pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-awscli



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct 26 10:33:29 UTC 2022

Modified Files:
        pkgsrc/net/py-awscli: Makefile PLIST distinfo

Log Message:
py-awscli: updated to 1.26.1

1.26.1

api-change:accessanalyzer: This release adds support for six new resource types in IAM Access Analyzer to help you easily identify public and cross-account access to your AWS resources. Updated 
service API, documentation, and paginators.
api-change:location: Added new map styles with satellite imagery for map resources using HERE as a data provider.
api-change:mediatailor: This release is a documentation update
api-change:rds: Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3.
api-change:workspaces: This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing 
g4dn Workspaces Core images.

1.26.0

api-change:acm-pca: AWS Private Certificate Authority (AWS Private CA) now offers usage modes which are combination of features to address specific use cases.
api-change:batch: This release adds support for AWS Batch on Amazon EKS.
api-change:datasync: Added support for self-signed certificates when using object storage locations; added BytesCompressed to the TaskExecution response.
api-change:sagemaker: SageMaker Inference Recommender now supports a new API ListInferenceRecommendationJobSteps to return the details of all the benchmark we create for an inference recommendation 
job.
feature:Endpoints: Implemented new endpoint ruleset system to dynamically derive endpoints and settings for services


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/py-awscli/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/py-awscli/PLIST
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/py-awscli/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-awscli/Makefile
diff -u pkgsrc/net/py-awscli/Makefile:1.51 pkgsrc/net/py-awscli/Makefile:1.52
--- pkgsrc/net/py-awscli/Makefile:1.51  Sun Sep 11 17:11:22 2022
+++ pkgsrc/net/py-awscli/Makefile       Wed Oct 26 10:33:28 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2022/09/11 17:11:22 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2022/10/26 10:33:28 adam Exp $
 
-DISTNAME=      awscli-1.19.93
+DISTNAME=      awscli-1.26.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/awscli/}
 
@@ -11,21 +10,18 @@ HOMEPAGE=   https://github.com/aws/aws-cli
 COMMENT=       Universal Command Line Interface for Amazon Web Services
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-botocore>=1.20.93:../../net/py-botocore
+DEPENDS+=      ${PYPKGPREFIX}-botocore>=1.28.1:../../net/py-botocore
 DEPENDS+=      ${PYPKGPREFIX}-colorama>=0.3.2:../../comms/py-colorama
 DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.10:../../textproc/py-docutils
-DEPENDS+=      ${PYPKGPREFIX}-rsa>=0:../../security/py-rsa
-DEPENDS+=      ${PYPKGPREFIX}-s3transfer>=0.4.0:../../net/py-s3transfer
+DEPENDS+=      ${PYPKGPREFIX}-rsa>=3.1.2:../../security/py-rsa
+DEPENDS+=      ${PYPKGPREFIX}-s3transfer>=0.6.0:../../net/py-s3transfer
 DEPENDS+=      ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 PYTHON_SELF_CONFLICT=  yes
 
-post-extract:
-       ${FIND} ${WRKSRC}/awscli/examples -type f -exec ${CHMOD} -R a-x {} +
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/py-awscli/PLIST
diff -u pkgsrc/net/py-awscli/PLIST:1.31 pkgsrc/net/py-awscli/PLIST:1.32
--- pkgsrc/net/py-awscli/PLIST:1.31     Mon Jun 14 13:16:03 2021
+++ pkgsrc/net/py-awscli/PLIST  Wed Oct 26 10:33:28 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2021/06/14 13:16:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.32 2022/10/26 10:33:28 adam Exp $
 bin/aws
 bin/aws.cmd
 bin/aws_bash_completer
@@ -462,6 +462,9 @@ ${PYSITELIB}/awscli/customizations/opswo
 ${PYSITELIB}/awscli/customizations/opsworkscm.py
 ${PYSITELIB}/awscli/customizations/opsworkscm.pyc
 ${PYSITELIB}/awscli/customizations/opsworkscm.pyo
+${PYSITELIB}/awscli/customizations/overridesslcommonname.py
+${PYSITELIB}/awscli/customizations/overridesslcommonname.pyc
+${PYSITELIB}/awscli/customizations/overridesslcommonname.pyo
 ${PYSITELIB}/awscli/customizations/paginate.py
 ${PYSITELIB}/awscli/customizations/paginate.pyc
 ${PYSITELIB}/awscli/customizations/paginate.pyo
@@ -626,7 +629,9 @@ ${PYSITELIB}/awscli/examples/acm-pca/upd
 ${PYSITELIB}/awscli/examples/acm/add-tags-to-certificate.rst
 ${PYSITELIB}/awscli/examples/acm/delete-certificate.rst
 ${PYSITELIB}/awscli/examples/acm/describe-certificate.rst
+${PYSITELIB}/awscli/examples/acm/export-certificate.rst
 ${PYSITELIB}/awscli/examples/acm/get-certificate.rst
+${PYSITELIB}/awscli/examples/acm/import-certificate.rst
 ${PYSITELIB}/awscli/examples/acm/list-certificates.rst
 ${PYSITELIB}/awscli/examples/acm/list-tags-for-certificate.rst
 ${PYSITELIB}/awscli/examples/acm/remove-tags-from-certificate.rst
@@ -783,10 +788,38 @@ ${PYSITELIB}/awscli/examples/apigatewayv
 ${PYSITELIB}/awscli/examples/apigatewayv2/update-route.rst
 ${PYSITELIB}/awscli/examples/apigatewayv2/update-stage.rst
 ${PYSITELIB}/awscli/examples/apigatewayv2/update-vpc-link.rst
+${PYSITELIB}/awscli/examples/appconfig/create-application.rst
+${PYSITELIB}/awscli/examples/appconfig/create-configuration-profile.rst
+${PYSITELIB}/awscli/examples/appconfig/create-environment.rst
+${PYSITELIB}/awscli/examples/appconfig/create-hosted-configuration-version.rst
+${PYSITELIB}/awscli/examples/appconfig/delete-application.rst
+${PYSITELIB}/awscli/examples/appconfig/delete-configuration-profile.rst
+${PYSITELIB}/awscli/examples/appconfig/delete-deployment-strategy.rst
+${PYSITELIB}/awscli/examples/appconfig/delete-environment.rst
+${PYSITELIB}/awscli/examples/appconfig/delete-hosted-configuration-version.rst
+${PYSITELIB}/awscli/examples/appconfig/get-application.rst
+${PYSITELIB}/awscli/examples/appconfig/get-configuration-profile.rst
 ${PYSITELIB}/awscli/examples/appconfig/get-configuration.rst
+${PYSITELIB}/awscli/examples/appconfig/get-deployment-strategy.rst
+${PYSITELIB}/awscli/examples/appconfig/get-deployment.rst
+${PYSITELIB}/awscli/examples/appconfig/get-environment.rst
+${PYSITELIB}/awscli/examples/appconfig/get-hosted-configuration-version.rst
 ${PYSITELIB}/awscli/examples/appconfig/list-applications.rst
 ${PYSITELIB}/awscli/examples/appconfig/list-configuration-profiles.rst
+${PYSITELIB}/awscli/examples/appconfig/list-deployment-strategies.rst
+${PYSITELIB}/awscli/examples/appconfig/list-deployments.rst
 ${PYSITELIB}/awscli/examples/appconfig/list-environments.rst
+${PYSITELIB}/awscli/examples/appconfig/list-hosted-configuration-versions.rst
+${PYSITELIB}/awscli/examples/appconfig/list-tags-for-resource.rst
+${PYSITELIB}/awscli/examples/appconfig/start-deployment.rst
+${PYSITELIB}/awscli/examples/appconfig/stop-deployment.rst
+${PYSITELIB}/awscli/examples/appconfig/tag-resource.rst
+${PYSITELIB}/awscli/examples/appconfig/untag-resource.rst
+${PYSITELIB}/awscli/examples/appconfig/update-application.rst
+${PYSITELIB}/awscli/examples/appconfig/update-configuration-profile.rst
+${PYSITELIB}/awscli/examples/appconfig/update-deployment-strategy.rst
+${PYSITELIB}/awscli/examples/appconfig/update-environment.rst
+${PYSITELIB}/awscli/examples/appconfig/validate-configuration.rst
 ${PYSITELIB}/awscli/examples/application-autoscaling/delete-scaling-policy.rst
 ${PYSITELIB}/awscli/examples/application-autoscaling/delete-scheduled-action.rst
 ${PYSITELIB}/awscli/examples/application-autoscaling/deregister-scalable-target.rst
@@ -799,6 +832,7 @@ ${PYSITELIB}/awscli/examples/application
 ${PYSITELIB}/awscli/examples/application-autoscaling/register-scalable-target.rst
 ${PYSITELIB}/awscli/examples/appmesh/create-mesh.rst
 ${PYSITELIB}/awscli/examples/appmesh/create-route.rst
+${PYSITELIB}/awscli/examples/appmesh/create-virtual-gateway.rst
 ${PYSITELIB}/awscli/examples/appmesh/create-virtual-node.rst
 ${PYSITELIB}/awscli/examples/appmesh/create-virtual-router.rst
 ${PYSITELIB}/awscli/examples/appmesh/create-virtual-service.rst
@@ -825,6 +859,28 @@ ${PYSITELIB}/awscli/examples/appmesh/upd
 ${PYSITELIB}/awscli/examples/appmesh/update-virtual-node.rst
 ${PYSITELIB}/awscli/examples/appmesh/update-virtual-router.rst
 ${PYSITELIB}/awscli/examples/appmesh/update-virtual-service.rst
+${PYSITELIB}/awscli/examples/apprunner/associate-custom-domain.rst
+${PYSITELIB}/awscli/examples/apprunner/create-auto-scaling-configuration.rst
+${PYSITELIB}/awscli/examples/apprunner/create-connection.rst
+${PYSITELIB}/awscli/examples/apprunner/create-service.rst
+${PYSITELIB}/awscli/examples/apprunner/delete-auto-scaling-configuration.rst
+${PYSITELIB}/awscli/examples/apprunner/delete-connection.rst
+${PYSITELIB}/awscli/examples/apprunner/delete-service.rst
+${PYSITELIB}/awscli/examples/apprunner/describe-auto-scaling-configuration.rst
+${PYSITELIB}/awscli/examples/apprunner/describe-custom-domains.rst
+${PYSITELIB}/awscli/examples/apprunner/describe-service.rst
+${PYSITELIB}/awscli/examples/apprunner/disassociate-custom-domain.rst
+${PYSITELIB}/awscli/examples/apprunner/list-auto-scaling-configurations.rst
+${PYSITELIB}/awscli/examples/apprunner/list-connections.rst
+${PYSITELIB}/awscli/examples/apprunner/list-operations.rst
+${PYSITELIB}/awscli/examples/apprunner/list-services.rst
+${PYSITELIB}/awscli/examples/apprunner/list-tags-for-resource.rst
+${PYSITELIB}/awscli/examples/apprunner/pause-service.rst
+${PYSITELIB}/awscli/examples/apprunner/resume-service.rst
+${PYSITELIB}/awscli/examples/apprunner/start-deployment.rst
+${PYSITELIB}/awscli/examples/apprunner/tag-resource.rst
+${PYSITELIB}/awscli/examples/apprunner/untag-resource.rst
+${PYSITELIB}/awscli/examples/apprunner/update-service.rst
 ${PYSITELIB}/awscli/examples/athena/batch-get-named-query.rst
 ${PYSITELIB}/awscli/examples/athena/batch-get-query-execution.rst
 ${PYSITELIB}/awscli/examples/athena/create-data-catalog.rst
@@ -874,6 +930,7 @@ ${PYSITELIB}/awscli/examples/autoscaling
 ${PYSITELIB}/awscli/examples/autoscaling/delete-policy.rst
 ${PYSITELIB}/awscli/examples/autoscaling/delete-scheduled-action.rst
 ${PYSITELIB}/awscli/examples/autoscaling/delete-tags.rst
+${PYSITELIB}/awscli/examples/autoscaling/delete-warm-pool.rst
 ${PYSITELIB}/awscli/examples/autoscaling/describe-account-limits.rst
 ${PYSITELIB}/awscli/examples/autoscaling/describe-adjustment-types.rst
 ${PYSITELIB}/awscli/examples/autoscaling/describe-auto-scaling-groups.rst
@@ -893,6 +950,7 @@ ${PYSITELIB}/awscli/examples/autoscaling
 ${PYSITELIB}/awscli/examples/autoscaling/describe-scheduled-actions.rst
 ${PYSITELIB}/awscli/examples/autoscaling/describe-tags.rst
 ${PYSITELIB}/awscli/examples/autoscaling/describe-termination-policy-types.rst
+${PYSITELIB}/awscli/examples/autoscaling/describe-warm-pool.rst
 ${PYSITELIB}/awscli/examples/autoscaling/detach-instances.rst
 ${PYSITELIB}/awscli/examples/autoscaling/detach-load-balancer-target-groups.rst
 ${PYSITELIB}/awscli/examples/autoscaling/detach-load-balancers.rst
@@ -905,6 +963,7 @@ ${PYSITELIB}/awscli/examples/autoscaling
 ${PYSITELIB}/awscli/examples/autoscaling/put-notification-configuration.rst
 ${PYSITELIB}/awscli/examples/autoscaling/put-scaling-policy.rst
 ${PYSITELIB}/awscli/examples/autoscaling/put-scheduled-update-group-action.rst
+${PYSITELIB}/awscli/examples/autoscaling/put-warm-pool.rst
 ${PYSITELIB}/awscli/examples/autoscaling/record-lifecycle-action-heartbeat.rst
 ${PYSITELIB}/awscli/examples/autoscaling/resume-processes.rst
 ${PYSITELIB}/awscli/examples/autoscaling/set-desired-capacity.rst
@@ -1054,14 +1113,24 @@ ${PYSITELIB}/awscli/examples/cloud9/desc
 ${PYSITELIB}/awscli/examples/cloud9/list-environments.rst
 ${PYSITELIB}/awscli/examples/cloud9/update-environment-membership.rst
 ${PYSITELIB}/awscli/examples/cloud9/update-environment.rst
+${PYSITELIB}/awscli/examples/cloudcontrol/create-resource.rst
+${PYSITELIB}/awscli/examples/cloudcontrol/delete-resource.rst
+${PYSITELIB}/awscli/examples/cloudcontrol/get-resource-request-status.rst
+${PYSITELIB}/awscli/examples/cloudcontrol/get-resource.rst
+${PYSITELIB}/awscli/examples/cloudcontrol/list-resource-requests.rst
+${PYSITELIB}/awscli/examples/cloudcontrol/list-resources.rst
+${PYSITELIB}/awscli/examples/cloudcontrol/update-resource.rst
 ${PYSITELIB}/awscli/examples/cloudformation/_deploy_description.rst
 ${PYSITELIB}/awscli/examples/cloudformation/_package_description.rst
+${PYSITELIB}/awscli/examples/cloudformation/activate-type.rst
+${PYSITELIB}/awscli/examples/cloudformation/batch-describe-type-configurations.rst
 ${PYSITELIB}/awscli/examples/cloudformation/cancel-update-stack.rst
 ${PYSITELIB}/awscli/examples/cloudformation/continue-update-rollback.rst
 ${PYSITELIB}/awscli/examples/cloudformation/create-change-set.rst
 ${PYSITELIB}/awscli/examples/cloudformation/create-stack-instances.rst
 ${PYSITELIB}/awscli/examples/cloudformation/create-stack-set.rst
 ${PYSITELIB}/awscli/examples/cloudformation/create-stack.rst
+${PYSITELIB}/awscli/examples/cloudformation/deactivate-type.rst
 ${PYSITELIB}/awscli/examples/cloudformation/delete-change-set.rst
 ${PYSITELIB}/awscli/examples/cloudformation/delete-stack-instances.rst
 ${PYSITELIB}/awscli/examples/cloudformation/delete-stack-set.rst
@@ -1070,6 +1139,7 @@ ${PYSITELIB}/awscli/examples/cloudformat
 ${PYSITELIB}/awscli/examples/cloudformation/deregister-type.rst
 ${PYSITELIB}/awscli/examples/cloudformation/describe-account-limits.rst
 ${PYSITELIB}/awscli/examples/cloudformation/describe-change-set.rst
+${PYSITELIB}/awscli/examples/cloudformation/describe-publisher.rst
 ${PYSITELIB}/awscli/examples/cloudformation/describe-stack-drift-detection-status.rst
 ${PYSITELIB}/awscli/examples/cloudformation/describe-stack-events.rst
 ${PYSITELIB}/awscli/examples/cloudformation/describe-stack-instance.rst
@@ -1102,11 +1172,15 @@ ${PYSITELIB}/awscli/examples/cloudformat
 ${PYSITELIB}/awscli/examples/cloudformation/list-type-versions.rst
 ${PYSITELIB}/awscli/examples/cloudformation/list-types.rst
 ${PYSITELIB}/awscli/examples/cloudformation/package.rst
+${PYSITELIB}/awscli/examples/cloudformation/publish-type.rst
+${PYSITELIB}/awscli/examples/cloudformation/register-publisher.rst
 ${PYSITELIB}/awscli/examples/cloudformation/register-type.rst
 ${PYSITELIB}/awscli/examples/cloudformation/set-stack-policy.rst
+${PYSITELIB}/awscli/examples/cloudformation/set-type-configuration.rst
 ${PYSITELIB}/awscli/examples/cloudformation/set-type-default-version.rst
 ${PYSITELIB}/awscli/examples/cloudformation/signal-resource.rst
 ${PYSITELIB}/awscli/examples/cloudformation/stop-stack-set-operation.rst
+${PYSITELIB}/awscli/examples/cloudformation/test-type.rst
 ${PYSITELIB}/awscli/examples/cloudformation/update-stack-instances.rst
 ${PYSITELIB}/awscli/examples/cloudformation/update-stack-set.rst
 ${PYSITELIB}/awscli/examples/cloudformation/update-stack.rst
@@ -1500,22 +1574,27 @@ ${PYSITELIB}/awscli/examples/comprehendm
 ${PYSITELIB}/awscli/examples/comprehendmedical/describe-icd10-cm-inference-job.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/describe-phi-detection-job.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/describe-rx-norm-inference-job.rst
+${PYSITELIB}/awscli/examples/comprehendmedical/describe-snomedct-inference-job.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/detect-entities-v2.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/detect-phi.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/infer-icd10-cm.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/infer-rx-norm.rst
+${PYSITELIB}/awscli/examples/comprehendmedical/infer-snomedct.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/list-entities-detection-v2-jobs.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/list-icd10-cm-inference-jobs.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/list-phi-detection-jobs.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/list-rx-norm-inference-jobs.rst
+${PYSITELIB}/awscli/examples/comprehendmedical/list-snomedct-inference-jobs.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/start-entities-detection-v2-job.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/start-icd10-cm-inference-job.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/start-phi-detection-job.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/start-rx-norm-inference-job.rst
+${PYSITELIB}/awscli/examples/comprehendmedical/start-snomedct-inference-job.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/stop-entities-detection-v2-job.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/stop-icd10-cm-inference-job.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/stop-phi-detection-job.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/stop-rx-norm-inference-job.rst
+${PYSITELIB}/awscli/examples/comprehendmedical/stop-snomedct-inference-job.rst
 ${PYSITELIB}/awscli/examples/configservice/delete-config-rule.rst
 ${PYSITELIB}/awscli/examples/configservice/delete-delivery-channel.rst
 ${PYSITELIB}/awscli/examples/configservice/delete-evaluation-results.rst
@@ -1869,6 +1948,7 @@ ${PYSITELIB}/awscli/examples/ec2/accept-
 ${PYSITELIB}/awscli/examples/ec2/advertise-byoip-cidr.rst
 ${PYSITELIB}/awscli/examples/ec2/allocate-address.rst
 ${PYSITELIB}/awscli/examples/ec2/allocate-hosts.rst
+${PYSITELIB}/awscli/examples/ec2/allocate-ipam-pool-cidr.rst
 ${PYSITELIB}/awscli/examples/ec2/apply-security-groups-to-client-vpn-target-network.rst
 ${PYSITELIB}/awscli/examples/ec2/assign-ipv6-addresses.rst
 ${PYSITELIB}/awscli/examples/ec2/assign-private-ip-addresses.rst
@@ -1876,6 +1956,7 @@ ${PYSITELIB}/awscli/examples/ec2/associa
 ${PYSITELIB}/awscli/examples/ec2/associate-client-vpn-target-network.rst
 ${PYSITELIB}/awscli/examples/ec2/associate-dhcp-options.rst
 ${PYSITELIB}/awscli/examples/ec2/associate-iam-instance-profile.rst
+${PYSITELIB}/awscli/examples/ec2/associate-instance-event-window.rst
 ${PYSITELIB}/awscli/examples/ec2/associate-route-table.rst
 ${PYSITELIB}/awscli/examples/ec2/associate-subnet-cidr-block.rst
 ${PYSITELIB}/awscli/examples/ec2/associate-transit-gateway-multicast-domain.rst
@@ -1891,6 +1972,7 @@ ${PYSITELIB}/awscli/examples/ec2/authori
 ${PYSITELIB}/awscli/examples/ec2/authorize-security-group-ingress.rst
 ${PYSITELIB}/awscli/examples/ec2/bundle-instance.rst
 ${PYSITELIB}/awscli/examples/ec2/cancel-bundle-task.rst
+${PYSITELIB}/awscli/examples/ec2/cancel-capacity-reservation-fleets.rst
 ${PYSITELIB}/awscli/examples/ec2/cancel-capacity-reservation.rst
 ${PYSITELIB}/awscli/examples/ec2/cancel-conversion-task.rst
 ${PYSITELIB}/awscli/examples/ec2/cancel-export-task.rst
@@ -1902,6 +1984,7 @@ ${PYSITELIB}/awscli/examples/ec2/confirm
 ${PYSITELIB}/awscli/examples/ec2/copy-fpga-image.rst
 ${PYSITELIB}/awscli/examples/ec2/copy-image.rst
 ${PYSITELIB}/awscli/examples/ec2/copy-snapshot.rst
+${PYSITELIB}/awscli/examples/ec2/create-capacity-reservation-fleet.rst
 ${PYSITELIB}/awscli/examples/ec2/create-capacity-reservation.rst
 ${PYSITELIB}/awscli/examples/ec2/create-client-vpn-endpoint.rst
 ${PYSITELIB}/awscli/examples/ec2/create-client-vpn-route.rst
@@ -1914,8 +1997,12 @@ ${PYSITELIB}/awscli/examples/ec2/create-
 ${PYSITELIB}/awscli/examples/ec2/create-flow-logs.rst
 ${PYSITELIB}/awscli/examples/ec2/create-fpga-image.rst
 ${PYSITELIB}/awscli/examples/ec2/create-image.rst
+${PYSITELIB}/awscli/examples/ec2/create-instance-event-window.rst
 ${PYSITELIB}/awscli/examples/ec2/create-instance-export-task.rst
 ${PYSITELIB}/awscli/examples/ec2/create-internet-gateway.rst
+${PYSITELIB}/awscli/examples/ec2/create-ipam-pool.rst
+${PYSITELIB}/awscli/examples/ec2/create-ipam-scope.rst
+${PYSITELIB}/awscli/examples/ec2/create-ipam.rst
 ${PYSITELIB}/awscli/examples/ec2/create-key-pair.rst
 ${PYSITELIB}/awscli/examples/ec2/create-launch-template-version.rst
 ${PYSITELIB}/awscli/examples/ec2/create-launch-template.rst
@@ -1925,24 +2012,31 @@ ${PYSITELIB}/awscli/examples/ec2/create-
 ${PYSITELIB}/awscli/examples/ec2/create-nat-gateway.rst
 ${PYSITELIB}/awscli/examples/ec2/create-network-acl-entry.rst
 ${PYSITELIB}/awscli/examples/ec2/create-network-acl.rst
+${PYSITELIB}/awscli/examples/ec2/create-network-insights-access-scope.rst
 ${PYSITELIB}/awscli/examples/ec2/create-network-insights-path.rst
 ${PYSITELIB}/awscli/examples/ec2/create-network-interface-permission.rst
 ${PYSITELIB}/awscli/examples/ec2/create-network-interface.rst
 ${PYSITELIB}/awscli/examples/ec2/create-placement-group.rst
+${PYSITELIB}/awscli/examples/ec2/create-replace-root-volume-task.rst
 ${PYSITELIB}/awscli/examples/ec2/create-reserved-instances-listing.rst
+${PYSITELIB}/awscli/examples/ec2/create-restore-image-task.rst
 ${PYSITELIB}/awscli/examples/ec2/create-route-table.rst
 ${PYSITELIB}/awscli/examples/ec2/create-route.rst
 ${PYSITELIB}/awscli/examples/ec2/create-security-group.rst
 ${PYSITELIB}/awscli/examples/ec2/create-snapshot.rst
 ${PYSITELIB}/awscli/examples/ec2/create-snapshots.rst
 ${PYSITELIB}/awscli/examples/ec2/create-spot-datafeed-subscription.rst
+${PYSITELIB}/awscli/examples/ec2/create-store-image-task.rst
+${PYSITELIB}/awscli/examples/ec2/create-subnet-cidr-reservation.rst
 ${PYSITELIB}/awscli/examples/ec2/create-subnet.rst
 ${PYSITELIB}/awscli/examples/ec2/create-tags.rst
 ${PYSITELIB}/awscli/examples/ec2/create-traffic-mirror-filter-rule.rst
 ${PYSITELIB}/awscli/examples/ec2/create-traffic-mirror-filter.rst
 ${PYSITELIB}/awscli/examples/ec2/create-traffic-mirror-session.rst
 ${PYSITELIB}/awscli/examples/ec2/create-traffic-mirror-target.rst
+${PYSITELIB}/awscli/examples/ec2/create-transit-gateway-connect-peer.rst
 ${PYSITELIB}/awscli/examples/ec2/create-transit-gateway-connect.rst
+${PYSITELIB}/awscli/examples/ec2/create-transit-gateway-multicast-domain.rst
 ${PYSITELIB}/awscli/examples/ec2/create-transit-gateway-peering-attachment.rst
 ${PYSITELIB}/awscli/examples/ec2/create-transit-gateway-prefix-list-reference.rst
 ${PYSITELIB}/awscli/examples/ec2/create-transit-gateway-route-table.rst
@@ -1967,7 +2061,10 @@ ${PYSITELIB}/awscli/examples/ec2/delete-
 ${PYSITELIB}/awscli/examples/ec2/delete-fleets.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-flow-logs.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-fpga-image.rst
+${PYSITELIB}/awscli/examples/ec2/delete-instance-event-window.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-internet-gateway.rst
+${PYSITELIB}/awscli/examples/ec2/delete-ipam-scope.rst
+${PYSITELIB}/awscli/examples/ec2/delete-ipam.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-key-pair.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-launch-template-versions.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-launch-template.rst
@@ -1976,6 +2073,7 @@ ${PYSITELIB}/awscli/examples/ec2/delete-
 ${PYSITELIB}/awscli/examples/ec2/delete-nat-gateway.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-network-acl-entry.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-network-acl.rst
+${PYSITELIB}/awscli/examples/ec2/delete-network-insights-access-scope.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-network-insights-analysis.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-network-insights-path.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-network-interface-permission.rst
@@ -1987,12 +2085,15 @@ ${PYSITELIB}/awscli/examples/ec2/delete-
 ${PYSITELIB}/awscli/examples/ec2/delete-security-group.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-snapshot.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-spot-datafeed-subscription.rst
+${PYSITELIB}/awscli/examples/ec2/delete-subnet-cidr-reservation.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-subnet.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-tags.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-traffic-mirror-filter-rule.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-traffic-mirror-filter.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-traffic-mirror-session.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-traffic-mirror-target.rst
+${PYSITELIB}/awscli/examples/ec2/delete-transit-gateway-connect-peer.rst
+${PYSITELIB}/awscli/examples/ec2/delete-transit-gateway-connect.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-transit-gateway-multicast-domain.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-transit-gateway-peering-attachment.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-transit-gateway-prefix-list-reference.rst
@@ -2010,16 +2111,19 @@ ${PYSITELIB}/awscli/examples/ec2/delete-
 ${PYSITELIB}/awscli/examples/ec2/delete-vpn-connection.rst
 ${PYSITELIB}/awscli/examples/ec2/delete-vpn-gateway.rst
 ${PYSITELIB}/awscli/examples/ec2/deprovision-byoip-cidr.rst
+${PYSITELIB}/awscli/examples/ec2/deprovision-ipam-pool-cidr.rst
 ${PYSITELIB}/awscli/examples/ec2/deregister-image.rst
 ${PYSITELIB}/awscli/examples/ec2/deregister-instance-event-notification-attributes.rst
 ${PYSITELIB}/awscli/examples/ec2/deregister-transit-gateway-multicast-group-members.rst
 ${PYSITELIB}/awscli/examples/ec2/deregister-transit-gateway-multicast-group-source.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-account-attributes.rst
+${PYSITELIB}/awscli/examples/ec2/describe-addresses-attribute.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-addresses.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-aggregate-id-format.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-availability-zones.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-bundle-tasks.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-byoip-cidrs.rst
+${PYSITELIB}/awscli/examples/ec2/describe-capacity-reservation-fleets.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-capacity-reservations.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-carrier-gateways.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-classic-link-instances.rst
@@ -2036,6 +2140,7 @@ ${PYSITELIB}/awscli/examples/ec2/describ
 ${PYSITELIB}/awscli/examples/ec2/describe-elastic-gpus.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-export-image-tasks.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-export-tasks.rst
+${PYSITELIB}/awscli/examples/ec2/describe-fast-launch-images.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-fast-snapshot-restores.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-fleet-history.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-fleet-instances.rst
@@ -2056,11 +2161,15 @@ ${PYSITELIB}/awscli/examples/ec2/describ
 ${PYSITELIB}/awscli/examples/ec2/describe-instance-attribute.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-instance-credit-specifications.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-instance-event-notification-attributes.rst
+${PYSITELIB}/awscli/examples/ec2/describe-instance-event-windows.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-instance-status.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-instance-type-offerings.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-instance-types.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-instances.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-internet-gateways.rst
+${PYSITELIB}/awscli/examples/ec2/describe-ipam-pools.rst
+${PYSITELIB}/awscli/examples/ec2/describe-ipam-scopes.rst
+${PYSITELIB}/awscli/examples/ec2/describe-ipams.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-ipv6-pools.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-key-pairs.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-launch-template-versions.rst
@@ -2075,6 +2184,8 @@ ${PYSITELIB}/awscli/examples/ec2/describ
 ${PYSITELIB}/awscli/examples/ec2/describe-moving-addresses.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-nat-gateways.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-network-acls.rst
+${PYSITELIB}/awscli/examples/ec2/describe-network-insights-access-scope-analyses.rst
+${PYSITELIB}/awscli/examples/ec2/describe-network-insights-access-scopes.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-network-insights-analyses.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-network-insights-paths.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-network-interface-attribute.rst
@@ -2085,6 +2196,7 @@ ${PYSITELIB}/awscli/examples/ec2/describ
 ${PYSITELIB}/awscli/examples/ec2/describe-principal-id-format.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-public-ipv4-pools.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-regions.rst
+${PYSITELIB}/awscli/examples/ec2/describe-replace-root-volume-tasks.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-reserved-instances-listings.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-reserved-instances-modifications.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-reserved-instances-offerings.rst
@@ -2093,8 +2205,10 @@ ${PYSITELIB}/awscli/examples/ec2/describ
 ${PYSITELIB}/awscli/examples/ec2/describe-scheduled-instance-availability.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-scheduled-instances.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-security-group-references.rst
+${PYSITELIB}/awscli/examples/ec2/describe-security-group-rules.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-security-groups.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-snapshot-attribute.rst
+${PYSITELIB}/awscli/examples/ec2/describe-snapshot-tier-status.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-snapshots.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-spot-datafeed-subscription.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-spot-fleet-instances.rst
@@ -2103,12 +2217,14 @@ ${PYSITELIB}/awscli/examples/ec2/describ
 ${PYSITELIB}/awscli/examples/ec2/describe-spot-instance-requests.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-spot-price-history.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-stale-security-groups.rst
+${PYSITELIB}/awscli/examples/ec2/describe-store-image-tasks.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-subnets.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-tags.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-traffic-mirror-filters.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-traffic-mirror-sessions.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-traffic-mirror-targets.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-transit-gateway-attachments.rst
+${PYSITELIB}/awscli/examples/ec2/describe-transit-gateway-connect-peers.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-transit-gateway-connects.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-transit-gateway-multicast-domains.rst
 ${PYSITELIB}/awscli/examples/ec2/describe-transit-gateway-peering-attachments.rst
@@ -2138,7 +2254,10 @@ ${PYSITELIB}/awscli/examples/ec2/detach-
 ${PYSITELIB}/awscli/examples/ec2/detach-volume.rst
 ${PYSITELIB}/awscli/examples/ec2/detach-vpn-gateway.rst
 ${PYSITELIB}/awscli/examples/ec2/disable-ebs-encryption-by-default.rst
+${PYSITELIB}/awscli/examples/ec2/disable-fast-launch.rst
 ${PYSITELIB}/awscli/examples/ec2/disable-fast-snapshot-restores.rst
+${PYSITELIB}/awscli/examples/ec2/disable-image-deprecation.rst
+${PYSITELIB}/awscli/examples/ec2/disable-serial-console-access.rst
 ${PYSITELIB}/awscli/examples/ec2/disable-transit-gateway-route-table-propagation.rst
 ${PYSITELIB}/awscli/examples/ec2/disable-vgw-route-propagation.rst
 ${PYSITELIB}/awscli/examples/ec2/disable-vpc-classic-link-dns-support.rst
@@ -2146,13 +2265,18 @@ ${PYSITELIB}/awscli/examples/ec2/disable
 ${PYSITELIB}/awscli/examples/ec2/disassociate-address.rst
 ${PYSITELIB}/awscli/examples/ec2/disassociate-client-vpn-target-network.rst
 ${PYSITELIB}/awscli/examples/ec2/disassociate-iam-instance-profile.rst
+${PYSITELIB}/awscli/examples/ec2/disassociate-instance-event-window.rst
 ${PYSITELIB}/awscli/examples/ec2/disassociate-route-table.rst
 ${PYSITELIB}/awscli/examples/ec2/disassociate-subnet-cidr-block.rst
 ${PYSITELIB}/awscli/examples/ec2/disassociate-transit-gateway-multicast-domain.rst
 ${PYSITELIB}/awscli/examples/ec2/disassociate-transit-gateway-route-table.rst
 ${PYSITELIB}/awscli/examples/ec2/disassociate-vpc-cidr-block.rst
 ${PYSITELIB}/awscli/examples/ec2/enable-ebs-encryption-by-default.rst
+${PYSITELIB}/awscli/examples/ec2/enable-fast-launch.rst
 ${PYSITELIB}/awscli/examples/ec2/enable-fast-snapshot-restores.rst
+${PYSITELIB}/awscli/examples/ec2/enable-image-deprecation.rst
+${PYSITELIB}/awscli/examples/ec2/enable-ipam-organization-admin-account.rst
+${PYSITELIB}/awscli/examples/ec2/enable-serial-console-access.rst
 ${PYSITELIB}/awscli/examples/ec2/enable-transit-gateway-route-table-propagation.rst
 ${PYSITELIB}/awscli/examples/ec2/enable-vgw-route-propagation.rst
 ${PYSITELIB}/awscli/examples/ec2/enable-volume-io.rst
@@ -2169,13 +2293,24 @@ ${PYSITELIB}/awscli/examples/ec2/get-con
 ${PYSITELIB}/awscli/examples/ec2/get-default-credit-specification.rst
 ${PYSITELIB}/awscli/examples/ec2/get-ebs-default-kms-key-id.rst
 ${PYSITELIB}/awscli/examples/ec2/get-ebs-encryption-by-default.rst
+${PYSITELIB}/awscli/examples/ec2/get-flow-logs-integration-template.rst
 ${PYSITELIB}/awscli/examples/ec2/get-groups-for-capacity-reservation.rst
 ${PYSITELIB}/awscli/examples/ec2/get-host-reservation-purchase-preview.rst
+${PYSITELIB}/awscli/examples/ec2/get-instance-types-from-instance-requirements.rst
+${PYSITELIB}/awscli/examples/ec2/get-ipam-address-history.rst
+${PYSITELIB}/awscli/examples/ec2/get-ipam-pool-allocations.rst
+${PYSITELIB}/awscli/examples/ec2/get-ipam-pool-cidrs.rst
+${PYSITELIB}/awscli/examples/ec2/get-ipam-resource-cidrs.rst
 ${PYSITELIB}/awscli/examples/ec2/get-launch-template-data.rst
 ${PYSITELIB}/awscli/examples/ec2/get-managed-prefix-list-associations.rst
 ${PYSITELIB}/awscli/examples/ec2/get-managed-prefix-list-entries.rst
+${PYSITELIB}/awscli/examples/ec2/get-network-insights-access-scope-analysis-findings.rst
+${PYSITELIB}/awscli/examples/ec2/get-network-insights-access-scope-content.rst
 ${PYSITELIB}/awscli/examples/ec2/get-password-data.rst
 ${PYSITELIB}/awscli/examples/ec2/get-reserved-instances-exchange-quote.rst
+${PYSITELIB}/awscli/examples/ec2/get-serial-console-access-status.rst
+${PYSITELIB}/awscli/examples/ec2/get-spot-placement-scores.rst
+${PYSITELIB}/awscli/examples/ec2/get-subnet-cidr-reservations.rst
 ${PYSITELIB}/awscli/examples/ec2/get-transit-gateway-attachment-propagations.rst
 ${PYSITELIB}/awscli/examples/ec2/get-transit-gateway-multicast-domain-associations.rst
 ${PYSITELIB}/awscli/examples/ec2/get-transit-gateway-prefix-list-references.rst
@@ -2185,7 +2320,11 @@ ${PYSITELIB}/awscli/examples/ec2/import-
 ${PYSITELIB}/awscli/examples/ec2/import-image.rst
 ${PYSITELIB}/awscli/examples/ec2/import-key-pair.rst
 ${PYSITELIB}/awscli/examples/ec2/import-snapshot.rst
+${PYSITELIB}/awscli/examples/ec2/list-images-in-recycle-bin.rst
+${PYSITELIB}/awscli/examples/ec2/list-snapshots-in-recycle-bin.rst
+${PYSITELIB}/awscli/examples/ec2/modify-address-attribute.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-availability-zone-group.rst
+${PYSITELIB}/awscli/examples/ec2/modify-capacity-reservation-fleet.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-capacity-reservation.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-client-vpn-endpoint.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-default-credit-specification.rst
@@ -2200,13 +2339,19 @@ ${PYSITELIB}/awscli/examples/ec2/modify-
 ${PYSITELIB}/awscli/examples/ec2/modify-instance-capacity-reservation-attributes.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-instance-credit-specification.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-instance-event-start-time.rst
+${PYSITELIB}/awscli/examples/ec2/modify-instance-event-window.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-instance-metadata-options.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-instance-placement.rst
+${PYSITELIB}/awscli/examples/ec2/modify-ipam-pool.rst
+${PYSITELIB}/awscli/examples/ec2/modify-ipam-resource-cidr.rst
+${PYSITELIB}/awscli/examples/ec2/modify-ipam.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-launch-template.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-managed-prefix-list.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-network-interface-attribute.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-reserved-instances.rst
+${PYSITELIB}/awscli/examples/ec2/modify-security-group-rules.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-snapshot-attribute.rst
+${PYSITELIB}/awscli/examples/ec2/modify-snapshot-tier.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-spot-fleet-request.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-subnet-attribute.rst
 ${PYSITELIB}/awscli/examples/ec2/modify-traffic-mirror-filter-network-services.rst
@@ -2230,7 +2375,10 @@ ${PYSITELIB}/awscli/examples/ec2/modify-
 ${PYSITELIB}/awscli/examples/ec2/modify-vpn-tunnel-options.rst
 ${PYSITELIB}/awscli/examples/ec2/monitor-instances.rst
 ${PYSITELIB}/awscli/examples/ec2/move-address-to-vpc.rst
+${PYSITELIB}/awscli/examples/ec2/move-byoip-cidr-to-ipam.rst
+${PYSITELIB}/awscli/examples/ec2/network-insights-access-scope.rst
 ${PYSITELIB}/awscli/examples/ec2/provision-byoip-cidr.rst
+${PYSITELIB}/awscli/examples/ec2/provision-ipam-pool-cidr.rst
 ${PYSITELIB}/awscli/examples/ec2/purchase-host-reservation.rst
 ${PYSITELIB}/awscli/examples/ec2/purchase-reserved-instances-offering.rst
 ${PYSITELIB}/awscli/examples/ec2/purchase-scheduled-instances.rst
@@ -2239,6 +2387,7 @@ ${PYSITELIB}/awscli/examples/ec2/registe
 ${PYSITELIB}/awscli/examples/ec2/register-instance-event-notification-attributes.rst
 ${PYSITELIB}/awscli/examples/ec2/register-transit-gateway-multicase-group-sources.rst
 ${PYSITELIB}/awscli/examples/ec2/register-transit-gateway-multicast-group-members.rst
+${PYSITELIB}/awscli/examples/ec2/register-transit-gateway-multicast-group-sources.rst
 ${PYSITELIB}/awscli/examples/ec2/reject-transit-gateway-peering-attachment.rst
 ${PYSITELIB}/awscli/examples/ec2/reject-transit-gateway-vpc-attachments.rst
 ${PYSITELIB}/awscli/examples/ec2/reject-vpc-endpoint-connections.rst
@@ -2254,6 +2403,7 @@ ${PYSITELIB}/awscli/examples/ec2/replace
 ${PYSITELIB}/awscli/examples/ec2/report-instance-status.rst
 ${PYSITELIB}/awscli/examples/ec2/request-spot-fleet.rst
 ${PYSITELIB}/awscli/examples/ec2/request-spot-instances.rst
+${PYSITELIB}/awscli/examples/ec2/reset-address-attribute.rst
 ${PYSITELIB}/awscli/examples/ec2/reset-ebs-default-kms-key-id.rst
 ${PYSITELIB}/awscli/examples/ec2/reset-fpga-image-attribute.rst
 ${PYSITELIB}/awscli/examples/ec2/reset-image-attribute.rst
@@ -2261,7 +2411,10 @@ ${PYSITELIB}/awscli/examples/ec2/reset-i
 ${PYSITELIB}/awscli/examples/ec2/reset-network-interface-attribute.rst
 ${PYSITELIB}/awscli/examples/ec2/reset-snapshot-attribute.rst
 ${PYSITELIB}/awscli/examples/ec2/restore-address-to-classic.rst
+${PYSITELIB}/awscli/examples/ec2/restore-image-from-recycle-bin.rst
 ${PYSITELIB}/awscli/examples/ec2/restore-managed-prefix-list-version.rst
+${PYSITELIB}/awscli/examples/ec2/restore-snapshot-from-recycle-bin.rst
+${PYSITELIB}/awscli/examples/ec2/restore-snapshot-tier.rst
 ${PYSITELIB}/awscli/examples/ec2/revoke-client-vpn-ingress.rst
 ${PYSITELIB}/awscli/examples/ec2/revoke-security-group-egress.rst
 ${PYSITELIB}/awscli/examples/ec2/revoke-security-group-ingress.rst
@@ -2272,6 +2425,7 @@ ${PYSITELIB}/awscli/examples/ec2/search-
 ${PYSITELIB}/awscli/examples/ec2/search-transit-gateway-routes.rst
 ${PYSITELIB}/awscli/examples/ec2/send-diagnostic-interrupt.rst
 ${PYSITELIB}/awscli/examples/ec2/start-instances.rst
+${PYSITELIB}/awscli/examples/ec2/start-network-insights-access-scope-analysis.rst
 ${PYSITELIB}/awscli/examples/ec2/start-network-insights-analysis.rst
 ${PYSITELIB}/awscli/examples/ec2/stop-instances.rst
 ${PYSITELIB}/awscli/examples/ec2/terminate-client-vpn-connections.rst
@@ -2724,6 +2878,8 @@ ${PYSITELIB}/awscli/examples/glacier/upl
 ${PYSITELIB}/awscli/examples/glacier/upload-multipart-part.rst
 ${PYSITELIB}/awscli/examples/glacier/wait/vault-exists.rst
 ${PYSITELIB}/awscli/examples/glacier/wait/vault-not-exists.rst
+${PYSITELIB}/awscli/examples/global_options.rst
+${PYSITELIB}/awscli/examples/global_synopsis.rst
 ${PYSITELIB}/awscli/examples/globalaccelerator/add-custom-routing-endpoints.rst
 ${PYSITELIB}/awscli/examples/globalaccelerator/advertise-byoip-cidr.rst
 ${PYSITELIB}/awscli/examples/globalaccelerator/allow-custom-routing-traffic.rst
@@ -2778,6 +2934,7 @@ ${PYSITELIB}/awscli/examples/glue/get-pl
 ${PYSITELIB}/awscli/examples/glue/get-tables.rst
 ${PYSITELIB}/awscli/examples/glue/start-crawler.rst
 ${PYSITELIB}/awscli/examples/glue/start-job-run.rst
+${PYSITELIB}/awscli/examples/grafana/list-workspaces.rst
 ${PYSITELIB}/awscli/examples/greengrass/associate-role-to-group.rst
 ${PYSITELIB}/awscli/examples/greengrass/associate-service-role-to-account.rst
 ${PYSITELIB}/awscli/examples/greengrass/create-connector-definition-version.rst
@@ -2870,16 +3027,23 @@ ${PYSITELIB}/awscli/examples/greengrass/
 ${PYSITELIB}/awscli/examples/greengrass/update-resource-definition.rst
 ${PYSITELIB}/awscli/examples/greengrass/update-subscription-definition.rst
 ${PYSITELIB}/awscli/examples/greengrass/update-thing-runtime-configuration.rst
+${PYSITELIB}/awscli/examples/greengrassv2/associate-service-role-to-account.rst
+${PYSITELIB}/awscli/examples/greengrassv2/batch-associate-client-device-with-core-device.rst
+${PYSITELIB}/awscli/examples/greengrassv2/batch-disassociate-client-device-from-core-device.rst
 ${PYSITELIB}/awscli/examples/greengrassv2/cancel-deployment.rst
 ${PYSITELIB}/awscli/examples/greengrassv2/create-component-version.rst
 ${PYSITELIB}/awscli/examples/greengrassv2/create-deployment.rst
 ${PYSITELIB}/awscli/examples/greengrassv2/delete-component.rst
 ${PYSITELIB}/awscli/examples/greengrassv2/delete-core-device.rst
 ${PYSITELIB}/awscli/examples/greengrassv2/describe-component.rst
+${PYSITELIB}/awscli/examples/greengrassv2/disassociate-service-role-from-account.rst
 ${PYSITELIB}/awscli/examples/greengrassv2/get-component-version-artifact.rst
 ${PYSITELIB}/awscli/examples/greengrassv2/get-component.rst
+${PYSITELIB}/awscli/examples/greengrassv2/get-connectivity-info.rst
 ${PYSITELIB}/awscli/examples/greengrassv2/get-core-device.rst
 ${PYSITELIB}/awscli/examples/greengrassv2/get-deployment.rst
+${PYSITELIB}/awscli/examples/greengrassv2/get-service-role-for-account.rst
+${PYSITELIB}/awscli/examples/greengrassv2/list-client-devices-associated-with-core-device.rst
 ${PYSITELIB}/awscli/examples/greengrassv2/list-component-versions.rst
 ${PYSITELIB}/awscli/examples/greengrassv2/list-components.rst
 ${PYSITELIB}/awscli/examples/greengrassv2/list-core-devices.rst
@@ -2889,6 +3053,7 @@ ${PYSITELIB}/awscli/examples/greengrassv
 ${PYSITELIB}/awscli/examples/greengrassv2/list-tags-for-resource.rst
 ${PYSITELIB}/awscli/examples/greengrassv2/tag-resource.rst
 ${PYSITELIB}/awscli/examples/greengrassv2/untag-resource.rst
+${PYSITELIB}/awscli/examples/greengrassv2/update-connectivity-info.rst
 ${PYSITELIB}/awscli/examples/guardduty/accept-invitation.rst
 ${PYSITELIB}/awscli/examples/guardduty/archive-findings.rst
 ${PYSITELIB}/awscli/examples/guardduty/create-detector.rst
@@ -2922,8 +3087,13 @@ ${PYSITELIB}/awscli/examples/healthlake/
 ${PYSITELIB}/awscli/examples/healthlake/describe-fhir-export-job.rst
 ${PYSITELIB}/awscli/examples/healthlake/describe-fhir-import-job.rst
 ${PYSITELIB}/awscli/examples/healthlake/list-fhir-datastores.rst
+${PYSITELIB}/awscli/examples/healthlake/list-fhir-export-jobs.rst
+${PYSITELIB}/awscli/examples/healthlake/list-fhir-import-jobs.rst
+${PYSITELIB}/awscli/examples/healthlake/list-tags-for-resource.rst
 ${PYSITELIB}/awscli/examples/healthlake/start-fhir-export-job.rst
 ${PYSITELIB}/awscli/examples/healthlake/start-fhir-import-job.rst
+${PYSITELIB}/awscli/examples/healthlake/tag-resource.rst
+${PYSITELIB}/awscli/examples/healthlake/untag-resource.rst
 ${PYSITELIB}/awscli/examples/iam/add-client-id-to-open-id-connect-provider.rst
 ${PYSITELIB}/awscli/examples/iam/add-role-to-instance-profile.rst
 ${PYSITELIB}/awscli/examples/iam/add-user-to-group.rst
@@ -3615,6 +3785,7 @@ ${PYSITELIB}/awscli/examples/ivs/batch-g
 ${PYSITELIB}/awscli/examples/ivs/create-channel.rst
 ${PYSITELIB}/awscli/examples/ivs/create-recording-configuration.rst
 ${PYSITELIB}/awscli/examples/ivs/create-stream-key.rst
+${PYSITELIB}/awscli/examples/ivs/delete-channel.rst
 ${PYSITELIB}/awscli/examples/ivs/delete-playback-key-pair.rst
 ${PYSITELIB}/awscli/examples/ivs/delete-recording-configuration.rst
 ${PYSITELIB}/awscli/examples/ivs/delete-stream-key.rst
@@ -3622,12 +3793,14 @@ ${PYSITELIB}/awscli/examples/ivs/get-cha
 ${PYSITELIB}/awscli/examples/ivs/get-playback-key-pair.rst
 ${PYSITELIB}/awscli/examples/ivs/get-recording-configuration.rst
 ${PYSITELIB}/awscli/examples/ivs/get-stream-key.rst
+${PYSITELIB}/awscli/examples/ivs/get-stream-session.rst
 ${PYSITELIB}/awscli/examples/ivs/get-stream.rst
 ${PYSITELIB}/awscli/examples/ivs/import-playback-key-pair.rst
 ${PYSITELIB}/awscli/examples/ivs/list-channels.rst
 ${PYSITELIB}/awscli/examples/ivs/list-playback-key-pairs.rst
 ${PYSITELIB}/awscli/examples/ivs/list-recording-configurations.rst
 ${PYSITELIB}/awscli/examples/ivs/list-stream-keys.rst
+${PYSITELIB}/awscli/examples/ivs/list-stream-sessions.rst
 ${PYSITELIB}/awscli/examples/ivs/list-streams.rst
 ${PYSITELIB}/awscli/examples/ivs/list-tags-for-resource.rst
 ${PYSITELIB}/awscli/examples/ivs/put-metadata.rst
@@ -3635,6 +3808,18 @@ ${PYSITELIB}/awscli/examples/ivs/stop-st
 ${PYSITELIB}/awscli/examples/ivs/tag-resource.rst
 ${PYSITELIB}/awscli/examples/ivs/untag-resource.rst
 ${PYSITELIB}/awscli/examples/ivs/update-channel.rst
+${PYSITELIB}/awscli/examples/ivschat/create-chat-token.rst
+${PYSITELIB}/awscli/examples/ivschat/create-room.rst
+${PYSITELIB}/awscli/examples/ivschat/delete-message.rst
+${PYSITELIB}/awscli/examples/ivschat/delete-room.rst
+${PYSITELIB}/awscli/examples/ivschat/disconnect-user.rst
+${PYSITELIB}/awscli/examples/ivschat/get-room.rst
+${PYSITELIB}/awscli/examples/ivschat/list-rooms.rst
+${PYSITELIB}/awscli/examples/ivschat/list-tags-for-resource.rst
+${PYSITELIB}/awscli/examples/ivschat/send-event.rst
+${PYSITELIB}/awscli/examples/ivschat/tag-resource.rst
+${PYSITELIB}/awscli/examples/ivschat/untag-resource.rst
+${PYSITELIB}/awscli/examples/ivschat/update-room.rst
 ${PYSITELIB}/awscli/examples/kafka/create-cluster.rst
 ${PYSITELIB}/awscli/examples/kafka/create-configuration.rst
 ${PYSITELIB}/awscli/examples/kafka/describe-cluster.rst
@@ -3686,6 +3871,10 @@ ${PYSITELIB}/awscli/examples/kms/disconn
 ${PYSITELIB}/awscli/examples/kms/enable-key-rotation.rst
 ${PYSITELIB}/awscli/examples/kms/enable-key.rst
 ${PYSITELIB}/awscli/examples/kms/encrypt.rst
+${PYSITELIB}/awscli/examples/kms/generate-data-key-pair-without-plaintext.rst
+${PYSITELIB}/awscli/examples/kms/generate-data-key-pair.rst
+${PYSITELIB}/awscli/examples/kms/generate-data-key-without-plaintext.rst
+${PYSITELIB}/awscli/examples/kms/generate-data-key.rst
 ${PYSITELIB}/awscli/examples/kms/generate-random.rst
 ${PYSITELIB}/awscli/examples/kms/get-key-policy.rst
 ${PYSITELIB}/awscli/examples/kms/get-key-rotation-status.rst
@@ -3710,6 +3899,43 @@ ${PYSITELIB}/awscli/examples/kms/update-
 ${PYSITELIB}/awscli/examples/kms/update-custom-key-store.rst
 ${PYSITELIB}/awscli/examples/kms/update-key-description.rst
 ${PYSITELIB}/awscli/examples/kms/verify.rst
+${PYSITELIB}/awscli/examples/lakeformation/add-lf-tags-to-resource.rst
+${PYSITELIB}/awscli/examples/lakeformation/batch-grant-permissions.rst
+${PYSITELIB}/awscli/examples/lakeformation/batch-revoke-permissions.rst
+${PYSITELIB}/awscli/examples/lakeformation/cancel-transaction.rst
+${PYSITELIB}/awscli/examples/lakeformation/commit-transaction.rst
+${PYSITELIB}/awscli/examples/lakeformation/create-data-cells-filter.rst
+${PYSITELIB}/awscli/examples/lakeformation/create-lf-tag.rst
+${PYSITELIB}/awscli/examples/lakeformation/delete-data-cells-filter.rst
+${PYSITELIB}/awscli/examples/lakeformation/delete-lf-tag.rst
+${PYSITELIB}/awscli/examples/lakeformation/delete-objects-on-cancel.rst
+${PYSITELIB}/awscli/examples/lakeformation/deregister-resource.rst
+${PYSITELIB}/awscli/examples/lakeformation/describe-transaction.rst
+${PYSITELIB}/awscli/examples/lakeformation/extend-transaction.rst
+${PYSITELIB}/awscli/examples/lakeformation/get-data-lake-settings.rst
+${PYSITELIB}/awscli/examples/lakeformation/get-effective-permissions-for-path.rst
+${PYSITELIB}/awscli/examples/lakeformation/get-lf-tag.rst
+${PYSITELIB}/awscli/examples/lakeformation/get-query-state.rst
+${PYSITELIB}/awscli/examples/lakeformation/get-query-statistics.rst
+${PYSITELIB}/awscli/examples/lakeformation/get-resource-lf-tags.rst
+${PYSITELIB}/awscli/examples/lakeformation/get-table-objects.rst
+${PYSITELIB}/awscli/examples/lakeformation/get-work-unit-results.rst
+${PYSITELIB}/awscli/examples/lakeformation/get-work-units.rst
+${PYSITELIB}/awscli/examples/lakeformation/grant-permissions.rst
+${PYSITELIB}/awscli/examples/lakeformation/list-data-cells-filter.rst
+${PYSITELIB}/awscli/examples/lakeformation/list-permissions.rst
+${PYSITELIB}/awscli/examples/lakeformation/list-resources.rst
+${PYSITELIB}/awscli/examples/lakeformation/list-transactions.rst
+${PYSITELIB}/awscli/examples/lakeformation/put-data-lake-settings.rst
+${PYSITELIB}/awscli/examples/lakeformation/register-resource.rst
+${PYSITELIB}/awscli/examples/lakeformation/remove-lf-tags-from-resource.rst
+${PYSITELIB}/awscli/examples/lakeformation/revoke-permissions.rst
+${PYSITELIB}/awscli/examples/lakeformation/search-databases-by-lf-tags.rst
+${PYSITELIB}/awscli/examples/lakeformation/search-tables-by-lf-tags.rst
+${PYSITELIB}/awscli/examples/lakeformation/start-query-planning.rst
+${PYSITELIB}/awscli/examples/lakeformation/start-transaction.rst
+${PYSITELIB}/awscli/examples/lakeformation/update-lf-tag.rst
+${PYSITELIB}/awscli/examples/lakeformation/update-table-objects.rst
 ${PYSITELIB}/awscli/examples/lambda/add-layer-version-permission.rst
 ${PYSITELIB}/awscli/examples/lambda/add-permission.rst
 ${PYSITELIB}/awscli/examples/lambda/create-alias.rst
@@ -3969,14 +4195,50 @@ ${PYSITELIB}/awscli/examples/mediatailor
 ${PYSITELIB}/awscli/examples/mediatailor/get-playback-configuration.rst
 ${PYSITELIB}/awscli/examples/mediatailor/list-playback-configurations.rst
 ${PYSITELIB}/awscli/examples/mediatailor/put-playback-configuration.rst
+${PYSITELIB}/awscli/examples/memorydb/copy-snapshot.rst
+${PYSITELIB}/awscli/examples/memorydb/create-acl.rst
+${PYSITELIB}/awscli/examples/memorydb/create-cluster.rst
+${PYSITELIB}/awscli/examples/memorydb/create-parameter-group.rst
+${PYSITELIB}/awscli/examples/memorydb/create-snapshot.rst
+${PYSITELIB}/awscli/examples/memorydb/create-subnet-group.rst
+${PYSITELIB}/awscli/examples/memorydb/create-user.rst
+${PYSITELIB}/awscli/examples/memorydb/delete-acl.rst
+${PYSITELIB}/awscli/examples/memorydb/delete-cluster.rst
+${PYSITELIB}/awscli/examples/memorydb/delete-parameter-group.rst
+${PYSITELIB}/awscli/examples/memorydb/delete-snapshot.rst
+${PYSITELIB}/awscli/examples/memorydb/delete-subnet-group.rst
+${PYSITELIB}/awscli/examples/memorydb/delete-user.rst
+${PYSITELIB}/awscli/examples/memorydb/describe-acls.rst
+${PYSITELIB}/awscli/examples/memorydb/describe-clusters.rst
+${PYSITELIB}/awscli/examples/memorydb/describe-engine-versions.rst
+${PYSITELIB}/awscli/examples/memorydb/describe-events.rst
+${PYSITELIB}/awscli/examples/memorydb/describe-parameter-groups.rst
+${PYSITELIB}/awscli/examples/memorydb/describe-parameters.rst
+${PYSITELIB}/awscli/examples/memorydb/describe-snapshots.rst
+${PYSITELIB}/awscli/examples/memorydb/describe-subnet-groups.rst
+${PYSITELIB}/awscli/examples/memorydb/describe-users.rst
+${PYSITELIB}/awscli/examples/memorydb/failover-shard.rst
+${PYSITELIB}/awscli/examples/memorydb/list-allowed-node-type-updates.rst
+${PYSITELIB}/awscli/examples/memorydb/list-tags.rst
+${PYSITELIB}/awscli/examples/memorydb/reset-parameter-group.rst
+${PYSITELIB}/awscli/examples/memorydb/tag-resource.rst
+${PYSITELIB}/awscli/examples/memorydb/untag-resource.rst
+${PYSITELIB}/awscli/examples/memorydb/update-cluster.rst
+${PYSITELIB}/awscli/examples/memorydb/update-parameter-group.rst
+${PYSITELIB}/awscli/examples/memorydb/update-subnet-group.rst
+${PYSITELIB}/awscli/examples/memorydb/update-user.rst
 ${PYSITELIB}/awscli/examples/networkmanager/associate-customer-gateway.rst
 ${PYSITELIB}/awscli/examples/networkmanager/associate-link.rst
+${PYSITELIB}/awscli/examples/networkmanager/create-core-network.rst
 ${PYSITELIB}/awscli/examples/networkmanager/create-device.rst
 ${PYSITELIB}/awscli/examples/networkmanager/create-global-network.rst
 ${PYSITELIB}/awscli/examples/networkmanager/create-link.rst
 ${PYSITELIB}/awscli/examples/networkmanager/create-site.rst
+${PYSITELIB}/awscli/examples/networkmanager/create-vpc-attachment.rst
+${PYSITELIB}/awscli/examples/networkmanager/delete-attachment.rst
 ${PYSITELIB}/awscli/examples/networkmanager/delete-bucket-analytics-configuration.rst
 ${PYSITELIB}/awscli/examples/networkmanager/delete-bucket-metrics-configuration.rst
+${PYSITELIB}/awscli/examples/networkmanager/delete-core-network.rst
 ${PYSITELIB}/awscli/examples/networkmanager/delete-device.rst
 ${PYSITELIB}/awscli/examples/networkmanager/delete-global-network.rst
 ${PYSITELIB}/awscli/examples/networkmanager/delete-link.rst
@@ -3996,6 +4258,7 @@ ${PYSITELIB}/awscli/examples/networkmana
 ${PYSITELIB}/awscli/examples/networkmanager/get-public-access-block.rst
 ${PYSITELIB}/awscli/examples/networkmanager/get-sites.rst
 ${PYSITELIB}/awscli/examples/networkmanager/get-transit-gateway-registrations.rst
+${PYSITELIB}/awscli/examples/networkmanager/get-vpc-attachment.rst
 ${PYSITELIB}/awscli/examples/networkmanager/list-bucket-analytics-configurations.rst
 ${PYSITELIB}/awscli/examples/networkmanager/list-bucket-metrics-configurations.rst
 ${PYSITELIB}/awscli/examples/networkmanager/list-tags-for-resource.rst
@@ -4003,12 +4266,23 @@ ${PYSITELIB}/awscli/examples/networkmana
 ${PYSITELIB}/awscli/examples/networkmanager/put-object-retention.rst
 ${PYSITELIB}/awscli/examples/networkmanager/put-public-access-block.rst
 ${PYSITELIB}/awscli/examples/networkmanager/register-transit-gateway.rst
+${PYSITELIB}/awscli/examples/networkmanager/reject-attachment.rst
 ${PYSITELIB}/awscli/examples/networkmanager/tag-resource.rst
 ${PYSITELIB}/awscli/examples/networkmanager/untag-resource.rst
 ${PYSITELIB}/awscli/examples/networkmanager/update-device.rst
 ${PYSITELIB}/awscli/examples/networkmanager/update-global-network.rst
 ${PYSITELIB}/awscli/examples/networkmanager/update-link.rst
 ${PYSITELIB}/awscli/examples/networkmanager/update-site.rst
+${PYSITELIB}/awscli/examples/nimble/get-eula.rst
+${PYSITELIB}/awscli/examples/nimble/get-launch-profile-details.rst
+${PYSITELIB}/awscli/examples/nimble/get-launch-profile.rst
+${PYSITELIB}/awscli/examples/nimble/get-studio.rst
+${PYSITELIB}/awscli/examples/nimble/list-eula-acceptances.rst
+${PYSITELIB}/awscli/examples/nimble/list-eulas.rst
+${PYSITELIB}/awscli/examples/nimble/list-launch-profiles.rst
+${PYSITELIB}/awscli/examples/nimble/list-studio-components.rst
+${PYSITELIB}/awscli/examples/nimble/list-studio-members.rst
+${PYSITELIB}/awscli/examples/nimble/list-studios.rst
 ${PYSITELIB}/awscli/examples/opsworks/assign-instance.rst
 ${PYSITELIB}/awscli/examples/opsworks/assign-volume.rst
 ${PYSITELIB}/awscli/examples/opsworks/associate-elastic-ip.rst
@@ -4133,7 +4407,17 @@ ${PYSITELIB}/awscli/examples/pi/describe
 ${PYSITELIB}/awscli/examples/pi/get-resource-metrics.rst
 ${PYSITELIB}/awscli/examples/pinpoint/create-app.rst
 ${PYSITELIB}/awscli/examples/pinpoint/delete-app.rst
+${PYSITELIB}/awscli/examples/pinpoint/get-apns-channel.rst
+${PYSITELIB}/awscli/examples/pinpoint/get-app.rst
 ${PYSITELIB}/awscli/examples/pinpoint/get-apps.rst
+${PYSITELIB}/awscli/examples/pinpoint/get-campaign.rst
+${PYSITELIB}/awscli/examples/pinpoint/get-campaigns.rst
+${PYSITELIB}/awscli/examples/pinpoint/get-channels.rst
+${PYSITELIB}/awscli/examples/pinpoint/get-email-channel.rst
+${PYSITELIB}/awscli/examples/pinpoint/get-endpoint.rst
+${PYSITELIB}/awscli/examples/pinpoint/get-gcm-channel.rst
+${PYSITELIB}/awscli/examples/pinpoint/get-sms-channel.rst
+${PYSITELIB}/awscli/examples/pinpoint/get-voice-channel.rst
 ${PYSITELIB}/awscli/examples/pinpoint/list-tags-for-resource.rst
 ${PYSITELIB}/awscli/examples/pinpoint/tag-resource.rst
 ${PYSITELIB}/awscli/examples/pinpoint/untag-resource.rst
@@ -4147,6 +4431,16 @@ ${PYSITELIB}/awscli/examples/polly/start
 ${PYSITELIB}/awscli/examples/pricing/describe-services.rst
 ${PYSITELIB}/awscli/examples/pricing/get-attribute-values.rst
 ${PYSITELIB}/awscli/examples/pricing/get-products.rst
+${PYSITELIB}/awscli/examples/proton/cancel-service-instance-deployment.rst
+${PYSITELIB}/awscli/examples/proton/cancel-service-pipeline-deployment.rst
+${PYSITELIB}/awscli/examples/proton/create-service.rst
+${PYSITELIB}/awscli/examples/proton/delete-service.rst
+${PYSITELIB}/awscli/examples/proton/get-service-instance.rst
+${PYSITELIB}/awscli/examples/proton/get-service.rst
+${PYSITELIB}/awscli/examples/proton/list-service-instances.rst
+${PYSITELIB}/awscli/examples/proton/update-service-instance.rst
+${PYSITELIB}/awscli/examples/proton/update-service-pipeline.rst
+${PYSITELIB}/awscli/examples/proton/update-service.rst
 ${PYSITELIB}/awscli/examples/qldb/cancel-journal-kinesis-stream.rst
 ${PYSITELIB}/awscli/examples/qldb/create-ledger.rst
 ${PYSITELIB}/awscli/examples/qldb/delete-ledger.rst
@@ -4165,19 +4459,28 @@ ${PYSITELIB}/awscli/examples/qldb/list-t
 ${PYSITELIB}/awscli/examples/qldb/stream-journal-to-kinesis.rst
 ${PYSITELIB}/awscli/examples/qldb/tag-resource.rst
 ${PYSITELIB}/awscli/examples/qldb/untag-resource.rst
+${PYSITELIB}/awscli/examples/qldb/update-ledger-permissions-mode.rst
 ${PYSITELIB}/awscli/examples/qldb/update-ledger.rst
 ${PYSITELIB}/awscli/examples/ram/accept-resource-share-invitation.rst
+${PYSITELIB}/awscli/examples/ram/associate-resource-share-permission.rst
 ${PYSITELIB}/awscli/examples/ram/associate-resource-share.rst
 ${PYSITELIB}/awscli/examples/ram/create-resource-share.rst
 ${PYSITELIB}/awscli/examples/ram/delete-resource-share.rst
+${PYSITELIB}/awscli/examples/ram/disassociate-resource-share-permission.rst
 ${PYSITELIB}/awscli/examples/ram/disassociate-resource-share.rst
 ${PYSITELIB}/awscli/examples/ram/enable-sharing-with-aws-organization.rst
+${PYSITELIB}/awscli/examples/ram/get-permission.rst
 ${PYSITELIB}/awscli/examples/ram/get-resource-policies.rst
 ${PYSITELIB}/awscli/examples/ram/get-resource-share-associations.rst
 ${PYSITELIB}/awscli/examples/ram/get-resource-share-invitations.rst
 ${PYSITELIB}/awscli/examples/ram/get-resource-shares.rst
+${PYSITELIB}/awscli/examples/ram/list-pending-invitation-resources.rst
+${PYSITELIB}/awscli/examples/ram/list-permissions.rst
 ${PYSITELIB}/awscli/examples/ram/list-principals.rst
+${PYSITELIB}/awscli/examples/ram/list-resource-share-permissions.rst
+${PYSITELIB}/awscli/examples/ram/list-resource-types.rst
 ${PYSITELIB}/awscli/examples/ram/list-resources.rst
+${PYSITELIB}/awscli/examples/ram/promote-resource-share-created-from-policy.rst
 ${PYSITELIB}/awscli/examples/ram/reject-resource-share-invitation.rst
 ${PYSITELIB}/awscli/examples/ram/tag-resource.rst
 ${PYSITELIB}/awscli/examples/ram/untag-resource.rst
@@ -4201,7 +4504,6 @@ ${PYSITELIB}/awscli/examples/rds/copy-db
 ${PYSITELIB}/awscli/examples/rds/copy-db-parameter-group.rst
 ${PYSITELIB}/awscli/examples/rds/copy-db-snapshot.rst
 ${PYSITELIB}/awscli/examples/rds/copy-option-group.rst
-${PYSITELIB}/awscli/examples/rds/create-custom-availability-zone.rst
 ${PYSITELIB}/awscli/examples/rds/create-db-cluster-endpoint.rst
 ${PYSITELIB}/awscli/examples/rds/create-db-cluster-parameter-group.rst
 ${PYSITELIB}/awscli/examples/rds/create-db-cluster-snapshot.rst
@@ -4215,7 +4517,6 @@ ${PYSITELIB}/awscli/examples/rds/create-
 ${PYSITELIB}/awscli/examples/rds/create-event-subscription.rst
 ${PYSITELIB}/awscli/examples/rds/create-global-cluster.rst
 ${PYSITELIB}/awscli/examples/rds/create-option-group.rst
-${PYSITELIB}/awscli/examples/rds/delete-custom-availability-zone.rst
 ${PYSITELIB}/awscli/examples/rds/delete-db-cluster-endpoint.rst
 ${PYSITELIB}/awscli/examples/rds/delete-db-cluster-parameter-group.rst
 ${PYSITELIB}/awscli/examples/rds/delete-db-cluster-snapshot.rst
@@ -4228,11 +4529,9 @@ ${PYSITELIB}/awscli/examples/rds/delete-
 ${PYSITELIB}/awscli/examples/rds/delete-db-subnet-group.rst
 ${PYSITELIB}/awscli/examples/rds/delete-event-subscription.rst
 ${PYSITELIB}/awscli/examples/rds/delete-global-cluster.rst
-${PYSITELIB}/awscli/examples/rds/delete-installation-media.rst
 ${PYSITELIB}/awscli/examples/rds/delete-option-group.rst
 ${PYSITELIB}/awscli/examples/rds/describe-account-attributes.rst
 ${PYSITELIB}/awscli/examples/rds/describe-certificates.rst
-${PYSITELIB}/awscli/examples/rds/describe-custom-availability-zones.rst
 ${PYSITELIB}/awscli/examples/rds/describe-db-cluster-backtracks.rst
 ${PYSITELIB}/awscli/examples/rds/describe-db-cluster-endpoints.rst
 ${PYSITELIB}/awscli/examples/rds/describe-db-cluster-parameter-groups.rst
@@ -4257,7 +4556,6 @@ ${PYSITELIB}/awscli/examples/rds/describ
 ${PYSITELIB}/awscli/examples/rds/describe-events.rst
 ${PYSITELIB}/awscli/examples/rds/describe-export-tasks.rst
 ${PYSITELIB}/awscli/examples/rds/describe-global-clusters.rst
-${PYSITELIB}/awscli/examples/rds/describe-installation-media.rst
 ${PYSITELIB}/awscli/examples/rds/describe-option-group-options.rst
 ${PYSITELIB}/awscli/examples/rds/describe-option-groups.rst
 ${PYSITELIB}/awscli/examples/rds/describe-orderable-db-instance-options.rst
@@ -4269,7 +4567,6 @@ ${PYSITELIB}/awscli/examples/rds/describ
 ${PYSITELIB}/awscli/examples/rds/download-db-log-file-portion.rst
 ${PYSITELIB}/awscli/examples/rds/generate-auth-token.rst
 ${PYSITELIB}/awscli/examples/rds/generate-db-auth-token.rst
-${PYSITELIB}/awscli/examples/rds/import-installation-media.rst
 ${PYSITELIB}/awscli/examples/rds/list-tags-for-resource.rst
 ${PYSITELIB}/awscli/examples/rds/modify-certificates.rst
 ${PYSITELIB}/awscli/examples/rds/modify-current-db-cluster-capacity.rst
@@ -4525,25 +4822,50 @@ ${PYSITELIB}/awscli/examples/route53doma
 ${PYSITELIB}/awscli/examples/route53domains/update-domain-nameservers.rst
 ${PYSITELIB}/awscli/examples/route53domains/update-tags-for-domain.rst
 ${PYSITELIB}/awscli/examples/route53domains/view-billing.rst
+${PYSITELIB}/awscli/examples/route53resolver/associate-firewall-rule-group.rst
 ${PYSITELIB}/awscli/examples/route53resolver/associate-resolver-endpoint-ip-address.rst
 ${PYSITELIB}/awscli/examples/route53resolver/associate-resolver-rule.rst
+${PYSITELIB}/awscli/examples/route53resolver/create-firewall-domain-list.rst
+${PYSITELIB}/awscli/examples/route53resolver/create-firewall-rule-group.rst
+${PYSITELIB}/awscli/examples/route53resolver/create-firewall-rule.rst
 ${PYSITELIB}/awscli/examples/route53resolver/create-resolver-endpoint.rst
 ${PYSITELIB}/awscli/examples/route53resolver/create-resolver-rule.rst
+${PYSITELIB}/awscli/examples/route53resolver/delete-firewall-domain-list.rst
+${PYSITELIB}/awscli/examples/route53resolver/delete-firewall-rule-group.rst
+${PYSITELIB}/awscli/examples/route53resolver/delete-firewall-rule.rst
 ${PYSITELIB}/awscli/examples/route53resolver/delete-resolver-endpoint.rst
 ${PYSITELIB}/awscli/examples/route53resolver/delete-resolver-rule.rst
+${PYSITELIB}/awscli/examples/route53resolver/disassociate-firewall-rule-group.rst
 ${PYSITELIB}/awscli/examples/route53resolver/disassociate-resolver-endpoint-ip-address.rst
 ${PYSITELIB}/awscli/examples/route53resolver/disassociate-resolver-rule.rst
+${PYSITELIB}/awscli/examples/route53resolver/get-firewall-config.rst
+${PYSITELIB}/awscli/examples/route53resolver/get-firewall-domain-list.rst
+${PYSITELIB}/awscli/examples/route53resolver/get-firewall-rule-group-association.rst
+${PYSITELIB}/awscli/examples/route53resolver/get-firewall-rule-group-policy.rst
+${PYSITELIB}/awscli/examples/route53resolver/get-firewall-rule-group.rst
 ${PYSITELIB}/awscli/examples/route53resolver/get-resolver-endpoint.rst
 ${PYSITELIB}/awscli/examples/route53resolver/get-resolver-rule-association.rst
 ${PYSITELIB}/awscli/examples/route53resolver/get-resolver-rule.rst
+${PYSITELIB}/awscli/examples/route53resolver/import-firewall-domains.rst
+${PYSITELIB}/awscli/examples/route53resolver/list-firewall-configs.rst
+${PYSITELIB}/awscli/examples/route53resolver/list-firewall-domain-lists.rst
+${PYSITELIB}/awscli/examples/route53resolver/list-firewall-domains.rst
+${PYSITELIB}/awscli/examples/route53resolver/list-firewall-rule-group-associations.rst
+${PYSITELIB}/awscli/examples/route53resolver/list-firewall-rule-groups.rst
+${PYSITELIB}/awscli/examples/route53resolver/list-firewall-rules.rst
 ${PYSITELIB}/awscli/examples/route53resolver/list-resolver-endpoint-ip-addresses.rst
 ${PYSITELIB}/awscli/examples/route53resolver/list-resolver-endpoints.rst
 ${PYSITELIB}/awscli/examples/route53resolver/list-resolver-rule-associations.rst
 ${PYSITELIB}/awscli/examples/route53resolver/list-resolver-rules.rst
 ${PYSITELIB}/awscli/examples/route53resolver/list-tags-for-resource.rst
+${PYSITELIB}/awscli/examples/route53resolver/put-firewall-rule-group-policy.rst
 ${PYSITELIB}/awscli/examples/route53resolver/put-resolver-rule-policy.rst
 ${PYSITELIB}/awscli/examples/route53resolver/tag-resource.rst
 ${PYSITELIB}/awscli/examples/route53resolver/untag-resource.rst
+${PYSITELIB}/awscli/examples/route53resolver/update-firewall-config.rst
+${PYSITELIB}/awscli/examples/route53resolver/update-firewall-domains.rst
+${PYSITELIB}/awscli/examples/route53resolver/update-firewall-rule-group-association.rst
+${PYSITELIB}/awscli/examples/route53resolver/update-firewall-rule.rst
 ${PYSITELIB}/awscli/examples/route53resolver/update-resolver-endpoint.rst
 ${PYSITELIB}/awscli/examples/route53resolver/update-resolver-rule.rst
 ${PYSITELIB}/awscli/examples/s3/_concepts.rst
@@ -4597,6 +4919,7 @@ ${PYSITELIB}/awscli/examples/s3api/get-b
 ${PYSITELIB}/awscli/examples/s3api/get-bucket-versioning.rst
 ${PYSITELIB}/awscli/examples/s3api/get-bucket-website.rst
 ${PYSITELIB}/awscli/examples/s3api/get-object-acl.rst
+${PYSITELIB}/awscli/examples/s3api/get-object-attributes.rst
 ${PYSITELIB}/awscli/examples/s3api/get-object-legal-hold.rst
 ${PYSITELIB}/awscli/examples/s3api/get-object-lock-configuration.rst
 ${PYSITELIB}/awscli/examples/s3api/get-object-retention.rst
@@ -4676,12 +4999,16 @@ ${PYSITELIB}/awscli/examples/secretsmana
 ${PYSITELIB}/awscli/examples/secretsmanager/list-secrets.rst
 ${PYSITELIB}/awscli/examples/secretsmanager/put-resource-policy.rst
 ${PYSITELIB}/awscli/examples/secretsmanager/put-secret-value.rst
+${PYSITELIB}/awscli/examples/secretsmanager/remove-regions-from-replication.rst
+${PYSITELIB}/awscli/examples/secretsmanager/replicate-secret-to-regions.rst
 ${PYSITELIB}/awscli/examples/secretsmanager/restore-secret.rst
 ${PYSITELIB}/awscli/examples/secretsmanager/rotate-secret.rst
+${PYSITELIB}/awscli/examples/secretsmanager/stop-replication-to-replica.rst
 ${PYSITELIB}/awscli/examples/secretsmanager/tag-resource.rst
 ${PYSITELIB}/awscli/examples/secretsmanager/untag-resource.rst
 ${PYSITELIB}/awscli/examples/secretsmanager/update-secret-version-stage.rst
 ${PYSITELIB}/awscli/examples/secretsmanager/update-secret.rst
+${PYSITELIB}/awscli/examples/secretsmanager/validate-resource-policy.rst
 ${PYSITELIB}/awscli/examples/securityhub/accept-administrator-invitation.rst
 ${PYSITELIB}/awscli/examples/securityhub/accept-invitation.rst
 ${PYSITELIB}/awscli/examples/securityhub/batch-disable-standards.rst
@@ -4689,10 +5016,12 @@ ${PYSITELIB}/awscli/examples/securityhub
 ${PYSITELIB}/awscli/examples/securityhub/batch-import-findings.rst
 ${PYSITELIB}/awscli/examples/securityhub/batch-update-findings.rst
 ${PYSITELIB}/awscli/examples/securityhub/create-action-target.rst
+${PYSITELIB}/awscli/examples/securityhub/create-finding-aggregator.rst
 ${PYSITELIB}/awscli/examples/securityhub/create-insight.rst
 ${PYSITELIB}/awscli/examples/securityhub/create-members.rst
 ${PYSITELIB}/awscli/examples/securityhub/decline-invitations.rst
 ${PYSITELIB}/awscli/examples/securityhub/delete-action-target.rst
+${PYSITELIB}/awscli/examples/securityhub/delete-finding-aggregator.rst
 ${PYSITELIB}/awscli/examples/securityhub/delete-insight.rst
 ${PYSITELIB}/awscli/examples/securityhub/delete-invitations.rst
 ${PYSITELIB}/awscli/examples/securityhub/delete-members.rst
@@ -4713,6 +5042,7 @@ ${PYSITELIB}/awscli/examples/securityhub
 ${PYSITELIB}/awscli/examples/securityhub/enable-security-hub.rst
 ${PYSITELIB}/awscli/examples/securityhub/get-administrator-account.rst
 ${PYSITELIB}/awscli/examples/securityhub/get-enabled-standards.rst
+${PYSITELIB}/awscli/examples/securityhub/get-finding-aggregator.rst
 ${PYSITELIB}/awscli/examples/securityhub/get-findings.rst
 ${PYSITELIB}/awscli/examples/securityhub/get-insight-results.rst
 ${PYSITELIB}/awscli/examples/securityhub/get-insights.rst
@@ -4721,6 +5051,7 @@ ${PYSITELIB}/awscli/examples/securityhub
 ${PYSITELIB}/awscli/examples/securityhub/get-members.rst
 ${PYSITELIB}/awscli/examples/securityhub/invite-members.rst
 ${PYSITELIB}/awscli/examples/securityhub/list-enabled-products-for-import.rst
+${PYSITELIB}/awscli/examples/securityhub/list-finding-aggregators.rst
 ${PYSITELIB}/awscli/examples/securityhub/list-invitations.rst
 ${PYSITELIB}/awscli/examples/securityhub/list-members.rst
 ${PYSITELIB}/awscli/examples/securityhub/list-organization-admin-accounts.rst
@@ -4728,6 +5059,7 @@ ${PYSITELIB}/awscli/examples/securityhub
 ${PYSITELIB}/awscli/examples/securityhub/tag-resource.rst
 ${PYSITELIB}/awscli/examples/securityhub/untag-resource.rst
 ${PYSITELIB}/awscli/examples/securityhub/update-action-target.rst
+${PYSITELIB}/awscli/examples/securityhub/update-finding-aggregator.rst
 ${PYSITELIB}/awscli/examples/securityhub/update-insight.rst
 ${PYSITELIB}/awscli/examples/securityhub/update-organization-configuration.rst
 ${PYSITELIB}/awscli/examples/securityhub/update-security-hub-configuration.rst
@@ -4890,7 +5222,65 @@ ${PYSITELIB}/awscli/examples/sqs/send-me
 ${PYSITELIB}/awscli/examples/sqs/set-queue-attributes.rst
 ${PYSITELIB}/awscli/examples/sqs/tag-queue.rst
 ${PYSITELIB}/awscli/examples/sqs/untag-queue.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/accept-page.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/activate-contact-channel.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/command-name.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/create-contact-channel.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/create-contact.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/deactivate-contact-channel.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/delete-contact-channel.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/delete-contact.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/describe-engagement.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/describe-page.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/get-contact-channel.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/get-contact-policy.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/get-contact.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/list-contact-channels.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/list-contacts.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/list-engagements.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/list-page-receipts.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/list-pages-by-contact.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/list-pages-by-engagement.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/list-tags-for-resource.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/put-contact-policy.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/send-activation-code.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/start-engagement.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/stop-engagement.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/tag-resource.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/untag-resource.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/update-contact-channel.rst
+${PYSITELIB}/awscli/examples/ssm-contacts/update-contact.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/create-replication-set.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/create-response-plan.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/create-timeline-event.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/delete-incident-record.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/delete-replication-set.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/delete-resource-policy.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/delete-response-plan.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/delete-timeline-event.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/get-incident-record.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/get-replication-set.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/get-resource-policies.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/get-response-plan.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/get-timeline-event.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/list-incident-records.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/list-related-items.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/list-replication-sets.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/list-response-plans.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/list-tags-for-resource.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/list-timeline-events.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/put-resource-policy.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/start-incident.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/tag-resource.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/untag-resource.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/update-deletion-protection.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/update-incident-record.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/update-related-items.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/update-replication-set.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/update-response-plan.rst
+${PYSITELIB}/awscli/examples/ssm-incidents/update-timeline-event.rst
 ${PYSITELIB}/awscli/examples/ssm/add-tags-to-resource.rst
+${PYSITELIB}/awscli/examples/ssm/associate-ops-item-related-item.rst
 ${PYSITELIB}/awscli/examples/ssm/cancel-command.rst
 ${PYSITELIB}/awscli/examples/ssm/cancel-maintenance-window-execution.rst
 ${PYSITELIB}/awscli/examples/ssm/create-activation.rst
@@ -4946,6 +5336,7 @@ ${PYSITELIB}/awscli/examples/ssm/describ
 ${PYSITELIB}/awscli/examples/ssm/describe-patch-groups.rst
 ${PYSITELIB}/awscli/examples/ssm/describe-patch-properties.rst
 ${PYSITELIB}/awscli/examples/ssm/describe-sessions.rst
+${PYSITELIB}/awscli/examples/ssm/disassociate-ops-item-related-item.rst
 ${PYSITELIB}/awscli/examples/ssm/get-automation-execution.rst
 ${PYSITELIB}/awscli/examples/ssm/get-calendar-state.rst
 ${PYSITELIB}/awscli/examples/ssm/get-command-invocation.rst
@@ -4976,9 +5367,11 @@ ${PYSITELIB}/awscli/examples/ssm/list-co
 ${PYSITELIB}/awscli/examples/ssm/list-commands.rst
 ${PYSITELIB}/awscli/examples/ssm/list-compliance-items.rst
 ${PYSITELIB}/awscli/examples/ssm/list-compliance-summaries.rst
+${PYSITELIB}/awscli/examples/ssm/list-document-metadata-history.rst
 ${PYSITELIB}/awscli/examples/ssm/list-document-versions.rst
 ${PYSITELIB}/awscli/examples/ssm/list-documents.rst
 ${PYSITELIB}/awscli/examples/ssm/list-inventory-entries.rst
+${PYSITELIB}/awscli/examples/ssm/list-ops-item-related-items.rst
 ${PYSITELIB}/awscli/examples/ssm/list-resource-compliance-summaries.rst
 ${PYSITELIB}/awscli/examples/ssm/list-resource-data-sync.rst
 ${PYSITELIB}/awscli/examples/ssm/list-tags-for-resource.rst
@@ -4997,6 +5390,7 @@ ${PYSITELIB}/awscli/examples/ssm/send-au
 ${PYSITELIB}/awscli/examples/ssm/send-command.rst
 ${PYSITELIB}/awscli/examples/ssm/start-associations-once.rst
 ${PYSITELIB}/awscli/examples/ssm/start-automation-execution.rst
+${PYSITELIB}/awscli/examples/ssm/start-change-request-execution.rst
 ${PYSITELIB}/awscli/examples/ssm/start-session.rst
 ${PYSITELIB}/awscli/examples/ssm/stop-automation-execution.rst
 ${PYSITELIB}/awscli/examples/ssm/terminate-session.rst
@@ -5004,6 +5398,7 @@ ${PYSITELIB}/awscli/examples/ssm/unlabel
 ${PYSITELIB}/awscli/examples/ssm/update-association-status.rst
 ${PYSITELIB}/awscli/examples/ssm/update-association.rst
 ${PYSITELIB}/awscli/examples/ssm/update-document-default-version.rst
+${PYSITELIB}/awscli/examples/ssm/update-document-metadata.rst
 ${PYSITELIB}/awscli/examples/ssm/update-document.rst
 ${PYSITELIB}/awscli/examples/ssm/update-maintenance-window-target.rst
 ${PYSITELIB}/awscli/examples/ssm/update-maintenance-window-task.rst
@@ -5213,12 +5608,25 @@ ${PYSITELIB}/awscli/examples/workmail/up
 ${PYSITELIB}/awscli/examples/workmail/update-primary-email-address.rst
 ${PYSITELIB}/awscli/examples/workmail/update-resource.rst
 ${PYSITELIB}/awscli/examples/workmailmessageflow/get-raw-message-content.rst
+${PYSITELIB}/awscli/examples/workspaces/create-tags.rst
 ${PYSITELIB}/awscli/examples/workspaces/create-workspaces.rst
+${PYSITELIB}/awscli/examples/workspaces/delete-tags.rst
+${PYSITELIB}/awscli/examples/workspaces/deregister-workspace-directory.rst
 ${PYSITELIB}/awscli/examples/workspaces/describe-tags.rst
 ${PYSITELIB}/awscli/examples/workspaces/describe-workspace-bundles.rst
 ${PYSITELIB}/awscli/examples/workspaces/describe-workspace-directories.rst
+${PYSITELIB}/awscli/examples/workspaces/describe-workspaces-connection-status.rst
 ${PYSITELIB}/awscli/examples/workspaces/describe-workspaces.rst
 ${PYSITELIB}/awscli/examples/workspaces/migrate-workspace.rst
+${PYSITELIB}/awscli/examples/workspaces/modify-workspace-creation-properties.rst
+${PYSITELIB}/awscli/examples/workspaces/modify-workspace-properties.rst
+${PYSITELIB}/awscli/examples/workspaces/modify-workspace-state.rst
+${PYSITELIB}/awscli/examples/workspaces/reboot-workspaces.rst
+${PYSITELIB}/awscli/examples/workspaces/rebuild-workspaces.rst
+${PYSITELIB}/awscli/examples/workspaces/register-workspace-directory.rst
+${PYSITELIB}/awscli/examples/workspaces/restore-workspace.rst
+${PYSITELIB}/awscli/examples/workspaces/start-workspaces.rst
+${PYSITELIB}/awscli/examples/workspaces/stop-workspaces.rst
 ${PYSITELIB}/awscli/examples/workspaces/terminate-workspaces.rst
 ${PYSITELIB}/awscli/examples/xray/batch-traces-get.rst
 ${PYSITELIB}/awscli/examples/xray/create-group.rst

Index: pkgsrc/net/py-awscli/distinfo
diff -u pkgsrc/net/py-awscli/distinfo:1.50 pkgsrc/net/py-awscli/distinfo:1.51
--- pkgsrc/net/py-awscli/distinfo:1.50  Tue Oct 26 11:06:34 2021
+++ pkgsrc/net/py-awscli/distinfo       Wed Oct 26 10:33:29 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2021/10/26 11:06:34 nia Exp $
+$NetBSD: distinfo,v 1.51 2022/10/26 10:33:29 adam Exp $
 
-BLAKE2s (awscli-1.19.93.tar.gz) = ae20db2a4d6945e22c42b509a2292ee19960343e49b6255b64a80d67e372074f
-SHA512 (awscli-1.19.93.tar.gz) = f0cef24258ee7259bb62dd558f129a90a45200a2f2bab85e01b380e84a27c7cfcaa05fdf7d8d46f25ac22acd4719497ceea6954f038ca027d39ce8664051b812
-Size (awscli-1.19.93.tar.gz) = 1418600 bytes
+BLAKE2s (awscli-1.26.1.tar.gz) = 9ac640f5b06549e481a6a55a9450a5402e614f9fe640433a41bef51170144f06
+SHA512 (awscli-1.26.1.tar.gz) = 2c817bd3e5f94ac3d62b87cf4206102c911259de67fb02a71adc029e58599cb0cfbe9e82609ad3a052c07a6a51c690581c9aecd87d8dd37f5146663dc3e00399
+Size (awscli-1.26.1.tar.gz) = 1607494 bytes



Home | Main Index | Thread Index | Old Index