pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-awscli2, py-awscrt, buf: Remove, added to pkgsrc
Module Name: pkgsrc-wip
Committed By: Maya Rashish <maya%NetBSD.org@localhost>
Pushed By: coypu
Date: Sun Sep 7 18:42:56 2025 +0000
Changeset: 54ec8e8ee579eebd991d8e35f7b20f9f915e6766
Modified Files:
Makefile
Removed Files:
buf/COMMIT_MSG
buf/DESCR
buf/Makefile
buf/PLIST
buf/distinfo
buf/go-modules.mk
buf/patches/patch-go.mod
buf/patches/patch-kernel_unix.go
buf/patches/patch-layer_unix.go
py-awscli2/COMMIT_MSG
py-awscli2/DESCR
py-awscli2/Makefile
py-awscli2/PLIST
py-awscli2/distinfo
py-awscrt/COMMIT_MSG
py-awscrt/DESCR
py-awscrt/Makefile
py-awscrt/PLIST
py-awscrt/distinfo
py-awscrt/patches/patch-crt_aws-c-common_source_posix_thread.c
py-awscrt/patches/patch-crt_aws-c-io_source_posix_host__resolver.c
Log Message:
py-awscli2, py-awscrt, buf: Remove, added to pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=54ec8e8ee579eebd991d8e35f7b20f9f915e6766
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 3 -
buf/COMMIT_MSG | 13 -
buf/DESCR | 11 -
buf/Makefile | 24 -
buf/PLIST | 2 -
buf/distinfo | 1109 ---
buf/go-modules.mk | 369 -
buf/patches/patch-go.mod | 13 -
buf/patches/patch-kernel_unix.go | 12 -
buf/patches/patch-layer_unix.go | 12 -
py-awscli2/COMMIT_MSG | 3 -
py-awscli2/DESCR | 1 -
py-awscli2/Makefile | 33 -
py-awscli2/PLIST | 8646 --------------------
py-awscli2/distinfo | 5 -
py-awscrt/COMMIT_MSG | 3 -
py-awscrt/DESCR | 1 -
py-awscrt/Makefile | 28 -
py-awscrt/PLIST | 59 -
py-awscrt/distinfo | 7 -
.../patch-crt_aws-c-common_source_posix_thread.c | 15 -
...atch-crt_aws-c-io_source_posix_host__resolver.c | 15 -
22 files changed, 10384 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index ad78f99781..cada1a6fe8 100644
--- a/Makefile
+++ b/Makefile
@@ -389,7 +389,6 @@ SUBDIR+= bub-n-bros
SUBDIR+= buddy
SUBDIR+= budgie-desktop
SUBDIR+= budgie-screensaver
-SUBDIR+= buf
SUBDIR+= bugsx
SUBDIR+= bugzilla
SUBDIR+= bulk-test-llvm
@@ -3470,8 +3469,6 @@ SUBDIR+= py-autorandr
SUBDIR+= py-avocado-framework
SUBDIR+= py-awesome-slugify
SUBDIR+= py-awkward
-SUBDIR+= py-awscli2
-SUBDIR+= py-awscrt
SUBDIR+= py-awslogs
SUBDIR+= py-azure-common
SUBDIR+= py-azure-core
diff --git a/buf/COMMIT_MSG b/buf/COMMIT_MSG
deleted file mode 100644
index 7b6d48caff..0000000000
--- a/buf/COMMIT_MSG
+++ /dev/null
@@ -1,13 +0,0 @@
-Add buf version 1.45.0
-
-CLI tool for working with protocol buffers. It provides:
-
-- A linter that enforces good API design choices and structure.
-- A breaking change detector that enforces compatibility at the
-source code or wire level.
-- A generator that invokes your plugins based on configurable
-templates
-- A formatter that formats your Protobuf files in accordance
-with industry standards.
-- Integration with the Buf Schema Registry, including full
-dependency management.
diff --git a/buf/DESCR b/buf/DESCR
deleted file mode 100644
index 2bb5e89d21..0000000000
--- a/buf/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-CLI tool for working with protocol buffers. It provides:
-
-- A linter that enforces good API design choices and structure.
-- A breaking change detector that enforces compatibility at the
-source code or wire level.
-- A generator that invokes your plugins based on configurable
-templates
-- A formatter that formats your Protobuf files in accordance
-with industry standards.
-- Integration with the Buf Schema Registry, including full
-dependency management.
diff --git a/buf/Makefile b/buf/Makefile
deleted file mode 100644
index f50edd960b..0000000000
--- a/buf/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD$
-
-GITHUB_TAG= v${PKGVERSION_NOREV}
-DISTNAME= buf-1.45.0
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=bufbuild/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/bufbuild/buf/
-COMMENT= CLI tool for working with Protocol Buffers
-LICENSE= apache-2.0
-
-GO_BUILD_PATTERN+= ./cmd/buf
-
-DOCKER_VER= v27.3.1+incompatible
-
-GO_MODULE_EXTRACT+= github.com_docker_docker_@v_${DOCKER_VER}.zip
-
-post-extract:
- ${CP} ${WRKDIR}/.goproxy/github.com/docker/docker/@v/v27.3.1+incompatible.mod ${WRKDIR}/github.com/docker/docker@${DOCKER_VER}/go.mod
-.include "go-modules.mk"
-
-.include "../../lang/go/go-module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/buf/PLIST b/buf/PLIST
deleted file mode 100644
index 955cf43a61..0000000000
--- a/buf/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/buf
diff --git a/buf/distinfo b/buf/distinfo
deleted file mode 100644
index 5fdcdb3c7e..0000000000
--- a/buf/distinfo
+++ /dev/null
@@ -1,1109 +0,0 @@
-$NetBSD$
-
-BLAKE2s (buf-1.45.0.tar.gz) = 41f28a412359b2392f80c95893b152d085d1bef5edd477f510361b8b0bcb2c30
-SHA512 (buf-1.45.0.tar.gz) = 3783e79a971ba1a8b319095c722096b93c8b6fc327e0b489c772ba18d3be8e1d8aa493db4eff6eceaabde8ef7025649d61bdd5c777efd17b3cc54fb8dddf42a9
-Size (buf-1.45.0.tar.gz) = 1520175 bytes
-BLAKE2s (buf.build_gen_go_bufbuild_bufplugin_protocolbuffers_go_@v_v1.34.2-20240928190436-5e8abcfd7a7e.2.mod) = 77d8f92cf22e26719494999bd57328fd821eee8d875cc882b5abfb5eb0df080f
-SHA512 (buf.build_gen_go_bufbuild_bufplugin_protocolbuffers_go_@v_v1.34.2-20240928190436-5e8abcfd7a7e.2.mod) = f48c997b6c14d3551a6d7d26c40c96cda90071be0e869662e8a3e791896139fa523ed418072f3a77af67caf39a4f6633cc7933ca1ebe546c30f61d252e81febf
-Size (buf.build_gen_go_bufbuild_bufplugin_protocolbuffers_go_@v_v1.34.2-20240928190436-5e8abcfd7a7e.2.mod) = 218 bytes
-BLAKE2s (buf.build_gen_go_bufbuild_bufplugin_protocolbuffers_go_@v_v1.34.2-20240928190436-5e8abcfd7a7e.2.zip) = 7f45b7726d6f47a23f221efe625399599b625a336d21717ba3b7bca4b4093e5f
-SHA512 (buf.build_gen_go_bufbuild_bufplugin_protocolbuffers_go_@v_v1.34.2-20240928190436-5e8abcfd7a7e.2.zip) = beb3ac4c11867c26b1bd948c1676243a28cee56be72e0a3c90ec73d953d9122beb4557cb30aaee7f93c349a515fe4a5430d3c005628a632506ce7a9ad4573d37
-Size (buf.build_gen_go_bufbuild_bufplugin_protocolbuffers_go_@v_v1.34.2-20240928190436-5e8abcfd7a7e.2.zip) = 45262 bytes
-BLAKE2s (buf.build_gen_go_bufbuild_protovalidate_protocolbuffers_go_@v_v1.34.2-20240920164238-5a7b106cbb87.2.mod) = 5dfc46c1832f16181ba2b29fa75464fae9d9dc93411da91cb9d0880c2d6fb436
-SHA512 (buf.build_gen_go_bufbuild_protovalidate_protocolbuffers_go_@v_v1.34.2-20240920164238-5a7b106cbb87.2.mod) = 89a91dd40e265abd8f479e3abfaf7fd7314395069d55c71e2415e91594b1213d62adef84aa869dd3244a8e40579e46df4e1fa98c71fc030fbe41cffc8e0731d0
-Size (buf.build_gen_go_bufbuild_protovalidate_protocolbuffers_go_@v_v1.34.2-20240920164238-5a7b106cbb87.2.mod) = 119 bytes
-BLAKE2s (buf.build_gen_go_bufbuild_protovalidate_protocolbuffers_go_@v_v1.34.2-20240920164238-5a7b106cbb87.2.zip) = 9b48d03ed2c9eadc805c59302d04870f71537b7a8a3651121e1cd418d5d974ac
-SHA512 (buf.build_gen_go_bufbuild_protovalidate_protocolbuffers_go_@v_v1.34.2-20240920164238-5a7b106cbb87.2.zip) = 49d590d200e84d990bc640896cdeca9a2c846b54152c1b33f19b68f2843b142419b2e4604ffea0e1ae39c2b30b0dfbb299d3a46fca8c3936c2eb68ba3a7e6471
-Size (buf.build_gen_go_bufbuild_protovalidate_protocolbuffers_go_@v_v1.34.2-20240920164238-5a7b106cbb87.2.zip) = 64454 bytes
-BLAKE2s (buf.build_gen_go_bufbuild_registry_connectrpc_go_@v_v1.17.0-20240925012807-1610ffa05635.1.mod) = d5b00927a31ffbbad2ee61cb3d5d2798e1c35cecf2089bea3c9dd5c268cdbff9
-SHA512 (buf.build_gen_go_bufbuild_registry_connectrpc_go_@v_v1.17.0-20240925012807-1610ffa05635.1.mod) = da521cad264d40da7f1780b93bafc8f2fe553b2bbf27e36c906fe8f5bef2e7506f58c7baa165fae2b2f59489edbc2c01d0c7fa4ce8e90acebffcd1ab34d45564
-Size (buf.build_gen_go_bufbuild_registry_connectrpc_go_@v_v1.17.0-20240925012807-1610ffa05635.1.mod) = 296 bytes
-BLAKE2s (buf.build_gen_go_bufbuild_registry_connectrpc_go_@v_v1.17.0-20240925012807-1610ffa05635.1.zip) = 2d57eaf9cec575a1b1a35ed9645ca68313bf0bbabc6d05e1b70cb7b071368c15
-SHA512 (buf.build_gen_go_bufbuild_registry_connectrpc_go_@v_v1.17.0-20240925012807-1610ffa05635.1.zip) = 139a239aa2a65a62b85f01ba292c5d394ae6e178bd9594adf8edf9e972f3f3c3494c6578732a99a6ce3ac7e287e5c2bb641f6d0103053ac2bad4a79fde4f2c1e
-Size (buf.build_gen_go_bufbuild_registry_connectrpc_go_@v_v1.17.0-20240925012807-1610ffa05635.1.zip) = 53950 bytes
-BLAKE2s (buf.build_gen_go_bufbuild_registry_protocolbuffers_go_@v_v1.34.2-20240925012807-1610ffa05635.2.mod) = 7b3c13a3f67929b56de97fade72da3f8fdc9eb6284db1f16cb09cfbb7a4ccac2
-SHA512 (buf.build_gen_go_bufbuild_registry_protocolbuffers_go_@v_v1.34.2-20240925012807-1610ffa05635.2.mod) = fc732dbb3b1c59b14aaab174eb9142a97c2faebb296695af67526002ddd6df6c39dd245c42cb3ad22187896ef8e2d131b65aa99c02e1300a3127fec031dd27a4
-Size (buf.build_gen_go_bufbuild_registry_protocolbuffers_go_@v_v1.34.2-20240925012807-1610ffa05635.2.mod) = 217 bytes
-BLAKE2s (buf.build_gen_go_bufbuild_registry_protocolbuffers_go_@v_v1.34.2-20240925012807-1610ffa05635.2.zip) = 7f20988e8ee76a92d079d8f38a88ec0b2678cbd50bb448211dc65ec55cd74e0e
-SHA512 (buf.build_gen_go_bufbuild_registry_protocolbuffers_go_@v_v1.34.2-20240925012807-1610ffa05635.2.zip) = eaa8d690da9e9f01aa5112151a06ce1d2dab0da19f2c3d09106e4f336d152ce936342ea936e136484bcb3c6b424e46970406c44396b461fd881682db3b1f53d2
-Size (buf.build_gen_go_bufbuild_registry_protocolbuffers_go_@v_v1.34.2-20240925012807-1610ffa05635.2.zip) = 177022 bytes
-BLAKE2s (buf.build_gen_go_pluginrpc_pluginrpc_protocolbuffers_go_@v_v1.34.2-20240828222655-5345c0a56177.2.mod) = cdb25ce44027a51cdad55c9d2c7459d9811eb7863f03e9dca4dbf19de2812d71
-SHA512 (buf.build_gen_go_pluginrpc_pluginrpc_protocolbuffers_go_@v_v1.34.2-20240828222655-5345c0a56177.2.mod) = 5d38dd1da435714f289c605483faccf94fe83a26c6417e499aa81581335adc61d950b6a7350735dd2eb075bb5bd81c6cbb7e47c4190a9e464d73684c9025e7c9
-Size (buf.build_gen_go_pluginrpc_pluginrpc_protocolbuffers_go_@v_v1.34.2-20240828222655-5345c0a56177.2.mod) = 219 bytes
-BLAKE2s (buf.build_gen_go_pluginrpc_pluginrpc_protocolbuffers_go_@v_v1.34.2-20240828222655-5345c0a56177.2.zip) = 20cd662df808795035f93b44b5badd2c443b4ec774a9c529c68b088e2d8c616a
-SHA512 (buf.build_gen_go_pluginrpc_pluginrpc_protocolbuffers_go_@v_v1.34.2-20240828222655-5345c0a56177.2.zip) = 659df45c63083e0d4d60f3eac647d2750c06784d87147e1ed79448d70fd70fcd1de7e01e688e32e50938c62832270a249a7d613216b3a8e9cca649c7aef3fdbd
-Size (buf.build_gen_go_pluginrpc_pluginrpc_protocolbuffers_go_@v_v1.34.2-20240828222655-5345c0a56177.2.zip) = 11038 bytes
-BLAKE2s (buf.build_go_bufplugin_@v_v0.5.0.mod) = 1334c3cbc931ba0302b37cad3ec0b9f1e8cde0a438f78aba65499fdf9af8c20f
-SHA512 (buf.build_go_bufplugin_@v_v0.5.0.mod) = 6a2c2c3ad28b26b66b8257f04380952d12a5620bd38ae55365a7e444aacf03deab4a8597a2da27c30d3c6a330aad0261863032fd69eadbaf251993c0ffb4e0d1
-Size (buf.build_go_bufplugin_@v_v0.5.0.mod) = 1345 bytes
-BLAKE2s (buf.build_go_bufplugin_@v_v0.5.0.zip) = 5d8020f42e7909d756bbd6ffc359a39248052142804e3e0cee06e13dfcfa4783
-SHA512 (buf.build_go_bufplugin_@v_v0.5.0.zip) = d36e3f30b7762fd1fb1abcf29187c7559a4f369f822be132c87ac6b1c28318306559ca156cb0d1a874b1366bbaf06c3fc54bb28889e6a5773162e96dda61f751
-Size (buf.build_go_bufplugin_@v_v0.5.0.zip) = 115925 bytes
-BLAKE2s (buf.build_go_protoyaml_@v_v0.2.0.mod) = 26dbde82b0332ebf325f1cb2ae93660974cea901ed87f81fc79f526acd1b8246
-SHA512 (buf.build_go_protoyaml_@v_v0.2.0.mod) = 41195d4b0d1b50940e0675c41726baeaa8af6ec063754a5ae826fe190e7c28aa06fa539ed960b1c93683ff4f2ab38b917bb694d62c027b82489b0030e82d85f4
-Size (buf.build_go_protoyaml_@v_v0.2.0.mod) = 886 bytes
-BLAKE2s (buf.build_go_protoyaml_@v_v0.2.0.zip) = b6b3e86ffd4bee97fd8d6851c19f88d90943a480362e41e917f7336a0825f3c0
-SHA512 (buf.build_go_protoyaml_@v_v0.2.0.zip) = 2611ee6992b44b452fa6c4cea1899633db7e6e0ff76bef6a88a51fc368abd4dc5150d8118fcc2b8761e10631ade12911d8b6056574a71d00c81b1d79625f9fdb
-Size (buf.build_go_protoyaml_@v_v0.2.0.zip) = 116903 bytes
-BLAKE2s (buf.build_go_spdx_@v_v0.2.0.mod) = 329f50ad75ff164da582f9a1e71de2bc23815c0ffb340c426c8378d1799cdb25
-SHA512 (buf.build_go_spdx_@v_v0.2.0.mod) = da81f0445d1f932b76883e8d8177f3e61a4b322d5236b790b936e459075599d5d0a3119d016a23e292244c910fdf7f271a7cf8a78528702a0ef7c85ecc14d764
-Size (buf.build_go_spdx_@v_v0.2.0.mod) = 54 bytes
-BLAKE2s (buf.build_go_spdx_@v_v0.2.0.zip) = 11102f1de9bc0ca33e49ce08444ef801e162948efd4cff19687825c2e56496b2
-SHA512 (buf.build_go_spdx_@v_v0.2.0.zip) = 3c64bc2041337eccaf331f681aab3f35d0092b1ad5e2ccdaa3cd08eea75a3fe8b3ca938a8de24e7a960371e8e12f274ee0e99eba5e63b48249bfceeaa9757ba7
-Size (buf.build_go_spdx_@v_v0.2.0.zip) = 53234 bytes
-BLAKE2s (cloud.google.com_go_@v_v0.26.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43
-SHA512 (cloud.google.com_go_@v_v0.26.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
-Size (cloud.google.com_go_@v_v0.26.0.mod) = 27 bytes
-BLAKE2s (connectrpc.com_connect_@v_v1.17.0.mod) = 286b5ff11199b1cd58d760602fef2668a6efb6cc86c1c3bd5a553c49e2591b97
-SHA512 (connectrpc.com_connect_@v_v1.17.0.mod) = 5069b4c56feb8a7faf44c5324342ee1a3a8141cd77f43670c843b8730d23ab37a6a765d03666cef89c76671af6a8ea25487cdc67346de4e2654c4c0b926b872a
-Size (connectrpc.com_connect_@v_v1.17.0.mod) = 299 bytes
-BLAKE2s (connectrpc.com_connect_@v_v1.17.0.zip) = f8ae7f030b3d6cdaf3da96352ba4f98628846a7905962a698c4c2d1d3fc4f57f
-SHA512 (connectrpc.com_connect_@v_v1.17.0.zip) = e47b8475d813e03ffecccaf548ea95664ab805094c9db089af0552def1706ea50e53b4eb24c590f80823f6cd9190cf3798c39f2a8251482fa27c46a1ef351e7a
-Size (connectrpc.com_connect_@v_v1.17.0.zip) = 206888 bytes
-BLAKE2s (connectrpc.com_otelconnect_@v_v0.7.1.mod) = 0d6c0144d935a88f372f91b31d38f9063eb0440b23f134a1eb28bc5ab0718a31
-SHA512 (connectrpc.com_otelconnect_@v_v0.7.1.mod) = 71e3ab0d605942a4d854a4a32202ffaacb2798dfa53beb86763377cd342a29b263a86e99eb9e15f9029ab5c810b38eff133875bdbfca9841b003f4524223c69e
-Size (connectrpc.com_otelconnect_@v_v0.7.1.mod) = 664 bytes
-BLAKE2s (connectrpc.com_otelconnect_@v_v0.7.1.zip) = 798ed358a5e682f84186913ff304886cd19dec6821abedeaaa3938b93f156479
-SHA512 (connectrpc.com_otelconnect_@v_v0.7.1.zip) = 2935a7a9887ff835dc6747cfb328a5882f1b7f9b87ff2a9203cd6f8d3c1c65af1149caf6e92e11993edd97c93b8369f26d3581ea8bdbc48b58081162be7d2b53
-Size (connectrpc.com_otelconnect_@v_v0.7.1.zip) = 50129 bytes
-BLAKE2s (github.com__azure_go-ansiterm_@v_v0.0.0-20230124172434-306776ec8161.mod) = 8218fce6a82b4a9d722973098d905bee2ba1b8d28e58e556bac92cff42ec7a04
-SHA512 (github.com__azure_go-ansiterm_@v_v0.0.0-20230124172434-306776ec8161.mod) = ff8b1d90d4e4a62c86c2540c22cf472dc432f29768b3387d2e39b333deee1c19b24752f8642684624ba483c699d77128f619d3d880ceac7003294e7a3a27cfaa
-Size (github.com__azure_go-ansiterm_@v_v0.0.0-20230124172434-306776ec8161.mod) = 106 bytes
-BLAKE2s (github.com__azure_go-ansiterm_@v_v0.0.0-20230124172434-306776ec8161.zip) = 340f207c5338b6fda599a5160debdfd976163dea2406e2bdb7a2f1f03602eaef
-SHA512 (github.com__azure_go-ansiterm_@v_v0.0.0-20230124172434-306776ec8161.zip) = e47af540ecc4c2f46722eaac246a99a6c76e88bdcfb3c8b800e1b28e348c57c5bbc7f7c497cdf1c4da3466694afc6b083dde620c2d86f9a035f81c8f1a0b2e2b
-Size (github.com__azure_go-ansiterm_@v_v0.0.0-20230124172434-306776ec8161.zip) = 35621 bytes
-BLAKE2s (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 1e3e33c00707a3593021eb034c331e03c391be2a8977de8635ddcdd39b13ded4
-SHA512 (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
-Size (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 34 bytes
-BLAKE2s (github.com__microsoft_go-winio_@v_v0.6.2.mod) = 842586ccf910926d8ed0267b57f5c2650c3d930c4ac424a0500bdefd939211ee
-SHA512 (github.com__microsoft_go-winio_@v_v0.6.2.mod) = ceb3f2f02d6447a0bc84f08f3342f3dfcc691126e841c84fe75d83cac6f4505ad9f1dde6a8e014a433728d6dc3200858a32ab4384bfd6426e76a625f4be7770f
-Size (github.com__microsoft_go-winio_@v_v0.6.2.mod) = 194 bytes
-BLAKE2s (github.com__microsoft_go-winio_@v_v0.6.2.zip) = cb0bc317501ebadc5d2a6d04adc9d21e9d88d62ea0f47f93c2d4a8be2e32ac2a
-SHA512 (github.com__microsoft_go-winio_@v_v0.6.2.zip) = 585869dc5a0579520b10a4ee28aaa2bacef3023098189ac652d4efec5d4d6c65c7979acab858ba7b5af3d357d33584689c6acf2e451a261611d7e62741ccbc85
-Size (github.com__microsoft_go-winio_@v_v0.6.2.zip) = 158677 bytes
-BLAKE2s (github.com__microsoft_hcsshim_@v_v0.12.7.mod) = 51f4e985f175533fb712ccfbfcb6590c68a4c8f283513721c94067a8b7a0cd5d
-SHA512 (github.com__microsoft_hcsshim_@v_v0.12.7.mod) = 3167cdabfeb6385bbbcee090f37d3660e4fb9ef8a5a745672af86e21fd84d40a20ed380d724139a9c6222056d0d7ecefd576642d5f823a75a39d1be6477aaaa3
-Size (github.com__microsoft_hcsshim_@v_v0.12.7.mod) = 5602 bytes
-BLAKE2s (github.com__microsoft_hcsshim_@v_v0.12.7.zip) = 0a4eecc57b1e57fef9299c0e1d1bd1b2b5a341230fe7f95e84068e2b791d8444
-SHA512 (github.com__microsoft_hcsshim_@v_v0.12.7.zip) = 0aa939d630b7d039e0e4f41ba782f8d6666ca862f3d6a096cd054b1e5a3fb751c5a181f24c3fd63b2815de54d59167df6b2e221a536663dcb2242444a874edaf
-Size (github.com__microsoft_hcsshim_@v_v0.12.7.zip) = 1272518 bytes
-BLAKE2s (github.com_antlr4-go_antlr_v4_@v_v4.13.1.mod) = c86c86a3feb49ebc9de97d092442e7fab1a73d62b62c8cbaf34a3bc96378c5ad
-SHA512 (github.com_antlr4-go_antlr_v4_@v_v4.13.1.mod) = da042bf03735c9ff915f05e443507ad93c2bb5904ea4be68c3ed182983d52b27e1ce69db6d996418b166778ea88c083b5e16fe25de0903a4f3288b00081254e9
-Size (github.com_antlr4-go_antlr_v4_@v_v4.13.1.mod) = 107 bytes
-BLAKE2s (github.com_antlr4-go_antlr_v4_@v_v4.13.1.zip) = 8b448f19fb9917aaeb13c6de8d279d4129dd9b496b5dfcad985c7f1a55409d47
-SHA512 (github.com_antlr4-go_antlr_v4_@v_v4.13.1.zip) = 5d78d02f76680c85a63f2b8b5e632fa104c13978557623f9a62dc9ddd42f9111d4e6d88aa09b5d4372f6761c5a5627adf49415fddb5d9ab31baa9b6921872985
-Size (github.com_antlr4-go_antlr_v4_@v_v4.13.1.zip) = 148628 bytes
-BLAKE2s (github.com_bufbuild_protocompile_@v_v0.14.1.mod) = 8c51b69bc22220113207ddb48362e24a876fb4c1a025b96fd1b62d5cda720b70
-SHA512 (github.com_bufbuild_protocompile_@v_v0.14.1.mod) = 7e69ce2d614e3c5ba8d80022f288f80495860141beaf51669068b1d2f40560d55be6d91ffe12a2d326165a05df35a91d33c4b5485dc731dd211ad015df15dd5f
-Size (github.com_bufbuild_protocompile_@v_v0.14.1.mod) = 383 bytes
-BLAKE2s (github.com_bufbuild_protocompile_@v_v0.14.1.zip) = 38cf2ae2aa3ab4b1b88e1dd2b40a656aa2df4a93d9079a6de1e55f26ebf676cf
-SHA512 (github.com_bufbuild_protocompile_@v_v0.14.1.zip) = dc7665e114c83e993ff6b5289b9fb04889409574f42400911a33e6678312abd9c398eca74e24d0602a5f3881f6f5d6076865e6d082d878a9b7420c3bec5fcd23
-Size (github.com_bufbuild_protocompile_@v_v0.14.1.zip) = 557987 bytes
-BLAKE2s (github.com_bufbuild_protoplugin_@v_v0.0.0-20240911180120-7bb73e41a54a.mod) = 96ad2ab85ce3de4b9b3ea29ef67bea4b02faa7ae40cf117bccf245c06fe4e918
-SHA512 (github.com_bufbuild_protoplugin_@v_v0.0.0-20240911180120-7bb73e41a54a.mod) = 382a4831402d5a24f6b8f00dacffa7e21bb39049501a148f9a81e6469802d8ffc79a776c4c3db94c54b973e17a814c74fa15a016117e8c1528ba7a35b9e31afa
-Size (github.com_bufbuild_protoplugin_@v_v0.0.0-20240911180120-7bb73e41a54a.mod) = 393 bytes
-BLAKE2s (github.com_bufbuild_protoplugin_@v_v0.0.0-20240911180120-7bb73e41a54a.zip) = 74381ffa239f096d86f472107f2b3018bc39db60084f3baf9831f7585a071306
-SHA512 (github.com_bufbuild_protoplugin_@v_v0.0.0-20240911180120-7bb73e41a54a.zip) = 2b96823f6646b367339f0e425e012a5abc3636a7189649d39c9694461fdd7bfc7fdc6c0fdc24d5ede38501a49da32601c29273228b3483f4439ff38f3da15d19
-Size (github.com_bufbuild_protoplugin_@v_v0.0.0-20240911180120-7bb73e41a54a.zip) = 56246 bytes
-BLAKE2s (github.com_bufbuild_protovalidate-go_@v_v0.7.2.mod) = 682599b3d4f03297835730cb74a6e2cd8e21c671d638247b15ce3cc28e7a25dd
-SHA512 (github.com_bufbuild_protovalidate-go_@v_v0.7.2.mod) = e2310f8cbf253c0b828c8860321818b2db605e94539a96faa5009d3dfa999909086a41fe46cf31a902786d8ef855a99c20527f51618783559a3222d475a44365
-Size (github.com_bufbuild_protovalidate-go_@v_v0.7.2.mod) = 1043 bytes
-BLAKE2s (github.com_bufbuild_protovalidate-go_@v_v0.7.2.zip) = 6bc94a2ba8c8a1736a682bf89601674e69486a544291c16a75172550beadb826
-SHA512 (github.com_bufbuild_protovalidate-go_@v_v0.7.2.zip) = b2815c69eaa45b0c66a1933bdeeb197de0d37039059f48f5e608603a6e4a1808e66c0a5ce60ff3f20f284ecad500a2c20eca40d56f46ad7005882f2e6100b741
-Size (github.com_bufbuild_protovalidate-go_@v_v0.7.2.zip) = 331084 bytes
-BLAKE2s (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.mod) = 550d93c92229195d354aaf19f5cf79762428025962fc1798084c00ac4a53b25c
-SHA512 (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.mod) = 23d6171dbcf339c72fe25ab7a7e70cb385dffd654998824fac0f6b6464717873332d39fe1f96101414f5e2d240faaab0b960da2e31c08ef98443aa238bbf02d4
-Size (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.mod) = 58 bytes
-BLAKE2s (github.com_chromedp_cdproto_@v_v0.0.0-20230802225258-3cf4e6d46a89.mod) = 023c79361700589cdc5d193f47d11df84a0f35f020caf92f2cf81a81a57a2a68
-SHA512 (github.com_chromedp_cdproto_@v_v0.0.0-20230802225258-3cf4e6d46a89.mod) = 0f880a2bbb114f2fb5fe0bbf8b722e7bd2ba7230ceec3d43aa7bf2db35fcd9d2d578d19a678baebe6210c43e0db6680ffae8dec4b5077778326eaebe62ee8c12
-Size (github.com_chromedp_cdproto_@v_v0.0.0-20230802225258-3cf4e6d46a89.mod) = 184 bytes
-BLAKE2s (github.com_chromedp_chromedp_@v_v0.9.2.mod) = 513a116a5eb207b607be1ec8e20f6a2ba4b4d513c77894f25f4ac8efa3a47570
-SHA512 (github.com_chromedp_chromedp_@v_v0.9.2.mod) = 71cb8363bf6aff31051a96f6d754b20c416527ba791a07f3f587542023e566254a397d75a9f70ef0119c10b1d391b23e9a3578cda1441073bcf5017d867f2fe9
-Size (github.com_chromedp_chromedp_@v_v0.9.2.mod) = 314 bytes
-BLAKE2s (github.com_chromedp_sysutil_@v_v1.0.0.mod) = 6544ea9ac8fd9b91791aa07b669a62a9435e03a668db58dcd8a81e267226c9e7
-SHA512 (github.com_chromedp_sysutil_@v_v1.0.0.mod) = 29a0908cc36fcf65aab1bda94c576e8693e01827d3e00813f1a0dd54e2aeaec1fbe24f0b91d78dc9a18b910377c5df43ffa3c67aaafb76a958ba8253aea62403
-Size (github.com_chromedp_sysutil_@v_v1.0.0.mod) = 44 bytes
-BLAKE2s (github.com_chzyer_logex_@v_v1.1.10.mod) = 37fab5b1a90494868b61c282139b400baf1de2c5d07a887a455a1ec5c079da82
-SHA512 (github.com_chzyer_logex_@v_v1.1.10.mod) = 0e40cd7ff22a86cd23b49b509f5b5653f67e31ca67a07ab82743f56e5504f126cb2c11d88da644afbaf024dffa657560a420ec6d82f6b463452ad8a8bdb576d2
-Size (github.com_chzyer_logex_@v_v1.1.10.mod) = 31 bytes
-BLAKE2s (github.com_chzyer_logex_@v_v1.2.1.mod) = 9e974993f792ae71dfecd8eebe3592b92c023ec852bb00c5558be464e77fa9c1
-SHA512 (github.com_chzyer_logex_@v_v1.2.1.mod) = 620cb3d86ec60ec34b186f17045b8199ccf7d251e1835312d122b7eea06c4bbd41a812d43fa8738138323e396252ddd90813e3dd5d8b02f904789ebe8be133db
-Size (github.com_chzyer_logex_@v_v1.2.1.mod) = 40 bytes
-BLAKE2s (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.mod) = f8d4ad5644095b8a7cba2c8974cc7049d4396030a6371507d04b2ff8996e5749
-SHA512 (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.mod) = c0d4f293bac15a26df2433bb909794b75ecbc5cb4ffdb33a8fbf3c8f421597780eb6bb036cfb11a8346ec959ceb8e36efa8ebb84d8ebbd606485735ba171f98d
-Size (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.mod) = 34 bytes
-BLAKE2s (github.com_chzyer_readline_@v_v1.5.1.mod) = 3a40b2c8e07a0c8f9d14583fba2660fea67e3be5420d3232eca30bb1049d2fa9
-SHA512 (github.com_chzyer_readline_@v_v1.5.1.mod) = 52e626ba5fc4576d1086640c36fc0a6e2be9e2d5fbc2a8e2dc8cf9652ac9ef552187acc020a21787ec96b3edb49057ea16f6662607c297e75f9810f0ba0b076a
-Size (github.com_chzyer_readline_@v_v1.5.1.mod) = 180 bytes
-BLAKE2s (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.mod) = 9fa0da82779dc375ce43b977bf568bf235feaec6a174d8bb5f37e80f065da85f
-SHA512 (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.mod) = 528f23910ca94ddf6f811331dc7ed615b2949b2cb04c630e4e2b0ba4a6dadac1396268c4c3251a77af25db3e94dc8b0a0a66d365a8d3feaa78f31192a40e2556
-Size (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.mod) = 30 bytes
-BLAKE2s (github.com_chzyer_test_@v_v1.0.0.mod) = 6a3ffaccb3f4bf1841967a806e972dbdf66c12730e4ef256f25f9d94636f43a7
-SHA512 (github.com_chzyer_test_@v_v1.0.0.mod) = 5cabb3b689abd30235b1ac22a367e1817d872429ea909f34ac30da8c832bceffcd6ed3fac0630b7f586d2e6f0daef80be10231f6ea824a1a26502ad7797370a5
-Size (github.com_chzyer_test_@v_v1.0.0.mod) = 79 bytes
-BLAKE2s (github.com_client9_misspell_@v_v0.3.4.mod) = 8cef8923f19e65e2e4cc8886b37404a116752f102a2592cd8dc24502c02c9ca8
-SHA512 (github.com_client9_misspell_@v_v0.3.4.mod) = ca8192c6321468b4332eb63c765a5798150dce9312873123b48d9ec67ebb4229cffc7b7e8054b8b0a6f45611f08130008031edf33da3468bb9a4ee9455fa02a5
-Size (github.com_client9_misspell_@v_v0.3.4.mod) = 35 bytes
-BLAKE2s (github.com_cncf_udpa_go_@v_v0.0.0-20191209042840-269d4d468f6f.mod) = 1be1d66b32fca63c30f1de0dcccb0175c8f4c7b536bd4f0186b2fcb6fd581227
-SHA512 (github.com_cncf_udpa_go_@v_v0.0.0-20191209042840-269d4d468f6f.mod) = 3877a1f5b47e6316c7a4d4e14959b355381eb3a32fb11270c646617b9908299d7dc806869d21b1fa6faca7a326f168dd1a268735cd1d532be2c318ddf9237014
-Size (github.com_cncf_udpa_go_@v_v0.0.0-20191209042840-269d4d468f6f.mod) = 170 bytes
-BLAKE2s (github.com_containerd_cgroups_v3_@v_v3.0.3.mod) = 661e3374f35a25823e8e69c72e56784a73b74bd4d79a5f18ddbd4d1fe47e0323
-SHA512 (github.com_containerd_cgroups_v3_@v_v3.0.3.mod) = e3bb932b40140c5aaa0853ca3713c0ef82c57775c1dc8d9bcc542212e972735110ac4a47298c11d6b016cb2daba4707c449f19e83aa508aad4343a307c70e968
-Size (github.com_containerd_cgroups_v3_@v_v3.0.3.mod) = 624 bytes
-BLAKE2s (github.com_containerd_cgroups_v3_@v_v3.0.3.zip) = 4e6f91aedbb8ab63279eaaad95150203a5bbfc388bbcf6524c1c3924509513bf
-SHA512 (github.com_containerd_cgroups_v3_@v_v3.0.3.zip) = 40a1e9bf895ff462feee699b2580be8ed330592f67c1a9e779b77e9fd69f139fcd1923f47bee702c12df441b73dcc1f290146ede3e57909fd064d48ab762d146
-Size (github.com_containerd_cgroups_v3_@v_v3.0.3.zip) = 132943 bytes
-BLAKE2s (github.com_containerd_containerd_@v_v1.7.22.mod) = 0caae79339ee1ba6bc6c33943a8a2bf990006afea293a6810afd41d01d9c56e3
-SHA512 (github.com_containerd_containerd_@v_v1.7.22.mod) = 9bc9c6074be1f852563405213c96358483c4ea7b81581fb4cd299f8ab31e8d547b7712b537454e39f5e16818de182301579f46a37d79626e1ead3e296d50a3e2
-Size (github.com_containerd_containerd_@v_v1.7.22.mod) = 6722 bytes
-BLAKE2s (github.com_containerd_containerd_@v_v1.7.22.zip) = ce9b83775610b02e34da802171aa7135f1b6b8828c976be316c0436183172498
-SHA512 (github.com_containerd_containerd_@v_v1.7.22.zip) = ab6cb5b0297b597e4dc758d201670727fd361f99388163ad5d30a1fb8220e094fbdd3f46049302fefa32f3ac8f52855daa784cdf450a74ae29d6cc8791b1301a
-Size (github.com_containerd_containerd_@v_v1.7.22.zip) = 3193556 bytes
-BLAKE2s (github.com_containerd_continuity_@v_v0.4.3.mod) = e724090d4d7b5e7237e622eff0b9d3dc5b0afe33266681785425c84713c1bef1
-SHA512 (github.com_containerd_continuity_@v_v0.4.3.mod) = 5d311adda50712b7acea65d517d3a07c5abe090de11627e2f027201895a2dea79b2758e615afa2ae98acb7e2f28662bb036b89a3d3021f02ee035a50b4bdd823
-Size (github.com_containerd_continuity_@v_v0.4.3.mod) = 350 bytes
-BLAKE2s (github.com_containerd_continuity_@v_v0.4.3.zip) = 8a2ea449868d9369f69d70af0b6b4b44a0cc507872aa7bef046b6993aff3c7f5
-SHA512 (github.com_containerd_continuity_@v_v0.4.3.zip) = 8bb8d719bbd409610c982228b204678b7a588bf076f9632a704d8c5baa3434359fc2601efd69c68865a4c55b1a2350520bbadb3f4ec653fb9cf5a6b02605f1a8
-Size (github.com_containerd_continuity_@v_v0.4.3.zip) = 128095 bytes
-BLAKE2s (github.com_containerd_errdefs_@v_v0.2.0.mod) = c9e4db3e506eb58ab74a9915a7e9cb73abe4621081a806f2b7fbbcd0146e5785
-SHA512 (github.com_containerd_errdefs_@v_v0.2.0.mod) = 60557438b155eeef6bacc466a03c7a4e84a4ea93bb78bea4dbb8554710b1c12a25ffe0adc4a592e2faad7165ea5a63dc9cec0758d3a744471db2febaf543b181
-Size (github.com_containerd_errdefs_@v_v0.2.0.mod) = 389 bytes
-BLAKE2s (github.com_containerd_errdefs_@v_v0.2.0.zip) = f5a41067175c51f92f285f2117060032bc976416de251f5f27127b479a0f94b0
-SHA512 (github.com_containerd_errdefs_@v_v0.2.0.zip) = e430845286f0bf0b1a161199c7a3819bbfeb1c849f8b4e56880e65d142bbc2d66383e9c20e37c8250f109ae53789b0fcb5e7f92c4bf6c7741037e20ad1f13ca7
-Size (github.com_containerd_errdefs_@v_v0.2.0.zip) = 29722 bytes
-BLAKE2s (github.com_containerd_log_@v_v0.1.0.mod) = 651ee714dea0d33ce858d079b4528df92cf943422b3ff25408b1917a14893916
-SHA512 (github.com_containerd_log_@v_v0.1.0.mod) = fed5b8a643184b5b2a8448bf1c9a664e2d87ae0ef54a54bb8f19f8d2e46f69c8dfbfc1ab3dcea4ef92df1289061538c190a60951f35c5becbbcbb16a6c96986b
-Size (github.com_containerd_log_@v_v0.1.0.mod) = 183 bytes
-BLAKE2s (github.com_containerd_log_@v_v0.1.0.zip) = 4ed9f4b9734f0432a6738d32cf70e96abe35f5343337bc65b5b07f1a27e718d1
-SHA512 (github.com_containerd_log_@v_v0.1.0.zip) = e281e6d45a1840d2aacff8dbd75e6c4d2f799b8ad47bf160efe09817fb0548f653200ea02d17655c45989ce87c42faa6f444ef07c162647b0458aad1bd55d969
-Size (github.com_containerd_log_@v_v0.1.0.zip) = 12939 bytes
-BLAKE2s (github.com_containerd_platforms_@v_v0.2.1.mod) = 219cf9d3477f163ae4860ac5ff05865b4afecd98bb5789ad6a1e101248ac4023
-SHA512 (github.com_containerd_platforms_@v_v0.2.1.mod) = 60e965f40da1791ac84416a14b43b4cb027c1f22589fac162533a7fe9097d03ba159c65cbb025befc5dd912d21e62c3c89c509752a918ff02bedf998f3f9d5eb
-Size (github.com_containerd_platforms_@v_v0.2.1.mod) = 456 bytes
-BLAKE2s (github.com_containerd_platforms_@v_v0.2.1.zip) = 39d272cc2cc90450f5788669ff2337aea4f11ae8a9428e172bd9d7343c33f77e
-SHA512 (github.com_containerd_platforms_@v_v0.2.1.zip) = 97744c22c83b42b046758d06b710ac51fa288776fd3f9514f25ebacf7471673759abdbc885b0ed33e86812c5320ea34698d79d9edcff718b2ebbdaa3b1eac1c6
-Size (github.com_containerd_platforms_@v_v0.2.1.zip) = 37662 bytes
-BLAKE2s (github.com_containerd_stargz-snapshotter_estargz_@v_v0.15.1.mod) = 7f9190c07996037266c2f3845d169bdc58482f01298a93a63d0f3065b0bc89c7
-SHA512 (github.com_containerd_stargz-snapshotter_estargz_@v_v0.15.1.mod) = 22f8078d99da78208af02110e6b421fa26d8647de6ce170af52c240296eb22d9a5d860f3973a2a9eea23c2e33562c07c6b7b0160f4e0c3e0262a48fcd2c5b9b5
-Size (github.com_containerd_stargz-snapshotter_estargz_@v_v0.15.1.mod) = 224 bytes
-BLAKE2s (github.com_containerd_stargz-snapshotter_estargz_@v_v0.15.1.zip) = bb6c762421da7f995507d4f67260e93a53294920c9428f3840b6ccf1710095f4
-SHA512 (github.com_containerd_stargz-snapshotter_estargz_@v_v0.15.1.zip) = 60ce7cdbb5f849ecd2d67149abc81c88398a8c0e420693554cccfefe32ea0d6283a8ec2087305b925d477508a2f0dc7d2255bae7c919b79be315e2b4bd5cf615
-Size (github.com_containerd_stargz-snapshotter_estargz_@v_v0.15.1.zip) = 61428 bytes
-BLAKE2s (github.com_containerd_ttrpc_@v_v1.2.5.mod) = 1b38e32d50dfc17621fb513201999909e6c66724481a07fc76979316b896b69a
-SHA512 (github.com_containerd_ttrpc_@v_v1.2.5.mod) = b03c9d7ebd8391566c50b90c8d2572470286b911199d2234ffa8eec2d683f96a28dbd9b10cb0b25a69edd776c94b6d04bd5cfe4e345ad484844233911dcf0a30
-Size (github.com_containerd_ttrpc_@v_v1.2.5.mod) = 466 bytes
-BLAKE2s (github.com_containerd_ttrpc_@v_v1.2.5.zip) = f121cb5d74cb57400c795f2b70f6b3bf70c793d0da70975fe919cef8bef09a7b
-SHA512 (github.com_containerd_ttrpc_@v_v1.2.5.zip) = db21dcafc9b24a35b522070f5ae398a349e4c6592195ba2115511ecd23a32383d69d4667e54d3b772858163230ffda161573feeb37e8886b1e05e07767185662
-Size (github.com_containerd_ttrpc_@v_v1.2.5.zip) = 83527 bytes
-BLAKE2s (github.com_containerd_typeurl_v2_@v_v2.2.0.mod) = be3f7189dec626e711bfb14488eda70d02ca159dc5169f9ff48bbd741a7defe1
-SHA512 (github.com_containerd_typeurl_v2_@v_v2.2.0.mod) = 4ddf49e439d3dc37b67447d44d01e8f57106a8b335777e9f447d52ca491598feed8db4404d5189b46d87fad2e86f5105ceeb099b25cd70872659a33f7ddf2f29
-Size (github.com_containerd_typeurl_v2_@v_v2.2.0.mod) = 131 bytes
-BLAKE2s (github.com_containerd_typeurl_v2_@v_v2.2.0.zip) = 5127b290df1965071eb2376c40529a9f634d714268c4e7ae31edf1e10acac482
-SHA512 (github.com_containerd_typeurl_v2_@v_v2.2.0.zip) = afbec15d8a3294378833835fadb8a6e541d462ce5d73deba1357f8ea60a2f3cde6eecaa50e023408913054b1027ff585595944083e62b653df2ee58f238096b4
-Size (github.com_containerd_typeurl_v2_@v_v2.2.0.zip) = 14833 bytes
-BLAKE2s (github.com_cpuguy83_go-md2man_v2_@v_v2.0.4.mod) = 5d28aa7bd4d3be65c094ff1eff00044ed7a895928d188f7a279b5bd9a596d393
-SHA512 (github.com_cpuguy83_go-md2man_v2_@v_v2.0.4.mod) = d39412bb14c058291d07276337f802547bfb1a682cc65199cb04334f8089b6ea5d4d73587c2765c518f9e27fa3421c276eaea616d7cfbe36a2a244326edf1cb5
-Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.4.mod) = 100 bytes
-BLAKE2s (github.com_cpuguy83_go-md2man_v2_@v_v2.0.5.mod) = 5d28aa7bd4d3be65c094ff1eff00044ed7a895928d188f7a279b5bd9a596d393
-SHA512 (github.com_cpuguy83_go-md2man_v2_@v_v2.0.5.mod) = d39412bb14c058291d07276337f802547bfb1a682cc65199cb04334f8089b6ea5d4d73587c2765c518f9e27fa3421c276eaea616d7cfbe36a2a244326edf1cb5
-Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.5.mod) = 100 bytes
-BLAKE2s (github.com_cpuguy83_go-md2man_v2_@v_v2.0.5.zip) = bca54c72715bd8c2a17895b4dff484046817d4ec436fce65017c02602b045637
-SHA512 (github.com_cpuguy83_go-md2man_v2_@v_v2.0.5.zip) = e28fd3a3c9b923139ba75b22f7c42bb366152cac12484e4d7d3c8540f54221af61d4bce433c11a604236dbb877494a0c67492068f6ae529360050f40faa30d11
-Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.5.zip) = 14655 bytes
-BLAKE2s (github.com_davecgh_go-spew_@v_v1.1.0.mod) = eee11d0ec5d2260dc11d9bfe8f9d523e54530b71cc8357f43c0214b3b74bef5c
-SHA512 (github.com_davecgh_go-spew_@v_v1.1.0.mod) = 5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e
-Size (github.com_davecgh_go-spew_@v_v1.1.0.mod) = 34 bytes
-BLAKE2s (github.com_davecgh_go-spew_@v_v1.1.1.mod) = eee11d0ec5d2260dc11d9bfe8f9d523e54530b71cc8357f43c0214b3b74bef5c
-SHA512 (github.com_davecgh_go-spew_@v_v1.1.1.mod) = 5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e
-Size (github.com_davecgh_go-spew_@v_v1.1.1.mod) = 34 bytes
-BLAKE2s (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 5281c0e301579c764ebf96f97056ba8fc1a8142d98f2fe44aabb07d7e8ae4f3e
-SHA512 (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 7b4e4df2fea731e23e05437f26f24e32b2e99028d685b72e3a726c1cb616ada4a77ca4fb9db4a6fae48178cc5172e724b74499bc776d63a9110cb97377d5edeb
-Size (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 60320 bytes
-BLAKE2s (github.com_distribution_reference_@v_v0.6.0.mod) = a14da0a8b11eec404d05fd031371949c9ddde367e0c494b61dcd682eee9ee94e
-SHA512 (github.com_distribution_reference_@v_v0.6.0.mod) = 47de7cb3119ed3c5e363cfc1e0f9f104dab8a5b0890c3153f043776962f75a01c52130537f82572c25b2d2e5832a90c737fa7b33168d7019bdf829ec42b7923d
-Size (github.com_distribution_reference_@v_v0.6.0.mod) = 102 bytes
-BLAKE2s (github.com_distribution_reference_@v_v0.6.0.zip) = c8c4d798a583b5c9a225251181d609804ed493ae7c3e037e7631d895af412170
-SHA512 (github.com_distribution_reference_@v_v0.6.0.zip) = 49f64b7e49fb2523250426aa20cf77ffd10c7cb2f72de0e90769c7c91dfc209990b72c16a7c6c95823ed5b80af8b909b97e061c5b7f0a933f4a301dc8dcf87c6
-Size (github.com_distribution_reference_@v_v0.6.0.zip) = 42756 bytes
-BLAKE2s (github.com_docker_cli_@v_v27.3.1+incompatible.mod) = d82fda556ebbda5441c79b01ecf9d244249a9d638d0d303e935de7c845a5e82f
-SHA512 (github.com_docker_cli_@v_v27.3.1+incompatible.mod) = 7681fbfbd36f2ab19e01f6e38f899cf538fa34e4abb34bd38660459d9060367f49680c85f75da08f8d3e7981e9ebf1f911db26e31e1ab44f451640e435cfd877
-Size (github.com_docker_cli_@v_v27.3.1+incompatible.mod) = 29 bytes
-BLAKE2s (github.com_docker_cli_@v_v27.3.1+incompatible.zip) = cec7326b3bb103cedd65736bd7b60f5fc0525d9035e916dfec136e378add6fd3
-SHA512 (github.com_docker_cli_@v_v27.3.1+incompatible.zip) = 8c3f60eb9286a77bf306ea0861ec3cf5d6a22354f0144f7507380b2b56ffc9835edb250c1e453aefe9b72cc1d00ee81ff06618b5dbf4f7ed72ac258386c3c145
-Size (github.com_docker_cli_@v_v27.3.1+incompatible.zip) = 1873459 bytes
-BLAKE2s (github.com_docker_distribution_@v_v2.8.3+incompatible.mod) = 1c95330fa51559fa19f0c413b87ca461fa7e3da30bdf42df845e74e23de50eaf
-SHA512 (github.com_docker_distribution_@v_v2.8.3+incompatible.mod) = 662e7810daa3242958f5ac7c71bccd25fc39ce814db684641cf69e96a5573dff638faff15aad77b7abddce767f4ddbfbd8a1bbb85a2aee5a0e80c96baa3f39a3
-Size (github.com_docker_distribution_@v_v2.8.3+incompatible.mod) = 38 bytes
-BLAKE2s (github.com_docker_distribution_@v_v2.8.3+incompatible.zip) = d5bb84572f9d64392ae1f2f90755d26a3459fb1568ad9deccc7985155e2aa70e
-SHA512 (github.com_docker_distribution_@v_v2.8.3+incompatible.zip) = 0788b1ee0de2134e710828c0fcbc90f526aff2954f2e8a8b9ebcea4fb873b670049a66b82cfe5c1cfd1490f1cf869d5a3f561533a4aec631fbd0ac9f910d0f0e
-Size (github.com_docker_distribution_@v_v2.8.3+incompatible.zip) = 660873 bytes
-BLAKE2s (github.com_docker_docker-credential-helpers_@v_v0.8.2.mod) = 27665bd532f3f5102cd1270c2c50ff8ecb4ccf19e6cf2a4e2d8827a494444e92
-SHA512 (github.com_docker_docker-credential-helpers_@v_v0.8.2.mod) = 97ec3b5abf15a99779ea4c4ab5ef20c1762188f1b47e1806e3d0bf022393618a7662697670be2bcdb5a765f05ef8f8dfd8ffac3502a74fe3e9be0f44670da3e9
-Size (github.com_docker_docker-credential-helpers_@v_v0.8.2.mod) = 152 bytes
-BLAKE2s (github.com_docker_docker-credential-helpers_@v_v0.8.2.zip) = 0243cbf3954ae16417841ec9a4443318f2f2dab0785e8000bd4afa21f8eadc77
-SHA512 (github.com_docker_docker-credential-helpers_@v_v0.8.2.zip) = adb2f4111d7dd38b7360e5902915dcac2e658b255100d1880d0aa14864ab7443406bc044e5aa7c103066826063af5e245f1d3af99446aae9ce809324c62373ed
-Size (github.com_docker_docker-credential-helpers_@v_v0.8.2.zip) = 62595 bytes
-BLAKE2s (github.com_docker_docker_@v_v27.3.1+incompatible.mod) = e32c54c0fc202b0a247380241c09c31c2e19fcc6486c6eba252b868279ea90c2
-SHA512 (github.com_docker_docker_@v_v27.3.1+incompatible.mod) = ac7ef0a0baf8fd96efb31c685f838842cecc51e9332cafefab138f16438fe00962e91b31e53d93214ff9d18558634d4b9bed4a0a9567e06646da2d2bd3e9c439
-Size (github.com_docker_docker_@v_v27.3.1+incompatible.mod) = 32 bytes
-BLAKE2s (github.com_docker_docker_@v_v27.3.1+incompatible.zip) = 6df02cc38d1a363a93591a0ce69cdf80a258ecc8a40fd7a1c28b2a8696d520fd
-SHA512 (github.com_docker_docker_@v_v27.3.1+incompatible.zip) = 2504528a3fccfdbabe59cd46eb0ccedd35179b81a21da70013e8536464244456935fc21b80433ed10ba27595b9af3eac029498f51747fe4d8c34d29232b61419
-Size (github.com_docker_docker_@v_v27.3.1+incompatible.zip) = 6374795 bytes
-BLAKE2s (github.com_docker_go-connections_@v_v0.5.0.mod) = 0d84033cc26b82845de65d8c0b5d6f17cc742e79e06dade006dbf4a3b6f26745
-SHA512 (github.com_docker_go-connections_@v_v0.5.0.mod) = d158b957e80a70a51f37280000e43e557403d933544f081b1ab56dca78041ec74f916f35a02b932013b00eb2c86aa88d8f01a0db4317cf3a21297e63c300c5c4
-Size (github.com_docker_go-connections_@v_v0.5.0.mod) = 141 bytes
-BLAKE2s (github.com_docker_go-connections_@v_v0.5.0.zip) = cd5d3303f79ab37768f0bd8fa7837511c6ad3d30e3319edd25ae4d1ca31557bb
-SHA512 (github.com_docker_go-connections_@v_v0.5.0.zip) = e13fe9f48900b6c32147a2d32a4ee62d518841304c1cf7283bd055eed575d6a840160596f9a47918a589cf39de99e623f4aa862168a29eb0a9d66a3cd041a5fd
-Size (github.com_docker_go-connections_@v_v0.5.0.zip) = 46332 bytes
-BLAKE2s (github.com_docker_go-units_@v_v0.5.0.mod) = 4c8d8f5c914e3fb49d8d4a9f420c42339f6e7085700a326e63cdc2d987db2ec8
-SHA512 (github.com_docker_go-units_@v_v0.5.0.mod) = 53dd482245593fe74b94c319cf4f3079b47313a22aaa69ba023b9e60e8b5dc81177ecfac49e0cbd9b1eb6706f654f387301ceb00313f8cbe530b4dc24eaefe97
-Size (github.com_docker_go-units_@v_v0.5.0.mod) = 34 bytes
-BLAKE2s (github.com_docker_go-units_@v_v0.5.0.zip) = 7271bc62975510479b99ae4f9411afb511a3bac0614dc308ce05d3a6a7ca68a3
-SHA512 (github.com_docker_go-units_@v_v0.5.0.zip) = 572e5f70d0e299d078c58223ef9b3846aff424b233ff056ed12d873b7de82fa84696468ac0a86a1d408525413e718e3c662dee08f5f17ec30aab1248c2b64f95
-Size (github.com_docker_go-units_@v_v0.5.0.zip) = 14824 bytes
-BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.9.0.mod) = ed5390a35ce363e1d51010efde3bf5fcfc7d3f18c23332f6e0c907b9fbd19367
-SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.9.0.mod) = f0135b61ef0638fe384c875786abbf8ed9a93836f6ed29d19a2e9a626cf6d6c6a252146352eb32298b826e93bb61b8c733f8a6aa683e5856ebec37cccc64ce58
-Size (github.com_envoyproxy_go-control-plane_@v_v0.9.0.mod) = 378 bytes
-BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.9.1-0.20191026205805-5f8ba28d4473.mod) = ed5390a35ce363e1d51010efde3bf5fcfc7d3f18c23332f6e0c907b9fbd19367
-SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.9.1-0.20191026205805-5f8ba28d4473.mod) = f0135b61ef0638fe384c875786abbf8ed9a93836f6ed29d19a2e9a626cf6d6c6a252146352eb32298b826e93bb61b8c733f8a6aa683e5856ebec37cccc64ce58
-Size (github.com_envoyproxy_go-control-plane_@v_v0.9.1-0.20191026205805-5f8ba28d4473.mod) = 378 bytes
-BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.9.4.mod) = 6671acf69c3e32e7553397d8914d0da52a90d9495033ae1ea8999082345764de
-SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.9.4.mod) = 323c4b1c27bdc5bfb1795f1353d21ad6b7a2056bb0b364adab5960aabb7bea20ab3287ba60685df130abddbd66c3d82dc98a291aff1849dbce8c182c63c7b0bf
-Size (github.com_envoyproxy_go-control-plane_@v_v0.9.4.mod) = 471 bytes
-BLAKE2s (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.mod) = cb80ede84f154f33b294f83439cee1f3d9d9dcd016f82cea5fe91ed010151ac2
-SHA512 (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.mod) = 755a3d173d43e70ca40fde2d5ce16c405365da90ff595003ef64598c9b9734b7200fe07a16fd555e4209f83e5e17561d18227c46a5f25a41976ff7ac024cb9aa
-Size (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.mod) = 49 bytes
-BLAKE2s (github.com_felixge_fgprof_@v_v0.9.3.mod) = f17167f34d4ae47a53ef1ffb6f5a9030bc6fb81ebc36760a30157394e2cd38b7
-SHA512 (github.com_felixge_fgprof_@v_v0.9.3.mod) = 3d650499c9f0962252bbc92a1a65881d8aee186f347190961d3ea9f1c287f302eab705857a99d9ef4194b49c19dc636c4f7111c0e962b12de08db9fdb2c1c523
-Size (github.com_felixge_fgprof_@v_v0.9.3.mod) = 151 bytes
-BLAKE2s (github.com_felixge_fgprof_@v_v0.9.5.mod) = dfb1116fb871f167e79bd153f3f17289cae0327fbe16befd12c024be4d625c55
-SHA512 (github.com_felixge_fgprof_@v_v0.9.5.mod) = 27fb0195d99a37e3341a6d0de60fa01be3d7b82713f9758f0b5e50780d49d726290c3f6f0fd69da6706e0b6299c33be762e2dcdcd735afe31f80d1d96b1c566c
-Size (github.com_felixge_fgprof_@v_v0.9.5.mod) = 151 bytes
-BLAKE2s (github.com_felixge_fgprof_@v_v0.9.5.zip) = cb347f4ec6e70c34119296b909663f97130190139068e911525c556f90167bcf
-SHA512 (github.com_felixge_fgprof_@v_v0.9.5.zip) = 0f69fef3dc87b79a44612d2fae8896e82b371e735049e2e7e25b75e14c46eaef2e4a64ee63b92d17d23bf8f2e388e7fa658b3e83821afc265e694053fe91c897
-Size (github.com_felixge_fgprof_@v_v0.9.5.zip) = 345208 bytes
-BLAKE2s (github.com_felixge_httpsnoop_@v_v1.0.4.mod) = 8a39c64b6c9e5a984ea9df97706a45b2b43c19a4e243129661ab98de229e4e71
-SHA512 (github.com_felixge_httpsnoop_@v_v1.0.4.mod) = 7bdc5f80046ba76d6bea23b428460edb7ae3e0837574927b22f903ad2846eca18c202cb77cfe4273b8814bacbd6ce3f28581ae3e0c7c09342622e5a582f1b691
-Size (github.com_felixge_httpsnoop_@v_v1.0.4.mod) = 45 bytes
-BLAKE2s (github.com_felixge_httpsnoop_@v_v1.0.4.zip) = f4902f70a7cf3158d3823ea4f0cd5e7821e3f6fc74fb9afa416cd5fe8022625c
-SHA512 (github.com_felixge_httpsnoop_@v_v1.0.4.zip) = 95aea107309d778545b6f18803d3d38468e43f8f667b15699f76feab9e4f3ef107cde617ee2e19ac478b7c313673a1bec2745b2c8fe49d1004b7af84c3b05447
-Size (github.com_felixge_httpsnoop_@v_v1.0.4.zip) = 17593 bytes
-BLAKE2s (github.com_go-chi_chi_v5_@v_v5.1.0.mod) = acd32f63afb2db21f4f60e87622d1730141e6278da6d6b99afda594feb0f4b93
-SHA512 (github.com_go-chi_chi_v5_@v_v5.1.0.mod) = 8249433e8c3d34829c9e7037aad243dd82fafc81979d881bbc7409340d9156e6713930cec507e6a6fa15768bf51c8b1d8e0d6b8040ec5d78359edbd6f08c9542
-Size (github.com_go-chi_chi_v5_@v_v5.1.0.mod) = 41 bytes
-BLAKE2s (github.com_go-chi_chi_v5_@v_v5.1.0.zip) = d590b7891ef4678b409d34e932e92f8fce70a30d56c30fd890a42b35badcc2fb
-SHA512 (github.com_go-chi_chi_v5_@v_v5.1.0.zip) = 838800e5a137035ff99ede47485273a33c828811792e2981ee5b74850ef01f6fefd0e1ab96c7b9f385f08dff786ea71edda281dad26c5dcb87882d09700006c2
-Size (github.com_go-chi_chi_v5_@v_v5.1.0.zip) = 111981 bytes
-BLAKE2s (github.com_go-logr_logr_@v_v1.2.2.mod) = 54daee7499cc13c6940dbe895aa9e993436c4f611f688ab703a8f14e29d79e2e
-SHA512 (github.com_go-logr_logr_@v_v1.2.2.mod) = c9225b7852db46ece49121f957a38d7a7cd4a63dad0286e5748bd02ec52db9469e433113f7285aee1170ab2a719a255815c71208816013ad7e51d2cd462138aa
-Size (github.com_go-logr_logr_@v_v1.2.2.mod) = 40 bytes
-BLAKE2s (github.com_go-logr_logr_@v_v1.4.2.mod) = 59a6fc2b2b43d49b3107b4ab1b5cb3cb2d924e6f2bb0fc9d63baf37f9c86de1a
-SHA512 (github.com_go-logr_logr_@v_v1.4.2.mod) = 72c33f657f69ad01f26f87045b0d30ae736054525e5012cb771baabbab7b9a1d60d3c9b31ce0163be4252ea4401cd0229b9b757b12133629abe5f444179fcb44
-Size (github.com_go-logr_logr_@v_v1.4.2.mod) = 40 bytes
-BLAKE2s (github.com_go-logr_logr_@v_v1.4.2.zip) = f4e471a54aa8e37e3f84b86bb8f70e44bdc379ebb59aa3b93c5e83c39f210b01
-SHA512 (github.com_go-logr_logr_@v_v1.4.2.zip) = df67cac6fcd817f6e30975a7494f227840e867460e256f3fcecc9e64abf84905319e3859d5e7ce5817a3f9332dede3b73f8457ed6787e3c12856b61260bf642f
-Size (github.com_go-logr_logr_@v_v1.4.2.zip) = 90503 bytes
-BLAKE2s (github.com_go-logr_stdr_@v_v1.2.2.mod) = 4da4c67edfd0f7172b77d9954fcfb1ae5e6898975492c8d1838bc4acf92b5ebd
-SHA512 (github.com_go-logr_stdr_@v_v1.2.2.mod) = e809b460484820577148d4e22521d7e76d5110e291709c20558e69e478b722b2b8935d7cf08f7a780664ca2adb3045a76f3b545fe8cff52e41d9816de010d0e6
-Size (github.com_go-logr_stdr_@v_v1.2.2.mod) = 80 bytes
-BLAKE2s (github.com_go-logr_stdr_@v_v1.2.2.zip) = 8f2879de3dd0fa9eb211ff4271b8b540679f78da7dd9c0f5da0d98b1d1eb2bf5
-SHA512 (github.com_go-logr_stdr_@v_v1.2.2.zip) = 636a53afb37240863afc0cc9b116cd463c9ae54e9748c114999edc1bf019a4592b70fd34c1e2429aa937f771d8250897a8ee19ae8f8681f149554c018bc084c6
-Size (github.com_go-logr_stdr_@v_v1.2.2.zip) = 12533 bytes
-BLAKE2s (github.com_go-task_slim-sprig_v3_@v_v3.0.0.mod) = a9dcac850a4bc73395eb48b64b6a2f2c9f328c534920e7014173cd61678c45c0
-SHA512 (github.com_go-task_slim-sprig_v3_@v_v3.0.0.mod) = 3acf8aa44d1fc77003c0f33968520f9358bdfcfacf7f2eefe1cd64d8769e6a6fc15b6ec3192e4b6785dac42beaad23272488916036939f13e2d31c480e7d9b30
-Size (github.com_go-task_slim-sprig_v3_@v_v3.0.0.mod) = 240 bytes
-BLAKE2s (github.com_go-task_slim-sprig_v3_@v_v3.0.0.zip) = 8dee42ff9e4fb3b926142ee4fd67081a754b25a25355dcc640be8144aef3c715
-SHA512 (github.com_go-task_slim-sprig_v3_@v_v3.0.0.zip) = 13f2895b01250460ff1a480c0740496def18f165a781d07ed96f8ab1f11b540f43894109fe52d950b7f4fb4d40f141a7023406079ab138a08b85414421a930ed
-Size (github.com_go-task_slim-sprig_v3_@v_v3.0.0.zip) = 57927 bytes
-BLAKE2s (github.com_gobwas_httphead_@v_v0.1.0.mod) = 7f164213cefd030c24460c8c995366f256b7490e528d27030d73de5e696d9bd2
-SHA512 (github.com_gobwas_httphead_@v_v0.1.0.mod) = 14f5ce1353865e19ed1221cbc8651504d570f35478006bfa68a3b2f43ee3a849b2c7555453eb7685bf75bdfbac579ad000d7902b9f025c38bfb7a59daf8d18b9
-Size (github.com_gobwas_httphead_@v_v0.1.0.mod) = 43 bytes
-BLAKE2s (github.com_gobwas_pool_@v_v0.2.1.mod) = d199c739686fc3fd320d618bde50d82dac34ef4ac2b083a93fbfb69511406092
-SHA512 (github.com_gobwas_pool_@v_v0.2.1.mod) = d204c7c36bed4fddd03de8ea40d6e9b3e5713604d0a02481bbdc91e052a9ec85a9b67ab19c3912f43894dc754c84b3e3bf5553df7c0236a5722c585555276c21
-Size (github.com_gobwas_pool_@v_v0.2.1.mod) = 30 bytes
-BLAKE2s (github.com_gobwas_ws_@v_v1.2.1.mod) = 9238a2ceb5b4cdf0543a5c75fea2f91d6247a4e49e54b9772d9cb35c97c43b48
-SHA512 (github.com_gobwas_ws_@v_v1.2.1.mod) = f42b6a1c24c63e96ebe535a70e1e668cc1cb2f9ca1ae02fc44c0c594941320e1228df088e02b13489403bc71e74c61444b4c264199517faf7739657c9dd72b9c
-Size (github.com_gobwas_ws_@v_v1.2.1.mod) = 153 bytes
-BLAKE2s (github.com_gofrs_flock_@v_v0.12.1.mod) = b7bdd15194b9cdc25e1f092176040b77fc45fdfefa64f951890c311a8068a28d
-SHA512 (github.com_gofrs_flock_@v_v0.12.1.mod) = 17b9c1b6de7d91386505a79594ff54fe04122ffdb23ffdae73acaa3db4a7e38237681c06bd57e6e06be59c7672d47f21b48aa70ab3a10754b0eb776ac7ae8f4c
-Size (github.com_gofrs_flock_@v_v0.12.1.mod) = 370 bytes
-BLAKE2s (github.com_gofrs_flock_@v_v0.12.1.zip) = b55cc407baa21ea9e31addfca9e225b0d8b70f10e534c2cee303110e1c07f034
-SHA512 (github.com_gofrs_flock_@v_v0.12.1.zip) = 536b587b4a5d4f6f3a81fe514b6d482deac66d326fb483d1c9231acaf7195c5a16e67ca31700d53d41468bfbc6147f51f35a34287aaa1a28955d53528b0827ad
-Size (github.com_gofrs_flock_@v_v0.12.1.zip) = 22942 bytes
-BLAKE2s (github.com_gogo_protobuf_@v_v1.3.2.mod) = 1bdae7dfadf94f57555d8e8faf3c173eed19d8272fce4205e9cb130830f85fab
-SHA512 (github.com_gogo_protobuf_@v_v1.3.2.mod) = 8f928dfbe495a84c91744bf72527c5662422e608125f8b58908803289a39abfec1823d4628a52b987ab5150103ca588509ae0074fb08799d075e7ffc4157dc33
-Size (github.com_gogo_protobuf_@v_v1.3.2.mod) = 215 bytes
-BLAKE2s (github.com_gogo_protobuf_@v_v1.3.2.zip) = 525362c23d9818b0d7582fdf3ea83422c3ce62b193c02eaf801d905ed6a6d243
-SHA512 (github.com_gogo_protobuf_@v_v1.3.2.zip) = 5d27fdbda403bc5ca722280af1fc331e48e45dc97d6e0b9f99f0d48d2d173292ae88904236f43851173528d0523fca86dc15a633dae218bbe05bc0fc22e1d477
-Size (github.com_gogo_protobuf_@v_v1.3.2.zip) = 2700673 bytes
-BLAKE2s (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.mod) = dd073b0d745982706868d8639aebad5eb1dff0ea398d43a074be4a8ae3fb7c0a
-SHA512 (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.mod) = 3714d2a95d0435a113c36df5feb13f77a07a1514fdf6b5f01e6e8cc5d159067736e0065bad8062dc636fa5c52c98e3fea6985075005b2838bdf53e0b07093024
-Size (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.mod) = 30 bytes
-BLAKE2s (github.com_golang_groupcache_@v_v0.0.0-20200121045136-8c9f03a8e57e.mod) = 4998748c45e33aa114579c0c58bbf4ffd6879f2fafdf036bd2cd7d606541bfdc
-SHA512 (github.com_golang_groupcache_@v_v0.0.0-20200121045136-8c9f03a8e57e.mod) = 5a0f44d45d666885e31206077a515fa02246d56699aa02f7809868029fdf6a718a5df8edac0ec245880f982882c2f4ca1d13a1dc0c7c0f79d7e89c6c46fab523
-Size (github.com_golang_groupcache_@v_v0.0.0-20200121045136-8c9f03a8e57e.mod) = 36 bytes
-BLAKE2s (github.com_golang_groupcache_@v_v0.0.0-20210331224755-41bb18bfe9da.mod) = 4998748c45e33aa114579c0c58bbf4ffd6879f2fafdf036bd2cd7d606541bfdc
-SHA512 (github.com_golang_groupcache_@v_v0.0.0-20210331224755-41bb18bfe9da.mod) = 5a0f44d45d666885e31206077a515fa02246d56699aa02f7809868029fdf6a718a5df8edac0ec245880f982882c2f4ca1d13a1dc0c7c0f79d7e89c6c46fab523
-Size (github.com_golang_groupcache_@v_v0.0.0-20210331224755-41bb18bfe9da.mod) = 36 bytes
-BLAKE2s (github.com_golang_groupcache_@v_v0.0.0-20210331224755-41bb18bfe9da.zip) = e10d20f69ccab9fa0e4b6260dc2a779c611d77da02b3247541367daec85d450b
-SHA512 (github.com_golang_groupcache_@v_v0.0.0-20210331224755-41bb18bfe9da.zip) = 52a3eade285f16ca743f29de8676a7ce7dfcfd4728d1f2fe1ab64d372082a621fa160520a31ca9bf231e32f650f4b7faeb91ec172c769022bd55dcfb0d7856b5
-Size (github.com_golang_groupcache_@v_v0.0.0-20210331224755-41bb18bfe9da.zip) = 39744 bytes
-BLAKE2s (github.com_golang_mock_@v_v1.1.1.mod) = 356607004812e692cdbc0d733f9b7290e44f8b250d574cad239668e00f4f1040
-SHA512 (github.com_golang_mock_@v_v1.1.1.mod) = ae6a1a6f8d31592ea6141f2ea39c9b60cd28e73ffae74bcf370fa739865b95a7ed56f687975f017b42c59e3b0f1c02884fbd5c93140bce268771380c8c7a7a96
-Size (github.com_golang_mock_@v_v1.1.1.mod) = 30 bytes
-BLAKE2s (github.com_golang_protobuf_@v_v1.2.0.mod) = 8836436cb8d73217522d565a51dd5cade163931200a3b8638176b2238c65a87a
-SHA512 (github.com_golang_protobuf_@v_v1.2.0.mod) = e059a34363bb826bbcb8981adbfc10da90e04b86dc5376ab20bdfe1fab135953cff41ef1daa116aff10e9f3e6503168f6baf902f09aa0e8cd9a0da96b932f4b6
-Size (github.com_golang_protobuf_@v_v1.2.0.mod) = 34 bytes
-BLAKE2s (github.com_golang_protobuf_@v_v1.3.2.mod) = 8836436cb8d73217522d565a51dd5cade163931200a3b8638176b2238c65a87a
-SHA512 (github.com_golang_protobuf_@v_v1.3.2.mod) = e059a34363bb826bbcb8981adbfc10da90e04b86dc5376ab20bdfe1fab135953cff41ef1daa116aff10e9f3e6503168f6baf902f09aa0e8cd9a0da96b932f4b6
-Size (github.com_golang_protobuf_@v_v1.3.2.mod) = 34 bytes
-BLAKE2s (github.com_golang_protobuf_@v_v1.4.0-rc.1.0.20200221234624-67d41d38c208.mod) = d11b25f09f8e5e0ba35ea21b477e7f66f99cbbe8bcdaaff71cc70c7fe0e7ac28
-SHA512 (github.com_golang_protobuf_@v_v1.4.0-rc.1.0.20200221234624-67d41d38c208.mod) = 431b8d4756fe79e43cdc2f8478f3171ac9c90912222e50503301fc83d34c90001fb6ee0fee3bc05f66e47d657977395769e54efa0fb74ba35f34429cc0dac5c3
-Size (github.com_golang_protobuf_@v_v1.4.0-rc.1.0.20200221234624-67d41d38c208.mod) = 151 bytes
-BLAKE2s (github.com_golang_protobuf_@v_v1.4.0-rc.1.mod) = 5102aee4c94831eba1648e852c3261c70a7f8e11205824229ca6f1962dd8b6e9
-SHA512 (github.com_golang_protobuf_@v_v1.4.0-rc.1.mod) = b6d7911148c590b3ce2a14a158cfbb94dd56dd402b3a4a2399adcd0421604f85d904244ddf5f8dba65326f04a7817d5652b30a306c65f44fd248ed269485a21c
-Size (github.com_golang_protobuf_@v_v1.4.0-rc.1.mod) = 151 bytes
-BLAKE2s (github.com_golang_protobuf_@v_v1.4.0-rc.2.mod) = c71597ceff6f41e225c583153e68ce587a0f4a82e7156393aedb539fb779b503
-SHA512 (github.com_golang_protobuf_@v_v1.4.0-rc.2.mod) = 2df7aaf6cb36a18165dc458a7b3f4158e2bce3bf10165418de401dd43e06d44378511dd4fea6530cb668a8ebb17b4c3f294ba35f5018e6aeb1b7b9082aac8a84
-Size (github.com_golang_protobuf_@v_v1.4.0-rc.2.mod) = 151 bytes
-BLAKE2s (github.com_golang_protobuf_@v_v1.4.0-rc.4.0.20200313231945-b860323f09d0.mod) = e234b6b127c000bbad77767cd8815ba34141a1acc369268b383dbe2e31e35889
-SHA512 (github.com_golang_protobuf_@v_v1.4.0-rc.4.0.20200313231945-b860323f09d0.mod) = 4c9416c4777123a39b23b49ecf6265295fc3432de083a04dbefc87264b8c69f0d9e342ebb7e8e488f30c3efdc02951fd7dec23dfd1fef0802c8f0250f96612a8
-Size (github.com_golang_protobuf_@v_v1.4.0-rc.4.0.20200313231945-b860323f09d0.mod) = 154 bytes
-BLAKE2s (github.com_golang_protobuf_@v_v1.4.0.mod) = 16dee6c017a65130d8cdec27ddc14072eda6e961c6c166832a2ee0065cb8fa18
-SHA512 (github.com_golang_protobuf_@v_v1.4.0.mod) = acbd5afd399b3798d4b24529479b18523ae4009e21acde15a3893d2af75f9a6e65fcbd5a237423849003eb8903718eaa0b1aed9177c390972ab9490f3acc0d1f
-Size (github.com_golang_protobuf_@v_v1.4.0.mod) = 124 bytes
-BLAKE2s (github.com_golang_protobuf_@v_v1.4.1.mod) = 9ccd134db8bde4477d45a3932bf71d49ffda96cc6f92ce6093a42ba865126b0f
-SHA512 (github.com_golang_protobuf_@v_v1.4.1.mod) = 14a0f1fed404939fad835398d5889ad57621edeb0e183785b3094957183bb29a2026e2af939b94c7155f8496e966116c4a6a2497fab113a175a9aef3f7ec3f32
-Size (github.com_golang_protobuf_@v_v1.4.1.mod) = 124 bytes
-BLAKE2s (github.com_golang_protobuf_@v_v1.4.3.mod) = e2be38fb6254f2643b0447b42afcee2ce12a4ba5dc502605a2a30fd085b7a9d1
-SHA512 (github.com_golang_protobuf_@v_v1.4.3.mod) = 9586be76b697c6a5c3216762ac13a7d297372ebe0c7ac5941d16c326d1580c8a73fb475236ed9a4214d158a7386e761877be16cdbd4ac2074e8a5e1dfdc95b54
-Size (github.com_golang_protobuf_@v_v1.4.3.mod) = 124 bytes
-BLAKE2s (github.com_google_cel-go_@v_v0.21.0.mod) = 334ab42a4c8c388aebfe9b74670b779d58bcb47c24000113ae55f8c8471e4f5d
-SHA512 (github.com_google_cel-go_@v_v0.21.0.mod) = 8b58769d5afc88e83640342083e4f60df8fb48da5aec6cc303022fe816111384c49de245716340e2588bb26ee6514bd2c7b52b94871fcc732c120475e06f4b93
-Size (github.com_google_cel-go_@v_v0.21.0.mod) = 439 bytes
-BLAKE2s (github.com_google_cel-go_@v_v0.21.0.zip) = 983da20da3b98d9510698e32123292c5dd60a11a079b94527cc4dcadc595f2b3
-SHA512 (github.com_google_cel-go_@v_v0.21.0.zip) = fcf751d36db1576eea48166894b18568820940e3777f39bfd55320d43e8c9eb52b46a51bf4af6c682b8903aaf64aab2d584c7235e85bfa2a8bcd2c6793abad4f
-Size (github.com_google_cel-go_@v_v0.21.0.zip) = 683817 bytes
-BLAKE2s (github.com_google_go-cmp_@v_v0.2.0.mod) = b527d9b12f3de3a8355f18e986847efb92bf07f76a2b9cb5d329b7249d42cb7d
-SHA512 (github.com_google_go-cmp_@v_v0.2.0.mod) = 7229d917bb0c788b07297e1b09b8f7952f951998a56f17ea1f69ff7c2f565a5686b212f42f45c6b8351905d6740a2ec5a235e493daa531ae00cb709faf67ae45
-Size (github.com_google_go-cmp_@v_v0.2.0.mod) = 32 bytes
-BLAKE2s (github.com_google_go-cmp_@v_v0.3.0.mod) = 8a0ad4b145a855d2c94746f8f2c34f3980448bbaa036aa419226fe2fb4174ade
-SHA512 (github.com_google_go-cmp_@v_v0.3.0.mod) = 351dc24af135b9c9d714aadce40fe9fa1ec05a35a4df90af79926d5119c3f33a6510ab9d78243748d7dad10bd2178f47d342ea2389972b88d5e9b4be6dee7daa
-Size (github.com_google_go-cmp_@v_v0.3.0.mod) = 40 bytes
-BLAKE2s (github.com_google_go-cmp_@v_v0.3.1.mod) = 8a0ad4b145a855d2c94746f8f2c34f3980448bbaa036aa419226fe2fb4174ade
-SHA512 (github.com_google_go-cmp_@v_v0.3.1.mod) = 351dc24af135b9c9d714aadce40fe9fa1ec05a35a4df90af79926d5119c3f33a6510ab9d78243748d7dad10bd2178f47d342ea2389972b88d5e9b4be6dee7daa
-Size (github.com_google_go-cmp_@v_v0.3.1.mod) = 40 bytes
-BLAKE2s (github.com_google_go-cmp_@v_v0.4.0.mod) = 54befdbebc1a7ed8c2f5de2cc688fab3ab3337a212c5f36bde6d427830820200
-SHA512 (github.com_google_go-cmp_@v_v0.4.0.mod) = cb203760fc6ca9c9d64811cf1342752faa5a95f27934c298407dc865f9561081210dd1b82b15ee2f5337b70d4c55d102d8884b5b9a5f70d9cbf85227a32b9713
-Size (github.com_google_go-cmp_@v_v0.4.0.mod) = 105 bytes
-BLAKE2s (github.com_google_go-cmp_@v_v0.5.0.mod) = 54befdbebc1a7ed8c2f5de2cc688fab3ab3337a212c5f36bde6d427830820200
-SHA512 (github.com_google_go-cmp_@v_v0.5.0.mod) = cb203760fc6ca9c9d64811cf1342752faa5a95f27934c298407dc865f9561081210dd1b82b15ee2f5337b70d4c55d102d8884b5b9a5f70d9cbf85227a32b9713
-Size (github.com_google_go-cmp_@v_v0.5.0.mod) = 105 bytes
-BLAKE2s (github.com_google_go-cmp_@v_v0.5.3.mod) = 54befdbebc1a7ed8c2f5de2cc688fab3ab3337a212c5f36bde6d427830820200
-SHA512 (github.com_google_go-cmp_@v_v0.5.3.mod) = cb203760fc6ca9c9d64811cf1342752faa5a95f27934c298407dc865f9561081210dd1b82b15ee2f5337b70d4c55d102d8884b5b9a5f70d9cbf85227a32b9713
-Size (github.com_google_go-cmp_@v_v0.5.3.mod) = 105 bytes
-BLAKE2s (github.com_google_go-cmp_@v_v0.6.0.mod) = becdef0764c43b119969e6c10646c6fafece1f936110eaa977757d2e2e381cd0
-SHA512 (github.com_google_go-cmp_@v_v0.6.0.mod) = 89e0014b0c3ffa2578ab38c237fee3d2280d6955e810c83e426d4924cec07cfc796adc45074fc237629c5ff88a93044dc406472febf1adf73deae82cb1b24b80
-Size (github.com_google_go-cmp_@v_v0.6.0.mod) = 41 bytes
-BLAKE2s (github.com_google_go-cmp_@v_v0.6.0.zip) = 1ad12fee463ebee40b8a76efc47fbea5f79742ff67c4ea86a5745f6f7354314a
-SHA512 (github.com_google_go-cmp_@v_v0.6.0.zip) = 3680bd9a399a018275403b22ceb96250046fd070de474fee16ffa9f872e30a97ec3caa26d17dca2aec8fcbdb6f91932f82b3b1b2284feec004d8fcc95215436f
-Size (github.com_google_go-cmp_@v_v0.6.0.zip) = 129773 bytes
-BLAKE2s (github.com_google_go-containerregistry_@v_v0.20.2.mod) = e27dcaf04dc7b5980f9264811d49b01d4c51af48a5b043f6242f528778151d9d
-SHA512 (github.com_google_go-containerregistry_@v_v0.20.2.mod) = 5573dd62224103a87fb45c178c11248bc828c2229e05e59f8be37ddcada3d9c644016f648ec82ab83009d54e04169f3bd9362e401d85c5f0597da99fa7fe108a
-Size (github.com_google_go-containerregistry_@v_v0.20.2.mod) = 1885 bytes
-BLAKE2s (github.com_google_go-containerregistry_@v_v0.20.2.zip) = 79547f27eaba5fa783a50ca602459f11f054945000edbf17b9623c31e8231ab2
-SHA512 (github.com_google_go-containerregistry_@v_v0.20.2.zip) = 0f2b2754e58a87d239a1c78a745809c75a08d263dc801bec74cca59ff18b353287d26999654e12198bc1257f405394ed266fbfab71308d2226a9e0c15d861bdd
-Size (github.com_google_go-containerregistry_@v_v0.20.2.zip) = 1978814 bytes
-BLAKE2s (github.com_google_pprof_@v_v0.0.0-20211214055906-6f57359322fd.mod) = 031b87d43aea3c71e905f9b23cf86786e7b0ea708bb433f5bef7b8eb5832151b
-SHA512 (github.com_google_pprof_@v_v0.0.0-20211214055906-6f57359322fd.mod) = 32324d2bfda577065b8b308fd5a29d310aab7fcdefc08ac5cfe9b0548ad729e9b618ebe7ab4086ab49f0660facae588d3f0fdfcec35f862394c6856cb7988b4a
-Size (github.com_google_pprof_@v_v0.0.0-20211214055906-6f57359322fd.mod) = 368 bytes
-BLAKE2s (github.com_google_pprof_@v_v0.0.0-20240227163752-401108e1b7e7.mod) = 8ca4c31cc61def6f74c5f5c6d866bbc61338df2db559956057b09bef8c2cc091
-SHA512 (github.com_google_pprof_@v_v0.0.0-20240227163752-401108e1b7e7.mod) = e173c1c8b7ba8cffd5cc0b7aea19e661bc304e6abd1a154e37f628bec9cc8d4842ef61105dd2c6ef3c58ec785c02dcaba958bec12eaa75ad245240984c4d6abb
-Size (github.com_google_pprof_@v_v0.0.0-20240227163752-401108e1b7e7.mod) = 596 bytes
-BLAKE2s (github.com_google_pprof_@v_v0.0.0-20241001023024-f4c0cfd0cf1d.mod) = e10cc65b54c33082a4a086d340845745f2e2b838552bfd1960abf433554ea646
-SHA512 (github.com_google_pprof_@v_v0.0.0-20241001023024-f4c0cfd0cf1d.mod) = 4c8fb57b6214795aba7b2198b29f998c3aa55f7c60830db47419381977045f0759dd0387c137a8d5e61c5d9e1741bd3551e8de9c26f51b808c91bd7972cb88e2
-Size (github.com_google_pprof_@v_v0.0.0-20241001023024-f4c0cfd0cf1d.mod) = 204 bytes
-BLAKE2s (github.com_google_pprof_@v_v0.0.0-20241001023024-f4c0cfd0cf1d.zip) = 25107cad7135af465a2082e4fbd4acc084cce782d0eed2dea03ab4048f2b312f
-SHA512 (github.com_google_pprof_@v_v0.0.0-20241001023024-f4c0cfd0cf1d.zip) = bcc9bc1c656edd057fcfd05190f02f16ef232209e7229a6db0cde2d5a463fc36a18e6264ea5d2961ff697da75686d5934855f70c705e6dbb583b8c19689de9a7
-Size (github.com_google_pprof_@v_v0.0.0-20241001023024-f4c0cfd0cf1d.zip) = 4896872 bytes
-BLAKE2s (github.com_google_uuid_@v_v1.1.2.mod) = 4950daf6c771a2feda754cc244ccb1881f07c2cb2b780da0d81b7f5e991a5c00
-SHA512 (github.com_google_uuid_@v_v1.1.2.mod) = 695f3424e0cc247a069fbd6b94820554e003030eb0e208ba7be38f660c5fc29f74a057e60031ec77918b5b320913d6deabdf19a0f0666b0f5bc5e2724e1fddba
-Size (github.com_google_uuid_@v_v1.1.2.mod) = 30 bytes
-BLAKE2s (github.com_google_uuid_@v_v1.6.0.mod) = 4950daf6c771a2feda754cc244ccb1881f07c2cb2b780da0d81b7f5e991a5c00
-SHA512 (github.com_google_uuid_@v_v1.6.0.mod) = 695f3424e0cc247a069fbd6b94820554e003030eb0e208ba7be38f660c5fc29f74a057e60031ec77918b5b320913d6deabdf19a0f0666b0f5bc5e2724e1fddba
-Size (github.com_google_uuid_@v_v1.6.0.mod) = 30 bytes
-BLAKE2s (github.com_google_uuid_@v_v1.6.0.zip) = dbfff111391c0755e944fbd8c6c53d928da9001f70340c681686b2f413d453dd
-SHA512 (github.com_google_uuid_@v_v1.6.0.zip) = 9ce996a3e7257ea896c1a0469cbd2010be969098443fe096e2679cb343aa8b74e5a9e39ac95e866c8ffa681d7e9d7a3c864acb2958735200826fe326f886064e
-Size (github.com_google_uuid_@v_v1.6.0.zip) = 31981 bytes
-BLAKE2s (github.com_ianlancetaylor_demangle_@v_v0.0.0-20210905161508-09a460cdf81d.mod) = 866da48e5ba76e35fce588d7bdb6ef07dcfd0a21c55c3222b25067a5c32f3df3
-SHA512 (github.com_ianlancetaylor_demangle_@v_v0.0.0-20210905161508-09a460cdf81d.mod) = fcc8d63701a2785977fe952378ecf329409e6adf7fdb8843722d840f8ff8ed5b852968db970f23feaed50b1fe32b975e6256ab413812394c3e43673fc3f09bee
-Size (github.com_ianlancetaylor_demangle_@v_v0.0.0-20210905161508-09a460cdf81d.mod) = 51 bytes
-BLAKE2s (github.com_ianlancetaylor_demangle_@v_v0.0.0-20230524184225-eabc099b10ab.mod) = 2193980441a4bde7113a04589539309fd87c8973c905f982854c3f7fe14aa201
-SHA512 (github.com_ianlancetaylor_demangle_@v_v0.0.0-20230524184225-eabc099b10ab.mod) = 2e1820607cc5e96ceac85e0d52c219511d4e4611ef72da649d75c4d254263a77f035d646076ccfccfd7933fed47f1163683bc32521bd9f198e872c1cfa36a274
-Size (github.com_ianlancetaylor_demangle_@v_v0.0.0-20230524184225-eabc099b10ab.mod) = 51 bytes
-BLAKE2s (github.com_inconshreveable_mousetrap_@v_v1.1.0.mod) = 8fff520201806b7001b58363f7bfcfa3ed234c4f128af4ebb7804b421afb12b3
-SHA512 (github.com_inconshreveable_mousetrap_@v_v1.1.0.mod) = 43d24d46c0d976a69a05f7b7030efdb1c904995fa16fc869c920989bcbff7cef072bc53f44bdb53bada8476ea3827bcd2134b5ce42a120c124fbc49891fa558f
-Size (github.com_inconshreveable_mousetrap_@v_v1.1.0.mod) = 53 bytes
-BLAKE2s (github.com_inconshreveable_mousetrap_@v_v1.1.0.zip) = 0dfce2df64f6599dce42a842db25a947c1e2f643cf2b36383bb38ed0a72a0428
-SHA512 (github.com_inconshreveable_mousetrap_@v_v1.1.0.zip) = 2c247ee4c779853f967f78093bca5643a2b83e8e65f0039a29864cf64594903794b4ae5806bc35691fe718e84478c9b7dbaaa8cc2c1fdc8201f41238bef3bad1
-Size (github.com_inconshreveable_mousetrap_@v_v1.1.0.zip) = 6350 bytes
-BLAKE2s (github.com_jdx_go-netrc_@v_v1.0.0.mod) = 927af6cf25b2df573c69c490afdb1df42153211b9ca840e349274d27a7ff91df
-SHA512 (github.com_jdx_go-netrc_@v_v1.0.0.mod) = a52b5bc1f8465d212ed77791037bbd482e11acabdfeef064931738cd56a00669407557ea569b22d702aa276247d95db56b81449779c247d329958d00773af5c3
-Size (github.com_jdx_go-netrc_@v_v1.0.0.mod) = 195 bytes
-BLAKE2s (github.com_jdx_go-netrc_@v_v1.0.0.zip) = 744fa3fff6d58b82d0304a156e85a79cb598e943f8ca3d4a666f713c85d1677c
-SHA512 (github.com_jdx_go-netrc_@v_v1.0.0.zip) = dd82947e43a194843b03f86d9a3496e586a1545f4fffa881edb433a6e56c12d9a7068a82c16440f72389dcb766707a5882f8b9b6fb7965211b1b38c9b9e6f4ca
-Size (github.com_jdx_go-netrc_@v_v1.0.0.zip) = 10966 bytes
-BLAKE2s (github.com_jhump_protoreflect_v2_@v_v2.0.0-beta.2.mod) = d3030b2c45b180e1df9d6f9453a7073195dffa4f8d35b77a862ff665d2478e2e
-SHA512 (github.com_jhump_protoreflect_v2_@v_v2.0.0-beta.2.mod) = 428e4dc8cf2b32777f67684cfb7b263d6f9871aa309028cfa460d16b2ee8f649c7aef51e9439b0b3fb76f1456d1ddea7a1e409c50997771db921118817c56e38
-Size (github.com_jhump_protoreflect_v2_@v_v2.0.0-beta.2.mod) = 894 bytes
-BLAKE2s (github.com_jhump_protoreflect_v2_@v_v2.0.0-beta.2.zip) = 8df95889cc2a684a68b16f09dd2f3f7f5eda491a60e6f7f57ecd679e1e4e1030
-SHA512 (github.com_jhump_protoreflect_v2_@v_v2.0.0-beta.2.zip) = 6aff3122797a9af3257aa5bf6a668a2c37effb58bd3354fe939a1f1d8fbc18ddadc5a2f53456497903ea920e851a2e692b839b6808cbc1038fed822a84ad68cd
-Size (github.com_jhump_protoreflect_v2_@v_v2.0.0-beta.2.zip) = 734391 bytes
-BLAKE2s (github.com_josharian_intern_@v_v1.0.0.mod) = d2bf4ec6aa82aac95ef63bd5f1962a2d2de9e2eace8caf97d25ddf3f666019e1
-SHA512 (github.com_josharian_intern_@v_v1.0.0.mod) = ea2a15e05d84d7a0e86e1ecf62eb07c0baab34a8248f59114545cedc80af8146e529557047e5ffa4ce8e5e4bd2e9b2c282f8f2df929f8da5f72ba9aa8156bde9
-Size (github.com_josharian_intern_@v_v1.0.0.mod) = 43 bytes
-BLAKE2s (github.com_kisielk_errcheck_@v_v1.5.0.mod) = 93abfe75f65fb9786e8e2420a80ffc8dc62a45b0c480f7b8916ce1d3e09c58f2
-SHA512 (github.com_kisielk_errcheck_@v_v1.5.0.mod) = 302828b5c2b6eec77f4a2ed075cd8b721da8d62a8747883d4382d5674a7c82dcea01a7de664d15d5eeba7e35b9667347dceae9b4ec93858ed3acf8adee692967
-Size (github.com_kisielk_errcheck_@v_v1.5.0.mod) = 107 bytes
-BLAKE2s (github.com_kisielk_gotool_@v_v1.0.0.mod) = bb417ba60955ed7e8d56ace07ac512f00f06f286acbe46d22f9cd80022dd6bf7
-SHA512 (github.com_kisielk_gotool_@v_v1.0.0.mod) = 86aca37f7f94ada381e0528a535b344c8fdbab9e0dcc7b71d716083501ad3d61db701ee159ccfb5455a351fc18a405301abe798037dd1200f9950bdd805d3dc9
-Size (github.com_kisielk_gotool_@v_v1.0.0.mod) = 35 bytes
-BLAKE2s (github.com_klauspost_compress_@v_v1.17.10.mod) = d485ba89e6040056731148d86d4f34d1517c16d636fff4a81d8a127cb03634bd
-SHA512 (github.com_klauspost_compress_@v_v1.17.10.mod) = 41f59cd5229f74ce7719afdc55ccc7add9389d0ed4b764cc2297133f957bd0a9387a95b165acddfba521bfd3c4b1db1ac440990de5bd012945fa98405edd945e
-Size (github.com_klauspost_compress_@v_v1.17.10.mod) = 137 bytes
-BLAKE2s (github.com_klauspost_compress_@v_v1.17.10.zip) = 93efd3bab110c522b2ae404195063a9302543913370d5de4233e6e4454e0558c
-SHA512 (github.com_klauspost_compress_@v_v1.17.10.zip) = 89e44990cc125d206555ca65971f24e3e0621fbaecb3e8200d03304f9abca0eb3d66935cd40d55e086fefa53daebee46172e799f50b1425dc8daa5e565639ad4
-Size (github.com_klauspost_compress_@v_v1.17.10.zip) = 38856511 bytes
-BLAKE2s (github.com_klauspost_pgzip_@v_v1.2.6.mod) = 012e2c37dae7d695c242f3ed094d721037d52db594ec3d685a693d5fc9a24efa
-SHA512 (github.com_klauspost_pgzip_@v_v1.2.6.mod) = cd08026364570f1acaca890fe4929ca5bafe90b4088f764a077952ce4b52e8d92a8a09e4bf264abd209a161ed47d9b6f572ebd904af2025da3696dbf79b63d5c
-Size (github.com_klauspost_pgzip_@v_v1.2.6.mod) = 34 bytes
-BLAKE2s (github.com_klauspost_pgzip_@v_v1.2.6.zip) = 1a2129eee4f885795025770165ed89e713ad31f7e8e99d4436a2978172e534a5
-SHA512 (github.com_klauspost_pgzip_@v_v1.2.6.zip) = 567e8679b59b54018734eaa7250fc80a688c8803cefa6f3f1d36544a4f43c1f5329d8fb2a53f3afcba07626408cc353a1915ced69c60733db841162c52f2a7c4
-Size (github.com_klauspost_pgzip_@v_v1.2.6.zip) = 127679 bytes
-BLAKE2s (github.com_ledongthuc_pdf_@v_v0.0.0-20220302134840-0c2507a12d80.mod) = 82c6239784c30d1e898e74fa6a4cbf57f7cf594d8656970c5c57b81aad70947f
-SHA512 (github.com_ledongthuc_pdf_@v_v0.0.0-20220302134840-0c2507a12d80.mod) = 8ed6e399bbf773c47b6da21e7c3ca603959dad9b62c4d628da14590e393b94c69acaf6ae7f8c1605d84b637844a44ef4e953e30ab4e468306820d98ac22f92b0
-Size (github.com_ledongthuc_pdf_@v_v0.0.0-20220302134840-0c2507a12d80.mod) = 33 bytes
-BLAKE2s (github.com_mailru_easyjson_@v_v0.7.7.mod) = 885b9deba052ba83401a04089ea506305132be6269e5dbf5148e27c71c450ad7
-SHA512 (github.com_mailru_easyjson_@v_v0.7.7.mod) = b27ca99790b63631bff904271ec74c9d641e05e16455679904b85dbd1800a67c4439cb5ee3da89c40ee51acf8151141881fa7e704d451ea6ee8e62aac84b0ec0
-Size (github.com_mailru_easyjson_@v_v0.7.7.mod) = 87 bytes
-BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.20.mod) = 779efb55fdcfefacdd39190c04ee6ce80f51999e7500c46db997722d7af26586
-SHA512 (github.com_mattn_go-isatty_@v_v0.0.20.mod) = 9f1baeff279dfddcbc2c93a65b56b432ae90fc360b59809ef755bb13c02b5beb87f8e70e6d4397a85c0f20e1ec50f572558535eb401b1a48d2b40f9f4aa2eaa2
-Size (github.com_mattn_go-isatty_@v_v0.0.20.mod) = 76 bytes
-BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.20.zip) = 2d2cb2dfbdd0ab3966083e41da0935841137086e5ae572048732f45c92b2f532
-SHA512 (github.com_mattn_go-isatty_@v_v0.0.20.zip) = 55d1fca3591dfa9c350a1509c47be776186247adb5b43b6c047743ac265d4cff5252584fa76b4030f9c47bee9eedd610b1c90dbf690b2cdeeabc1f3a95fcd390
-Size (github.com_mattn_go-isatty_@v_v0.0.20.zip) = 8936 bytes
-BLAKE2s (github.com_mitchellh_go-homedir_@v_v1.1.0.mod) = c8db0a19a290a8554300fece593bee12654126a1fe4b14533916147c55c98c34
-SHA512 (github.com_mitchellh_go-homedir_@v_v1.1.0.mod) = a2b7ed5a25e6dcab620357d5c216546bdb554edbc6fd927a0703e788d7e7a10a743471d10f5c7cc56ad829ab35c7272c61d210e55947363447832e924844e9ee
-Size (github.com_mitchellh_go-homedir_@v_v1.1.0.mod) = 39 bytes
-BLAKE2s (github.com_mitchellh_go-homedir_@v_v1.1.0.zip) = 8689d19fbff29709c4aac8ca7c04ecf060ff7ccc0093e63ea08843a722c1bbfb
-SHA512 (github.com_mitchellh_go-homedir_@v_v1.1.0.zip) = 06bd620730c303df004e1d6a06a1aab8d83551d594c28e42f8d43613153ac28e6a5dcffaede69c84b2b49027b62581851a332f1397a2d6df9a46078510f7d1e2
-Size (github.com_mitchellh_go-homedir_@v_v1.1.0.zip) = 4163 bytes
-BLAKE2s (github.com_moby_docker-image-spec_@v_v1.3.1.mod) = 96e837e0345085d56da045a2ce1f6f29aacec5e2a159e128107c3e6bc446a2cd
-SHA512 (github.com_moby_docker-image-spec_@v_v1.3.1.mod) = c5fba642fe9a8b39633e25ea742ac683337a83e73c774cc3d706891d92954e72350c6e136f53c8709366de31907d272f4a39ee819e1dedd8f1b4f459c7ce9c71
-Size (github.com_moby_docker-image-spec_@v_v1.3.1.mod) = 265 bytes
-BLAKE2s (github.com_moby_docker-image-spec_@v_v1.3.1.zip) = 8aeabeaf703d3c29b7e6d1d78a19afad27f446d601d0b770f0971adf3eebd1d9
-SHA512 (github.com_moby_docker-image-spec_@v_v1.3.1.zip) = 5e76a5d8f64f345e1397dd72582625cbc5399ec940076a896be3d866582501dc36040357f8c107567c07d3a6511a4987ce5f97c96fcb3599a4e69e45cd4bd1fe
-Size (github.com_moby_docker-image-spec_@v_v1.3.1.zip) = 17196 bytes
-BLAKE2s (github.com_moby_locker_@v_v1.0.1.mod) = 53ff3db9486e42e83f14d412fafd822d50a333e1feb074e5b868f6bf75649d57
-SHA512 (github.com_moby_locker_@v_v1.0.1.mod) = 98d305cc5a12b2f4e38456f04f009646e627b45bb41c297c72fe689d673f550fa443813f489d4dcc5faa91892920b3e8d5f76a8000bbe134be2ea186f68c74b4
-Size (github.com_moby_locker_@v_v1.0.1.mod) = 39 bytes
-BLAKE2s (github.com_moby_locker_@v_v1.0.1.zip) = b44f79e75bbf7b55eab52e4f15ef37e0f6bb25410493c66b4248525b1e8287bf
-SHA512 (github.com_moby_locker_@v_v1.0.1.zip) = 00bbe5fd9f02f2e546ced31827d3261c905d671b535123f0660dc67fa3e41f2878507b0272e7cc1164be2512bae9920c458936773aa1dc865b7436f8ea18529f
-Size (github.com_moby_locker_@v_v1.0.1.zip) = 7754 bytes
-BLAKE2s (github.com_moby_patternmatcher_@v_v0.6.0.mod) = 40f959141afdd1d626744b1d6c6f4093d4b9e7a00aedc8bd3b9e47d8e70ee5fa
-SHA512 (github.com_moby_patternmatcher_@v_v0.6.0.mod) = 8669eb4a91e26f292833e33e37cfa0213a1189d0cbfd5f9e83efadd1cdfd07cd475e20fc6ab54669408df933bf81e97f84e8f9e4ea2c7cac350b862f9d72141f
-Size (github.com_moby_patternmatcher_@v_v0.6.0.mod) = 47 bytes
-BLAKE2s (github.com_moby_patternmatcher_@v_v0.6.0.zip) = 72c51a609936b0c7d2085e0cef90c29cce59153c286a2bf3af6eb1d8b0d1bbbf
-SHA512 (github.com_moby_patternmatcher_@v_v0.6.0.zip) = 9af0edb930647da6570ad793bdbd1f6460e2640b24cc61753f652ee2599d499ee254e34b7ee048b54d378e10fa78ffc501fc4438056eb1aa70c754dd3a170637
-Size (github.com_moby_patternmatcher_@v_v0.6.0.zip) = 14800 bytes
-BLAKE2s (github.com_moby_sys_mount_@v_v0.3.4.mod) = 305a45bc9e5e8cb607d53f99d4d40a3a37c67aeb136d88676fafa29e37dddae1
-SHA512 (github.com_moby_sys_mount_@v_v0.3.4.mod) = 0aece287a163adfdcb413520559b5ff3db39db3e65fbf6223847ff08cc645c98f13e8ff463291072ade2b2f28954acec84efbc48045c61c4ce14769adcb222a5
-Size (github.com_moby_sys_mount_@v_v0.3.4.mod) = 118 bytes
-BLAKE2s (github.com_moby_sys_mount_@v_v0.3.4.zip) = 29ed1627acff0ce22df40e1bdabc1aee2db54a5bc867c0a739e59ad24a61e0f2
-SHA512 (github.com_moby_sys_mount_@v_v0.3.4.zip) = 54a098a27f19fd4365868c8a8b715266f2c4c11bd2f4d58c0a446fc0a596dc0f314d8cae725dfc7c8e706c8a04462d0e8b140c87e02e65f6b27045c61d46899e
-Size (github.com_moby_sys_mount_@v_v0.3.4.zip) = 19539 bytes
-BLAKE2s (github.com_moby_sys_mountinfo_@v_v0.7.2.mod) = fb41f472b88eb188b49dfd653ab3c5279b17ba18ebef58686e174c0417494f39
-SHA512 (github.com_moby_sys_mountinfo_@v_v0.7.2.mod) = df90326aefc8a97227c8a473861a178b5f7b208bd0433410a30bc05286b174a6487857414b9aa539845d839c60d4905f62fe7838c2bc12e509c8b4031db0ed03
-Size (github.com_moby_sys_mountinfo_@v_v0.7.2.mod) = 79 bytes
-BLAKE2s (github.com_moby_sys_mountinfo_@v_v0.7.2.zip) = 05f74fc5e5632e10022f8e9d20aa7b96d56fbeb36b17700fad0d25c71550708a
-SHA512 (github.com_moby_sys_mountinfo_@v_v0.7.2.zip) = ad304bdb580209eaac597002f39d0496a9a16bcabe840ebf25b58f7c723c8c9090857dbe40415a38477ede10b2708b12afad4355f6ad4e05dd0e9d812091c921
-Size (github.com_moby_sys_mountinfo_@v_v0.7.2.zip) = 39790 bytes
-BLAKE2s (github.com_moby_sys_sequential_@v_v0.6.0.mod) = b4d9840c7515d3d3e50f7e1c364e0fd1e4d77fe625bf4ef30d74973932e665de
-SHA512 (github.com_moby_sys_sequential_@v_v0.6.0.mod) = 25e080bab784aaee1a052ec37839693e7c9bec68297f98276070e97ef3f94c175c091586748d59894379e3861ea8443442a17f8d6bb8e75899b28d9cb0d6bc1b
-Size (github.com_moby_sys_sequential_@v_v0.6.0.mod) = 80 bytes
-BLAKE2s (github.com_moby_sys_sequential_@v_v0.6.0.zip) = 82842c5f2967e797b512009cbb14ec6ad1c5c4d59b542e690817d47816b606c4
-SHA512 (github.com_moby_sys_sequential_@v_v0.6.0.zip) = 7f5c8e3c27ac2ef560dbe3f950436a3c32036950d7a5f226214a22637afbcb5d83868cd18870e73add227b78f8df912827b3bd5c8789fc1bc51a2d1604a74f2f
-Size (github.com_moby_sys_sequential_@v_v0.6.0.zip) = 7410 bytes
-BLAKE2s (github.com_moby_sys_user_@v_v0.3.0.mod) = 962c5dd3da790aaef3c704571f49b2034631b1ca3d8e436c473c7c38d638d116
-SHA512 (github.com_moby_sys_user_@v_v0.3.0.mod) = dd80dc599e1ea9a8a77a814cffeb7af9b80b96036419eb6808d8801eb1780f79c72a024df255830fdda741f64e6831d67debc778cdc744ab486effe84e0e722e
-Size (github.com_moby_sys_user_@v_v0.3.0.mod) = 266 bytes
-BLAKE2s (github.com_moby_sys_user_@v_v0.3.0.zip) = c9283bd3e5a59198daffb6676990e91e25b5595ce9bdbfdded8e4cb0c978e145
-SHA512 (github.com_moby_sys_user_@v_v0.3.0.zip) = a82400f20041617342333d8d8d02dd3b52116448c36501449295d90a809d677112c08f2b544c0c23c6ad3c59ff3553ab85748f0d156ec0124542cd24614960b2
-Size (github.com_moby_sys_user_@v_v0.3.0.zip) = 13903 bytes
-BLAKE2s (github.com_moby_sys_userns_@v_v0.1.0.mod) = eff915a542cafe18cc59415928c90d07f38bc5a2786f98f2667b8489c86cf80b
-SHA512 (github.com_moby_sys_userns_@v_v0.1.0.mod) = 6674c5ae55578cbffcab6cf9126257cef7bf45ffc25d0807fc6104319128e25f38c70d338d9453f70d9a8dc278b51bbf447b7820a1d5cecb07b0ee53fab852e5
-Size (github.com_moby_sys_userns_@v_v0.1.0.mod) = 43 bytes
-BLAKE2s (github.com_moby_sys_userns_@v_v0.1.0.zip) = 722514aff0c44c917af2ff1c1516680ef059a2d6deacc1fe54efc9e2ef37c18d
-SHA512 (github.com_moby_sys_userns_@v_v0.1.0.zip) = 9d9df1148c0ba47e377352ac0a01e9d49cad42ed5ebc8065097d23a9117191da34dc27665fd7877b1ada97ed15f518ac1cf5117704dfe72adc2985b1b3f7d9fb
-Size (github.com_moby_sys_userns_@v_v0.1.0.zip) = 7056 bytes
-BLAKE2s (github.com_moby_term_@v_v0.5.0.mod) = d59bf9c616514ab13262921e2430caee74f3339cad534d2248b121be1ca74171
-SHA512 (github.com_moby_term_@v_v0.5.0.mod) = 6eebb9cd8e41268738357367f7caae1a8ccd238761ec590a661d1b17128e8401f334eadb922fb0a4f8242c17033e5f9ee0a575640db5ad705e10d2625f69cb85
-Size (github.com_moby_term_@v_v0.5.0.mod) = 171 bytes
-BLAKE2s (github.com_moby_term_@v_v0.5.0.zip) = 18c38ed9177f865b1c789eec32581fd600212a29810891214e57ffbb6e62a6bb
-SHA512 (github.com_moby_term_@v_v0.5.0.zip) = 6f27ee0c4a0202e6ca21b255facf28b1fd97e601c978af30a1ef53efecbd71038e29fc53c4e1d5f49428e44ea84a95f434a37747838b8c4aa5b1def83415836a
-Size (github.com_moby_term_@v_v0.5.0.zip) = 21418 bytes
-BLAKE2s (github.com_morikuni_aec_@v_v1.0.0.mod) = f48f5173d9d46ec1bcd58173d31ab7c2feef31e5d6940097a5d24e29f741661d
-SHA512 (github.com_morikuni_aec_@v_v1.0.0.mod) = f868673a9af26c1735e257c840e1f9f5de035ebdf3814f8568af504af6f3d94284e050f49e96670a5643804760db2ee8e50d396f6d6c1d17c94258695ef41748
-Size (github.com_morikuni_aec_@v_v1.0.0.mod) = 31 bytes
-BLAKE2s (github.com_morikuni_aec_@v_v1.0.0.zip) = 39d55acce3d110a528601db3bc68ef68594ae9f2eef9bc1ce6de0a5a5aec34c8
-SHA512 (github.com_morikuni_aec_@v_v1.0.0.zip) = 22d3534c0e6d6507671e02f1da00eaeb7245497b4ff626ae7967d6b2dd4c9675ec16ebd20d4eb16ce98aaf831e93d207bd7a3331e8ed7411e9ffc71c574dfe67
-Size (github.com_morikuni_aec_@v_v1.0.0.zip) = 56868 bytes
-BLAKE2s (github.com_onsi_ginkgo_v2_@v_v2.20.2.mod) = 95a1e9efec6ec99778ae54cad6f5442a7c9fb89669f6b33b5bfe75c719683bea
-SHA512 (github.com_onsi_ginkgo_v2_@v_v2.20.2.mod) = e5926220a12be785e17c2f054c9a7818aefabc173571dfc065174b882e5d9d5eb914f59de3a6ab0050ba58436a6c6700027cc07a6210f8062ecee37e96cec2af
-Size (github.com_onsi_ginkgo_v2_@v_v2.20.2.mod) = 547 bytes
-BLAKE2s (github.com_onsi_ginkgo_v2_@v_v2.20.2.zip) = 4e69d9fb0364d5ccd485c84ddb8b29264dc4f5f75b9981a8f6454129c5540b74
-SHA512 (github.com_onsi_ginkgo_v2_@v_v2.20.2.zip) = 582b3f89a666044af15cc2394a76b6e19e7821314cdc36698a91de848d5979f27d90645365c58b3e5530ab55b39d5dfd7f677ad3c3617169346199ebf90aa424
-Size (github.com_onsi_ginkgo_v2_@v_v2.20.2.zip) = 831802 bytes
-BLAKE2s (github.com_opencontainers_go-digest_@v_v1.0.0.mod) = 04d62f69713ee3530c7d52d2b240861c9bff2d43515b6240d845fbfa3d45e284
-SHA512 (github.com_opencontainers_go-digest_@v_v1.0.0.mod) = 708918e1cabb5710f63858f35ef5bb197666b2ab8220ee48b47575b77805e44b083dc7577ad3bcf9414fd801653c21be9582086ca73fbd9c5589380a7450a400
-Size (github.com_opencontainers_go-digest_@v_v1.0.0.mod) = 52 bytes
-BLAKE2s (github.com_opencontainers_go-digest_@v_v1.0.0.zip) = 3e6ed4f7afbc558d856951bc6818b11b59a42eac853b29d036042445a20e2568
-SHA512 (github.com_opencontainers_go-digest_@v_v1.0.0.zip) = be04251b483e39b4cf503ee442344d3ac1eabcc7c41acb56c25d65ee35eea414f798f159fc168ecf5594b15b9d5349c96cb9741a6c5202cab4bfeb104353a9a1
-Size (github.com_opencontainers_go-digest_@v_v1.0.0.zip) = 34573 bytes
-BLAKE2s (github.com_opencontainers_image-spec_@v_v1.1.0.mod) = 65779c5cc906d8c62a20eed88dc91d0c50834c89d5d412b3260ca81dd0f2c55e
-SHA512 (github.com_opencontainers_image-spec_@v_v1.1.0.mod) = 27e4bb5c9ec77848b00231aefa859b4ab40c8f27e27c81d77be40c664463b133b94ddbc820b8747dfb7cda8234859309541e243166e9b36426a594e4fd2d83fc
-Size (github.com_opencontainers_image-spec_@v_v1.1.0.mod) = 515 bytes
-BLAKE2s (github.com_opencontainers_image-spec_@v_v1.1.0.zip) = 5fd5ad043c6c99c64805f0867bfa064b300a1ab09913bbff00a61459c9aaaa43
-SHA512 (github.com_opencontainers_image-spec_@v_v1.1.0.zip) = b77fddcbbe4fa461e6c9d7af14a6f8c28a3672249db01dc4d74b7c9a4538ec18b740fc61f1164d369507ba40f044a62a6b78e0802adc91423c53cb179be67476
-Size (github.com_opencontainers_image-spec_@v_v1.1.0.zip) = 197746 bytes
-BLAKE2s (github.com_opencontainers_runtime-spec_@v_v1.2.0.mod) = d3d62eeb77859ecfbba6fc24c791c4386f7ffde03a81a2a9bd4ebcd59baa9f2d
-SHA512 (github.com_opencontainers_runtime-spec_@v_v1.2.0.mod) = bc65703ed85e23c1b8c2e4a1e1838deb91729a396e28e551cba9970ee06aab653da4ef43fce22615cdd8389efa6228e5cc04a8e749c99457bf192208b882e3e2
-Size (github.com_opencontainers_runtime-spec_@v_v1.2.0.mod) = 46 bytes
-BLAKE2s (github.com_opencontainers_runtime-spec_@v_v1.2.0.zip) = 4ac7d503e13374f8e26fba908ec05e21ae9c50b77b7ba35e051eb22e6b662b35
-SHA512 (github.com_opencontainers_runtime-spec_@v_v1.2.0.zip) = 78ddde132f9c39f3254f50f27a6df31bae7798cd8759bcabc11288fb7f30d1f75c8eef6c4c49851138a3e9251ddee22f45b444da94143736272efaa8afd3c2e1
-Size (github.com_opencontainers_runtime-spec_@v_v1.2.0.zip) = 113976 bytes
-BLAKE2s (github.com_orisano_pixelmatch_@v_v0.0.0-20220722002657-fb0b55479cde.mod) = 6254efe57c40f75831d136ac43a4859ec302763a8fd97ecf38b91dc7235b1025
-SHA512 (github.com_orisano_pixelmatch_@v_v0.0.0-20220722002657-fb0b55479cde.mod) = 72d8236388fe1782215f69074c8cb3e4bb0cc8049c58106f38d1bea74bdd3e98ce9aca643179e5c5c7f116a9a93c752a23538878d8ede6c7510032049d3871b9
-Size (github.com_orisano_pixelmatch_@v_v0.0.0-20220722002657-fb0b55479cde.mod) = 46 bytes
-BLAKE2s (github.com_pkg_browser_@v_v0.0.0-20240102092130-5ac0b6a4141c.mod) = c6626aa11d663a7b924ba0b2f9f8c0606fdf86800e05429326bc68eea861cb88
-SHA512 (github.com_pkg_browser_@v_v0.0.0-20240102092130-5ac0b6a4141c.mod) = 1abae1abaefa680f438e1fc8e30cf9b99f7d5b3244a82e53f82542f0883db7bec3036ca095f0a5505421a788fe4817a632c5be62055740d7ac11fca9cef2b5f9
-Size (github.com_pkg_browser_@v_v0.0.0-20240102092130-5ac0b6a4141c.mod) = 72 bytes
-BLAKE2s (github.com_pkg_browser_@v_v0.0.0-20240102092130-5ac0b6a4141c.zip) = 20c336fe039636d9fdb27efa1736ef8778afb3ea2b16eefe451ce81fe1047b3b
-SHA512 (github.com_pkg_browser_@v_v0.0.0-20240102092130-5ac0b6a4141c.zip) = eaef233082ab013ed15c487590b447e831d177e0d51fab1a51701cb0ae2c75554b029cf8f1737eb3f4ca8456f76ca5a71affaac0ba360c45e01c4538896483e5
-Size (github.com_pkg_browser_@v_v0.0.0-20240102092130-5ac0b6a4141c.zip) = 7927 bytes
-BLAKE2s (github.com_pkg_errors_@v_v0.9.1.mod) = ae26654fdfcb36fe7ce35e2a348782cf1a3b5c44a514b60a870dc4972267b34a
-SHA512 (github.com_pkg_errors_@v_v0.9.1.mod) = 0c156e21d35c45a89c1a1b69ff1976b4f7511b3870bf96126121f5a5effa3723eb45bf080e840d5c8b96898c65207dba83eb3e1a23668dd8a5e20ee6be775cc0
-Size (github.com_pkg_errors_@v_v0.9.1.mod) = 29 bytes
-BLAKE2s (github.com_pkg_errors_@v_v0.9.1.zip) = 241f2aab1fe85dc4f55efccb9bc86965ba67cd374acebcdaf0cec02259e6a611
-SHA512 (github.com_pkg_errors_@v_v0.9.1.zip) = 82b0ed1ceadd44a2871b56e733a118003b1bae9e38fe95251e0aa06a0a4c9b4940c485336fa11335974e0df536dcd0491ec1b2e545ecdddc7f9ce59771f86321
-Size (github.com_pkg_errors_@v_v0.9.1.zip) = 17866 bytes
-BLAKE2s (github.com_pkg_profile_@v_v1.7.0.mod) = 5f3e756906cc35e388b3c7314d324d642201af9926b2cb94cc876da40b1da555
-SHA512 (github.com_pkg_profile_@v_v1.7.0.mod) = 8c46081475a04a60e6e4caab474f254e406eed888b51089ca8ffa37655ea198a62df743ba698e5163078ceaa15bd985cce822b8051893573ac9f8b761d3f711b
-Size (github.com_pkg_profile_@v_v1.7.0.mod) = 81 bytes
-BLAKE2s (github.com_pkg_profile_@v_v1.7.0.zip) = abed84c6ed2318eceaa79b1d28d351dabce0f530ff22d2f97023ddc760f4317a
-SHA512 (github.com_pkg_profile_@v_v1.7.0.zip) = 374244698bc4f81beb0170e3b379573950096ae3f31f08c3271b3160e5ce551b9cdc7ae57b6a7228ac6615af1cd4021aaea26c6811eefe4723502b7e866cd75b
-Size (github.com_pkg_profile_@v_v1.7.0.zip) = 7868 bytes
-BLAKE2s (github.com_pmezard_go-difflib_@v_v1.0.0.mod) = 365dee34dcd09f0fbcccb2fff0be74a00fe71a80b9104b1ad3a3c199a48f5a28
-SHA512 (github.com_pmezard_go-difflib_@v_v1.0.0.mod) = c3d5c48cdb8ba6af7071a07cfede06e0ab67e3726d9de592a952fad40167dcbdd9621dc2c4df1bd3c28eb99d70b1b6d8d812441237c35bf492e5b7f07bd33902
-Size (github.com_pmezard_go-difflib_@v_v1.0.0.mod) = 37 bytes
-BLAKE2s (github.com_pmezard_go-difflib_@v_v1.0.0.zip) = 5b631670d8d429f45417bea476ff18b8836c766d83f061aa1c4c8352bb5c33b6
-SHA512 (github.com_pmezard_go-difflib_@v_v1.0.0.zip) = 3b85697185ba85cdef6202444ab6cabeabfad8a03d66b3839a852586b1f91ddae7897a57c8c138d5647022aa44906c7ef3c5339d520f90eeea0742a935da8cf2
-Size (github.com_pmezard_go-difflib_@v_v1.0.0.zip) = 12433 bytes
-BLAKE2s (github.com_prometheus_client_model_@v_v0.0.0-20190812154241-14fe0d1b01d4.mod) = 38824b357cd784c6229e95a3d74449bb6daae1fa71c87773015bac980b6e16b4
-SHA512 (github.com_prometheus_client_model_@v_v0.0.0-20190812154241-14fe0d1b01d4.mod) = 4e0e6941b43c17cdce0205e9ba3d9fb18937f426ea2ac9a9e53396c906101d6ec2eb501cd8a791ee3ba9a32185f86495e9189134b8a9858134c73238d98ce0f6
-Size (github.com_prometheus_client_model_@v_v0.0.0-20190812154241-14fe0d1b01d4.mod) = 164 bytes
-BLAKE2s (github.com_quic-go_qpack_@v_v0.5.1.mod) = e315701a0d101d37e6e5a7597147835ff98de08153c6175a4b9f43eeb61a4141
-SHA512 (github.com_quic-go_qpack_@v_v0.5.1.mod) = bf5b0f140344e4559de7cb35446068a02e34e84cc28122173c54f66e8ed3205e4e53867adbc9d7d0f9c1d088b36ce1ac1627d40fc9666cc5e1aa28ecb0a52668
-Size (github.com_quic-go_qpack_@v_v0.5.1.mod) = 263 bytes
-BLAKE2s (github.com_quic-go_qpack_@v_v0.5.1.zip) = 6c26312749ad7d2f53a9fa3dfbf66e5afdcff0cb4eccad1a8ae69bb3f30acbf2
-SHA512 (github.com_quic-go_qpack_@v_v0.5.1.zip) = 5dac9efc5b30b6d6badea853da3abfb16217bb98f955ac59e09d9e1e97d91bb97e82143f63698cd84685473c839b01f20ae7e3afb01980baa83dd1dad696d4bf
-Size (github.com_quic-go_qpack_@v_v0.5.1.zip) = 46607 bytes
-BLAKE2s (github.com_quic-go_quic-go_@v_v0.47.0.mod) = 58eb3904b1369252fb842bdd0802330d2579934db98d1acb816b365e67a0a309
-SHA512 (github.com_quic-go_quic-go_@v_v0.47.0.mod) = 66a9137624ebb9a31afccea260ac42e436ef73c501d406aac070cd62564efd4bfc0582dbbfef262b4ee3dba49e506fc425ae4d87047c8be47cd45a32f59450fb
-Size (github.com_quic-go_quic-go_@v_v0.47.0.mod) = 1181 bytes
-BLAKE2s (github.com_quic-go_quic-go_@v_v0.47.0.zip) = 4b78b5778cfd03ebe1e1ef5ffd6bb2433b8d12ae2c1b25edf61e9c35e6949831
-SHA512 (github.com_quic-go_quic-go_@v_v0.47.0.zip) = 0494df8c7703c0e33efff9c0ad805d7bee0ec864ef60b105ff6f0f942451ecf4c6311d2c1adffc3eb1d5ee453780e7c4feb31a015fee1fe4c835862112d8dccd
-Size (github.com_quic-go_quic-go_@v_v0.47.0.zip) = 862104 bytes
-BLAKE2s (github.com_rs_cors_@v_v1.11.1.mod) = 931d5df14964efbf873af7c9e10802619f494d39d5cc104cb36028379e9539d7
-SHA512 (github.com_rs_cors_@v_v1.11.1.mod) = 5bfe81abb4916e9e2a53d6ebecb46cc4ccac296b09141a6be62e6f739ee70b82bcf96ba318181b1db18f23cb701988fc1edd6605fcfe9440eda026bc54d4b89e
-Size (github.com_rs_cors_@v_v1.11.1.mod) = 35 bytes
-BLAKE2s (github.com_rs_cors_@v_v1.11.1.zip) = 93ae53d54d8663014cf6ce7a4e32fc54cfda88b1a5e917573a730c50d8789cfd
-SHA512 (github.com_rs_cors_@v_v1.11.1.zip) = 00432ded00653fe85e9d17c3bee1cef92fcea6e7c68bccfc0cde6dd7bd0aabebf9fc621e609d405116e1f9b5bb92ca62492827534a969155e2c8a5d8d6565358
-Size (github.com_rs_cors_@v_v1.11.1.zip) = 18453 bytes
-BLAKE2s (github.com_russross_blackfriday_v2_@v_v2.1.0.mod) = f0bc812b934149988d4ab1dcc12c2c63777f0a0d18126b5cba0e35ea880b775b
-SHA512 (github.com_russross_blackfriday_v2_@v_v2.1.0.mod) = ac376a387fa39fe35dc4d073d8becd74e79f52e9d36b0a6628740dfe0e7c1f4fb6533fc262212663b105afcaa104082e055fa87d20cb3068359faae6dcba7738
-Size (github.com_russross_blackfriday_v2_@v_v2.1.0.mod) = 42 bytes
-BLAKE2s (github.com_russross_blackfriday_v2_@v_v2.1.0.zip) = 85686101dbbeab3cb9c505afd1304dbe587d6fd5c029748e5d8aaafba881f0c5
-SHA512 (github.com_russross_blackfriday_v2_@v_v2.1.0.zip) = 11e29cdd7a8baee7995009755582c26eb819efd715e9dfa1442b5743c7bf5752188f0fa8f5ddb3452f05f371a280324406410b683609f6a510277d3e03b30ca0
-Size (github.com_russross_blackfriday_v2_@v_v2.1.0.zip) = 122358 bytes
-BLAKE2s (github.com_segmentio_asm_@v_v1.2.0.mod) = 2aafb6cea95458609d64eb246d18eba18e74e314edcd3f4889b07566a5474c32
-SHA512 (github.com_segmentio_asm_@v_v1.2.0.mod) = 6c40e971560959b0a556230ad83661af5e492d7722594fe7f086655dec9f514502346117817882c960d2d997eee5232dd1e549cf9ca8cbf9731ac108bb5f2896
-Size (github.com_segmentio_asm_@v_v1.2.0.mod) = 102 bytes
-BLAKE2s (github.com_segmentio_asm_@v_v1.2.0.zip) = acdba3a5ddc4023241b5af0bd50bc10661922ed03a6b12b6a41ea845f263809d
-SHA512 (github.com_segmentio_asm_@v_v1.2.0.zip) = 09dc7a1ecd53004fc997f156098f288a2cbca3a1fc07c6fdaadc1077a68820548928770e2c3fc54f9239a2b30bfc145c373e8eb4773a344938e340fda563adfc
-Size (github.com_segmentio_asm_@v_v1.2.0.zip) = 109569 bytes
-BLAKE2s (github.com_segmentio_encoding_@v_v0.4.0.mod) = a07dd20c3c8f0b78504becbb7dac3ac5ec44948596003b2be7f663cec0404ef2
-SHA512 (github.com_segmentio_encoding_@v_v0.4.0.mod) = ee5411f316778341b23a5ffb26df27099a05b908543e1fe2a17ba5623c8ffd0ab8e24af5a2b408111acdbeff09a898f3ed5856002f6a7066fbb2ded968af2966
-Size (github.com_segmentio_encoding_@v_v0.4.0.mod) = 160 bytes
-BLAKE2s (github.com_segmentio_encoding_@v_v0.4.0.zip) = 06cc888efe59aed3d955861f6d8b0e254d6c862081084a430548cbd0d1ecd436
-SHA512 (github.com_segmentio_encoding_@v_v0.4.0.zip) = 866db871dabba4710eab7ead1f1077319c37d9bde74a84a6adb58ea28dccb810d5c02e09d6b30707ebcb7155e38c94f9f3156e99caf1395ecbfa64de6f5cf112
-Size (github.com_segmentio_encoding_@v_v0.4.0.zip) = 13830153 bytes
-BLAKE2s (github.com_sirupsen_logrus_@v_v1.9.3.mod) = 6e794dcec8d67bf1b0f0c0cb15ca681fb93ff263c23a2e13a04039a290efcc5c
-SHA512 (github.com_sirupsen_logrus_@v_v1.9.3.mod) = f3636346810370d6b8945a861132310af71deba014726e3fd53fbf3fbe0dcd7b2aba6ec33a1aa716cdc674a21777297b09448db4e24edd242b3ef6e10990652d
-Size (github.com_sirupsen_logrus_@v_v1.9.3.mod) = 192 bytes
-BLAKE2s (github.com_sirupsen_logrus_@v_v1.9.3.zip) = 9cddd8d422ba69d68d62b05826fc1162478fb9344d974ca0f7d4e217b7f86f5f
-SHA512 (github.com_sirupsen_logrus_@v_v1.9.3.zip) = 1b342b0022c427eda4ba3a5b326289c1b35197b803c8498eb24a34dc79df97d1533a4477b43e813f6dc8989d252b669958dbb5e4ee41afa63947e547855c6f37
-Size (github.com_sirupsen_logrus_@v_v1.9.3.zip) = 69937 bytes
-BLAKE2s (github.com_spf13_cobra_@v_v1.8.1.mod) = 96bd527547931b753f6ce6512893ddcfc62b88e00e6b8036b8bfdc50f9525050
-SHA512 (github.com_spf13_cobra_@v_v1.8.1.mod) = b1883380508c782682d0f773e936aa92cc27236e304ad4c923fbecc123b3398fe76d92bfb54e24aaa1112d6bf664263dbed48a257685a26f069edbe0ff68977f
-Size (github.com_spf13_cobra_@v_v1.8.1.mod) = 194 bytes
-BLAKE2s (github.com_spf13_cobra_@v_v1.8.1.zip) = bf6d4a4f476322c6e2afbc3fed6b5a83582a0900480a05f947bf39dda440d387
-SHA512 (github.com_spf13_cobra_@v_v1.8.1.zip) = 2321dc70e0d9478be997692bd31fb071c63dfac9d641f1eaf66d44b0bb11eb51fe6f0a8b596e2eaa31af876ff6470e10631975440ba44026b46ca3f771f32249
-Size (github.com_spf13_cobra_@v_v1.8.1.zip) = 231907 bytes
-BLAKE2s (github.com_spf13_pflag_@v_v1.0.5.mod) = 1b1abf476b994d1f08514612e3291343509d867ac0dbe4ebd4316f0e296a4486
-SHA512 (github.com_spf13_pflag_@v_v1.0.5.mod) = 8071c316d33aff1d8ffcabaeb42e8f9320465d83600cb57ac5ef071569f948d5cfd69e1bd2e92855c061395c1b814e84d1705f42e37f00d5bc713b6e724f29f5
-Size (github.com_spf13_pflag_@v_v1.0.5.mod) = 39 bytes
-BLAKE2s (github.com_spf13_pflag_@v_v1.0.5.zip) = 4b3cdadae11a8d2432c380818c116751885b01f307e8c59fb626cc10f07dfc44
-SHA512 (github.com_spf13_pflag_@v_v1.0.5.zip) = 9a81f0635ca8ac059c48a15cbf625a7c91513f95a9b402ba166d48ab72d5d38cbd941d5309446f5637bd7c23eef35b60fef2f06e8b557f415dd8409a6ddf43e9
-Size (github.com_spf13_pflag_@v_v1.0.5.zip) = 88931 bytes
-BLAKE2s (github.com_stoewer_go-strcase_@v_v1.3.0.mod) = 84db4be460e499f7097c7810922d6a013374f3d9c0805e55d9b2c775a5c5cd69
-SHA512 (github.com_stoewer_go-strcase_@v_v1.3.0.mod) = e44dc7580c74b53170ae44b91b4efeeac99d43d74bd88c62c87e543de658e3664c03b6a76d7f793a8a0aeea0bf0e5f20ef933146c11165669ff7c67b38615331
-Size (github.com_stoewer_go-strcase_@v_v1.3.0.mod) = 90 bytes
-BLAKE2s (github.com_stoewer_go-strcase_@v_v1.3.0.zip) = 1908101f3814b937ea11c708b658e075ab4ab1dc8c8c70b28e81c52020e0025b
-SHA512 (github.com_stoewer_go-strcase_@v_v1.3.0.zip) = 3db99e8fb6bcd7585f313ea3f8716c86afc91f8c3b1bfe8eba88240ac87ac4cb56805e374212fc838ce70ddb79356d7a5c86fbb5e98b1070998a453dae20b11c
-Size (github.com_stoewer_go-strcase_@v_v1.3.0.zip) = 9589 bytes
-BLAKE2s (github.com_stretchr_objx_@v_v0.1.0.mod) = 1eb73df00a63ad02b651d13ef6fec7b4842f22c3ecf50546104fddb717aa1c0b
-SHA512 (github.com_stretchr_objx_@v_v0.1.0.mod) = 4e366e5a60559a8863cb2a50280deb307d8bf885ca5440cce1b49a084b4cc4583b3481240125f35f161226592a43f2c0a426152f117d79b68c92c72a93f751d5
-Size (github.com_stretchr_objx_@v_v0.1.0.mod) = 32 bytes
-BLAKE2s (github.com_stretchr_objx_@v_v0.4.0.mod) = e5c1d6b824d1be53abbb3b8f906a3f0bf77e3447b39eb0d9f9f4319c55ebb20e
-SHA512 (github.com_stretchr_objx_@v_v0.4.0.mod) = 022706974a2aaaa604a814996d4307a0b0f4a408987ece5cb9d0fbd03d9a71bc9e5c4ae89877f9527858f4071829d85674732550a514562df1a406a95eed9d35
-Size (github.com_stretchr_objx_@v_v0.4.0.mod) = 137 bytes
-BLAKE2s (github.com_stretchr_objx_@v_v0.5.0.mod) = f7e6a80abd08386e00e3ee80803db84f0f5608240ecde454f96f92e2d4dbf7ff
-SHA512 (github.com_stretchr_objx_@v_v0.5.0.mod) = 3725b66aadb0bd71f79264cb907fc13dbe969f00b5800e4dd1e331394858c39d191e57317228d7ef665a4fd4454bdab7b811632725537d6c9bc9fa2e29d34aca
-Size (github.com_stretchr_objx_@v_v0.5.0.mod) = 85 bytes
-BLAKE2s (github.com_stretchr_testify_@v_v1.7.0.mod) = 8f7c927dae69fdeb23ce71b39268d84489f12c4cb4cb30e23a564754fde44db8
-SHA512 (github.com_stretchr_testify_@v_v1.7.0.mod) = 197e6ef15edb27ded67ccfb636c252fe522f0930ff012341a4b593f25b5dd8282e4f658970931cfdeb8f2c5ee0b4ebac6738fe7634bf00896d12270fcbf4b31b
-Size (github.com_stretchr_testify_@v_v1.7.0.mod) = 216 bytes
-BLAKE2s (github.com_stretchr_testify_@v_v1.7.1.mod) = 8f7c927dae69fdeb23ce71b39268d84489f12c4cb4cb30e23a564754fde44db8
-SHA512 (github.com_stretchr_testify_@v_v1.7.1.mod) = 197e6ef15edb27ded67ccfb636c252fe522f0930ff012341a4b593f25b5dd8282e4f658970931cfdeb8f2c5ee0b4ebac6738fe7634bf00896d12270fcbf4b31b
-Size (github.com_stretchr_testify_@v_v1.7.1.mod) = 216 bytes
-BLAKE2s (github.com_stretchr_testify_@v_v1.8.0.mod) = 4b9f1b2997c84b26b08b9c2b5febd4d7dad875c2869013e0e87d1cebbaff04f0
-SHA512 (github.com_stretchr_testify_@v_v1.8.0.mod) = 62122d19530516ad5a84d98ccb77f299c79bd0ad4da58314ce31d07696076de1b3d1150e603cb296e4ad8e5e839a9fd2241f1e8981fc3356379444d5062e0d26
-Size (github.com_stretchr_testify_@v_v1.8.0.mod) = 188 bytes
-BLAKE2s (github.com_stretchr_testify_@v_v1.8.1.mod) = 9cba4c7e673fa366fcec4603d67030a0a278ca58afe2c8e4d74de88ed9d89dd8
-SHA512 (github.com_stretchr_testify_@v_v1.8.1.mod) = 0fe9325c142599f577ef2f281f09dce40b431b21bf32834e30fba68ae8896c0fdee66e93fa64ede86e326ec9d74a639233fe813f701387cacd27d19814c31351
-Size (github.com_stretchr_testify_@v_v1.8.1.mod) = 188 bytes
-BLAKE2s (github.com_stretchr_testify_@v_v1.9.0.mod) = 0317549c119eb38810e67f8e8f89fa203792a68baeacdc0c1d3bb886f81d0de5
-SHA512 (github.com_stretchr_testify_@v_v1.9.0.mod) = 8bf7fe5e45d3a607073bae16a3bb3211d2a61bb433519b7ec33e22ff7dc54817881b4940151e72444250d930f766ecb8306072c50697db3282b67c40a6cd58e6
-Size (github.com_stretchr_testify_@v_v1.9.0.mod) = 417 bytes
-BLAKE2s (github.com_stretchr_testify_@v_v1.9.0.zip) = 5e73613a8b7cedaba2b51d1053d1d767507ec131a3d36a675a768bf21c00a439
-SHA512 (github.com_stretchr_testify_@v_v1.9.0.zip) = f2bf5935ad750acdb7cb2bba747c489965e8767c508913680d2c1c4993be3fb4b877a2e009b3518f1da730429bbfdde0bc9c8cad03d8687b222dbf69920808ce
-Size (github.com_stretchr_testify_@v_v1.9.0.zip) = 124686 bytes
-BLAKE2s (github.com_tetratelabs_wazero_@v_v1.8.1.mod) = 2eb52792453eeb16f2518a1cc614e2e07269dcd8385c5074463386d4c0401ed8
-SHA512 (github.com_tetratelabs_wazero_@v_v1.8.1.mod) = 20e54a050c1c72857b9fa3934f4f4e15d2930351277afae08f67c2f725d170685df889b241493578368e2e508428b11c516e86a8df5012f3b4e089ab1f97b079
-Size (github.com_tetratelabs_wazero_@v_v1.8.1.mod) = 293 bytes
-BLAKE2s (github.com_tetratelabs_wazero_@v_v1.8.1.zip) = eb53db652ace8c23722588ac838f67ab5c9fd8bd359cfa4baac9fccba08a371b
-SHA512 (github.com_tetratelabs_wazero_@v_v1.8.1.zip) = acb633c973f69030abb9b36b887ab570ecd5369582e3c3b8c6da15b709a8b672b76a8f371d1263e06a4717141e09b209ec9802267ff2464d0ab6b4d9197f5dce
-Size (github.com_tetratelabs_wazero_@v_v1.8.1.zip) = 7478855 bytes
-BLAKE2s (github.com_vbatts_tar-split_@v_v0.11.6.mod) = a2fdf27cd5737a4280b2c0decf25a4dece0b0fee587148c7def4ca669cdbfb43
-SHA512 (github.com_vbatts_tar-split_@v_v0.11.6.mod) = 418e330ccb5976291911594f8b5af93896f254bead4a004949fdc1240815c804387185a7bfc6ce41537df7faebcb1bf679ddece2982d46050cccb693dfeda846
-Size (github.com_vbatts_tar-split_@v_v0.11.6.mod) = 618 bytes
-BLAKE2s (github.com_vbatts_tar-split_@v_v0.11.6.zip) = 52d765021c7ce4223c57c929b779dfc6873f41ccccb4fb90770f0e0453205ebd
-SHA512 (github.com_vbatts_tar-split_@v_v0.11.6.zip) = 56a8c0259cc3a38c5fdcda1586ee8b639add3bcc432c13cf3b45dcfe239f0ed040284407567c77090d78a73a71e23975f0e771492e17b9c4bf2705b0e6840fd0
-Size (github.com_vbatts_tar-split_@v_v0.11.6.zip) = 119104 bytes
-BLAKE2s (github.com_yuin_goldmark_@v_v1.1.27.mod) = 62390084d7563ca7569d618375be066ef419b054389b8c8a7ff8dd7d6c18ddf9
-SHA512 (github.com_yuin_goldmark_@v_v1.1.27.mod) = b7d81f5cbf1b55ebebcbb86ae89899ffec6fcd730144f1719947a76080f587d298d0e37a073a8768d7768ef64fc47b1673104335203a32a557f31e42a4e5a950
-Size (github.com_yuin_goldmark_@v_v1.1.27.mod) = 41 bytes
-BLAKE2s (github.com_yuin_goldmark_@v_v1.2.1.mod) = 62390084d7563ca7569d618375be066ef419b054389b8c8a7ff8dd7d6c18ddf9
-SHA512 (github.com_yuin_goldmark_@v_v1.2.1.mod) = b7d81f5cbf1b55ebebcbb86ae89899ffec6fcd730144f1719947a76080f587d298d0e37a073a8768d7768ef64fc47b1673104335203a32a557f31e42a4e5a950
-Size (github.com_yuin_goldmark_@v_v1.2.1.mod) = 41 bytes
-BLAKE2s (go.lsp.dev_jsonrpc2_@v_v0.10.0.mod) = 14b874130570dd19c454832554af64d324125d407e6b1695157729faaad60e47
-SHA512 (go.lsp.dev_jsonrpc2_@v_v0.10.0.mod) = 26395968ff668d66db80534a9dead240ec85d4fa9cc063d330c0ec0ad89199c6c9471800a820233fea2adf10948c670239d4b18decde16fa011f941ee0737197
-Size (go.lsp.dev_jsonrpc2_@v_v0.10.0.mod) = 239 bytes
-BLAKE2s (go.lsp.dev_jsonrpc2_@v_v0.10.0.zip) = 00b9ad882f61074446bb858f7b7ef944eab7ccf71ed28c905b2b77709c9fd40a
-SHA512 (go.lsp.dev_jsonrpc2_@v_v0.10.0.zip) = 9617b756d3def584f99f6be13cf3c405bcf4878d2be53b41fd08cab87a1ca45dd1891ee563a1250b3d906483beb7e8ccee0afa4dc0dee69d042bfbd2aca1d95f
-Size (go.lsp.dev_jsonrpc2_@v_v0.10.0.zip) = 32736 bytes
-BLAKE2s (go.lsp.dev_pkg_@v_v0.0.0-20210717090340-384b27a52fb2.mod) = 5c69f6d2198bb6c3c3a3db3e31f96983735b2447ed5fedf64d5f1fba48a5a77a
-SHA512 (go.lsp.dev_pkg_@v_v0.0.0-20210717090340-384b27a52fb2.mod) = 9e68e07ab1ce31d13907fea6ef9406e6016e8ef06211071b62a3b183cd34b223eb359495b08a63d748f64f8a1bc36717459557b42c7a536f03624a344197e5b6
-Size (go.lsp.dev_pkg_@v_v0.0.0-20210717090340-384b27a52fb2.mod) = 31 bytes
-BLAKE2s (go.lsp.dev_pkg_@v_v0.0.0-20210717090340-384b27a52fb2.zip) = b83903a449b67f0b845920d6bebeb3a49f2f9c00cf16c6c34363bcadf97f83c5
-SHA512 (go.lsp.dev_pkg_@v_v0.0.0-20210717090340-384b27a52fb2.zip) = 6edf2360f57c42e777ed4d5d7d1ea49f033f65b67a7fcac1c04687f9b243b76ff2de647cfc630102acf3640c13d8a297aca8c88f3c75c3cbb584eaa8dc8cbb59
-Size (go.lsp.dev_pkg_@v_v0.0.0-20210717090340-384b27a52fb2.zip) = 28511 bytes
-BLAKE2s (go.lsp.dev_protocol_@v_v0.12.0.mod) = e126addff8790ff5f98feabafaacd82c87781577d25d68bd4817fad15dfc394e
-SHA512 (go.lsp.dev_protocol_@v_v0.12.0.mod) = 2d4a6bfc50350b6c333cee9ad44691fbc3b6b6d92b0de87352771407db0d80124d88aafdfd2c35588f5118f6c2aba6ad1346aa56e96b0c897ce31cc6b1874285
-Size (go.lsp.dev_protocol_@v_v0.12.0.mod) = 520 bytes
-BLAKE2s (go.lsp.dev_protocol_@v_v0.12.0.zip) = 662ae98234a64c541637cef3a6fc082efc9c113db51a314d615abf9e3911ddc2
-SHA512 (go.lsp.dev_protocol_@v_v0.12.0.zip) = f70856bb5334e0f5952b9cf095a587c0f4946091d3fd007d95ffcb8b65da001feecea25bf1cd3c8d1aa11e05fba417893e9a3e3c0bf80b077ce55a6dca9d6f0c
-Size (go.lsp.dev_protocol_@v_v0.12.0.zip) = 133761 bytes
-BLAKE2s (go.lsp.dev_uri_@v_v0.3.0.mod) = b20a4419592fcb55ac28e5a2bea6fa010cbe3461a8260f66b0f3db828246d5f4
-SHA512 (go.lsp.dev_uri_@v_v0.3.0.mod) = 7660e11d3cd4fcd3e0884c5497b81901132a270e66aea32566c021f764d5ca670c038f3538b87991ec4fb822fd2fae91361e58666e58f5eda47120789c40413f
-Size (go.lsp.dev_uri_@v_v0.3.0.mod) = 72 bytes
-BLAKE2s (go.lsp.dev_uri_@v_v0.3.0.zip) = 3fe80b39d1292e797a69444c8b55d63b45268ca50eb4268e0193be681833b051
-SHA512 (go.lsp.dev_uri_@v_v0.3.0.zip) = c063e6d3a1fe56ae9381a7a362a0a44afcc48e525f137c7ff699ee146c65cc27f60431d843c38fd5dece30be3c80c56368c548756cd07b9562de7248e2fe0c4a
-Size (go.lsp.dev_uri_@v_v0.3.0.zip) = 13303 bytes
-BLAKE2s (go.opencensus.io_@v_v0.24.0.mod) = 14dd90b23c49782ad698139618b6f5e2223dfabdd951c2d5b94332b7d033cda9
-SHA512 (go.opencensus.io_@v_v0.24.0.mod) = 701b55ab3aa369768eca88c41c84bb028e9ea0f96253552defec253547458c60c3a825912e95e925728fc8cbd0206a008a4678c203aedb0ab43531cb1a95bc9e
-Size (go.opencensus.io_@v_v0.24.0.mod) = 300 bytes
-BLAKE2s (go.opencensus.io_@v_v0.24.0.zip) = 0b6cd9ba068092655a635455e8f30018ea3c08de7b145e63bb7cd169cfb832a3
-SHA512 (go.opencensus.io_@v_v0.24.0.zip) = 7d079a1eabb53068bc29838eb7892c68cfd736c45df77573d5eedbd8318ebff37a3d229e51f3a8926f1ea51086ec5dff228105656d5403a372ad37b811e3df1b
-Size (go.opencensus.io_@v_v0.24.0.zip) = 310262 bytes
-BLAKE2s (go.opentelemetry.io_contrib_instrumentation_net_http_otelhttp_@v_v0.55.0.mod) = 72f08d03f2619608d32100d213afb8cd7400efa129e217ae5dcd0441a1da7b02
-SHA512 (go.opentelemetry.io_contrib_instrumentation_net_http_otelhttp_@v_v0.55.0.mod) = e070e6f35f8b69abc11f2280f443b4f8216ee05589f9a4613a9368eb86d67b4d91e656183afa86e4e826cb25abf965d84717396cad027c02ac57c679f6df4e7c
-Size (go.opentelemetry.io_contrib_instrumentation_net_http_otelhttp_@v_v0.55.0.mod) = 514 bytes
-BLAKE2s (go.opentelemetry.io_contrib_instrumentation_net_http_otelhttp_@v_v0.55.0.zip) = 1fb4fb3d3f8714bf18cff6667a7f37c0f89f3fcef8906a8fe440b25f14072c97
-SHA512 (go.opentelemetry.io_contrib_instrumentation_net_http_otelhttp_@v_v0.55.0.zip) = 0e7e7f0b8edc1ad0408ae62a44198a1c5f543b940a192bc9655b36096342152b450d4f03844ddaca9e97f639f97e81f86ec38c44cdd50192ba043a5f2883cebb
-Size (go.opentelemetry.io_contrib_instrumentation_net_http_otelhttp_@v_v0.55.0.zip) = 58893 bytes
-BLAKE2s (go.opentelemetry.io_otel_@v_v1.30.0.mod) = 4e40deecb67a4443798e827834367d060e376dd7b950bf21dc7a3a14b961d732
-SHA512 (go.opentelemetry.io_otel_@v_v1.30.0.mod) = f0f308df790148cd9e61b40785a49ceaa13dc3b9c928b812113d4d04112e55dc482c12da788319a6c79d4c25c69838ad444727155f57c4c51e496e99938b6033
-Size (go.opentelemetry.io_otel_@v_v1.30.0.mod) = 519 bytes
-BLAKE2s (go.opentelemetry.io_otel_@v_v1.30.0.zip) = 1c4b9062c745c3860c3ddd1853571cf87cf95f01d7b77b45a3da1689a6b4f90f
-SHA512 (go.opentelemetry.io_otel_@v_v1.30.0.zip) = 4d93a79f44638b9380f56c95aaae5f8c7907226f742d6e660514faea5bc9168316b5030a0c2e85081dd4d437e46d4dcd83d7ae0e9f050c1526eb8cdbc8eb6eac
-Size (go.opentelemetry.io_otel_@v_v1.30.0.zip) = 1301149 bytes
-BLAKE2s (go.opentelemetry.io_otel_metric_@v_v1.30.0.mod) = 216d71110528bfa93d9dc001f57b19a7e3eea76970321071d9addd494f6274f9
-SHA512 (go.opentelemetry.io_otel_metric_@v_v1.30.0.mod) = 6b8c13be729e1950b2e3fc75d207d4284fa378a7d44d756e5682f4c54acefb1d0d30c0ae52771d127b39b5e3557080dc1518ac721ea97178c5677e30007e513e
-Size (go.opentelemetry.io_otel_metric_@v_v1.30.0.mod) = 511 bytes
-BLAKE2s (go.opentelemetry.io_otel_metric_@v_v1.30.0.zip) = 802181f7501b244c80e9481f43ece64e3269be9ab4765e3e1beba6689fe419d1
-SHA512 (go.opentelemetry.io_otel_metric_@v_v1.30.0.zip) = 0f8d325ee0d8f7083b969a39571b88f4247d35e46ab02ee5854f0c9539cd1e40072f30d0d1f51304658d33b6871d99e37660fb676b8e9147961aeef60358843e
-Size (go.opentelemetry.io_otel_metric_@v_v1.30.0.zip) = 33394 bytes
-BLAKE2s (go.opentelemetry.io_otel_trace_@v_v1.30.0.mod) = ad7cc9c7ae29d9880771317fcfe89b6ae3c12280c7782eb6778f8fcf76a4d03e
-SHA512 (go.opentelemetry.io_otel_trace_@v_v1.30.0.mod) = 918e203852f4bbadddf6cbcda8b47eca9b901753a9d878ee1fe1cfc4a848f922f9518d205840eec8800db180f7ccd18add700d1e307e380b5ba790cd303e1003
-Size (go.opentelemetry.io_otel_trace_@v_v1.30.0.mod) = 405 bytes
-BLAKE2s (go.opentelemetry.io_otel_trace_@v_v1.30.0.zip) = 39daa5b970d9e6cd9b71c793112e0ba4461985fe34297e0295a11addbb0d49b2
-SHA512 (go.opentelemetry.io_otel_trace_@v_v1.30.0.zip) = 63c25e67f878d1ccd68fb41688e046ca3097b23ff79233808c7e2a132d0950bb61109bb7322396fddefaabc7792fe9fab4bd892ff82d84673c23d672f49e4781
-Size (go.opentelemetry.io_otel_trace_@v_v1.30.0.zip) = 38273 bytes
-BLAKE2s (go.uber.org_atomic_@v_v1.11.0.mod) = 61951db0109ac51f05c966fb8dc9349cdb549aa8e0d4dcb65f4f5be4f3e53be4
-SHA512 (go.uber.org_atomic_@v_v1.11.0.mod) = 18ffaa53988d328e8f6374ea14b6a8b871b51966518ec3290af595f51991ad65da637596a4d9060048c285f0515a72917449aab71bb4b7fa3da4b55b7fd7dfc8
-Size (go.uber.org_atomic_@v_v1.11.0.mod) = 189 bytes
-BLAKE2s (go.uber.org_atomic_@v_v1.11.0.zip) = 9ed36352a32e4e9e321bf609a3f776c8e212bd04c0f66c4c7127fadb47f2b345
-SHA512 (go.uber.org_atomic_@v_v1.11.0.zip) = de4558f42d73e080af401055ae47953dcac29a501ee3d225b09de90cc421a91e7705a34dc5f85fe4dc66242e5c345694b29a8ec918609f25e2ef208d69c31ff9
-Size (go.uber.org_atomic_@v_v1.11.0.zip) = 77346 bytes
-BLAKE2s (go.uber.org_mock_@v_v0.4.0.mod) = 1276cd781df1decc412ecc318ba60045c65b5534f8546f0514554670d70a4706
-SHA512 (go.uber.org_mock_@v_v0.4.0.mod) = 9491355f6614fbf9f916dd7963614acff29d5f3d9d14e20acae40b3d711496529e3cdc5bd7ab150a11a7ddf23ebaba5cae2bfbefd4effc7edd45937f8e0f90ba
-Size (go.uber.org_mock_@v_v0.4.0.mod) = 195 bytes
-BLAKE2s (go.uber.org_mock_@v_v0.4.0.zip) = d73bf247d980980878bf870943a6a538709dec6e67f1901c11a9dfd2193171dc
-SHA512 (go.uber.org_mock_@v_v0.4.0.zip) = d8e1841cb657c11c61d8590fe4e04d97a3c331f319b9c3b45eafaa1d340ea0fdd75ec9746ed25b135ecffb0fa702e8281675f403e98906655dd6ba4fa2e42406
-Size (go.uber.org_mock_@v_v0.4.0.zip) = 144303 bytes
-BLAKE2s (go.uber.org_multierr_@v_v1.11.0.mod) = af43db525fd91735162b6974a2d5fcd5f747aa82158a7bf08cb4bc6fc8c58ac5
-SHA512 (go.uber.org_multierr_@v_v1.11.0.mod) = f104d72db3ff0496329bf07fa55629a9e8d4f9833769aac37b37bc0b16bc3a88b14f0d249e44f669050275e878c54c35678470e9a99b2f42ae5eb2a2cece9b0e
-Size (go.uber.org_multierr_@v_v1.11.0.mod) = 228 bytes
-BLAKE2s (go.uber.org_multierr_@v_v1.11.0.zip) = 38cc533a0c9eea9b5cc6393d1d24d1c18c1a8e2cbd986575e627372fa23e7389
-SHA512 (go.uber.org_multierr_@v_v1.11.0.zip) = 68040fe6658ae4d8215b807c5ccb00df995cbf6bae56d68beef8335abb38d1008f2814abf71b196ccb1ccde10d5234de2da77055171ae87780816ac20521a662
-Size (go.uber.org_multierr_@v_v1.11.0.zip) = 25681 bytes
-BLAKE2s (go.uber.org_zap_@v_v1.27.0.mod) = 424df414139e2863972b77cec4bce427bba551e357729644bb7690a20dacbfa9
-SHA512 (go.uber.org_zap_@v_v1.27.0.mod) = f9ceaf7f772be1b5aadccd4a63ead411578cf2b35ea61c74dae38eb54085cfae67bf25f17844423c7982e1eae8427f87bb31de07fdeb0b1a17517925267d297d
-Size (go.uber.org_zap_@v_v1.27.0.mod) = 312 bytes
-BLAKE2s (go.uber.org_zap_@v_v1.27.0.zip) = 1ebf1d85d9680d5eafbdf1a1c9ab3b7a0dee7550db92cd0c72b3ce48b15146b1
-SHA512 (go.uber.org_zap_@v_v1.27.0.zip) = 735ac7d417379157aecc74fd22083ee662c09bcb3cdb853f9dd9d00e1a8708c35b1e389802a62ba0c99b372b5a7de139b8bbc7c07f18e797edf086e2990256b5
-Size (go.uber.org_zap_@v_v1.27.0.zip) = 287887 bytes
-BLAKE2s (go.uber.org_zap_exp_@v_v0.1.1-0.20240913022758-ede8e1888f83.mod) = f142715a41460f2a519c5811cc69289a3d2a105a2711a445bd7e7d3acad12062
-SHA512 (go.uber.org_zap_exp_@v_v0.1.1-0.20240913022758-ede8e1888f83.mod) = 84770c21c6d413f5eb684ffe0b57494126d86aa1815668d3baa0127299bff51dd5f5030790b905e3b071ae3063589b8e39af5433aedaa1c00ec1d6e23bcbfe72
-Size (go.uber.org_zap_exp_@v_v0.1.1-0.20240913022758-ede8e1888f83.mod) = 331 bytes
-BLAKE2s (go.uber.org_zap_exp_@v_v0.1.1-0.20240913022758-ede8e1888f83.zip) = 625b75ea3d111eec64bd92f6f67d2985b4d1945c5d6ff443627b7389a63bf301
-SHA512 (go.uber.org_zap_exp_@v_v0.1.1-0.20240913022758-ede8e1888f83.zip) = a849bb734a521c13b2aecebeab12fd825d40b2c46e81d6fe674137b5d8325a4526e7de39aa34b6c31d9995ec4a87ad611fb5e02bf0ec748d757a537dd40f613a
-Size (go.uber.org_zap_exp_@v_v0.1.1-0.20240913022758-ede8e1888f83.zip) = 16191 bytes
-BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20190308221718-c2843e01d9a2.mod) = d95def65a866d710e01f1b0c2753b866d5c1df6af7d5289b1c784394b1d82e04
-SHA512 (golang.org_x_crypto_@v_v0.0.0-20190308221718-c2843e01d9a2.mod) = 2df49895053b36fed7ea905aa73f86568fbafd79ff0a7976679d8c77cf15025129435d9dbfd89367b611b1aadbea4f4bd1835eb4efa9ea702466e443638d379e
-Size (golang.org_x_crypto_@v_v0.0.0-20190308221718-c2843e01d9a2.mod) = 88 bytes
-BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20191011191535-87dc89f01550.mod) = 72be62402e94470d451b51d755d721cc634d9cd64cbbf0847e72cf75426f6d16
-SHA512 (golang.org_x_crypto_@v_v0.0.0-20191011191535-87dc89f01550.mod) = f40c7b620b28b5bdc6ce92d43768af71b5869e7f0eb7872dd0f2751eed2bd15a17f7af26bf2dc5c6f7e6b816a174d010bfd22b3f8f5dd72f22dc4e4357dea842
-Size (golang.org_x_crypto_@v_v0.0.0-20191011191535-87dc89f01550.mod) = 146 bytes
-BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20200622213623-75b288015ac9.mod) = 07315fef95da7e487fc811e8e6b2dfdccc48046b69d2e03669b5701ea8c1d1f6
-SHA512 (golang.org_x_crypto_@v_v0.0.0-20200622213623-75b288015ac9.mod) = 7c5a755a03063d47d259fda0a6c2faa63c2f30b98dbac583e106aaa817d6cde3e07551e0b5e08f3a25db4c4ca45a23cebe993ae6f3d39c88deeaf2c7d8086a06
-Size (golang.org_x_crypto_@v_v0.0.0-20200622213623-75b288015ac9.mod) = 155 bytes
-BLAKE2s (golang.org_x_crypto_@v_v0.28.0.mod) = 92bef8091e8f5fa2b0d64a67505c97114dcf2a17828b8284a8c6eb8bd5139df3
-SHA512 (golang.org_x_crypto_@v_v0.28.0.mod) = a4a1f5d85027577ed6e6a524189409c20bf3a6e9112bc091be942976c47cadcea02434393328685b39e2bc50ce063a7171542f147dad66271618a8e3e11924d7
-Size (golang.org_x_crypto_@v_v0.28.0.mod) = 190 bytes
-BLAKE2s (golang.org_x_crypto_@v_v0.28.0.zip) = 58a88111392e77ad0e1eb66507e38e9556d9d1b80437043d9f4ea66a244e863a
-SHA512 (golang.org_x_crypto_@v_v0.28.0.zip) = 7ffb31f8eee24a64b5cf4a936ffb837317dae9bf35ec9800e03c75139944638d6d1a3fcfb7af805fd47ad0dc1658b36ec206258e88647c68fc814c2e93627d04
-Size (golang.org_x_crypto_@v_v0.28.0.zip) = 1790287 bytes
-BLAKE2s (golang.org_x_exp_@v_v0.0.0-20190121172915-509febef88a4.mod) = 87c3b3cc8e8fe78e41cb7f5df8d0e2afacceb9c5c3c2ff961a00ade7d3bb821a
-SHA512 (golang.org_x_exp_@v_v0.0.0-20190121172915-509febef88a4.mod) = 9131017b8ab0c2362b74e0c010daeb849689025aa31cb464dc379b0e34d0fcdb66749329b111041127997440bac052249dab522ab27239858405c056e3ac5dbf
-Size (golang.org_x_exp_@v_v0.0.0-20190121172915-509febef88a4.mod) = 24 bytes
-BLAKE2s (golang.org_x_exp_@v_v0.0.0-20241004190924-225e2abe05e6.mod) = 755ccfdd6fe825aff3a4eeacc8093b39b9c0899ae26d75b22135b04ac2382eb5
-SHA512 (golang.org_x_exp_@v_v0.0.0-20241004190924-225e2abe05e6.mod) = fc27e8c2e4aed7fa8b02dd070c2bcd3684abd54733eabe71b1c3301a541df5eab42087dd00a7f47abad72eef4a388c751976a8dda118e89c1818327aae0370b9
-Size (golang.org_x_exp_@v_v0.0.0-20241004190924-225e2abe05e6.mod) = 181 bytes
-BLAKE2s (golang.org_x_exp_@v_v0.0.0-20241004190924-225e2abe05e6.zip) = 09ce35348af0783a8d99b114a3e5e17ce984b9ebcb8c14e75f173035655f9936
-SHA512 (golang.org_x_exp_@v_v0.0.0-20241004190924-225e2abe05e6.zip) = 965a598c1244d91b56a8849dfe3ab385b04b24cb95b1a6b0a1ab79ec74727b5acd581594358f7f8311ba2ef284542bb3b7cc060c90d24249969e6145ee6a0ce0
-Size (golang.org_x_exp_@v_v0.0.0-20241004190924-225e2abe05e6.zip) = 629087 bytes
-BLAKE2s (golang.org_x_lint_@v_v0.0.0-20181026193005-c67002cb31c3.mod) = f12eeaef7e5b713370f3302900d1bb9b7539dc24f9cfc5ce9cd2a1b28af6c978
-SHA512 (golang.org_x_lint_@v_v0.0.0-20181026193005-c67002cb31c3.mod) = 3ba23f3472e0ae7904b4250e2e3a1b04c719c4bb66c59ccfaf96fae2fb25ae0abf19f542f03c7179a312a008521acaf4ff389517b11dba8b6f581a9dded44883
-Size (golang.org_x_lint_@v_v0.0.0-20181026193005-c67002cb31c3.mod) = 25 bytes
-BLAKE2s (golang.org_x_lint_@v_v0.0.0-20190227174305-5b3e6a55c961.mod) = b28b8a8c66bd09cd43db8f1b220abb7058e3cd0d18c8582bf6f927ec3dae0267
-SHA512 (golang.org_x_lint_@v_v0.0.0-20190227174305-5b3e6a55c961.mod) = 0097db2957ab98a21a73960d2a37c526e5cabcd5ba4825e44f0ec4851ef83743ae171c8dc4b6c09ea4d931c15879c247e362ca53ef8dc762b484f1ddcc483d04
-Size (golang.org_x_lint_@v_v0.0.0-20190227174305-5b3e6a55c961.mod) = 88 bytes
-BLAKE2s (golang.org_x_lint_@v_v0.0.0-20190313153728-d0100b6bd8b3.mod) = b2005ea6a60b57cedbe3885fd79d2154eafdda070996eecf1cb57905a2031e28
-SHA512 (golang.org_x_lint_@v_v0.0.0-20190313153728-d0100b6bd8b3.mod) = 5e787e9d2c16c87238995214eab353f87d009acf8ef78889295d11dfabef73cea4e8cabfc2999f9ef0c936efb84c22963e0aa2bce4b3678680a389cbe23df961
-Size (golang.org_x_lint_@v_v0.0.0-20190313153728-d0100b6bd8b3.mod) = 88 bytes
-BLAKE2s (golang.org_x_mod_@v_v0.2.0.mod) = 1fa2e89f8aba3aff92e36fc586da0212269bf2eb6433a62242f77ac374b1135d
-SHA512 (golang.org_x_mod_@v_v0.2.0.mod) = 16d72a943c436bf27c18ee65deb1e1a3b1283dcfcc76a49f01919df97f41ae6ef7c5fe7f95b5bb62cf6f6fee57eb9654ca27ec3bae448ebfe894f8d6d0101fa1
-Size (golang.org_x_mod_@v_v0.2.0.mod) = 214 bytes
-BLAKE2s (golang.org_x_mod_@v_v0.21.0.mod) = 8864bfdeb5855b1b0df4972c15a73c6f0e9ca9fb40069d7bfed5cf9c39e4b93d
-SHA512 (golang.org_x_mod_@v_v0.21.0.mod) = 1af6a7d754a49cd9215b84db4415672134221f606800452fa83e0caab65d9d0c085400583bc75454d628ceff7e012f727c2e595124394a16e080ff25ed63a1e6
-Size (golang.org_x_mod_@v_v0.21.0.mod) = 86 bytes
-BLAKE2s (golang.org_x_mod_@v_v0.21.0.zip) = fd236392d4151a49d7d59c5d933a0c0872b1fd727fefb6ad3e0023c046036082
-SHA512 (golang.org_x_mod_@v_v0.21.0.zip) = e026430429cfc22a47d2589f1a3606a29320c1b34f9ffab570c0b79c8ff8d43446846d6c0d66754fa82965d15a584ce4c10d2168fb85d557ce96dc02fec2546a
-Size (golang.org_x_mod_@v_v0.21.0.zip) = 167512 bytes
-BLAKE2s (golang.org_x_mod_@v_v0.3.0.mod) = 1fa2e89f8aba3aff92e36fc586da0212269bf2eb6433a62242f77ac374b1135d
-SHA512 (golang.org_x_mod_@v_v0.3.0.mod) = 16d72a943c436bf27c18ee65deb1e1a3b1283dcfcc76a49f01919df97f41ae6ef7c5fe7f95b5bb62cf6f6fee57eb9654ca27ec3bae448ebfe894f8d6d0101fa1
-Size (golang.org_x_mod_@v_v0.3.0.mod) = 214 bytes
-BLAKE2s (golang.org_x_net_@v_v0.0.0-20180724234803-3673e40ba225.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643
-SHA512 (golang.org_x_net_@v_v0.0.0-20180724234803-3673e40ba225.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a
-Size (golang.org_x_net_@v_v0.0.0-20180724234803-3673e40ba225.mod) = 24 bytes
-BLAKE2s (golang.org_x_net_@v_v0.0.0-20180826012351-8a410e7b638d.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643
-SHA512 (golang.org_x_net_@v_v0.0.0-20180826012351-8a410e7b638d.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a
-Size (golang.org_x_net_@v_v0.0.0-20180826012351-8a410e7b638d.mod) = 24 bytes
-BLAKE2s (golang.org_x_net_@v_v0.0.0-20190213061140-3a22650c66bd.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643
-SHA512 (golang.org_x_net_@v_v0.0.0-20190213061140-3a22650c66bd.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a
-Size (golang.org_x_net_@v_v0.0.0-20190213061140-3a22650c66bd.mod) = 24 bytes
-BLAKE2s (golang.org_x_net_@v_v0.0.0-20190311183353-d8887717615a.mod) = bfa1d10354f85025b70e240f2ae7d4ead1684323fc2a0630b15749db3f85c7b8
-SHA512 (golang.org_x_net_@v_v0.0.0-20190311183353-d8887717615a.mod) = 26b6c92eecd2208967336d4d23f8a71f77f9a73643ad1e5cd84dee36b2f626fffc806e4dd33acc284831a0961e2b363d898a747903235945fbfb665c5b4d5ef2
-Size (golang.org_x_net_@v_v0.0.0-20190311183353-d8887717615a.mod) = 119 bytes
-BLAKE2s (golang.org_x_net_@v_v0.0.0-20190404232315-eb5bcb51f2a3.mod) = bfa1d10354f85025b70e240f2ae7d4ead1684323fc2a0630b15749db3f85c7b8
-SHA512 (golang.org_x_net_@v_v0.0.0-20190404232315-eb5bcb51f2a3.mod) = 26b6c92eecd2208967336d4d23f8a71f77f9a73643ad1e5cd84dee36b2f626fffc806e4dd33acc284831a0961e2b363d898a747903235945fbfb665c5b4d5ef2
-Size (golang.org_x_net_@v_v0.0.0-20190404232315-eb5bcb51f2a3.mod) = 119 bytes
-BLAKE2s (golang.org_x_net_@v_v0.0.0-20190620200207-3b0461eec859.mod) = 1c3e72485ccef1dd03ab07484627ee59f4ef62e97bd3ba94ca5d98718b7b81a6
-SHA512 (golang.org_x_net_@v_v0.0.0-20190620200207-3b0461eec859.mod) = 2794c616072f01ca3324107aad2ed97e05f6e6c1e9811a1749073376a89c9ce57a910cfdc8dd6bdc2583d133bb53605c7a68917eaa221ec5c1c8319e5dfbb236
-Size (golang.org_x_net_@v_v0.0.0-20190620200207-3b0461eec859.mod) = 181 bytes
-BLAKE2s (golang.org_x_net_@v_v0.0.0-20200226121028-0de0cce0169b.mod) = 1c3e72485ccef1dd03ab07484627ee59f4ef62e97bd3ba94ca5d98718b7b81a6
-SHA512 (golang.org_x_net_@v_v0.0.0-20200226121028-0de0cce0169b.mod) = 2794c616072f01ca3324107aad2ed97e05f6e6c1e9811a1749073376a89c9ce57a910cfdc8dd6bdc2583d133bb53605c7a68917eaa221ec5c1c8319e5dfbb236
-Size (golang.org_x_net_@v_v0.0.0-20200226121028-0de0cce0169b.mod) = 181 bytes
-BLAKE2s (golang.org_x_net_@v_v0.0.0-20201021035429-f5854403a974.mod) = 666e92871a9c9bd7e5aab18e099ee17251726a851c43baffdab74e877010c07b
-SHA512 (golang.org_x_net_@v_v0.0.0-20201021035429-f5854403a974.mod) = 098a7d7eadb99bc1eb8695f1d86e1ed2ec2f5f625045f3ed77648d4ef7047818cfc449d46c8a6ccf285f95956baf228c1c57d6e281da1f63f67cfa0f93ca4230
-Size (golang.org_x_net_@v_v0.0.0-20201021035429-f5854403a974.mod) = 181 bytes
-BLAKE2s (golang.org_x_net_@v_v0.0.0-20201110031124-69a78807bb2b.mod) = 666e92871a9c9bd7e5aab18e099ee17251726a851c43baffdab74e877010c07b
-SHA512 (golang.org_x_net_@v_v0.0.0-20201110031124-69a78807bb2b.mod) = 098a7d7eadb99bc1eb8695f1d86e1ed2ec2f5f625045f3ed77648d4ef7047818cfc449d46c8a6ccf285f95956baf228c1c57d6e281da1f63f67cfa0f93ca4230
-Size (golang.org_x_net_@v_v0.0.0-20201110031124-69a78807bb2b.mod) = 181 bytes
-BLAKE2s (golang.org_x_net_@v_v0.30.0.mod) = 7666df87ae152753b9dd4dcf91408e810603fdf6d75de042e9316c94f722403b
-SHA512 (golang.org_x_net_@v_v0.30.0.mod) = 99710f756a16f3c7ae95d277ac0cec26d5ba1cfb44b681a313e3021d32d879b60e10f28c0b0d166e744b8521385c8aa9d8a9c885949db4477b14c2b95ce7cc75
-Size (golang.org_x_net_@v_v0.30.0.mod) = 155 bytes
-BLAKE2s (golang.org_x_net_@v_v0.30.0.zip) = 013ced8b5c0d313d2e2b1eb4829d68d6f03d2ac196c613c14b1ad99fc7af73d3
-SHA512 (golang.org_x_net_@v_v0.30.0.zip) = ffe823b4f0a319c93e57dc026ff833b0b6373fe477ca01253e18001c7b2cf5b03a93cbdd7ba4606501c9691b459f6db2d0126775c9050f560a667a797fd0582b
-Size (golang.org_x_net_@v_v0.30.0.zip) = 1842318 bytes
-BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20180821212333-d2e6202438be.mod) = a34ed92cc3bc83e559661a208ed23ad2cd887a6232c1bd0961cf19178df279a7
-SHA512 (golang.org_x_oauth2_@v_v0.0.0-20180821212333-d2e6202438be.mod) = 53431e560b5d6a9b50f44997ef6755f71741ccca155767dd954da41f11f53a3e8d01d7e01a2bb9de1fdd551dd2e734cb65e5641cf5de5c9a8a6a25a4894336f5
-Size (golang.org_x_oauth2_@v_v0.0.0-20180821212333-d2e6202438be.mod) = 27 bytes
-BLAKE2s (golang.org_x_sync_@v_v0.0.0-20180314180146-1d60e4601c6f.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede
-SHA512 (golang.org_x_sync_@v_v0.0.0-20180314180146-1d60e4601c6f.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0
-Size (golang.org_x_sync_@v_v0.0.0-20180314180146-1d60e4601c6f.mod) = 25 bytes
-BLAKE2s (golang.org_x_sync_@v_v0.0.0-20181108010431-42b317875d0f.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede
-SHA512 (golang.org_x_sync_@v_v0.0.0-20181108010431-42b317875d0f.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0
-Size (golang.org_x_sync_@v_v0.0.0-20181108010431-42b317875d0f.mod) = 25 bytes
-BLAKE2s (golang.org_x_sync_@v_v0.0.0-20190423024810-112230192c58.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede
-SHA512 (golang.org_x_sync_@v_v0.0.0-20190423024810-112230192c58.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0
-Size (golang.org_x_sync_@v_v0.0.0-20190423024810-112230192c58.mod) = 25 bytes
-BLAKE2s (golang.org_x_sync_@v_v0.0.0-20190911185100-cd5d95a43a6e.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede
-SHA512 (golang.org_x_sync_@v_v0.0.0-20190911185100-cd5d95a43a6e.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0
-Size (golang.org_x_sync_@v_v0.0.0-20190911185100-cd5d95a43a6e.mod) = 25 bytes
-BLAKE2s (golang.org_x_sync_@v_v0.0.0-20201020160332-67f06af15bc9.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede
-SHA512 (golang.org_x_sync_@v_v0.0.0-20201020160332-67f06af15bc9.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0
-Size (golang.org_x_sync_@v_v0.0.0-20201020160332-67f06af15bc9.mod) = 25 bytes
-BLAKE2s (golang.org_x_sync_@v_v0.8.0.mod) = 0fa1fb1833cee855281d59c95598cae38e2fd86ea0c52c4b67ba2e815fb513b3
-SHA512 (golang.org_x_sync_@v_v0.8.0.mod) = 2d159d931db45104e0714e311698dff5905d206e5740cb4f7e1442d1b561da91928b0882f9f56f8190abb7cddadeaec7684f8d598fb6afd6322c5782232b4d5b
-Size (golang.org_x_sync_@v_v0.8.0.mod) = 34 bytes
-BLAKE2s (golang.org_x_sync_@v_v0.8.0.zip) = a43836d77a3dc8d29957cfb85f4d9f35b8aa7fd05e23797a9fbbb6221996fbc7
-SHA512 (golang.org_x_sync_@v_v0.8.0.zip) = 27f56bbaeef3f2b143057205bf98e1277ba96daedeedc19c237d80b8c26874f56ac96c73f2b9e9081b2a90c98fed758ad8f27881bc1982d0aa32d18f4426bf2d
-Size (golang.org_x_sync_@v_v0.8.0.zip) = 26973 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.0.0-20180830151530-49385e6e1522.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87
-SHA512 (golang.org_x_sys_@v_v0.0.0-20180830151530-49385e6e1522.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c
-Size (golang.org_x_sys_@v_v0.0.0-20180830151530-49385e6e1522.mod) = 24 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190215142949-d0b11bdaac8a.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87
-SHA512 (golang.org_x_sys_@v_v0.0.0-20190215142949-d0b11bdaac8a.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c
-Size (golang.org_x_sys_@v_v0.0.0-20190215142949-d0b11bdaac8a.mod) = 24 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190412213103-97732733099d.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f
-SHA512 (golang.org_x_sys_@v_v0.0.0-20190412213103-97732733099d.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
-Size (golang.org_x_sys_@v_v0.0.0-20190412213103-97732733099d.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.0.0-20200930185726-fdedc70b468f.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f
-SHA512 (golang.org_x_sys_@v_v0.0.0-20200930185726-fdedc70b468f.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
-Size (golang.org_x_sys_@v_v0.0.0-20200930185726-fdedc70b468f.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210616094352-59db8d763f22.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
-SHA512 (golang.org_x_sys_@v_v0.0.0-20210616094352-59db8d763f22.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
-Size (golang.org_x_sys_@v_v0.0.0-20210616094352-59db8d763f22.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211007075335-d3039528d8ac.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
-SHA512 (golang.org_x_sys_@v_v0.0.0-20211007075335-d3039528d8ac.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
-Size (golang.org_x_sys_@v_v0.0.0-20211007075335-d3039528d8ac.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220310020820-b874c991c1a5.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
-SHA512 (golang.org_x_sys_@v_v0.0.0-20220310020820-b874c991c1a5.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
-Size (golang.org_x_sys_@v_v0.0.0-20220310020820-b874c991c1a5.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
-SHA512 (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
-Size (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.1.0.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
-SHA512 (golang.org_x_sys_@v_v0.1.0.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
-Size (golang.org_x_sys_@v_v0.1.0.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.26.0.mod) = 546db01fa3b030f3f3b5f8d3674bc29d1f026a60a57e474fff3e1cd44fe694a1
-SHA512 (golang.org_x_sys_@v_v0.26.0.mod) = ec229018bf6fa169913d0c66821fc296766b8a71720123e8d8cfcf5b8b8da110e338d03b8233b1224b8586ea9d9e4231b9720c1f806d4be2523413c521acf97b
-Size (golang.org_x_sys_@v_v0.26.0.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.26.0.zip) = e3ebcd7b58da981dc57aa3b59d6a3b896ec2d2fbc43ab39bee2228f48e6205c2
-SHA512 (golang.org_x_sys_@v_v0.26.0.zip) = e00a7315ae42ba096c8256a709f32249f6bdcfd9edee79fc11ac8d8d2438514e20aa06faacea3268afb90d53af39e5431ee3656ecb89b87f23f5a431be9b34d2
-Size (golang.org_x_sys_@v_v0.26.0.zip) = 1970363 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.6.0.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
-SHA512 (golang.org_x_sys_@v_v0.6.0.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
-Size (golang.org_x_sys_@v_v0.6.0.mod) = 33 bytes
-BLAKE2s (golang.org_x_term_@v_v0.25.0.mod) = 1f13c9e15307a0abf3552cbea7e5ee7b8bf31e162328bc8db627ab23b7872ae1
-SHA512 (golang.org_x_term_@v_v0.25.0.mod) = 4b661fe6e646044faf2d491ea7d66a883ae0efc1ebbd0112b68ee2ab9bec6fcdd8b27d21f472bf1ffdbd25379984dedd0a3f039d322c4708b3d7f51b4f8ac536
-Size (golang.org_x_term_@v_v0.25.0.mod) = 68 bytes
-BLAKE2s (golang.org_x_term_@v_v0.25.0.zip) = e7d1219a52689c88261d4d681aabcad543e644f590abdc2870b099e365c70751
-SHA512 (golang.org_x_term_@v_v0.25.0.zip) = 8d6aacd7c478b066d1e3065275d990a1cdd326b26a59d263a61d2e62c6dd75412456045fd533af10bbf3a86ac3dda93314735d60ba8c7276c4ff304526a857aa
-Size (golang.org_x_term_@v_v0.25.0.zip) = 19890 bytes
-BLAKE2s (golang.org_x_text_@v_v0.19.0.mod) = e67ce038463453bab743affc22d949990879c02c7a188d7f80937cc9e47f6b5c
-SHA512 (golang.org_x_text_@v_v0.19.0.mod) = 8a495c83a598747e6bbdc581e490aa4d084b529fd945569d8e173ee8c58b14d1b9f2bfc9d61606c4f8b98bf70188ed47498121c851b34f543e646f4e625c847e
-Size (golang.org_x_text_@v_v0.19.0.mod) = 220 bytes
-BLAKE2s (golang.org_x_text_@v_v0.19.0.zip) = bf2a42a403cbae002a0f5f19848db0cbfd79340a5d5b2721d93364040efd8cf4
-SHA512 (golang.org_x_text_@v_v0.19.0.zip) = 8aa851f523b72bce119f7d85d58526765ce4b65f8929fca39599626665bafa320ac82ce9525caf7b42ba0e952f3533dd50f12807b90d6feb77590834ebbb0c13
-Size (golang.org_x_text_@v_v0.19.0.zip) = 9235275 bytes
-BLAKE2s (golang.org_x_text_@v_v0.3.0.mod) = 080036087ec663fb318320442bf68fad98da28e3ea33a1e5a3acf697a0527460
-SHA512 (golang.org_x_text_@v_v0.3.0.mod) = ca081ef7cccd7bbedc6843fbe0c452352661a07e1298cd02ff338ed79d807c6401d613a3cf20011189d2f98a794ffa410547b3e352eb58a6f0a84822285d391d
-Size (golang.org_x_text_@v_v0.3.0.mod) = 25 bytes
-BLAKE2s (golang.org_x_text_@v_v0.3.3.mod) = 70f5179544ccad4f13f0825e55a41b11a7dd38266aada468eb391ab115a3458e
-SHA512 (golang.org_x_text_@v_v0.3.3.mod) = f3f68808ccf5223453f765f59db1ef551b2130069eb83518878961c2d4a2044f9049f8d49df6e67699fcd2645cf90b84d35626590b2cfbca302fcf0eac76dc8b
-Size (golang.org_x_text_@v_v0.3.3.mod) = 97 bytes
-BLAKE2s (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = d276ed1711a2da66e71b05357b06093eb7c33e7f00c194ff6386deb7b0676fca
-SHA512 (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = 3c166b18c0ce47a47e95da9eeede63879a92b0205bd4589d554f7bae89699be0efa83e1f5bba8e50f47714ea23e759b07f4543fe06301995d39373da2db16fc0
-Size (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = 26 bytes
-BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190114222345-bf090417da8b.mod) = d276ed1711a2da66e71b05357b06093eb7c33e7f00c194ff6386deb7b0676fca
-SHA512 (golang.org_x_tools_@v_v0.0.0-20190114222345-bf090417da8b.mod) = 3c166b18c0ce47a47e95da9eeede63879a92b0205bd4589d554f7bae89699be0efa83e1f5bba8e50f47714ea23e759b07f4543fe06301995d39373da2db16fc0
-Size (golang.org_x_tools_@v_v0.0.0-20190114222345-bf090417da8b.mod) = 26 bytes
-BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190226205152-f727befe758c.mod) = 4ac0850562a6be6a6e51e6d1ca5fe35967a4545df43ef2c7687eb5bd0116b303
-SHA512 (golang.org_x_tools_@v_v0.0.0-20190226205152-f727befe758c.mod) = 8b68acbca48744320e64a70a983a471e9e2fc2249562064b10256269033473fd50264b6544646227fb666f075c4f266df1835ca3f88ee679bb97d34bf62bd195
-Size (golang.org_x_tools_@v_v0.0.0-20190226205152-f727befe758c.mod) = 194 bytes
-BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190311212946-11955173bddd.mod) = c71bed293703a9320b7abaef0e5154f8163ccf3dfdd51cd21a27d3fcdaf93a6d
-SHA512 (golang.org_x_tools_@v_v0.0.0-20190311212946-11955173bddd.mod) = 18ae9b2f54109b4ec5cdea433ee0e3b7006e4d5ea57022d6e8151d4d364735a6b55cf7b5eb2f43b602ec786b2b6819ad78dfc33151ee1a63a0b1199f54ce34a1
-Size (golang.org_x_tools_@v_v0.0.0-20190311212946-11955173bddd.mod) = 87 bytes
-BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190524140312-2c0ae7006135.mod) = 9e5e2308a8977731db5747330793edbb4923edf7ed9cde86697a542bac23e87b
-SHA512 (golang.org_x_tools_@v_v0.0.0-20190524140312-2c0ae7006135.mod) = e9c7b67e28905435e1420333a531e6c0a8f025dc3023f22e5067d5395c8d081bd7993ceeb6ae08c4cd2d1f13aa0f46274a8788e1be085e4b12eaef785f3d7213
-Size (golang.org_x_tools_@v_v0.0.0-20190524140312-2c0ae7006135.mod) = 146 bytes
-BLAKE2s (golang.org_x_tools_@v_v0.0.0-20191119224855-298f0cb1881e.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8
-SHA512 (golang.org_x_tools_@v_v0.0.0-20191119224855-298f0cb1881e.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109
-Size (golang.org_x_tools_@v_v0.0.0-20191119224855-298f0cb1881e.mod) = 212 bytes
-BLAKE2s (golang.org_x_tools_@v_v0.0.0-20200619180055-7c47624df98f.mod) = e4728aaf6812d7700f6e79aa8eaa24d0b6407a4fff06a6abef6bf852919b62e3
-SHA512 (golang.org_x_tools_@v_v0.0.0-20200619180055-7c47624df98f.mod) = 8281ef87f633ddec7f1c4711773b09563e5695a44ef8140d062cdd9a14731a2edf24fde739c42e2a52038d6e100c3c5d7039db9adb62001e5e27a2e282faa057
-Size (golang.org_x_tools_@v_v0.0.0-20200619180055-7c47624df98f.mod) = 271 bytes
-BLAKE2s (golang.org_x_tools_@v_v0.0.0-20210106214847-113979e3529a.mod) = ca43eb38406d2bb7f44dbd985491b35490acf7efff6ca2983599ac9c8f4def0a
-SHA512 (golang.org_x_tools_@v_v0.0.0-20210106214847-113979e3529a.mod) = 749bf78130d1fe8da6c022ea7f5fa65e66cd010cd4ea8278bcfdef116acc52d4d632e46a4a3070ddb7d775ef23b39e78724dbbab36e635ced32058174cbcd052
-Size (golang.org_x_tools_@v_v0.0.0-20210106214847-113979e3529a.mod) = 270 bytes
-BLAKE2s (golang.org_x_tools_@v_v0.26.0.mod) = 06aff2750211209217d30807e1cd3d2151594ce80f69f465c0c91eb8289cd114
-SHA512 (golang.org_x_tools_@v_v0.26.0.mod) = dfb0a1d72462e8dace6e9bcc001194ee9030b2f9d73a38c452db92bb625628b8c225204f1372cddbef62c1af41b580768f010fe937038d1dcae2248782175bb3
-Size (golang.org_x_tools_@v_v0.26.0.mod) = 341 bytes
-BLAKE2s (golang.org_x_tools_@v_v0.26.0.zip) = 4ab6299fca9df8e2922926302c33d788c146debf517f4ef88dcb71daf869630b
-SHA512 (golang.org_x_tools_@v_v0.26.0.zip) = 0fc628513a11ef87cce152f9f7fd41ae8e538ab54900cca6b007c622270642bed8f0f4b6dcc82773565891d82981c9bbede52282b72e48b97608aa7b8195cae7
-Size (golang.org_x_tools_@v_v0.26.0.zip) = 3201407 bytes
-BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584
-SHA512 (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05
-Size (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = 37 bytes
-BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20191011141410-1b5146add898.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584
-SHA512 (golang.org_x_xerrors_@v_v0.0.0-20191011141410-1b5146add898.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05
-Size (golang.org_x_xerrors_@v_v0.0.0-20191011141410-1b5146add898.mod) = 37 bytes
-BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584
-SHA512 (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05
-Size (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.mod) = 37 bytes
-BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20200804184101-5ec99f83aff1.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584
-SHA512 (golang.org_x_xerrors_@v_v0.0.0-20200804184101-5ec99f83aff1.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05
-Size (golang.org_x_xerrors_@v_v0.0.0-20200804184101-5ec99f83aff1.mod) = 37 bytes
-BLAKE2s (google.golang.org_appengine_@v_v1.1.0.mod) = 42179e74f55e4f2fe5b1e9a15442aab87904e7eb61ab6ec4aa72291ce4cb8748
-SHA512 (google.golang.org_appengine_@v_v1.1.0.mod) = 6644c398d639794470e49cad4402d17765422934915b5a13e13e1f84d8890cc8fad9e6ea8c580d114aefea70d894242e05ce3a432ee596f772b98b6b73069fe2
-Size (google.golang.org_appengine_@v_v1.1.0.mod) = 35 bytes
-BLAKE2s (google.golang.org_appengine_@v_v1.4.0.mod) = d179649160e999001994821b8608aa5f45c589e34bffd4dedf153b703a030778
-SHA512 (google.golang.org_appengine_@v_v1.4.0.mod) = 60fb2454326103e4905f79f23a25320cb2c0035b7a0e3c228af845ed7dae23014efb81685f29805303edf277e8b1a2d9a7530b8f3a1a8e57caa1a85edeb52475
-Size (google.golang.org_appengine_@v_v1.4.0.mod) = 162 bytes
-BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20180817151627-c66870c02cf8.mod) = 5d32a076d2f3ba0cb87ebb31ad88c461f4fdc0073983438b3843612169eaa918
-SHA512 (google.golang.org_genproto_@v_v0.0.0-20180817151627-c66870c02cf8.mod) = 1c29af2b4f8b54234f09dfbfad120b4b11d4fe67e9578b0553412f1587cac2fa2bfe5537fbf15e6d52dcb04332413231c250c3c460b04e64326d2eaed3102464
-Size (google.golang.org_genproto_@v_v0.0.0-20180817151627-c66870c02cf8.mod) = 34 bytes
-BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20190819201941-24fa4b261c55.mod) = c93fe4aed91dcafd57851e72debaa8d63ce8b89c8687bf34f307b951e6bdcb31
-SHA512 (google.golang.org_genproto_@v_v0.0.0-20190819201941-24fa4b261c55.mod) = 9f22a11a1d639cc7a465b6e826c2bc3915fe0ac847159a38c470f0b1631d6f6b2e0ae0548344f7a8e97161d4c6b80113062c04062b7ab887d7d615c39cbfc2dd
-Size (google.golang.org_genproto_@v_v0.0.0-20190819201941-24fa4b261c55.mod) = 331 bytes
-BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20200526211855-cb27e3aa2013.mod) = af36875a6421380a1881245b0f9077973af6deda9d5fe22715a0217653957c9b
-SHA512 (google.golang.org_genproto_@v_v0.0.0-20200526211855-cb27e3aa2013.mod) = 17266a643d974e2fae18e7055986002b9705bd2a7fb1e3cd3664fe6dbefbc7a04aef6900146c1e1c3ed84bea8b4d1bda4d6c355af2cda013c01f19eed57568d5
-Size (google.golang.org_genproto_@v_v0.0.0-20200526211855-cb27e3aa2013.mod) = 353 bytes
-BLAKE2s (google.golang.org_genproto_googleapis_api_@v_v0.0.0-20240930140551-af27646dc61f.mod) = 7b932e784c54399e022732710bd680d9c8aeaa1983e62e706709f45c19385a57
-SHA512 (google.golang.org_genproto_googleapis_api_@v_v0.0.0-20240930140551-af27646dc61f.mod) = 306d19a16725b3127b0a220f3438b43261c1ff443d65fb010c79ab41aef064ed27cba6de8a06e1e9d6b0977fa69cb54266d5fa1d0ecae64bbd2a48ca45cb8b49
-Size (google.golang.org_genproto_googleapis_api_@v_v0.0.0-20240930140551-af27646dc61f.mod) = 345 bytes
-BLAKE2s (google.golang.org_genproto_googleapis_api_@v_v0.0.0-20240930140551-af27646dc61f.zip) = 195db9de706b72f5656623bb101a1b8e4bcb2065f52338e3097e7ba4527ed123
-SHA512 (google.golang.org_genproto_googleapis_api_@v_v0.0.0-20240930140551-af27646dc61f.zip) = 4c8c887bd75f51acb794214a4a5c65f1a36f52f51b39ef17674d8c7fe5ab62d62b395eea2ddc31ad7a01a58a455068220adb433353b0871898e2357bff6c3976
-Size (google.golang.org_genproto_googleapis_api_@v_v0.0.0-20240930140551-af27646dc61f.zip) = 235806 bytes
-BLAKE2s (google.golang.org_genproto_googleapis_rpc_@v_v0.0.0-20240930140551-af27646dc61f.mod) = 57904074a8af28049a82e25bb7adc9235cba59010be61c360410443871d7f035
-SHA512 (google.golang.org_genproto_googleapis_rpc_@v_v0.0.0-20240930140551-af27646dc61f.mod) = 46a4765ea6231cd9a1aa1b24d5c0ac874b845eed9b34bdd37ddd1b5a1cdf6853b774fa0f726718ebabb67066d8c7f2fe1a1c7846f02d6b8e10a9b4e2ac487f2d
-Size (google.golang.org_genproto_googleapis_rpc_@v_v0.0.0-20240930140551-af27646dc61f.mod) = 155 bytes
-BLAKE2s (google.golang.org_genproto_googleapis_rpc_@v_v0.0.0-20240930140551-af27646dc61f.zip) = fe0bba06157a99ea80ab36e26125ac32a235161742838d45a5d832d348f92c1c
-SHA512 (google.golang.org_genproto_googleapis_rpc_@v_v0.0.0-20240930140551-af27646dc61f.zip) = e4f771eb0e29af2b265cde92101a1f6f9bb278028d89445bbb7b346948da8850ef9ae1935e565a29ff799b659b6497605f8dc33cdec0b2ab880a5172dde435b0
-Size (google.golang.org_genproto_googleapis_rpc_@v_v0.0.0-20240930140551-af27646dc61f.zip) = 37992 bytes
-BLAKE2s (google.golang.org_grpc_@v_v1.19.0.mod) = cc967961f3fd1fffa1db5d6dce978a8ea820babc3e879edff8048c9cde4c6246
-SHA512 (google.golang.org_grpc_@v_v1.19.0.mod) = 38c4f75a0121cecd31b2628da3c3d77aeeb9b2c1974eef2d2d2bb7a3eb507d330debb7f14a724c8910174439b38ab54458096aaf665ea4af87a83f866ca0452e
-Size (google.golang.org_grpc_@v_v1.19.0.mod) = 833 bytes
-BLAKE2s (google.golang.org_grpc_@v_v1.23.0.mod) = a28fef022669ef6b11282cfe4f98ebafb303a0dc87e3cac3c9aff65dafa1e4e2
-SHA512 (google.golang.org_grpc_@v_v1.23.0.mod) = 4ea69ff3644e3e51f4a9ce73325a995b119088a9c97fec4a4811d1d9f119799182cd4dac377e3b58d96e10b8f6ba500a85ad72463ef4305d04ed1c55261526c2
-Size (google.golang.org_grpc_@v_v1.23.0.mod) = 762 bytes
-BLAKE2s (google.golang.org_grpc_@v_v1.25.1.mod) = de1774b27d10284e02c9ba41e2b25d92b55a6f20127dfc960ca3155d898e37c0
-SHA512 (google.golang.org_grpc_@v_v1.25.1.mod) = 0171fadf89079d7c0f18b1401aedfd886888d0a4ec4e107aec191c3875c640990532e1f57a3f5306a2e5705ddcf7e09ab2ce4953710347c09deb1d9d5f2d3c1f
-Size (google.golang.org_grpc_@v_v1.25.1.mod) = 532 bytes
-BLAKE2s (google.golang.org_grpc_@v_v1.27.0.mod) = e11f4e7b5fb7ccae86551300e15567233a836aea3e444b606d0c00fc782de4a9
-SHA512 (google.golang.org_grpc_@v_v1.27.0.mod) = 6e06146c3ee73338a24698b08d0091dca5cc67d033e1a98ca28157dccd8e056a3a2624c798180eda5917f90e1e37aff31158cb8ab2cedeb8e4578324719605ef
-Size (google.golang.org_grpc_@v_v1.27.0.mod) = 562 bytes
-BLAKE2s (google.golang.org_grpc_@v_v1.33.2.mod) = 83e907e198a0c8dd37e7686ad0989b5faa0472546168b9ee3dc594e2ced8cac9
-SHA512 (google.golang.org_grpc_@v_v1.33.2.mod) = 3c04e477a21db637ce07078cb89ad236db3151ca0fe474eab32c326e7e849b41abfa873045d2214bc95e34ebec7767a68f9d5a9828ef286abb4636a14677c479
-Size (google.golang.org_grpc_@v_v1.33.2.mod) = 578 bytes
-BLAKE2s (google.golang.org_grpc_@v_v1.67.1.mod) = 3fe8cce96f679457f630575ad83f9963e4699084cec702d42bac8788e1a85aa8
-SHA512 (google.golang.org_grpc_@v_v1.67.1.mod) = 26296a60407476090f6816fd8c6fd54265cf809233a6435e995bafb86cfb6cdae720c1bea9dad3e6ccbac97dc8cc2b0152a8d1ccccde3a8c3caaf2c80f74a682
-Size (google.golang.org_grpc_@v_v1.67.1.mod) = 962 bytes
-BLAKE2s (google.golang.org_grpc_@v_v1.67.1.zip) = 0de66aa39c2d6369e79116215b51a94fe6b8fa33cf1c174040b09064d7120473
-SHA512 (google.golang.org_grpc_@v_v1.67.1.zip) = bc00632fa29129710d5e17a085c9003a2d78d72aaef2596122240f73e41ac9f19ecafb3fe8b038e9fbbcea7837e4d45e6572a0f6fa10ddcde44e1148ce052822
-Size (google.golang.org_grpc_@v_v1.67.1.zip) = 2278386 bytes
-BLAKE2s (google.golang.org_protobuf_@v_v0.0.0-20200109180630-ec00e32a8dfd.mod) = ff516c5da80a28067f3b2367f493aa857f3f1818cc25f5306d4a131c6d062f33
-SHA512 (google.golang.org_protobuf_@v_v0.0.0-20200109180630-ec00e32a8dfd.mod) = 3cb3393e78f44d9de80074244756d5e309d19adca15e8313a392b925a687edad46e93c612da1539dc09d0c0072a063eede6f04fbd9e5671059e9857da0f7b1e6
-Size (google.golang.org_protobuf_@v_v0.0.0-20200109180630-ec00e32a8dfd.mod) = 83 bytes
-BLAKE2s (google.golang.org_protobuf_@v_v0.0.0-20200221191635-4d8936d0db64.mod) = 588db22fb62ac2ddb65e57fccde5c19266e9aeda52f4b6d0d20dbe10fa31774c
-SHA512 (google.golang.org_protobuf_@v_v0.0.0-20200221191635-4d8936d0db64.mod) = bf45db2ba4ae10b447c471118551d337125d5432142f5aa4ba964054d09393730c23373e42eb34574ca93f9b1a12364669be13ba7faa7d9908cacb982984d414
-Size (google.golang.org_protobuf_@v_v0.0.0-20200221191635-4d8936d0db64.mod) = 128 bytes
-BLAKE2s (google.golang.org_protobuf_@v_v0.0.0-20200228230310-ab0ca4ff8a60.mod) = 60a90059558ea6e5f8b4153a0584c9101bff2d88a6ffc32232f22794735e6cd3
-SHA512 (google.golang.org_protobuf_@v_v0.0.0-20200228230310-ab0ca4ff8a60.mod) = 7d00ab108b35ba41ed8c6ad54533bbbd967e0cdf39e62cb8914c0c6e4a531c779a28ea3fb2a4a7f6f4af7f3c922246a8d8ec8eabb779758245cedbebfdd97378
-Size (google.golang.org_protobuf_@v_v0.0.0-20200228230310-ab0ca4ff8a60.mod) = 158 bytes
-BLAKE2s (google.golang.org_protobuf_@v_v1.20.1-0.20200309200217-e05f789c0967.mod) = 0eb74fd5e2907e61c97ec94e6d9fb9529915ae2db963654463bc42586cd6d7a9
-SHA512 (google.golang.org_protobuf_@v_v1.20.1-0.20200309200217-e05f789c0967.mod) = 802c0df5ed11f0bb2e221c01152c6339d3634068f89aac760654411884e6b936b031cbfabad57c5add340f9d504edfcd683c77cb0ba7d753e06bc604095257ce
-Size (google.golang.org_protobuf_@v_v1.20.1-0.20200309200217-e05f789c0967.mod) = 128 bytes
-BLAKE2s (google.golang.org_protobuf_@v_v1.21.0.mod) = d8ed4202171afe2b9bccd4118407c7cd3ddbec1f910fd9a4e5519e98d3dab0f2
-SHA512 (google.golang.org_protobuf_@v_v1.21.0.mod) = 4797f4305d5b0159aba0825c0432cc5678cb74e55cd95eb5c42e9879a62db5aefa76c6286a436aee9a31b096193e8a3bc2e67175f0296c9d5eca3d03e98ab2d9
-Size (google.golang.org_protobuf_@v_v1.21.0.mod) = 158 bytes
-BLAKE2s (google.golang.org_protobuf_@v_v1.22.0.mod) = dff3b8ee9faee7ba26655ca9354742e6accebd04732b52a66f7c025adbac256e
-SHA512 (google.golang.org_protobuf_@v_v1.22.0.mod) = dab1668079153e90bea3913c9aae022543d17d61e275e3d0e2ba7dfda3dd8f82642bcfd1e4d4add2b8f4fed342efd66ee6c7d7fe1e65e67e4e62f2d0ffd2387c
-Size (google.golang.org_protobuf_@v_v1.22.0.mod) = 123 bytes
-BLAKE2s (google.golang.org_protobuf_@v_v1.23.0.mod) = dff3b8ee9faee7ba26655ca9354742e6accebd04732b52a66f7c025adbac256e
-SHA512 (google.golang.org_protobuf_@v_v1.23.0.mod) = dab1668079153e90bea3913c9aae022543d17d61e275e3d0e2ba7dfda3dd8f82642bcfd1e4d4add2b8f4fed342efd66ee6c7d7fe1e65e67e4e62f2d0ffd2387c
-Size (google.golang.org_protobuf_@v_v1.23.0.mod) = 123 bytes
-BLAKE2s (google.golang.org_protobuf_@v_v1.23.1-0.20200526195155-81db48ad09cc.mod) = dff3b8ee9faee7ba26655ca9354742e6accebd04732b52a66f7c025adbac256e
-SHA512 (google.golang.org_protobuf_@v_v1.23.1-0.20200526195155-81db48ad09cc.mod) = dab1668079153e90bea3913c9aae022543d17d61e275e3d0e2ba7dfda3dd8f82642bcfd1e4d4add2b8f4fed342efd66ee6c7d7fe1e65e67e4e62f2d0ffd2387c
-Size (google.golang.org_protobuf_@v_v1.23.1-0.20200526195155-81db48ad09cc.mod) = 123 bytes
-BLAKE2s (google.golang.org_protobuf_@v_v1.25.0.mod) = aefdb19b7351937b8c42b4e7dd7be78f321246a84fe3b86c2ed0fedadc26fce0
-SHA512 (google.golang.org_protobuf_@v_v1.25.0.mod) = 1b0e5543fcdbca876b51ed261aa7b8abf09e985e4622111d46378893b7a2bbad882135fc1eb26ebbf97078800f6ad9f2983dd11c62a8aaa2ab1a4f0774585e65
-Size (google.golang.org_protobuf_@v_v1.25.0.mod) = 186 bytes
-BLAKE2s (google.golang.org_protobuf_@v_v1.34.3-0.20240906163944-03df6c145d96.mod) = 0159acda62aff2baa842478a9d56f754ecae0023a866ae611efa4595631b7789
-SHA512 (google.golang.org_protobuf_@v_v1.34.3-0.20240906163944-03df6c145d96.mod) = 6db3e43ea48cfb52d90e0d4648a3a4132dd3758168aa1f165aac5ade29aea6428cd1103c114e38b426726de01e753759bef020532d001f41ba9a2e862838ac5f
-Size (google.golang.org_protobuf_@v_v1.34.3-0.20240906163944-03df6c145d96.mod) = 201 bytes
-BLAKE2s (google.golang.org_protobuf_@v_v1.34.3-0.20240906163944-03df6c145d96.zip) = 36171f95b47fe100ab7e6f86c1d90f0761bee636b271f2402b519a90ed4a20cd
-SHA512 (google.golang.org_protobuf_@v_v1.34.3-0.20240906163944-03df6c145d96.zip) = 752933d9480c490d3944e6bdd41b354c71c87a1e053d2a6dbc895f79319c7a5059468695e30f89ac3a9299c7747598da4ce344544d26bc59d6a158afb2efeeaa
-Size (google.golang.org_protobuf_@v_v1.34.3-0.20240906163944-03df6c145d96.zip) = 1889311 bytes
-BLAKE2s (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 35cd1964700502d06b8c987979fb4dbddc41a5cda3368d037211b89d3587521f
-SHA512 (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2
-Size (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 25 bytes
-BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 17da54ba1894b4653d4c1ab1ae6e9fe03928a96c69cdc8db6b6ea9e34d673991
-SHA512 (gopkg.in_yaml.v3_@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 307ca9123efc577ca04828996ee9d8edbb51794ccb4b8d9f169ba689e7276aa5f6ae106a04b22b7fab853ffacfebcbf74468b64eaefd57445864c1fbc77fad9d
-Size (gopkg.in_yaml.v3_@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 95 bytes
-BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 17da54ba1894b4653d4c1ab1ae6e9fe03928a96c69cdc8db6b6ea9e34d673991
-SHA512 (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 307ca9123efc577ca04828996ee9d8edbb51794ccb4b8d9f169ba689e7276aa5f6ae106a04b22b7fab853ffacfebcbf74468b64eaefd57445864c1fbc77fad9d
-Size (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 95 bytes
-BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 2e80fa896e65b1ae160400012c71aeac70e22a31cac82ec4921c85a93d65774c
-SHA512 (gopkg.in_yaml.v3_@v_v3.0.1.zip) = d57b0d42c71ad6503415e42979b51b0dc7f6344072c728ab2e3d4bab88da7b7d775e7f261868909f990f6b44aed6c533966c97bbe333a0acd65fc8bac9d1d4ff
-Size (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 104623 bytes
-BLAKE2s (honnef.co_go_tools_@v_v0.0.0-20190102054323-c2f93a96b099.mod) = 38e66bb2bbbbabd21beff5a5718735267b1611dbdf7da56c7fb6500d6cb784f1
-SHA512 (honnef.co_go_tools_@v_v0.0.0-20190102054323-c2f93a96b099.mod) = d00ae74b24e7fb3ff351ff68b88e59636153bbcf92b36e81e91556e3e75a7ccfb08ce471f757f92fd7612378944de3d7309c73923812e2df6a26b74e999ca9ce
-Size (honnef.co_go_tools_@v_v0.0.0-20190102054323-c2f93a96b099.mod) = 26 bytes
-BLAKE2s (honnef.co_go_tools_@v_v0.0.0-20190523083050-ea95bdfd59fc.mod) = 38e66bb2bbbbabd21beff5a5718735267b1611dbdf7da56c7fb6500d6cb784f1
-SHA512 (honnef.co_go_tools_@v_v0.0.0-20190523083050-ea95bdfd59fc.mod) = d00ae74b24e7fb3ff351ff68b88e59636153bbcf92b36e81e91556e3e75a7ccfb08ce471f757f92fd7612378944de3d7309c73923812e2df6a26b74e999ca9ce
-Size (honnef.co_go_tools_@v_v0.0.0-20190523083050-ea95bdfd59fc.mod) = 26 bytes
-BLAKE2s (pluginrpc.com_pluginrpc_@v_v0.5.0.mod) = 4853e0492cc1106aa9de58ed5690f7edcb73019e0d7c776044b5b2040670ead4
-SHA512 (pluginrpc.com_pluginrpc_@v_v0.5.0.mod) = fee1cfd2f80b5b32ed34c89cc2d8b20d0938262261821c8485aaf62bf73d9579e34940052fa7a9e6935d3b7b761dcd01028b6912ef32fe4484b8532297b8f27c
-Size (pluginrpc.com_pluginrpc_@v_v0.5.0.mod) = 602 bytes
-BLAKE2s (pluginrpc.com_pluginrpc_@v_v0.5.0.zip) = 14979d0e7bcf3d7c56f2ce04cb0a8a6e699a4bfcbd075937e3cc81d698918a76
-SHA512 (pluginrpc.com_pluginrpc_@v_v0.5.0.zip) = 9d873f0c27e2b8bf4eba128331c904a849c4c6d6a931772a727fc77747d3237b49ac300ecd073ec2177cbcf790846201543b03c5bbcd34d969282f9422c78c89
-Size (pluginrpc.com_pluginrpc_@v_v0.5.0.zip) = 65423 bytes
-SHA1 (patch-go.mod) = 1d9b5c5751f4f3bbe87594ffb6f402cd2222601b
-SHA1 (patch-kernel_unix.go) = 68c4fde2ab5fa23bbd8b893a8c83d4b5a15a72cf
-SHA1 (patch-layer_unix.go) = 67fa21d9bf37a4369ebd66a7b87556b187facd51
diff --git a/buf/go-modules.mk b/buf/go-modules.mk
deleted file mode 100644
index 253acb6cea..0000000000
--- a/buf/go-modules.mk
+++ /dev/null
@@ -1,369 +0,0 @@
-# $NetBSD$
-
-GO_MODULE_FILES+= buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go/@v/v1.34.2-20240928190436-5e8abcfd7a7e.2.mod
-GO_MODULE_FILES+= buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go/@v/v1.34.2-20240928190436-5e8abcfd7a7e.2.zip
-GO_MODULE_FILES+= buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go/@v/v1.34.2-20240920164238-5a7b106cbb87.2.mod
-GO_MODULE_FILES+= buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go/@v/v1.34.2-20240920164238-5a7b106cbb87.2.zip
-GO_MODULE_FILES+= buf.build/gen/go/bufbuild/registry/connectrpc/go/@v/v1.17.0-20240925012807-1610ffa05635.1.mod
-GO_MODULE_FILES+= buf.build/gen/go/bufbuild/registry/connectrpc/go/@v/v1.17.0-20240925012807-1610ffa05635.1.zip
-GO_MODULE_FILES+= buf.build/gen/go/bufbuild/registry/protocolbuffers/go/@v/v1.34.2-20240925012807-1610ffa05635.2.mod
-GO_MODULE_FILES+= buf.build/gen/go/bufbuild/registry/protocolbuffers/go/@v/v1.34.2-20240925012807-1610ffa05635.2.zip
-GO_MODULE_FILES+= buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go/@v/v1.34.2-20240828222655-5345c0a56177.2.mod
-GO_MODULE_FILES+= buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go/@v/v1.34.2-20240828222655-5345c0a56177.2.zip
-GO_MODULE_FILES+= buf.build/go/bufplugin/@v/v0.5.0.mod
-GO_MODULE_FILES+= buf.build/go/bufplugin/@v/v0.5.0.zip
-GO_MODULE_FILES+= buf.build/go/protoyaml/@v/v0.2.0.mod
-GO_MODULE_FILES+= buf.build/go/protoyaml/@v/v0.2.0.zip
-GO_MODULE_FILES+= buf.build/go/spdx/@v/v0.2.0.mod
-GO_MODULE_FILES+= buf.build/go/spdx/@v/v0.2.0.zip
-GO_MODULE_FILES+= cloud.google.com/go/@v/v0.26.0.mod
-GO_MODULE_FILES+= connectrpc.com/connect/@v/v1.17.0.mod
-GO_MODULE_FILES+= connectrpc.com/connect/@v/v1.17.0.zip
-GO_MODULE_FILES+= connectrpc.com/otelconnect/@v/v0.7.1.mod
-GO_MODULE_FILES+= connectrpc.com/otelconnect/@v/v0.7.1.zip
-GO_MODULE_FILES+= github.com/!azure/go-ansiterm/@v/v0.0.0-20230124172434-306776ec8161.mod
-GO_MODULE_FILES+= github.com/!azure/go-ansiterm/@v/v0.0.0-20230124172434-306776ec8161.zip
-GO_MODULE_FILES+= github.com/!burnt!sushi/toml/@v/v0.3.1.mod
-GO_MODULE_FILES+= github.com/!microsoft/go-winio/@v/v0.6.2.mod
-GO_MODULE_FILES+= github.com/!microsoft/go-winio/@v/v0.6.2.zip
-GO_MODULE_FILES+= github.com/!microsoft/hcsshim/@v/v0.12.7.mod
-GO_MODULE_FILES+= github.com/!microsoft/hcsshim/@v/v0.12.7.zip
-GO_MODULE_FILES+= github.com/antlr4-go/antlr/v4/@v/v4.13.1.mod
-GO_MODULE_FILES+= github.com/antlr4-go/antlr/v4/@v/v4.13.1.zip
-GO_MODULE_FILES+= github.com/bufbuild/protocompile/@v/v0.14.1.mod
-GO_MODULE_FILES+= github.com/bufbuild/protocompile/@v/v0.14.1.zip
-GO_MODULE_FILES+= github.com/bufbuild/protoplugin/@v/v0.0.0-20240911180120-7bb73e41a54a.mod
-GO_MODULE_FILES+= github.com/bufbuild/protoplugin/@v/v0.0.0-20240911180120-7bb73e41a54a.zip
-GO_MODULE_FILES+= github.com/bufbuild/protovalidate-go/@v/v0.7.2.mod
-GO_MODULE_FILES+= github.com/bufbuild/protovalidate-go/@v/v0.7.2.zip
-GO_MODULE_FILES+= github.com/census-instrumentation/opencensus-proto/@v/v0.2.1.mod
-GO_MODULE_FILES+= github.com/chromedp/cdproto/@v/v0.0.0-20230802225258-3cf4e6d46a89.mod
-GO_MODULE_FILES+= github.com/chromedp/chromedp/@v/v0.9.2.mod
-GO_MODULE_FILES+= github.com/chromedp/sysutil/@v/v1.0.0.mod
-GO_MODULE_FILES+= github.com/chzyer/logex/@v/v1.1.10.mod
-GO_MODULE_FILES+= github.com/chzyer/logex/@v/v1.2.1.mod
-GO_MODULE_FILES+= github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.mod
-GO_MODULE_FILES+= github.com/chzyer/readline/@v/v1.5.1.mod
-GO_MODULE_FILES+= github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.mod
-GO_MODULE_FILES+= github.com/chzyer/test/@v/v1.0.0.mod
-GO_MODULE_FILES+= github.com/client9/misspell/@v/v0.3.4.mod
-GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20191209042840-269d4d468f6f.mod
-GO_MODULE_FILES+= github.com/containerd/cgroups/v3/@v/v3.0.3.mod
-GO_MODULE_FILES+= github.com/containerd/cgroups/v3/@v/v3.0.3.zip
-GO_MODULE_FILES+= github.com/containerd/containerd/@v/v1.7.22.mod
-GO_MODULE_FILES+= github.com/containerd/containerd/@v/v1.7.22.zip
-GO_MODULE_FILES+= github.com/containerd/continuity/@v/v0.4.3.mod
-GO_MODULE_FILES+= github.com/containerd/continuity/@v/v0.4.3.zip
-GO_MODULE_FILES+= github.com/containerd/errdefs/@v/v0.2.0.mod
-GO_MODULE_FILES+= github.com/containerd/errdefs/@v/v0.2.0.zip
-GO_MODULE_FILES+= github.com/containerd/log/@v/v0.1.0.mod
-GO_MODULE_FILES+= github.com/containerd/log/@v/v0.1.0.zip
-GO_MODULE_FILES+= github.com/containerd/platforms/@v/v0.2.1.mod
-GO_MODULE_FILES+= github.com/containerd/platforms/@v/v0.2.1.zip
-GO_MODULE_FILES+= github.com/containerd/stargz-snapshotter/estargz/@v/v0.15.1.mod
-GO_MODULE_FILES+= github.com/containerd/stargz-snapshotter/estargz/@v/v0.15.1.zip
-GO_MODULE_FILES+= github.com/containerd/ttrpc/@v/v1.2.5.mod
-GO_MODULE_FILES+= github.com/containerd/ttrpc/@v/v1.2.5.zip
-GO_MODULE_FILES+= github.com/containerd/typeurl/v2/@v/v2.2.0.mod
-GO_MODULE_FILES+= github.com/containerd/typeurl/v2/@v/v2.2.0.zip
-GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.4.mod
-GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.5.mod
-GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.5.zip
-GO_MODULE_FILES+= github.com/davecgh/go-spew/@v/v1.1.0.mod
-GO_MODULE_FILES+= github.com/davecgh/go-spew/@v/v1.1.1.mod
-GO_MODULE_FILES+= github.com/davecgh/go-spew/@v/v1.1.1.zip
-GO_MODULE_FILES+= github.com/distribution/reference/@v/v0.6.0.mod
-GO_MODULE_FILES+= github.com/distribution/reference/@v/v0.6.0.zip
-GO_MODULE_FILES+= github.com/docker/cli/@v/v27.3.1+incompatible.mod
-GO_MODULE_FILES+= github.com/docker/cli/@v/v27.3.1+incompatible.zip
-GO_MODULE_FILES+= github.com/docker/distribution/@v/v2.8.3+incompatible.mod
-GO_MODULE_FILES+= github.com/docker/distribution/@v/v2.8.3+incompatible.zip
-GO_MODULE_FILES+= github.com/docker/docker-credential-helpers/@v/v0.8.2.mod
-GO_MODULE_FILES+= github.com/docker/docker-credential-helpers/@v/v0.8.2.zip
-GO_MODULE_FILES+= github.com/docker/docker/@v/v27.3.1+incompatible.mod
-GO_MODULE_FILES+= github.com/docker/docker/@v/v27.3.1+incompatible.zip
-GO_MODULE_FILES+= github.com/docker/go-connections/@v/v0.5.0.mod
-GO_MODULE_FILES+= github.com/docker/go-connections/@v/v0.5.0.zip
-GO_MODULE_FILES+= github.com/docker/go-units/@v/v0.5.0.mod
-GO_MODULE_FILES+= github.com/docker/go-units/@v/v0.5.0.zip
-GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.0.mod
-GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.1-0.20191026205805-5f8ba28d4473.mod
-GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.4.mod
-GO_MODULE_FILES+= github.com/envoyproxy/protoc-gen-validate/@v/v0.1.0.mod
-GO_MODULE_FILES+= github.com/felixge/fgprof/@v/v0.9.3.mod
-GO_MODULE_FILES+= github.com/felixge/fgprof/@v/v0.9.5.mod
-GO_MODULE_FILES+= github.com/felixge/fgprof/@v/v0.9.5.zip
-GO_MODULE_FILES+= github.com/felixge/httpsnoop/@v/v1.0.4.mod
-GO_MODULE_FILES+= github.com/felixge/httpsnoop/@v/v1.0.4.zip
-GO_MODULE_FILES+= github.com/go-chi/chi/v5/@v/v5.1.0.mod
-GO_MODULE_FILES+= github.com/go-chi/chi/v5/@v/v5.1.0.zip
-GO_MODULE_FILES+= github.com/go-logr/logr/@v/v1.2.2.mod
-GO_MODULE_FILES+= github.com/go-logr/logr/@v/v1.4.2.mod
-GO_MODULE_FILES+= github.com/go-logr/logr/@v/v1.4.2.zip
-GO_MODULE_FILES+= github.com/go-logr/stdr/@v/v1.2.2.mod
-GO_MODULE_FILES+= github.com/go-logr/stdr/@v/v1.2.2.zip
-GO_MODULE_FILES+= github.com/go-task/slim-sprig/v3/@v/v3.0.0.mod
-GO_MODULE_FILES+= github.com/go-task/slim-sprig/v3/@v/v3.0.0.zip
-GO_MODULE_FILES+= github.com/gobwas/httphead/@v/v0.1.0.mod
-GO_MODULE_FILES+= github.com/gobwas/pool/@v/v0.2.1.mod
-GO_MODULE_FILES+= github.com/gobwas/ws/@v/v1.2.1.mod
-GO_MODULE_FILES+= github.com/gofrs/flock/@v/v0.12.1.mod
-GO_MODULE_FILES+= github.com/gofrs/flock/@v/v0.12.1.zip
-GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.3.2.mod
-GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.3.2.zip
-GO_MODULE_FILES+= github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.mod
-GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20200121045136-8c9f03a8e57e.mod
-GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20210331224755-41bb18bfe9da.mod
-GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20210331224755-41bb18bfe9da.zip
-GO_MODULE_FILES+= github.com/golang/mock/@v/v1.1.1.mod
-GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.2.0.mod
-GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.3.2.mod
-GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.0-rc.1.0.20200221234624-67d41d38c208.mod
-GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.0-rc.1.mod
-GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.0-rc.2.mod
-GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.0-rc.4.0.20200313231945-b860323f09d0.mod
-GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.0.mod
-GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.1.mod
-GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.3.mod
-GO_MODULE_FILES+= github.com/google/cel-go/@v/v0.21.0.mod
-GO_MODULE_FILES+= github.com/google/cel-go/@v/v0.21.0.zip
-GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.2.0.mod
-GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.3.0.mod
-GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.3.1.mod
-GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.4.0.mod
-GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.0.mod
-GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.3.mod
-GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.6.0.mod
-GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.6.0.zip
-GO_MODULE_FILES+= github.com/google/go-containerregistry/@v/v0.20.2.mod
-GO_MODULE_FILES+= github.com/google/go-containerregistry/@v/v0.20.2.zip
-GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20211214055906-6f57359322fd.mod
-GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20240227163752-401108e1b7e7.mod
-GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20241001023024-f4c0cfd0cf1d.mod
-GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20241001023024-f4c0cfd0cf1d.zip
-GO_MODULE_FILES+= github.com/google/uuid/@v/v1.1.2.mod
-GO_MODULE_FILES+= github.com/google/uuid/@v/v1.6.0.mod
-GO_MODULE_FILES+= github.com/google/uuid/@v/v1.6.0.zip
-GO_MODULE_FILES+= github.com/ianlancetaylor/demangle/@v/v0.0.0-20210905161508-09a460cdf81d.mod
-GO_MODULE_FILES+= github.com/ianlancetaylor/demangle/@v/v0.0.0-20230524184225-eabc099b10ab.mod
-GO_MODULE_FILES+= github.com/inconshreveable/mousetrap/@v/v1.1.0.mod
-GO_MODULE_FILES+= github.com/inconshreveable/mousetrap/@v/v1.1.0.zip
-GO_MODULE_FILES+= github.com/jdx/go-netrc/@v/v1.0.0.mod
-GO_MODULE_FILES+= github.com/jdx/go-netrc/@v/v1.0.0.zip
-GO_MODULE_FILES+= github.com/jhump/protoreflect/v2/@v/v2.0.0-beta.2.mod
-GO_MODULE_FILES+= github.com/jhump/protoreflect/v2/@v/v2.0.0-beta.2.zip
-GO_MODULE_FILES+= github.com/josharian/intern/@v/v1.0.0.mod
-GO_MODULE_FILES+= github.com/kisielk/errcheck/@v/v1.5.0.mod
-GO_MODULE_FILES+= github.com/kisielk/gotool/@v/v1.0.0.mod
-GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.17.10.mod
-GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.17.10.zip
-GO_MODULE_FILES+= github.com/klauspost/pgzip/@v/v1.2.6.mod
-GO_MODULE_FILES+= github.com/klauspost/pgzip/@v/v1.2.6.zip
-GO_MODULE_FILES+= github.com/ledongthuc/pdf/@v/v0.0.0-20220302134840-0c2507a12d80.mod
-GO_MODULE_FILES+= github.com/mailru/easyjson/@v/v0.7.7.mod
-GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.20.mod
-GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.20.zip
-GO_MODULE_FILES+= github.com/mitchellh/go-homedir/@v/v1.1.0.mod
-GO_MODULE_FILES+= github.com/mitchellh/go-homedir/@v/v1.1.0.zip
-GO_MODULE_FILES+= github.com/moby/docker-image-spec/@v/v1.3.1.mod
-GO_MODULE_FILES+= github.com/moby/docker-image-spec/@v/v1.3.1.zip
-GO_MODULE_FILES+= github.com/moby/locker/@v/v1.0.1.mod
-GO_MODULE_FILES+= github.com/moby/locker/@v/v1.0.1.zip
-GO_MODULE_FILES+= github.com/moby/patternmatcher/@v/v0.6.0.mod
-GO_MODULE_FILES+= github.com/moby/patternmatcher/@v/v0.6.0.zip
-GO_MODULE_FILES+= github.com/moby/sys/mount/@v/v0.3.4.mod
-GO_MODULE_FILES+= github.com/moby/sys/mount/@v/v0.3.4.zip
-GO_MODULE_FILES+= github.com/moby/sys/mountinfo/@v/v0.7.2.mod
-GO_MODULE_FILES+= github.com/moby/sys/mountinfo/@v/v0.7.2.zip
-GO_MODULE_FILES+= github.com/moby/sys/sequential/@v/v0.6.0.mod
-GO_MODULE_FILES+= github.com/moby/sys/sequential/@v/v0.6.0.zip
-GO_MODULE_FILES+= github.com/moby/sys/user/@v/v0.3.0.mod
-GO_MODULE_FILES+= github.com/moby/sys/user/@v/v0.3.0.zip
-GO_MODULE_FILES+= github.com/moby/sys/userns/@v/v0.1.0.mod
-GO_MODULE_FILES+= github.com/moby/sys/userns/@v/v0.1.0.zip
-GO_MODULE_FILES+= github.com/moby/term/@v/v0.5.0.mod
-GO_MODULE_FILES+= github.com/moby/term/@v/v0.5.0.zip
-GO_MODULE_FILES+= github.com/morikuni/aec/@v/v1.0.0.mod
-GO_MODULE_FILES+= github.com/morikuni/aec/@v/v1.0.0.zip
-GO_MODULE_FILES+= github.com/onsi/ginkgo/v2/@v/v2.20.2.mod
-GO_MODULE_FILES+= github.com/onsi/ginkgo/v2/@v/v2.20.2.zip
-GO_MODULE_FILES+= github.com/opencontainers/go-digest/@v/v1.0.0.mod
-GO_MODULE_FILES+= github.com/opencontainers/go-digest/@v/v1.0.0.zip
-GO_MODULE_FILES+= github.com/opencontainers/image-spec/@v/v1.1.0.mod
-GO_MODULE_FILES+= github.com/opencontainers/image-spec/@v/v1.1.0.zip
-GO_MODULE_FILES+= github.com/opencontainers/runtime-spec/@v/v1.2.0.mod
-GO_MODULE_FILES+= github.com/opencontainers/runtime-spec/@v/v1.2.0.zip
-GO_MODULE_FILES+= github.com/orisano/pixelmatch/@v/v0.0.0-20220722002657-fb0b55479cde.mod
-GO_MODULE_FILES+= github.com/pkg/browser/@v/v0.0.0-20240102092130-5ac0b6a4141c.mod
-GO_MODULE_FILES+= github.com/pkg/browser/@v/v0.0.0-20240102092130-5ac0b6a4141c.zip
-GO_MODULE_FILES+= github.com/pkg/errors/@v/v0.9.1.mod
-GO_MODULE_FILES+= github.com/pkg/errors/@v/v0.9.1.zip
-GO_MODULE_FILES+= github.com/pkg/profile/@v/v1.7.0.mod
-GO_MODULE_FILES+= github.com/pkg/profile/@v/v1.7.0.zip
-GO_MODULE_FILES+= github.com/pmezard/go-difflib/@v/v1.0.0.mod
-GO_MODULE_FILES+= github.com/pmezard/go-difflib/@v/v1.0.0.zip
-GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.0.0-20190812154241-14fe0d1b01d4.mod
-GO_MODULE_FILES+= github.com/quic-go/qpack/@v/v0.5.1.mod
-GO_MODULE_FILES+= github.com/quic-go/qpack/@v/v0.5.1.zip
-GO_MODULE_FILES+= github.com/quic-go/quic-go/@v/v0.47.0.mod
-GO_MODULE_FILES+= github.com/quic-go/quic-go/@v/v0.47.0.zip
-GO_MODULE_FILES+= github.com/rs/cors/@v/v1.11.1.mod
-GO_MODULE_FILES+= github.com/rs/cors/@v/v1.11.1.zip
-GO_MODULE_FILES+= github.com/russross/blackfriday/v2/@v/v2.1.0.mod
-GO_MODULE_FILES+= github.com/russross/blackfriday/v2/@v/v2.1.0.zip
-GO_MODULE_FILES+= github.com/segmentio/asm/@v/v1.2.0.mod
-GO_MODULE_FILES+= github.com/segmentio/asm/@v/v1.2.0.zip
-GO_MODULE_FILES+= github.com/segmentio/encoding/@v/v0.4.0.mod
-GO_MODULE_FILES+= github.com/segmentio/encoding/@v/v0.4.0.zip
-GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.9.3.mod
-GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.9.3.zip
-GO_MODULE_FILES+= github.com/spf13/cobra/@v/v1.8.1.mod
-GO_MODULE_FILES+= github.com/spf13/cobra/@v/v1.8.1.zip
-GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.5.mod
-GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.5.zip
-GO_MODULE_FILES+= github.com/stoewer/go-strcase/@v/v1.3.0.mod
-GO_MODULE_FILES+= github.com/stoewer/go-strcase/@v/v1.3.0.zip
-GO_MODULE_FILES+= github.com/stretchr/objx/@v/v0.1.0.mod
-GO_MODULE_FILES+= github.com/stretchr/objx/@v/v0.4.0.mod
-GO_MODULE_FILES+= github.com/stretchr/objx/@v/v0.5.0.mod
-GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.7.0.mod
-GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.7.1.mod
-GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.8.0.mod
-GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.8.1.mod
-GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.9.0.mod
-GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.9.0.zip
-GO_MODULE_FILES+= github.com/tetratelabs/wazero/@v/v1.8.1.mod
-GO_MODULE_FILES+= github.com/tetratelabs/wazero/@v/v1.8.1.zip
-GO_MODULE_FILES+= github.com/vbatts/tar-split/@v/v0.11.6.mod
-GO_MODULE_FILES+= github.com/vbatts/tar-split/@v/v0.11.6.zip
-GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.1.27.mod
-GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.2.1.mod
-GO_MODULE_FILES+= go.lsp.dev/jsonrpc2/@v/v0.10.0.mod
-GO_MODULE_FILES+= go.lsp.dev/jsonrpc2/@v/v0.10.0.zip
-GO_MODULE_FILES+= go.lsp.dev/pkg/@v/v0.0.0-20210717090340-384b27a52fb2.mod
-GO_MODULE_FILES+= go.lsp.dev/pkg/@v/v0.0.0-20210717090340-384b27a52fb2.zip
-GO_MODULE_FILES+= go.lsp.dev/protocol/@v/v0.12.0.mod
-GO_MODULE_FILES+= go.lsp.dev/protocol/@v/v0.12.0.zip
-GO_MODULE_FILES+= go.lsp.dev/uri/@v/v0.3.0.mod
-GO_MODULE_FILES+= go.lsp.dev/uri/@v/v0.3.0.zip
-GO_MODULE_FILES+= go.opencensus.io/@v/v0.24.0.mod
-GO_MODULE_FILES+= go.opencensus.io/@v/v0.24.0.zip
-GO_MODULE_FILES+= go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.55.0.mod
-GO_MODULE_FILES+= go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.55.0.zip
-GO_MODULE_FILES+= go.opentelemetry.io/otel/@v/v1.30.0.mod
-GO_MODULE_FILES+= go.opentelemetry.io/otel/@v/v1.30.0.zip
-GO_MODULE_FILES+= go.opentelemetry.io/otel/metric/@v/v1.30.0.mod
-GO_MODULE_FILES+= go.opentelemetry.io/otel/metric/@v/v1.30.0.zip
-GO_MODULE_FILES+= go.opentelemetry.io/otel/trace/@v/v1.30.0.mod
-GO_MODULE_FILES+= go.opentelemetry.io/otel/trace/@v/v1.30.0.zip
-GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.11.0.mod
-GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.11.0.zip
-GO_MODULE_FILES+= go.uber.org/mock/@v/v0.4.0.mod
-GO_MODULE_FILES+= go.uber.org/mock/@v/v0.4.0.zip
-GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.11.0.mod
-GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.11.0.zip
-GO_MODULE_FILES+= go.uber.org/zap/@v/v1.27.0.mod
-GO_MODULE_FILES+= go.uber.org/zap/@v/v1.27.0.zip
-GO_MODULE_FILES+= go.uber.org/zap/exp/@v/v0.1.1-0.20240913022758-ede8e1888f83.mod
-GO_MODULE_FILES+= go.uber.org/zap/exp/@v/v0.1.1-0.20240913022758-ede8e1888f83.zip
-GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190308221718-c2843e01d9a2.mod
-GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20191011191535-87dc89f01550.mod
-GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20200622213623-75b288015ac9.mod
-GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.28.0.mod
-GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.28.0.zip
-GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.mod
-GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20241004190924-225e2abe05e6.mod
-GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20241004190924-225e2abe05e6.zip
-GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20181026193005-c67002cb31c3.mod
-GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190227174305-5b3e6a55c961.mod
-GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190313153728-d0100b6bd8b3.mod
-GO_MODULE_FILES+= golang.org/x/mod/@v/v0.2.0.mod
-GO_MODULE_FILES+= golang.org/x/mod/@v/v0.21.0.mod
-GO_MODULE_FILES+= golang.org/x/mod/@v/v0.21.0.zip
-GO_MODULE_FILES+= golang.org/x/mod/@v/v0.3.0.mod
-GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180724234803-3673e40ba225.mod
-GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180826012351-8a410e7b638d.mod
-GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190213061140-3a22650c66bd.mod
-GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190311183353-d8887717615a.mod
-GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190404232315-eb5bcb51f2a3.mod
-GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190620200207-3b0461eec859.mod
-GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200226121028-0de0cce0169b.mod
-GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201021035429-f5854403a974.mod
-GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201110031124-69a78807bb2b.mod
-GO_MODULE_FILES+= golang.org/x/net/@v/v0.30.0.mod
-GO_MODULE_FILES+= golang.org/x/net/@v/v0.30.0.zip
-GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20180821212333-d2e6202438be.mod
-GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20180314180146-1d60e4601c6f.mod
-GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20181108010431-42b317875d0f.mod
-GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20190423024810-112230192c58.mod
-GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20190911185100-cd5d95a43a6e.mod
-GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20201020160332-67f06af15bc9.mod
-GO_MODULE_FILES+= golang.org/x/sync/@v/v0.8.0.mod
-GO_MODULE_FILES+= golang.org/x/sync/@v/v0.8.0.zip
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20180830151530-49385e6e1522.mod
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190215142949-d0b11bdaac8a.mod
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190412213103-97732733099d.mod
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200930185726-fdedc70b468f.mod
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210616094352-59db8d763f22.mod
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211007075335-d3039528d8ac.mod
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20220310020820-b874c991c1a5.mod
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.1.0.mod
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.26.0.mod
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.26.0.zip
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.6.0.mod
-GO_MODULE_FILES+= golang.org/x/term/@v/v0.25.0.mod
-GO_MODULE_FILES+= golang.org/x/term/@v/v0.25.0.zip
-GO_MODULE_FILES+= golang.org/x/text/@v/v0.19.0.mod
-GO_MODULE_FILES+= golang.org/x/text/@v/v0.19.0.zip
-GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.0.mod
-GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.3.mod
-GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod
-GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190114222345-bf090417da8b.mod
-GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190226205152-f727befe758c.mod
-GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190311212946-11955173bddd.mod
-GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190524140312-2c0ae7006135.mod
-GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191119224855-298f0cb1881e.mod
-GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200619180055-7c47624df98f.mod
-GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20210106214847-113979e3529a.mod
-GO_MODULE_FILES+= golang.org/x/tools/@v/v0.26.0.mod
-GO_MODULE_FILES+= golang.org/x/tools/@v/v0.26.0.zip
-GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20190717185122-a985d3407aa7.mod
-GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191011141410-1b5146add898.mod
-GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.mod
-GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20200804184101-5ec99f83aff1.mod
-GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.1.0.mod
-GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.4.0.mod
-GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20180817151627-c66870c02cf8.mod
-GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190819201941-24fa4b261c55.mod
-GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200526211855-cb27e3aa2013.mod
-GO_MODULE_FILES+= google.golang.org/genproto/googleapis/api/@v/v0.0.0-20240930140551-af27646dc61f.mod
-GO_MODULE_FILES+= google.golang.org/genproto/googleapis/api/@v/v0.0.0-20240930140551-af27646dc61f.zip
-GO_MODULE_FILES+= google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20240930140551-af27646dc61f.mod
-GO_MODULE_FILES+= google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20240930140551-af27646dc61f.zip
-GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.19.0.mod
-GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.23.0.mod
-GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.25.1.mod
-GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.27.0.mod
-GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.33.2.mod
-GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.67.1.mod
-GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.67.1.zip
-GO_MODULE_FILES+= google.golang.org/protobuf/@v/v0.0.0-20200109180630-ec00e32a8dfd.mod
-GO_MODULE_FILES+= google.golang.org/protobuf/@v/v0.0.0-20200221191635-4d8936d0db64.mod
-GO_MODULE_FILES+= google.golang.org/protobuf/@v/v0.0.0-20200228230310-ab0ca4ff8a60.mod
-GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.20.1-0.20200309200217-e05f789c0967.mod
-GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.21.0.mod
-GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.22.0.mod
-GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.23.0.mod
-GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.23.1-0.20200526195155-81db48ad09cc.mod
-GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.25.0.mod
-GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.34.3-0.20240906163944-03df6c145d96.mod
-GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.34.3-0.20240906163944-03df6c145d96.zip
-GO_MODULE_FILES+= gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod
-GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod
-GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.1.mod
-GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.1.zip
-GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.0-20190102054323-c2f93a96b099.mod
-GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.0-20190523083050-ea95bdfd59fc.mod
-GO_MODULE_FILES+= pluginrpc.com/pluginrpc/@v/v0.5.0.mod
-GO_MODULE_FILES+= pluginrpc.com/pluginrpc/@v/v0.5.0.zip
diff --git a/buf/patches/patch-go.mod b/buf/patches/patch-go.mod
deleted file mode 100644
index de18a00d80..0000000000
--- a/buf/patches/patch-go.mod
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
-Use the copy of docker/docker we extracted with GO_MODULE_EXTRACT
-and patched.
-
---- go.mod.orig 2024-10-08 19:19:09.000000000 +0000
-+++ go.mod
-@@ -125,3 +125,5 @@ require (
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240930140551-af27646dc61f // indirect
- google.golang.org/grpc v1.67.1 // indirect
- )
-+
-+replace github.com/docker/docker => ../github.com/docker/docker@v27.3.1+incompatible
diff --git a/buf/patches/patch-kernel_unix.go b/buf/patches/patch-kernel_unix.go
deleted file mode 100644
index 6e64ead759..0000000000
--- a/buf/patches/patch-kernel_unix.go
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
-NetBSD support
-
---- ../github.com/docker/docker@v27.3.1+incompatible/pkg/parsers/kernel/kernel_unix.go.orig 2025-09-07 01:54:06.242291399 +0000
-+++ ../github.com/docker/docker@v27.3.1+incompatible/pkg/parsers/kernel/kernel_unix.go
-@@ -1,4 +1,4 @@
--//go:build linux || freebsd || openbsd
-+//go:build linux || freebsd || openbsd || netbsd
-
- package kernel // import "github.com/docker/docker/pkg/parsers/kernel"
-
diff --git a/buf/patches/patch-layer_unix.go b/buf/patches/patch-layer_unix.go
deleted file mode 100644
index 7875a786c1..0000000000
--- a/buf/patches/patch-layer_unix.go
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
-NetBSD support
-
---- ../github.com/docker/docker@v27.3.1+incompatible/layer/layer_unix.go.orig 2025-09-07 01:54:15.368620593 +0000
-+++ ../github.com/docker/docker@v27.3.1+incompatible/layer/layer_unix.go
-@@ -1,4 +1,4 @@
--//go:build linux || freebsd || darwin || openbsd
-+//go:build linux || freebsd || darwin || openbsd || netbsd
-
- package layer // import "github.com/docker/docker/layer"
-
diff --git a/py-awscli2/COMMIT_MSG b/py-awscli2/COMMIT_MSG
deleted file mode 100644
index 71628b51a1..0000000000
--- a/py-awscli2/COMMIT_MSG
+++ /dev/null
@@ -1,3 +0,0 @@
-py-awscli2: New package for version 2 of AWS CLI
-
-This package provides a unified command line interface to Amazon Web Services.
diff --git a/py-awscli2/DESCR b/py-awscli2/DESCR
deleted file mode 100644
index 020743233d..0000000000
--- a/py-awscli2/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-This package provides a unified command line interface to Amazon Web Services.
diff --git a/py-awscli2/Makefile b/py-awscli2/Makefile
deleted file mode 100644
index 0fd006ceaa..0000000000
--- a/py-awscli2/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.74 2025/04/15 08:00:41 adam Exp $
-
-DISTNAME= awscli2-2.28.25
-GITHUB_PROJECT= aws-cli
-GITHUB_TAG= ${PKGVERSION_NOREV}
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= net python
-MASTER_SITES= ${MASTER_SITE_GITHUB:=aws/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://aws.amazon.com/cli/
-COMMENT= Universal Command Line Interface for Amazon Web Services
-LICENSE= apache-2.0
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-botocore>=1.37.34:../../net/py-botocore
-DEPENDS+= ${PYPKGPREFIX}-colorama>=0.3.2:../../comms/py-colorama
-DEPENDS+= ${PYPKGPREFIX}-docutils>=0.10:../../textproc/py-docutils
-DEPENDS+= ${PYPKGPREFIX}-rsa>=3.1.2:../../security/py-rsa
-DEPENDS+= ${PYPKGPREFIX}-s3transfer>=0.11.0:../../net/py-s3transfer
-DEPENDS+= ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
-DEPENDS+= ${PYPKGPREFIX}-awscrt-0.27.6{,nb*}:../../wip/py-awscrt
-DEPENDS+= ${PYPKGPREFIX}-ruamel-base-[0-9]*:../../devel/py-ruamel-base
-DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml-[0-9]*:../../devel/py-ruamel-yaml
-DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit-[0-9]*:../../devel/py-prompt_toolkit
-DEPENDS+= ${PYPKGPREFIX}-distro-[0-9]*:../../devel/py-distro
-
-USE_LANGUAGES= # none
-
-PYTHON_SELF_CONFLICT= yes
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-awscli2/PLIST b/py-awscli2/PLIST
deleted file mode 100644
index 7c45ce6524..0000000000
--- a/py-awscli2/PLIST
+++ /dev/null
@@ -1,8646 +0,0 @@
-@comment $NetBSD$
-bin/aws
-bin/aws.cmd
-bin/aws_bash_completer
-bin/aws_completer
-bin/aws_zsh_completer.sh
-${PYSITELIB}/awscli-${PKGVERSION}.dist-info/METADATA
-${PYSITELIB}/awscli-${PKGVERSION}.dist-info/RECORD
-${PYSITELIB}/awscli-${PKGVERSION}.dist-info/WHEEL
-${PYSITELIB}/awscli-${PKGVERSION}.dist-info/licenses/LICENSE.txt
-${PYSITELIB}/awscli/__init__.py
-${PYSITELIB}/awscli/__init__.pyc
-${PYSITELIB}/awscli/__init__.pyo
-${PYSITELIB}/awscli/__main__.py
-${PYSITELIB}/awscli/__main__.pyc
-${PYSITELIB}/awscli/__main__.pyo
-${PYSITELIB}/awscli/alias.py
-${PYSITELIB}/awscli/alias.pyc
-${PYSITELIB}/awscli/alias.pyo
-${PYSITELIB}/awscli/argparser.py
-${PYSITELIB}/awscli/argparser.pyc
-${PYSITELIB}/awscli/argparser.pyo
-${PYSITELIB}/awscli/argprocess.py
-${PYSITELIB}/awscli/argprocess.pyc
-${PYSITELIB}/awscli/argprocess.pyo
-${PYSITELIB}/awscli/arguments.py
-${PYSITELIB}/awscli/arguments.pyc
-${PYSITELIB}/awscli/arguments.pyo
-${PYSITELIB}/awscli/autocomplete/__init__.py
-${PYSITELIB}/awscli/autocomplete/__init__.pyc
-${PYSITELIB}/awscli/autocomplete/__init__.pyo
-${PYSITELIB}/awscli/autocomplete/autogen.py
-${PYSITELIB}/awscli/autocomplete/autogen.pyc
-${PYSITELIB}/awscli/autocomplete/autogen.pyo
-${PYSITELIB}/awscli/autocomplete/completer.py
-${PYSITELIB}/awscli/autocomplete/completer.pyc
-${PYSITELIB}/awscli/autocomplete/completer.pyo
-${PYSITELIB}/awscli/autocomplete/custom.py
-${PYSITELIB}/awscli/autocomplete/custom.pyc
-${PYSITELIB}/awscli/autocomplete/custom.pyo
-${PYSITELIB}/awscli/autocomplete/db.py
-${PYSITELIB}/awscli/autocomplete/db.pyc
-${PYSITELIB}/awscli/autocomplete/db.pyo
-${PYSITELIB}/awscli/autocomplete/filters.py
-${PYSITELIB}/awscli/autocomplete/filters.pyc
-${PYSITELIB}/awscli/autocomplete/filters.pyo
-${PYSITELIB}/awscli/autocomplete/generator.py
-${PYSITELIB}/awscli/autocomplete/generator.pyc
-${PYSITELIB}/awscli/autocomplete/generator.pyo
-${PYSITELIB}/awscli/autocomplete/local/__init__.py
-${PYSITELIB}/awscli/autocomplete/local/__init__.pyc
-${PYSITELIB}/awscli/autocomplete/local/__init__.pyo
-${PYSITELIB}/awscli/autocomplete/local/basic.py
-${PYSITELIB}/awscli/autocomplete/local/basic.pyc
-${PYSITELIB}/awscli/autocomplete/local/basic.pyo
-${PYSITELIB}/awscli/autocomplete/local/fetcher.py
-${PYSITELIB}/awscli/autocomplete/local/fetcher.pyc
-${PYSITELIB}/awscli/autocomplete/local/fetcher.pyo
-${PYSITELIB}/awscli/autocomplete/local/indexer.py
-${PYSITELIB}/awscli/autocomplete/local/indexer.pyc
-${PYSITELIB}/awscli/autocomplete/local/indexer.pyo
-${PYSITELIB}/awscli/autocomplete/local/model.py
-${PYSITELIB}/awscli/autocomplete/local/model.pyc
-${PYSITELIB}/awscli/autocomplete/local/model.pyo
-${PYSITELIB}/awscli/autocomplete/main.py
-${PYSITELIB}/awscli/autocomplete/main.pyc
-${PYSITELIB}/awscli/autocomplete/main.pyo
-${PYSITELIB}/awscli/autocomplete/parser.py
-${PYSITELIB}/awscli/autocomplete/parser.pyc
-${PYSITELIB}/awscli/autocomplete/parser.pyo
-${PYSITELIB}/awscli/autocomplete/serverside/__init__.py
-${PYSITELIB}/awscli/autocomplete/serverside/__init__.pyc
-${PYSITELIB}/awscli/autocomplete/serverside/__init__.pyo
-${PYSITELIB}/awscli/autocomplete/serverside/custom_completers/__init__.py
-${PYSITELIB}/awscli/autocomplete/serverside/custom_completers/__init__.pyc
-${PYSITELIB}/awscli/autocomplete/serverside/custom_completers/__init__.pyo
-${PYSITELIB}/awscli/autocomplete/serverside/custom_completers/ddb/__init__.py
-${PYSITELIB}/awscli/autocomplete/serverside/custom_completers/ddb/__init__.pyc
-${PYSITELIB}/awscli/autocomplete/serverside/custom_completers/ddb/__init__.pyo
-${PYSITELIB}/awscli/autocomplete/serverside/custom_completers/ddb/autocomplete.py
-${PYSITELIB}/awscli/autocomplete/serverside/custom_completers/ddb/autocomplete.pyc
-${PYSITELIB}/awscli/autocomplete/serverside/custom_completers/ddb/autocomplete.pyo
-${PYSITELIB}/awscli/autocomplete/serverside/custom_completers/logs/__init__.py
-${PYSITELIB}/awscli/autocomplete/serverside/custom_completers/logs/__init__.pyc
-${PYSITELIB}/awscli/autocomplete/serverside/custom_completers/logs/__init__.pyo
-${PYSITELIB}/awscli/autocomplete/serverside/custom_completers/logs/autocomplete.py
-${PYSITELIB}/awscli/autocomplete/serverside/custom_completers/logs/autocomplete.pyc
-${PYSITELIB}/awscli/autocomplete/serverside/custom_completers/logs/autocomplete.pyo
-${PYSITELIB}/awscli/autocomplete/serverside/indexer.py
-${PYSITELIB}/awscli/autocomplete/serverside/indexer.pyc
-${PYSITELIB}/awscli/autocomplete/serverside/indexer.pyo
-${PYSITELIB}/awscli/autocomplete/serverside/model.py
-${PYSITELIB}/awscli/autocomplete/serverside/model.pyc
-${PYSITELIB}/awscli/autocomplete/serverside/model.pyo
-${PYSITELIB}/awscli/autocomplete/serverside/servercomp.py
-${PYSITELIB}/awscli/autocomplete/serverside/servercomp.pyc
-${PYSITELIB}/awscli/autocomplete/serverside/servercomp.pyo
-${PYSITELIB}/awscli/autoprompt/__init__.py
-${PYSITELIB}/awscli/autoprompt/__init__.pyc
-${PYSITELIB}/awscli/autoprompt/__init__.pyo
-${PYSITELIB}/awscli/autoprompt/core.py
-${PYSITELIB}/awscli/autoprompt/core.pyc
-${PYSITELIB}/awscli/autoprompt/core.pyo
-${PYSITELIB}/awscli/autoprompt/doc.py
-${PYSITELIB}/awscli/autoprompt/doc.pyc
-${PYSITELIB}/awscli/autoprompt/doc.pyo
-${PYSITELIB}/awscli/autoprompt/factory.py
-${PYSITELIB}/awscli/autoprompt/factory.pyc
-${PYSITELIB}/awscli/autoprompt/factory.pyo
-${PYSITELIB}/awscli/autoprompt/filters.py
-${PYSITELIB}/awscli/autoprompt/filters.pyc
-${PYSITELIB}/awscli/autoprompt/filters.pyo
-${PYSITELIB}/awscli/autoprompt/history.py
-${PYSITELIB}/awscli/autoprompt/history.pyc
-${PYSITELIB}/awscli/autoprompt/history.pyo
-${PYSITELIB}/awscli/autoprompt/logger.py
-${PYSITELIB}/awscli/autoprompt/logger.pyc
-${PYSITELIB}/awscli/autoprompt/logger.pyo
-${PYSITELIB}/awscli/autoprompt/output.py
-${PYSITELIB}/awscli/autoprompt/output.pyc
-${PYSITELIB}/awscli/autoprompt/output.pyo
-${PYSITELIB}/awscli/autoprompt/prompttoolkit.py
-${PYSITELIB}/awscli/autoprompt/prompttoolkit.pyc
-${PYSITELIB}/awscli/autoprompt/prompttoolkit.pyo
-${PYSITELIB}/awscli/autoprompt/widgets.py
-${PYSITELIB}/awscli/autoprompt/widgets.pyc
-${PYSITELIB}/awscli/autoprompt/widgets.pyo
-${PYSITELIB}/awscli/bcdoc/__init__.py
-${PYSITELIB}/awscli/bcdoc/__init__.pyc
-${PYSITELIB}/awscli/bcdoc/__init__.pyo
-${PYSITELIB}/awscli/bcdoc/docevents.py
-${PYSITELIB}/awscli/bcdoc/docevents.pyc
-${PYSITELIB}/awscli/bcdoc/docevents.pyo
-${PYSITELIB}/awscli/bcdoc/docstringparser.py
-${PYSITELIB}/awscli/bcdoc/docstringparser.pyc
-${PYSITELIB}/awscli/bcdoc/docstringparser.pyo
-${PYSITELIB}/awscli/bcdoc/restdoc.py
-${PYSITELIB}/awscli/bcdoc/restdoc.pyc
-${PYSITELIB}/awscli/bcdoc/restdoc.pyo
-${PYSITELIB}/awscli/bcdoc/style.py
-${PYSITELIB}/awscli/bcdoc/style.pyc
-${PYSITELIB}/awscli/bcdoc/style.pyo
-${PYSITELIB}/awscli/bcdoc/textwriter.py
-${PYSITELIB}/awscli/bcdoc/textwriter.pyc
-${PYSITELIB}/awscli/bcdoc/textwriter.pyo
-${PYSITELIB}/awscli/botocore/.changes/next-release/api-change-connect-59117.json
-${PYSITELIB}/awscli/botocore/__init__.py
-${PYSITELIB}/awscli/botocore/__init__.pyc
-${PYSITELIB}/awscli/botocore/__init__.pyo
-${PYSITELIB}/awscli/botocore/args.py
-${PYSITELIB}/awscli/botocore/args.pyc
-${PYSITELIB}/awscli/botocore/args.pyo
-${PYSITELIB}/awscli/botocore/auth.py
-${PYSITELIB}/awscli/botocore/auth.pyc
-${PYSITELIB}/awscli/botocore/auth.pyo
-${PYSITELIB}/awscli/botocore/awsrequest.py
-${PYSITELIB}/awscli/botocore/awsrequest.pyc
-${PYSITELIB}/awscli/botocore/awsrequest.pyo
-${PYSITELIB}/awscli/botocore/cacert.pem
-${PYSITELIB}/awscli/botocore/client.py
-${PYSITELIB}/awscli/botocore/client.pyc
-${PYSITELIB}/awscli/botocore/client.pyo
-${PYSITELIB}/awscli/botocore/compat.py
-${PYSITELIB}/awscli/botocore/compat.pyc
-${PYSITELIB}/awscli/botocore/compat.pyo
-${PYSITELIB}/awscli/botocore/compress.py
-${PYSITELIB}/awscli/botocore/compress.pyc
-${PYSITELIB}/awscli/botocore/compress.pyo
-${PYSITELIB}/awscli/botocore/config.py
-${PYSITELIB}/awscli/botocore/config.pyc
-${PYSITELIB}/awscli/botocore/config.pyo
-${PYSITELIB}/awscli/botocore/configloader.py
-${PYSITELIB}/awscli/botocore/configloader.pyc
-${PYSITELIB}/awscli/botocore/configloader.pyo
-${PYSITELIB}/awscli/botocore/configprovider.py
-${PYSITELIB}/awscli/botocore/configprovider.pyc
-${PYSITELIB}/awscli/botocore/configprovider.pyo
-${PYSITELIB}/awscli/botocore/context.py
-${PYSITELIB}/awscli/botocore/context.pyc
-${PYSITELIB}/awscli/botocore/context.pyo
-${PYSITELIB}/awscli/botocore/credentials.py
-${PYSITELIB}/awscli/botocore/credentials.pyc
-${PYSITELIB}/awscli/botocore/credentials.pyo
-${PYSITELIB}/awscli/botocore/crt/__init__.py
-${PYSITELIB}/awscli/botocore/crt/__init__.pyc
-${PYSITELIB}/awscli/botocore/crt/__init__.pyo
-${PYSITELIB}/awscli/botocore/crt/auth.py
-${PYSITELIB}/awscli/botocore/crt/auth.pyc
-${PYSITELIB}/awscli/botocore/crt/auth.pyo
-${PYSITELIB}/awscli/botocore/data/accessanalyzer/2019-11-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/accessanalyzer/2019-11-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/accessanalyzer/2019-11-01/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/accessanalyzer/2019-11-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/account/2021-02-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/account/2021-02-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/account/2021-02-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/acm-pca/2017-08-22/completions-1.json
-${PYSITELIB}/awscli/botocore/data/acm-pca/2017-08-22/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/acm-pca/2017-08-22/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/acm-pca/2017-08-22/service-2.json
-${PYSITELIB}/awscli/botocore/data/acm-pca/2017-08-22/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/acm/2015-12-08/completions-1.json
-${PYSITELIB}/awscli/botocore/data/acm/2015-12-08/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/acm/2015-12-08/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/acm/2015-12-08/service-2.json
-${PYSITELIB}/awscli/botocore/data/acm/2015-12-08/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/aiops/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/aiops/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/aiops/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/aiops/2018-05-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/amp/2020-08-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/amp/2020-08-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/amp/2020-08-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/amp/2020-08-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/amplify/2017-07-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/amplify/2017-07-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/amplify/2017-07-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/amplifybackend/2020-08-11/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/amplifybackend/2020-08-11/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/amplifybackend/2020-08-11/service-2.json
-${PYSITELIB}/awscli/botocore/data/amplifyuibuilder/2021-08-11/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/amplifyuibuilder/2021-08-11/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/amplifyuibuilder/2021-08-11/service-2.json
-${PYSITELIB}/awscli/botocore/data/amplifyuibuilder/2021-08-11/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/apigateway/2015-07-09/completions-1.json
-${PYSITELIB}/awscli/botocore/data/apigateway/2015-07-09/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/apigateway/2015-07-09/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/apigateway/2015-07-09/service-2.json
-${PYSITELIB}/awscli/botocore/data/apigatewaymanagementapi/2018-11-29/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/apigatewaymanagementapi/2018-11-29/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/apigatewaymanagementapi/2018-11-29/service-2.json
-${PYSITELIB}/awscli/botocore/data/apigatewayv2/2018-11-29/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/apigatewayv2/2018-11-29/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/apigatewayv2/2018-11-29/service-2.json
-${PYSITELIB}/awscli/botocore/data/appconfig/2019-10-09/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/appconfig/2019-10-09/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/appconfig/2019-10-09/service-2.json
-${PYSITELIB}/awscli/botocore/data/appconfig/2019-10-09/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/appconfigdata/2021-11-11/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/appconfigdata/2021-11-11/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/appconfigdata/2021-11-11/service-2.json
-${PYSITELIB}/awscli/botocore/data/appfabric/2023-05-19/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/appfabric/2023-05-19/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/appfabric/2023-05-19/service-2.json
-${PYSITELIB}/awscli/botocore/data/appfabric/2023-05-19/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/appflow/2020-08-23/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/appflow/2020-08-23/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/appflow/2020-08-23/service-2.json
-${PYSITELIB}/awscli/botocore/data/appintegrations/2020-07-29/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/appintegrations/2020-07-29/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/appintegrations/2020-07-29/service-2.json
-${PYSITELIB}/awscli/botocore/data/application-autoscaling/2016-02-06/completions-1.json
-${PYSITELIB}/awscli/botocore/data/application-autoscaling/2016-02-06/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/application-autoscaling/2016-02-06/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/application-autoscaling/2016-02-06/service-2.json
-${PYSITELIB}/awscli/botocore/data/application-insights/2018-11-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/application-insights/2018-11-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/application-insights/2018-11-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/application-signals/2024-04-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/application-signals/2024-04-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/application-signals/2024-04-15/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/application-signals/2024-04-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/applicationcostprofiler/2020-09-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/applicationcostprofiler/2020-09-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/applicationcostprofiler/2020-09-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/appmesh/2019-01-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/appmesh/2019-01-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/appmesh/2019-01-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/apprunner/2020-05-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/apprunner/2020-05-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/apprunner/2020-05-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/appstream/2016-12-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/appstream/2016-12-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/appstream/2016-12-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/appstream/2016-12-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/appstream/2016-12-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/appsync/2017-07-25/completions-1.json
-${PYSITELIB}/awscli/botocore/data/appsync/2017-07-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/appsync/2017-07-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/appsync/2017-07-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/apptest/2022-12-06/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/apptest/2022-12-06/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/apptest/2022-12-06/service-2.json
-${PYSITELIB}/awscli/botocore/data/apptest/2022-12-06/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/arc-region-switch/2022-07-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/arc-region-switch/2022-07-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/arc-region-switch/2022-07-26/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/arc-region-switch/2022-07-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/arc-region-switch/2022-07-26/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/arc-zonal-shift/2022-10-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/arc-zonal-shift/2022-10-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/arc-zonal-shift/2022-10-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/arc-zonal-shift/2022-10-30/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/artifact/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/artifact/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/artifact/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/artifact/2018-05-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/athena/2017-05-18/completions-1.json
-${PYSITELIB}/awscli/botocore/data/athena/2017-05-18/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/athena/2017-05-18/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/athena/2017-05-18/service-2.json
-${PYSITELIB}/awscli/botocore/data/auditmanager/2017-07-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/auditmanager/2017-07-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/auditmanager/2017-07-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/autoscaling-plans/2018-01-06/completions-1.json
-${PYSITELIB}/awscli/botocore/data/autoscaling-plans/2018-01-06/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/autoscaling-plans/2018-01-06/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/autoscaling-plans/2018-01-06/service-2.json
-${PYSITELIB}/awscli/botocore/data/autoscaling/2011-01-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/autoscaling/2011-01-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/autoscaling/2011-01-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/autoscaling/2011-01-01/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/autoscaling/2011-01-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/b2bi/2022-06-23/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/b2bi/2022-06-23/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/b2bi/2022-06-23/service-2.json
-${PYSITELIB}/awscli/botocore/data/b2bi/2022-06-23/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/backup-gateway/2021-01-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/backup-gateway/2021-01-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/backup-gateway/2021-01-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/backup/2018-11-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/backup/2018-11-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/backup/2018-11-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/backupsearch/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/backupsearch/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/backupsearch/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/backupsearch/2018-05-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/batch/2016-08-10/completions-1.json
-${PYSITELIB}/awscli/botocore/data/batch/2016-08-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/batch/2016-08-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/batch/2016-08-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/bcm-dashboards/2025-08-18/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/bcm-dashboards/2025-08-18/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/bcm-dashboards/2025-08-18/service-2.json
-${PYSITELIB}/awscli/botocore/data/bcm-dashboards/2025-08-18/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/bcm-data-exports/2023-11-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/bcm-data-exports/2023-11-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/bcm-data-exports/2023-11-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/bcm-pricing-calculator/2024-06-19/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/bcm-pricing-calculator/2024-06-19/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/bcm-pricing-calculator/2024-06-19/service-2.json
-${PYSITELIB}/awscli/botocore/data/bcm-pricing-calculator/2024-06-19/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/bcm-recommended-actions/2024-11-14/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/bcm-recommended-actions/2024-11-14/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/bcm-recommended-actions/2024-11-14/service-2.json
-${PYSITELIB}/awscli/botocore/data/bcm-recommended-actions/2024-11-14/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agent-runtime/2023-07-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agent-runtime/2023-07-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agent-runtime/2023-07-26/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agent-runtime/2023-07-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agent/2023-06-05/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agent/2023-06-05/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agent/2023-06-05/service-2.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agent/2023-06-05/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agentcore-control/2023-06-05/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agentcore-control/2023-06-05/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agentcore-control/2023-06-05/service-2.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agentcore-control/2023-06-05/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agentcore/2024-02-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agentcore/2024-02-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agentcore/2024-02-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/bedrock-agentcore/2024-02-28/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/bedrock-data-automation-runtime/2024-06-13/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock-data-automation-runtime/2024-06-13/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock-data-automation-runtime/2024-06-13/service-2.json
-${PYSITELIB}/awscli/botocore/data/bedrock-data-automation/2023-07-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock-data-automation/2023-07-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock-data-automation/2023-07-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/bedrock-runtime/2023-09-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock-runtime/2023-09-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock-runtime/2023-09-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/bedrock-runtime/2023-09-30/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/bedrock/2023-04-20/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock/2023-04-20/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/bedrock/2023-04-20/service-2.json
-${PYSITELIB}/awscli/botocore/data/bedrock/2023-04-20/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/billing/2023-09-07/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/billing/2023-09-07/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/billing/2023-09-07/service-2.json
-${PYSITELIB}/awscli/botocore/data/billing/2023-09-07/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/billingconductor/2021-07-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/billingconductor/2021-07-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/billingconductor/2021-07-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/billingconductor/2021-07-30/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/braket/2019-09-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/braket/2019-09-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/braket/2019-09-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/budgets/2016-10-20/completions-1.json
-${PYSITELIB}/awscli/botocore/data/budgets/2016-10-20/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/budgets/2016-10-20/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/budgets/2016-10-20/service-2.json
-${PYSITELIB}/awscli/botocore/data/ce/2017-10-25/completions-1.json
-${PYSITELIB}/awscli/botocore/data/ce/2017-10-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ce/2017-10-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ce/2017-10-25/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/ce/2017-10-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/chatbot/2017-10-11/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/chatbot/2017-10-11/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/chatbot/2017-10-11/service-2.json
-${PYSITELIB}/awscli/botocore/data/chime-sdk-identity/2021-04-20/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/chime-sdk-identity/2021-04-20/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/chime-sdk-identity/2021-04-20/service-2.json
-${PYSITELIB}/awscli/botocore/data/chime-sdk-media-pipelines/2021-07-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/chime-sdk-media-pipelines/2021-07-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/chime-sdk-media-pipelines/2021-07-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/chime-sdk-meetings/2021-07-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/chime-sdk-meetings/2021-07-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/chime-sdk-meetings/2021-07-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/chime-sdk-messaging/2021-05-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/chime-sdk-messaging/2021-05-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/chime-sdk-messaging/2021-05-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/chime-sdk-voice/2022-08-03/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/chime-sdk-voice/2022-08-03/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/chime-sdk-voice/2022-08-03/service-2.json
-${PYSITELIB}/awscli/botocore/data/chime/2018-05-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/chime/2018-05-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/chime/2018-05-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/cleanrooms/2022-02-17/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cleanrooms/2022-02-17/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cleanrooms/2022-02-17/service-2.json
-${PYSITELIB}/awscli/botocore/data/cleanrooms/2022-02-17/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/cleanroomsml/2023-09-06/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cleanroomsml/2023-09-06/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cleanroomsml/2023-09-06/service-2.json
-${PYSITELIB}/awscli/botocore/data/cleanroomsml/2023-09-06/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/cloud9/2017-09-23/completions-1.json
-${PYSITELIB}/awscli/botocore/data/cloud9/2017-09-23/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cloud9/2017-09-23/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cloud9/2017-09-23/service-2.json
-${PYSITELIB}/awscli/botocore/data/cloudcontrol/2021-09-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cloudcontrol/2021-09-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cloudcontrol/2021-09-30/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/cloudcontrol/2021-09-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/cloudcontrol/2021-09-30/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/clouddirectory/2017-01-11/completions-1.json
-${PYSITELIB}/awscli/botocore/data/clouddirectory/2017-01-11/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/clouddirectory/2017-01-11/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/clouddirectory/2017-01-11/service-2.json
-${PYSITELIB}/awscli/botocore/data/cloudformation/2010-05-15/completions-1.json
-${PYSITELIB}/awscli/botocore/data/cloudformation/2010-05-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cloudformation/2010-05-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cloudformation/2010-05-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/cloudformation/2010-05-15/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/cloudfront-keyvaluestore/2022-07-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cloudfront-keyvaluestore/2022-07-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cloudfront-keyvaluestore/2022-07-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/cloudfront/2020-05-31/completions-1.json
-${PYSITELIB}/awscli/botocore/data/cloudfront/2020-05-31/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cloudfront/2020-05-31/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cloudfront/2020-05-31/service-2.json
-${PYSITELIB}/awscli/botocore/data/cloudfront/2020-05-31/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/cloudhsm/2014-05-30/completions-1.json
-${PYSITELIB}/awscli/botocore/data/cloudhsm/2014-05-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cloudhsm/2014-05-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cloudhsm/2014-05-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/cloudhsmv2/2017-04-28/completions-1.json
-${PYSITELIB}/awscli/botocore/data/cloudhsmv2/2017-04-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cloudhsmv2/2017-04-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cloudhsmv2/2017-04-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/cloudsearch/2013-01-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/cloudsearch/2013-01-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cloudsearch/2013-01-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cloudsearch/2013-01-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/cloudsearchdomain/2013-01-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/cloudsearchdomain/2013-01-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cloudsearchdomain/2013-01-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cloudsearchdomain/2013-01-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/cloudtrail-data/2021-08-11/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cloudtrail-data/2021-08-11/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cloudtrail-data/2021-08-11/service-2.json
-${PYSITELIB}/awscli/botocore/data/cloudtrail/2013-11-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/cloudtrail/2013-11-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cloudtrail/2013-11-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cloudtrail/2013-11-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/cloudwatch/2010-08-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/cloudwatch/2010-08-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cloudwatch/2010-08-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cloudwatch/2010-08-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/cloudwatch/2010-08-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/codeartifact/2018-09-22/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/codeartifact/2018-09-22/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/codeartifact/2018-09-22/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/codeartifact/2018-09-22/service-2.json
-${PYSITELIB}/awscli/botocore/data/codebuild/2016-10-06/completions-1.json
-${PYSITELIB}/awscli/botocore/data/codebuild/2016-10-06/completions-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/codebuild/2016-10-06/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/codebuild/2016-10-06/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/codebuild/2016-10-06/service-2.json
-${PYSITELIB}/awscli/botocore/data/codecatalyst/2022-09-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/codecatalyst/2022-09-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/codecatalyst/2022-09-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/codecatalyst/2022-09-28/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/codecommit/2015-04-13/completions-1.json
-${PYSITELIB}/awscli/botocore/data/codecommit/2015-04-13/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/codecommit/2015-04-13/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/codecommit/2015-04-13/service-2.json
-${PYSITELIB}/awscli/botocore/data/codeconnections/2023-12-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/codeconnections/2023-12-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/codeconnections/2023-12-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/codedeploy/2014-10-06/completions-1.json
-${PYSITELIB}/awscli/botocore/data/codedeploy/2014-10-06/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/codedeploy/2014-10-06/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/codedeploy/2014-10-06/service-2.json
-${PYSITELIB}/awscli/botocore/data/codedeploy/2014-10-06/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/codeguru-reviewer/2019-09-19/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/codeguru-reviewer/2019-09-19/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/codeguru-reviewer/2019-09-19/service-2.json
-${PYSITELIB}/awscli/botocore/data/codeguru-reviewer/2019-09-19/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/codeguru-security/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/codeguru-security/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/codeguru-security/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/codeguru-security/2018-05-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/codeguruprofiler/2019-07-18/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/codeguruprofiler/2019-07-18/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/codeguruprofiler/2019-07-18/service-2.json
-${PYSITELIB}/awscli/botocore/data/codepipeline/2015-07-09/completions-1.json
-${PYSITELIB}/awscli/botocore/data/codepipeline/2015-07-09/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/codepipeline/2015-07-09/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/codepipeline/2015-07-09/service-2.json
-${PYSITELIB}/awscli/botocore/data/codestar-connections/2019-12-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/codestar-connections/2019-12-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/codestar-connections/2019-12-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/codestar-notifications/2019-10-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/codestar-notifications/2019-10-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/codestar-notifications/2019-10-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/cognito-identity/2014-06-30/completions-1.json
-${PYSITELIB}/awscli/botocore/data/cognito-identity/2014-06-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cognito-identity/2014-06-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cognito-identity/2014-06-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/cognito-idp/2016-04-18/completions-1.json
-${PYSITELIB}/awscli/botocore/data/cognito-idp/2016-04-18/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cognito-idp/2016-04-18/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cognito-idp/2016-04-18/service-2.json
-${PYSITELIB}/awscli/botocore/data/cognito-sync/2014-06-30/completions-1.json
-${PYSITELIB}/awscli/botocore/data/cognito-sync/2014-06-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cognito-sync/2014-06-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cognito-sync/2014-06-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/comprehend/2017-11-27/completions-1.json
-${PYSITELIB}/awscli/botocore/data/comprehend/2017-11-27/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/comprehend/2017-11-27/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/comprehend/2017-11-27/service-2.json
-${PYSITELIB}/awscli/botocore/data/comprehendmedical/2018-10-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/comprehendmedical/2018-10-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/comprehendmedical/2018-10-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/compute-optimizer/2019-11-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/compute-optimizer/2019-11-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/compute-optimizer/2019-11-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/config/2014-11-12/completions-1.json
-${PYSITELIB}/awscli/botocore/data/config/2014-11-12/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/config/2014-11-12/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/config/2014-11-12/service-2.json
-${PYSITELIB}/awscli/botocore/data/connect-contact-lens/2020-08-21/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/connect-contact-lens/2020-08-21/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/connect-contact-lens/2020-08-21/service-2.json
-${PYSITELIB}/awscli/botocore/data/connect/2017-08-08/completions-1.json
-${PYSITELIB}/awscli/botocore/data/connect/2017-08-08/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/connect/2017-08-08/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/connect/2017-08-08/service-2.json
-${PYSITELIB}/awscli/botocore/data/connectcampaigns/2021-01-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/connectcampaigns/2021-01-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/connectcampaigns/2021-01-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/connectcampaignsv2/2024-04-23/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/connectcampaignsv2/2024-04-23/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/connectcampaignsv2/2024-04-23/service-2.json
-${PYSITELIB}/awscli/botocore/data/connectcases/2022-10-03/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/connectcases/2022-10-03/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/connectcases/2022-10-03/service-2.json
-${PYSITELIB}/awscli/botocore/data/connectparticipant/2018-09-07/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/connectparticipant/2018-09-07/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/connectparticipant/2018-09-07/service-2.json
-${PYSITELIB}/awscli/botocore/data/controlcatalog/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/controlcatalog/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/controlcatalog/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/controlcatalog/2018-05-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/controltower/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/controltower/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/controltower/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/cost-optimization-hub/2022-07-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cost-optimization-hub/2022-07-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cost-optimization-hub/2022-07-26/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/cost-optimization-hub/2022-07-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/cost-optimization-hub/2022-07-26/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/cur/2017-01-06/completions-1.json
-${PYSITELIB}/awscli/botocore/data/cur/2017-01-06/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/cur/2017-01-06/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/cur/2017-01-06/service-2.json
-${PYSITELIB}/awscli/botocore/data/customer-profiles/2020-08-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/customer-profiles/2020-08-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/customer-profiles/2020-08-15/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/customer-profiles/2020-08-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/databrew/2017-07-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/databrew/2017-07-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/databrew/2017-07-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/dataexchange/2017-07-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/dataexchange/2017-07-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/dataexchange/2017-07-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/dataexchange/2017-07-25/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/datapipeline/2012-10-29/completions-1.json
-${PYSITELIB}/awscli/botocore/data/datapipeline/2012-10-29/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/datapipeline/2012-10-29/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/datapipeline/2012-10-29/service-2.json
-${PYSITELIB}/awscli/botocore/data/datasync/2018-11-09/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/datasync/2018-11-09/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/datasync/2018-11-09/service-2.json
-${PYSITELIB}/awscli/botocore/data/datazone/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/datazone/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/datazone/2018-05-10/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/datazone/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/dax/2017-04-19/completions-1.json
-${PYSITELIB}/awscli/botocore/data/dax/2017-04-19/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/dax/2017-04-19/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/dax/2017-04-19/service-2.json
-${PYSITELIB}/awscli/botocore/data/deadline/2023-10-12/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/deadline/2023-10-12/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/deadline/2023-10-12/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/deadline/2023-10-12/service-2.json
-${PYSITELIB}/awscli/botocore/data/deadline/2023-10-12/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/detective/2018-10-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/detective/2018-10-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/detective/2018-10-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/devicefarm/2015-06-23/completions-1.json
-${PYSITELIB}/awscli/botocore/data/devicefarm/2015-06-23/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/devicefarm/2015-06-23/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/devicefarm/2015-06-23/service-2.json
-${PYSITELIB}/awscli/botocore/data/devops-guru/2020-12-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/devops-guru/2020-12-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/devops-guru/2020-12-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/directconnect/2012-10-25/completions-1.json
-${PYSITELIB}/awscli/botocore/data/directconnect/2012-10-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/directconnect/2012-10-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/directconnect/2012-10-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/discovery/2015-11-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/discovery/2015-11-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/discovery/2015-11-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/discovery/2015-11-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/dlm/2018-01-12/completions-1.json
-${PYSITELIB}/awscli/botocore/data/dlm/2018-01-12/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/dlm/2018-01-12/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/dlm/2018-01-12/service-2.json
-${PYSITELIB}/awscli/botocore/data/dms/2016-01-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/dms/2016-01-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/dms/2016-01-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/dms/2016-01-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/dms/2016-01-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/docdb-elastic/2022-11-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/docdb-elastic/2022-11-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/docdb-elastic/2022-11-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/docdb/2014-10-31/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/docdb/2014-10-31/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/docdb/2014-10-31/service-2.json
-${PYSITELIB}/awscli/botocore/data/docdb/2014-10-31/service-2.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/docdb/2014-10-31/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/drs/2020-02-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/drs/2020-02-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/drs/2020-02-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/ds-data/2023-05-31/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ds-data/2023-05-31/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ds-data/2023-05-31/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/ds-data/2023-05-31/service-2.json
-${PYSITELIB}/awscli/botocore/data/ds/2015-04-16/completions-1.json
-${PYSITELIB}/awscli/botocore/data/ds/2015-04-16/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ds/2015-04-16/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ds/2015-04-16/service-2.json
-${PYSITELIB}/awscli/botocore/data/ds/2015-04-16/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/dsql/2018-05-10/completions-1.json
-${PYSITELIB}/awscli/botocore/data/dsql/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/dsql/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/dsql/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/dsql/2018-05-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/dynamodb/2012-08-10/completions-1.json
-${PYSITELIB}/awscli/botocore/data/dynamodb/2012-08-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/dynamodb/2012-08-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/dynamodb/2012-08-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/dynamodb/2012-08-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/dynamodbstreams/2012-08-10/completions-1.json
-${PYSITELIB}/awscli/botocore/data/dynamodbstreams/2012-08-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/dynamodbstreams/2012-08-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/dynamodbstreams/2012-08-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/ebs/2019-11-02/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ebs/2019-11-02/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ebs/2019-11-02/service-2.json
-${PYSITELIB}/awscli/botocore/data/ec2-instance-connect/2018-04-02/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ec2-instance-connect/2018-04-02/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ec2-instance-connect/2018-04-02/service-2.json
-${PYSITELIB}/awscli/botocore/data/ec2/2016-11-15/completions-1.json
-${PYSITELIB}/awscli/botocore/data/ec2/2016-11-15/completions-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/ec2/2016-11-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ec2/2016-11-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ec2/2016-11-15/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/ec2/2016-11-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/ec2/2016-11-15/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/ecr-public/2020-10-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ecr-public/2020-10-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ecr-public/2020-10-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/ecr/2015-09-21/completions-1.json
-${PYSITELIB}/awscli/botocore/data/ecr/2015-09-21/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ecr/2015-09-21/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ecr/2015-09-21/service-2.json
-${PYSITELIB}/awscli/botocore/data/ecr/2015-09-21/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/ecs/2014-11-13/completions-1.json
-${PYSITELIB}/awscli/botocore/data/ecs/2014-11-13/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ecs/2014-11-13/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ecs/2014-11-13/service-2.json
-${PYSITELIB}/awscli/botocore/data/ecs/2014-11-13/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/efs/2015-02-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/efs/2015-02-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/efs/2015-02-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/efs/2015-02-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/eks-auth/2023-11-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/eks-auth/2023-11-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/eks-auth/2023-11-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/eks-auth/2023-11-26/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/eks/2017-11-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/eks/2017-11-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/eks/2017-11-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/eks/2017-11-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/eks/2017-11-01/service-2.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/eks/2017-11-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/elasticache/2015-02-02/completions-1.json
-${PYSITELIB}/awscli/botocore/data/elasticache/2015-02-02/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/elasticache/2015-02-02/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/elasticache/2015-02-02/service-2.json
-${PYSITELIB}/awscli/botocore/data/elasticache/2015-02-02/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/elasticbeanstalk/2010-12-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/elasticbeanstalk/2010-12-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/elasticbeanstalk/2010-12-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/elasticbeanstalk/2010-12-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/elasticbeanstalk/2010-12-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/elastictranscoder/2012-09-25/completions-1.json
-${PYSITELIB}/awscli/botocore/data/elastictranscoder/2012-09-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/elastictranscoder/2012-09-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/elastictranscoder/2012-09-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/elastictranscoder/2012-09-25/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/elb/2012-06-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/elb/2012-06-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/elb/2012-06-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/elb/2012-06-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/elb/2012-06-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/elbv2/2015-12-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/elbv2/2015-12-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/elbv2/2015-12-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/elbv2/2015-12-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/elbv2/2015-12-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/emr-containers/2020-10-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/emr-containers/2020-10-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/emr-containers/2020-10-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/emr-serverless/2021-07-13/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/emr-serverless/2021-07-13/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/emr-serverless/2021-07-13/service-2.json
-${PYSITELIB}/awscli/botocore/data/emr/2009-03-31/completions-1.json
-${PYSITELIB}/awscli/botocore/data/emr/2009-03-31/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/emr/2009-03-31/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/emr/2009-03-31/service-2.json
-${PYSITELIB}/awscli/botocore/data/emr/2009-03-31/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/endpoints.json
-${PYSITELIB}/awscli/botocore/data/entityresolution/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/entityresolution/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/entityresolution/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/es/2015-01-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/es/2015-01-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/es/2015-01-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/es/2015-01-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/events/2015-10-07/completions-1.json
-${PYSITELIB}/awscli/botocore/data/events/2015-10-07/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/events/2015-10-07/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/events/2015-10-07/service-2.json
-${PYSITELIB}/awscli/botocore/data/evidently/2021-02-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/evidently/2021-02-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/evidently/2021-02-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/evs/2023-07-27/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/evs/2023-07-27/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/evs/2023-07-27/service-2.json
-${PYSITELIB}/awscli/botocore/data/evs/2023-07-27/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/finspace-data/2020-07-13/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/finspace-data/2020-07-13/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/finspace-data/2020-07-13/service-2.json
-${PYSITELIB}/awscli/botocore/data/finspace/2021-03-12/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/finspace/2021-03-12/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/finspace/2021-03-12/service-2.json
-${PYSITELIB}/awscli/botocore/data/firehose/2015-08-04/completions-1.json
-${PYSITELIB}/awscli/botocore/data/firehose/2015-08-04/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/firehose/2015-08-04/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/firehose/2015-08-04/service-2.json
-${PYSITELIB}/awscli/botocore/data/fis/2020-12-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/fis/2020-12-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/fis/2020-12-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/fms/2018-01-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/fms/2018-01-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/fms/2018-01-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/fms/2018-01-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/forecast/2018-06-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/forecast/2018-06-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/forecast/2018-06-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/forecastquery/2018-06-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/forecastquery/2018-06-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/forecastquery/2018-06-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/frauddetector/2019-11-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/frauddetector/2019-11-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/frauddetector/2019-11-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/freetier/2023-09-07/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/freetier/2023-09-07/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/freetier/2023-09-07/service-2.json
-${PYSITELIB}/awscli/botocore/data/freetier/2023-09-07/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/fsx/2018-03-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/fsx/2018-03-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/fsx/2018-03-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/gamelift/2015-10-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/gamelift/2015-10-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/gamelift/2015-10-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/gamelift/2015-10-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/gameliftstreams/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/gameliftstreams/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/gameliftstreams/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/gameliftstreams/2018-05-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/geo-maps/2020-11-19/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/geo-maps/2020-11-19/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/geo-maps/2020-11-19/service-2.json
-${PYSITELIB}/awscli/botocore/data/geo-places/2020-11-19/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/geo-places/2020-11-19/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/geo-places/2020-11-19/service-2.json
-${PYSITELIB}/awscli/botocore/data/geo-routes/2020-11-19/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/geo-routes/2020-11-19/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/geo-routes/2020-11-19/service-2.json
-${PYSITELIB}/awscli/botocore/data/glacier/2012-06-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/glacier/2012-06-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/glacier/2012-06-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/glacier/2012-06-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/glacier/2012-06-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/globalaccelerator/2018-08-08/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/globalaccelerator/2018-08-08/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/globalaccelerator/2018-08-08/service-2.json
-${PYSITELIB}/awscli/botocore/data/glue/2017-03-31/completions-1.json
-${PYSITELIB}/awscli/botocore/data/glue/2017-03-31/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/glue/2017-03-31/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/glue/2017-03-31/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/glue/2017-03-31/service-2.json
-${PYSITELIB}/awscli/botocore/data/grafana/2020-08-18/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/grafana/2020-08-18/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/grafana/2020-08-18/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/grafana/2020-08-18/service-2.json
-${PYSITELIB}/awscli/botocore/data/greengrass/2017-06-07/completions-1.json
-${PYSITELIB}/awscli/botocore/data/greengrass/2017-06-07/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/greengrass/2017-06-07/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/greengrass/2017-06-07/service-2.json
-${PYSITELIB}/awscli/botocore/data/greengrassv2/2020-11-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/greengrassv2/2020-11-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/greengrassv2/2020-11-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/groundstation/2019-05-23/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/groundstation/2019-05-23/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/groundstation/2019-05-23/service-2.json
-${PYSITELIB}/awscli/botocore/data/groundstation/2019-05-23/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/guardduty/2017-11-28/completions-1.json
-${PYSITELIB}/awscli/botocore/data/guardduty/2017-11-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/guardduty/2017-11-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/guardduty/2017-11-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/health/2016-08-04/completions-1.json
-${PYSITELIB}/awscli/botocore/data/health/2016-08-04/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/health/2016-08-04/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/health/2016-08-04/service-2.json
-${PYSITELIB}/awscli/botocore/data/healthlake/2017-07-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/healthlake/2017-07-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/healthlake/2017-07-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/healthlake/2017-07-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/iam/2010-05-08/completions-1.json
-${PYSITELIB}/awscli/botocore/data/iam/2010-05-08/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iam/2010-05-08/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iam/2010-05-08/service-2.json
-${PYSITELIB}/awscli/botocore/data/iam/2010-05-08/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/identitystore/2020-06-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/identitystore/2020-06-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/identitystore/2020-06-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/imagebuilder/2019-12-02/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/imagebuilder/2019-12-02/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/imagebuilder/2019-12-02/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/imagebuilder/2019-12-02/service-2.json
-${PYSITELIB}/awscli/botocore/data/importexport/2010-06-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/importexport/2010-06-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/importexport/2010-06-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/importexport/2010-06-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/inspector-scan/2023-08-08/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/inspector-scan/2023-08-08/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/inspector-scan/2023-08-08/service-2.json
-${PYSITELIB}/awscli/botocore/data/inspector/2016-02-16/completions-1.json
-${PYSITELIB}/awscli/botocore/data/inspector/2016-02-16/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/inspector/2016-02-16/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/inspector/2016-02-16/service-2.json
-${PYSITELIB}/awscli/botocore/data/inspector2/2020-06-08/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/inspector2/2020-06-08/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/inspector2/2020-06-08/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/inspector2/2020-06-08/service-2.json
-${PYSITELIB}/awscli/botocore/data/internetmonitor/2021-06-03/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/internetmonitor/2021-06-03/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/internetmonitor/2021-06-03/service-2.json
-${PYSITELIB}/awscli/botocore/data/internetmonitor/2021-06-03/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/invoicing/2024-12-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/invoicing/2024-12-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/invoicing/2024-12-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/invoicing/2024-12-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/iot-data/2015-05-28/completions-1.json
-${PYSITELIB}/awscli/botocore/data/iot-data/2015-05-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iot-data/2015-05-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iot-data/2015-05-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/iot-jobs-data/2017-09-29/completions-1.json
-${PYSITELIB}/awscli/botocore/data/iot-jobs-data/2017-09-29/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iot-jobs-data/2017-09-29/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iot-jobs-data/2017-09-29/service-2.json
-${PYSITELIB}/awscli/botocore/data/iot-managed-integrations/2025-03-03/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iot-managed-integrations/2025-03-03/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iot-managed-integrations/2025-03-03/service-2.json
-${PYSITELIB}/awscli/botocore/data/iot/2015-05-28/completions-1.json
-${PYSITELIB}/awscli/botocore/data/iot/2015-05-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iot/2015-05-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iot/2015-05-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/iotanalytics/2017-11-27/completions-1.json
-${PYSITELIB}/awscli/botocore/data/iotanalytics/2017-11-27/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iotanalytics/2017-11-27/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iotanalytics/2017-11-27/service-2.json
-${PYSITELIB}/awscli/botocore/data/iotdeviceadvisor/2020-09-18/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iotdeviceadvisor/2020-09-18/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iotdeviceadvisor/2020-09-18/service-2.json
-${PYSITELIB}/awscli/botocore/data/iotevents-data/2018-10-23/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iotevents-data/2018-10-23/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iotevents-data/2018-10-23/service-2.json
-${PYSITELIB}/awscli/botocore/data/iotevents/2018-07-27/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iotevents/2018-07-27/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iotevents/2018-07-27/service-2.json
-${PYSITELIB}/awscli/botocore/data/iotfleethub/2020-11-03/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iotfleethub/2020-11-03/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iotfleethub/2020-11-03/service-2.json
-${PYSITELIB}/awscli/botocore/data/iotfleetwise/2021-06-17/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iotfleetwise/2021-06-17/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iotfleetwise/2021-06-17/service-2.json
-${PYSITELIB}/awscli/botocore/data/iotfleetwise/2021-06-17/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/iotsecuretunneling/2018-10-05/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iotsecuretunneling/2018-10-05/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iotsecuretunneling/2018-10-05/service-2.json
-${PYSITELIB}/awscli/botocore/data/iotsitewise/2019-12-02/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iotsitewise/2019-12-02/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iotsitewise/2019-12-02/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/iotsitewise/2019-12-02/service-2.json
-${PYSITELIB}/awscli/botocore/data/iotsitewise/2019-12-02/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/iotthingsgraph/2018-09-06/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iotthingsgraph/2018-09-06/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iotthingsgraph/2018-09-06/service-2.json
-${PYSITELIB}/awscli/botocore/data/iottwinmaker/2021-11-29/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iottwinmaker/2021-11-29/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iottwinmaker/2021-11-29/service-2.json
-${PYSITELIB}/awscli/botocore/data/iottwinmaker/2021-11-29/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/iotwireless/2020-11-22/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/iotwireless/2020-11-22/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/iotwireless/2020-11-22/service-2.json
-${PYSITELIB}/awscli/botocore/data/ivs-realtime/2020-07-14/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ivs-realtime/2020-07-14/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ivs-realtime/2020-07-14/service-2.json
-${PYSITELIB}/awscli/botocore/data/ivs-realtime/2020-07-14/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/ivs/2020-07-14/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ivs/2020-07-14/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ivs/2020-07-14/service-2.json
-${PYSITELIB}/awscli/botocore/data/ivschat/2020-07-14/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ivschat/2020-07-14/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ivschat/2020-07-14/service-2.json
-${PYSITELIB}/awscli/botocore/data/ivschat/2020-07-14/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/kafka/2018-11-14/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/kafka/2018-11-14/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/kafka/2018-11-14/service-2.json
-${PYSITELIB}/awscli/botocore/data/kafkaconnect/2021-09-14/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/kafkaconnect/2021-09-14/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/kafkaconnect/2021-09-14/service-2.json
-${PYSITELIB}/awscli/botocore/data/kafkaconnect/2021-09-14/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/kendra-ranking/2022-10-19/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/kendra-ranking/2022-10-19/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/kendra-ranking/2022-10-19/service-2.json
-${PYSITELIB}/awscli/botocore/data/kendra/2019-02-03/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/kendra/2019-02-03/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/kendra/2019-02-03/service-2.json
-${PYSITELIB}/awscli/botocore/data/keyspaces/2022-02-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/keyspaces/2022-02-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/keyspaces/2022-02-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/keyspaces/2022-02-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/keyspacesstreams/2024-09-09/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/keyspacesstreams/2024-09-09/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/keyspacesstreams/2024-09-09/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/keyspacesstreams/2024-09-09/service-2.json
-${PYSITELIB}/awscli/botocore/data/kinesis-video-archived-media/2017-09-30/completions-1.json
-${PYSITELIB}/awscli/botocore/data/kinesis-video-archived-media/2017-09-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/kinesis-video-archived-media/2017-09-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/kinesis-video-archived-media/2017-09-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/kinesis-video-media/2017-09-30/completions-1.json
-${PYSITELIB}/awscli/botocore/data/kinesis-video-media/2017-09-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/kinesis-video-media/2017-09-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/kinesis-video-media/2017-09-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/kinesis-video-signaling/2019-12-04/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/kinesis-video-signaling/2019-12-04/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/kinesis-video-signaling/2019-12-04/service-2.json
-${PYSITELIB}/awscli/botocore/data/kinesis-video-webrtc-storage/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/kinesis-video-webrtc-storage/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/kinesis-video-webrtc-storage/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/kinesis/2013-12-02/completions-1.json
-${PYSITELIB}/awscli/botocore/data/kinesis/2013-12-02/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/kinesis/2013-12-02/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/kinesis/2013-12-02/service-2.json
-${PYSITELIB}/awscli/botocore/data/kinesis/2013-12-02/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/kinesisanalytics/2015-08-14/completions-1.json
-${PYSITELIB}/awscli/botocore/data/kinesisanalytics/2015-08-14/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/kinesisanalytics/2015-08-14/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/kinesisanalytics/2015-08-14/service-2.json
-${PYSITELIB}/awscli/botocore/data/kinesisanalyticsv2/2018-05-23/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/kinesisanalyticsv2/2018-05-23/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/kinesisanalyticsv2/2018-05-23/service-2.json
-${PYSITELIB}/awscli/botocore/data/kinesisvideo/2017-09-30/completions-1.json
-${PYSITELIB}/awscli/botocore/data/kinesisvideo/2017-09-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/kinesisvideo/2017-09-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/kinesisvideo/2017-09-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/kms/2014-11-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/kms/2014-11-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/kms/2014-11-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/kms/2014-11-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/lakeformation/2017-03-31/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/lakeformation/2017-03-31/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/lakeformation/2017-03-31/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/lakeformation/2017-03-31/service-2.json
-${PYSITELIB}/awscli/botocore/data/lambda/2015-03-31/completions-1.json
-${PYSITELIB}/awscli/botocore/data/lambda/2015-03-31/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/lambda/2015-03-31/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/lambda/2015-03-31/service-2.json
-${PYSITELIB}/awscli/botocore/data/lambda/2015-03-31/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/launch-wizard/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/launch-wizard/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/launch-wizard/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/lex-models/2017-04-19/completions-1.json
-${PYSITELIB}/awscli/botocore/data/lex-models/2017-04-19/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/lex-models/2017-04-19/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/lex-models/2017-04-19/service-2.json
-${PYSITELIB}/awscli/botocore/data/lex-runtime/2016-11-28/completions-1.json
-${PYSITELIB}/awscli/botocore/data/lex-runtime/2016-11-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/lex-runtime/2016-11-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/lex-runtime/2016-11-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/lexv2-models/2020-08-07/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/lexv2-models/2020-08-07/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/lexv2-models/2020-08-07/service-2.json
-${PYSITELIB}/awscli/botocore/data/lexv2-models/2020-08-07/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/lexv2-runtime/2020-08-07/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/lexv2-runtime/2020-08-07/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/lexv2-runtime/2020-08-07/service-2.json
-${PYSITELIB}/awscli/botocore/data/license-manager-linux-subscriptions/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/license-manager-linux-subscriptions/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/license-manager-linux-subscriptions/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/license-manager-user-subscriptions/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/license-manager-user-subscriptions/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/license-manager-user-subscriptions/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/license-manager/2018-08-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/license-manager/2018-08-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/license-manager/2018-08-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/lightsail/2016-11-28/completions-1.json
-${PYSITELIB}/awscli/botocore/data/lightsail/2016-11-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/lightsail/2016-11-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/lightsail/2016-11-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/location/2020-11-19/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/location/2020-11-19/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/location/2020-11-19/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/location/2020-11-19/service-2.json
-${PYSITELIB}/awscli/botocore/data/logs/2014-03-28/completions-1.json
-${PYSITELIB}/awscli/botocore/data/logs/2014-03-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/logs/2014-03-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/logs/2014-03-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/lookoutequipment/2020-12-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/lookoutequipment/2020-12-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/lookoutequipment/2020-12-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/lookoutmetrics/2017-07-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/lookoutmetrics/2017-07-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/lookoutmetrics/2017-07-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/lookoutvision/2020-11-20/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/lookoutvision/2020-11-20/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/lookoutvision/2020-11-20/service-2.json
-${PYSITELIB}/awscli/botocore/data/m2/2021-04-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/m2/2021-04-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/m2/2021-04-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/machinelearning/2014-12-12/completions-1.json
-${PYSITELIB}/awscli/botocore/data/machinelearning/2014-12-12/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/machinelearning/2014-12-12/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/machinelearning/2014-12-12/service-2.json
-${PYSITELIB}/awscli/botocore/data/machinelearning/2014-12-12/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/macie2/2020-01-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/macie2/2020-01-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/macie2/2020-01-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/macie2/2020-01-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/mailmanager/2023-10-17/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/mailmanager/2023-10-17/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/mailmanager/2023-10-17/service-2.json
-${PYSITELIB}/awscli/botocore/data/mailmanager/2023-10-17/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/managedblockchain-query/2023-05-04/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/managedblockchain-query/2023-05-04/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/managedblockchain-query/2023-05-04/service-2.json
-${PYSITELIB}/awscli/botocore/data/managedblockchain-query/2023-05-04/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/managedblockchain/2018-09-24/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/managedblockchain/2018-09-24/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/managedblockchain/2018-09-24/service-2.json
-${PYSITELIB}/awscli/botocore/data/marketplace-agreement/2020-03-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/marketplace-agreement/2020-03-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/marketplace-agreement/2020-03-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/marketplace-catalog/2018-09-17/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/marketplace-catalog/2018-09-17/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/marketplace-catalog/2018-09-17/service-2.json
-${PYSITELIB}/awscli/botocore/data/marketplace-deployment/2023-01-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/marketplace-deployment/2023-01-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/marketplace-deployment/2023-01-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/marketplace-entitlement/2017-01-11/completions-1.json
-${PYSITELIB}/awscli/botocore/data/marketplace-entitlement/2017-01-11/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/marketplace-entitlement/2017-01-11/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/marketplace-entitlement/2017-01-11/service-2.json
-${PYSITELIB}/awscli/botocore/data/marketplace-reporting/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/marketplace-reporting/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/marketplace-reporting/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/marketplace-reporting/2018-05-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/marketplacecommerceanalytics/2015-07-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/marketplacecommerceanalytics/2015-07-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/marketplacecommerceanalytics/2015-07-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/mediaconnect/2018-11-14/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/mediaconnect/2018-11-14/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/mediaconnect/2018-11-14/service-2.json
-${PYSITELIB}/awscli/botocore/data/mediaconnect/2018-11-14/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/mediaconvert/2017-08-29/completions-1.json
-${PYSITELIB}/awscli/botocore/data/mediaconvert/2017-08-29/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/mediaconvert/2017-08-29/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/mediaconvert/2017-08-29/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/mediaconvert/2017-08-29/service-2.json
-${PYSITELIB}/awscli/botocore/data/medialive/2017-10-14/completions-1.json
-${PYSITELIB}/awscli/botocore/data/medialive/2017-10-14/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/medialive/2017-10-14/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/medialive/2017-10-14/service-2.json
-${PYSITELIB}/awscli/botocore/data/medialive/2017-10-14/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/mediapackage-vod/2018-11-07/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/mediapackage-vod/2018-11-07/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/mediapackage-vod/2018-11-07/service-2.json
-${PYSITELIB}/awscli/botocore/data/mediapackage/2017-10-12/completions-1.json
-${PYSITELIB}/awscli/botocore/data/mediapackage/2017-10-12/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/mediapackage/2017-10-12/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/mediapackage/2017-10-12/service-2.json
-${PYSITELIB}/awscli/botocore/data/mediapackagev2/2022-12-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/mediapackagev2/2022-12-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/mediapackagev2/2022-12-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/mediapackagev2/2022-12-25/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/mediastore-data/2017-09-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/mediastore-data/2017-09-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/mediastore-data/2017-09-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/mediastore-data/2017-09-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/mediastore/2017-09-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/mediastore/2017-09-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/mediastore/2017-09-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/mediastore/2017-09-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/mediatailor/2018-04-23/completions-1.json
-${PYSITELIB}/awscli/botocore/data/mediatailor/2018-04-23/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/mediatailor/2018-04-23/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/mediatailor/2018-04-23/service-2.json
-${PYSITELIB}/awscli/botocore/data/medical-imaging/2023-07-19/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/medical-imaging/2023-07-19/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/medical-imaging/2023-07-19/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/medical-imaging/2023-07-19/service-2.json
-${PYSITELIB}/awscli/botocore/data/medical-imaging/2023-07-19/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/memorydb/2021-01-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/memorydb/2021-01-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/memorydb/2021-01-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/meteringmarketplace/2016-01-14/completions-1.json
-${PYSITELIB}/awscli/botocore/data/meteringmarketplace/2016-01-14/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/meteringmarketplace/2016-01-14/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/meteringmarketplace/2016-01-14/service-2.json
-${PYSITELIB}/awscli/botocore/data/mgh/2017-05-31/completions-1.json
-${PYSITELIB}/awscli/botocore/data/mgh/2017-05-31/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/mgh/2017-05-31/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/mgh/2017-05-31/service-2.json
-${PYSITELIB}/awscli/botocore/data/mgn/2020-02-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/mgn/2020-02-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/mgn/2020-02-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/migration-hub-refactor-spaces/2021-10-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/migration-hub-refactor-spaces/2021-10-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/migration-hub-refactor-spaces/2021-10-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/migrationhub-config/2019-06-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/migrationhub-config/2019-06-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/migrationhub-config/2019-06-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/migrationhuborchestrator/2021-08-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/migrationhuborchestrator/2021-08-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/migrationhuborchestrator/2021-08-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/migrationhuborchestrator/2021-08-28/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/migrationhubstrategy/2020-02-19/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/migrationhubstrategy/2020-02-19/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/migrationhubstrategy/2020-02-19/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/migrationhubstrategy/2020-02-19/service-2.json
-${PYSITELIB}/awscli/botocore/data/mpa/2022-07-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/mpa/2022-07-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/mpa/2022-07-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/mpa/2022-07-26/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/mq/2017-11-27/completions-1.json
-${PYSITELIB}/awscli/botocore/data/mq/2017-11-27/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/mq/2017-11-27/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/mq/2017-11-27/service-2.json
-${PYSITELIB}/awscli/botocore/data/mturk/2017-01-17/completions-1.json
-${PYSITELIB}/awscli/botocore/data/mturk/2017-01-17/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/mturk/2017-01-17/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/mturk/2017-01-17/service-2.json
-${PYSITELIB}/awscli/botocore/data/mwaa/2020-07-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/mwaa/2020-07-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/mwaa/2020-07-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/neptune-graph/2023-11-29/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/neptune-graph/2023-11-29/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/neptune-graph/2023-11-29/service-2.json
-${PYSITELIB}/awscli/botocore/data/neptune-graph/2023-11-29/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/neptune/2014-10-31/completions-1.json
-${PYSITELIB}/awscli/botocore/data/neptune/2014-10-31/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/neptune/2014-10-31/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/neptune/2014-10-31/service-2.json
-${PYSITELIB}/awscli/botocore/data/neptune/2014-10-31/service-2.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/neptune/2014-10-31/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/neptunedata/2023-08-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/neptunedata/2023-08-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/neptunedata/2023-08-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/network-firewall/2020-11-12/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/network-firewall/2020-11-12/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/network-firewall/2020-11-12/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/network-firewall/2020-11-12/service-2.json
-${PYSITELIB}/awscli/botocore/data/networkflowmonitor/2023-04-19/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/networkflowmonitor/2023-04-19/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/networkflowmonitor/2023-04-19/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/networkflowmonitor/2023-04-19/service-2.json
-${PYSITELIB}/awscli/botocore/data/networkflowmonitor/2023-04-19/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/networkmanager/2019-07-05/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/networkmanager/2019-07-05/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/networkmanager/2019-07-05/service-2.json
-${PYSITELIB}/awscli/botocore/data/networkmonitor/2023-08-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/networkmonitor/2023-08-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/networkmonitor/2023-08-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/networkmonitor/2023-08-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/notifications/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/notifications/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/notifications/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/notifications/2018-05-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/notificationscontacts/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/notificationscontacts/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/notificationscontacts/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/notificationscontacts/2018-05-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/oam/2022-06-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/oam/2022-06-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/oam/2022-06-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/observabilityadmin/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/observabilityadmin/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/observabilityadmin/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/observabilityadmin/2018-05-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/odb/2024-08-20/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/odb/2024-08-20/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/odb/2024-08-20/service-2.json
-${PYSITELIB}/awscli/botocore/data/odb/2024-08-20/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/omics/2022-11-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/omics/2022-11-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/omics/2022-11-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/omics/2022-11-28/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/opensearch/2021-01-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/opensearch/2021-01-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/opensearch/2021-01-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/opensearchserverless/2021-11-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/opensearchserverless/2021-11-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/opensearchserverless/2021-11-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/opensearchserverless/2021-11-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/organizations/2016-11-28/completions-1.json
-${PYSITELIB}/awscli/botocore/data/organizations/2016-11-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/organizations/2016-11-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/organizations/2016-11-28/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/organizations/2016-11-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/osis/2022-01-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/osis/2022-01-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/osis/2022-01-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/outposts/2019-12-03/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/outposts/2019-12-03/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/outposts/2019-12-03/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/outposts/2019-12-03/service-2.json
-${PYSITELIB}/awscli/botocore/data/panorama/2019-07-24/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/panorama/2019-07-24/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/panorama/2019-07-24/service-2.json
-${PYSITELIB}/awscli/botocore/data/partitions.json
-${PYSITELIB}/awscli/botocore/data/partnercentral-selling/2022-07-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/partnercentral-selling/2022-07-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/partnercentral-selling/2022-07-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/partnercentral-selling/2022-07-26/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/payment-cryptography-data/2022-02-03/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/payment-cryptography-data/2022-02-03/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/payment-cryptography-data/2022-02-03/service-2.json
-${PYSITELIB}/awscli/botocore/data/payment-cryptography-data/2022-02-03/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/payment-cryptography/2021-09-14/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/payment-cryptography/2021-09-14/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/payment-cryptography/2021-09-14/service-2.json
-${PYSITELIB}/awscli/botocore/data/payment-cryptography/2021-09-14/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/pca-connector-ad/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/pca-connector-ad/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/pca-connector-ad/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/pca-connector-scep/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/pca-connector-scep/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/pca-connector-scep/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/pca-connector-scep/2018-05-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/pcs/2023-02-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/pcs/2023-02-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/pcs/2023-02-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/pcs/2023-02-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/personalize-events/2018-03-22/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/personalize-events/2018-03-22/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/personalize-events/2018-03-22/service-2.json
-${PYSITELIB}/awscli/botocore/data/personalize-runtime/2018-05-22/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/personalize-runtime/2018-05-22/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/personalize-runtime/2018-05-22/service-2.json
-${PYSITELIB}/awscli/botocore/data/personalize/2018-05-22/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/personalize/2018-05-22/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/personalize/2018-05-22/service-2.json
-${PYSITELIB}/awscli/botocore/data/pi/2018-02-27/completions-1.json
-${PYSITELIB}/awscli/botocore/data/pi/2018-02-27/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/pi/2018-02-27/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/pi/2018-02-27/service-2.json
-${PYSITELIB}/awscli/botocore/data/pinpoint-email/2018-07-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/pinpoint-email/2018-07-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/pinpoint-email/2018-07-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/pinpoint-sms-voice-v2/2022-03-31/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/pinpoint-sms-voice-v2/2022-03-31/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/pinpoint-sms-voice-v2/2022-03-31/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/pinpoint-sms-voice-v2/2022-03-31/service-2.json
-${PYSITELIB}/awscli/botocore/data/pinpoint-sms-voice-v2/2022-03-31/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/pinpoint-sms-voice/2018-09-05/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/pinpoint-sms-voice/2018-09-05/service-2.json
-${PYSITELIB}/awscli/botocore/data/pinpoint/2016-12-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/pinpoint/2016-12-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/pinpoint/2016-12-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/pipes/2015-10-07/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/pipes/2015-10-07/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/pipes/2015-10-07/service-2.json
-${PYSITELIB}/awscli/botocore/data/pipes/2015-10-07/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/polly/2016-06-10/completions-1.json
-${PYSITELIB}/awscli/botocore/data/polly/2016-06-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/polly/2016-06-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/polly/2016-06-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/pricing/2017-10-15/completions-1.json
-${PYSITELIB}/awscli/botocore/data/pricing/2017-10-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/pricing/2017-10-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/pricing/2017-10-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/pricing/2017-10-15/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/proton/2020-07-20/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/proton/2020-07-20/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/proton/2020-07-20/service-2.json
-${PYSITELIB}/awscli/botocore/data/proton/2020-07-20/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/qapps/2023-11-27/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/qapps/2023-11-27/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/qapps/2023-11-27/service-2.json
-${PYSITELIB}/awscli/botocore/data/qapps/2023-11-27/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/qbusiness/2023-11-27/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/qbusiness/2023-11-27/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/qbusiness/2023-11-27/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/qbusiness/2023-11-27/service-2.json
-${PYSITELIB}/awscli/botocore/data/qbusiness/2023-11-27/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/qconnect/2020-10-19/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/qconnect/2020-10-19/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/qconnect/2020-10-19/service-2.json
-${PYSITELIB}/awscli/botocore/data/qconnect/2020-10-19/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/qldb-session/2019-07-11/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/qldb-session/2019-07-11/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/qldb-session/2019-07-11/service-2.json
-${PYSITELIB}/awscli/botocore/data/qldb/2019-01-02/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/qldb/2019-01-02/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/qldb/2019-01-02/service-2.json
-${PYSITELIB}/awscli/botocore/data/quicksight/2018-04-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/quicksight/2018-04-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/quicksight/2018-04-01/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/quicksight/2018-04-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/ram/2018-01-04/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ram/2018-01-04/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ram/2018-01-04/service-2.json
-${PYSITELIB}/awscli/botocore/data/rbin/2021-06-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/rbin/2021-06-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/rbin/2021-06-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/rds-data/2018-08-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/rds-data/2018-08-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/rds-data/2018-08-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/rds/2014-10-31/completions-1.json
-${PYSITELIB}/awscli/botocore/data/rds/2014-10-31/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/rds/2014-10-31/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/rds/2014-10-31/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/rds/2014-10-31/service-2.json
-${PYSITELIB}/awscli/botocore/data/rds/2014-10-31/service-2.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/rds/2014-10-31/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/redshift-data/2019-12-20/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/redshift-data/2019-12-20/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/redshift-data/2019-12-20/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/redshift-data/2019-12-20/service-2.json
-${PYSITELIB}/awscli/botocore/data/redshift-serverless/2021-04-21/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/redshift-serverless/2021-04-21/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/redshift-serverless/2021-04-21/service-2.json
-${PYSITELIB}/awscli/botocore/data/redshift/2012-12-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/redshift/2012-12-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/redshift/2012-12-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/redshift/2012-12-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/redshift/2012-12-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/rekognition/2016-06-27/completions-1.json
-${PYSITELIB}/awscli/botocore/data/rekognition/2016-06-27/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/rekognition/2016-06-27/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/rekognition/2016-06-27/service-2.json
-${PYSITELIB}/awscli/botocore/data/rekognition/2016-06-27/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/repostspace/2022-05-13/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/repostspace/2022-05-13/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/repostspace/2022-05-13/service-2.json
-${PYSITELIB}/awscli/botocore/data/repostspace/2022-05-13/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/resiliencehub/2020-04-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/resiliencehub/2020-04-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/resiliencehub/2020-04-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/resource-explorer-2/2022-07-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/resource-explorer-2/2022-07-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/resource-explorer-2/2022-07-28/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/resource-explorer-2/2022-07-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/resource-groups/2017-11-27/completions-1.json
-${PYSITELIB}/awscli/botocore/data/resource-groups/2017-11-27/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/resource-groups/2017-11-27/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/resource-groups/2017-11-27/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/resource-groups/2017-11-27/service-2.json
-${PYSITELIB}/awscli/botocore/data/resourcegroupstaggingapi/2017-01-26/completions-1.json
-${PYSITELIB}/awscli/botocore/data/resourcegroupstaggingapi/2017-01-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/resourcegroupstaggingapi/2017-01-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/robomaker/2018-06-29/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/robomaker/2018-06-29/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/robomaker/2018-06-29/service-2.json
-${PYSITELIB}/awscli/botocore/data/rolesanywhere/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/rolesanywhere/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/rolesanywhere/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/route53-recovery-cluster/2019-12-02/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/route53-recovery-cluster/2019-12-02/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/route53-recovery-cluster/2019-12-02/service-2.json
-${PYSITELIB}/awscli/botocore/data/route53-recovery-control-config/2020-11-02/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/route53-recovery-control-config/2020-11-02/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/route53-recovery-control-config/2020-11-02/service-2.json
-${PYSITELIB}/awscli/botocore/data/route53-recovery-control-config/2020-11-02/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/route53-recovery-readiness/2019-12-02/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/route53-recovery-readiness/2019-12-02/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/route53-recovery-readiness/2019-12-02/service-2.json
-${PYSITELIB}/awscli/botocore/data/route53/2013-04-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/route53/2013-04-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/route53/2013-04-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/route53/2013-04-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/route53/2013-04-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/route53domains/2014-05-15/completions-1.json
-${PYSITELIB}/awscli/botocore/data/route53domains/2014-05-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/route53domains/2014-05-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/route53domains/2014-05-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/route53profiles/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/route53profiles/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/route53profiles/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/route53resolver/2018-04-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/route53resolver/2018-04-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/route53resolver/2018-04-01/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/route53resolver/2018-04-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/rum/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/rum/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/rum/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/s3/2006-03-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/s3/2006-03-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/s3/2006-03-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/s3/2006-03-01/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/s3/2006-03-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/s3/2006-03-01/service-2.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/s3/2006-03-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/s3control/2018-08-20/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/s3control/2018-08-20/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/s3control/2018-08-20/service-2.json
-${PYSITELIB}/awscli/botocore/data/s3outposts/2017-07-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/s3outposts/2017-07-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/s3outposts/2017-07-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/s3tables/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/s3tables/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/s3tables/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/s3tables/2018-05-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/s3vectors/2025-07-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/s3vectors/2025-07-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/s3vectors/2025-07-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/s3vectors/2025-07-15/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-a2i-runtime/2019-11-07/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-a2i-runtime/2019-11-07/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-a2i-runtime/2019-11-07/service-2.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-edge/2020-09-23/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-edge/2020-09-23/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-edge/2020-09-23/service-2.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-featurestore-runtime/2020-07-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-featurestore-runtime/2020-07-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-featurestore-runtime/2020-07-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-geospatial/2020-05-27/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-geospatial/2020-05-27/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-geospatial/2020-05-27/service-2.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-metrics/2022-09-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-metrics/2022-09-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-metrics/2022-09-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-runtime/2017-05-13/completions-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-runtime/2017-05-13/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-runtime/2017-05-13/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker-runtime/2017-05-13/service-2.json
-${PYSITELIB}/awscli/botocore/data/sagemaker/2017-07-24/completions-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker/2017-07-24/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker/2017-07-24/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sagemaker/2017-07-24/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/sagemaker/2017-07-24/service-2.json
-${PYSITELIB}/awscli/botocore/data/sagemaker/2017-07-24/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/savingsplans/2019-06-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/savingsplans/2019-06-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/savingsplans/2019-06-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/scheduler/2021-06-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/scheduler/2021-06-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/scheduler/2021-06-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/schemas/2019-12-02/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/schemas/2019-12-02/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/schemas/2019-12-02/service-2.json
-${PYSITELIB}/awscli/botocore/data/schemas/2019-12-02/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/sdb/2009-04-15/completions-1.json
-${PYSITELIB}/awscli/botocore/data/sdb/2009-04-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sdb/2009-04-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sdb/2009-04-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/secretsmanager/2017-10-17/completions-1.json
-${PYSITELIB}/awscli/botocore/data/secretsmanager/2017-10-17/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/secretsmanager/2017-10-17/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/secretsmanager/2017-10-17/service-2.json
-${PYSITELIB}/awscli/botocore/data/secretsmanager/2017-10-17/service-2.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/security-ir/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/security-ir/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/security-ir/2018-05-10/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/security-ir/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/security-ir/2018-05-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/securityhub/2018-10-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/securityhub/2018-10-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/securityhub/2018-10-26/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/securityhub/2018-10-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/securitylake/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/securitylake/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/securitylake/2018-05-10/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/securitylake/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/serverlessrepo/2017-09-08/completions-1.json
-${PYSITELIB}/awscli/botocore/data/serverlessrepo/2017-09-08/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/serverlessrepo/2017-09-08/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/serverlessrepo/2017-09-08/service-2.json
-${PYSITELIB}/awscli/botocore/data/service-quotas/2019-06-24/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/service-quotas/2019-06-24/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/service-quotas/2019-06-24/service-2.json
-${PYSITELIB}/awscli/botocore/data/servicecatalog-appregistry/2020-06-24/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/servicecatalog-appregistry/2020-06-24/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/servicecatalog-appregistry/2020-06-24/service-2.json
-${PYSITELIB}/awscli/botocore/data/servicecatalog/2015-12-10/completions-1.json
-${PYSITELIB}/awscli/botocore/data/servicecatalog/2015-12-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/servicecatalog/2015-12-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/servicecatalog/2015-12-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/servicediscovery/2017-03-14/completions-1.json
-${PYSITELIB}/awscli/botocore/data/servicediscovery/2017-03-14/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/servicediscovery/2017-03-14/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/servicediscovery/2017-03-14/paginators-1.sdk-extras.json
-${PYSITELIB}/awscli/botocore/data/servicediscovery/2017-03-14/service-2.json
-${PYSITELIB}/awscli/botocore/data/ses/2010-12-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/ses/2010-12-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ses/2010-12-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ses/2010-12-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/ses/2010-12-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/sesv2/2019-09-27/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sesv2/2019-09-27/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sesv2/2019-09-27/service-2.json
-${PYSITELIB}/awscli/botocore/data/shield/2016-06-02/completions-1.json
-${PYSITELIB}/awscli/botocore/data/shield/2016-06-02/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/shield/2016-06-02/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/shield/2016-06-02/service-2.json
-${PYSITELIB}/awscli/botocore/data/signer/2017-08-25/completions-1.json
-${PYSITELIB}/awscli/botocore/data/signer/2017-08-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/signer/2017-08-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/signer/2017-08-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/signer/2017-08-25/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/simspaceweaver/2022-10-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/simspaceweaver/2022-10-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/simspaceweaver/2022-10-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/sms/2016-10-24/completions-1.json
-${PYSITELIB}/awscli/botocore/data/sms/2016-10-24/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sms/2016-10-24/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sms/2016-10-24/service-2.json
-${PYSITELIB}/awscli/botocore/data/snow-device-management/2021-08-04/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/snow-device-management/2021-08-04/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/snow-device-management/2021-08-04/service-2.json
-${PYSITELIB}/awscli/botocore/data/snowball/2016-06-30/completions-1.json
-${PYSITELIB}/awscli/botocore/data/snowball/2016-06-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/snowball/2016-06-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/snowball/2016-06-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/sns/2010-03-31/completions-1.json
-${PYSITELIB}/awscli/botocore/data/sns/2010-03-31/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sns/2010-03-31/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sns/2010-03-31/service-2.json
-${PYSITELIB}/awscli/botocore/data/socialmessaging/2024-01-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/socialmessaging/2024-01-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/socialmessaging/2024-01-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/sqs/2012-11-05/completions-1.json
-${PYSITELIB}/awscli/botocore/data/sqs/2012-11-05/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sqs/2012-11-05/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sqs/2012-11-05/service-2.json
-${PYSITELIB}/awscli/botocore/data/ssm-contacts/2021-05-03/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ssm-contacts/2021-05-03/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ssm-contacts/2021-05-03/service-2.json
-${PYSITELIB}/awscli/botocore/data/ssm-guiconnect/2021-05-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ssm-guiconnect/2021-05-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ssm-guiconnect/2021-05-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/ssm-incidents/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ssm-incidents/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ssm-incidents/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/ssm-incidents/2018-05-10/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/ssm-quicksetup/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ssm-quicksetup/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ssm-quicksetup/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/ssm-sap/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ssm-sap/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ssm-sap/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/ssm/2014-11-06/completions-1.json
-${PYSITELIB}/awscli/botocore/data/ssm/2014-11-06/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/ssm/2014-11-06/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/ssm/2014-11-06/service-2.json
-${PYSITELIB}/awscli/botocore/data/ssm/2014-11-06/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/sso-admin/2020-07-20/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sso-admin/2020-07-20/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sso-admin/2020-07-20/service-2.json
-${PYSITELIB}/awscli/botocore/data/sso-admin/2020-07-20/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/sso-oidc/2019-06-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sso-oidc/2019-06-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sso-oidc/2019-06-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/sso/2019-06-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sso/2019-06-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sso/2019-06-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/stepfunctions/2016-11-23/completions-1.json
-${PYSITELIB}/awscli/botocore/data/stepfunctions/2016-11-23/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/stepfunctions/2016-11-23/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/stepfunctions/2016-11-23/service-2.json
-${PYSITELIB}/awscli/botocore/data/storagegateway/2013-06-30/completions-1.json
-${PYSITELIB}/awscli/botocore/data/storagegateway/2013-06-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/storagegateway/2013-06-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/storagegateway/2013-06-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/sts/2011-06-15/completions-1.json
-${PYSITELIB}/awscli/botocore/data/sts/2011-06-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/sts/2011-06-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/sts/2011-06-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/supplychain/2024-01-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/supplychain/2024-01-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/supplychain/2024-01-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/support-app/2021-08-20/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/support-app/2021-08-20/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/support-app/2021-08-20/service-2.json
-${PYSITELIB}/awscli/botocore/data/support/2013-04-15/completions-1.json
-${PYSITELIB}/awscli/botocore/data/support/2013-04-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/support/2013-04-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/support/2013-04-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/swf/2012-01-25/completions-1.json
-${PYSITELIB}/awscli/botocore/data/swf/2012-01-25/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/swf/2012-01-25/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/swf/2012-01-25/service-2.json
-${PYSITELIB}/awscli/botocore/data/synthetics/2017-10-11/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/synthetics/2017-10-11/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/synthetics/2017-10-11/service-2.json
-${PYSITELIB}/awscli/botocore/data/taxsettings/2018-05-10/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/taxsettings/2018-05-10/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/taxsettings/2018-05-10/service-2.json
-${PYSITELIB}/awscli/botocore/data/textract/2018-06-27/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/textract/2018-06-27/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/textract/2018-06-27/service-2.json
-${PYSITELIB}/awscli/botocore/data/timestream-influxdb/2023-01-27/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/timestream-influxdb/2023-01-27/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/timestream-influxdb/2023-01-27/service-2.json
-${PYSITELIB}/awscli/botocore/data/timestream-query/2018-11-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/timestream-query/2018-11-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/timestream-query/2018-11-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/timestream-write/2018-11-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/timestream-write/2018-11-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/timestream-write/2018-11-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/tnb/2008-10-21/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/tnb/2008-10-21/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/tnb/2008-10-21/service-2.json
-${PYSITELIB}/awscli/botocore/data/transcribe/2017-10-26/completions-1.json
-${PYSITELIB}/awscli/botocore/data/transcribe/2017-10-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/transcribe/2017-10-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/transcribe/2017-10-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/transfer/2018-11-05/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/transfer/2018-11-05/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/transfer/2018-11-05/service-2.json
-${PYSITELIB}/awscli/botocore/data/transfer/2018-11-05/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/translate/2017-07-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/translate/2017-07-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/translate/2017-07-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/translate/2017-07-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/trustedadvisor/2022-09-15/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/trustedadvisor/2022-09-15/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/trustedadvisor/2022-09-15/service-2.json
-${PYSITELIB}/awscli/botocore/data/verifiedpermissions/2021-12-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/verifiedpermissions/2021-12-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/verifiedpermissions/2021-12-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/verifiedpermissions/2021-12-01/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/voice-id/2021-09-27/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/voice-id/2021-09-27/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/voice-id/2021-09-27/service-2.json
-${PYSITELIB}/awscli/botocore/data/vpc-lattice/2022-11-30/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/vpc-lattice/2022-11-30/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/vpc-lattice/2022-11-30/service-2.json
-${PYSITELIB}/awscli/botocore/data/waf-regional/2016-11-28/completions-1.json
-${PYSITELIB}/awscli/botocore/data/waf-regional/2016-11-28/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/waf-regional/2016-11-28/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/waf-regional/2016-11-28/service-2.json
-${PYSITELIB}/awscli/botocore/data/waf/2015-08-24/completions-1.json
-${PYSITELIB}/awscli/botocore/data/waf/2015-08-24/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/waf/2015-08-24/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/waf/2015-08-24/service-2.json
-${PYSITELIB}/awscli/botocore/data/wafv2/2019-07-29/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/wafv2/2019-07-29/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/wafv2/2019-07-29/service-2.json
-${PYSITELIB}/awscli/botocore/data/wellarchitected/2020-03-31/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/wellarchitected/2020-03-31/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/wellarchitected/2020-03-31/service-2.json
-${PYSITELIB}/awscli/botocore/data/wisdom/2020-10-19/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/wisdom/2020-10-19/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/wisdom/2020-10-19/service-2.json
-${PYSITELIB}/awscli/botocore/data/workdocs/2016-05-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/workdocs/2016-05-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/workdocs/2016-05-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/workdocs/2016-05-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/workmail/2017-10-01/completions-1.json
-${PYSITELIB}/awscli/botocore/data/workmail/2017-10-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/workmail/2017-10-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/workmail/2017-10-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/workmailmessageflow/2019-05-01/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/workmailmessageflow/2019-05-01/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/workmailmessageflow/2019-05-01/service-2.json
-${PYSITELIB}/awscli/botocore/data/workspaces-instances/2022-07-26/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/workspaces-instances/2022-07-26/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/workspaces-instances/2022-07-26/service-2.json
-${PYSITELIB}/awscli/botocore/data/workspaces-instances/2022-07-26/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/workspaces-thin-client/2023-08-22/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/workspaces-thin-client/2023-08-22/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/workspaces-thin-client/2023-08-22/service-2.json
-${PYSITELIB}/awscli/botocore/data/workspaces-web/2020-07-08/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/workspaces-web/2020-07-08/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/workspaces-web/2020-07-08/service-2.json
-${PYSITELIB}/awscli/botocore/data/workspaces-web/2020-07-08/waiters-2.json
-${PYSITELIB}/awscli/botocore/data/workspaces/2015-04-08/completions-1.json
-${PYSITELIB}/awscli/botocore/data/workspaces/2015-04-08/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/workspaces/2015-04-08/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/workspaces/2015-04-08/service-2.json
-${PYSITELIB}/awscli/botocore/data/xray/2016-04-12/completions-1.json
-${PYSITELIB}/awscli/botocore/data/xray/2016-04-12/endpoint-rule-set-1.json
-${PYSITELIB}/awscli/botocore/data/xray/2016-04-12/paginators-1.json
-${PYSITELIB}/awscli/botocore/data/xray/2016-04-12/service-2.json
-${PYSITELIB}/awscli/botocore/discovery.py
-${PYSITELIB}/awscli/botocore/discovery.pyc
-${PYSITELIB}/awscli/botocore/discovery.pyo
-${PYSITELIB}/awscli/botocore/docs/__init__.py
-${PYSITELIB}/awscli/botocore/docs/__init__.pyc
-${PYSITELIB}/awscli/botocore/docs/__init__.pyo
-${PYSITELIB}/awscli/botocore/docs/bcdoc/__init__.py
-${PYSITELIB}/awscli/botocore/docs/bcdoc/__init__.pyc
-${PYSITELIB}/awscli/botocore/docs/bcdoc/__init__.pyo
-${PYSITELIB}/awscli/botocore/docs/bcdoc/docstringparser.py
-${PYSITELIB}/awscli/botocore/docs/bcdoc/docstringparser.pyc
-${PYSITELIB}/awscli/botocore/docs/bcdoc/docstringparser.pyo
-${PYSITELIB}/awscli/botocore/docs/bcdoc/restdoc.py
-${PYSITELIB}/awscli/botocore/docs/bcdoc/restdoc.pyc
-${PYSITELIB}/awscli/botocore/docs/bcdoc/restdoc.pyo
-${PYSITELIB}/awscli/botocore/docs/bcdoc/style.py
-${PYSITELIB}/awscli/botocore/docs/bcdoc/style.pyc
-${PYSITELIB}/awscli/botocore/docs/bcdoc/style.pyo
-${PYSITELIB}/awscli/botocore/docs/client.py
-${PYSITELIB}/awscli/botocore/docs/client.pyc
-${PYSITELIB}/awscli/botocore/docs/client.pyo
-${PYSITELIB}/awscli/botocore/docs/docstring.py
-${PYSITELIB}/awscli/botocore/docs/docstring.pyc
-${PYSITELIB}/awscli/botocore/docs/docstring.pyo
-${PYSITELIB}/awscli/botocore/docs/example.py
-${PYSITELIB}/awscli/botocore/docs/example.pyc
-${PYSITELIB}/awscli/botocore/docs/example.pyo
-${PYSITELIB}/awscli/botocore/docs/method.py
-${PYSITELIB}/awscli/botocore/docs/method.pyc
-${PYSITELIB}/awscli/botocore/docs/method.pyo
-${PYSITELIB}/awscli/botocore/docs/paginator.py
-${PYSITELIB}/awscli/botocore/docs/paginator.pyc
-${PYSITELIB}/awscli/botocore/docs/paginator.pyo
-${PYSITELIB}/awscli/botocore/docs/params.py
-${PYSITELIB}/awscli/botocore/docs/params.pyc
-${PYSITELIB}/awscli/botocore/docs/params.pyo
-${PYSITELIB}/awscli/botocore/docs/service.py
-${PYSITELIB}/awscli/botocore/docs/service.pyc
-${PYSITELIB}/awscli/botocore/docs/service.pyo
-${PYSITELIB}/awscli/botocore/docs/shape.py
-${PYSITELIB}/awscli/botocore/docs/shape.pyc
-${PYSITELIB}/awscli/botocore/docs/shape.pyo
-${PYSITELIB}/awscli/botocore/docs/sharedexample.py
-${PYSITELIB}/awscli/botocore/docs/sharedexample.pyc
-${PYSITELIB}/awscli/botocore/docs/sharedexample.pyo
-${PYSITELIB}/awscli/botocore/docs/utils.py
-${PYSITELIB}/awscli/botocore/docs/utils.pyc
-${PYSITELIB}/awscli/botocore/docs/utils.pyo
-${PYSITELIB}/awscli/botocore/docs/waiter.py
-${PYSITELIB}/awscli/botocore/docs/waiter.pyc
-${PYSITELIB}/awscli/botocore/docs/waiter.pyo
-${PYSITELIB}/awscli/botocore/endpoint.py
-${PYSITELIB}/awscli/botocore/endpoint.pyc
-${PYSITELIB}/awscli/botocore/endpoint.pyo
-${PYSITELIB}/awscli/botocore/endpoint_provider.py
-${PYSITELIB}/awscli/botocore/endpoint_provider.pyc
-${PYSITELIB}/awscli/botocore/endpoint_provider.pyo
-${PYSITELIB}/awscli/botocore/errorfactory.py
-${PYSITELIB}/awscli/botocore/errorfactory.pyc
-${PYSITELIB}/awscli/botocore/errorfactory.pyo
-${PYSITELIB}/awscli/botocore/eventstream.py
-${PYSITELIB}/awscli/botocore/eventstream.pyc
-${PYSITELIB}/awscli/botocore/eventstream.pyo
-${PYSITELIB}/awscli/botocore/exceptions.py
-${PYSITELIB}/awscli/botocore/exceptions.pyc
-${PYSITELIB}/awscli/botocore/exceptions.pyo
-${PYSITELIB}/awscli/botocore/handlers.py
-${PYSITELIB}/awscli/botocore/handlers.pyc
-${PYSITELIB}/awscli/botocore/handlers.pyo
-${PYSITELIB}/awscli/botocore/history.py
-${PYSITELIB}/awscli/botocore/history.pyc
-${PYSITELIB}/awscli/botocore/history.pyo
-${PYSITELIB}/awscli/botocore/hooks.py
-${PYSITELIB}/awscli/botocore/hooks.pyc
-${PYSITELIB}/awscli/botocore/hooks.pyo
-${PYSITELIB}/awscli/botocore/httpchecksum.py
-${PYSITELIB}/awscli/botocore/httpchecksum.pyc
-${PYSITELIB}/awscli/botocore/httpchecksum.pyo
-${PYSITELIB}/awscli/botocore/httpsession.py
-${PYSITELIB}/awscli/botocore/httpsession.pyc
-${PYSITELIB}/awscli/botocore/httpsession.pyo
-${PYSITELIB}/awscli/botocore/loaders.py
-${PYSITELIB}/awscli/botocore/loaders.pyc
-${PYSITELIB}/awscli/botocore/loaders.pyo
-${PYSITELIB}/awscli/botocore/model.py
-${PYSITELIB}/awscli/botocore/model.pyc
-${PYSITELIB}/awscli/botocore/model.pyo
-${PYSITELIB}/awscli/botocore/monitoring.py
-${PYSITELIB}/awscli/botocore/monitoring.pyc
-${PYSITELIB}/awscli/botocore/monitoring.pyo
-${PYSITELIB}/awscli/botocore/paginate.py
-${PYSITELIB}/awscli/botocore/paginate.pyc
-${PYSITELIB}/awscli/botocore/paginate.pyo
-${PYSITELIB}/awscli/botocore/parsers.py
-${PYSITELIB}/awscli/botocore/parsers.pyc
-${PYSITELIB}/awscli/botocore/parsers.pyo
-${PYSITELIB}/awscli/botocore/regions.py
-${PYSITELIB}/awscli/botocore/regions.pyc
-${PYSITELIB}/awscli/botocore/regions.pyo
-${PYSITELIB}/awscli/botocore/response.py
-${PYSITELIB}/awscli/botocore/response.pyc
-${PYSITELIB}/awscli/botocore/response.pyo
-${PYSITELIB}/awscli/botocore/retries/__init__.py
-${PYSITELIB}/awscli/botocore/retries/__init__.pyc
-${PYSITELIB}/awscli/botocore/retries/__init__.pyo
-${PYSITELIB}/awscli/botocore/retries/adaptive.py
-${PYSITELIB}/awscli/botocore/retries/adaptive.pyc
-${PYSITELIB}/awscli/botocore/retries/adaptive.pyo
-${PYSITELIB}/awscli/botocore/retries/base.py
-${PYSITELIB}/awscli/botocore/retries/base.pyc
-${PYSITELIB}/awscli/botocore/retries/base.pyo
-${PYSITELIB}/awscli/botocore/retries/bucket.py
-${PYSITELIB}/awscli/botocore/retries/bucket.pyc
-${PYSITELIB}/awscli/botocore/retries/bucket.pyo
-${PYSITELIB}/awscli/botocore/retries/quota.py
-${PYSITELIB}/awscli/botocore/retries/quota.pyc
-${PYSITELIB}/awscli/botocore/retries/quota.pyo
-${PYSITELIB}/awscli/botocore/retries/special.py
-${PYSITELIB}/awscli/botocore/retries/special.pyc
-${PYSITELIB}/awscli/botocore/retries/special.pyo
-${PYSITELIB}/awscli/botocore/retries/standard.py
-${PYSITELIB}/awscli/botocore/retries/standard.pyc
-${PYSITELIB}/awscli/botocore/retries/standard.pyo
-${PYSITELIB}/awscli/botocore/retries/throttling.py
-${PYSITELIB}/awscli/botocore/retries/throttling.pyc
-${PYSITELIB}/awscli/botocore/retries/throttling.pyo
-${PYSITELIB}/awscli/botocore/serialize.py
-${PYSITELIB}/awscli/botocore/serialize.pyc
-${PYSITELIB}/awscli/botocore/serialize.pyo
-${PYSITELIB}/awscli/botocore/session.py
-${PYSITELIB}/awscli/botocore/session.pyc
-${PYSITELIB}/awscli/botocore/session.pyo
-${PYSITELIB}/awscli/botocore/signers.py
-${PYSITELIB}/awscli/botocore/signers.pyc
-${PYSITELIB}/awscli/botocore/signers.pyo
-${PYSITELIB}/awscli/botocore/stub.py
-${PYSITELIB}/awscli/botocore/stub.pyc
-${PYSITELIB}/awscli/botocore/stub.pyo
-${PYSITELIB}/awscli/botocore/tokens.py
-${PYSITELIB}/awscli/botocore/tokens.pyc
-${PYSITELIB}/awscli/botocore/tokens.pyo
-${PYSITELIB}/awscli/botocore/useragent.py
-${PYSITELIB}/awscli/botocore/useragent.pyc
-${PYSITELIB}/awscli/botocore/useragent.pyo
-${PYSITELIB}/awscli/botocore/utils.py
-${PYSITELIB}/awscli/botocore/utils.pyc
-${PYSITELIB}/awscli/botocore/utils.pyo
-${PYSITELIB}/awscli/botocore/validate.py
-${PYSITELIB}/awscli/botocore/validate.pyc
-${PYSITELIB}/awscli/botocore/validate.pyo
-${PYSITELIB}/awscli/botocore/vendored/__init__.py
-${PYSITELIB}/awscli/botocore/vendored/__init__.pyc
-${PYSITELIB}/awscli/botocore/vendored/__init__.pyo
-${PYSITELIB}/awscli/botocore/vendored/requests/__init__.py
-${PYSITELIB}/awscli/botocore/vendored/requests/__init__.pyc
-${PYSITELIB}/awscli/botocore/vendored/requests/__init__.pyo
-${PYSITELIB}/awscli/botocore/vendored/requests/exceptions.py
-${PYSITELIB}/awscli/botocore/vendored/requests/exceptions.pyc
-${PYSITELIB}/awscli/botocore/vendored/requests/exceptions.pyo
-${PYSITELIB}/awscli/botocore/vendored/requests/packages/__init__.py
-${PYSITELIB}/awscli/botocore/vendored/requests/packages/__init__.pyc
-${PYSITELIB}/awscli/botocore/vendored/requests/packages/__init__.pyo
-${PYSITELIB}/awscli/botocore/vendored/requests/packages/urllib3/__init__.py
-${PYSITELIB}/awscli/botocore/vendored/requests/packages/urllib3/__init__.pyc
-${PYSITELIB}/awscli/botocore/vendored/requests/packages/urllib3/__init__.pyo
-${PYSITELIB}/awscli/botocore/vendored/requests/packages/urllib3/exceptions.py
-${PYSITELIB}/awscli/botocore/vendored/requests/packages/urllib3/exceptions.pyc
-${PYSITELIB}/awscli/botocore/vendored/requests/packages/urllib3/exceptions.pyo
-${PYSITELIB}/awscli/botocore/vendored/six.py
-${PYSITELIB}/awscli/botocore/vendored/six.pyc
-${PYSITELIB}/awscli/botocore/vendored/six.pyo
-${PYSITELIB}/awscli/botocore/waiter.py
-${PYSITELIB}/awscli/botocore/waiter.pyc
-${PYSITELIB}/awscli/botocore/waiter.pyo
-${PYSITELIB}/awscli/clidocs.py
-${PYSITELIB}/awscli/clidocs.pyc
-${PYSITELIB}/awscli/clidocs.pyo
-${PYSITELIB}/awscli/clidriver.py
-${PYSITELIB}/awscli/clidriver.pyc
-${PYSITELIB}/awscli/clidriver.pyo
-${PYSITELIB}/awscli/commands.py
-${PYSITELIB}/awscli/commands.pyc
-${PYSITELIB}/awscli/commands.pyo
-${PYSITELIB}/awscli/compat.py
-${PYSITELIB}/awscli/compat.pyc
-${PYSITELIB}/awscli/compat.pyo
-${PYSITELIB}/awscli/constants.py
-${PYSITELIB}/awscli/constants.pyc
-${PYSITELIB}/awscli/constants.pyo
-${PYSITELIB}/awscli/customizations/__init__.py
-${PYSITELIB}/awscli/customizations/__init__.pyc
-${PYSITELIB}/awscli/customizations/__init__.pyo
-${PYSITELIB}/awscli/customizations/addexamples.py
-${PYSITELIB}/awscli/customizations/addexamples.pyc
-${PYSITELIB}/awscli/customizations/addexamples.pyo
-${PYSITELIB}/awscli/customizations/argrename.py
-${PYSITELIB}/awscli/customizations/argrename.pyc
-${PYSITELIB}/awscli/customizations/argrename.pyo
-${PYSITELIB}/awscli/customizations/arguments.py
-${PYSITELIB}/awscli/customizations/arguments.pyc
-${PYSITELIB}/awscli/customizations/arguments.pyo
-${PYSITELIB}/awscli/customizations/assumerole.py
-${PYSITELIB}/awscli/customizations/assumerole.pyc
-${PYSITELIB}/awscli/customizations/assumerole.pyo
-${PYSITELIB}/awscli/customizations/awslambda.py
-${PYSITELIB}/awscli/customizations/awslambda.pyc
-${PYSITELIB}/awscli/customizations/awslambda.pyo
-${PYSITELIB}/awscli/customizations/binaryformat.py
-${PYSITELIB}/awscli/customizations/binaryformat.pyc
-${PYSITELIB}/awscli/customizations/binaryformat.pyo
-${PYSITELIB}/awscli/customizations/binaryhoist.py
-${PYSITELIB}/awscli/customizations/binaryhoist.pyc
-${PYSITELIB}/awscli/customizations/binaryhoist.pyo
-${PYSITELIB}/awscli/customizations/cliinput.py
-${PYSITELIB}/awscli/customizations/cliinput.pyc
-${PYSITELIB}/awscli/customizations/cliinput.pyo
-${PYSITELIB}/awscli/customizations/cloudformation/__init__.py
-${PYSITELIB}/awscli/customizations/cloudformation/__init__.pyc
-${PYSITELIB}/awscli/customizations/cloudformation/__init__.pyo
-${PYSITELIB}/awscli/customizations/cloudformation/artifact_exporter.py
-${PYSITELIB}/awscli/customizations/cloudformation/artifact_exporter.pyc
-${PYSITELIB}/awscli/customizations/cloudformation/artifact_exporter.pyo
-${PYSITELIB}/awscli/customizations/cloudformation/deploy.py
-${PYSITELIB}/awscli/customizations/cloudformation/deploy.pyc
-${PYSITELIB}/awscli/customizations/cloudformation/deploy.pyo
-${PYSITELIB}/awscli/customizations/cloudformation/deployer.py
-${PYSITELIB}/awscli/customizations/cloudformation/deployer.pyc
-${PYSITELIB}/awscli/customizations/cloudformation/deployer.pyo
-${PYSITELIB}/awscli/customizations/cloudformation/exceptions.py
-${PYSITELIB}/awscli/customizations/cloudformation/exceptions.pyc
-${PYSITELIB}/awscli/customizations/cloudformation/exceptions.pyo
-${PYSITELIB}/awscli/customizations/cloudformation/package.py
-${PYSITELIB}/awscli/customizations/cloudformation/package.pyc
-${PYSITELIB}/awscli/customizations/cloudformation/package.pyo
-${PYSITELIB}/awscli/customizations/cloudformation/yamlhelper.py
-${PYSITELIB}/awscli/customizations/cloudformation/yamlhelper.pyc
-${PYSITELIB}/awscli/customizations/cloudformation/yamlhelper.pyo
-${PYSITELIB}/awscli/customizations/cloudfront.py
-${PYSITELIB}/awscli/customizations/cloudfront.pyc
-${PYSITELIB}/awscli/customizations/cloudfront.pyo
-${PYSITELIB}/awscli/customizations/cloudsearch.py
-${PYSITELIB}/awscli/customizations/cloudsearch.pyc
-${PYSITELIB}/awscli/customizations/cloudsearch.pyo
-${PYSITELIB}/awscli/customizations/cloudsearchdomain.py
-${PYSITELIB}/awscli/customizations/cloudsearchdomain.pyc
-${PYSITELIB}/awscli/customizations/cloudsearchdomain.pyo
-${PYSITELIB}/awscli/customizations/cloudtrail/__init__.py
-${PYSITELIB}/awscli/customizations/cloudtrail/__init__.pyc
-${PYSITELIB}/awscli/customizations/cloudtrail/__init__.pyo
-${PYSITELIB}/awscli/customizations/cloudtrail/utils.py
-${PYSITELIB}/awscli/customizations/cloudtrail/utils.pyc
-${PYSITELIB}/awscli/customizations/cloudtrail/utils.pyo
-${PYSITELIB}/awscli/customizations/cloudtrail/validation.py
-${PYSITELIB}/awscli/customizations/cloudtrail/validation.pyc
-${PYSITELIB}/awscli/customizations/cloudtrail/validation.pyo
-${PYSITELIB}/awscli/customizations/cloudtrail/verifyqueryresults.py
-${PYSITELIB}/awscli/customizations/cloudtrail/verifyqueryresults.pyc
-${PYSITELIB}/awscli/customizations/cloudtrail/verifyqueryresults.pyo
-${PYSITELIB}/awscli/customizations/codeartifact/__init__.py
-${PYSITELIB}/awscli/customizations/codeartifact/__init__.pyc
-${PYSITELIB}/awscli/customizations/codeartifact/__init__.pyo
-${PYSITELIB}/awscli/customizations/codeartifact/login.py
-${PYSITELIB}/awscli/customizations/codeartifact/login.pyc
-${PYSITELIB}/awscli/customizations/codeartifact/login.pyo
-${PYSITELIB}/awscli/customizations/codecommit.py
-${PYSITELIB}/awscli/customizations/codecommit.pyc
-${PYSITELIB}/awscli/customizations/codecommit.pyo
-${PYSITELIB}/awscli/customizations/codedeploy/__init__.py
-${PYSITELIB}/awscli/customizations/codedeploy/__init__.pyc
-${PYSITELIB}/awscli/customizations/codedeploy/__init__.pyo
-${PYSITELIB}/awscli/customizations/codedeploy/codedeploy.py
-${PYSITELIB}/awscli/customizations/codedeploy/codedeploy.pyc
-${PYSITELIB}/awscli/customizations/codedeploy/codedeploy.pyo
-${PYSITELIB}/awscli/customizations/codedeploy/deregister.py
-${PYSITELIB}/awscli/customizations/codedeploy/deregister.pyc
-${PYSITELIB}/awscli/customizations/codedeploy/deregister.pyo
-${PYSITELIB}/awscli/customizations/codedeploy/install.py
-${PYSITELIB}/awscli/customizations/codedeploy/install.pyc
-${PYSITELIB}/awscli/customizations/codedeploy/install.pyo
-${PYSITELIB}/awscli/customizations/codedeploy/locationargs.py
-${PYSITELIB}/awscli/customizations/codedeploy/locationargs.pyc
-${PYSITELIB}/awscli/customizations/codedeploy/locationargs.pyo
-${PYSITELIB}/awscli/customizations/codedeploy/push.py
-${PYSITELIB}/awscli/customizations/codedeploy/push.pyc
-${PYSITELIB}/awscli/customizations/codedeploy/push.pyo
-${PYSITELIB}/awscli/customizations/codedeploy/register.py
-${PYSITELIB}/awscli/customizations/codedeploy/register.pyc
-${PYSITELIB}/awscli/customizations/codedeploy/register.pyo
-${PYSITELIB}/awscli/customizations/codedeploy/systems.py
-${PYSITELIB}/awscli/customizations/codedeploy/systems.pyc
-${PYSITELIB}/awscli/customizations/codedeploy/systems.pyo
-${PYSITELIB}/awscli/customizations/codedeploy/uninstall.py
-${PYSITELIB}/awscli/customizations/codedeploy/uninstall.pyc
-${PYSITELIB}/awscli/customizations/codedeploy/uninstall.pyo
-${PYSITELIB}/awscli/customizations/codedeploy/utils.py
-${PYSITELIB}/awscli/customizations/codedeploy/utils.pyc
-${PYSITELIB}/awscli/customizations/codedeploy/utils.pyo
-${PYSITELIB}/awscli/customizations/commands.py
-${PYSITELIB}/awscli/customizations/commands.pyc
-${PYSITELIB}/awscli/customizations/commands.pyo
-${PYSITELIB}/awscli/customizations/configservice/__init__.py
-${PYSITELIB}/awscli/customizations/configservice/__init__.pyc
-${PYSITELIB}/awscli/customizations/configservice/__init__.pyo
-${PYSITELIB}/awscli/customizations/configservice/getstatus.py
-${PYSITELIB}/awscli/customizations/configservice/getstatus.pyc
-${PYSITELIB}/awscli/customizations/configservice/getstatus.pyo
-${PYSITELIB}/awscli/customizations/configservice/putconfigurationrecorder.py
-${PYSITELIB}/awscli/customizations/configservice/putconfigurationrecorder.pyc
-${PYSITELIB}/awscli/customizations/configservice/putconfigurationrecorder.pyo
-${PYSITELIB}/awscli/customizations/configservice/rename_cmd.py
-${PYSITELIB}/awscli/customizations/configservice/rename_cmd.pyc
-${PYSITELIB}/awscli/customizations/configservice/rename_cmd.pyo
-${PYSITELIB}/awscli/customizations/configservice/subscribe.py
-${PYSITELIB}/awscli/customizations/configservice/subscribe.pyc
-${PYSITELIB}/awscli/customizations/configservice/subscribe.pyo
-${PYSITELIB}/awscli/customizations/configure/__init__.py
-${PYSITELIB}/awscli/customizations/configure/__init__.pyc
-${PYSITELIB}/awscli/customizations/configure/__init__.pyo
-${PYSITELIB}/awscli/customizations/configure/addmodel.py
-${PYSITELIB}/awscli/customizations/configure/addmodel.pyc
-${PYSITELIB}/awscli/customizations/configure/addmodel.pyo
-${PYSITELIB}/awscli/customizations/configure/configure.py
-${PYSITELIB}/awscli/customizations/configure/configure.pyc
-${PYSITELIB}/awscli/customizations/configure/configure.pyo
-${PYSITELIB}/awscli/customizations/configure/exportcreds.py
-${PYSITELIB}/awscli/customizations/configure/exportcreds.pyc
-${PYSITELIB}/awscli/customizations/configure/exportcreds.pyo
-${PYSITELIB}/awscli/customizations/configure/get.py
-${PYSITELIB}/awscli/customizations/configure/get.pyc
-${PYSITELIB}/awscli/customizations/configure/get.pyo
-${PYSITELIB}/awscli/customizations/configure/importer.py
-${PYSITELIB}/awscli/customizations/configure/importer.pyc
-${PYSITELIB}/awscli/customizations/configure/importer.pyo
-${PYSITELIB}/awscli/customizations/configure/list.py
-${PYSITELIB}/awscli/customizations/configure/list.pyc
-${PYSITELIB}/awscli/customizations/configure/list.pyo
-${PYSITELIB}/awscli/customizations/configure/listprofiles.py
-${PYSITELIB}/awscli/customizations/configure/listprofiles.pyc
-${PYSITELIB}/awscli/customizations/configure/listprofiles.pyo
-${PYSITELIB}/awscli/customizations/configure/set.py
-${PYSITELIB}/awscli/customizations/configure/set.pyc
-${PYSITELIB}/awscli/customizations/configure/set.pyo
-${PYSITELIB}/awscli/customizations/configure/sso.py
-${PYSITELIB}/awscli/customizations/configure/sso.pyc
-${PYSITELIB}/awscli/customizations/configure/sso.pyo
-${PYSITELIB}/awscli/customizations/configure/writer.py
-${PYSITELIB}/awscli/customizations/configure/writer.pyc
-${PYSITELIB}/awscli/customizations/configure/writer.pyo
-${PYSITELIB}/awscli/customizations/datapipeline/__init__.py
-${PYSITELIB}/awscli/customizations/datapipeline/__init__.pyc
-${PYSITELIB}/awscli/customizations/datapipeline/__init__.pyo
-${PYSITELIB}/awscli/customizations/datapipeline/constants.py
-${PYSITELIB}/awscli/customizations/datapipeline/constants.pyc
-${PYSITELIB}/awscli/customizations/datapipeline/constants.pyo
-${PYSITELIB}/awscli/customizations/datapipeline/createdefaultroles.py
-${PYSITELIB}/awscli/customizations/datapipeline/createdefaultroles.pyc
-${PYSITELIB}/awscli/customizations/datapipeline/createdefaultroles.pyo
-${PYSITELIB}/awscli/customizations/datapipeline/listrunsformatter.py
-${PYSITELIB}/awscli/customizations/datapipeline/listrunsformatter.pyc
-${PYSITELIB}/awscli/customizations/datapipeline/listrunsformatter.pyo
-${PYSITELIB}/awscli/customizations/datapipeline/translator.py
-${PYSITELIB}/awscli/customizations/datapipeline/translator.pyc
-${PYSITELIB}/awscli/customizations/datapipeline/translator.pyo
-${PYSITELIB}/awscli/customizations/devcommands.py
-${PYSITELIB}/awscli/customizations/devcommands.pyc
-${PYSITELIB}/awscli/customizations/devcommands.pyo
-${PYSITELIB}/awscli/customizations/dlm/__init__.py
-${PYSITELIB}/awscli/customizations/dlm/__init__.pyc
-${PYSITELIB}/awscli/customizations/dlm/__init__.pyo
-${PYSITELIB}/awscli/customizations/dlm/constants.py
-${PYSITELIB}/awscli/customizations/dlm/constants.pyc
-${PYSITELIB}/awscli/customizations/dlm/constants.pyo
-${PYSITELIB}/awscli/customizations/dlm/createdefaultrole.py
-${PYSITELIB}/awscli/customizations/dlm/createdefaultrole.pyc
-${PYSITELIB}/awscli/customizations/dlm/createdefaultrole.pyo
-${PYSITELIB}/awscli/customizations/dlm/dlm.py
-${PYSITELIB}/awscli/customizations/dlm/dlm.pyc
-${PYSITELIB}/awscli/customizations/dlm/dlm.pyo
-${PYSITELIB}/awscli/customizations/dlm/iam.py
-${PYSITELIB}/awscli/customizations/dlm/iam.pyc
-${PYSITELIB}/awscli/customizations/dlm/iam.pyo
-${PYSITELIB}/awscli/customizations/dsql.py
-${PYSITELIB}/awscli/customizations/dsql.pyc
-${PYSITELIB}/awscli/customizations/dsql.pyo
-${PYSITELIB}/awscli/customizations/dynamodb/__init__.py
-${PYSITELIB}/awscli/customizations/dynamodb/__init__.pyc
-${PYSITELIB}/awscli/customizations/dynamodb/__init__.pyo
-${PYSITELIB}/awscli/customizations/dynamodb/ast.py
-${PYSITELIB}/awscli/customizations/dynamodb/ast.pyc
-${PYSITELIB}/awscli/customizations/dynamodb/ast.pyo
-${PYSITELIB}/awscli/customizations/dynamodb/ddb.py
-${PYSITELIB}/awscli/customizations/dynamodb/ddb.pyc
-${PYSITELIB}/awscli/customizations/dynamodb/ddb.pyo
-${PYSITELIB}/awscli/customizations/dynamodb/exceptions.py
-${PYSITELIB}/awscli/customizations/dynamodb/exceptions.pyc
-${PYSITELIB}/awscli/customizations/dynamodb/exceptions.pyo
-${PYSITELIB}/awscli/customizations/dynamodb/extractor.py
-${PYSITELIB}/awscli/customizations/dynamodb/extractor.pyc
-${PYSITELIB}/awscli/customizations/dynamodb/extractor.pyo
-${PYSITELIB}/awscli/customizations/dynamodb/formatter.py
-${PYSITELIB}/awscli/customizations/dynamodb/formatter.pyc
-${PYSITELIB}/awscli/customizations/dynamodb/formatter.pyo
-${PYSITELIB}/awscli/customizations/dynamodb/lexer.py
-${PYSITELIB}/awscli/customizations/dynamodb/lexer.pyc
-${PYSITELIB}/awscli/customizations/dynamodb/lexer.pyo
-${PYSITELIB}/awscli/customizations/dynamodb/paginatorfix.py
-${PYSITELIB}/awscli/customizations/dynamodb/paginatorfix.pyc
-${PYSITELIB}/awscli/customizations/dynamodb/paginatorfix.pyo
-${PYSITELIB}/awscli/customizations/dynamodb/params.py
-${PYSITELIB}/awscli/customizations/dynamodb/params.pyc
-${PYSITELIB}/awscli/customizations/dynamodb/params.pyo
-${PYSITELIB}/awscli/customizations/dynamodb/parser.py
-${PYSITELIB}/awscli/customizations/dynamodb/parser.pyc
-${PYSITELIB}/awscli/customizations/dynamodb/parser.pyo
-${PYSITELIB}/awscli/customizations/dynamodb/subcommands.py
-${PYSITELIB}/awscli/customizations/dynamodb/subcommands.pyc
-${PYSITELIB}/awscli/customizations/dynamodb/subcommands.pyo
-${PYSITELIB}/awscli/customizations/dynamodb/transform.py
-${PYSITELIB}/awscli/customizations/dynamodb/transform.pyc
-${PYSITELIB}/awscli/customizations/dynamodb/transform.pyo
-${PYSITELIB}/awscli/customizations/dynamodb/types.py
-${PYSITELIB}/awscli/customizations/dynamodb/types.pyc
-${PYSITELIB}/awscli/customizations/dynamodb/types.pyo
-${PYSITELIB}/awscli/customizations/ec2/__init__.py
-${PYSITELIB}/awscli/customizations/ec2/__init__.pyc
-${PYSITELIB}/awscli/customizations/ec2/__init__.pyo
-${PYSITELIB}/awscli/customizations/ec2/addcount.py
-${PYSITELIB}/awscli/customizations/ec2/addcount.pyc
-${PYSITELIB}/awscli/customizations/ec2/addcount.pyo
-${PYSITELIB}/awscli/customizations/ec2/bundleinstance.py
-${PYSITELIB}/awscli/customizations/ec2/bundleinstance.pyc
-${PYSITELIB}/awscli/customizations/ec2/bundleinstance.pyo
-${PYSITELIB}/awscli/customizations/ec2/decryptpassword.py
-${PYSITELIB}/awscli/customizations/ec2/decryptpassword.pyc
-${PYSITELIB}/awscli/customizations/ec2/decryptpassword.pyo
-${PYSITELIB}/awscli/customizations/ec2/paginate.py
-${PYSITELIB}/awscli/customizations/ec2/paginate.pyc
-${PYSITELIB}/awscli/customizations/ec2/paginate.pyo
-${PYSITELIB}/awscli/customizations/ec2/protocolarg.py
-${PYSITELIB}/awscli/customizations/ec2/protocolarg.pyc
-${PYSITELIB}/awscli/customizations/ec2/protocolarg.pyo
-${PYSITELIB}/awscli/customizations/ec2/runinstances.py
-${PYSITELIB}/awscli/customizations/ec2/runinstances.pyc
-${PYSITELIB}/awscli/customizations/ec2/runinstances.pyo
-${PYSITELIB}/awscli/customizations/ec2/secgroupsimplify.py
-${PYSITELIB}/awscli/customizations/ec2/secgroupsimplify.pyc
-${PYSITELIB}/awscli/customizations/ec2/secgroupsimplify.pyo
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/__init__.py
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/__init__.pyc
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/__init__.pyo
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/eicefetcher.py
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/eicefetcher.pyc
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/eicefetcher.pyo
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/eicesigner.py
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/eicesigner.pyc
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/eicesigner.pyo
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/opentunnel.py
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/opentunnel.pyc
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/opentunnel.pyo
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/ssh.py
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/ssh.pyc
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/ssh.pyo
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/websocket.py
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/websocket.pyc
-${PYSITELIB}/awscli/customizations/ec2instanceconnect/websocket.pyo
-${PYSITELIB}/awscli/customizations/ecr.py
-${PYSITELIB}/awscli/customizations/ecr.pyc
-${PYSITELIB}/awscli/customizations/ecr.pyo
-${PYSITELIB}/awscli/customizations/ecr_public.py
-${PYSITELIB}/awscli/customizations/ecr_public.pyc
-${PYSITELIB}/awscli/customizations/ecr_public.pyo
-${PYSITELIB}/awscli/customizations/ecs/__init__.py
-${PYSITELIB}/awscli/customizations/ecs/__init__.pyc
-${PYSITELIB}/awscli/customizations/ecs/__init__.pyo
-${PYSITELIB}/awscli/customizations/ecs/deploy.py
-${PYSITELIB}/awscli/customizations/ecs/deploy.pyc
-${PYSITELIB}/awscli/customizations/ecs/deploy.pyo
-${PYSITELIB}/awscli/customizations/ecs/exceptions.py
-${PYSITELIB}/awscli/customizations/ecs/exceptions.pyc
-${PYSITELIB}/awscli/customizations/ecs/exceptions.pyo
-${PYSITELIB}/awscli/customizations/ecs/executecommand.py
-${PYSITELIB}/awscli/customizations/ecs/executecommand.pyc
-${PYSITELIB}/awscli/customizations/ecs/executecommand.pyo
-${PYSITELIB}/awscli/customizations/ecs/filehelpers.py
-${PYSITELIB}/awscli/customizations/ecs/filehelpers.pyc
-${PYSITELIB}/awscli/customizations/ecs/filehelpers.pyo
-${PYSITELIB}/awscli/customizations/eks/__init__.py
-${PYSITELIB}/awscli/customizations/eks/__init__.pyc
-${PYSITELIB}/awscli/customizations/eks/__init__.pyo
-${PYSITELIB}/awscli/customizations/eks/exceptions.py
-${PYSITELIB}/awscli/customizations/eks/exceptions.pyc
-${PYSITELIB}/awscli/customizations/eks/exceptions.pyo
-${PYSITELIB}/awscli/customizations/eks/get_token.py
-${PYSITELIB}/awscli/customizations/eks/get_token.pyc
-${PYSITELIB}/awscli/customizations/eks/get_token.pyo
-${PYSITELIB}/awscli/customizations/eks/kubeconfig.py
-${PYSITELIB}/awscli/customizations/eks/kubeconfig.pyc
-${PYSITELIB}/awscli/customizations/eks/kubeconfig.pyo
-${PYSITELIB}/awscli/customizations/eks/ordered_yaml.py
-${PYSITELIB}/awscli/customizations/eks/ordered_yaml.pyc
-${PYSITELIB}/awscli/customizations/eks/ordered_yaml.pyo
-${PYSITELIB}/awscli/customizations/eks/update_kubeconfig.py
-${PYSITELIB}/awscli/customizations/eks/update_kubeconfig.pyc
-${PYSITELIB}/awscli/customizations/eks/update_kubeconfig.pyo
-${PYSITELIB}/awscli/customizations/emr/__init__.py
-${PYSITELIB}/awscli/customizations/emr/__init__.pyc
-${PYSITELIB}/awscli/customizations/emr/__init__.pyo
-${PYSITELIB}/awscli/customizations/emr/addinstancegroups.py
-${PYSITELIB}/awscli/customizations/emr/addinstancegroups.pyc
-${PYSITELIB}/awscli/customizations/emr/addinstancegroups.pyo
-${PYSITELIB}/awscli/customizations/emr/addsteps.py
-${PYSITELIB}/awscli/customizations/emr/addsteps.pyc
-${PYSITELIB}/awscli/customizations/emr/addsteps.pyo
-${PYSITELIB}/awscli/customizations/emr/addtags.py
-${PYSITELIB}/awscli/customizations/emr/addtags.pyc
-${PYSITELIB}/awscli/customizations/emr/addtags.pyo
-${PYSITELIB}/awscli/customizations/emr/applicationutils.py
-${PYSITELIB}/awscli/customizations/emr/applicationutils.pyc
-${PYSITELIB}/awscli/customizations/emr/applicationutils.pyo
-${PYSITELIB}/awscli/customizations/emr/argumentschema.py
-${PYSITELIB}/awscli/customizations/emr/argumentschema.pyc
-${PYSITELIB}/awscli/customizations/emr/argumentschema.pyo
-${PYSITELIB}/awscli/customizations/emr/command.py
-${PYSITELIB}/awscli/customizations/emr/command.pyc
-${PYSITELIB}/awscli/customizations/emr/command.pyo
-${PYSITELIB}/awscli/customizations/emr/config.py
-${PYSITELIB}/awscli/customizations/emr/config.pyc
-${PYSITELIB}/awscli/customizations/emr/config.pyo
-${PYSITELIB}/awscli/customizations/emr/configutils.py
-${PYSITELIB}/awscli/customizations/emr/configutils.pyc
-${PYSITELIB}/awscli/customizations/emr/configutils.pyo
-${PYSITELIB}/awscli/customizations/emr/constants.py
-${PYSITELIB}/awscli/customizations/emr/constants.pyc
-${PYSITELIB}/awscli/customizations/emr/constants.pyo
-${PYSITELIB}/awscli/customizations/emr/createcluster.py
-${PYSITELIB}/awscli/customizations/emr/createcluster.pyc
-${PYSITELIB}/awscli/customizations/emr/createcluster.pyo
-${PYSITELIB}/awscli/customizations/emr/createdefaultroles.py
-${PYSITELIB}/awscli/customizations/emr/createdefaultroles.pyc
-${PYSITELIB}/awscli/customizations/emr/createdefaultroles.pyo
-${PYSITELIB}/awscli/customizations/emr/describecluster.py
-${PYSITELIB}/awscli/customizations/emr/describecluster.pyc
-${PYSITELIB}/awscli/customizations/emr/describecluster.pyo
-${PYSITELIB}/awscli/customizations/emr/emr.py
-${PYSITELIB}/awscli/customizations/emr/emr.pyc
-${PYSITELIB}/awscli/customizations/emr/emr.pyo
-${PYSITELIB}/awscli/customizations/emr/emrfsutils.py
-${PYSITELIB}/awscli/customizations/emr/emrfsutils.pyc
-${PYSITELIB}/awscli/customizations/emr/emrfsutils.pyo
-${PYSITELIB}/awscli/customizations/emr/emrutils.py
-${PYSITELIB}/awscli/customizations/emr/emrutils.pyc
-${PYSITELIB}/awscli/customizations/emr/emrutils.pyo
-${PYSITELIB}/awscli/customizations/emr/exceptions.py
-${PYSITELIB}/awscli/customizations/emr/exceptions.pyc
-${PYSITELIB}/awscli/customizations/emr/exceptions.pyo
-${PYSITELIB}/awscli/customizations/emr/hbase.py
-${PYSITELIB}/awscli/customizations/emr/hbase.pyc
-${PYSITELIB}/awscli/customizations/emr/hbase.pyo
-${PYSITELIB}/awscli/customizations/emr/hbaseutils.py
-${PYSITELIB}/awscli/customizations/emr/hbaseutils.pyc
-${PYSITELIB}/awscli/customizations/emr/hbaseutils.pyo
-${PYSITELIB}/awscli/customizations/emr/helptext.py
-${PYSITELIB}/awscli/customizations/emr/helptext.pyc
-${PYSITELIB}/awscli/customizations/emr/helptext.pyo
-${PYSITELIB}/awscli/customizations/emr/installapplications.py
-${PYSITELIB}/awscli/customizations/emr/installapplications.pyc
-${PYSITELIB}/awscli/customizations/emr/installapplications.pyo
-${PYSITELIB}/awscli/customizations/emr/instancefleetsutils.py
-${PYSITELIB}/awscli/customizations/emr/instancefleetsutils.pyc
-${PYSITELIB}/awscli/customizations/emr/instancefleetsutils.pyo
-${PYSITELIB}/awscli/customizations/emr/instancegroupsutils.py
-${PYSITELIB}/awscli/customizations/emr/instancegroupsutils.pyc
-${PYSITELIB}/awscli/customizations/emr/instancegroupsutils.pyo
-${PYSITELIB}/awscli/customizations/emr/listclusters.py
-${PYSITELIB}/awscli/customizations/emr/listclusters.pyc
-${PYSITELIB}/awscli/customizations/emr/listclusters.pyo
-${PYSITELIB}/awscli/customizations/emr/modifyclusterattributes.py
-${PYSITELIB}/awscli/customizations/emr/modifyclusterattributes.pyc
-${PYSITELIB}/awscli/customizations/emr/modifyclusterattributes.pyo
-${PYSITELIB}/awscli/customizations/emr/ssh.py
-${PYSITELIB}/awscli/customizations/emr/ssh.pyc
-${PYSITELIB}/awscli/customizations/emr/ssh.pyo
-${PYSITELIB}/awscli/customizations/emr/sshutils.py
-${PYSITELIB}/awscli/customizations/emr/sshutils.pyc
-${PYSITELIB}/awscli/customizations/emr/sshutils.pyo
-${PYSITELIB}/awscli/customizations/emr/steputils.py
-${PYSITELIB}/awscli/customizations/emr/steputils.pyc
-${PYSITELIB}/awscli/customizations/emr/steputils.pyo
-${PYSITELIB}/awscli/customizations/emr/terminateclusters.py
-${PYSITELIB}/awscli/customizations/emr/terminateclusters.pyc
-${PYSITELIB}/awscli/customizations/emr/terminateclusters.pyo
-${PYSITELIB}/awscli/customizations/emrcontainers/__init__.py
-${PYSITELIB}/awscli/customizations/emrcontainers/__init__.pyc
-${PYSITELIB}/awscli/customizations/emrcontainers/__init__.pyo
-${PYSITELIB}/awscli/customizations/emrcontainers/base36.py
-${PYSITELIB}/awscli/customizations/emrcontainers/base36.pyc
-${PYSITELIB}/awscli/customizations/emrcontainers/base36.pyo
-${PYSITELIB}/awscli/customizations/emrcontainers/constants.py
-${PYSITELIB}/awscli/customizations/emrcontainers/constants.pyc
-${PYSITELIB}/awscli/customizations/emrcontainers/constants.pyo
-${PYSITELIB}/awscli/customizations/emrcontainers/create_role_associations.py
-${PYSITELIB}/awscli/customizations/emrcontainers/create_role_associations.pyc
-${PYSITELIB}/awscli/customizations/emrcontainers/create_role_associations.pyo
-${PYSITELIB}/awscli/customizations/emrcontainers/delete_role_associations.py
-${PYSITELIB}/awscli/customizations/emrcontainers/delete_role_associations.pyc
-${PYSITELIB}/awscli/customizations/emrcontainers/delete_role_associations.pyo
-${PYSITELIB}/awscli/customizations/emrcontainers/eks.py
-${PYSITELIB}/awscli/customizations/emrcontainers/eks.pyc
-${PYSITELIB}/awscli/customizations/emrcontainers/eks.pyo
-${PYSITELIB}/awscli/customizations/emrcontainers/iam.py
-${PYSITELIB}/awscli/customizations/emrcontainers/iam.pyc
-${PYSITELIB}/awscli/customizations/emrcontainers/iam.pyo
-${PYSITELIB}/awscli/customizations/emrcontainers/update_role_trust_policy.py
-${PYSITELIB}/awscli/customizations/emrcontainers/update_role_trust_policy.pyc
-${PYSITELIB}/awscli/customizations/emrcontainers/update_role_trust_policy.pyo
-${PYSITELIB}/awscli/customizations/emrcontainers/utils.py
-${PYSITELIB}/awscli/customizations/emrcontainers/utils.pyc
-${PYSITELIB}/awscli/customizations/emrcontainers/utils.pyo
-${PYSITELIB}/awscli/customizations/exceptions.py
-${PYSITELIB}/awscli/customizations/exceptions.pyc
-${PYSITELIB}/awscli/customizations/exceptions.pyo
-${PYSITELIB}/awscli/customizations/flatten.py
-${PYSITELIB}/awscli/customizations/flatten.pyc
-${PYSITELIB}/awscli/customizations/flatten.pyo
-${PYSITELIB}/awscli/customizations/gamelift/__init__.py
-${PYSITELIB}/awscli/customizations/gamelift/__init__.pyc
-${PYSITELIB}/awscli/customizations/gamelift/__init__.pyo
-${PYSITELIB}/awscli/customizations/gamelift/getlog.py
-${PYSITELIB}/awscli/customizations/gamelift/getlog.pyc
-${PYSITELIB}/awscli/customizations/gamelift/getlog.pyo
-${PYSITELIB}/awscli/customizations/gamelift/uploadbuild.py
-${PYSITELIB}/awscli/customizations/gamelift/uploadbuild.pyc
-${PYSITELIB}/awscli/customizations/gamelift/uploadbuild.pyo
-${PYSITELIB}/awscli/customizations/generatecliskeleton.py
-${PYSITELIB}/awscli/customizations/generatecliskeleton.pyc
-${PYSITELIB}/awscli/customizations/generatecliskeleton.pyo
-${PYSITELIB}/awscli/customizations/globalargs.py
-${PYSITELIB}/awscli/customizations/globalargs.pyc
-${PYSITELIB}/awscli/customizations/globalargs.pyo
-${PYSITELIB}/awscli/customizations/history/__init__.py
-${PYSITELIB}/awscli/customizations/history/__init__.pyc
-${PYSITELIB}/awscli/customizations/history/__init__.pyo
-${PYSITELIB}/awscli/customizations/history/commands.py
-${PYSITELIB}/awscli/customizations/history/commands.pyc
-${PYSITELIB}/awscli/customizations/history/commands.pyo
-${PYSITELIB}/awscli/customizations/history/constants.py
-${PYSITELIB}/awscli/customizations/history/constants.pyc
-${PYSITELIB}/awscli/customizations/history/constants.pyo
-${PYSITELIB}/awscli/customizations/history/db.py
-${PYSITELIB}/awscli/customizations/history/db.pyc
-${PYSITELIB}/awscli/customizations/history/db.pyo
-${PYSITELIB}/awscli/customizations/history/filters.py
-${PYSITELIB}/awscli/customizations/history/filters.pyc
-${PYSITELIB}/awscli/customizations/history/filters.pyo
-${PYSITELIB}/awscli/customizations/history/list.py
-${PYSITELIB}/awscli/customizations/history/list.pyc
-${PYSITELIB}/awscli/customizations/history/list.pyo
-${PYSITELIB}/awscli/customizations/history/show.py
-${PYSITELIB}/awscli/customizations/history/show.pyc
-${PYSITELIB}/awscli/customizations/history/show.pyo
-${PYSITELIB}/awscli/customizations/iamvirtmfa.py
-${PYSITELIB}/awscli/customizations/iamvirtmfa.pyc
-${PYSITELIB}/awscli/customizations/iamvirtmfa.pyo
-${PYSITELIB}/awscli/customizations/iot.py
-${PYSITELIB}/awscli/customizations/iot.pyc
-${PYSITELIB}/awscli/customizations/iot.pyo
-${PYSITELIB}/awscli/customizations/iot_data.py
-${PYSITELIB}/awscli/customizations/iot_data.pyc
-${PYSITELIB}/awscli/customizations/iot_data.pyo
-${PYSITELIB}/awscli/customizations/kinesis.py
-${PYSITELIB}/awscli/customizations/kinesis.pyc
-${PYSITELIB}/awscli/customizations/kinesis.pyo
-${PYSITELIB}/awscli/customizations/kms.py
-${PYSITELIB}/awscli/customizations/kms.pyc
-${PYSITELIB}/awscli/customizations/kms.pyo
-${PYSITELIB}/awscli/customizations/lightsail/__init__.py
-${PYSITELIB}/awscli/customizations/lightsail/__init__.pyc
-${PYSITELIB}/awscli/customizations/lightsail/__init__.pyo
-${PYSITELIB}/awscli/customizations/lightsail/helptext.py
-${PYSITELIB}/awscli/customizations/lightsail/helptext.pyc
-${PYSITELIB}/awscli/customizations/lightsail/helptext.pyo
-${PYSITELIB}/awscli/customizations/lightsail/push_container_image.py
-${PYSITELIB}/awscli/customizations/lightsail/push_container_image.pyc
-${PYSITELIB}/awscli/customizations/lightsail/push_container_image.pyo
-${PYSITELIB}/awscli/customizations/logs/__init__.py
-${PYSITELIB}/awscli/customizations/logs/__init__.pyc
-${PYSITELIB}/awscli/customizations/logs/__init__.pyo
-${PYSITELIB}/awscli/customizations/logs/startlivetail.py
-${PYSITELIB}/awscli/customizations/logs/startlivetail.pyc
-${PYSITELIB}/awscli/customizations/logs/startlivetail.pyo
-${PYSITELIB}/awscli/customizations/logs/tail.py
-${PYSITELIB}/awscli/customizations/logs/tail.pyc
-${PYSITELIB}/awscli/customizations/logs/tail.pyo
-${PYSITELIB}/awscli/customizations/paginate.py
-${PYSITELIB}/awscli/customizations/paginate.pyc
-${PYSITELIB}/awscli/customizations/paginate.pyo
-${PYSITELIB}/awscli/customizations/putmetricdata.py
-${PYSITELIB}/awscli/customizations/putmetricdata.pyc
-${PYSITELIB}/awscli/customizations/putmetricdata.pyo
-${PYSITELIB}/awscli/customizations/quicksight.py
-${PYSITELIB}/awscli/customizations/quicksight.pyc
-${PYSITELIB}/awscli/customizations/quicksight.pyo
-${PYSITELIB}/awscli/customizations/rds.py
-${PYSITELIB}/awscli/customizations/rds.pyc
-${PYSITELIB}/awscli/customizations/rds.pyo
-${PYSITELIB}/awscli/customizations/rekognition.py
-${PYSITELIB}/awscli/customizations/rekognition.pyc
-${PYSITELIB}/awscli/customizations/rekognition.pyo
-${PYSITELIB}/awscli/customizations/removals.py
-${PYSITELIB}/awscli/customizations/removals.pyc
-${PYSITELIB}/awscli/customizations/removals.pyo
-${PYSITELIB}/awscli/customizations/route53.py
-${PYSITELIB}/awscli/customizations/route53.pyc
-${PYSITELIB}/awscli/customizations/route53.pyo
-${PYSITELIB}/awscli/customizations/s3/__init__.py
-${PYSITELIB}/awscli/customizations/s3/__init__.pyc
-${PYSITELIB}/awscli/customizations/s3/__init__.pyo
-${PYSITELIB}/awscli/customizations/s3/comparator.py
-${PYSITELIB}/awscli/customizations/s3/comparator.pyc
-${PYSITELIB}/awscli/customizations/s3/comparator.pyo
-${PYSITELIB}/awscli/customizations/s3/constants.py
-${PYSITELIB}/awscli/customizations/s3/constants.pyc
-${PYSITELIB}/awscli/customizations/s3/constants.pyo
-${PYSITELIB}/awscli/customizations/s3/factory.py
-${PYSITELIB}/awscli/customizations/s3/factory.pyc
-${PYSITELIB}/awscli/customizations/s3/factory.pyo
-${PYSITELIB}/awscli/customizations/s3/fileformat.py
-${PYSITELIB}/awscli/customizations/s3/fileformat.pyc
-${PYSITELIB}/awscli/customizations/s3/fileformat.pyo
-${PYSITELIB}/awscli/customizations/s3/filegenerator.py
-${PYSITELIB}/awscli/customizations/s3/filegenerator.pyc
-${PYSITELIB}/awscli/customizations/s3/filegenerator.pyo
-${PYSITELIB}/awscli/customizations/s3/fileinfo.py
-${PYSITELIB}/awscli/customizations/s3/fileinfo.pyc
-${PYSITELIB}/awscli/customizations/s3/fileinfo.pyo
-${PYSITELIB}/awscli/customizations/s3/fileinfobuilder.py
-${PYSITELIB}/awscli/customizations/s3/fileinfobuilder.pyc
-${PYSITELIB}/awscli/customizations/s3/fileinfobuilder.pyo
-${PYSITELIB}/awscli/customizations/s3/filters.py
-${PYSITELIB}/awscli/customizations/s3/filters.pyc
-${PYSITELIB}/awscli/customizations/s3/filters.pyo
-${PYSITELIB}/awscli/customizations/s3/results.py
-${PYSITELIB}/awscli/customizations/s3/results.pyc
-${PYSITELIB}/awscli/customizations/s3/results.pyo
-${PYSITELIB}/awscli/customizations/s3/s3.py
-${PYSITELIB}/awscli/customizations/s3/s3.pyc
-${PYSITELIB}/awscli/customizations/s3/s3.pyo
-${PYSITELIB}/awscli/customizations/s3/s3handler.py
-${PYSITELIB}/awscli/customizations/s3/s3handler.pyc
-${PYSITELIB}/awscli/customizations/s3/s3handler.pyo
-${PYSITELIB}/awscli/customizations/s3/subcommands.py
-${PYSITELIB}/awscli/customizations/s3/subcommands.pyc
-${PYSITELIB}/awscli/customizations/s3/subcommands.pyo
-${PYSITELIB}/awscli/customizations/s3/subscribers.py
-${PYSITELIB}/awscli/customizations/s3/subscribers.pyc
-${PYSITELIB}/awscli/customizations/s3/subscribers.pyo
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/__init__.py
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/__init__.pyc
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/__init__.pyo
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/base.py
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/base.pyc
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/base.pyo
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/delete.py
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/delete.pyc
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/delete.pyo
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/exacttimestamps.py
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/exacttimestamps.pyc
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/exacttimestamps.pyo
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/register.py
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/register.pyc
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/register.pyo
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/sizeonly.py
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/sizeonly.pyc
-${PYSITELIB}/awscli/customizations/s3/syncstrategy/sizeonly.pyo
-${PYSITELIB}/awscli/customizations/s3/transferconfig.py
-${PYSITELIB}/awscli/customizations/s3/transferconfig.pyc
-${PYSITELIB}/awscli/customizations/s3/transferconfig.pyo
-${PYSITELIB}/awscli/customizations/s3/utils.py
-${PYSITELIB}/awscli/customizations/s3/utils.pyc
-${PYSITELIB}/awscli/customizations/s3/utils.pyo
-${PYSITELIB}/awscli/customizations/s3errormsg.py
-${PYSITELIB}/awscli/customizations/s3errormsg.pyc
-${PYSITELIB}/awscli/customizations/s3errormsg.pyo
-${PYSITELIB}/awscli/customizations/s3events.py
-${PYSITELIB}/awscli/customizations/s3events.pyc
-${PYSITELIB}/awscli/customizations/s3events.pyo
-${PYSITELIB}/awscli/customizations/s3uploader.py
-${PYSITELIB}/awscli/customizations/s3uploader.pyc
-${PYSITELIB}/awscli/customizations/s3uploader.pyo
-${PYSITELIB}/awscli/customizations/servicecatalog/__init__.py
-${PYSITELIB}/awscli/customizations/servicecatalog/__init__.pyc
-${PYSITELIB}/awscli/customizations/servicecatalog/__init__.pyo
-${PYSITELIB}/awscli/customizations/servicecatalog/exceptions.py
-${PYSITELIB}/awscli/customizations/servicecatalog/exceptions.pyc
-${PYSITELIB}/awscli/customizations/servicecatalog/exceptions.pyo
-${PYSITELIB}/awscli/customizations/servicecatalog/generate.py
-${PYSITELIB}/awscli/customizations/servicecatalog/generate.pyc
-${PYSITELIB}/awscli/customizations/servicecatalog/generate.pyo
-${PYSITELIB}/awscli/customizations/servicecatalog/generatebase.py
-${PYSITELIB}/awscli/customizations/servicecatalog/generatebase.pyc
-${PYSITELIB}/awscli/customizations/servicecatalog/generatebase.pyo
-${PYSITELIB}/awscli/customizations/servicecatalog/generateproduct.py
-${PYSITELIB}/awscli/customizations/servicecatalog/generateproduct.pyc
-${PYSITELIB}/awscli/customizations/servicecatalog/generateproduct.pyo
-${PYSITELIB}/awscli/customizations/servicecatalog/generateprovisioningartifact.py
-${PYSITELIB}/awscli/customizations/servicecatalog/generateprovisioningartifact.pyc
-${PYSITELIB}/awscli/customizations/servicecatalog/generateprovisioningartifact.pyo
-${PYSITELIB}/awscli/customizations/servicecatalog/helptext.py
-${PYSITELIB}/awscli/customizations/servicecatalog/helptext.pyc
-${PYSITELIB}/awscli/customizations/servicecatalog/helptext.pyo
-${PYSITELIB}/awscli/customizations/servicecatalog/utils.py
-${PYSITELIB}/awscli/customizations/servicecatalog/utils.pyc
-${PYSITELIB}/awscli/customizations/servicecatalog/utils.pyo
-${PYSITELIB}/awscli/customizations/sessendemail.py
-${PYSITELIB}/awscli/customizations/sessendemail.pyc
-${PYSITELIB}/awscli/customizations/sessendemail.pyo
-${PYSITELIB}/awscli/customizations/sessionmanager.py
-${PYSITELIB}/awscli/customizations/sessionmanager.pyc
-${PYSITELIB}/awscli/customizations/sessionmanager.pyo
-${PYSITELIB}/awscli/customizations/sso/__init__.py
-${PYSITELIB}/awscli/customizations/sso/__init__.pyc
-${PYSITELIB}/awscli/customizations/sso/__init__.pyo
-${PYSITELIB}/awscli/customizations/sso/index.html
-${PYSITELIB}/awscli/customizations/sso/login.py
-${PYSITELIB}/awscli/customizations/sso/login.pyc
-${PYSITELIB}/awscli/customizations/sso/login.pyo
-${PYSITELIB}/awscli/customizations/sso/logout.py
-${PYSITELIB}/awscli/customizations/sso/logout.pyc
-${PYSITELIB}/awscli/customizations/sso/logout.pyo
-${PYSITELIB}/awscli/customizations/sso/utils.py
-${PYSITELIB}/awscli/customizations/sso/utils.pyc
-${PYSITELIB}/awscli/customizations/sso/utils.pyo
-${PYSITELIB}/awscli/customizations/streamingoutputarg.py
-${PYSITELIB}/awscli/customizations/streamingoutputarg.pyc
-${PYSITELIB}/awscli/customizations/streamingoutputarg.pyo
-${PYSITELIB}/awscli/customizations/timestampformat.py
-${PYSITELIB}/awscli/customizations/timestampformat.pyc
-${PYSITELIB}/awscli/customizations/timestampformat.pyo
-${PYSITELIB}/awscli/customizations/toplevelbool.py
-${PYSITELIB}/awscli/customizations/toplevelbool.pyc
-${PYSITELIB}/awscli/customizations/toplevelbool.pyo
-${PYSITELIB}/awscli/customizations/translate.py
-${PYSITELIB}/awscli/customizations/translate.pyc
-${PYSITELIB}/awscli/customizations/translate.pyo
-${PYSITELIB}/awscli/customizations/utils.py
-${PYSITELIB}/awscli/customizations/utils.pyc
-${PYSITELIB}/awscli/customizations/utils.pyo
-${PYSITELIB}/awscli/customizations/waiters.py
-${PYSITELIB}/awscli/customizations/waiters.pyc
-${PYSITELIB}/awscli/customizations/waiters.pyo
-${PYSITELIB}/awscli/customizations/wizard/__init__.py
-${PYSITELIB}/awscli/customizations/wizard/__init__.pyc
-${PYSITELIB}/awscli/customizations/wizard/__init__.pyo
-${PYSITELIB}/awscli/customizations/wizard/app.py
-${PYSITELIB}/awscli/customizations/wizard/app.pyc
-${PYSITELIB}/awscli/customizations/wizard/app.pyo
-${PYSITELIB}/awscli/customizations/wizard/commands.py
-${PYSITELIB}/awscli/customizations/wizard/commands.pyc
-${PYSITELIB}/awscli/customizations/wizard/commands.pyo
-${PYSITELIB}/awscli/customizations/wizard/core.py
-${PYSITELIB}/awscli/customizations/wizard/core.pyc
-${PYSITELIB}/awscli/customizations/wizard/core.pyo
-${PYSITELIB}/awscli/customizations/wizard/devcommands.py
-${PYSITELIB}/awscli/customizations/wizard/devcommands.pyc
-${PYSITELIB}/awscli/customizations/wizard/devcommands.pyo
-${PYSITELIB}/awscli/customizations/wizard/exceptions.py
-${PYSITELIB}/awscli/customizations/wizard/exceptions.pyc
-${PYSITELIB}/awscli/customizations/wizard/exceptions.pyo
-${PYSITELIB}/awscli/customizations/wizard/factory.py
-${PYSITELIB}/awscli/customizations/wizard/factory.pyc
-${PYSITELIB}/awscli/customizations/wizard/factory.pyo
-${PYSITELIB}/awscli/customizations/wizard/loader.py
-${PYSITELIB}/awscli/customizations/wizard/loader.pyc
-${PYSITELIB}/awscli/customizations/wizard/loader.pyo
-${PYSITELIB}/awscli/customizations/wizard/ui/__init__.py
-${PYSITELIB}/awscli/customizations/wizard/ui/__init__.pyc
-${PYSITELIB}/awscli/customizations/wizard/ui/__init__.pyo
-${PYSITELIB}/awscli/customizations/wizard/ui/keybindings.py
-${PYSITELIB}/awscli/customizations/wizard/ui/keybindings.pyc
-${PYSITELIB}/awscli/customizations/wizard/ui/keybindings.pyo
-${PYSITELIB}/awscli/customizations/wizard/ui/layout.py
-${PYSITELIB}/awscli/customizations/wizard/ui/layout.pyc
-${PYSITELIB}/awscli/customizations/wizard/ui/layout.pyo
-${PYSITELIB}/awscli/customizations/wizard/ui/prompt.py
-${PYSITELIB}/awscli/customizations/wizard/ui/prompt.pyc
-${PYSITELIB}/awscli/customizations/wizard/ui/prompt.pyo
-${PYSITELIB}/awscli/customizations/wizard/ui/section.py
-${PYSITELIB}/awscli/customizations/wizard/ui/section.pyc
-${PYSITELIB}/awscli/customizations/wizard/ui/section.pyo
-${PYSITELIB}/awscli/customizations/wizard/ui/selectmenu.py
-${PYSITELIB}/awscli/customizations/wizard/ui/selectmenu.pyc
-${PYSITELIB}/awscli/customizations/wizard/ui/selectmenu.pyo
-${PYSITELIB}/awscli/customizations/wizard/ui/style.py
-${PYSITELIB}/awscli/customizations/wizard/ui/style.pyc
-${PYSITELIB}/awscli/customizations/wizard/ui/style.pyo
-${PYSITELIB}/awscli/customizations/wizard/ui/utils.py
-${PYSITELIB}/awscli/customizations/wizard/ui/utils.pyc
-${PYSITELIB}/awscli/customizations/wizard/ui/utils.pyo
-${PYSITELIB}/awscli/customizations/wizard/wizards/configure/_main.yml
-${PYSITELIB}/awscli/customizations/wizard/wizards/dynamodb/new-table.yml
-${PYSITELIB}/awscli/customizations/wizard/wizards/events/new-rule.yml
-${PYSITELIB}/awscli/customizations/wizard/wizards/iam/new-role.yml
-${PYSITELIB}/awscli/customizations/wizard/wizards/lambda/new-function.yml
-${PYSITELIB}/awscli/data/ac.index
-${PYSITELIB}/awscli/data/cli.json
-${PYSITELIB}/awscli/data/metadata.json
-${PYSITELIB}/awscli/errorhandler.py
-${PYSITELIB}/awscli/errorhandler.pyc
-${PYSITELIB}/awscli/errorhandler.pyo
-${PYSITELIB}/awscli/examples/accessanalyzer/apply-archive-rule.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/cancel-policy-generation.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/check-access-not-granted.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/check-no-new-access.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/check-no-public-access.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/create-access-preview.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/create-analyzer.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/create-archive-rule.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/delete-analyzer.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/delete-archive-rule.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/get-access-preview.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/get-analyzed-resource.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/get-analyzer.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/get-archive-rule.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/get-finding-v2.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/get-finding.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/get-generated-policy.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/list-access-preview-findings.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/list-access-previews.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/list-analyzed-resources.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/list-analyzers.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/list-archive-rules.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/list-findings-v2.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/list-findings.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/list-policy-generations.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/start-policy-generation.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/start-resource-scan.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/tag-resource.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/untag-resource.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/update-archive-rule.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/update-findings.rst
-${PYSITELIB}/awscli/examples/accessanalyzer/validate-policy.rst
-${PYSITELIB}/awscli/examples/acm-pca/create-certificate-authority-audit-report.rst
-${PYSITELIB}/awscli/examples/acm-pca/create-certificate-authority.rst
-${PYSITELIB}/awscli/examples/acm-pca/delete-certificate-authority.rst
-${PYSITELIB}/awscli/examples/acm-pca/describe-certificate-authority-audit-report.rst
-${PYSITELIB}/awscli/examples/acm-pca/describe-certificate-authority.rst
-${PYSITELIB}/awscli/examples/acm-pca/get-certificate-authority-certificate.rst
-${PYSITELIB}/awscli/examples/acm-pca/get-certificate-authority-csr.rst
-${PYSITELIB}/awscli/examples/acm-pca/get-certificate.rst
-${PYSITELIB}/awscli/examples/acm-pca/import-certificate-authority-certificate.rst
-${PYSITELIB}/awscli/examples/acm-pca/issue-certificate.rst
-${PYSITELIB}/awscli/examples/acm-pca/list-certificate-authorities.rst
-${PYSITELIB}/awscli/examples/acm-pca/list-tags.rst
-${PYSITELIB}/awscli/examples/acm-pca/revoke-certificate.rst
-${PYSITELIB}/awscli/examples/acm-pca/tag-certificate-authority.rst
-${PYSITELIB}/awscli/examples/acm-pca/untag-certificate-authority.rst
-${PYSITELIB}/awscli/examples/acm-pca/update-certificate-authority.rst
-${PYSITELIB}/awscli/examples/acm/add-tags-to-certificate.rst
-${PYSITELIB}/awscli/examples/acm/delete-certificate.rst
-${PYSITELIB}/awscli/examples/acm/describe-certificate.rst
-${PYSITELIB}/awscli/examples/acm/export-certificate.rst
-${PYSITELIB}/awscli/examples/acm/get-certificate.rst
-${PYSITELIB}/awscli/examples/acm/import-certificate.rst
-${PYSITELIB}/awscli/examples/acm/list-certificates.rst
-${PYSITELIB}/awscli/examples/acm/list-tags-for-certificate.rst
-${PYSITELIB}/awscli/examples/acm/remove-tags-from-certificate.rst
-${PYSITELIB}/awscli/examples/acm/request-certificate.rst
-${PYSITELIB}/awscli/examples/acm/resend-validation-email.rst
-${PYSITELIB}/awscli/examples/acm/update-certificate-options.rst
-${PYSITELIB}/awscli/examples/apigateway/create-api-key.rst
-${PYSITELIB}/awscli/examples/apigateway/create-authorizer.rst
-${PYSITELIB}/awscli/examples/apigateway/create-base-path-mapping.rst
-${PYSITELIB}/awscli/examples/apigateway/create-deployment.rst
-${PYSITELIB}/awscli/examples/apigateway/create-domain-name-access-association.rst
-${PYSITELIB}/awscli/examples/apigateway/create-domain-name.rst
-${PYSITELIB}/awscli/examples/apigateway/create-model.rst
-${PYSITELIB}/awscli/examples/apigateway/create-resource.rst
-${PYSITELIB}/awscli/examples/apigateway/create-rest-api.rst
-${PYSITELIB}/awscli/examples/apigateway/create-stage.rst
-${PYSITELIB}/awscli/examples/apigateway/create-usage-plan-key.rst
-${PYSITELIB}/awscli/examples/apigateway/create-usage-plan.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-api-key.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-authorizer.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-base-path-mapping.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-client-certificate.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-deployment.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-domain-name-access-association.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-domain-name.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-integration-response.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-integration.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-method-response.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-method.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-model.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-resource.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-rest-api.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-stage.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-usage-plan-key.rst
-${PYSITELIB}/awscli/examples/apigateway/delete-usage-plan.rst
-${PYSITELIB}/awscli/examples/apigateway/flush-stage-authorizers-cache.rst
-${PYSITELIB}/awscli/examples/apigateway/flush-stage-cache.rst
-${PYSITELIB}/awscli/examples/apigateway/generate-client-certificate.rst
-${PYSITELIB}/awscli/examples/apigateway/get-account.rst
-${PYSITELIB}/awscli/examples/apigateway/get-api-key.rst
-${PYSITELIB}/awscli/examples/apigateway/get-api-keys.rst
-${PYSITELIB}/awscli/examples/apigateway/get-authorizer.rst
-${PYSITELIB}/awscli/examples/apigateway/get-authorizers.rst
-${PYSITELIB}/awscli/examples/apigateway/get-base-path-mapping.rst
-${PYSITELIB}/awscli/examples/apigateway/get-base-path-mappings.rst
-${PYSITELIB}/awscli/examples/apigateway/get-client-certificate.rst
-${PYSITELIB}/awscli/examples/apigateway/get-client-certificates.rst
-${PYSITELIB}/awscli/examples/apigateway/get-deployment.rst
-${PYSITELIB}/awscli/examples/apigateway/get-deployments.rst
-${PYSITELIB}/awscli/examples/apigateway/get-domain-name-access-associations.rst
-${PYSITELIB}/awscli/examples/apigateway/get-domain-name.rst
-${PYSITELIB}/awscli/examples/apigateway/get-domain-names.rst
-${PYSITELIB}/awscli/examples/apigateway/get-export.rst
-${PYSITELIB}/awscli/examples/apigateway/get-integration-response.rst
-${PYSITELIB}/awscli/examples/apigateway/get-integration.rst
-${PYSITELIB}/awscli/examples/apigateway/get-method-response.rst
-${PYSITELIB}/awscli/examples/apigateway/get-method.rst
-${PYSITELIB}/awscli/examples/apigateway/get-model-template.rst
-${PYSITELIB}/awscli/examples/apigateway/get-model.rst
-${PYSITELIB}/awscli/examples/apigateway/get-models.rst
-${PYSITELIB}/awscli/examples/apigateway/get-resource.rst
-${PYSITELIB}/awscli/examples/apigateway/get-resources.rst
-${PYSITELIB}/awscli/examples/apigateway/get-rest-api.rst
-${PYSITELIB}/awscli/examples/apigateway/get-rest-apis.rst
-${PYSITELIB}/awscli/examples/apigateway/get-sdk.rst
-${PYSITELIB}/awscli/examples/apigateway/get-stage.rst
-${PYSITELIB}/awscli/examples/apigateway/get-stages.rst
-${PYSITELIB}/awscli/examples/apigateway/get-usage-plan-key.rst
-${PYSITELIB}/awscli/examples/apigateway/get-usage-plan-keys.rst
-${PYSITELIB}/awscli/examples/apigateway/get-usage-plan.rst
-${PYSITELIB}/awscli/examples/apigateway/get-usage-plans.rst
-${PYSITELIB}/awscli/examples/apigateway/get-usage.rst
-${PYSITELIB}/awscli/examples/apigateway/import-rest-api.rst
-${PYSITELIB}/awscli/examples/apigateway/put-integration-response.rst
-${PYSITELIB}/awscli/examples/apigateway/put-integration.rst
-${PYSITELIB}/awscli/examples/apigateway/put-method-response.rst
-${PYSITELIB}/awscli/examples/apigateway/put-method.rst
-${PYSITELIB}/awscli/examples/apigateway/put-rest-api.rst
-${PYSITELIB}/awscli/examples/apigateway/reject-domain-name-access-association.rst
-${PYSITELIB}/awscli/examples/apigateway/test-invoke-authorizer.rst
-${PYSITELIB}/awscli/examples/apigateway/test-invoke-method.rst
-${PYSITELIB}/awscli/examples/apigateway/update-account.rst
-${PYSITELIB}/awscli/examples/apigateway/update-api-key.rst
-${PYSITELIB}/awscli/examples/apigateway/update-authorizer.rst
-${PYSITELIB}/awscli/examples/apigateway/update-base-path-mapping.rst
-${PYSITELIB}/awscli/examples/apigateway/update-client-certificate.rst
-${PYSITELIB}/awscli/examples/apigateway/update-deployment.rst
-${PYSITELIB}/awscli/examples/apigateway/update-domain-name.rst
-${PYSITELIB}/awscli/examples/apigateway/update-integration-response.rst
-${PYSITELIB}/awscli/examples/apigateway/update-integration.rst
-${PYSITELIB}/awscli/examples/apigateway/update-method-response.rst
-${PYSITELIB}/awscli/examples/apigateway/update-method.rst
-${PYSITELIB}/awscli/examples/apigateway/update-model.rst
-${PYSITELIB}/awscli/examples/apigateway/update-resource.rst
-${PYSITELIB}/awscli/examples/apigateway/update-rest-api.rst
-${PYSITELIB}/awscli/examples/apigateway/update-stage.rst
-${PYSITELIB}/awscli/examples/apigateway/update-usage-plan.rst
-${PYSITELIB}/awscli/examples/apigateway/update-usage.rst
-${PYSITELIB}/awscli/examples/apigatewaymanagementapi/delete-connection.rst
-${PYSITELIB}/awscli/examples/apigatewaymanagementapi/get-connection.rst
-${PYSITELIB}/awscli/examples/apigatewaymanagementapi/post-to-connection.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/create-api-mapping.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/create-api.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/create-authorizer.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/create-deployment.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/create-domain-name.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/create-integration.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/create-route.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/create-routing-rule.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/create-stage.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/create-vpc-link.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/delete-access-log-settings.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/delete-api-mapping.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/delete-api.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/delete-authorizer.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/delete-cors-configuration.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/delete-deployment.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/delete-domain-name.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/delete-integration.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/delete-route-settings.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/delete-route.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/delete-routing-rule.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/delete-stage.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/delete-vpc-link.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/export-api.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-api-mapping.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-api-mappings.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-api.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-apis.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-authorizer.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-authorizers.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-deployment.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-deployments.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-domain-name.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-domain-names.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-integration.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-integrations.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-route.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-routes.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-routing-rule.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-stage.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-stages.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-tags.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-vpc-link.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/get-vpc-links.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/import-api.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/list-routing-rules.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/put-routing-rule.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/reimport-api.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/tag-resource.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/untag-resource.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/update-api-mapping.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/update-api.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/update-authorizer.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/update-deployment.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/update-domain-name.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/update-integration.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/update-route.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/update-stage.rst
-${PYSITELIB}/awscli/examples/apigatewayv2/update-vpc-link.rst
-${PYSITELIB}/awscli/examples/appconfig/create-application.rst
-${PYSITELIB}/awscli/examples/appconfig/create-configuration-profile.rst
-${PYSITELIB}/awscli/examples/appconfig/create-environment.rst
-${PYSITELIB}/awscli/examples/appconfig/create-extension-association.rst
-${PYSITELIB}/awscli/examples/appconfig/create-extension.rst
-${PYSITELIB}/awscli/examples/appconfig/create-hosted-configuration-version.rst
-${PYSITELIB}/awscli/examples/appconfig/delete-application.rst
-${PYSITELIB}/awscli/examples/appconfig/delete-configuration-profile.rst
-${PYSITELIB}/awscli/examples/appconfig/delete-deployment-strategy.rst
-${PYSITELIB}/awscli/examples/appconfig/delete-environment.rst
-${PYSITELIB}/awscli/examples/appconfig/delete-extension-association.rst
-${PYSITELIB}/awscli/examples/appconfig/delete-extension.rst
-${PYSITELIB}/awscli/examples/appconfig/delete-hosted-configuration-version.rst
-${PYSITELIB}/awscli/examples/appconfig/get-application.rst
-${PYSITELIB}/awscli/examples/appconfig/get-configuration-profile.rst
-${PYSITELIB}/awscli/examples/appconfig/get-configuration.rst
-${PYSITELIB}/awscli/examples/appconfig/get-deployment-strategy.rst
-${PYSITELIB}/awscli/examples/appconfig/get-deployment.rst
-${PYSITELIB}/awscli/examples/appconfig/get-environment.rst
-${PYSITELIB}/awscli/examples/appconfig/get-extension-association.rst
-${PYSITELIB}/awscli/examples/appconfig/get-extension.rst
-${PYSITELIB}/awscli/examples/appconfig/get-hosted-configuration-version.rst
-${PYSITELIB}/awscli/examples/appconfig/list-applications.rst
-${PYSITELIB}/awscli/examples/appconfig/list-configuration-profiles.rst
-${PYSITELIB}/awscli/examples/appconfig/list-deployment-strategies.rst
-${PYSITELIB}/awscli/examples/appconfig/list-deployments.rst
-${PYSITELIB}/awscli/examples/appconfig/list-environments.rst
-${PYSITELIB}/awscli/examples/appconfig/list-extension-associations.rst
-${PYSITELIB}/awscli/examples/appconfig/list-extensions.rst
-${PYSITELIB}/awscli/examples/appconfig/list-hosted-configuration-versions.rst
-${PYSITELIB}/awscli/examples/appconfig/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/appconfig/start-deployment.rst
-${PYSITELIB}/awscli/examples/appconfig/stop-deployment.rst
-${PYSITELIB}/awscli/examples/appconfig/tag-resource.rst
-${PYSITELIB}/awscli/examples/appconfig/untag-resource.rst
-${PYSITELIB}/awscli/examples/appconfig/update-application.rst
-${PYSITELIB}/awscli/examples/appconfig/update-configuration-profile.rst
-${PYSITELIB}/awscli/examples/appconfig/update-deployment-strategy.rst
-${PYSITELIB}/awscli/examples/appconfig/update-environment.rst
-${PYSITELIB}/awscli/examples/appconfig/update-extension-association.rst
-${PYSITELIB}/awscli/examples/appconfig/update-extension.rst
-${PYSITELIB}/awscli/examples/appconfig/validate-configuration.rst
-${PYSITELIB}/awscli/examples/application-autoscaling/delete-scaling-policy.rst
-${PYSITELIB}/awscli/examples/application-autoscaling/delete-scheduled-action.rst
-${PYSITELIB}/awscli/examples/application-autoscaling/deregister-scalable-target.rst
-${PYSITELIB}/awscli/examples/application-autoscaling/describe-scalable-targets.rst
-${PYSITELIB}/awscli/examples/application-autoscaling/describe-scaling-activities.rst
-${PYSITELIB}/awscli/examples/application-autoscaling/describe-scaling-policies.rst
-${PYSITELIB}/awscli/examples/application-autoscaling/describe-scheduled-actions.rst
-${PYSITELIB}/awscli/examples/application-autoscaling/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/application-autoscaling/put-scaling-policy.rst
-${PYSITELIB}/awscli/examples/application-autoscaling/put-scheduled-action.rst
-${PYSITELIB}/awscli/examples/application-autoscaling/register-scalable-target.rst
-${PYSITELIB}/awscli/examples/application-autoscaling/tag-resource.rst
-${PYSITELIB}/awscli/examples/application-autoscaling/untag-resource.rst
-${PYSITELIB}/awscli/examples/application-signals/batch-get-service-level-objective-budget-report.rst
-${PYSITELIB}/awscli/examples/application-signals/create-service-level-objective.rst
-${PYSITELIB}/awscli/examples/application-signals/delete-service-level-objective.rst
-${PYSITELIB}/awscli/examples/application-signals/get-service-level-objective.rst
-${PYSITELIB}/awscli/examples/application-signals/get-service.rst
-${PYSITELIB}/awscli/examples/application-signals/list-service-dependencies.rst
-${PYSITELIB}/awscli/examples/application-signals/list-service-dependents.rst
-${PYSITELIB}/awscli/examples/application-signals/list-service-level-objectives.rst
-${PYSITELIB}/awscli/examples/application-signals/list-service-operations.rst
-${PYSITELIB}/awscli/examples/application-signals/list-services.rst
-${PYSITELIB}/awscli/examples/application-signals/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/application-signals/start-discovery.rst
-${PYSITELIB}/awscli/examples/application-signals/tag-resource.rst
-${PYSITELIB}/awscli/examples/application-signals/untag-resource.rst
-${PYSITELIB}/awscli/examples/application-signals/update-service-level-objective.rst
-${PYSITELIB}/awscli/examples/appmesh/create-mesh.rst
-${PYSITELIB}/awscli/examples/appmesh/create-route.rst
-${PYSITELIB}/awscli/examples/appmesh/create-virtual-gateway.rst
-${PYSITELIB}/awscli/examples/appmesh/create-virtual-node.rst
-${PYSITELIB}/awscli/examples/appmesh/create-virtual-router.rst
-${PYSITELIB}/awscli/examples/appmesh/create-virtual-service.rst
-${PYSITELIB}/awscli/examples/appmesh/delete-mesh.rst
-${PYSITELIB}/awscli/examples/appmesh/delete-route.rst
-${PYSITELIB}/awscli/examples/appmesh/delete-virtual-node.rst
-${PYSITELIB}/awscli/examples/appmesh/delete-virtual-router.rst
-${PYSITELIB}/awscli/examples/appmesh/delete-virtual-service.rst
-${PYSITELIB}/awscli/examples/appmesh/describe-mesh.rst
-${PYSITELIB}/awscli/examples/appmesh/describe-route.rst
-${PYSITELIB}/awscli/examples/appmesh/describe-virtual-node.rst
-${PYSITELIB}/awscli/examples/appmesh/describe-virtual-router.rst
-${PYSITELIB}/awscli/examples/appmesh/describe-virtual-service.rst
-${PYSITELIB}/awscli/examples/appmesh/list-meshes.rst
-${PYSITELIB}/awscli/examples/appmesh/list-routes.rst
-${PYSITELIB}/awscli/examples/appmesh/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/appmesh/list-virtual-nodes.rst
-${PYSITELIB}/awscli/examples/appmesh/list-virtual-routers.rst
-${PYSITELIB}/awscli/examples/appmesh/list-virtual-services.rst
-${PYSITELIB}/awscli/examples/appmesh/tag-resource.rst
-${PYSITELIB}/awscli/examples/appmesh/untag-resource.rst
-${PYSITELIB}/awscli/examples/appmesh/update-mesh.rst
-${PYSITELIB}/awscli/examples/appmesh/update-route.rst
-${PYSITELIB}/awscli/examples/appmesh/update-virtual-node.rst
-${PYSITELIB}/awscli/examples/appmesh/update-virtual-router.rst
-${PYSITELIB}/awscli/examples/appmesh/update-virtual-service.rst
-${PYSITELIB}/awscli/examples/apprunner/associate-custom-domain.rst
-${PYSITELIB}/awscli/examples/apprunner/create-auto-scaling-configuration.rst
-${PYSITELIB}/awscli/examples/apprunner/create-connection.rst
-${PYSITELIB}/awscli/examples/apprunner/create-service.rst
-${PYSITELIB}/awscli/examples/apprunner/delete-auto-scaling-configuration.rst
-${PYSITELIB}/awscli/examples/apprunner/delete-connection.rst
-${PYSITELIB}/awscli/examples/apprunner/delete-service.rst
-${PYSITELIB}/awscli/examples/apprunner/describe-auto-scaling-configuration.rst
-${PYSITELIB}/awscli/examples/apprunner/describe-custom-domains.rst
-${PYSITELIB}/awscli/examples/apprunner/describe-service.rst
-${PYSITELIB}/awscli/examples/apprunner/disassociate-custom-domain.rst
-${PYSITELIB}/awscli/examples/apprunner/list-auto-scaling-configurations.rst
-${PYSITELIB}/awscli/examples/apprunner/list-connections.rst
-${PYSITELIB}/awscli/examples/apprunner/list-operations.rst
-${PYSITELIB}/awscli/examples/apprunner/list-services.rst
-${PYSITELIB}/awscli/examples/apprunner/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/apprunner/pause-service.rst
-${PYSITELIB}/awscli/examples/apprunner/resume-service.rst
-${PYSITELIB}/awscli/examples/apprunner/start-deployment.rst
-${PYSITELIB}/awscli/examples/apprunner/tag-resource.rst
-${PYSITELIB}/awscli/examples/apprunner/untag-resource.rst
-${PYSITELIB}/awscli/examples/apprunner/update-service.rst
-${PYSITELIB}/awscli/examples/athena/batch-get-named-query.rst
-${PYSITELIB}/awscli/examples/athena/batch-get-query-execution.rst
-${PYSITELIB}/awscli/examples/athena/create-data-catalog.rst
-${PYSITELIB}/awscli/examples/athena/create-named-query.rst
-${PYSITELIB}/awscli/examples/athena/create-work-group.rst
-${PYSITELIB}/awscli/examples/athena/delete-data-catalog.rst
-${PYSITELIB}/awscli/examples/athena/delete-named-query.rst
-${PYSITELIB}/awscli/examples/athena/delete-work-group.rst
-${PYSITELIB}/awscli/examples/athena/get-data-catalog.rst
-${PYSITELIB}/awscli/examples/athena/get-database.rst
-${PYSITELIB}/awscli/examples/athena/get-named-query.rst
-${PYSITELIB}/awscli/examples/athena/get-query-execution.rst
-${PYSITELIB}/awscli/examples/athena/get-query-results.rst
-${PYSITELIB}/awscli/examples/athena/get-table-metadata.rst
-${PYSITELIB}/awscli/examples/athena/get-work-group.rst
-${PYSITELIB}/awscli/examples/athena/list-data-catalogs.rst
-${PYSITELIB}/awscli/examples/athena/list-databases.rst
-${PYSITELIB}/awscli/examples/athena/list-named-queries.rst
-${PYSITELIB}/awscli/examples/athena/list-query-executions.rst
-${PYSITELIB}/awscli/examples/athena/list-table-metadata.rst
-${PYSITELIB}/awscli/examples/athena/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/athena/list-work-groups.rst
-${PYSITELIB}/awscli/examples/athena/start-query-execution.rst
-${PYSITELIB}/awscli/examples/athena/stop-query-execution.rst
-${PYSITELIB}/awscli/examples/athena/tag-resource.rst
-${PYSITELIB}/awscli/examples/athena/untag-resource.rst
-${PYSITELIB}/awscli/examples/athena/update-data-catalog.rst
-${PYSITELIB}/awscli/examples/athena/update-work-group.rst
-${PYSITELIB}/awscli/examples/autoscaling-plans/create-scaling-plan.rst
-${PYSITELIB}/awscli/examples/autoscaling-plans/delete-scaling-plan.rst
-${PYSITELIB}/awscli/examples/autoscaling-plans/describe-scaling-plan-resources.rst
-${PYSITELIB}/awscli/examples/autoscaling-plans/describe-scaling-plans.rst
-${PYSITELIB}/awscli/examples/autoscaling-plans/get-scaling-plan-resource-forecast-data.rst
-${PYSITELIB}/awscli/examples/autoscaling-plans/update-scaling-plan.rst
-${PYSITELIB}/awscli/examples/autoscaling/attach-instances.rst
-${PYSITELIB}/awscli/examples/autoscaling/attach-load-balancer-target-groups.rst
-${PYSITELIB}/awscli/examples/autoscaling/attach-load-balancers.rst
-${PYSITELIB}/awscli/examples/autoscaling/cancel-instance-refresh.rst
-${PYSITELIB}/awscli/examples/autoscaling/complete-lifecycle-action.rst
-${PYSITELIB}/awscli/examples/autoscaling/create-auto-scaling-group.rst
-${PYSITELIB}/awscli/examples/autoscaling/create-launch-configuration.rst
-${PYSITELIB}/awscli/examples/autoscaling/create-or-update-tags.rst
-${PYSITELIB}/awscli/examples/autoscaling/delete-auto-scaling-group.rst
-${PYSITELIB}/awscli/examples/autoscaling/delete-launch-configuration.rst
-${PYSITELIB}/awscli/examples/autoscaling/delete-lifecycle-hook.rst
-${PYSITELIB}/awscli/examples/autoscaling/delete-notification-configuration.rst
-${PYSITELIB}/awscli/examples/autoscaling/delete-policy.rst
-${PYSITELIB}/awscli/examples/autoscaling/delete-scheduled-action.rst
-${PYSITELIB}/awscli/examples/autoscaling/delete-tags.rst
-${PYSITELIB}/awscli/examples/autoscaling/delete-warm-pool.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-account-limits.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-adjustment-types.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-auto-scaling-groups.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-auto-scaling-instances.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-auto-scaling-notification-types.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-instance-refreshes.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-launch-configurations.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-lifecycle-hook-types.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-lifecycle-hooks.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-load-balancer-target-groups.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-load-balancers.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-metric-collection-types.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-notification-configurations.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-policies.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-scaling-activities.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-scaling-process-types.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-scheduled-actions.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-tags.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-termination-policy-types.rst
-${PYSITELIB}/awscli/examples/autoscaling/describe-warm-pool.rst
-${PYSITELIB}/awscli/examples/autoscaling/detach-instances.rst
-${PYSITELIB}/awscli/examples/autoscaling/detach-load-balancer-target-groups.rst
-${PYSITELIB}/awscli/examples/autoscaling/detach-load-balancers.rst
-${PYSITELIB}/awscli/examples/autoscaling/disable-metrics-collection.rst
-${PYSITELIB}/awscli/examples/autoscaling/enable-metrics-collection.rst
-${PYSITELIB}/awscli/examples/autoscaling/enter-standby.rst
-${PYSITELIB}/awscli/examples/autoscaling/execute-policy.rst
-${PYSITELIB}/awscli/examples/autoscaling/exit-standby.rst
-${PYSITELIB}/awscli/examples/autoscaling/put-lifecycle-hook.rst
-${PYSITELIB}/awscli/examples/autoscaling/put-notification-configuration.rst
-${PYSITELIB}/awscli/examples/autoscaling/put-scaling-policy.rst
-${PYSITELIB}/awscli/examples/autoscaling/put-scheduled-update-group-action.rst
-${PYSITELIB}/awscli/examples/autoscaling/put-warm-pool.rst
-${PYSITELIB}/awscli/examples/autoscaling/record-lifecycle-action-heartbeat.rst
-${PYSITELIB}/awscli/examples/autoscaling/resume-processes.rst
-${PYSITELIB}/awscli/examples/autoscaling/rollback-instance-refresh.rst
-${PYSITELIB}/awscli/examples/autoscaling/set-desired-capacity.rst
-${PYSITELIB}/awscli/examples/autoscaling/set-instance-health.rst
-${PYSITELIB}/awscli/examples/autoscaling/set-instance-protection.rst
-${PYSITELIB}/awscli/examples/autoscaling/start-instance-refresh.rst
-${PYSITELIB}/awscli/examples/autoscaling/suspend-processes.rst
-${PYSITELIB}/awscli/examples/autoscaling/terminate-instance-in-auto-scaling-group.rst
-${PYSITELIB}/awscli/examples/autoscaling/update-auto-scaling-group.rst
-${PYSITELIB}/awscli/examples/backup/create-backup-plan.rst
-${PYSITELIB}/awscli/examples/backup/create-backup-vault.rst
-${PYSITELIB}/awscli/examples/backup/get-backup-plan-from-template.rst
-${PYSITELIB}/awscli/examples/backup/get-backup-plan.rst
-${PYSITELIB}/awscli/examples/backup/list-backup-jobs.rst
-${PYSITELIB}/awscli/examples/batch/cancel-job.rst
-${PYSITELIB}/awscli/examples/batch/create-compute-environment.rst
-${PYSITELIB}/awscli/examples/batch/create-job-queue.rst
-${PYSITELIB}/awscli/examples/batch/delete-compute-environment.rst
-${PYSITELIB}/awscli/examples/batch/delete-job-queue.rst
-${PYSITELIB}/awscli/examples/batch/deregister-job-definition.rst
-${PYSITELIB}/awscli/examples/batch/describe-compute-environments.rst
-${PYSITELIB}/awscli/examples/batch/describe-job-definitions.rst
-${PYSITELIB}/awscli/examples/batch/describe-job-queues.rst
-${PYSITELIB}/awscli/examples/batch/describe-jobs.rst
-${PYSITELIB}/awscli/examples/batch/list-jobs.rst
-${PYSITELIB}/awscli/examples/batch/register-job-definition.rst
-${PYSITELIB}/awscli/examples/batch/submit-job.rst
-${PYSITELIB}/awscli/examples/batch/terminate-job.rst
-${PYSITELIB}/awscli/examples/batch/update-compute-environment.rst
-${PYSITELIB}/awscli/examples/batch/update-job-queue.rst
-${PYSITELIB}/awscli/examples/budgets/create-budget.rst
-${PYSITELIB}/awscli/examples/budgets/create-notification.rst
-${PYSITELIB}/awscli/examples/budgets/create-subscriber.rst
-${PYSITELIB}/awscli/examples/budgets/delete-budget.rst
-${PYSITELIB}/awscli/examples/budgets/delete-notification.rst
-${PYSITELIB}/awscli/examples/budgets/delete-subscriber.rst
-${PYSITELIB}/awscli/examples/budgets/describe-budget.rst
-${PYSITELIB}/awscli/examples/budgets/describe-budgets.rst
-${PYSITELIB}/awscli/examples/budgets/describe-notifications-for-budget.rst
-${PYSITELIB}/awscli/examples/budgets/describe-subscribers-for-notification.rst
-${PYSITELIB}/awscli/examples/budgets/update-budget.rst
-${PYSITELIB}/awscli/examples/budgets/update-notification.rst
-${PYSITELIB}/awscli/examples/budgets/update-subscriber.rst
-${PYSITELIB}/awscli/examples/ce/get-cost-and-usage.rst
-${PYSITELIB}/awscli/examples/ce/get-dimension-values.rst
-${PYSITELIB}/awscli/examples/ce/get-reservation-coverage.rst
-${PYSITELIB}/awscli/examples/ce/get-reservation-purchase-recommendation.rst
-${PYSITELIB}/awscli/examples/ce/get-reservation-utilization.rst
-${PYSITELIB}/awscli/examples/ce/get-tags.rst
-${PYSITELIB}/awscli/examples/chime/associate-phone-number-with-user.rst
-${PYSITELIB}/awscli/examples/chime/associate-signin-delegate-groups-with-account.rst
-${PYSITELIB}/awscli/examples/chime/batch-create-room-membership.rst
-${PYSITELIB}/awscli/examples/chime/batch-delete-phone-number.rst
-${PYSITELIB}/awscli/examples/chime/batch-suspend-user.rst
-${PYSITELIB}/awscli/examples/chime/batch-unsuspend-user.rst
-${PYSITELIB}/awscli/examples/chime/batch-update-phone-number.rst
-${PYSITELIB}/awscli/examples/chime/batch-update-user.rst
-${PYSITELIB}/awscli/examples/chime/create-account.rst
-${PYSITELIB}/awscli/examples/chime/create-bot.rst
-${PYSITELIB}/awscli/examples/chime/create-phone-number-order.rst
-${PYSITELIB}/awscli/examples/chime/create-room-membership.rst
-${PYSITELIB}/awscli/examples/chime/create-room.rst
-${PYSITELIB}/awscli/examples/chime/create-user.rst
-${PYSITELIB}/awscli/examples/chime/delete-account.rst
-${PYSITELIB}/awscli/examples/chime/delete-phone-number.rst
-${PYSITELIB}/awscli/examples/chime/delete-room-membership.rst
-${PYSITELIB}/awscli/examples/chime/delete-room.rst
-${PYSITELIB}/awscli/examples/chime/disassociate-phone-number-from-user.rst
-${PYSITELIB}/awscli/examples/chime/disassociate-signin-delegate-groups-from-account.rst
-${PYSITELIB}/awscli/examples/chime/get-account-settings.rst
-${PYSITELIB}/awscli/examples/chime/get-account.rst
-${PYSITELIB}/awscli/examples/chime/get-bot.rst
-${PYSITELIB}/awscli/examples/chime/get-global-settings.rst
-${PYSITELIB}/awscli/examples/chime/get-phone-number-order.rst
-${PYSITELIB}/awscli/examples/chime/get-phone-number-settings.rst
-${PYSITELIB}/awscli/examples/chime/get-phone-number.rst
-${PYSITELIB}/awscli/examples/chime/get-room.rst
-${PYSITELIB}/awscli/examples/chime/get-user-settings.rst
-${PYSITELIB}/awscli/examples/chime/get-user.rst
-${PYSITELIB}/awscli/examples/chime/invite-users.rst
-${PYSITELIB}/awscli/examples/chime/list-accounts.rst
-${PYSITELIB}/awscli/examples/chime/list-bots.rst
-${PYSITELIB}/awscli/examples/chime/list-phone-number-orders.rst
-${PYSITELIB}/awscli/examples/chime/list-phone-numbers.rst
-${PYSITELIB}/awscli/examples/chime/list-room-memberships.rst
-${PYSITELIB}/awscli/examples/chime/list-rooms.rst
-${PYSITELIB}/awscli/examples/chime/list-users.rst
-${PYSITELIB}/awscli/examples/chime/logout-user.rst
-${PYSITELIB}/awscli/examples/chime/regenerate-security-token.rst
-${PYSITELIB}/awscli/examples/chime/reset-personal-pin.rst
-${PYSITELIB}/awscli/examples/chime/restore-phone-number.rst
-${PYSITELIB}/awscli/examples/chime/search-available-phone-numbers.rst
-${PYSITELIB}/awscli/examples/chime/update-account-settings.rst
-${PYSITELIB}/awscli/examples/chime/update-account.rst
-${PYSITELIB}/awscli/examples/chime/update-bot.rst
-${PYSITELIB}/awscli/examples/chime/update-global-settings.rst
-${PYSITELIB}/awscli/examples/chime/update-phone-number-settings.rst
-${PYSITELIB}/awscli/examples/chime/update-phone-number.rst
-${PYSITELIB}/awscli/examples/chime/update-room-membership.rst
-${PYSITELIB}/awscli/examples/chime/update-room.rst
-${PYSITELIB}/awscli/examples/chime/update-user-settings.rst
-${PYSITELIB}/awscli/examples/chime/update-user.rst
-${PYSITELIB}/awscli/examples/cloud9/create-environment-ec2.rst
-${PYSITELIB}/awscli/examples/cloud9/create-environment-membership.rst
-${PYSITELIB}/awscli/examples/cloud9/delete-environment-membership.rst
-${PYSITELIB}/awscli/examples/cloud9/delete-environment.rst
-${PYSITELIB}/awscli/examples/cloud9/describe-environment-memberships.rst
-${PYSITELIB}/awscli/examples/cloud9/describe-environment-status.rst
-${PYSITELIB}/awscli/examples/cloud9/describe-environments.rst
-${PYSITELIB}/awscli/examples/cloud9/list-environments.rst
-${PYSITELIB}/awscli/examples/cloud9/update-environment-membership.rst
-${PYSITELIB}/awscli/examples/cloud9/update-environment.rst
-${PYSITELIB}/awscli/examples/cloudcontrol/create-resource.rst
-${PYSITELIB}/awscli/examples/cloudcontrol/delete-resource.rst
-${PYSITELIB}/awscli/examples/cloudcontrol/get-resource-request-status.rst
-${PYSITELIB}/awscli/examples/cloudcontrol/get-resource.rst
-${PYSITELIB}/awscli/examples/cloudcontrol/list-resource-requests.rst
-${PYSITELIB}/awscli/examples/cloudcontrol/list-resources.rst
-${PYSITELIB}/awscli/examples/cloudcontrol/update-resource.rst
-${PYSITELIB}/awscli/examples/cloudformation/_deploy_description.rst
-${PYSITELIB}/awscli/examples/cloudformation/_package_description.rst
-${PYSITELIB}/awscli/examples/cloudformation/activate-type.rst
-${PYSITELIB}/awscli/examples/cloudformation/batch-describe-type-configurations.rst
-${PYSITELIB}/awscli/examples/cloudformation/cancel-update-stack.rst
-${PYSITELIB}/awscli/examples/cloudformation/continue-update-rollback.rst
-${PYSITELIB}/awscli/examples/cloudformation/create-change-set.rst
-${PYSITELIB}/awscli/examples/cloudformation/create-stack-instances.rst
-${PYSITELIB}/awscli/examples/cloudformation/create-stack-set.rst
-${PYSITELIB}/awscli/examples/cloudformation/create-stack.rst
-${PYSITELIB}/awscli/examples/cloudformation/deactivate-type.rst
-${PYSITELIB}/awscli/examples/cloudformation/delete-change-set.rst
-${PYSITELIB}/awscli/examples/cloudformation/delete-stack-instances.rst
-${PYSITELIB}/awscli/examples/cloudformation/delete-stack-set.rst
-${PYSITELIB}/awscli/examples/cloudformation/delete-stack.rst
-${PYSITELIB}/awscli/examples/cloudformation/deploy.rst
-${PYSITELIB}/awscli/examples/cloudformation/deregister-type.rst
-${PYSITELIB}/awscli/examples/cloudformation/describe-account-limits.rst
-${PYSITELIB}/awscli/examples/cloudformation/describe-change-set.rst
-${PYSITELIB}/awscli/examples/cloudformation/describe-publisher.rst
-${PYSITELIB}/awscli/examples/cloudformation/describe-stack-drift-detection-status.rst
-${PYSITELIB}/awscli/examples/cloudformation/describe-stack-events.rst
-${PYSITELIB}/awscli/examples/cloudformation/describe-stack-instance.rst
-${PYSITELIB}/awscli/examples/cloudformation/describe-stack-resource-drifts.rst
-${PYSITELIB}/awscli/examples/cloudformation/describe-stack-resource.rst
-${PYSITELIB}/awscli/examples/cloudformation/describe-stack-resources.rst
-${PYSITELIB}/awscli/examples/cloudformation/describe-stack-set-operation.rst
-${PYSITELIB}/awscli/examples/cloudformation/describe-stack-set.rst
-${PYSITELIB}/awscli/examples/cloudformation/describe-stacks.rst
-${PYSITELIB}/awscli/examples/cloudformation/describe-type-registration.rst
-${PYSITELIB}/awscli/examples/cloudformation/describe-type.rst
-${PYSITELIB}/awscli/examples/cloudformation/detect-stack-drift.rst
-${PYSITELIB}/awscli/examples/cloudformation/detect-stack-resource-drift.rst
-${PYSITELIB}/awscli/examples/cloudformation/detect-stack-set-drift.rst
-${PYSITELIB}/awscli/examples/cloudformation/estimate-template-cost.rst
-${PYSITELIB}/awscli/examples/cloudformation/execute-change-set.rst
-${PYSITELIB}/awscli/examples/cloudformation/get-stack-policy.rst
-${PYSITELIB}/awscli/examples/cloudformation/get-template-summary.rst
-${PYSITELIB}/awscli/examples/cloudformation/get-template.rst
-${PYSITELIB}/awscli/examples/cloudformation/list-change-sets.rst
-${PYSITELIB}/awscli/examples/cloudformation/list-exports.rst
-${PYSITELIB}/awscli/examples/cloudformation/list-imports.rst
-${PYSITELIB}/awscli/examples/cloudformation/list-stack-instances.rst
-${PYSITELIB}/awscli/examples/cloudformation/list-stack-resources.rst
-${PYSITELIB}/awscli/examples/cloudformation/list-stack-set-operation-results.rst
-${PYSITELIB}/awscli/examples/cloudformation/list-stack-set-operations.rst
-${PYSITELIB}/awscli/examples/cloudformation/list-stack-sets.rst
-${PYSITELIB}/awscli/examples/cloudformation/list-stacks.rst
-${PYSITELIB}/awscli/examples/cloudformation/list-type-registrations.rst
-${PYSITELIB}/awscli/examples/cloudformation/list-type-versions.rst
-${PYSITELIB}/awscli/examples/cloudformation/list-types.rst
-${PYSITELIB}/awscli/examples/cloudformation/package.rst
-${PYSITELIB}/awscli/examples/cloudformation/publish-type.rst
-${PYSITELIB}/awscli/examples/cloudformation/register-publisher.rst
-${PYSITELIB}/awscli/examples/cloudformation/register-type.rst
-${PYSITELIB}/awscli/examples/cloudformation/set-stack-policy.rst
-${PYSITELIB}/awscli/examples/cloudformation/set-type-configuration.rst
-${PYSITELIB}/awscli/examples/cloudformation/set-type-default-version.rst
-${PYSITELIB}/awscli/examples/cloudformation/signal-resource.rst
-${PYSITELIB}/awscli/examples/cloudformation/stop-stack-set-operation.rst
-${PYSITELIB}/awscli/examples/cloudformation/test-type.rst
-${PYSITELIB}/awscli/examples/cloudformation/update-stack-instances.rst
-${PYSITELIB}/awscli/examples/cloudformation/update-stack-set.rst
-${PYSITELIB}/awscli/examples/cloudformation/update-stack.rst
-${PYSITELIB}/awscli/examples/cloudformation/update-termination-protection.rst
-${PYSITELIB}/awscli/examples/cloudformation/validate-template.rst
-${PYSITELIB}/awscli/examples/cloudformation/wait/change-set-create-complete.rst
-${PYSITELIB}/awscli/examples/cloudformation/wait/stack-create-complete.rst
-${PYSITELIB}/awscli/examples/cloudformation/wait/stack-delete-complete.rst
-${PYSITELIB}/awscli/examples/cloudformation/wait/stack-exists.rst
-${PYSITELIB}/awscli/examples/cloudformation/wait/stack-import-complete.rst
-${PYSITELIB}/awscli/examples/cloudformation/wait/stack-rollback-complete.rst
-${PYSITELIB}/awscli/examples/cloudformation/wait/stack-update-complete.rst
-${PYSITELIB}/awscli/examples/cloudformation/wait/type-registration-complete.rst
-${PYSITELIB}/awscli/examples/cloudfront/associate-distribution-tenant-web-acl.rst
-${PYSITELIB}/awscli/examples/cloudfront/associate-distribution-web-acl.rst
-${PYSITELIB}/awscli/examples/cloudfront/create-cloud-front-origin-access-identity.rst
-${PYSITELIB}/awscli/examples/cloudfront/create-connection-group.rst
-${PYSITELIB}/awscli/examples/cloudfront/create-distribution-tenant.rst
-${PYSITELIB}/awscli/examples/cloudfront/create-distribution-with-tags.rst
-${PYSITELIB}/awscli/examples/cloudfront/create-distribution.rst
-${PYSITELIB}/awscli/examples/cloudfront/create-field-level-encryption-config.rst
-${PYSITELIB}/awscli/examples/cloudfront/create-field-level-encryption-profile.rst
-${PYSITELIB}/awscli/examples/cloudfront/create-invalidation-for-distribution-tenant.rst
-${PYSITELIB}/awscli/examples/cloudfront/create-invalidation.rst
-${PYSITELIB}/awscli/examples/cloudfront/create-public-key.rst
-${PYSITELIB}/awscli/examples/cloudfront/delete-cloud-front-origin-access-identity.rst
-${PYSITELIB}/awscli/examples/cloudfront/delete-connection-group.rst
-${PYSITELIB}/awscli/examples/cloudfront/delete-distribution-tenant.rst
-${PYSITELIB}/awscli/examples/cloudfront/delete-distribution.rst
-${PYSITELIB}/awscli/examples/cloudfront/delete-field-level-encryption-config.rst
-${PYSITELIB}/awscli/examples/cloudfront/delete-field-level-encryption-profile.rst
-${PYSITELIB}/awscli/examples/cloudfront/delete-public-key.rst
-${PYSITELIB}/awscli/examples/cloudfront/disassociate-distribution-tenant-web-acl.rst
-${PYSITELIB}/awscli/examples/cloudfront/disassociate-distribution-web-acl.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-cloud-front-origin-access-identity-config.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-cloud-front-origin-access-identity.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-connection-group-by-routing-endpoint.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-connection-group.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-distribution-config.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-distribution-tenant-by-domain.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-distribution-tenant.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-distribution.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-field-level-encryption-config.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-field-level-encryption-profile-config.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-field-level-encryption-profile.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-field-level-encryption.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-invalidation-for-distribution-tenant.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-invalidation.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-managed-certificate-details.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-public-key-config.rst
-${PYSITELIB}/awscli/examples/cloudfront/get-public-key.rst
-${PYSITELIB}/awscli/examples/cloudfront/list-cloud-front-origin-access-identities.rst
-${PYSITELIB}/awscli/examples/cloudfront/list-connection-groups.rst
-${PYSITELIB}/awscli/examples/cloudfront/list-distribution-tenants-by-customization.rst
-${PYSITELIB}/awscli/examples/cloudfront/list-distribution-tenants.rst
-${PYSITELIB}/awscli/examples/cloudfront/list-distributions-by-connection-mode.rst
-${PYSITELIB}/awscli/examples/cloudfront/list-distributions.rst
-${PYSITELIB}/awscli/examples/cloudfront/list-domain-conflicts.rst
-${PYSITELIB}/awscli/examples/cloudfront/list-field-level-encryption-configs.rst
-${PYSITELIB}/awscli/examples/cloudfront/list-field-level-encryption-profiles.rst
-${PYSITELIB}/awscli/examples/cloudfront/list-invalidations-for-distribution-tenant.rst
-${PYSITELIB}/awscli/examples/cloudfront/list-invalidations.rst
-${PYSITELIB}/awscli/examples/cloudfront/list-public-keys.rst
-${PYSITELIB}/awscli/examples/cloudfront/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/cloudfront/sign.rst
-${PYSITELIB}/awscli/examples/cloudfront/tag-resource.rst
-${PYSITELIB}/awscli/examples/cloudfront/untag-resource.rst
-${PYSITELIB}/awscli/examples/cloudfront/update-cloud-front-origin-access-identity.rst
-${PYSITELIB}/awscli/examples/cloudfront/update-connection-group.rst
-${PYSITELIB}/awscli/examples/cloudfront/update-distribution-tenant.rst
-${PYSITELIB}/awscli/examples/cloudfront/update-distribution.rst
-${PYSITELIB}/awscli/examples/cloudfront/update-domain-association.rst
-${PYSITELIB}/awscli/examples/cloudfront/update-field-level-encryption-config.rst
-${PYSITELIB}/awscli/examples/cloudfront/update-field-level-encryption-profile.rst
-${PYSITELIB}/awscli/examples/cloudfront/verify-dns-configuration.rst
-${PYSITELIB}/awscli/examples/cloudsearchdomain/upload-documents.rst
-${PYSITELIB}/awscli/examples/cloudtrail/add-tags.rst
-${PYSITELIB}/awscli/examples/cloudtrail/create-trail.rst
-${PYSITELIB}/awscli/examples/cloudtrail/delete-trail.rst
-${PYSITELIB}/awscli/examples/cloudtrail/describe-trails.rst
-${PYSITELIB}/awscli/examples/cloudtrail/get-event-selectors.rst
-${PYSITELIB}/awscli/examples/cloudtrail/get-trail-status.rst
-${PYSITELIB}/awscli/examples/cloudtrail/list-public-keys.rst
-${PYSITELIB}/awscli/examples/cloudtrail/list-tags.rst
-${PYSITELIB}/awscli/examples/cloudtrail/lookup-events.rst
-${PYSITELIB}/awscli/examples/cloudtrail/put-event-selectors.rst
-${PYSITELIB}/awscli/examples/cloudtrail/remove-tags.rst
-${PYSITELIB}/awscli/examples/cloudtrail/start-logging.rst
-${PYSITELIB}/awscli/examples/cloudtrail/stop-logging.rst
-${PYSITELIB}/awscli/examples/cloudtrail/update-trail.rst
-${PYSITELIB}/awscli/examples/cloudtrail/validate-logs.rst
-${PYSITELIB}/awscli/examples/cloudwatch/delete-alarms.rst
-${PYSITELIB}/awscli/examples/cloudwatch/delete-anomaly-detector.rst
-${PYSITELIB}/awscli/examples/cloudwatch/delete-dashboards.rst
-${PYSITELIB}/awscli/examples/cloudwatch/delete-insight-rules.rst
-${PYSITELIB}/awscli/examples/cloudwatch/delete-metric-stream.rst
-${PYSITELIB}/awscli/examples/cloudwatch/describe-alarm-history.rst
-${PYSITELIB}/awscli/examples/cloudwatch/describe-alarms-for-metric.rst
-${PYSITELIB}/awscli/examples/cloudwatch/describe-alarms.rst
-${PYSITELIB}/awscli/examples/cloudwatch/describe-anomaly-detectors.rst
-${PYSITELIB}/awscli/examples/cloudwatch/describe-insight-rules.rst
-${PYSITELIB}/awscli/examples/cloudwatch/disable-alarm-actions.rst
-${PYSITELIB}/awscli/examples/cloudwatch/disable-insight-rules.rst
-${PYSITELIB}/awscli/examples/cloudwatch/enable-alarm-actions.rst
-${PYSITELIB}/awscli/examples/cloudwatch/enable-insight-rules.rst
-${PYSITELIB}/awscli/examples/cloudwatch/get-dashboard.rst
-${PYSITELIB}/awscli/examples/cloudwatch/get-insight-rule-report.rst
-${PYSITELIB}/awscli/examples/cloudwatch/get-metric-data.rst
-${PYSITELIB}/awscli/examples/cloudwatch/get-metric-statistics.rst
-${PYSITELIB}/awscli/examples/cloudwatch/get-metric-stream.rst
-${PYSITELIB}/awscli/examples/cloudwatch/get-metric-widget-image.rst
-${PYSITELIB}/awscli/examples/cloudwatch/list-dashboards.rst
-${PYSITELIB}/awscli/examples/cloudwatch/list-metric-streams.rst
-${PYSITELIB}/awscli/examples/cloudwatch/list-metrics.rst
-${PYSITELIB}/awscli/examples/cloudwatch/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/cloudwatch/put-anomaly-detector.rst
-${PYSITELIB}/awscli/examples/cloudwatch/put-composite-alarm.rst
-${PYSITELIB}/awscli/examples/cloudwatch/put-dashboard.rst
-${PYSITELIB}/awscli/examples/cloudwatch/put-insight-rule.rst
-${PYSITELIB}/awscli/examples/cloudwatch/put-metric-alarm.rst
-${PYSITELIB}/awscli/examples/cloudwatch/put-metric-data.rst
-${PYSITELIB}/awscli/examples/cloudwatch/put-metric-stream.rst
-${PYSITELIB}/awscli/examples/cloudwatch/set-alarm-state.rst
-${PYSITELIB}/awscli/examples/cloudwatch/start-metric-streams.rst
-${PYSITELIB}/awscli/examples/cloudwatch/stop-metric-streams.rst
-${PYSITELIB}/awscli/examples/cloudwatch/tag-resource.rst
-${PYSITELIB}/awscli/examples/cloudwatch/untag-resource.rst
-${PYSITELIB}/awscli/examples/cloudwatch/wait/alarm-exists.rst
-${PYSITELIB}/awscli/examples/cloudwatch/wait/composite-alarm-exists.rst
-${PYSITELIB}/awscli/examples/codeartifact/associate-external-connection.rst
-${PYSITELIB}/awscli/examples/codeartifact/copy-package-versions.rst
-${PYSITELIB}/awscli/examples/codeartifact/create-domain.rst
-${PYSITELIB}/awscli/examples/codeartifact/create-repository.rst
-${PYSITELIB}/awscli/examples/codeartifact/delete-domain-permissions-policy.rst
-${PYSITELIB}/awscli/examples/codeartifact/delete-domain.rst
-${PYSITELIB}/awscli/examples/codeartifact/delete-package-versions.rst
-${PYSITELIB}/awscli/examples/codeartifact/delete-repository-permissions-policy.rst
-${PYSITELIB}/awscli/examples/codeartifact/delete-repository.rst
-${PYSITELIB}/awscli/examples/codeartifact/describe-domain.rst
-${PYSITELIB}/awscli/examples/codeartifact/describe-repository.rst
-${PYSITELIB}/awscli/examples/codeartifact/disassociate-external-connection.rst
-${PYSITELIB}/awscli/examples/codeartifact/dispose-package-versions.rst
-${PYSITELIB}/awscli/examples/codeartifact/get-authorization-token.rst
-${PYSITELIB}/awscli/examples/codeartifact/get-domain-permissions-policy.rst
-${PYSITELIB}/awscli/examples/codeartifact/get-package-version-asset.rst
-${PYSITELIB}/awscli/examples/codeartifact/get-package-version-readme.rst
-${PYSITELIB}/awscli/examples/codeartifact/get-repository-endpoint.rst
-${PYSITELIB}/awscli/examples/codeartifact/get-repository-permissions-policy.rst
-${PYSITELIB}/awscli/examples/codeartifact/list-domains.rst
-${PYSITELIB}/awscli/examples/codeartifact/list-package-version-assets.rst
-${PYSITELIB}/awscli/examples/codeartifact/list-package-version-dependencies.rst
-${PYSITELIB}/awscli/examples/codeartifact/list-package-versions.rst
-${PYSITELIB}/awscli/examples/codeartifact/list-packages.rst
-${PYSITELIB}/awscli/examples/codeartifact/list-repositories-in-domain.rst
-${PYSITELIB}/awscli/examples/codeartifact/list-repositories.rst
-${PYSITELIB}/awscli/examples/codeartifact/login.rst
-${PYSITELIB}/awscli/examples/codeartifact/put-domain-permissions-policy.rst
-${PYSITELIB}/awscli/examples/codeartifact/put-repository-permissions-policy.rst
-${PYSITELIB}/awscli/examples/codeartifact/update-package-versions-status.rst
-${PYSITELIB}/awscli/examples/codeartifact/update-repository.rst
-${PYSITELIB}/awscli/examples/codebuild/batch-delete-builds.rst
-${PYSITELIB}/awscli/examples/codebuild/batch-get-build-batches.rst
-${PYSITELIB}/awscli/examples/codebuild/batch-get-builds.rst
-${PYSITELIB}/awscli/examples/codebuild/batch-get-projects.rst
-${PYSITELIB}/awscli/examples/codebuild/batch-get-report-groups.rst
-${PYSITELIB}/awscli/examples/codebuild/batch-get-reports.rst
-${PYSITELIB}/awscli/examples/codebuild/create-project.rst
-${PYSITELIB}/awscli/examples/codebuild/create-report-group.rst
-${PYSITELIB}/awscli/examples/codebuild/create-webhook.rst
-${PYSITELIB}/awscli/examples/codebuild/delete-build-batch.rst
-${PYSITELIB}/awscli/examples/codebuild/delete-project.rst
-${PYSITELIB}/awscli/examples/codebuild/delete-report-group.rst
-${PYSITELIB}/awscli/examples/codebuild/delete-report.rst
-${PYSITELIB}/awscli/examples/codebuild/delete-source-credentials.rst
-${PYSITELIB}/awscli/examples/codebuild/delete-webhook.rst
-${PYSITELIB}/awscli/examples/codebuild/describe-code-coverages.rst
-${PYSITELIB}/awscli/examples/codebuild/describe-test-cases.rst
-${PYSITELIB}/awscli/examples/codebuild/import-source-credentials.rst
-${PYSITELIB}/awscli/examples/codebuild/invalidate-project-cache.rst
-${PYSITELIB}/awscli/examples/codebuild/list-build-batches-for-project.rst
-${PYSITELIB}/awscli/examples/codebuild/list-build-batches.rst
-${PYSITELIB}/awscli/examples/codebuild/list-builds-for-project.rst
-${PYSITELIB}/awscli/examples/codebuild/list-builds.rst
-${PYSITELIB}/awscli/examples/codebuild/list-curated-environment-images.rst
-${PYSITELIB}/awscli/examples/codebuild/list-projects.rst
-${PYSITELIB}/awscli/examples/codebuild/list-report-groups.rst
-${PYSITELIB}/awscli/examples/codebuild/list-reports-for-report-group.rst
-${PYSITELIB}/awscli/examples/codebuild/list-reports.rst
-${PYSITELIB}/awscli/examples/codebuild/list-shared-projects.rst
-${PYSITELIB}/awscli/examples/codebuild/list-shared-report-groups.rst
-${PYSITELIB}/awscli/examples/codebuild/list-source-credentials.rst
-${PYSITELIB}/awscli/examples/codebuild/retry-build-batch.rst
-${PYSITELIB}/awscli/examples/codebuild/retry-build.rst
-${PYSITELIB}/awscli/examples/codebuild/start-build-batch.rst
-${PYSITELIB}/awscli/examples/codebuild/start-build.rst
-${PYSITELIB}/awscli/examples/codebuild/stop-build-batch.rst
-${PYSITELIB}/awscli/examples/codebuild/stop-build.rst
-${PYSITELIB}/awscli/examples/codebuild/update-project.rst
-${PYSITELIB}/awscli/examples/codebuild/update-report-group.rst
-${PYSITELIB}/awscli/examples/codebuild/update-webhook.rst
-${PYSITELIB}/awscli/examples/codecommit/associate-approval-rule-template-with-repository.rst
-${PYSITELIB}/awscli/examples/codecommit/batch-associate-approval-rule-template-with-repositories.rst
-${PYSITELIB}/awscli/examples/codecommit/batch-describe-merge-conflicts.rst
-${PYSITELIB}/awscli/examples/codecommit/batch-disassociate-approval-rule-template-from-repositories.rst
-${PYSITELIB}/awscli/examples/codecommit/batch-get-commits.rst
-${PYSITELIB}/awscli/examples/codecommit/batch-get-repositories.rst
-${PYSITELIB}/awscli/examples/codecommit/create-approval-rule-template.rst
-${PYSITELIB}/awscli/examples/codecommit/create-branch.rst
-${PYSITELIB}/awscli/examples/codecommit/create-commit.rst
-${PYSITELIB}/awscli/examples/codecommit/create-pull-request-approval-rule.rst
-${PYSITELIB}/awscli/examples/codecommit/create-pull-request.rst
-${PYSITELIB}/awscli/examples/codecommit/create-repository.rst
-${PYSITELIB}/awscli/examples/codecommit/create-unreferenced-merge-commit.rst
-${PYSITELIB}/awscli/examples/codecommit/credential-helper.rst
-${PYSITELIB}/awscli/examples/codecommit/delete-approval-rule-template.rst
-${PYSITELIB}/awscli/examples/codecommit/delete-branch.rst
-${PYSITELIB}/awscli/examples/codecommit/delete-comment-content.rst
-${PYSITELIB}/awscli/examples/codecommit/delete-file.rst
-${PYSITELIB}/awscli/examples/codecommit/delete-pull-request-approval-rule.rst
-${PYSITELIB}/awscli/examples/codecommit/delete-repository.rst
-${PYSITELIB}/awscli/examples/codecommit/describe-merge-conflicts.rst
-${PYSITELIB}/awscli/examples/codecommit/describe-pull-request-events.rst
-${PYSITELIB}/awscli/examples/codecommit/disassociate-approval-rule-template-from-repository.rst
-${PYSITELIB}/awscli/examples/codecommit/evaluate-pull-request-approval-rules.rst
-${PYSITELIB}/awscli/examples/codecommit/get-approval-rule-template.rst
-${PYSITELIB}/awscli/examples/codecommit/get-blob.rst
-${PYSITELIB}/awscli/examples/codecommit/get-branch.rst
-${PYSITELIB}/awscli/examples/codecommit/get-comment-reactions.rst
-${PYSITELIB}/awscli/examples/codecommit/get-comment.rst
-${PYSITELIB}/awscli/examples/codecommit/get-comments-for-compared-commit.rst
-${PYSITELIB}/awscli/examples/codecommit/get-comments-for-pull-request.rst
-${PYSITELIB}/awscli/examples/codecommit/get-commit.rst
-${PYSITELIB}/awscli/examples/codecommit/get-differences.rst
-${PYSITELIB}/awscli/examples/codecommit/get-file.rst
-${PYSITELIB}/awscli/examples/codecommit/get-folder.rst
-${PYSITELIB}/awscli/examples/codecommit/get-merge-commit.rst
-${PYSITELIB}/awscli/examples/codecommit/get-merge-conflicts.rst
-${PYSITELIB}/awscli/examples/codecommit/get-merge-options.rst
-${PYSITELIB}/awscli/examples/codecommit/get-pull-request-approval-states.rst
-${PYSITELIB}/awscli/examples/codecommit/get-pull-request-override-state.rst
-${PYSITELIB}/awscli/examples/codecommit/get-pull-request.rst
-${PYSITELIB}/awscli/examples/codecommit/get-repository-triggers.rst
-${PYSITELIB}/awscli/examples/codecommit/get-repository.rst
-${PYSITELIB}/awscli/examples/codecommit/list-approval-rule-templates.rst
-${PYSITELIB}/awscli/examples/codecommit/list-associated-approval-rule-templates-for-repository.rst
-${PYSITELIB}/awscli/examples/codecommit/list-branches.rst
-${PYSITELIB}/awscli/examples/codecommit/list-pull-requests.rst
-${PYSITELIB}/awscli/examples/codecommit/list-repositories-for-approval-rule-template.rst
-${PYSITELIB}/awscli/examples/codecommit/list-repositories.rst
-${PYSITELIB}/awscli/examples/codecommit/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/codecommit/merge-branches-by-fast-forward.rst
-${PYSITELIB}/awscli/examples/codecommit/merge-branches-by-squash.rst
-${PYSITELIB}/awscli/examples/codecommit/merge-branches-by-three-way.rst
-${PYSITELIB}/awscli/examples/codecommit/merge-pull-request-by-fast-forward.rst
-${PYSITELIB}/awscli/examples/codecommit/merge-pull-request-by-squash.rst
-${PYSITELIB}/awscli/examples/codecommit/merge-pull-request-by-three-way.rst
-${PYSITELIB}/awscli/examples/codecommit/override-pull-request-approval-rules.rst
-${PYSITELIB}/awscli/examples/codecommit/post-comment-for-compared-commit.rst
-${PYSITELIB}/awscli/examples/codecommit/post-comment-for-pull-request.rst
-${PYSITELIB}/awscli/examples/codecommit/post-comment-reply.rst
-${PYSITELIB}/awscli/examples/codecommit/put-comment-reaction.rst
-${PYSITELIB}/awscli/examples/codecommit/put-file.rst
-${PYSITELIB}/awscli/examples/codecommit/put-repository-triggers.rst
-${PYSITELIB}/awscli/examples/codecommit/tag-resource.rst
-${PYSITELIB}/awscli/examples/codecommit/test-repository-triggers.rst
-${PYSITELIB}/awscli/examples/codecommit/untag-resource.rst
-${PYSITELIB}/awscli/examples/codecommit/update-approval-rule-template-content.rst
-${PYSITELIB}/awscli/examples/codecommit/update-approval-rule-template-description.rst
-${PYSITELIB}/awscli/examples/codecommit/update-approval-rule-template-name.rst
-${PYSITELIB}/awscli/examples/codecommit/update-comment.rst
-${PYSITELIB}/awscli/examples/codecommit/update-default-branch.rst
-${PYSITELIB}/awscli/examples/codecommit/update-pull-request-approval-rule-content.rst
-${PYSITELIB}/awscli/examples/codecommit/update-pull-request-approval-state.rst
-${PYSITELIB}/awscli/examples/codecommit/update-pull-request-description.rst
-${PYSITELIB}/awscli/examples/codecommit/update-pull-request-status.rst
-${PYSITELIB}/awscli/examples/codecommit/update-pull-request-title.rst
-${PYSITELIB}/awscli/examples/codecommit/update-repository-description.rst
-${PYSITELIB}/awscli/examples/codecommit/update-repository-name.rst
-${PYSITELIB}/awscli/examples/codeguru-reviewer/associate-repository.rst
-${PYSITELIB}/awscli/examples/codeguru-reviewer/create-code-review.rst
-${PYSITELIB}/awscli/examples/codeguru-reviewer/describe-code-review.rst
-${PYSITELIB}/awscli/examples/codeguru-reviewer/describe-recommendation-feedback.rst
-${PYSITELIB}/awscli/examples/codeguru-reviewer/describe-repository-association.rst
-${PYSITELIB}/awscli/examples/codeguru-reviewer/disassociate-repository.rst
-${PYSITELIB}/awscli/examples/codeguru-reviewer/list-code-reviews.rst
-${PYSITELIB}/awscli/examples/codeguru-reviewer/list-recommendation-feedback.rst
-${PYSITELIB}/awscli/examples/codeguru-reviewer/list-recommendations.rst
-${PYSITELIB}/awscli/examples/codeguru-reviewer/list-repository-associations.rst
-${PYSITELIB}/awscli/examples/codeguru-reviewer/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/codeguru-reviewer/put-recommendation-feedback.rst
-${PYSITELIB}/awscli/examples/codeguru-reviewer/tag-resource.rst
-${PYSITELIB}/awscli/examples/codeguru-reviewer/untag-resource.rst
-${PYSITELIB}/awscli/examples/codepipeline/acknowledge-job.rst
-${PYSITELIB}/awscli/examples/codepipeline/create-custom-action-type.rst
-${PYSITELIB}/awscli/examples/codepipeline/create-pipeline.rst
-${PYSITELIB}/awscli/examples/codepipeline/delete-custom-action-type.rst
-${PYSITELIB}/awscli/examples/codepipeline/delete-pipeline.rst
-${PYSITELIB}/awscli/examples/codepipeline/delete-webhook.rst
-${PYSITELIB}/awscli/examples/codepipeline/deregister-webhook-with-third-party.rst
-${PYSITELIB}/awscli/examples/codepipeline/disable-stage-transition.rst
-${PYSITELIB}/awscli/examples/codepipeline/enable-stage-transition.rst
-${PYSITELIB}/awscli/examples/codepipeline/get-job-details.rst
-${PYSITELIB}/awscli/examples/codepipeline/get-pipeline-state.rst
-${PYSITELIB}/awscli/examples/codepipeline/get-pipeline.rst
-${PYSITELIB}/awscli/examples/codepipeline/list-action-executions.rst
-${PYSITELIB}/awscli/examples/codepipeline/list-action-types.rst
-${PYSITELIB}/awscli/examples/codepipeline/list-pipeline-executions.rst
-${PYSITELIB}/awscli/examples/codepipeline/list-pipelines.rst
-${PYSITELIB}/awscli/examples/codepipeline/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/codepipeline/list-webhooks.rst
-${PYSITELIB}/awscli/examples/codepipeline/poll-for-jobs.rst
-${PYSITELIB}/awscli/examples/codepipeline/put-webhook.rst
-${PYSITELIB}/awscli/examples/codepipeline/retry-stage-execution.rst
-${PYSITELIB}/awscli/examples/codepipeline/start-pipeline-execution.rst
-${PYSITELIB}/awscli/examples/codepipeline/stop-pipeline-execution.rst
-${PYSITELIB}/awscli/examples/codepipeline/tag-resource.rst
-${PYSITELIB}/awscli/examples/codepipeline/untag-resource.rst
-${PYSITELIB}/awscli/examples/codepipeline/update-pipeline.rst
-${PYSITELIB}/awscli/examples/codestar-connections/create-connection.rst
-${PYSITELIB}/awscli/examples/codestar-connections/create-host.rst
-${PYSITELIB}/awscli/examples/codestar-connections/delete-connection.rst
-${PYSITELIB}/awscli/examples/codestar-connections/delete-host.rst
-${PYSITELIB}/awscli/examples/codestar-connections/get-connection.rst
-${PYSITELIB}/awscli/examples/codestar-connections/get-host.rst
-${PYSITELIB}/awscli/examples/codestar-connections/list-connections.rst
-${PYSITELIB}/awscli/examples/codestar-connections/list-hosts.rst
-${PYSITELIB}/awscli/examples/codestar-connections/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/codestar-connections/tag-resource.rst
-${PYSITELIB}/awscli/examples/codestar-connections/untag-resource.rst
-${PYSITELIB}/awscli/examples/codestar-notifications/create-notification-rule.rst
-${PYSITELIB}/awscli/examples/codestar-notifications/delete-notification-rule.rst
-${PYSITELIB}/awscli/examples/codestar-notifications/delete-target.rst
-${PYSITELIB}/awscli/examples/codestar-notifications/describe-notification-rule.rst
-${PYSITELIB}/awscli/examples/codestar-notifications/list-event-types.rst
-${PYSITELIB}/awscli/examples/codestar-notifications/list-notification-rules.rst
-${PYSITELIB}/awscli/examples/codestar-notifications/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/codestar-notifications/list-targets.rst
-${PYSITELIB}/awscli/examples/codestar-notifications/subscribe.rst
-${PYSITELIB}/awscli/examples/codestar-notifications/tag-resource.rst
-${PYSITELIB}/awscli/examples/codestar-notifications/unsubscribe.rst
-${PYSITELIB}/awscli/examples/codestar-notifications/untag-resource.rst
-${PYSITELIB}/awscli/examples/codestar-notifications/update-notification-rule.rst
-${PYSITELIB}/awscli/examples/cognito-identity/create-identity-pool.rst
-${PYSITELIB}/awscli/examples/cognito-identity/delete-identities.rst
-${PYSITELIB}/awscli/examples/cognito-identity/delete-identity-pool.rst
-${PYSITELIB}/awscli/examples/cognito-identity/describe-identity-pool.rst
-${PYSITELIB}/awscli/examples/cognito-identity/get-identity-pool-roles.rst
-${PYSITELIB}/awscli/examples/cognito-identity/list-identity-pools.rst
-${PYSITELIB}/awscli/examples/cognito-identity/set-identity-pool-roles.rst
-${PYSITELIB}/awscli/examples/cognito-identity/update-identity-pool.rst
-${PYSITELIB}/awscli/examples/cognito-idp/add-custom-attributes.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-add-user-to-group.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-confirm-sign-up.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-create-user.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-delete-user-attributes.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-delete-user.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-disable-provider-for-user.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-disable-user.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-enable-user.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-forget-device.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-get-device.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-get-user.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-initiate-auth.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-link-provider-for-user.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-list-devices.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-list-groups-for-user.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-list-user-auth-events.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-remove-user-from-group.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-reset-user-password.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-respond-to-auth-challenge.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-set-user-mfa-preference.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-set-user-password.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-set-user-settings.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-update-auth-event-feedback.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-update-device-status.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-update-user-attributes.rst
-${PYSITELIB}/awscli/examples/cognito-idp/admin-user-global-sign-out.rst
-${PYSITELIB}/awscli/examples/cognito-idp/associate-software-token.rst
-${PYSITELIB}/awscli/examples/cognito-idp/change-password.rst
-${PYSITELIB}/awscli/examples/cognito-idp/confirm-device.rst
-${PYSITELIB}/awscli/examples/cognito-idp/confirm-forgot-password.rst
-${PYSITELIB}/awscli/examples/cognito-idp/confirm-sign-up.rst
-${PYSITELIB}/awscli/examples/cognito-idp/create-group.rst
-${PYSITELIB}/awscli/examples/cognito-idp/create-identity-provider.rst
-${PYSITELIB}/awscli/examples/cognito-idp/create-resource-server.rst
-${PYSITELIB}/awscli/examples/cognito-idp/create-user-import-job.rst
-${PYSITELIB}/awscli/examples/cognito-idp/create-user-pool-client.rst
-${PYSITELIB}/awscli/examples/cognito-idp/create-user-pool-domain.rst
-${PYSITELIB}/awscli/examples/cognito-idp/create-user-pool.rst
-${PYSITELIB}/awscli/examples/cognito-idp/delete-group.rst
-${PYSITELIB}/awscli/examples/cognito-idp/delete-identity-provider.rst
-${PYSITELIB}/awscli/examples/cognito-idp/delete-resource-server.rst
-${PYSITELIB}/awscli/examples/cognito-idp/delete-user-attributes.rst
-${PYSITELIB}/awscli/examples/cognito-idp/delete-user-pool-client.rst
-${PYSITELIB}/awscli/examples/cognito-idp/delete-user-pool-domain.rst
-${PYSITELIB}/awscli/examples/cognito-idp/delete-user-pool.rst
-${PYSITELIB}/awscli/examples/cognito-idp/delete-user.rst
-${PYSITELIB}/awscli/examples/cognito-idp/describe-identity-provider.rst
-${PYSITELIB}/awscli/examples/cognito-idp/describe-resource-server.rst
-${PYSITELIB}/awscli/examples/cognito-idp/describe-risk-configuration.rst
-${PYSITELIB}/awscli/examples/cognito-idp/describe-user-import-job.rst
-${PYSITELIB}/awscli/examples/cognito-idp/describe-user-pool-client.rst
-${PYSITELIB}/awscli/examples/cognito-idp/describe-user-pool-domain.rst
-${PYSITELIB}/awscli/examples/cognito-idp/describe-user-pool.rst
-${PYSITELIB}/awscli/examples/cognito-idp/forget-device.rst
-${PYSITELIB}/awscli/examples/cognito-idp/forgot-password.rst
-${PYSITELIB}/awscli/examples/cognito-idp/get-csv-header.rst
-${PYSITELIB}/awscli/examples/cognito-idp/get-device.rst
-${PYSITELIB}/awscli/examples/cognito-idp/get-group.rst
-${PYSITELIB}/awscli/examples/cognito-idp/get-identity-provider-by-identifier.rst
-${PYSITELIB}/awscli/examples/cognito-idp/get-log-delivery-configuration.rst
-${PYSITELIB}/awscli/examples/cognito-idp/get-signing-certificate.rst
-${PYSITELIB}/awscli/examples/cognito-idp/get-ui-customization.rst
-${PYSITELIB}/awscli/examples/cognito-idp/get-user-attribute-verification-code.rst
-${PYSITELIB}/awscli/examples/cognito-idp/get-user-auth-factors.rst
-${PYSITELIB}/awscli/examples/cognito-idp/get-user-pool-mfa-config.rst
-${PYSITELIB}/awscli/examples/cognito-idp/get-user.rst
-${PYSITELIB}/awscli/examples/cognito-idp/global-sign-out.rst
-${PYSITELIB}/awscli/examples/cognito-idp/initiate-auth.rst
-${PYSITELIB}/awscli/examples/cognito-idp/list-devices.rst
-${PYSITELIB}/awscli/examples/cognito-idp/list-groups.rst
-${PYSITELIB}/awscli/examples/cognito-idp/list-identity-providers.rst
-${PYSITELIB}/awscli/examples/cognito-idp/list-resource-servers.rst
-${PYSITELIB}/awscli/examples/cognito-idp/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/cognito-idp/list-user-import-jobs.rst
-${PYSITELIB}/awscli/examples/cognito-idp/list-user-pool-clients.rst
-${PYSITELIB}/awscli/examples/cognito-idp/list-user-pools.rst
-${PYSITELIB}/awscli/examples/cognito-idp/list-users-in-group.rst
-${PYSITELIB}/awscli/examples/cognito-idp/list-users.rst
-${PYSITELIB}/awscli/examples/cognito-idp/list-web-authn-credentials.rst
-${PYSITELIB}/awscli/examples/cognito-idp/resend-confirmation-code.rst
-${PYSITELIB}/awscli/examples/cognito-idp/respond-to-auth-challenge.rst
-${PYSITELIB}/awscli/examples/cognito-idp/revoke-token.rst
-${PYSITELIB}/awscli/examples/cognito-idp/set-log-delivery-configuration.rst
-${PYSITELIB}/awscli/examples/cognito-idp/set-risk-configuration.rst
-${PYSITELIB}/awscli/examples/cognito-idp/set-ui-customization.rst
-${PYSITELIB}/awscli/examples/cognito-idp/set-user-mfa-preference.rst
-${PYSITELIB}/awscli/examples/cognito-idp/set-user-pool-mfa-config.rst
-${PYSITELIB}/awscli/examples/cognito-idp/set-user-settings.rst
-${PYSITELIB}/awscli/examples/cognito-idp/sign-up.rst
-${PYSITELIB}/awscli/examples/cognito-idp/start-user-import-job.rst
-${PYSITELIB}/awscli/examples/cognito-idp/start-web-authn-registration.rst
-${PYSITELIB}/awscli/examples/cognito-idp/stop-user-import-job.rst
-${PYSITELIB}/awscli/examples/cognito-idp/tag-resource.rst
-${PYSITELIB}/awscli/examples/cognito-idp/untag-resource.rst
-${PYSITELIB}/awscli/examples/cognito-idp/update-auth-event-feedback.rst
-${PYSITELIB}/awscli/examples/cognito-idp/update-device-status.rst
-${PYSITELIB}/awscli/examples/cognito-idp/update-group.rst
-${PYSITELIB}/awscli/examples/cognito-idp/update-identity-provider.rst
-${PYSITELIB}/awscli/examples/cognito-idp/update-managed-login-branding.rst
-${PYSITELIB}/awscli/examples/cognito-idp/update-resource-server.rst
-${PYSITELIB}/awscli/examples/cognito-idp/update-user-attributes.rst
-${PYSITELIB}/awscli/examples/cognito-idp/update-user-pool-client.rst
-${PYSITELIB}/awscli/examples/cognito-idp/update-user-pool-domain.rst
-${PYSITELIB}/awscli/examples/cognito-idp/update-user-pool.rst
-${PYSITELIB}/awscli/examples/cognito-idp/verify-software-token.rst
-${PYSITELIB}/awscli/examples/cognito-idp/verify-user-attribute.rst
-${PYSITELIB}/awscli/examples/comprehend/batch-detect-dominant-language.rst
-${PYSITELIB}/awscli/examples/comprehend/batch-detect-entities.rst
-${PYSITELIB}/awscli/examples/comprehend/batch-detect-key-phrases.rst
-${PYSITELIB}/awscli/examples/comprehend/batch-detect-sentiment.rst
-${PYSITELIB}/awscli/examples/comprehend/batch-detect-syntax.rst
-${PYSITELIB}/awscli/examples/comprehend/batch-detect-targeted-sentiment.rst
-${PYSITELIB}/awscli/examples/comprehend/classify-document.rst
-${PYSITELIB}/awscli/examples/comprehend/contains-pii-entities.rst
-${PYSITELIB}/awscli/examples/comprehend/create-dataset.rst
-${PYSITELIB}/awscli/examples/comprehend/create-document-classifier.rst
-${PYSITELIB}/awscli/examples/comprehend/create-endpoint.rst
-${PYSITELIB}/awscli/examples/comprehend/create-entity-recognizer.rst
-${PYSITELIB}/awscli/examples/comprehend/create-flywheel.rst
-${PYSITELIB}/awscli/examples/comprehend/delete-document-classifier.rst
-${PYSITELIB}/awscli/examples/comprehend/delete-endpoint.rst
-${PYSITELIB}/awscli/examples/comprehend/delete-entity-recognizer.rst
-${PYSITELIB}/awscli/examples/comprehend/delete-flywheel.rst
-${PYSITELIB}/awscli/examples/comprehend/delete-resource-policy.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-dataset.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-document-classification-job.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-document-classifier.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-dominant-language-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-endpoint.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-entities-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-entity-recognizer.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-events-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-flywheel-iteration.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-flywheel.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-key-phrases-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-pii-entities-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-resource-policy.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-sentiment-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-targeted-sentiment-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/describe-topics-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/detect-dominant-language.rst
-${PYSITELIB}/awscli/examples/comprehend/detect-entities.rst
-${PYSITELIB}/awscli/examples/comprehend/detect-key-phrases.rst
-${PYSITELIB}/awscli/examples/comprehend/detect-pii-entities.rst
-${PYSITELIB}/awscli/examples/comprehend/detect-sentiment.rst
-${PYSITELIB}/awscli/examples/comprehend/detect-syntax.rst
-${PYSITELIB}/awscli/examples/comprehend/detect-targeted-sentiment.rst
-${PYSITELIB}/awscli/examples/comprehend/import-model.rst
-${PYSITELIB}/awscli/examples/comprehend/list-datasets.rst
-${PYSITELIB}/awscli/examples/comprehend/list-document-classification-jobs.rst
-${PYSITELIB}/awscli/examples/comprehend/list-document-classifier-summaries.rst
-${PYSITELIB}/awscli/examples/comprehend/list-document-classifiers.rst
-${PYSITELIB}/awscli/examples/comprehend/list-dominant-language-detection-jobs.rst
-${PYSITELIB}/awscli/examples/comprehend/list-endpoints.rst
-${PYSITELIB}/awscli/examples/comprehend/list-entities-detection-jobs.rst
-${PYSITELIB}/awscli/examples/comprehend/list-entity-recognizer-summaries.rst
-${PYSITELIB}/awscli/examples/comprehend/list-entity-recognizers.rst
-${PYSITELIB}/awscli/examples/comprehend/list-events-detection-jobs.rst
-${PYSITELIB}/awscli/examples/comprehend/list-flywheel-iteration-history.rst
-${PYSITELIB}/awscli/examples/comprehend/list-flywheels.rst
-${PYSITELIB}/awscli/examples/comprehend/list-key-phrases-detection-jobs.rst
-${PYSITELIB}/awscli/examples/comprehend/list-pii-entities-detection-jobs.rst
-${PYSITELIB}/awscli/examples/comprehend/list-sentiment-detection-jobs.rst
-${PYSITELIB}/awscli/examples/comprehend/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/comprehend/list-targeted-sentiment-detection-jobs.rst
-${PYSITELIB}/awscli/examples/comprehend/list-topics-detection-jobs.rst
-${PYSITELIB}/awscli/examples/comprehend/put-resource-policy.rst
-${PYSITELIB}/awscli/examples/comprehend/start-document-classification-job.rst
-${PYSITELIB}/awscli/examples/comprehend/start-dominant-language-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/start-entities-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/start-events-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/start-flywheel-iteration.rst
-${PYSITELIB}/awscli/examples/comprehend/start-key-phrases-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/start-pii-entities-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/start-sentiment-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/start-targeted-sentiment-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/start-topics-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/stop-dominant-language-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/stop-entities-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/stop-events-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/stop-key-phrases-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/stop-pii-entities-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/stop-sentiment-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/stop-targeted-sentiment-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehend/stop-training-document-classifier.rst
-${PYSITELIB}/awscli/examples/comprehend/stop-training-entity-recognizer.rst
-${PYSITELIB}/awscli/examples/comprehend/tag-resource.rst
-${PYSITELIB}/awscli/examples/comprehend/untag-resource.rst
-${PYSITELIB}/awscli/examples/comprehend/update-endpoint.rst
-${PYSITELIB}/awscli/examples/comprehend/update-flywheel.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/describe-entities-detection-v2-job.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/describe-icd10-cm-inference-job.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/describe-phi-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/describe-rx-norm-inference-job.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/describe-snomedct-inference-job.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/detect-entities-v2.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/detect-phi.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/infer-icd10-cm.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/infer-rx-norm.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/infer-snomedct.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/list-entities-detection-v2-jobs.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/list-icd10-cm-inference-jobs.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/list-phi-detection-jobs.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/list-rx-norm-inference-jobs.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/list-snomedct-inference-jobs.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/start-entities-detection-v2-job.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/start-icd10-cm-inference-job.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/start-phi-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/start-rx-norm-inference-job.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/start-snomedct-inference-job.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/stop-entities-detection-v2-job.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/stop-icd10-cm-inference-job.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/stop-phi-detection-job.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/stop-rx-norm-inference-job.rst
-${PYSITELIB}/awscli/examples/comprehendmedical/stop-snomedct-inference-job.rst
-${PYSITELIB}/awscli/examples/configservice/delete-config-rule.rst
-${PYSITELIB}/awscli/examples/configservice/delete-delivery-channel.rst
-${PYSITELIB}/awscli/examples/configservice/delete-evaluation-results.rst
-${PYSITELIB}/awscli/examples/configservice/deliver-config-snapshot.rst
-${PYSITELIB}/awscli/examples/configservice/describe-compliance-by-config-rule.rst
-${PYSITELIB}/awscli/examples/configservice/describe-compliance-by-resource.rst
-${PYSITELIB}/awscli/examples/configservice/describe-config-rule-evaluation-status.rst
-${PYSITELIB}/awscli/examples/configservice/describe-config-rules.rst
-${PYSITELIB}/awscli/examples/configservice/describe-configuration-recorder-status.rst
-${PYSITELIB}/awscli/examples/configservice/describe-configuration-recorders.rst
-${PYSITELIB}/awscli/examples/configservice/describe-delivery-channel-status.rst
-${PYSITELIB}/awscli/examples/configservice/describe-delivery-channels.rst
-${PYSITELIB}/awscli/examples/configservice/get-compliance-details-by-config-rule.rst
-${PYSITELIB}/awscli/examples/configservice/get-compliance-details-by-resource.rst
-${PYSITELIB}/awscli/examples/configservice/get-compliance-summary-by-config-rule.rst
-${PYSITELIB}/awscli/examples/configservice/get-compliance-summary-by-resource-type.rst
-${PYSITELIB}/awscli/examples/configservice/get-resource-config-history.rst
-${PYSITELIB}/awscli/examples/configservice/get-status.rst
-${PYSITELIB}/awscli/examples/configservice/list-discovered-resources.rst
-${PYSITELIB}/awscli/examples/configservice/put-config-rule.rst
-${PYSITELIB}/awscli/examples/configservice/put-configuration-recorder.rst
-${PYSITELIB}/awscli/examples/configservice/put-delivery-channel.rst
-${PYSITELIB}/awscli/examples/configservice/start-config-rules-evaluation.rst
-${PYSITELIB}/awscli/examples/configservice/start-configuration-recorder.rst
-${PYSITELIB}/awscli/examples/configservice/stop-configuration-recorder.rst
-${PYSITELIB}/awscli/examples/configservice/subscribe.rst
-${PYSITELIB}/awscli/examples/configure/_description.rst
-${PYSITELIB}/awscli/examples/configure/add-model.rst
-${PYSITELIB}/awscli/examples/configure/get/_description.rst
-${PYSITELIB}/awscli/examples/configure/get/_examples.rst
-${PYSITELIB}/awscli/examples/configure/set/_description.rst
-${PYSITELIB}/awscli/examples/configure/set/_examples.rst
-${PYSITELIB}/awscli/examples/connect/create-user.rst
-${PYSITELIB}/awscli/examples/connect/delete-user.rst
-${PYSITELIB}/awscli/examples/connect/describe-user-hierarchy-group.rst
-${PYSITELIB}/awscli/examples/connect/describe-user-hierarchy-structure.rst
-${PYSITELIB}/awscli/examples/connect/describe-user.rst
-${PYSITELIB}/awscli/examples/connect/get-contact-attributes.rst
-${PYSITELIB}/awscli/examples/connect/list-contact-flows.rst
-${PYSITELIB}/awscli/examples/connect/list-hours-of-operations.rst
-${PYSITELIB}/awscli/examples/connect/list-phone-numbers.rst
-${PYSITELIB}/awscli/examples/connect/list-queues.rst
-${PYSITELIB}/awscli/examples/connect/list-routing-profiles.rst
-${PYSITELIB}/awscli/examples/connect/list-security-profiles.rst
-${PYSITELIB}/awscli/examples/connect/list-user-hierarchy-groups.rst
-${PYSITELIB}/awscli/examples/connect/list-users.rst
-${PYSITELIB}/awscli/examples/connect/update-contact-attributes.rst
-${PYSITELIB}/awscli/examples/connect/update-user-hierarchy.rst
-${PYSITELIB}/awscli/examples/connect/update-user-identity-info.rst
-${PYSITELIB}/awscli/examples/connect/update-user-phone-config.rst
-${PYSITELIB}/awscli/examples/connect/update-user-routing-profile.rst
-${PYSITELIB}/awscli/examples/connect/update-user-security-profiles.rst
-${PYSITELIB}/awscli/examples/cur/delete-report-definition.rst
-${PYSITELIB}/awscli/examples/cur/describe-report-definitions.rst
-${PYSITELIB}/awscli/examples/cur/put-report-definition.rst
-${PYSITELIB}/awscli/examples/datapipeline/activate-pipeline.rst
-${PYSITELIB}/awscli/examples/datapipeline/add-tags.rst
-${PYSITELIB}/awscli/examples/datapipeline/create-pipeline.rst
-${PYSITELIB}/awscli/examples/datapipeline/deactivate-pipeline.rst
-${PYSITELIB}/awscli/examples/datapipeline/delete-pipeline.rst
-${PYSITELIB}/awscli/examples/datapipeline/describe-pipelines.rst
-${PYSITELIB}/awscli/examples/datapipeline/get-pipeline-definition.rst
-${PYSITELIB}/awscli/examples/datapipeline/list-pipelines.rst
-${PYSITELIB}/awscli/examples/datapipeline/list-runs.rst
-${PYSITELIB}/awscli/examples/datapipeline/put-pipeline-definition.rst
-${PYSITELIB}/awscli/examples/datapipeline/remove-tags.rst
-${PYSITELIB}/awscli/examples/datasync/update-location-azure-blob.rst
-${PYSITELIB}/awscli/examples/datasync/update-location-hdfs.rst
-${PYSITELIB}/awscli/examples/datasync/update-location-nfs.rst
-${PYSITELIB}/awscli/examples/datasync/update-location-object-storage.rst
-${PYSITELIB}/awscli/examples/datasync/update-location-smb.rst
-${PYSITELIB}/awscli/examples/dax/create-cluster.rst
-${PYSITELIB}/awscli/examples/dax/create-parameter-group.rst
-${PYSITELIB}/awscli/examples/dax/create-subnet-group.rst
-${PYSITELIB}/awscli/examples/dax/decrease-replication-factor.rst
-${PYSITELIB}/awscli/examples/dax/delete-cluster.rst
-${PYSITELIB}/awscli/examples/dax/delete-parameter-group.rst
-${PYSITELIB}/awscli/examples/dax/delete-subnet-group.rst
-${PYSITELIB}/awscli/examples/dax/describe-clusters.rst
-${PYSITELIB}/awscli/examples/dax/describe-default-parameters.rst
-${PYSITELIB}/awscli/examples/dax/describe-events.rst
-${PYSITELIB}/awscli/examples/dax/describe-parameter-groups.rst
-${PYSITELIB}/awscli/examples/dax/describe-parameters.rst
-${PYSITELIB}/awscli/examples/dax/describe-subnet-groups.rst
-${PYSITELIB}/awscli/examples/dax/increase-replication-factor.rst
-${PYSITELIB}/awscli/examples/dax/list-tags.rst
-${PYSITELIB}/awscli/examples/dax/tag-resource.rst
-${PYSITELIB}/awscli/examples/dax/untag-resource.rst
-${PYSITELIB}/awscli/examples/ddb/put.rst
-${PYSITELIB}/awscli/examples/ddb/select.rst
-${PYSITELIB}/awscli/examples/deploy/add-tags-to-on-premises-instances.rst
-${PYSITELIB}/awscli/examples/deploy/batch-get-application-revisions.rst
-${PYSITELIB}/awscli/examples/deploy/batch-get-applications.rst
-${PYSITELIB}/awscli/examples/deploy/batch-get-deployment-groups.rst
-${PYSITELIB}/awscli/examples/deploy/batch-get-deployment-targets.rst
-${PYSITELIB}/awscli/examples/deploy/batch-get-deployments.rst
-${PYSITELIB}/awscli/examples/deploy/batch-get-on-premises-instances.rst
-${PYSITELIB}/awscli/examples/deploy/continue-deployment.rst
-${PYSITELIB}/awscli/examples/deploy/create-application.rst
-${PYSITELIB}/awscli/examples/deploy/create-deployment-config.rst
-${PYSITELIB}/awscli/examples/deploy/create-deployment-group.rst
-${PYSITELIB}/awscli/examples/deploy/create-deployment.rst
-${PYSITELIB}/awscli/examples/deploy/delete-application.rst
-${PYSITELIB}/awscli/examples/deploy/delete-deployment-config.rst
-${PYSITELIB}/awscli/examples/deploy/delete-deployment-group.rst
-${PYSITELIB}/awscli/examples/deploy/delete-git-hub-account-token.rst
-${PYSITELIB}/awscli/examples/deploy/deregister-on-premises-instance.rst
-${PYSITELIB}/awscli/examples/deploy/deregister.rst
-${PYSITELIB}/awscli/examples/deploy/get-application-revision.rst
-${PYSITELIB}/awscli/examples/deploy/get-application.rst
-${PYSITELIB}/awscli/examples/deploy/get-deployment-config.rst
-${PYSITELIB}/awscli/examples/deploy/get-deployment-group.rst
-${PYSITELIB}/awscli/examples/deploy/get-deployment-instance.rst
-${PYSITELIB}/awscli/examples/deploy/get-deployment-target.rst
-${PYSITELIB}/awscli/examples/deploy/get-deployment.rst
-${PYSITELIB}/awscli/examples/deploy/get-on-premises-instance.rst
-${PYSITELIB}/awscli/examples/deploy/install.rst
-${PYSITELIB}/awscli/examples/deploy/list-application-revisions.rst
-${PYSITELIB}/awscli/examples/deploy/list-applications.rst
-${PYSITELIB}/awscli/examples/deploy/list-deployment-configs.rst
-${PYSITELIB}/awscli/examples/deploy/list-deployment-groups.rst
-${PYSITELIB}/awscli/examples/deploy/list-deployment-instances.rst
-${PYSITELIB}/awscli/examples/deploy/list-deployment-targets.rst
-${PYSITELIB}/awscli/examples/deploy/list-deployments.rst
-${PYSITELIB}/awscli/examples/deploy/list-git-hub-account-token-names.rst
-${PYSITELIB}/awscli/examples/deploy/list-on-premises-instances.rst
-${PYSITELIB}/awscli/examples/deploy/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/deploy/push.rst
-${PYSITELIB}/awscli/examples/deploy/register-application-revision.rst
-${PYSITELIB}/awscli/examples/deploy/register-on-premises-instance.rst
-${PYSITELIB}/awscli/examples/deploy/register.rst
-${PYSITELIB}/awscli/examples/deploy/remove-tags-from-on-premises-instances.rst
-${PYSITELIB}/awscli/examples/deploy/stop-deployment.rst
-${PYSITELIB}/awscli/examples/deploy/tag-resource.rst
-${PYSITELIB}/awscli/examples/deploy/uninstall.rst
-${PYSITELIB}/awscli/examples/deploy/untag-resource.rst
-${PYSITELIB}/awscli/examples/deploy/update-application.rst
-${PYSITELIB}/awscli/examples/deploy/update-deployment-group.rst
-${PYSITELIB}/awscli/examples/deploy/wait/deployment-successful.rst
-${PYSITELIB}/awscli/examples/detective/accept-invitation.rst
-${PYSITELIB}/awscli/examples/detective/create-graph.rst
-${PYSITELIB}/awscli/examples/detective/create-members.rst
-${PYSITELIB}/awscli/examples/detective/delete-graph.rst
-${PYSITELIB}/awscli/examples/detective/delete-members.rst
-${PYSITELIB}/awscli/examples/detective/disassociate-membership.rst
-${PYSITELIB}/awscli/examples/detective/get-members.rst
-${PYSITELIB}/awscli/examples/detective/list-graphs.rst
-${PYSITELIB}/awscli/examples/detective/list-invitations.rst
-${PYSITELIB}/awscli/examples/detective/list-members.rst
-${PYSITELIB}/awscli/examples/detective/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/detective/reject-invitation.rst
-${PYSITELIB}/awscli/examples/detective/tag-resource.rst
-${PYSITELIB}/awscli/examples/detective/untag-resource.rst
-${PYSITELIB}/awscli/examples/devicefarm/create-device-pool.rst
-${PYSITELIB}/awscli/examples/devicefarm/create-project.rst
-${PYSITELIB}/awscli/examples/devicefarm/create-upload.rst
-${PYSITELIB}/awscli/examples/devicefarm/get-upload.rst
-${PYSITELIB}/awscli/examples/devicefarm/list-projects.rst
-${PYSITELIB}/awscli/examples/directconnect/accept-direct-connect-gateway-association-proposal.rst
-${PYSITELIB}/awscli/examples/directconnect/allocate-connection-on-interconnect.rst
-${PYSITELIB}/awscli/examples/directconnect/allocate-hosted-connection.rst
-${PYSITELIB}/awscli/examples/directconnect/allocate-private-virtual-interface.rst
-${PYSITELIB}/awscli/examples/directconnect/allocate-public-virtual-interface.rst
-${PYSITELIB}/awscli/examples/directconnect/allocate-transit-virtual-interface.rst
-${PYSITELIB}/awscli/examples/directconnect/associate-connection-with-lag.rst
-${PYSITELIB}/awscli/examples/directconnect/associate-hosted-connection.rst
-${PYSITELIB}/awscli/examples/directconnect/associate-virtual-interface.rst
-${PYSITELIB}/awscli/examples/directconnect/confirm-connection.rst
-${PYSITELIB}/awscli/examples/directconnect/confirm-private-virtual-interface.rst
-${PYSITELIB}/awscli/examples/directconnect/confirm-public-virtual-interface.rst
-${PYSITELIB}/awscli/examples/directconnect/confirm-transit-virtual-interface.rst
-${PYSITELIB}/awscli/examples/directconnect/create-bgp-peer.rst
-${PYSITELIB}/awscli/examples/directconnect/create-connection.rst
-${PYSITELIB}/awscli/examples/directconnect/create-direct-connect-gateway-association-proposal.rst
-${PYSITELIB}/awscli/examples/directconnect/create-direct-connect-gateway-association.rst
-${PYSITELIB}/awscli/examples/directconnect/create-direct-connect-gateway.rst
-${PYSITELIB}/awscli/examples/directconnect/create-interconnect.rst
-${PYSITELIB}/awscli/examples/directconnect/create-lag.rst
-${PYSITELIB}/awscli/examples/directconnect/create-private-virtual-interface.rst
-${PYSITELIB}/awscli/examples/directconnect/create-public-virtual-interface.rst
-${PYSITELIB}/awscli/examples/directconnect/create-transit-virtual-interface.rst
-${PYSITELIB}/awscli/examples/directconnect/delete-bgp-peer.rst
-${PYSITELIB}/awscli/examples/directconnect/delete-connection.rst
-${PYSITELIB}/awscli/examples/directconnect/delete-direct-connect-gateway-association.rst
-${PYSITELIB}/awscli/examples/directconnect/delete-direct-connect-gateway.rst
-${PYSITELIB}/awscli/examples/directconnect/delete-interconnect.rst
-${PYSITELIB}/awscli/examples/directconnect/delete-lag.rst
-${PYSITELIB}/awscli/examples/directconnect/delete-virtual-interface.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-connection-loa.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-connections-on-interconnect.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-connections.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-direct-connect-gateway-association-proposals.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-direct-connect-gateway-associations.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-direct-connect-gateway-attachments.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-direct-connect-gateways.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-hosted-connections.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-interconnect-loa.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-interconnects.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-lags.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-loa.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-locations.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-tags.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-virtual-gateways.rst
-${PYSITELIB}/awscli/examples/directconnect/describe-virtual-interfaces.rst
-${PYSITELIB}/awscli/examples/directconnect/disassociate-connection-from-lag.rst
-${PYSITELIB}/awscli/examples/directconnect/tag-resource.rst
-${PYSITELIB}/awscli/examples/directconnect/untag-resource.rst
-${PYSITELIB}/awscli/examples/directconnect/update-direct-connect-gateway-association.rst
-${PYSITELIB}/awscli/examples/directconnect/update-lag.rst
-${PYSITELIB}/awscli/examples/directconnect/update-virtual-interface-attributes.rst
-${PYSITELIB}/awscli/examples/discovery/describe-agents.rst
-${PYSITELIB}/awscli/examples/discovery/describe-configurations.rst
-${PYSITELIB}/awscli/examples/discovery/list-configurations.rst
-${PYSITELIB}/awscli/examples/dlm/create-default-role.rst
-${PYSITELIB}/awscli/examples/dlm/create-lifecycle-policy.rst
-${PYSITELIB}/awscli/examples/dlm/delete-lifecycle-policy.rst
-${PYSITELIB}/awscli/examples/dlm/get-lifecycle-policies.rst
-${PYSITELIB}/awscli/examples/dlm/get-lifecycle-policy.rst
-${PYSITELIB}/awscli/examples/dlm/update-lifecycle-policy.rst
-${PYSITELIB}/awscli/examples/dms/add-tags-to-resource.rst
-${PYSITELIB}/awscli/examples/dms/create-endpoint.rst
-${PYSITELIB}/awscli/examples/dms/create-event-subscription.rst
-${PYSITELIB}/awscli/examples/dms/create-replication-instance.rst
-${PYSITELIB}/awscli/examples/dms/create-replication-subnet-group.rst
-${PYSITELIB}/awscli/examples/dms/create-replication-task.rst
-${PYSITELIB}/awscli/examples/dms/delete-connection.rst
-${PYSITELIB}/awscli/examples/dms/delete-endpoint.rst
-${PYSITELIB}/awscli/examples/dms/delete-event-subscription.rst
-${PYSITELIB}/awscli/examples/dms/delete-replication-instance.rst
-${PYSITELIB}/awscli/examples/dms/delete-replication-subnet-group.rst
-${PYSITELIB}/awscli/examples/dms/delete-replication-task.rst
-${PYSITELIB}/awscli/examples/dms/describe-account-attributes.rst
-${PYSITELIB}/awscli/examples/dms/describe-certificates.rst
-${PYSITELIB}/awscli/examples/dms/describe-connections.rst
-${PYSITELIB}/awscli/examples/dms/describe-endpoint-types.rst
-${PYSITELIB}/awscli/examples/dms/describe-endpoints.rst
-${PYSITELIB}/awscli/examples/dms/describe-event-categories.rst
-${PYSITELIB}/awscli/examples/dms/describe-event-subscriptions.rst
-${PYSITELIB}/awscli/examples/dms/describe-events.rst
-${PYSITELIB}/awscli/examples/dms/describe-orderable-replication-instances.rst
-${PYSITELIB}/awscli/examples/dms/describe-refresh-schemas-status.rst
-${PYSITELIB}/awscli/examples/dms/describe-replication-instances.rst
-${PYSITELIB}/awscli/examples/dms/describe-replication-subnet-groups.rst
-${PYSITELIB}/awscli/examples/dms/describe-replication-task-assessment-results.rst
-${PYSITELIB}/awscli/examples/dms/describe-replication-tasks.rst
-${PYSITELIB}/awscli/examples/dms/describe-schemas.rst
-${PYSITELIB}/awscli/examples/dms/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/dms/modify-endpoint.rst
-${PYSITELIB}/awscli/examples/dms/modify-event-subscription.rst
-${PYSITELIB}/awscli/examples/dms/modify-replication-instance.rst
-${PYSITELIB}/awscli/examples/dms/modify-replication-subnet-group.rst
-${PYSITELIB}/awscli/examples/dms/modify-replication-task.rst
-${PYSITELIB}/awscli/examples/dms/reboot-replication-instance.rst
-${PYSITELIB}/awscli/examples/dms/refresh-schemas.rst
-${PYSITELIB}/awscli/examples/dms/reload-tables.rst
-${PYSITELIB}/awscli/examples/dms/remove-tags-from-resource.rst
-${PYSITELIB}/awscli/examples/dms/start-replication-task-assessment.rst
-${PYSITELIB}/awscli/examples/dms/start-replication-task.rst
-${PYSITELIB}/awscli/examples/dms/stop-replication-task.rst
-${PYSITELIB}/awscli/examples/dms/test-connection.rst
-${PYSITELIB}/awscli/examples/docdb/add-tags-to-resource.rst
-${PYSITELIB}/awscli/examples/docdb/apply-pending-maintenance-action.rst
-${PYSITELIB}/awscli/examples/docdb/copy-db-cluster-parameter-group.rst
-${PYSITELIB}/awscli/examples/docdb/copy-db-cluster-snapshot.rst
-${PYSITELIB}/awscli/examples/docdb/create-db-cluster-parameter-group.rst
-${PYSITELIB}/awscli/examples/docdb/create-db-cluster-snapshot.rst
-${PYSITELIB}/awscli/examples/docdb/create-db-cluster.rst
-${PYSITELIB}/awscli/examples/docdb/create-db-instance.rst
-${PYSITELIB}/awscli/examples/docdb/create-db-subnet-group.rst
-${PYSITELIB}/awscli/examples/docdb/delete-db-cluster-parameter-group.rst
-${PYSITELIB}/awscli/examples/docdb/delete-db-cluster-snapshot.rst
-${PYSITELIB}/awscli/examples/docdb/delete-db-cluster.rst
-${PYSITELIB}/awscli/examples/docdb/delete-db-instance.rst
-${PYSITELIB}/awscli/examples/docdb/delete-db-subnet-group.rst
-${PYSITELIB}/awscli/examples/docdb/describe-db-cluster-parameter-groups.rst
-${PYSITELIB}/awscli/examples/docdb/describe-db-cluster-parameters.rst
-${PYSITELIB}/awscli/examples/docdb/describe-db-cluster-snapshot-attributes.rst
-${PYSITELIB}/awscli/examples/docdb/describe-db-cluster-snapshots.rst
-${PYSITELIB}/awscli/examples/docdb/describe-db-clusters.rst
-${PYSITELIB}/awscli/examples/docdb/describe-db-engine-versions.rst
-${PYSITELIB}/awscli/examples/docdb/describe-db-instances.rst
-${PYSITELIB}/awscli/examples/docdb/describe-db-subnet-groups.rst
-${PYSITELIB}/awscli/examples/docdb/describe-engine-default-cluster-parameters.rst
-${PYSITELIB}/awscli/examples/docdb/describe-event-categories.rst
-${PYSITELIB}/awscli/examples/docdb/describe-events.rst
-${PYSITELIB}/awscli/examples/docdb/describe-orderable-db-instance-options.rst
-${PYSITELIB}/awscli/examples/docdb/describe-pending-maintenance-actions.rst
-${PYSITELIB}/awscli/examples/docdb/failover-db-cluster.rst
-${PYSITELIB}/awscli/examples/docdb/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/docdb/modify-db-cluster-parameter-group.rst
-${PYSITELIB}/awscli/examples/docdb/modify-db-cluster-snapshot-attribute.rst
-${PYSITELIB}/awscli/examples/docdb/modify-db-cluster.rst
-${PYSITELIB}/awscli/examples/docdb/modify-db-instance.rst
-${PYSITELIB}/awscli/examples/docdb/modify-db-subnet-group.rst
-${PYSITELIB}/awscli/examples/docdb/reboot-db-instance.rst
-${PYSITELIB}/awscli/examples/docdb/remove-tags-from-resource.rst
-${PYSITELIB}/awscli/examples/docdb/reset-db-cluster-parameter-group.rst
-${PYSITELIB}/awscli/examples/docdb/restore-db-cluster-from-snapshot.rst
-${PYSITELIB}/awscli/examples/docdb/restore-db-cluster-to-point-in-time.rst
-${PYSITELIB}/awscli/examples/docdb/start-db-cluster.rst
-${PYSITELIB}/awscli/examples/docdb/stop-db-cluster.rst
-${PYSITELIB}/awscli/examples/docdb/wait/db-instance-available.rst
-${PYSITELIB}/awscli/examples/docdb/wait/db-instance-deleted.rst
-${PYSITELIB}/awscli/examples/ds-data/add-group-member.rst
-${PYSITELIB}/awscli/examples/ds-data/create-group.rst
-${PYSITELIB}/awscli/examples/ds-data/create-user.rst
-${PYSITELIB}/awscli/examples/ds-data/delete-group.rst
-${PYSITELIB}/awscli/examples/ds-data/delete-user.rst
-${PYSITELIB}/awscli/examples/ds-data/describe-group.rst
-${PYSITELIB}/awscli/examples/ds-data/describe-user.rst
-${PYSITELIB}/awscli/examples/ds-data/disable-directory-data-access.rst
-${PYSITELIB}/awscli/examples/ds-data/disable-user.rst
-${PYSITELIB}/awscli/examples/ds-data/enable-directory-data-access.rst
-${PYSITELIB}/awscli/examples/ds-data/list-group-members.rst
-${PYSITELIB}/awscli/examples/ds-data/list-groups-for-member.rst
-${PYSITELIB}/awscli/examples/ds-data/list-groups.rst
-${PYSITELIB}/awscli/examples/ds-data/list-users.rst
-${PYSITELIB}/awscli/examples/ds-data/remove-group-member.rst
-${PYSITELIB}/awscli/examples/ds-data/reset-user-password.rst
-${PYSITELIB}/awscli/examples/ds-data/search-groups.rst
-${PYSITELIB}/awscli/examples/ds-data/search-users.rst
-${PYSITELIB}/awscli/examples/ds-data/update-group.rst
-${PYSITELIB}/awscli/examples/ds-data/update-user.rst
-${PYSITELIB}/awscli/examples/ds/describe-directories.rst
-${PYSITELIB}/awscli/examples/ds/describe-trusts.rst
-${PYSITELIB}/awscli/examples/dsql/generate-db-connect-auth-token.rst
-${PYSITELIB}/awscli/examples/dynamodb/batch-get-item.rst
-${PYSITELIB}/awscli/examples/dynamodb/batch-write-item.rst
-${PYSITELIB}/awscli/examples/dynamodb/create-backup.rst
-${PYSITELIB}/awscli/examples/dynamodb/create-global-table.rst
-${PYSITELIB}/awscli/examples/dynamodb/create-table.rst
-${PYSITELIB}/awscli/examples/dynamodb/delete-backup.rst
-${PYSITELIB}/awscli/examples/dynamodb/delete-item.rst
-${PYSITELIB}/awscli/examples/dynamodb/delete-table.rst
-${PYSITELIB}/awscli/examples/dynamodb/describe-backup.rst
-${PYSITELIB}/awscli/examples/dynamodb/describe-continuous-backups.rst
-${PYSITELIB}/awscli/examples/dynamodb/describe-contributor-insights.rst
-${PYSITELIB}/awscli/examples/dynamodb/describe-endpoints.rst
-${PYSITELIB}/awscli/examples/dynamodb/describe-global-table-settings.rst
-${PYSITELIB}/awscli/examples/dynamodb/describe-global-table.rst
-${PYSITELIB}/awscli/examples/dynamodb/describe-limits.rst
-${PYSITELIB}/awscli/examples/dynamodb/describe-table-replica-auto-scaling.rst
-${PYSITELIB}/awscli/examples/dynamodb/describe-table.rst
-${PYSITELIB}/awscli/examples/dynamodb/describe-time-to-live.rst
-${PYSITELIB}/awscli/examples/dynamodb/get-item.rst
-${PYSITELIB}/awscli/examples/dynamodb/list-backups.rst
-${PYSITELIB}/awscli/examples/dynamodb/list-contributor-insights.rst
-${PYSITELIB}/awscli/examples/dynamodb/list-global-tables.rst
-${PYSITELIB}/awscli/examples/dynamodb/list-tables.rst
-${PYSITELIB}/awscli/examples/dynamodb/list-tags-of-resource.rst
-${PYSITELIB}/awscli/examples/dynamodb/put-item.rst
-${PYSITELIB}/awscli/examples/dynamodb/query.rst
-${PYSITELIB}/awscli/examples/dynamodb/restore-table-from-backup.rst
-${PYSITELIB}/awscli/examples/dynamodb/restore-table-to-point-in-time.rst
-${PYSITELIB}/awscli/examples/dynamodb/scan.rst
-${PYSITELIB}/awscli/examples/dynamodb/tag-resource.rst
-${PYSITELIB}/awscli/examples/dynamodb/transact-get-items.rst
-${PYSITELIB}/awscli/examples/dynamodb/transact-write-items.rst
-${PYSITELIB}/awscli/examples/dynamodb/untag-resource.rst
-${PYSITELIB}/awscli/examples/dynamodb/update-continuous-backups.rst
-${PYSITELIB}/awscli/examples/dynamodb/update-contributor-insights.rst
-${PYSITELIB}/awscli/examples/dynamodb/update-global-table-settings.rst
-${PYSITELIB}/awscli/examples/dynamodb/update-global-table.rst
-${PYSITELIB}/awscli/examples/dynamodb/update-item.rst
-${PYSITELIB}/awscli/examples/dynamodb/update-table-replica-auto-scaling.rst
-${PYSITELIB}/awscli/examples/dynamodb/update-table.rst
-${PYSITELIB}/awscli/examples/dynamodb/update-time-to-live.rst
-${PYSITELIB}/awscli/examples/dynamodb/wait/table-exists.rst
-${PYSITELIB}/awscli/examples/dynamodbstreams/describe-stream.rst
-${PYSITELIB}/awscli/examples/dynamodbstreams/get-records.rst
-${PYSITELIB}/awscli/examples/dynamodbstreams/get-shard-iterator.rst
-${PYSITELIB}/awscli/examples/dynamodbstreams/list-streams.rst
-${PYSITELIB}/awscli/examples/ec2-instance-connect/send-ssh-public-key.rst
-${PYSITELIB}/awscli/examples/ec2/accept-address-transfer.rst
-${PYSITELIB}/awscli/examples/ec2/accept-reserved-instances-exchange-quote.rst
-${PYSITELIB}/awscli/examples/ec2/accept-transit-gateway-peering-attachment.rst
-${PYSITELIB}/awscli/examples/ec2/accept-transit-gateway-vpc-attachment.rst
-${PYSITELIB}/awscli/examples/ec2/accept-vpc-endpoint-connections.rst
-${PYSITELIB}/awscli/examples/ec2/accept-vpc-peering-connection.rst
-${PYSITELIB}/awscli/examples/ec2/advertise-byoip-cidr.rst
-${PYSITELIB}/awscli/examples/ec2/allocate-address.rst
-${PYSITELIB}/awscli/examples/ec2/allocate-hosts.rst
-${PYSITELIB}/awscli/examples/ec2/allocate-ipam-pool-cidr.rst
-${PYSITELIB}/awscli/examples/ec2/apply-security-groups-to-client-vpn-target-network.rst
-${PYSITELIB}/awscli/examples/ec2/assign-ipv6-addresses.rst
-${PYSITELIB}/awscli/examples/ec2/assign-private-ip-addresses.rst
-${PYSITELIB}/awscli/examples/ec2/assign-private-nat-gateway-address.rst
-${PYSITELIB}/awscli/examples/ec2/associate-address.rst
-${PYSITELIB}/awscli/examples/ec2/associate-client-vpn-target-network.rst
-${PYSITELIB}/awscli/examples/ec2/associate-dhcp-options.rst
-${PYSITELIB}/awscli/examples/ec2/associate-iam-instance-profile.rst
-${PYSITELIB}/awscli/examples/ec2/associate-instance-event-window.rst
-${PYSITELIB}/awscli/examples/ec2/associate-ipam-resource-discovery.rst
-${PYSITELIB}/awscli/examples/ec2/associate-nat-gateway-address.rst
-${PYSITELIB}/awscli/examples/ec2/associate-route-table.rst
-${PYSITELIB}/awscli/examples/ec2/associate-security-group-vpc.rst
-${PYSITELIB}/awscli/examples/ec2/associate-subnet-cidr-block.rst
-${PYSITELIB}/awscli/examples/ec2/associate-transit-gateway-multicast-domain.rst
-${PYSITELIB}/awscli/examples/ec2/associate-transit-gateway-route-table.rst
-${PYSITELIB}/awscli/examples/ec2/associate-vpc-cidr-block.rst
-${PYSITELIB}/awscli/examples/ec2/attach-classic-link-vpc.rst
-${PYSITELIB}/awscli/examples/ec2/attach-internet-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/attach-network-interface.rst
-${PYSITELIB}/awscli/examples/ec2/attach-verified-access-trust-provider.rst
-${PYSITELIB}/awscli/examples/ec2/attach-volume.rst
-${PYSITELIB}/awscli/examples/ec2/attach-vpn-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/authorize-client-vpn-ingress.rst
-${PYSITELIB}/awscli/examples/ec2/authorize-security-group-egress.rst
-${PYSITELIB}/awscli/examples/ec2/authorize-security-group-ingress.rst
-${PYSITELIB}/awscli/examples/ec2/bundle-instance.rst
-${PYSITELIB}/awscli/examples/ec2/cancel-bundle-task.rst
-${PYSITELIB}/awscli/examples/ec2/cancel-capacity-reservation-fleets.rst
-${PYSITELIB}/awscli/examples/ec2/cancel-capacity-reservation.rst
-${PYSITELIB}/awscli/examples/ec2/cancel-conversion-task.rst
-${PYSITELIB}/awscli/examples/ec2/cancel-export-task.rst
-${PYSITELIB}/awscli/examples/ec2/cancel-image-launch-permission.rst
-${PYSITELIB}/awscli/examples/ec2/cancel-import-task.rst
-${PYSITELIB}/awscli/examples/ec2/cancel-reserved-instances-listing.rst
-${PYSITELIB}/awscli/examples/ec2/cancel-spot-fleet-requests.rst
-${PYSITELIB}/awscli/examples/ec2/cancel-spot-instance-requests.rst
-${PYSITELIB}/awscli/examples/ec2/confirm-product-instance.rst
-${PYSITELIB}/awscli/examples/ec2/copy-fpga-image.rst
-${PYSITELIB}/awscli/examples/ec2/copy-image.rst
-${PYSITELIB}/awscli/examples/ec2/copy-snapshot.rst
-${PYSITELIB}/awscli/examples/ec2/create-capacity-reservation-fleet.rst
-${PYSITELIB}/awscli/examples/ec2/create-capacity-reservation.rst
-${PYSITELIB}/awscli/examples/ec2/create-carrier-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/create-client-vpn-endpoint.rst
-${PYSITELIB}/awscli/examples/ec2/create-client-vpn-route.rst
-${PYSITELIB}/awscli/examples/ec2/create-coip-cidr.rst
-${PYSITELIB}/awscli/examples/ec2/create-coip-pool.rst
-${PYSITELIB}/awscli/examples/ec2/create-customer-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/create-default-subnet.rst
-${PYSITELIB}/awscli/examples/ec2/create-default-vpc.rst
-${PYSITELIB}/awscli/examples/ec2/create-dhcp-options.rst
-${PYSITELIB}/awscli/examples/ec2/create-egress-only-internet-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/create-fleet.rst
-${PYSITELIB}/awscli/examples/ec2/create-flow-logs.rst
-${PYSITELIB}/awscli/examples/ec2/create-fpga-image.rst
-${PYSITELIB}/awscli/examples/ec2/create-image.rst
-${PYSITELIB}/awscli/examples/ec2/create-instance-connect-endpoint.rst
-${PYSITELIB}/awscli/examples/ec2/create-instance-event-window.rst
-${PYSITELIB}/awscli/examples/ec2/create-instance-export-task.rst
-${PYSITELIB}/awscli/examples/ec2/create-internet-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/create-ipam-pool.rst
-${PYSITELIB}/awscli/examples/ec2/create-ipam-resource-discovery.rst
-${PYSITELIB}/awscli/examples/ec2/create-ipam-scope.rst
-${PYSITELIB}/awscli/examples/ec2/create-ipam.rst
-${PYSITELIB}/awscli/examples/ec2/create-key-pair.rst
-${PYSITELIB}/awscli/examples/ec2/create-launch-template-version.rst
-${PYSITELIB}/awscli/examples/ec2/create-launch-template.rst
-${PYSITELIB}/awscli/examples/ec2/create-local-gateway-route-table-virtual-interface-group-association.rst
-${PYSITELIB}/awscli/examples/ec2/create-local-gateway-route-table-vpc-association.rst
-${PYSITELIB}/awscli/examples/ec2/create-local-gateway-route-table.rst
-${PYSITELIB}/awscli/examples/ec2/create-local-gateway-route.rst
-${PYSITELIB}/awscli/examples/ec2/create-managed-prefix-list.rst
-${PYSITELIB}/awscli/examples/ec2/create-nat-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/create-network-acl-entry.rst
-${PYSITELIB}/awscli/examples/ec2/create-network-acl.rst
-${PYSITELIB}/awscli/examples/ec2/create-network-insights-access-scope.rst
-${PYSITELIB}/awscli/examples/ec2/create-network-insights-path.rst
-${PYSITELIB}/awscli/examples/ec2/create-network-interface-permission.rst
-${PYSITELIB}/awscli/examples/ec2/create-network-interface.rst
-${PYSITELIB}/awscli/examples/ec2/create-placement-group.rst
-${PYSITELIB}/awscli/examples/ec2/create-replace-root-volume-task.rst
-${PYSITELIB}/awscli/examples/ec2/create-reserved-instances-listing.rst
-${PYSITELIB}/awscli/examples/ec2/create-restore-image-task.rst
-${PYSITELIB}/awscli/examples/ec2/create-route-table.rst
-${PYSITELIB}/awscli/examples/ec2/create-route.rst
-${PYSITELIB}/awscli/examples/ec2/create-security-group.rst
-${PYSITELIB}/awscli/examples/ec2/create-snapshot.rst
-${PYSITELIB}/awscli/examples/ec2/create-snapshots.rst
-${PYSITELIB}/awscli/examples/ec2/create-spot-datafeed-subscription.rst
-${PYSITELIB}/awscli/examples/ec2/create-store-image-task.rst
-${PYSITELIB}/awscli/examples/ec2/create-subnet-cidr-reservation.rst
-${PYSITELIB}/awscli/examples/ec2/create-subnet.rst
-${PYSITELIB}/awscli/examples/ec2/create-tags.rst
-${PYSITELIB}/awscli/examples/ec2/create-traffic-mirror-filter-rule.rst
-${PYSITELIB}/awscli/examples/ec2/create-traffic-mirror-filter.rst
-${PYSITELIB}/awscli/examples/ec2/create-traffic-mirror-session.rst
-${PYSITELIB}/awscli/examples/ec2/create-traffic-mirror-target.rst
-${PYSITELIB}/awscli/examples/ec2/create-transit-gateway-connect-peer.rst
-${PYSITELIB}/awscli/examples/ec2/create-transit-gateway-connect.rst
-${PYSITELIB}/awscli/examples/ec2/create-transit-gateway-multicast-domain.rst
-${PYSITELIB}/awscli/examples/ec2/create-transit-gateway-peering-attachment.rst
-${PYSITELIB}/awscli/examples/ec2/create-transit-gateway-policy-table.rst
-${PYSITELIB}/awscli/examples/ec2/create-transit-gateway-prefix-list-reference.rst
-${PYSITELIB}/awscli/examples/ec2/create-transit-gateway-route-table.rst
-${PYSITELIB}/awscli/examples/ec2/create-transit-gateway-route.rst
-${PYSITELIB}/awscli/examples/ec2/create-transit-gateway-vpc-attachment.rst
-${PYSITELIB}/awscli/examples/ec2/create-transit-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/create-verified-access-endpoint.rst
-${PYSITELIB}/awscli/examples/ec2/create-verified-access-group.rst
-${PYSITELIB}/awscli/examples/ec2/create-verified-access-instance.rst
-${PYSITELIB}/awscli/examples/ec2/create-verified-access-trust-provider.rst
-${PYSITELIB}/awscli/examples/ec2/create-volume.rst
-${PYSITELIB}/awscli/examples/ec2/create-vpc-endpoint-connection-notification.rst
-${PYSITELIB}/awscli/examples/ec2/create-vpc-endpoint-service-configuration.rst
-${PYSITELIB}/awscli/examples/ec2/create-vpc-endpoint.rst
-${PYSITELIB}/awscli/examples/ec2/create-vpc-peering-connection.rst
-${PYSITELIB}/awscli/examples/ec2/create-vpc.rst
-${PYSITELIB}/awscli/examples/ec2/create-vpn-connection-route.rst
-${PYSITELIB}/awscli/examples/ec2/create-vpn-connection.rst
-${PYSITELIB}/awscli/examples/ec2/create-vpn-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/delete-carrier-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/delete-client-vpn-endpoint.rst
-${PYSITELIB}/awscli/examples/ec2/delete-client-vpn-route.rst
-${PYSITELIB}/awscli/examples/ec2/delete-coip-cidr.rst
-${PYSITELIB}/awscli/examples/ec2/delete-coip-pool.rst
-${PYSITELIB}/awscli/examples/ec2/delete-customer-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/delete-dhcp-options.rst
-${PYSITELIB}/awscli/examples/ec2/delete-egress-only-internet-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/delete-fleets.rst
-${PYSITELIB}/awscli/examples/ec2/delete-flow-logs.rst
-${PYSITELIB}/awscli/examples/ec2/delete-fpga-image.rst
-${PYSITELIB}/awscli/examples/ec2/delete-instance-connect-endpoint.rst
-${PYSITELIB}/awscli/examples/ec2/delete-instance-event-window.rst
-${PYSITELIB}/awscli/examples/ec2/delete-internet-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/delete-ipam-pool.rst
-${PYSITELIB}/awscli/examples/ec2/delete-ipam-resource-discovery.rst
-${PYSITELIB}/awscli/examples/ec2/delete-ipam-scope.rst
-${PYSITELIB}/awscli/examples/ec2/delete-ipam.rst
-${PYSITELIB}/awscli/examples/ec2/delete-key-pair.rst
-${PYSITELIB}/awscli/examples/ec2/delete-launch-template-versions.rst
-${PYSITELIB}/awscli/examples/ec2/delete-launch-template.rst
-${PYSITELIB}/awscli/examples/ec2/delete-local-gateway-route-table-virtual-interface-group-association.rst
-${PYSITELIB}/awscli/examples/ec2/delete-local-gateway-route-table-vpc-association.rst
-${PYSITELIB}/awscli/examples/ec2/delete-local-gateway-route-table.rst
-${PYSITELIB}/awscli/examples/ec2/delete-local-gateway-route.rst
-${PYSITELIB}/awscli/examples/ec2/delete-managed-prefix-list.rst
-${PYSITELIB}/awscli/examples/ec2/delete-nat-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/delete-network-acl-entry.rst
-${PYSITELIB}/awscli/examples/ec2/delete-network-acl.rst
-${PYSITELIB}/awscli/examples/ec2/delete-network-insights-access-scope-analysis.rst
-${PYSITELIB}/awscli/examples/ec2/delete-network-insights-access-scope.rst
-${PYSITELIB}/awscli/examples/ec2/delete-network-insights-analysis.rst
-${PYSITELIB}/awscli/examples/ec2/delete-network-insights-path.rst
-${PYSITELIB}/awscli/examples/ec2/delete-network-interface-permission.rst
-${PYSITELIB}/awscli/examples/ec2/delete-network-interface.rst
-${PYSITELIB}/awscli/examples/ec2/delete-placement-group.rst
-${PYSITELIB}/awscli/examples/ec2/delete-queued-reserved-instances.rst
-${PYSITELIB}/awscli/examples/ec2/delete-route-table.rst
-${PYSITELIB}/awscli/examples/ec2/delete-route.rst
-${PYSITELIB}/awscli/examples/ec2/delete-security-group.rst
-${PYSITELIB}/awscli/examples/ec2/delete-snapshot.rst
-${PYSITELIB}/awscli/examples/ec2/delete-spot-datafeed-subscription.rst
-${PYSITELIB}/awscli/examples/ec2/delete-subnet-cidr-reservation.rst
-${PYSITELIB}/awscli/examples/ec2/delete-subnet.rst
-${PYSITELIB}/awscli/examples/ec2/delete-tags.rst
-${PYSITELIB}/awscli/examples/ec2/delete-traffic-mirror-filter-rule.rst
-${PYSITELIB}/awscli/examples/ec2/delete-traffic-mirror-filter.rst
-${PYSITELIB}/awscli/examples/ec2/delete-traffic-mirror-session.rst
-${PYSITELIB}/awscli/examples/ec2/delete-traffic-mirror-target.rst
-${PYSITELIB}/awscli/examples/ec2/delete-transit-gateway-connect-peer.rst
-${PYSITELIB}/awscli/examples/ec2/delete-transit-gateway-connect.rst
-${PYSITELIB}/awscli/examples/ec2/delete-transit-gateway-multicast-domain.rst
-${PYSITELIB}/awscli/examples/ec2/delete-transit-gateway-peering-attachment.rst
-${PYSITELIB}/awscli/examples/ec2/delete-transit-gateway-policy-table.rst
-${PYSITELIB}/awscli/examples/ec2/delete-transit-gateway-prefix-list-reference.rst
-${PYSITELIB}/awscli/examples/ec2/delete-transit-gateway-route-table.rst
-${PYSITELIB}/awscli/examples/ec2/delete-transit-gateway-route.rst
-${PYSITELIB}/awscli/examples/ec2/delete-transit-gateway-vpc-attachment.rst
-${PYSITELIB}/awscli/examples/ec2/delete-transit-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/delete-verified-access-endpoint.rst
-${PYSITELIB}/awscli/examples/ec2/delete-verified-access-group.rst
-${PYSITELIB}/awscli/examples/ec2/delete-verified-access-instance.rst
-${PYSITELIB}/awscli/examples/ec2/delete-verified-access-trust-provider.rst
-${PYSITELIB}/awscli/examples/ec2/delete-volume.rst
-${PYSITELIB}/awscli/examples/ec2/delete-vpc-endpoint-connection-notifications.rst
-${PYSITELIB}/awscli/examples/ec2/delete-vpc-endpoint-service-configurations.rst
-${PYSITELIB}/awscli/examples/ec2/delete-vpc-endpoints.rst
-${PYSITELIB}/awscli/examples/ec2/delete-vpc-peering-connection.rst
-${PYSITELIB}/awscli/examples/ec2/delete-vpc.rst
-${PYSITELIB}/awscli/examples/ec2/delete-vpn-connection-route.rst
-${PYSITELIB}/awscli/examples/ec2/delete-vpn-connection.rst
-${PYSITELIB}/awscli/examples/ec2/delete-vpn-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/deprovision-byoip-cidr.rst
-${PYSITELIB}/awscli/examples/ec2/deprovision-ipam-pool-cidr.rst
-${PYSITELIB}/awscli/examples/ec2/deregister-image.rst
-${PYSITELIB}/awscli/examples/ec2/deregister-instance-event-notification-attributes.rst
-${PYSITELIB}/awscli/examples/ec2/deregister-transit-gateway-multicast-group-members.rst
-${PYSITELIB}/awscli/examples/ec2/deregister-transit-gateway-multicast-group-source.rst
-${PYSITELIB}/awscli/examples/ec2/describe-account-attributes.rst
-${PYSITELIB}/awscli/examples/ec2/describe-address-transfers.rst
-${PYSITELIB}/awscli/examples/ec2/describe-addresses-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/describe-addresses.rst
-${PYSITELIB}/awscli/examples/ec2/describe-aggregate-id-format.rst
-${PYSITELIB}/awscli/examples/ec2/describe-availability-zones.rst
-${PYSITELIB}/awscli/examples/ec2/describe-aws-network-performance-metric-subscription.rst
-${PYSITELIB}/awscli/examples/ec2/describe-aws-network-performance-metric-subscriptions.rst
-${PYSITELIB}/awscli/examples/ec2/describe-bundle-tasks.rst
-${PYSITELIB}/awscli/examples/ec2/describe-byoip-cidrs.rst
-${PYSITELIB}/awscli/examples/ec2/describe-capacity-reservation-fleets.rst
-${PYSITELIB}/awscli/examples/ec2/describe-capacity-reservations.rst
-${PYSITELIB}/awscli/examples/ec2/describe-carrier-gateways.rst
-${PYSITELIB}/awscli/examples/ec2/describe-classic-link-instances.rst
-${PYSITELIB}/awscli/examples/ec2/describe-client-vpn-authorization-rules.rst
-${PYSITELIB}/awscli/examples/ec2/describe-client-vpn-connections.rst
-${PYSITELIB}/awscli/examples/ec2/describe-client-vpn-endpoints.rst
-${PYSITELIB}/awscli/examples/ec2/describe-client-vpn-routes.rst
-${PYSITELIB}/awscli/examples/ec2/describe-client-vpn-target-networks.rst
-${PYSITELIB}/awscli/examples/ec2/describe-coip-pools.rst
-${PYSITELIB}/awscli/examples/ec2/describe-conversion-tasks.rst
-${PYSITELIB}/awscli/examples/ec2/describe-customer-gateways.rst
-${PYSITELIB}/awscli/examples/ec2/describe-dhcp-options.rst
-${PYSITELIB}/awscli/examples/ec2/describe-egress-only-internet-gateways.rst
-${PYSITELIB}/awscli/examples/ec2/describe-elastic-gpus.rst
-${PYSITELIB}/awscli/examples/ec2/describe-export-image-tasks.rst
-${PYSITELIB}/awscli/examples/ec2/describe-export-tasks.rst
-${PYSITELIB}/awscli/examples/ec2/describe-fast-launch-images.rst
-${PYSITELIB}/awscli/examples/ec2/describe-fast-snapshot-restores.rst
-${PYSITELIB}/awscli/examples/ec2/describe-fleet-history.rst
-${PYSITELIB}/awscli/examples/ec2/describe-fleet-instances.rst
-${PYSITELIB}/awscli/examples/ec2/describe-fleets.rst
-${PYSITELIB}/awscli/examples/ec2/describe-flow-logs.rst
-${PYSITELIB}/awscli/examples/ec2/describe-fpga-image-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/describe-fpga-images.rst
-${PYSITELIB}/awscli/examples/ec2/describe-host-reservation-offerings.rst
-${PYSITELIB}/awscli/examples/ec2/describe-host-reservations.rst
-${PYSITELIB}/awscli/examples/ec2/describe-hosts.rst
-${PYSITELIB}/awscli/examples/ec2/describe-iam-instance-profile-associations.rst
-${PYSITELIB}/awscli/examples/ec2/describe-id-format.rst
-${PYSITELIB}/awscli/examples/ec2/describe-identity-id-format.rst
-${PYSITELIB}/awscli/examples/ec2/describe-image-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/describe-images.rst
-${PYSITELIB}/awscli/examples/ec2/describe-import-image-tasks.rst
-${PYSITELIB}/awscli/examples/ec2/describe-import-snapshot-tasks.rst
-${PYSITELIB}/awscli/examples/ec2/describe-instance-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/describe-instance-connect-endpoints.rst
-${PYSITELIB}/awscli/examples/ec2/describe-instance-credit-specifications.rst
-${PYSITELIB}/awscli/examples/ec2/describe-instance-event-notification-attributes.rst
-${PYSITELIB}/awscli/examples/ec2/describe-instance-event-windows.rst
-${PYSITELIB}/awscli/examples/ec2/describe-instance-image-metadata.rst
-${PYSITELIB}/awscli/examples/ec2/describe-instance-status.rst
-${PYSITELIB}/awscli/examples/ec2/describe-instance-topology.rst
-${PYSITELIB}/awscli/examples/ec2/describe-instance-type-offerings.rst
-${PYSITELIB}/awscli/examples/ec2/describe-instance-types.rst
-${PYSITELIB}/awscli/examples/ec2/describe-instances.rst
-${PYSITELIB}/awscli/examples/ec2/describe-internet-gateways.rst
-${PYSITELIB}/awscli/examples/ec2/describe-ipam-pools.rst
-${PYSITELIB}/awscli/examples/ec2/describe-ipam-resource-discoveries.rst
-${PYSITELIB}/awscli/examples/ec2/describe-ipam-resource-discovery-associations.rst
-${PYSITELIB}/awscli/examples/ec2/describe-ipam-scopes.rst
-${PYSITELIB}/awscli/examples/ec2/describe-ipams.rst
-${PYSITELIB}/awscli/examples/ec2/describe-ipv6-pools.rst
-${PYSITELIB}/awscli/examples/ec2/describe-key-pairs.rst
-${PYSITELIB}/awscli/examples/ec2/describe-launch-template-versions.rst
-${PYSITELIB}/awscli/examples/ec2/describe-launch-templates.rst
-${PYSITELIB}/awscli/examples/ec2/describe-local-gateway-route-table-virtual-interface-group-associations.rst
-${PYSITELIB}/awscli/examples/ec2/describe-local-gateway-route-table-vpc-associations.rst
-${PYSITELIB}/awscli/examples/ec2/describe-local-gateway-route-tables.rst
-${PYSITELIB}/awscli/examples/ec2/describe-local-gateway-virtual-interface-groups.rst
-${PYSITELIB}/awscli/examples/ec2/describe-local-gateway-virtual-interfaces.rst
-${PYSITELIB}/awscli/examples/ec2/describe-local-gateways.rst
-${PYSITELIB}/awscli/examples/ec2/describe-locked-snapshots.rst
-${PYSITELIB}/awscli/examples/ec2/describe-managed-prefix-lists.rst
-${PYSITELIB}/awscli/examples/ec2/describe-moving-addresses.rst
-${PYSITELIB}/awscli/examples/ec2/describe-nat-gateways.rst
-${PYSITELIB}/awscli/examples/ec2/describe-network-acls.rst
-${PYSITELIB}/awscli/examples/ec2/describe-network-insights-access-scope-analyses.rst
-${PYSITELIB}/awscli/examples/ec2/describe-network-insights-access-scopes.rst
-${PYSITELIB}/awscli/examples/ec2/describe-network-insights-analyses.rst
-${PYSITELIB}/awscli/examples/ec2/describe-network-insights-paths.rst
-${PYSITELIB}/awscli/examples/ec2/describe-network-interface-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/describe-network-interface-permissions.rst
-${PYSITELIB}/awscli/examples/ec2/describe-network-interfaces.rst
-${PYSITELIB}/awscli/examples/ec2/describe-placement-groups.rst
-${PYSITELIB}/awscli/examples/ec2/describe-prefix-lists.rst
-${PYSITELIB}/awscli/examples/ec2/describe-principal-id-format.rst
-${PYSITELIB}/awscli/examples/ec2/describe-public-ipv4-pools.rst
-${PYSITELIB}/awscli/examples/ec2/describe-regions.rst
-${PYSITELIB}/awscli/examples/ec2/describe-replace-root-volume-tasks.rst
-${PYSITELIB}/awscli/examples/ec2/describe-reserved-instances-listings.rst
-${PYSITELIB}/awscli/examples/ec2/describe-reserved-instances-modifications.rst
-${PYSITELIB}/awscli/examples/ec2/describe-reserved-instances-offerings.rst
-${PYSITELIB}/awscli/examples/ec2/describe-reserved-instances.rst
-${PYSITELIB}/awscli/examples/ec2/describe-route-tables.rst
-${PYSITELIB}/awscli/examples/ec2/describe-scheduled-instance-availability.rst
-${PYSITELIB}/awscli/examples/ec2/describe-scheduled-instances.rst
-${PYSITELIB}/awscli/examples/ec2/describe-security-group-references.rst
-${PYSITELIB}/awscli/examples/ec2/describe-security-group-rules.rst
-${PYSITELIB}/awscli/examples/ec2/describe-security-group-vpc-associations.rst
-${PYSITELIB}/awscli/examples/ec2/describe-security-groups.rst
-${PYSITELIB}/awscli/examples/ec2/describe-snapshot-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/describe-snapshot-tier-status.rst
-${PYSITELIB}/awscli/examples/ec2/describe-snapshots.rst
-${PYSITELIB}/awscli/examples/ec2/describe-spot-datafeed-subscription.rst
-${PYSITELIB}/awscli/examples/ec2/describe-spot-fleet-instances.rst
-${PYSITELIB}/awscli/examples/ec2/describe-spot-fleet-request-history.rst
-${PYSITELIB}/awscli/examples/ec2/describe-spot-fleet-requests.rst
-${PYSITELIB}/awscli/examples/ec2/describe-spot-instance-requests.rst
-${PYSITELIB}/awscli/examples/ec2/describe-spot-price-history.rst
-${PYSITELIB}/awscli/examples/ec2/describe-stale-security-groups.rst
-${PYSITELIB}/awscli/examples/ec2/describe-store-image-tasks.rst
-${PYSITELIB}/awscli/examples/ec2/describe-subnets.rst
-${PYSITELIB}/awscli/examples/ec2/describe-tags.rst
-${PYSITELIB}/awscli/examples/ec2/describe-traffic-mirror-filters.rst
-${PYSITELIB}/awscli/examples/ec2/describe-traffic-mirror-sessions.rst
-${PYSITELIB}/awscli/examples/ec2/describe-traffic-mirror-targets.rst
-${PYSITELIB}/awscli/examples/ec2/describe-transit-gateway-attachments.rst
-${PYSITELIB}/awscli/examples/ec2/describe-transit-gateway-connect-peers.rst
-${PYSITELIB}/awscli/examples/ec2/describe-transit-gateway-connects.rst
-${PYSITELIB}/awscli/examples/ec2/describe-transit-gateway-multicast-domains.rst
-${PYSITELIB}/awscli/examples/ec2/describe-transit-gateway-peering-attachments.rst
-${PYSITELIB}/awscli/examples/ec2/describe-transit-gateway-policy-tables.rst
-${PYSITELIB}/awscli/examples/ec2/describe-transit-gateway-route-tables.rst
-${PYSITELIB}/awscli/examples/ec2/describe-transit-gateway-vpc-attachments.rst
-${PYSITELIB}/awscli/examples/ec2/describe-transit-gateways.rst
-${PYSITELIB}/awscli/examples/ec2/describe-verified-access-endpoints.rst
-${PYSITELIB}/awscli/examples/ec2/describe-verified-access-groups.rst
-${PYSITELIB}/awscli/examples/ec2/describe-verified-access-instance-logging-configurations.rst
-${PYSITELIB}/awscli/examples/ec2/describe-verified-access-instances.rst
-${PYSITELIB}/awscli/examples/ec2/describe-verified-access-trust-providers.rst
-${PYSITELIB}/awscli/examples/ec2/describe-volume-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/describe-volume-status.rst
-${PYSITELIB}/awscli/examples/ec2/describe-volumes-modifications.rst
-${PYSITELIB}/awscli/examples/ec2/describe-volumes.rst
-${PYSITELIB}/awscli/examples/ec2/describe-vpc-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/describe-vpc-classic-link-dns-support.rst
-${PYSITELIB}/awscli/examples/ec2/describe-vpc-classic-link.rst
-${PYSITELIB}/awscli/examples/ec2/describe-vpc-endpoint-associations.rst
-${PYSITELIB}/awscli/examples/ec2/describe-vpc-endpoint-connection-notifications.rst
-${PYSITELIB}/awscli/examples/ec2/describe-vpc-endpoint-connections.rst
-${PYSITELIB}/awscli/examples/ec2/describe-vpc-endpoint-service-configurations.rst
-${PYSITELIB}/awscli/examples/ec2/describe-vpc-endpoint-service-permissions.rst
-${PYSITELIB}/awscli/examples/ec2/describe-vpc-endpoint-services.rst
-${PYSITELIB}/awscli/examples/ec2/describe-vpc-endpoints.rst
-${PYSITELIB}/awscli/examples/ec2/describe-vpc-peering-connections.rst
-${PYSITELIB}/awscli/examples/ec2/describe-vpcs.rst
-${PYSITELIB}/awscli/examples/ec2/describe-vpn-connections.rst
-${PYSITELIB}/awscli/examples/ec2/describe-vpn-gateways.rst
-${PYSITELIB}/awscli/examples/ec2/detach-classic-link-vpc.rst
-${PYSITELIB}/awscli/examples/ec2/detach-internet-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/detach-network-interface.rst
-${PYSITELIB}/awscli/examples/ec2/detach-verified-access-trust-provider.rst
-${PYSITELIB}/awscli/examples/ec2/detach-volume.rst
-${PYSITELIB}/awscli/examples/ec2/detach-vpn-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/disable-address-transfer.rst
-${PYSITELIB}/awscli/examples/ec2/disable-aws-network-performance-metric-subscription.rst
-${PYSITELIB}/awscli/examples/ec2/disable-ebs-encryption-by-default.rst
-${PYSITELIB}/awscli/examples/ec2/disable-fast-launch.rst
-${PYSITELIB}/awscli/examples/ec2/disable-fast-snapshot-restores.rst
-${PYSITELIB}/awscli/examples/ec2/disable-image-block-public-access.rst
-${PYSITELIB}/awscli/examples/ec2/disable-image-deprecation.rst
-${PYSITELIB}/awscli/examples/ec2/disable-image-deregistration-protection.rst
-${PYSITELIB}/awscli/examples/ec2/disable-image.rst
-${PYSITELIB}/awscli/examples/ec2/disable-ipam-organization-admin-account.rst
-${PYSITELIB}/awscli/examples/ec2/disable-serial-console-access.rst
-${PYSITELIB}/awscli/examples/ec2/disable-snapshot-block-public-access.rst
-${PYSITELIB}/awscli/examples/ec2/disable-transit-gateway-route-table-propagation.rst
-${PYSITELIB}/awscli/examples/ec2/disable-vgw-route-propagation.rst
-${PYSITELIB}/awscli/examples/ec2/disable-vpc-classic-link-dns-support.rst
-${PYSITELIB}/awscli/examples/ec2/disable-vpc-classic-link.rst
-${PYSITELIB}/awscli/examples/ec2/disassociate-address.rst
-${PYSITELIB}/awscli/examples/ec2/disassociate-client-vpn-target-network.rst
-${PYSITELIB}/awscli/examples/ec2/disassociate-iam-instance-profile.rst
-${PYSITELIB}/awscli/examples/ec2/disassociate-instance-event-window.rst
-${PYSITELIB}/awscli/examples/ec2/disassociate-ipam-resource-discovery.rst
-${PYSITELIB}/awscli/examples/ec2/disassociate-nat-gateway-address.rst
-${PYSITELIB}/awscli/examples/ec2/disassociate-route-table.rst
-${PYSITELIB}/awscli/examples/ec2/disassociate-security-group-vpc.rst
-${PYSITELIB}/awscli/examples/ec2/disassociate-subnet-cidr-block.rst
-${PYSITELIB}/awscli/examples/ec2/disassociate-transit-gateway-multicast-domain.rst
-${PYSITELIB}/awscli/examples/ec2/disassociate-transit-gateway-route-table.rst
-${PYSITELIB}/awscli/examples/ec2/disassociate-vpc-cidr-block.rst
-${PYSITELIB}/awscli/examples/ec2/enable-address-transfer.rst
-${PYSITELIB}/awscli/examples/ec2/enable-aws-network-performance-metric-subscription.rst
-${PYSITELIB}/awscli/examples/ec2/enable-ebs-encryption-by-default.rst
-${PYSITELIB}/awscli/examples/ec2/enable-fast-launch.rst
-${PYSITELIB}/awscli/examples/ec2/enable-fast-snapshot-restores.rst
-${PYSITELIB}/awscli/examples/ec2/enable-image-block-public-access.rst
-${PYSITELIB}/awscli/examples/ec2/enable-image-deprecation.rst
-${PYSITELIB}/awscli/examples/ec2/enable-image-deregistration-protection.rst
-${PYSITELIB}/awscli/examples/ec2/enable-image.rst
-${PYSITELIB}/awscli/examples/ec2/enable-ipam-organization-admin-account.rst
-${PYSITELIB}/awscli/examples/ec2/enable-reachability-analyzer-organization-sharing.rst
-${PYSITELIB}/awscli/examples/ec2/enable-serial-console-access.rst
-${PYSITELIB}/awscli/examples/ec2/enable-snapshot-block-public-access.rst
-${PYSITELIB}/awscli/examples/ec2/enable-transit-gateway-route-table-propagation.rst
-${PYSITELIB}/awscli/examples/ec2/enable-vgw-route-propagation.rst
-${PYSITELIB}/awscli/examples/ec2/enable-volume-io.rst
-${PYSITELIB}/awscli/examples/ec2/enable-vpc-classic-link-dns-support.rst
-${PYSITELIB}/awscli/examples/ec2/enable-vpc-classic-link.rst
-${PYSITELIB}/awscli/examples/ec2/export-client-vpn-client-certificate-revocation-list.rst
-${PYSITELIB}/awscli/examples/ec2/export-client-vpn-client-configuration.rst
-${PYSITELIB}/awscli/examples/ec2/export-image.rst
-${PYSITELIB}/awscli/examples/ec2/get-associated-ipv6-pool-cidrs.rst
-${PYSITELIB}/awscli/examples/ec2/get-aws-network-performance-data.rst
-${PYSITELIB}/awscli/examples/ec2/get-capacity-reservation-usage.rst
-${PYSITELIB}/awscli/examples/ec2/get-coip-pool-usage.rst
-${PYSITELIB}/awscli/examples/ec2/get-console-output.rst
-${PYSITELIB}/awscli/examples/ec2/get-console-screenshot.rst
-${PYSITELIB}/awscli/examples/ec2/get-default-credit-specification.rst
-${PYSITELIB}/awscli/examples/ec2/get-ebs-default-kms-key-id.rst
-${PYSITELIB}/awscli/examples/ec2/get-ebs-encryption-by-default.rst
-${PYSITELIB}/awscli/examples/ec2/get-flow-logs-integration-template.rst
-${PYSITELIB}/awscli/examples/ec2/get-groups-for-capacity-reservation.rst
-${PYSITELIB}/awscli/examples/ec2/get-host-reservation-purchase-preview.rst
-${PYSITELIB}/awscli/examples/ec2/get-image-block-public-access-state.rst
-${PYSITELIB}/awscli/examples/ec2/get-instance-types-from-instance-requirements.rst
-${PYSITELIB}/awscli/examples/ec2/get-instance-uefi-data.rst
-${PYSITELIB}/awscli/examples/ec2/get-ipam-address-history.rst
-${PYSITELIB}/awscli/examples/ec2/get-ipam-discovered-accounts.rst
-${PYSITELIB}/awscli/examples/ec2/get-ipam-discovered-public-addresses.rst
-${PYSITELIB}/awscli/examples/ec2/get-ipam-discovered-resource-cidrs.rst
-${PYSITELIB}/awscli/examples/ec2/get-ipam-pool-allocations.rst
-${PYSITELIB}/awscli/examples/ec2/get-ipam-pool-cidrs.rst
-${PYSITELIB}/awscli/examples/ec2/get-ipam-resource-cidrs.rst
-${PYSITELIB}/awscli/examples/ec2/get-launch-template-data.rst
-${PYSITELIB}/awscli/examples/ec2/get-managed-prefix-list-associations.rst
-${PYSITELIB}/awscli/examples/ec2/get-managed-prefix-list-entries.rst
-${PYSITELIB}/awscli/examples/ec2/get-network-insights-access-scope-analysis-findings.rst
-${PYSITELIB}/awscli/examples/ec2/get-network-insights-access-scope-content.rst
-${PYSITELIB}/awscli/examples/ec2/get-password-data.rst
-${PYSITELIB}/awscli/examples/ec2/get-reserved-instances-exchange-quote.rst
-${PYSITELIB}/awscli/examples/ec2/get-security-groups-for-vpc.rst
-${PYSITELIB}/awscli/examples/ec2/get-serial-console-access-status.rst
-${PYSITELIB}/awscli/examples/ec2/get-snapshot-block-public-access-state.rst
-${PYSITELIB}/awscli/examples/ec2/get-spot-placement-scores.rst
-${PYSITELIB}/awscli/examples/ec2/get-subnet-cidr-reservations.rst
-${PYSITELIB}/awscli/examples/ec2/get-transit-gateway-attachment-propagations.rst
-${PYSITELIB}/awscli/examples/ec2/get-transit-gateway-multicast-domain-associations.rst
-${PYSITELIB}/awscli/examples/ec2/get-transit-gateway-prefix-list-references.rst
-${PYSITELIB}/awscli/examples/ec2/get-transit-gateway-route-table-associations.rst
-${PYSITELIB}/awscli/examples/ec2/get-transit-gateway-route-table-propagations.rst
-${PYSITELIB}/awscli/examples/ec2/get-verified-access-endpoint-policy.rst
-${PYSITELIB}/awscli/examples/ec2/get-verified-access-group-policy.rst
-${PYSITELIB}/awscli/examples/ec2/get-vpn-connection-device-sample-configuration.rst
-${PYSITELIB}/awscli/examples/ec2/get-vpn-connection-device-types.rst
-${PYSITELIB}/awscli/examples/ec2/import-client-vpn-client-certificate-revocation-list.rst
-${PYSITELIB}/awscli/examples/ec2/import-image.rst
-${PYSITELIB}/awscli/examples/ec2/import-key-pair.rst
-${PYSITELIB}/awscli/examples/ec2/import-snapshot.rst
-${PYSITELIB}/awscli/examples/ec2/list-images-in-recycle-bin.rst
-${PYSITELIB}/awscli/examples/ec2/list-snapshots-in-recycle-bin.rst
-${PYSITELIB}/awscli/examples/ec2/lock-snapshot.rst
-${PYSITELIB}/awscli/examples/ec2/modify-address-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/modify-availability-zone-group.rst
-${PYSITELIB}/awscli/examples/ec2/modify-capacity-reservation-fleet.rst
-${PYSITELIB}/awscli/examples/ec2/modify-capacity-reservation.rst
-${PYSITELIB}/awscli/examples/ec2/modify-client-vpn-endpoint.rst
-${PYSITELIB}/awscli/examples/ec2/modify-default-credit-specification.rst
-${PYSITELIB}/awscli/examples/ec2/modify-ebs-default-kms-key-id.rst
-${PYSITELIB}/awscli/examples/ec2/modify-fleet.rst
-${PYSITELIB}/awscli/examples/ec2/modify-fpga-image-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/modify-hosts.rst
-${PYSITELIB}/awscli/examples/ec2/modify-id-format.rst
-${PYSITELIB}/awscli/examples/ec2/modify-identity-id-format.rst
-${PYSITELIB}/awscli/examples/ec2/modify-image-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/modify-instance-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/modify-instance-capacity-reservation-attributes.rst
-${PYSITELIB}/awscli/examples/ec2/modify-instance-credit-specification.rst
-${PYSITELIB}/awscli/examples/ec2/modify-instance-event-start-time.rst
-${PYSITELIB}/awscli/examples/ec2/modify-instance-event-window.rst
-${PYSITELIB}/awscli/examples/ec2/modify-instance-maintenance-options.rst
-${PYSITELIB}/awscli/examples/ec2/modify-instance-metadata-options.rst
-${PYSITELIB}/awscli/examples/ec2/modify-instance-placement.rst
-${PYSITELIB}/awscli/examples/ec2/modify-ipam-pool.rst
-${PYSITELIB}/awscli/examples/ec2/modify-ipam-resource-cidr.rst
-${PYSITELIB}/awscli/examples/ec2/modify-ipam-resource-discovery.rst
-${PYSITELIB}/awscli/examples/ec2/modify-ipam-scope.rst
-${PYSITELIB}/awscli/examples/ec2/modify-ipam.rst
-${PYSITELIB}/awscli/examples/ec2/modify-launch-template.rst
-${PYSITELIB}/awscli/examples/ec2/modify-managed-prefix-list.rst
-${PYSITELIB}/awscli/examples/ec2/modify-network-interface-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/modify-private-dns-name-options.rst
-${PYSITELIB}/awscli/examples/ec2/modify-reserved-instances.rst
-${PYSITELIB}/awscli/examples/ec2/modify-security-group-rules.rst
-${PYSITELIB}/awscli/examples/ec2/modify-snapshot-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/modify-snapshot-tier.rst
-${PYSITELIB}/awscli/examples/ec2/modify-spot-fleet-request.rst
-${PYSITELIB}/awscli/examples/ec2/modify-subnet-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/modify-traffic-mirror-filter-network-services.rst
-${PYSITELIB}/awscli/examples/ec2/modify-traffic-mirror-filter-rule.rst
-${PYSITELIB}/awscli/examples/ec2/modify-traffic-mirror-session.rst
-${PYSITELIB}/awscli/examples/ec2/modify-transit-gateway-prefix-list-reference.rst
-${PYSITELIB}/awscli/examples/ec2/modify-transit-gateway-vpc-attachment.rst
-${PYSITELIB}/awscli/examples/ec2/modify-transit-gateway.rst
-${PYSITELIB}/awscli/examples/ec2/modify-verified-access-endpoint-policy.rst
-${PYSITELIB}/awscli/examples/ec2/modify-verified-access-endpoint.rst
-${PYSITELIB}/awscli/examples/ec2/modify-verified-access-group-policy.rst
-${PYSITELIB}/awscli/examples/ec2/modify-verified-access-group.rst
-${PYSITELIB}/awscli/examples/ec2/modify-verified-access-instance-logging-configuration.rst
-${PYSITELIB}/awscli/examples/ec2/modify-verified-access-instance.rst
-${PYSITELIB}/awscli/examples/ec2/modify-verified-access-trust-provider.rst
-${PYSITELIB}/awscli/examples/ec2/modify-volume-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/modify-volume.rst
-${PYSITELIB}/awscli/examples/ec2/modify-vpc-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/modify-vpc-endpoint-connection-notification.rst
-${PYSITELIB}/awscli/examples/ec2/modify-vpc-endpoint-service-configuration.rst
-${PYSITELIB}/awscli/examples/ec2/modify-vpc-endpoint-service-payer-responsibility.rst
-${PYSITELIB}/awscli/examples/ec2/modify-vpc-endpoint-service-permissions.rst
-${PYSITELIB}/awscli/examples/ec2/modify-vpc-endpoint.rst
-${PYSITELIB}/awscli/examples/ec2/modify-vpc-peering-connection-options.rst
-${PYSITELIB}/awscli/examples/ec2/modify-vpc-tenancy.rst
-${PYSITELIB}/awscli/examples/ec2/modify-vpn-connection-options.rst
-${PYSITELIB}/awscli/examples/ec2/modify-vpn-connection.rst
-${PYSITELIB}/awscli/examples/ec2/modify-vpn-tunnel-certificate.rst
-${PYSITELIB}/awscli/examples/ec2/modify-vpn-tunnel-options.rst
-${PYSITELIB}/awscli/examples/ec2/monitor-instances.rst
-${PYSITELIB}/awscli/examples/ec2/move-address-to-vpc.rst
-${PYSITELIB}/awscli/examples/ec2/move-byoip-cidr-to-ipam.rst
-${PYSITELIB}/awscli/examples/ec2/network-insights-access-scope.rst
-${PYSITELIB}/awscli/examples/ec2/provision-byoip-cidr.rst
-${PYSITELIB}/awscli/examples/ec2/provision-ipam-pool-cidr.rst
-${PYSITELIB}/awscli/examples/ec2/purchase-host-reservation.rst
-${PYSITELIB}/awscli/examples/ec2/purchase-reserved-instances-offering.rst
-${PYSITELIB}/awscli/examples/ec2/purchase-scheduled-instances.rst
-${PYSITELIB}/awscli/examples/ec2/reboot-instances.rst
-${PYSITELIB}/awscli/examples/ec2/register-image.rst
-${PYSITELIB}/awscli/examples/ec2/register-instance-event-notification-attributes.rst
-${PYSITELIB}/awscli/examples/ec2/register-transit-gateway-multicase-group-sources.rst
-${PYSITELIB}/awscli/examples/ec2/register-transit-gateway-multicast-group-members.rst
-${PYSITELIB}/awscli/examples/ec2/register-transit-gateway-multicast-group-sources.rst
-${PYSITELIB}/awscli/examples/ec2/reject-transit-gateway-peering-attachment.rst
-${PYSITELIB}/awscli/examples/ec2/reject-transit-gateway-vpc-attachment.rst
-${PYSITELIB}/awscli/examples/ec2/reject-transit-gateway-vpc-attachments.rst
-${PYSITELIB}/awscli/examples/ec2/reject-vpc-endpoint-connections.rst
-${PYSITELIB}/awscli/examples/ec2/reject-vpc-peering-connection.rst
-${PYSITELIB}/awscli/examples/ec2/release-address.rst
-${PYSITELIB}/awscli/examples/ec2/release-hosts.rst
-${PYSITELIB}/awscli/examples/ec2/release-ipam-pool-allocation.rst
-${PYSITELIB}/awscli/examples/ec2/replace-iam-instance-profile-association.rst
-${PYSITELIB}/awscli/examples/ec2/replace-network-acl-association.rst
-${PYSITELIB}/awscli/examples/ec2/replace-network-acl-entry.rst
-${PYSITELIB}/awscli/examples/ec2/replace-route-table-association.rst
-${PYSITELIB}/awscli/examples/ec2/replace-route.rst
-${PYSITELIB}/awscli/examples/ec2/replace-transit-gateway-route.rst
-${PYSITELIB}/awscli/examples/ec2/report-instance-status.rst
-${PYSITELIB}/awscli/examples/ec2/request-spot-fleet.rst
-${PYSITELIB}/awscli/examples/ec2/request-spot-instances.rst
-${PYSITELIB}/awscli/examples/ec2/reset-address-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/reset-ebs-default-kms-key-id.rst
-${PYSITELIB}/awscli/examples/ec2/reset-fpga-image-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/reset-image-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/reset-instance-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/reset-network-interface-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/reset-snapshot-attribute.rst
-${PYSITELIB}/awscli/examples/ec2/restore-address-to-classic.rst
-${PYSITELIB}/awscli/examples/ec2/restore-image-from-recycle-bin.rst
-${PYSITELIB}/awscli/examples/ec2/restore-managed-prefix-list-version.rst
-${PYSITELIB}/awscli/examples/ec2/restore-snapshot-from-recycle-bin.rst
-${PYSITELIB}/awscli/examples/ec2/restore-snapshot-tier.rst
-${PYSITELIB}/awscli/examples/ec2/revoke-client-vpn-ingress.rst
-${PYSITELIB}/awscli/examples/ec2/revoke-security-group-egress.rst
-${PYSITELIB}/awscli/examples/ec2/revoke-security-group-ingress.rst
-${PYSITELIB}/awscli/examples/ec2/run-instances.rst
-${PYSITELIB}/awscli/examples/ec2/run-scheduled-instances.rst
-${PYSITELIB}/awscli/examples/ec2/search-local-gateway-routes.rst
-${PYSITELIB}/awscli/examples/ec2/search-transit-gateway-multicast-groups.rst
-${PYSITELIB}/awscli/examples/ec2/search-transit-gateway-routes.rst
-${PYSITELIB}/awscli/examples/ec2/send-diagnostic-interrupt.rst
-${PYSITELIB}/awscli/examples/ec2/start-instances.rst
-${PYSITELIB}/awscli/examples/ec2/start-network-insights-access-scope-analysis.rst
-${PYSITELIB}/awscli/examples/ec2/start-network-insights-analysis.rst
-${PYSITELIB}/awscli/examples/ec2/start-vpc-endpoint-service-private-dns-verification.rst
-${PYSITELIB}/awscli/examples/ec2/stop-instances.rst
-${PYSITELIB}/awscli/examples/ec2/terminate-client-vpn-connections.rst
-${PYSITELIB}/awscli/examples/ec2/terminate-instances.rst
-${PYSITELIB}/awscli/examples/ec2/unassign-ipv6-addresses.rst
-${PYSITELIB}/awscli/examples/ec2/unassign-private-ip-addresses.rst
-${PYSITELIB}/awscli/examples/ec2/unassign-private-nat-gateway-address.rst
-${PYSITELIB}/awscli/examples/ec2/unlock-snapshot.rst
-${PYSITELIB}/awscli/examples/ec2/unmonitor-instances.rst
-${PYSITELIB}/awscli/examples/ec2/update-security-group-rule-descriptions-egress.rst
-${PYSITELIB}/awscli/examples/ec2/update-security-group-rule-descriptions-ingress.rst
-${PYSITELIB}/awscli/examples/ec2/wait/bundle-task-complete.rst
-${PYSITELIB}/awscli/examples/ec2/wait/conversion-task-cancelled.rst
-${PYSITELIB}/awscli/examples/ec2/wait/conversion-task-completed.rst
-${PYSITELIB}/awscli/examples/ec2/wait/conversion-task-deleted.rst
-${PYSITELIB}/awscli/examples/ec2/wait/customer-gateway-available.rst
-${PYSITELIB}/awscli/examples/ec2/wait/export-task-cancelled.rst
-${PYSITELIB}/awscli/examples/ec2/wait/export-task-completed.rst
-${PYSITELIB}/awscli/examples/ec2/wait/image-available.rst
-${PYSITELIB}/awscli/examples/ec2/wait/image-exists.rst
-${PYSITELIB}/awscli/examples/ec2/wait/instance-exists.rst
-${PYSITELIB}/awscli/examples/ec2/wait/instance-running.rst
-${PYSITELIB}/awscli/examples/ec2/wait/instance-status-ok.rst
-${PYSITELIB}/awscli/examples/ec2/wait/instance-stopped.rst
-${PYSITELIB}/awscli/examples/ec2/wait/instance-terminated.rst
-${PYSITELIB}/awscli/examples/ec2/wait/internet-gateway-exists.rst
-${PYSITELIB}/awscli/examples/ec2/wait/key-pair-exists.rst
-${PYSITELIB}/awscli/examples/ec2/wait/nat-gateway-available.rst
-${PYSITELIB}/awscli/examples/ec2/wait/nat-gateway-deleted.rst
-${PYSITELIB}/awscli/examples/ec2/wait/network-interface-available.rst
-${PYSITELIB}/awscli/examples/ec2/wait/password-data-available.rst
-${PYSITELIB}/awscli/examples/ec2/wait/security-group-exists.rst
-${PYSITELIB}/awscli/examples/ec2/wait/snapshot-completed.rst
-${PYSITELIB}/awscli/examples/ec2/wait/snapshot-imported.rst
-${PYSITELIB}/awscli/examples/ec2/wait/spot-instance-request-fulfilled.rst
-${PYSITELIB}/awscli/examples/ec2/wait/store-image-task-complete.rst
-${PYSITELIB}/awscli/examples/ec2/wait/subnet-available.rst
-${PYSITELIB}/awscli/examples/ec2/wait/system-status-ok.rst
-${PYSITELIB}/awscli/examples/ec2/wait/volume-available.rst
-${PYSITELIB}/awscli/examples/ec2/wait/volume-deleted.rst
-${PYSITELIB}/awscli/examples/ec2/wait/volume-in-use.rst
-${PYSITELIB}/awscli/examples/ec2/wait/vpc-available.rst
-${PYSITELIB}/awscli/examples/ec2/wait/vpc-exists.rst
-${PYSITELIB}/awscli/examples/ec2/wait/vpc-peering-connection-deleted.rst
-${PYSITELIB}/awscli/examples/ec2/wait/vpc-peering-connection-exists.rst
-${PYSITELIB}/awscli/examples/ec2/wait/vpn-connection-available.rst
-${PYSITELIB}/awscli/examples/ec2/wait/vpn-connection-deleted.rst
-${PYSITELIB}/awscli/examples/ec2/withdraw-byoip-cidr.rst
-${PYSITELIB}/awscli/examples/ecr-public/batch-delete-image.rst
-${PYSITELIB}/awscli/examples/ecr-public/create-repository.rst
-${PYSITELIB}/awscli/examples/ecr-public/delete-repository-policy.rst
-${PYSITELIB}/awscli/examples/ecr-public/delete-repository.rst
-${PYSITELIB}/awscli/examples/ecr-public/describe-image-tags.rst
-${PYSITELIB}/awscli/examples/ecr-public/describe-images.rst
-${PYSITELIB}/awscli/examples/ecr-public/describe-registries.rst
-${PYSITELIB}/awscli/examples/ecr-public/describe-repository.rst
-${PYSITELIB}/awscli/examples/ecr-public/get-authorization-token.rst
-${PYSITELIB}/awscli/examples/ecr-public/get-login-password.rst
-${PYSITELIB}/awscli/examples/ecr-public/get-login-password_description.rst
-${PYSITELIB}/awscli/examples/ecr-public/get-registry-catalog-data.rst
-${PYSITELIB}/awscli/examples/ecr-public/get-repository-catalog-data.rst
-${PYSITELIB}/awscli/examples/ecr-public/get-repository-policy.rst
-${PYSITELIB}/awscli/examples/ecr-public/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/ecr-public/put-registry-catalog-data.rst
-${PYSITELIB}/awscli/examples/ecr-public/put-repository-catalog-data.rst
-${PYSITELIB}/awscli/examples/ecr-public/set-repository-policy.rst
-${PYSITELIB}/awscli/examples/ecr-public/tag-resource.rst
-${PYSITELIB}/awscli/examples/ecr-public/untag-resource.rst
-${PYSITELIB}/awscli/examples/ecr/batch-check-layer-availability.rst
-${PYSITELIB}/awscli/examples/ecr/batch-delete-image.rst
-${PYSITELIB}/awscli/examples/ecr/batch-get-image.rst
-${PYSITELIB}/awscli/examples/ecr/complete-layer-upload.rst
-${PYSITELIB}/awscli/examples/ecr/create-repository.rst
-${PYSITELIB}/awscli/examples/ecr/delete-lifecycle-policy.rst
-${PYSITELIB}/awscli/examples/ecr/delete-repository-policy.rst
-${PYSITELIB}/awscli/examples/ecr/delete-repository.rst
-${PYSITELIB}/awscli/examples/ecr/describe-image-scan-findings.rst
-${PYSITELIB}/awscli/examples/ecr/describe-images.rst
-${PYSITELIB}/awscli/examples/ecr/describe-repositories.rst
-${PYSITELIB}/awscli/examples/ecr/get-authorization-token.rst
-${PYSITELIB}/awscli/examples/ecr/get-download-url-for-layer.rst
-${PYSITELIB}/awscli/examples/ecr/get-lifecycle-policy-preview.rst
-${PYSITELIB}/awscli/examples/ecr/get-lifecycle-policy.rst
-${PYSITELIB}/awscli/examples/ecr/get-login-password.rst
-${PYSITELIB}/awscli/examples/ecr/get-login-password_description.rst
-${PYSITELIB}/awscli/examples/ecr/get-login_description.rst
-${PYSITELIB}/awscli/examples/ecr/get-repository-policy.rst
-${PYSITELIB}/awscli/examples/ecr/initiate-layer-upload.rst
-${PYSITELIB}/awscli/examples/ecr/list-images.rst
-${PYSITELIB}/awscli/examples/ecr/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/ecr/put-image-scanning-configuration.rst
-${PYSITELIB}/awscli/examples/ecr/put-image-tag-mutability.rst
-${PYSITELIB}/awscli/examples/ecr/put-image.rst
-${PYSITELIB}/awscli/examples/ecr/put-lifecycle-policy.rst
-${PYSITELIB}/awscli/examples/ecr/set-repository-policy.rst
-${PYSITELIB}/awscli/examples/ecr/start-image-scan.rst
-${PYSITELIB}/awscli/examples/ecr/start-lifecycle-policy-preview.rst
-${PYSITELIB}/awscli/examples/ecr/tag-resource.rst
-${PYSITELIB}/awscli/examples/ecr/untag-resource.rst
-${PYSITELIB}/awscli/examples/ecr/upload-layer-part.rst
-${PYSITELIB}/awscli/examples/ecs/capacity-provider-update.rst
-${PYSITELIB}/awscli/examples/ecs/create-capacity-provider.rst
-${PYSITELIB}/awscli/examples/ecs/create-cluster.rst
-${PYSITELIB}/awscli/examples/ecs/create-service.rst
-${PYSITELIB}/awscli/examples/ecs/create-task-set.rst
-${PYSITELIB}/awscli/examples/ecs/delete-account-setting.rst
-${PYSITELIB}/awscli/examples/ecs/delete-attributes.rst
-${PYSITELIB}/awscli/examples/ecs/delete-capacity-provider.rst
-${PYSITELIB}/awscli/examples/ecs/delete-cluster.rst
-${PYSITELIB}/awscli/examples/ecs/delete-service.rst
-${PYSITELIB}/awscli/examples/ecs/delete-task-definitions.rst
-${PYSITELIB}/awscli/examples/ecs/delete-task-set.rst
-${PYSITELIB}/awscli/examples/ecs/deregister-container-instance.rst
-${PYSITELIB}/awscli/examples/ecs/deregister-task-definition.rst
-${PYSITELIB}/awscli/examples/ecs/describe-capacity-providers.rst
-${PYSITELIB}/awscli/examples/ecs/describe-clusters.rst
-${PYSITELIB}/awscli/examples/ecs/describe-container-instances.rst
-${PYSITELIB}/awscli/examples/ecs/describe-service-deployments.rst
-${PYSITELIB}/awscli/examples/ecs/describe-service-revisions.rst
-${PYSITELIB}/awscli/examples/ecs/describe-services.rst
-${PYSITELIB}/awscli/examples/ecs/describe-task-definition.rst
-${PYSITELIB}/awscli/examples/ecs/describe-task-sets.rst
-${PYSITELIB}/awscli/examples/ecs/describe-tasks.rst
-${PYSITELIB}/awscli/examples/ecs/execute-command.rst
-${PYSITELIB}/awscli/examples/ecs/get-task-protection.rst
-${PYSITELIB}/awscli/examples/ecs/list-account-settings.rst
-${PYSITELIB}/awscli/examples/ecs/list-attributes.rst
-${PYSITELIB}/awscli/examples/ecs/list-clusters.rst
-${PYSITELIB}/awscli/examples/ecs/list-container-instances.rst
-${PYSITELIB}/awscli/examples/ecs/list-service-deployments.rst
-${PYSITELIB}/awscli/examples/ecs/list-services-by-namespace.rst
-${PYSITELIB}/awscli/examples/ecs/list-services.rst
-${PYSITELIB}/awscli/examples/ecs/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/ecs/list-task-definition-families.rst
-${PYSITELIB}/awscli/examples/ecs/list-task-definitions.rst
-${PYSITELIB}/awscli/examples/ecs/list-tasks.rst
-${PYSITELIB}/awscli/examples/ecs/put-account-setting-default.rst
-${PYSITELIB}/awscli/examples/ecs/put-account-setting.rst
-${PYSITELIB}/awscli/examples/ecs/put-account-settings.rst
-${PYSITELIB}/awscli/examples/ecs/put-attributes.rst
-${PYSITELIB}/awscli/examples/ecs/put-cluster-capacity-providers.rst
-${PYSITELIB}/awscli/examples/ecs/register-task-definition.rst
-${PYSITELIB}/awscli/examples/ecs/run-task.rst
-${PYSITELIB}/awscli/examples/ecs/start-task.rst
-${PYSITELIB}/awscli/examples/ecs/stop-task.rst
-${PYSITELIB}/awscli/examples/ecs/tag-resource.rst
-${PYSITELIB}/awscli/examples/ecs/untag-resource.rst
-${PYSITELIB}/awscli/examples/ecs/update-cluster-settings.rst
-${PYSITELIB}/awscli/examples/ecs/update-cluster.rst
-${PYSITELIB}/awscli/examples/ecs/update-container-agent.rst
-${PYSITELIB}/awscli/examples/ecs/update-container-instances-state.rst
-${PYSITELIB}/awscli/examples/ecs/update-service-primary-task-set.rst
-${PYSITELIB}/awscli/examples/ecs/update-service.rst
-${PYSITELIB}/awscli/examples/ecs/update-task-protection.rst
-${PYSITELIB}/awscli/examples/ecs/update-task-set.rst
-${PYSITELIB}/awscli/examples/ecs/wait/services-inactive.rst
-${PYSITELIB}/awscli/examples/ecs/wait/services-stable.rst
-${PYSITELIB}/awscli/examples/ecs/wait/task-stopped.rst
-${PYSITELIB}/awscli/examples/efs/create-file-system.rst
-${PYSITELIB}/awscli/examples/efs/create-mount-target.rst
-${PYSITELIB}/awscli/examples/efs/delete-file-system.rst
-${PYSITELIB}/awscli/examples/efs/delete-mount-target.rst
-${PYSITELIB}/awscli/examples/efs/describe-file-systems.rst
-${PYSITELIB}/awscli/examples/efs/describe-mount-targets.rst
-${PYSITELIB}/awscli/examples/efs/describe-tags.rst
-${PYSITELIB}/awscli/examples/efs/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/efs/tag-resource.rst
-${PYSITELIB}/awscli/examples/efs/untag-resource.rst
-${PYSITELIB}/awscli/examples/eks/associate-access-policy.rst
-${PYSITELIB}/awscli/examples/eks/associate-encryption-config.rst
-${PYSITELIB}/awscli/examples/eks/associate-identity-provider-config.rst
-${PYSITELIB}/awscli/examples/eks/create-access-entry.rst
-${PYSITELIB}/awscli/examples/eks/create-addon.rst
-${PYSITELIB}/awscli/examples/eks/create-cluster.rst
-${PYSITELIB}/awscli/examples/eks/create-fargate-profile.rst
-${PYSITELIB}/awscli/examples/eks/create-nodegroup.rst
-${PYSITELIB}/awscli/examples/eks/create-pod-identity-association.rst
-${PYSITELIB}/awscli/examples/eks/delete-access-entry.rst
-${PYSITELIB}/awscli/examples/eks/delete-addon.rst
-${PYSITELIB}/awscli/examples/eks/delete-cluster.rst
-${PYSITELIB}/awscli/examples/eks/delete-fargate-profile.rst
-${PYSITELIB}/awscli/examples/eks/delete-nodegroup.rst
-${PYSITELIB}/awscli/examples/eks/delete-pod-identity-association.rst
-${PYSITELIB}/awscli/examples/eks/deregister-cluster.rst
-${PYSITELIB}/awscli/examples/eks/describe-access-entry.rst
-${PYSITELIB}/awscli/examples/eks/describe-addon-configuration.rst
-${PYSITELIB}/awscli/examples/eks/describe-addon-versions.rst
-${PYSITELIB}/awscli/examples/eks/describe-addon.rst
-${PYSITELIB}/awscli/examples/eks/describe-cluster.rst
-${PYSITELIB}/awscli/examples/eks/describe-fargate-profile.rst
-${PYSITELIB}/awscli/examples/eks/describe-identity-provider-config.rst
-${PYSITELIB}/awscli/examples/eks/describe-insight.rst
-${PYSITELIB}/awscli/examples/eks/describe-nodegroup.rst
-${PYSITELIB}/awscli/examples/eks/describe-pod-identity-association.rst
-${PYSITELIB}/awscli/examples/eks/describe-update.rst
-${PYSITELIB}/awscli/examples/eks/disassociate-access-policy.rst
-${PYSITELIB}/awscli/examples/eks/disassociate-identity-provider-config.rst
-${PYSITELIB}/awscli/examples/eks/get-token.rst
-${PYSITELIB}/awscli/examples/eks/list-access-entries.rst
-${PYSITELIB}/awscli/examples/eks/list-access-policies.rst
-${PYSITELIB}/awscli/examples/eks/list-addons.rst
-${PYSITELIB}/awscli/examples/eks/list-associated-access-policies.rst
-${PYSITELIB}/awscli/examples/eks/list-clusters.rst
-${PYSITELIB}/awscli/examples/eks/list-fargate-profiles.rst
-${PYSITELIB}/awscli/examples/eks/list-identity-provider-configs.rst
-${PYSITELIB}/awscli/examples/eks/list-insights.rst
-${PYSITELIB}/awscli/examples/eks/list-nodegroups.rst
-${PYSITELIB}/awscli/examples/eks/list-pod-identity-associations.rst
-${PYSITELIB}/awscli/examples/eks/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/eks/list-update.rst
-${PYSITELIB}/awscli/examples/eks/list-updates.rst
-${PYSITELIB}/awscli/examples/eks/register-cluster.rst
-${PYSITELIB}/awscli/examples/eks/tag-resource.rst
-${PYSITELIB}/awscli/examples/eks/untag-resource.rst
-${PYSITELIB}/awscli/examples/eks/update-access-entry.rst
-${PYSITELIB}/awscli/examples/eks/update-addon.rst
-${PYSITELIB}/awscli/examples/eks/update-cluster-config.rst
-${PYSITELIB}/awscli/examples/eks/update-cluster-version.rst
-${PYSITELIB}/awscli/examples/eks/update-kubeconfig.rst
-${PYSITELIB}/awscli/examples/eks/update-kubeconfig/_description.rst
-${PYSITELIB}/awscli/examples/eks/update-nodegroup-config.rst
-${PYSITELIB}/awscli/examples/eks/update-nodegroup-version.rst
-${PYSITELIB}/awscli/examples/eks/update-pod-identity-association.rst
-${PYSITELIB}/awscli/examples/eks/wait.rst
-${PYSITELIB}/awscli/examples/eks/wait/addon-active.rst
-${PYSITELIB}/awscli/examples/eks/wait/addon-deleted.rst
-${PYSITELIB}/awscli/examples/eks/wait/cluster-active.rst
-${PYSITELIB}/awscli/examples/eks/wait/cluster-deleted.rst
-${PYSITELIB}/awscli/examples/eks/wait/fargate-profile-active.rst
-${PYSITELIB}/awscli/examples/eks/wait/fargate-profile-deleted.rst
-${PYSITELIB}/awscli/examples/eks/wait/nodegroup-active.rst
-${PYSITELIB}/awscli/examples/eks/wait/nodegroup-deleted.rst
-${PYSITELIB}/awscli/examples/elasticache/add-tags-to-resource.rst
-${PYSITELIB}/awscli/examples/elasticache/authorize-cache-security-group-ingress.rst
-${PYSITELIB}/awscli/examples/elasticache/batch-apply-update-action.rst
-${PYSITELIB}/awscli/examples/elasticache/batch-stop-update-action.rst
-${PYSITELIB}/awscli/examples/elasticache/copy-snapshot.rst
-${PYSITELIB}/awscli/examples/elasticache/create-cache-cluster.rst
-${PYSITELIB}/awscli/examples/elasticache/create-cache-parameter-group.rst
-${PYSITELIB}/awscli/examples/elasticache/create-cache-subnet-group.rst
-${PYSITELIB}/awscli/examples/elasticache/create-global-replication-group.rst
-${PYSITELIB}/awscli/examples/elasticache/create-replication-group.rst
-${PYSITELIB}/awscli/examples/elasticache/create-snapshot.rst
-${PYSITELIB}/awscli/examples/elasticache/create-user-group.rst
-${PYSITELIB}/awscli/examples/elasticache/create-user.rst
-${PYSITELIB}/awscli/examples/elasticache/decrease-node-groups-in-global-replication-group.rst
-${PYSITELIB}/awscli/examples/elasticache/decrease-replica-count.rst
-${PYSITELIB}/awscli/examples/elasticache/delete-cache-cluster.rst
-${PYSITELIB}/awscli/examples/elasticache/delete-cache-parameter-group.rst
-${PYSITELIB}/awscli/examples/elasticache/delete-cache-subnet-group.rst
-${PYSITELIB}/awscli/examples/elasticache/delete-global-replication-group.rst
-${PYSITELIB}/awscli/examples/elasticache/delete-replication-group.rst
-${PYSITELIB}/awscli/examples/elasticache/delete-snapshot.rst
-${PYSITELIB}/awscli/examples/elasticache/delete-user-group.rst
-${PYSITELIB}/awscli/examples/elasticache/delete-user.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-cache-clusters.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-cache-engine-versions.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-cache-parameter-groups.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-cache-parameters.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-cache-subnet-groups.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-engine-default-parameters.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-events.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-global-replication-groups.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-replication-groups.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-reserved-cache-nodes-offerings.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-reserved-cache-nodes.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-service-updates.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-snapshots.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-update-actions.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-user-groups.rst
-${PYSITELIB}/awscli/examples/elasticache/describe-users.rst
-${PYSITELIB}/awscli/examples/elasticache/disassociate-global-replication-group.rst
-${PYSITELIB}/awscli/examples/elasticache/increase-node-groups-in-global-replication-group.rst
-${PYSITELIB}/awscli/examples/elasticache/increase-replica-count.rst
-${PYSITELIB}/awscli/examples/elasticache/list-allowed-node-type-modifications.rst
-${PYSITELIB}/awscli/examples/elasticache/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/elasticache/modify-cache-cluster.rst
-${PYSITELIB}/awscli/examples/elasticache/modify-cache-parameter-group.rst
-${PYSITELIB}/awscli/examples/elasticache/modify-cache-subnet-group.rst
-${PYSITELIB}/awscli/examples/elasticache/modify-global-replication-group.rst
-${PYSITELIB}/awscli/examples/elasticache/modify-replication-group-shard-configuration.rst
-${PYSITELIB}/awscli/examples/elasticache/modify-replication-group.rst
-${PYSITELIB}/awscli/examples/elasticache/modify-user-group.rst
-${PYSITELIB}/awscli/examples/elasticache/modify-user.rst
-${PYSITELIB}/awscli/examples/elasticache/purchase-reserved-cache-nodes-offering.rst
-${PYSITELIB}/awscli/examples/elasticache/reboot-cache-cluster.rst
-${PYSITELIB}/awscli/examples/elasticache/reset-cache-parameter-group.rst
-${PYSITELIB}/awscli/examples/elasticache/start-migration.rst
-${PYSITELIB}/awscli/examples/elasticache/test-failover.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/abort-environment-update.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/check-dns-availability.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/create-application-version.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/create-application.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/create-configuration-template.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/create-environment.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/create-storage-location.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/delete-application-version.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/delete-application.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/delete-configuration-template.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/delete-environment-configuration.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/describe-application-versions.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/describe-applications.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/describe-configuration-options.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/describe-configuration-settings.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/describe-environment-health.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/describe-environment-resources.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/describe-environments.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/describe-events.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/describe-instances-health.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/list-available-solution-stacks.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/rebuild-environment.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/request-environment-info.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/restart-app-server.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/retrieve-environment-info.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/swap-environment-cnames.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/terminate-environment.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/update-application-version.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/update-application.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/update-configuration-template.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/update-environment.rst
-${PYSITELIB}/awscli/examples/elasticbeanstalk/validate-configuration-settings.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/cancel-job.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/create-job.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/create-pipeline.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/create-preset.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/delete-pipeline.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/delete-preset.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/list-jobs-by-pipeline.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/list-jobs-by-status.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/list-pipelines.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/list-presets.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/read-job.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/read-pipeline.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/read-preset.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/update-pipeline-notifications.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/update-pipeline-status.rst
-${PYSITELIB}/awscli/examples/elastictranscoder/update-pipeline.rst
-${PYSITELIB}/awscli/examples/elb/add-tags.rst
-${PYSITELIB}/awscli/examples/elb/apply-security-groups-to-load-balancer.rst
-${PYSITELIB}/awscli/examples/elb/attach-load-balancer-to-subnets.rst
-${PYSITELIB}/awscli/examples/elb/configure-health-check.rst
-${PYSITELIB}/awscli/examples/elb/create-app-cookie-stickiness-policy.rst
-${PYSITELIB}/awscli/examples/elb/create-lb-cookie-stickiness-policy.rst
-${PYSITELIB}/awscli/examples/elb/create-load-balancer-listeners.rst
-${PYSITELIB}/awscli/examples/elb/create-load-balancer-policy.rst
-${PYSITELIB}/awscli/examples/elb/create-load-balancer.rst
-${PYSITELIB}/awscli/examples/elb/delete-load-balancer-listeners.rst
-${PYSITELIB}/awscli/examples/elb/delete-load-balancer-policy.rst
-${PYSITELIB}/awscli/examples/elb/delete-load-balancer.rst
-${PYSITELIB}/awscli/examples/elb/deregister-instances-from-load-balancer.rst
-${PYSITELIB}/awscli/examples/elb/describe-account-limits.rst
-${PYSITELIB}/awscli/examples/elb/describe-instance-health.rst
-${PYSITELIB}/awscli/examples/elb/describe-load-balancer-attributes.rst
-${PYSITELIB}/awscli/examples/elb/describe-load-balancer-policies.rst
-${PYSITELIB}/awscli/examples/elb/describe-load-balancer-policy-types.rst
-${PYSITELIB}/awscli/examples/elb/describe-load-balancers.rst
-${PYSITELIB}/awscli/examples/elb/describe-tags.rst
-${PYSITELIB}/awscli/examples/elb/detach-load-balancer-from-subnets.rst
-${PYSITELIB}/awscli/examples/elb/disable-availability-zones-for-load-balancer.rst
-${PYSITELIB}/awscli/examples/elb/enable-availability-zones-for-load-balancer.rst
-${PYSITELIB}/awscli/examples/elb/modify-load-balancer-attributes.rst
-${PYSITELIB}/awscli/examples/elb/register-instances-with-load-balancer.rst
-${PYSITELIB}/awscli/examples/elb/remove-tags.rst
-${PYSITELIB}/awscli/examples/elb/set-load-balancer-listener-ssl-certificate.rst
-${PYSITELIB}/awscli/examples/elb/set-load-balancer-policies-for-backend-server.rst
-${PYSITELIB}/awscli/examples/elb/set-load-balancer-policies-of-listener.rst
-${PYSITELIB}/awscli/examples/elb/wait/any-instance-in-service.rst
-${PYSITELIB}/awscli/examples/elb/wait/instance-deregistered.rst
-${PYSITELIB}/awscli/examples/elb/wait/instance-in-service.rst
-${PYSITELIB}/awscli/examples/elbv2/add-listener-certificates.rst
-${PYSITELIB}/awscli/examples/elbv2/add-tags.rst
-${PYSITELIB}/awscli/examples/elbv2/create-listener.rst
-${PYSITELIB}/awscli/examples/elbv2/create-load-balancer.rst
-${PYSITELIB}/awscli/examples/elbv2/create-rule.rst
-${PYSITELIB}/awscli/examples/elbv2/create-target-group.rst
-${PYSITELIB}/awscli/examples/elbv2/delete-listener.rst
-${PYSITELIB}/awscli/examples/elbv2/delete-load-balancer.rst
-${PYSITELIB}/awscli/examples/elbv2/delete-rule.rst
-${PYSITELIB}/awscli/examples/elbv2/delete-target-group.rst
-${PYSITELIB}/awscli/examples/elbv2/deregister-targets.rst
-${PYSITELIB}/awscli/examples/elbv2/describe-account-limits.rst
-${PYSITELIB}/awscli/examples/elbv2/describe-listener-certificates.rst
-${PYSITELIB}/awscli/examples/elbv2/describe-listeners.rst
-${PYSITELIB}/awscli/examples/elbv2/describe-load-balancer-attributes.rst
-${PYSITELIB}/awscli/examples/elbv2/describe-load-balancers.rst
-${PYSITELIB}/awscli/examples/elbv2/describe-rules.rst
-${PYSITELIB}/awscli/examples/elbv2/describe-ssl-policies.rst
-${PYSITELIB}/awscli/examples/elbv2/describe-tags.rst
-${PYSITELIB}/awscli/examples/elbv2/describe-target-group-attributes.rst
-${PYSITELIB}/awscli/examples/elbv2/describe-target-groups.rst
-${PYSITELIB}/awscli/examples/elbv2/describe-target-health.rst
-${PYSITELIB}/awscli/examples/elbv2/modify-listener.rst
-${PYSITELIB}/awscli/examples/elbv2/modify-load-balancer-attributes.rst
-${PYSITELIB}/awscli/examples/elbv2/modify-rule.rst
-${PYSITELIB}/awscli/examples/elbv2/modify-target-group-attributes.rst
-${PYSITELIB}/awscli/examples/elbv2/modify-target-group.rst
-${PYSITELIB}/awscli/examples/elbv2/register-targets.rst
-${PYSITELIB}/awscli/examples/elbv2/remove-listener-certificates.rst
-${PYSITELIB}/awscli/examples/elbv2/remove-tags.rst
-${PYSITELIB}/awscli/examples/elbv2/set-ip-address-type.rst
-${PYSITELIB}/awscli/examples/elbv2/set-rule-priorities.rst
-${PYSITELIB}/awscli/examples/elbv2/set-security-groups.rst
-${PYSITELIB}/awscli/examples/elbv2/set-subnets.rst
-${PYSITELIB}/awscli/examples/elbv2/wait/load-balancer-available.rst
-${PYSITELIB}/awscli/examples/elbv2/wait/load-balancer-exists.rst
-${PYSITELIB}/awscli/examples/elbv2/wait/load-balancers-deleted.rst
-${PYSITELIB}/awscli/examples/elbv2/wait/target-deregistered.rst
-${PYSITELIB}/awscli/examples/elbv2/wait/target-in-service.rst
-${PYSITELIB}/awscli/examples/emr-containers/create-role-associations.rst
-${PYSITELIB}/awscli/examples/emr-containers/create-role-associations/_description.rst
-${PYSITELIB}/awscli/examples/emr-containers/delete-role-associations.rst
-${PYSITELIB}/awscli/examples/emr-containers/delete-role-associations/_description.rst
-${PYSITELIB}/awscli/examples/emr-containers/update-role-trust-policy.rst
-${PYSITELIB}/awscli/examples/emr-containers/update-role-trust-policy/_description.rst
-${PYSITELIB}/awscli/examples/emr/add-instance-fleet.rst
-${PYSITELIB}/awscli/examples/emr/add-steps.rst
-${PYSITELIB}/awscli/examples/emr/add-tags.rst
-${PYSITELIB}/awscli/examples/emr/create-cluster-examples.rst
-${PYSITELIB}/awscli/examples/emr/create-cluster-synopsis.txt
-${PYSITELIB}/awscli/examples/emr/create-default-roles.rst
-${PYSITELIB}/awscli/examples/emr/create-security-configuration.rst
-${PYSITELIB}/awscli/examples/emr/delete-security-configuration.rst
-${PYSITELIB}/awscli/examples/emr/describe-cluster.rst
-${PYSITELIB}/awscli/examples/emr/describe-step.rst
-${PYSITELIB}/awscli/examples/emr/get.rst
-${PYSITELIB}/awscli/examples/emr/list-clusters.rst
-${PYSITELIB}/awscli/examples/emr/list-instance-fleets.rst
-${PYSITELIB}/awscli/examples/emr/list-instances.rst
-${PYSITELIB}/awscli/examples/emr/list-security-configurations.rst
-${PYSITELIB}/awscli/examples/emr/list-steps.rst
-${PYSITELIB}/awscli/examples/emr/modify-cluster-attributes.rst
-${PYSITELIB}/awscli/examples/emr/modify-instance-fleet.rst
-${PYSITELIB}/awscli/examples/emr/put.rst
-${PYSITELIB}/awscli/examples/emr/remove-tags.rst
-${PYSITELIB}/awscli/examples/emr/schedule-hbase-backup.rst
-${PYSITELIB}/awscli/examples/emr/socks.rst
-${PYSITELIB}/awscli/examples/emr/ssh.rst
-${PYSITELIB}/awscli/examples/emr/wait.rst
-${PYSITELIB}/awscli/examples/es/create-elasticsearch-domain.rst
-${PYSITELIB}/awscli/examples/es/describe-elasticsearch-domain-config.rst
-${PYSITELIB}/awscli/examples/es/describe-elasticsearch-domain.rst
-${PYSITELIB}/awscli/examples/es/describe-elasticsearch-domains.rst
-${PYSITELIB}/awscli/examples/es/describe-reserved-elasticsearch-instances.rst
-${PYSITELIB}/awscli/examples/es/list-domain-names.rst
-${PYSITELIB}/awscli/examples/events/delete-rule.rst
-${PYSITELIB}/awscli/examples/events/describe-rule.rst
-${PYSITELIB}/awscli/examples/events/disable-rule.rst
-${PYSITELIB}/awscli/examples/events/enable-rule.rst
-${PYSITELIB}/awscli/examples/events/list-rule-names-by-target.rst
-${PYSITELIB}/awscli/examples/events/list-rules.rst
-${PYSITELIB}/awscli/examples/events/list-targets-by-rule.rst
-${PYSITELIB}/awscli/examples/events/put-events.rst
-${PYSITELIB}/awscli/examples/events/put-rule.rst
-${PYSITELIB}/awscli/examples/events/put-targets.rst
-${PYSITELIB}/awscli/examples/events/remove-targets.rst
-${PYSITELIB}/awscli/examples/events/test-event-pattern.rst
-${PYSITELIB}/awscli/examples/firehose/list-delivery-streams.rst
-${PYSITELIB}/awscli/examples/firehose/put-record-batch.rst
-${PYSITELIB}/awscli/examples/firehose/put-record.rst
-${PYSITELIB}/awscli/examples/fis/create-experiment-template.rst
-${PYSITELIB}/awscli/examples/fis/delete-experiment-template.rst
-${PYSITELIB}/awscli/examples/fis/get-action.rst
-${PYSITELIB}/awscli/examples/fis/get-experiment-template.rst
-${PYSITELIB}/awscli/examples/fis/get-experiment.rst
-${PYSITELIB}/awscli/examples/fis/list-actions.rst
-${PYSITELIB}/awscli/examples/fis/list-experiment-templates.rst
-${PYSITELIB}/awscli/examples/fis/list-experiments.rst
-${PYSITELIB}/awscli/examples/fis/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/fis/start-experiment.rst
-${PYSITELIB}/awscli/examples/fis/stop-experiment.rst
-${PYSITELIB}/awscli/examples/fis/tag-resource.rst
-${PYSITELIB}/awscli/examples/fis/untag-resource.rst
-${PYSITELIB}/awscli/examples/fis/update-experiment-template.rst
-${PYSITELIB}/awscli/examples/fms/associate-admin-account.rst
-${PYSITELIB}/awscli/examples/fms/delete-notification-channel.rst
-${PYSITELIB}/awscli/examples/fms/delete-policy.rst
-${PYSITELIB}/awscli/examples/fms/disassociate-admin-account.rst
-${PYSITELIB}/awscli/examples/fms/get-admin-account.rst
-${PYSITELIB}/awscli/examples/fms/get-compliance-detail.rst
-${PYSITELIB}/awscli/examples/fms/get-notification-channel.rst
-${PYSITELIB}/awscli/examples/fms/get-policy.rst
-${PYSITELIB}/awscli/examples/fms/list-compliance-status.rst
-${PYSITELIB}/awscli/examples/fms/list-member-accounts.rst
-${PYSITELIB}/awscli/examples/fms/list-policies.rst
-${PYSITELIB}/awscli/examples/fms/put-notification-channel.rst
-${PYSITELIB}/awscli/examples/fms/put-policy.rst
-${PYSITELIB}/awscli/examples/gamelift/create-build.rst
-${PYSITELIB}/awscli/examples/gamelift/create-fleet.rst
-${PYSITELIB}/awscli/examples/gamelift/create-game-session-queue.rst
-${PYSITELIB}/awscli/examples/gamelift/delete-build.rst
-${PYSITELIB}/awscli/examples/gamelift/delete-fleet.rst
-${PYSITELIB}/awscli/examples/gamelift/delete-game-session-queue.rst
-${PYSITELIB}/awscli/examples/gamelift/describe-build.rst
-${PYSITELIB}/awscli/examples/gamelift/describe-ec2-instance-limits.rst
-${PYSITELIB}/awscli/examples/gamelift/describe-fleet-attributes.rst
-${PYSITELIB}/awscli/examples/gamelift/describe-fleet-capacity.rst
-${PYSITELIB}/awscli/examples/gamelift/describe-fleet-events.rst
-${PYSITELIB}/awscli/examples/gamelift/describe-fleet-port-settings.rst
-${PYSITELIB}/awscli/examples/gamelift/describe-fleet-utilization.rst
-${PYSITELIB}/awscli/examples/gamelift/describe-game-session-queues.rst
-${PYSITELIB}/awscli/examples/gamelift/describe-runtime-configuration.rst
-${PYSITELIB}/awscli/examples/gamelift/list-builds.rst
-${PYSITELIB}/awscli/examples/gamelift/list-fleets.rst
-${PYSITELIB}/awscli/examples/gamelift/request-upload-credentials.rst
-${PYSITELIB}/awscli/examples/gamelift/start-fleet-actions.rst
-${PYSITELIB}/awscli/examples/gamelift/stop-fleet-actions.rst
-${PYSITELIB}/awscli/examples/gamelift/update-build.rst
-${PYSITELIB}/awscli/examples/gamelift/update-game-session-queue.rst
-${PYSITELIB}/awscli/examples/gamelift/upload-build.rst
-${PYSITELIB}/awscli/examples/glacier/abort-multipart-upload.rst
-${PYSITELIB}/awscli/examples/glacier/abort-vault-lock.rst
-${PYSITELIB}/awscli/examples/glacier/add-tags-to-vault.rst
-${PYSITELIB}/awscli/examples/glacier/complete-multipart-upload.rst
-${PYSITELIB}/awscli/examples/glacier/complete-vault-lock.rst
-${PYSITELIB}/awscli/examples/glacier/create-vault.rst
-${PYSITELIB}/awscli/examples/glacier/delete-archive.rst
-${PYSITELIB}/awscli/examples/glacier/delete-vault-access-policy.rst
-${PYSITELIB}/awscli/examples/glacier/delete-vault-notifications.rst
-${PYSITELIB}/awscli/examples/glacier/delete-vault.rst
-${PYSITELIB}/awscli/examples/glacier/describe-job.rst
-${PYSITELIB}/awscli/examples/glacier/describe-vault.rst
-${PYSITELIB}/awscli/examples/glacier/get-data-retrieval-policy.rst
-${PYSITELIB}/awscli/examples/glacier/get-job-output.rst
-${PYSITELIB}/awscli/examples/glacier/get-vault-access-policy.rst
-${PYSITELIB}/awscli/examples/glacier/get-vault-lock.rst
-${PYSITELIB}/awscli/examples/glacier/get-vault-notifications.rst
-${PYSITELIB}/awscli/examples/glacier/initiate-job.rst
-${PYSITELIB}/awscli/examples/glacier/initiate-multipart-upload.rst
-${PYSITELIB}/awscli/examples/glacier/initiate-vault-lock.rst
-${PYSITELIB}/awscli/examples/glacier/list-jobs.rst
-${PYSITELIB}/awscli/examples/glacier/list-multipart-uploads.rst
-${PYSITELIB}/awscli/examples/glacier/list-parts.rst
-${PYSITELIB}/awscli/examples/glacier/list-provisioned-capacity.rst
-${PYSITELIB}/awscli/examples/glacier/list-tags-for-vault.rst
-${PYSITELIB}/awscli/examples/glacier/list-vaults.rst
-${PYSITELIB}/awscli/examples/glacier/purchase-provisioned-capacity.rst
-${PYSITELIB}/awscli/examples/glacier/remove-tags-from-vault.rst
-${PYSITELIB}/awscli/examples/glacier/set-data-retrieval-policy.rst
-${PYSITELIB}/awscli/examples/glacier/set-vault-access-policy.rst
-${PYSITELIB}/awscli/examples/glacier/set-vault-notifications.rst
-${PYSITELIB}/awscli/examples/glacier/upload-archive.rst
-${PYSITELIB}/awscli/examples/glacier/upload-multipart-part.rst
-${PYSITELIB}/awscli/examples/glacier/wait/vault-exists.rst
-${PYSITELIB}/awscli/examples/glacier/wait/vault-not-exists.rst
-${PYSITELIB}/awscli/examples/global_options.rst
-${PYSITELIB}/awscli/examples/global_synopsis.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/add-custom-routing-endpoints.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/advertise-byoip-cidr.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/allow-custom-routing-traffic.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/create-accelerator.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/create-custom-routing-accelerator.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/create-custom-routing-endpoint-group.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/create-custom-routing-listener.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/create-endpoint-group.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/create-listener.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/deny-custom-routing-traffic.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/deprovision-byoip-cidr.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/describe-accelerator-attributes.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/describe-accelerator.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/describe-custom-routing-accelerator-attributes.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/describe-custom-routing-accelerator.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/describe-custom-routing-endpoint-group.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/describe-custom-routing-listener.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/describe-endpoint-group.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/describe-listener.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/list-accelerators.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/list-byoip-cidr.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/list-custom-routing-accelerators.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/list-custom-routing-endpoint-groups.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/list-custom-routing-listeners.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/list-custom-routing-port-mappings-by-destination.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/list-custom-routing-port-mappings.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/list-endpoint-groups.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/list-listeners.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/provision-byoip-cidr.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/tag-resource.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/untag-resource.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/update-accelerator-attributes.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/update-accelerator.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/update-custom-routing-accelerator-attributes.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/update-custom-routing-accelerator.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/update-custom-routing-listener.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/update-endpoint-group.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/update-listener.rst
-${PYSITELIB}/awscli/examples/globalaccelerator/withdraw-byoip-cidr.rst
-${PYSITELIB}/awscli/examples/glue/batch-stop-job-run.rst
-${PYSITELIB}/awscli/examples/glue/create-connection.rst
-${PYSITELIB}/awscli/examples/glue/create-database.rst
-${PYSITELIB}/awscli/examples/glue/create-job.rst
-${PYSITELIB}/awscli/examples/glue/create-table.rst
-${PYSITELIB}/awscli/examples/glue/delete-job.rst
-${PYSITELIB}/awscli/examples/glue/get-databases.rst
-${PYSITELIB}/awscli/examples/glue/get-job-run.rst
-${PYSITELIB}/awscli/examples/glue/get-job-runs.rst
-${PYSITELIB}/awscli/examples/glue/get-job.rst
-${PYSITELIB}/awscli/examples/glue/get-plan.rst
-${PYSITELIB}/awscli/examples/glue/get-tables.rst
-${PYSITELIB}/awscli/examples/glue/start-crawler.rst
-${PYSITELIB}/awscli/examples/glue/start-job-run.rst
-${PYSITELIB}/awscli/examples/grafana/list-workspaces.rst
-${PYSITELIB}/awscli/examples/greengrass/associate-role-to-group.rst
-${PYSITELIB}/awscli/examples/greengrass/associate-service-role-to-account.rst
-${PYSITELIB}/awscli/examples/greengrass/create-connector-definition-version.rst
-${PYSITELIB}/awscli/examples/greengrass/create-connector-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/create-core-definition-version.rst
-${PYSITELIB}/awscli/examples/greengrass/create-core-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/create-deployment.rst
-${PYSITELIB}/awscli/examples/greengrass/create-device-definition-version.rst
-${PYSITELIB}/awscli/examples/greengrass/create-device-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/create-function-definition-version.rst
-${PYSITELIB}/awscli/examples/greengrass/create-function-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/create-group-certificate-authority.rst
-${PYSITELIB}/awscli/examples/greengrass/create-group-version.rst
-${PYSITELIB}/awscli/examples/greengrass/create-group.rst
-${PYSITELIB}/awscli/examples/greengrass/create-logger-definition-version.rst
-${PYSITELIB}/awscli/examples/greengrass/create-logger-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/create-resource-definition-version.rst
-${PYSITELIB}/awscli/examples/greengrass/create-resource-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/create-software-update-job.rst
-${PYSITELIB}/awscli/examples/greengrass/create-subscription-definition-version.rst
-${PYSITELIB}/awscli/examples/greengrass/create-subscription-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/delete-connector-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/delete-core-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/delete-device-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/delete-function-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/delete-group.rst
-${PYSITELIB}/awscli/examples/greengrass/delete-logger-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/delete-resource-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/delete-subscription-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/disassociate-role-from-group.rst
-${PYSITELIB}/awscli/examples/greengrass/disassociate-service-role-from-account.rst
-${PYSITELIB}/awscli/examples/greengrass/get-associated-role.rst
-${PYSITELIB}/awscli/examples/greengrass/get-bulk-deployment-status.rst
-${PYSITELIB}/awscli/examples/greengrass/get-connectivity-info.rst
-${PYSITELIB}/awscli/examples/greengrass/get-connector-definition-version.rst
-${PYSITELIB}/awscli/examples/greengrass/get-connector-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/get-core-definition-version.rst
-${PYSITELIB}/awscli/examples/greengrass/get-core-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/get-deployment-status.rst
-${PYSITELIB}/awscli/examples/greengrass/get-device-definition-version.rst
-${PYSITELIB}/awscli/examples/greengrass/get-device-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/get-function-definition-version.rst
-${PYSITELIB}/awscli/examples/greengrass/get-function-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/get-group-certificate-authority.rst
-${PYSITELIB}/awscli/examples/greengrass/get-group-certificate-configuration.rst
-${PYSITELIB}/awscli/examples/greengrass/get-group-version.rst
-${PYSITELIB}/awscli/examples/greengrass/get-group.rst
-${PYSITELIB}/awscli/examples/greengrass/get-logger-definition-version.rst
-${PYSITELIB}/awscli/examples/greengrass/get-logger-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/get-resource-definition-version.rst
-${PYSITELIB}/awscli/examples/greengrass/get-resource-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/get-service-role-for-account.rst
-${PYSITELIB}/awscli/examples/greengrass/get-subscription-definition-version.rst
-${PYSITELIB}/awscli/examples/greengrass/get-subscription-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/get-thing-runtime-configuration.rst
-${PYSITELIB}/awscli/examples/greengrass/list-bulk-deployment-detailed-reports.rst
-${PYSITELIB}/awscli/examples/greengrass/list-bulk-deployments.rst
-${PYSITELIB}/awscli/examples/greengrass/list-connector-definition-versions.rst
-${PYSITELIB}/awscli/examples/greengrass/list-connector-definitions.rst
-${PYSITELIB}/awscli/examples/greengrass/list-core-definition-versions.rst
-${PYSITELIB}/awscli/examples/greengrass/list-core-definitions.rst
-${PYSITELIB}/awscli/examples/greengrass/list-deployments.rst
-${PYSITELIB}/awscli/examples/greengrass/list-device-definition-versions.rst
-${PYSITELIB}/awscli/examples/greengrass/list-device-definitions.rst
-${PYSITELIB}/awscli/examples/greengrass/list-function-definition-versions.rst
-${PYSITELIB}/awscli/examples/greengrass/list-function-definitions.rst
-${PYSITELIB}/awscli/examples/greengrass/list-group-certificate-authorities.rst
-${PYSITELIB}/awscli/examples/greengrass/list-group-versions.rst
-${PYSITELIB}/awscli/examples/greengrass/list-groups.rst
-${PYSITELIB}/awscli/examples/greengrass/list-logger-definition-versions.rst
-${PYSITELIB}/awscli/examples/greengrass/list-logger-definitions.rst
-${PYSITELIB}/awscli/examples/greengrass/list-resource-definition-versions.rst
-${PYSITELIB}/awscli/examples/greengrass/list-resource-definitions.rst
-${PYSITELIB}/awscli/examples/greengrass/list-subscription-definition-versions.rst
-${PYSITELIB}/awscli/examples/greengrass/list-subscription-definitions.rst
-${PYSITELIB}/awscli/examples/greengrass/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/greengrass/reset-deployments.rst
-${PYSITELIB}/awscli/examples/greengrass/start-bulk-deployment.rst
-${PYSITELIB}/awscli/examples/greengrass/stop-bulk-deployment.rst
-${PYSITELIB}/awscli/examples/greengrass/tag-resource.rst
-${PYSITELIB}/awscli/examples/greengrass/untag-resource.rst
-${PYSITELIB}/awscli/examples/greengrass/update-connectivity-info.rst
-${PYSITELIB}/awscli/examples/greengrass/update-connector-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/update-core-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/update-device-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/update-function-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/update-group-certificate-configuration.rst
-${PYSITELIB}/awscli/examples/greengrass/update-group.rst
-${PYSITELIB}/awscli/examples/greengrass/update-logger-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/update-resource-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/update-subscription-definition.rst
-${PYSITELIB}/awscli/examples/greengrass/update-thing-runtime-configuration.rst
-${PYSITELIB}/awscli/examples/greengrassv2/associate-service-role-to-account.rst
-${PYSITELIB}/awscli/examples/greengrassv2/batch-associate-client-device-with-core-device.rst
-${PYSITELIB}/awscli/examples/greengrassv2/batch-disassociate-client-device-from-core-device.rst
-${PYSITELIB}/awscli/examples/greengrassv2/cancel-deployment.rst
-${PYSITELIB}/awscli/examples/greengrassv2/create-component-version.rst
-${PYSITELIB}/awscli/examples/greengrassv2/create-deployment.rst
-${PYSITELIB}/awscli/examples/greengrassv2/delete-component.rst
-${PYSITELIB}/awscli/examples/greengrassv2/delete-core-device.rst
-${PYSITELIB}/awscli/examples/greengrassv2/describe-component.rst
-${PYSITELIB}/awscli/examples/greengrassv2/disassociate-service-role-from-account.rst
-${PYSITELIB}/awscli/examples/greengrassv2/get-component-version-artifact.rst
-${PYSITELIB}/awscli/examples/greengrassv2/get-component.rst
-${PYSITELIB}/awscli/examples/greengrassv2/get-connectivity-info.rst
-${PYSITELIB}/awscli/examples/greengrassv2/get-core-device.rst
-${PYSITELIB}/awscli/examples/greengrassv2/get-deployment.rst
-${PYSITELIB}/awscli/examples/greengrassv2/get-service-role-for-account.rst
-${PYSITELIB}/awscli/examples/greengrassv2/list-client-devices-associated-with-core-device.rst
-${PYSITELIB}/awscli/examples/greengrassv2/list-component-versions.rst
-${PYSITELIB}/awscli/examples/greengrassv2/list-components.rst
-${PYSITELIB}/awscli/examples/greengrassv2/list-core-devices.rst
-${PYSITELIB}/awscli/examples/greengrassv2/list-deployments.rst
-${PYSITELIB}/awscli/examples/greengrassv2/list-effective-deployments.rst
-${PYSITELIB}/awscli/examples/greengrassv2/list-installed-components.rst
-${PYSITELIB}/awscli/examples/greengrassv2/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/greengrassv2/tag-resource.rst
-${PYSITELIB}/awscli/examples/greengrassv2/untag-resource.rst
-${PYSITELIB}/awscli/examples/greengrassv2/update-connectivity-info.rst
-${PYSITELIB}/awscli/examples/guardduty/accept-invitation.rst
-${PYSITELIB}/awscli/examples/guardduty/archive-findings.rst
-${PYSITELIB}/awscli/examples/guardduty/create-detector.rst
-${PYSITELIB}/awscli/examples/guardduty/create-filter.rst
-${PYSITELIB}/awscli/examples/guardduty/create-ip-set.rst
-${PYSITELIB}/awscli/examples/guardduty/create-members.rst
-${PYSITELIB}/awscli/examples/guardduty/create-publishing-destination.rst
-${PYSITELIB}/awscli/examples/guardduty/create-sample-findings.rst
-${PYSITELIB}/awscli/examples/guardduty/create-threat-intel-set.rst
-${PYSITELIB}/awscli/examples/guardduty/decline-invitations.rst
-${PYSITELIB}/awscli/examples/guardduty/delete-detector.rst
-${PYSITELIB}/awscli/examples/guardduty/delete-filter.rst
-${PYSITELIB}/awscli/examples/guardduty/disable-organization-admin-account.rst
-${PYSITELIB}/awscli/examples/guardduty/disassociate-from-master-account.rst
-${PYSITELIB}/awscli/examples/guardduty/get-detector.rst
-${PYSITELIB}/awscli/examples/guardduty/get-findings.rst
-${PYSITELIB}/awscli/examples/guardduty/get-ip-set.rst
-${PYSITELIB}/awscli/examples/guardduty/get-master-account.rst
-${PYSITELIB}/awscli/examples/guardduty/list-detectors.rst
-${PYSITELIB}/awscli/examples/guardduty/list-findings.rst
-${PYSITELIB}/awscli/examples/guardduty/list-invitations.rst
-${PYSITELIB}/awscli/examples/guardduty/list-ip-sets.rst
-${PYSITELIB}/awscli/examples/guardduty/list-members.rst
-${PYSITELIB}/awscli/examples/guardduty/update-ip-set.rst
-${PYSITELIB}/awscli/examples/health/describe-affected-entities.rst
-${PYSITELIB}/awscli/examples/health/describe-event-details.rst
-${PYSITELIB}/awscli/examples/health/describe-events.rst
-${PYSITELIB}/awscli/examples/healthlake/create-fhir-datastore.rst
-${PYSITELIB}/awscli/examples/healthlake/delete-fhir-datastore.rst
-${PYSITELIB}/awscli/examples/healthlake/describe-fhir-datastore.rst
-${PYSITELIB}/awscli/examples/healthlake/describe-fhir-export-job.rst
-${PYSITELIB}/awscli/examples/healthlake/describe-fhir-import-job.rst
-${PYSITELIB}/awscli/examples/healthlake/list-fhir-datastores.rst
-${PYSITELIB}/awscli/examples/healthlake/list-fhir-export-jobs.rst
-${PYSITELIB}/awscli/examples/healthlake/list-fhir-import-jobs.rst
-${PYSITELIB}/awscli/examples/healthlake/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/healthlake/start-fhir-export-job.rst
-${PYSITELIB}/awscli/examples/healthlake/start-fhir-import-job.rst
-${PYSITELIB}/awscli/examples/healthlake/tag-resource.rst
-${PYSITELIB}/awscli/examples/healthlake/untag-resource.rst
-${PYSITELIB}/awscli/examples/iam/add-client-id-to-open-id-connect-provider.rst
-${PYSITELIB}/awscli/examples/iam/add-role-to-instance-profile.rst
-${PYSITELIB}/awscli/examples/iam/add-user-to-group.rst
-${PYSITELIB}/awscli/examples/iam/attach-group-policy.rst
-${PYSITELIB}/awscli/examples/iam/attach-role-policy.rst
-${PYSITELIB}/awscli/examples/iam/attach-user-policy.rst
-${PYSITELIB}/awscli/examples/iam/change-password.rst
-${PYSITELIB}/awscli/examples/iam/create-access-key.rst
-${PYSITELIB}/awscli/examples/iam/create-account-alias.rst
-${PYSITELIB}/awscli/examples/iam/create-group.rst
-${PYSITELIB}/awscli/examples/iam/create-instance-profile.rst
-${PYSITELIB}/awscli/examples/iam/create-login-profile.rst
-${PYSITELIB}/awscli/examples/iam/create-open-id-connect-provider.rst
-${PYSITELIB}/awscli/examples/iam/create-policy-version.rst
-${PYSITELIB}/awscli/examples/iam/create-policy.rst
-${PYSITELIB}/awscli/examples/iam/create-role.rst
-${PYSITELIB}/awscli/examples/iam/create-saml-provider.rst
-${PYSITELIB}/awscli/examples/iam/create-service-linked-role.rst
-${PYSITELIB}/awscli/examples/iam/create-service-specific-credential.rst
-${PYSITELIB}/awscli/examples/iam/create-user.rst
-${PYSITELIB}/awscli/examples/iam/create-virtual-mfa-device.rst
-${PYSITELIB}/awscli/examples/iam/deactivate-mfa-device.rst
-${PYSITELIB}/awscli/examples/iam/decode-authorization-message.rst
-${PYSITELIB}/awscli/examples/iam/delete-access-key.rst
-${PYSITELIB}/awscli/examples/iam/delete-account-alias.rst
-${PYSITELIB}/awscli/examples/iam/delete-account-password-policy.rst
-${PYSITELIB}/awscli/examples/iam/delete-group-policy.rst
-${PYSITELIB}/awscli/examples/iam/delete-group.rst
-${PYSITELIB}/awscli/examples/iam/delete-instance-profile.rst
-${PYSITELIB}/awscli/examples/iam/delete-login-profile.rst
-${PYSITELIB}/awscli/examples/iam/delete-open-id-connect-provider.rst
-${PYSITELIB}/awscli/examples/iam/delete-policy-version.rst
-${PYSITELIB}/awscli/examples/iam/delete-policy.rst
-${PYSITELIB}/awscli/examples/iam/delete-role-permissions-boundary.rst
-${PYSITELIB}/awscli/examples/iam/delete-role-policy.rst
-${PYSITELIB}/awscli/examples/iam/delete-role.rst
-${PYSITELIB}/awscli/examples/iam/delete-saml-provider.rst
-${PYSITELIB}/awscli/examples/iam/delete-server-certificate.rst
-${PYSITELIB}/awscli/examples/iam/delete-service-linked-role.rst
-${PYSITELIB}/awscli/examples/iam/delete-service-specific-credential.rst
-${PYSITELIB}/awscli/examples/iam/delete-signing-certificate.rst
-${PYSITELIB}/awscli/examples/iam/delete-ssh-public-key.rst
-${PYSITELIB}/awscli/examples/iam/delete-user-permissions-boundary.rst
-${PYSITELIB}/awscli/examples/iam/delete-user-policy.rst
-${PYSITELIB}/awscli/examples/iam/delete-user.rst
-${PYSITELIB}/awscli/examples/iam/delete-virtual-mfa-device.rst
-${PYSITELIB}/awscli/examples/iam/detach-group-policy.rst
-${PYSITELIB}/awscli/examples/iam/detach-role-policy.rst
-${PYSITELIB}/awscli/examples/iam/detach-user-policy.rst
-${PYSITELIB}/awscli/examples/iam/disable-organizations-root-credentials-management.rst
-${PYSITELIB}/awscli/examples/iam/disable-organizations-root-sessions.rst
-${PYSITELIB}/awscli/examples/iam/enable-mfa-device.rst
-${PYSITELIB}/awscli/examples/iam/enable-organizations-root-credentials-management.rst
-${PYSITELIB}/awscli/examples/iam/enable-organizations-root-sessions.rst
-${PYSITELIB}/awscli/examples/iam/generate-credential-report.rst
-${PYSITELIB}/awscli/examples/iam/generate-organizations-access-report.rst
-${PYSITELIB}/awscli/examples/iam/generate-service-last-accessed-details.rst
-${PYSITELIB}/awscli/examples/iam/get-access-key-last-used.rst
-${PYSITELIB}/awscli/examples/iam/get-account-authorization-details.rst
-${PYSITELIB}/awscli/examples/iam/get-account-password-policy.rst
-${PYSITELIB}/awscli/examples/iam/get-account-summary.rst
-${PYSITELIB}/awscli/examples/iam/get-context-keys-for-custom-policy.rst
-${PYSITELIB}/awscli/examples/iam/get-context-keys-for-principal-policy.rst
-${PYSITELIB}/awscli/examples/iam/get-credential-report.rst
-${PYSITELIB}/awscli/examples/iam/get-group-policy.rst
-${PYSITELIB}/awscli/examples/iam/get-group.rst
-${PYSITELIB}/awscli/examples/iam/get-instance-profile.rst
-${PYSITELIB}/awscli/examples/iam/get-login-profile.rst
-${PYSITELIB}/awscli/examples/iam/get-mfa-device.rst
-${PYSITELIB}/awscli/examples/iam/get-open-id-connect-provider.rst
-${PYSITELIB}/awscli/examples/iam/get-organizations-access-report.rst
-${PYSITELIB}/awscli/examples/iam/get-policy-version.rst
-${PYSITELIB}/awscli/examples/iam/get-policy.rst
-${PYSITELIB}/awscli/examples/iam/get-role-policy.rst
-${PYSITELIB}/awscli/examples/iam/get-role.rst
-${PYSITELIB}/awscli/examples/iam/get-saml-provider.rst
-${PYSITELIB}/awscli/examples/iam/get-server-certificate.rst
-${PYSITELIB}/awscli/examples/iam/get-service-last-accessed-details-with-entities.rst
-${PYSITELIB}/awscli/examples/iam/get-service-last-accessed-details.rst
-${PYSITELIB}/awscli/examples/iam/get-service-linked-role-deletion-status.rst
-${PYSITELIB}/awscli/examples/iam/get-ssh-public-key.rst
-${PYSITELIB}/awscli/examples/iam/get-user-policy.rst
-${PYSITELIB}/awscli/examples/iam/get-user.rst
-${PYSITELIB}/awscli/examples/iam/list-access-keys.rst
-${PYSITELIB}/awscli/examples/iam/list-account-aliases.rst
-${PYSITELIB}/awscli/examples/iam/list-attached-group-policies.rst
-${PYSITELIB}/awscli/examples/iam/list-attached-role-policies.rst
-${PYSITELIB}/awscli/examples/iam/list-attached-user-policies.rst
-${PYSITELIB}/awscli/examples/iam/list-entities-for-policy.rst
-${PYSITELIB}/awscli/examples/iam/list-group-policies.rst
-${PYSITELIB}/awscli/examples/iam/list-groups-for-user.rst
-${PYSITELIB}/awscli/examples/iam/list-groups.rst
-${PYSITELIB}/awscli/examples/iam/list-instance-profile-tags.rst
-${PYSITELIB}/awscli/examples/iam/list-instance-profiles-for-role.rst
-${PYSITELIB}/awscli/examples/iam/list-instance-profiles.rst
-${PYSITELIB}/awscli/examples/iam/list-mfa-device-tags.rst
-${PYSITELIB}/awscli/examples/iam/list-mfa-devices.rst
-${PYSITELIB}/awscli/examples/iam/list-open-id-connect-provider-tags.rst
-${PYSITELIB}/awscli/examples/iam/list-open-id-connect-providers.rst
-${PYSITELIB}/awscli/examples/iam/list-organizations-features.rst
-${PYSITELIB}/awscli/examples/iam/list-policies-granting-service-access.rst
-${PYSITELIB}/awscli/examples/iam/list-policies.rst
-${PYSITELIB}/awscli/examples/iam/list-policy-tags.rst
-${PYSITELIB}/awscli/examples/iam/list-policy-versions.rst
-${PYSITELIB}/awscli/examples/iam/list-role-policies.rst
-${PYSITELIB}/awscli/examples/iam/list-role-tags.rst
-${PYSITELIB}/awscli/examples/iam/list-roles.rst
-${PYSITELIB}/awscli/examples/iam/list-saml-provider-tags.rst
-${PYSITELIB}/awscli/examples/iam/list-saml-providers.rst
-${PYSITELIB}/awscli/examples/iam/list-server-certificate-tags.rst
-${PYSITELIB}/awscli/examples/iam/list-server-certificates.rst
-${PYSITELIB}/awscli/examples/iam/list-service-specific-credential.rst
-${PYSITELIB}/awscli/examples/iam/list-service-specific-credentials.rst
-${PYSITELIB}/awscli/examples/iam/list-signing-certificates.rst
-${PYSITELIB}/awscli/examples/iam/list-ssh-public-keys.rst
-${PYSITELIB}/awscli/examples/iam/list-user-policies.rst
-${PYSITELIB}/awscli/examples/iam/list-user-tags.rst
-${PYSITELIB}/awscli/examples/iam/list-users.rst
-${PYSITELIB}/awscli/examples/iam/list-virtual-mfa-devices.rst
-${PYSITELIB}/awscli/examples/iam/put-group-policy.rst
-${PYSITELIB}/awscli/examples/iam/put-role-permissions-boundary.rst
-${PYSITELIB}/awscli/examples/iam/put-role-policy.rst
-${PYSITELIB}/awscli/examples/iam/put-user-permissions-boundary.rst
-${PYSITELIB}/awscli/examples/iam/put-user-policy.rst
-${PYSITELIB}/awscli/examples/iam/remove-client-id-from-open-id-connect-provider.rst
-${PYSITELIB}/awscli/examples/iam/remove-role-from-instance-profile.rst
-${PYSITELIB}/awscli/examples/iam/remove-user-from-group.rst
-${PYSITELIB}/awscli/examples/iam/reset-service-specific-credential.rst
-${PYSITELIB}/awscli/examples/iam/resync-mfa-device.rst
-${PYSITELIB}/awscli/examples/iam/set-default-policy-version.rst
-${PYSITELIB}/awscli/examples/iam/set-security-token-service-preferences.rst
-${PYSITELIB}/awscli/examples/iam/simulate-custom-policy.rst
-${PYSITELIB}/awscli/examples/iam/simulate-principal-policy.rst
-${PYSITELIB}/awscli/examples/iam/tag-instance-profile.rst
-${PYSITELIB}/awscli/examples/iam/tag-mfa-device.rst
-${PYSITELIB}/awscli/examples/iam/tag-open-id-connect-provider.rst
-${PYSITELIB}/awscli/examples/iam/tag-policy.rst
-${PYSITELIB}/awscli/examples/iam/tag-role.rst
-${PYSITELIB}/awscli/examples/iam/tag-saml-provider.rst
-${PYSITELIB}/awscli/examples/iam/tag-server-certificate.rst
-${PYSITELIB}/awscli/examples/iam/tag-user.rst
-${PYSITELIB}/awscli/examples/iam/untag-instance-profile.rst
-${PYSITELIB}/awscli/examples/iam/untag-mfa-device.rst
-${PYSITELIB}/awscli/examples/iam/untag-open-id-connect-provider.rst
-${PYSITELIB}/awscli/examples/iam/untag-policy.rst
-${PYSITELIB}/awscli/examples/iam/untag-role.rst
-${PYSITELIB}/awscli/examples/iam/untag-saml-provider.rst
-${PYSITELIB}/awscli/examples/iam/untag-server-certificate.rst
-${PYSITELIB}/awscli/examples/iam/untag-user.rst
-${PYSITELIB}/awscli/examples/iam/update-access-key.rst
-${PYSITELIB}/awscli/examples/iam/update-account-password-policy.rst
-${PYSITELIB}/awscli/examples/iam/update-assume-role-policy.rst
-${PYSITELIB}/awscli/examples/iam/update-group.rst
-${PYSITELIB}/awscli/examples/iam/update-login-profile.rst
-${PYSITELIB}/awscli/examples/iam/update-open-id-connect-provider-thumbprint.rst
-${PYSITELIB}/awscli/examples/iam/update-role-description.rst
-${PYSITELIB}/awscli/examples/iam/update-role.rst
-${PYSITELIB}/awscli/examples/iam/update-saml-provider.rst
-${PYSITELIB}/awscli/examples/iam/update-server-certificate.rst
-${PYSITELIB}/awscli/examples/iam/update-service-specific-credential.rst
-${PYSITELIB}/awscli/examples/iam/update-signing-certificate.rst
-${PYSITELIB}/awscli/examples/iam/update-ssh-public-key.rst
-${PYSITELIB}/awscli/examples/iam/update-user.rst
-${PYSITELIB}/awscli/examples/iam/upload-server-certificate.rst
-${PYSITELIB}/awscli/examples/iam/upload-signing-certificate.rst
-${PYSITELIB}/awscli/examples/iam/upload-ssh-public-key.rst
-${PYSITELIB}/awscli/examples/iam/wait/instance-profile-exists.rst
-${PYSITELIB}/awscli/examples/iam/wait/policy-exists.rst
-${PYSITELIB}/awscli/examples/iam/wait/role-exists.rst
-${PYSITELIB}/awscli/examples/iam/wait/user-exists.rst
-${PYSITELIB}/awscli/examples/imagebuilder/create-component.rst
-${PYSITELIB}/awscli/examples/imagebuilder/create-distribution-configuration.rst
-${PYSITELIB}/awscli/examples/imagebuilder/create-image-pipeline.rst
-${PYSITELIB}/awscli/examples/imagebuilder/create-image-recipe.rst
-${PYSITELIB}/awscli/examples/imagebuilder/create-image.rst
-${PYSITELIB}/awscli/examples/imagebuilder/create-infrastructure-configuration.rst
-${PYSITELIB}/awscli/examples/imagebuilder/delete-component.rst
-${PYSITELIB}/awscli/examples/imagebuilder/delete-image-pipeline.rst
-${PYSITELIB}/awscli/examples/imagebuilder/delete-image-recipe.rst
-${PYSITELIB}/awscli/examples/imagebuilder/delete-image.rst
-${PYSITELIB}/awscli/examples/imagebuilder/delete-infrastructure-configuration.rst
-${PYSITELIB}/awscli/examples/imagebuilder/get-component-policy.rst
-${PYSITELIB}/awscli/examples/imagebuilder/get-component.rst
-${PYSITELIB}/awscli/examples/imagebuilder/get-distribution-configuration.rst
-${PYSITELIB}/awscli/examples/imagebuilder/get-image-pipeline.rst
-${PYSITELIB}/awscli/examples/imagebuilder/get-image-policy.rst
-${PYSITELIB}/awscli/examples/imagebuilder/get-image-recipe-policy.rst
-${PYSITELIB}/awscli/examples/imagebuilder/get-image.rst
-${PYSITELIB}/awscli/examples/imagebuilder/get-infrastructure-configuration.rst
-${PYSITELIB}/awscli/examples/imagebuilder/import-component.rst
-${PYSITELIB}/awscli/examples/imagebuilder/list-component-build-versions.rst
-${PYSITELIB}/awscli/examples/imagebuilder/list-components.rst
-${PYSITELIB}/awscli/examples/imagebuilder/list-distribution-configurations.rst
-${PYSITELIB}/awscli/examples/imagebuilder/list-image-build-versions.rst
-${PYSITELIB}/awscli/examples/imagebuilder/list-image-pipeline-images.rst
-${PYSITELIB}/awscli/examples/imagebuilder/list-image-recipes.rst
-${PYSITELIB}/awscli/examples/imagebuilder/list-images.rst
-${PYSITELIB}/awscli/examples/imagebuilder/list-infrastructure-configurations.rst
-${PYSITELIB}/awscli/examples/imagebuilder/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/imagebuilder/put-component-policy.rst
-${PYSITELIB}/awscli/examples/imagebuilder/put-image-policy.rst
-${PYSITELIB}/awscli/examples/imagebuilder/put-image-recipe-policy.rst
-${PYSITELIB}/awscli/examples/imagebuilder/start-image-pipeline-execution.rst
-${PYSITELIB}/awscli/examples/imagebuilder/tag-resource.rst
-${PYSITELIB}/awscli/examples/imagebuilder/untag-resource.rst
-${PYSITELIB}/awscli/examples/imagebuilder/update-distribution-configuration.rst
-${PYSITELIB}/awscli/examples/imagebuilder/update-image-pipeline.rst
-${PYSITELIB}/awscli/examples/imagebuilder/update-infrastructure-configuration.rst
-${PYSITELIB}/awscli/examples/importexport/cancel-job.rst
-${PYSITELIB}/awscli/examples/importexport/create-job.rst
-${PYSITELIB}/awscli/examples/importexport/get-shipping-label.rst
-${PYSITELIB}/awscli/examples/importexport/get-status.rst
-${PYSITELIB}/awscli/examples/importexport/list-jobs.rst
-${PYSITELIB}/awscli/examples/importexport/update-job.rst
-${PYSITELIB}/awscli/examples/inspector/add-attributes-to-findings.rst
-${PYSITELIB}/awscli/examples/inspector/create-assessment-target.rst
-${PYSITELIB}/awscli/examples/inspector/create-assessment-template.rst
-${PYSITELIB}/awscli/examples/inspector/create-resource-group.rst
-${PYSITELIB}/awscli/examples/inspector/delete-assessment-run.rst
-${PYSITELIB}/awscli/examples/inspector/delete-assessment-target.rst
-${PYSITELIB}/awscli/examples/inspector/delete-assessment-template.rst
-${PYSITELIB}/awscli/examples/inspector/describe-assessment-runs.rst
-${PYSITELIB}/awscli/examples/inspector/describe-assessment-targets.rst
-${PYSITELIB}/awscli/examples/inspector/describe-assessment-templates.rst
-${PYSITELIB}/awscli/examples/inspector/describe-cross-account-access-role.rst
-${PYSITELIB}/awscli/examples/inspector/describe-findings.rst
-${PYSITELIB}/awscli/examples/inspector/describe-resource-groups.rst
-${PYSITELIB}/awscli/examples/inspector/describe-rules-packages.rst
-${PYSITELIB}/awscli/examples/inspector/get-telemetry-metadata.rst
-${PYSITELIB}/awscli/examples/inspector/list-assessment-run-agents.rst
-${PYSITELIB}/awscli/examples/inspector/list-assessment-runs.rst
-${PYSITELIB}/awscli/examples/inspector/list-assessment-targets.rst
-${PYSITELIB}/awscli/examples/inspector/list-assessment-templates.rst
-${PYSITELIB}/awscli/examples/inspector/list-event-subscriptions.rst
-${PYSITELIB}/awscli/examples/inspector/list-findings.rst
-${PYSITELIB}/awscli/examples/inspector/list-rules-packages.rst
-${PYSITELIB}/awscli/examples/inspector/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/inspector/preview-agents.rst
-${PYSITELIB}/awscli/examples/inspector/register-cross-account-access-role.rst
-${PYSITELIB}/awscli/examples/inspector/remove-attributes-from-findings.rst
-${PYSITELIB}/awscli/examples/inspector/set-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/inspector/start-assessment-run.rst
-${PYSITELIB}/awscli/examples/inspector/stop-assessment-run.rst
-${PYSITELIB}/awscli/examples/inspector/subscribe-to-event.rst
-${PYSITELIB}/awscli/examples/inspector/unsubscribe-from-event.rst
-${PYSITELIB}/awscli/examples/inspector/update-assessment-target.rst
-${PYSITELIB}/awscli/examples/inspector2/associate-member.rst
-${PYSITELIB}/awscli/examples/inspector2/create-filter.rst
-${PYSITELIB}/awscli/examples/inspector2/create-findings-report.rst
-${PYSITELIB}/awscli/examples/inspector2/create-sbom-export.rst
-${PYSITELIB}/awscli/examples/inspector2/delete-filter.rst
-${PYSITELIB}/awscli/examples/inspector2/disassociate-member.rst
-${PYSITELIB}/awscli/examples/inspector2/get-configuration.rst
-${PYSITELIB}/awscli/examples/inspector2/get-member.rst
-${PYSITELIB}/awscli/examples/inspector2/list-account-permissions.rst
-${PYSITELIB}/awscli/examples/inspector2/list-coverage-statistics.rst
-${PYSITELIB}/awscli/examples/inspector2/list-coverage.rst
-${PYSITELIB}/awscli/examples/inspector2/list-delegated-admin-accounts.rst
-${PYSITELIB}/awscli/examples/inspector2/list-filters.rst
-${PYSITELIB}/awscli/examples/inspector2/list-members.rst
-${PYSITELIB}/awscli/examples/inspector2/list-usage-totals.rst
-${PYSITELIB}/awscli/examples/inspector2/update-filter.rst
-${PYSITELIB}/awscli/examples/iot-data/delete-thing-shadow.rst
-${PYSITELIB}/awscli/examples/iot-data/get-thing-shadow.rst
-${PYSITELIB}/awscli/examples/iot-data/update-thing-shadow.rst
-${PYSITELIB}/awscli/examples/iot-jobs-data/describe-job-execution.rst
-${PYSITELIB}/awscli/examples/iot-jobs-data/get-pending-job-executions.rst
-${PYSITELIB}/awscli/examples/iot-jobs-data/start-next-pending-job-execution.rst
-${PYSITELIB}/awscli/examples/iot-jobs-data/update-job-execution.rst
-${PYSITELIB}/awscli/examples/iot/accept-certificate-transfer.rst
-${PYSITELIB}/awscli/examples/iot/add-thing-to-billing-group.rst
-${PYSITELIB}/awscli/examples/iot/add-thing-to-thing-group.rst
-${PYSITELIB}/awscli/examples/iot/associate-targets-with-job.rst
-${PYSITELIB}/awscli/examples/iot/attach-policy.rst
-${PYSITELIB}/awscli/examples/iot/attach-security-profile.rst
-${PYSITELIB}/awscli/examples/iot/attach-thing-principal.rst
-${PYSITELIB}/awscli/examples/iot/cancel-audit-mitigation-actions-task.rst
-${PYSITELIB}/awscli/examples/iot/cancel-audit-task.rst
-${PYSITELIB}/awscli/examples/iot/cancel-certificate-transfer.rst
-${PYSITELIB}/awscli/examples/iot/cancel-job-execution.rst
-${PYSITELIB}/awscli/examples/iot/cancel-job.rst
-${PYSITELIB}/awscli/examples/iot/clear-default-authorizer.rst
-${PYSITELIB}/awscli/examples/iot/confirm-topic-rule-destination.rst
-${PYSITELIB}/awscli/examples/iot/create-audit-suppression.rst
-${PYSITELIB}/awscli/examples/iot/create-authorizer.rst
-${PYSITELIB}/awscli/examples/iot/create-billing-group.rst
-${PYSITELIB}/awscli/examples/iot/create-certificate-from-csr.rst
-${PYSITELIB}/awscli/examples/iot/create-custom-metric.rst
-${PYSITELIB}/awscli/examples/iot/create-dimension.rst
-${PYSITELIB}/awscli/examples/iot/create-domain-configuration.rst
-${PYSITELIB}/awscli/examples/iot/create-dynamic-thing-group.rst
-${PYSITELIB}/awscli/examples/iot/create-job.rst
-${PYSITELIB}/awscli/examples/iot/create-keys-and-certificate.rst
-${PYSITELIB}/awscli/examples/iot/create-mitigation-action.rst
-${PYSITELIB}/awscli/examples/iot/create-ota-update.rst
-${PYSITELIB}/awscli/examples/iot/create-policy-version.rst
-${PYSITELIB}/awscli/examples/iot/create-policy.rst
-${PYSITELIB}/awscli/examples/iot/create-provisioning-claim.rst
-${PYSITELIB}/awscli/examples/iot/create-provisioning-template-version.rst
-${PYSITELIB}/awscli/examples/iot/create-provisioning-template.rst
-${PYSITELIB}/awscli/examples/iot/create-role-alias.rst
-${PYSITELIB}/awscli/examples/iot/create-scheduled-audit.rst
-${PYSITELIB}/awscli/examples/iot/create-security-profile.rst
-${PYSITELIB}/awscli/examples/iot/create-stream.rst
-${PYSITELIB}/awscli/examples/iot/create-thing-group.rst
-${PYSITELIB}/awscli/examples/iot/create-thing-type.rst
-${PYSITELIB}/awscli/examples/iot/create-thing.rst
-${PYSITELIB}/awscli/examples/iot/create-topic-rule-destination.rst
-${PYSITELIB}/awscli/examples/iot/create-topic-rule.rst
-${PYSITELIB}/awscli/examples/iot/delete-account-audit-configuration.rst
-${PYSITELIB}/awscli/examples/iot/delete-audit-suppression.rst
-${PYSITELIB}/awscli/examples/iot/delete-authorizer.rst
-${PYSITELIB}/awscli/examples/iot/delete-billing-group.rst
-${PYSITELIB}/awscli/examples/iot/delete-ca-certificate.rst
-${PYSITELIB}/awscli/examples/iot/delete-certificate.rst
-${PYSITELIB}/awscli/examples/iot/delete-custom-metric.rst
-${PYSITELIB}/awscli/examples/iot/delete-dimension.rst
-${PYSITELIB}/awscli/examples/iot/delete-domain-configuration.rst
-${PYSITELIB}/awscli/examples/iot/delete-dynamic-thing-group.rst
-${PYSITELIB}/awscli/examples/iot/delete-job-execution.rst
-${PYSITELIB}/awscli/examples/iot/delete-job.rst
-${PYSITELIB}/awscli/examples/iot/delete-mitigation-action.rst
-${PYSITELIB}/awscli/examples/iot/delete-ota-update.rst
-${PYSITELIB}/awscli/examples/iot/delete-policy-version.rst
-${PYSITELIB}/awscli/examples/iot/delete-policy.rst
-${PYSITELIB}/awscli/examples/iot/delete-provisioning-template-version.rst
-${PYSITELIB}/awscli/examples/iot/delete-provisioning-template.rst
-${PYSITELIB}/awscli/examples/iot/delete-registration-code.rst
-${PYSITELIB}/awscli/examples/iot/delete-role-alias.rst
-${PYSITELIB}/awscli/examples/iot/delete-scheduled-audit.rst
-${PYSITELIB}/awscli/examples/iot/delete-security-profile.rst
-${PYSITELIB}/awscli/examples/iot/delete-stream.rst
-${PYSITELIB}/awscli/examples/iot/delete-thing-group.rst
-${PYSITELIB}/awscli/examples/iot/delete-thing-type.rst
-${PYSITELIB}/awscli/examples/iot/delete-thing.rst
-${PYSITELIB}/awscli/examples/iot/delete-topic-rule-destination.rst
-${PYSITELIB}/awscli/examples/iot/delete-topic-rule.rst
-${PYSITELIB}/awscli/examples/iot/delete-v2-logging-level.rst
-${PYSITELIB}/awscli/examples/iot/deprecate-thing-type.rst
-${PYSITELIB}/awscli/examples/iot/describe-account-audit-configuration.rst
-${PYSITELIB}/awscli/examples/iot/describe-audit-finding.rst
-${PYSITELIB}/awscli/examples/iot/describe-audit-mitigation-actions-task.rst
-${PYSITELIB}/awscli/examples/iot/describe-audit-suppression.rst
-${PYSITELIB}/awscli/examples/iot/describe-audit-task.rst
-${PYSITELIB}/awscli/examples/iot/describe-authorizer.rst
-${PYSITELIB}/awscli/examples/iot/describe-billing-group.rst
-${PYSITELIB}/awscli/examples/iot/describe-ca-certificate.rst
-${PYSITELIB}/awscli/examples/iot/describe-certificate.rst
-${PYSITELIB}/awscli/examples/iot/describe-custom-metric.rst
-${PYSITELIB}/awscli/examples/iot/describe-default-authorizer.rst
-${PYSITELIB}/awscli/examples/iot/describe-dimension.rst
-${PYSITELIB}/awscli/examples/iot/describe-domain-configuration.rst
-${PYSITELIB}/awscli/examples/iot/describe-endpoint.rst
-${PYSITELIB}/awscli/examples/iot/describe-event-configurations.rst
-${PYSITELIB}/awscli/examples/iot/describe-index.rst
-${PYSITELIB}/awscli/examples/iot/describe-job-execution.rst
-${PYSITELIB}/awscli/examples/iot/describe-job.rst
-${PYSITELIB}/awscli/examples/iot/describe-mitigation-action.rst
-${PYSITELIB}/awscli/examples/iot/describe-provisioning-template-version.rst
-${PYSITELIB}/awscli/examples/iot/describe-provisioning-template.rst
-${PYSITELIB}/awscli/examples/iot/describe-role-alias.rst
-${PYSITELIB}/awscli/examples/iot/describe-scheduled-audit.rst
-${PYSITELIB}/awscli/examples/iot/describe-security-profile.rst
-${PYSITELIB}/awscli/examples/iot/describe-stream.rst
-${PYSITELIB}/awscli/examples/iot/describe-thing-group.rst
-${PYSITELIB}/awscli/examples/iot/describe-thing-type.rst
-${PYSITELIB}/awscli/examples/iot/describe-thing.rst
-${PYSITELIB}/awscli/examples/iot/detach-policy.rst
-${PYSITELIB}/awscli/examples/iot/detach-security-profile.rst
-${PYSITELIB}/awscli/examples/iot/detach-thing-principal.rst
-${PYSITELIB}/awscli/examples/iot/disable-topic-rule.rst
-${PYSITELIB}/awscli/examples/iot/enable-topic-rule.rst
-${PYSITELIB}/awscli/examples/iot/get-behavior-model-training-summaries.rst
-${PYSITELIB}/awscli/examples/iot/get-cardinality.rst
-${PYSITELIB}/awscli/examples/iot/get-effective-policies.rst
-${PYSITELIB}/awscli/examples/iot/get-indexing-configuration.rst
-${PYSITELIB}/awscli/examples/iot/get-job-document.rst
-${PYSITELIB}/awscli/examples/iot/get-logging-options.rst
-${PYSITELIB}/awscli/examples/iot/get-ota-update.rst
-${PYSITELIB}/awscli/examples/iot/get-percentiles.rst
-${PYSITELIB}/awscli/examples/iot/get-policy-version.rst
-${PYSITELIB}/awscli/examples/iot/get-policy.rst
-${PYSITELIB}/awscli/examples/iot/get-registration-code.rst
-${PYSITELIB}/awscli/examples/iot/get-statistics.rst
-${PYSITELIB}/awscli/examples/iot/get-topic-rule-destination.rst
-${PYSITELIB}/awscli/examples/iot/get-topic-rule.rst
-${PYSITELIB}/awscli/examples/iot/get-v2-logging-options.rst
-${PYSITELIB}/awscli/examples/iot/list-active-violations.rst
-${PYSITELIB}/awscli/examples/iot/list-attached-policies.rst
-${PYSITELIB}/awscli/examples/iot/list-audit-findings.rst
-${PYSITELIB}/awscli/examples/iot/list-audit-mitigation-actions-executions.rst
-${PYSITELIB}/awscli/examples/iot/list-audit-mitigation-actions-tasks.rst
-${PYSITELIB}/awscli/examples/iot/list-audit-suppressions.rst
-${PYSITELIB}/awscli/examples/iot/list-audit-tasks.rst
-${PYSITELIB}/awscli/examples/iot/list-authorizers.rst
-${PYSITELIB}/awscli/examples/iot/list-billing-groups.rst
-${PYSITELIB}/awscli/examples/iot/list-ca-certificates.rst
-${PYSITELIB}/awscli/examples/iot/list-certificates-by-ca.rst
-${PYSITELIB}/awscli/examples/iot/list-certificates.rst
-${PYSITELIB}/awscli/examples/iot/list-custom-metrics.rst
-${PYSITELIB}/awscli/examples/iot/list-dimensions.rst
-${PYSITELIB}/awscli/examples/iot/list-domain-configurations.rst
-${PYSITELIB}/awscli/examples/iot/list-indices.rst
-${PYSITELIB}/awscli/examples/iot/list-job-executions-for-job.rst
-${PYSITELIB}/awscli/examples/iot/list-job-executions-for-thing.rst
-${PYSITELIB}/awscli/examples/iot/list-jobs.rst
-${PYSITELIB}/awscli/examples/iot/list-mitigation-actions.rst
-${PYSITELIB}/awscli/examples/iot/list-mitigations-actions.rst
-${PYSITELIB}/awscli/examples/iot/list-ota-updates.rst
-${PYSITELIB}/awscli/examples/iot/list-outgoing-certificates.rst
-${PYSITELIB}/awscli/examples/iot/list-policies.rst
-${PYSITELIB}/awscli/examples/iot/list-policy-versions.rst
-${PYSITELIB}/awscli/examples/iot/list-principal-things.rst
-${PYSITELIB}/awscli/examples/iot/list-provisioning-template-versions.rst
-${PYSITELIB}/awscli/examples/iot/list-provisioning-templates.rst
-${PYSITELIB}/awscli/examples/iot/list-role-aliases.rst
-${PYSITELIB}/awscli/examples/iot/list-scheduled-audits.rst
-${PYSITELIB}/awscli/examples/iot/list-security-profiles-for-target.rst
-${PYSITELIB}/awscli/examples/iot/list-security-profiles.rst
-${PYSITELIB}/awscli/examples/iot/list-streams.rst
-${PYSITELIB}/awscli/examples/iot/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/iot/list-targets-for-policy.rst
-${PYSITELIB}/awscli/examples/iot/list-targets-for-security-profile.rst
-${PYSITELIB}/awscli/examples/iot/list-thing-groups-for-thing.rst
-${PYSITELIB}/awscli/examples/iot/list-thing-groups.rst
-${PYSITELIB}/awscli/examples/iot/list-thing-principals.rst
-${PYSITELIB}/awscli/examples/iot/list-thing-types.rst
-${PYSITELIB}/awscli/examples/iot/list-things-in-billing-group.rst
-${PYSITELIB}/awscli/examples/iot/list-things-in-thing-group.rst
-${PYSITELIB}/awscli/examples/iot/list-things.rst
-${PYSITELIB}/awscli/examples/iot/list-topic-rule-destinations.rst
-${PYSITELIB}/awscli/examples/iot/list-topic-rules.rst
-${PYSITELIB}/awscli/examples/iot/list-v2-logging-levels.rst
-${PYSITELIB}/awscli/examples/iot/list-violation-events.rst
-${PYSITELIB}/awscli/examples/iot/register-ca-certificate.rst
-${PYSITELIB}/awscli/examples/iot/register-certificate.rst
-${PYSITELIB}/awscli/examples/iot/register-thing.rst
-${PYSITELIB}/awscli/examples/iot/reject-certificate-transfer.rst
-${PYSITELIB}/awscli/examples/iot/remove-thing-from-billing-group.rst
-${PYSITELIB}/awscli/examples/iot/remove-thing-from-thing-group.rst
-${PYSITELIB}/awscli/examples/iot/replace-topic-rule.rst
-${PYSITELIB}/awscli/examples/iot/search-index.rst
-${PYSITELIB}/awscli/examples/iot/set-default-authorizer.rst
-${PYSITELIB}/awscli/examples/iot/set-default-policy-version.rst
-${PYSITELIB}/awscli/examples/iot/set-v2-logging-level.rst
-${PYSITELIB}/awscli/examples/iot/set-v2-logging-options.rst
-${PYSITELIB}/awscli/examples/iot/start-audit-mitigation-actions-task.rst
-${PYSITELIB}/awscli/examples/iot/start-on-demand-audit-task.rst
-${PYSITELIB}/awscli/examples/iot/tag-resource.rst
-${PYSITELIB}/awscli/examples/iot/test-authorization.rst
-${PYSITELIB}/awscli/examples/iot/test-invoke-authorizer.rst
-${PYSITELIB}/awscli/examples/iot/transfer-certificate.rst
-${PYSITELIB}/awscli/examples/iot/untag-resource.rst
-${PYSITELIB}/awscli/examples/iot/update-account-audit-configuration.rst
-${PYSITELIB}/awscli/examples/iot/update-audit-suppression.rst
-${PYSITELIB}/awscli/examples/iot/update-authorizer.rst
-${PYSITELIB}/awscli/examples/iot/update-billing-group.rst
-${PYSITELIB}/awscli/examples/iot/update-ca-certificate.rst
-${PYSITELIB}/awscli/examples/iot/update-certificate.rst
-${PYSITELIB}/awscli/examples/iot/update-custom-metric.rst
-${PYSITELIB}/awscli/examples/iot/update-dimension.rst
-${PYSITELIB}/awscli/examples/iot/update-domain-configuration.rst
-${PYSITELIB}/awscli/examples/iot/update-dynamic-thing-group.rst
-${PYSITELIB}/awscli/examples/iot/update-event-configurations.rst
-${PYSITELIB}/awscli/examples/iot/update-indexing-configuration.rst
-${PYSITELIB}/awscli/examples/iot/update-job.rst
-${PYSITELIB}/awscli/examples/iot/update-mitigation-action.rst
-${PYSITELIB}/awscli/examples/iot/update-provisioning-template.rst
-${PYSITELIB}/awscli/examples/iot/update-role-alias.rst
-${PYSITELIB}/awscli/examples/iot/update-scheduled-audit.rst
-${PYSITELIB}/awscli/examples/iot/update-security-profile.rst
-${PYSITELIB}/awscli/examples/iot/update-stream.rst
-${PYSITELIB}/awscli/examples/iot/update-thing-group.rst
-${PYSITELIB}/awscli/examples/iot/update-thing-groups-for-thing.rst
-${PYSITELIB}/awscli/examples/iot/update-thing.rst
-${PYSITELIB}/awscli/examples/iot/update-topic-rule-destination.rst
-${PYSITELIB}/awscli/examples/iot/validate-security-profile-behaviors.rst
-${PYSITELIB}/awscli/examples/iotanalytics/batch-put-message.rst
-${PYSITELIB}/awscli/examples/iotanalytics/cancel-pipeline-reprocessing.rst
-${PYSITELIB}/awscli/examples/iotanalytics/create-channel.rst
-${PYSITELIB}/awscli/examples/iotanalytics/create-dataset-content.rst
-${PYSITELIB}/awscli/examples/iotanalytics/create-dataset.rst
-${PYSITELIB}/awscli/examples/iotanalytics/create-datastore.rst
-${PYSITELIB}/awscli/examples/iotanalytics/create-pipeline.rst
-${PYSITELIB}/awscli/examples/iotanalytics/delete-channel.rst
-${PYSITELIB}/awscli/examples/iotanalytics/delete-dataset-content.rst
-${PYSITELIB}/awscli/examples/iotanalytics/delete-dataset.rst
-${PYSITELIB}/awscli/examples/iotanalytics/delete-datastore.rst
-${PYSITELIB}/awscli/examples/iotanalytics/delete-pipeline.rst
-${PYSITELIB}/awscli/examples/iotanalytics/describe-channel.rst
-${PYSITELIB}/awscli/examples/iotanalytics/describe-dataset.rst
-${PYSITELIB}/awscli/examples/iotanalytics/describe-datastore.rst
-${PYSITELIB}/awscli/examples/iotanalytics/describe-logging-options.rst
-${PYSITELIB}/awscli/examples/iotanalytics/describe-pipeline.rst
-${PYSITELIB}/awscli/examples/iotanalytics/get-dataset-content.rst
-${PYSITELIB}/awscli/examples/iotanalytics/list-channels.rst
-${PYSITELIB}/awscli/examples/iotanalytics/list-dataset-contents.rst
-${PYSITELIB}/awscli/examples/iotanalytics/list-datasets.rst
-${PYSITELIB}/awscli/examples/iotanalytics/list-datastores.rst
-${PYSITELIB}/awscli/examples/iotanalytics/list-pipelines.rst
-${PYSITELIB}/awscli/examples/iotanalytics/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/iotanalytics/put-logging-options.rst
-${PYSITELIB}/awscli/examples/iotanalytics/run-pipeline-activity.rst
-${PYSITELIB}/awscli/examples/iotanalytics/sample-channel-data.rst
-${PYSITELIB}/awscli/examples/iotanalytics/start-pipeline-reprocessing.rst
-${PYSITELIB}/awscli/examples/iotanalytics/tag-resource.rst
-${PYSITELIB}/awscli/examples/iotanalytics/untag-resource.rst
-${PYSITELIB}/awscli/examples/iotanalytics/update-channel.rst
-${PYSITELIB}/awscli/examples/iotanalytics/update-dataset.rst
-${PYSITELIB}/awscli/examples/iotanalytics/update-datastore.rst
-${PYSITELIB}/awscli/examples/iotanalytics/update-pipeline.rst
-${PYSITELIB}/awscli/examples/iotdeviceadvisor/create-suite-definition.rst
-${PYSITELIB}/awscli/examples/iotdeviceadvisor/delete-suite-definition.rst
-${PYSITELIB}/awscli/examples/iotdeviceadvisor/get-endpoint.rst
-${PYSITELIB}/awscli/examples/iotdeviceadvisor/get-suite-definition.rst
-${PYSITELIB}/awscli/examples/iotdeviceadvisor/get-suite-run-report.rst
-${PYSITELIB}/awscli/examples/iotdeviceadvisor/get-suite-run.rst
-${PYSITELIB}/awscli/examples/iotdeviceadvisor/list-suite-definitions.rst
-${PYSITELIB}/awscli/examples/iotdeviceadvisor/list-suite-runs.rst
-${PYSITELIB}/awscli/examples/iotdeviceadvisor/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/iotdeviceadvisor/start-suite-run.rst
-${PYSITELIB}/awscli/examples/iotdeviceadvisor/stop-suite-run.rst
-${PYSITELIB}/awscli/examples/iotdeviceadvisor/tag-resource.rst
-${PYSITELIB}/awscli/examples/iotdeviceadvisor/untag-resource.rst
-${PYSITELIB}/awscli/examples/iotdeviceadvisor/update-suite-definition.rst
-${PYSITELIB}/awscli/examples/iotevents-data/batch-put-message.rst
-${PYSITELIB}/awscli/examples/iotevents-data/batch-update-detector.rst
-${PYSITELIB}/awscli/examples/iotevents-data/create-detector-model.rst
-${PYSITELIB}/awscli/examples/iotevents-data/create-input.rst
-${PYSITELIB}/awscli/examples/iotevents-data/delete-detector-model.rst
-${PYSITELIB}/awscli/examples/iotevents-data/delete-input.rst
-${PYSITELIB}/awscli/examples/iotevents-data/describe-detector-model.rst
-${PYSITELIB}/awscli/examples/iotevents-data/describe-detector.rst
-${PYSITELIB}/awscli/examples/iotevents-data/describe-input.rst
-${PYSITELIB}/awscli/examples/iotevents-data/describe-logging-options.rst
-${PYSITELIB}/awscli/examples/iotevents-data/list-detector-model-versions.rst
-${PYSITELIB}/awscli/examples/iotevents-data/list-detector-models.rst
-${PYSITELIB}/awscli/examples/iotevents-data/list-detectors.rst
-${PYSITELIB}/awscli/examples/iotevents-data/list-inputs.rst
-${PYSITELIB}/awscli/examples/iotevents-data/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/iotevents-data/put-logging-options.rst
-${PYSITELIB}/awscli/examples/iotevents-data/tag-resource.rst
-${PYSITELIB}/awscli/examples/iotevents-data/untag-resource.rst
-${PYSITELIB}/awscli/examples/iotevents-data/update-detector-model.rst
-${PYSITELIB}/awscli/examples/iotevents-data/update-input.rst
-${PYSITELIB}/awscli/examples/iotevents/batch-put-message.rst
-${PYSITELIB}/awscli/examples/iotevents/batch-update-detector.rst
-${PYSITELIB}/awscli/examples/iotevents/create-detector-model.rst
-${PYSITELIB}/awscli/examples/iotevents/create-input.rst
-${PYSITELIB}/awscli/examples/iotevents/delete-detector-model.rst
-${PYSITELIB}/awscli/examples/iotevents/delete-input.rst
-${PYSITELIB}/awscli/examples/iotevents/describe-detector-model.rst
-${PYSITELIB}/awscli/examples/iotevents/describe-detector.rst
-${PYSITELIB}/awscli/examples/iotevents/describe-input.rst
-${PYSITELIB}/awscli/examples/iotevents/describe-logging-options.rst
-${PYSITELIB}/awscli/examples/iotevents/list-detector-model-versions.rst
-${PYSITELIB}/awscli/examples/iotevents/list-detector-models.rst
-${PYSITELIB}/awscli/examples/iotevents/list-detectors.rst
-${PYSITELIB}/awscli/examples/iotevents/list-inputs.rst
-${PYSITELIB}/awscli/examples/iotevents/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/iotevents/put-logging-options.rst
-${PYSITELIB}/awscli/examples/iotevents/tag-resource.rst
-${PYSITELIB}/awscli/examples/iotevents/untag-resource.rst
-${PYSITELIB}/awscli/examples/iotevents/update-detector-model.rst
-${PYSITELIB}/awscli/examples/iotevents/update-input.rst
-${PYSITELIB}/awscli/examples/iotsitewise/associate-assets.rst
-${PYSITELIB}/awscli/examples/iotsitewise/batch-associate-project-assets.rst
-${PYSITELIB}/awscli/examples/iotsitewise/batch-disassociate-project-assets.rst
-${PYSITELIB}/awscli/examples/iotsitewise/batch-put-asset-property-value.rst
-${PYSITELIB}/awscli/examples/iotsitewise/create-access-policy.rst
-${PYSITELIB}/awscli/examples/iotsitewise/create-asset-model.rst
-${PYSITELIB}/awscli/examples/iotsitewise/create-asset.rst
-${PYSITELIB}/awscli/examples/iotsitewise/create-dashboard.rst
-${PYSITELIB}/awscli/examples/iotsitewise/create-gateway.rst
-${PYSITELIB}/awscli/examples/iotsitewise/create-portal.rst
-${PYSITELIB}/awscli/examples/iotsitewise/create-project.rst
-${PYSITELIB}/awscli/examples/iotsitewise/delete-access-policy.rst
-${PYSITELIB}/awscli/examples/iotsitewise/delete-asset-model.rst
-${PYSITELIB}/awscli/examples/iotsitewise/delete-asset.rst
-${PYSITELIB}/awscli/examples/iotsitewise/delete-dashboard.rst
-${PYSITELIB}/awscli/examples/iotsitewise/delete-gateway.rst
-${PYSITELIB}/awscli/examples/iotsitewise/delete-portal.rst
-${PYSITELIB}/awscli/examples/iotsitewise/delete-project.rst
-${PYSITELIB}/awscli/examples/iotsitewise/describe-access-policy.rst
-${PYSITELIB}/awscli/examples/iotsitewise/describe-asset-model.rst
-${PYSITELIB}/awscli/examples/iotsitewise/describe-asset-property.rst
-${PYSITELIB}/awscli/examples/iotsitewise/describe-asset.rst
-${PYSITELIB}/awscli/examples/iotsitewise/describe-dashboard.rst
-${PYSITELIB}/awscli/examples/iotsitewise/describe-gateway-capability-configuration.rst
-${PYSITELIB}/awscli/examples/iotsitewise/describe-gateway.rst
-${PYSITELIB}/awscli/examples/iotsitewise/describe-logging-options.rst
-${PYSITELIB}/awscli/examples/iotsitewise/describe-portal.rst
-${PYSITELIB}/awscli/examples/iotsitewise/describe-project.rst
-${PYSITELIB}/awscli/examples/iotsitewise/disassociate-assets.rst
-${PYSITELIB}/awscli/examples/iotsitewise/get-asset-property-aggregates.rst
-${PYSITELIB}/awscli/examples/iotsitewise/get-asset-property-value-history.rst
-${PYSITELIB}/awscli/examples/iotsitewise/get-asset-property-value.rst
-${PYSITELIB}/awscli/examples/iotsitewise/list-access-policies.rst
-${PYSITELIB}/awscli/examples/iotsitewise/list-asset-models.rst
-${PYSITELIB}/awscli/examples/iotsitewise/list-assets.rst
-${PYSITELIB}/awscli/examples/iotsitewise/list-associated-assets.rst
-${PYSITELIB}/awscli/examples/iotsitewise/list-dashboards.rst
-${PYSITELIB}/awscli/examples/iotsitewise/list-gateways.rst
-${PYSITELIB}/awscli/examples/iotsitewise/list-portals.rst
-${PYSITELIB}/awscli/examples/iotsitewise/list-project-assets.rst
-${PYSITELIB}/awscli/examples/iotsitewise/list-projects.rst
-${PYSITELIB}/awscli/examples/iotsitewise/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/iotsitewise/put-logging-options.rst
-${PYSITELIB}/awscli/examples/iotsitewise/tag-resource.rst
-${PYSITELIB}/awscli/examples/iotsitewise/untag-resource.rst
-${PYSITELIB}/awscli/examples/iotsitewise/update-access-policy.rst
-${PYSITELIB}/awscli/examples/iotsitewise/update-asset-model.rst
-${PYSITELIB}/awscli/examples/iotsitewise/update-asset-property.rst
-${PYSITELIB}/awscli/examples/iotsitewise/update-asset.rst
-${PYSITELIB}/awscli/examples/iotsitewise/update-dashboard.rst
-${PYSITELIB}/awscli/examples/iotsitewise/update-gateway-capability-configuration.rst
-${PYSITELIB}/awscli/examples/iotsitewise/update-gateway.rst
-${PYSITELIB}/awscli/examples/iotsitewise/update-portal.rst
-${PYSITELIB}/awscli/examples/iotsitewise/update-project.rst
-${PYSITELIB}/awscli/examples/iotsitewise/wait/asset-active.rst
-${PYSITELIB}/awscli/examples/iotsitewise/wait/asset-model-active.rst
-${PYSITELIB}/awscli/examples/iotsitewise/wait/asset-model-not-exists.rst
-${PYSITELIB}/awscli/examples/iotsitewise/wait/asset-not-exists.rst
-${PYSITELIB}/awscli/examples/iotsitewise/wait/portal-active.rst
-${PYSITELIB}/awscli/examples/iotsitewise/wait/portal-not-exists.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/associate-entity-to-thing.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/create-flow-template.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/create-system-instance.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/create-system-template.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/delete-flow-template.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/delete-namespace.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/delete-system-instance.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/delete-system-template.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/deploy-system-instance.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/deprecate-flow-template.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/deprecate-system-template.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/describe-namespace.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/dissociate-entity-from-thing.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/get-entities.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/get-flow-template-revisions.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/get-flow-template.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/get-namespace-deletion-status.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/get-system-instance.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/get-system-template-revisions.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/get-system-template.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/get-upload-status.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/list-flow-execution-messages.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/search-entities.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/search-flow-executions.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/search-flow-templates.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/search-system-instances.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/search-system-templates.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/search-things.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/tag-resource.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/undeploy-system-instance.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/untag-resource.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/update-flow-template.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/update-system-template.rst
-${PYSITELIB}/awscli/examples/iotthingsgraph/upload-entity-definitions.rst
-${PYSITELIB}/awscli/examples/iotwireless/associate-aws-account-with-partner-account.rst
-${PYSITELIB}/awscli/examples/iotwireless/associate-wireless-device-with-thing.rst
-${PYSITELIB}/awscli/examples/iotwireless/associate-wireless-gateway-with-certificate.rst
-${PYSITELIB}/awscli/examples/iotwireless/associate-wireless-gateway-with-thing.rst
-${PYSITELIB}/awscli/examples/iotwireless/create-destination.rst
-${PYSITELIB}/awscli/examples/iotwireless/create-device-profile.rst
-${PYSITELIB}/awscli/examples/iotwireless/create-service-profile.rst
-${PYSITELIB}/awscli/examples/iotwireless/create-wireless-device.rst
-${PYSITELIB}/awscli/examples/iotwireless/create-wireless-gateway-task-definition.rst
-${PYSITELIB}/awscli/examples/iotwireless/create-wireless-gateway-task.rst
-${PYSITELIB}/awscli/examples/iotwireless/create-wireless-gateway.rst
-${PYSITELIB}/awscli/examples/iotwireless/delete-destination.rst
-${PYSITELIB}/awscli/examples/iotwireless/delete-device-profile.rst
-${PYSITELIB}/awscli/examples/iotwireless/delete-service-profile.rst
-${PYSITELIB}/awscli/examples/iotwireless/delete-wireless-device.rst
-${PYSITELIB}/awscli/examples/iotwireless/delete-wireless-gateway-task-definition.rst
-${PYSITELIB}/awscli/examples/iotwireless/delete-wireless-gateway-task.rst
-${PYSITELIB}/awscli/examples/iotwireless/delete-wireless-gateway.rst
-${PYSITELIB}/awscli/examples/iotwireless/disassociate-aws-account-from-partner-account.rst
-${PYSITELIB}/awscli/examples/iotwireless/disassociate-wireless-device-from-thing.rst
-${PYSITELIB}/awscli/examples/iotwireless/disassociate-wireless-gateway-from-certificate.rst
-${PYSITELIB}/awscli/examples/iotwireless/disassociate-wireless-gateway-from-thing.rst
-${PYSITELIB}/awscli/examples/iotwireless/get-destination.rst
-${PYSITELIB}/awscli/examples/iotwireless/get-device-profile.rst
-${PYSITELIB}/awscli/examples/iotwireless/get-partner-account.rst
-${PYSITELIB}/awscli/examples/iotwireless/get-service-endpoint.rst
-${PYSITELIB}/awscli/examples/iotwireless/get-service-profile.rst
-${PYSITELIB}/awscli/examples/iotwireless/get-wireless-device-statistics.rst
-${PYSITELIB}/awscli/examples/iotwireless/get-wireless-device.rst
-${PYSITELIB}/awscli/examples/iotwireless/get-wireless-gateway-certificate.rst
-${PYSITELIB}/awscli/examples/iotwireless/get-wireless-gateway-firmware-information.rst
-${PYSITELIB}/awscli/examples/iotwireless/get-wireless-gateway-statistics.rst
-${PYSITELIB}/awscli/examples/iotwireless/get-wireless-gateway-task-definition.rst
-${PYSITELIB}/awscli/examples/iotwireless/get-wireless-gateway-task.rst
-${PYSITELIB}/awscli/examples/iotwireless/get-wireless-gateway.rst
-${PYSITELIB}/awscli/examples/iotwireless/list-destinations.rst
-${PYSITELIB}/awscli/examples/iotwireless/list-device-profiles.rst
-${PYSITELIB}/awscli/examples/iotwireless/list-partner-accounts.rst
-${PYSITELIB}/awscli/examples/iotwireless/list-service-profiles.rst
-${PYSITELIB}/awscli/examples/iotwireless/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/iotwireless/list-wireless-devices.rst
-${PYSITELIB}/awscli/examples/iotwireless/list-wireless-gateway-task-definitions.rst
-${PYSITELIB}/awscli/examples/iotwireless/list-wireless-gateways.rst
-${PYSITELIB}/awscli/examples/iotwireless/send-data-to-wireless-device.rst
-${PYSITELIB}/awscli/examples/iotwireless/tag-resource.rst
-${PYSITELIB}/awscli/examples/iotwireless/test-wireless-device.rst
-${PYSITELIB}/awscli/examples/iotwireless/untag-resource.rst
-${PYSITELIB}/awscli/examples/iotwireless/update-destination.rst
-${PYSITELIB}/awscli/examples/iotwireless/update-partner-account.rst
-${PYSITELIB}/awscli/examples/iotwireless/update-wireless-device.rst
-${PYSITELIB}/awscli/examples/iotwireless/update-wireless-gateway.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/create-encoder-configuration.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/create-ingest-configuration.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/create-participant-token.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/create-stage.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/create-storage-configuration.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/delete-encoder-configuration.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/delete-ingest-configuration.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/delete-public-key.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/delete-stage.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/delete-storage-configuration.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/disconnect-participant.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/get-composition.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/get-encoder-configuration.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/get-ingest-configuration.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/get-participant.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/get-public-key.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/get-stage-session.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/get-stage.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/get-storage-configuration.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/import-public-key.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/list-compositions.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/list-encoder-configurations.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/list-ingest-configurations.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/list-participant-events.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/list-participant-replicas.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/list-participants.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/list-public-keys.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/list-stage-sessions.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/list-stages.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/list-storage-configurations.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/start-composition.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/start-participant-replication.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/stop-composition.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/stop-participant-replication.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/update-ingest-configuration.rst
-${PYSITELIB}/awscli/examples/ivs-realtime/update-stage.rst
-${PYSITELIB}/awscli/examples/ivs/batch-get-channel.rst
-${PYSITELIB}/awscli/examples/ivs/batch-get-stream-key.rst
-${PYSITELIB}/awscli/examples/ivs/batch-start-viewer-session-revocation.rst
-${PYSITELIB}/awscli/examples/ivs/create-channel.rst
-${PYSITELIB}/awscli/examples/ivs/create-playback-restriction-policy.rst
-${PYSITELIB}/awscli/examples/ivs/create-recording-configuration.rst
-${PYSITELIB}/awscli/examples/ivs/create-stream-key.rst
-${PYSITELIB}/awscli/examples/ivs/delete-channel.rst
-${PYSITELIB}/awscli/examples/ivs/delete-playback-key-pair.rst
-${PYSITELIB}/awscli/examples/ivs/delete-playback-restriction-policy.rst
-${PYSITELIB}/awscli/examples/ivs/delete-recording-configuration.rst
-${PYSITELIB}/awscli/examples/ivs/delete-stream-key.rst
-${PYSITELIB}/awscli/examples/ivs/get-channel.rst
-${PYSITELIB}/awscli/examples/ivs/get-playback-key-pair.rst
-${PYSITELIB}/awscli/examples/ivs/get-playback-restriction-policy.rst
-${PYSITELIB}/awscli/examples/ivs/get-recording-configuration.rst
-${PYSITELIB}/awscli/examples/ivs/get-stream-key.rst
-${PYSITELIB}/awscli/examples/ivs/get-stream-session.rst
-${PYSITELIB}/awscli/examples/ivs/get-stream.rst
-${PYSITELIB}/awscli/examples/ivs/import-playback-key-pair.rst
-${PYSITELIB}/awscli/examples/ivs/list-channels.rst
-${PYSITELIB}/awscli/examples/ivs/list-playback-key-pairs.rst
-${PYSITELIB}/awscli/examples/ivs/list-playback-restriction-policies.rst
-${PYSITELIB}/awscli/examples/ivs/list-recording-configurations.rst
-${PYSITELIB}/awscli/examples/ivs/list-stream-keys.rst
-${PYSITELIB}/awscli/examples/ivs/list-stream-sessions.rst
-${PYSITELIB}/awscli/examples/ivs/list-streams.rst
-${PYSITELIB}/awscli/examples/ivs/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/ivs/put-metadata.rst
-${PYSITELIB}/awscli/examples/ivs/start-viewer-session-revocation.rst
-${PYSITELIB}/awscli/examples/ivs/stop-stream.rst
-${PYSITELIB}/awscli/examples/ivs/tag-resource.rst
-${PYSITELIB}/awscli/examples/ivs/untag-resource.rst
-${PYSITELIB}/awscli/examples/ivs/update-channel.rst
-${PYSITELIB}/awscli/examples/ivs/update-playback-restriction-policy.rst
-${PYSITELIB}/awscli/examples/ivschat/create-chat-token.rst
-${PYSITELIB}/awscli/examples/ivschat/create-logging-configuration.rst
-${PYSITELIB}/awscli/examples/ivschat/create-room.rst
-${PYSITELIB}/awscli/examples/ivschat/delete-logging-configuration.rst
-${PYSITELIB}/awscli/examples/ivschat/delete-message.rst
-${PYSITELIB}/awscli/examples/ivschat/delete-room.rst
-${PYSITELIB}/awscli/examples/ivschat/disconnect-user.rst
-${PYSITELIB}/awscli/examples/ivschat/get-logging-configuration.rst
-${PYSITELIB}/awscli/examples/ivschat/get-room.rst
-${PYSITELIB}/awscli/examples/ivschat/list-logging-configurations.rst
-${PYSITELIB}/awscli/examples/ivschat/list-rooms.rst
-${PYSITELIB}/awscli/examples/ivschat/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/ivschat/send-event.rst
-${PYSITELIB}/awscli/examples/ivschat/tag-resource.rst
-${PYSITELIB}/awscli/examples/ivschat/untag-resource.rst
-${PYSITELIB}/awscli/examples/ivschat/update-logging-configuration.rst
-${PYSITELIB}/awscli/examples/ivschat/update-room.rst
-${PYSITELIB}/awscli/examples/kafka/create-cluster.rst
-${PYSITELIB}/awscli/examples/kafka/create-configuration.rst
-${PYSITELIB}/awscli/examples/kafka/describe-cluster.rst
-${PYSITELIB}/awscli/examples/kafka/get-bootstrap-brokers.rst
-${PYSITELIB}/awscli/examples/kafka/list-clusters.rst
-${PYSITELIB}/awscli/examples/kafka/update-broker-storage.rst
-${PYSITELIB}/awscli/examples/kafka/update-cluster-configuration.rst
-${PYSITELIB}/awscli/examples/kendra/create-data-source.rst
-${PYSITELIB}/awscli/examples/kendra/create-index.rst
-${PYSITELIB}/awscli/examples/kendra/describe-data-source.rst
-${PYSITELIB}/awscli/examples/kendra/describe-index.rst
-${PYSITELIB}/awscli/examples/kendra/update-data-source.rst
-${PYSITELIB}/awscli/examples/kendra/update-index.rst
-${PYSITELIB}/awscli/examples/kinesis/add-tags-to-stream.rst
-${PYSITELIB}/awscli/examples/kinesis/create-stream.rst
-${PYSITELIB}/awscli/examples/kinesis/decrease-stream-retention-period.rst
-${PYSITELIB}/awscli/examples/kinesis/delete-stream.rst
-${PYSITELIB}/awscli/examples/kinesis/deregister-stream-consumer.rst
-${PYSITELIB}/awscli/examples/kinesis/describe-limits.rst
-${PYSITELIB}/awscli/examples/kinesis/describe-stream-consumer.rst
-${PYSITELIB}/awscli/examples/kinesis/describe-stream-summary.rst
-${PYSITELIB}/awscli/examples/kinesis/describe-stream.rst
-${PYSITELIB}/awscli/examples/kinesis/disable-enhanced-monitoring.rst
-${PYSITELIB}/awscli/examples/kinesis/enable-enhanced-monitoring.rst
-${PYSITELIB}/awscli/examples/kinesis/get-records.rst
-${PYSITELIB}/awscli/examples/kinesis/get-shard-iterator.rst
-${PYSITELIB}/awscli/examples/kinesis/increase-stream-retention-period.rst
-${PYSITELIB}/awscli/examples/kinesis/list-shards.rst
-${PYSITELIB}/awscli/examples/kinesis/list-streams.rst
-${PYSITELIB}/awscli/examples/kinesis/list-tags-for-stream.rst
-${PYSITELIB}/awscli/examples/kinesis/merge-shards.rst
-${PYSITELIB}/awscli/examples/kinesis/put-record.rst
-${PYSITELIB}/awscli/examples/kinesis/put-records.rst
-${PYSITELIB}/awscli/examples/kinesis/register-stream-consumer.rst
-${PYSITELIB}/awscli/examples/kinesis/remove-tags-from-stream.rst
-${PYSITELIB}/awscli/examples/kinesis/split-shard.rst
-${PYSITELIB}/awscli/examples/kinesis/start-stream-encryption.rst
-${PYSITELIB}/awscli/examples/kinesis/stop-stream-encryption.rst
-${PYSITELIB}/awscli/examples/kinesis/update-shard-count.rst
-${PYSITELIB}/awscli/examples/kms/cancel-key-deletion.rst
-${PYSITELIB}/awscli/examples/kms/connect-custom-key-store.rst
-${PYSITELIB}/awscli/examples/kms/create-alias.rst
-${PYSITELIB}/awscli/examples/kms/create-custom-key-store.rst
-${PYSITELIB}/awscli/examples/kms/create-grant.rst
-${PYSITELIB}/awscli/examples/kms/create-key.rst
-${PYSITELIB}/awscli/examples/kms/decrypt.rst
-${PYSITELIB}/awscli/examples/kms/delete-alias.rst
-${PYSITELIB}/awscli/examples/kms/delete-custom-key-store.rst
-${PYSITELIB}/awscli/examples/kms/delete-imported-key-material.rst
-${PYSITELIB}/awscli/examples/kms/derive-shared-secret.rst
-${PYSITELIB}/awscli/examples/kms/describe-custom-key-stores.rst
-${PYSITELIB}/awscli/examples/kms/describe-key.rst
-${PYSITELIB}/awscli/examples/kms/disable-key-rotation.rst
-${PYSITELIB}/awscli/examples/kms/disable-key.rst
-${PYSITELIB}/awscli/examples/kms/disconnect-custom-key-store.rst
-${PYSITELIB}/awscli/examples/kms/enable-key-rotation.rst
-${PYSITELIB}/awscli/examples/kms/enable-key.rst
-${PYSITELIB}/awscli/examples/kms/encrypt.rst
-${PYSITELIB}/awscli/examples/kms/generate-data-key-pair-without-plaintext.rst
-${PYSITELIB}/awscli/examples/kms/generate-data-key-pair.rst
-${PYSITELIB}/awscli/examples/kms/generate-data-key-without-plaintext.rst
-${PYSITELIB}/awscli/examples/kms/generate-data-key.rst
-${PYSITELIB}/awscli/examples/kms/generate-mac.rst
-${PYSITELIB}/awscli/examples/kms/generate-random.rst
-${PYSITELIB}/awscli/examples/kms/get-key-policy.rst
-${PYSITELIB}/awscli/examples/kms/get-key-rotation-status.rst
-${PYSITELIB}/awscli/examples/kms/get-parameters-for-import.rst
-${PYSITELIB}/awscli/examples/kms/get-public-key.rst
-${PYSITELIB}/awscli/examples/kms/import-key-material.rst
-${PYSITELIB}/awscli/examples/kms/list-aliases.rst
-${PYSITELIB}/awscli/examples/kms/list-grants.rst
-${PYSITELIB}/awscli/examples/kms/list-key-policies.rst
-${PYSITELIB}/awscli/examples/kms/list-key-rotations.rst
-${PYSITELIB}/awscli/examples/kms/list-keys.rst
-${PYSITELIB}/awscli/examples/kms/list-resource-tags.rst
-${PYSITELIB}/awscli/examples/kms/list-retirable-grants.rst
-${PYSITELIB}/awscli/examples/kms/put-key-policy.rst
-${PYSITELIB}/awscli/examples/kms/re-encrypt.rst
-${PYSITELIB}/awscli/examples/kms/retire-grant.rst
-${PYSITELIB}/awscli/examples/kms/revoke-grant.rst
-${PYSITELIB}/awscli/examples/kms/rotate-key-on-demand.rst
-${PYSITELIB}/awscli/examples/kms/schedule-key-deletion.rst
-${PYSITELIB}/awscli/examples/kms/sign.rst
-${PYSITELIB}/awscli/examples/kms/tag-resource.rst
-${PYSITELIB}/awscli/examples/kms/untag-resource.rst
-${PYSITELIB}/awscli/examples/kms/update-alias.rst
-${PYSITELIB}/awscli/examples/kms/update-custom-key-store.rst
-${PYSITELIB}/awscli/examples/kms/update-key-description.rst
-${PYSITELIB}/awscli/examples/kms/verify-mac.rst
-${PYSITELIB}/awscli/examples/kms/verify.rst
-${PYSITELIB}/awscli/examples/lakeformation/add-lf-tags-to-resource.rst
-${PYSITELIB}/awscli/examples/lakeformation/batch-grant-permissions.rst
-${PYSITELIB}/awscli/examples/lakeformation/batch-revoke-permissions.rst
-${PYSITELIB}/awscli/examples/lakeformation/cancel-transaction.rst
-${PYSITELIB}/awscli/examples/lakeformation/commit-transaction.rst
-${PYSITELIB}/awscli/examples/lakeformation/create-data-cells-filter.rst
-${PYSITELIB}/awscli/examples/lakeformation/create-lf-tag.rst
-${PYSITELIB}/awscli/examples/lakeformation/delete-data-cells-filter.rst
-${PYSITELIB}/awscli/examples/lakeformation/delete-lf-tag.rst
-${PYSITELIB}/awscli/examples/lakeformation/delete-objects-on-cancel.rst
-${PYSITELIB}/awscli/examples/lakeformation/deregister-resource.rst
-${PYSITELIB}/awscli/examples/lakeformation/describe-transaction.rst
-${PYSITELIB}/awscli/examples/lakeformation/extend-transaction.rst
-${PYSITELIB}/awscli/examples/lakeformation/get-data-lake-settings.rst
-${PYSITELIB}/awscli/examples/lakeformation/get-effective-permissions-for-path.rst
-${PYSITELIB}/awscli/examples/lakeformation/get-lf-tag.rst
-${PYSITELIB}/awscli/examples/lakeformation/get-query-state.rst
-${PYSITELIB}/awscli/examples/lakeformation/get-query-statistics.rst
-${PYSITELIB}/awscli/examples/lakeformation/get-resource-lf-tags.rst
-${PYSITELIB}/awscli/examples/lakeformation/get-table-objects.rst
-${PYSITELIB}/awscli/examples/lakeformation/get-work-unit-results.rst
-${PYSITELIB}/awscli/examples/lakeformation/get-work-units.rst
-${PYSITELIB}/awscli/examples/lakeformation/grant-permissions.rst
-${PYSITELIB}/awscli/examples/lakeformation/list-data-cells-filter.rst
-${PYSITELIB}/awscli/examples/lakeformation/list-permissions.rst
-${PYSITELIB}/awscli/examples/lakeformation/list-resources.rst
-${PYSITELIB}/awscli/examples/lakeformation/list-transactions.rst
-${PYSITELIB}/awscli/examples/lakeformation/put-data-lake-settings.rst
-${PYSITELIB}/awscli/examples/lakeformation/register-resource.rst
-${PYSITELIB}/awscli/examples/lakeformation/remove-lf-tags-from-resource.rst
-${PYSITELIB}/awscli/examples/lakeformation/revoke-permissions.rst
-${PYSITELIB}/awscli/examples/lakeformation/search-databases-by-lf-tags.rst
-${PYSITELIB}/awscli/examples/lakeformation/search-tables-by-lf-tags.rst
-${PYSITELIB}/awscli/examples/lakeformation/start-query-planning.rst
-${PYSITELIB}/awscli/examples/lakeformation/start-transaction.rst
-${PYSITELIB}/awscli/examples/lakeformation/update-lf-tag.rst
-${PYSITELIB}/awscli/examples/lakeformation/update-table-objects.rst
-${PYSITELIB}/awscli/examples/lambda/add-layer-version-permission.rst
-${PYSITELIB}/awscli/examples/lambda/add-permission.rst
-${PYSITELIB}/awscli/examples/lambda/create-alias.rst
-${PYSITELIB}/awscli/examples/lambda/create-event-source-mapping.rst
-${PYSITELIB}/awscli/examples/lambda/create-function.rst
-${PYSITELIB}/awscli/examples/lambda/delete-alias.rst
-${PYSITELIB}/awscli/examples/lambda/delete-event-source-mapping.rst
-${PYSITELIB}/awscli/examples/lambda/delete-function-concurrency.rst
-${PYSITELIB}/awscli/examples/lambda/delete-function-event-invoke-config.rst
-${PYSITELIB}/awscli/examples/lambda/delete-function.rst
-${PYSITELIB}/awscli/examples/lambda/delete-layer-version.rst
-${PYSITELIB}/awscli/examples/lambda/delete-provisioned-concurrency-config.rst
-${PYSITELIB}/awscli/examples/lambda/get-account-settings.rst
-${PYSITELIB}/awscli/examples/lambda/get-alias.rst
-${PYSITELIB}/awscli/examples/lambda/get-event-source-mapping.rst
-${PYSITELIB}/awscli/examples/lambda/get-function-concurrency.rst
-${PYSITELIB}/awscli/examples/lambda/get-function-configuration.rst
-${PYSITELIB}/awscli/examples/lambda/get-function-event-invoke-config.rst
-${PYSITELIB}/awscli/examples/lambda/get-function.rst
-${PYSITELIB}/awscli/examples/lambda/get-layer-version-by-arn.rst
-${PYSITELIB}/awscli/examples/lambda/get-layer-version-policy.rst
-${PYSITELIB}/awscli/examples/lambda/get-layer-version.rst
-${PYSITELIB}/awscli/examples/lambda/get-policy.rst
-${PYSITELIB}/awscli/examples/lambda/get-provisioned-concurrency-config.rst
-${PYSITELIB}/awscli/examples/lambda/invoke.rst
-${PYSITELIB}/awscli/examples/lambda/list-aliases.rst
-${PYSITELIB}/awscli/examples/lambda/list-event-source-mappings.rst
-${PYSITELIB}/awscli/examples/lambda/list-function-event-invoke-configs.rst
-${PYSITELIB}/awscli/examples/lambda/list-functions.rst
-${PYSITELIB}/awscli/examples/lambda/list-layer-versions.rst
-${PYSITELIB}/awscli/examples/lambda/list-layers.rst
-${PYSITELIB}/awscli/examples/lambda/list-provisioned-concurrency-configs.rst
-${PYSITELIB}/awscli/examples/lambda/list-tags.rst
-${PYSITELIB}/awscli/examples/lambda/list-versions-by-function.rst
-${PYSITELIB}/awscli/examples/lambda/publish-layer-version.rst
-${PYSITELIB}/awscli/examples/lambda/publish-version.rst
-${PYSITELIB}/awscli/examples/lambda/put-function-concurrency.rst
-${PYSITELIB}/awscli/examples/lambda/put-function-event-invoke-config.rst
-${PYSITELIB}/awscli/examples/lambda/put-provisioned-concurrency-config.rst
-${PYSITELIB}/awscli/examples/lambda/remove-layer-version-permission.rst
-${PYSITELIB}/awscli/examples/lambda/remove-permission.rst
-${PYSITELIB}/awscli/examples/lambda/tag-resource.rst
-${PYSITELIB}/awscli/examples/lambda/untag-resource.rst
-${PYSITELIB}/awscli/examples/lambda/update-alias.rst
-${PYSITELIB}/awscli/examples/lambda/update-event-source-mapping.rst
-${PYSITELIB}/awscli/examples/lambda/update-function-code.rst
-${PYSITELIB}/awscli/examples/lambda/update-function-configuration.rst
-${PYSITELIB}/awscli/examples/lambda/update-function-event-invoke-config.rst
-${PYSITELIB}/awscli/examples/license-manager/create-license-configuration.rst
-${PYSITELIB}/awscli/examples/license-manager/delete-license-configuration.rst
-${PYSITELIB}/awscli/examples/license-manager/get-license-configuration.rst
-${PYSITELIB}/awscli/examples/license-manager/get-service-settings.rst
-${PYSITELIB}/awscli/examples/license-manager/list-associations-for-license-configuration.rst
-${PYSITELIB}/awscli/examples/license-manager/list-license-configurations.rst
-${PYSITELIB}/awscli/examples/license-manager/list-license-specifications-for-resource.rst
-${PYSITELIB}/awscli/examples/license-manager/list-resource-inventory.rst
-${PYSITELIB}/awscli/examples/license-manager/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/license-manager/list-usage-for-license-configuration.rst
-${PYSITELIB}/awscli/examples/license-manager/tag-resource.rst
-${PYSITELIB}/awscli/examples/license-manager/untag-resource.rst
-${PYSITELIB}/awscli/examples/license-manager/update-license-configuration.rst
-${PYSITELIB}/awscli/examples/license-manager/update-license-specifications-for-resource.rst
-${PYSITELIB}/awscli/examples/license-manager/update-service-settings.rst
-${PYSITELIB}/awscli/examples/lightsail/allocate-static-ip.rst
-${PYSITELIB}/awscli/examples/lightsail/attach-disk.rst
-${PYSITELIB}/awscli/examples/lightsail/attach-instances-to-load-balancer.rst
-${PYSITELIB}/awscli/examples/lightsail/attach-load-balancer-tls-certificate.rst
-${PYSITELIB}/awscli/examples/lightsail/attach-static-ip.rst
-${PYSITELIB}/awscli/examples/lightsail/close-instance-public-ports.rst
-${PYSITELIB}/awscli/examples/lightsail/copy-snapshot.rst
-${PYSITELIB}/awscli/examples/lightsail/create-disk-from-snapshot.rst
-${PYSITELIB}/awscli/examples/lightsail/create-disk-snapshot.rst
-${PYSITELIB}/awscli/examples/lightsail/create-disk.rst
-${PYSITELIB}/awscli/examples/lightsail/create-domain-entry.rst
-${PYSITELIB}/awscli/examples/lightsail/create-domain.rst
-${PYSITELIB}/awscli/examples/lightsail/create-instance-snapshot.rst
-${PYSITELIB}/awscli/examples/lightsail/create-instances-from-snapshot.rst
-${PYSITELIB}/awscli/examples/lightsail/create-instances.rst
-${PYSITELIB}/awscli/examples/lightsail/create-key-pair.rst
-${PYSITELIB}/awscli/examples/lightsail/create-load-balancer-tls-certificate.rst
-${PYSITELIB}/awscli/examples/lightsail/create-load-balancer.rst
-${PYSITELIB}/awscli/examples/lightsail/create-relational-database-from-snapshot.rst
-${PYSITELIB}/awscli/examples/lightsail/create-relational-database-snapshot.rst
-${PYSITELIB}/awscli/examples/lightsail/create-relational-database.rst
-${PYSITELIB}/awscli/examples/lightsail/delete-auto-snapshot.rst
-${PYSITELIB}/awscli/examples/lightsail/delete-disk-snapshot.rst
-${PYSITELIB}/awscli/examples/lightsail/delete-disk.rst
-${PYSITELIB}/awscli/examples/lightsail/delete-domain-entry.rst
-${PYSITELIB}/awscli/examples/lightsail/delete-domain.rst
-${PYSITELIB}/awscli/examples/lightsail/delete-instance-snapshot.rst
-${PYSITELIB}/awscli/examples/lightsail/delete-instance.rst
-${PYSITELIB}/awscli/examples/lightsail/delete-key-pair.rst
-${PYSITELIB}/awscli/examples/lightsail/delete-known-host-keys.rst
-${PYSITELIB}/awscli/examples/lightsail/delete-load-balancer-tls-certificate.rst
-${PYSITELIB}/awscli/examples/lightsail/delete-load-balancer.rst
-${PYSITELIB}/awscli/examples/lightsail/delete-relational-database-snapshot.rst
-${PYSITELIB}/awscli/examples/lightsail/delete-relational-database.rst
-${PYSITELIB}/awscli/examples/lightsail/detach-static-ip.rst
-${PYSITELIB}/awscli/examples/lightsail/get-active-names.rst
-${PYSITELIB}/awscli/examples/lightsail/get-auto-snapshots.rst
-${PYSITELIB}/awscli/examples/lightsail/get-blueprints.rst
-${PYSITELIB}/awscli/examples/lightsail/get-bundles.rst
-${PYSITELIB}/awscli/examples/lightsail/get-cloud-formation-stack-records.rst
-${PYSITELIB}/awscli/examples/lightsail/get-disk-snapshot.rst
-${PYSITELIB}/awscli/examples/lightsail/get-disk-snapshots.rst
-${PYSITELIB}/awscli/examples/lightsail/get-disk.rst
-${PYSITELIB}/awscli/examples/lightsail/get-disks.rst
-${PYSITELIB}/awscli/examples/lightsail/get-domain.rst
-${PYSITELIB}/awscli/examples/lightsail/get-domains.rst
-${PYSITELIB}/awscli/examples/lightsail/get-export-snapshot-record.rst
-${PYSITELIB}/awscli/examples/lightsail/get-instance-access-details.rst
-${PYSITELIB}/awscli/examples/lightsail/get-instance-metric-data.rst
-${PYSITELIB}/awscli/examples/lightsail/get-instance-port-states.rst
-${PYSITELIB}/awscli/examples/lightsail/get-instance-snapshot.rst
-${PYSITELIB}/awscli/examples/lightsail/get-instance-snapshots.rst
-${PYSITELIB}/awscli/examples/lightsail/get-instance-state.rst
-${PYSITELIB}/awscli/examples/lightsail/get-instance.rst
-${PYSITELIB}/awscli/examples/lightsail/get-instances.rst
-${PYSITELIB}/awscli/examples/lightsail/get-key-pair.rst
-${PYSITELIB}/awscli/examples/lightsail/get-key-pairs.rst
-${PYSITELIB}/awscli/examples/lightsail/get-load-balancer-tls-certificates.rst
-${PYSITELIB}/awscli/examples/lightsail/get-load-balancer.rst
-${PYSITELIB}/awscli/examples/lightsail/get-load-balancers.rst
-${PYSITELIB}/awscli/examples/lightsail/get-operation.rst
-${PYSITELIB}/awscli/examples/lightsail/get-operations-for-resource.rst
-${PYSITELIB}/awscli/examples/lightsail/get-operations.rst
-${PYSITELIB}/awscli/examples/lightsail/get-regions.rst
-${PYSITELIB}/awscli/examples/lightsail/get-relational-database-blueprints.rst
-${PYSITELIB}/awscli/examples/lightsail/get-relational-database-bundles.rst
-${PYSITELIB}/awscli/examples/lightsail/get-relational-database-events.rst
-${PYSITELIB}/awscli/examples/lightsail/get-relational-database-log-events.rst
-${PYSITELIB}/awscli/examples/lightsail/get-relational-database-log-streams.rst
-${PYSITELIB}/awscli/examples/lightsail/get-relational-database-master-user-password.rst
-${PYSITELIB}/awscli/examples/lightsail/get-relational-database-metric-data.rst
-${PYSITELIB}/awscli/examples/lightsail/get-relational-database-parameters.rst
-${PYSITELIB}/awscli/examples/lightsail/get-relational-database-snapshot.rst
-${PYSITELIB}/awscli/examples/lightsail/get-relational-database-snapshots.rst
-${PYSITELIB}/awscli/examples/lightsail/get-relational-database.rst
-${PYSITELIB}/awscli/examples/lightsail/get-relational-databases.rst
-${PYSITELIB}/awscli/examples/lightsail/get-static-ip.rst
-${PYSITELIB}/awscli/examples/lightsail/get-static-ips.rst
-${PYSITELIB}/awscli/examples/lightsail/is-vpc-peered.rst
-${PYSITELIB}/awscli/examples/lightsail/open-instance-public-ports.rst
-${PYSITELIB}/awscli/examples/lightsail/peer-vpc.rst
-${PYSITELIB}/awscli/examples/lightsail/reboot-instance.rst
-${PYSITELIB}/awscli/examples/lightsail/reboot-relational-database.rst
-${PYSITELIB}/awscli/examples/lightsail/release-static-ip.rst
-${PYSITELIB}/awscli/examples/lightsail/start-instance.rst
-${PYSITELIB}/awscli/examples/lightsail/start-relational-database.rst
-${PYSITELIB}/awscli/examples/lightsail/stop-instance.rst
-${PYSITELIB}/awscli/examples/lightsail/stop-relational-database.rst
-${PYSITELIB}/awscli/examples/lightsail/unpeer-vpc.rst
-${PYSITELIB}/awscli/examples/logs/create-log-group.rst
-${PYSITELIB}/awscli/examples/logs/create-log-stream.rst
-${PYSITELIB}/awscli/examples/logs/delete-log-group.rst
-${PYSITELIB}/awscli/examples/logs/delete-log-stream.rst
-${PYSITELIB}/awscli/examples/logs/delete-retention-policy.rst
-${PYSITELIB}/awscli/examples/logs/describe-log-groups.rst
-${PYSITELIB}/awscli/examples/logs/describe-log-streams.rst
-${PYSITELIB}/awscli/examples/logs/get-log-events.rst
-${PYSITELIB}/awscli/examples/logs/put-log-events.rst
-${PYSITELIB}/awscli/examples/logs/put-retention-policy.rst
-${PYSITELIB}/awscli/examples/logs/start-live-tail.rst
-${PYSITELIB}/awscli/examples/macie2/describe-buckets.rst
-${PYSITELIB}/awscli/examples/mediaconnect/add-flow-outputs.rst
-${PYSITELIB}/awscli/examples/mediaconnect/create-flow.rst
-${PYSITELIB}/awscli/examples/mediaconnect/delete-flow.rst
-${PYSITELIB}/awscli/examples/mediaconnect/describe-flow.rst
-${PYSITELIB}/awscli/examples/mediaconnect/grant-flow-entitlements.rst
-${PYSITELIB}/awscli/examples/mediaconnect/list-entitlements.rst
-${PYSITELIB}/awscli/examples/mediaconnect/list-flows.rst
-${PYSITELIB}/awscli/examples/mediaconnect/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/mediaconnect/remove-flow-output.rst
-${PYSITELIB}/awscli/examples/mediaconnect/revoke-flow-entitlement.rst
-${PYSITELIB}/awscli/examples/mediaconnect/start-flow.rst
-${PYSITELIB}/awscli/examples/mediaconnect/stop-flow.rst
-${PYSITELIB}/awscli/examples/mediaconnect/tag-resource.rst
-${PYSITELIB}/awscli/examples/mediaconnect/untag-resource.rst
-${PYSITELIB}/awscli/examples/mediaconnect/update-flow-entitlement.rst
-${PYSITELIB}/awscli/examples/mediaconnect/update-flow-output.rst
-${PYSITELIB}/awscli/examples/mediaconnect/update-flow-source.rst
-${PYSITELIB}/awscli/examples/mediaconvert/cancel-job.rst
-${PYSITELIB}/awscli/examples/mediaconvert/create-job-template.rst
-${PYSITELIB}/awscli/examples/mediaconvert/create-job.rst
-${PYSITELIB}/awscli/examples/mediaconvert/create-preset.rst
-${PYSITELIB}/awscli/examples/mediaconvert/create-queue.rst
-${PYSITELIB}/awscli/examples/mediaconvert/delete-job-template.rst
-${PYSITELIB}/awscli/examples/mediaconvert/delete-preset.rst
-${PYSITELIB}/awscli/examples/mediaconvert/delete-queue.rst
-${PYSITELIB}/awscli/examples/mediaconvert/describe-endpoints.rst
-${PYSITELIB}/awscli/examples/mediaconvert/get-job-template.rst
-${PYSITELIB}/awscli/examples/mediaconvert/get-job.rst
-${PYSITELIB}/awscli/examples/mediaconvert/get-preset.rst
-${PYSITELIB}/awscli/examples/mediaconvert/get-queue.rst
-${PYSITELIB}/awscli/examples/mediaconvert/list-job-templates.rst
-${PYSITELIB}/awscli/examples/mediaconvert/list-jobs.rst
-${PYSITELIB}/awscli/examples/mediaconvert/list-presets.rst
-${PYSITELIB}/awscli/examples/mediaconvert/list-queues.rst
-${PYSITELIB}/awscli/examples/mediaconvert/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/mediaconvert/update-job-template.rst
-${PYSITELIB}/awscli/examples/mediaconvert/update-preset.rst
-${PYSITELIB}/awscli/examples/mediaconvert/update-queue.rst
-${PYSITELIB}/awscli/examples/medialive/create-channel.rst
-${PYSITELIB}/awscli/examples/medialive/create-input.rst
-${PYSITELIB}/awscli/examples/mediapackage-vod/create-asset.rst
-${PYSITELIB}/awscli/examples/mediapackage-vod/create-packaging-configuration.rst
-${PYSITELIB}/awscli/examples/mediapackage-vod/create-packaging-group.rst
-${PYSITELIB}/awscli/examples/mediapackage-vod/delete-asset.rst
-${PYSITELIB}/awscli/examples/mediapackage-vod/delete-packaging-configuration.rst
-${PYSITELIB}/awscli/examples/mediapackage-vod/delete-packaging-group.rst
-${PYSITELIB}/awscli/examples/mediapackage-vod/describe-asset.rst
-${PYSITELIB}/awscli/examples/mediapackage-vod/describe-packaging-configuration.rst
-${PYSITELIB}/awscli/examples/mediapackage-vod/describe-packaging-group.rst
-${PYSITELIB}/awscli/examples/mediapackage-vod/list-assets.rst
-${PYSITELIB}/awscli/examples/mediapackage-vod/list-packaging-configurations.rst
-${PYSITELIB}/awscli/examples/mediapackage-vod/list-packaging-groups.rst
-${PYSITELIB}/awscli/examples/mediapackage/create-channel.rst
-${PYSITELIB}/awscli/examples/mediapackage/create-origin-endpoint.rst
-${PYSITELIB}/awscli/examples/mediapackage/delete-channel.rst
-${PYSITELIB}/awscli/examples/mediapackage/delete-origin-endpoint.rst
-${PYSITELIB}/awscli/examples/mediapackage/describe-channel.rst
-${PYSITELIB}/awscli/examples/mediapackage/describe-origin-endpoint.rst
-${PYSITELIB}/awscli/examples/mediapackage/list-channels.rst
-${PYSITELIB}/awscli/examples/mediapackage/list-origin-endpoints.rst
-${PYSITELIB}/awscli/examples/mediapackage/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/mediapackage/rotate-ingest-endpoint-credentials.rst
-${PYSITELIB}/awscli/examples/mediapackage/tag-resource.rst
-${PYSITELIB}/awscli/examples/mediapackage/untag-resource.rst
-${PYSITELIB}/awscli/examples/mediapackage/update-channel.rst
-${PYSITELIB}/awscli/examples/mediapackage/update-origin-endpoint.rst
-${PYSITELIB}/awscli/examples/mediastore-data/delete-object.rst
-${PYSITELIB}/awscli/examples/mediastore-data/describe-object.rst
-${PYSITELIB}/awscli/examples/mediastore-data/get-object.rst
-${PYSITELIB}/awscli/examples/mediastore-data/list-items.rst
-${PYSITELIB}/awscli/examples/mediastore-data/put-object.rst
-${PYSITELIB}/awscli/examples/mediastore/create-container.rst
-${PYSITELIB}/awscli/examples/mediastore/delete-container-policy.rst
-${PYSITELIB}/awscli/examples/mediastore/delete-container.rst
-${PYSITELIB}/awscli/examples/mediastore/delete-cors-policy.rst
-${PYSITELIB}/awscli/examples/mediastore/delete-lifecycle-policy.rst
-${PYSITELIB}/awscli/examples/mediastore/describe-container.rst
-${PYSITELIB}/awscli/examples/mediastore/describe-object.rst
-${PYSITELIB}/awscli/examples/mediastore/get-container-policy.rst
-${PYSITELIB}/awscli/examples/mediastore/get-cors-policy.rst
-${PYSITELIB}/awscli/examples/mediastore/get-lifecycle-policy.rst
-${PYSITELIB}/awscli/examples/mediastore/get-object.rst
-${PYSITELIB}/awscli/examples/mediastore/list-containers.rst
-${PYSITELIB}/awscli/examples/mediastore/list-items.rst
-${PYSITELIB}/awscli/examples/mediastore/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/mediastore/put-container-policy.rst
-${PYSITELIB}/awscli/examples/mediastore/put-cors-policy.rst
-${PYSITELIB}/awscli/examples/mediastore/put-lifecycle-policy.rst
-${PYSITELIB}/awscli/examples/mediastore/put-object.rst
-${PYSITELIB}/awscli/examples/mediastore/start-access-logging.rst
-${PYSITELIB}/awscli/examples/mediastore/stop-access-logging.rst
-${PYSITELIB}/awscli/examples/mediastore/tag-resource.rst
-${PYSITELIB}/awscli/examples/mediastore/untag-resource.rst
-${PYSITELIB}/awscli/examples/mediatailor/delete-playback-configuration.rst
-${PYSITELIB}/awscli/examples/mediatailor/get-playback-configuration.rst
-${PYSITELIB}/awscli/examples/mediatailor/list-playback-configurations.rst
-${PYSITELIB}/awscli/examples/mediatailor/put-playback-configuration.rst
-${PYSITELIB}/awscli/examples/medical-imaging/copy-image-set.rst
-${PYSITELIB}/awscli/examples/medical-imaging/create-datastore.rst
-${PYSITELIB}/awscli/examples/medical-imaging/delete-datastore.rst
-${PYSITELIB}/awscli/examples/medical-imaging/delete-image-set.rst
-${PYSITELIB}/awscli/examples/medical-imaging/get-datastore.rst
-${PYSITELIB}/awscli/examples/medical-imaging/get-dicom-import-job.rst
-${PYSITELIB}/awscli/examples/medical-imaging/get-image-frame.rst
-${PYSITELIB}/awscli/examples/medical-imaging/get-image-set-metadata.rst
-${PYSITELIB}/awscli/examples/medical-imaging/get-image-set.rst
-${PYSITELIB}/awscli/examples/medical-imaging/list-datastores.rst
-${PYSITELIB}/awscli/examples/medical-imaging/list-dicom-import-jobs.rst
-${PYSITELIB}/awscli/examples/medical-imaging/list-image-set-versions.rst
-${PYSITELIB}/awscli/examples/medical-imaging/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/medical-imaging/search-image-sets.rst
-${PYSITELIB}/awscli/examples/medical-imaging/start-dicom-import-job.rst
-${PYSITELIB}/awscli/examples/medical-imaging/tag-resource.rst
-${PYSITELIB}/awscli/examples/medical-imaging/untag-resource.rst
-${PYSITELIB}/awscli/examples/medical-imaging/update-image-set-metadata.rst
-${PYSITELIB}/awscli/examples/memorydb/copy-snapshot.rst
-${PYSITELIB}/awscli/examples/memorydb/create-acl.rst
-${PYSITELIB}/awscli/examples/memorydb/create-cluster.rst
-${PYSITELIB}/awscli/examples/memorydb/create-parameter-group.rst
-${PYSITELIB}/awscli/examples/memorydb/create-snapshot.rst
-${PYSITELIB}/awscli/examples/memorydb/create-subnet-group.rst
-${PYSITELIB}/awscli/examples/memorydb/create-user.rst
-${PYSITELIB}/awscli/examples/memorydb/delete-acl.rst
-${PYSITELIB}/awscli/examples/memorydb/delete-cluster.rst
-${PYSITELIB}/awscli/examples/memorydb/delete-parameter-group.rst
-${PYSITELIB}/awscli/examples/memorydb/delete-snapshot.rst
-${PYSITELIB}/awscli/examples/memorydb/delete-subnet-group.rst
-${PYSITELIB}/awscli/examples/memorydb/delete-user.rst
-${PYSITELIB}/awscli/examples/memorydb/describe-acls.rst
-${PYSITELIB}/awscli/examples/memorydb/describe-clusters.rst
-${PYSITELIB}/awscli/examples/memorydb/describe-engine-versions.rst
-${PYSITELIB}/awscli/examples/memorydb/describe-events.rst
-${PYSITELIB}/awscli/examples/memorydb/describe-parameter-groups.rst
-${PYSITELIB}/awscli/examples/memorydb/describe-parameters.rst
-${PYSITELIB}/awscli/examples/memorydb/describe-snapshots.rst
-${PYSITELIB}/awscli/examples/memorydb/describe-subnet-groups.rst
-${PYSITELIB}/awscli/examples/memorydb/describe-users.rst
-${PYSITELIB}/awscli/examples/memorydb/failover-shard.rst
-${PYSITELIB}/awscli/examples/memorydb/list-allowed-node-type-updates.rst
-${PYSITELIB}/awscli/examples/memorydb/list-tags.rst
-${PYSITELIB}/awscli/examples/memorydb/reset-parameter-group.rst
-${PYSITELIB}/awscli/examples/memorydb/tag-resource.rst
-${PYSITELIB}/awscli/examples/memorydb/untag-resource.rst
-${PYSITELIB}/awscli/examples/memorydb/update-cluster.rst
-${PYSITELIB}/awscli/examples/memorydb/update-parameter-group.rst
-${PYSITELIB}/awscli/examples/memorydb/update-subnet-group.rst
-${PYSITELIB}/awscli/examples/memorydb/update-user.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/create-monitor.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/create-scope.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/delete-monitor.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/delete-scope.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/get-monitor.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/get-query-results-workload-insights-top-contributors-data.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/get-query-results-workload-insights-top-contributors.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/get-query-status-monitor-top-contributors.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/get-query-status-workload-insights-top-contributors-data.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/get-query-status-workload-insights-top-contributors.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/get-scope.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/list-monitors.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/list-scopes.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/start-query-monitor-top-contributors.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/start-query-workload-insights-top-contributors-data.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/start-query-workload-insights-top-contributors.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/stop-query-monitor-top-contributors.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/stop-query-workload-insights-top-contributors-data.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/stop-query-workload-insights-top-contributors.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/tag-resource.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/untag-resource.rst
-${PYSITELIB}/awscli/examples/networkflowmonitor/update-monitor.rst
-${PYSITELIB}/awscli/examples/networkmanager/associate-customer-gateway.rst
-${PYSITELIB}/awscli/examples/networkmanager/associate-link.rst
-${PYSITELIB}/awscli/examples/networkmanager/create-core-network.rst
-${PYSITELIB}/awscli/examples/networkmanager/create-device.rst
-${PYSITELIB}/awscli/examples/networkmanager/create-global-network.rst
-${PYSITELIB}/awscli/examples/networkmanager/create-link.rst
-${PYSITELIB}/awscli/examples/networkmanager/create-site.rst
-${PYSITELIB}/awscli/examples/networkmanager/create-vpc-attachment.rst
-${PYSITELIB}/awscli/examples/networkmanager/delete-attachment.rst
-${PYSITELIB}/awscli/examples/networkmanager/delete-bucket-analytics-configuration.rst
-${PYSITELIB}/awscli/examples/networkmanager/delete-bucket-metrics-configuration.rst
-${PYSITELIB}/awscli/examples/networkmanager/delete-core-network.rst
-${PYSITELIB}/awscli/examples/networkmanager/delete-device.rst
-${PYSITELIB}/awscli/examples/networkmanager/delete-global-network.rst
-${PYSITELIB}/awscli/examples/networkmanager/delete-link.rst
-${PYSITELIB}/awscli/examples/networkmanager/delete-public-access-block.rst
-${PYSITELIB}/awscli/examples/networkmanager/delete-site.rst
-${PYSITELIB}/awscli/examples/networkmanager/deregister-transit-gateway.rst
-${PYSITELIB}/awscli/examples/networkmanager/describe-global-networks.rst
-${PYSITELIB}/awscli/examples/networkmanager/disassociate-customer-gateway.rst
-${PYSITELIB}/awscli/examples/networkmanager/disassociate-link.rst
-${PYSITELIB}/awscli/examples/networkmanager/get-bucket-analytics-configuration.rst
-${PYSITELIB}/awscli/examples/networkmanager/get-bucket-metrics-configuration.rst
-${PYSITELIB}/awscli/examples/networkmanager/get-customer-gateway-associations.rst
-${PYSITELIB}/awscli/examples/networkmanager/get-devices.rst
-${PYSITELIB}/awscli/examples/networkmanager/get-link-associations.rst
-${PYSITELIB}/awscli/examples/networkmanager/get-links.rst
-${PYSITELIB}/awscli/examples/networkmanager/get-object-retention.rst
-${PYSITELIB}/awscli/examples/networkmanager/get-public-access-block.rst
-${PYSITELIB}/awscli/examples/networkmanager/get-sites.rst
-${PYSITELIB}/awscli/examples/networkmanager/get-transit-gateway-registrations.rst
-${PYSITELIB}/awscli/examples/networkmanager/get-vpc-attachment.rst
-${PYSITELIB}/awscli/examples/networkmanager/list-bucket-analytics-configurations.rst
-${PYSITELIB}/awscli/examples/networkmanager/list-bucket-metrics-configurations.rst
-${PYSITELIB}/awscli/examples/networkmanager/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/networkmanager/put-bucket-metrics-configuration.rst
-${PYSITELIB}/awscli/examples/networkmanager/put-object-retention.rst
-${PYSITELIB}/awscli/examples/networkmanager/put-public-access-block.rst
-${PYSITELIB}/awscli/examples/networkmanager/register-transit-gateway.rst
-${PYSITELIB}/awscli/examples/networkmanager/reject-attachment.rst
-${PYSITELIB}/awscli/examples/networkmanager/start-route-analysis.rst
-${PYSITELIB}/awscli/examples/networkmanager/tag-resource.rst
-${PYSITELIB}/awscli/examples/networkmanager/untag-resource.rst
-${PYSITELIB}/awscli/examples/networkmanager/update-device.rst
-${PYSITELIB}/awscli/examples/networkmanager/update-global-network.rst
-${PYSITELIB}/awscli/examples/networkmanager/update-link.rst
-${PYSITELIB}/awscli/examples/networkmanager/update-site.rst
-${PYSITELIB}/awscli/examples/networkmonitor/create-monitor.rst
-${PYSITELIB}/awscli/examples/networkmonitor/create-probe.rst
-${PYSITELIB}/awscli/examples/networkmonitor/delete-monitor.rst
-${PYSITELIB}/awscli/examples/networkmonitor/delete-probe.rst
-${PYSITELIB}/awscli/examples/networkmonitor/get-monitor.rst
-${PYSITELIB}/awscli/examples/networkmonitor/get-probe.rst
-${PYSITELIB}/awscli/examples/networkmonitor/list-monitors.rst
-${PYSITELIB}/awscli/examples/networkmonitor/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/networkmonitor/tag-resource.rst
-${PYSITELIB}/awscli/examples/networkmonitor/untag-resource.rst
-${PYSITELIB}/awscli/examples/networkmonitor/update-monitor.rst
-${PYSITELIB}/awscli/examples/networkmonitor/update-probe.rst
-${PYSITELIB}/awscli/examples/oam/create-link.rst
-${PYSITELIB}/awscli/examples/oam/create-sink.rst
-${PYSITELIB}/awscli/examples/oam/delete-link.rst
-${PYSITELIB}/awscli/examples/oam/delete-sink.rst
-${PYSITELIB}/awscli/examples/oam/get-link.rst
-${PYSITELIB}/awscli/examples/oam/get-sink-policy.rst
-${PYSITELIB}/awscli/examples/oam/get-sink.rst
-${PYSITELIB}/awscli/examples/oam/list-attached-links.rst
-${PYSITELIB}/awscli/examples/oam/list-links.rst
-${PYSITELIB}/awscli/examples/oam/list-sinks.rst
-${PYSITELIB}/awscli/examples/oam/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/oam/put-sink-policy.rst
-${PYSITELIB}/awscli/examples/oam/tag-resource.rst
-${PYSITELIB}/awscli/examples/oam/untag-resource.rst
-${PYSITELIB}/awscli/examples/oam/update-link.rst
-${PYSITELIB}/awscli/examples/observabilityadmin/get-telemetry-evaluation-status-for-organization.rst
-${PYSITELIB}/awscli/examples/observabilityadmin/get-telemetry-evaluation-status.rst
-${PYSITELIB}/awscli/examples/observabilityadmin/list-resource-telemetry-for-organization.rst
-${PYSITELIB}/awscli/examples/observabilityadmin/list-resource-telemetry.rst
-${PYSITELIB}/awscli/examples/observabilityadmin/start-telemetry-evaluation-for-organization.rst
-${PYSITELIB}/awscli/examples/observabilityadmin/start-telemetry-evaluation.rst
-${PYSITELIB}/awscli/examples/observabilityadmin/stop-telemetry-evaluation-for-organization.rst
-${PYSITELIB}/awscli/examples/observabilityadmin/stop-telemetry-evaluation.rst
-${PYSITELIB}/awscli/examples/omics/abort-multipart-read-set-upload.rst
-${PYSITELIB}/awscli/examples/omics/accept-share.rst
-${PYSITELIB}/awscli/examples/omics/batch-delete-read-set.rst
-${PYSITELIB}/awscli/examples/omics/cancel-annotation-import-job.rst
-${PYSITELIB}/awscli/examples/omics/cancel-run.rst
-${PYSITELIB}/awscli/examples/omics/cancel-variant-import-job.rst
-${PYSITELIB}/awscli/examples/omics/complete-multipart-read-set-upload.rst
-${PYSITELIB}/awscli/examples/omics/create-annotation-store-version.rst
-${PYSITELIB}/awscli/examples/omics/create-annotation-store.rst
-${PYSITELIB}/awscli/examples/omics/create-multipart-read-set-upload.rst
-${PYSITELIB}/awscli/examples/omics/create-reference-store.rst
-${PYSITELIB}/awscli/examples/omics/create-run-group.rst
-${PYSITELIB}/awscli/examples/omics/create-sequence-store.rst
-${PYSITELIB}/awscli/examples/omics/create-share.rst
-${PYSITELIB}/awscli/examples/omics/create-variant-store.rst
-${PYSITELIB}/awscli/examples/omics/create-workflow.rst
-${PYSITELIB}/awscli/examples/omics/delete-annotation-store-versions.rst
-${PYSITELIB}/awscli/examples/omics/delete-annotation-store.rst
-${PYSITELIB}/awscli/examples/omics/delete-reference-store.rst
-${PYSITELIB}/awscli/examples/omics/delete-reference.rst
-${PYSITELIB}/awscli/examples/omics/delete-run-group.rst
-${PYSITELIB}/awscli/examples/omics/delete-run.rst
-${PYSITELIB}/awscli/examples/omics/delete-sequence-store.rst
-${PYSITELIB}/awscli/examples/omics/delete-share.rst
-${PYSITELIB}/awscli/examples/omics/delete-variant-store.rst
-${PYSITELIB}/awscli/examples/omics/delete-workflow.rst
-${PYSITELIB}/awscli/examples/omics/get-annotation-import-job.rst
-${PYSITELIB}/awscli/examples/omics/get-annotation-store-version.rst
-${PYSITELIB}/awscli/examples/omics/get-annotation-store.rst
-${PYSITELIB}/awscli/examples/omics/get-read-set-activation-job.rst
-${PYSITELIB}/awscli/examples/omics/get-read-set-export-job.rst
-${PYSITELIB}/awscli/examples/omics/get-read-set-import-job.rst
-${PYSITELIB}/awscli/examples/omics/get-read-set-metadata.rst
-${PYSITELIB}/awscli/examples/omics/get-read-set.rst
-${PYSITELIB}/awscli/examples/omics/get-reference-import-job.rst
-${PYSITELIB}/awscli/examples/omics/get-reference-metadata.rst
-${PYSITELIB}/awscli/examples/omics/get-reference-store.rst
-${PYSITELIB}/awscli/examples/omics/get-reference.rst
-${PYSITELIB}/awscli/examples/omics/get-run-group.rst
-${PYSITELIB}/awscli/examples/omics/get-run-task.rst
-${PYSITELIB}/awscli/examples/omics/get-run.rst
-${PYSITELIB}/awscli/examples/omics/get-sequence-store.rst
-${PYSITELIB}/awscli/examples/omics/get-share.rst
-${PYSITELIB}/awscli/examples/omics/get-variant-import-job.rst
-${PYSITELIB}/awscli/examples/omics/get-variant-store.rst
-${PYSITELIB}/awscli/examples/omics/get-workflow.rst
-${PYSITELIB}/awscli/examples/omics/list-annotation-import-jobs.rst
-${PYSITELIB}/awscli/examples/omics/list-annotation-store-versions.rst
-${PYSITELIB}/awscli/examples/omics/list-annotation-stores.rst
-${PYSITELIB}/awscli/examples/omics/list-multipart-read-set-uploads.rst
-${PYSITELIB}/awscli/examples/omics/list-read-set-activation-jobs.rst
-${PYSITELIB}/awscli/examples/omics/list-read-set-export-jobs.rst
-${PYSITELIB}/awscli/examples/omics/list-read-set-import-jobs.rst
-${PYSITELIB}/awscli/examples/omics/list-read-set-upload-parts.rst
-${PYSITELIB}/awscli/examples/omics/list-read-sets.rst
-${PYSITELIB}/awscli/examples/omics/list-reference-import-jobs.rst
-${PYSITELIB}/awscli/examples/omics/list-reference-stores.rst
-${PYSITELIB}/awscli/examples/omics/list-references.rst
-${PYSITELIB}/awscli/examples/omics/list-run-groups.rst
-${PYSITELIB}/awscli/examples/omics/list-run-tasks.rst
-${PYSITELIB}/awscli/examples/omics/list-runs.rst
-${PYSITELIB}/awscli/examples/omics/list-sequence-stores.rst
-${PYSITELIB}/awscli/examples/omics/list-shares.rst
-${PYSITELIB}/awscli/examples/omics/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/omics/list-variant-import-jobs.rst
-${PYSITELIB}/awscli/examples/omics/list-variant-stores.rst
-${PYSITELIB}/awscli/examples/omics/list-workflows.rst
-${PYSITELIB}/awscli/examples/omics/start-annotation-import-job.rst
-${PYSITELIB}/awscli/examples/omics/start-read-set-activation-job.rst
-${PYSITELIB}/awscli/examples/omics/start-read-set-export-job.rst
-${PYSITELIB}/awscli/examples/omics/start-read-set-import-job.rst
-${PYSITELIB}/awscli/examples/omics/start-reference-import-job.rst
-${PYSITELIB}/awscli/examples/omics/start-run.rst
-${PYSITELIB}/awscli/examples/omics/start-variant-import-job.rst
-${PYSITELIB}/awscli/examples/omics/tag-resource.rst
-${PYSITELIB}/awscli/examples/omics/untag-resource.rst
-${PYSITELIB}/awscli/examples/omics/update-annotation-store.rst
-${PYSITELIB}/awscli/examples/omics/update-run-group.rst
-${PYSITELIB}/awscli/examples/omics/update-variant-store.rst
-${PYSITELIB}/awscli/examples/omics/update-workflow.rst
-${PYSITELIB}/awscli/examples/omics/upload-read-set-part.rst
-${PYSITELIB}/awscli/examples/omics/wait.rst
-${PYSITELIB}/awscli/examples/organizations/accept-handshake.rst
-${PYSITELIB}/awscli/examples/organizations/attach-policy.rst
-${PYSITELIB}/awscli/examples/organizations/cancel-handshake.rst
-${PYSITELIB}/awscli/examples/organizations/create-account.rst
-${PYSITELIB}/awscli/examples/organizations/create-organization.rst
-${PYSITELIB}/awscli/examples/organizations/create-organizational-unit.rst
-${PYSITELIB}/awscli/examples/organizations/create-policy.rst
-${PYSITELIB}/awscli/examples/organizations/decline-handshake.rst
-${PYSITELIB}/awscli/examples/organizations/delete-organization.rst
-${PYSITELIB}/awscli/examples/organizations/delete-organizational-unit.rst
-${PYSITELIB}/awscli/examples/organizations/delete-policy.rst
-${PYSITELIB}/awscli/examples/organizations/describe-account.rst
-${PYSITELIB}/awscli/examples/organizations/describe-create-account-status.rst
-${PYSITELIB}/awscli/examples/organizations/describe-handshake.rst
-${PYSITELIB}/awscli/examples/organizations/describe-organization.rst
-${PYSITELIB}/awscli/examples/organizations/describe-organizational-unit.rst
-${PYSITELIB}/awscli/examples/organizations/describe-policy.rst
-${PYSITELIB}/awscli/examples/organizations/detach-policy.rst
-${PYSITELIB}/awscli/examples/organizations/disable-policy-type.rst
-${PYSITELIB}/awscli/examples/organizations/enable-all-features.rst
-${PYSITELIB}/awscli/examples/organizations/enable-policy-type.rst
-${PYSITELIB}/awscli/examples/organizations/invite-account-to-organization.rst
-${PYSITELIB}/awscli/examples/organizations/leave-organization.rst
-${PYSITELIB}/awscli/examples/organizations/list-accounts-for-parent.rst
-${PYSITELIB}/awscli/examples/organizations/list-accounts.rst
-${PYSITELIB}/awscli/examples/organizations/list-children.rst
-${PYSITELIB}/awscli/examples/organizations/list-create-account-status.rst
-${PYSITELIB}/awscli/examples/organizations/list-handshakes-for-account.rst
-${PYSITELIB}/awscli/examples/organizations/list-handshakes-for-organization.rst
-${PYSITELIB}/awscli/examples/organizations/list-organizational-units-for-parent.rst
-${PYSITELIB}/awscli/examples/organizations/list-parents.rst
-${PYSITELIB}/awscli/examples/organizations/list-policies-for-target.rst
-${PYSITELIB}/awscli/examples/organizations/list-policies.rst
-${PYSITELIB}/awscli/examples/organizations/list-roots.rst
-${PYSITELIB}/awscli/examples/organizations/list-targets-for-policy.rst
-${PYSITELIB}/awscli/examples/organizations/move-account.rst
-${PYSITELIB}/awscli/examples/organizations/remove-account-from-organization.rst
-${PYSITELIB}/awscli/examples/organizations/update-organizational-unit.rst
-${PYSITELIB}/awscli/examples/organizations/update-policy.rst
-${PYSITELIB}/awscli/examples/outposts/get-outpost-instance-types.rst
-${PYSITELIB}/awscli/examples/outposts/get-outpost.rst
-${PYSITELIB}/awscli/examples/outposts/list-outposts.rst
-${PYSITELIB}/awscli/examples/outposts/list-sites.rst
-${PYSITELIB}/awscli/examples/payment-cryptography-data/decrypt-data.rst
-${PYSITELIB}/awscli/examples/payment-cryptography-data/encrypt-data.rst
-${PYSITELIB}/awscli/examples/payment-cryptography-data/generate-card-validation-data.rst
-${PYSITELIB}/awscli/examples/payment-cryptography-data/generate-mac.rst
-${PYSITELIB}/awscli/examples/payment-cryptography-data/generate-pin-data.rst
-${PYSITELIB}/awscli/examples/payment-cryptography-data/re-encrypt-data.rst
-${PYSITELIB}/awscli/examples/payment-cryptography-data/translate-pin-data.rst
-${PYSITELIB}/awscli/examples/payment-cryptography-data/verify-auth-request-cryptogram.rst
-${PYSITELIB}/awscli/examples/payment-cryptography-data/verify-card-validation-data.rst
-${PYSITELIB}/awscli/examples/payment-cryptography-data/verify-mac.rst
-${PYSITELIB}/awscli/examples/payment-cryptography-data/verify-pin-data.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/create-alias.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/create-key.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/delete-alias.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/delete-key.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/export-key.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/get-alias.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/get-key.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/get-parameters-for-export.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/get-parameters-for-import.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/get-public-key-certificate.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/import-key.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/list-aliases.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/list-keys.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/restore-key.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/start-key-usage.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/stop-key-usage.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/tag-resource.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/untag-resource.rst
-${PYSITELIB}/awscli/examples/payment-cryptography/update-alias.rst
-${PYSITELIB}/awscli/examples/pi/create-performance-analysis-report.rst
-${PYSITELIB}/awscli/examples/pi/delete-performance-analysis-report.rst
-${PYSITELIB}/awscli/examples/pi/describe-dimension-keys.rst
-${PYSITELIB}/awscli/examples/pi/get-dimension-key-details.rst
-${PYSITELIB}/awscli/examples/pi/get-performance-analysis-report.rst
-${PYSITELIB}/awscli/examples/pi/get-resource-metadata.rst
-${PYSITELIB}/awscli/examples/pi/get-resource-metrics.rst
-${PYSITELIB}/awscli/examples/pi/list-available-resource-dimensions.rst
-${PYSITELIB}/awscli/examples/pi/list-available-resource-metrics.rst
-${PYSITELIB}/awscli/examples/pi/list-performance-analysis-reports.rst
-${PYSITELIB}/awscli/examples/pi/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/pi/tag-resource.rst
-${PYSITELIB}/awscli/examples/pi/untag-resource.rst
-${PYSITELIB}/awscli/examples/pinpoint/create-app.rst
-${PYSITELIB}/awscli/examples/pinpoint/create-sms-template.rst
-${PYSITELIB}/awscli/examples/pinpoint/delete-app.rst
-${PYSITELIB}/awscli/examples/pinpoint/get-apns-channel.rst
-${PYSITELIB}/awscli/examples/pinpoint/get-app.rst
-${PYSITELIB}/awscli/examples/pinpoint/get-apps.rst
-${PYSITELIB}/awscli/examples/pinpoint/get-campaign.rst
-${PYSITELIB}/awscli/examples/pinpoint/get-campaigns.rst
-${PYSITELIB}/awscli/examples/pinpoint/get-channels.rst
-${PYSITELIB}/awscli/examples/pinpoint/get-email-channel.rst
-${PYSITELIB}/awscli/examples/pinpoint/get-endpoint.rst
-${PYSITELIB}/awscli/examples/pinpoint/get-gcm-channel.rst
-${PYSITELIB}/awscli/examples/pinpoint/get-sms-channel.rst
-${PYSITELIB}/awscli/examples/pinpoint/get-sms-template.rst
-${PYSITELIB}/awscli/examples/pinpoint/get-voice-channel.rst
-${PYSITELIB}/awscli/examples/pinpoint/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/pinpoint/phone-number-validate.rst
-${PYSITELIB}/awscli/examples/pinpoint/send-messages.rst
-${PYSITELIB}/awscli/examples/pinpoint/send-users-messages.rst
-${PYSITELIB}/awscli/examples/pinpoint/tag-resource.rst
-${PYSITELIB}/awscli/examples/pinpoint/untag-resource.rst
-${PYSITELIB}/awscli/examples/pinpoint/update-sms-channel.rst
-${PYSITELIB}/awscli/examples/pipes/create-pipe.rst
-${PYSITELIB}/awscli/examples/pipes/delete-pipe.rst
-${PYSITELIB}/awscli/examples/pipes/describe-pipe.rst
-${PYSITELIB}/awscli/examples/pipes/list-pipes.rst
-${PYSITELIB}/awscli/examples/pipes/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/pipes/start-pipe.rst
-${PYSITELIB}/awscli/examples/pipes/stop-pipe.rst
-${PYSITELIB}/awscli/examples/pipes/tag-resource.rst
-${PYSITELIB}/awscli/examples/pipes/untag-resource.rst
-${PYSITELIB}/awscli/examples/pipes/update-pipe.rst
-${PYSITELIB}/awscli/examples/polly/delete-lexicon.rst
-${PYSITELIB}/awscli/examples/polly/get-lexicon.rst
-${PYSITELIB}/awscli/examples/polly/get-speech-synthesis-task.rst
-${PYSITELIB}/awscli/examples/polly/list-lexicons.rst
-${PYSITELIB}/awscli/examples/polly/list-speech-synthesis-tasks.rst
-${PYSITELIB}/awscli/examples/polly/put-lexicon.rst
-${PYSITELIB}/awscli/examples/polly/start-speech-synthesis-task.rst
-${PYSITELIB}/awscli/examples/pricing/describe-services.rst
-${PYSITELIB}/awscli/examples/pricing/get-attribute-values.rst
-${PYSITELIB}/awscli/examples/pricing/get-products.rst
-${PYSITELIB}/awscli/examples/proton/cancel-service-instance-deployment.rst
-${PYSITELIB}/awscli/examples/proton/cancel-service-pipeline-deployment.rst
-${PYSITELIB}/awscli/examples/proton/create-service.rst
-${PYSITELIB}/awscli/examples/proton/delete-service.rst
-${PYSITELIB}/awscli/examples/proton/get-service-instance.rst
-${PYSITELIB}/awscli/examples/proton/get-service.rst
-${PYSITELIB}/awscli/examples/proton/list-service-instances.rst
-${PYSITELIB}/awscli/examples/proton/update-service-instance.rst
-${PYSITELIB}/awscli/examples/proton/update-service-pipeline.rst
-${PYSITELIB}/awscli/examples/proton/update-service.rst
-${PYSITELIB}/awscli/examples/qldb/cancel-journal-kinesis-stream.rst
-${PYSITELIB}/awscli/examples/qldb/create-ledger.rst
-${PYSITELIB}/awscli/examples/qldb/delete-ledger.rst
-${PYSITELIB}/awscli/examples/qldb/describe-journal-kinesis-stream.rst
-${PYSITELIB}/awscli/examples/qldb/describe-journal-s3-export.rst
-${PYSITELIB}/awscli/examples/qldb/describe-ledger.rst
-${PYSITELIB}/awscli/examples/qldb/export-journal-to-s3.rst
-${PYSITELIB}/awscli/examples/qldb/get-block.rst
-${PYSITELIB}/awscli/examples/qldb/get-digest.rst
-${PYSITELIB}/awscli/examples/qldb/get-revision.rst
-${PYSITELIB}/awscli/examples/qldb/list-journal-kinesis-streams-for-ledger.rst
-${PYSITELIB}/awscli/examples/qldb/list-journal-s3-exports-for-ledger.rst
-${PYSITELIB}/awscli/examples/qldb/list-journal-s3-exports.rst
-${PYSITELIB}/awscli/examples/qldb/list-ledgers.rst
-${PYSITELIB}/awscli/examples/qldb/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/qldb/stream-journal-to-kinesis.rst
-${PYSITELIB}/awscli/examples/qldb/tag-resource.rst
-${PYSITELIB}/awscli/examples/qldb/untag-resource.rst
-${PYSITELIB}/awscli/examples/qldb/update-ledger-permissions-mode.rst
-${PYSITELIB}/awscli/examples/qldb/update-ledger.rst
-${PYSITELIB}/awscli/examples/ram/accept-resource-share-invitation.rst
-${PYSITELIB}/awscli/examples/ram/associate-resource-share-permission.rst
-${PYSITELIB}/awscli/examples/ram/associate-resource-share.rst
-${PYSITELIB}/awscli/examples/ram/create-resource-share.rst
-${PYSITELIB}/awscli/examples/ram/delete-resource-share.rst
-${PYSITELIB}/awscli/examples/ram/disassociate-resource-share-permission.rst
-${PYSITELIB}/awscli/examples/ram/disassociate-resource-share.rst
-${PYSITELIB}/awscli/examples/ram/enable-sharing-with-aws-organization.rst
-${PYSITELIB}/awscli/examples/ram/get-permission.rst
-${PYSITELIB}/awscli/examples/ram/get-resource-policies.rst
-${PYSITELIB}/awscli/examples/ram/get-resource-share-associations.rst
-${PYSITELIB}/awscli/examples/ram/get-resource-share-invitations.rst
-${PYSITELIB}/awscli/examples/ram/get-resource-shares.rst
-${PYSITELIB}/awscli/examples/ram/list-pending-invitation-resources.rst
-${PYSITELIB}/awscli/examples/ram/list-permissions.rst
-${PYSITELIB}/awscli/examples/ram/list-principals.rst
-${PYSITELIB}/awscli/examples/ram/list-resource-share-permissions.rst
-${PYSITELIB}/awscli/examples/ram/list-resource-types.rst
-${PYSITELIB}/awscli/examples/ram/list-resources.rst
-${PYSITELIB}/awscli/examples/ram/promote-resource-share-created-from-policy.rst
-${PYSITELIB}/awscli/examples/ram/reject-resource-share-invitation.rst
-${PYSITELIB}/awscli/examples/ram/tag-resource.rst
-${PYSITELIB}/awscli/examples/ram/untag-resource.rst
-${PYSITELIB}/awscli/examples/ram/update-resource-share.rst
-${PYSITELIB}/awscli/examples/rds-data/batch-execute-statement.rst
-${PYSITELIB}/awscli/examples/rds-data/begin-transaction.rst
-${PYSITELIB}/awscli/examples/rds-data/commit-transaction.rst
-${PYSITELIB}/awscli/examples/rds-data/execute-statement.rst
-${PYSITELIB}/awscli/examples/rds-data/rollback-transaction.rst
-${PYSITELIB}/awscli/examples/rds/add-option-to-option-group.rst
-${PYSITELIB}/awscli/examples/rds/add-role-to-db-cluster.rst
-${PYSITELIB}/awscli/examples/rds/add-role-to-db-instance.rst
-${PYSITELIB}/awscli/examples/rds/add-source-identifier-to-subscription.rst
-${PYSITELIB}/awscli/examples/rds/add-tags-to-resource.rst
-${PYSITELIB}/awscli/examples/rds/apply-pending-maintenance-action.rst
-${PYSITELIB}/awscli/examples/rds/authorize-db-security-group-ingress.rst
-${PYSITELIB}/awscli/examples/rds/backtrack-db-cluster.rst
-${PYSITELIB}/awscli/examples/rds/cancel-export-task.rst
-${PYSITELIB}/awscli/examples/rds/copy-db-cluster-parameter-group.rst
-${PYSITELIB}/awscli/examples/rds/copy-db-cluster-snapshot.rst
-${PYSITELIB}/awscli/examples/rds/copy-db-parameter-group.rst
-${PYSITELIB}/awscli/examples/rds/copy-db-snapshot.rst
-${PYSITELIB}/awscli/examples/rds/copy-option-group.rst
-${PYSITELIB}/awscli/examples/rds/create-blue-green-deployment.rst
-${PYSITELIB}/awscli/examples/rds/create-db-cluster-endpoint.rst
-${PYSITELIB}/awscli/examples/rds/create-db-cluster-parameter-group.rst
-${PYSITELIB}/awscli/examples/rds/create-db-cluster-snapshot.rst
-${PYSITELIB}/awscli/examples/rds/create-db-cluster.rst
-${PYSITELIB}/awscli/examples/rds/create-db-instance-read-replica.rst
-${PYSITELIB}/awscli/examples/rds/create-db-instance.rst
-${PYSITELIB}/awscli/examples/rds/create-db-parameter-group.rst
-${PYSITELIB}/awscli/examples/rds/create-db-proxy-endpoint.rst
-${PYSITELIB}/awscli/examples/rds/create-db-proxy.rst
-${PYSITELIB}/awscli/examples/rds/create-db-security-group.rst
-${PYSITELIB}/awscli/examples/rds/create-db-shard-group.rst
-${PYSITELIB}/awscli/examples/rds/create-db-snapshot.rst
-${PYSITELIB}/awscli/examples/rds/create-db-subnet-group.rst
-${PYSITELIB}/awscli/examples/rds/create-event-subscription.rst
-${PYSITELIB}/awscli/examples/rds/create-global-cluster.rst
-${PYSITELIB}/awscli/examples/rds/create-option-group.rst
-${PYSITELIB}/awscli/examples/rds/delete-blue-green-deployment.rst
-${PYSITELIB}/awscli/examples/rds/delete-db-cluster-endpoint.rst
-${PYSITELIB}/awscli/examples/rds/delete-db-cluster-parameter-group.rst
-${PYSITELIB}/awscli/examples/rds/delete-db-cluster-snapshot.rst
-${PYSITELIB}/awscli/examples/rds/delete-db-cluster.rst
-${PYSITELIB}/awscli/examples/rds/delete-db-instance-automated-backup.rst
-${PYSITELIB}/awscli/examples/rds/delete-db-instance.rst
-${PYSITELIB}/awscli/examples/rds/delete-db-parameter-group.rst
-${PYSITELIB}/awscli/examples/rds/delete-db-proxy-endpoint.rst
-${PYSITELIB}/awscli/examples/rds/delete-db-proxy.rst
-${PYSITELIB}/awscli/examples/rds/delete-db-security-group.rst
-${PYSITELIB}/awscli/examples/rds/delete-db-shard-group.rst
-${PYSITELIB}/awscli/examples/rds/delete-db-snapshot.rst
-${PYSITELIB}/awscli/examples/rds/delete-db-subnet-group.rst
-${PYSITELIB}/awscli/examples/rds/delete-event-subscription.rst
-${PYSITELIB}/awscli/examples/rds/delete-global-cluster.rst
-${PYSITELIB}/awscli/examples/rds/delete-option-group.rst
-${PYSITELIB}/awscli/examples/rds/deregister-db-proxy-targets.rst
-${PYSITELIB}/awscli/examples/rds/describe-account-attributes.rst
-${PYSITELIB}/awscli/examples/rds/describe-blue-green-deployments.rst
-${PYSITELIB}/awscli/examples/rds/describe-certificates.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-cluster-backtracks.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-cluster-endpoints.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-cluster-parameter-groups.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-cluster-parameters.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-cluster-snapshot-attributes.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-cluster-snapshots.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-clusters.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-engine-versions.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-instance-automated-backups.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-instances.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-log-files.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-parameter-groups.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-parameters.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-proxies.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-proxy-endpoints.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-proxy-target-groups.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-proxy-targets.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-recommendations.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-security-groups.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-shard-groups.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-snapshot-attributes.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-snapshots.rst
-${PYSITELIB}/awscli/examples/rds/describe-db-subnet-groups.rst
-${PYSITELIB}/awscli/examples/rds/describe-engine-default-cluster-parameters.rst
-${PYSITELIB}/awscli/examples/rds/describe-engine-default-parameters.rst
-${PYSITELIB}/awscli/examples/rds/describe-event-categories.rst
-${PYSITELIB}/awscli/examples/rds/describe-event-subscriptions.rst
-${PYSITELIB}/awscli/examples/rds/describe-events.rst
-${PYSITELIB}/awscli/examples/rds/describe-export-tasks.rst
-${PYSITELIB}/awscli/examples/rds/describe-global-clusters.rst
-${PYSITELIB}/awscli/examples/rds/describe-option-group-options.rst
-${PYSITELIB}/awscli/examples/rds/describe-option-groups.rst
-${PYSITELIB}/awscli/examples/rds/describe-orderable-db-instance-options.rst
-${PYSITELIB}/awscli/examples/rds/describe-pending-maintenance-actions.rst
-${PYSITELIB}/awscli/examples/rds/describe-reserved-db-instances-offerings.rst
-${PYSITELIB}/awscli/examples/rds/describe-reserved-db-instances.rst
-${PYSITELIB}/awscli/examples/rds/describe-source-regions.rst
-${PYSITELIB}/awscli/examples/rds/describe-valid-db-instance-modifications.rst
-${PYSITELIB}/awscli/examples/rds/download-db-log-file-portion.rst
-${PYSITELIB}/awscli/examples/rds/generate-auth-token.rst
-${PYSITELIB}/awscli/examples/rds/generate-db-auth-token.rst
-${PYSITELIB}/awscli/examples/rds/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/rds/modify-certificates.rst
-${PYSITELIB}/awscli/examples/rds/modify-current-db-cluster-capacity.rst
-${PYSITELIB}/awscli/examples/rds/modify-db-cluster-endpoint.rst
-${PYSITELIB}/awscli/examples/rds/modify-db-cluster-parameter-group.rst
-${PYSITELIB}/awscli/examples/rds/modify-db-cluster-snapshot-attribute.rst
-${PYSITELIB}/awscli/examples/rds/modify-db-cluster.rst
-${PYSITELIB}/awscli/examples/rds/modify-db-instance.rst
-${PYSITELIB}/awscli/examples/rds/modify-db-parameter-group.rst
-${PYSITELIB}/awscli/examples/rds/modify-db-proxy-endpoint.rst
-${PYSITELIB}/awscli/examples/rds/modify-db-proxy-target-group.rst
-${PYSITELIB}/awscli/examples/rds/modify-db-proxy.rst
-${PYSITELIB}/awscli/examples/rds/modify-db-shard-group.rst
-${PYSITELIB}/awscli/examples/rds/modify-db-snapshot-attribute.rst
-${PYSITELIB}/awscli/examples/rds/modify-db-snapshot-attributes.rst
-${PYSITELIB}/awscli/examples/rds/modify-db-snapshot.rst
-${PYSITELIB}/awscli/examples/rds/modify-db-subnet-group.rst
-${PYSITELIB}/awscli/examples/rds/modify-event-subscription.rst
-${PYSITELIB}/awscli/examples/rds/modify-global-cluster.rst
-${PYSITELIB}/awscli/examples/rds/promote-read-replica-db-cluster.rst
-${PYSITELIB}/awscli/examples/rds/promote-read-replica.rst
-${PYSITELIB}/awscli/examples/rds/purchase-reserved-db-instance.rst
-${PYSITELIB}/awscli/examples/rds/purchase-reserved-db-instances-offerings.rst
-${PYSITELIB}/awscli/examples/rds/reboot-db-instance.rst
-${PYSITELIB}/awscli/examples/rds/reboot-db-shard-group.rst
-${PYSITELIB}/awscli/examples/rds/register-db-proxy-targets.rst
-${PYSITELIB}/awscli/examples/rds/remove-from-global-cluster.rst
-${PYSITELIB}/awscli/examples/rds/remove-option-from-option-group.rst
-${PYSITELIB}/awscli/examples/rds/remove-role-from-db-cluster.rst
-${PYSITELIB}/awscli/examples/rds/remove-role-from-db-instance.rst
-${PYSITELIB}/awscli/examples/rds/remove-source-identifier-from-subscription.rst
-${PYSITELIB}/awscli/examples/rds/remove-tags-from-resource.rst
-${PYSITELIB}/awscli/examples/rds/reset-db-cluster-parameter-group.rst
-${PYSITELIB}/awscli/examples/rds/reset-db-parameter-group.rst
-${PYSITELIB}/awscli/examples/rds/restore-db-cluster-from-s3.rst
-${PYSITELIB}/awscli/examples/rds/restore-db-cluster-from-snapshot.rst
-${PYSITELIB}/awscli/examples/rds/restore-db-cluster-to-point-in-time.rst
-${PYSITELIB}/awscli/examples/rds/restore-db-instance-from-db-snapshot.rst
-${PYSITELIB}/awscli/examples/rds/restore-db-instance-from-s3.rst
-${PYSITELIB}/awscli/examples/rds/restore-db-instance-to-point-in-time.rst
-${PYSITELIB}/awscli/examples/rds/start-activity-stream.rst
-${PYSITELIB}/awscli/examples/rds/start-db-cluster.rst
-${PYSITELIB}/awscli/examples/rds/start-db-instance-automated-backups-replication.rst
-${PYSITELIB}/awscli/examples/rds/start-db-instance.rst
-${PYSITELIB}/awscli/examples/rds/start-export-task.rst
-${PYSITELIB}/awscli/examples/rds/stop-activity-stream.rst
-${PYSITELIB}/awscli/examples/rds/stop-db-cluster.rst
-${PYSITELIB}/awscli/examples/rds/stop-db-instance-automated-backups-replication.rst
-${PYSITELIB}/awscli/examples/rds/stop-db-instance.rst
-${PYSITELIB}/awscli/examples/rds/switchover-blue-green-deployment.rst
-${PYSITELIB}/awscli/examples/redshift/accept-reserved-node-exchange.rst
-${PYSITELIB}/awscli/examples/redshift/authorize-cluster-security-group-ingress.rst
-${PYSITELIB}/awscli/examples/redshift/authorize-snapshot-access.rst
-${PYSITELIB}/awscli/examples/redshift/batch-delete-cluster-snapshots.rst
-${PYSITELIB}/awscli/examples/redshift/batch-modify-cluster-snapshots.rst
-${PYSITELIB}/awscli/examples/redshift/cancel-resize.rst
-${PYSITELIB}/awscli/examples/redshift/copy-cluster-snapshot.rst
-${PYSITELIB}/awscli/examples/redshift/create-cluster-parameter-group.rst
-${PYSITELIB}/awscli/examples/redshift/create-cluster-security-group.rst
-${PYSITELIB}/awscli/examples/redshift/create-cluster-snapshot.rst
-${PYSITELIB}/awscli/examples/redshift/create-cluster-subnet-group.rst
-${PYSITELIB}/awscli/examples/redshift/create-cluster.rst
-${PYSITELIB}/awscli/examples/redshift/create-event-subscription.rst
-${PYSITELIB}/awscli/examples/redshift/create-hsm-client-certificate.rst
-${PYSITELIB}/awscli/examples/redshift/create-hsm-configuration.rst
-${PYSITELIB}/awscli/examples/redshift/create-snapshot-copy-grant.rst
-${PYSITELIB}/awscli/examples/redshift/create-snapshot-schedule.rst
-${PYSITELIB}/awscli/examples/redshift/create-tags.rst
-${PYSITELIB}/awscli/examples/redshift/delete-cluster-parameter-group.rst
-${PYSITELIB}/awscli/examples/redshift/delete-cluster-security-group.rst
-${PYSITELIB}/awscli/examples/redshift/delete-cluster-snapshot.rst
-${PYSITELIB}/awscli/examples/redshift/delete-cluster-subnet-group.rst
-${PYSITELIB}/awscli/examples/redshift/delete-cluster.rst
-${PYSITELIB}/awscli/examples/redshift/delete-event-subscription.rst
-${PYSITELIB}/awscli/examples/redshift/delete-hsm-client-certificate.rst
-${PYSITELIB}/awscli/examples/redshift/delete-hsm-configuration.rst
-${PYSITELIB}/awscli/examples/redshift/delete-scheduled-action.rst
-${PYSITELIB}/awscli/examples/redshift/delete-snapshot-copy-grant.rst
-${PYSITELIB}/awscli/examples/redshift/delete-snapshot-schedule.rst
-${PYSITELIB}/awscli/examples/redshift/delete-tags.rst
-${PYSITELIB}/awscli/examples/redshift/describe-account-attributes.rst
-${PYSITELIB}/awscli/examples/redshift/describe-cluster-db-revisions.rst
-${PYSITELIB}/awscli/examples/redshift/describe-cluster-parameter-groups.rst
-${PYSITELIB}/awscli/examples/redshift/describe-cluster-parameters.rst
-${PYSITELIB}/awscli/examples/redshift/describe-cluster-security-groups.rst
-${PYSITELIB}/awscli/examples/redshift/describe-cluster-snapshots.rst
-${PYSITELIB}/awscli/examples/redshift/describe-cluster-subnet-groups.rst
-${PYSITELIB}/awscli/examples/redshift/describe-cluster-tracks.rst
-${PYSITELIB}/awscli/examples/redshift/describe-cluster-versions.rst
-${PYSITELIB}/awscli/examples/redshift/describe-clusters.rst
-${PYSITELIB}/awscli/examples/redshift/describe-default-cluster-parameters.rst
-${PYSITELIB}/awscli/examples/redshift/describe-event-categories.rst
-${PYSITELIB}/awscli/examples/redshift/describe-event-subscriptions.rst
-${PYSITELIB}/awscli/examples/redshift/describe-events.rst
-${PYSITELIB}/awscli/examples/redshift/describe-hsm-client-certificates.rst
-${PYSITELIB}/awscli/examples/redshift/describe-hsm-configurations.rst
-${PYSITELIB}/awscli/examples/redshift/describe-logging-status.rst
-${PYSITELIB}/awscli/examples/redshift/describe-node-configuration-options.rst
-${PYSITELIB}/awscli/examples/redshift/describe-orderable-cluster-options.rst
-${PYSITELIB}/awscli/examples/redshift/describe-reserved-node-offerings.rst
-${PYSITELIB}/awscli/examples/redshift/describe-reserved-nodes.rst
-${PYSITELIB}/awscli/examples/redshift/describe-resize.rst
-${PYSITELIB}/awscli/examples/redshift/describe-scheduled-actions.rst
-${PYSITELIB}/awscli/examples/redshift/describe-snapshot-copy-grants.rst
-${PYSITELIB}/awscli/examples/redshift/describe-snapshot-schedules.rst
-${PYSITELIB}/awscli/examples/redshift/describe-storage.rst
-${PYSITELIB}/awscli/examples/redshift/describe-table-restore-status.rst
-${PYSITELIB}/awscli/examples/redshift/describe-tags.rst
-${PYSITELIB}/awscli/examples/redshift/disable-snapshot-copy.rst
-${PYSITELIB}/awscli/examples/redshift/enable-snapshot-copy.rst
-${PYSITELIB}/awscli/examples/redshift/get-cluster-credentials.rst
-${PYSITELIB}/awscli/examples/redshift/get-reserved-node-exchange-offerings.rst
-${PYSITELIB}/awscli/examples/redshift/modify-cluster-iam-roles.rst
-${PYSITELIB}/awscli/examples/redshift/modify-cluster-maintenance.rst
-${PYSITELIB}/awscli/examples/redshift/modify-cluster-parameter-group.rst
-${PYSITELIB}/awscli/examples/redshift/modify-cluster-snapshot-schedule.rst
-${PYSITELIB}/awscli/examples/redshift/modify-cluster-snapshot.rst
-${PYSITELIB}/awscli/examples/redshift/modify-cluster-subnet-group.rst
-${PYSITELIB}/awscli/examples/redshift/modify-cluster.rst
-${PYSITELIB}/awscli/examples/redshift/modify-event-subscription.rst
-${PYSITELIB}/awscli/examples/redshift/modify-scheduled-action.rst
-${PYSITELIB}/awscli/examples/redshift/modify-snapshot-copy-retention-period.rst
-${PYSITELIB}/awscli/examples/redshift/modify-snapshot-schedule.rst
-${PYSITELIB}/awscli/examples/redshift/purchase-reserved-node-offering.rst
-${PYSITELIB}/awscli/examples/redshift/reboot-cluster.rst
-${PYSITELIB}/awscli/examples/redshift/reset-cluster-parameter-group.rst
-${PYSITELIB}/awscli/examples/redshift/resize-cluster.rst
-${PYSITELIB}/awscli/examples/redshift/restore-from-cluster-snapshot.rst
-${PYSITELIB}/awscli/examples/redshift/restore-table-from-cluster-snapshot.rst
-${PYSITELIB}/awscli/examples/redshift/revoke-cluster-security-group-ingress.rst
-${PYSITELIB}/awscli/examples/redshift/revoke-snapshot-access.rst
-${PYSITELIB}/awscli/examples/redshift/rotate-encryption-key.rst
-${PYSITELIB}/awscli/examples/redshift/wait/cluster-available.rst
-${PYSITELIB}/awscli/examples/redshift/wait/cluster-deleted.rst
-${PYSITELIB}/awscli/examples/redshift/wait/cluster-restored.rst
-${PYSITELIB}/awscli/examples/redshift/wait/snapshot-available.rst
-${PYSITELIB}/awscli/examples/rekognition/compare-faces.rst
-${PYSITELIB}/awscli/examples/rekognition/create-collection.rst
-${PYSITELIB}/awscli/examples/rekognition/create-stream-processor.rst
-${PYSITELIB}/awscli/examples/rekognition/delete-collection.rst
-${PYSITELIB}/awscli/examples/rekognition/delete-faces.rst
-${PYSITELIB}/awscli/examples/rekognition/delete-stream-processor.rst
-${PYSITELIB}/awscli/examples/rekognition/describe-collection.rst
-${PYSITELIB}/awscli/examples/rekognition/describe-stream-processor.rst
-${PYSITELIB}/awscli/examples/rekognition/detect-faces.rst
-${PYSITELIB}/awscli/examples/rekognition/detect-labels.rst
-${PYSITELIB}/awscli/examples/rekognition/detect-moderation-labels.rst
-${PYSITELIB}/awscli/examples/rekognition/detect-text.rst
-${PYSITELIB}/awscli/examples/rekognition/get-celebrity-info.rst
-${PYSITELIB}/awscli/examples/rekognition/get-celebrity-recognition.rst
-${PYSITELIB}/awscli/examples/rekognition/get-content-moderation.rst
-${PYSITELIB}/awscli/examples/rekognition/get-face-detection.rst
-${PYSITELIB}/awscli/examples/rekognition/get-face-search.rst
-${PYSITELIB}/awscli/examples/rekognition/get-label-detection.rst
-${PYSITELIB}/awscli/examples/rekognition/get-person-tracking.rst
-${PYSITELIB}/awscli/examples/rekognition/index-faces.rst
-${PYSITELIB}/awscli/examples/rekognition/list-collections.rst
-${PYSITELIB}/awscli/examples/rekognition/list-faces.rst
-${PYSITELIB}/awscli/examples/rekognition/list-stream-processors.rst
-${PYSITELIB}/awscli/examples/rekognition/recognize-celebrities.rst
-${PYSITELIB}/awscli/examples/rekognition/search-faces-by-image.rst
-${PYSITELIB}/awscli/examples/rekognition/search-faces.rst
-${PYSITELIB}/awscli/examples/rekognition/start-celebrity-recognition.rst
-${PYSITELIB}/awscli/examples/rekognition/start-content-moderation.rst
-${PYSITELIB}/awscli/examples/rekognition/start-face-detection.rst
-${PYSITELIB}/awscli/examples/rekognition/start-face-search.rst
-${PYSITELIB}/awscli/examples/rekognition/start-label-detection.rst
-${PYSITELIB}/awscli/examples/rekognition/start-person-tracking.rst
-${PYSITELIB}/awscli/examples/rekognition/start-stream-processor.rst
-${PYSITELIB}/awscli/examples/rekognition/stop-stream-processor.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/associate-default-view.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/batch-get-view.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/create-index.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/create-view.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/delete-index.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/delete-view.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/disassociate-default-view.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/get-default-view.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/get-index.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/get-view.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/list-indexes.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/list-supported-resource-types.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/list-views.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/search.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/tag-resource.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/untag-resource.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/update-index-type.rst
-${PYSITELIB}/awscli/examples/resource-explorer-2/update-view.rst
-${PYSITELIB}/awscli/examples/resource-groups/create-group.rst
-${PYSITELIB}/awscli/examples/resource-groups/delete-group.rst
-${PYSITELIB}/awscli/examples/resource-groups/get-group-query.rst
-${PYSITELIB}/awscli/examples/resource-groups/get-group.rst
-${PYSITELIB}/awscli/examples/resource-groups/get-tags.rst
-${PYSITELIB}/awscli/examples/resource-groups/list-group-resources.rst
-${PYSITELIB}/awscli/examples/resource-groups/list-groups.rst
-${PYSITELIB}/awscli/examples/resource-groups/list-resource-groups.rst
-${PYSITELIB}/awscli/examples/resource-groups/put-group-configuration.rst
-${PYSITELIB}/awscli/examples/resource-groups/search-resources.rst
-${PYSITELIB}/awscli/examples/resource-groups/tag.rst
-${PYSITELIB}/awscli/examples/resource-groups/untag.rst
-${PYSITELIB}/awscli/examples/resource-groups/update-group-query.rst
-${PYSITELIB}/awscli/examples/resource-groups/update-group.rst
-${PYSITELIB}/awscli/examples/resourcegroupstaggingapi/get-resources.rst
-${PYSITELIB}/awscli/examples/resourcegroupstaggingapi/get-tag-keys.rst
-${PYSITELIB}/awscli/examples/resourcegroupstaggingapi/get-tag-values.rst
-${PYSITELIB}/awscli/examples/resourcegroupstaggingapi/tag-resources.rst
-${PYSITELIB}/awscli/examples/resourcegroupstaggingapi/untag-resources.rst
-${PYSITELIB}/awscli/examples/robomaker/batch-describe-simulation-job.rst
-${PYSITELIB}/awscli/examples/robomaker/cancel-simulation-job.rst
-${PYSITELIB}/awscli/examples/robomaker/create-deployment-job.rst
-${PYSITELIB}/awscli/examples/robomaker/create-fleet.rst
-${PYSITELIB}/awscli/examples/robomaker/create-robot-application-version.rst
-${PYSITELIB}/awscli/examples/robomaker/create-robot-application.rst
-${PYSITELIB}/awscli/examples/robomaker/create-robot.rst
-${PYSITELIB}/awscli/examples/robomaker/create-simulation-application-version.rst
-${PYSITELIB}/awscli/examples/robomaker/create-simulation-application.rst
-${PYSITELIB}/awscli/examples/robomaker/create-simulation-job.rst
-${PYSITELIB}/awscli/examples/robomaker/delete-fleet.rst
-${PYSITELIB}/awscli/examples/robomaker/delete-robot-application.rst
-${PYSITELIB}/awscli/examples/robomaker/delete-robot.rst
-${PYSITELIB}/awscli/examples/robomaker/delete-simulation-application.rst
-${PYSITELIB}/awscli/examples/robomaker/deregister-robot.rst
-${PYSITELIB}/awscli/examples/robomaker/describe-deployment-job.rst
-${PYSITELIB}/awscli/examples/robomaker/describe-fleet.rst
-${PYSITELIB}/awscli/examples/robomaker/describe-robot-application.rst
-${PYSITELIB}/awscli/examples/robomaker/describe-robot.rst
-${PYSITELIB}/awscli/examples/robomaker/describe-simulation-application.rst
-${PYSITELIB}/awscli/examples/robomaker/describe-simulation-job.rst
-${PYSITELIB}/awscli/examples/robomaker/list-deployment-jobs.rst
-${PYSITELIB}/awscli/examples/robomaker/list-fleets.rst
-${PYSITELIB}/awscli/examples/robomaker/list-robot-applications.rst
-${PYSITELIB}/awscli/examples/robomaker/list-robots.rst
-${PYSITELIB}/awscli/examples/robomaker/list-simulation-applications.rst
-${PYSITELIB}/awscli/examples/robomaker/list-simulation-jobs.rst
-${PYSITELIB}/awscli/examples/robomaker/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/robomaker/register-robot.rst
-${PYSITELIB}/awscli/examples/robomaker/restart-simulation-job.rst
-${PYSITELIB}/awscli/examples/robomaker/sync-deployment-job.rst
-${PYSITELIB}/awscli/examples/robomaker/tag-resource.rst
-${PYSITELIB}/awscli/examples/robomaker/untag-resource.rst
-${PYSITELIB}/awscli/examples/robomaker/update-robot-application.rst
-${PYSITELIB}/awscli/examples/robomaker/update-simulation-application.rst
-${PYSITELIB}/awscli/examples/route53/change-resource-record-sets.rst
-${PYSITELIB}/awscli/examples/route53/change-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/route53/create-health-check.rst
-${PYSITELIB}/awscli/examples/route53/create-hosted-zone.rst
-${PYSITELIB}/awscli/examples/route53/delete-health-check.rst
-${PYSITELIB}/awscli/examples/route53/delete-hosted-zone.rst
-${PYSITELIB}/awscli/examples/route53/get-change.rst
-${PYSITELIB}/awscli/examples/route53/get-health-check.rst
-${PYSITELIB}/awscli/examples/route53/get-hosted-zone.rst
-${PYSITELIB}/awscli/examples/route53/list-health-checks.rst
-${PYSITELIB}/awscli/examples/route53/list-hosted-zones-by-name.rst
-${PYSITELIB}/awscli/examples/route53/list-hosted-zones.rst
-${PYSITELIB}/awscli/examples/route53/list-query-logging-configs.rst
-${PYSITELIB}/awscli/examples/route53/list-resource-record-sets.rst
-${PYSITELIB}/awscli/examples/route53domains/check-domain-availability.rst
-${PYSITELIB}/awscli/examples/route53domains/check-domain-transferability.rst
-${PYSITELIB}/awscli/examples/route53domains/delete-tags-for-domain.rst
-${PYSITELIB}/awscli/examples/route53domains/disable-domain-auto-renew.rst
-${PYSITELIB}/awscli/examples/route53domains/disable-domain-transfer-lock.rst
-${PYSITELIB}/awscli/examples/route53domains/enable-domain-auto-renew.rst
-${PYSITELIB}/awscli/examples/route53domains/enable-domain-transfer-lock.rst
-${PYSITELIB}/awscli/examples/route53domains/get-contact-reachability-status.rst
-${PYSITELIB}/awscli/examples/route53domains/get-domain-detail.rst
-${PYSITELIB}/awscli/examples/route53domains/get-domain-suggestions.rst
-${PYSITELIB}/awscli/examples/route53domains/get-operation-detail.rst
-${PYSITELIB}/awscli/examples/route53domains/list-domains.rst
-${PYSITELIB}/awscli/examples/route53domains/list-operations.rst
-${PYSITELIB}/awscli/examples/route53domains/list-tags-for-domain.rst
-${PYSITELIB}/awscli/examples/route53domains/register-domain.rst
-${PYSITELIB}/awscli/examples/route53domains/renew-domain.rst
-${PYSITELIB}/awscli/examples/route53domains/resend-contact-reachability-email.rst
-${PYSITELIB}/awscli/examples/route53domains/retrieve-domain-auth-code.rst
-${PYSITELIB}/awscli/examples/route53domains/transfer-domain.rst
-${PYSITELIB}/awscli/examples/route53domains/update-domain-contact-privacy.rst
-${PYSITELIB}/awscli/examples/route53domains/update-domain-contact.rst
-${PYSITELIB}/awscli/examples/route53domains/update-domain-nameservers.rst
-${PYSITELIB}/awscli/examples/route53domains/update-tags-for-domain.rst
-${PYSITELIB}/awscli/examples/route53domains/view-billing.rst
-${PYSITELIB}/awscli/examples/route53profiles/associate-profile.rst
-${PYSITELIB}/awscli/examples/route53profiles/associate-resource-to-profile.rst
-${PYSITELIB}/awscli/examples/route53profiles/create-profile.rst
-${PYSITELIB}/awscli/examples/route53profiles/delete-profile.rst
-${PYSITELIB}/awscli/examples/route53profiles/disassociate-profile.rst
-${PYSITELIB}/awscli/examples/route53profiles/disassociate-resource-from-profile.rst
-${PYSITELIB}/awscli/examples/route53profiles/get-profile-association.rst
-${PYSITELIB}/awscli/examples/route53profiles/get-profile-resource-association.rst
-${PYSITELIB}/awscli/examples/route53profiles/get-profile.rst
-${PYSITELIB}/awscli/examples/route53profiles/list-profile-associations.rst
-${PYSITELIB}/awscli/examples/route53profiles/list-profile-resource-associations.rst
-${PYSITELIB}/awscli/examples/route53profiles/list-profiles.rst
-${PYSITELIB}/awscli/examples/route53profiles/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/route53profiles/update-profile-resource-association.rst
-${PYSITELIB}/awscli/examples/route53resolver/associate-firewall-rule-group.rst
-${PYSITELIB}/awscli/examples/route53resolver/associate-resolver-endpoint-ip-address.rst
-${PYSITELIB}/awscli/examples/route53resolver/associate-resolver-rule.rst
-${PYSITELIB}/awscli/examples/route53resolver/create-firewall-domain-list.rst
-${PYSITELIB}/awscli/examples/route53resolver/create-firewall-rule-group.rst
-${PYSITELIB}/awscli/examples/route53resolver/create-firewall-rule.rst
-${PYSITELIB}/awscli/examples/route53resolver/create-resolver-endpoint.rst
-${PYSITELIB}/awscli/examples/route53resolver/create-resolver-rule.rst
-${PYSITELIB}/awscli/examples/route53resolver/delete-firewall-domain-list.rst
-${PYSITELIB}/awscli/examples/route53resolver/delete-firewall-rule-group.rst
-${PYSITELIB}/awscli/examples/route53resolver/delete-firewall-rule.rst
-${PYSITELIB}/awscli/examples/route53resolver/delete-resolver-endpoint.rst
-${PYSITELIB}/awscli/examples/route53resolver/delete-resolver-rule.rst
-${PYSITELIB}/awscli/examples/route53resolver/disassociate-firewall-rule-group.rst
-${PYSITELIB}/awscli/examples/route53resolver/disassociate-resolver-endpoint-ip-address.rst
-${PYSITELIB}/awscli/examples/route53resolver/disassociate-resolver-rule.rst
-${PYSITELIB}/awscli/examples/route53resolver/get-firewall-config.rst
-${PYSITELIB}/awscli/examples/route53resolver/get-firewall-domain-list.rst
-${PYSITELIB}/awscli/examples/route53resolver/get-firewall-rule-group-association.rst
-${PYSITELIB}/awscli/examples/route53resolver/get-firewall-rule-group-policy.rst
-${PYSITELIB}/awscli/examples/route53resolver/get-firewall-rule-group.rst
-${PYSITELIB}/awscli/examples/route53resolver/get-resolver-endpoint.rst
-${PYSITELIB}/awscli/examples/route53resolver/get-resolver-rule-association.rst
-${PYSITELIB}/awscli/examples/route53resolver/get-resolver-rule.rst
-${PYSITELIB}/awscli/examples/route53resolver/import-firewall-domains.rst
-${PYSITELIB}/awscli/examples/route53resolver/list-firewall-configs.rst
-${PYSITELIB}/awscli/examples/route53resolver/list-firewall-domain-lists.rst
-${PYSITELIB}/awscli/examples/route53resolver/list-firewall-domains.rst
-${PYSITELIB}/awscli/examples/route53resolver/list-firewall-rule-group-associations.rst
-${PYSITELIB}/awscli/examples/route53resolver/list-firewall-rule-groups.rst
-${PYSITELIB}/awscli/examples/route53resolver/list-firewall-rules.rst
-${PYSITELIB}/awscli/examples/route53resolver/list-resolver-endpoint-ip-addresses.rst
-${PYSITELIB}/awscli/examples/route53resolver/list-resolver-endpoints.rst
-${PYSITELIB}/awscli/examples/route53resolver/list-resolver-rule-associations.rst
-${PYSITELIB}/awscli/examples/route53resolver/list-resolver-rules.rst
-${PYSITELIB}/awscli/examples/route53resolver/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/route53resolver/put-firewall-rule-group-policy.rst
-${PYSITELIB}/awscli/examples/route53resolver/put-resolver-rule-policy.rst
-${PYSITELIB}/awscli/examples/route53resolver/tag-resource.rst
-${PYSITELIB}/awscli/examples/route53resolver/untag-resource.rst
-${PYSITELIB}/awscli/examples/route53resolver/update-firewall-config.rst
-${PYSITELIB}/awscli/examples/route53resolver/update-firewall-domains.rst
-${PYSITELIB}/awscli/examples/route53resolver/update-firewall-rule-group-association.rst
-${PYSITELIB}/awscli/examples/route53resolver/update-firewall-rule.rst
-${PYSITELIB}/awscli/examples/route53resolver/update-resolver-endpoint.rst
-${PYSITELIB}/awscli/examples/route53resolver/update-resolver-rule.rst
-${PYSITELIB}/awscli/examples/s3/_concepts.rst
-${PYSITELIB}/awscli/examples/s3/cp.rst
-${PYSITELIB}/awscli/examples/s3/ls.rst
-${PYSITELIB}/awscli/examples/s3/mb.rst
-${PYSITELIB}/awscli/examples/s3/mv.rst
-${PYSITELIB}/awscli/examples/s3/mv/_description.rst
-${PYSITELIB}/awscli/examples/s3/presign.rst
-${PYSITELIB}/awscli/examples/s3/rb.rst
-${PYSITELIB}/awscli/examples/s3/rm.rst
-${PYSITELIB}/awscli/examples/s3/sync.rst
-${PYSITELIB}/awscli/examples/s3/website.rst
-${PYSITELIB}/awscli/examples/s3api/abort-multipart-upload.rst
-${PYSITELIB}/awscli/examples/s3api/complete-multipart-upload.rst
-${PYSITELIB}/awscli/examples/s3api/copy-object.rst
-${PYSITELIB}/awscli/examples/s3api/create-bucket.rst
-${PYSITELIB}/awscli/examples/s3api/create-multipart-upload.rst
-${PYSITELIB}/awscli/examples/s3api/delete-bucket-analytics-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/delete-bucket-cors.rst
-${PYSITELIB}/awscli/examples/s3api/delete-bucket-encryption.rst
-${PYSITELIB}/awscli/examples/s3api/delete-bucket-intelligent-tiering-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/delete-bucket-inventory-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/delete-bucket-lifecycle.rst
-${PYSITELIB}/awscli/examples/s3api/delete-bucket-metrics-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/delete-bucket-ownership-controls.rst
-${PYSITELIB}/awscli/examples/s3api/delete-bucket-policy.rst
-${PYSITELIB}/awscli/examples/s3api/delete-bucket-replication.rst
-${PYSITELIB}/awscli/examples/s3api/delete-bucket-tagging.rst
-${PYSITELIB}/awscli/examples/s3api/delete-bucket-website.rst
-${PYSITELIB}/awscli/examples/s3api/delete-bucket.rst
-${PYSITELIB}/awscli/examples/s3api/delete-object-tagging.rst
-${PYSITELIB}/awscli/examples/s3api/delete-object.rst
-${PYSITELIB}/awscli/examples/s3api/delete-objects.rst
-${PYSITELIB}/awscli/examples/s3api/delete-public-access-block.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-accelerate-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-acl.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-analytics-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-cors.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-encryption.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-intelligent-tiering-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-inventory-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-lifecycle-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-lifecycle.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-location.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-logging.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-metrics-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-notification-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-notification.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-ownership-controls.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-policy-status.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-policy.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-replication.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-request-payment.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-tagging.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-versioning.rst
-${PYSITELIB}/awscli/examples/s3api/get-bucket-website.rst
-${PYSITELIB}/awscli/examples/s3api/get-object-acl.rst
-${PYSITELIB}/awscli/examples/s3api/get-object-attributes.rst
-${PYSITELIB}/awscli/examples/s3api/get-object-legal-hold.rst
-${PYSITELIB}/awscli/examples/s3api/get-object-lock-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/get-object-retention.rst
-${PYSITELIB}/awscli/examples/s3api/get-object-tagging.rst
-${PYSITELIB}/awscli/examples/s3api/get-object-torrent.rst
-${PYSITELIB}/awscli/examples/s3api/get-object.rst
-${PYSITELIB}/awscli/examples/s3api/get-public-access-block.rst
-${PYSITELIB}/awscli/examples/s3api/head-bucket.rst
-${PYSITELIB}/awscli/examples/s3api/head-object.rst
-${PYSITELIB}/awscli/examples/s3api/list-bucket-analytics-configurations.rst
-${PYSITELIB}/awscli/examples/s3api/list-bucket-intelligent-tiering-configurations.rst
-${PYSITELIB}/awscli/examples/s3api/list-bucket-inventory-configurations.rst
-${PYSITELIB}/awscli/examples/s3api/list-bucket-metrics-configurations.rst
-${PYSITELIB}/awscli/examples/s3api/list-buckets.rst
-${PYSITELIB}/awscli/examples/s3api/list-multipart-uploads.rst
-${PYSITELIB}/awscli/examples/s3api/list-object-versions.rst
-${PYSITELIB}/awscli/examples/s3api/list-objects-v2.rst
-${PYSITELIB}/awscli/examples/s3api/list-objects.rst
-${PYSITELIB}/awscli/examples/s3api/list-parts.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-accelerate-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-acl.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-analytics-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-cors.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-encryption.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-intelligent-tiering-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-inventory-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-lifecycle-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-lifecycle.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-logging.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-metrics-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-notification-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-notification.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-ownership-controls.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-policy.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-replication.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-request-payment.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-tagging.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-versioning.rst
-${PYSITELIB}/awscli/examples/s3api/put-bucket-website.rst
-${PYSITELIB}/awscli/examples/s3api/put-object-acl.rst
-${PYSITELIB}/awscli/examples/s3api/put-object-legal-hold.rst
-${PYSITELIB}/awscli/examples/s3api/put-object-lock-configuration.rst
-${PYSITELIB}/awscli/examples/s3api/put-object-retention.rst
-${PYSITELIB}/awscli/examples/s3api/put-object-tagging.rst
-${PYSITELIB}/awscli/examples/s3api/put-object.rst
-${PYSITELIB}/awscli/examples/s3api/put-public-access-block.rst
-${PYSITELIB}/awscli/examples/s3api/restore-object.rst
-${PYSITELIB}/awscli/examples/s3api/select-object-content.rst
-${PYSITELIB}/awscli/examples/s3api/upload-part-copy.rst
-${PYSITELIB}/awscli/examples/s3api/upload-part.rst
-${PYSITELIB}/awscli/examples/s3api/wait/bucket-exists.rst
-${PYSITELIB}/awscli/examples/s3api/wait/bucket-not-exists.rst
-${PYSITELIB}/awscli/examples/s3api/wait/object-exists.rst
-${PYSITELIB}/awscli/examples/s3api/wait/object-not-exists.rst
-${PYSITELIB}/awscli/examples/s3control/create-access-point.rst
-${PYSITELIB}/awscli/examples/s3control/create-job.rst
-${PYSITELIB}/awscli/examples/s3control/delete-access-point-policy.rst
-${PYSITELIB}/awscli/examples/s3control/delete-access-point.rst
-${PYSITELIB}/awscli/examples/s3control/delete-public-access-block.rst
-${PYSITELIB}/awscli/examples/s3control/describe-job.rst
-${PYSITELIB}/awscli/examples/s3control/get-access-point-policy-status.rst
-${PYSITELIB}/awscli/examples/s3control/get-access-point-policy.rst
-${PYSITELIB}/awscli/examples/s3control/get-access-point.rst
-${PYSITELIB}/awscli/examples/s3control/get-multi-region-access-point-routes.rst
-${PYSITELIB}/awscli/examples/s3control/get-public-access-block.rst
-${PYSITELIB}/awscli/examples/s3control/list-access-points.rst
-${PYSITELIB}/awscli/examples/s3control/list-jobs.rst
-${PYSITELIB}/awscli/examples/s3control/put-access-point-policy.rst
-${PYSITELIB}/awscli/examples/s3control/put-public-access-block.rst
-${PYSITELIB}/awscli/examples/s3control/submit-multi-region-access-point-routes.rst
-${PYSITELIB}/awscli/examples/s3control/update-job-priority.rst
-${PYSITELIB}/awscli/examples/s3control/update-job-status.rst
-${PYSITELIB}/awscli/examples/secretsmanager/batch-get-secret-value.rst
-${PYSITELIB}/awscli/examples/secretsmanager/cancel-rotate-secret.rst
-${PYSITELIB}/awscli/examples/secretsmanager/create-secret.rst
-${PYSITELIB}/awscli/examples/secretsmanager/delete-resource-policy.rst
-${PYSITELIB}/awscli/examples/secretsmanager/delete-secret.rst
-${PYSITELIB}/awscli/examples/secretsmanager/describe-secret.rst
-${PYSITELIB}/awscli/examples/secretsmanager/get-random-password.rst
-${PYSITELIB}/awscli/examples/secretsmanager/get-resource-policy.rst
-${PYSITELIB}/awscli/examples/secretsmanager/get-secret-value.rst
-${PYSITELIB}/awscli/examples/secretsmanager/list-secret-version-ids.rst
-${PYSITELIB}/awscli/examples/secretsmanager/list-secrets.rst
-${PYSITELIB}/awscli/examples/secretsmanager/put-resource-policy.rst
-${PYSITELIB}/awscli/examples/secretsmanager/put-secret-value.rst
-${PYSITELIB}/awscli/examples/secretsmanager/remove-regions-from-replication.rst
-${PYSITELIB}/awscli/examples/secretsmanager/replicate-secret-to-regions.rst
-${PYSITELIB}/awscli/examples/secretsmanager/restore-secret.rst
-${PYSITELIB}/awscli/examples/secretsmanager/rotate-secret.rst
-${PYSITELIB}/awscli/examples/secretsmanager/stop-replication-to-replica.rst
-${PYSITELIB}/awscli/examples/secretsmanager/tag-resource.rst
-${PYSITELIB}/awscli/examples/secretsmanager/untag-resource.rst
-${PYSITELIB}/awscli/examples/secretsmanager/update-secret-version-stage.rst
-${PYSITELIB}/awscli/examples/secretsmanager/update-secret.rst
-${PYSITELIB}/awscli/examples/secretsmanager/validate-resource-policy.rst
-${PYSITELIB}/awscli/examples/securityhub/accept-administrator-invitation.rst
-${PYSITELIB}/awscli/examples/securityhub/accept-invitation.rst
-${PYSITELIB}/awscli/examples/securityhub/batch-delete-automation-rules.rst
-${PYSITELIB}/awscli/examples/securityhub/batch-disable-standards.rst
-${PYSITELIB}/awscli/examples/securityhub/batch-enable-standards.rst
-${PYSITELIB}/awscli/examples/securityhub/batch-get-automation-rules.rst
-${PYSITELIB}/awscli/examples/securityhub/batch-get-configuration-policy-associations.rst
-${PYSITELIB}/awscli/examples/securityhub/batch-get-security-controls.rst
-${PYSITELIB}/awscli/examples/securityhub/batch-get-standards-control-associations.rst
-${PYSITELIB}/awscli/examples/securityhub/batch-import-findings.rst
-${PYSITELIB}/awscli/examples/securityhub/batch-update-automation-rules.rst
-${PYSITELIB}/awscli/examples/securityhub/batch-update-findings.rst
-${PYSITELIB}/awscli/examples/securityhub/batch-update-standards-control-associations.rst
-${PYSITELIB}/awscli/examples/securityhub/create-action-target.rst
-${PYSITELIB}/awscli/examples/securityhub/create-automation-rule.rst
-${PYSITELIB}/awscli/examples/securityhub/create-configuration-policy.rst
-${PYSITELIB}/awscli/examples/securityhub/create-finding-aggregator.rst
-${PYSITELIB}/awscli/examples/securityhub/create-insight.rst
-${PYSITELIB}/awscli/examples/securityhub/create-members.rst
-${PYSITELIB}/awscli/examples/securityhub/decline-invitations.rst
-${PYSITELIB}/awscli/examples/securityhub/delete-action-target.rst
-${PYSITELIB}/awscli/examples/securityhub/delete-configuration-policy.rst
-${PYSITELIB}/awscli/examples/securityhub/delete-finding-aggregator.rst
-${PYSITELIB}/awscli/examples/securityhub/delete-insight.rst
-${PYSITELIB}/awscli/examples/securityhub/delete-invitations.rst
-${PYSITELIB}/awscli/examples/securityhub/delete-members.rst
-${PYSITELIB}/awscli/examples/securityhub/describe-action-targets.rst
-${PYSITELIB}/awscli/examples/securityhub/describe-hub.rst
-${PYSITELIB}/awscli/examples/securityhub/describe-organization-configuration.rst
-${PYSITELIB}/awscli/examples/securityhub/describe-products.rst
-${PYSITELIB}/awscli/examples/securityhub/describe-standards-controls.rst
-${PYSITELIB}/awscli/examples/securityhub/describe-standards.rst
-${PYSITELIB}/awscli/examples/securityhub/disable-import-findings-for-product.rst
-${PYSITELIB}/awscli/examples/securityhub/disable-organization-admin-account.rst
-${PYSITELIB}/awscli/examples/securityhub/disable-security-hub.rst
-${PYSITELIB}/awscli/examples/securityhub/disassociate-from-administrator-account.rst
-${PYSITELIB}/awscli/examples/securityhub/disassociate-from-master-account.rst
-${PYSITELIB}/awscli/examples/securityhub/disassociate-members.rst
-${PYSITELIB}/awscli/examples/securityhub/enable-import-findings-for-product.rst
-${PYSITELIB}/awscli/examples/securityhub/enable-organization-admin-account.rst
-${PYSITELIB}/awscli/examples/securityhub/enable-security-hub.rst
-${PYSITELIB}/awscli/examples/securityhub/get-administrator-account.rst
-${PYSITELIB}/awscli/examples/securityhub/get-configuration-policy-association.rst
-${PYSITELIB}/awscli/examples/securityhub/get-configuration-policy.rst
-${PYSITELIB}/awscli/examples/securityhub/get-enabled-standards.rst
-${PYSITELIB}/awscli/examples/securityhub/get-finding-aggregator.rst
-${PYSITELIB}/awscli/examples/securityhub/get-finding-history.rst
-${PYSITELIB}/awscli/examples/securityhub/get-findings.rst
-${PYSITELIB}/awscli/examples/securityhub/get-insight-results.rst
-${PYSITELIB}/awscli/examples/securityhub/get-insights.rst
-${PYSITELIB}/awscli/examples/securityhub/get-invitations-count.rst
-${PYSITELIB}/awscli/examples/securityhub/get-master-account.rst
-${PYSITELIB}/awscli/examples/securityhub/get-members.rst
-${PYSITELIB}/awscli/examples/securityhub/get-security-control-definition.rst
-${PYSITELIB}/awscli/examples/securityhub/invite-members.rst
-${PYSITELIB}/awscli/examples/securityhub/list-automation-rules.rst
-${PYSITELIB}/awscli/examples/securityhub/list-configuration-policies.rst
-${PYSITELIB}/awscli/examples/securityhub/list-configuration-policy-associations.rst
-${PYSITELIB}/awscli/examples/securityhub/list-enabled-products-for-import.rst
-${PYSITELIB}/awscli/examples/securityhub/list-finding-aggregators.rst
-${PYSITELIB}/awscli/examples/securityhub/list-invitations.rst
-${PYSITELIB}/awscli/examples/securityhub/list-members.rst
-${PYSITELIB}/awscli/examples/securityhub/list-organization-admin-accounts.rst
-${PYSITELIB}/awscli/examples/securityhub/list-security-control-definitions.rst
-${PYSITELIB}/awscli/examples/securityhub/list-standards-control-associations.rst
-${PYSITELIB}/awscli/examples/securityhub/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/securityhub/start-configuration-policy-association.rst
-${PYSITELIB}/awscli/examples/securityhub/start-configuration-policy-disassociation.rst
-${PYSITELIB}/awscli/examples/securityhub/tag-resource.rst
-${PYSITELIB}/awscli/examples/securityhub/untag-resource.rst
-${PYSITELIB}/awscli/examples/securityhub/update-action-target.rst
-${PYSITELIB}/awscli/examples/securityhub/update-configuration-policy.rst
-${PYSITELIB}/awscli/examples/securityhub/update-finding-aggregator.rst
-${PYSITELIB}/awscli/examples/securityhub/update-insight.rst
-${PYSITELIB}/awscli/examples/securityhub/update-organization-configuration.rst
-${PYSITELIB}/awscli/examples/securityhub/update-security-control.rst
-${PYSITELIB}/awscli/examples/securityhub/update-security-hub-configuration.rst
-${PYSITELIB}/awscli/examples/securityhub/update-standards-control.rst
-${PYSITELIB}/awscli/examples/securitylake/create-aws-log-source.rst
-${PYSITELIB}/awscli/examples/securitylake/create-custom-log-source.rst
-${PYSITELIB}/awscli/examples/securitylake/create-data-lake-exception-subscription.rst
-${PYSITELIB}/awscli/examples/securitylake/create-data-lake-organization-configuration.rst
-${PYSITELIB}/awscli/examples/securitylake/create-data-lake.rst
-${PYSITELIB}/awscli/examples/securitylake/create-subscriber-notification.rst
-${PYSITELIB}/awscli/examples/securitylake/create-subscriber.rst
-${PYSITELIB}/awscli/examples/securitylake/delete-aws-log-source.rst
-${PYSITELIB}/awscli/examples/securitylake/delete-custom-log-source.rst
-${PYSITELIB}/awscli/examples/securitylake/delete-data-lake-organization-configuration.rst
-${PYSITELIB}/awscli/examples/securitylake/delete-data-lake.rst
-${PYSITELIB}/awscli/examples/securitylake/delete-subscriber-notification.rst
-${PYSITELIB}/awscli/examples/securitylake/delete-subscriber.rst
-${PYSITELIB}/awscli/examples/securitylake/get-data-lake-exception-subscription.rst
-${PYSITELIB}/awscli/examples/securitylake/get-data-lake-organization-configuration.rst
-${PYSITELIB}/awscli/examples/securitylake/get-data-lake-sources.rst
-${PYSITELIB}/awscli/examples/securitylake/get-subscriber.rst
-${PYSITELIB}/awscli/examples/securitylake/list-data-lake-exceptions.rst
-${PYSITELIB}/awscli/examples/securitylake/list-data-lakes.rst
-${PYSITELIB}/awscli/examples/securitylake/list-log-sources.rst
-${PYSITELIB}/awscli/examples/securitylake/list-subscribers.rst
-${PYSITELIB}/awscli/examples/securitylake/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/securitylake/register-data-lake-delegated-administrator.rst
-${PYSITELIB}/awscli/examples/securitylake/tag-resource.rst
-${PYSITELIB}/awscli/examples/securitylake/untag-resource.rst
-${PYSITELIB}/awscli/examples/securitylake/update-data-lake-exception-subscription.rst
-${PYSITELIB}/awscli/examples/securitylake/update-data-lake.rst
-${PYSITELIB}/awscli/examples/securitylake/update-subscriber-notification.rst
-${PYSITELIB}/awscli/examples/securitylake/update-subscriber.rst
-${PYSITELIB}/awscli/examples/serverlessrepo/put-application-policy.rst
-${PYSITELIB}/awscli/examples/service-quotas/get-aws-default-service-quota.rst
-${PYSITELIB}/awscli/examples/service-quotas/get-requested-service-quota-change.rst
-${PYSITELIB}/awscli/examples/service-quotas/get-service-quota.rst
-${PYSITELIB}/awscli/examples/service-quotas/list-aws-default-service-quotas.rst
-${PYSITELIB}/awscli/examples/service-quotas/list-requested-service-quota-change-history-by-quota.rst
-${PYSITELIB}/awscli/examples/service-quotas/list-requested-service-quota-change-history.rst
-${PYSITELIB}/awscli/examples/service-quotas/list-service-quotas.rst
-${PYSITELIB}/awscli/examples/service-quotas/list-services.rst
-${PYSITELIB}/awscli/examples/service-quotas/request-service-quota-increase.rst
-${PYSITELIB}/awscli/examples/servicecatalog-appregistry/associate-attribute-group.rst
-${PYSITELIB}/awscli/examples/servicecatalog-appregistry/create-application.rst
-${PYSITELIB}/awscli/examples/servicecatalog-appregistry/create-attribute-group.rst
-${PYSITELIB}/awscli/examples/servicecatalog-appregistry/delete-application.rst
-${PYSITELIB}/awscli/examples/servicecatalog-appregistry/delete-attribute-group.rst
-${PYSITELIB}/awscli/examples/servicecatalog-appregistry/get-application.rst
-${PYSITELIB}/awscli/examples/servicecatalog-appregistry/get-attribute-group.rst
-${PYSITELIB}/awscli/examples/servicecatalog-appregistry/list-applications.rst
-${PYSITELIB}/awscli/examples/servicecatalog-appregistry/list-associated-attribute-groups.rst
-${PYSITELIB}/awscli/examples/servicecatalog-appregistry/list-attribute-groups-for-application.rst
-${PYSITELIB}/awscli/examples/servicecatalog-appregistry/list-attribute-groups.rst
-${PYSITELIB}/awscli/examples/servicecatalog-appregistry/update-application.rst
-${PYSITELIB}/awscli/examples/servicecatalog-appregistry/update-attribute-group.rst
-${PYSITELIB}/awscli/examples/servicecatalog/accept-portfolio-share.rst
-${PYSITELIB}/awscli/examples/servicecatalog/associate-principal-with-portfolio.rst
-${PYSITELIB}/awscli/examples/servicecatalog/associate-product-with-portfolio.rst
-${PYSITELIB}/awscli/examples/servicecatalog/associate-tag-option-with-resource.rst
-${PYSITELIB}/awscli/examples/servicecatalog/copy-product.rst
-${PYSITELIB}/awscli/examples/servicecatalog/create-portfolio-share.rst
-${PYSITELIB}/awscli/examples/servicecatalog/create-portfolio.rst
-${PYSITELIB}/awscli/examples/servicecatalog/create-product.rst
-${PYSITELIB}/awscli/examples/servicecatalog/create-provisioning-artifact.rst
-${PYSITELIB}/awscli/examples/servicecatalog/create-tag-option.rst
-${PYSITELIB}/awscli/examples/servicecatalog/delete-portfolio-share.rst
-${PYSITELIB}/awscli/examples/servicecatalog/delete-portfolio.rst
-${PYSITELIB}/awscli/examples/servicecatalog/delete-product.rst
-${PYSITELIB}/awscli/examples/servicecatalog/delete-provisioning-artifact.rst
-${PYSITELIB}/awscli/examples/servicecatalog/delete-tag-option.rst
-${PYSITELIB}/awscli/examples/servicecatalog/describe-copy-product-status.rst
-${PYSITELIB}/awscli/examples/servicecatalog/describe-portfolio.rst
-${PYSITELIB}/awscli/examples/servicecatalog/describe-product-as-admin.rst
-${PYSITELIB}/awscli/examples/servicecatalog/describe-provisioned-product.rst
-${PYSITELIB}/awscli/examples/servicecatalog/describe-provisioning-artifact.rst
-${PYSITELIB}/awscli/examples/servicecatalog/describe-tag-option.rst
-${PYSITELIB}/awscli/examples/servicecatalog/disassociate-principal-from-portfolio.rst
-${PYSITELIB}/awscli/examples/servicecatalog/disassociate-product-from-portfolio.rst
-${PYSITELIB}/awscli/examples/servicecatalog/disassociate-tag-option-from-resource.rst
-${PYSITELIB}/awscli/examples/servicecatalog/list-accepted-portfolio-shares.rst
-${PYSITELIB}/awscli/examples/servicecatalog/list-portfolio-access.rst
-${PYSITELIB}/awscli/examples/servicecatalog/list-portfolios-for-product.rst
-${PYSITELIB}/awscli/examples/servicecatalog/list-portfolios.rst
-${PYSITELIB}/awscli/examples/servicecatalog/list-principals-for-portfolio.rst
-${PYSITELIB}/awscli/examples/servicecatalog/list-provisioning-artifacts.rst
-${PYSITELIB}/awscli/examples/servicecatalog/list-resources-for-tag-option.rst
-${PYSITELIB}/awscli/examples/servicecatalog/list-tag-options.rst
-${PYSITELIB}/awscli/examples/servicecatalog/provision-product.rst
-${PYSITELIB}/awscli/examples/servicecatalog/reject-portfolio-share.rst
-${PYSITELIB}/awscli/examples/servicecatalog/scan-provisioned-products.rst
-${PYSITELIB}/awscli/examples/servicecatalog/search-products-as-admin.rst
-${PYSITELIB}/awscli/examples/servicecatalog/search-provisioned-products.rst
-${PYSITELIB}/awscli/examples/servicecatalog/update-portfolio.rst
-${PYSITELIB}/awscli/examples/servicecatalog/update-product.rst
-${PYSITELIB}/awscli/examples/servicecatalog/update-provisioning-artifact.rst
-${PYSITELIB}/awscli/examples/servicecatalog/update-tag-option.rst
-${PYSITELIB}/awscli/examples/servicediscovery/create-http-namespace.rst
-${PYSITELIB}/awscli/examples/servicediscovery/create-private-dns-namespace.rst
-${PYSITELIB}/awscli/examples/servicediscovery/create-public-dns-namespace.rst
-${PYSITELIB}/awscli/examples/servicediscovery/create-service.rst
-${PYSITELIB}/awscli/examples/servicediscovery/delete-namespace.rst
-${PYSITELIB}/awscli/examples/servicediscovery/delete-service-attributes.rst
-${PYSITELIB}/awscli/examples/servicediscovery/delete-service.rst
-${PYSITELIB}/awscli/examples/servicediscovery/deregister-instance.rst
-${PYSITELIB}/awscli/examples/servicediscovery/discover-instances-revision.rst
-${PYSITELIB}/awscli/examples/servicediscovery/discover-instances.rst
-${PYSITELIB}/awscli/examples/servicediscovery/get-instance.rst
-${PYSITELIB}/awscli/examples/servicediscovery/get-instances-health-status.rst
-${PYSITELIB}/awscli/examples/servicediscovery/get-namespace.rst
-${PYSITELIB}/awscli/examples/servicediscovery/get-operation.rst
-${PYSITELIB}/awscli/examples/servicediscovery/get-service-attributes.rst
-${PYSITELIB}/awscli/examples/servicediscovery/get-service.rst
-${PYSITELIB}/awscli/examples/servicediscovery/list-instances.rst
-${PYSITELIB}/awscli/examples/servicediscovery/list-namespaces.rst
-${PYSITELIB}/awscli/examples/servicediscovery/list-operations.rst
-${PYSITELIB}/awscli/examples/servicediscovery/list-services.rst
-${PYSITELIB}/awscli/examples/servicediscovery/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/servicediscovery/register-instance.rst
-${PYSITELIB}/awscli/examples/servicediscovery/tag-resource.rst
-${PYSITELIB}/awscli/examples/servicediscovery/untag-resource.rst
-${PYSITELIB}/awscli/examples/servicediscovery/update-http-namespace.rst
-${PYSITELIB}/awscli/examples/servicediscovery/update-instance-custom-health-status.rst
-${PYSITELIB}/awscli/examples/servicediscovery/update-private-dns-namespace.rst
-${PYSITELIB}/awscli/examples/servicediscovery/update-public-dns-namespace.rst
-${PYSITELIB}/awscli/examples/servicediscovery/update-service-attributes.rst
-${PYSITELIB}/awscli/examples/servicediscovery/update-service.rst
-${PYSITELIB}/awscli/examples/ses/delete-identity.rst
-${PYSITELIB}/awscli/examples/ses/get-identity-dkim-attributes.rst
-${PYSITELIB}/awscli/examples/ses/get-identity-notification-attributes.rst
-${PYSITELIB}/awscli/examples/ses/get-identity-verification-attributes.rst
-${PYSITELIB}/awscli/examples/ses/get-send-quota.rst
-${PYSITELIB}/awscli/examples/ses/get-send-statistics.rst
-${PYSITELIB}/awscli/examples/ses/list-identities.rst
-${PYSITELIB}/awscli/examples/ses/send-email.rst
-${PYSITELIB}/awscli/examples/ses/send-raw-email.rst
-${PYSITELIB}/awscli/examples/ses/set-identity-dkim-enabled.rst
-${PYSITELIB}/awscli/examples/ses/set-identity-feedback-forwarding-enabled.rst
-${PYSITELIB}/awscli/examples/ses/set-identity-notification-topic.rst
-${PYSITELIB}/awscli/examples/ses/verify-domain-dkim.rst
-${PYSITELIB}/awscli/examples/ses/verify-domain-identity.rst
-${PYSITELIB}/awscli/examples/ses/verify-email-identity.rst
-${PYSITELIB}/awscli/examples/shield/associate-drt-log-bucket.rst
-${PYSITELIB}/awscli/examples/shield/associate-drt-role.rst
-${PYSITELIB}/awscli/examples/shield/create-protection.rst
-${PYSITELIB}/awscli/examples/shield/create-subscription.rst
-${PYSITELIB}/awscli/examples/shield/delete-protection.rst
-${PYSITELIB}/awscli/examples/shield/describe-attack.rst
-${PYSITELIB}/awscli/examples/shield/describe-drt-access.rst
-${PYSITELIB}/awscli/examples/shield/describe-emergency-contact-settings.rst
-${PYSITELIB}/awscli/examples/shield/describe-protection.rst
-${PYSITELIB}/awscli/examples/shield/describe-subscription.rst
-${PYSITELIB}/awscli/examples/shield/disassociate-drt-log-bucket.rst
-${PYSITELIB}/awscli/examples/shield/disassociate-drt-role.rst
-${PYSITELIB}/awscli/examples/shield/get-subscription-state.rst
-${PYSITELIB}/awscli/examples/shield/list-attacks.rst
-${PYSITELIB}/awscli/examples/shield/list-protections.rst
-${PYSITELIB}/awscli/examples/shield/update-emergency-contact-settings.rst
-${PYSITELIB}/awscli/examples/shield/update-subscription.rst
-${PYSITELIB}/awscli/examples/signer/cancel-signing-profile.rst
-${PYSITELIB}/awscli/examples/signer/describe-signing-job.rst
-${PYSITELIB}/awscli/examples/signer/get-signing-platform.rst
-${PYSITELIB}/awscli/examples/signer/get-signing-profile.rst
-${PYSITELIB}/awscli/examples/signer/list-signing-jobs.rst
-${PYSITELIB}/awscli/examples/signer/list-signing-platforms.rst
-${PYSITELIB}/awscli/examples/signer/list-signing-profiles.rst
-${PYSITELIB}/awscli/examples/signer/put-signing-profile.rst
-${PYSITELIB}/awscli/examples/signer/start-signing-job.rst
-${PYSITELIB}/awscli/examples/snowball/get-snowball-usage.rst
-${PYSITELIB}/awscli/examples/snowball/list-jobs.rst
-${PYSITELIB}/awscli/examples/sns/add-permission.rst
-${PYSITELIB}/awscli/examples/sns/check-if-phone-number-is-opted-out.rst
-${PYSITELIB}/awscli/examples/sns/confirm-subscription.rst
-${PYSITELIB}/awscli/examples/sns/create-platform-application.rst
-${PYSITELIB}/awscli/examples/sns/create-platform-endpoint.rst
-${PYSITELIB}/awscli/examples/sns/create-topic.rst
-${PYSITELIB}/awscli/examples/sns/delete-endpoint.rst
-${PYSITELIB}/awscli/examples/sns/delete-platform-application.rst
-${PYSITELIB}/awscli/examples/sns/delete-topic.rst
-${PYSITELIB}/awscli/examples/sns/get-endpoint-attributes.rst
-${PYSITELIB}/awscli/examples/sns/get-platform-application-attributes.rst
-${PYSITELIB}/awscli/examples/sns/get-sms-attributes.rst
-${PYSITELIB}/awscli/examples/sns/get-subscription-attributes.rst
-${PYSITELIB}/awscli/examples/sns/get-topic-attributes.rst
-${PYSITELIB}/awscli/examples/sns/list-endpoints-by-platform-application.rst
-${PYSITELIB}/awscli/examples/sns/list-phone-numbers-opted-out.rst
-${PYSITELIB}/awscli/examples/sns/list-platform-applications.rst
-${PYSITELIB}/awscli/examples/sns/list-subscriptions-by-topic.rst
-${PYSITELIB}/awscli/examples/sns/list-subscriptions.rst
-${PYSITELIB}/awscli/examples/sns/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/sns/list-topics.rst
-${PYSITELIB}/awscli/examples/sns/opt-in-phone-number.rst
-${PYSITELIB}/awscli/examples/sns/publish.rst
-${PYSITELIB}/awscli/examples/sns/put-data-protection-policy.rst
-${PYSITELIB}/awscli/examples/sns/remove-permission.rst
-${PYSITELIB}/awscli/examples/sns/set-endpoint-attributes.rst
-${PYSITELIB}/awscli/examples/sns/set-platform-application-attributes.rst
-${PYSITELIB}/awscli/examples/sns/set-sms-attributes.rst
-${PYSITELIB}/awscli/examples/sns/set-subscription-attributes.rst
-${PYSITELIB}/awscli/examples/sns/set-topic-attributes.rst
-${PYSITELIB}/awscli/examples/sns/subscribe.rst
-${PYSITELIB}/awscli/examples/sns/tag-resource.rst
-${PYSITELIB}/awscli/examples/sns/unsubscribe.rst
-${PYSITELIB}/awscli/examples/sns/untag-resource.rst
-${PYSITELIB}/awscli/examples/sqs/add-permission.rst
-${PYSITELIB}/awscli/examples/sqs/cancel-message-move-task.rst
-${PYSITELIB}/awscli/examples/sqs/change-message-visibility-batch.rst
-${PYSITELIB}/awscli/examples/sqs/change-message-visibility.rst
-${PYSITELIB}/awscli/examples/sqs/create-queue.rst
-${PYSITELIB}/awscli/examples/sqs/delete-message-batch.rst
-${PYSITELIB}/awscli/examples/sqs/delete-message.rst
-${PYSITELIB}/awscli/examples/sqs/delete-queue.rst
-${PYSITELIB}/awscli/examples/sqs/get-queue-attributes.rst
-${PYSITELIB}/awscli/examples/sqs/get-queue-url.rst
-${PYSITELIB}/awscli/examples/sqs/list-dead-letter-source-queues.rst
-${PYSITELIB}/awscli/examples/sqs/list-message-move-tasks.rst
-${PYSITELIB}/awscli/examples/sqs/list-queue-tags.rst
-${PYSITELIB}/awscli/examples/sqs/list-queues.rst
-${PYSITELIB}/awscli/examples/sqs/purge-queue.rst
-${PYSITELIB}/awscli/examples/sqs/receive-message.rst
-${PYSITELIB}/awscli/examples/sqs/remove-permission.rst
-${PYSITELIB}/awscli/examples/sqs/send-message-batch.rst
-${PYSITELIB}/awscli/examples/sqs/send-message.rst
-${PYSITELIB}/awscli/examples/sqs/set-queue-attributes.rst
-${PYSITELIB}/awscli/examples/sqs/start-message-move-task.rst
-${PYSITELIB}/awscli/examples/sqs/tag-queue.rst
-${PYSITELIB}/awscli/examples/sqs/untag-queue.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/accept-page.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/activate-contact-channel.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/command-name.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/create-contact-channel.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/create-contact.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/deactivate-contact-channel.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/delete-contact-channel.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/delete-contact.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/describe-engagement.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/describe-page.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/get-contact-channel.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/get-contact-policy.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/get-contact.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/list-contact-channels.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/list-contacts.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/list-engagements.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/list-page-receipts.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/list-pages-by-contact.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/list-pages-by-engagement.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/put-contact-policy.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/send-activation-code.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/start-engagement.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/stop-engagement.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/tag-resource.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/untag-resource.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/update-contact-channel.rst
-${PYSITELIB}/awscli/examples/ssm-contacts/update-contact.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/create-replication-set.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/create-response-plan.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/create-timeline-event.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/delete-incident-record.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/delete-replication-set.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/delete-resource-policy.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/delete-response-plan.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/delete-timeline-event.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/get-incident-record.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/get-replication-set.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/get-resource-policies.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/get-response-plan.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/get-timeline-event.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/list-incident-records.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/list-related-items.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/list-replication-sets.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/list-response-plans.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/list-timeline-events.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/put-resource-policy.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/start-incident.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/tag-resource.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/untag-resource.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/update-deletion-protection.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/update-incident-record.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/update-related-items.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/update-replication-set.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/update-response-plan.rst
-${PYSITELIB}/awscli/examples/ssm-incidents/update-timeline-event.rst
-${PYSITELIB}/awscli/examples/ssm/add-tags-to-resource.rst
-${PYSITELIB}/awscli/examples/ssm/associate-ops-item-related-item.rst
-${PYSITELIB}/awscli/examples/ssm/cancel-command.rst
-${PYSITELIB}/awscli/examples/ssm/cancel-maintenance-window-execution.rst
-${PYSITELIB}/awscli/examples/ssm/create-activation.rst
-${PYSITELIB}/awscli/examples/ssm/create-association-batch.rst
-${PYSITELIB}/awscli/examples/ssm/create-association.rst
-${PYSITELIB}/awscli/examples/ssm/create-document.rst
-${PYSITELIB}/awscli/examples/ssm/create-maintenance-window.rst
-${PYSITELIB}/awscli/examples/ssm/create-ops-item.rst
-${PYSITELIB}/awscli/examples/ssm/create-patch-baseline.rst
-${PYSITELIB}/awscli/examples/ssm/create-resource-data-sync.rst
-${PYSITELIB}/awscli/examples/ssm/delete-activation.rst
-${PYSITELIB}/awscli/examples/ssm/delete-association.rst
-${PYSITELIB}/awscli/examples/ssm/delete-document.rst
-${PYSITELIB}/awscli/examples/ssm/delete-inventory.rst
-${PYSITELIB}/awscli/examples/ssm/delete-maintenance-window.rst
-${PYSITELIB}/awscli/examples/ssm/delete-parameter.rst
-${PYSITELIB}/awscli/examples/ssm/delete-parameters.rst
-${PYSITELIB}/awscli/examples/ssm/delete-patch-baseline.rst
-${PYSITELIB}/awscli/examples/ssm/delete-resource-data-sync.rst
-${PYSITELIB}/awscli/examples/ssm/deregister-managed-instance.rst
-${PYSITELIB}/awscli/examples/ssm/deregister-patch-baseline-for-patch-group.rst
-${PYSITELIB}/awscli/examples/ssm/deregister-target-from-maintenance-window.rst
-${PYSITELIB}/awscli/examples/ssm/deregister-task-from-maintenance-window.rst
-${PYSITELIB}/awscli/examples/ssm/describe-activations.rst
-${PYSITELIB}/awscli/examples/ssm/describe-association-execution-targets.rst
-${PYSITELIB}/awscli/examples/ssm/describe-association-executions.rst
-${PYSITELIB}/awscli/examples/ssm/describe-association.rst
-${PYSITELIB}/awscli/examples/ssm/describe-automation-executions.rst
-${PYSITELIB}/awscli/examples/ssm/describe-automation-step-executions.rst
-${PYSITELIB}/awscli/examples/ssm/describe-available-patches.rst
-${PYSITELIB}/awscli/examples/ssm/describe-document-permission.rst
-${PYSITELIB}/awscli/examples/ssm/describe-document.rst
-${PYSITELIB}/awscli/examples/ssm/describe-effective-instance-associations.rst
-${PYSITELIB}/awscli/examples/ssm/describe-effective-patches-for-patch-baseline.rst
-${PYSITELIB}/awscli/examples/ssm/describe-instance-associations-status.rst
-${PYSITELIB}/awscli/examples/ssm/describe-instance-information.rst
-${PYSITELIB}/awscli/examples/ssm/describe-instance-patch-states-for-patch-group.rst
-${PYSITELIB}/awscli/examples/ssm/describe-instance-patch-states.rst
-${PYSITELIB}/awscli/examples/ssm/describe-instance-patches.rst
-${PYSITELIB}/awscli/examples/ssm/describe-inventory-deletions.rst
-${PYSITELIB}/awscli/examples/ssm/describe-maintenance-window-execution-task-invocations.rst
-${PYSITELIB}/awscli/examples/ssm/describe-maintenance-window-execution-tasks.rst
-${PYSITELIB}/awscli/examples/ssm/describe-maintenance-window-executions.rst
-${PYSITELIB}/awscli/examples/ssm/describe-maintenance-window-schedule.rst
-${PYSITELIB}/awscli/examples/ssm/describe-maintenance-window-targets.rst
-${PYSITELIB}/awscli/examples/ssm/describe-maintenance-window-tasks.rst
-${PYSITELIB}/awscli/examples/ssm/describe-maintenance-windows-for-target.rst
-${PYSITELIB}/awscli/examples/ssm/describe-maintenance-windows.rst
-${PYSITELIB}/awscli/examples/ssm/describe-ops-items.rst
-${PYSITELIB}/awscli/examples/ssm/describe-parameters.rst
-${PYSITELIB}/awscli/examples/ssm/describe-patch-baselines.rst
-${PYSITELIB}/awscli/examples/ssm/describe-patch-group-state.rst
-${PYSITELIB}/awscli/examples/ssm/describe-patch-groups.rst
-${PYSITELIB}/awscli/examples/ssm/describe-patch-properties.rst
-${PYSITELIB}/awscli/examples/ssm/describe-sessions.rst
-${PYSITELIB}/awscli/examples/ssm/disassociate-ops-item-related-item.rst
-${PYSITELIB}/awscli/examples/ssm/get-automation-execution.rst
-${PYSITELIB}/awscli/examples/ssm/get-calendar-state.rst
-${PYSITELIB}/awscli/examples/ssm/get-command-invocation.rst
-${PYSITELIB}/awscli/examples/ssm/get-connection-status.rst
-${PYSITELIB}/awscli/examples/ssm/get-default-patch-baseline.rst
-${PYSITELIB}/awscli/examples/ssm/get-deployable-patch-snapshot-for-instance.rst
-${PYSITELIB}/awscli/examples/ssm/get-document.rst
-${PYSITELIB}/awscli/examples/ssm/get-inventory-schema.rst
-${PYSITELIB}/awscli/examples/ssm/get-inventory.rst
-${PYSITELIB}/awscli/examples/ssm/get-maintenance-window-execution-task-invocation.rst
-${PYSITELIB}/awscli/examples/ssm/get-maintenance-window-execution-task.rst
-${PYSITELIB}/awscli/examples/ssm/get-maintenance-window-execution.rst
-${PYSITELIB}/awscli/examples/ssm/get-maintenance-window-task.rst
-${PYSITELIB}/awscli/examples/ssm/get-maintenance-window.rst
-${PYSITELIB}/awscli/examples/ssm/get-ops-item.rst
-${PYSITELIB}/awscli/examples/ssm/get-ops-summary.rst
-${PYSITELIB}/awscli/examples/ssm/get-parameter-history.rst
-${PYSITELIB}/awscli/examples/ssm/get-parameter.rst
-${PYSITELIB}/awscli/examples/ssm/get-parameters-by-path.rst
-${PYSITELIB}/awscli/examples/ssm/get-parameters.rst
-${PYSITELIB}/awscli/examples/ssm/get-patch-baseline-for-patch-group.rst
-${PYSITELIB}/awscli/examples/ssm/get-patch-baseline.rst
-${PYSITELIB}/awscli/examples/ssm/get-service-setting.rst
-${PYSITELIB}/awscli/examples/ssm/label-parameter-version.rst
-${PYSITELIB}/awscli/examples/ssm/list-association-versions.rst
-${PYSITELIB}/awscli/examples/ssm/list-associations.rst
-${PYSITELIB}/awscli/examples/ssm/list-command-invocations.rst
-${PYSITELIB}/awscli/examples/ssm/list-commands.rst
-${PYSITELIB}/awscli/examples/ssm/list-compliance-items.rst
-${PYSITELIB}/awscli/examples/ssm/list-compliance-summaries.rst
-${PYSITELIB}/awscli/examples/ssm/list-document-metadata-history.rst
-${PYSITELIB}/awscli/examples/ssm/list-document-versions.rst
-${PYSITELIB}/awscli/examples/ssm/list-documents.rst
-${PYSITELIB}/awscli/examples/ssm/list-inventory-entries.rst
-${PYSITELIB}/awscli/examples/ssm/list-ops-item-related-items.rst
-${PYSITELIB}/awscli/examples/ssm/list-resource-compliance-summaries.rst
-${PYSITELIB}/awscli/examples/ssm/list-resource-data-sync.rst
-${PYSITELIB}/awscli/examples/ssm/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/ssm/modify-document-permission.rst
-${PYSITELIB}/awscli/examples/ssm/put-compliance-items.rst
-${PYSITELIB}/awscli/examples/ssm/put-inventory.rst
-${PYSITELIB}/awscli/examples/ssm/put-parameter.rst
-${PYSITELIB}/awscli/examples/ssm/register-default-patch-baseline.rst
-${PYSITELIB}/awscli/examples/ssm/register-patch-baseline-for-patch-group.rst
-${PYSITELIB}/awscli/examples/ssm/register-target-with-maintenance-window.rst
-${PYSITELIB}/awscli/examples/ssm/register-task-with-maintenance-window.rst
-${PYSITELIB}/awscli/examples/ssm/remove-tags-from-resource.rst
-${PYSITELIB}/awscli/examples/ssm/reset-service-setting.rst
-${PYSITELIB}/awscli/examples/ssm/resume-session.rst
-${PYSITELIB}/awscli/examples/ssm/send-automation-signal.rst
-${PYSITELIB}/awscli/examples/ssm/send-command.rst
-${PYSITELIB}/awscli/examples/ssm/start-associations-once.rst
-${PYSITELIB}/awscli/examples/ssm/start-automation-execution.rst
-${PYSITELIB}/awscli/examples/ssm/start-change-request-execution.rst
-${PYSITELIB}/awscli/examples/ssm/start-session.rst
-${PYSITELIB}/awscli/examples/ssm/stop-automation-execution.rst
-${PYSITELIB}/awscli/examples/ssm/terminate-session.rst
-${PYSITELIB}/awscli/examples/ssm/unlabel-parameter-version.rst
-${PYSITELIB}/awscli/examples/ssm/update-association-status.rst
-${PYSITELIB}/awscli/examples/ssm/update-association.rst
-${PYSITELIB}/awscli/examples/ssm/update-document-default-version.rst
-${PYSITELIB}/awscli/examples/ssm/update-document-metadata.rst
-${PYSITELIB}/awscli/examples/ssm/update-document.rst
-${PYSITELIB}/awscli/examples/ssm/update-maintenance-window-target.rst
-${PYSITELIB}/awscli/examples/ssm/update-maintenance-window-task.rst
-${PYSITELIB}/awscli/examples/ssm/update-maintenance-window.rst
-${PYSITELIB}/awscli/examples/ssm/update-managed-instance-role.rst
-${PYSITELIB}/awscli/examples/ssm/update-ops-item.rst
-${PYSITELIB}/awscli/examples/ssm/update-patch-baseline.rst
-${PYSITELIB}/awscli/examples/ssm/update-resource-data-sync.rst
-${PYSITELIB}/awscli/examples/ssm/update-service-setting.rst
-${PYSITELIB}/awscli/examples/storagegateway/describe-gateway-information.rst
-${PYSITELIB}/awscli/examples/storagegateway/list-file-shares.rst
-${PYSITELIB}/awscli/examples/storagegateway/list-gateways.rst
-${PYSITELIB}/awscli/examples/storagegateway/list-volumes.rst
-${PYSITELIB}/awscli/examples/storagegateway/refresh-cache.rst
-${PYSITELIB}/awscli/examples/sts/assume-role-with-saml.rst
-${PYSITELIB}/awscli/examples/sts/assume-role-with-web-identity.rst
-${PYSITELIB}/awscli/examples/sts/assume-role.rst
-${PYSITELIB}/awscli/examples/sts/assume-root.rst
-${PYSITELIB}/awscli/examples/sts/decode-authorization-message.rst
-${PYSITELIB}/awscli/examples/sts/get-caller-identity.rst
-${PYSITELIB}/awscli/examples/sts/get-federation-token.rst
-${PYSITELIB}/awscli/examples/sts/get-session-token.rst
-${PYSITELIB}/awscli/examples/support/add-attachments-to-set.rst
-${PYSITELIB}/awscli/examples/support/add-communication-to-case.rst
-${PYSITELIB}/awscli/examples/support/create-case.rst
-${PYSITELIB}/awscli/examples/support/describe-attachment.rst
-${PYSITELIB}/awscli/examples/support/describe-cases.rst
-${PYSITELIB}/awscli/examples/support/describe-communications.rst
-${PYSITELIB}/awscli/examples/support/describe-services.rst
-${PYSITELIB}/awscli/examples/support/describe-severity-levels.rst
-${PYSITELIB}/awscli/examples/support/describe-trusted-advisor-check-refresh-statuses.rst
-${PYSITELIB}/awscli/examples/support/describe-trusted-advisor-check-result.rst
-${PYSITELIB}/awscli/examples/support/describe-trusted-advisor-check-summaries.rst
-${PYSITELIB}/awscli/examples/support/describe-trusted-advisor-checks.rst
-${PYSITELIB}/awscli/examples/support/refresh-trusted-advisor-check.rst
-${PYSITELIB}/awscli/examples/support/resolve-case.rst
-${PYSITELIB}/awscli/examples/swf/count-closed-workflow-executions.rst
-${PYSITELIB}/awscli/examples/swf/count-open-workflow-executions.rst
-${PYSITELIB}/awscli/examples/swf/deprecate-domain.rst
-${PYSITELIB}/awscli/examples/swf/describe-domain.rst
-${PYSITELIB}/awscli/examples/swf/list-activity-types.rst
-${PYSITELIB}/awscli/examples/swf/list-domains.rst
-${PYSITELIB}/awscli/examples/swf/list-workflow-types.rst
-${PYSITELIB}/awscli/examples/swf/register-domain.rst
-${PYSITELIB}/awscli/examples/swf/register-workflow-type.rst
-${PYSITELIB}/awscli/examples/synthetics/associate-resource.rst
-${PYSITELIB}/awscli/examples/synthetics/create-canary.rst
-${PYSITELIB}/awscli/examples/synthetics/create-group.rst
-${PYSITELIB}/awscli/examples/synthetics/delete-canary.rst
-${PYSITELIB}/awscli/examples/synthetics/delete-group.rst
-${PYSITELIB}/awscli/examples/synthetics/describe-canaries-last-run.rst
-${PYSITELIB}/awscli/examples/synthetics/describe-canaries.rst
-${PYSITELIB}/awscli/examples/synthetics/describe-runtime-versions.rst
-${PYSITELIB}/awscli/examples/synthetics/disassociate-resource.rst
-${PYSITELIB}/awscli/examples/synthetics/get-canary-runs.rst
-${PYSITELIB}/awscli/examples/synthetics/get-canary.rst
-${PYSITELIB}/awscli/examples/synthetics/get-group.rst
-${PYSITELIB}/awscli/examples/synthetics/list-associated-groups.rst
-${PYSITELIB}/awscli/examples/synthetics/list-group-resources.rst
-${PYSITELIB}/awscli/examples/synthetics/list-groups.rst
-${PYSITELIB}/awscli/examples/synthetics/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/synthetics/start-canary.rst
-${PYSITELIB}/awscli/examples/synthetics/stop-canary.rst
-${PYSITELIB}/awscli/examples/synthetics/tag-resource.rst
-${PYSITELIB}/awscli/examples/synthetics/untag-resource.rst
-${PYSITELIB}/awscli/examples/synthetics/update-canary.rst
-${PYSITELIB}/awscli/examples/textract/analyze-document.rst
-${PYSITELIB}/awscli/examples/textract/detect-document-text.rst
-${PYSITELIB}/awscli/examples/textract/get-document-analysis.rst
-${PYSITELIB}/awscli/examples/textract/get-document-text-detection.rst
-${PYSITELIB}/awscli/examples/textract/start-document-analysis.rst
-${PYSITELIB}/awscli/examples/textract/start-document-text-detection.rst
-${PYSITELIB}/awscli/examples/transcribe/create-language-model.rst
-${PYSITELIB}/awscli/examples/transcribe/create-medical-vocabulary.rst
-${PYSITELIB}/awscli/examples/transcribe/create-vocabulary-filter.rst
-${PYSITELIB}/awscli/examples/transcribe/create-vocabulary.rst
-${PYSITELIB}/awscli/examples/transcribe/delete-language-model.rst
-${PYSITELIB}/awscli/examples/transcribe/delete-medical-transcription-job.rst
-${PYSITELIB}/awscli/examples/transcribe/delete-medical-vocabulary.rst
-${PYSITELIB}/awscli/examples/transcribe/delete-transcription-job.rst
-${PYSITELIB}/awscli/examples/transcribe/delete-vocabulary-filter.rst
-${PYSITELIB}/awscli/examples/transcribe/delete-vocabulary.rst
-${PYSITELIB}/awscli/examples/transcribe/describe-language-model.rst
-${PYSITELIB}/awscli/examples/transcribe/get-medical-transcription-job.rst
-${PYSITELIB}/awscli/examples/transcribe/get-medical-vocabulary.rst
-${PYSITELIB}/awscli/examples/transcribe/get-transcription-job.rst
-${PYSITELIB}/awscli/examples/transcribe/get-vocabulary-filter.rst
-${PYSITELIB}/awscli/examples/transcribe/get-vocabulary.rst
-${PYSITELIB}/awscli/examples/transcribe/list-language-models.rst
-${PYSITELIB}/awscli/examples/transcribe/list-medical-transcription-jobs.rst
-${PYSITELIB}/awscli/examples/transcribe/list-medical-vocabularies.rst
-${PYSITELIB}/awscli/examples/transcribe/list-transcription-jobs.rst
-${PYSITELIB}/awscli/examples/transcribe/list-vocabularies.rst
-${PYSITELIB}/awscli/examples/transcribe/list-vocabulary-filters.rst
-${PYSITELIB}/awscli/examples/transcribe/start-medical-transcription-job.rst
-${PYSITELIB}/awscli/examples/transcribe/start-transcription-job.rst
-${PYSITELIB}/awscli/examples/transcribe/update-medical-vocabulary.rst
-${PYSITELIB}/awscli/examples/transcribe/update-vocabulary-filter.rst
-${PYSITELIB}/awscli/examples/transcribe/update-vocabulary.rst
-${PYSITELIB}/awscli/examples/translate/import-terminology.rst
-${PYSITELIB}/awscli/examples/trustedadvisor/get-organization-recommendation.rst
-${PYSITELIB}/awscli/examples/trustedadvisor/get-recommendation.rst
-${PYSITELIB}/awscli/examples/trustedadvisor/list-checks.rst
-${PYSITELIB}/awscli/examples/trustedadvisor/list-organization-recommendation-accounts.rst
-${PYSITELIB}/awscli/examples/trustedadvisor/list-organization-recommendation-resources.rst
-${PYSITELIB}/awscli/examples/trustedadvisor/list-organization-recommendations.rst
-${PYSITELIB}/awscli/examples/trustedadvisor/list-recommendation-resources.rst
-${PYSITELIB}/awscli/examples/trustedadvisor/list-recommendations.rst
-${PYSITELIB}/awscli/examples/trustedadvisor/update-organization-recommendation-lifecycle.rst
-${PYSITELIB}/awscli/examples/trustedadvisor/update-recommendation-lifecycle.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/create-identity-source.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/create-policy-store.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/create-policy-template.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/create-policy.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/delete-identity-source.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/delete-policy-store.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/delete-policy-template.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/delete-policy.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/get-identity-source.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/get-policy-store.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/get-policy-template.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/get-policy.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/get-schema.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/is-authorized-with-token.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/is-authorized.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/list-identity-sources.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/list-policies.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/list-policy-stores.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/list-policy-templates.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/put-schema.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/update-identity-source.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/update-policy-store.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/update-policy-template.rst
-${PYSITELIB}/awscli/examples/verifiedpermissions/update-policy.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/create-listener.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/create-resource-configuration.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/create-resource-gateway.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/create-service-network-service-association.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/create-service-network-vpc-association.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/create-service-network.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/create-service.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/create-target-group.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/delete-auth-policy.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/delete-listener.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/delete-resource-configuration.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/delete-resource-gateway.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/delete-service-network-service-association.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/delete-service-network-vpc-association.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/delete-service-network.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/delete-service.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/delete-target-group.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/deregister-targets.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/get-auth-policy.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/get-listener.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/get-resource-configuration.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/get-resource-gateway.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/get-service-network-service-association.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/get-service-network-vpc-association.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/get-service-network.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/get-service.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/get-target-group.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/list-listeners.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/list-resource-configurations.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/list-resource-endpoint-associations.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/list-resource-gateways.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/list-service-network-service-associations.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/list-service-network-vpc-associations.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/list-service-network-vpc-endpoint-associations.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/list-service-networks.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/list-services.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/list-target-groups.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/list-targets.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/put-auth-policy.rst
-${PYSITELIB}/awscli/examples/vpc-lattice/register-targets.rst
-${PYSITELIB}/awscli/examples/waf-regional/associate-web-acl.rst
-${PYSITELIB}/awscli/examples/waf-regional/put-logging-configuration.rst
-${PYSITELIB}/awscli/examples/waf-regional/update-byte-match-set.rst
-${PYSITELIB}/awscli/examples/waf-regional/update-ip-set.rst
-${PYSITELIB}/awscli/examples/waf-regional/update-rule.rst
-${PYSITELIB}/awscli/examples/waf-regional/update-size-constraint-set.rst
-${PYSITELIB}/awscli/examples/waf-regional/update-sql-injection-match-set.rst
-${PYSITELIB}/awscli/examples/waf-regional/update-web-acl.rst
-${PYSITELIB}/awscli/examples/waf-regional/update-xss-match-set.rst
-${PYSITELIB}/awscli/examples/waf/put-logging-configuration.rst
-${PYSITELIB}/awscli/examples/waf/update-byte-match-set.rst
-${PYSITELIB}/awscli/examples/waf/update-ip-set.rst
-${PYSITELIB}/awscli/examples/waf/update-rule.rst
-${PYSITELIB}/awscli/examples/waf/update-size-constraint-set.rst
-${PYSITELIB}/awscli/examples/waf/update-sql-injection-match-set.rst
-${PYSITELIB}/awscli/examples/waf/update-web-acl.rst
-${PYSITELIB}/awscli/examples/waf/update-xss-match-set.rst
-${PYSITELIB}/awscli/examples/wafv2/associate-web-acl.rst
-${PYSITELIB}/awscli/examples/wafv2/check-capacity.rst
-${PYSITELIB}/awscli/examples/wafv2/create-ip-set.rst
-${PYSITELIB}/awscli/examples/wafv2/create-regex-pattern-set.rst
-${PYSITELIB}/awscli/examples/wafv2/create-rule-group.rst
-${PYSITELIB}/awscli/examples/wafv2/create-web-acl.rst
-${PYSITELIB}/awscli/examples/wafv2/delete-ip-set.rst
-${PYSITELIB}/awscli/examples/wafv2/delete-logging-configuration.rst
-${PYSITELIB}/awscli/examples/wafv2/delete-regex-pattern-set.rst
-${PYSITELIB}/awscli/examples/wafv2/delete-rule-group.rst
-${PYSITELIB}/awscli/examples/wafv2/delete-web-acl.rst
-${PYSITELIB}/awscli/examples/wafv2/describe-managed-rule-group.rst
-${PYSITELIB}/awscli/examples/wafv2/disassociate-web-acl.rst
-${PYSITELIB}/awscli/examples/wafv2/get-ip-set.rst
-${PYSITELIB}/awscli/examples/wafv2/get-logging-configuration.rst
-${PYSITELIB}/awscli/examples/wafv2/get-rate-based-statement-managed-keys.rst
-${PYSITELIB}/awscli/examples/wafv2/get-regex-pattern-set.rst
-${PYSITELIB}/awscli/examples/wafv2/get-rule-group.rst
-${PYSITELIB}/awscli/examples/wafv2/get-sampled-requests.rst
-${PYSITELIB}/awscli/examples/wafv2/get-web-acl-for-resource.rst
-${PYSITELIB}/awscli/examples/wafv2/get-web-acl.rst
-${PYSITELIB}/awscli/examples/wafv2/list-available-managed-rule-groups.rst
-${PYSITELIB}/awscli/examples/wafv2/list-ip-sets.rst
-${PYSITELIB}/awscli/examples/wafv2/list-logging-configurations.rst
-${PYSITELIB}/awscli/examples/wafv2/list-regex-pattern-sets.rst
-${PYSITELIB}/awscli/examples/wafv2/list-resources-for-web-acl.rst
-${PYSITELIB}/awscli/examples/wafv2/list-rule-groups.rst
-${PYSITELIB}/awscli/examples/wafv2/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/wafv2/list-web-acls.rst
-${PYSITELIB}/awscli/examples/wafv2/put-logging-configuration.rst
-${PYSITELIB}/awscli/examples/wafv2/tag-resource.rst
-${PYSITELIB}/awscli/examples/wafv2/untag-resource.rst
-${PYSITELIB}/awscli/examples/wafv2/update-ip-set.rst
-${PYSITELIB}/awscli/examples/wafv2/update-regex-pattern-set.rst
-${PYSITELIB}/awscli/examples/wafv2/update-rule-group.rst
-${PYSITELIB}/awscli/examples/wafv2/update-web-acl.rst
-${PYSITELIB}/awscli/examples/workdocs/abort-document-version-upload.rst
-${PYSITELIB}/awscli/examples/workdocs/activate-user.rst
-${PYSITELIB}/awscli/examples/workdocs/add-resource-permissions.rst
-${PYSITELIB}/awscli/examples/workdocs/create-comment.rst
-${PYSITELIB}/awscli/examples/workdocs/create-custom-metadata.rst
-${PYSITELIB}/awscli/examples/workdocs/create-folder.rst
-${PYSITELIB}/awscli/examples/workdocs/create-labels.rst
-${PYSITELIB}/awscli/examples/workdocs/create-notification-subscription.rst
-${PYSITELIB}/awscli/examples/workdocs/create-user.rst
-${PYSITELIB}/awscli/examples/workdocs/deactivate-user.rst
-${PYSITELIB}/awscli/examples/workdocs/delete-comment.rst
-${PYSITELIB}/awscli/examples/workdocs/delete-custom-metadata.rst
-${PYSITELIB}/awscli/examples/workdocs/delete-document.rst
-${PYSITELIB}/awscli/examples/workdocs/delete-folder-contents.rst
-${PYSITELIB}/awscli/examples/workdocs/delete-folder.rst
-${PYSITELIB}/awscli/examples/workdocs/delete-labels.rst
-${PYSITELIB}/awscli/examples/workdocs/delete-notification-subscription.rst
-${PYSITELIB}/awscli/examples/workdocs/delete-user.rst
-${PYSITELIB}/awscli/examples/workdocs/describe-activities.rst
-${PYSITELIB}/awscli/examples/workdocs/describe-comments.rst
-${PYSITELIB}/awscli/examples/workdocs/describe-document-versions.rst
-${PYSITELIB}/awscli/examples/workdocs/describe-folder-contents.rst
-${PYSITELIB}/awscli/examples/workdocs/describe-groups.rst
-${PYSITELIB}/awscli/examples/workdocs/describe-notification-subscriptions.rst
-${PYSITELIB}/awscli/examples/workdocs/describe-resource-permissions.rst
-${PYSITELIB}/awscli/examples/workdocs/describe-users.rst
-${PYSITELIB}/awscli/examples/workdocs/get-document-path.rst
-${PYSITELIB}/awscli/examples/workdocs/get-document-version.rst
-${PYSITELIB}/awscli/examples/workdocs/get-document.rst
-${PYSITELIB}/awscli/examples/workdocs/get-folder-path.rst
-${PYSITELIB}/awscli/examples/workdocs/get-folder.rst
-${PYSITELIB}/awscli/examples/workdocs/get-resources.rst
-${PYSITELIB}/awscli/examples/workdocs/initiate-document-version-upload.rst
-${PYSITELIB}/awscli/examples/workdocs/remove-all-resource-permissions.rst
-${PYSITELIB}/awscli/examples/workdocs/remove-resource-permission.rst
-${PYSITELIB}/awscli/examples/workdocs/update-document-version.rst
-${PYSITELIB}/awscli/examples/workdocs/update-document.rst
-${PYSITELIB}/awscli/examples/workdocs/update-folder.rst
-${PYSITELIB}/awscli/examples/workdocs/update-user.rst
-${PYSITELIB}/awscli/examples/workmail/associate-delegate-to-resource.rst
-${PYSITELIB}/awscli/examples/workmail/associate-member-to-group.rst
-${PYSITELIB}/awscli/examples/workmail/create-alias.rst
-${PYSITELIB}/awscli/examples/workmail/create-group.rst
-${PYSITELIB}/awscli/examples/workmail/create-resource.rst
-${PYSITELIB}/awscli/examples/workmail/create-user.rst
-${PYSITELIB}/awscli/examples/workmail/delete-access-control-rule.rst
-${PYSITELIB}/awscli/examples/workmail/delete-alias.rst
-${PYSITELIB}/awscli/examples/workmail/delete-group.rst
-${PYSITELIB}/awscli/examples/workmail/delete-mailbox-permissions.rst
-${PYSITELIB}/awscli/examples/workmail/delete-resource.rst
-${PYSITELIB}/awscli/examples/workmail/delete-user.rst
-${PYSITELIB}/awscli/examples/workmail/deregister-from-work-mail.rst
-${PYSITELIB}/awscli/examples/workmail/describe-group.rst
-${PYSITELIB}/awscli/examples/workmail/describe-organization.rst
-${PYSITELIB}/awscli/examples/workmail/describe-resource.rst
-${PYSITELIB}/awscli/examples/workmail/describe-user.rst
-${PYSITELIB}/awscli/examples/workmail/disassociate-delegate-from-resource.rst
-${PYSITELIB}/awscli/examples/workmail/disassociate-member-from-group.rst
-${PYSITELIB}/awscli/examples/workmail/get-access-control-effect.rst
-${PYSITELIB}/awscli/examples/workmail/get-mailbox-details.rst
-${PYSITELIB}/awscli/examples/workmail/list-access-control-rules.rst
-${PYSITELIB}/awscli/examples/workmail/list-aliases.rst
-${PYSITELIB}/awscli/examples/workmail/list-group-members.rst
-${PYSITELIB}/awscli/examples/workmail/list-groups.rst
-${PYSITELIB}/awscli/examples/workmail/list-mailbox-permissions.rst
-${PYSITELIB}/awscli/examples/workmail/list-organizations.rst
-${PYSITELIB}/awscli/examples/workmail/list-resource-delegates.rst
-${PYSITELIB}/awscli/examples/workmail/list-resources.rst
-${PYSITELIB}/awscli/examples/workmail/list-tags-for-resource.rst
-${PYSITELIB}/awscli/examples/workmail/list-users.rst
-${PYSITELIB}/awscli/examples/workmail/put-access-control-rule.rst
-${PYSITELIB}/awscli/examples/workmail/put-mailbox-permissions.rst
-${PYSITELIB}/awscli/examples/workmail/register-to-work-mail.rst
-${PYSITELIB}/awscli/examples/workmail/reset-password.rst
-${PYSITELIB}/awscli/examples/workmail/tag-resource.rst
-${PYSITELIB}/awscli/examples/workmail/untag-resource.rst
-${PYSITELIB}/awscli/examples/workmail/update-mailbox-quota.rst
-${PYSITELIB}/awscli/examples/workmail/update-primary-email-address.rst
-${PYSITELIB}/awscli/examples/workmail/update-resource.rst
-${PYSITELIB}/awscli/examples/workmailmessageflow/get-raw-message-content.rst
-${PYSITELIB}/awscli/examples/workspaces/create-tags.rst
-${PYSITELIB}/awscli/examples/workspaces/create-workspaces.rst
-${PYSITELIB}/awscli/examples/workspaces/delete-tags.rst
-${PYSITELIB}/awscli/examples/workspaces/deregister-workspace-directory.rst
-${PYSITELIB}/awscli/examples/workspaces/describe-tags.rst
-${PYSITELIB}/awscli/examples/workspaces/describe-workspace-bundles.rst
-${PYSITELIB}/awscli/examples/workspaces/describe-workspace-directories.rst
-${PYSITELIB}/awscli/examples/workspaces/describe-workspaces-connection-status.rst
-${PYSITELIB}/awscli/examples/workspaces/describe-workspaces.rst
-${PYSITELIB}/awscli/examples/workspaces/migrate-workspace.rst
-${PYSITELIB}/awscli/examples/workspaces/modify-workspace-creation-properties.rst
-${PYSITELIB}/awscli/examples/workspaces/modify-workspace-properties.rst
-${PYSITELIB}/awscli/examples/workspaces/modify-workspace-state.rst
-${PYSITELIB}/awscli/examples/workspaces/reboot-workspaces.rst
-${PYSITELIB}/awscli/examples/workspaces/rebuild-workspaces.rst
-${PYSITELIB}/awscli/examples/workspaces/register-workspace-directory.rst
-${PYSITELIB}/awscli/examples/workspaces/restore-workspace.rst
-${PYSITELIB}/awscli/examples/workspaces/start-workspaces.rst
-${PYSITELIB}/awscli/examples/workspaces/stop-workspaces.rst
-${PYSITELIB}/awscli/examples/workspaces/terminate-workspaces.rst
-${PYSITELIB}/awscli/examples/xray/batch-traces-get.rst
-${PYSITELIB}/awscli/examples/xray/create-group.rst
-${PYSITELIB}/awscli/examples/xray/create-sampling-rule.rst
-${PYSITELIB}/awscli/examples/xray/delete-group.rst
-${PYSITELIB}/awscli/examples/xray/delete-sampling-rule.rst
-${PYSITELIB}/awscli/examples/xray/get-encryption-config.rst
-${PYSITELIB}/awscli/examples/xray/get-group.rst
-${PYSITELIB}/awscli/examples/xray/get-groups.rst
-${PYSITELIB}/awscli/examples/xray/get-sampling-rules.rst
-${PYSITELIB}/awscli/examples/xray/get-sampling-targets.rst
-${PYSITELIB}/awscli/examples/xray/get-service-graph.rst
-${PYSITELIB}/awscli/examples/xray/get-trace-summaries.rst
-${PYSITELIB}/awscli/examples/xray/put-encryption-config.rst
-${PYSITELIB}/awscli/examples/xray/put-trace-segments.rst
-${PYSITELIB}/awscli/examples/xray/update-group.rst
-${PYSITELIB}/awscli/examples/xray/update-sampling-rule.rst
-${PYSITELIB}/awscli/formatter.py
-${PYSITELIB}/awscli/formatter.pyc
-${PYSITELIB}/awscli/formatter.pyo
-${PYSITELIB}/awscli/handlers.py
-${PYSITELIB}/awscli/handlers.pyc
-${PYSITELIB}/awscli/handlers.pyo
-${PYSITELIB}/awscli/help.py
-${PYSITELIB}/awscli/help.pyc
-${PYSITELIB}/awscli/help.pyo
-${PYSITELIB}/awscli/logger.py
-${PYSITELIB}/awscli/logger.pyc
-${PYSITELIB}/awscli/logger.pyo
-${PYSITELIB}/awscli/paramfile.py
-${PYSITELIB}/awscli/paramfile.pyc
-${PYSITELIB}/awscli/paramfile.pyo
-${PYSITELIB}/awscli/plugin.py
-${PYSITELIB}/awscli/plugin.pyc
-${PYSITELIB}/awscli/plugin.pyo
-${PYSITELIB}/awscli/s3transfer/__init__.py
-${PYSITELIB}/awscli/s3transfer/__init__.pyc
-${PYSITELIB}/awscli/s3transfer/__init__.pyo
-${PYSITELIB}/awscli/s3transfer/bandwidth.py
-${PYSITELIB}/awscli/s3transfer/bandwidth.pyc
-${PYSITELIB}/awscli/s3transfer/bandwidth.pyo
-${PYSITELIB}/awscli/s3transfer/compat.py
-${PYSITELIB}/awscli/s3transfer/compat.pyc
-${PYSITELIB}/awscli/s3transfer/compat.pyo
-${PYSITELIB}/awscli/s3transfer/constants.py
-${PYSITELIB}/awscli/s3transfer/constants.pyc
-${PYSITELIB}/awscli/s3transfer/constants.pyo
-${PYSITELIB}/awscli/s3transfer/copies.py
-${PYSITELIB}/awscli/s3transfer/copies.pyc
-${PYSITELIB}/awscli/s3transfer/copies.pyo
-${PYSITELIB}/awscli/s3transfer/crt.py
-${PYSITELIB}/awscli/s3transfer/crt.pyc
-${PYSITELIB}/awscli/s3transfer/crt.pyo
-${PYSITELIB}/awscli/s3transfer/delete.py
-${PYSITELIB}/awscli/s3transfer/delete.pyc
-${PYSITELIB}/awscli/s3transfer/delete.pyo
-${PYSITELIB}/awscli/s3transfer/download.py
-${PYSITELIB}/awscli/s3transfer/download.pyc
-${PYSITELIB}/awscli/s3transfer/download.pyo
-${PYSITELIB}/awscli/s3transfer/exceptions.py
-${PYSITELIB}/awscli/s3transfer/exceptions.pyc
-${PYSITELIB}/awscli/s3transfer/exceptions.pyo
-${PYSITELIB}/awscli/s3transfer/futures.py
-${PYSITELIB}/awscli/s3transfer/futures.pyc
-${PYSITELIB}/awscli/s3transfer/futures.pyo
-${PYSITELIB}/awscli/s3transfer/manager.py
-${PYSITELIB}/awscli/s3transfer/manager.pyc
-${PYSITELIB}/awscli/s3transfer/manager.pyo
-${PYSITELIB}/awscli/s3transfer/subscribers.py
-${PYSITELIB}/awscli/s3transfer/subscribers.pyc
-${PYSITELIB}/awscli/s3transfer/subscribers.pyo
-${PYSITELIB}/awscli/s3transfer/tasks.py
-${PYSITELIB}/awscli/s3transfer/tasks.pyc
-${PYSITELIB}/awscli/s3transfer/tasks.pyo
-${PYSITELIB}/awscli/s3transfer/upload.py
-${PYSITELIB}/awscli/s3transfer/upload.pyc
-${PYSITELIB}/awscli/s3transfer/upload.pyo
-${PYSITELIB}/awscli/s3transfer/utils.py
-${PYSITELIB}/awscli/s3transfer/utils.pyc
-${PYSITELIB}/awscli/s3transfer/utils.pyo
-${PYSITELIB}/awscli/schema.py
-${PYSITELIB}/awscli/schema.pyc
-${PYSITELIB}/awscli/schema.pyo
-${PYSITELIB}/awscli/shorthand.py
-${PYSITELIB}/awscli/shorthand.pyc
-${PYSITELIB}/awscli/shorthand.pyo
-${PYSITELIB}/awscli/table.py
-${PYSITELIB}/awscli/table.pyc
-${PYSITELIB}/awscli/table.pyo
-${PYSITELIB}/awscli/telemetry.py
-${PYSITELIB}/awscli/telemetry.pyc
-${PYSITELIB}/awscli/telemetry.pyo
-${PYSITELIB}/awscli/testutils.py
-${PYSITELIB}/awscli/testutils.pyc
-${PYSITELIB}/awscli/testutils.pyo
-${PYSITELIB}/awscli/text.py
-${PYSITELIB}/awscli/text.pyc
-${PYSITELIB}/awscli/text.pyo
-${PYSITELIB}/awscli/topics/config-vars.rst
-${PYSITELIB}/awscli/topics/ddb-expressions.rst
-${PYSITELIB}/awscli/topics/return-codes.rst
-${PYSITELIB}/awscli/topics/s3-config.rst
-${PYSITELIB}/awscli/topics/s3-faq.rst
-${PYSITELIB}/awscli/topics/topic-tags.json
-${PYSITELIB}/awscli/topictags.py
-${PYSITELIB}/awscli/topictags.pyc
-${PYSITELIB}/awscli/topictags.pyo
-${PYSITELIB}/awscli/utils.py
-${PYSITELIB}/awscli/utils.pyc
-${PYSITELIB}/awscli/utils.pyo
diff --git a/py-awscli2/distinfo b/py-awscli2/distinfo
deleted file mode 100644
index 825a2bd10a..0000000000
--- a/py-awscli2/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.70 2025/04/15 08:00:41 adam Exp $
-
-BLAKE2s (awscli2-2.28.25.tar.gz) = 0eabaca08343278c6d5781b2a963abc89120c9a44bc41e33f7620c7b8964af8b
-SHA512 (awscli2-2.28.25.tar.gz) = 1e02507992f0f49e7f174d2aaa81a41c9f4d955a8954e7515527d0cbdd6efca24a141eca79c02d5d73eb5d98c504fc9839529ba1eb715964cda13b127345f14b
-Size (awscli2-2.28.25.tar.gz) = 16887471 bytes
diff --git a/py-awscrt/COMMIT_MSG b/py-awscrt/COMMIT_MSG
deleted file mode 100644
index d2f153a6ca..0000000000
--- a/py-awscrt/COMMIT_MSG
+++ /dev/null
@@ -1,3 +0,0 @@
-Add new package py-awscrt version 0.27.6
-
-This package provides Python 3 bindings for the AWS Common Runtime.
diff --git a/py-awscrt/DESCR b/py-awscrt/DESCR
deleted file mode 100644
index 1182e707fd..0000000000
--- a/py-awscrt/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-This package provides Python 3 bindings for the AWS Common Runtime.
diff --git a/py-awscrt/Makefile b/py-awscrt/Makefile
deleted file mode 100644
index 199bc226ed..0000000000
--- a/py-awscrt/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.74 2025/04/15 08:00:41 adam Exp $
-
-DISTNAME= awscrt-0.27.6
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= net python
-MASTER_SITES= ${MASTER_SITE_PYPI:=a/awscrt/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://pypi.org/project/awscrt/
-COMMENT= Python 3 bindings for the AWS Common Runtime.
-LICENSE= apache-2.0
-
-#TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-#DEPENDS+= ${PYPKGPREFIX}-botocore>=1.37.34:../../net/py-botocore
-#DEPENDS+= ${PYPKGPREFIX}-colorama>=0.3.2:../../comms/py-colorama
-#DEPENDS+= ${PYPKGPREFIX}-docutils>=0.10:../../textproc/py-docutils
-#DEPENDS+= ${PYPKGPREFIX}-rsa>=3.1.2:../../security/py-rsa
-#DEPENDS+= ${PYPKGPREFIX}-s3transfer>=0.11.0:../../net/py-s3transfer
-#DEPENDS+= ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
-
-USE_LANGUAGES= c c++
-
-PYTHON_SELF_CONFLICT= yes
-
-CFLAGS.NetBSD+= -D_NETBSD_SOURCE
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-awscrt/PLIST b/py-awscrt/PLIST
deleted file mode 100644
index 8954797164..0000000000
--- a/py-awscrt/PLIST
+++ /dev/null
@@ -1,59 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/_awscrt.abi3.so
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/awscrt/__init__.py
-${PYSITELIB}/awscrt/__init__.pyc
-${PYSITELIB}/awscrt/__init__.pyo
-${PYSITELIB}/awscrt/_test.py
-${PYSITELIB}/awscrt/_test.pyc
-${PYSITELIB}/awscrt/_test.pyo
-${PYSITELIB}/awscrt/auth.py
-${PYSITELIB}/awscrt/auth.pyc
-${PYSITELIB}/awscrt/auth.pyo
-${PYSITELIB}/awscrt/cbor.py
-${PYSITELIB}/awscrt/cbor.pyc
-${PYSITELIB}/awscrt/cbor.pyo
-${PYSITELIB}/awscrt/checksums.py
-${PYSITELIB}/awscrt/checksums.pyc
-${PYSITELIB}/awscrt/checksums.pyo
-${PYSITELIB}/awscrt/common.py
-${PYSITELIB}/awscrt/common.pyc
-${PYSITELIB}/awscrt/common.pyo
-${PYSITELIB}/awscrt/crypto.py
-${PYSITELIB}/awscrt/crypto.pyc
-${PYSITELIB}/awscrt/crypto.pyo
-${PYSITELIB}/awscrt/eventstream/__init__.py
-${PYSITELIB}/awscrt/eventstream/__init__.pyc
-${PYSITELIB}/awscrt/eventstream/__init__.pyo
-${PYSITELIB}/awscrt/eventstream/rpc.py
-${PYSITELIB}/awscrt/eventstream/rpc.pyc
-${PYSITELIB}/awscrt/eventstream/rpc.pyo
-${PYSITELIB}/awscrt/exceptions.py
-${PYSITELIB}/awscrt/exceptions.pyc
-${PYSITELIB}/awscrt/exceptions.pyo
-${PYSITELIB}/awscrt/http.py
-${PYSITELIB}/awscrt/http.pyc
-${PYSITELIB}/awscrt/http.pyo
-${PYSITELIB}/awscrt/io.py
-${PYSITELIB}/awscrt/io.pyc
-${PYSITELIB}/awscrt/io.pyo
-${PYSITELIB}/awscrt/mqtt.py
-${PYSITELIB}/awscrt/mqtt.pyc
-${PYSITELIB}/awscrt/mqtt.pyo
-${PYSITELIB}/awscrt/mqtt5.py
-${PYSITELIB}/awscrt/mqtt5.pyc
-${PYSITELIB}/awscrt/mqtt5.pyo
-${PYSITELIB}/awscrt/mqtt_request_response.py
-${PYSITELIB}/awscrt/mqtt_request_response.pyc
-${PYSITELIB}/awscrt/mqtt_request_response.pyo
-${PYSITELIB}/awscrt/s3.py
-${PYSITELIB}/awscrt/s3.pyc
-${PYSITELIB}/awscrt/s3.pyo
-${PYSITELIB}/awscrt/websocket.py
-${PYSITELIB}/awscrt/websocket.pyc
-${PYSITELIB}/awscrt/websocket.pyo
diff --git a/py-awscrt/distinfo b/py-awscrt/distinfo
deleted file mode 100644
index e6fb13fba4..0000000000
--- a/py-awscrt/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.70 2025/04/15 08:00:41 adam Exp $
-
-BLAKE2s (awscrt-0.27.6.tar.gz) = 068dae231d4a2cd222b3c85e8c2f8b325d57fc26dab99912300719e31af78a66
-SHA512 (awscrt-0.27.6.tar.gz) = 0df60174211cee539821f908c5eb63f24e26cf1eff6b1df87abb815659bc2af4569fd2e5af3de0fb4ee1d8041206d3124ee1fefda11957c54458fc215131071f
-Size (awscrt-0.27.6.tar.gz) = 37677550 bytes
-SHA1 (patch-crt_aws-c-common_source_posix_thread.c) = 1fcfd2085e63992c9d1c57475f6005b8fdfde5ed
-SHA1 (patch-crt_aws-c-io_source_posix_host__resolver.c) = 4b5b8a30ba2a984673112eb190dc03a73514d230
diff --git a/py-awscrt/patches/patch-crt_aws-c-common_source_posix_thread.c b/py-awscrt/patches/patch-crt_aws-c-common_source_posix_thread.c
deleted file mode 100644
index cde545185d..0000000000
--- a/py-awscrt/patches/patch-crt_aws-c-common_source_posix_thread.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Fix NetBSD build issue: no pthread_np.h header file
-
---- crt/aws-c-common/source/posix/thread.c.orig 2025-09-06 20:32:43.639391780 +0000
-+++ crt/aws-c-common/source/posix/thread.c
-@@ -23,7 +23,7 @@
- #include <time.h>
- #include <unistd.h>
-
--#if defined(__FreeBSD__) || defined(__NetBSD__)
-+#if defined(__FreeBSD__)
- # include <pthread_np.h>
- typedef cpuset_t cpu_set_t;
- #elif defined(__OpenBSD__)
diff --git a/py-awscrt/patches/patch-crt_aws-c-io_source_posix_host__resolver.c b/py-awscrt/patches/patch-crt_aws-c-io_source_posix_host__resolver.c
deleted file mode 100644
index b8ad9ed2e4..0000000000
--- a/py-awscrt/patches/patch-crt_aws-c-io_source_posix_host__resolver.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Fix NetBSD build issue: no AI_ALL/AI_V4MAPPED. Match the OpenBSD exception.
-
---- crt/aws-c-io/source/posix/host_resolver.c.orig 2025-09-06 20:33:44.486176072 +0000
-+++ crt/aws-c-io/source/posix/host_resolver.c
-@@ -38,7 +38,7 @@ int aws_default_dns_resolve(
- AWS_ZERO_STRUCT(hints);
- hints.ai_family = AF_UNSPEC;
- hints.ai_socktype = SOCK_STREAM;
--# if !defined(__OpenBSD__)
-+# if !(defined(__OpenBSD__) || defined(__NetBSD__))
- hints.ai_flags = AI_ALL | AI_V4MAPPED;
- # endif /* __OpenBSD__ */
-
Home |
Main Index |
Thread Index |
Old Index