From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 77b7668c9ea4d758c8fb2a2b044a1c4f47ab8a94 Date: Wed, 02 Dec 2020 17:56:30 +0000 Message-ID: <4CmRVQ4Fnxz2xdQ@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4171441351543070686==" List-Id: --===============4171441351543070686== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 77b7668c9ea4d758c8fb2a2b044a1c4f47ab8a94 (commit) via 57a0aedb3ebf95a20448e66c1f58b5e4dc672853 (commit) via 05be1c642a9c8ee9aff2acbc4ea8b3b1a8065f7c (commit) via 83fc11d474f3f4be6aa4aa51a6c0cec56f4efdea (commit) via 6dc6de4c4ec2a8d41d8a61ce0c9559f923188169 (commit) via 882db5cd03dcd72fea7c11b80672951ba55e8cfd (commit) via 848911b24757d6367e325985f860fbf73f811875 (commit) via aa9dd5386cfac0ea069c4f6d51628e3d7ea56458 (commit) from 460741fd148107b5e189d5649009c4ab36007855 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 77b7668c9ea4d758c8fb2a2b044a1c4f47ab8a94 Author: Michael Tremer Date: Wed Dec 2 17:55:51 2020 +0000 aws-cli: Update to 1.18.188 =20 Signed-off-by: Michael Tremer commit 57a0aedb3ebf95a20448e66c1f58b5e4dc672853 Author: Michael Tremer Date: Wed Dec 2 17:55:22 2020 +0000 python3-botocore: Update to 1.19.28 =20 Signed-off-by: Michael Tremer commit 05be1c642a9c8ee9aff2acbc4ea8b3b1a8065f7c Author: Michael Tremer Date: Wed Dec 2 17:54:32 2020 +0000 python3-urllib3: New package =20 Required by botocore =20 Signed-off-by: Michael Tremer commit 83fc11d474f3f4be6aa4aa51a6c0cec56f4efdea Author: Michael Tremer Date: Wed Dec 2 14:57:17 2020 +0000 core153: Ship DDNS =20 Signed-off-by: Michael Tremer commit 6dc6de4c4ec2a8d41d8a61ce0c9559f923188169 Author: Stefan Schantl Date: Wed Dec 2 12:33:22 2020 +0100 ddns: Import upstream patch for provider DuckDNS. =20 Fixes #12415. =20 Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer commit 882db5cd03dcd72fea7c11b80672951ba55e8cfd Author: Stefan Schantl Date: Wed Dec 2 10:13:52 2020 +0100 ddns: Import upstream patch for provider DDNSS. =20 Fixes #12328. =20 Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer commit 848911b24757d6367e325985f860fbf73f811875 Author: Peter M=C3=BCller Date: Tue Dec 1 21:45:43 2020 +0000 tor.cgi: fix location function call again =20 This line was accidentially messed up while merging two patchsets together, causing tor.cgi to crash with an HTTP error 500 in testing. =20 Signed-off-by: Peter M=C3=BCller Signed-off-by: Michael Tremer commit aa9dd5386cfac0ea069c4f6d51628e3d7ea56458 Author: Stefan Schantl Date: Wed Dec 2 15:04:08 2020 +0100 location-functions.pl: Remove accidently keept 2nd DB init call. =20 The get_full_country_name() function had an accidenlty and not longer required call of the DB init function. =20 This is a waste of memory and a known problem, especially on systems with less than 1GB of RAM, where the application which uses libloc in such a redundant way crashes. =20 Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/cfgroot/location-functions.pl | 3 - .../{oldcore/104 =3D> core/153}/filelists/ddns | 0 config/rootfiles/packages/aws-cli | 3097 ++++++++++++++++++= +- config/rootfiles/packages/python3-botocore | 123 +- config/rootfiles/packages/python3-urllib3 | 52 + html/cgi-bin/tor.cgi | 2 +- lfs/aws-cli | 8 +- lfs/ddns | 2 + lfs/python3-botocore | 6 +- lfs/{python3-six =3D> python3-urllib3} | 12 +- make.sh | 1 + ...11-ddnss-fix-unhandled-exeption-on-update-patch | 30 + ...13-ddnss-fix-unhandled-exeption-on-update-patch | 30 + src/patches/ddns-013-duckdns-new-api.patch | 83 + 14 files changed, 3413 insertions(+), 36 deletions(-) copy config/rootfiles/{oldcore/104 =3D> core/153}/filelists/ddns (100%) create mode 100644 config/rootfiles/packages/python3-urllib3 copy lfs/{python3-six =3D> python3-urllib3} (95%) create mode 100644 src/patches/ddns-011-ddnss-fix-unhandled-exeption-on-upda= te-patch create mode 100644 src/patches/ddns-013-ddnss-fix-unhandled-exeption-on-upda= te-patch create mode 100644 src/patches/ddns-013-duckdns-new-api.patch Difference in files: diff --git a/config/cfgroot/location-functions.pl b/config/cfgroot/location-f= unctions.pl index b7465c5ef..fb97eb589 100644 --- a/config/cfgroot/location-functions.pl +++ b/config/cfgroot/location-functions.pl @@ -163,9 +163,6 @@ sub get_full_country_name($) { # Grab location name from hash. $name =3D $not_iso_3166_location{$code}; } else { - # Init libloc database connection. - my $db_handle =3D &init(); - # Get the country name by using the location module. $name =3D &Location::get_country_name($db_handle, $code); } diff --git a/config/rootfiles/core/153/filelists/ddns b/config/rootfiles/core= /153/filelists/ddns new file mode 120000 index 000000000..739516420 --- /dev/null +++ b/config/rootfiles/core/153/filelists/ddns @@ -0,0 +1 @@ +../../../common/ddns \ No newline at end of file diff --git a/config/rootfiles/packages/aws-cli b/config/rootfiles/packages/aw= s-cli index 663c58ecc..dafd3ba68 100644 --- a/config/rootfiles/packages/aws-cli +++ b/config/rootfiles/packages/aws-cli @@ -4,18 +4,25 @@ usr/bin/aws_bash_completer usr/bin/aws_completer #usr/bin/aws_zsh_completer.sh #usr/lib/python3.8/site-packages/awscli -#usr/lib/python3.8/site-packages/awscli-1.15.77-py3.8.egg-info -#usr/lib/python3.8/site-packages/awscli-1.15.77-py3.8.egg-info/PKG-INFO -#usr/lib/python3.8/site-packages/awscli-1.15.77-py3.8.egg-info/SOURCES.txt -#usr/lib/python3.8/site-packages/awscli-1.15.77-py3.8.egg-info/dependency_li= nks.txt -#usr/lib/python3.8/site-packages/awscli-1.15.77-py3.8.egg-info/requires.txt -#usr/lib/python3.8/site-packages/awscli-1.15.77-py3.8.egg-info/top_level.txt +#usr/lib/python3.8/site-packages/awscli-1.18.188-py3.8.egg-info +#usr/lib/python3.8/site-packages/awscli-1.18.188-py3.8.egg-info/PKG-INFO +#usr/lib/python3.8/site-packages/awscli-1.18.188-py3.8.egg-info/SOURCES.txt +#usr/lib/python3.8/site-packages/awscli-1.18.188-py3.8.egg-info/dependency_l= inks.txt +#usr/lib/python3.8/site-packages/awscli-1.18.188-py3.8.egg-info/requires.txt +#usr/lib/python3.8/site-packages/awscli-1.18.188-py3.8.egg-info/top_level.txt usr/lib/python3.8/site-packages/awscli/__init__.py usr/lib/python3.8/site-packages/awscli/__main__.py usr/lib/python3.8/site-packages/awscli/alias.py usr/lib/python3.8/site-packages/awscli/argparser.py usr/lib/python3.8/site-packages/awscli/argprocess.py usr/lib/python3.8/site-packages/awscli/arguments.py +usr/lib/python3.8/site-packages/awscli/bcdoc +usr/lib/python3.8/site-packages/awscli/bcdoc/__init__.py +usr/lib/python3.8/site-packages/awscli/bcdoc/docevents.py +usr/lib/python3.8/site-packages/awscli/bcdoc/docstringparser.py +usr/lib/python3.8/site-packages/awscli/bcdoc/restdoc.py +usr/lib/python3.8/site-packages/awscli/bcdoc/style.py +usr/lib/python3.8/site-packages/awscli/bcdoc/textwriter.py usr/lib/python3.8/site-packages/awscli/clidocs.py usr/lib/python3.8/site-packages/awscli/clidriver.py usr/lib/python3.8/site-packages/awscli/commands.py @@ -45,6 +52,9 @@ usr/lib/python3.8/site-packages/awscli/customizations/cloud= trail/__init__.py usr/lib/python3.8/site-packages/awscli/customizations/cloudtrail/subscribe.py usr/lib/python3.8/site-packages/awscli/customizations/cloudtrail/utils.py usr/lib/python3.8/site-packages/awscli/customizations/cloudtrail/validation.= py +#usr/lib/python3.8/site-packages/awscli/customizations/codeartifact +usr/lib/python3.8/site-packages/awscli/customizations/codeartifact/__init__.= py +usr/lib/python3.8/site-packages/awscli/customizations/codeartifact/login.py usr/lib/python3.8/site-packages/awscli/customizations/codecommit.py #usr/lib/python3.8/site-packages/awscli/customizations/codedeploy usr/lib/python3.8/site-packages/awscli/customizations/codedeploy/__init__.py @@ -84,6 +94,7 @@ usr/lib/python3.8/site-packages/awscli/customizations/dlm/c= onstants.py usr/lib/python3.8/site-packages/awscli/customizations/dlm/createdefaultrole.= py usr/lib/python3.8/site-packages/awscli/customizations/dlm/dlm.py usr/lib/python3.8/site-packages/awscli/customizations/dlm/iam.py +usr/lib/python3.8/site-packages/awscli/customizations/dynamodb.py #usr/lib/python3.8/site-packages/awscli/customizations/ec2 usr/lib/python3.8/site-packages/awscli/customizations/ec2/__init__.py usr/lib/python3.8/site-packages/awscli/customizations/ec2/addcount.py @@ -94,6 +105,19 @@ usr/lib/python3.8/site-packages/awscli/customizations/ec2= /protocolarg.py usr/lib/python3.8/site-packages/awscli/customizations/ec2/runinstances.py usr/lib/python3.8/site-packages/awscli/customizations/ec2/secgroupsimplify.py usr/lib/python3.8/site-packages/awscli/customizations/ecr.py +usr/lib/python3.8/site-packages/awscli/customizations/ecr_public.py +#usr/lib/python3.8/site-packages/awscli/customizations/ecs +usr/lib/python3.8/site-packages/awscli/customizations/ecs/__init__.py +usr/lib/python3.8/site-packages/awscli/customizations/ecs/deploy.py +usr/lib/python3.8/site-packages/awscli/customizations/ecs/exceptions.py +usr/lib/python3.8/site-packages/awscli/customizations/ecs/filehelpers.py +#usr/lib/python3.8/site-packages/awscli/customizations/eks +usr/lib/python3.8/site-packages/awscli/customizations/eks/__init__.py +usr/lib/python3.8/site-packages/awscli/customizations/eks/exceptions.py +usr/lib/python3.8/site-packages/awscli/customizations/eks/get_token.py +usr/lib/python3.8/site-packages/awscli/customizations/eks/kubeconfig.py +usr/lib/python3.8/site-packages/awscli/customizations/eks/ordered_yaml.py +usr/lib/python3.8/site-packages/awscli/customizations/eks/update_kubeconfig.= py #usr/lib/python3.8/site-packages/awscli/customizations/emr usr/lib/python3.8/site-packages/awscli/customizations/emr/__init__.py usr/lib/python3.8/site-packages/awscli/customizations/emr/addinstancegroups.= py @@ -136,6 +160,7 @@ usr/lib/python3.8/site-packages/awscli/customizations/his= tory/__init__.py usr/lib/python3.8/site-packages/awscli/customizations/history/commands.py usr/lib/python3.8/site-packages/awscli/customizations/history/constants.py usr/lib/python3.8/site-packages/awscli/customizations/history/db.py +usr/lib/python3.8/site-packages/awscli/customizations/history/filters.py usr/lib/python3.8/site-packages/awscli/customizations/history/list.py usr/lib/python3.8/site-packages/awscli/customizations/history/show.py usr/lib/python3.8/site-packages/awscli/customizations/iamvirtmfa.py @@ -173,7 +198,6 @@ usr/lib/python3.8/site-packages/awscli/customizations/s3/= syncstrategy/register.p usr/lib/python3.8/site-packages/awscli/customizations/s3/syncstrategy/sizeon= ly.py usr/lib/python3.8/site-packages/awscli/customizations/s3/transferconfig.py usr/lib/python3.8/site-packages/awscli/customizations/s3/utils.py -usr/lib/python3.8/site-packages/awscli/customizations/s3endpoint.py usr/lib/python3.8/site-packages/awscli/customizations/s3errormsg.py usr/lib/python3.8/site-packages/awscli/customizations/s3events.py usr/lib/python3.8/site-packages/awscli/customizations/s3uploader.py @@ -189,8 +213,11 @@ usr/lib/python3.8/site-packages/awscli/customizations/se= rvicecatalog/generatepro usr/lib/python3.8/site-packages/awscli/customizations/servicecatalog/helptex= t.py usr/lib/python3.8/site-packages/awscli/customizations/servicecatalog/utils.py usr/lib/python3.8/site-packages/awscli/customizations/sessendemail.py +usr/lib/python3.8/site-packages/awscli/customizations/sessionmanager.py +usr/lib/python3.8/site-packages/awscli/customizations/sms_voice.py usr/lib/python3.8/site-packages/awscli/customizations/streamingoutputarg.py usr/lib/python3.8/site-packages/awscli/customizations/toplevelbool.py +usr/lib/python3.8/site-packages/awscli/customizations/translate.py usr/lib/python3.8/site-packages/awscli/customizations/utils.py usr/lib/python3.8/site-packages/awscli/customizations/waiters.py #usr/lib/python3.8/site-packages/awscli/data @@ -225,6 +252,12 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/acm/request-certificate.rst #usr/lib/python3.8/site-packages/awscli/examples/acm/resend-validation-email= .rst #usr/lib/python3.8/site-packages/awscli/examples/acm/update-certificate-opti= ons.rst +#usr/lib/python3.8/site-packages/awscli/examples/alexaforbusiness +#usr/lib/python3.8/site-packages/awscli/examples/alexaforbusiness/create-net= work-profile.rst +#usr/lib/python3.8/site-packages/awscli/examples/alexaforbusiness/delete-net= work-profile.rst +#usr/lib/python3.8/site-packages/awscli/examples/alexaforbusiness/get-networ= k-profile.rst +#usr/lib/python3.8/site-packages/awscli/examples/alexaforbusiness/search-net= work-profiles.rst +#usr/lib/python3.8/site-packages/awscli/examples/alexaforbusiness/update-net= work-profile.rst #usr/lib/python3.8/site-packages/awscli/examples/apigateway #usr/lib/python3.8/site-packages/awscli/examples/apigateway/create-api-key.r= st #usr/lib/python3.8/site-packages/awscli/examples/apigateway/create-authorize= r.rst @@ -314,18 +347,151 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/apigateway/update-stage.rst #usr/lib/python3.8/site-packages/awscli/examples/apigateway/update-usage-pla= n.rst #usr/lib/python3.8/site-packages/awscli/examples/apigateway/update-usage.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewaymanagementapi +#usr/lib/python3.8/site-packages/awscli/examples/apigatewaymanagementapi/del= ete-connection.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewaymanagementapi/get= -connection.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewaymanagementapi/pos= t-to-connection.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2 +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/create-api-map= ping.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/create-api.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/create-authori= zer.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/create-deploym= ent.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/create-domain-= name.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/create-integra= tion.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/create-route.r= st +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/create-stage.r= st +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/create-vpc-lin= k.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/delete-access-= log-settings.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/delete-api-map= ping.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/delete-api.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/delete-authori= zer.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/delete-cors-co= nfiguration.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/delete-deploym= ent.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/delete-domain-= name.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/delete-integra= tion.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/delete-route-s= ettings.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/delete-route.r= st +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/delete-stage.r= st +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/delete-vpc-lin= k.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/export-api.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-api-mappin= g.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-api-mappin= gs.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-api.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-apis.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-authorizer= .rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-authorizer= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-deployment= .rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-deployment= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-domain-nam= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-domain-nam= es.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-integratio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-integratio= ns.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-route.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-routes.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-stage.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-stages.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-tags.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-vpc-link.r= st +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/get-vpc-links.= rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/import-api.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/reimport-api.r= st +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/tag-resource.r= st +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/untag-resource= .rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/update-api-map= ping.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/update-api.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/update-authori= zer.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/update-deploym= ent.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/update-domain-= name.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/update-integra= tion.rst +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/update-route.r= st +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/update-stage.r= st +#usr/lib/python3.8/site-packages/awscli/examples/apigatewayv2/update-vpc-lin= k.rst +#usr/lib/python3.8/site-packages/awscli/examples/appconfig +#usr/lib/python3.8/site-packages/awscli/examples/appconfig/get-configuration= .rst +#usr/lib/python3.8/site-packages/awscli/examples/appconfig/list-applications= .rst +#usr/lib/python3.8/site-packages/awscli/examples/appconfig/list-configuratio= n-profiles.rst +#usr/lib/python3.8/site-packages/awscli/examples/appconfig/list-environments= .rst #usr/lib/python3.8/site-packages/awscli/examples/application-autoscaling #usr/lib/python3.8/site-packages/awscli/examples/application-autoscaling/del= ete-scaling-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/application-autoscaling/del= ete-scheduled-action.rst #usr/lib/python3.8/site-packages/awscli/examples/application-autoscaling/der= egister-scalable-target.rst #usr/lib/python3.8/site-packages/awscli/examples/application-autoscaling/des= cribe-scalable-targets.rst #usr/lib/python3.8/site-packages/awscli/examples/application-autoscaling/des= cribe-scaling-activities.rst #usr/lib/python3.8/site-packages/awscli/examples/application-autoscaling/des= cribe-scaling-policies.rst +#usr/lib/python3.8/site-packages/awscli/examples/application-autoscaling/des= cribe-scheduled-actions.rst #usr/lib/python3.8/site-packages/awscli/examples/application-autoscaling/put= -scaling-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/application-autoscaling/put= -scheduled-action.rst #usr/lib/python3.8/site-packages/awscli/examples/application-autoscaling/reg= ister-scalable-target.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/create-mesh.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/create-route.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/create-virtual-node= .rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/create-virtual-rout= er.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/create-virtual-serv= ice.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/delete-mesh.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/delete-route.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/delete-virtual-node= .rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/delete-virtual-rout= er.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/delete-virtual-serv= ice.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/describe-mesh.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/describe-route.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/describe-virtual-no= de.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/describe-virtual-ro= uter.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/describe-virtual-se= rvice.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/list-meshes.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/list-routes.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/list-tags-for-resou= rce.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/list-virtual-nodes.= rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/list-virtual-router= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/list-virtual-servic= es.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/update-mesh.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/update-route.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/update-virtual-node= .rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/update-virtual-rout= er.rst +#usr/lib/python3.8/site-packages/awscli/examples/appmesh/update-virtual-serv= ice.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena +#usr/lib/python3.8/site-packages/awscli/examples/athena/batch-get-named-quer= y.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/batch-get-query-exec= ution.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/create-data-catalog.= rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/create-named-query.r= st +#usr/lib/python3.8/site-packages/awscli/examples/athena/create-work-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/delete-data-catalog.= rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/delete-named-query.r= st +#usr/lib/python3.8/site-packages/awscli/examples/athena/delete-work-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/get-data-catalog.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/get-database.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/get-named-query.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/get-query-execution.= rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/get-query-results.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/get-table-metadata.r= st +#usr/lib/python3.8/site-packages/awscli/examples/athena/get-work-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/list-data-catalogs.r= st +#usr/lib/python3.8/site-packages/awscli/examples/athena/list-databases.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/list-named-queries.r= st +#usr/lib/python3.8/site-packages/awscli/examples/athena/list-query-execution= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/list-table-metadata.= rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/list-tags-for-resour= ce.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/list-work-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/start-query-executio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/stop-query-execution= .rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/update-data-catalog.= rst +#usr/lib/python3.8/site-packages/awscli/examples/athena/update-work-group.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling +#usr/lib/python3.8/site-packages/awscli/examples/autoscaling-plans +#usr/lib/python3.8/site-packages/awscli/examples/autoscaling-plans/create-sc= aling-plan.rst +#usr/lib/python3.8/site-packages/awscli/examples/autoscaling-plans/delete-sc= aling-plan.rst +#usr/lib/python3.8/site-packages/awscli/examples/autoscaling-plans/describe-= scaling-plan-resources.rst +#usr/lib/python3.8/site-packages/awscli/examples/autoscaling-plans/describe-= scaling-plans.rst +#usr/lib/python3.8/site-packages/awscli/examples/autoscaling-plans/get-scali= ng-plan-resource-forecast-data.rst +#usr/lib/python3.8/site-packages/awscli/examples/autoscaling-plans/update-sc= aling-plan.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/attach-instance= s.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/attach-load-bal= ancer-target-groups.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/attach-load-bal= ancers.rst +#usr/lib/python3.8/site-packages/awscli/examples/autoscaling/cancel-instance= -refresh.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/complete-lifecy= cle-action.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/create-auto-sca= ling-group.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/create-launch-c= onfiguration.rst @@ -342,6 +508,7 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/describe-auto-s= caling-groups.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/describe-auto-s= caling-instances.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/describe-auto-s= caling-notification-types.rst +#usr/lib/python3.8/site-packages/awscli/examples/autoscaling/describe-instan= ce-refreshes.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/describe-launch= -configurations.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/describe-lifecy= cle-hook-types.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/describe-lifecy= cle-hooks.rst @@ -372,9 +539,16 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/set-desired-cap= acity.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/set-instance-he= alth.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/set-instance-pr= otection.rst +#usr/lib/python3.8/site-packages/awscli/examples/autoscaling/start-instance-= refresh.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/suspend-process= es.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/terminate-insta= nce-in-auto-scaling-group.rst #usr/lib/python3.8/site-packages/awscli/examples/autoscaling/update-auto-sca= ling-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/backup +#usr/lib/python3.8/site-packages/awscli/examples/backup/create-backup-plan.r= st +#usr/lib/python3.8/site-packages/awscli/examples/backup/create-backup-vault.= rst +#usr/lib/python3.8/site-packages/awscli/examples/backup/get-backup-plan-from= -template.rst +#usr/lib/python3.8/site-packages/awscli/examples/backup/get-backup-plan.rst +#usr/lib/python3.8/site-packages/awscli/examples/backup/list-backup-jobs.rst #usr/lib/python3.8/site-packages/awscli/examples/batch #usr/lib/python3.8/site-packages/awscli/examples/batch/cancel-job.rst #usr/lib/python3.8/site-packages/awscli/examples/batch/create-compute-enviro= nment.rst @@ -392,6 +566,118 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/batch/terminate-job.rst #usr/lib/python3.8/site-packages/awscli/examples/batch/update-compute-enviro= nment.rst #usr/lib/python3.8/site-packages/awscli/examples/batch/update-job-queue.rst +#usr/lib/python3.8/site-packages/awscli/examples/budgets +#usr/lib/python3.8/site-packages/awscli/examples/budgets/create-budget.rst +#usr/lib/python3.8/site-packages/awscli/examples/budgets/create-notification= .rst +#usr/lib/python3.8/site-packages/awscli/examples/budgets/create-subscriber.r= st +#usr/lib/python3.8/site-packages/awscli/examples/budgets/delete-budget.rst +#usr/lib/python3.8/site-packages/awscli/examples/budgets/delete-notification= .rst +#usr/lib/python3.8/site-packages/awscli/examples/budgets/delete-subscriber.r= st +#usr/lib/python3.8/site-packages/awscli/examples/budgets/describe-budget.rst +#usr/lib/python3.8/site-packages/awscli/examples/budgets/describe-budgets.rst +#usr/lib/python3.8/site-packages/awscli/examples/budgets/describe-notificati= ons-for-budget.rst +#usr/lib/python3.8/site-packages/awscli/examples/budgets/describe-subscriber= s-for-notification.rst +#usr/lib/python3.8/site-packages/awscli/examples/budgets/update-budget.rst +#usr/lib/python3.8/site-packages/awscli/examples/budgets/update-notification= .rst +#usr/lib/python3.8/site-packages/awscli/examples/budgets/update-subscriber.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ce +#usr/lib/python3.8/site-packages/awscli/examples/ce/get-cost-and-usage.rst +#usr/lib/python3.8/site-packages/awscli/examples/ce/get-dimension-values.rst +#usr/lib/python3.8/site-packages/awscli/examples/ce/get-reservation-coverage= .rst +#usr/lib/python3.8/site-packages/awscli/examples/ce/get-reservation-purchase= -recommendation.rst +#usr/lib/python3.8/site-packages/awscli/examples/ce/get-reservation-utilizat= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/ce/get-tags.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime +#usr/lib/python3.8/site-packages/awscli/examples/chime/associate-phone-numbe= r-with-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/associate-phone-numbe= rs-with-voice-connector-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/associate-phone-numbe= rs-with-voice-connector.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/associate-signin-dele= gate-groups-with-account.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/batch-create-room-mem= bership.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/batch-delete-phone-nu= mber.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/batch-suspend-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/batch-unsuspend-user.= rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/batch-update-phone-nu= mber.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/batch-update-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/create-account.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/create-bot.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/create-phone-number-o= rder.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/create-proxy-session.= rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/create-room-membershi= p.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/create-room.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/create-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/create-voice-connecto= r-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/create-voice-connecto= r.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/delete-account.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/delete-phone-number.r= st +#usr/lib/python3.8/site-packages/awscli/examples/chime/delete-proxy-session.= rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/delete-room-membershi= p.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/delete-room.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/delete-voice-connecto= r-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/delete-voice-connecto= r-origination.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/delete-voice-connecto= r-proxy.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/delete-voice-connecto= r-streaming-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/delete-voice-connecto= r-termination-credentials.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/delete-voice-connecto= r-termination.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/delete-voice-connecto= r.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/disassociate-phone-nu= mber-from-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/disassociate-phone-nu= mbers-from-voice-connector-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/disassociate-phone-nu= mbers-from-voice-connector.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/disassociate-signin-d= elegate-groups-from-account.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-account-settings.= rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-account.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-bot.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-global-settings.r= st +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-phone-number-orde= r.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-phone-number-sett= ings.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-phone-number.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-proxy-session.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-room.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-user-settings.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-voice-connector-g= roup.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-voice-connector-l= ogging-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-voice-connector-o= rigination.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-voice-connector-p= roxy.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-voice-connector-s= treaming-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-voice-connector-t= ermination-health.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-voice-connector-t= ermination.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/get-voice-connector.r= st +#usr/lib/python3.8/site-packages/awscli/examples/chime/invite-users.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/list-accounts.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/list-bots.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/list-phone-number-ord= ers.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/list-phone-numbers.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/list-proxy-sessions.r= st +#usr/lib/python3.8/site-packages/awscli/examples/chime/list-room-memberships= .rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/list-rooms.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/list-users.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/list-voice-connector-= groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/list-voice-connector-= termination-credentials.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/list-voice-connectors= .rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/logout-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/put-voice-connector-l= ogging-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/put-voice-connector-o= rigination.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/put-voice-connector-p= roxy.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/put-voice-connector-s= treaming-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/put-voice-connector-t= ermination-credentials.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/put-voice-connector-t= ermination.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/regenerate-security-t= oken.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/reset-personal-pin.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/restore-phone-number.= rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/search-available-phon= e-numbers.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/update-account-settin= gs.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/update-account.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/update-bot.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/update-global-setting= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/update-phone-number-s= ettings.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/update-phone-number.r= st +#usr/lib/python3.8/site-packages/awscli/examples/chime/update-proxy-session.= rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/update-room-membershi= p.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/update-room.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/update-user-settings.= rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/update-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/update-voice-connecto= r-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/chime/update-voice-connecto= r.rst #usr/lib/python3.8/site-packages/awscli/examples/cloud9 #usr/lib/python3.8/site-packages/awscli/examples/cloud9/create-environment-e= c2.rst #usr/lib/python3.8/site-packages/awscli/examples/cloud9/create-environment-m= embership.rst @@ -407,24 +693,108 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/cloudformation/_deploy_desc= ription.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudformation/_package_des= cription.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudformation/cancel-updat= e-stack.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/continue-upd= ate-rollback.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/create-chang= e-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/create-stack= -instances.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/create-stack= -set.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudformation/create-stack= .rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/delete-chang= e-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/delete-stack= -instances.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/delete-stack= -set.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/delete-stack= .rst #usr/lib/python3.8/site-packages/awscli/examples/cloudformation/deploy.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/deregister-t= ype.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/describe-acc= ount-limits.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/describe-cha= nge-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/describe-sta= ck-drift-detection-status.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/describe-sta= ck-events.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/describe-sta= ck-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/describe-sta= ck-resource-drifts.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/describe-sta= ck-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/describe-sta= ck-resources.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/describe-sta= ck-set-operation.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/describe-sta= ck-set.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudformation/describe-sta= cks.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/describe-typ= e-registration.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/describe-typ= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/detect-stack= -drift.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/detect-stack= -resource-drift.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/detect-stack= -set-drift.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/estimate-tem= plate-cost.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/execute-chan= ge-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/get-stack-po= licy.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/get-template= -summary.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudformation/get-template= .rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/list-change-= sets.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/list-exports= .rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/list-imports= .rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/list-stack-i= nstances.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/list-stack-r= esources.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/list-stack-s= et-operation-results.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/list-stack-s= et-operations.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/list-stack-s= ets.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudformation/list-stacks.= rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/list-type-re= gistrations.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/list-type-ve= rsions.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/list-types.r= st #usr/lib/python3.8/site-packages/awscli/examples/cloudformation/package.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/register-typ= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/set-stack-po= licy.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/set-type-def= ault-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/signal-resou= rce.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/stop-stack-s= et-operation.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/update-stack= -instances.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/update-stack= -set.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudformation/update-stack= .rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/update-termi= nation-protection.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudformation/validate-tem= plate.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/wait +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/wait/change-= set-create-complete.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/wait/stack-c= reate-complete.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/wait/stack-d= elete-complete.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/wait/stack-e= xists.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/wait/stack-i= mport-complete.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/wait/stack-r= ollback-complete.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/wait/stack-u= pdate-complete.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudformation/wait/type-re= gistration-complete.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudfront +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/create-cloud-fro= nt-origin-access-identity.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/create-distribut= ion-with-tags.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudfront/create-distribut= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/create-field-lev= el-encryption-config.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/create-field-lev= el-encryption-profile.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudfront/create-invalidat= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/create-public-ke= y.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/delete-cloud-fro= nt-origin-access-identity.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudfront/delete-distribut= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/delete-field-lev= el-encryption-config.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/delete-field-lev= el-encryption-profile.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/delete-public-ke= y.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/get-cloud-front-= origin-access-identity-config.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/get-cloud-front-= origin-access-identity.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudfront/get-distribution= -config.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudfront/get-distribution= .rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/get-field-level-= encryption-config.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/get-field-level-= encryption-profile-config.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/get-field-level-= encryption-profile.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/get-field-level-= encryption.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudfront/get-invalidation= .rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/get-public-key-c= onfig.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/get-public-key.r= st +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/list-cloud-front= -origin-access-identities.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudfront/list-distributio= ns.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/list-field-level= -encryption-configs.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/list-field-level= -encryption-profiles.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudfront/list-invalidatio= ns.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/list-public-keys= .rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/list-tags-for-re= source.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/sign.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/untag-resource.r= st +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/update-cloud-fro= nt-origin-access-identity.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudfront/update-distribut= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/update-field-lev= el-encryption-config.rst +#usr/lib/python3.8/site-packages/awscli/examples/cloudfront/update-field-lev= el-encryption-profile.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudsearchdomain #usr/lib/python3.8/site-packages/awscli/examples/cloudsearchdomain/upload-do= cuments.rst #usr/lib/python3.8/site-packages/awscli/examples/cloudtrail @@ -457,38 +827,121 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/cloudwatch/put-metric-alarm= .rst #usr/lib/python3.8/site-packages/awscli/examples/cloudwatch/put-metric-data.= rst #usr/lib/python3.8/site-packages/awscli/examples/cloudwatch/set-alarm-state.= rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/batch-delete-buil= ds.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/batch-get-build-b= atches.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/batch-get-builds.= rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/batch-get-project= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/batch-get-report-= groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/batch-get-reports= .rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/create-project.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/create-report-gro= up.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/create-webhook.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/delete-build-batc= h.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/delete-project.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/delete-report-gro= up.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/delete-report.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/delete-source-cre= dentials.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/delete-webhook.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/describe-code-cov= erages.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/describe-test-cas= es.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/import-source-cre= dentials.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/invalidate-projec= t-cache.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/list-build-batche= s-for-project.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/list-build-batche= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/list-builds-for-p= roject.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/list-builds.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/list-curated-envi= ronment-images.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/list-projects.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/list-report-group= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/list-reports-for-= report-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/list-reports.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/list-shared-proje= cts.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/list-shared-repor= t-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/list-source-crede= ntials.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/retry-build-batch= .rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/retry-build.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/start-build-batch= .rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/start-build.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/stop-build-batch.= rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/stop-build.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/update-project.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/update-report-gro= up.rst +#usr/lib/python3.8/site-packages/awscli/examples/codebuild/update-webhook.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/associate-approv= al-rule-template-with-repository.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/batch-associate-= approval-rule-template-with-repositories.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/batch-describe-m= erge-conflicts.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/batch-disassocia= te-approval-rule-template-from-repositories.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/batch-get-commit= s.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/batch-get-reposi= tories.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/create-approval-= rule-template.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/create-branch.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/create-commit.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/create-pull-requ= est-approval-rule.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/create-pull-requ= est.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/create-repositor= y.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/create-unreferen= ced-merge-commit.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/credential-helpe= r.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/delete-approval-= rule-template.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/delete-branch.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/delete-comment-c= ontent.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/delete-file.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/delete-pull-requ= est-approval-rule.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/delete-repositor= y.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/describe-merge-c= onflicts.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/describe-pull-re= quest-events.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/disassociate-app= roval-rule-template-from-repository.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/evaluate-pull-re= quest-approval-rules.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-approval-rul= e-template.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-blob.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-branch.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-comment-reac= tions.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-comment.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-comments-for= -compared-commit.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-comments-for= -pull-request.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-commit.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-differences.= rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-file.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-folder.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-merge-commit= .rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-merge-confli= cts.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-merge-option= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-pull-request= -approval-states.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-pull-request= -override-state.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-pull-request= .rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-repository-t= riggers.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/get-repository.r= st +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/list-approval-ru= le-templates.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/list-associated-= approval-rule-templates-for-repository.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/list-branches.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/list-pull-reques= ts.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/list-repositorie= s-for-approval-rule-template.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/list-repositorie= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/list-tags-for-re= source.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/merge-branches-b= y-fast-forward.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/merge-branches-b= y-squash.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/merge-branches-b= y-three-way.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/merge-pull-reque= st-by-fast-forward.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/merge-pull-reque= st-by-squash.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/merge-pull-reque= st-by-three-way.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/override-pull-re= quest-approval-rules.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/post-comment-for= -compared-commit.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/post-comment-for= -pull-request.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/post-comment-rep= ly.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/put-comment-reac= tion.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/put-file.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/put-repository-t= riggers.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/tag-resource.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/test-repository-= triggers.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/untag-resource.r= st +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/update-approval-= rule-template-content.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/update-approval-= rule-template-description.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/update-approval-= rule-template-name.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/update-comment.r= st #usr/lib/python3.8/site-packages/awscli/examples/codecommit/update-default-b= ranch.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/update-pull-requ= est-approval-rule-content.rst +#usr/lib/python3.8/site-packages/awscli/examples/codecommit/update-pull-requ= est-approval-state.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/update-pull-requ= est-description.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/update-pull-requ= est-status.rst #usr/lib/python3.8/site-packages/awscli/examples/codecommit/update-pull-requ= est-title.rst @@ -500,16 +953,174 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/codepipeline/create-pipelin= e.rst #usr/lib/python3.8/site-packages/awscli/examples/codepipeline/delete-custom-= action-type.rst #usr/lib/python3.8/site-packages/awscli/examples/codepipeline/delete-pipelin= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/codepipeline/delete-webhook= .rst +#usr/lib/python3.8/site-packages/awscli/examples/codepipeline/deregister-web= hook-with-third-party.rst #usr/lib/python3.8/site-packages/awscli/examples/codepipeline/disable-stage-= transition.rst #usr/lib/python3.8/site-packages/awscli/examples/codepipeline/enable-stage-t= ransition.rst #usr/lib/python3.8/site-packages/awscli/examples/codepipeline/get-job-detail= s.rst #usr/lib/python3.8/site-packages/awscli/examples/codepipeline/get-pipeline-s= tate.rst #usr/lib/python3.8/site-packages/awscli/examples/codepipeline/get-pipeline.r= st +#usr/lib/python3.8/site-packages/awscli/examples/codepipeline/list-action-ex= ecutions.rst #usr/lib/python3.8/site-packages/awscli/examples/codepipeline/list-action-ty= pes.rst +#usr/lib/python3.8/site-packages/awscli/examples/codepipeline/list-pipeline-= executions.rst #usr/lib/python3.8/site-packages/awscli/examples/codepipeline/list-pipelines= .rst +#usr/lib/python3.8/site-packages/awscli/examples/codepipeline/list-tags-for-= resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/codepipeline/list-webhooks.= rst #usr/lib/python3.8/site-packages/awscli/examples/codepipeline/poll-for-jobs.= rst +#usr/lib/python3.8/site-packages/awscli/examples/codepipeline/put-webhook.rst +#usr/lib/python3.8/site-packages/awscli/examples/codepipeline/retry-stage-ex= ecution.rst #usr/lib/python3.8/site-packages/awscli/examples/codepipeline/start-pipeline= -execution.rst +#usr/lib/python3.8/site-packages/awscli/examples/codepipeline/stop-pipeline-= execution.rst +#usr/lib/python3.8/site-packages/awscli/examples/codepipeline/tag-resource.r= st +#usr/lib/python3.8/site-packages/awscli/examples/codepipeline/untag-resource= .rst #usr/lib/python3.8/site-packages/awscli/examples/codepipeline/update-pipelin= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar +#usr/lib/python3.8/site-packages/awscli/examples/codestar-connections +#usr/lib/python3.8/site-packages/awscli/examples/codestar-connections/create= -connection.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-connections/create= -host.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-connections/delete= -connection.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-connections/delete= -host.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-connections/get-co= nnection.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-connections/get-ho= st.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-connections/list-c= onnections.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-connections/list-h= osts.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-connections/list-t= ags-for-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-connections/tag-re= source.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-connections/untag-= resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-notifications +#usr/lib/python3.8/site-packages/awscli/examples/codestar-notifications/crea= te-notification-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-notifications/dele= te-notification-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-notifications/dele= te-target.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-notifications/desc= ribe-notification-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-notifications/list= -event-types.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-notifications/list= -notification-rules.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-notifications/list= -tags-for-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-notifications/list= -targets.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-notifications/subs= cribe.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-notifications/tag-= resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-notifications/unsu= bscribe.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-notifications/unta= g-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar-notifications/upda= te-notification-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/associate-team-mem= ber.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/create-project.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/create-user-profil= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/delete-project.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/delete-user-profil= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/describe-project.r= st +#usr/lib/python3.8/site-packages/awscli/examples/codestar/describe-user-prof= ile.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/disassociate-team-= member.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/list-projects.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/list-resources.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/list-tags-for-proj= ect.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/list-team-members.= rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/list-user-profiles= .rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/tag-project.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/untag-project.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/update-project.rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/update-team-member= .rst +#usr/lib/python3.8/site-packages/awscli/examples/codestar/update-user-profil= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-identity +#usr/lib/python3.8/site-packages/awscli/examples/cognito-identity/create-ide= ntity-pool.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-identity/delete-ide= ntities.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-identity/delete-ide= ntity-pool.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-identity/describe-i= dentity-pool.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-identity/get-identi= ty-pool-roles.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-identity/list-ident= ity-pools.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-identity/set-identi= ty-pool-roles.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-identity/update-ide= ntity-pool.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/add-custom-attr= ibutes.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admim-disable-u= ser.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admim-enable-us= er.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-add-user-= to-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-confirm-s= ign-up.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-create-us= er.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-delete-us= er-attributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-delete-us= er.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-forget-de= vice.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-get-devic= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-get-user.= rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-initiate-= auth.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-list-devi= ces.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-list-grou= ps-for-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-list-user= -auth-events.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-remove-us= er-from-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-reset-use= r-password.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-set-user-= mfa-preference.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-set-user-= settings.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-update-au= th-event-feedback.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-update-de= vice-status.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/admin-update-us= er-attributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/change-password= .rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/confirm-forgot-= password.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/confirm-sign-up= .rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/create-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/create-user-imp= ort-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/create-user-poo= l-client.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/create-user-poo= l-domain.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/create-user-poo= l.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/delete-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/delete-identity= -provider.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/delete-resource= -server.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/delete-user-att= ributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/delete-user-poo= l-client.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/delete-user-poo= l-domain.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/delete-user-poo= l.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/delete-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/describe-identi= ty-provider.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/describe-resour= ce-server.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/describe-risk-c= onfiguration.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/describe-user-i= mport-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/describe-user-p= ool-client.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/describe-user-p= ool-domain.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/describe-user-p= ool.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/forget-device.r= st +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/forgot-password= .rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/get-csv-header.= rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/get-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/get-signing-cer= tificate.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/get-ui-customiz= ation.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/list-user-impor= t-jobs.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/list-user-pools= .rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/list-users-in-g= roup.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/list-users.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/resend-confirma= tion-code.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/respond-to-auth= -challenge.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/set-risk-config= uration.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/set-ui-customiz= ation.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/set-user-mfa-pr= eference.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/set-user-settin= gs.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/sign-up.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/start-user-impo= rt-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/stop-user-impor= t-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/update-auth-eve= nt-feedback.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/update-device-s= tatus.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/update-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/update-resource= -server.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/update-user-att= ributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/update-user-poo= l-client.rst +#usr/lib/python3.8/site-packages/awscli/examples/cognito-idp/update-user-poo= l.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/describe-= entities-detection-v2-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/describe-= icd10-cm-inference-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/describe-= phi-detection-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/describe-= rx-norm-inference-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/detect-en= tities-v2.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/detect-ph= i.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/infer-icd= 10-cm.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/infer-rx-= norm.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/list-enti= ties-detection-v2-jobs.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/list-icd1= 0-cm-inference-jobs.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/list-phi-= detection-jobs.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/list-rx-n= orm-inference-jobs.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/start-ent= ities-detection-v2-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/start-icd= 10-cm-inference-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/start-phi= -detection-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/start-rx-= norm-inference-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/stop-enti= ties-detection-v2-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/stop-icd1= 0-cm-inference-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/stop-phi-= detection-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/comprehendmedical/stop-rx-n= orm-inference-job.rst #usr/lib/python3.8/site-packages/awscli/examples/configservice #usr/lib/python3.8/site-packages/awscli/examples/configservice/delete-config= -rule.rst #usr/lib/python3.8/site-packages/awscli/examples/configservice/delete-delive= ry-channel.rst @@ -546,6 +1157,31 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/configure/set #usr/lib/python3.8/site-packages/awscli/examples/configure/set/_description.= rst #usr/lib/python3.8/site-packages/awscli/examples/configure/set/_examples.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect +#usr/lib/python3.8/site-packages/awscli/examples/connect/create-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/delete-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/describe-user-hiera= rchy-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/describe-user-hiera= rchy-structure.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/describe-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/get-contact-attribu= tes.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/list-contact-flows.= rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/list-hours-of-opera= tions.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/list-phone-numbers.= rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/list-queues.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/list-routing-profil= es.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/list-security-profi= les.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/list-user-hierarchy= -groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/list-users.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/update-contact-attr= ibutes.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/update-user-hierarc= hy.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/update-user-identit= y-info.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/update-user-phone-c= onfig.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/update-user-routing= -profile.rst +#usr/lib/python3.8/site-packages/awscli/examples/connect/update-user-securit= y-profiles.rst +#usr/lib/python3.8/site-packages/awscli/examples/cur +#usr/lib/python3.8/site-packages/awscli/examples/cur/delete-report-definitio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/cur/describe-report-definit= ions.rst +#usr/lib/python3.8/site-packages/awscli/examples/cur/put-report-definition.r= st #usr/lib/python3.8/site-packages/awscli/examples/datapipeline #usr/lib/python3.8/site-packages/awscli/examples/datapipeline/activate-pipel= ine.rst #usr/lib/python3.8/site-packages/awscli/examples/datapipeline/add-tags.rst @@ -558,11 +1194,33 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/datapipeline/list-runs.rst #usr/lib/python3.8/site-packages/awscli/examples/datapipeline/put-pipeline-d= efinition.rst #usr/lib/python3.8/site-packages/awscli/examples/datapipeline/remove-tags.rst +#usr/lib/python3.8/site-packages/awscli/examples/dax +#usr/lib/python3.8/site-packages/awscli/examples/dax/create-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/create-parameter-group.= rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/create-subnet-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/decrease-replication-fa= ctor.rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/delete-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/delete-parameter-group.= rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/delete-subnet-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/describe-clusters.rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/describe-default-parame= ters.rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/describe-events.rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/describe-parameter-grou= ps.rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/describe-parameters.rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/describe-subnet-groups.= rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/increase-replication-fa= ctor.rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/list-tags.rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/dax/untag-resource.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy #usr/lib/python3.8/site-packages/awscli/examples/deploy/add-tags-to-on-premi= ses-instances.rst +#usr/lib/python3.8/site-packages/awscli/examples/deploy/batch-get-applicatio= n-revisions.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/batch-get-applicatio= ns.rst +#usr/lib/python3.8/site-packages/awscli/examples/deploy/batch-get-deployment= -groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/deploy/batch-get-deployment= -targets.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/batch-get-deployment= s.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/batch-get-on-premise= s-instances.rst +#usr/lib/python3.8/site-packages/awscli/examples/deploy/continue-deployment.= rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/create-application.r= st #usr/lib/python3.8/site-packages/awscli/examples/deploy/create-deployment-co= nfig.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/create-deployment-gr= oup.rst @@ -570,6 +1228,7 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/deploy/delete-application.r= st #usr/lib/python3.8/site-packages/awscli/examples/deploy/delete-deployment-co= nfig.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/delete-deployment-gr= oup.rst +#usr/lib/python3.8/site-packages/awscli/examples/deploy/delete-git-hub-accou= nt-token.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/deregister-on-premis= es-instance.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/deregister.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/get-application-revi= sion.rst @@ -577,6 +1236,7 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/deploy/get-deployment-confi= g.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/get-deployment-group= .rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/get-deployment-insta= nce.rst +#usr/lib/python3.8/site-packages/awscli/examples/deploy/get-deployment-targe= t.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/get-deployment.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/get-on-premises-inst= ance.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/install.rst @@ -585,17 +1245,36 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/deploy/list-deployment-conf= igs.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/list-deployment-grou= ps.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/list-deployment-inst= ances.rst +#usr/lib/python3.8/site-packages/awscli/examples/deploy/list-deployment-targ= ets.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/list-deployments.rst +#usr/lib/python3.8/site-packages/awscli/examples/deploy/list-git-hub-account= -token-names.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/list-on-premises-ins= tances.rst +#usr/lib/python3.8/site-packages/awscli/examples/deploy/list-tags-for-resour= ce.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/push.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/register-application= -revision.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/register-on-premises= -instance.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/register.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/remove-tags-from-on-= premises-instances.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/stop-deployment.rst +#usr/lib/python3.8/site-packages/awscli/examples/deploy/tag-resource.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/uninstall.rst +#usr/lib/python3.8/site-packages/awscli/examples/deploy/untag-resource.rst #usr/lib/python3.8/site-packages/awscli/examples/deploy/update-application.r= st #usr/lib/python3.8/site-packages/awscli/examples/deploy/update-deployment-gr= oup.rst +#usr/lib/python3.8/site-packages/awscli/examples/deploy/wait +#usr/lib/python3.8/site-packages/awscli/examples/deploy/wait/deployment-succ= essful.rst +#usr/lib/python3.8/site-packages/awscli/examples/detective +#usr/lib/python3.8/site-packages/awscli/examples/detective/accept-invitation= .rst +#usr/lib/python3.8/site-packages/awscli/examples/detective/create-graph.rst +#usr/lib/python3.8/site-packages/awscli/examples/detective/create-members.rst +#usr/lib/python3.8/site-packages/awscli/examples/detective/delete-graph.rst +#usr/lib/python3.8/site-packages/awscli/examples/detective/delete-members.rst +#usr/lib/python3.8/site-packages/awscli/examples/detective/disassociate-memb= ership.rst +#usr/lib/python3.8/site-packages/awscli/examples/detective/get-members.rst +#usr/lib/python3.8/site-packages/awscli/examples/detective/list-graphs.rst +#usr/lib/python3.8/site-packages/awscli/examples/detective/list-invitations.= rst +#usr/lib/python3.8/site-packages/awscli/examples/detective/list-members.rst +#usr/lib/python3.8/site-packages/awscli/examples/detective/reject-invitation= .rst #usr/lib/python3.8/site-packages/awscli/examples/devicefarm #usr/lib/python3.8/site-packages/awscli/examples/devicefarm/create-device-po= ol.rst #usr/lib/python3.8/site-packages/awscli/examples/devicefarm/create-project.r= st @@ -603,24 +1282,29 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/devicefarm/get-upload.rst #usr/lib/python3.8/site-packages/awscli/examples/devicefarm/list-projects.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect +#usr/lib/python3.8/site-packages/awscli/examples/directconnect/accept-direct= -connect-gateway-association-proposal.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/allocate-conn= ection-on-interconnect.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/allocate-host= ed-connection.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/allocate-priv= ate-virtual-interface.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/allocate-publ= ic-virtual-interface.rst +#usr/lib/python3.8/site-packages/awscli/examples/directconnect/allocate-tran= sit-virtual-interface.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/associate-con= nection-with-lag.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/associate-hos= ted-connection.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/associate-vir= tual-interface.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/confirm-conne= ction.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/confirm-priva= te-virtual-interface.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/confirm-publi= c-virtual-interface.rst +#usr/lib/python3.8/site-packages/awscli/examples/directconnect/confirm-trans= it-virtual-interface.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/create-bgp-pe= er.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/create-connec= tion.rst +#usr/lib/python3.8/site-packages/awscli/examples/directconnect/create-direct= -connect-gateway-association-proposal.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/create-direct= -connect-gateway-association.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/create-direct= -connect-gateway.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/create-interc= onnect.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/create-lag.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/create-privat= e-virtual-interface.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/create-public= -virtual-interface.rst +#usr/lib/python3.8/site-packages/awscli/examples/directconnect/create-transi= t-virtual-interface.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/delete-bgp-pe= er.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/delete-connec= tion.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/delete-direct= -connect-gateway-association.rst @@ -631,6 +1315,7 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/directconnect/describe-conn= ection-loa.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/describe-conn= ections-on-interconnect.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/describe-conn= ections.rst +#usr/lib/python3.8/site-packages/awscli/examples/directconnect/describe-dire= ct-connect-gateway-association-proposals.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/describe-dire= ct-connect-gateway-associations.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/describe-dire= ct-connect-gateway-attachments.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/describe-dire= ct-connect-gateways.rst @@ -646,67 +1331,212 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/directconnect/disassociate-= connection-from-lag.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/tag-resource.= rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/untag-resourc= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/directconnect/update-direct= -connect-gateway-association.rst #usr/lib/python3.8/site-packages/awscli/examples/directconnect/update-lag.rst +#usr/lib/python3.8/site-packages/awscli/examples/directconnect/update-virtua= l-interface-attributes.rst #usr/lib/python3.8/site-packages/awscli/examples/discovery #usr/lib/python3.8/site-packages/awscli/examples/discovery/describe-agents.r= st #usr/lib/python3.8/site-packages/awscli/examples/discovery/describe-configur= ations.rst #usr/lib/python3.8/site-packages/awscli/examples/discovery/list-configuratio= ns.rst +#usr/lib/python3.8/site-packages/awscli/examples/dlm +#usr/lib/python3.8/site-packages/awscli/examples/dlm/create-default-role.rst +#usr/lib/python3.8/site-packages/awscli/examples/dlm/create-lifecycle-policy= .rst +#usr/lib/python3.8/site-packages/awscli/examples/dlm/delete-lifecycle-policy= .rst +#usr/lib/python3.8/site-packages/awscli/examples/dlm/get-lifecycle-policies.= rst +#usr/lib/python3.8/site-packages/awscli/examples/dlm/get-lifecycle-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/dlm/update-lifecycle-policy= .rst #usr/lib/python3.8/site-packages/awscli/examples/dms +#usr/lib/python3.8/site-packages/awscli/examples/dms/add-tags-to-resource.rst #usr/lib/python3.8/site-packages/awscli/examples/dms/create-endpoint.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/create-event-subscripti= on.rst #usr/lib/python3.8/site-packages/awscli/examples/dms/create-replication-inst= ance.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/create-replication-subn= et-group.rst #usr/lib/python3.8/site-packages/awscli/examples/dms/create-replication-task= .rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/delete-connection.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/delete-endpoint.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/delete-event-subscripti= on.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/delete-replication-inst= ance.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/delete-replication-subn= et-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/delete-replication-task= .rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/describe-account-attrib= utes.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/describe-certificates.r= st #usr/lib/python3.8/site-packages/awscli/examples/dms/describe-connections.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/describe-endpoint-types= .rst #usr/lib/python3.8/site-packages/awscli/examples/dms/describe-endpoints.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/describe-event-categori= es.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/describe-event-subscrip= tions.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/describe-events.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/describe-orderable-repl= ication-instances.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/describe-refresh-schema= s-status.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/describe-replication-in= stances.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/describe-replication-su= bnet-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/describe-replication-ta= sk-assessment-results.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/describe-replication-ta= sks.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/describe-schemas.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/list-tags-for-resource.= rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/modify-endpoint.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/modify-event-subscripti= on.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/modify-replication-inst= ance.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/modify-replication-subn= et-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/modify-replication-task= .rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/reboot-replication-inst= ance.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/refresh-schemas.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/reload-tables.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/remove-tags-from-resour= ce.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/start-replication-task-= assessment.rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/start-replication-task.= rst +#usr/lib/python3.8/site-packages/awscli/examples/dms/stop-replication-task.r= st +#usr/lib/python3.8/site-packages/awscli/examples/dms/test-connection.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb +#usr/lib/python3.8/site-packages/awscli/examples/docdb/add-tags-to-resource.= rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/apply-pending-mainten= ance-action.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/copy-db-cluster-param= eter-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/copy-db-cluster-snaps= hot.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/create-db-cluster-par= ameter-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/create-db-cluster-sna= pshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/create-db-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/create-db-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/create-db-subnet-grou= p.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/delete-db-cluster-par= ameter-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/delete-db-cluster-sna= pshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/delete-db-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/delete-db-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/delete-db-subnet-grou= p.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/describe-db-cluster-p= arameter-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/describe-db-cluster-p= arameters.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/describe-db-cluster-s= napshot-attributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/describe-db-cluster-s= napshots.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/describe-db-clusters.= rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/describe-db-engine-ve= rsions.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/describe-db-instances= .rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/describe-db-subnet-gr= oups.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/describe-engine-defau= lt-cluster-parameters.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/describe-event-catego= ries.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/describe-events.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/describe-orderable-db= -instance-options.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/describe-pending-main= tenance-actions.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/failover-db-cluster.r= st +#usr/lib/python3.8/site-packages/awscli/examples/docdb/list-tags-for-resourc= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/modify-db-cluster-par= ameter-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/modify-db-cluster-sna= pshot-attribute.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/modify-db-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/modify-db-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/modify-db-subnet-grou= p.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/reboot-db-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/remove-tags-from-reso= urce.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/reset-db-cluster-para= meter-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/restore-db-cluster-fr= om-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/restore-db-cluster-to= -point-in-time.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/start-db-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/stop-db-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/wait +#usr/lib/python3.8/site-packages/awscli/examples/docdb/wait/db-instance-avai= lable.rst +#usr/lib/python3.8/site-packages/awscli/examples/docdb/wait/db-instance-dele= ted.rst +#usr/lib/python3.8/site-packages/awscli/examples/ds +#usr/lib/python3.8/site-packages/awscli/examples/ds/describe-directories.rst +#usr/lib/python3.8/site-packages/awscli/examples/ds/describe-trusts.rst #usr/lib/python3.8/site-packages/awscli/examples/dynamodb #usr/lib/python3.8/site-packages/awscli/examples/dynamodb/batch-get-item.rst #usr/lib/python3.8/site-packages/awscli/examples/dynamodb/batch-write-item.r= st +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/create-backup.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/create-global-tabl= e.rst #usr/lib/python3.8/site-packages/awscli/examples/dynamodb/create-table.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/delete-backup.rst #usr/lib/python3.8/site-packages/awscli/examples/dynamodb/delete-item.rst #usr/lib/python3.8/site-packages/awscli/examples/dynamodb/delete-table.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/describe-backup.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/describe-continuou= s-backups.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/describe-contribut= or-insights.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/describe-endpoints= .rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/describe-global-ta= ble-settings.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/describe-global-ta= ble.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/describe-limits.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/describe-table-rep= lica-auto-scaling.rst #usr/lib/python3.8/site-packages/awscli/examples/dynamodb/describe-table.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/describe-time-to-l= ive.rst #usr/lib/python3.8/site-packages/awscli/examples/dynamodb/get-item.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/list-backups.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/list-contributor-i= nsights.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/list-global-tables= .rst #usr/lib/python3.8/site-packages/awscli/examples/dynamodb/list-tables.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/list-tags-of-resou= rce.rst #usr/lib/python3.8/site-packages/awscli/examples/dynamodb/put-item.rst #usr/lib/python3.8/site-packages/awscli/examples/dynamodb/query.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/restore-table-from= -backup.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/restore-table-to-p= oint-in-time.rst #usr/lib/python3.8/site-packages/awscli/examples/dynamodb/scan.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/transact-get-items= .rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/transact-write-ite= ms.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/update-continuous-= backups.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/update-contributor= -insights.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/update-global-tabl= e-settings.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/update-global-tabl= e.rst #usr/lib/python3.8/site-packages/awscli/examples/dynamodb/update-item.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/update-table-repli= ca-auto-scaling.rst #usr/lib/python3.8/site-packages/awscli/examples/dynamodb/update-table.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/update-time-to-liv= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/wait +#usr/lib/python3.8/site-packages/awscli/examples/dynamodb/wait/table-exists.= rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodbstreams +#usr/lib/python3.8/site-packages/awscli/examples/dynamodbstreams/describe-st= ream.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodbstreams/get-records= .rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodbstreams/get-shard-i= terator.rst +#usr/lib/python3.8/site-packages/awscli/examples/dynamodbstreams/list-stream= s.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2 +#usr/lib/python3.8/site-packages/awscli/examples/ec2-instance-connect +#usr/lib/python3.8/site-packages/awscli/examples/ec2-instance-connect/send-s= sh-public-key.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/accept-reserved-instanc= es-exchange-quote.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/accept-transit-gateway-= peering-attachment.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/accept-transit-gateway-= vpc-attachment.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/accept-vpc-endpoint-con= nections.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/accept-vpc-peering-conn= ection.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/advertise-byoip-cidr.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/allocate-address.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/allocate-hosts.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/apply-security-groups-t= o-client-vpn-target-network.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/assign-ipv6-addresses.r= st #usr/lib/python3.8/site-packages/awscli/examples/ec2/assign-private-ip-addre= sses.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/associate-address.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/associate-client-vpn-ta= rget-network.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/associate-dhcp-options.= rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/associate-iam-instance-= profile.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/associate-route-table.r= st #usr/lib/python3.8/site-packages/awscli/examples/ec2/associate-subnet-cidr-b= lock.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/associate-transit-gatew= ay-multicast-domain.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/associate-transit-gatew= ay-route-table.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/associate-vpc-cidr-bloc= k.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/attach-classic-link-vpc= .rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/attach-internet-gateway= .rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/attach-network-interfac= e.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/attach-volume.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/attach-vpn-gateway.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/authorize-client-vpn-in= gress.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/authorize-security-grou= p-egress.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/authorize-security-grou= p-ingress.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/bundle-instance.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/cancel-bundle-task.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/cancel-capacity-reserva= tion.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/cancel-conversion-task.= rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/cancel-export-task.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/cancel-import-task.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/cancel-reserved-instanc= es-listing.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/cancel-spot-fleet-reque= sts.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/cancel-spot-instance-re= quests.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/confirm-product-instanc= e.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/copy-fpga-image.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/copy-image.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/copy-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-capacity-reserva= tion.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-client-vpn-endpo= int.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-client-vpn-route= .rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-customer-gateway= .rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-default-subnet.r= st #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-default-vpc.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-dhcp-options.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-egress-only-inte= rnet-gateway.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-fleet.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-flow-logs.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-fpga-image.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-image.rst @@ -715,19 +1545,34 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-key-pair.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-launch-template-= version.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-launch-template.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-local-gateway-ro= ute-table-vpc-association.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-local-gateway-ro= ute.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-managed-prefix-l= ist.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-nat-gateway.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-network-acl-entr= y.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-network-acl.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-network-interfac= e-permission.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-network-interfac= e.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-placement-group.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-reserved-instanc= es-listing.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-route-table.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-route.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-security-group.r= st #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-snapshots.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-spot-datafeed-su= bscription.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-subnet.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-tags.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-traffic-mirror-f= ilter-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-traffic-mirror-f= ilter.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-traffic-mirror-s= ession.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-traffic-mirror-t= arget.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-transit-gateway-= peering-attachment.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-transit-gateway-= prefix-list-reference.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-transit-gateway-= route-table.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-transit-gateway-= route.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-transit-gateway-= vpc-attachment.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/create-transit-gateway.= rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-volume.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-vpc-endpoint-con= nection-notification.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-vpc-endpoint-ser= vice-configuration.rst @@ -737,21 +1582,27 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-vpn-connection-r= oute.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-vpn-connection.r= st #usr/lib/python3.8/site-packages/awscli/examples/ec2/create-vpn-gateway.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-client-vpn-endpo= int.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-client-vpn-route= .rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-customer-gateway= .rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-dhcp-options.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-egress-only-inte= rnet-gateway.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-fleets.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-flow-logs.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-fpga-image.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-internet-gateway= .rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-key-pair.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-launch-template-= versions.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-launch-template.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-local-gateway-ro= ute.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-managed-prefix-l= ist.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-nat-gateway.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-network-acl-entr= y.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-network-acl.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-network-interfac= e-permission.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-network-interfac= e.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-placement-group.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-queued-reserved-= instances.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-route-table.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-route.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-security-group.r= st @@ -759,6 +1610,17 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-spot-datafeed-su= bscription.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-subnet.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-tags.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-traffic-mirror-f= ilter-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-traffic-mirror-f= ilter.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-traffic-mirror-s= ession.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-traffic-mirror-t= arget.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-transit-gateway-= multicast-domain.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-transit-gateway-= peering-attachment.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-transit-gateway-= prefix-list-reference.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-transit-gateway-= route-table.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-transit-gateway-= route.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-transit-gateway-= vpc-attachment.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-transit-gateway.= rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-volume.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-vpc-endpoint-con= nection-notifications.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-vpc-endpoint-ser= vice-configurations.rst @@ -768,19 +1630,35 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-vpn-connection-r= oute.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-vpn-connection.r= st #usr/lib/python3.8/site-packages/awscli/examples/ec2/delete-vpn-gateway.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/deprovision-byoip-cidr.= rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/deregister-image.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/deregister-instance-eve= nt-notification-attributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/deregister-transit-gate= way-multicast-group-members.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/deregister-transit-gate= way-multicast-group-source.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-account-attrib= utes.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-addresses.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-aggregate-id-f= ormat.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-availability-z= ones.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-bundle-tasks.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-byoip-cidrs.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-capacity-reser= vations.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-classic-link-i= nstances.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-client-vpn-aut= horization-rules.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-client-vpn-con= nections.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-client-vpn-end= points.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-client-vpn-rou= tes.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-client-vpn-tar= get-networks.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-conversion-tas= ks.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-customer-gatew= ays.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-dhcp-options.r= st #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-egress-only-in= ternet-gateways.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-elastic-gpus.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-export-image-t= asks.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-export-tasks.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-fast-snapshot-= restores.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-fleet-history.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-fleet-instance= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-fleets.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-flow-logs.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-fpga-image-att= ribute.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-fpga-images.rst @@ -792,14 +1670,24 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-identity-id-fo= rmat.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-image-attribut= e.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-images.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-import-image-t= asks.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-import-snapsho= t-tasks.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-instance-attri= bute.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-instance-credi= t-specifications.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-instance-event= -notification-attributes.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-instance-statu= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-instance-type-= offerings.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-instance-types= .rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-instances.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-internet-gatew= ays.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-ipv6-pools.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-key-pairs.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-launch-templat= e-versions.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-launch-templat= es.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-local-gateway-= route-table-vpc-associations.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-local-gateway-= route-tables.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-local-gateways= .rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-managed-prefix= -lists.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-moving-address= es.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-nat-gateways.r= st #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-network-acls.r= st @@ -809,7 +1697,9 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-placement-grou= ps.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-prefix-lists.r= st #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-principal-id-f= ormat.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-public-ipv4-po= ols.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-regions.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-reserved-insta= nces-listings.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-reserved-insta= nces-modifications.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-reserved-insta= nces-offerings.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-reserved-insta= nces.rst @@ -829,8 +1719,17 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-stale-security= -groups.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-subnets.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-tags.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-traffic-mirror= -filters.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-traffic-mirror= -sessions.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-traffic-mirror= -targets.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-transit-gatewa= y-attachments.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-transit-gatewa= y-peering-attachments.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-transit-gatewa= y-route-tables.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-transit-gatewa= y-vpc-attachments.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-transit-gatewa= ys.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-volume-attribu= te.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-volume-status.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-volumes-modifi= cations.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-volumes.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-vpc-attribute.= rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/describe-vpc-classic-li= nk-dns-support.rst @@ -850,39 +1749,85 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/ec2/detach-network-interfac= e.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/detach-volume.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/detach-vpn-gateway.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/disable-ebs-encryption-= by-default.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/disable-fast-snapshot-r= estores.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/disable-transit-gateway= -route-table-propagation.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/disable-vgw-route-propa= gation.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/disable-vpc-classic-lin= k-dns-support.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/disable-vpc-classic-lin= k.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/disassociate-address.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/disassociate-client-vpn= -target-network.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/disassociate-iam-instan= ce-profile.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/disassociate-route-tabl= e.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/disassociate-subnet-cid= r-block.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/disassociate-transit-ga= teway-multicast-domain.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/disassociate-transit-ga= teway-route-table.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/disassociate-vpc-cidr-b= lock.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/enable-ebs-encryption-b= y-default.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/enable-fast-snapshot-re= stores.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/enable-transit-gateway-= route-table-propagation.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/enable-vgw-route-propag= ation.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/enable-volume-io.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/enable-vpc-classic-link= -dns-support.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/enable-vpc-classic-link= .rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/export-client-vpn-clien= t-certificate-revocation-list.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/export-client-vpn-clien= t-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/export-image.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/get-associated-ipv6-poo= l-cidrs.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/get-capacity-reservatio= n-usage.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/get-console-output.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/get-console-screenshot.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/get-default-credit-spec= ification.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/get-ebs-default-kms-key= -id.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/get-ebs-encryption-by-d= efault.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/get-groups-for-capacity= -reservation.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/get-host-reservation-pu= rchase-preview.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/get-launch-template-dat= a.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/get-managed-prefix-list= -associations.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/get-managed-prefix-list= -entries.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/get-password-data.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/get-reserved-instances-= exchange-quote.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/get-transit-gateway-att= achment-propagations.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/get-transit-gateway-mul= ticast-domain-associations.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/get-transit-gateway-pre= fix-list-references.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/get-transit-gateway-rou= te-table-associations.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/get-transit-gateway-rou= te-table-propagations.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/import-client-vpn-clien= t-certificate-revocation-list.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/import-image.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/import-key-pair.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/import-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-availability-zon= e-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-capacity-reserva= tion.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-client-vpn-endpo= int.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-default-credit-s= pecification.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-ebs-default-kms-= key-id.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-fleet.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-fpga-image-attri= bute.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-hosts.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-id-format.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-identity-id-form= at.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-image-attribute.= rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-instance-attribu= te.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-instance-capacit= y-reservation-attributes.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-instance-credit-= specification.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-instance-event-s= tart-time.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-instance-metadat= a-options.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-instance-placeme= nt.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-launch-template.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-managed-prefix-l= ist.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-network-interfac= e-attribute.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-reserved-instanc= es.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-snapshot-attribu= te.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-spot-fleet-reque= st.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-subnet-attribute= .rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-traffic-mirror-f= ilter-network-services.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-traffic-mirror-f= ilter-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-traffic-mirror-s= ession.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-transit-gateway-= prefix-list-reference.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-transit-gateway-= vpc-attachment.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-transit-gateway.= rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-volume-attribute= .rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-volume.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-vpc-attribute.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-vpc-endpoint-con= nection-notification.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-vpc-endpoint-ser= vice-configuration.rst @@ -890,86 +1835,264 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-vpc-endpoint.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-vpc-peering-conn= ection-options.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-vpc-tenancy.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-vpn-connection-o= ptions.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-vpn-connection.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-vpn-tunnel-certi= ficate.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/modify-vpn-tunnel-optio= ns.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/monitor-instances.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/move-address-to-vpc.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/provision-byoip-cidr.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/purchase-host-reservati= on.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/purchase-reserved-insta= nce-offering.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/purchase-reserved-insta= nces-offering.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/purchase-scheduled-inst= ances.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/reboot-instances.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/register-image.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/register-instance-event= -notification-attributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/register-transit-gatewa= y-multicast-group-members.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/register-transit-gatewa= y-multicast-group-source.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/reject-transit-gateway-= peering-attachment.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/reject-transit-gateway-= vpc-attachments.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/reject-vpc-endpoint-con= nections.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/reject-vpc-peering-conn= ection.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/release-address.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/release-hosts.rst -#usr/lib/python3.8/site-packages/awscli/examples/ec2/replace-iam-instance-pr= ofile.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/replace-iam-instance-pr= ofile-association.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/replace-network-acl-ass= ociation.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/replace-network-acl-ent= ry.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/replace-route-table-ass= ociation.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/replace-route.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/replace-transit-gateway= -route.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/report-instance-status.= rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/request-spot-fleet.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/request-spot-instances.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/reset-ebs-default-kms-k= ey-id.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/reset-fpga-image-attrib= ute.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/reset-image-attribute.r= st #usr/lib/python3.8/site-packages/awscli/examples/ec2/reset-instance-attribut= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/reset-network-interface= -attribute.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/reset-snapshot-attribut= e.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/restore-address-to-clas= sic.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/restore-managed-prefix-= list-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/revoke-client-vpn-ingre= ss.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/revoke-security-group-e= gress.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/revoke-security-group-i= ngress.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/run-instances.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/run-scheduled-instances= .rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/search-local-gateway-ro= utes.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/search-transit-gateway-= multicast-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/search-transit-gateway-= routes.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/send-diagnostic-interru= pt.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/start-instances.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/stop-instances.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/terminate-client-vpn-co= nnections.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/terminate-instances.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/unassign-ipv6-addresses= .rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/unassign-private-ip-add= resses.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/unmonitor-instances.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/update-security-group-r= ule-descriptions-egress.rst #usr/lib/python3.8/site-packages/awscli/examples/ec2/update-security-group-r= ule-descriptions-ingress.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/bundle-task-comple= te.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/conversion-task-ca= ncelled.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/conversion-task-co= mpleted.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/conversion-task-de= leted.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/customer-gateway-a= vailable.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/export-task-cancel= led.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/export-task-comple= ted.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/image-available.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/image-exists.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/instance-exists.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/instance-running.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/instance-status-ok= .rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/instance-stopped.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/instance-terminate= d.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/key-pair-exists.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/nat-gateway-availa= ble.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/network-interface-= available.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/password-data-avai= lable.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/security-group-exi= sts.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/snapshot-completed= .rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/spot-instance-requ= est-fulfilled.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/subnet-available.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/system-status-ok.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/volume-available.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/volume-deleted.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/volume-in-use.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/vpc-available.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/vpc-exists.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/vpc-peering-connec= tion-deleted.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/vpc-peering-connec= tion-exists.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/vpn-connection-ava= ilable.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/wait/vpn-connection-del= eted.rst +#usr/lib/python3.8/site-packages/awscli/examples/ec2/withdraw-byoip-cidr.rst #usr/lib/python3.8/site-packages/awscli/examples/ecr +#usr/lib/python3.8/site-packages/awscli/examples/ecr-public +#usr/lib/python3.8/site-packages/awscli/examples/ecr-public/get-login-passwo= rd_description.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/batch-check-layer-avail= ability.rst #usr/lib/python3.8/site-packages/awscli/examples/ecr/batch-delete-image.rst #usr/lib/python3.8/site-packages/awscli/examples/ecr/batch-get-image.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/complete-layer-upload.r= st #usr/lib/python3.8/site-packages/awscli/examples/ecr/create-repository.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/delete-lifecycle-policy= .rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/delete-repository-polic= y.rst #usr/lib/python3.8/site-packages/awscli/examples/ecr/delete-repository.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/describe-image-scan-fin= dings.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/describe-images.rst #usr/lib/python3.8/site-packages/awscli/examples/ecr/describe-repositories.r= st #usr/lib/python3.8/site-packages/awscli/examples/ecr/get-authorization-token= .rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/get-download-url-for-la= yer.rst #usr/lib/python3.8/site-packages/awscli/examples/ecr/get-lifecycle-policy-pr= eview.rst #usr/lib/python3.8/site-packages/awscli/examples/ecr/get-lifecycle-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/get-login-password.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/get-login-password_desc= ription.rst #usr/lib/python3.8/site-packages/awscli/examples/ecr/get-login.rst #usr/lib/python3.8/site-packages/awscli/examples/ecr/get-login_description.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ecr/get-repository-policy.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ecr/initiate-layer-upload.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ecr/list-images.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/list-tags-for-resource.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/put-image-scanning-conf= iguration.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/put-image-tag-mutabilit= y.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/put-image.rst #usr/lib/python3.8/site-packages/awscli/examples/ecr/put-lifecycle-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/set-repository-policy.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ecr/start-image-scan.rst #usr/lib/python3.8/site-packages/awscli/examples/ecr/start-lifecycle-policy-= preview.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecr/upload-layer-part.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs +#usr/lib/python3.8/site-packages/awscli/examples/ecs/create-capacity-provide= r.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/create-cluster.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/create-service.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/create-task-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/delete-account-setting.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/delete-attributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/delete-capacity-provide= r.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/delete-cluster.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/delete-service.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/delete-task-set.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/deregister-container-in= stance.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/deregister-task-definit= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/describe-capacity-provi= ders.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/describe-clusters.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/describe-container-inst= ances.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/describe-services.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/describe-task-definitio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/describe-task-sets.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/describe-tasks.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/list-account-settings.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ecs/list-attributes.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/list-clusters.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/list-container-instance= s.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/list-services.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/list-tags-for-resource.= rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/list-task-definition-fa= milies.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/list-task-definitions.r= st #usr/lib/python3.8/site-packages/awscli/examples/ecs/list-tasks.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/put-account-setting-def= ault.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/put-account-setting.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/put-account-settings.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/put-attributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/put-cluster-capacity-pr= oviders.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/register-task-definitio= n.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/run-task.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/start-task.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/stop-task.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/update-cluster-settings= .rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/update-container-agent.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/update-container-instan= ces-state.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/update-service-primary-= task-set.rst #usr/lib/python3.8/site-packages/awscli/examples/ecs/update-service.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/update-task-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/ecs/wait +#usr/lib/python3.8/site-packages/awscli/examples/ecs/wait/services-stable.rst +#usr/lib/python3.8/site-packages/awscli/examples/efs +#usr/lib/python3.8/site-packages/awscli/examples/efs/create-file-system.rst +#usr/lib/python3.8/site-packages/awscli/examples/efs/create-mount-target.rst +#usr/lib/python3.8/site-packages/awscli/examples/efs/delete-file-system.rst +#usr/lib/python3.8/site-packages/awscli/examples/efs/delete-mount-target.rst +#usr/lib/python3.8/site-packages/awscli/examples/efs/describe-file-systems.r= st +#usr/lib/python3.8/site-packages/awscli/examples/efs/describe-mount-targets.= rst +#usr/lib/python3.8/site-packages/awscli/examples/efs/describe-tags.rst +#usr/lib/python3.8/site-packages/awscli/examples/efs/list-tags-for-resource.= rst +#usr/lib/python3.8/site-packages/awscli/examples/efs/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/efs/untag-resource.rst #usr/lib/python3.8/site-packages/awscli/examples/eks #usr/lib/python3.8/site-packages/awscli/examples/eks/create-cluster.rst #usr/lib/python3.8/site-packages/awscli/examples/eks/delete-cluster.rst #usr/lib/python3.8/site-packages/awscli/examples/eks/describe-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/eks/describe-update.rst +#usr/lib/python3.8/site-packages/awscli/examples/eks/get-token.rst #usr/lib/python3.8/site-packages/awscli/examples/eks/list-clusters.rst +#usr/lib/python3.8/site-packages/awscli/examples/eks/list-updates.rst +#usr/lib/python3.8/site-packages/awscli/examples/eks/update-cluster-config.r= st +#usr/lib/python3.8/site-packages/awscli/examples/eks/update-cluster-version.= rst +#usr/lib/python3.8/site-packages/awscli/examples/eks/update-kubeconfig +#usr/lib/python3.8/site-packages/awscli/examples/eks/update-kubeconfig.rst +#usr/lib/python3.8/site-packages/awscli/examples/eks/update-kubeconfig/_desc= ription.rst +#usr/lib/python3.8/site-packages/awscli/examples/eks/wait.rst #usr/lib/python3.8/site-packages/awscli/examples/elasticache +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/add-tags-to-res= ource.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/authorize-cache= -security-group-ingress.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/batch-apply-upd= ate-action.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/batch-stop-upda= te-action.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/copy-snapshot.r= st +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/create-cache-cl= uster.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/create-cache-pa= rameter-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/create-cache-su= bnet-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/create-global-r= eplication-group.rst #usr/lib/python3.8/site-packages/awscli/examples/elasticache/create-replicat= ion-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/create-snapshot= .rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/create-user-gro= up.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/create-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/decrease-node-g= roups-in-global-replication-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/decrease-replic= a-count.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/delete-cache-cl= uster.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/delete-cache-pa= rameter-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/delete-cache-su= bnet-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/delete-global-r= eplication-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/delete-replicat= ion-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/delete-snapshot= .rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/delete-user-gro= up.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/delete-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-cache-= clusters.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-cache-= engine-versions.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-cache-= parameter-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-cache-= parameters.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-cache-= subnet-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-engine= -default-parameters.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-events= .rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-global= -replication-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-replic= ation-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-reserv= ed-cache-nodes-offerings.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-reserv= ed-cache-nodes.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-servic= e-updates.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-snapsh= ots.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-update= -actions.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-user-g= roups.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/describe-users.= rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/disassociate-gl= obal-replication-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/increase-node-g= roups-in-global-replication-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/increase-replic= a-count.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/list-allowed-no= de-type-modifications.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/list-tags-for-r= esource.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/modify-cache-cl= uster.rst #usr/lib/python3.8/site-packages/awscli/examples/elasticache/modify-cache-pa= rameter-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/modify-cache-su= bnet-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/modify-global-r= eplication-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/modify-replicat= ion-group-shard-configuration.rst #usr/lib/python3.8/site-packages/awscli/examples/elasticache/modify-replicat= ion-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/modify-user-gro= up.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/modify-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/purchase-reserv= ed-cache-nodes-offering.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/reboot-cache-cl= uster.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/reset-cache-par= ameter-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/start-migration= .rst +#usr/lib/python3.8/site-packages/awscli/examples/elasticache/test-failover.r= st #usr/lib/python3.8/site-packages/awscli/examples/elasticbeanstalk #usr/lib/python3.8/site-packages/awscli/examples/elasticbeanstalk/abort-envi= ronment-update.rst #usr/lib/python3.8/site-packages/awscli/examples/elasticbeanstalk/check-dns-= availability.rst @@ -1003,6 +2126,23 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/elasticbeanstalk/update-con= figuration-template.rst #usr/lib/python3.8/site-packages/awscli/examples/elasticbeanstalk/update-env= ironment.rst #usr/lib/python3.8/site-packages/awscli/examples/elasticbeanstalk/validate-c= onfiguration-settings.rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/cancel-jo= b.rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/create-jo= b.rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/create-pi= peline.rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/create-pr= eset.rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/delete-pi= peline.rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/delete-pr= eset.rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/list-jobs= -by-pipeline.rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/list-jobs= -by-status.rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/list-pipe= lines.rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/list-pres= ets.rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/read-job.= rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/read-pipe= line.rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/read-pres= et.rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/update-pi= peline-notifications.rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/update-pi= peline-status.rst +#usr/lib/python3.8/site-packages/awscli/examples/elastictranscoder/update-pi= peline.rst #usr/lib/python3.8/site-packages/awscli/examples/elb #usr/lib/python3.8/site-packages/awscli/examples/elb/add-tags.rst #usr/lib/python3.8/site-packages/awscli/examples/elb/apply-security-groups-t= o-load-balancer.rst @@ -1017,6 +2157,7 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/elb/delete-load-balancer-po= licy.rst #usr/lib/python3.8/site-packages/awscli/examples/elb/delete-load-balancer.rst #usr/lib/python3.8/site-packages/awscli/examples/elb/deregister-instances-fr= om-load-balancer.rst +#usr/lib/python3.8/site-packages/awscli/examples/elb/describe-account-limits= .rst #usr/lib/python3.8/site-packages/awscli/examples/elb/describe-instance-healt= h.rst #usr/lib/python3.8/site-packages/awscli/examples/elb/describe-load-balancer-= attributes.rst #usr/lib/python3.8/site-packages/awscli/examples/elb/describe-load-balancer-= policies.rst @@ -1032,6 +2173,10 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/elb/set-load-balancer-liste= ner-ssl-certificate.rst #usr/lib/python3.8/site-packages/awscli/examples/elb/set-load-balancer-polic= ies-for-backend-server.rst #usr/lib/python3.8/site-packages/awscli/examples/elb/set-load-balancer-polic= ies-of-listener.rst +#usr/lib/python3.8/site-packages/awscli/examples/elb/wait +#usr/lib/python3.8/site-packages/awscli/examples/elb/wait/any-instance-in-se= rvice.rst +#usr/lib/python3.8/site-packages/awscli/examples/elb/wait/instance-deregiste= red.rst +#usr/lib/python3.8/site-packages/awscli/examples/elb/wait/instance-in-servic= e.rst #usr/lib/python3.8/site-packages/awscli/examples/elbv2 #usr/lib/python3.8/site-packages/awscli/examples/elbv2/add-listener-certific= ates.rst #usr/lib/python3.8/site-packages/awscli/examples/elbv2/add-tags.rst @@ -1067,12 +2212,18 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/elbv2/set-rule-priorities.r= st #usr/lib/python3.8/site-packages/awscli/examples/elbv2/set-security-groups.r= st #usr/lib/python3.8/site-packages/awscli/examples/elbv2/set-subnets.rst +#usr/lib/python3.8/site-packages/awscli/examples/elbv2/wait +#usr/lib/python3.8/site-packages/awscli/examples/elbv2/wait/load-balancer-av= ailable.rst +#usr/lib/python3.8/site-packages/awscli/examples/elbv2/wait/load-balancer-ex= ists.rst +#usr/lib/python3.8/site-packages/awscli/examples/elbv2/wait/load-balancers-d= eleted.rst +#usr/lib/python3.8/site-packages/awscli/examples/elbv2/wait/target-deregiste= red.rst +#usr/lib/python3.8/site-packages/awscli/examples/elbv2/wait/target-in-servic= e.rst #usr/lib/python3.8/site-packages/awscli/examples/emr #usr/lib/python3.8/site-packages/awscli/examples/emr/add-instance-fleet.rst #usr/lib/python3.8/site-packages/awscli/examples/emr/add-steps.rst #usr/lib/python3.8/site-packages/awscli/examples/emr/add-tags.rst #usr/lib/python3.8/site-packages/awscli/examples/emr/create-cluster-examples= .rst -#usr/lib/python3.8/site-packages/awscli/examples/emr/create-cluster-synopsis= .rst +#usr/lib/python3.8/site-packages/awscli/examples/emr/create-cluster-synopsis= .txt #usr/lib/python3.8/site-packages/awscli/examples/emr/create-default-roles.rst #usr/lib/python3.8/site-packages/awscli/examples/emr/create-security-configu= ration.rst #usr/lib/python3.8/site-packages/awscli/examples/emr/delete-security-configu= ration.rst @@ -1094,6 +2245,11 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/emr/wait.rst #usr/lib/python3.8/site-packages/awscli/examples/es #usr/lib/python3.8/site-packages/awscli/examples/es/create-elasticsearch-dom= ain.rst +#usr/lib/python3.8/site-packages/awscli/examples/es/describe-elasticsearch-d= omain-config.rst +#usr/lib/python3.8/site-packages/awscli/examples/es/describe-elasticsearch-d= omain.rst +#usr/lib/python3.8/site-packages/awscli/examples/es/describe-elasticsearch-d= omains.rst +#usr/lib/python3.8/site-packages/awscli/examples/es/describe-reserved-elasti= csearch-instances.rst +#usr/lib/python3.8/site-packages/awscli/examples/es/list-domain-names.rst #usr/lib/python3.8/site-packages/awscli/examples/events #usr/lib/python3.8/site-packages/awscli/examples/events/delete-rule.rst #usr/lib/python3.8/site-packages/awscli/examples/events/describe-rule.rst @@ -1107,29 +2263,243 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/events/put-targets.rst #usr/lib/python3.8/site-packages/awscli/examples/events/remove-targets.rst #usr/lib/python3.8/site-packages/awscli/examples/events/test-event-pattern.r= st +#usr/lib/python3.8/site-packages/awscli/examples/firehose +#usr/lib/python3.8/site-packages/awscli/examples/firehose/list-delivery-stre= ams.rst +#usr/lib/python3.8/site-packages/awscli/examples/firehose/put-record-batch.r= st +#usr/lib/python3.8/site-packages/awscli/examples/firehose/put-record.rst +#usr/lib/python3.8/site-packages/awscli/examples/fms +#usr/lib/python3.8/site-packages/awscli/examples/fms/associate-admin-account= .rst +#usr/lib/python3.8/site-packages/awscli/examples/fms/delete-notification-cha= nnel.rst +#usr/lib/python3.8/site-packages/awscli/examples/fms/delete-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/fms/disassociate-admin-acco= unt.rst +#usr/lib/python3.8/site-packages/awscli/examples/fms/get-admin-account.rst +#usr/lib/python3.8/site-packages/awscli/examples/fms/get-compliance-detail.r= st +#usr/lib/python3.8/site-packages/awscli/examples/fms/get-notification-channe= l.rst +#usr/lib/python3.8/site-packages/awscli/examples/fms/get-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/fms/list-compliance-status.= rst +#usr/lib/python3.8/site-packages/awscli/examples/fms/list-member-accounts.rst +#usr/lib/python3.8/site-packages/awscli/examples/fms/list-policies.rst +#usr/lib/python3.8/site-packages/awscli/examples/fms/put-notification-channe= l.rst +#usr/lib/python3.8/site-packages/awscli/examples/fms/put-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/create-build.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/create-fleet.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/create-game-sessio= n-queue.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/delete-build.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/delete-fleet.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/delete-game-sessio= n-queue.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/describe-build.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/describe-ec2-insta= nce-limits.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/describe-fleet-att= ributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/describe-fleet-cap= acity.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/describe-fleet-eve= nts.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/describe-fleet-por= t-settings.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/describe-fleet-uti= lization.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/describe-game-sess= ion-queues.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/describe-runtime-c= onfiguration.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/list-builds.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/list-fleets.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/request-upload-cre= dentials.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/start-fleet-action= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/stop-fleet-actions= .rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/update-build.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/update-game-sessio= n-queue.rst +#usr/lib/python3.8/site-packages/awscli/examples/gamelift/upload-build.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier #usr/lib/python3.8/site-packages/awscli/examples/glacier/abort-multipart-upl= oad.rst +#usr/lib/python3.8/site-packages/awscli/examples/glacier/abort-vault-lock.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/add-tags-to-vault.r= st #usr/lib/python3.8/site-packages/awscli/examples/glacier/complete-multipart-= upload.rst +#usr/lib/python3.8/site-packages/awscli/examples/glacier/complete-vault-lock= .rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/create-vault.rst +#usr/lib/python3.8/site-packages/awscli/examples/glacier/delete-archive.rst +#usr/lib/python3.8/site-packages/awscli/examples/glacier/delete-vault-access= -policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/glacier/delete-vault-notifi= cations.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/delete-vault.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/describe-job.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/describe-vault.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/get-data-retrieval-= policy.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/get-job-output.rst +#usr/lib/python3.8/site-packages/awscli/examples/glacier/get-vault-access-po= licy.rst +#usr/lib/python3.8/site-packages/awscli/examples/glacier/get-vault-lock.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/get-vault-notificat= ions.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/initiate-job.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/initiate-multipart-= upload.rst +#usr/lib/python3.8/site-packages/awscli/examples/glacier/initiate-vault-lock= .rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/list-jobs.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/list-multipart-uplo= ads.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/list-parts.rst +#usr/lib/python3.8/site-packages/awscli/examples/glacier/list-provisioned-ca= pacity.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/list-tags-for-vault= .rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/list-vaults.rst +#usr/lib/python3.8/site-packages/awscli/examples/glacier/purchase-provisione= d-capacity.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/remove-tags-from-va= ult.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/set-data-retrieval-= policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/glacier/set-vault-access-po= licy.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/set-vault-notificat= ions.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/upload-archive.rst #usr/lib/python3.8/site-packages/awscli/examples/glacier/upload-multipart-pa= rt.rst +#usr/lib/python3.8/site-packages/awscli/examples/glacier/wait +#usr/lib/python3.8/site-packages/awscli/examples/glacier/wait/vault-exists.r= st +#usr/lib/python3.8/site-packages/awscli/examples/glacier/wait/vault-not-exis= ts.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/advertise= -byoip-cidr.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/create-ac= celerator.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/create-en= dpoint-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/create-li= stener.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/deprovisi= on-byoip-cidr.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/describe-= accelerator-attributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/describe-= accelerator.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/describe-= endpoint-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/describe-= listener.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/list-acce= lerators.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/list-byoi= p-cidr.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/list-endp= oint-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/list-list= eners.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/list-tags= -for-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/provision= -byoip-cidr.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/tag-resou= rce.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/untag-res= ource.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/update-ac= celerator-attributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/update-ac= celerator.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/update-en= dpoint-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/update-li= stener.rst +#usr/lib/python3.8/site-packages/awscli/examples/globalaccelerator/withdraw-= byoip-cidr.rst +#usr/lib/python3.8/site-packages/awscli/examples/glue +#usr/lib/python3.8/site-packages/awscli/examples/glue/batch-stop-job-run.rst +#usr/lib/python3.8/site-packages/awscli/examples/glue/create-connection.rst +#usr/lib/python3.8/site-packages/awscli/examples/glue/create-database.rst +#usr/lib/python3.8/site-packages/awscli/examples/glue/create-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/glue/create-table.rst +#usr/lib/python3.8/site-packages/awscli/examples/glue/delete-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/glue/get-databases.rst +#usr/lib/python3.8/site-packages/awscli/examples/glue/get-job-run.rst +#usr/lib/python3.8/site-packages/awscli/examples/glue/get-job-runs.rst +#usr/lib/python3.8/site-packages/awscli/examples/glue/get-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/glue/get-plan.rst +#usr/lib/python3.8/site-packages/awscli/examples/glue/get-tables.rst +#usr/lib/python3.8/site-packages/awscli/examples/glue/start-crawler.rst +#usr/lib/python3.8/site-packages/awscli/examples/glue/start-job-run.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/associate-role-t= o-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/associate-servic= e-role-to-account.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-connector= -definition-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-connector= -definition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-core-defi= nition-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-core-defi= nition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-deploymen= t.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-device-de= finition-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-device-de= finition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-function-= definition-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-function-= definition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-group-cer= tificate-authority.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-group-ver= sion.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-logger-de= finition-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-logger-de= finition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-resource-= definition-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-resource-= definition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-software-= update-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-subscript= ion-definition-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/create-subscript= ion-definition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/delete-connector= -definition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/delete-core-defi= nition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/delete-device-de= finition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/delete-function-= definition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/delete-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/delete-logger-de= finition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/delete-resource-= definition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/delete-subscript= ion-definition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/disassociate-rol= e-from-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/disassociate-ser= vice-role-from-account.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-associated-r= ole.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-bulk-deploym= ent-status.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-connectivity= -info.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-connector-de= finition-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-connector-de= finition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-core-definit= ion-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-core-definit= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-deployment-s= tatus.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-device-defin= ition-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-device-defin= ition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-function-def= inition-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-function-def= inition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-group-certif= icate-authority.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-group-certif= icate-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-group-versio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-logger-defin= ition-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-logger-defin= ition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-resource-def= inition-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-resource-def= inition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-service-role= -for-account.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-subscription= -definition-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/get-subscription= -definition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-bulk-deploy= ment-detailed-reports.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-bulk-deploy= ments.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-connector-d= efinition-versions.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-connector-d= efinitions.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-core-defini= tion-versions.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-core-defini= tions.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-deployments= .rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-device-defi= nition-versions.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-device-defi= nitions.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-function-de= finition-versions.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-function-de= finitions.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-group-certi= ficate-authorities.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-group-versi= ons.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-logger-defi= nition-versions.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-logger-defi= nitions.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-resource-de= finition-versions.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-resource-de= finitions.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-subscriptio= n-definition-versions.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-subscriptio= n-definitions.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/list-tags-for-re= source.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/reset-deployment= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/start-bulk-deplo= yment.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/stop-bulk-deploy= ment.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/untag-resource.r= st +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/update-connectiv= ity-info.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/update-connector= -definition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/update-core-defi= nition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/update-device-de= finition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/update-function-= definition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/update-group-cer= tificate-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/update-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/update-logger-de= finition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/update-resource-= definition.rst +#usr/lib/python3.8/site-packages/awscli/examples/greengrass/update-subscript= ion-definition.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/accept-invitation= .rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/archive-findings.= rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/create-detector.r= st +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/create-filter.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/create-ip-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/create-members.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/create-publishing= -destination.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/create-sample-fin= dings.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/create-threat-int= el-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/decline-invitatio= ns.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/delete-detector.r= st +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/delete-filter.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/disable-organizat= ion-admin-account.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/disassociate-from= -master-account.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/get-detector.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/get-findings.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/get-ip-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/get-master-accoun= t.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/list-detectors.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/list-findings.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/list-invitations.= rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/list-ip-sets.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/list-members.rst +#usr/lib/python3.8/site-packages/awscli/examples/guardduty/update-ip-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/health +#usr/lib/python3.8/site-packages/awscli/examples/health/describe-affected-en= tities.rst +#usr/lib/python3.8/site-packages/awscli/examples/health/describe-event-detai= ls.rst +#usr/lib/python3.8/site-packages/awscli/examples/health/describe-events.rst #usr/lib/python3.8/site-packages/awscli/examples/iam #usr/lib/python3.8/site-packages/awscli/examples/iam/add-client-id-to-open-i= d-connect-provider.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/add-role-to-instance-pr= ofile.rst @@ -1148,9 +2518,12 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/iam/create-policy.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/create-role.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/create-saml-provider.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/create-service-linked-r= ole.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/create-service-specific= -credential.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/create-user.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/create-virtual-mfa-devi= ce.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/deactivate-mfa-device.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iam/decode-authorization-me= ssage.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/delete-access-key.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/delete-account-alias.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/delete-account-password= -policy.rst @@ -1161,10 +2534,16 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/iam/delete-open-id-connect-= provider.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/delete-policy-version.r= st #usr/lib/python3.8/site-packages/awscli/examples/iam/delete-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/delete-role-permissions= -boundary.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/delete-role-policy.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/delete-role.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/delete-saml-provider.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/delete-server-certifica= te.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/delete-service-linked-r= ole.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/delete-service-specific= -credential.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/delete-signing-certific= ate.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/delete-ssh-public-key.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iam/delete-user-permissions= -boundary.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/delete-user-policy.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/delete-user.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/delete-virtual-mfa-devi= ce.rst @@ -1173,21 +2552,31 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/iam/detach-user-policy.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/enable-mfa-device.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/generate-credential-rep= ort.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/generate-organizations-= access-report.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/generate-service-last-a= ccessed-details.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-access-key-last-use= d.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-account-authorizati= on-details.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-account-password-po= licy.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-account-summary.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/get-context-keys-for-cu= stom-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/get-context-keys-for-pr= incipal-policy.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-credential-report.r= st #usr/lib/python3.8/site-packages/awscli/examples/iam/get-group-policy.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-group.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-instance-profile.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-login-profile.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-open-id-connect-pro= vider.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/get-organizations-acces= s-report.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-policy-version.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-policy.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-role-policy.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-role.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-saml-provider.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/get-server-certificate.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/get-service-last-access= ed-details-with-entities.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/get-service-last-access= ed-details.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/get-service-linked-role= -deletion-status.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/get-ssh-public-key.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-user-policy.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/get-user.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/list-access-keys.rst @@ -1203,34 +2592,101 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/iam/list-instance-profiles.= rst #usr/lib/python3.8/site-packages/awscli/examples/iam/list-mfa-devices.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/list-open-id-connect-pr= oviders.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/list-policies-granting-= service-access.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/list-policies.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/list-policy-versions.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/list-role-policies.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/list-role-tags.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/list-roles.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/list-saml-providers.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/list-server-certificate= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/list-service-specific-c= redential.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/list-service-specific-c= redentials.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/list-signing-certificat= es.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/list-ssh-public-keys.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/list-user-policies.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/list-user-tags.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/list-users.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/list-virtual-mfa-device= s.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/put-group-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/put-role-permissions-bo= undary.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/put-role-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/put-user-permissions-bo= undary.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/put-user-policy.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/remove-client-id-from-o= pen-id-connect-provider.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/remove-role-from-instan= ce-profile.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/remove-user-from-group.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/reset-service-specific-= credential.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/resync-mfa-device.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/set-default-policy-vers= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/set-security-token-serv= ice-preferences.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/simulate-custom-policy.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/simulate-principal-poli= cy.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/tag-role.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/tag-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/untag-role.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/untag-user.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/update-access-key.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/update-account-password= -policy.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/update-assume-role-poli= cy.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/update-group.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/update-login-profile.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/update-open-id-connect-= provider-thumbprint.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/update-role-description= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/update-role.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/update-saml-provider.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/update-server-certifica= te.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/update-service-specific= -credential.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/update-signing-certific= ate.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/update-ssh-public-key.r= st #usr/lib/python3.8/site-packages/awscli/examples/iam/update-user.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/upload-server-certifica= te.rst #usr/lib/python3.8/site-packages/awscli/examples/iam/upload-signing-certific= ate.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/upload-ssh-public-key.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iam/wait +#usr/lib/python3.8/site-packages/awscli/examples/iam/wait/instance-profile-e= xists.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/wait/policy-exists.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/wait/role-exists.rst +#usr/lib/python3.8/site-packages/awscli/examples/iam/wait/user-exists.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/create-compone= nt.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/create-distrib= ution-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/create-image-p= ipeline.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/create-image-r= ecipe.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/create-image.r= st +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/create-infrast= ructure-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/delete-compone= nt.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/delete-image-p= ipeline.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/delete-image-r= ecipe.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/delete-image.r= st +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/delete-infrast= ructure-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/get-component-= policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/get-component.= rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/get-distributi= on-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/get-image-pipe= line.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/get-image-poli= cy.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/get-image-reci= pe-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/get-image.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/get-infrastruc= ture-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/import-compone= nt.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/list-component= -build-versions.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/list-component= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/list-distribut= ion-configurations.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/list-image-bui= ld-versions.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/list-image-pip= eline-images.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/list-image-rec= ipes.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/list-images.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/list-infrastru= cture-configurations.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/list-tags-for-= resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/put-component-= policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/put-image-poli= cy.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/put-image-reci= pe-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/start-image-pi= peline-execution.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/tag-resource.r= st +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/untag-resource= .rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/update-distrib= ution-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/update-image-p= ipeline.rst +#usr/lib/python3.8/site-packages/awscli/examples/imagebuilder/update-infrast= ructure-configuration.rst #usr/lib/python3.8/site-packages/awscli/examples/importexport #usr/lib/python3.8/site-packages/awscli/examples/importexport/cancel-job.rst #usr/lib/python3.8/site-packages/awscli/examples/importexport/create-job.rst @@ -1272,11 +2728,676 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/inspector/unsubscribe-from-= event.rst #usr/lib/python3.8/site-packages/awscli/examples/inspector/update-assessment= -target.rst #usr/lib/python3.8/site-packages/awscli/examples/iot +#usr/lib/python3.8/site-packages/awscli/examples/iot-data +#usr/lib/python3.8/site-packages/awscli/examples/iot-data/delete-thing-shado= w.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot-data/get-thing-shadow.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iot-data/update-thing-shado= w.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot-jobs-data +#usr/lib/python3.8/site-packages/awscli/examples/iot-jobs-data/describe-job-= execution.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot-jobs-data/get-pending-j= ob-executions.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot-jobs-data/start-next-pe= nding-job-execution.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot-jobs-data/update-job-ex= ecution.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/accept-certificate-tran= sfer.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/add-thing-to-billing-gr= oup.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/add-thing-to-thing-grou= p.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/associate-targets-with-= job.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/attach-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/attach-security-profile= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/attach-thing-principal.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/cancel-audit-mitigation= -actions-task.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/cancel-audit-task.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/cancel-certificate-tran= sfer.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/cancel-job-execution.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/cancel-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/clear-default-authorize= r.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/confirm-topic-rule-dest= ination.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-audit-suppressio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-authorizer.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-billing-group.rst #usr/lib/python3.8/site-packages/awscli/examples/iot/create-certificate-from= -csr.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-dimension.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-domain-configura= tion.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-dynamic-thing-gr= oup.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-keys-and-certifi= cate.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-mitigation-actio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-ota-update.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-policy-version.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-provisioning-cla= im.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-provisioning-tem= plate-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-provisioning-tem= plate.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-role-alias.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-scheduled-audit.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-security-profile= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-stream.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-thing-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-thing-type.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-thing.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-topic-rule-desti= nation.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/create-topic-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-account-audit-co= nfiguration.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-audit-suppressio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-authorizer.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-billing-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-ca-certificate.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-certificate.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-dimension.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-domain-configura= tion.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-dynamic-thing-gr= oup.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-job-execution.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-mitigation-actio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-ota-update.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-policy-version.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-provisioning-tem= plate-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-provisioning-tem= plate.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-registration-cod= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-role-alias.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-scheduled-audit.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-security-profile= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-stream.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-thing-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-thing-type.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-thing.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-topic-rule-desti= nation.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-topic-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/delete-v2-logging-level= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/deprecate-thing-type.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-account-audit-= configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-audit-finding.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-audit-mitigati= on-actions-task.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-audit-suppress= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-audit-task.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-authorizer.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-billing-group.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-ca-certificate= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-certificate.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-default-author= izer.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-dimension.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-domain-configu= ration.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-endpoint.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-event-configur= ations.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-index.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-job-execution.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-mitigation-act= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-provisioning-t= emplate-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-provisioning-t= emplate.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-role-alias.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-scheduled-audi= t.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-security-profi= le.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-stream.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-thing-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-thing-type.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/describe-thing.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/detach-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/detach-security-profile= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/detach-thing-principal.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/disable-topic-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/enable-topic-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/get-cardinality.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/get-effective-policies.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/get-indexing-configurat= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/get-job-document.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/get-logging-options.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/get-ota-update.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/get-percentiles.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/get-policy-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/get-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/get-registration-code.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iot/get-statistics.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/get-topic-rule-destinat= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/get-topic-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/get-v2-logging-options.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-active-violations.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-attached-policies.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-audit-findings.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-audit-mitigation-a= ctions-executions.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-audit-mitigation-a= ctions-tasks.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-audit-suppressions= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-audit-tasks.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-authorizers.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-billing-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-ca-certificates.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-certificates-by-ca= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-certificates.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-dimensions.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-domain-configurati= ons.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-indices.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-job-executions-for= -job.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-job-executions-for= -thing.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-jobs.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-mitigations-action= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-ota-updates.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-outgoing-certifica= tes.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-policies.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-policy-versions.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-principal-things.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-provisioning-templ= ate-versions.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-provisioning-templ= ates.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-role-aliases.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-scheduled-audits.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-security-profiles-= for-target.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-security-profiles.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-streams.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-tags-for-resource.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-targets-for-policy= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-targets-for-securi= ty-profile.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-thing-groups-for-t= hing.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-thing-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-thing-principals.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-thing-types.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-things-in-billing-= group.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-things-in-thing-gr= oup.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-things.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-topic-rule-destina= tions.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-topic-rules.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-v2-logging-levels.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/list-violation-events.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iot/register-ca-certificate= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/register-certificate.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/register-thing.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/reject-certificate-tran= sfer.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/remove-thing-from-billi= ng-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/remove-thing-from-thing= -group.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/replace-topic-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/search-index.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/set-default-authorizer.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/set-default-policy-vers= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/set-v2-logging-level.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/set-v2-logging-options.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/start-audit-mitigation-= actions-task.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/start-on-demand-audit-t= ask.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/test-authorization.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/test-invoke-authorizer.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/transfer-certificate.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-account-audit-co= nfiguration.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-audit-suppressio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-authorizer.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-billing-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-ca-certificate.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-certificate.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-domain-configura= tion.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-dynamic-thing-gr= oup.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-event-configurat= ions.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-indexing-configu= ration.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-mitigation-actio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-provisioning-tem= plate.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-role-alias.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-scheduled-audit.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-security-profile= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-stream.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-thing-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-thing-groups-for= -thing.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-thing.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/update-topic-rule-desti= nation.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot/validate-security-profi= le-behaviors.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-devices +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-devices/claim-dev= ices-by-claim-code.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-devices/describe-= device.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-devices/finalize-= device-claim.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-devices/get-devic= e-methods.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-devices/initiate-= device-claim.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-devices/invoke-de= vice-method.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-devices/list-devi= ce-events.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-devices/list-devi= ces.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-devices/list-tags= -for-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-devices/tag-resou= rce.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-devices/unclaim-d= evice.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-devices/untag-res= ource.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-devices/update-de= vice-state.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/associat= e-device-with-placement.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/create-p= lacement.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/create-p= roject.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/delete-p= lacement.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/delete-p= roject.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/describe= -placement.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/describe= -project.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/disassoc= iate-device-from-placement.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/get-devi= ces-in-placement.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/list-pla= cements.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/list-pro= jects.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/list-tag= s-for-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/tag-reso= urce.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/untag-re= source.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/update-p= lacement.rst +#usr/lib/python3.8/site-packages/awscli/examples/iot1click-projects/update-p= roject.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/batch-put-mess= age.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/cancel-pipelin= e-reprocessing.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/create-channel= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/create-dataset= -content.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/create-dataset= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/create-datasto= re.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/create-pipelin= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/delete-channel= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/delete-dataset= -content.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/delete-dataset= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/delete-datasto= re.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/delete-pipelin= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/describe-chann= el.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/describe-datas= et.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/describe-datas= tore.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/describe-loggi= ng-options.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/describe-pipel= ine.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/get-dataset-co= ntent.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/list-channels.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/list-dataset-c= ontents.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/list-datasets.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/list-datastore= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/list-pipelines= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/list-tags-for-= resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/put-logging-op= tions.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/run-pipeline-a= ctivity.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/sample-channel= -data.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/start-pipeline= -reprocessing.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/tag-resource.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/untag-resource= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/update-channel= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/update-dataset= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/update-datasto= re.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotanalytics/update-pipelin= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/batch-put-me= ssage.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/batch-update= -detector.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/create-detec= tor-model.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/create-input= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/delete-detec= tor-model.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/delete-input= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/describe-det= ector-model.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/describe-det= ector.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/describe-inp= ut.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/describe-log= ging-options.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/list-detecto= r-model-versions.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/list-detecto= r-models.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/list-detecto= rs.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/list-inputs.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/list-tags-fo= r-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/put-logging-= options.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/tag-resource= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/untag-resour= ce.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/update-detec= tor-model.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents-data/update-input= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/batch-put-message= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/batch-update-dete= ctor.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/create-detector-m= odel.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/create-input.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/delete-detector-m= odel.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/delete-input.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/describe-detector= -model.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/describe-detector= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/describe-input.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/describe-logging-= options.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/list-detector-mod= el-versions.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/list-detector-mod= els.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/list-detectors.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/list-inputs.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/list-tags-for-res= ource.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/put-logging-optio= ns.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/update-detector-m= odel.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotevents/update-input.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/associate-asset= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/batch-associate= -project-assets.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/batch-disassoci= ate-project-assets.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/batch-put-asset= -property-value.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/create-access-p= olicy.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/create-asset-mo= del.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/create-asset.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/create-dashboar= d.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/create-gateway.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/create-portal.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/create-project.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/delete-access-p= olicy.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/delete-asset-mo= del.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/delete-asset.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/delete-dashboar= d.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/delete-gateway.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/delete-portal.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/delete-project.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/describe-access= -policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/describe-asset-= model.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/describe-asset-= property.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/describe-asset.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/describe-dashbo= ard.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/describe-gatewa= y-capability-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/describe-gatewa= y.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/describe-loggin= g-options.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/describe-portal= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/describe-projec= t.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/disassociate-as= sets.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/get-asset-prope= rty-aggregates.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/get-asset-prope= rty-value-history.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/get-asset-prope= rty-value.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/list-access-pol= icies.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/list-asset-mode= ls.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/list-assets.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/list-associated= -assets.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/list-dashboards= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/list-gateways.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/list-portals.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/list-project-as= sets.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/list-projects.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/list-tags-for-r= esource.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/put-logging-opt= ions.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/untag-resource.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/update-access-p= olicy.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/update-asset-mo= del.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/update-asset-pr= operty.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/update-asset.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/update-dashboar= d.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/update-gateway-= capability-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/update-gateway.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/update-portal.r= st +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/update-project.= rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/wait +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/wait/asset-acti= ve.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/wait/asset-mode= l-active.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/wait/asset-mode= l-not-exists.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/wait/asset-not-= exists.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/wait/portal-act= ive.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotsitewise/wait/portal-not= -exists.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/associate-en= tity-to-thing.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/create-flow-= template.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/create-syste= m-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/create-syste= m-template.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/delete-flow-= template.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/delete-names= pace.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/delete-syste= m-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/delete-syste= m-template.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/deploy-syste= m-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/deprecate-fl= ow-template.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/deprecate-sy= stem-template.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/describe-nam= espace.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/dissociate-e= ntity-from-thing.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/get-entities= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/get-flow-tem= plate-revisions.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/get-flow-tem= plate.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/get-namespac= e-deletion-status.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/get-system-i= nstance.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/get-system-t= emplate-revisions.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/get-system-t= emplate.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/get-upload-s= tatus.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/list-flow-ex= ecution-messages.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/list-tags-fo= r-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/search-entit= ies.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/search-flow-= executions.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/search-flow-= templates.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/search-syste= m-instances.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/search-syste= m-templates.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/search-thing= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/tag-resource= .rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/undeploy-sys= tem-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/untag-resour= ce.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/update-flow-= template.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/update-syste= m-template.rst +#usr/lib/python3.8/site-packages/awscli/examples/iotthingsgraph/upload-entit= y-definitions.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs +#usr/lib/python3.8/site-packages/awscli/examples/ivs/batch-get-channel.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/batch-get-stream-key.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/create-channel.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/create-stream-key.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/delete-playback-key-pai= r.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/delete-stream-key.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/get-channel.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/get-playback-key-pair.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ivs/get-stream-key.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/get-stream.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/import-playback-key-pai= r.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/list-channels.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/list-playback-key-pairs= .rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/list-stream-keys.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/list-streams.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/list-tags-for-resource.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/put-metadata.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/stop-stream.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/ivs/update-channel.rst +#usr/lib/python3.8/site-packages/awscli/examples/kafka +#usr/lib/python3.8/site-packages/awscli/examples/kafka/create-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/kafka/create-configuration.= rst +#usr/lib/python3.8/site-packages/awscli/examples/kafka/describe-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/kafka/get-bootstrap-brokers= .rst +#usr/lib/python3.8/site-packages/awscli/examples/kafka/list-clusters.rst +#usr/lib/python3.8/site-packages/awscli/examples/kafka/update-broker-storage= .rst +#usr/lib/python3.8/site-packages/awscli/examples/kafka/update-cluster-config= uration.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/add-tags-to-stream.= rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/create-stream.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/decrease-stream-ret= ention-period.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/delete-stream.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/deregister-stream-c= onsumer.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/describe-limits.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/describe-stream-con= sumer.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/describe-stream-sum= mary.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/describe-stream.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/disable-enhanced-mo= nitoring.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/enable-enhanced-mon= itoring.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/get-records.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/get-shard-iterator.= rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/increase-stream-ret= ention-period.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/list-shards.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/list-streams.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/list-tags-for-strea= m.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/merge-shards.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/put-record.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/put-records.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/register-stream-con= sumer.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/remove-tags-from-st= ream.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/split-shard.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/start-stream-encryp= tion.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/stop-stream-encrypt= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/kinesis/update-shard-count.= rst #usr/lib/python3.8/site-packages/awscli/examples/kms +#usr/lib/python3.8/site-packages/awscli/examples/kms/cancel-key-deletion.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/connect-custom-key-stor= e.rst #usr/lib/python3.8/site-packages/awscli/examples/kms/create-alias.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/create-custom-key-store= .rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/create-grant.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/create-key.rst #usr/lib/python3.8/site-packages/awscli/examples/kms/decrypt.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/delete-alias.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/delete-custom-key-store= .rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/delete-imported-key-mat= erial.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/describe-custom-key-sto= res.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/describe-key.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/disable-key-rotation.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/disable-key.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/disconnect-custom-key-s= tore.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/enable-key-rotation.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/enable-key.rst #usr/lib/python3.8/site-packages/awscli/examples/kms/encrypt.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/generate-random.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/get-key-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/get-key-rotation-status= .rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/get-parameters-for-impo= rt.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/get-public-key.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/import-key-material.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/list-aliases.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/list-grants.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/list-key-policies.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/list-keys.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/list-resource-tags.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/list-retirable-grants.r= st +#usr/lib/python3.8/site-packages/awscli/examples/kms/put-key-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/re-encrypt.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/retire-grant.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/revoke-grant.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/schedule-key-deletion.r= st +#usr/lib/python3.8/site-packages/awscli/examples/kms/sign.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/update-alias.rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/update-custom-key-store= .rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/update-key-description.= rst +#usr/lib/python3.8/site-packages/awscli/examples/kms/verify.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda +#usr/lib/python3.8/site-packages/awscli/examples/lambda/add-layer-version-pe= rmission.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/add-permission.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/create-alias.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/create-event-source-= mapping.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/create-function.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/delete-alias.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/delete-event-source-= mapping.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/delete-function-conc= urrency.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/delete-function-even= t-invoke-config.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/delete-function.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/delete-layer-version= .rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/delete-provisioned-c= oncurrency-config.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/get-account-settings= .rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/get-alias.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/get-event-source-map= ping.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/get-function-concurr= ency.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/get-function-configu= ration.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/get-function-event-i= nvoke-config.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/get-function.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/get-layer-version-by= -arn.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/get-layer-version-po= licy.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/get-layer-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/get-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/get-provisioned-conc= urrency-config.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/invoke.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/list-aliases.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/list-event-source-ma= ppings.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/list-function-event-= invoke-configs.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/list-functions.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/list-layer-versions.= rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/list-layers.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/list-provisioned-con= currency-configs.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/list-tags.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/list-versions-by-fun= ction.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/publish-layer-versio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/publish-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/put-function-concurr= ency.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/put-function-event-i= nvoke-config.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/put-provisioned-conc= urrency-config.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/remove-layer-version= -permission.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/remove-permission.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/update-alias.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/update-event-source-= mapping.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/update-function-code= .rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/update-function-conf= iguration.rst +#usr/lib/python3.8/site-packages/awscli/examples/lambda/update-function-even= t-invoke-config.rst +#usr/lib/python3.8/site-packages/awscli/examples/license-manager +#usr/lib/python3.8/site-packages/awscli/examples/license-manager/create-lice= nse-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/license-manager/delete-lice= nse-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/license-manager/get-license= -configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/license-manager/get-service= -settings.rst +#usr/lib/python3.8/site-packages/awscli/examples/license-manager/list-associ= ations-for-license-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/license-manager/list-licens= e-configurations.rst +#usr/lib/python3.8/site-packages/awscli/examples/license-manager/list-licens= e-specifications-for-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/license-manager/list-resour= ce-inventory.rst +#usr/lib/python3.8/site-packages/awscli/examples/license-manager/list-tags-f= or-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/license-manager/list-usage-= for-license-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/license-manager/tag-resourc= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/license-manager/untag-resou= rce.rst +#usr/lib/python3.8/site-packages/awscli/examples/license-manager/update-lice= nse-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/license-manager/update-lice= nse-specifications-for-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/license-manager/update-serv= ice-settings.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/allocate-static-i= p.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/attach-disk.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/attach-instances-= to-load-balancer.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/attach-load-balan= cer-tls-certificate.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/attach-static-ip.= rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/close-instance-pu= blic-ports.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/copy-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/create-disk-from-= snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/create-disk-snaps= hot.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/create-disk.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/create-domain-ent= ry.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/create-domain.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/create-instance-s= napshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/create-instances-= from-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/create-instances.= rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/create-key-pair.r= st +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/create-load-balan= cer-tls-certificate.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/create-load-balan= cer.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/create-relational= -database-from-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/create-relational= -database-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/create-relational= -database.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/delete-auto-snaps= hot.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/delete-disk-snaps= hot.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/delete-disk.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/delete-domain-ent= ry.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/delete-domain.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/delete-instance-s= napshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/delete-instance.r= st +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/delete-key-pair.r= st +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/delete-known-host= -keys.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/delete-load-balan= cer-tls-certificate.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/delete-load-balan= cer.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/delete-relational= -database-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/delete-relational= -database.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/detach-static-ip.= rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-active-names.= rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-auto-snapshot= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-blueprints.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-bundles.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-cloud-formati= on-stack-records.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-disk-snapshot= .rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-disk-snapshot= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-disk.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-disks.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-domain.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-domains.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-export-snapsh= ot-record.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-instance-acce= ss-details.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-instance-metr= ic-data.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-instance-port= -states.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-instance-snap= shot.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-instance-snap= shots.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-instance-stat= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-instances.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-key-pair.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-key-pairs.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-load-balancer= -tls-certificates.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-load-balancer= .rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-load-balancer= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-operation.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-operations-fo= r-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-operations.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-regions.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-relational-da= tabase-blueprints.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-relational-da= tabase-bundles.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-relational-da= tabase-events.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-relational-da= tabase-log-events.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-relational-da= tabase-log-streams.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-relational-da= tabase-master-user-password.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-relational-da= tabase-metric-data.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-relational-da= tabase-parameters.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-relational-da= tabase-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-relational-da= tabase-snapshots.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-relational-da= tabase.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-relational-da= tabases.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-static-ip.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/get-static-ips.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/is-vpc-peered.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/open-instance-pub= lic-ports.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/peer-vpc.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/reboot-instance.r= st +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/reboot-relational= -database.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/release-static-ip= .rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/start-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/start-relational-= database.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/stop-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/stop-relational-d= atabase.rst +#usr/lib/python3.8/site-packages/awscli/examples/lightsail/unpeer-vpc.rst #usr/lib/python3.8/site-packages/awscli/examples/logs #usr/lib/python3.8/site-packages/awscli/examples/logs/create-log-group.rst #usr/lib/python3.8/site-packages/awscli/examples/logs/create-log-stream.rst @@ -1288,6 +3409,152 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/logs/get-log-events.rst #usr/lib/python3.8/site-packages/awscli/examples/logs/put-log-events.rst #usr/lib/python3.8/site-packages/awscli/examples/logs/put-retention-policy.r= st +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/add-flow-outpu= ts.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/create-flow.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/delete-flow.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/describe-flow.= rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/grant-flow-ent= itlements.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/list-entitleme= nts.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/list-flows.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/list-tags-for-= resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/remove-flow-ou= tput.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/revoke-flow-en= titlement.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/start-flow.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/stop-flow.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/tag-resource.r= st +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/untag-resource= .rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/update-flow-en= titlement.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/update-flow-ou= tput.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconnect/update-flow-so= urce.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/cancel-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/create-job-tem= plate.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/create-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/create-preset.= rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/create-queue.r= st +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/delete-job-tem= plate.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/delete-preset.= rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/delete-queue.r= st +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/describe-endpo= ints.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/get-job-templa= te.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/get-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/get-preset.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/get-queue.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/list-job-templ= ates.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/list-jobs.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/list-presets.r= st +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/list-queues.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/list-tags-for-= resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/update-job-tem= plate.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/update-preset.= rst +#usr/lib/python3.8/site-packages/awscli/examples/mediaconvert/update-queue.r= st +#usr/lib/python3.8/site-packages/awscli/examples/medialive +#usr/lib/python3.8/site-packages/awscli/examples/medialive/create-channel.rst +#usr/lib/python3.8/site-packages/awscli/examples/medialive/create-input.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage-vod +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage-vod/create-ass= et.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage-vod/create-pac= kaging-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage-vod/create-pac= kaging-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage-vod/delete-ass= et.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage-vod/delete-pac= kaging-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage-vod/delete-pac= kaging-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage-vod/describe-a= sset.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage-vod/describe-p= ackaging-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage-vod/describe-p= ackaging-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage-vod/list-asset= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage-vod/list-packa= ging-configurations.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage-vod/list-packa= ging-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage/create-channel= .rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage/create-origin-= endpoint.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage/delete-channel= .rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage/delete-origin-= endpoint.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage/describe-chann= el.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage/describe-origi= n-endpoint.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage/list-channels.= rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage/list-origin-en= dpoints.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage/list-tags-for-= resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage/rotate-ingest-= endpoint-credentials.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage/tag-resource.r= st +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage/untag-resource= .rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage/update-channel= .rst +#usr/lib/python3.8/site-packages/awscli/examples/mediapackage/update-origin-= endpoint.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore +#usr/lib/python3.8/site-packages/awscli/examples/mediastore-data +#usr/lib/python3.8/site-packages/awscli/examples/mediastore-data/delete-obje= ct.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore-data/describe-ob= ject.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore-data/get-object.= rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore-data/list-items.= rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore-data/put-object.= rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/create-container= .rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/delete-container= -policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/delete-container= .rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/delete-cors-poli= cy.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/delete-lifecycle= -policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/describe-contain= er.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/describe-object.= rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/get-container-po= licy.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/get-cors-policy.= rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/get-lifecycle-po= licy.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/get-object.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/list-containers.= rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/list-items.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/list-tags-for-re= source.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/put-container-po= licy.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/put-cors-policy.= rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/put-lifecycle-po= licy.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/put-object.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/start-access-log= ging.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/stop-access-logg= ing.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediastore/untag-resource.r= st +#usr/lib/python3.8/site-packages/awscli/examples/mediatailor +#usr/lib/python3.8/site-packages/awscli/examples/mediatailor/delete-playback= -configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediatailor/get-playback-co= nfiguration.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediatailor/list-playback-c= onfigurations.rst +#usr/lib/python3.8/site-packages/awscli/examples/mediatailor/put-playback-co= nfiguration.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/associate-cu= stomer-gateway.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/associate-li= nk.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/create-devic= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/create-globa= l-network.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/create-link.= rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/create-site.= rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/delete-bucke= t-analytics-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/delete-bucke= t-metrics-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/delete-devic= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/delete-globa= l-network.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/delete-link.= rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/delete-publi= c-access-block.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/delete-site.= rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/deregister-t= ransit-gateway.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/describe-glo= bal-networks.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/disassociate= -customer-gateway.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/disassociate= -link.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/get-bucket-a= nalytics-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/get-bucket-m= etrics-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/get-customer= -gateway-associations.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/get-devices.= rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/get-link-ass= ociations.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/get-links.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/get-object-r= etention.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/get-public-a= ccess-block.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/get-sites.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/get-transit-= gateway-registrations.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/list-bucket-= analytics-configurations.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/list-bucket-= metrics-configurations.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/list-tags-fo= r-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/put-bucket-m= etrics-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/put-object-r= etention.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/put-public-a= ccess-block.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/register-tra= nsit-gateway.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/tag-resource= .rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/untag-resour= ce.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/update-devic= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/update-globa= l-network.rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/update-link.= rst +#usr/lib/python3.8/site-packages/awscli/examples/networkmanager/update-site.= rst #usr/lib/python3.8/site-packages/awscli/examples/opsworks #usr/lib/python3.8/site-packages/awscli/examples/opsworks/assign-instance.rst #usr/lib/python3.8/site-packages/awscli/examples/opsworks/assign-volume.rst @@ -1297,6 +3564,7 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/opsworks/create-deployment.= rst #usr/lib/python3.8/site-packages/awscli/examples/opsworks/create-instance.rst #usr/lib/python3.8/site-packages/awscli/examples/opsworks/create-layer.rst +#usr/lib/python3.8/site-packages/awscli/examples/opsworks/create-server.rst #usr/lib/python3.8/site-packages/awscli/examples/opsworks/create-stack.rst #usr/lib/python3.8/site-packages/awscli/examples/opsworks/create-user-profil= e.rst #usr/lib/python3.8/site-packages/awscli/examples/opsworks/delete-app.rst @@ -1320,6 +3588,7 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/opsworks/describe-permissio= ns.rst #usr/lib/python3.8/site-packages/awscli/examples/opsworks/describe-raid-arra= ys.rst #usr/lib/python3.8/site-packages/awscli/examples/opsworks/describe-rds-db-in= stances.rst +#usr/lib/python3.8/site-packages/awscli/examples/opsworks/describe-stack-pro= visioning-parameters.rst #usr/lib/python3.8/site-packages/awscli/examples/opsworks/describe-stack-sum= mary.rst #usr/lib/python3.8/site-packages/awscli/examples/opsworks/describe-stacks.rst #usr/lib/python3.8/site-packages/awscli/examples/opsworks/describe-timebased= -auto-scaling.rst @@ -1408,49 +3677,347 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/pi #usr/lib/python3.8/site-packages/awscli/examples/pi/describe-dimension-keys.= rst #usr/lib/python3.8/site-packages/awscli/examples/pi/get-resource-metrics.rst +#usr/lib/python3.8/site-packages/awscli/examples/pinpoint +#usr/lib/python3.8/site-packages/awscli/examples/pinpoint/create-app.rst +#usr/lib/python3.8/site-packages/awscli/examples/pinpoint/delete-app.rst +#usr/lib/python3.8/site-packages/awscli/examples/pinpoint/get-apps.rst +#usr/lib/python3.8/site-packages/awscli/examples/pinpoint/list-tags-for-reso= urce.rst +#usr/lib/python3.8/site-packages/awscli/examples/pinpoint/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/pinpoint/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/polly +#usr/lib/python3.8/site-packages/awscli/examples/polly/delete-lexicon.rst +#usr/lib/python3.8/site-packages/awscli/examples/polly/get-lexicon.rst +#usr/lib/python3.8/site-packages/awscli/examples/polly/get-speech-synthesis-= task.rst +#usr/lib/python3.8/site-packages/awscli/examples/polly/list-lexicons.rst +#usr/lib/python3.8/site-packages/awscli/examples/polly/list-speech-synthesis= -tasks.rst +#usr/lib/python3.8/site-packages/awscli/examples/polly/put-lexicon.rst +#usr/lib/python3.8/site-packages/awscli/examples/polly/start-speech-synthesi= s-task.rst +#usr/lib/python3.8/site-packages/awscli/examples/pricing +#usr/lib/python3.8/site-packages/awscli/examples/pricing/describe-services.r= st +#usr/lib/python3.8/site-packages/awscli/examples/pricing/get-attribute-value= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/pricing/get-products.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb +#usr/lib/python3.8/site-packages/awscli/examples/qldb/cancel-journal-kinesis= -stream.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/create-ledger.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/delete-ledger.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/describe-journal-kines= is-stream.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/describe-journal-s3-ex= port.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/describe-ledger.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/export-journal-to-s3.r= st +#usr/lib/python3.8/site-packages/awscli/examples/qldb/get-block.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/get-digest.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/get-revision.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/list-journal-kinesis-s= treams-for-ledger.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/list-journal-s3-export= s-for-ledger.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/list-journal-s3-export= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/list-ledgers.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/list-tags-for-resource= .rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/stream-journal-to-kine= sis.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/qldb/update-ledger.rst +#usr/lib/python3.8/site-packages/awscli/examples/ram +#usr/lib/python3.8/site-packages/awscli/examples/ram/accept-resource-share-i= nvitation.rst +#usr/lib/python3.8/site-packages/awscli/examples/ram/associate-resource-shar= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/ram/create-resource-share.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ram/delete-resource-share.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ram/disassociate-resource-s= hare.rst +#usr/lib/python3.8/site-packages/awscli/examples/ram/enable-sharing-with-aws= -organization.rst +#usr/lib/python3.8/site-packages/awscli/examples/ram/get-resource-policies.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ram/get-resource-share-asso= ciations.rst +#usr/lib/python3.8/site-packages/awscli/examples/ram/get-resource-share-invi= tations.rst +#usr/lib/python3.8/site-packages/awscli/examples/ram/get-resource-shares.rst +#usr/lib/python3.8/site-packages/awscli/examples/ram/list-principals.rst +#usr/lib/python3.8/site-packages/awscli/examples/ram/list-resources.rst +#usr/lib/python3.8/site-packages/awscli/examples/ram/reject-resource-share-i= nvitation.rst +#usr/lib/python3.8/site-packages/awscli/examples/ram/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/ram/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/ram/update-resource-share.r= st #usr/lib/python3.8/site-packages/awscli/examples/rds -#usr/lib/python3.8/site-packages/awscli/examples/rds/add-tag-to-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds-data +#usr/lib/python3.8/site-packages/awscli/examples/rds-data/batch-execute-stat= ement.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds-data/begin-transaction.= rst +#usr/lib/python3.8/site-packages/awscli/examples/rds-data/commit-transaction= .rst +#usr/lib/python3.8/site-packages/awscli/examples/rds-data/execute-statement.= rst +#usr/lib/python3.8/site-packages/awscli/examples/rds-data/rollback-transacti= on.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/add-option-to-option-gr= oup.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/add-role-to-db-instance= .rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/add-source-identifier-t= o-subscription.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/add-tags-to-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/authorize-db-security-g= roup-ingress.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/backtrack-db-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/copy-db-cluster-paramet= er-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/copy-db-cluster-snapsho= t.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/copy-db-parameter-group= .rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/copy-db-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/copy-option-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/create-db-cluster-endpo= int.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/create-db-cluster-param= eter-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/create-db-cluster-snaps= hot.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/create-db-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/create-db-instance-read= -replica.rst #usr/lib/python3.8/site-packages/awscli/examples/rds/create-db-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/create-db-parameter-gro= up.rst #usr/lib/python3.8/site-packages/awscli/examples/rds/create-db-security-grou= p.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/create-db-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/create-db-subnet-group.= rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/create-event-subscripti= on.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/create-global-cluster.r= st #usr/lib/python3.8/site-packages/awscli/examples/rds/create-option-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/delete-db-cluster-endpo= int.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/delete-db-cluster-param= eter-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/delete-db-cluster-snaps= hot.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/delete-db-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/delete-db-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/delete-db-parameter-gro= up.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/delete-db-security-grou= p.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/delete-db-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/delete-db-subnet-group.= rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/delete-event-subscripti= on.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/delete-global-cluster.r= st +#usr/lib/python3.8/site-packages/awscli/examples/rds/delete-option-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-account-attrib= utes.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-certificates.r= st +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-cluster-end= points.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-cluster-par= ameter-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-cluster-par= ameters.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-cluster-sna= pshot-attributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-cluster-sna= pshots.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-clusters.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-engine-vers= ions.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-instance-au= tomated-backups.rst #usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-instances.r= st +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-log-files.r= st +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-parameter-g= roups.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-parameters.= rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-security-gr= oups.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-snapshot-at= tributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-snapshots.r= st +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-db-subnet-grou= ps.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-engine-default= -cluster-parameters.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-engine-default= -parameters.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-event-categori= es.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-event-subscrip= tions.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-events.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-export-tasks.r= st +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-global-cluster= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-option-group-o= ptions.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-option-groups.= rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-orderable-db-i= nstance-options.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-pending-mainte= nance-actions.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-reserved-db-in= stances-offerings.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-reserved-db-in= stances.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-source-regions= .rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/describe-valid-db-insta= nce-modifications.rst #usr/lib/python3.8/site-packages/awscli/examples/rds/download-db-log-file-po= rtion.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/generate-auth-token.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/list-tags-for-resource.= rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/modify-db-cluster-endpo= int.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/modify-db-cluster-snaps= hot-attribute.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/modify-db-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/modify-db-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/modify-db-parameter-gro= up.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/modify-db-snapshot-attr= ibute.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/modify-db-snapshot-attr= ibutes.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/modify-db-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/modify-db-subnet-group.= rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/modify-event-subscripti= on.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/modify-global-cluster.r= st +#usr/lib/python3.8/site-packages/awscli/examples/rds/promote-read-replica.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/purchase-reserved-db-in= stance.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/purchase-reserved-db-in= stances-offerings.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/reboot-db-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/remove-option-from-opti= on-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/remove-role-from-db-ins= tance.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/remove-source-identifie= r-from-subscription.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/restore-db-cluster-from= -s3.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/restore-db-cluster-from= -snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/restore-db-cluster-to-p= oint-in-time.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/restore-db-instance-fro= m-db-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/restore-db-instance-fro= m-s3.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/restore-db-instance-to-= point-in-time.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/start-db-instance.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/start-export-task.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/stop-db-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/rds/stop-db-instance.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift +#usr/lib/python3.8/site-packages/awscli/examples/redshift/accept-reserved-no= de-exchange.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/authorize-cluster-= security-group-ingress.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/authorize-snapshot= -access.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/batch-delete-clust= er-snapshots.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/batch-modify-clust= er-snapshots.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/cancel-resize.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/copy-cluster-snaps= hot.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/create-cluster-par= ameter-group.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/create-cluster-sec= urity-group.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/create-cluster-sna= pshot.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/create-cluster-sub= net-group.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/create-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/create-event-subsc= ription.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/create-hsm-client-= certificate.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/create-hsm-configu= ration.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/create-snapshot-co= py-grant.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/create-snapshot-sc= hedule.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/create-tags.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/delete-cluster-par= ameter-group.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/delete-cluster-sec= urity-group.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/delete-cluster-sna= pshot.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/delete-cluster-sub= net-group.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/delete-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/delete-event-subsc= ription.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/delete-hsm-client-= certificate.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/delete-hsm-configu= ration.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/delete-scheduled-a= ction.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/delete-snapshot-co= py-grant.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/delete-snapshot-sc= hedule.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/delete-tags.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-account-a= ttributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-cluster-d= b-revisions.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-cluster-p= arameter-groups.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-cluster-p= arameters.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-cluster-s= ecurity-groups.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-cluster-s= napshots.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-cluster-s= ubnet-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-cluster-t= racks.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-cluster-v= ersions.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-clusters.= rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-default-c= luster-parameters.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-event-cat= egories.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-event-sub= scriptions.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-events.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-hsm-clien= t-certificates.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-hsm-confi= gurations.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-logging-s= tatus.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-node-conf= iguration-options.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-orderable= -cluster-options.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-reserved-= node-offerings.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-reserved-= nodes.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-resize.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-scheduled= -actions.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-snapshot-= copy-grants.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-snapshot-= schedules.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-storage.r= st +#usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-table-res= tore-status.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/describe-tags.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/disable-snapshot-c= opy.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/enable-snapshot-co= py.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/get-cluster-creden= tials.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/get-reserved-node-= exchange-offerings.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/modify-cluster-iam= -roles.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/modify-cluster-mai= ntenance.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/modify-cluster-par= ameter-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/modify-cluster-sna= pshot-schedule.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/modify-cluster-sna= pshot.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/modify-cluster-sub= net-group.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/modify-cluster.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/modify-event-subsc= ription.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/modify-scheduled-a= ction.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/modify-snapshot-co= py-retention-period.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/modify-snapshot-sc= hedule.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/purchase-reserved-= node-offering.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/reboot-cluster.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/reset-cluster-para= meter-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/resize-cluster.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/restore-from-clust= er-snapshot.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/restore-table-from= -cluster-snapshot.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/revoke-cluster-sec= urity-group-ingress.rst #usr/lib/python3.8/site-packages/awscli/examples/redshift/revoke-snapshot-ac= cess.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/rotate-encryption-= key.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/wait +#usr/lib/python3.8/site-packages/awscli/examples/redshift/wait/cluster-avail= able.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/wait/cluster-delet= ed.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/wait/cluster-resto= red.rst +#usr/lib/python3.8/site-packages/awscli/examples/redshift/wait/snapshot-avai= lable.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/compare-faces.r= st +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/create-collecti= on.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/create-stream-p= rocessor.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/delete-collecti= on.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/delete-faces.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/delete-stream-p= rocessor.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/describe-collec= tion.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/describe-stream= -processor.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/detect-faces.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/detect-labels.r= st +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/detect-moderati= on-labels.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/detect-text.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/get-celebrity-i= nfo.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/get-celebrity-r= ecognition.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/get-content-mod= eration.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/get-face-detect= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/get-face-search= .rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/get-label-detec= tion.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/get-person-trac= king.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/index-faces.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/list-collection= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/list-faces.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/list-stream-pro= cessors.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/recognize-celeb= rities.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/search-faces-by= -image.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/search-faces.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/start-celebrity= -recognition.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/start-content-m= oderation.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/start-face-dete= ction.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/start-face-sear= ch.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/start-label-det= ection.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/start-person-tr= acking.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/start-stream-pr= ocessor.rst +#usr/lib/python3.8/site-packages/awscli/examples/rekognition/stop-stream-pro= cessor.rst +#usr/lib/python3.8/site-packages/awscli/examples/resource-groups +#usr/lib/python3.8/site-packages/awscli/examples/resource-groups/create-grou= p.rst +#usr/lib/python3.8/site-packages/awscli/examples/resource-groups/delete-grou= p.rst +#usr/lib/python3.8/site-packages/awscli/examples/resource-groups/get-group-q= uery.rst +#usr/lib/python3.8/site-packages/awscli/examples/resource-groups/get-group.r= st +#usr/lib/python3.8/site-packages/awscli/examples/resource-groups/get-tags.rst +#usr/lib/python3.8/site-packages/awscli/examples/resource-groups/list-groups= .rst +#usr/lib/python3.8/site-packages/awscli/examples/resource-groups/list-resour= ce-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/resource-groups/search-reso= urces.rst +#usr/lib/python3.8/site-packages/awscli/examples/resource-groups/tag.rst +#usr/lib/python3.8/site-packages/awscli/examples/resource-groups/untag.rst +#usr/lib/python3.8/site-packages/awscli/examples/resource-groups/update-grou= p-query.rst +#usr/lib/python3.8/site-packages/awscli/examples/resource-groups/update-grou= p.rst +#usr/lib/python3.8/site-packages/awscli/examples/resourcegroupstaggingapi +#usr/lib/python3.8/site-packages/awscli/examples/resourcegroupstaggingapi/ge= t-resources.rst +#usr/lib/python3.8/site-packages/awscli/examples/resourcegroupstaggingapi/ge= t-tag-keys.rst +#usr/lib/python3.8/site-packages/awscli/examples/resourcegroupstaggingapi/ge= t-tag-values.rst +#usr/lib/python3.8/site-packages/awscli/examples/resourcegroupstaggingapi/ta= g-resources.rst +#usr/lib/python3.8/site-packages/awscli/examples/resourcegroupstaggingapi/un= tag-resources.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/batch-describe-si= mulation-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/cancel-simulation= -job.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/create-deployment= -job.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/create-fleet.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/create-robot-appl= ication-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/create-robot-appl= ication.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/create-robot.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/create-simulation= -application-version.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/create-simulation= -application.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/create-simulation= -job.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/delete-fleet.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/delete-robot-appl= ication.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/delete-robot.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/delete-simulation= -application.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/deregister-robot.= rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/describe-deployme= nt-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/describe-fleet.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/describe-robot-ap= plication.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/describe-robot.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/describe-simulati= on-application.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/describe-simulati= on-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/list-deployment-j= obs.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/list-fleets.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/list-robot-applic= ations.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/list-robots.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/list-simulation-a= pplications.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/list-simulation-j= obs.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/list-tags-for-res= ource.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/register-robot.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/restart-simulatio= n-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/sync-deployment-j= ob.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/update-robot-appl= ication.rst +#usr/lib/python3.8/site-packages/awscli/examples/robomaker/update-simulation= -application.rst #usr/lib/python3.8/site-packages/awscli/examples/route53 #usr/lib/python3.8/site-packages/awscli/examples/route53/change-resource-rec= ord-sets.rst #usr/lib/python3.8/site-packages/awscli/examples/route53/change-tags-for-res= ource.rst @@ -1464,13 +4031,62 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/route53/list-health-checks.= rst #usr/lib/python3.8/site-packages/awscli/examples/route53/list-hosted-zones-b= y-name.rst #usr/lib/python3.8/site-packages/awscli/examples/route53/list-hosted-zones.r= st +#usr/lib/python3.8/site-packages/awscli/examples/route53/list-query-logging-= configs.rst #usr/lib/python3.8/site-packages/awscli/examples/route53/list-resource-recor= d-sets.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/check-domain= -availability.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/check-domain= -transferability.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/delete-tags-= for-domain.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/disable-doma= in-auto-renew.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/disable-doma= in-transfer-lock.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/enable-domai= n-auto-renew.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/enable-domai= n-transfer-lock.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/get-contact-= reachability-status.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/get-domain-d= etail.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/get-domain-s= uggestions.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/get-operatio= n-detail.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/list-domains= .rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/list-operati= ons.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/list-tags-fo= r-domain.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/register-dom= ain.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/renew-domain= .rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/resend-conta= ct-reachability-email.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/retrieve-dom= ain-auth-code.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/transfer-dom= ain.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/update-domai= n-contact-privacy.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/update-domai= n-contact.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/update-domai= n-nameservers.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/update-tags-= for-domain.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53domains/view-billing= .rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/associate-r= esolver-endpoint-ip-address.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/associate-r= esolver-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/create-reso= lver-endpoint.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/create-reso= lver-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/delete-reso= lver-endpoint.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/delete-reso= lver-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/disassociat= e-resolver-endpoint-ip-address.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/disassociat= e-resolver-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/get-resolve= r-endpoint.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/get-resolve= r-rule-association.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/get-resolve= r-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/list-resolv= er-endpoint-ip-addresses.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/list-resolv= er-endpoints.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/list-resolv= er-rule-associations.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/list-resolv= er-rules.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/list-tags-f= or-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/put-resolve= r-rule-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/tag-resourc= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/untag-resou= rce.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/update-reso= lver-endpoint.rst +#usr/lib/python3.8/site-packages/awscli/examples/route53resolver/update-reso= lver-rule.rst #usr/lib/python3.8/site-packages/awscli/examples/s3 #usr/lib/python3.8/site-packages/awscli/examples/s3/_concepts.rst #usr/lib/python3.8/site-packages/awscli/examples/s3/cp.rst #usr/lib/python3.8/site-packages/awscli/examples/s3/ls.rst #usr/lib/python3.8/site-packages/awscli/examples/s3/mb.rst #usr/lib/python3.8/site-packages/awscli/examples/s3/mv.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3/presign.rst #usr/lib/python3.8/site-packages/awscli/examples/s3/rb.rst #usr/lib/python3.8/site-packages/awscli/examples/s3/rm.rst #usr/lib/python3.8/site-packages/awscli/examples/s3/sync.rst @@ -1481,52 +4097,111 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/s3api/copy-object.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/create-bucket.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/create-multipart-uplo= ad.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/delete-bucket-analyti= cs-configuration.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/delete-bucket-cors.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/delete-bucket-encrypt= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/delete-bucket-invento= ry-configuration.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/delete-bucket-lifecyc= le.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/delete-bucket-metrics= -configuration.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/delete-bucket-policy.= rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/delete-bucket-replica= tion.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/delete-bucket-tagging= .rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/delete-bucket-website= .rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/delete-bucket.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/delete-object-tagging= .rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/delete-object.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/delete-objects.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/delete-public-access-= block.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-accelerate= -configuration.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-acl.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-analytics-= configuration.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-cors.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-encryption= .rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-inventory-= configuration.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-lifecycle-= configuration.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-lifecycle.= rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-location.r= st +#usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-logging.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-metrics-co= nfiguration.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-notificati= on-configuration.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-notificati= on.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-policy-sta= tus.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-policy.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-replicatio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-request-pa= yment.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-tagging.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-versioning= .rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/get-bucket-website.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/get-object-acl.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/get-object-legal-hold= .rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/get-object-lock-confi= guration.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/get-object-retention.= rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/get-object-tagging.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/get-object-torrent.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/get-object.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/get-public-access-blo= ck.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/head-bucket.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/head-object.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/list-bucket-analytics= -configurations.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/list-bucket-inventory= -configurations.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/list-bucket-metrics-c= onfigurations.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/list-buckets.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/list-multipart-upload= s.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/list-object-versions.= rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/list-objects-v2.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/list-objects.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/list-parts.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-accelerate= -configuration.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-acl.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-analytics-= configuration.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-cors.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-encryption= .rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-inventory-= configuration.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-lifecycle-= configuration.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-lifecycle.= rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-logging.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-metrics-co= nfiguration.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-notificati= on-configuration.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-notificati= on.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-policy.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-replicatio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-request-pa= yment.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-tagging.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-versioning= .rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/put-bucket-website.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/put-object-acl.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/put-object-legal-hold= .rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/put-object-lock-confi= guration.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/put-object-retention.= rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/put-object-tagging.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/put-object.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/put-public-access-blo= ck.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/restore-object.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/select-object-content= .rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/upload-part-copy.rst #usr/lib/python3.8/site-packages/awscli/examples/s3api/upload-part.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/wait +#usr/lib/python3.8/site-packages/awscli/examples/s3api/wait/bucket-exists.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/wait/bucket-not-exist= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/wait/object-exists.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3api/wait/object-not-exist= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control +#usr/lib/python3.8/site-packages/awscli/examples/s3control/create-access-poi= nt.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control/create-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control/delete-access-poi= nt-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control/delete-access-poi= nt.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control/delete-public-acc= ess-block.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control/describe-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control/get-access-point-= policy-status.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control/get-access-point-= policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control/get-access-point.= rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control/get-public-access= -block.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control/list-access-point= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control/list-jobs.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control/put-access-point-= policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control/put-public-access= -block.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control/update-job-priori= ty.rst +#usr/lib/python3.8/site-packages/awscli/examples/s3control/update-job-status= .rst #usr/lib/python3.8/site-packages/awscli/examples/secretsmanager #usr/lib/python3.8/site-packages/awscli/examples/secretsmanager/cancel-rotat= e-secret.rst #usr/lib/python3.8/site-packages/awscli/examples/secretsmanager/create-secre= t.rst @@ -1546,6 +4221,103 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/secretsmanager/untag-resour= ce.rst #usr/lib/python3.8/site-packages/awscli/examples/secretsmanager/update-secre= t-version-stage.rst #usr/lib/python3.8/site-packages/awscli/examples/secretsmanager/update-secre= t.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/accept-invitati= on.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/batch-disable-s= tandards.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/batch-enable-st= andards.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/batch-import-fi= ndings.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/batch-update-fi= ndings.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/create-action-t= arget.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/create-insight.= rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/create-members.= rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/decline-invitat= ions.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/delete-action-t= arget.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/delete-insight.= rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/delete-invitati= ons.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/delete-members.= rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/describe-action= -targets.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/describe-hub.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/describe-produc= ts.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/describe-standa= rds-controls.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/describe-standa= rds.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/disable-import-= findings-for-product.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/disable-securit= y-hub.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/disassociate-fr= om-master-account.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/disassociate-me= mbers.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/enable-import-f= indings-for-product.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/enable-security= -hub.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/get-enabled-sta= ndards.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/get-findings.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/get-insight-res= ults.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/get-insights.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/get-invitations= -count.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/get-master-acco= unt.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/get-members.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/invite-members.= rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/list-enabled-pr= oducts-for-import.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/list-invitation= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/list-members.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/list-tags-for-r= esource.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/untag-resource.= rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/update-action-t= arget.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/update-insight.= rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/update-security= -hub-configuration.rst +#usr/lib/python3.8/site-packages/awscli/examples/securityhub/update-standard= s-control.rst +#usr/lib/python3.8/site-packages/awscli/examples/serverlessrepo +#usr/lib/python3.8/site-packages/awscli/examples/serverlessrepo/put-applicat= ion-policy.rst +#usr/lib/python3.8/site-packages/awscli/examples/service-quotas +#usr/lib/python3.8/site-packages/awscli/examples/service-quotas/get-aws-defa= ult-service-quota.rst +#usr/lib/python3.8/site-packages/awscli/examples/service-quotas/get-requeste= d-service-quota-change.rst +#usr/lib/python3.8/site-packages/awscli/examples/service-quotas/get-service-= quota.rst +#usr/lib/python3.8/site-packages/awscli/examples/service-quotas/list-aws-def= ault-service-quotas.rst +#usr/lib/python3.8/site-packages/awscli/examples/service-quotas/list-request= ed-service-quota-change-history-by-quota.rst +#usr/lib/python3.8/site-packages/awscli/examples/service-quotas/list-request= ed-service-quota-change-history.rst +#usr/lib/python3.8/site-packages/awscli/examples/service-quotas/list-service= -quotas.rst +#usr/lib/python3.8/site-packages/awscli/examples/service-quotas/list-service= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/service-quotas/request-serv= ice-quota-increase.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/accept-portf= olio-share.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/associate-pr= incipal-with-portfolio.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/associate-pr= oduct-with-portfolio.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/associate-ta= g-option-with-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/copy-product= .rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/create-portf= olio-share.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/create-portf= olio.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/create-produ= ct.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/create-provi= sioning-artifact.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/create-tag-o= ption.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/delete-portf= olio-share.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/delete-portf= olio.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/delete-produ= ct.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/delete-provi= sioning-artifact.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/delete-tag-o= ption.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/describe-cop= y-product-status.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/describe-por= tfolio.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/describe-pro= duct-as-admin.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/describe-pro= visioned-product.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/describe-pro= visioning-artifact.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/describe-tag= -option.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/disassociate= -principal-from-portfolio.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/disassociate= -product-from-portfolio.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/disassociate= -tag-option-from-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/list-accepte= d-portfolio-shares.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/list-portfol= io-access.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/list-portfol= ios-for-product.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/list-portfol= ios.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/list-princip= als-for-portfolio.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/list-provisi= oning-artifacts.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/list-resourc= es-for-tag-option.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/list-tag-opt= ions.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/provision-pr= oduct.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/reject-portf= olio-share.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/scan-provisi= oned-products.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/search-produ= cts-as-admin.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/search-provi= sioned-products.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/update-portf= olio.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/update-produ= ct.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/update-provi= sioning-artifact.rst +#usr/lib/python3.8/site-packages/awscli/examples/servicecatalog/update-tag-o= ption.rst #usr/lib/python3.8/site-packages/awscli/examples/ses #usr/lib/python3.8/site-packages/awscli/examples/ses/delete-identity.rst #usr/lib/python3.8/site-packages/awscli/examples/ses/get-identity-dkim-attri= butes.rst @@ -1562,19 +4334,71 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/ses/verify-domain-dkim.rst #usr/lib/python3.8/site-packages/awscli/examples/ses/verify-domain-identity.= rst #usr/lib/python3.8/site-packages/awscli/examples/ses/verify-email-identity.r= st +#usr/lib/python3.8/site-packages/awscli/examples/shield +#usr/lib/python3.8/site-packages/awscli/examples/shield/associate-drt-log-bu= cket.rst +#usr/lib/python3.8/site-packages/awscli/examples/shield/associate-drt-role.r= st +#usr/lib/python3.8/site-packages/awscli/examples/shield/create-protection.rst +#usr/lib/python3.8/site-packages/awscli/examples/shield/create-subscription.= rst +#usr/lib/python3.8/site-packages/awscli/examples/shield/delete-protection.rst +#usr/lib/python3.8/site-packages/awscli/examples/shield/describe-attack.rst +#usr/lib/python3.8/site-packages/awscli/examples/shield/describe-drt-access.= rst +#usr/lib/python3.8/site-packages/awscli/examples/shield/describe-emergency-c= ontact-settings.rst +#usr/lib/python3.8/site-packages/awscli/examples/shield/describe-protection.= rst +#usr/lib/python3.8/site-packages/awscli/examples/shield/describe-subscriptio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/shield/disassociate-drt-log= -bucket.rst +#usr/lib/python3.8/site-packages/awscli/examples/shield/disassociate-drt-rol= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/shield/get-subscription-sta= te.rst +#usr/lib/python3.8/site-packages/awscli/examples/shield/list-attacks.rst +#usr/lib/python3.8/site-packages/awscli/examples/shield/list-protections.rst +#usr/lib/python3.8/site-packages/awscli/examples/shield/update-emergency-con= tact-settings.rst +#usr/lib/python3.8/site-packages/awscli/examples/shield/update-subscription.= rst +#usr/lib/python3.8/site-packages/awscli/examples/signer +#usr/lib/python3.8/site-packages/awscli/examples/signer/cancel-signing-profi= le.rst +#usr/lib/python3.8/site-packages/awscli/examples/signer/describe-signing-job= .rst +#usr/lib/python3.8/site-packages/awscli/examples/signer/get-signing-platform= .rst +#usr/lib/python3.8/site-packages/awscli/examples/signer/get-signing-profile.= rst +#usr/lib/python3.8/site-packages/awscli/examples/signer/list-signing-jobs.rst +#usr/lib/python3.8/site-packages/awscli/examples/signer/list-signing-platfor= ms.rst +#usr/lib/python3.8/site-packages/awscli/examples/signer/list-signing-profile= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/signer/put-signing-profile.= rst +#usr/lib/python3.8/site-packages/awscli/examples/signer/start-signing-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/snowball +#usr/lib/python3.8/site-packages/awscli/examples/snowball/get-snowball-usage= .rst +#usr/lib/python3.8/site-packages/awscli/examples/snowball/list-jobs.rst #usr/lib/python3.8/site-packages/awscli/examples/sns +#usr/lib/python3.8/site-packages/awscli/examples/sns/add-permission.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/check-if-phone-number-i= s-opted-out.rst #usr/lib/python3.8/site-packages/awscli/examples/sns/confirm-subscription.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/create-platform-applica= tion.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/create-platform-endpoin= t.rst #usr/lib/python3.8/site-packages/awscli/examples/sns/create-topic.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/delete-endpoint.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/delete-platform-applica= tion.rst #usr/lib/python3.8/site-packages/awscli/examples/sns/delete-topic.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/get-endpoint-attributes= .rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/get-platform-applicatio= n-attributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/get-sms-attributes.rst #usr/lib/python3.8/site-packages/awscli/examples/sns/get-subscription-attrib= utes.rst #usr/lib/python3.8/site-packages/awscli/examples/sns/get-topic-attributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/list-endpoints-by-platf= orm-application.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/list-phone-numbers-opte= d-out.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/list-platform-applicati= ons.rst #usr/lib/python3.8/site-packages/awscli/examples/sns/list-subscriptions-by-t= opic.rst #usr/lib/python3.8/site-packages/awscli/examples/sns/list-subscriptions.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/list-tags-for-resource.= rst #usr/lib/python3.8/site-packages/awscli/examples/sns/list-topics.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/opt-in-phone-number.rst #usr/lib/python3.8/site-packages/awscli/examples/sns/publish.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/remove-permission.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/set-endpoint-attributes= .rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/set-platform-applicatio= n-attributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/set-sms-attributes.rst #usr/lib/python3.8/site-packages/awscli/examples/sns/set-subscription-attrib= utes.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/set-topic-attributes.rst #usr/lib/python3.8/site-packages/awscli/examples/sns/subscribe.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/tag-resource.rst #usr/lib/python3.8/site-packages/awscli/examples/sns/unsubscribe.rst +#usr/lib/python3.8/site-packages/awscli/examples/sns/untag-resource.rst #usr/lib/python3.8/site-packages/awscli/examples/sqs #usr/lib/python3.8/site-packages/awscli/examples/sqs/add-permission.rst #usr/lib/python3.8/site-packages/awscli/examples/sqs/change-message-visibili= ty-batch.rst @@ -1586,6 +4410,7 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/sqs/get-queue-attributes.rst #usr/lib/python3.8/site-packages/awscli/examples/sqs/get-queue-url.rst #usr/lib/python3.8/site-packages/awscli/examples/sqs/list-dead-letter-source= -queues.rst +#usr/lib/python3.8/site-packages/awscli/examples/sqs/list-queue-tags.rst #usr/lib/python3.8/site-packages/awscli/examples/sqs/list-queues.rst #usr/lib/python3.8/site-packages/awscli/examples/sqs/purge-queue.rst #usr/lib/python3.8/site-packages/awscli/examples/sqs/receive-message.rst @@ -1593,28 +4418,39 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/sqs/send-message-batch.rst #usr/lib/python3.8/site-packages/awscli/examples/sqs/send-message.rst #usr/lib/python3.8/site-packages/awscli/examples/sqs/set-queue-attributes.rst +#usr/lib/python3.8/site-packages/awscli/examples/sqs/tag-queue.rst +#usr/lib/python3.8/site-packages/awscli/examples/sqs/untag-queue.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm #usr/lib/python3.8/site-packages/awscli/examples/ssm/add-tags-to-resource.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/cancel-command.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/cancel-maintenance-wind= ow-execution.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/create-activation.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/create-association-batc= h.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/create-association.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/create-document.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/create-maintenance-wind= ow.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/create-ops-item.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/create-patch-baseline.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ssm/create-resource-data-sy= nc.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/delete-activation.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/delete-association.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/delete-document.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/delete-inventory.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/delete-maintenance-wind= ow.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/delete-parameter.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/delete-parameters.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/delete-patch-baseline.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ssm/delete-resource-data-sy= nc.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/deregister-managed-inst= ance.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/deregister-patch-baseli= ne-for-patch-group.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/deregister-target-from-= maintenance-window.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/deregister-task-from-ma= intenance-window.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-activations.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-association-ex= ecution-targets.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-association-ex= ecutions.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-association.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-automation-exe= cutions.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-automation-ste= p-executions.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-available-patc= hes.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-document-permi= ssion.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-document.rst @@ -1625,38 +4461,60 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-instance-patch= -states-for-patch-group.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-instance-patch= -states.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-instance-patch= es.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-inventory-dele= tions.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-maintenance-wi= ndow-execution-task-invocations.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-maintenance-wi= ndow-execution-tasks.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-maintenance-wi= ndow-executions.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-maintenance-wi= ndow-schedule.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-maintenance-wi= ndow-targets.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-maintenance-wi= ndow-tasks.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-maintenance-wi= ndows-for-target.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-maintenance-wi= ndows.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-ops-items.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-parameters.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-patch-baseline= s.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-patch-group-st= ate.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-patch-groups.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-patch-properti= es.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/describe-sessions.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/get-automation-executio= n.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/get-calendar-state.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/get-command-invocation.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/get-connection-status.r= st #usr/lib/python3.8/site-packages/awscli/examples/ssm/get-default-patch-basel= ine.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/get-deployable-patch-sn= apshot-for-instance.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/get-document.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/get-inventory-schema.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/get-inventory.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/get-maintenance-window-= execution-task-invocation.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/get-maintenance-window-= execution-task.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/get-maintenance-window-= execution.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/get-maintenance-window-= task.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/get-maintenance-window.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/get-ops-item.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/get-ops-summary.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/get-parameter-history.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ssm/get-parameter.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/get-parameters-by-path.= rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/get-parameters.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/get-patch-baseline-for-= patch-group.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/get-patch-baseline.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/get-service-setting.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/label-parameter-version= .rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/list-association-versio= ns.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/list-associations.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/list-command-invocation= s.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/list-commands.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/list-compliance-items.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ssm/list-compliance-summari= es.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/list-document-versions.= rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/list-documents.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/list-inventory-entries.= rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/list-resource-complianc= e-summaries.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/list-resource-data-sync= .rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/list-tags-for-resource.= rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/modify-document-permiss= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/put-compliance-items.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/put-inventory.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/put-parameter.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/register-default-patch-= baseline.rst @@ -1664,22 +4522,54 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/ssm/register-target-with-ma= intenance-window.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/register-task-with-main= tenance-window.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/remove-tags-from-resour= ce.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/reset-service-setting.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ssm/resume-session.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/send-automation-signal.= rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/send-command.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/start-associations-once= .rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/start-automation-execut= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/start-session.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/stop-automation-executi= on.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/terminate-session.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/update-association-stat= us.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/update-association.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/update-document-default= -version.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/update-document.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/update-maintenance-wind= ow-target.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/update-maintenance-wind= ow-task.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/update-maintenance-wind= ow.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/update-managed-instance= -role.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/update-ops-item.rst #usr/lib/python3.8/site-packages/awscli/examples/ssm/update-patch-baseline.r= st +#usr/lib/python3.8/site-packages/awscli/examples/ssm/update-resource-data-sy= nc.rst +#usr/lib/python3.8/site-packages/awscli/examples/ssm/update-service-setting.= rst #usr/lib/python3.8/site-packages/awscli/examples/storagegateway #usr/lib/python3.8/site-packages/awscli/examples/storagegateway/describe-gat= eway-information.rst +#usr/lib/python3.8/site-packages/awscli/examples/storagegateway/list-file-sh= ares.rst #usr/lib/python3.8/site-packages/awscli/examples/storagegateway/list-gateway= s.rst #usr/lib/python3.8/site-packages/awscli/examples/storagegateway/list-volumes= .rst +#usr/lib/python3.8/site-packages/awscli/examples/storagegateway/refresh-cach= e.rst #usr/lib/python3.8/site-packages/awscli/examples/sts +#usr/lib/python3.8/site-packages/awscli/examples/sts/assume-role-with-saml.r= st +#usr/lib/python3.8/site-packages/awscli/examples/sts/assume-role-with-web-id= entity.rst #usr/lib/python3.8/site-packages/awscli/examples/sts/assume-role.rst +#usr/lib/python3.8/site-packages/awscli/examples/sts/get-caller-identity.rst +#usr/lib/python3.8/site-packages/awscli/examples/sts/get-session-token.rst +#usr/lib/python3.8/site-packages/awscli/examples/support +#usr/lib/python3.8/site-packages/awscli/examples/support/add-attachments-to-= set.rst +#usr/lib/python3.8/site-packages/awscli/examples/support/add-communication-t= o-case.rst +#usr/lib/python3.8/site-packages/awscli/examples/support/create-case.rst +#usr/lib/python3.8/site-packages/awscli/examples/support/describe-attachment= .rst +#usr/lib/python3.8/site-packages/awscli/examples/support/describe-cases.rst +#usr/lib/python3.8/site-packages/awscli/examples/support/describe-communicat= ions.rst +#usr/lib/python3.8/site-packages/awscli/examples/support/describe-services.r= st +#usr/lib/python3.8/site-packages/awscli/examples/support/describe-severity-l= evels.rst +#usr/lib/python3.8/site-packages/awscli/examples/support/describe-trusted-ad= visor-check-refresh-statuses.rst +#usr/lib/python3.8/site-packages/awscli/examples/support/describe-trusted-ad= visor-check-result.rst +#usr/lib/python3.8/site-packages/awscli/examples/support/describe-trusted-ad= visor-check-summaries.rst +#usr/lib/python3.8/site-packages/awscli/examples/support/describe-trusted-ad= visor-checks.rst +#usr/lib/python3.8/site-packages/awscli/examples/support/refresh-trusted-adv= isor-check.rst +#usr/lib/python3.8/site-packages/awscli/examples/support/resolve-case.rst #usr/lib/python3.8/site-packages/awscli/examples/swf #usr/lib/python3.8/site-packages/awscli/examples/swf/count-closed-workflow-e= xecutions.rst #usr/lib/python3.8/site-packages/awscli/examples/swf/count-open-workflow-exe= cutions.rst @@ -1690,7 +4580,55 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/swf/list-workflow-types.rst #usr/lib/python3.8/site-packages/awscli/examples/swf/register-domain.rst #usr/lib/python3.8/site-packages/awscli/examples/swf/register-workflow-type.= rst +#usr/lib/python3.8/site-packages/awscli/examples/textract +#usr/lib/python3.8/site-packages/awscli/examples/textract/analyze-document.r= st +#usr/lib/python3.8/site-packages/awscli/examples/textract/detect-document-te= xt.rst +#usr/lib/python3.8/site-packages/awscli/examples/textract/get-document-analy= sis.rst +#usr/lib/python3.8/site-packages/awscli/examples/textract/get-document-text-= detection.rst +#usr/lib/python3.8/site-packages/awscli/examples/textract/start-document-ana= lysis.rst +#usr/lib/python3.8/site-packages/awscli/examples/textract/start-document-tex= t-detection.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/create-language-= model.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/create-medical-v= ocabulary.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/create-vocabular= y-filter.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/create-vocabular= y.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/delete-language-= model.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/delete-medical-t= ranscription-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/delete-medical-v= ocabulary.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/delete-transcrip= tion-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/delete-vocabular= y-filter.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/delete-vocabular= y.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/describe-languag= e-model.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/get-medical-tran= scription-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/get-medical-voca= bulary.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/get-transcriptio= n-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/get-vocabulary-f= ilter.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/get-vocabulary.r= st +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/list-language-mo= dels.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/list-medical-tra= nscription-jobs.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/list-medical-voc= abularies.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/list-transcripti= on-jobs.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/list-vocabularie= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/list-vocabulary-= filters.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/start-medical-tr= anscription-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/start-transcript= ion-job.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/update-medical-v= ocabulary.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/update-vocabular= y-filter.rst +#usr/lib/python3.8/site-packages/awscli/examples/transcribe/update-vocabular= y.rst +#usr/lib/python3.8/site-packages/awscli/examples/translate +#usr/lib/python3.8/site-packages/awscli/examples/translate/import-terminolog= y.rst #usr/lib/python3.8/site-packages/awscli/examples/waf +#usr/lib/python3.8/site-packages/awscli/examples/waf-regional +#usr/lib/python3.8/site-packages/awscli/examples/waf-regional/associate-web-= acl.rst +#usr/lib/python3.8/site-packages/awscli/examples/waf-regional/put-logging-co= nfiguration.rst +#usr/lib/python3.8/site-packages/awscli/examples/waf-regional/update-byte-ma= tch-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/waf-regional/update-ip-set.= rst +#usr/lib/python3.8/site-packages/awscli/examples/waf-regional/update-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/waf-regional/update-size-co= nstraint-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/waf-regional/update-sql-inj= ection-match-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/waf-regional/update-web-acl= .rst +#usr/lib/python3.8/site-packages/awscli/examples/waf-regional/update-xss-mat= ch-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/waf/put-logging-configurati= on.rst #usr/lib/python3.8/site-packages/awscli/examples/waf/update-byte-match-set.r= st #usr/lib/python3.8/site-packages/awscli/examples/waf/update-ip-set.rst #usr/lib/python3.8/site-packages/awscli/examples/waf/update-rule.rst @@ -1698,12 +4636,151 @@ usr/lib/python3.8/site-packages/awscli/examples #usr/lib/python3.8/site-packages/awscli/examples/waf/update-sql-injection-ma= tch-set.rst #usr/lib/python3.8/site-packages/awscli/examples/waf/update-web-acl.rst #usr/lib/python3.8/site-packages/awscli/examples/waf/update-xss-match-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2 +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/associate-web-acl.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/check-capacity.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/create-ip-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/create-regex-pattern-= set.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/create-rule-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/create-web-acl.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/delete-ip-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/delete-logging-config= uration.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/delete-regex-pattern-= set.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/delete-rule-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/delete-web-acl.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/describe-managed-rule= -group.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/disassociate-web-acl.= rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/get-ip-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/get-logging-configura= tion.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/get-rate-based-statem= ent-managed-keys.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/get-regex-pattern-set= .rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/get-rule-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/get-sampled-requests.= rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/get-web-acl-for-resou= rce.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/get-web-acl.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/list-available-manage= d-rule-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/list-ip-sets.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/list-logging-configur= ations.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/list-regex-pattern-se= ts.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/list-resources-for-we= b-acl.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/list-rule-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/list-tags-for-resourc= e.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/list-web-acls.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/put-logging-configura= tion.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/update-ip-set.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/update-regex-pattern-= set.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/update-rule-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/wafv2/update-web-acl.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/abort-document-ver= sion-upload.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/activate-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/add-resource-permi= ssions.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/create-comment.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/create-custom-meta= data.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/create-folder.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/create-labels.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/create-notificatio= n-subscription.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/create-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/deactivate-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/delete-comment.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/delete-custom-meta= data.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/delete-document.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/delete-folder-cont= ents.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/delete-folder.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/delete-labels.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/delete-notificatio= n-subscription.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/delete-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/describe-activitie= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/describe-comments.= rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/describe-document-= versions.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/describe-folder-co= ntents.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/describe-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/describe-notificat= ion-subscriptions.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/describe-resource-= permissions.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/describe-users.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/get-document-path.= rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/get-document-versi= on.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/get-document.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/get-folder-path.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/get-folder.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/get-resources.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/initiate-document-= version-upload.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/remove-all-resourc= e-permissions.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/remove-resource-pe= rmission.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/update-document-ve= rsion.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/update-document.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/update-folder.rst +#usr/lib/python3.8/site-packages/awscli/examples/workdocs/update-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail +#usr/lib/python3.8/site-packages/awscli/examples/workmail/associate-delegate= -to-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/associate-member-t= o-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/create-alias.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/create-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/create-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/create-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/delete-access-cont= rol-rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/delete-alias.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/delete-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/delete-mailbox-per= missions.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/delete-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/delete-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/deregister-from-wo= rk-mail.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/describe-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/describe-organizat= ion.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/describe-resource.= rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/describe-user.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/disassociate-deleg= ate-from-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/disassociate-membe= r-from-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/get-access-control= -effect.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/get-mailbox-detail= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/list-access-contro= l-rules.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/list-aliases.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/list-group-members= .rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/list-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/list-mailbox-permi= ssions.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/list-organizations= .rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/list-resource-dele= gates.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/list-resources.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/list-tags-for-reso= urce.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/list-users.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/put-access-control= -rule.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/put-mailbox-permis= sions.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/register-to-work-m= ail.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/reset-password.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/tag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/untag-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/update-mailbox-quo= ta.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/update-primary-ema= il-address.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmail/update-resource.rst +#usr/lib/python3.8/site-packages/awscli/examples/workmailmessageflow +#usr/lib/python3.8/site-packages/awscli/examples/workmailmessageflow/get-raw= -message-content.rst #usr/lib/python3.8/site-packages/awscli/examples/workspaces #usr/lib/python3.8/site-packages/awscli/examples/workspaces/create-workspace= s.rst +#usr/lib/python3.8/site-packages/awscli/examples/workspaces/describe-tags.rst #usr/lib/python3.8/site-packages/awscli/examples/workspaces/describe-workspa= ce-bundles.rst #usr/lib/python3.8/site-packages/awscli/examples/workspaces/describe-workspa= ce-directories.rst #usr/lib/python3.8/site-packages/awscli/examples/workspaces/describe-workspa= ces.rst +#usr/lib/python3.8/site-packages/awscli/examples/workspaces/migrate-workspac= e.rst #usr/lib/python3.8/site-packages/awscli/examples/workspaces/terminate-worksp= aces.rst +#usr/lib/python3.8/site-packages/awscli/examples/xray +#usr/lib/python3.8/site-packages/awscli/examples/xray/batch-traces-get.rst +#usr/lib/python3.8/site-packages/awscli/examples/xray/create-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/xray/create-sampling-rule.r= st +#usr/lib/python3.8/site-packages/awscli/examples/xray/delete-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/xray/delete-sampling-rule.r= st +#usr/lib/python3.8/site-packages/awscli/examples/xray/get-encryption-config.= rst +#usr/lib/python3.8/site-packages/awscli/examples/xray/get-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/xray/get-groups.rst +#usr/lib/python3.8/site-packages/awscli/examples/xray/get-sampling-rules.rst +#usr/lib/python3.8/site-packages/awscli/examples/xray/get-sampling-targets.r= st +#usr/lib/python3.8/site-packages/awscli/examples/xray/get-service-graph.rst +#usr/lib/python3.8/site-packages/awscli/examples/xray/get-trace-summaries.rst +#usr/lib/python3.8/site-packages/awscli/examples/xray/put-encryption-config.= rst +#usr/lib/python3.8/site-packages/awscli/examples/xray/put-trace-segments.rst +#usr/lib/python3.8/site-packages/awscli/examples/xray/update-group.rst +#usr/lib/python3.8/site-packages/awscli/examples/xray/update-sampling-rule.r= st usr/lib/python3.8/site-packages/awscli/formatter.py usr/lib/python3.8/site-packages/awscli/handlers.py usr/lib/python3.8/site-packages/awscli/help.py diff --git a/config/rootfiles/packages/python3-botocore b/config/rootfiles/pa= ckages/python3-botocore index 2b0630f70..c8d59974f 100644 --- a/config/rootfiles/packages/python3-botocore +++ b/config/rootfiles/packages/python3-botocore @@ -1,10 +1,10 @@ #usr/lib/python3.8/site-packages/botocore -#usr/lib/python3.8/site-packages/botocore-1.16.1-py3.8.egg-info -#usr/lib/python3.8/site-packages/botocore-1.16.1-py3.8.egg-info/PKG-INFO -#usr/lib/python3.8/site-packages/botocore-1.16.1-py3.8.egg-info/SOURCES.txt -#usr/lib/python3.8/site-packages/botocore-1.16.1-py3.8.egg-info/dependency_l= inks.txt -#usr/lib/python3.8/site-packages/botocore-1.16.1-py3.8.egg-info/requires.txt -#usr/lib/python3.8/site-packages/botocore-1.16.1-py3.8.egg-info/top_level.txt +#usr/lib/python3.8/site-packages/botocore-1.19.28-py3.8.egg-info +#usr/lib/python3.8/site-packages/botocore-1.19.28-py3.8.egg-info/PKG-INFO +#usr/lib/python3.8/site-packages/botocore-1.19.28-py3.8.egg-info/SOURCES.txt +#usr/lib/python3.8/site-packages/botocore-1.19.28-py3.8.egg-info/dependency_= links.txt +#usr/lib/python3.8/site-packages/botocore-1.19.28-py3.8.egg-info/requires.txt +#usr/lib/python3.8/site-packages/botocore-1.19.28-py3.8.egg-info/top_level.t= xt usr/lib/python3.8/site-packages/botocore/__init__.py usr/lib/python3.8/site-packages/botocore/args.py usr/lib/python3.8/site-packages/botocore/auth.py @@ -43,6 +43,10 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/amplify/2017-07-25 #usr/lib/python3.8/site-packages/botocore/data/amplify/2017-07-25/paginators= -1.json #usr/lib/python3.8/site-packages/botocore/data/amplify/2017-07-25/service-2.= json +#usr/lib/python3.8/site-packages/botocore/data/amplifybackend +#usr/lib/python3.8/site-packages/botocore/data/amplifybackend/2020-08-11 +#usr/lib/python3.8/site-packages/botocore/data/amplifybackend/2020-08-11/pag= inators-1.json +#usr/lib/python3.8/site-packages/botocore/data/amplifybackend/2020-08-11/ser= vice-2.json #usr/lib/python3.8/site-packages/botocore/data/apigateway #usr/lib/python3.8/site-packages/botocore/data/apigateway/2015-07-09 #usr/lib/python3.8/site-packages/botocore/data/apigateway/2015-07-09/example= s-1.json @@ -60,6 +64,14 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/appconfig/2019-10-09 #usr/lib/python3.8/site-packages/botocore/data/appconfig/2019-10-09/paginato= rs-1.json #usr/lib/python3.8/site-packages/botocore/data/appconfig/2019-10-09/service-= 2.json +#usr/lib/python3.8/site-packages/botocore/data/appflow +#usr/lib/python3.8/site-packages/botocore/data/appflow/2020-08-23 +#usr/lib/python3.8/site-packages/botocore/data/appflow/2020-08-23/paginators= -1.json +#usr/lib/python3.8/site-packages/botocore/data/appflow/2020-08-23/service-2.= json +#usr/lib/python3.8/site-packages/botocore/data/appintegrations +#usr/lib/python3.8/site-packages/botocore/data/appintegrations/2020-07-29 +#usr/lib/python3.8/site-packages/botocore/data/appintegrations/2020-07-29/pa= ginators-1.json +#usr/lib/python3.8/site-packages/botocore/data/appintegrations/2020-07-29/se= rvice-2.json #usr/lib/python3.8/site-packages/botocore/data/application-autoscaling #usr/lib/python3.8/site-packages/botocore/data/application-autoscaling/2016-= 02-06 #usr/lib/python3.8/site-packages/botocore/data/application-autoscaling/2016-= 02-06/examples-1.json @@ -111,6 +123,10 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/batch/2016-08-10/examples-1.j= son #usr/lib/python3.8/site-packages/botocore/data/batch/2016-08-10/paginators-1= .json #usr/lib/python3.8/site-packages/botocore/data/batch/2016-08-10/service-2.js= on +#usr/lib/python3.8/site-packages/botocore/data/braket +#usr/lib/python3.8/site-packages/botocore/data/braket/2019-09-01 +#usr/lib/python3.8/site-packages/botocore/data/braket/2019-09-01/paginators-= 1.json +#usr/lib/python3.8/site-packages/botocore/data/braket/2019-09-01/service-2.j= son #usr/lib/python3.8/site-packages/botocore/data/budgets #usr/lib/python3.8/site-packages/botocore/data/budgets/2016-10-20 #usr/lib/python3.8/site-packages/botocore/data/budgets/2016-10-20/examples-1= .json @@ -223,6 +239,11 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/cloudfront/2019-03-26/paginat= ors-1.json #usr/lib/python3.8/site-packages/botocore/data/cloudfront/2019-03-26/service= -2.json #usr/lib/python3.8/site-packages/botocore/data/cloudfront/2019-03-26/waiters= -2.json +#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2020-05-31 +#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2020-05-31/example= s-1.json +#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2020-05-31/paginat= ors-1.json +#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2020-05-31/service= -2.json +#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2020-05-31/waiters= -2.json #usr/lib/python3.8/site-packages/botocore/data/cloudhsm #usr/lib/python3.8/site-packages/botocore/data/cloudhsm/2014-05-30 #usr/lib/python3.8/site-packages/botocore/data/cloudhsm/2014-05-30/examples-= 1.json @@ -254,6 +275,11 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/cloudwatch/2010-08-01/paginat= ors-1.json #usr/lib/python3.8/site-packages/botocore/data/cloudwatch/2010-08-01/service= -2.json #usr/lib/python3.8/site-packages/botocore/data/cloudwatch/2010-08-01/waiters= -2.json +#usr/lib/python3.8/site-packages/botocore/data/codeartifact +#usr/lib/python3.8/site-packages/botocore/data/codeartifact/2018-09-22 +#usr/lib/python3.8/site-packages/botocore/data/codeartifact/2018-09-22/pagin= ators-1.json +#usr/lib/python3.8/site-packages/botocore/data/codeartifact/2018-09-22/pagin= ators-1.sdk-extras.json +#usr/lib/python3.8/site-packages/botocore/data/codeartifact/2018-09-22/servi= ce-2.json #usr/lib/python3.8/site-packages/botocore/data/codebuild #usr/lib/python3.8/site-packages/botocore/data/codebuild/2016-10-06 #usr/lib/python3.8/site-packages/botocore/data/codebuild/2016-10-06/examples= -1.json @@ -328,6 +354,10 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/config/2014-11-12/paginators-= 1.json #usr/lib/python3.8/site-packages/botocore/data/config/2014-11-12/service-2.j= son #usr/lib/python3.8/site-packages/botocore/data/connect +#usr/lib/python3.8/site-packages/botocore/data/connect-contact-lens +#usr/lib/python3.8/site-packages/botocore/data/connect-contact-lens/2020-08-= 21 +#usr/lib/python3.8/site-packages/botocore/data/connect-contact-lens/2020-08-= 21/paginators-1.json +#usr/lib/python3.8/site-packages/botocore/data/connect-contact-lens/2020-08-= 21/service-2.json #usr/lib/python3.8/site-packages/botocore/data/connect/2017-08-08 #usr/lib/python3.8/site-packages/botocore/data/connect/2017-08-08/examples-1= .json #usr/lib/python3.8/site-packages/botocore/data/connect/2017-08-08/paginators= -1.json @@ -341,6 +371,14 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/cur/2017-01-06/examples-1.json #usr/lib/python3.8/site-packages/botocore/data/cur/2017-01-06/paginators-1.j= son #usr/lib/python3.8/site-packages/botocore/data/cur/2017-01-06/service-2.json +#usr/lib/python3.8/site-packages/botocore/data/customer-profiles +#usr/lib/python3.8/site-packages/botocore/data/customer-profiles/2020-08-15 +#usr/lib/python3.8/site-packages/botocore/data/customer-profiles/2020-08-15/= paginators-1.json +#usr/lib/python3.8/site-packages/botocore/data/customer-profiles/2020-08-15/= service-2.json +#usr/lib/python3.8/site-packages/botocore/data/databrew +#usr/lib/python3.8/site-packages/botocore/data/databrew/2017-07-25 +#usr/lib/python3.8/site-packages/botocore/data/databrew/2017-07-25/paginator= s-1.json +#usr/lib/python3.8/site-packages/botocore/data/databrew/2017-07-25/service-2= .json #usr/lib/python3.8/site-packages/botocore/data/dataexchange #usr/lib/python3.8/site-packages/botocore/data/dataexchange/2017-07-25 #usr/lib/python3.8/site-packages/botocore/data/dataexchange/2017-07-25/pagin= ators-1.json @@ -367,6 +405,10 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/devicefarm/2015-06-23/example= s-1.json #usr/lib/python3.8/site-packages/botocore/data/devicefarm/2015-06-23/paginat= ors-1.json #usr/lib/python3.8/site-packages/botocore/data/devicefarm/2015-06-23/service= -2.json +#usr/lib/python3.8/site-packages/botocore/data/devops-guru +#usr/lib/python3.8/site-packages/botocore/data/devops-guru/2020-12-01 +#usr/lib/python3.8/site-packages/botocore/data/devops-guru/2020-12-01/pagina= tors-1.json +#usr/lib/python3.8/site-packages/botocore/data/devops-guru/2020-12-01/servic= e-2.json #usr/lib/python3.8/site-packages/botocore/data/directconnect #usr/lib/python3.8/site-packages/botocore/data/directconnect/2012-10-25 #usr/lib/python3.8/site-packages/botocore/data/directconnect/2012-10-25/exam= ples-1.json @@ -392,6 +434,7 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/docdb/2014-10-31 #usr/lib/python3.8/site-packages/botocore/data/docdb/2014-10-31/paginators-1= .json #usr/lib/python3.8/site-packages/botocore/data/docdb/2014-10-31/service-2.js= on +#usr/lib/python3.8/site-packages/botocore/data/docdb/2014-10-31/service-2.sd= k-extras.json #usr/lib/python3.8/site-packages/botocore/data/docdb/2014-10-31/waiters-2.js= on #usr/lib/python3.8/site-packages/botocore/data/ds #usr/lib/python3.8/site-packages/botocore/data/ds/2015-04-16 @@ -453,6 +496,10 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/ec2/2016-11-15/service-2.json #usr/lib/python3.8/site-packages/botocore/data/ec2/2016-11-15/waiters-2.json #usr/lib/python3.8/site-packages/botocore/data/ecr +#usr/lib/python3.8/site-packages/botocore/data/ecr-public +#usr/lib/python3.8/site-packages/botocore/data/ecr-public/2020-10-30 +#usr/lib/python3.8/site-packages/botocore/data/ecr-public/2020-10-30/paginat= ors-1.json +#usr/lib/python3.8/site-packages/botocore/data/ecr-public/2020-10-30/service= -2.json #usr/lib/python3.8/site-packages/botocore/data/ecr/2015-09-21 #usr/lib/python3.8/site-packages/botocore/data/ecr/2015-09-21/examples-1.json #usr/lib/python3.8/site-packages/botocore/data/ecr/2015-09-21/paginators-1.j= son @@ -495,6 +542,7 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/elasticbeanstalk/2010-12-01/e= xamples-1.json #usr/lib/python3.8/site-packages/botocore/data/elasticbeanstalk/2010-12-01/p= aginators-1.json #usr/lib/python3.8/site-packages/botocore/data/elasticbeanstalk/2010-12-01/s= ervice-2.json +#usr/lib/python3.8/site-packages/botocore/data/elasticbeanstalk/2010-12-01/w= aiters-2.json #usr/lib/python3.8/site-packages/botocore/data/elastictranscoder #usr/lib/python3.8/site-packages/botocore/data/elastictranscoder/2012-09-25 #usr/lib/python3.8/site-packages/botocore/data/elastictranscoder/2012-09-25/= examples-1.json @@ -595,12 +643,21 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/health/2016-08-04/examples-1.= json #usr/lib/python3.8/site-packages/botocore/data/health/2016-08-04/paginators-= 1.json #usr/lib/python3.8/site-packages/botocore/data/health/2016-08-04/service-2.j= son +#usr/lib/python3.8/site-packages/botocore/data/honeycode +#usr/lib/python3.8/site-packages/botocore/data/honeycode/2020-03-01 +#usr/lib/python3.8/site-packages/botocore/data/honeycode/2020-03-01/paginato= rs-1.json +#usr/lib/python3.8/site-packages/botocore/data/honeycode/2020-03-01/paginato= rs-1.sdk-extras.json +#usr/lib/python3.8/site-packages/botocore/data/honeycode/2020-03-01/service-= 2.json #usr/lib/python3.8/site-packages/botocore/data/iam #usr/lib/python3.8/site-packages/botocore/data/iam/2010-05-08 #usr/lib/python3.8/site-packages/botocore/data/iam/2010-05-08/examples-1.json #usr/lib/python3.8/site-packages/botocore/data/iam/2010-05-08/paginators-1.j= son #usr/lib/python3.8/site-packages/botocore/data/iam/2010-05-08/service-2.json #usr/lib/python3.8/site-packages/botocore/data/iam/2010-05-08/waiters-2.json +#usr/lib/python3.8/site-packages/botocore/data/identitystore +#usr/lib/python3.8/site-packages/botocore/data/identitystore/2020-06-15 +#usr/lib/python3.8/site-packages/botocore/data/identitystore/2020-06-15/pagi= nators-1.json +#usr/lib/python3.8/site-packages/botocore/data/identitystore/2020-06-15/serv= ice-2.json #usr/lib/python3.8/site-packages/botocore/data/imagebuilder #usr/lib/python3.8/site-packages/botocore/data/imagebuilder/2019-12-02 #usr/lib/python3.8/site-packages/botocore/data/imagebuilder/2019-12-02/pagin= ators-1.json @@ -619,6 +676,7 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/iot #usr/lib/python3.8/site-packages/botocore/data/iot-data #usr/lib/python3.8/site-packages/botocore/data/iot-data/2015-05-28 +#usr/lib/python3.8/site-packages/botocore/data/iot-data/2015-05-28/paginator= s-1.json #usr/lib/python3.8/site-packages/botocore/data/iot-data/2015-05-28/service-2= .json #usr/lib/python3.8/site-packages/botocore/data/iot-jobs-data #usr/lib/python3.8/site-packages/botocore/data/iot-jobs-data/2017-09-29 @@ -664,6 +722,10 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/iotthingsgraph/2018-09-06 #usr/lib/python3.8/site-packages/botocore/data/iotthingsgraph/2018-09-06/pag= inators-1.json #usr/lib/python3.8/site-packages/botocore/data/iotthingsgraph/2018-09-06/ser= vice-2.json +#usr/lib/python3.8/site-packages/botocore/data/ivs +#usr/lib/python3.8/site-packages/botocore/data/ivs/2020-07-14 +#usr/lib/python3.8/site-packages/botocore/data/ivs/2020-07-14/paginators-1.j= son +#usr/lib/python3.8/site-packages/botocore/data/ivs/2020-07-14/service-2.json #usr/lib/python3.8/site-packages/botocore/data/kafka #usr/lib/python3.8/site-packages/botocore/data/kafka/2018-11-14 #usr/lib/python3.8/site-packages/botocore/data/kafka/2018-11-14/paginators-1= .json @@ -747,6 +809,10 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/logs/2014-03-28/examples-1.js= on #usr/lib/python3.8/site-packages/botocore/data/logs/2014-03-28/paginators-1.= json #usr/lib/python3.8/site-packages/botocore/data/logs/2014-03-28/service-2.json +#usr/lib/python3.8/site-packages/botocore/data/lookoutvision +#usr/lib/python3.8/site-packages/botocore/data/lookoutvision/2020-11-20 +#usr/lib/python3.8/site-packages/botocore/data/lookoutvision/2020-11-20/pagi= nators-1.json +#usr/lib/python3.8/site-packages/botocore/data/lookoutvision/2020-11-20/serv= ice-2.json #usr/lib/python3.8/site-packages/botocore/data/machinelearning #usr/lib/python3.8/site-packages/botocore/data/machinelearning/2014-12-12 #usr/lib/python3.8/site-packages/botocore/data/machinelearning/2014-12-12/ex= amples-1.json @@ -758,6 +824,10 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/macie/2017-12-19/examples-1.j= son #usr/lib/python3.8/site-packages/botocore/data/macie/2017-12-19/paginators-1= .json #usr/lib/python3.8/site-packages/botocore/data/macie/2017-12-19/service-2.js= on +#usr/lib/python3.8/site-packages/botocore/data/macie2 +#usr/lib/python3.8/site-packages/botocore/data/macie2/2020-01-01 +#usr/lib/python3.8/site-packages/botocore/data/macie2/2020-01-01/paginators-= 1.json +#usr/lib/python3.8/site-packages/botocore/data/macie2/2020-01-01/service-2.j= son #usr/lib/python3.8/site-packages/botocore/data/managedblockchain #usr/lib/python3.8/site-packages/botocore/data/managedblockchain/2018-09-24 #usr/lib/python3.8/site-packages/botocore/data/managedblockchain/2018-09-24/= paginators-1.json @@ -839,6 +909,10 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/mturk/2017-01-17/examples-1.j= son #usr/lib/python3.8/site-packages/botocore/data/mturk/2017-01-17/paginators-1= .json #usr/lib/python3.8/site-packages/botocore/data/mturk/2017-01-17/service-2.js= on +#usr/lib/python3.8/site-packages/botocore/data/mwaa +#usr/lib/python3.8/site-packages/botocore/data/mwaa/2020-07-01 +#usr/lib/python3.8/site-packages/botocore/data/mwaa/2020-07-01/paginators-1.= json +#usr/lib/python3.8/site-packages/botocore/data/mwaa/2020-07-01/service-2.json #usr/lib/python3.8/site-packages/botocore/data/neptune #usr/lib/python3.8/site-packages/botocore/data/neptune/2014-10-31 #usr/lib/python3.8/site-packages/botocore/data/neptune/2014-10-31/examples-1= .json @@ -846,6 +920,10 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/neptune/2014-10-31/service-2.= json #usr/lib/python3.8/site-packages/botocore/data/neptune/2014-10-31/service-2.= sdk-extras.json #usr/lib/python3.8/site-packages/botocore/data/neptune/2014-10-31/waiters-2.= json +#usr/lib/python3.8/site-packages/botocore/data/network-firewall +#usr/lib/python3.8/site-packages/botocore/data/network-firewall/2020-11-12 +#usr/lib/python3.8/site-packages/botocore/data/network-firewall/2020-11-12/p= aginators-1.json +#usr/lib/python3.8/site-packages/botocore/data/network-firewall/2020-11-12/s= ervice-2.json #usr/lib/python3.8/site-packages/botocore/data/networkmanager #usr/lib/python3.8/site-packages/botocore/data/networkmanager/2019-07-05 #usr/lib/python3.8/site-packages/botocore/data/networkmanager/2019-07-05/pag= inators-1.json @@ -941,6 +1019,11 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/rds/2014-10-31/service-2.sdk-= extras.json #usr/lib/python3.8/site-packages/botocore/data/rds/2014-10-31/waiters-2.json #usr/lib/python3.8/site-packages/botocore/data/redshift +#usr/lib/python3.8/site-packages/botocore/data/redshift-data +#usr/lib/python3.8/site-packages/botocore/data/redshift-data/2019-12-20 +#usr/lib/python3.8/site-packages/botocore/data/redshift-data/2019-12-20/pagi= nators-1.json +#usr/lib/python3.8/site-packages/botocore/data/redshift-data/2019-12-20/pagi= nators-1.sdk-extras.json +#usr/lib/python3.8/site-packages/botocore/data/redshift-data/2019-12-20/serv= ice-2.json #usr/lib/python3.8/site-packages/botocore/data/redshift/2012-12-01 #usr/lib/python3.8/site-packages/botocore/data/redshift/2012-12-01/examples-= 1.json #usr/lib/python3.8/site-packages/botocore/data/redshift/2012-12-01/paginator= s-1.json @@ -980,6 +1063,7 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/route53resolver #usr/lib/python3.8/site-packages/botocore/data/route53resolver/2018-04-01 #usr/lib/python3.8/site-packages/botocore/data/route53resolver/2018-04-01/pa= ginators-1.json +#usr/lib/python3.8/site-packages/botocore/data/route53resolver/2018-04-01/pa= ginators-1.sdk-extras.json #usr/lib/python3.8/site-packages/botocore/data/route53resolver/2018-04-01/se= rvice-2.json #usr/lib/python3.8/site-packages/botocore/data/s3 #usr/lib/python3.8/site-packages/botocore/data/s3/2006-03-01 @@ -991,11 +1075,19 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/s3control/2018-08-20 #usr/lib/python3.8/site-packages/botocore/data/s3control/2018-08-20/paginato= rs-1.json #usr/lib/python3.8/site-packages/botocore/data/s3control/2018-08-20/service-= 2.json +#usr/lib/python3.8/site-packages/botocore/data/s3outposts +#usr/lib/python3.8/site-packages/botocore/data/s3outposts/2017-07-25 +#usr/lib/python3.8/site-packages/botocore/data/s3outposts/2017-07-25/paginat= ors-1.json +#usr/lib/python3.8/site-packages/botocore/data/s3outposts/2017-07-25/service= -2.json #usr/lib/python3.8/site-packages/botocore/data/sagemaker #usr/lib/python3.8/site-packages/botocore/data/sagemaker-a2i-runtime #usr/lib/python3.8/site-packages/botocore/data/sagemaker-a2i-runtime/2019-11= -07 #usr/lib/python3.8/site-packages/botocore/data/sagemaker-a2i-runtime/2019-11= -07/paginators-1.json #usr/lib/python3.8/site-packages/botocore/data/sagemaker-a2i-runtime/2019-11= -07/service-2.json +#usr/lib/python3.8/site-packages/botocore/data/sagemaker-featurestore-runtime +#usr/lib/python3.8/site-packages/botocore/data/sagemaker-featurestore-runtim= e/2020-07-01 +#usr/lib/python3.8/site-packages/botocore/data/sagemaker-featurestore-runtim= e/2020-07-01/paginators-1.json +#usr/lib/python3.8/site-packages/botocore/data/sagemaker-featurestore-runtim= e/2020-07-01/service-2.json #usr/lib/python3.8/site-packages/botocore/data/sagemaker-runtime #usr/lib/python3.8/site-packages/botocore/data/sagemaker-runtime/2017-05-13 #usr/lib/python3.8/site-packages/botocore/data/sagemaker-runtime/2017-05-13/= examples-1.json @@ -1038,6 +1130,10 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/service-quotas/2019-06-24/pag= inators-1.json #usr/lib/python3.8/site-packages/botocore/data/service-quotas/2019-06-24/ser= vice-2.json #usr/lib/python3.8/site-packages/botocore/data/servicecatalog +#usr/lib/python3.8/site-packages/botocore/data/servicecatalog-appregistry +#usr/lib/python3.8/site-packages/botocore/data/servicecatalog-appregistry/20= 20-06-24 +#usr/lib/python3.8/site-packages/botocore/data/servicecatalog-appregistry/20= 20-06-24/paginators-1.json +#usr/lib/python3.8/site-packages/botocore/data/servicecatalog-appregistry/20= 20-06-24/service-2.json #usr/lib/python3.8/site-packages/botocore/data/servicecatalog/2015-12-10 #usr/lib/python3.8/site-packages/botocore/data/servicecatalog/2015-12-10/exa= mples-1.json #usr/lib/python3.8/site-packages/botocore/data/servicecatalog/2015-12-10/pag= inators-1.json @@ -1096,7 +1192,12 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/ssm/2014-11-06/examples-1.json #usr/lib/python3.8/site-packages/botocore/data/ssm/2014-11-06/paginators-1.j= son #usr/lib/python3.8/site-packages/botocore/data/ssm/2014-11-06/service-2.json +#usr/lib/python3.8/site-packages/botocore/data/ssm/2014-11-06/waiters-2.json #usr/lib/python3.8/site-packages/botocore/data/sso +#usr/lib/python3.8/site-packages/botocore/data/sso-admin +#usr/lib/python3.8/site-packages/botocore/data/sso-admin/2020-07-20 +#usr/lib/python3.8/site-packages/botocore/data/sso-admin/2020-07-20/paginato= rs-1.json +#usr/lib/python3.8/site-packages/botocore/data/sso-admin/2020-07-20/service-= 2.json #usr/lib/python3.8/site-packages/botocore/data/sso-oidc #usr/lib/python3.8/site-packages/botocore/data/sso-oidc/2019-06-10 #usr/lib/python3.8/site-packages/botocore/data/sso-oidc/2019-06-10/paginator= s-1.json @@ -1137,6 +1238,14 @@ usr/lib/python3.8/site-packages/botocore/data #usr/lib/python3.8/site-packages/botocore/data/textract/2018-06-27 #usr/lib/python3.8/site-packages/botocore/data/textract/2018-06-27/paginator= s-1.json #usr/lib/python3.8/site-packages/botocore/data/textract/2018-06-27/service-2= .json +#usr/lib/python3.8/site-packages/botocore/data/timestream-query +#usr/lib/python3.8/site-packages/botocore/data/timestream-query/2018-11-01 +#usr/lib/python3.8/site-packages/botocore/data/timestream-query/2018-11-01/p= aginators-1.json +#usr/lib/python3.8/site-packages/botocore/data/timestream-query/2018-11-01/s= ervice-2.json +#usr/lib/python3.8/site-packages/botocore/data/timestream-write +#usr/lib/python3.8/site-packages/botocore/data/timestream-write/2018-11-01 +#usr/lib/python3.8/site-packages/botocore/data/timestream-write/2018-11-01/p= aginators-1.json +#usr/lib/python3.8/site-packages/botocore/data/timestream-write/2018-11-01/s= ervice-2.json #usr/lib/python3.8/site-packages/botocore/data/transcribe #usr/lib/python3.8/site-packages/botocore/data/transcribe/2017-10-26 #usr/lib/python3.8/site-packages/botocore/data/transcribe/2017-10-26/example= s-1.json @@ -1198,11 +1307,9 @@ usr/lib/python3.8/site-packages/botocore/discovery.py usr/lib/python3.8/site-packages/botocore/docs/__init__.py #usr/lib/python3.8/site-packages/botocore/docs/bcdoc usr/lib/python3.8/site-packages/botocore/docs/bcdoc/__init__.py -usr/lib/python3.8/site-packages/botocore/docs/bcdoc/docevents.py usr/lib/python3.8/site-packages/botocore/docs/bcdoc/docstringparser.py usr/lib/python3.8/site-packages/botocore/docs/bcdoc/restdoc.py usr/lib/python3.8/site-packages/botocore/docs/bcdoc/style.py -usr/lib/python3.8/site-packages/botocore/docs/bcdoc/textwriter.py usr/lib/python3.8/site-packages/botocore/docs/client.py usr/lib/python3.8/site-packages/botocore/docs/docstring.py usr/lib/python3.8/site-packages/botocore/docs/example.py diff --git a/config/rootfiles/packages/python3-urllib3 b/config/rootfiles/pac= kages/python3-urllib3 new file mode 100644 index 000000000..1bb68c774 --- /dev/null +++ b/config/rootfiles/packages/python3-urllib3 @@ -0,0 +1,52 @@ +usr/lib/python3.8/site-packages/urllib3 +#usr/lib/python3.8/site-packages/urllib3-1.26.2-py3.8.egg-info +#usr/lib/python3.8/site-packages/urllib3-1.26.2-py3.8.egg-info/PKG-INFO +#usr/lib/python3.8/site-packages/urllib3-1.26.2-py3.8.egg-info/SOURCES.txt +#usr/lib/python3.8/site-packages/urllib3-1.26.2-py3.8.egg-info/dependency_li= nks.txt +#usr/lib/python3.8/site-packages/urllib3-1.26.2-py3.8.egg-info/requires.txt +#usr/lib/python3.8/site-packages/urllib3-1.26.2-py3.8.egg-info/top_level.txt +#usr/lib/python3.8/site-packages/urllib3/__init__.py +#usr/lib/python3.8/site-packages/urllib3/_collections.py +#usr/lib/python3.8/site-packages/urllib3/_version.py +#usr/lib/python3.8/site-packages/urllib3/connection.py +#usr/lib/python3.8/site-packages/urllib3/connectionpool.py +#usr/lib/python3.8/site-packages/urllib3/contrib +#usr/lib/python3.8/site-packages/urllib3/contrib/__init__.py +#usr/lib/python3.8/site-packages/urllib3/contrib/_appengine_environ.py +#usr/lib/python3.8/site-packages/urllib3/contrib/_securetransport +#usr/lib/python3.8/site-packages/urllib3/contrib/_securetransport/__init__.py +#usr/lib/python3.8/site-packages/urllib3/contrib/_securetransport/bindings.py +#usr/lib/python3.8/site-packages/urllib3/contrib/_securetransport/low_level.= py +#usr/lib/python3.8/site-packages/urllib3/contrib/appengine.py +#usr/lib/python3.8/site-packages/urllib3/contrib/ntlmpool.py +#usr/lib/python3.8/site-packages/urllib3/contrib/pyopenssl.py +#usr/lib/python3.8/site-packages/urllib3/contrib/securetransport.py +#usr/lib/python3.8/site-packages/urllib3/contrib/socks.py +#usr/lib/python3.8/site-packages/urllib3/exceptions.py +#usr/lib/python3.8/site-packages/urllib3/fields.py +#usr/lib/python3.8/site-packages/urllib3/filepost.py +#usr/lib/python3.8/site-packages/urllib3/packages +#usr/lib/python3.8/site-packages/urllib3/packages/__init__.py +#usr/lib/python3.8/site-packages/urllib3/packages/backports +#usr/lib/python3.8/site-packages/urllib3/packages/backports/__init__.py +#usr/lib/python3.8/site-packages/urllib3/packages/backports/makefile.py +#usr/lib/python3.8/site-packages/urllib3/packages/six.py +#usr/lib/python3.8/site-packages/urllib3/packages/ssl_match_hostname +#usr/lib/python3.8/site-packages/urllib3/packages/ssl_match_hostname/__init_= _.py +#usr/lib/python3.8/site-packages/urllib3/packages/ssl_match_hostname/_implem= entation.py +#usr/lib/python3.8/site-packages/urllib3/poolmanager.py +#usr/lib/python3.8/site-packages/urllib3/request.py +#usr/lib/python3.8/site-packages/urllib3/response.py +#usr/lib/python3.8/site-packages/urllib3/util +#usr/lib/python3.8/site-packages/urllib3/util/__init__.py +#usr/lib/python3.8/site-packages/urllib3/util/connection.py +#usr/lib/python3.8/site-packages/urllib3/util/proxy.py +#usr/lib/python3.8/site-packages/urllib3/util/queue.py +#usr/lib/python3.8/site-packages/urllib3/util/request.py +#usr/lib/python3.8/site-packages/urllib3/util/response.py +#usr/lib/python3.8/site-packages/urllib3/util/retry.py +#usr/lib/python3.8/site-packages/urllib3/util/ssl_.py +#usr/lib/python3.8/site-packages/urllib3/util/ssltransport.py +#usr/lib/python3.8/site-packages/urllib3/util/timeout.py +#usr/lib/python3.8/site-packages/urllib3/util/url.py +#usr/lib/python3.8/site-packages/urllib3/util/wait.py diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi index fe91ed399..ea340b612 100644 --- a/html/cgi-bin/tor.cgi +++ b/html/cgi-bin/tor.cgi @@ -340,7 +340,7 @@ END @guard_countries =3D split(/\|/, $settings{'TOR_GUARD_COUNTRY'}); } =20 - my @country_codes =3D &Location::database_countries($db_handle); + my @country_codes =3D &Location::Functions::get_locations("no_special_loca= tions"); foreach my $country_code (@country_codes) { # Convert country code into upper case format. $country_code =3D uc($country_code); diff --git a/lfs/aws-cli b/lfs/aws-cli index 45e8f2a95..599469ee3 100644 --- a/lfs/aws-cli +++ b/lfs/aws-cli @@ -24,15 +24,15 @@ =20 include Config =20 -VER =3D 1.15.77 +VER =3D 1.18.188 =20 -THISAPP =3D aws-cli-$(VER) +THISAPP =3D awscli-$(VER) DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D aws-cli -PAK_VER =3D 2 +PAK_VER =3D 3 =20 DEPS =3D python3-botocore python3-colorama python3-docutils python3-py= asn1 python3-rsa python3-s3transfer python3-yaml =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D b4404ee6ff3c1dad1aa1174d063beb71 +$(DL_FILE)_MD5 =3D d0e6edde94f5bd17bf6024fd6534dc61 =20 install : $(TARGET) =20 diff --git a/lfs/ddns b/lfs/ddns index 0e045ddc4..2a6dbca2b 100644 --- a/lfs/ddns +++ b/lfs/ddns @@ -73,6 +73,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) =20 # Apply upstream patches. cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/ddns-013-dyfi-use-htt= ps.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/ddns-013-ddnss-fix-un= handled-exeption-on-update-patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/ddns-013-duckdns-new-= api.patch =20 cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh cd $(DIR_APP) && ./configure \ diff --git a/lfs/python3-botocore b/lfs/python3-botocore index a3083b41a..2413511d3 100644 --- a/lfs/python3-botocore +++ b/lfs/python3-botocore @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.16.1 +VER =3D 1.19.28 =20 THISAPP =3D botocore-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -34,7 +34,7 @@ TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D python3-botocore PAK_VER =3D 3 =20 -DEPS =3D python3-dateutil python3-jmespath +DEPS =3D python3-dateutil python3-jmespath python3-urllib3 =20 ############################################################################= ### # Top-level Rules @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 12a0d999c364985f1e21a36286c4ab57 +$(DL_FILE)_MD5 =3D 9cb390d4c293528db8ca014647bbe03b =20 install : $(TARGET) =20 diff --git a/lfs/python3-urllib3 b/lfs/python3-urllib3 new file mode 100644 index 000000000..30ea26f2d --- /dev/null +++ b/lfs/python3-urllib3 @@ -0,0 +1,81 @@ +############################################################################= ### +# = # +# IPFire.org - A linux based firewall = # +# Copyright (C) 2007-2020 IPFire Team = # +# = # +# This program is free software: you can redistribute it and/or modify = # +# it under the terms of the GNU General Public License as published by = # +# the Free Software Foundation, either version 3 of the License, or = # +# (at your option) any later version. = # +# = # +# This program is distributed in the hope that it will be useful, = # +# but WITHOUT ANY WARRANTY; without even the implied warranty of = # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the = # +# GNU General Public License for more details. = # +# = # +# You should have received a copy of the GNU General Public License = # +# along with this program. If not, see . = # +# = # +############################################################################= ### + +############################################################################= ### +# Definitions +############################################################################= ### + +include Config + +VER =3D 1.26.2 + +THISAPP =3D urllib3-$(VER) +DL_FILE =3D $(THISAPP).tar.gz +DL_FROM =3D $(URL_IPFIRE) +DIR_APP =3D $(DIR_SRC)/$(THISAPP) +TARGET =3D $(DIR_INFO)/$(THISAPP) +PROG =3D python3-urllib3 +PAK_VER =3D 1 + +############################################################################= ### +# Top-level Rules +############################################################################= ### + +objects =3D $(DL_FILE) + +$(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 =3D 2233256ccfe140a915f68703f8c2cc1f + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist:=20 + @$(PAK) + +############################################################################= ### +# Downloading, checking, md5sum +############################################################################= ### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################= ### +# Installation Details +############################################################################= ### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && python3 setup.py build + cd $(DIR_APP) && python3 setup.py install --root=3D/ + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/make.sh b/make.sh index 3caae9552..b17aca457 100755 --- a/make.sh +++ b/make.sh @@ -1561,6 +1561,7 @@ buildipfire() { lfsmake2 python3-s3transfer lfsmake2 python3-rsa lfsmake2 python3-pyasn1 + lfsmake2 python3-urllib3 lfsmake2 python3-botocore lfsmake2 python3-llfuse lfsmake2 python3-msgpack diff --git a/src/patches/ddns-011-ddnss-fix-unhandled-exeption-on-update-patc= h b/src/patches/ddns-011-ddnss-fix-unhandled-exeption-on-update-patch new file mode 100644 index 000000000..95f6391be --- /dev/null +++ b/src/patches/ddns-011-ddnss-fix-unhandled-exeption-on-update-patch @@ -0,0 +1,30 @@ +commit 7d0956d14ff8d823551ccd47ccf1492c9da9aac9 +Author: Stefan Schantl +Date: Mon May 25 18:00:51 2020 +0200 + + ProviderDDNSS: Fix unhandled exception on update + =20 + In python > 3.3 the getheader() attribute is not longer part of the + urllib.response response.info() object. It is part of response object + and so directly can be accessed. + =20 + Fixes #12328 + =20 + Signed-off-by: Stefan Schantl + +diff --git a/src/ddns/providers.py b/src/ddns/providers.py +index f1fed22..46d8a67 100644 +--- a/src/ddns/providers.py ++++ b/src/ddns/providers.py +@@ -642,10 +642,8 @@ class DDNSProviderDDNSS(DDNSProvider): + response =3D self.send_request(self.url, data=3Ddata) +=20 + # This provider sends the response code as part of the header. +- header =3D response.info() +- + # Get status information from the header. +- output =3D header.getheader('ddnss-response') ++ output =3D response.getheader('ddnss-response') +=20 + # Handle success messages. + if output =3D=3D "good" or output =3D=3D "nochg": diff --git a/src/patches/ddns-013-ddnss-fix-unhandled-exeption-on-update-patc= h b/src/patches/ddns-013-ddnss-fix-unhandled-exeption-on-update-patch new file mode 100644 index 000000000..95f6391be --- /dev/null +++ b/src/patches/ddns-013-ddnss-fix-unhandled-exeption-on-update-patch @@ -0,0 +1,30 @@ +commit 7d0956d14ff8d823551ccd47ccf1492c9da9aac9 +Author: Stefan Schantl +Date: Mon May 25 18:00:51 2020 +0200 + + ProviderDDNSS: Fix unhandled exception on update + =20 + In python > 3.3 the getheader() attribute is not longer part of the + urllib.response response.info() object. It is part of response object + and so directly can be accessed. + =20 + Fixes #12328 + =20 + Signed-off-by: Stefan Schantl + +diff --git a/src/ddns/providers.py b/src/ddns/providers.py +index f1fed22..46d8a67 100644 +--- a/src/ddns/providers.py ++++ b/src/ddns/providers.py +@@ -642,10 +642,8 @@ class DDNSProviderDDNSS(DDNSProvider): + response =3D self.send_request(self.url, data=3Ddata) +=20 + # This provider sends the response code as part of the header. +- header =3D response.info() +- + # Get status information from the header. +- output =3D header.getheader('ddnss-response') ++ output =3D response.getheader('ddnss-response') +=20 + # Handle success messages. + if output =3D=3D "good" or output =3D=3D "nochg": diff --git a/src/patches/ddns-013-duckdns-new-api.patch b/src/patches/ddns-01= 3-duckdns-new-api.patch new file mode 100644 index 000000000..a671bf917 --- /dev/null +++ b/src/patches/ddns-013-duckdns-new-api.patch @@ -0,0 +1,83 @@ +commit ebdb37245e2033b065cce5a19597be4ef1c8875c +Author: Carl Mascott +Date: Wed Dec 2 11:39:20 2020 +0100 + + DuckDNS: Update to use new API. + =20 + The new API supports IPv6 and a token based auth. + =20 + Reference #12415. + =20 + Signed-off-by: Stefan Schantl + +diff --git a/src/ddns/providers.py b/src/ddns/providers.py +index 46d8a67..a1ca3f3 100644 +--- a/src/ddns/providers.py ++++ b/src/ddns/providers.py +@@ -802,16 +802,62 @@ class DDNSProviderDtDNS(DDNSProvider): + raise DDNSUpdateError +=20 +=20 +-class DDNSProviderDuckDNS(DDNSProtocolDynDNS2, DDNSProvider): ++class DDNSProviderDuckDNS(DDNSProvider): + handle =3D "duckdns.org" + name =3D "Duck DNS" + website =3D "http://www.duckdns.org/" +- protocols =3D ("ipv4",) ++ protocols =3D ("ipv6", "ipv4",) +=20 + # Information about the format of the request is to be found +- # https://www.duckdns.org/install.jsp ++ # https://www.duckdns.org/spec.jsp ++ ++ url =3D "https://www.duckdns.org/update" ++ can_remove_records =3D False ++ ++ def update(self): ++ # Raise an error if no auth details are given. ++ if not self.token: ++ raise DDNSConfigurationError ++ ++ data =3D { ++ "domains" : self.hostname, ++ "token" : self.token, ++ } ++ ++ # Check if we update an IPv4 address. ++ address4 =3D self.get_address("ipv4") ++ if address4: ++ data["ip"] =3D address4 +=20 +- url =3D "https://www.duckdns.org/nic/update" ++ # Check if we update an IPv6 address. ++ address6 =3D self.get_address("ipv6") ++ if address6: ++ data["ipv6"] =3D address6 ++ ++ # Raise an error if no address is given. ++ if "ip" not in data and "ipv6" not in data: ++ raise DDNSConfigurationError ++ ++ # Send update to the server. ++ response =3D self.send_request(self.url, data=3Ddata) ++ ++ # Get the full response message. ++ output =3D response.read().decode() ++ ++ # Remove all leading and trailing whitespace. ++ output =3D output.strip() ++ ++ # Handle success messages. ++ if output =3D=3D "OK": ++ return ++ ++ # The provider does not give detailed information ++ # if the update fails. Only a "KO" will be sent back. ++ if output =3D=3D "KO": ++ raise DDNSUpdateError ++ ++ # If we got here, some other update error happened. ++ raise DDNSUpdateError +=20 +=20 + class DDNSProviderDyFi(DDNSProtocolDynDNS2, DDNSProvider): hooks/post-receive -- IPFire 2.x development tree --===============4171441351543070686==--