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: Fri, 11 Mar 2022 13:46:14 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8253521769079397352==" List-Id: --===============8253521769079397352== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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, in m= ain 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 em= it return self._emitter.emit(aliased_event_name, **kwargs) File "/usr/lib/python3.10/site-packages/botocore/hooks.py", line 228, in em= it return self._emit(event_name, kwargs) File "/usr/lib/python3.10/site-packages/botocore/hooks.py", line 211, in _e= mit response =3D handler(**kwargs) File "/usr/lib/python3.10/site-packages/awscli/customizations/s3/s3.py", li= ne 46, in add_s3 utils.rename_command(command_table, 's3', 's3api') File "/usr/lib/python3.10/site-packages/awscli/customizations/utils.py", li= ne 64, in rename_command current =3D command_table[existing_name] KeyError: =E2=80=98s3' I will revert the commit and then we can investigate. There is a Version 2 out, which we might want to migrate to. -Michael > On 1 Mar 2022, at 10:55, Michael Tremer wrote: >=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 the= re appears to be >>>> a new release nearly every day. so there are a huge number of releases = between 1.18.188 >>>> from Dec 2nd 2020 to 1.22.63 from Feb 25 2022. It appears that only at = weekends no >>>> releases are done. Full changelog can be viewed at >>>> https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst >>>>=20 >>>> Signed-off-by: Adolf Belka >>>> --- >>>> config/rootfiles/packages/aws-cli | 540 +++++++++++++++++++++++++++++- >>>> lfs/aws-cli | 14 +- >>>> 2 files changed, 537 insertions(+), 17 deletions(-) >>>>=20 >>>> diff --git a/config/rootfiles/packages/aws-cli b/config/rootfiles/packag= es/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-I= NFO >>>> -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/SOURC= ES.txt >>>> -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/depen= dency_links.txt >>>> -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/requi= res.txt >>>> -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/top_l= evel.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-IN= FO >>>> +#usr/lib/python3.10/site-packages/awscli-1.22.63-py3.10.egg-info/SOURCE= S.txt >>>> +#usr/lib/python3.10/site-packages/awscli-1.22.63-py3.10.egg-info/depend= ency_links.txt >>>> +#usr/lib/python3.10/site-packages/awscli-1.22.63-py3.10.egg-info/requir= es.txt >>>> +#usr/lib/python3.10/site-packages/awscli-1.22.63-py3.10.egg-info/top_le= vel.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/customizatio= ns/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/executecomma= nd.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/customizati= ons/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/terminateclus= ters.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/ba= se36.py >>>> +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/co= nstants.py >>>> +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/ek= s.py >>>> +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/ia= m.py >>>> +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/up= date_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-st= age.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/apigatewayv2/update-vp= c-link.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/appconfig >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-appl= ication.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-conf= iguration-profile.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-envi= ronment.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-host= ed-configuration-version.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-appl= ication.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-conf= iguration-profile.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-depl= oyment-strategy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-envi= ronment.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-host= ed-configuration-version.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-applica= tion.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-configu= ration-profile.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-configur= ation.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-deploym= ent-strategy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-deploym= ent.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-environ= ment.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-hosted-= configuration-version.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-applica= tions.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-configu= ration-profiles.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-deploy= ment-strategies.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-deploy= ments.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-environ= ments.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-hosted= -configuration-versions.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-tags-f= or-resource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/start-deplo= yment.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/stop-deploy= ment.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/tag-resourc= e.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/untag-resou= rce.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-appl= ication.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-conf= iguration-profile.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-depl= oyment-strategy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-envi= ronment.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/validate-co= nfiguration.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling >>>> #usr/lib/python3.10/site-packages/awscli/examples/application-autoscalin= g/delete-scaling-policy.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/application-autoscalin= g/delete-scheduled-action.rst >>>> @@ -451,6 +487,29 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/appmesh/update-virtual= -node.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/appmesh/update-virtual= -router.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/appmesh/update-virtual= -service.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/associate-c= ustom-domain.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/create-auto= -scaling-configuration.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/create-conn= ection.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/create-serv= ice.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/delete-auto= -scaling-configuration.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/delete-conn= ection.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/delete-serv= ice.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/describe-au= to-scaling-configuration.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/describe-cu= stom-domains.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/describe-se= rvice.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/disassociat= e-custom-domain.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-auto-s= caling-configurations.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-connec= tions.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-operat= ions.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-servic= es.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-tags-f= or-resource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/pause-servi= ce.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/resume-serv= ice.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/start-deplo= yment.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/tag-resourc= e.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/untag-resou= rce.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/update-serv= ice.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/athena >>>> #usr/lib/python3.10/site-packages/awscli/examples/athena/batch-get-named= -query.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/athena/batch-get-query= -execution.rst >>>> @@ -503,6 +562,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-pol= icy.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-sch= eduled-action.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-tag= s.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-wa= rm-pool.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-a= ccount-limits.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-a= djustment-types.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-a= uto-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-s= cheduled-actions.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-t= ags.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-t= ermination-policy-types.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-= warm-pool.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/detach-ins= tances.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/detach-loa= d-balancer-target-groups.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/detach-loa= d-balancers.rst >>>> @@ -534,6 +595,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-notifi= cation-configuration.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-scalin= g-policy.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-schedu= led-update-group-action.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-warm-= pool.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/record-lif= ecycle-action-heartbeat.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/resume-pro= cesses.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/set-desire= d-capacity.rst >>>> @@ -689,15 +751,26 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloud9/list-environmen= ts.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloud9/update-environm= ent-membership.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloud9/update-environm= ent.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/create-r= esource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/delete-r= esource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/get-reso= urce-request-status.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/get-reso= urce.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/list-res= ource-requests.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/list-res= ources.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/update-r= esource.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/_deploy= _description.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/_packag= e_description.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/activa= te-type.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/batch-= describe-type-configurations.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/cancel-= update-stack.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/continu= e-update-rollback.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/create-= change-set.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/create-= stack-instances.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/create-= stack-set.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/create-= stack.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/deacti= vate-type.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/delete-= change-set.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/delete-= stack-instances.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/delete-= stack-set.rst >>>> @@ -706,6 +779,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/deregis= ter-type.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describ= e-account-limits.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describ= e-change-set.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/descri= be-publisher.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describ= e-stack-drift-detection-status.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describ= e-stack-events.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describ= e-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-ty= pe-versions.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/list-ty= pes.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/package= .rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/publis= h-type.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/regist= er-publisher.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/registe= r-type.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/set-sta= ck-policy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/set-ty= pe-configuration.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/set-typ= e-default-version.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/signal-= resource.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/stop-st= ack-set-operation.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/test-t= ype.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/update-= stack-instances.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/update-= stack-set.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/update-= stack.rst >>>> @@ -827,6 +905,38 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/put-metric-= alarm.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/put-metric-= data.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/set-alarm-s= tate.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/associat= e-external-connection.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/copy-pac= kage-versions.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/create-d= omain.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/create-r= epository.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete-d= omain-permissions-policy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete-d= omain.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete-p= ackage-versions.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete-r= epository-permissions-policy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete-r= epository.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/describe= -domain.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/describe= -repository.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/disassoc= iate-external-connection.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/dispose-= package-versions.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-auth= orization-token.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-doma= in-permissions-policy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-pack= age-version-asset.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-pack= age-version-readme.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-repo= sitory-endpoint.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-repo= sitory-permissions-policy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-dom= ains.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-pac= kage-version-assets.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-pac= kage-version-dependencies.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-pac= kage-versions.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-pac= kages.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-rep= ositories-in-domain.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-rep= ositories.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/login.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/put-doma= in-permissions-policy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/put-repo= sitory-permissions-policy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/update-p= ackage-versions-status.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/update-r= epository.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/codebuild >>>> #usr/lib/python3.10/site-packages/awscli/examples/codebuild/batch-delete= -builds.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/codebuild/batch-get-bu= ild-batches.rst >>>> @@ -947,6 +1057,21 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/codecommit/update-pull= -request-title.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/codecommit/update-repo= sitory-description.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/codecommit/update-repo= sitory-name.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/ass= ociate-repository.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/cre= ate-code-review.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/des= cribe-code-review.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/des= cribe-recommendation-feedback.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/des= cribe-repository-association.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/dis= associate-repository.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/lis= t-code-reviews.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/lis= t-recommendation-feedback.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/lis= t-recommendations.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/lis= t-repository-associations.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/lis= t-tags-for-resource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/put= -recommendation-feedback.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/tag= -resource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/unt= ag-resource.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/codepipeline >>>> #usr/lib/python3.10/site-packages/awscli/examples/codepipeline/acknowled= ge-job.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/codepipeline/create-cu= stom-action-type.rst >>>> @@ -1274,7 +1399,10 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/detective/list-graphs.= rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/detective/list-invitat= ions.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/detective/list-members= .rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/detective/list-tags-f= or-resource.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/detective/reject-invit= ation.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/detective/tag-resourc= e.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/detective/untag-resou= rce.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/devicefarm >>>> #usr/lib/python3.10/site-packages/awscli/examples/devicefarm/create-devi= ce-pool.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/devicefarm/create-proj= ect.rst >>>> @@ -1495,6 +1623,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/advertise-byoip-ci= dr.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/allocate-address.r= st >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/allocate-hosts.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/allocate-ipam-poo= l-cidr.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/apply-security-gro= ups-to-client-vpn-target-network.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/assign-ipv6-addres= ses.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/assign-private-ip-= 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-v= pn-target-network.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-dhcp-opt= ions.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-iam-inst= ance-profile.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-instanc= e-event-window.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-route-ta= ble.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-subnet-c= idr-block.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-transit-= 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.r= st >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-fpga-image.= rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-image.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-instance-e= vent-window.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-instance-ex= port-task.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-internet-ga= teway.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-ipam-pool.= rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-ipam-scope= .rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-ipam.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-key-pair.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-launch-temp= late-version.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-launch-temp= late.rst >>>> @@ -1551,22 +1685,31 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-nat-gateway= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-acl= -entry.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-acl= .rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-in= sights-access-scope.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-in= sights-path.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-int= erface-permission.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-int= erface.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-placement-g= roup.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-replace-ro= ot-volume-task.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-reserved-in= stances-listing.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-restore-im= age-task.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-route-table= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-route.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-security-gr= oup.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-snapshot.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-snapshots.r= st >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-spot-datafe= ed-subscription.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-store-imag= e-task.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-subnet-cid= r-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-mir= ror-filter-rule.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-traffic-mir= ror-filter.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-traffic-mir= ror-session.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-traffic-mir= ror-target.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-ga= teway-connect-peer.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-ga= teway-connect.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-ga= teway-multicast-domain.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gat= eway-peering-attachment.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gat= eway-prefix-list-reference.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gat= eway-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-connect= ion-route.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-vpn-connect= ion.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-vpn-gateway= .rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-carrier-ga= teway.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-client-vpn-= endpoint.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-client-vpn-= route.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-customer-ga= teway.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.r= st >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-fpga-image.= rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-instance-e= vent-window.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-internet-ga= teway.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-ipam-scope= .rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-ipam.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-key-pair.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-launch-temp= late-versions.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-launch-temp= late.rst >>>> @@ -1599,6 +1746,9 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-nat-gateway= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-acl= -entry.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-acl= .rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-in= sights-access-scope.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-in= sights-analysis.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-in= sights-path.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-int= erface-permission.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-int= erface.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-placement-g= roup.rst >>>> @@ -1608,12 +1758,15 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-security-gr= oup.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-snapshot.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-spot-datafe= ed-subscription.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-subnet-cid= r-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-mir= ror-filter-rule.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-traffic-mir= ror-filter.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-traffic-mir= ror-session.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-traffic-mir= ror-target.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-ga= teway-connect-peer.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-ga= teway-connect.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gat= eway-multicast-domain.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gat= eway-peering-attachment.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gat= eway-prefix-list-reference.rst >>>> @@ -1631,23 +1784,27 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-vpn-connect= ion.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-vpn-gateway= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/deprovision-byoip-= cidr.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/deprovision-ipam-= pool-cidr.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-image.r= st >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-instanc= e-event-notification-attributes.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-transit= -gateway-multicast-group-members.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-transit= -gateway-multicast-group-source.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-account-a= ttributes.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-addresse= s-attribute.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-addresses= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-aggregate= -id-format.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-availabil= ity-zones.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-bundle-ta= sks.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-byoip-cid= rs.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-capacity-= reservations.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-carrier-= gateways.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-classic-l= ink-instances.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-client-vp= n-authorization-rules.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-client-vp= n-connections.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-client-vp= n-endpoints.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-client-vp= n-routes.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-client-vp= n-target-networks.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-coip-poo= ls.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-conversio= n-tasks.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-customer-= gateways.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-dhcp-opti= ons.rst >>>> @@ -1675,22 +1832,33 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-= attribute.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-= credit-specifications.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-= event-notification-attributes.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance= -event-windows.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-= status.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-= type-offerings.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-= types.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instances= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-internet-= gateways.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipam-poo= ls.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipam-sco= pes.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipams.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipv6-pool= s.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-key-pairs= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-launch-te= mplate-versions.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-launch-te= mplates.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-ga= teway-route-table-virtual-interface-group-associations.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gat= eway-route-table-vpc-associations.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gat= eway-route-tables.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-ga= teway-virtual-interface-groups.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-ga= teway-virtual-interfaces.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gat= eways.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-managed-p= refix-lists.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-moving-ad= dresses.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-nat-gatew= ays.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-a= cls.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-= insights-access-scope-analyses.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-= insights-access-scopes.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-= insights-analyses.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-= insights-paths.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-i= nterface-attribute.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-i= nterface-permissions.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-i= nterfaces.rst >>>> @@ -1699,6 +1867,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-principal= -id-format.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-public-ip= v4-pools.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-regions.r= st >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-replace-= root-volume-tasks.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-reserved-= instances-listings.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-reserved-= instances-modifications.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-reserved-= 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-scheduled= -instance-availability.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-scheduled= -instances.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-security-= group-references.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-security= -group-rules.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-security-= groups.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-snapshot-= attribute.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-snapshots= .rst >>>> @@ -1717,12 +1887,16 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-spot-inst= ance-requests.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-spot-pric= e-history.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-stale-sec= urity-groups.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-store-im= age-tasks.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-subnets.r= st >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-tags.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-traffic-m= irror-filters.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-traffic-m= irror-sessions.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-traffic-m= irror-targets.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-g= ateway-attachments.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-= gateway-connect-peers.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-= gateway-connects.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-= gateway-multicast-domains.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-g= ateway-peering-attachments.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-g= ateway-route-tables.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-g= ateway-vpc-attachments.rst >>>> @@ -1751,6 +1925,8 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/detach-vpn-gateway= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-ebs-encryp= tion-by-default.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-fast-snaps= hot-restores.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-image-dep= recation.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-serial-co= nsole-access.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-transit-ga= teway-route-table-propagation.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-vgw-route-= propagation.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-vpc-classi= c-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-addre= ss.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-clien= t-vpn-target-network.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-iam-i= nstance-profile.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-inst= ance-event-window.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-route= -table.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-subne= t-cidr-block.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-trans= it-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-c= idr-block.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-ebs-encrypt= ion-by-default.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-fast-snapsh= ot-restores.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-image-depr= ecation.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-ipam-organ= ization-admin-account.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-serial-con= sole-access.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-transit-gat= eway-route-table-propagation.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-vgw-route-p= ropagation.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-volume-io.r= st >>>> @@ -1775,18 +1955,28 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/export-image.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-associated-ipv= 6-pool-cidrs.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-capacity-reser= vation-usage.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-coip-pool-usa= ge.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-console-output= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-console-screen= shot.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-default-credit= -specification.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ebs-default-km= s-key-id.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ebs-encryption= -by-default.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-flow-logs-int= egration-template.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-groups-for-cap= acity-reservation.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-host-reservati= on-purchase-preview.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-address-= history.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-pool-all= ocations.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-pool-cid= rs.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-resource= -cidrs.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-launch-templat= e-data.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-managed-prefix= -list-associations.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-managed-prefix= -list-entries.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-network-insig= hts-access-scope-analysis-findings.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-network-insig= hts-access-scope-content.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-password-data.= rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-reserved-insta= nces-exchange-quote.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-serial-consol= e-access-status.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-subnet-cidr-r= eservations.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gatewa= y-attachment-propagations.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gatewa= y-multicast-domain-associations.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gatewa= y-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-at= tribute.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-availabilit= y-zone-group.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-capacity-re= servation.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-client-vpn-= endpoint.rst >>>> @@ -1811,12 +2003,17 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-ca= pacity-reservation-attributes.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-cr= edit-specification.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-ev= ent-start-time.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-e= vent-window.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-me= tadata-options.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-pl= acement.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-ipam-pool.= rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-ipam-resou= rce-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-temp= late.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-managed-pre= fix-list.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-network-int= erface-attribute.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-reserved-in= stances.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-security-g= roup-rules.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-snapshot-at= tribute.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-spot-fleet-= request.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-subnet-attr= ibute.rst >>>> @@ -1841,16 +2038,19 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-vpn-tunnel-= options.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/monitor-instances.= rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/move-address-to-vp= c.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/move-byoip-cidr-t= o-ipam.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/network-insights-= access-scope.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/provision-byoip-ci= dr.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/provision-ipam-po= ol-cidr.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-host-rese= rvation.rst >>>> -#usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-reserved= -instance-offering.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-reserved-= instances-offering.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-scheduled= -instances.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reboot-instances.r= st >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/register-image.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/register-instance-= event-notification-attributes.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transit-= gateway-multicase-group-sources.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transit-g= ateway-multicast-group-members.rst >>>> -#usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transit-= gateway-multicast-group-source.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transit-= gateway-multicast-group-sources.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-transit-gat= eway-peering-attachment.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-transit-gat= eway-vpc-attachments.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-vpc-endpoin= t-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-st= atus.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/request-spot-fleet= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/request-spot-insta= nces.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-address-att= ribute.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-ebs-default-= kms-key-id.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-fpga-image-a= ttribute.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-image-attrib= ute.rst >>>> @@ -1874,6 +2075,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-snapshot-att= ribute.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-pr= efix-list-version.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/restore-snapshot-= from-recycle-bin.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/revoke-client-vpn-= ingress.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/revoke-security-gr= oup-egress.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/revoke-security-gr= oup-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-gat= eway-routes.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/send-diagnostic-in= terrupt.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/start-instances.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/start-network-ins= ights-access-scope-analysis.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ec2/start-network-ins= ights-analysis.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/stop-instances.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/terminate-client-v= pn-connections.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ec2/terminate-instance= s.rst >>>> @@ -2219,6 +2423,10 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/elbv2/wait/target-dere= gistered.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/elbv2/wait/target-in-s= ervice.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/emr >>>> +#usr/lib/python3.10/site-packages/awscli/examples/emr-containers >>>> +#usr/lib/python3.10/site-packages/awscli/examples/emr-containers/update= -role-trust-policy >>>> +#usr/lib/python3.10/site-packages/awscli/examples/emr-containers/update= -role-trust-policy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/emr-containers/update= -role-trust-policy/_description.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/emr/add-instance-fleet= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/emr/add-steps.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/emr/add-tags.rst >>>> @@ -2267,6 +2475,21 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/firehose/list-delivery= -streams.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/firehose/put-record-ba= tch.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/firehose/put-record.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis >>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/create-experiment= -template.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/delete-experiment= -template.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/get-action.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/get-experiment-te= mplate.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-t= emplates.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/list-experiments.= rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/list-tags-for-res= ource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/start-experiment.= rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/stop-experiment.r= st >>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/tag-resource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/untag-resource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/fis/update-experiment= -template.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/fms >>>> #usr/lib/python3.10/site-packages/awscli/examples/fms/associate-admin-ac= count.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/fms/delete-notificatio= n-channel.rst >>>> @@ -2343,17 +2566,32 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/glacier/wait/vault-exi= sts.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/glacier/wait/vault-not= -exists.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/add= -custom-routing-endpoints.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/adve= rtise-byoip-cidr.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/all= ow-custom-routing-traffic.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/crea= te-accelerator.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/cre= ate-custom-routing-accelerator.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/cre= ate-custom-routing-endpoint-group.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/cre= ate-custom-routing-listener.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/crea= te-endpoint-group.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/crea= te-listener.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/den= y-custom-routing-traffic.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/depr= ovision-byoip-cidr.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/desc= ribe-accelerator-attributes.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/desc= ribe-accelerator.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/des= cribe-custom-routing-accelerator-attributes.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/des= cribe-custom-routing-accelerator.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/des= cribe-custom-routing-endpoint-group.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/des= cribe-custom-routing-listener.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/desc= ribe-endpoint-group.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/desc= ribe-listener.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list= -accelerators.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list= -byoip-cidr.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/lis= t-custom-routing-accelerators.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/lis= t-custom-routing-endpoint-groups.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/lis= t-custom-routing-listeners.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/lis= t-custom-routing-port-mappings-by-destination.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/lis= t-custom-routing-port-mappings.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list= -endpoint-groups.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list= -listeners.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list= -tags-for-resource.rst >>>> @@ -2362,6 +2600,9 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/unta= g-resource.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/upda= te-accelerator-attributes.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/upda= te-accelerator.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/upd= ate-custom-routing-accelerator-attributes.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/upd= ate-custom-routing-accelerator.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/upd= ate-custom-routing-listener.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/upda= te-endpoint-group.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/upda= te-listener.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/with= draw-byoip-cidr.rst >>>> @@ -2435,6 +2676,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/get-service= -role-for-account.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/get-subscri= ption-definition-version.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/get-subscri= ption-definition.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrass/get-thing-= runtime-configuration.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/list-bulk-d= eployment-detailed-reports.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/list-bulk-d= eployments.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/list-connec= tor-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-logg= er-definition.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/update-reso= urce-definition.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/greengrass/update-subs= cription-definition.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrass/update-thi= ng-runtime-configuration.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2 >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/associat= e-service-role-to-account.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/batch-as= sociate-client-device-with-core-device.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/batch-di= sassociate-client-device-from-core-device.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/cancel-d= eployment.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/create-c= omponent-version.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/create-d= eployment.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/delete-c= omponent.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/delete-c= ore-device.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/describe= -component.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/disassoc= iate-service-role-from-account.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-comp= onent-version-artifact.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-comp= onent.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-conn= ectivity-info.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-core= -device.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-depl= oyment.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-serv= ice-role-for-account.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-cli= ent-devices-associated-with-core-device.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-com= ponent-versions.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-com= ponents.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-cor= e-devices.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-dep= loyments.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-eff= ective-deployments.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-ins= talled-components.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-tag= s-for-resource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/tag-reso= urce.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/untag-re= source.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/update-c= onnectivity-info.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/guardduty >>>> #usr/lib/python3.10/site-packages/awscli/examples/guardduty/accept-invit= ation.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/guardduty/archive-find= ings.rst >>>> @@ -2500,6 +2771,20 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/health/describe-affect= ed-entities.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/health/describe-event-= details.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/health/describe-events= .rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake >>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/create-fhi= r-datastore.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/delete-fhi= r-datastore.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/describe-f= hir-datastore.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/describe-f= hir-export-job.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/describe-f= hir-import-job.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-fhir-= datastores.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-fhir-= export-jobs.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-fhir-= import-jobs.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-tags-= for-resource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/start-fhir= -export-job.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/start-fhir= -import-job.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/tag-resour= ce.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/untag-reso= urce.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iam >>>> #usr/lib/python3.10/site-packages/awscli/examples/iam/add-client-id-to-o= pen-id-connect-provider.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iam/add-role-to-instan= ce-profile.rst >>>> @@ -2755,6 +3040,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-authorizer.= rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-billing-gro= up.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-certificate= -from-csr.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/create-custom-met= ric.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-dimension.r= st >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-domain-conf= iguration.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/create-dynamic-thi= ng-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-gro= up.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-ca-certific= ate.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-certificate= .rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/delete-custom-met= ric.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-dimension.r= st >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-domain-conf= iguration.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-dynamic-thi= ng-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-g= roup.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-ca-certif= icate.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-certifica= te.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/describe-custom-m= etric.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-default-a= uthorizer.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-dimension= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-domain-co= nfiguration.rst >>>> @@ -2837,6 +3125,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/detach-thing-princ= ipal.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/disable-topic-rule= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/enable-topic-rule.= rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/get-behavior-mode= l-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-poli= cies.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/get-indexing-confi= guration.rst >>>> @@ -2863,12 +3152,14 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-ca-certificat= es.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-certificates-= by-ca.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-certificates.= rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/list-custom-metri= cs.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-dimensions.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-domain-config= urations.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-indices.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-job-execution= s-for-job.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-job-execution= s-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-a= ctions.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-mitigations-a= ctions.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-ota-updates.r= st >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/list-outgoing-cert= ificates.rst >>>> @@ -2921,6 +3212,8 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-billing-gro= up.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-ca-certific= ate.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-certificate= .rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/update-custom-met= ric.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iot/update-dimension.= rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-domain-conf= iguration.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-dynamic-thi= ng-group.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iot/update-event-confi= gurations.rst >>>> @@ -3143,21 +3436,79 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/iotthingsgraph/update-= flow-template.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iotthingsgraph/update-= system-template.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/iotthingsgraph/upload-= entity-definitions.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/associate= -aws-account-with-partner-account.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/associate= -wireless-device-with-thing.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/associate= -wireless-gateway-with-certificate.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/associate= -wireless-gateway-with-thing.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-de= stination.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-de= vice-profile.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-se= rvice-profile.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-wi= reless-device.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-wi= reless-gateway-task-definition.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-wi= reless-gateway-task.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-wi= reless-gateway.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-de= stination.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-de= vice-profile.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-se= rvice-profile.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-wi= reless-device.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-wi= reless-gateway-task-definition.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-wi= reless-gateway-task.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-wi= reless-gateway.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disassoci= ate-aws-account-from-partner-account.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disassoci= ate-wireless-device-from-thing.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disassoci= ate-wireless-gateway-from-certificate.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disassoci= ate-wireless-gateway-from-thing.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-desti= nation.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-devic= e-profile.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-partn= er-account.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-servi= ce-endpoint.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-servi= ce-profile.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirel= ess-device-statistics.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirel= ess-device.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirel= ess-gateway-certificate.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirel= ess-gateway-firmware-information.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirel= ess-gateway-statistics.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirel= ess-gateway-task-definition.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirel= ess-gateway-task.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wirel= ess-gateway.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-dest= inations.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-devi= ce-profiles.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-part= ner-accounts.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-serv= ice-profiles.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-tags= -for-resource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-wire= less-devices.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-wire= less-gateway-task-definitions.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-wire= less-gateways.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/send-data= -to-wireless-device.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/tag-resou= rce.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/test-wire= less-device.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/untag-res= ource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-de= stination.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-pa= rtner-account.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-wi= reless-device.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-wi= reless-gateway.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs >>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/batch-get-channel.= rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/batch-get-stream-k= ey.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/create-channel.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/create-recording-= configuration.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/create-stream-key.= rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/delete-playback-ke= y-pair.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/delete-recording-= configuration.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/delete-stream-key.= 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-p= air.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/get-recording-con= figuration.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/get-stream-key.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/get-stream-sessio= n.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/get-stream.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/import-playback-ke= y-pair.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/list-channels.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/list-playback-key-= pairs.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/list-recording-co= nfigurations.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ivs/list-stream-keys.r= st >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ivs/list-stream-sessi= ons.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-reso= urce.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-a= ccount-from-organization.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/organizations/update-o= rganizational-unit.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/organizations/update-p= olicy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/outposts >>>> +#usr/lib/python3.10/site-packages/awscli/examples/outposts/get-outpost-= instance-types.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/outposts/get-outpost.= rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/outposts/list-outpost= s.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/outposts/list-sites.r= st >>>> #usr/lib/python3.10/site-packages/awscli/examples/pi >>>> #usr/lib/python3.10/site-packages/awscli/examples/pi/describe-dimension-= keys.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/pi/get-resource-metric= s.rst >>>> @@ -3696,6 +4052,17 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/pricing/describe-servi= ces.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/pricing/get-attribute-= values.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/pricing/get-products.r= st >>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton >>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/cancel-service= -instance-deployment.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/cancel-service= -pipeline-deployment.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/create-service= .rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/delete-service= .rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/get-service-in= stance.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/get-service.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/list-service-i= nstances.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/update-service= -instance.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/update-service= -pipeline.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/proton/update-service= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/qldb >>>> #usr/lib/python3.10/site-packages/awscli/examples/qldb/cancel-journal-ki= nesis-stream.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/qldb/create-ledger.rst >>>> @@ -3715,20 +4082,29 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/qldb/stream-journal-to= -kinesis.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/qldb/tag-resource.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/qldb/untag-resource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/qldb/update-ledger-pe= rmissions-mode.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/qldb/update-ledger.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ram >>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/accept-resource-sh= are-invitation.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/associate-resourc= e-share-permission.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/associate-resource= -share.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/create-resource-sh= are.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/delete-resource-sh= are.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/disassociate-reso= urce-share-permission.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/disassociate-resou= rce-share.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/enable-sharing-wit= h-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-polic= ies.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/get-resource-share= -associations.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/get-resource-share= -invitations.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/get-resource-share= s.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/list-pending-invi= tation-resources.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/list-permissions.= rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/list-principals.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/list-resource-sha= re-permissions.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/list-resource-typ= es.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/list-resources.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ram/promote-resource-= share-created-from-policy.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/reject-resource-sh= are-invitation.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/tag-resource.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ram/untag-resource.rst >>>> @@ -3741,16 +4117,20 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds-data/execute-state= ment.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds-data/rollback-tran= saction.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/add-option-to-opti= on-group.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/add-role-to-db-cl= uster.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/add-role-to-db-ins= tance.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/add-source-identif= ier-to-subscription.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/add-tags-to-resour= ce.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/apply-pending-mai= ntenance-action.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/authorize-db-secur= ity-group-ingress.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/backtrack-db-clust= er.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/cancel-export-tas= k.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-db-cluster-pa= rameter-group.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-db-cluster-sn= apshot.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-db-parameter-= group.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-db-snapshot.r= st >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-option-group.= rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/create-custom-ava= ilability-zone.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-cluster-= endpoint.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-cluster-= parameter-group.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-cluster-= snapshot.rst >>>> @@ -3764,10 +4144,12 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-event-subsc= ription.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-global-clus= ter.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/create-option-grou= p.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-custom-ava= ilability-zone.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-cluster-= endpoint.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-cluster-= parameter-group.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-cluster-= snapshot.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-cluster.= rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-instanc= e-automated-backup.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-instance= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-paramete= r-group.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-security= -group.rst >>>> @@ -3775,9 +4157,12 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-subnet-g= roup.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-event-subsc= ription.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-global-clus= ter.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-installati= on-media.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-option-grou= p.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-account-a= ttributes.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-certifica= tes.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-custom-a= vailability-zones.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-clust= er-backtracks.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-cluste= r-endpoints.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-cluste= r-parameter-groups.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-cluste= r-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-ta= sks.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-global-cl= usters.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-installa= tion-media.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-option-gr= oup-options.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-option-gr= oups.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-orderable= -db-instance-options.rst >>>> @@ -3811,8 +4197,13 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-valid-db-= instance-modifications.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/download-db-log-fi= le-portion.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/generate-auth-toke= n.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/generate-db-auth-= token.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/import-installati= on-media.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/list-tags-for-reso= urce.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-certificat= es.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-current-db= -cluster-capacity.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-cluster-= endpoint.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-cluster= -parameter-group.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-cluster-= snapshot-attribute.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-cluster.= rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-instance= .rst >>>> @@ -3823,22 +4214,33 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-subnet-g= roup.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-event-subsc= ription.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-global-clus= ter.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/promote-read-repl= ica-db-cluster.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/promote-read-repli= ca.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/purchase-reserved-= db-instance.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/purchase-reserved-= db-instances-offerings.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/reboot-db-instance= .rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/remove-from-globa= l-cluster.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/remove-option-from= -option-group.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/remove-role-from-= db-cluster.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/remove-role-from-d= b-instance.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/remove-source-iden= tifier-from-subscription.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/remove-tags-from-= resource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/reset-db-cluster-= parameter-group.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/reset-db-paramete= r-group.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-cluster= -from-s3.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-cluster= -from-snapshot.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-cluster= -to-point-in-time.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-instanc= e-from-db-snapshot.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-instanc= e-from-s3.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-instanc= e-to-point-in-time.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/start-activity-st= ream.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/start-db-cluster.= rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/start-db-instance= -automated-backups-replication.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/start-db-instance.= rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/start-export-task.= rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/stop-activity-str= eam.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/stop-db-cluster.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/rds/stop-db-instance-= automated-backups-replication.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/rds/stop-db-instance.r= st >>>> #usr/lib/python3.10/site-packages/awscli/examples/redshift >>>> #usr/lib/python3.10/site-packages/awscli/examples/redshift/accept-reserv= ed-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-gr= oup-query.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/get-gr= oup.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/get-ta= gs.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/resource-groups/list-= group-resources.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/list-g= roups.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/list-r= esource-groups.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/resource-groups/put-g= roup-configuration.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/search= -resources.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/tag.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/untag.= rst >>>> @@ -4059,25 +4463,50 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53domains/update-= tags-for-domain.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53domains/view-bi= lling.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/assoc= iate-firewall-rule-group.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/associ= ate-resolver-endpoint-ip-address.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/associ= ate-resolver-rule.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/creat= e-firewall-domain-list.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/creat= e-firewall-rule-group.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/creat= e-firewall-rule.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/create= -resolver-endpoint.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/create= -resolver-rule.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/delet= e-firewall-domain-list.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/delet= e-firewall-rule-group.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/delet= e-firewall-rule.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/delete= -resolver-endpoint.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/delete= -resolver-rule.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/disas= sociate-firewall-rule-group.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/disass= ociate-resolver-endpoint-ip-address.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/disass= ociate-resolver-rule.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-f= irewall-config.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-f= irewall-domain-list.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-f= irewall-rule-group-association.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-f= irewall-rule-group-policy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-f= irewall-rule-group.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-re= solver-endpoint.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-re= solver-rule-association.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-re= solver-rule.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/impor= t-firewall-domains.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-= firewall-configs.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-= firewall-domain-lists.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-= firewall-domains.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-= firewall-rule-group-associations.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-= firewall-rule-groups.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-= firewall-rules.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-r= esolver-endpoint-ip-addresses.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-r= esolver-endpoints.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-r= esolver-rule-associations.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-r= esolver-rules.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-t= ags-for-resource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/put-f= irewall-rule-group-policy.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/put-re= solver-rule-policy.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/tag-re= source.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/untag-= resource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/updat= e-firewall-config.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/updat= e-firewall-domains.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/updat= e-firewall-rule-group-association.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/updat= e-firewall-rule.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/update= -resolver-endpoint.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/update= -resolver-rule.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/s3 >>>> @@ -4215,38 +4644,51 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/list-se= crets.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/put-res= ource-policy.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/put-sec= ret-value.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/remove= -regions-from-replication.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/replic= ate-secret-to-regions.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/restore= -secret.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/rotate-= secret.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/stop-r= eplication-to-replica.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/tag-res= ource.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/untag-r= esource.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/update-= secret-version-stage.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/update-= secret.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/valida= te-resource-policy.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub >>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/accept-ad= ministrator-invitation.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/accept-inv= itation.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-disa= ble-standards.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-enab= le-standards.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-impo= rt-findings.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-upda= te-findings.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-act= ion-target.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-fi= nding-aggregator.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-ins= ight.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-mem= bers.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/decline-in= vitations.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-act= ion-target.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-fi= nding-aggregator.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-ins= ight.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-inv= itations.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-mem= bers.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-a= ction-targets.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-h= ub.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-= organization-configuration.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-p= roducts.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-s= tandards-controls.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-s= tandards.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disable-im= port-findings-for-product.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/disable-o= rganization-admin-account.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disable-se= curity-hub.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/disassoci= ate-from-administrator-account.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disassocia= te-from-master-account.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disassocia= te-members.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/enable-imp= ort-findings-for-product.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/enable-or= ganization-admin-account.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/enable-sec= urity-hub.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-admin= istrator-account.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-enable= d-standards.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-findi= ng-aggregator.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-findin= gs.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-insigh= t-results.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-insigh= ts.rst >>>> @@ -4255,13 +4697,17 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-member= s.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/invite-mem= bers.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-enabl= ed-products-for-import.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-find= ing-aggregators.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-invit= ations.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-membe= rs.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-orga= nization-admin-accounts.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-tags-= for-resource.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/tag-resour= ce.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/untag-reso= urce.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-act= ion-target.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-fi= nding-aggregator.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-ins= ight.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-or= ganization-configuration.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-sec= urity-hub-configuration.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-sta= ndards-control.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/serverlessrepo >>>> @@ -4318,6 +4764,18 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/servicecatalog/update-= product.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/servicecatalog/update-= provisioning-artifact.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/servicecatalog/update-= tag-option.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery >>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/crea= te-private-dns-namespace.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/crea= te-service.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/dele= te-namespace.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/dele= te-service.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/dere= gister-instance.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/disc= over-instances.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/get-= operation.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/list= -instances.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/list= -namespaces.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/list= -services.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/regi= ster-instance.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ses >>>> #usr/lib/python3.10/site-packages/awscli/examples/ses/delete-identity.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ses/get-identity-dkim-= 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-p= age.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/activate= -contact-channel.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/command-= name.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/create-c= ontact-channel.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/create-c= ontact.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/deactiva= te-contact-channel.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/delete-c= ontact-channel.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/delete-c= ontact.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/describe= -engagement.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/describe= -page.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/get-cont= act-channel.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/get-cont= act-policy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/get-cont= act.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-con= tact-channels.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-con= tacts.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-eng= agements.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-pag= e-receipts.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-pag= es-by-contact.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-pag= es-by-engagement.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-tag= s-for-resource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/put-cont= act-policy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/send-act= ivation-code.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/start-en= gagement.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/stop-eng= agement.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/tag-reso= urce.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/untag-re= source.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/update-c= ontact-channel.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/update-c= ontact.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/create-= replication-set.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/create-= response-plan.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/create-= timeline-event.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delete-= incident-record.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delete-= replication-set.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delete-= resource-policy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delete-= response-plan.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delete-= timeline-event.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-inc= ident-record.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-rep= lication-set.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-res= ource-policies.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-res= ponse-plan.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-tim= eline-event.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-in= cident-records.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-re= lated-items.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-re= plication-sets.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-re= sponse-plans.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-ta= gs-for-resource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-ti= meline-events.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/put-res= ource-policy.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/start-i= ncident.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/tag-res= ource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/untag-r= esource.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-= deletion-protection.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-= incident-record.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-= related-items.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-= replication-set.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-= response-plan.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-= timeline-event.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/add-tags-to-resour= ce.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/associate-ops-ite= m-related-item.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/cancel-command.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/cancel-maintenance= -window-execution.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/create-activation.= rst >>>> @@ -4477,6 +4995,7 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/describe-patch-gro= ups.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/describe-patch-pro= perties.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/describe-sessions.= rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/disassociate-ops-= item-related-item.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/get-automation-exe= cution.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/get-calendar-state= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/get-command-invoca= tion.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-it= ems.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-compliance-su= mmaries.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/list-document-met= adata-history.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-document-vers= ions.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-documents.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-inventory-ent= ries.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/list-ops-item-rel= ated-items.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-resource-comp= liance-summaries.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-resource-data= -sync.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-tags-for-reso= urce.rst >>>> @@ -4528,12 +5049,15 @@ usr/lib/python3.10/site-packages/awscli/examples >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/send-command.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/start-associations= -once.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/start-automation-e= xecution.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/start-change-requ= est-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-ex= ecution.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/terminate-session.= rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/unlabel-parameter= -version.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-association= -status.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-association= .rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-document-de= fault-version.rst >>>> +#usr/lib/python3.10/site-packages/awscli/examples/ssm/update-document-m= etadata.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-document.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-maintenance= -window-target.rst >>>> #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-maintenance= -window-task.rst >>>> diff --git a/lfs/aws-cli b/lfs/aws-cli >>>> index 0af0ee0f1..bd93210ca 100644 >>>> --- a/lfs/aws-cli >>>> +++ b/lfs/aws-cli >>>> @@ -24,9 +24,7 @@ >>>>=20 >>>> include Config >>>>=20 >>>> -SUMMARY =3D Amazon Web Services Command Line Interface >>> The changes from Robin are being removed. I suppose this isn=E2=80=99t in= tentional. >> I used an old lfs version that I had started to work on when I was doing t= he python3.10 changes. I then decided to leave the aws-cli till later but I d= idn'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 pytho= n3-pyasn1 python3-rsa python3-s3transfer python3-six python3-yaml >>>> +PAK_VER =3D 6 >>>>=20 >>>> -SERVICES =3D >>>> +DEPS =3D python3-botocore python3-colorama python3-docutils pytho= n3-pyasn1 python3-rsa python3-s3transfer python3-yaml >>> Did you run the aws command to check if this still executes and at least = prints the help text? >> Same problem as mentioned above. I had originally thought the python-six c= ommand could be left out when I was doing the python3.10 changes. Realised la= ter they could not but forgot to recheck the lfs. >>=20 >> Not being a cloud user I hadn't even thought about running the aws command= . I will do it this time after redoing the patch with all my errors removed. >> I take it that I can test running the aws command from within the build di= rectory 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 A= WS 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 --===============8253521769079397352==--