From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 3/3] aws-cli: Update to 1.23.12 Date: Thu, 19 May 2022 09:40:27 +0000 Message-ID: <20220519094027.200441-3-michael.tremer@ipfire.org> In-Reply-To: <20220519094027.200441-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7799100347796814376==" List-Id: --===============7799100347796814376== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This package and python3-botocore have to match exactly. Amazon does not seem to care too much about compatibility between different versions which is why we need to keep both in sync. Signed-off-by: Michael Tremer --- config/rootfiles/packages/aws-cli | 565 +++++++++++++++++++++++++++++- lfs/aws-cli | 8 +- 2 files changed, 561 insertions(+), 12 deletions(-) diff --git a/config/rootfiles/packages/aws-cli b/config/rootfiles/packages/aw= s-cli index 1509d02fe..317ad3a94 100644 --- a/config/rootfiles/packages/aws-cli +++ b/config/rootfiles/packages/aws-cli @@ -4,12 +4,12 @@ usr/bin/aws_bash_completer usr/bin/aws_completer #usr/bin/aws_zsh_completer.sh #usr/lib/python3.10/site-packages/awscli -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/dependency= _links.txt -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/requires.t= xt -#usr/lib/python3.10/site-packages/awscli-1.18.188-py3.10.egg-info/top_level.= txt +#usr/lib/python3.10/site-packages/awscli-1.23.12-py3.10.egg-info +#usr/lib/python3.10/site-packages/awscli-1.23.12-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/awscli-1.23.12-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/awscli-1.23.12-py3.10.egg-info/dependency_= links.txt +#usr/lib/python3.10/site-packages/awscli-1.23.12-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/awscli-1.23.12-py3.10.egg-info/top_level.t= xt 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/customizations/ec= r_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/executecommand.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/customizations/e= mr/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/terminateclusters= .py +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/__init_= _.py +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/base36.= py +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/constan= ts.py +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/eks.py +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/iam.py +usr/lib/python3.10/site-packages/awscli/customizations/emrcontainers/update_= role_trust_policy.py usr/lib/python3.10/site-packages/awscli/customizations/flatten.py #usr/lib/python3.10/site-packages/awscli/customizations/gamelift usr/lib/python3.10/site-packages/awscli/customizations/gamelift/__init__.py @@ -407,10 +415,38 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/apigatewayv2/update-stage.= rst #usr/lib/python3.10/site-packages/awscli/examples/apigatewayv2/update-vpc-li= nk.rst #usr/lib/python3.10/site-packages/awscli/examples/appconfig +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-applicati= on.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-configura= tion-profile.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-environme= nt.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-hosted-co= nfiguration-version.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-applicati= on.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-configura= tion-profile.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-deploymen= t-strategy.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-environme= nt.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-hosted-co= nfiguration-version.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-application.= rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-configuratio= n-profile.rst #usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-configuratio= n.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-deployment-s= trategy.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-deployment.r= st +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-environment.= rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-hosted-confi= guration-version.rst #usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-application= s.rst #usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-configurati= on-profiles.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-deployment-= strategies.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-deployments= .rst #usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-environment= s.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-hosted-conf= iguration-versions.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-tags-for-re= source.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/start-deployment= .rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/stop-deployment.= rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/tag-resource.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/untag-resource.r= st +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-applicati= on.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-configura= tion-profile.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-deploymen= t-strategy.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-environme= nt.rst +#usr/lib/python3.10/site-packages/awscli/examples/appconfig/validate-configu= ration.rst #usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling #usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling/de= lete-scaling-policy.rst #usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling/de= lete-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-nod= e.rst #usr/lib/python3.10/site-packages/awscli/examples/appmesh/update-virtual-rou= ter.rst #usr/lib/python3.10/site-packages/awscli/examples/appmesh/update-virtual-ser= vice.rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/associate-custom= -domain.rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/create-auto-scal= ing-configuration.rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/create-connectio= n.rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/create-service.r= st +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/delete-auto-scal= ing-configuration.rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/delete-connectio= n.rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/delete-service.r= st +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/describe-auto-sc= aling-configuration.rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/describe-custom-= domains.rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/describe-service= .rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/disassociate-cus= tom-domain.rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-auto-scalin= g-configurations.rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-connections= .rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-operations.= rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-services.rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/list-tags-for-re= source.rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/pause-service.rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/resume-service.r= st +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/start-deployment= .rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/tag-resource.rst +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/untag-resource.r= st +#usr/lib/python3.10/site-packages/awscli/examples/apprunner/update-service.r= st #usr/lib/python3.10/site-packages/awscli/examples/athena #usr/lib/python3.10/site-packages/awscli/examples/athena/batch-get-named-que= ry.rst #usr/lib/python3.10/site-packages/awscli/examples/athena/batch-get-query-exe= cution.rst @@ -503,6 +562,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-policy.= rst #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-schedul= ed-action.rst #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-tags.rst +#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/delete-warm-po= ol.rst #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-accou= nt-limits.rst #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-adjus= tment-types.rst #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-auto-= scaling-groups.rst @@ -522,6 +582,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-sched= uled-actions.rst #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-tags.= rst #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/describe-termi= nation-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-instanc= es.rst #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/detach-load-ba= lancer-target-groups.rst #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/detach-load-ba= lancers.rst @@ -534,6 +595,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-notificati= on-configuration.rst #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-scaling-po= licy.rst #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-scheduled-= 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-lifecyc= le-action-heartbeat.rst #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/resume-process= es.rst #usr/lib/python3.10/site-packages/awscli/examples/autoscaling/set-desired-ca= pacity.rst @@ -689,15 +751,26 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/cloud9/list-environments.r= st #usr/lib/python3.10/site-packages/awscli/examples/cloud9/update-environment-= membership.rst #usr/lib/python3.10/site-packages/awscli/examples/cloud9/update-environment.= rst +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/create-resour= ce.rst +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/delete-resour= ce.rst +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/get-resource-= request-status.rst +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/get-resource.= rst +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/list-resource= -requests.rst +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/list-resource= s.rst +#usr/lib/python3.10/site-packages/awscli/examples/cloudcontrol/update-resour= ce.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/_deploy_des= cription.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/_package_de= scription.rst +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/activate-ty= pe.rst +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/batch-descr= ibe-type-configurations.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/cancel-upda= te-stack.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/continue-up= date-rollback.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/create-chan= ge-set.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/create-stac= k-instances.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/create-stac= k-set.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/create-stac= k.rst +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/deactivate-= type.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/delete-chan= ge-set.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/delete-stac= k-instances.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/delete-stac= k-set.rst @@ -706,6 +779,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/deregister-= type.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describe-ac= count-limits.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describe-ch= ange-set.rst +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describe-pu= blisher.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describe-st= ack-drift-detection-status.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describe-st= ack-events.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/describe-st= ack-instance.rst @@ -738,11 +812,15 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/list-type-v= ersions.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/list-types.= rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/package.rst +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/publish-typ= e.rst +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/register-pu= blisher.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/register-ty= pe.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/set-stack-p= olicy.rst +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/set-type-co= nfiguration.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/set-type-de= fault-version.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/signal-reso= urce.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/stop-stack-= set-operation.rst +#usr/lib/python3.10/site-packages/awscli/examples/cloudformation/test-type.r= st #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/update-stac= k-instances.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/update-stac= k-set.rst #usr/lib/python3.10/site-packages/awscli/examples/cloudformation/update-stac= k.rst @@ -827,6 +905,38 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/put-metric-alar= m.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-state= .rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/associate-ext= ernal-connection.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/copy-package-= versions.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/create-domain= .rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/create-reposi= tory.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete-domain= -permissions-policy.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete-domain= .rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete-packag= e-versions.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete-reposi= tory-permissions-policy.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/delete-reposi= tory.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/describe-doma= in.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/describe-repo= sitory.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/disassociate-= external-connection.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/dispose-packa= ge-versions.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-authoriza= tion-token.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-domain-pe= rmissions-policy.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-package-v= ersion-asset.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-package-v= ersion-readme.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-repositor= y-endpoint.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/get-repositor= y-permissions-policy.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-domains.= rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-package-= version-assets.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-package-= version-dependencies.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-package-= versions.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-packages= .rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-reposito= ries-in-domain.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/list-reposito= ries.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/login.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/put-domain-pe= rmissions-policy.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/put-repositor= y-permissions-policy.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/update-packag= e-versions-status.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/update-reposi= tory.rst #usr/lib/python3.10/site-packages/awscli/examples/codebuild #usr/lib/python3.10/site-packages/awscli/examples/codebuild/batch-delete-bui= lds.rst #usr/lib/python3.10/site-packages/awscli/examples/codebuild/batch-get-build-= batches.rst @@ -947,6 +1057,21 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/codecommit/update-pull-req= uest-title.rst #usr/lib/python3.10/site-packages/awscli/examples/codecommit/update-reposito= ry-description.rst #usr/lib/python3.10/site-packages/awscli/examples/codecommit/update-reposito= ry-name.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/associat= e-repository.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/create-c= ode-review.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/describe= -code-review.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/describe= -recommendation-feedback.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/describe= -repository-association.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/disassoc= iate-repository.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/list-cod= e-reviews.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/list-rec= ommendation-feedback.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/list-rec= ommendations.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/list-rep= ository-associations.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/list-tag= s-for-resource.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/put-reco= mmendation-feedback.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/tag-reso= urce.rst +#usr/lib/python3.10/site-packages/awscli/examples/codeguru-reviewer/untag-re= source.rst #usr/lib/python3.10/site-packages/awscli/examples/codepipeline #usr/lib/python3.10/site-packages/awscli/examples/codepipeline/acknowledge-j= ob.rst #usr/lib/python3.10/site-packages/awscli/examples/codepipeline/create-custom= -action-type.rst @@ -1274,7 +1399,10 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/detective/list-graphs.rst #usr/lib/python3.10/site-packages/awscli/examples/detective/list-invitations= .rst #usr/lib/python3.10/site-packages/awscli/examples/detective/list-members.rst +#usr/lib/python3.10/site-packages/awscli/examples/detective/list-tags-for-re= source.rst #usr/lib/python3.10/site-packages/awscli/examples/detective/reject-invitatio= n.rst +#usr/lib/python3.10/site-packages/awscli/examples/detective/tag-resource.rst +#usr/lib/python3.10/site-packages/awscli/examples/detective/untag-resource.r= st #usr/lib/python3.10/site-packages/awscli/examples/devicefarm #usr/lib/python3.10/site-packages/awscli/examples/devicefarm/create-device-p= ool.rst #usr/lib/python3.10/site-packages/awscli/examples/devicefarm/create-project.= rst @@ -1495,6 +1623,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/advertise-byoip-cidr.r= st #usr/lib/python3.10/site-packages/awscli/examples/ec2/allocate-address.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/allocate-hosts.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/allocate-ipam-pool-cid= r.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/apply-security-groups-= to-client-vpn-target-network.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/assign-ipv6-addresses.= rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/assign-private-ip-addr= esses.rst @@ -1502,6 +1631,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-client-vpn-t= arget-network.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-dhcp-options= .rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-iam-instance= -profile.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-instance-eve= nt-window.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-route-table.= rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-subnet-cidr-= block.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-transit-gate= way-multicast-domain.rst @@ -1517,6 +1647,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/authorize-security-gro= up-ingress.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/bundle-instance.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/cancel-bundle-task.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/cancel-capacity-reserv= ation-fleets.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/cancel-capacity-reserv= ation.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/cancel-conversion-task= .rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/cancel-export-task.rst @@ -1528,6 +1659,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/copy-fpga-image.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/copy-image.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/copy-snapshot.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-capacity-reserv= ation-fleet.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-capacity-reserv= ation.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-client-vpn-endp= oint.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-client-vpn-rout= e.rst @@ -1540,8 +1672,12 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-flow-logs.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-fpga-image.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-image.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-instance-event-= window.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-instance-export= -task.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-internet-gatewa= y.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-template= -version.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-launch-template= .rst @@ -1551,22 +1687,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-ent= ry.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-insight= s-access-scope.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-insight= s-path.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-interfa= ce-permission.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-network-interfa= ce.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-placement-group= .rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-replace-root-vo= lume-task.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-reserved-instan= ces-listing.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-restore-image-t= ask.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-group.= rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-snapshot.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-snapshots.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-spot-datafeed-s= ubscription.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-store-image-tas= k.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-subnet-cidr-res= ervation.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-mirror-= filter-rule.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-traffic-mirror-= filter.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-traffic-mirror-= session.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-traffic-mirror-= target.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gateway= -connect-peer.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gateway= -connect.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gateway= -multicast-domain.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gateway= -peering-attachment.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gateway= -prefix-list-reference.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gateway= -route-table.rst @@ -1582,6 +1727,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-vpn-connection-= route.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/create-vpn-connection.= 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-gateway= .rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-client-vpn-endp= oint.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-client-vpn-rout= e.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-customer-gatewa= y.rst @@ -1590,7 +1736,10 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-fleets.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-flow-logs.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-fpga-image.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-instance-event-= window.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-internet-gatewa= y.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-template= -versions.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-launch-template= .rst @@ -1599,6 +1748,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-ent= ry.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-insight= s-access-scope.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-insight= s-analysis.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-insight= s-path.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-interfa= ce-permission.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-network-interfa= ce.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-placement-group= .rst @@ -1608,12 +1760,15 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-security-group.= rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-snapshot.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-spot-datafeed-s= ubscription.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-subnet-cidr-res= ervation.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-mirror-= filter-rule.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-traffic-mirror-= filter.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-traffic-mirror-= session.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-traffic-mirror-= target.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gateway= -connect-peer.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gateway= -connect.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gateway= -multicast-domain.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gateway= -peering-attachment.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gateway= -prefix-list-reference.rst @@ -1631,23 +1786,28 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-vpn-connection.= 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.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-instance-ev= ent-notification-attributes.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-transit-gat= eway-multicast-group-members.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-transit-gat= eway-multicast-group-source.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-account-attri= butes.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-addresses-att= ribute.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-availability-= zones.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-bundle-tasks.= rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-byoip-cidrs.r= st +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-capacity-rese= rvation-fleets.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-capacity-rese= rvations.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-carrier-gatew= ays.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-classic-link-= instances.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-client-vpn-au= thorization-rules.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-client-vpn-co= nnections.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-client-vpn-en= dpoints.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-client-vpn-ro= utes.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-client-vpn-ta= rget-networks.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-coip-pools.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-conversion-ta= sks.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-customer-gate= ways.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-dhcp-options.= rst @@ -1655,6 +1815,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-elastic-gpus.= rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-export-image-= tasks.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-export-tasks.= rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-fast-launch-i= mages.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-fast-snapshot= -restores.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-fleet-history= .rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-fleet-instanc= es.rst @@ -1675,22 +1836,33 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-attr= ibute.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-cred= it-specifications.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-even= t-notification-attributes.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-even= t-windows.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-stat= us.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-type= s.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instances.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-internet-gate= ways.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipam-pools.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipam-scopes.r= st +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipams.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipv6-pools.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-key-pairs.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-launch-templa= te-versions.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-launch-templa= tes.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gateway= -route-table-virtual-interface-group-associations.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gateway= -route-table-vpc-associations.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gateway= -route-tables.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gateway= -virtual-interface-groups.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gateway= -virtual-interfaces.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gateway= s.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-managed-prefi= x-lists.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-moving-addres= ses.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-nat-gateways.= rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-acls.= rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-insig= hts-access-scope-analyses.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-insig= hts-access-scopes.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-insig= hts-analyses.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-insig= hts-paths.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-inter= face-attribute.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-inter= face-permissions.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-network-inter= faces.rst @@ -1699,6 +1871,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-ipv4-p= ools.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-regions.rst +#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-inst= ances-listings.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-reserved-inst= ances-modifications.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-reserved-inst= ances-offerings.rst @@ -1707,8 +1880,10 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-scheduled-ins= tance-availability.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-scheduled-ins= tances.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-security-grou= p-references.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-security-grou= p-rules.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-security-grou= ps.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-snapshot-attr= ibute.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-snapshot-tier= -status.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-snapshots.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-spot-datafeed= -subscription.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-spot-fleet-in= stances.rst @@ -1717,12 +1892,16 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-spot-instance= -requests.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-spot-price-hi= story.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-stale-securit= y-groups.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-store-image-t= asks.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-subnets.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-tags.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-traffic-mirro= r-filters.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-traffic-mirro= r-sessions.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-traffic-mirro= r-targets.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-gatew= ay-attachments.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-gatew= ay-connect-peers.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-gatew= ay-connects.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-gatew= ay-multicast-domains.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-gatew= ay-peering-attachments.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-gatew= ay-route-tables.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-gatew= ay-vpc-attachments.rst @@ -1750,7 +1929,10 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/detach-volume.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/detach-vpn-gateway.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-ebs-encryption= -by-default.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-fast-launch.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-fast-snapshot-= restores.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-image-deprecat= ion.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-serial-console= -access.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-transit-gatewa= y-route-table-propagation.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-vgw-route-prop= agation.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-vpc-classic-li= nk-dns-support.rst @@ -1758,13 +1940,18 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-address.r= st #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-client-vp= n-target-network.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-iam-insta= nce-profile.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-instance-= event-window.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-route-tab= le.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-subnet-ci= dr-block.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-transit-g= ateway-multicast-domain.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-transit-g= ateway-route-table.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-vpc-cidr-= block.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-ebs-encryption-= by-default.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-fast-launch.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-fast-snapshot-r= estores.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-image-deprecati= on.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-ipam-organizati= on-admin-account.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-serial-console-= access.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-transit-gateway= -route-table-propagation.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-vgw-route-propa= gation.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-volume-io.rst @@ -1775,18 +1962,30 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/export-image.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-associated-ipv6-po= ol-cidrs.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-capacity-reservati= on-usage.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-coip-pool-usage.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-screenshot= .rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-default-credit-spe= cification.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ebs-default-kms-ke= y-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-integrat= ion-template.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-groups-for-capacit= y-reservation.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-host-reservation-p= urchase-preview.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-instance-types-fro= m-instance-requirements.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-address-histo= ry.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-pool-allocati= ons.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-pool-cidrs.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-resource-cidr= s.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-launch-template-da= ta.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-managed-prefix-lis= t-associations.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-managed-prefix-lis= t-entries.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-network-insights-a= ccess-scope-analysis-findings.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-network-insights-a= ccess-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-instances= -exchange-quote.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-serial-console-acc= ess-status.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-spot-placement-sco= res.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-subnet-cidr-reserv= ations.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gateway-at= tachment-propagations.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gateway-mu= lticast-domain-associations.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gateway-pr= efix-list-references.rst @@ -1796,7 +1995,11 @@ 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-images-in-recycle= -bin.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/list-snapshots-in-recy= cle-bin.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-address-attribu= te.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-availability-zo= ne-group.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-capacity-reserv= ation-fleet.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-capacity-reserv= ation.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-client-vpn-endp= oint.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-default-credit-= specification.rst @@ -1811,13 +2014,19 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-capaci= ty-reservation-attributes.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-credit= -specification.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-event-= start-time.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-event-= window.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-metada= ta-options.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-placem= ent.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-resource-c= idr.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-ipam.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-launch-template= .rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-managed-prefix-= list.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-network-interfa= ce-attribute.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-reserved-instan= ces.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-security-group-= rules.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-snapshot-attrib= ute.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-snapshot-tier.r= st #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-spot-fleet-requ= est.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-subnet-attribut= e.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-traffic-mirror-= filter-network-services.rst @@ -1841,16 +2050,19 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-vpn-tunnel-opti= ons.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-vpc.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/move-byoip-cidr-to-ipa= m.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/network-insights-acces= s-scope.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/provision-byoip-cidr.r= st +#usr/lib/python3.10/site-packages/awscli/examples/ec2/provision-ipam-pool-ci= dr.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-host-reservat= ion.rst -#usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-reserved-inst= ance-offering.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-reserved-inst= ances-offering.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/purchase-scheduled-ins= tances.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/reboot-instances.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/register-image.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/register-instance-even= t-notification-attributes.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transit-gatew= ay-multicase-group-sources.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transit-gatew= ay-multicast-group-members.rst -#usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transit-gatew= ay-multicast-group-source.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transit-gatew= ay-multicast-group-sources.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-transit-gateway= -peering-attachment.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-transit-gateway= -vpc-attachments.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-vpc-endpoint-co= nnections.rst @@ -1866,6 +2078,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/report-instance-status= .rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/request-spot-fleet.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/request-spot-instances= .rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-address-attribut= e.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-attri= bute.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-image-attribute.= rst @@ -1873,7 +2086,10 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-network-interfac= e-attribute.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/reset-snapshot-attribu= te.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/restore-address-to-cla= ssic.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/restore-image-from-rec= ycle-bin.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/restore-managed-prefix= -list-version.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/restore-snapshot-from-= recycle-bin.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/restore-snapshot-tier.= rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/revoke-client-vpn-ingr= ess.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/revoke-security-group-= egress.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/revoke-security-group-= ingress.rst @@ -1884,6 +2100,8 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ec2/search-transit-gateway= -routes.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/send-diagnostic-interr= upt.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/start-instances.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/start-network-insights= -access-scope-analysis.rst +#usr/lib/python3.10/site-packages/awscli/examples/ec2/start-network-insights= -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-vpn-c= onnections.rst #usr/lib/python3.10/site-packages/awscli/examples/ec2/terminate-instances.rst @@ -2219,6 +2437,10 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/elbv2/wait/target-deregist= ered.rst #usr/lib/python3.10/site-packages/awscli/examples/elbv2/wait/target-in-servi= ce.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 +2489,21 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/firehose/list-delivery-str= eams.rst #usr/lib/python3.10/site-packages/awscli/examples/firehose/put-record-batch.= rst #usr/lib/python3.10/site-packages/awscli/examples/firehose/put-record.rst +#usr/lib/python3.10/site-packages/awscli/examples/fis +#usr/lib/python3.10/site-packages/awscli/examples/fis/create-experiment-temp= late.rst +#usr/lib/python3.10/site-packages/awscli/examples/fis/delete-experiment-temp= late.rst +#usr/lib/python3.10/site-packages/awscli/examples/fis/get-action.rst +#usr/lib/python3.10/site-packages/awscli/examples/fis/get-experiment-templat= e.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-templa= tes.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-resource= .rst +#usr/lib/python3.10/site-packages/awscli/examples/fis/start-experiment.rst +#usr/lib/python3.10/site-packages/awscli/examples/fis/stop-experiment.rst +#usr/lib/python3.10/site-packages/awscli/examples/fis/tag-resource.rst +#usr/lib/python3.10/site-packages/awscli/examples/fis/untag-resource.rst +#usr/lib/python3.10/site-packages/awscli/examples/fis/update-experiment-temp= late.rst #usr/lib/python3.10/site-packages/awscli/examples/fms #usr/lib/python3.10/site-packages/awscli/examples/fms/associate-admin-accoun= t.rst #usr/lib/python3.10/site-packages/awscli/examples/fms/delete-notification-ch= annel.rst @@ -2343,17 +2580,32 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/glacier/wait/vault-exists.= rst #usr/lib/python3.10/site-packages/awscli/examples/glacier/wait/vault-not-exi= sts.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/add-cust= om-routing-endpoints.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/advertis= e-byoip-cidr.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/allow-cu= stom-routing-traffic.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/create-a= ccelerator.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/create-c= ustom-routing-accelerator.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/create-c= ustom-routing-endpoint-group.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/create-c= ustom-routing-listener.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/create-e= ndpoint-group.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/create-l= istener.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/deny-cus= tom-routing-traffic.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/deprovis= ion-byoip-cidr.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/describe= -accelerator-attributes.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/describe= -accelerator.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/describe= -custom-routing-accelerator-attributes.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/describe= -custom-routing-accelerator.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/describe= -custom-routing-endpoint-group.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/describe= -custom-routing-listener.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/describe= -endpoint-group.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/describe= -listener.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list-acc= elerators.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list-byo= ip-cidr.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list-cus= tom-routing-accelerators.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list-cus= tom-routing-endpoint-groups.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list-cus= tom-routing-listeners.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list-cus= tom-routing-port-mappings-by-destination.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list-cus= tom-routing-port-mappings.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list-end= point-groups.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list-lis= teners.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/list-tag= s-for-resource.rst @@ -2362,6 +2614,9 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/untag-re= source.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/update-a= ccelerator-attributes.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/update-a= ccelerator.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/update-c= ustom-routing-accelerator-attributes.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/update-c= ustom-routing-accelerator.rst +#usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/update-c= ustom-routing-listener.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/update-e= ndpoint-group.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/update-l= istener.rst #usr/lib/python3.10/site-packages/awscli/examples/globalaccelerator/withdraw= -byoip-cidr.rst @@ -2435,6 +2690,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/greengrass/get-service-rol= e-for-account.rst #usr/lib/python3.10/site-packages/awscli/examples/greengrass/get-subscriptio= n-definition-version.rst #usr/lib/python3.10/site-packages/awscli/examples/greengrass/get-subscriptio= n-definition.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrass/get-thing-runti= me-configuration.rst #usr/lib/python3.10/site-packages/awscli/examples/greengrass/list-bulk-deplo= yment-detailed-reports.rst #usr/lib/python3.10/site-packages/awscli/examples/greengrass/list-bulk-deplo= yments.rst #usr/lib/python3.10/site-packages/awscli/examples/greengrass/list-connector-= definition-versions.rst @@ -2471,6 +2727,35 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/greengrass/update-logger-d= efinition.rst #usr/lib/python3.10/site-packages/awscli/examples/greengrass/update-resource= -definition.rst #usr/lib/python3.10/site-packages/awscli/examples/greengrass/update-subscrip= tion-definition.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrass/update-thing-ru= ntime-configuration.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2 +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/associate-ser= vice-role-to-account.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/batch-associa= te-client-device-with-core-device.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/batch-disasso= ciate-client-device-from-core-device.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/cancel-deploy= ment.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/create-compon= ent-version.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/create-deploy= ment.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/delete-compon= ent.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/delete-core-d= evice.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/describe-comp= onent.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/disassociate-= service-role-from-account.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-component= -version-artifact.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-component= .rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-connectiv= ity-info.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-core-devi= ce.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-deploymen= t.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/get-service-r= ole-for-account.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-client-d= evices-associated-with-core-device.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-componen= t-versions.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-componen= ts.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-core-dev= ices.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-deployme= nts.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-effectiv= e-deployments.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-installe= d-components.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/list-tags-for= -resource.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/tag-resource.= rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/untag-resourc= e.rst +#usr/lib/python3.10/site-packages/awscli/examples/greengrassv2/update-connec= tivity-info.rst #usr/lib/python3.10/site-packages/awscli/examples/guardduty #usr/lib/python3.10/site-packages/awscli/examples/guardduty/accept-invitatio= n.rst #usr/lib/python3.10/site-packages/awscli/examples/guardduty/archive-findings= .rst @@ -2500,6 +2785,20 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/health/describe-affected-e= ntities.rst #usr/lib/python3.10/site-packages/awscli/examples/health/describe-event-deta= ils.rst #usr/lib/python3.10/site-packages/awscli/examples/health/describe-events.rst +#usr/lib/python3.10/site-packages/awscli/examples/healthlake +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/create-fhir-dat= astore.rst +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/delete-fhir-dat= astore.rst +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/describe-fhir-d= atastore.rst +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/describe-fhir-e= xport-job.rst +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/describe-fhir-i= mport-job.rst +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-fhir-datas= tores.rst +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-fhir-expor= t-jobs.rst +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-fhir-impor= t-jobs.rst +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/list-tags-for-r= esource.rst +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/start-fhir-expo= rt-job.rst +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/start-fhir-impo= rt-job.rst +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/tag-resource.rst +#usr/lib/python3.10/site-packages/awscli/examples/healthlake/untag-resource.= rst #usr/lib/python3.10/site-packages/awscli/examples/iam #usr/lib/python3.10/site-packages/awscli/examples/iam/add-client-id-to-open-= id-connect-provider.rst #usr/lib/python3.10/site-packages/awscli/examples/iam/add-role-to-instance-p= rofile.rst @@ -2755,6 +3054,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-group.r= st #usr/lib/python3.10/site-packages/awscli/examples/iot/create-certificate-fro= m-csr.rst +#usr/lib/python3.10/site-packages/awscli/examples/iot/create-custom-metric.r= st #usr/lib/python3.10/site-packages/awscli/examples/iot/create-dimension.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/create-domain-configur= ation.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/create-dynamic-thing-g= roup.rst @@ -2782,6 +3082,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-billing-group.r= st #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-ca-certificate.= rst #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-certificate.rst +#usr/lib/python3.10/site-packages/awscli/examples/iot/delete-custom-metric.r= st #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-dimension.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-domain-configur= ation.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/delete-dynamic-thing-g= roup.rst @@ -2814,6 +3115,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-billing-group= .rst #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-ca-certificat= e.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-certificate.r= st +#usr/lib/python3.10/site-packages/awscli/examples/iot/describe-custom-metric= .rst #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-default-autho= rizer.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-dimension.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/describe-domain-config= uration.rst @@ -2837,6 +3139,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/iot/detach-thing-principal= .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-model-tra= ining-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-policies= .rst #usr/lib/python3.10/site-packages/awscli/examples/iot/get-indexing-configura= tion.rst @@ -2863,12 +3166,14 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/iot/list-ca-certificates.r= st #usr/lib/python3.10/site-packages/awscli/examples/iot/list-certificates-by-c= a.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/list-certificates.rst +#usr/lib/python3.10/site-packages/awscli/examples/iot/list-custom-metrics.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/list-dimensions.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/list-domain-configurat= ions.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/list-indices.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/list-job-executions-fo= r-job.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/list-job-executions-fo= r-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-action= s.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/list-mitigations-actio= ns.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/list-ota-updates.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/list-outgoing-certific= ates.rst @@ -2921,6 +3226,8 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/iot/update-billing-group.r= st #usr/lib/python3.10/site-packages/awscli/examples/iot/update-ca-certificate.= rst #usr/lib/python3.10/site-packages/awscli/examples/iot/update-certificate.rst +#usr/lib/python3.10/site-packages/awscli/examples/iot/update-custom-metric.r= st +#usr/lib/python3.10/site-packages/awscli/examples/iot/update-dimension.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/update-domain-configur= ation.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/update-dynamic-thing-g= roup.rst #usr/lib/python3.10/site-packages/awscli/examples/iot/update-event-configura= tions.rst @@ -3143,21 +3450,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-syst= em-template.rst #usr/lib/python3.10/site-packages/awscli/examples/iotthingsgraph/upload-enti= ty-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-wire= less-device-with-thing.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/associate-wire= less-gateway-with-certificate.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/associate-wire= less-gateway-with-thing.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-destina= tion.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-device-= profile.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-service= -profile.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-wireles= s-device.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-wireles= s-gateway-task-definition.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-wireles= s-gateway-task.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/create-wireles= s-gateway.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-destina= tion.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-device-= profile.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-service= -profile.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-wireles= s-device.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-wireles= s-gateway-task-definition.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-wireles= s-gateway-task.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/delete-wireles= s-gateway.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disassociate-a= ws-account-from-partner-account.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disassociate-w= ireless-device-from-thing.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disassociate-w= ireless-gateway-from-certificate.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/disassociate-w= ireless-gateway-from-thing.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-destinatio= n.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-device-pro= file.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-partner-ac= count.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-service-en= dpoint.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-service-pr= ofile.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wireless-d= evice-statistics.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wireless-d= evice.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wireless-g= ateway-certificate.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wireless-g= ateway-firmware-information.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wireless-g= ateway-statistics.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wireless-g= ateway-task-definition.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wireless-g= ateway-task.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/get-wireless-g= ateway.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-destinati= ons.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-device-pr= ofiles.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-partner-a= ccounts.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-service-p= rofiles.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-wireless-= devices.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-wireless-= gateway-task-definitions.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/list-wireless-= gateways.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/send-data-to-w= ireless-device.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/tag-resource.r= st +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/test-wireless-= device.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/untag-resource= .rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-destina= tion.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-partner= -account.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-wireles= s-device.rst +#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-wireles= s-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-key.r= st #usr/lib/python3.10/site-packages/awscli/examples/ivs/create-channel.rst +#usr/lib/python3.10/site-packages/awscli/examples/ivs/create-recording-confi= guration.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-key-pa= ir.rst +#usr/lib/python3.10/site-packages/awscli/examples/ivs/delete-recording-confi= guration.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-pair.= rst +#usr/lib/python3.10/site-packages/awscli/examples/ivs/get-recording-configur= ation.rst #usr/lib/python3.10/site-packages/awscli/examples/ivs/get-stream-key.rst +#usr/lib/python3.10/site-packages/awscli/examples/ivs/get-stream-session.rst #usr/lib/python3.10/site-packages/awscli/examples/ivs/get-stream.rst #usr/lib/python3.10/site-packages/awscli/examples/ivs/import-playback-key-pa= ir.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-pair= s.rst +#usr/lib/python3.10/site-packages/awscli/examples/ivs/list-recording-configu= rations.rst #usr/lib/python3.10/site-packages/awscli/examples/ivs/list-stream-keys.rst +#usr/lib/python3.10/site-packages/awscli/examples/ivs/list-stream-sessions.r= st #usr/lib/python3.10/site-packages/awscli/examples/ivs/list-streams.rst #usr/lib/python3.10/site-packages/awscli/examples/ivs/list-tags-for-resource= .rst #usr/lib/python3.10/site-packages/awscli/examples/ivs/put-metadata.rst @@ -3517,12 +3882,16 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/networkmanager #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/associate-c= ustomer-gateway.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/associate-l= ink.rst +#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/create-core= -network.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/create-devi= ce.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/create-glob= al-network.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/create-link= .rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/create-site= .rst +#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/create-vpc-= attachment.rst +#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/delete-atta= chment.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/delete-buck= et-analytics-configuration.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/delete-buck= et-metrics-configuration.rst +#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/delete-core= -network.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/delete-devi= ce.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/delete-glob= al-network.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/delete-link= .rst @@ -3542,6 +3911,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/get-public-= access-block.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/get-sites.r= st #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/get-transit= -gateway-registrations.rst +#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/get-vpc-att= achment.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/list-bucket= -analytics-configurations.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/list-bucket= -metrics-configurations.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/list-tags-f= or-resource.rst @@ -3549,12 +3919,24 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/put-object-= retention.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/put-public-= access-block.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/register-tr= ansit-gateway.rst +#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/reject-atta= chment.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/tag-resourc= e.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/untag-resou= rce.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/update-devi= ce.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/update-glob= al-network.rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/update-link= .rst #usr/lib/python3.10/site-packages/awscli/examples/networkmanager/update-site= .rst +#usr/lib/python3.10/site-packages/awscli/examples/nimble +#usr/lib/python3.10/site-packages/awscli/examples/nimble/get-eula.rst +#usr/lib/python3.10/site-packages/awscli/examples/nimble/get-launch-profile-= details.rst +#usr/lib/python3.10/site-packages/awscli/examples/nimble/get-launch-profile.= rst +#usr/lib/python3.10/site-packages/awscli/examples/nimble/get-studio.rst +#usr/lib/python3.10/site-packages/awscli/examples/nimble/list-eula-acceptanc= es.rst +#usr/lib/python3.10/site-packages/awscli/examples/nimble/list-eulas.rst +#usr/lib/python3.10/site-packages/awscli/examples/nimble/list-launch-profile= s.rst +#usr/lib/python3.10/site-packages/awscli/examples/nimble/list-studio-compone= nts.rst +#usr/lib/python3.10/site-packages/awscli/examples/nimble/list-studio-members= .rst +#usr/lib/python3.10/site-packages/awscli/examples/nimble/list-studios.rst #usr/lib/python3.10/site-packages/awscli/examples/opsworks #usr/lib/python3.10/site-packages/awscli/examples/opsworks/assign-instance.r= st #usr/lib/python3.10/site-packages/awscli/examples/opsworks/assign-volume.rst @@ -3674,6 +4056,11 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/organizations/remove-accou= nt-from-organization.rst #usr/lib/python3.10/site-packages/awscli/examples/organizations/update-organ= izational-unit.rst #usr/lib/python3.10/site-packages/awscli/examples/organizations/update-polic= y.rst +#usr/lib/python3.10/site-packages/awscli/examples/outposts +#usr/lib/python3.10/site-packages/awscli/examples/outposts/get-outpost-insta= nce-types.rst +#usr/lib/python3.10/site-packages/awscli/examples/outposts/get-outpost.rst +#usr/lib/python3.10/site-packages/awscli/examples/outposts/list-outposts.rst +#usr/lib/python3.10/site-packages/awscli/examples/outposts/list-sites.rst #usr/lib/python3.10/site-packages/awscli/examples/pi #usr/lib/python3.10/site-packages/awscli/examples/pi/describe-dimension-keys= .rst #usr/lib/python3.10/site-packages/awscli/examples/pi/get-resource-metrics.rst @@ -3696,6 +4083,17 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/pricing/describe-services.= rst #usr/lib/python3.10/site-packages/awscli/examples/pricing/get-attribute-valu= es.rst #usr/lib/python3.10/site-packages/awscli/examples/pricing/get-products.rst +#usr/lib/python3.10/site-packages/awscli/examples/proton +#usr/lib/python3.10/site-packages/awscli/examples/proton/cancel-service-inst= ance-deployment.rst +#usr/lib/python3.10/site-packages/awscli/examples/proton/cancel-service-pipe= line-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-instanc= e.rst +#usr/lib/python3.10/site-packages/awscli/examples/proton/get-service.rst +#usr/lib/python3.10/site-packages/awscli/examples/proton/list-service-instan= ces.rst +#usr/lib/python3.10/site-packages/awscli/examples/proton/update-service-inst= ance.rst +#usr/lib/python3.10/site-packages/awscli/examples/proton/update-service-pipe= line.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-kinesi= s-stream.rst #usr/lib/python3.10/site-packages/awscli/examples/qldb/create-ledger.rst @@ -3715,20 +4113,29 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/qldb/stream-journal-to-kin= esis.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-permiss= ions-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-share-= invitation.rst +#usr/lib/python3.10/site-packages/awscli/examples/ram/associate-resource-sha= re-permission.rst #usr/lib/python3.10/site-packages/awscli/examples/ram/associate-resource-sha= re.rst #usr/lib/python3.10/site-packages/awscli/examples/ram/create-resource-share.= rst #usr/lib/python3.10/site-packages/awscli/examples/ram/delete-resource-share.= rst +#usr/lib/python3.10/site-packages/awscli/examples/ram/disassociate-resource-= share-permission.rst #usr/lib/python3.10/site-packages/awscli/examples/ram/disassociate-resource-= share.rst #usr/lib/python3.10/site-packages/awscli/examples/ram/enable-sharing-with-aw= s-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-policies.= rst #usr/lib/python3.10/site-packages/awscli/examples/ram/get-resource-share-ass= ociations.rst #usr/lib/python3.10/site-packages/awscli/examples/ram/get-resource-share-inv= itations.rst #usr/lib/python3.10/site-packages/awscli/examples/ram/get-resource-shares.rst +#usr/lib/python3.10/site-packages/awscli/examples/ram/list-pending-invitatio= n-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-share-pe= rmissions.rst +#usr/lib/python3.10/site-packages/awscli/examples/ram/list-resource-types.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-share-= invitation.rst #usr/lib/python3.10/site-packages/awscli/examples/ram/tag-resource.rst #usr/lib/python3.10/site-packages/awscli/examples/ram/untag-resource.rst @@ -3741,11 +4148,14 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/rds-data/execute-statement= .rst #usr/lib/python3.10/site-packages/awscli/examples/rds-data/rollback-transact= ion.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/add-option-to-option-g= roup.rst +#usr/lib/python3.10/site-packages/awscli/examples/rds/add-role-to-db-cluster= .rst #usr/lib/python3.10/site-packages/awscli/examples/rds/add-role-to-db-instanc= e.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/add-source-identifier-= to-subscription.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/add-tags-to-resource.r= st +#usr/lib/python3.10/site-packages/awscli/examples/rds/apply-pending-maintena= nce-action.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/authorize-db-security-= group-ingress.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/backtrack-db-cluster.r= st +#usr/lib/python3.10/site-packages/awscli/examples/rds/cancel-export-task.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-db-cluster-parame= ter-group.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-db-cluster-snapsh= ot.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/copy-db-parameter-grou= p.rst @@ -3768,6 +4178,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-cluster-para= meter-group.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-cluster-snap= shot.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-instance-aut= omated-backup.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-instance.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-parameter-gr= oup.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-security-gro= up.rst @@ -3778,6 +4189,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/rds/delete-option-group.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-account-attri= butes.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-certificates.= rst +#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-cluster-ba= cktracks.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-cluster-en= dpoints.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-cluster-pa= rameter-groups.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-cluster-pa= rameters.rst @@ -3811,8 +4223,12 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/rds/describe-valid-db-inst= ance-modifications.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/download-db-log-file-p= ortion.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/generate-auth-token.rst +#usr/lib/python3.10/site-packages/awscli/examples/rds/generate-db-auth-token= .rst #usr/lib/python3.10/site-packages/awscli/examples/rds/list-tags-for-resource= .rst +#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-certificates.rst +#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-current-db-clus= ter-capacity.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-cluster-endp= oint.rst +#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-cluster-para= meter-group.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-cluster-snap= shot-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 +4239,33 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-subnet-group= .rst #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-event-subscript= ion.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/modify-global-cluster.= rst +#usr/lib/python3.10/site-packages/awscli/examples/rds/promote-read-replica-d= b-cluster.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/promote-read-replica.r= st #usr/lib/python3.10/site-packages/awscli/examples/rds/purchase-reserved-db-i= nstance.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/purchase-reserved-db-i= nstances-offerings.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/reboot-db-instance.rst +#usr/lib/python3.10/site-packages/awscli/examples/rds/remove-from-global-clu= ster.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/remove-option-from-opt= ion-group.rst +#usr/lib/python3.10/site-packages/awscli/examples/rds/remove-role-from-db-cl= uster.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/remove-role-from-db-in= stance.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/remove-source-identifi= er-from-subscription.rst +#usr/lib/python3.10/site-packages/awscli/examples/rds/remove-tags-from-resou= rce.rst +#usr/lib/python3.10/site-packages/awscli/examples/rds/reset-db-cluster-param= eter-group.rst +#usr/lib/python3.10/site-packages/awscli/examples/rds/reset-db-parameter-gro= up.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-cluster-fro= m-s3.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-cluster-fro= m-snapshot.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-cluster-to-= point-in-time.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-instance-fr= om-db-snapshot.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-instance-fr= om-s3.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/restore-db-instance-to= -point-in-time.rst +#usr/lib/python3.10/site-packages/awscli/examples/rds/start-activity-stream.= 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-auto= mated-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-stream.r= st #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-autom= ated-backups-replication.rst #usr/lib/python3.10/site-packages/awscli/examples/rds/stop-db-instance.rst #usr/lib/python3.10/site-packages/awscli/examples/redshift #usr/lib/python3.10/site-packages/awscli/examples/redshift/accept-reserved-n= ode-exchange.rst @@ -3969,8 +4396,10 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/get-group-= query.rst #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/get-group.= rst #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/get-tags.r= st +#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-group= s.rst #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/list-resou= rce-groups.rst +#usr/lib/python3.10/site-packages/awscli/examples/resource-groups/put-group-= configuration.rst #usr/lib/python3.10/site-packages/awscli/examples/resource-groups/search-res= ources.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 +4488,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-billin= g.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/associate-= firewall-rule-group.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/associate-= resolver-endpoint-ip-address.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/associate-= resolver-rule.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/create-fir= ewall-domain-list.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/create-fir= ewall-rule-group.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/create-fir= ewall-rule.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/create-res= olver-endpoint.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/create-res= olver-rule.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/delete-fir= ewall-domain-list.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/delete-fir= ewall-rule-group.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/delete-fir= ewall-rule.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/delete-res= olver-endpoint.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/delete-res= olver-rule.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/disassocia= te-firewall-rule-group.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/disassocia= te-resolver-endpoint-ip-address.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/disassocia= te-resolver-rule.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-firewa= ll-config.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-firewa= ll-domain-list.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-firewa= ll-rule-group-association.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-firewa= ll-rule-group-policy.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-firewa= ll-rule-group.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-resolv= er-endpoint.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-resolv= er-rule-association.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/get-resolv= er-rule.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/import-fir= ewall-domains.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-firew= all-configs.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-firew= all-domain-lists.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-firew= all-domains.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-firew= all-rule-group-associations.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-firew= all-rule-groups.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-firew= all-rules.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-resol= ver-endpoint-ip-addresses.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-resol= ver-endpoints.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-resol= ver-rule-associations.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-resol= ver-rules.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/list-tags-= for-resource.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/put-firewa= ll-rule-group-policy.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/put-resolv= er-rule-policy.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/tag-resour= ce.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/untag-reso= urce.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/update-fir= ewall-config.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/update-fir= ewall-domains.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/update-fir= ewall-rule-group-association.rst +#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/update-fir= ewall-rule.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/update-res= olver-endpoint.rst #usr/lib/python3.10/site-packages/awscli/examples/route53resolver/update-res= olver-rule.rst #usr/lib/python3.10/site-packages/awscli/examples/s3 @@ -4215,38 +4669,51 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/list-secret= s.rst #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/put-resourc= e-policy.rst #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/put-secret-= value.rst +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/remove-regi= ons-from-replication.rst +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/replicate-s= ecret-to-regions.rst #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/restore-sec= ret.rst #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/rotate-secr= et.rst +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/stop-replic= ation-to-replica.rst #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/tag-resourc= e.rst #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/untag-resou= rce.rst #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/update-secr= et-version-stage.rst #usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/update-secr= et.rst +#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/validate-re= source-policy.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/accept-adminis= trator-invitation.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/accept-invitat= ion.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-disable-= standards.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-enable-s= tandards.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-import-f= indings.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-update-f= indings.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-action-= target.rst +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-finding= -aggregator.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-insight= .rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-members= .rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/decline-invita= tions.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-action-= target.rst +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-finding= -aggregator.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-insight= .rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-invitat= ions.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-members= .rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-actio= n-targets.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-hub.r= st +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-organ= ization-configuration.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-produ= cts.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-stand= ards-controls.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/describe-stand= ards.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disable-import= -findings-for-product.rst +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/disable-organi= zation-admin-account.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disable-securi= ty-hub.rst +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/disassociate-f= rom-administrator-account.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disassociate-f= rom-master-account.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/disassociate-m= embers.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/enable-import-= findings-for-product.rst +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/enable-organiz= ation-admin-account.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/enable-securit= y-hub.rst +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-administra= tor-account.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-enabled-st= andards.rst +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-finding-ag= gregator.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-findings.r= st #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-insight-re= sults.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-insights.r= st @@ -4255,13 +4722,17 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-members.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/invite-members= .rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-enabled-p= roducts-for-import.rst +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-finding-a= ggregators.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-invitatio= ns.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-members.r= st +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-organizat= ion-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-resource.r= st #usr/lib/python3.10/site-packages/awscli/examples/securityhub/untag-resource= .rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-action-= target.rst +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-finding= -aggregator.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-insight= .rst +#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-organiz= ation-configuration.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-securit= y-hub-configuration.rst #usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-standar= ds-control.rst #usr/lib/python3.10/site-packages/awscli/examples/serverlessrepo @@ -4318,6 +4789,18 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/servicecatalog/update-prod= uct.rst #usr/lib/python3.10/site-packages/awscli/examples/servicecatalog/update-prov= isioning-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/create-pr= ivate-dns-namespace.rst +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/create-se= rvice.rst +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/delete-na= mespace.rst +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/delete-se= rvice.rst +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/deregiste= r-instance.rst +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/discover-= instances.rst +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/get-opera= tion.rst +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/list-inst= ances.rst +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/list-name= spaces.rst +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/list-serv= ices.rst +#usr/lib/python3.10/site-packages/awscli/examples/servicediscovery/register-= 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-attr= ibutes.rst @@ -4421,7 +4904,67 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/sqs/tag-queue.rst #usr/lib/python3.10/site-packages/awscli/examples/sqs/untag-queue.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/accept-page.r= st +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/activate-cont= act-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-contac= t-channel.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/create-contac= t.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/deactivate-co= ntact-channel.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/delete-contac= t-channel.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/delete-contac= t.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/describe-enga= gement.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-contact-c= hannel.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/get-contact-p= olicy.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/get-contact.r= st +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-contact-= channels.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-contacts= .rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-engageme= nts.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-page-rec= eipts.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-pages-by= -contact.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-pages-by= -engagement.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/list-tags-for= -resource.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/put-contact-p= olicy.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/send-activati= on-code.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/start-engagem= ent.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/stop-engageme= nt.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/tag-resource.= rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/untag-resourc= e.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/update-contac= t-channel.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-contacts/update-contac= t.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/create-repli= cation-set.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/create-respo= nse-plan.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/create-timel= ine-event.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delete-incid= ent-record.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delete-repli= cation-set.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delete-resou= rce-policy.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delete-respo= nse-plan.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/delete-timel= ine-event.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-incident= -record.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-replicat= ion-set.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-resource= -policies.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-response= -plan.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/get-timeline= -event.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-inciden= t-records.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-related= -items.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-replica= tion-sets.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-respons= e-plans.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-tags-fo= r-resource.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/list-timelin= e-events.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/put-resource= -policy.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/start-incide= nt.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/tag-resource= .rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/untag-resour= ce.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-delet= ion-protection.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-incid= ent-record.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-relat= ed-items.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-repli= cation-set.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-respo= nse-plan.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm-incidents/update-timel= ine-event.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/add-tags-to-resource.r= st +#usr/lib/python3.10/site-packages/awscli/examples/ssm/associate-ops-item-rel= ated-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-win= dow-execution.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/create-activation.rst @@ -4477,6 +5020,7 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ssm/describe-patch-groups.= rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/describe-patch-propert= ies.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-executi= on.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-invocation= .rst @@ -4507,9 +5051,11 @@ usr/lib/python3.10/site-packages/awscli/examples #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-commands.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-compliance-items.= rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-compliance-summar= ies.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm/list-document-metadata= -history.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-document-versions= .rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-documents.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-inventory-entries= .rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm/list-ops-item-related-= items.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-resource-complian= ce-summaries.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-resource-data-syn= c.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/list-tags-for-resource= .rst @@ -4528,12 +5074,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-onc= e.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/start-automation-execu= tion.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm/start-change-request-e= xecution.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/start-session.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/stop-automation-execut= ion.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/terminate-session.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm/unlabel-parameter-vers= ion.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-association-sta= tus.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-association.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-document-defaul= t-version.rst +#usr/lib/python3.10/site-packages/awscli/examples/ssm/update-document-metada= ta.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-document.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-maintenance-win= dow-target.rst #usr/lib/python3.10/site-packages/awscli/examples/ssm/update-maintenance-win= dow-task.rst diff --git a/lfs/aws-cli b/lfs/aws-cli index a46a400fa..a2160732c 100644 --- a/lfs/aws-cli +++ b/lfs/aws-cli @@ -26,15 +26,15 @@ include Config =20 SUMMARY =3D Amazon Web Services Command Line Interface =20 -VER =3D 1.18.188 +VER =3D 1.23.12 =20 -THISAPP =3D awscli-$(VER) +THISAPP =3D aws-cli-$(VER) DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D aws-cli -PAK_VER =3D 5 +PAK_VER =3D 6 =20 DEPS =3D python3-botocore python3-colorama python3-docutils python3-py= asn1 python3-rsa python3-s3transfer python3-six python3-yaml =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D cce3566bf44a896381198b088e479c6185b91298585ea855ea0ac1= 9c76a736b1f746413009a56b3a755de6c9c788a70cf78e3d010968c17d5b6dce45a650a9de +$(DL_FILE)_BLAKE2 =3D 27dcd4580de6af921475435c2ca080179ac9d6687a4c5ba445049b= 5c501d868ca7cc67421a1faef6fd36fd7786ba8593818007dcb46ed6cfb1c5a57ba0b1c438 =20 install : $(TARGET) =20 --=20 2.30.2 --===============7799100347796814376==--