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: Thu, 17 Mar 2022 15:53:24 +0000 Message-ID: In-Reply-To: <50567781-2a66-f132-a255-53028f026983@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2687346914239151445==" List-Id: --===============2687346914239151445== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Adolf, > On 12 Mar 2022, at 11:58, Adolf Belka wrote: >=20 > Hi Michael, >=20 > On 11/03/2022 14:46, Michael Tremer wrote: >> Hello, >> This doesn=E2=80=99t work as it is in master right now: >> [root(a)ip-172-16-255-247 ~]# aws >> Traceback (most recent call last): >> File "/usr/bin/aws", line 27, in >> sys.exit(main()) >> File "/usr/bin/aws", line 23, in main >> return awscli.clidriver.main() >> File "/usr/lib/python3.10/site-packages/awscli/clidriver.py", line 69, i= n main >> rc =3D driver.main() >> File "/usr/lib/python3.10/site-packages/awscli/clidriver.py", line 203, = in main >> command_table =3D self._get_command_table() >> File "/usr/lib/python3.10/site-packages/awscli/clidriver.py", line 112, = in _get_command_table >> self._command_table =3D self._build_command_table() >> File "/usr/lib/python3.10/site-packages/awscli/clidriver.py", line 129, = in _build_command_table >> self.session.emit('building-command-table.main', >> File "/usr/lib/python3.10/site-packages/botocore/session.py", line 684, = in emit >> return self._events.emit(event_name, **kwargs) >> File "/usr/lib/python3.10/site-packages/botocore/hooks.py", line 357, in= emit >> return self._emitter.emit(aliased_event_name, **kwargs) >> File "/usr/lib/python3.10/site-packages/botocore/hooks.py", line 228, in= emit >> return self._emit(event_name, kwargs) >> File "/usr/lib/python3.10/site-packages/botocore/hooks.py", line 211, in= _emit >> response =3D handler(**kwargs) >> File "/usr/lib/python3.10/site-packages/awscli/customizations/s3/s3.py",= line 46, in add_s3 >> utils.rename_command(command_table, 's3', 's3api') >> File "/usr/lib/python3.10/site-packages/awscli/customizations/utils.py",= line 64, in rename_command >> current =3D command_table[existing_name] >> KeyError: =E2=80=98s3' >> I will revert the commit and then we can investigate. > I thought it had already been reverted from an earlier communication from y= ou. No, because you said it runs on your system and that kept me happy :) > I certainly marked it as superceded in Patchwork as I issued a v2 version w= hich updated to version 1.22.64 >=20 > That version I tested by running ./make.sh shell and then running aws and I= got the help menu. >> There is a Version 2 out, which we might want to migrate to. > I had seen that there was a Version 2 but wasn't sure why it had not been s= witched to. >=20 > Let me know what you find with the v2 1.22.64 version. If that does the sam= e thing then maybe someone who uses aws would be better to do the build as I = can't really test anything out, especially if deciding to migrate to Version = 2. Okay, I will do the update and see how this is going. This who thing seems to= be rather fragile. Best, -Michael >=20 > Regards, > Adolf. >> -Michael >>> On 1 Mar 2022, at 10:55, Michael Tremer wro= te: >>>=20 >>> Hello Adolf, >>>=20 >>>> 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 t= here appears to be >>>>>> a new release nearly every day. so there are a huge number of release= s between 1.18.188 >>>>>> from Dec 2nd 2020 to 1.22.63 from Feb 25 2022. It appears that only a= t 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/pack= ages/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= -INFO >>>>>> -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/SOU= RCES.txt >>>>>> -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/dep= endency_links.txt >>>>>> -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/req= uires.txt >>>>>> -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/top= _level.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/SOUR= CES.txt >>>>>> +#usr/lib/python3.10/site-packages/awscli-1.22.63-py3.10.egg-info/depe= ndency_links.txt >>>>>> +#usr/lib/python3.10/site-packages/awscli-1.22.63-py3.10.egg-info/requ= ires.txt >>>>>> +#usr/lib/python3.10/site-packages/awscli-1.22.63-py3.10.egg-info/top_= level.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/customizat= ions/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/executecom= mand.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/customiza= tions/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/terminatecl= usters.py >>>>>> +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers >>>>>> +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/= __init__.py >>>>>> +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/= base36.py >>>>>> +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/= constants.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/= update_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-= stage.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-ap= plication.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-co= nfiguration-profile.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-en= vironment.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-ho= sted-configuration-version.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-ap= plication.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-co= nfiguration-profile.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-de= ployment-strategy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-en= vironment.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-ho= sted-configuration-version.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-appli= cation.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-confi= guration-profile.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-config= uration.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-deplo= yment-strategy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-deplo= yment.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-envir= onment.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-hoste= d-configuration-version.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-appli= cations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-confi= guration-profiles.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-depl= oyment-strategies.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-depl= oyments.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-envir= onments.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-host= ed-configuration-versions.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-tags= -for-resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/start-dep= loyment.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/stop-depl= oyment.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/tag-resou= rce.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/untag-res= ource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-ap= plication.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-co= nfiguration-profile.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-de= ployment-strategy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-en= vironment.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/validate-= configuration.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/application-autoscal= ing >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/application-autoscal= ing/delete-scaling-policy.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/application-autoscal= ing/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-virtu= al-node.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/appmesh/update-virtu= al-router.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/appmesh/update-virtu= al-service.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/associate= -custom-domain.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/create-au= to-scaling-configuration.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/create-co= nnection.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/create-se= rvice.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/delete-au= to-scaling-configuration.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/delete-co= nnection.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/delete-se= rvice.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/describe-= auto-scaling-configuration.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/describe-= custom-domains.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/describe-= service.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/disassoci= ate-custom-domain.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-auto= -scaling-configurations.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-conn= ections.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-oper= ations.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-serv= ices.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-tags= -for-resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/pause-ser= vice.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/resume-se= rvice.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/start-dep= loyment.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/tag-resou= rce.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/untag-res= ource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/update-se= rvice.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/athena >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/athena/batch-get-nam= ed-query.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/athena/batch-get-que= ry-execution.rst >>>>>> @@ -503,6 +562,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-p= olicy.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-s= cheduled-action.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-t= ags.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-= warm-pool.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe= -account-limits.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe= -adjustment-types.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe= -auto-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= -scheduled-actions.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe= -tags.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe= -termination-policy-types.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describ= e-warm-pool.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/detach-i= nstances.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/detach-l= oad-balancer-target-groups.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/detach-l= oad-balancers.rst >>>>>> @@ -534,6 +595,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-noti= fication-configuration.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-scal= ing-policy.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-sche= duled-update-group-action.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-war= m-pool.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/record-l= ifecycle-action-heartbeat.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/resume-p= rocesses.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/set-desi= red-capacity.rst >>>>>> @@ -689,15 +751,26 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloud9/list-environm= ents.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloud9/update-enviro= nment-membership.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloud9/update-enviro= nment.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/create= -resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/delete= -resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/get-re= source-request-status.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/get-re= source.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/list-r= esource-requests.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/list-r= esources.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/update= -resource.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/_depl= oy_description.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/_pack= age_description.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/acti= vate-type.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/batc= h-describe-type-configurations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/cance= l-update-stack.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/conti= nue-update-rollback.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/creat= e-change-set.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/creat= e-stack-instances.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/creat= e-stack-set.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/creat= e-stack.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/deac= tivate-type.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/delet= e-change-set.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/delet= e-stack-instances.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/delet= e-stack-set.rst >>>>>> @@ -706,6 +779,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/dereg= ister-type.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/descr= ibe-account-limits.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/descr= ibe-change-set.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/desc= ribe-publisher.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/descr= ibe-stack-drift-detection-status.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/descr= ibe-stack-events.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/descr= ibe-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-= type-versions.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/list-= types.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/packa= ge.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/publ= ish-type.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/regi= ster-publisher.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/regis= ter-type.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/set-s= tack-policy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/set-= type-configuration.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/set-t= ype-default-version.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/signa= l-resource.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/stop-= stack-set-operation.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/test= -type.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/updat= e-stack-instances.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/updat= e-stack-set.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/updat= e-stack.rst >>>>>> @@ -827,6 +905,38 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/put-metri= c-alarm.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/put-metri= c-data.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/set-alarm= -state.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/associ= ate-external-connection.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/copy-p= ackage-versions.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/create= -domain.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/create= -repository.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete= -domain-permissions-policy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete= -domain.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete= -package-versions.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete= -repository-permissions-policy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete= -repository.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/descri= be-domain.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/descri= be-repository.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/disass= ociate-external-connection.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/dispos= e-package-versions.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-au= thorization-token.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-do= main-permissions-policy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-pa= ckage-version-asset.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-pa= ckage-version-readme.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-re= pository-endpoint.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-re= pository-permissions-policy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-d= omains.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-p= ackage-version-assets.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-p= ackage-version-dependencies.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-p= ackage-versions.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-p= ackages.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-r= epositories-in-domain.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-r= epositories.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/login.= rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/put-do= main-permissions-policy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/put-re= pository-permissions-policy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/update= -package-versions-status.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/update= -repository.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/codebuild >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/codebuild/batch-dele= te-builds.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/codebuild/batch-get-= build-batches.rst >>>>>> @@ -947,6 +1057,21 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/codecommit/update-pu= ll-request-title.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/codecommit/update-re= pository-description.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/codecommit/update-re= pository-name.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/a= ssociate-repository.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/c= reate-code-review.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/d= escribe-code-review.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/d= escribe-recommendation-feedback.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/d= escribe-repository-association.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/d= isassociate-repository.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/l= ist-code-reviews.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/l= ist-recommendation-feedback.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/l= ist-recommendations.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/l= ist-repository-associations.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/l= ist-tags-for-resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/p= ut-recommendation-feedback.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/t= ag-resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/u= ntag-resource.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/codepipeline >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/codepipeline/acknowl= edge-job.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/codepipeline/create-= custom-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-graph= s.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/detective/list-invit= ations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/detective/list-membe= rs.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/detective/list-tags= -for-resource.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/detective/reject-inv= itation.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/detective/tag-resou= rce.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/detective/untag-res= ource.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/devicefarm >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/devicefarm/create-de= vice-pool.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/devicefarm/create-pr= oject.rst >>>>>> @@ -1495,6 +1623,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/advertise-byoip-= cidr.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/allocate-address= .rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/allocate-hosts.r= st >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/allocate-ipam-p= ool-cidr.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/apply-security-g= roups-to-client-vpn-target-network.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/assign-ipv6-addr= esses.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/assign-private-i= p-addresses.rst >>>>>> @@ -1502,6 +1631,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-client= -vpn-target-network.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-dhcp-o= ptions.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-iam-in= stance-profile.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-insta= nce-event-window.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-route-= table.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-subnet= -cidr-block.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-transi= t-gateway-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-imag= e.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-image.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-instance= -event-window.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-instance-= export-task.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-internet-= gateway.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-ipam-poo= l.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-ipam-sco= pe.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-te= mplate-version.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-launch-te= mplate.rst >>>>>> @@ -1551,22 +1685,31 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-nat-gatew= ay.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-a= cl-entry.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-a= cl.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-= insights-access-scope.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-= insights-path.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-i= nterface-permission.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-i= nterface.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-placement= -group.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-replace-= root-volume-task.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-reserved-= instances-listing.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-restore-= image-task.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-route-tab= le.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-route.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-security-= group.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-data= feed-subscription.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-store-im= age-task.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-subnet-c= idr-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-m= irror-filter-rule.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-traffic-m= irror-filter.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-traffic-m= irror-session.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-traffic-m= irror-target.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-= gateway-connect-peer.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-= gateway-connect.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-= gateway-multicast-domain.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-g= ateway-peering-attachment.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-g= ateway-prefix-list-reference.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-g= ateway-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-conne= ction-route.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-vpn-conne= ction.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-vpn-gatew= ay.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-carrier-= gateway.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-client-vp= n-endpoint.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-client-vp= n-route.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-customer-= gateway.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-imag= e.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-instance= -event-window.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-internet-= gateway.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-ipam-sco= pe.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-te= mplate-versions.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-launch-te= mplate.rst >>>>>> @@ -1599,6 +1746,9 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-nat-gatew= ay.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-a= cl-entry.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-a= cl.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-= insights-access-scope.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-= insights-analysis.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-= insights-path.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-i= nterface-permission.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-i= nterface.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-placement= -group.rst >>>>>> @@ -1608,12 +1758,15 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-security-= group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-snapshot.= rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-spot-data= feed-subscription.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-subnet-c= idr-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-m= irror-filter-rule.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-traffic-m= irror-filter.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-traffic-m= irror-session.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-traffic-m= irror-target.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-= gateway-connect-peer.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-= gateway-connect.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-g= ateway-multicast-domain.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-g= ateway-peering-attachment.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-g= ateway-prefix-list-reference.rst >>>>>> @@ -1631,23 +1784,27 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-vpn-conne= ction.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-vpn-gatew= ay.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/deprovision-byoi= p-cidr.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/deprovision-ipa= m-pool-cidr.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-image= .rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-insta= nce-event-notification-attributes.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-trans= it-gateway-multicast-group-members.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-trans= it-gateway-multicast-group-source.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-account= -attributes.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-addres= ses-attribute.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-address= es.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-aggrega= te-id-format.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-availab= ility-zones.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-bundle-= tasks.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-byoip-c= idrs.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-capacit= y-reservations.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-carrie= r-gateways.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-classic= -link-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-p= ools.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-convers= ion-tasks.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-custome= r-gateways.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-dhcp-op= tions.rst >>>>>> @@ -1675,22 +1832,33 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instanc= e-attribute.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instanc= e-credit-specifications.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instanc= e-event-notification-attributes.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instan= ce-event-windows.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instanc= e-status.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instanc= e-type-offerings.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instanc= e-types.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instanc= es.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-interne= t-gateways.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipam-p= ools.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipam-s= copes.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipams.= rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipv6-po= ols.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-key-pai= rs.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-launch-= template-versions.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-launch-= templates.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-= gateway-route-table-virtual-interface-group-associations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-g= ateway-route-table-vpc-associations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-g= ateway-route-tables.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-= gateway-virtual-interface-groups.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-= gateway-virtual-interfaces.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-g= ateways.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-managed= -prefix-lists.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-moving-= addresses.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-nat-gat= eways.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network= -acls.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-networ= k-insights-access-scope-analyses.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-networ= k-insights-access-scopes.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-networ= k-insights-analyses.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-networ= k-insights-paths.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network= -interface-attribute.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network= -interface-permissions.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network= -interfaces.rst >>>>>> @@ -1699,6 +1867,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-princip= al-id-format.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-public-= ipv4-pools.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-regions= .rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-replac= e-root-volume-tasks.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-reserve= d-instances-listings.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-reserve= d-instances-modifications.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-reserve= d-instances-offerings.rst >>>>>> @@ -1707,6 +1876,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-schedul= ed-instance-availability.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-schedul= ed-instances.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-securit= y-group-references.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-securi= ty-group-rules.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-securit= y-groups.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-snapsho= t-attribute.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-snapsho= ts.rst >>>>>> @@ -1717,12 +1887,16 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-spot-in= stance-requests.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-spot-pr= ice-history.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-stale-s= ecurity-groups.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-store-= image-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= -mirror-filters.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-traffic= -mirror-sessions.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-traffic= -mirror-targets.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit= -gateway-attachments.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transi= t-gateway-connect-peers.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transi= t-gateway-connects.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transi= t-gateway-multicast-domains.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit= -gateway-peering-attachments.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit= -gateway-route-tables.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit= -gateway-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-gatew= ay.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-ebs-encr= yption-by-default.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-fast-sna= pshot-restores.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-image-d= eprecation.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-serial-= console-access.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-transit-= gateway-route-table-propagation.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-vgw-rout= e-propagation.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-vpc-clas= sic-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-add= ress.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-cli= ent-vpn-target-network.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-iam= -instance-profile.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-in= stance-event-window.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-rou= te-table.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-sub= net-cidr-block.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-tra= nsit-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= -cidr-block.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-ebs-encry= ption-by-default.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-fast-snap= shot-restores.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-image-de= precation.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-ipam-org= anization-admin-account.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-serial-c= onsole-access.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-transit-g= ateway-route-table-propagation.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-vgw-route= -propagation.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/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/export-image.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-associated-i= pv6-pool-cidrs.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-capacity-res= ervation-usage.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-coip-pool-u= sage.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-console-outp= ut.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-console-scre= enshot.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-default-cred= it-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-encrypti= on-by-default.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-flow-logs-i= ntegration-template.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-groups-for-c= apacity-reservation.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-host-reserva= tion-purchase-preview.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-addres= s-history.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-pool-a= llocations.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-pool-c= idrs.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-resour= ce-cidrs.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-launch-templ= ate-data.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-managed-pref= ix-list-associations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-managed-pref= ix-list-entries.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-network-ins= ights-access-scope-analysis-findings.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-network-ins= ights-access-scope-content.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-password-dat= a.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-reserved-ins= tances-exchange-quote.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-serial-cons= ole-access-status.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-subnet-cidr= -reservations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gate= way-attachment-propagations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gate= way-multicast-domain-associations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gate= way-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-= attribute.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-availabil= ity-zone-group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-capacity-= reservation.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-client-vp= n-endpoint.rst >>>>>> @@ -1811,12 +2003,17 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-= capacity-reservation-attributes.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-= credit-specification.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-= event-start-time.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance= -event-window.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-= metadata-options.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-= placement.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-ipam-poo= l.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-ipam-res= ource-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-te= mplate.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-managed-p= refix-list.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-network-i= nterface-attribute.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-reserved-= instances.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-security= -group-rules.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-snapshot-= attribute.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-spot-flee= t-request.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-subnet-at= tribute.rst >>>>>> @@ -1841,16 +2038,19 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-vpn-tunne= l-options.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/monitor-instance= s.rst >>>>>> #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-insight= s-access-scope.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/provision-byoip-= cidr.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/provision-ipam-= pool-cidr.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-host-re= servation.rst >>>>>> -#usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-reserv= ed-instance-offering.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-reserve= d-instances-offering.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-schedul= ed-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.r= st >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/register-instanc= e-event-notification-attributes.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transi= t-gateway-multicase-group-sources.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transit= -gateway-multicast-group-members.rst >>>>>> -#usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transi= t-gateway-multicast-group-source.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transi= t-gateway-multicast-group-sources.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-transit-g= ateway-peering-attachment.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-transit-g= ateway-vpc-attachments.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-vpc-endpo= int-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-= status.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/request-spot-fle= et.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/request-spot-ins= tances.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-address-a= ttribute.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-ebs-defaul= t-kms-key-id.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-fpga-image= -attribute.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-image-attr= ibute.rst >>>>>> @@ -1874,6 +2075,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-snapshot-a= ttribute.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-= prefix-list-version.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/restore-snapsho= t-from-recycle-bin.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/revoke-client-vp= n-ingress.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/revoke-security-= group-egress.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/revoke-security-= group-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-g= ateway-routes.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/send-diagnostic-= interrupt.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/start-instances.= rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/start-network-i= nsights-access-scope-analysis.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/start-network-i= nsights-analysis.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/stop-instances.r= st >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/terminate-client= -vpn-connections.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/terminate-instan= ces.rst >>>>>> @@ -2219,6 +2423,10 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/elbv2/wait/target-de= registered.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/elbv2/wait/target-in= -service.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/upda= te-role-trust-policy >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/emr-containers/upda= te-role-trust-policy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/emr-containers/upda= te-role-trust-policy/_description.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/emr/add-instance-fle= et.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-delive= ry-streams.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/firehose/put-record-= batch.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-experime= nt-template.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/delete-experime= nt-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-= template.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= -templates.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/list-experiment= s.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/list-tags-for-r= esource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/start-experimen= t.rst >>>>>> +#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-experime= nt-template.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/fms >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/fms/associate-admin-= account.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/fms/delete-notificat= ion-channel.rst >>>>>> @@ -2343,17 +2566,32 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/glacier/wait/vault-e= xists.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/glacier/wait/vault-n= ot-exists.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/a= dd-custom-routing-endpoints.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/ad= vertise-byoip-cidr.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/a= llow-custom-routing-traffic.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/cr= eate-accelerator.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/c= reate-custom-routing-accelerator.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/c= reate-custom-routing-endpoint-group.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/c= reate-custom-routing-listener.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/cr= eate-endpoint-group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/cr= eate-listener.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/d= eny-custom-routing-traffic.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/de= provision-byoip-cidr.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/de= scribe-accelerator-attributes.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/de= scribe-accelerator.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/d= escribe-custom-routing-accelerator-attributes.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/d= escribe-custom-routing-accelerator.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/d= escribe-custom-routing-endpoint-group.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/d= escribe-custom-routing-listener.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/de= scribe-endpoint-group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/de= scribe-listener.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/li= st-accelerators.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/li= st-byoip-cidr.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/l= ist-custom-routing-accelerators.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/l= ist-custom-routing-endpoint-groups.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/l= ist-custom-routing-listeners.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/l= ist-custom-routing-port-mappings-by-destination.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/l= ist-custom-routing-port-mappings.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/li= st-endpoint-groups.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/li= st-listeners.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/li= st-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/un= tag-resource.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/up= date-accelerator-attributes.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/up= date-accelerator.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/u= pdate-custom-routing-accelerator-attributes.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/u= pdate-custom-routing-accelerator.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/u= pdate-custom-routing-listener.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/up= date-endpoint-group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/up= date-listener.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/wi= thdraw-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-servi= ce-role-for-account.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/get-subsc= ription-definition-version.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/get-subsc= ription-definition.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrass/get-thin= g-runtime-configuration.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/list-bulk= -deployment-detailed-reports.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/list-bulk= -deployments.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/list-conn= ector-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-lo= gger-definition.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/update-re= source-definition.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/update-su= bscription-definition.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrass/update-t= hing-runtime-configuration.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2 >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/associ= ate-service-role-to-account.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/batch-= associate-client-device-with-core-device.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/batch-= disassociate-client-device-from-core-device.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/cancel= -deployment.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/create= -component-version.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/create= -deployment.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/delete= -component.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/delete= -core-device.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/descri= be-component.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/disass= ociate-service-role-from-account.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-co= mponent-version-artifact.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-co= mponent.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-co= nnectivity-info.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-co= re-device.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-de= ployment.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-se= rvice-role-for-account.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-c= lient-devices-associated-with-core-device.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-c= omponent-versions.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-c= omponents.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-c= ore-devices.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-d= eployments.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-e= ffective-deployments.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-i= nstalled-components.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-t= ags-for-resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/tag-re= source.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/untag-= resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/update= -connectivity-info.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/guardduty >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/guardduty/accept-inv= itation.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/guardduty/archive-fi= ndings.rst >>>>>> @@ -2500,6 +2771,20 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/health/describe-affe= cted-entities.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/health/describe-even= t-details.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/health/describe-even= ts.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/create-f= hir-datastore.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/delete-f= hir-datastore.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/describe= -fhir-datastore.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/describe= -fhir-export-job.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/describe= -fhir-import-job.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-fhi= r-datastores.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-fhi= r-export-jobs.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-fhi= r-import-jobs.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-tag= s-for-resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/start-fh= ir-export-job.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/start-fh= ir-import-job.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/tag-reso= urce.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/untag-re= source.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iam >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iam/add-client-id-to= -open-id-connect-provider.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iam/add-role-to-inst= ance-profile.rst >>>>>> @@ -2755,6 +3040,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-authorize= r.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-billing-g= roup.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-certifica= te-from-csr.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/create-custom-m= etric.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-dimension= .rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-domain-co= nfiguration.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-dynamic-t= hing-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-g= roup.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-ca-certif= icate.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-certifica= te.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/delete-custom-m= etric.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-dimension= .rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-domain-co= nfiguration.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-dynamic-t= hing-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= -group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-ca-cert= ificate.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-certifi= cate.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/describe-custom= -metric.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-default= -authorizer.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-dimensi= on.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-domain-= configuration.rst >>>>>> @@ -2837,6 +3125,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/detach-thing-pri= ncipal.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/disable-topic-ru= le.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/enable-topic-rul= e.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/get-behavior-mo= del-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-po= licies.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/get-indexing-con= figuration.rst >>>>>> @@ -2863,12 +3152,14 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-ca-certific= ates.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-certificate= s-by-ca.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-certificate= s.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/list-custom-met= rics.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-dimensions.= rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-domain-conf= igurations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-indices.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-job-executi= ons-for-job.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-job-executi= ons-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= -actions.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-mitigations= -actions.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-ce= rtificates.rst >>>>>> @@ -2921,6 +3212,8 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-billing-g= roup.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-ca-certif= icate.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-certifica= te.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/update-custom-m= etric.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/update-dimensio= n.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-domain-co= nfiguration.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-dynamic-t= hing-group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-event-con= figurations.rst >>>>>> @@ -3143,21 +3436,79 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iotthingsgraph/updat= e-flow-template.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iotthingsgraph/updat= e-system-template.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/iotthingsgraph/uploa= d-entity-definitions.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/associa= te-aws-account-with-partner-account.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/associa= te-wireless-device-with-thing.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/associa= te-wireless-gateway-with-certificate.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/associa= te-wireless-gateway-with-thing.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-= destination.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-= device-profile.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-= service-profile.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-= wireless-device.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-= wireless-gateway-task-definition.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-= wireless-gateway-task.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-= wireless-gateway.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-= destination.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-= device-profile.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-= service-profile.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-= wireless-device.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-= wireless-gateway-task-definition.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-= wireless-gateway-task.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-= wireless-gateway.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disasso= ciate-aws-account-from-partner-account.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disasso= ciate-wireless-device-from-thing.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disasso= ciate-wireless-gateway-from-certificate.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disasso= ciate-wireless-gateway-from-thing.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-des= tination.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-dev= ice-profile.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-par= tner-account.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-ser= vice-endpoint.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-ser= vice-profile.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wir= eless-device-statistics.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wir= eless-device.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wir= eless-gateway-certificate.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wir= eless-gateway-firmware-information.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wir= eless-gateway-statistics.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wir= eless-gateway-task-definition.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wir= eless-gateway-task.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wir= eless-gateway.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-de= stinations.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-de= vice-profiles.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-pa= rtner-accounts.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-se= rvice-profiles.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-ta= gs-for-resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-wi= reless-devices.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-wi= reless-gateway-task-definitions.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-wi= reless-gateways.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/send-da= ta-to-wireless-device.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/tag-res= ource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/test-wi= reless-device.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/untag-r= esource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-= destination.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-= partner-account.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-= wireless-device.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-= wireless-gateway.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/batch-get-channe= l.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/batch-get-stream= -key.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/create-channel.r= st >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/create-recordin= g-configuration.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/create-stream-ke= y.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/delete-playback-= key-pair.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/delete-recordin= g-configuration.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/delete-stream-ke= y.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/get-channel.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/get-playback-key= -pair.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/get-recording-c= onfiguration.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/get-stream-key.r= st >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/get-stream-sess= ion.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-ke= y-pairs.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/list-recording-= configurations.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-ses= sions.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-re= source.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= -account-from-organization.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/organizations/update= -organizational-unit.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/organizations/update= -policy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/outposts >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/outposts/get-outpos= t-instance-types.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/outposts/get-outpos= t.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/outposts/list-outpo= sts.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-dimensio= n-keys.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/pi/get-resource-metr= ics.rst >>>>>> @@ -3696,6 +4052,17 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/pricing/describe-ser= vices.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/pricing/get-attribut= e-values.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-servi= ce-instance-deployment.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/cancel-servi= ce-pipeline-deployment.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/create-servi= ce.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/delete-servi= ce.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/get-service-= instance.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/get-service.= rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/list-service= -instances.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/update-servi= ce-instance.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/update-servi= ce-pipeline.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/update-servi= ce.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/qldb >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/qldb/cancel-journal-= kinesis-stream.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/qldb/create-ledger.r= st >>>>>> @@ -3715,20 +4082,29 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #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-= permissions-mode.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/qldb/update-ledger.r= st >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ram >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/accept-resource-= share-invitation.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/associate-resou= rce-share-permission.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/associate-resour= ce-share.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/create-resource-= share.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/delete-resource-= share.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/disassociate-re= source-share-permission.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/disassociate-res= ource-share.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/enable-sharing-w= ith-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-pol= icies.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/get-resource-sha= re-associations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/get-resource-sha= re-invitations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/get-resource-sha= res.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/list-pending-in= vitation-resources.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/list-permission= s.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/list-principals.= rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/list-resource-s= hare-permissions.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/list-resource-t= ypes.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/list-resources.r= st >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/promote-resourc= e-share-created-from-policy.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/reject-resource-= share-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.r= st >>>>>> @@ -3741,16 +4117,20 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds-data/execute-sta= tement.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds-data/rollback-tr= ansaction.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/add-option-to-op= tion-group.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/add-role-to-db-= cluster.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/add-role-to-db-i= nstance.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/add-source-ident= ifier-to-subscription.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/add-tags-to-reso= urce.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/apply-pending-m= aintenance-action.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/authorize-db-sec= urity-group-ingress.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/backtrack-db-clu= ster.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/cancel-export-t= ask.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-db-cluster-= parameter-group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-db-cluster-= snapshot.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-db-paramete= r-group.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-grou= p.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/create-custom-a= vailability-zone.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-cluste= r-endpoint.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-cluste= r-parameter-group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-cluste= r-snapshot.rst >>>>>> @@ -3764,10 +4144,12 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-event-sub= scription.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-global-cl= uster.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-option-gr= oup.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-custom-a= vailability-zone.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-cluste= r-endpoint.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-cluste= r-parameter-group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-cluste= r-snapshot.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-cluste= r.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-insta= nce-automated-backup.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-instan= ce.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-parame= ter-group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-securi= ty-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= -group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-event-sub= scription.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-global-cl= uster.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-installa= tion-media.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-option-gr= oup.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-account= -attributes.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-certifi= cates.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-custom= -availability-zones.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-clu= ster-backtracks.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-clus= ter-endpoints.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-clus= ter-parameter-groups.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-clus= ter-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-= tasks.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-global-= clusters.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-instal= lation-media.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-option-= group-options.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-option-= groups.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-orderab= le-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-d= b-instance-modifications.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/download-db-log-= file-portion.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/generate-auth-to= ken.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/generate-db-aut= h-token.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/import-installa= tion-media.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/list-tags-for-re= source.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-certific= ates.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-cluste= r-endpoint.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-clust= er-parameter-group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-cluste= r-snapshot-attribute.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-cluste= r.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-instan= ce.rst >>>>>> @@ -3823,22 +4214,33 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-subnet= -group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-event-sub= scription.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-global-cl= uster.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/promote-read-re= plica-db-cluster.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/promote-read-rep= lica.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/purchase-reserve= d-db-instance.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/purchase-reserve= d-db-instances-offerings.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/reboot-db-instan= ce.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/remove-from-glo= bal-cluster.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/remove-option-fr= om-option-group.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/remove-role-fro= m-db-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-id= entifier-from-subscription.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/remove-tags-fro= m-resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/reset-db-cluste= r-parameter-group.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/reset-db-parame= ter-group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-clust= er-from-s3.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-clust= er-from-snapshot.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-clust= er-to-point-in-time.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-insta= nce-from-db-snapshot.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-insta= nce-from-s3.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-insta= nce-to-point-in-time.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/start-activity-= stream.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/start-db-cluste= r.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/start-db-instan= ce-automated-backups-replication.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/start-db-instanc= e.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/start-export-tas= k.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/stop-activity-s= tream.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-instanc= e-automated-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-rese= rved-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-= group-query.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/get-= group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/get-= tags.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/resource-groups/lis= t-group-resources.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/list= -groups.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/list= -resource-groups.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/resource-groups/put= -group-configuration.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/sear= ch-resources.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/tag.= rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/unta= g.rst >>>>>> @@ -4059,25 +4463,50 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53domains/updat= e-tags-for-domain.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53domains/view-= billing.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/ass= ociate-firewall-rule-group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/asso= ciate-resolver-endpoint-ip-address.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/asso= ciate-resolver-rule.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/cre= ate-firewall-domain-list.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/cre= ate-firewall-rule-group.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/cre= ate-firewall-rule.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/crea= te-resolver-endpoint.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/crea= te-resolver-rule.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/del= ete-firewall-domain-list.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/del= ete-firewall-rule-group.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/del= ete-firewall-rule.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/dele= te-resolver-endpoint.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/dele= te-resolver-rule.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/dis= associate-firewall-rule-group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/disa= ssociate-resolver-endpoint-ip-address.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/disa= ssociate-resolver-rule.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get= -firewall-config.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get= -firewall-domain-list.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get= -firewall-rule-group-association.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get= -firewall-rule-group-policy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get= -firewall-rule-group.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-= resolver-endpoint.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-= resolver-rule-association.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-= resolver-rule.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/imp= ort-firewall-domains.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/lis= t-firewall-configs.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/lis= t-firewall-domain-lists.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/lis= t-firewall-domains.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/lis= t-firewall-rule-group-associations.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/lis= t-firewall-rule-groups.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/lis= t-firewall-rules.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list= -resolver-endpoint-ip-addresses.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list= -resolver-endpoints.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list= -resolver-rule-associations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list= -resolver-rules.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list= -tags-for-resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/put= -firewall-rule-group-policy.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/put-= resolver-rule-policy.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/tag-= resource.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/unta= g-resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/upd= ate-firewall-config.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/upd= ate-firewall-domains.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/upd= ate-firewall-rule-group-association.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/upd= ate-firewall-rule.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/upda= te-resolver-endpoint.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/upda= te-resolver-rule.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/s3 >>>>>> @@ -4215,38 +4644,51 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/list-= secrets.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/put-r= esource-policy.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/put-s= ecret-value.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/remo= ve-regions-from-replication.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/repl= icate-secret-to-regions.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/resto= re-secret.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/rotat= e-secret.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/stop= -replication-to-replica.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/tag-r= esource.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/untag= -resource.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/updat= e-secret-version-stage.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/updat= e-secret.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/vali= date-resource-policy.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/accept-= administrator-invitation.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/accept-i= nvitation.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-di= sable-standards.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-en= able-standards.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-im= port-findings.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-up= date-findings.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-a= ction-target.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-= finding-aggregator.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-i= nsight.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-m= embers.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/decline-= invitations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-a= ction-target.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-= finding-aggregator.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-i= nsight.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-i= nvitations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-m= embers.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe= -action-targets.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe= -hub.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/describ= e-organization-configuration.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe= -products.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe= -standards-controls.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe= -standards.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disable-= import-findings-for-product.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/disable= -organization-admin-account.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disable-= security-hub.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/disasso= ciate-from-administrator-account.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disassoc= iate-from-master-account.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disassoc= iate-members.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/enable-i= mport-findings-for-product.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/enable-= organization-admin-account.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/enable-s= ecurity-hub.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-adm= inistrator-account.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-enab= led-standards.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-fin= ding-aggregator.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-find= ings.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-insi= ght-results.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-insi= ghts.rst >>>>>> @@ -4255,13 +4697,17 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-memb= ers.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/invite-m= embers.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-ena= bled-products-for-import.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-fi= nding-aggregators.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-inv= itations.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-mem= bers.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-or= ganization-admin-accounts.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-tag= s-for-resource.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/tag-reso= urce.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/untag-re= source.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-a= ction-target.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-= finding-aggregator.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-i= nsight.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-= organization-configuration.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-s= ecurity-hub-configuration.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-s= tandards-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/updat= e-product.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/servicecatalog/updat= e-provisioning-artifact.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/servicecatalog/updat= e-tag-option.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/cr= eate-private-dns-namespace.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/cr= eate-service.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/de= lete-namespace.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/de= lete-service.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/de= register-instance.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/di= scover-instances.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/ge= t-operation.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/li= st-instances.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/li= st-namespaces.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/li= st-services.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/re= gister-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-dki= m-attributes.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= -page.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/activa= te-contact-channel.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/comman= d-name.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/create= -contact-channel.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/create= -contact.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/deacti= vate-contact-channel.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/delete= -contact-channel.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/delete= -contact.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/descri= be-engagement.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/descri= be-page.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/get-co= ntact-channel.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/get-co= ntact-policy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/get-co= ntact.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-c= ontact-channels.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-c= ontacts.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-e= ngagements.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-p= age-receipts.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-p= ages-by-contact.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-p= ages-by-engagement.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-t= ags-for-resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/put-co= ntact-policy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/send-a= ctivation-code.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/start-= engagement.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/stop-e= ngagement.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/tag-re= source.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/untag-= resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/update= -contact-channel.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/update= -contact.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/creat= e-replication-set.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/creat= e-response-plan.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/creat= e-timeline-event.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delet= e-incident-record.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delet= e-replication-set.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delet= e-resource-policy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delet= e-response-plan.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delet= e-timeline-event.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-i= ncident-record.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-r= eplication-set.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-r= esource-policies.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-r= esponse-plan.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-t= imeline-event.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-= incident-records.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-= related-items.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-= replication-sets.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-= response-plans.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-= tags-for-resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-= timeline-events.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/put-r= esource-policy.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/start= -incident.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/tag-r= esource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/untag= -resource.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/updat= e-deletion-protection.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/updat= e-incident-record.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/updat= e-related-items.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/updat= e-replication-set.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/updat= e-response-plan.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/updat= e-timeline-event.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/add-tags-to-reso= urce.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/associate-ops-i= tem-related-item.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/cancel-command.r= st >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/cancel-maintenan= ce-window-execution.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/create-activatio= n.rst >>>>>> @@ -4477,6 +4995,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/describe-patch-g= roups.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/describe-patch-p= roperties.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/describe-session= s.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/disassociate-op= s-item-related-item.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/get-automation-e= xecution.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/get-calendar-sta= te.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/get-command-invo= cation.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-= items.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-compliance-= summaries.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/list-document-m= etadata-history.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-document-ve= rsions.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-documents.r= st >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-inventory-e= ntries.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/list-ops-item-r= elated-items.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-resource-co= mpliance-summaries.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-resource-da= ta-sync.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-tags-for-re= source.rst >>>>>> @@ -4528,12 +5049,15 @@ usr/lib/python3.10/site-packages/awscli/exampl= es >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/send-command.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/start-associatio= ns-once.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/start-automation= -execution.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/start-change-re= quest-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-= execution.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/terminate-sessio= n.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/unlabel-paramet= er-version.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-associati= on-status.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-associati= on.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-document-= default-version.rst >>>>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/update-document= -metadata.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-document.= rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-maintenan= ce-window-target.rst >>>>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-maintenan= ce-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 = intentional. >>>> I used an old lfs version that I had started to work on when I was doing= the python3.10 changes. I then decided to leave the aws-cli till later but I= didn'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 pyt= hon3-pyasn1 python3-rsa python3-s3transfer python3-six python3-yaml >>>>>> +PAK_VER =3D 6 >>>>>>=20 >>>>>> -SERVICES =3D >>>>>> +DEPS =3D python3-botocore python3-colorama python3-docutils pyt= hon3-pyasn1 python3-rsa python3-s3transfer python3-yaml >>>>> Did you run the aws command to check if this still executes and at leas= t prints the help text? >>>> Same problem as mentioned above. I had originally thought the python-six= command could be left out when I was doing the python3.10 changes. Realised = later they could not but forgot to recheck the lfs. >>>>=20 >>>> Not being a cloud user I hadn't even thought about running the aws comma= nd. 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 = directory directly and that I don't need to install IPFire from the iso that = I build? >>>=20 >>> 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. >>>=20 >>>> Sorry for the errors but thanks for catching them for me. >>>=20 >>> No worries. >>>=20 >>> -Michael >>>=20 >>>>=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 >=20 > --=20 > Sent from my laptop --===============2687346914239151445==--