From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] aws-cli: Update to version 1.22.63 Date: Tue, 01 Mar 2022 10:55:31 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0093741203593415916==" List-Id: --===============0093741203593415916== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Adolf, > On 28 Feb 2022, at 10:23, Adolf Belka wrote: >=20 > Hi Michael, >=20 > Whoops. See my input below. >=20 > On 28/02/2022 10:29, Michael Tremer wrote: >> Hello Adolf, >> This patch has a few problems. Please see below. >>> On 27 Feb 2022, at 13:52, Adolf Belka wrote: >>>=20 >>> - Update from 1.18.188 to 1.22.63 >>> - Update of rootfile >>> - Changelog is too large, with nearly 1700 lines, to include here as ther= e appears to be >>> a new release nearly every day. so there are a huge number of releases = between 1.18.188 >>> from Dec 2nd 2020 to 1.22.63 from Feb 25 2022. It appears that only at = weekends no >>> releases are done. Full changelog can be viewed at >>> https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst >>>=20 >>> Signed-off-by: Adolf Belka >>> --- >>> config/rootfiles/packages/aws-cli | 540 +++++++++++++++++++++++++++++- >>> lfs/aws-cli | 14 +- >>> 2 files changed, 537 insertions(+), 17 deletions(-) >>>=20 >>> diff --git a/config/rootfiles/packages/aws-cli b/config/rootfiles/package= s/aws-cli >>> index 1509d02fe..4116c791a 100644 >>> --- a/config/rootfiles/packages/aws-cli >>> +++ b/config/rootfiles/packages/aws-cli >>> @@ -4,12 +4,12 @@ usr/bin/aws_bash_completer >>> usr/bin/aws_completer >>> #usr/bin/aws_zsh_completer.sh >>> #usr/lib/python3.10/site-packages/awscli >>> -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info >>> -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/PKG-IN= FO >>> -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/SOURCE= S.txt >>> -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/depend= ency_links.txt >>> -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/requir= es.txt >>> -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/top_le= vel.txt >>> +#usr/lib/python3.10/site-packages/awscli-1.22.63-py3.10.egg-info >>> +#usr/lib/python3.10/site-packages/awscli-1.22.63-py3.10.egg-info/PKG-INFO >>> +#usr/lib/python3.10/site-packages/awscli-1.22.63-py3.10.egg-info/SOURCES= .txt >>> +#usr/lib/python3.10/site-packages/awscli-1.22.63-py3.10.egg-info/depende= ncy_links.txt >>> +#usr/lib/python3.10/site-packages/awscli-1.22.63-py3.10.egg-info/require= s.txt >>> +#usr/lib/python3.10/site-packages/awscli-1.22.63-py3.10.egg-info/top_lev= el.txt >>> usr/lib/python3.10/site-packages/awscli/__init__.py >>> usr/lib/python3.10/site-packages/awscli/__main__.py >>> usr/lib/python3.10/site-packages/awscli/alias.py >>> @@ -110,6 +110,7 @@ usr/lib/python3.10/site-packages/awscli/customization= s/ecr_public.py >>> usr/lib/python3.10/site-packages/awscli/customizations/ecs/__init__.py >>> usr/lib/python3.10/site-packages/awscli/customizations/ecs/deploy.py >>> usr/lib/python3.10/site-packages/awscli/customizations/ecs/exceptions.py >>> +usr/lib/python3.10/site-packages/awscli/customizations/ecs/executecomman= d.py >>> usr/lib/python3.10/site-packages/awscli/customizations/ecs/filehelpers.py >>> #usr/lib/python3.10/site-packages/awscli/customizations/eks >>> usr/lib/python3.10/site-packages/awscli/customizations/eks/__init__.py >>> @@ -148,6 +149,13 @@ usr/lib/python3.10/site-packages/awscli/customizatio= ns/emr/ssh.py >>> usr/lib/python3.10/site-packages/awscli/customizations/emr/sshutils.py >>> usr/lib/python3.10/site-packages/awscli/customizations/emr/steputils.py >>> usr/lib/python3.10/site-packages/awscli/customizations/emr/terminateclust= ers.py >>> +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers >>> +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/__i= nit__.py >>> +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/bas= e36.py >>> +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/con= stants.py >>> +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/eks= .py >>> +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/iam= .py >>> +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/upd= ate_role_trust_policy.py >>> usr/lib/python3.10/site-packages/awscli/customizations/flatten.py >>> #usr/lib/python3.10/site-packages/awscli/customizations/gamelift >>> usr/lib/python3.10/site-packages/awscli/customizations/gamelift/__init__.= py >>> @@ -407,10 +415,38 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/apigatewayv2/update-sta= ge.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/apigatewayv2/update-vpc= -link.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/appconfig >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-appli= cation.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-confi= guration-profile.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-envir= onment.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-hoste= d-configuration-version.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-appli= cation.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-confi= guration-profile.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-deplo= yment-strategy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-envir= onment.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-hoste= d-configuration-version.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-applicat= ion.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-configur= ation-profile.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-configura= tion.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-deployme= nt-strategy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-deployme= nt.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-environm= ent.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-hosted-c= onfiguration-version.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-applicat= ions.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-configur= ation-profiles.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-deploym= ent-strategies.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-deploym= ents.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-environm= ents.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-hosted-= configuration-versions.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-tags-fo= r-resource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/start-deploy= ment.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/stop-deploym= ent.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/tag-resource= .rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/untag-resour= ce.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-appli= cation.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-confi= guration-profile.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-deplo= yment-strategy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-envir= onment.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/validate-con= figuration.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling >>> #usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling= /delete-scaling-policy.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling= /delete-scheduled-action.rst >>> @@ -451,6 +487,29 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/appmesh/update-virtual-= node.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/appmesh/update-virtual-= router.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/appmesh/update-virtual-= service.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/associate-cu= stom-domain.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/create-auto-= scaling-configuration.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/create-conne= ction.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/create-servi= ce.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/delete-auto-= scaling-configuration.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/delete-conne= ction.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/delete-servi= ce.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/describe-aut= o-scaling-configuration.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/describe-cus= tom-domains.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/describe-ser= vice.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/disassociate= -custom-domain.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-auto-sc= aling-configurations.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-connect= ions.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-operati= ons.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-service= s.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-tags-fo= r-resource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/pause-servic= e.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/resume-servi= ce.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/start-deploy= ment.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/tag-resource= .rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/untag-resour= ce.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/update-servi= ce.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/athena >>> #usr/lib/python3.10/site-packages/awscli/examples/athena/batch-get-named-= query.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/athena/batch-get-query-= execution.rst >>> @@ -503,6 +562,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-poli= cy.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-sche= duled-action.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-tags= .rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-war= m-pool.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-ac= count-limits.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-ad= justment-types.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-au= to-scaling-groups.rst >>> @@ -522,6 +582,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-sc= heduled-actions.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-ta= gs.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-te= rmination-policy-types.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-w= arm-pool.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/detach-inst= ances.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/detach-load= -balancer-target-groups.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/detach-load= -balancers.rst >>> @@ -534,6 +595,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-notific= ation-configuration.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-scaling= -policy.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-schedul= ed-update-group-action.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-warm-p= ool.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/record-life= cycle-action-heartbeat.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/resume-proc= esses.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/set-desired= -capacity.rst >>> @@ -689,15 +751,26 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/cloud9/list-environment= s.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloud9/update-environme= nt-membership.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloud9/update-environme= nt.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/create-re= source.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/delete-re= source.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/get-resou= rce-request-status.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/get-resou= rce.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/list-reso= urce-requests.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/list-reso= urces.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/update-re= source.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/_deploy_= description.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/_package= _description.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/activat= e-type.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/batch-d= escribe-type-configurations.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/cancel-u= pdate-stack.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/continue= -update-rollback.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/create-c= hange-set.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/create-s= tack-instances.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/create-s= tack-set.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/create-s= tack.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/deactiv= ate-type.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/delete-c= hange-set.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/delete-s= tack-instances.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/delete-s= tack-set.rst >>> @@ -706,6 +779,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/deregist= er-type.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describe= -account-limits.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describe= -change-set.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describ= e-publisher.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describe= -stack-drift-detection-status.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describe= -stack-events.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describe= -stack-instance.rst >>> @@ -738,11 +812,15 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/list-typ= e-versions.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/list-typ= es.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/package.= rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/publish= -type.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/registe= r-publisher.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/register= -type.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/set-stac= k-policy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/set-typ= e-configuration.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/set-type= -default-version.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/signal-r= esource.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/stop-sta= ck-set-operation.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/test-ty= pe.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/update-s= tack-instances.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/update-s= tack-set.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/update-s= tack.rst >>> @@ -827,6 +905,38 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/put-metric-a= larm.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/put-metric-d= ata.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/set-alarm-st= ate.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/associate= -external-connection.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/copy-pack= age-versions.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/create-do= main.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/create-re= pository.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete-do= main-permissions-policy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete-do= main.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete-pa= ckage-versions.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete-re= pository-permissions-policy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete-re= pository.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/describe-= domain.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/describe-= repository.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/disassoci= ate-external-connection.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/dispose-p= ackage-versions.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-autho= rization-token.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-domai= n-permissions-policy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-packa= ge-version-asset.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-packa= ge-version-readme.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-repos= itory-endpoint.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-repos= itory-permissions-policy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-doma= ins.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-pack= age-version-assets.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-pack= age-version-dependencies.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-pack= age-versions.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-pack= ages.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-repo= sitories-in-domain.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-repo= sitories.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/login.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/put-domai= n-permissions-policy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/put-repos= itory-permissions-policy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/update-pa= ckage-versions-status.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/update-re= pository.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/codebuild >>> #usr/lib/python3.10/site-packages/awscli/examples/codebuild/batch-delete-= builds.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/codebuild/batch-get-bui= ld-batches.rst >>> @@ -947,6 +1057,21 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/codecommit/update-pull-= request-title.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/codecommit/update-repos= itory-description.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/codecommit/update-repos= itory-name.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/asso= ciate-repository.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/crea= te-code-review.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/desc= ribe-code-review.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/desc= ribe-recommendation-feedback.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/desc= ribe-repository-association.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/disa= ssociate-repository.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/list= -code-reviews.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/list= -recommendation-feedback.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/list= -recommendations.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/list= -repository-associations.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/list= -tags-for-resource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/put-= recommendation-feedback.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/tag-= resource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/unta= g-resource.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/codepipeline >>> #usr/lib/python3.10/site-packages/awscli/examples/codepipeline/acknowledg= e-job.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/codepipeline/create-cus= tom-action-type.rst >>> @@ -1274,7 +1399,10 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/detective/list-graphs.r= st >>> #usr/lib/python3.10/site-packages/awscli/examples/detective/list-invitati= ons.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/detective/list-members.= rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/detective/list-tags-fo= r-resource.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/detective/reject-invita= tion.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/detective/tag-resource= .rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/detective/untag-resour= ce.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/devicefarm >>> #usr/lib/python3.10/site-packages/awscli/examples/devicefarm/create-devic= e-pool.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/devicefarm/create-proje= ct.rst >>> @@ -1495,6 +1623,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/advertise-byoip-cid= r.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/allocate-address.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/allocate-hosts.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/allocate-ipam-pool= -cidr.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/apply-security-grou= ps-to-client-vpn-target-network.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/assign-ipv6-address= es.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/assign-private-ip-a= ddresses.rst >>> @@ -1502,6 +1631,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-client-vp= n-target-network.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-dhcp-opti= ons.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-iam-insta= nce-profile.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-instance= -event-window.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-route-tab= le.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-subnet-ci= dr-block.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-transit-g= ateway-multicast-domain.rst >>> @@ -1540,8 +1670,12 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-flow-logs.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-fpga-image.r= st >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-image.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-instance-ev= ent-window.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-instance-exp= ort-task.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-internet-gat= eway.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-ipam-pool.r= st >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-ipam-scope.= rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-ipam.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-key-pair.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-launch-templ= ate-version.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-launch-templ= ate.rst >>> @@ -1551,22 +1685,31 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-nat-gateway.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-acl-= entry.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-acl.= rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-ins= ights-access-scope.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-ins= ights-path.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-inte= rface-permission.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-inte= rface.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-placement-gr= oup.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-replace-roo= t-volume-task.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-reserved-ins= tances-listing.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-restore-ima= ge-task.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-route-table.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-route.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-security-gro= up.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-snapshot.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-snapshots.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-spot-datafee= d-subscription.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-store-image= -task.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-subnet-cidr= -reservation.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-subnet.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-tags.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-traffic-mirr= or-filter-rule.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-traffic-mirr= or-filter.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-traffic-mirr= or-session.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-traffic-mirr= or-target.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gat= eway-connect-peer.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gat= eway-connect.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gat= eway-multicast-domain.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gate= way-peering-attachment.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gate= way-prefix-list-reference.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gate= way-route-table.rst >>> @@ -1582,6 +1725,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-vpn-connecti= on-route.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-vpn-connecti= on.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-vpn-gateway.= rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-carrier-gat= eway.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-client-vpn-e= ndpoint.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-client-vpn-r= oute.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-customer-gat= eway.rst >>> @@ -1590,7 +1734,10 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-fleets.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-flow-logs.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-fpga-image.r= st >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-instance-ev= ent-window.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-internet-gat= eway.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-ipam-scope.= rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-ipam.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-key-pair.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-launch-templ= ate-versions.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-launch-templ= ate.rst >>> @@ -1599,6 +1746,9 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-nat-gateway.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-acl-= entry.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-acl.= rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-ins= ights-access-scope.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-ins= ights-analysis.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-ins= ights-path.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-inte= rface-permission.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-inte= rface.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-placement-gr= oup.rst >>> @@ -1608,12 +1758,15 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-security-gro= up.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-snapshot.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-spot-datafee= d-subscription.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-subnet-cidr= -reservation.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-subnet.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-tags.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-traffic-mirr= or-filter-rule.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-traffic-mirr= or-filter.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-traffic-mirr= or-session.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-traffic-mirr= or-target.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gat= eway-connect-peer.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gat= eway-connect.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gate= way-multicast-domain.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gate= way-peering-attachment.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gate= way-prefix-list-reference.rst >>> @@ -1631,23 +1784,27 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-vpn-connecti= on.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-vpn-gateway.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/deprovision-byoip-c= idr.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/deprovision-ipam-p= ool-cidr.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-image.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-instance= -event-notification-attributes.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-transit-= gateway-multicast-group-members.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-transit-= gateway-multicast-group-source.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-account-at= tributes.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-addresses= -attribute.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-addresses.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-aggregate-= id-format.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-availabili= ty-zones.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-bundle-tas= ks.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-byoip-cidr= s.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-capacity-r= eservations.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-carrier-g= ateways.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-classic-li= nk-instances.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-client-vpn= -authorization-rules.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-client-vpn= -connections.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-client-vpn= -endpoints.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-client-vpn= -routes.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-client-vpn= -target-networks.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-coip-pool= s.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-conversion= -tasks.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-customer-g= ateways.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-dhcp-optio= ns.rst >>> @@ -1675,22 +1832,33 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-a= ttribute.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-c= redit-specifications.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-e= vent-notification-attributes.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-= event-windows.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-s= tatus.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-t= ype-offerings.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-t= ypes.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instances.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-internet-g= ateways.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipam-pool= s.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipam-scop= es.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipams.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipv6-pools= .rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-key-pairs.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-launch-tem= plate-versions.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-launch-tem= plates.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gat= eway-route-table-virtual-interface-group-associations.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gate= way-route-table-vpc-associations.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gate= way-route-tables.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gat= eway-virtual-interface-groups.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gat= eway-virtual-interfaces.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gate= ways.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-managed-pr= efix-lists.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-moving-add= resses.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-nat-gatewa= ys.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-ac= ls.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-i= nsights-access-scope-analyses.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-i= nsights-access-scopes.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-i= nsights-analyses.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-i= nsights-paths.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-in= terface-attribute.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-in= terface-permissions.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-in= terfaces.rst >>> @@ -1699,6 +1867,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-principal-= id-format.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-public-ipv= 4-pools.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-regions.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-replace-r= oot-volume-tasks.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-reserved-i= nstances-listings.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-reserved-i= nstances-modifications.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-reserved-i= nstances-offerings.rst >>> @@ -1707,6 +1876,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-scheduled-= instance-availability.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-scheduled-= instances.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-security-g= roup-references.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-security-= group-rules.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-security-g= roups.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-snapshot-a= ttribute.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-snapshots.= rst >>> @@ -1717,12 +1887,16 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-spot-insta= nce-requests.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-spot-price= -history.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-stale-secu= rity-groups.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-store-ima= ge-tasks.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-subnets.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-tags.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-traffic-mi= rror-filters.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-traffic-mi= rror-sessions.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-traffic-mi= rror-targets.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-ga= teway-attachments.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-g= ateway-connect-peers.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-g= ateway-connects.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-g= ateway-multicast-domains.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-ga= teway-peering-attachments.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-ga= teway-route-tables.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-ga= teway-vpc-attachments.rst >>> @@ -1751,6 +1925,8 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/detach-vpn-gateway.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-ebs-encrypt= ion-by-default.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-fast-snapsh= ot-restores.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-image-depr= ecation.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-serial-con= sole-access.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-transit-gat= eway-route-table-propagation.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-vgw-route-p= ropagation.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-vpc-classic= -link-dns-support.rst >>> @@ -1758,6 +1934,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-addres= s.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-client= -vpn-target-network.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-iam-in= stance-profile.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-insta= nce-event-window.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-route-= table.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-subnet= -cidr-block.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-transi= t-gateway-multicast-domain.rst >>> @@ -1765,6 +1942,9 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-vpc-ci= dr-block.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-ebs-encrypti= on-by-default.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-fast-snapsho= t-restores.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-image-depre= cation.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-ipam-organi= zation-admin-account.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-serial-cons= ole-access.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-transit-gate= way-route-table-propagation.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-vgw-route-pr= opagation.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-volume-io.rst >>> @@ -1775,18 +1955,28 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/export-image.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-associated-ipv6= -pool-cidrs.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-capacity-reserv= ation-usage.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-coip-pool-usag= e.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-console-output.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-console-screens= hot.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-default-credit-= specification.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ebs-default-kms= -key-id.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ebs-encryption-= by-default.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-flow-logs-inte= gration-template.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-groups-for-capa= city-reservation.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-host-reservatio= n-purchase-preview.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-address-h= istory.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-pool-allo= cations.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-pool-cidr= s.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-resource-= cidrs.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-launch-template= -data.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-managed-prefix-= list-associations.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-managed-prefix-= list-entries.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-network-insigh= ts-access-scope-analysis-findings.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-network-insigh= ts-access-scope-content.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-password-data.r= st >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-reserved-instan= ces-exchange-quote.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-serial-console= -access-status.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-subnet-cidr-re= servations.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gateway= -attachment-propagations.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gateway= -multicast-domain-associations.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gateway= -prefix-list-references.rst >>> @@ -1796,6 +1986,8 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/import-image.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/import-key-pair.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/import-snapshot.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/list-snapshots-in-= recycle-bin.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-address-att= ribute.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-availability= -zone-group.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-capacity-res= ervation.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-client-vpn-e= ndpoint.rst >>> @@ -1811,12 +2003,17 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-cap= acity-reservation-attributes.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-cre= dit-specification.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-eve= nt-start-time.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-ev= ent-window.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-met= adata-options.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-pla= cement.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-ipam-pool.r= st >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-ipam-resour= ce-cidr.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-ipam.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-launch-templ= ate.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-managed-pref= ix-list.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-network-inte= rface-attribute.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-reserved-ins= tances.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-security-gr= oup-rules.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-snapshot-att= ribute.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-spot-fleet-r= equest.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-subnet-attri= bute.rst >>> @@ -1841,16 +2038,19 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-vpn-tunnel-o= ptions.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/monitor-instances.r= st >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/move-address-to-vpc= .rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/move-byoip-cidr-to= -ipam.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/network-insights-a= ccess-scope.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/provision-byoip-cid= r.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/provision-ipam-poo= l-cidr.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-host-reser= vation.rst >>> -#usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-reserved-= instance-offering.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-reserved-i= nstances-offering.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-scheduled-= instances.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reboot-instances.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/register-image.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/register-instance-e= vent-notification-attributes.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transit-g= ateway-multicase-group-sources.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transit-ga= teway-multicast-group-members.rst >>> -#usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transit-g= ateway-multicast-group-source.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transit-g= ateway-multicast-group-sources.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-transit-gate= way-peering-attachment.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-transit-gate= way-vpc-attachments.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-vpc-endpoint= -connections.rst >>> @@ -1866,6 +2066,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/report-instance-sta= tus.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/request-spot-fleet.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/request-spot-instan= ces.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-address-attr= ibute.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-ebs-default-k= ms-key-id.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-fpga-image-at= tribute.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-image-attribu= te.rst >>> @@ -1874,6 +2075,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-snapshot-attr= ibute.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/restore-address-to-= classic.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/restore-managed-pre= fix-list-version.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/restore-snapshot-f= rom-recycle-bin.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/revoke-client-vpn-i= ngress.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/revoke-security-gro= up-egress.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/revoke-security-gro= up-ingress.rst >>> @@ -1884,6 +2086,8 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/search-transit-gate= way-routes.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/send-diagnostic-int= errupt.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/start-instances.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/start-network-insi= ghts-access-scope-analysis.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/start-network-insi= ghts-analysis.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/stop-instances.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/terminate-client-vp= n-connections.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/terminate-instances= .rst >>> @@ -2219,6 +2423,10 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/elbv2/wait/target-dereg= istered.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/elbv2/wait/target-in-se= rvice.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/emr >>> +#usr/lib/python3.10/site-packages/awscli/examples/emr-containers >>> +#usr/lib/python3.10/site-packages/awscli/examples/emr-containers/update-= role-trust-policy >>> +#usr/lib/python3.10/site-packages/awscli/examples/emr-containers/update-= role-trust-policy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/emr-containers/update-= role-trust-policy/_description.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/emr/add-instance-fleet.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/emr/add-steps.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/emr/add-tags.rst >>> @@ -2267,6 +2475,21 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/firehose/list-delivery-= streams.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/firehose/put-record-bat= ch.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/firehose/put-record.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/fis >>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/create-experiment-= template.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/delete-experiment-= template.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/get-action.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/get-experiment-tem= plate.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/get-experiment.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/list-actions.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/list-experiment-te= mplates.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/list-experiments.r= st >>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/list-tags-for-reso= urce.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/start-experiment.r= st >>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/stop-experiment.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/tag-resource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/untag-resource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/update-experiment-= template.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/fms >>> #usr/lib/python3.10/site-packages/awscli/examples/fms/associate-admin-acc= ount.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/fms/delete-notification= -channel.rst >>> @@ -2343,17 +2566,32 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/glacier/wait/vault-exis= ts.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/glacier/wait/vault-not-= exists.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/add-= custom-routing-endpoints.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/adver= tise-byoip-cidr.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/allo= w-custom-routing-traffic.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/creat= e-accelerator.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/crea= te-custom-routing-accelerator.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/crea= te-custom-routing-endpoint-group.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/crea= te-custom-routing-listener.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/creat= e-endpoint-group.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/creat= e-listener.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/deny= -custom-routing-traffic.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/depro= vision-byoip-cidr.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/descr= ibe-accelerator-attributes.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/descr= ibe-accelerator.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/desc= ribe-custom-routing-accelerator-attributes.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/desc= ribe-custom-routing-accelerator.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/desc= ribe-custom-routing-endpoint-group.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/desc= ribe-custom-routing-listener.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/descr= ibe-endpoint-group.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/descr= ibe-listener.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list-= accelerators.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list-= byoip-cidr.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list= -custom-routing-accelerators.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list= -custom-routing-endpoint-groups.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list= -custom-routing-listeners.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list= -custom-routing-port-mappings-by-destination.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list= -custom-routing-port-mappings.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list-= endpoint-groups.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list-= listeners.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list-= tags-for-resource.rst >>> @@ -2362,6 +2600,9 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/untag= -resource.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/updat= e-accelerator-attributes.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/updat= e-accelerator.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/upda= te-custom-routing-accelerator-attributes.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/upda= te-custom-routing-accelerator.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/upda= te-custom-routing-listener.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/updat= e-endpoint-group.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/updat= e-listener.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/withd= raw-byoip-cidr.rst >>> @@ -2435,6 +2676,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/get-service-= role-for-account.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/get-subscrip= tion-definition-version.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/get-subscrip= tion-definition.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrass/get-thing-r= untime-configuration.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/list-bulk-de= ployment-detailed-reports.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/list-bulk-de= ployments.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/list-connect= or-definition-versions.rst >>> @@ -2471,6 +2713,35 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/update-logge= r-definition.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/update-resou= rce-definition.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/update-subsc= ription-definition.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrass/update-thin= g-runtime-configuration.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2 >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/associate= -service-role-to-account.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/batch-ass= ociate-client-device-with-core-device.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/batch-dis= associate-client-device-from-core-device.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/cancel-de= ployment.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/create-co= mponent-version.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/create-de= ployment.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/delete-co= mponent.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/delete-co= re-device.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/describe-= component.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/disassoci= ate-service-role-from-account.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-compo= nent-version-artifact.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-compo= nent.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-conne= ctivity-info.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-core-= device.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-deplo= yment.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-servi= ce-role-for-account.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-clie= nt-devices-associated-with-core-device.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-comp= onent-versions.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-comp= onents.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-core= -devices.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-depl= oyments.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-effe= ctive-deployments.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-inst= alled-components.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-tags= -for-resource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/tag-resou= rce.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/untag-res= ource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/update-co= nnectivity-info.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/guardduty >>> #usr/lib/python3.10/site-packages/awscli/examples/guardduty/accept-invita= tion.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/guardduty/archive-findi= ngs.rst >>> @@ -2500,6 +2771,20 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/health/describe-affecte= d-entities.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/health/describe-event-d= etails.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/health/describe-events.= rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake >>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/create-fhir= -datastore.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/delete-fhir= -datastore.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/describe-fh= ir-datastore.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/describe-fh= ir-export-job.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/describe-fh= ir-import-job.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-fhir-d= atastores.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-fhir-e= xport-jobs.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-fhir-i= mport-jobs.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-tags-f= or-resource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/start-fhir-= export-job.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/start-fhir-= import-job.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/tag-resourc= e.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/untag-resou= rce.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iam >>> #usr/lib/python3.10/site-packages/awscli/examples/iam/add-client-id-to-op= en-id-connect-provider.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iam/add-role-to-instanc= e-profile.rst >>> @@ -2755,6 +3040,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-authorizer.r= st >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-billing-grou= p.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-certificate-= from-csr.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/create-custom-metr= ic.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-dimension.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-domain-confi= guration.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-dynamic-thin= g-group.rst >>> @@ -2782,6 +3068,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-billing-grou= p.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-ca-certifica= te.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-certificate.= rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/delete-custom-metr= ic.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-dimension.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-domain-confi= guration.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-dynamic-thin= g-group.rst >>> @@ -2814,6 +3101,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-billing-gr= oup.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-ca-certifi= cate.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-certificat= e.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/describe-custom-me= tric.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-default-au= thorizer.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-dimension.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-domain-con= figuration.rst >>> @@ -2837,6 +3125,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/detach-thing-princi= pal.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/disable-topic-rule.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/enable-topic-rule.r= st >>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/get-behavior-model= -training-summaries.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/get-cardinality.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/get-effective-polic= ies.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/get-indexing-config= uration.rst >>> @@ -2863,12 +3152,14 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-ca-certificate= s.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-certificates-b= y-ca.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-certificates.r= st >>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/list-custom-metric= s.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-dimensions.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-domain-configu= rations.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-indices.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-job-executions= -for-job.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-job-executions= -for-thing.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-jobs.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/list-mitigation-ac= tions.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-mitigations-ac= tions.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-ota-updates.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-outgoing-certi= ficates.rst >>> @@ -2921,6 +3212,8 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-billing-grou= p.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-ca-certifica= te.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-certificate.= rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/update-custom-metr= ic.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/update-dimension.r= st >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-domain-confi= guration.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-dynamic-thin= g-group.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-event-config= urations.rst >>> @@ -3143,21 +3436,79 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/iotthingsgraph/update-f= low-template.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iotthingsgraph/update-s= ystem-template.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/iotthingsgraph/upload-e= ntity-definitions.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/associate-= aws-account-with-partner-account.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/associate-= wireless-device-with-thing.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/associate-= wireless-gateway-with-certificate.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/associate-= wireless-gateway-with-thing.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-des= tination.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-dev= ice-profile.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-ser= vice-profile.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-wir= eless-device.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-wir= eless-gateway-task-definition.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-wir= eless-gateway-task.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-wir= eless-gateway.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-des= tination.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-dev= ice-profile.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-ser= vice-profile.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-wir= eless-device.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-wir= eless-gateway-task-definition.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-wir= eless-gateway-task.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-wir= eless-gateway.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disassocia= te-aws-account-from-partner-account.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disassocia= te-wireless-device-from-thing.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disassocia= te-wireless-gateway-from-certificate.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disassocia= te-wireless-gateway-from-thing.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-destin= ation.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-device= -profile.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-partne= r-account.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-servic= e-endpoint.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-servic= e-profile.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirele= ss-device-statistics.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirele= ss-device.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirele= ss-gateway-certificate.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirele= ss-gateway-firmware-information.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirele= ss-gateway-statistics.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirele= ss-gateway-task-definition.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirele= ss-gateway-task.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirele= ss-gateway.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-desti= nations.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-devic= e-profiles.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-partn= er-accounts.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-servi= ce-profiles.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-tags-= for-resource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-wirel= ess-devices.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-wirel= ess-gateway-task-definitions.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-wirel= ess-gateways.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/send-data-= to-wireless-device.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/tag-resour= ce.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/test-wirel= ess-device.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/untag-reso= urce.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-des= tination.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-par= tner-account.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-wir= eless-device.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-wir= eless-gateway.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/batch-get-channel.r= st >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/batch-get-stream-ke= y.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/create-channel.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/create-recording-c= onfiguration.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/create-stream-key.r= st >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/delete-playback-key= -pair.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/delete-recording-c= onfiguration.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/delete-stream-key.r= st >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/get-channel.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/get-playback-key-pa= ir.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/get-recording-conf= iguration.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/get-stream-key.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/get-stream-session= .rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/get-stream.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/import-playback-key= -pair.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/list-channels.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/list-playback-key-p= airs.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/list-recording-con= figurations.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/list-stream-keys.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/list-stream-sessio= ns.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/list-streams.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/list-tags-for-resou= rce.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/put-metadata.rst >>> @@ -3674,6 +4025,11 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/organizations/remove-ac= count-from-organization.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/organizations/update-or= ganizational-unit.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/organizations/update-po= licy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/outposts >>> +#usr/lib/python3.10/site-packages/awscli/examples/outposts/get-outpost-i= nstance-types.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/outposts/get-outpost.r= st >>> +#usr/lib/python3.10/site-packages/awscli/examples/outposts/list-outposts= .rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/outposts/list-sites.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/pi >>> #usr/lib/python3.10/site-packages/awscli/examples/pi/describe-dimension-k= eys.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/pi/get-resource-metrics= .rst >>> @@ -3696,6 +4052,17 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/pricing/describe-servic= es.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/pricing/get-attribute-v= alues.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/pricing/get-products.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/proton >>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/cancel-service-= instance-deployment.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/cancel-service-= pipeline-deployment.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/create-service.= rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/delete-service.= rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/get-service-ins= tance.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/get-service.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/list-service-in= stances.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/update-service-= instance.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/update-service-= pipeline.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/update-service.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/qldb >>> #usr/lib/python3.10/site-packages/awscli/examples/qldb/cancel-journal-kin= esis-stream.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/qldb/create-ledger.rst >>> @@ -3715,20 +4082,29 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/qldb/stream-journal-to-= kinesis.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/qldb/tag-resource.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/qldb/untag-resource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/qldb/update-ledger-per= missions-mode.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/qldb/update-ledger.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ram >>> #usr/lib/python3.10/site-packages/awscli/examples/ram/accept-resource-sha= re-invitation.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/associate-resource= -share-permission.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ram/associate-resource-= share.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ram/create-resource-sha= re.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ram/delete-resource-sha= re.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/disassociate-resou= rce-share-permission.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ram/disassociate-resour= ce-share.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ram/enable-sharing-with= -aws-organization.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/get-permission.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ram/get-resource-polici= es.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ram/get-resource-share-= associations.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ram/get-resource-share-= invitations.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ram/get-resource-shares= .rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/list-pending-invit= ation-resources.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/list-permissions.r= st >>> #usr/lib/python3.10/site-packages/awscli/examples/ram/list-principals.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/list-resource-shar= e-permissions.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/list-resource-type= s.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ram/list-resources.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/promote-resource-s= hare-created-from-policy.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ram/reject-resource-sha= re-invitation.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ram/tag-resource.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ram/untag-resource.rst >>> @@ -3741,16 +4117,20 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/rds-data/execute-statem= ent.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds-data/rollback-trans= action.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/add-option-to-optio= n-group.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/add-role-to-db-clu= ster.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/add-role-to-db-inst= ance.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/add-source-identifi= er-to-subscription.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/add-tags-to-resourc= e.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/apply-pending-main= tenance-action.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/authorize-db-securi= ty-group-ingress.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/backtrack-db-cluste= r.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/cancel-export-task= .rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-db-cluster-par= ameter-group.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-db-cluster-sna= pshot.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-db-parameter-g= roup.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-db-snapshot.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-option-group.r= st >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/create-custom-avai= lability-zone.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-cluster-e= ndpoint.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-cluster-p= arameter-group.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-cluster-s= napshot.rst >>> @@ -3764,10 +4144,12 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-event-subscr= iption.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-global-clust= er.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-option-group= .rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-custom-avai= lability-zone.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-cluster-e= ndpoint.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-cluster-p= arameter-group.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-cluster-s= napshot.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-cluster.r= st >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-instance= -automated-backup.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-instance.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-parameter= -group.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-security-= group.rst >>> @@ -3775,9 +4157,12 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-subnet-gr= oup.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-event-subscr= iption.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-global-clust= er.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-installatio= n-media.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-option-group= .rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-account-at= tributes.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-certificat= es.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-custom-av= ailability-zones.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-cluste= r-backtracks.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-cluster= -endpoints.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-cluster= -parameter-groups.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-cluster= -parameters.rst >>> @@ -3801,6 +4186,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-events.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-export-tas= ks.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-global-clu= sters.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-installat= ion-media.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-option-gro= up-options.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-option-gro= ups.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-orderable-= db-instance-options.rst >>> @@ -3811,8 +4197,13 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-valid-db-i= nstance-modifications.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/download-db-log-fil= e-portion.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/generate-auth-token= .rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/generate-db-auth-t= oken.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/import-installatio= n-media.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/list-tags-for-resou= rce.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-certificate= s.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-current-db-= cluster-capacity.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-cluster-e= ndpoint.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-cluster-= parameter-group.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-cluster-s= napshot-attribute.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-cluster.r= st >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-instance.= rst >>> @@ -3823,22 +4214,33 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-subnet-gr= oup.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-event-subscr= iption.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-global-clust= er.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/promote-read-repli= ca-db-cluster.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/promote-read-replic= a.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/purchase-reserved-d= b-instance.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/purchase-reserved-d= b-instances-offerings.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/reboot-db-instance.= rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/remove-from-global= -cluster.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/remove-option-from-= option-group.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/remove-role-from-d= b-cluster.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/remove-role-from-db= -instance.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/remove-source-ident= ifier-from-subscription.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/remove-tags-from-r= esource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/reset-db-cluster-p= arameter-group.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/reset-db-parameter= -group.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-cluster-= from-s3.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-cluster-= from-snapshot.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-cluster-= to-point-in-time.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-instance= -from-db-snapshot.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-instance= -from-s3.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-instance= -to-point-in-time.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/start-activity-str= eam.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/start-db-cluster.r= st >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/start-db-instance-= automated-backups-replication.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/start-db-instance.r= st >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/start-export-task.r= st >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/stop-activity-stre= am.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/stop-db-cluster.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/stop-db-instance-a= utomated-backups-replication.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/rds/stop-db-instance.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/redshift >>> #usr/lib/python3.10/site-packages/awscli/examples/redshift/accept-reserve= d-node-exchange.rst >>> @@ -3969,8 +4371,10 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/get-gro= up-query.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/get-gro= up.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/get-tag= s.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/resource-groups/list-g= roup-resources.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/list-gr= oups.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/list-re= source-groups.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/resource-groups/put-gr= oup-configuration.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/search-= resources.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/tag.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/untag.r= st >>> @@ -4059,25 +4463,50 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/route53domains/update-t= ags-for-domain.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53domains/view-bil= ling.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/associ= ate-firewall-rule-group.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/associa= te-resolver-endpoint-ip-address.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/associa= te-resolver-rule.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/create= -firewall-domain-list.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/create= -firewall-rule-group.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/create= -firewall-rule.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/create-= resolver-endpoint.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/create-= resolver-rule.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/delete= -firewall-domain-list.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/delete= -firewall-rule-group.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/delete= -firewall-rule.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/delete-= resolver-endpoint.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/delete-= resolver-rule.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/disass= ociate-firewall-rule-group.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/disasso= ciate-resolver-endpoint-ip-address.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/disasso= ciate-resolver-rule.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-fi= rewall-config.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-fi= rewall-domain-list.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-fi= rewall-rule-group-association.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-fi= rewall-rule-group-policy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-fi= rewall-rule-group.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-res= olver-endpoint.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-res= olver-rule-association.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-res= olver-rule.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/import= -firewall-domains.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-f= irewall-configs.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-f= irewall-domain-lists.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-f= irewall-domains.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-f= irewall-rule-group-associations.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-f= irewall-rule-groups.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-f= irewall-rules.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-re= solver-endpoint-ip-addresses.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-re= solver-endpoints.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-re= solver-rule-associations.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-re= solver-rules.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-ta= gs-for-resource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/put-fi= rewall-rule-group-policy.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/put-res= olver-rule-policy.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/tag-res= ource.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/untag-r= esource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/update= -firewall-config.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/update= -firewall-domains.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/update= -firewall-rule-group-association.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/update= -firewall-rule.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/update-= resolver-endpoint.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/update-= resolver-rule.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/s3 >>> @@ -4215,38 +4644,51 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/list-sec= rets.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/put-reso= urce-policy.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/put-secr= et-value.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/remove-= regions-from-replication.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/replica= te-secret-to-regions.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/restore-= secret.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/rotate-s= ecret.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/stop-re= plication-to-replica.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/tag-reso= urce.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/untag-re= source.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/update-s= ecret-version-stage.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/update-s= ecret.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/validat= e-resource-policy.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub >>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/accept-adm= inistrator-invitation.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/accept-invi= tation.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-disab= le-standards.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-enabl= e-standards.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-impor= t-findings.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-updat= e-findings.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-acti= on-target.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-fin= ding-aggregator.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-insi= ght.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-memb= ers.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/decline-inv= itations.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-acti= on-target.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-fin= ding-aggregator.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-insi= ght.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-invi= tations.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-memb= ers.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-ac= tion-targets.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-hu= b.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-o= rganization-configuration.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-pr= oducts.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-st= andards-controls.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-st= andards.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disable-imp= ort-findings-for-product.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/disable-or= ganization-admin-account.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disable-sec= urity-hub.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/disassocia= te-from-administrator-account.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disassociat= e-from-master-account.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disassociat= e-members.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/enable-impo= rt-findings-for-product.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/enable-org= anization-admin-account.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/enable-secu= rity-hub.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-admini= strator-account.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-enabled= -standards.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-findin= g-aggregator.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-finding= s.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-insight= -results.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-insight= s.rst >>> @@ -4255,13 +4697,17 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-members= .rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/invite-memb= ers.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-enable= d-products-for-import.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-findi= ng-aggregators.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-invita= tions.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-member= s.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-organ= ization-admin-accounts.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-tags-f= or-resource.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/tag-resourc= e.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/untag-resou= rce.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-acti= on-target.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-fin= ding-aggregator.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-insi= ght.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-org= anization-configuration.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-secu= rity-hub-configuration.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-stan= dards-control.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/serverlessrepo >>> @@ -4318,6 +4764,18 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/servicecatalog/update-p= roduct.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/servicecatalog/update-p= rovisioning-artifact.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/servicecatalog/update-t= ag-option.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery >>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/creat= e-private-dns-namespace.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/creat= e-service.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/delet= e-namespace.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/delet= e-service.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/dereg= ister-instance.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/disco= ver-instances.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/get-o= peration.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/list-= instances.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/list-= namespaces.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/list-= services.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/regis= ter-instance.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ses >>> #usr/lib/python3.10/site-packages/awscli/examples/ses/delete-identity.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ses/get-identity-dkim-a= ttributes.rst >>> @@ -4421,7 +4879,67 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/sqs/tag-queue.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/sqs/untag-queue.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/accept-pa= ge.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/activate-= contact-channel.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/command-n= ame.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/create-co= ntact-channel.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/create-co= ntact.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/deactivat= e-contact-channel.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/delete-co= ntact-channel.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/delete-co= ntact.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/describe-= engagement.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/describe-= page.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/get-conta= ct-channel.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/get-conta= ct-policy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/get-conta= ct.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-cont= act-channels.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-cont= acts.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-enga= gements.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-page= -receipts.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-page= s-by-contact.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-page= s-by-engagement.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-tags= -for-resource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/put-conta= ct-policy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/send-acti= vation-code.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/start-eng= agement.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/stop-enga= gement.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/tag-resou= rce.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/untag-res= ource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/update-co= ntact-channel.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/update-co= ntact.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/create-r= eplication-set.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/create-r= esponse-plan.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/create-t= imeline-event.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delete-i= ncident-record.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delete-r= eplication-set.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delete-r= esource-policy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delete-r= esponse-plan.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delete-t= imeline-event.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-inci= dent-record.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-repl= ication-set.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-reso= urce-policies.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-resp= onse-plan.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-time= line-event.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-inc= ident-records.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-rel= ated-items.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-rep= lication-sets.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-res= ponse-plans.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-tag= s-for-resource.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-tim= eline-events.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/put-reso= urce-policy.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/start-in= cident.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/tag-reso= urce.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/untag-re= source.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-d= eletion-protection.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-i= ncident-record.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-r= elated-items.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-r= eplication-set.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-r= esponse-plan.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-t= imeline-event.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/add-tags-to-resourc= e.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/associate-ops-item= -related-item.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/cancel-command.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/cancel-maintenance-= window-execution.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/create-activation.r= st >>> @@ -4477,6 +4995,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/describe-patch-grou= ps.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/describe-patch-prop= erties.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/describe-sessions.r= st >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/disassociate-ops-i= tem-related-item.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/get-automation-exec= ution.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/get-calendar-state.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/get-command-invocat= ion.rst >>> @@ -4507,9 +5026,11 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-commands.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-compliance-ite= ms.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-compliance-sum= maries.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/list-document-meta= data-history.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-document-versi= ons.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-documents.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-inventory-entr= ies.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/list-ops-item-rela= ted-items.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-resource-compl= iance-summaries.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-resource-data-= sync.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-tags-for-resou= rce.rst >>> @@ -4528,12 +5049,15 @@ usr/lib/python3.10/site-packages/awscli/examples >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/send-command.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/start-associations-= once.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/start-automation-ex= ecution.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/start-change-reque= st-execution.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/start-session.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/stop-automation-exe= cution.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/terminate-session.r= st >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/unlabel-parameter-= version.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-association-= status.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-association.= rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-document-def= ault-version.rst >>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/update-document-me= tadata.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-document.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-maintenance-= window-target.rst >>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-maintenance-= window-task.rst >>> diff --git a/lfs/aws-cli b/lfs/aws-cli >>> index 0af0ee0f1..bd93210ca 100644 >>> --- a/lfs/aws-cli >>> +++ b/lfs/aws-cli >>> @@ -24,9 +24,7 @@ >>>=20 >>> include Config >>>=20 >>> -SUMMARY =3D Amazon Web Services Command Line Interface >> The changes from Robin are being removed. I suppose this isn=E2=80=99t int= entional. > I used an old lfs version that I had started to work on when I was doing th= e python3.10 changes. I then decided to leave the aws-cli till later but I di= dn't go back and check if something had changed meanwhile. My error. >=20 > Will re-do the patch and issue as a v2. >>> - >>> -VER =3D 1.18.188 >>> +VER =3D 1.22.63 >>>=20 >>> THISAPP =3D awscli-$(VER) >>> DL_FILE =3D $(THISAPP).tar.gz >>> @@ -34,11 +32,9 @@ DL_FROM =3D $(URL_IPFIRE) >>> DIR_APP =3D $(DIR_SRC)/$(THISAPP) >>> TARGET =3D $(DIR_INFO)/$(THISAPP) >>> PROG =3D aws-cli >>> -PAK_VER =3D 5 >>> - >>> -DEPS =3D python3-botocore python3-colorama python3-docutils python= 3-pyasn1 python3-rsa python3-s3transfer python3-six python3-yaml >>> +PAK_VER =3D 6 >>>=20 >>> -SERVICES =3D >>> +DEPS =3D python3-botocore python3-colorama python3-docutils python= 3-pyasn1 python3-rsa python3-s3transfer python3-yaml >> Did you run the aws command to check if this still executes and at least p= rints the help text? > Same problem as mentioned above. I had originally thought the python-six co= mmand could be left out when I was doing the python3.10 changes. Realised lat= er they could not but forgot to recheck the lfs. >=20 > Not being a cloud user I hadn't even thought about running the aws command.= I will do it this time after redoing the patch with all my errors removed. > I take it that I can test running the aws command from within the build dir= ectory directly and that I don't need to install IPFire from the iso that I b= uild? Yes, you can just run the command. It does not need to run on a system on AWS= at all, it will just talk to AWS=E2=80=99 APIs. > Sorry for the errors but thanks for catching them for me. No worries. -Michael >=20 > Regards, > Adolf. >> -Michael >>>=20 >>> #########################################################################= ###### >>> # Top-level Rules >>> @@ -48,7 +44,7 @@ objects =3D $(DL_FILE) >>>=20 >>> $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >>>=20 >>> -$(DL_FILE)_MD5 =3D d0e6edde94f5bd17bf6024fd6534dc61 >>> +$(DL_FILE)_MD5 =3D 1cae5a44b2ead0229471171345bba34b >>>=20 >>> install : $(TARGET) >>>=20 >>> @@ -58,7 +54,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) >>>=20 >>> md5 : $(subst %,%_MD5,$(objects)) >>>=20 >>> -dist: >>> +dist: >>> @$(PAK) >>>=20 >>> #########################################################################= ###### >>> --=20 >>> 2.35.1 --===============0093741203593415916==--