pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-awscli py-awscli: updated to 1.18.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a40e8a646f8
branches:  trunk
changeset: 411712:2a40e8a646f8
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Feb 19 09:34:56 2020 +0000

description:
py-awscli: updated to 1.18.2

1.18.2
api-change:autoscaling: Update autoscaling command to latest version
api-change:chime: Update chime command to latest version
api-change:rds: Update rds command to latest version

1.18.1
api-change:ec2: Update ec2 command to latest version
api-change:rekognition: Update rekognition command to latest version
api-change:cloud9: Update cloud9 command to latest version
api-change:dynamodb: Update dynamodb command to latest version

1.18.0
api-change:mediatailor: Update mediatailor command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:shield: Update shield command to latest version
api-change:securityhub: Update securityhub command to latest version
feature:retries: Add support for retry modes including standard and adaptive

1.17.17
api-change:mediapackage-vod: Update mediapackage-vod command to latest version

1.17.16
api-change:es: Update es command to latest version
api-change:chime: Update chime command to latest version
api-change:ds: Update ds command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:glue: Update glue command to latest version
api-change:workmail: Update workmail command to latest version
api-change:neptune: Update neptune command to latest version

1.17.15
api-change:cloudformation: Update cloudformation command to latest version
api-change:cognito-idp: Update cognito-idp command to latest version
api-change:ec2: Update ec2 command to latest version

1.17.14
api-change:docdb: Update docdb command to latest version
api-change:kms: Update kms command to latest version

1.17.13
api-change:rds: Update rds command to latest version
api-change:robomaker: Update robomaker command to latest version
api-change:imagebuilder: Update imagebuilder command to latest version

1.17.12
api-change:codebuild: Update codebuild command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:ebs: Update ebs command to latest version
api-change:lex-models: Update lex-models command to latest version
api-change:appsync: Update appsync command to latest version
api-change:ecr: Update ecr command to latest version

1.17.11
api-change:ec2: Update ec2 command to latest version
api-change:dlm: Update dlm command to latest version
api-change:securityhub: Update securityhub command to latest version
api-change:mediaconvert: Update mediaconvert command to latest version
api-change:groundstation: Update groundstation command to latest version
api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi command to latest version
bugfix:ec2: Fixed a paramter validation bug for the ec2 bundle-instance parameter --storage.
api-change:forecastquery: Update forecastquery command to latest version

1.17.10
api-change:workmail: Update workmail command to latest version
api-change:ssm: Update ssm command to latest version
api-change:kafka: Update kafka command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:storagegateway: Update storagegateway command to latest version
api-change:cloudfront: Update cloudfront command to latest version
api-change:iot: Update iot command to latest version

1.17.9
api-change:eks: Update eks command to latest version
api-change:opsworkscm: Update opsworkscm command to latest version
api-change:workspaces: Update workspaces command to latest version
api-change:datasync: Update datasync command to latest version
api-change:ecs: Update ecs command to latest version

1.17.8
api-change:rds: Update rds command to latest version
api-change:iam: Update iam command to latest version

1.17.7
api-change:discovery: Update discovery command to latest version
api-change:iotevents: Update iotevents command to latest version
api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics command to latest version
api-change:codepipeline: Update codepipeline command to latest version
api-change:ec2: Update ec2 command to latest version

1.17.6
api-change:ec2: Update ec2 command to latest version
api-change:lambda: Update lambda command to latest version
api-change:kms: Update kms command to latest version
api-change:application-insights: Update application-insights command to latest version
api-change:alexaforbusiness: Update alexaforbusiness command to latest version
api-change:cloudwatch: Update cloudwatch command to latest version

1.17.5
api-change:batch: Update batch command to latest version
api-change:cloudhsmv2: Update cloudhsmv2 command to latest version
api-change:mediaconvert: Update mediaconvert command to latest version
api-change:neptune: Update neptune command to latest version
api-change:redshift: Update redshift command to latest version
api-change:ecs: Update ecs command to latest version

1.17.4
api-change:ec2: Update ec2 command to latest version
api-change:sagemaker: Update sagemaker command to latest version
api-change:ds: Update ds command to latest version

1.17.3
api-change:ec2: Update ec2 command to latest version
api-change:organizations: Update organizations command to latest version
api-change:securityhub: Update securityhub command to latest version
api-change:ssm: Update ssm command to latest version

1.17.2
api-change:ec2: Update ec2 command to latest version

1.17.1
api-change:ec2: Update ec2 command to latest version
api-change:backup: Update backup command to latest version
api-change:efs: Update efs command to latest version

1.17.0
api-change:sagemaker: Update sagemaker command to latest version
feature:Python: Dropped support for Python 2.6 and 3.3.
api-change:transfer: Update transfer command to latest version
api-change:workspaces: Update workspaces command to latest version
api-change:rds: Update rds command to latest version
api-change:chime: Update chime command to latest version
api-change:ec2: Update ec2 command to latest version

diffstat:

 net/py-awscli/Makefile |    8 +-
 net/py-awscli/PLIST    |  634 ++++++++++++++++++++++++++++++++++++++++++++++++-
 net/py-awscli/distinfo |   10 +-
 3 files changed, 634 insertions(+), 18 deletions(-)

diffs (truncated from 1367 to 300 lines):

diff -r 5eb29e99f4c9 -r 2a40e8a646f8 net/py-awscli/Makefile
--- a/net/py-awscli/Makefile    Wed Feb 19 09:31:58 2020 +0000
+++ b/net/py-awscli/Makefile    Wed Feb 19 09:34:56 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2019/12/12 13:12:48 adam Exp $
+# $NetBSD: Makefile,v 1.32 2020/02/19 09:34:56 adam Exp $
 
-DISTNAME=      awscli-1.16.301
+DISTNAME=      awscli-1.18.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/awscli/}
@@ -10,11 +10,11 @@
 COMMENT=       Universal Command Line Interface for Amazon Web Services
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-botocore>=1.13.37:../../net/py-botocore
+DEPENDS+=      ${PYPKGPREFIX}-botocore>=1.15.2:../../net/py-botocore
 DEPENDS+=      ${PYPKGPREFIX}-colorama>=0.3.2:../../comms/py-colorama
 DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.10:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-rsa>=3.4.1:../../security/py-rsa
-DEPENDS+=      ${PYPKGPREFIX}-s3transfer>=0.2.0:../../net/py-s3transfer
+DEPENDS+=      ${PYPKGPREFIX}-s3transfer>=0.3.0:../../net/py-s3transfer
 DEPENDS+=      ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
 
 USE_LANGUAGES= # none
diff -r 5eb29e99f4c9 -r 2a40e8a646f8 net/py-awscli/PLIST
--- a/net/py-awscli/PLIST       Wed Feb 19 09:31:58 2020 +0000
+++ b/net/py-awscli/PLIST       Wed Feb 19 09:34:56 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2019/12/12 13:12:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2020/02/19 09:34:56 adam Exp $
 bin/aws
 bin/aws.cmd
 bin/aws_bash_completer
@@ -207,6 +207,9 @@
 ${PYSITELIB}/awscli/customizations/dlm/iam.py
 ${PYSITELIB}/awscli/customizations/dlm/iam.pyc
 ${PYSITELIB}/awscli/customizations/dlm/iam.pyo
+${PYSITELIB}/awscli/customizations/dynamodb.py
+${PYSITELIB}/awscli/customizations/dynamodb.pyc
+${PYSITELIB}/awscli/customizations/dynamodb.pyo
 ${PYSITELIB}/awscli/customizations/ec2/__init__.py
 ${PYSITELIB}/awscli/customizations/ec2/__init__.pyc
 ${PYSITELIB}/awscli/customizations/ec2/__init__.pyo
@@ -489,9 +492,6 @@
 ${PYSITELIB}/awscli/customizations/s3/utils.py
 ${PYSITELIB}/awscli/customizations/s3/utils.pyc
 ${PYSITELIB}/awscli/customizations/s3/utils.pyo
-${PYSITELIB}/awscli/customizations/s3endpoint.py
-${PYSITELIB}/awscli/customizations/s3endpoint.pyc
-${PYSITELIB}/awscli/customizations/s3endpoint.pyo
 ${PYSITELIB}/awscli/customizations/s3errormsg.py
 ${PYSITELIB}/awscli/customizations/s3errormsg.pyc
 ${PYSITELIB}/awscli/customizations/s3errormsg.pyo
@@ -585,6 +585,11 @@
 ${PYSITELIB}/awscli/examples/acm/request-certificate.rst
 ${PYSITELIB}/awscli/examples/acm/resend-validation-email.rst
 ${PYSITELIB}/awscli/examples/acm/update-certificate-options.rst
+${PYSITELIB}/awscli/examples/alexaforbusiness/create-network-profile.rst
+${PYSITELIB}/awscli/examples/alexaforbusiness/delete-network-profile.rst
+${PYSITELIB}/awscli/examples/alexaforbusiness/get-network-profile.rst
+${PYSITELIB}/awscli/examples/alexaforbusiness/search-network-profiles.rst
+${PYSITELIB}/awscli/examples/alexaforbusiness/update-network-profile.rst
 ${PYSITELIB}/awscli/examples/apigateway/create-api-key.rst
 ${PYSITELIB}/awscli/examples/apigateway/create-authorizer.rst
 ${PYSITELIB}/awscli/examples/apigateway/create-base-path-mapping.rst
@@ -676,6 +681,10 @@
 ${PYSITELIB}/awscli/examples/apigatewayv2/create-api.rst
 ${PYSITELIB}/awscli/examples/apigatewayv2/create-integration.rst
 ${PYSITELIB}/awscli/examples/apigatewayv2/create-route.rst
+${PYSITELIB}/awscli/examples/appconfig/get-configuration.rst
+${PYSITELIB}/awscli/examples/appconfig/list-applications.rst
+${PYSITELIB}/awscli/examples/appconfig/list-configuration-profiles.rst
+${PYSITELIB}/awscli/examples/appconfig/list-environments.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
@@ -814,6 +823,7 @@
 ${PYSITELIB}/awscli/examples/chime/associate-phone-number-with-user.rst
 ${PYSITELIB}/awscli/examples/chime/associate-phone-numbers-with-voice-connector-group.rst
 ${PYSITELIB}/awscli/examples/chime/associate-phone-numbers-with-voice-connector.rst
+${PYSITELIB}/awscli/examples/chime/associate-signin-delegate-groups-with-account.rst
 ${PYSITELIB}/awscli/examples/chime/batch-create-room-membership.rst
 ${PYSITELIB}/awscli/examples/chime/batch-delete-phone-number.rst
 ${PYSITELIB}/awscli/examples/chime/batch-suspend-user.rst
@@ -825,6 +835,7 @@
 ${PYSITELIB}/awscli/examples/chime/create-phone-number-order.rst
 ${PYSITELIB}/awscli/examples/chime/create-room-membership.rst
 ${PYSITELIB}/awscli/examples/chime/create-room.rst
+${PYSITELIB}/awscli/examples/chime/create-user.rst
 ${PYSITELIB}/awscli/examples/chime/create-voice-connector-group.rst
 ${PYSITELIB}/awscli/examples/chime/create-voice-connector.rst
 ${PYSITELIB}/awscli/examples/chime/delete-account.rst
@@ -840,6 +851,7 @@
 ${PYSITELIB}/awscli/examples/chime/disassociate-phone-number-from-user.rst
 ${PYSITELIB}/awscli/examples/chime/disassociate-phone-numbers-from-voice-connector-group.rst
 ${PYSITELIB}/awscli/examples/chime/disassociate-phone-numbers-from-voice-connector.rst
+${PYSITELIB}/awscli/examples/chime/disassociate-signin-delegate-groups-from-account.rst
 ${PYSITELIB}/awscli/examples/chime/get-account-settings.rst
 ${PYSITELIB}/awscli/examples/chime/get-account.rst
 ${PYSITELIB}/awscli/examples/chime/get-bot.rst
@@ -865,6 +877,7 @@
 ${PYSITELIB}/awscli/examples/chime/list-room-memberships.rst
 ${PYSITELIB}/awscli/examples/chime/list-rooms.rst
 ${PYSITELIB}/awscli/examples/chime/list-users.rst
+${PYSITELIB}/awscli/examples/chime/list-voice-connector-groups.rst
 ${PYSITELIB}/awscli/examples/chime/list-voice-connector-termination-credentials.rst
 ${PYSITELIB}/awscli/examples/chime/list-voice-connectors.rst
 ${PYSITELIB}/awscli/examples/chime/logout-user.rst
@@ -912,6 +925,7 @@
 ${PYSITELIB}/awscli/examples/cloudformation/delete-stack-set.rst
 ${PYSITELIB}/awscli/examples/cloudformation/delete-stack.rst
 ${PYSITELIB}/awscli/examples/cloudformation/deploy.rst
+${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-stack-drift-detection-status.rst
@@ -923,8 +937,11 @@
 ${PYSITELIB}/awscli/examples/cloudformation/describe-stack-set-operation.rst
 ${PYSITELIB}/awscli/examples/cloudformation/describe-stack-set.rst
 ${PYSITELIB}/awscli/examples/cloudformation/describe-stacks.rst
+${PYSITELIB}/awscli/examples/cloudformation/describe-type-registration.rst
+${PYSITELIB}/awscli/examples/cloudformation/describe-type.rst
 ${PYSITELIB}/awscli/examples/cloudformation/detect-stack-drift.rst
 ${PYSITELIB}/awscli/examples/cloudformation/detect-stack-resource-drift.rst
+${PYSITELIB}/awscli/examples/cloudformation/detect-stack-set-drift.rst
 ${PYSITELIB}/awscli/examples/cloudformation/estimate-template-cost.rst
 ${PYSITELIB}/awscli/examples/cloudformation/execute-change-set.rst
 ${PYSITELIB}/awscli/examples/cloudformation/get-stack-policy.rst
@@ -939,8 +956,12 @@
 ${PYSITELIB}/awscli/examples/cloudformation/list-stack-set-operations.rst
 ${PYSITELIB}/awscli/examples/cloudformation/list-stack-sets.rst
 ${PYSITELIB}/awscli/examples/cloudformation/list-stacks.rst
+${PYSITELIB}/awscli/examples/cloudformation/list-type-registrations.rst
+${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/set-stack-policy.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/update-stack-instances.rst
@@ -949,15 +970,43 @@
 ${PYSITELIB}/awscli/examples/cloudformation/update-termination-protection.rst
 ${PYSITELIB}/awscli/examples/cloudformation/validate-template.rst
 ${PYSITELIB}/awscli/examples/cloudformation/wait/change-set-create-complete.rst
+${PYSITELIB}/awscli/examples/cloudfront/create-cloud-front-origin-access-identity.rst
+${PYSITELIB}/awscli/examples/cloudfront/create-distribution-with-tags.rst
 ${PYSITELIB}/awscli/examples/cloudfront/create-distribution.rst
+${PYSITELIB}/awscli/examples/cloudfront/create-field-level-encryption-config.rst
+${PYSITELIB}/awscli/examples/cloudfront/create-field-level-encryption-profile.rst
 ${PYSITELIB}/awscli/examples/cloudfront/create-invalidation.rst
+${PYSITELIB}/awscli/examples/cloudfront/create-public-key.rst
+${PYSITELIB}/awscli/examples/cloudfront/delete-cloud-front-origin-access-identity.rst
 ${PYSITELIB}/awscli/examples/cloudfront/delete-distribution.rst
+${PYSITELIB}/awscli/examples/cloudfront/delete-field-level-encryption-config.rst
+${PYSITELIB}/awscli/examples/cloudfront/delete-field-level-encryption-profile.rst
+${PYSITELIB}/awscli/examples/cloudfront/delete-public-key.rst
+${PYSITELIB}/awscli/examples/cloudfront/get-cloud-front-origin-access-identity-config.rst
+${PYSITELIB}/awscli/examples/cloudfront/get-cloud-front-origin-access-identity.rst
 ${PYSITELIB}/awscli/examples/cloudfront/get-distribution-config.rst
 ${PYSITELIB}/awscli/examples/cloudfront/get-distribution.rst
+${PYSITELIB}/awscli/examples/cloudfront/get-field-level-encryption-config.rst
+${PYSITELIB}/awscli/examples/cloudfront/get-field-level-encryption-profile-config.rst
+${PYSITELIB}/awscli/examples/cloudfront/get-field-level-encryption-profile.rst
+${PYSITELIB}/awscli/examples/cloudfront/get-field-level-encryption.rst
 ${PYSITELIB}/awscli/examples/cloudfront/get-invalidation.rst
+${PYSITELIB}/awscli/examples/cloudfront/get-public-key-config.rst
+${PYSITELIB}/awscli/examples/cloudfront/get-public-key.rst
+${PYSITELIB}/awscli/examples/cloudfront/list-cloud-front-origin-access-identities.rst
 ${PYSITELIB}/awscli/examples/cloudfront/list-distributions.rst
+${PYSITELIB}/awscli/examples/cloudfront/list-field-level-encryption-configs.rst
+${PYSITELIB}/awscli/examples/cloudfront/list-field-level-encryption-profiles.rst
 ${PYSITELIB}/awscli/examples/cloudfront/list-invalidations.rst
+${PYSITELIB}/awscli/examples/cloudfront/list-public-keys.rst
+${PYSITELIB}/awscli/examples/cloudfront/list-tags-for-resource.rst
+${PYSITELIB}/awscli/examples/cloudfront/sign.rst
+${PYSITELIB}/awscli/examples/cloudfront/tag-resource.rst
+${PYSITELIB}/awscli/examples/cloudfront/untag-resource.rst
+${PYSITELIB}/awscli/examples/cloudfront/update-cloud-front-origin-access-identity.rst
 ${PYSITELIB}/awscli/examples/cloudfront/update-distribution.rst
+${PYSITELIB}/awscli/examples/cloudfront/update-field-level-encryption-config.rst
+${PYSITELIB}/awscli/examples/cloudfront/update-field-level-encryption-profile.rst
 ${PYSITELIB}/awscli/examples/cloudsearchdomain/upload-documents.rst
 ${PYSITELIB}/awscli/examples/cloudtrail/add-tags.rst
 ${PYSITELIB}/awscli/examples/cloudtrail/create-subscription.rst
@@ -1006,21 +1055,31 @@
 ${PYSITELIB}/awscli/examples/codebuild/stop-build.rst
 ${PYSITELIB}/awscli/examples/codebuild/update-project.rst
 ${PYSITELIB}/awscli/examples/codebuild/update-webhook.rst
+${PYSITELIB}/awscli/examples/codecommit/associate-approval-rule-template-with-repository.rst
+${PYSITELIB}/awscli/examples/codecommit/batch-associate-approval-rule-template-with-repositories.rst
 ${PYSITELIB}/awscli/examples/codecommit/batch-describe-merge-conflicts.rst
+${PYSITELIB}/awscli/examples/codecommit/batch-disassociate-approval-rule-template-from-repositories.rst
 ${PYSITELIB}/awscli/examples/codecommit/batch-get-commits.rst
 ${PYSITELIB}/awscli/examples/codecommit/batch-get-repositories.rst
+${PYSITELIB}/awscli/examples/codecommit/create-approval-rule-template.rst
 ${PYSITELIB}/awscli/examples/codecommit/create-branch.rst
 ${PYSITELIB}/awscli/examples/codecommit/create-commit.rst
+${PYSITELIB}/awscli/examples/codecommit/create-pull-request-approval-rule.rst
 ${PYSITELIB}/awscli/examples/codecommit/create-pull-request.rst
 ${PYSITELIB}/awscli/examples/codecommit/create-repository.rst
 ${PYSITELIB}/awscli/examples/codecommit/create-unreferenced-merge-commit.rst
 ${PYSITELIB}/awscli/examples/codecommit/credential-helper.rst
+${PYSITELIB}/awscli/examples/codecommit/delete-approval-rule-template.rst
 ${PYSITELIB}/awscli/examples/codecommit/delete-branch.rst
 ${PYSITELIB}/awscli/examples/codecommit/delete-comment-content.rst
 ${PYSITELIB}/awscli/examples/codecommit/delete-file.rst
+${PYSITELIB}/awscli/examples/codecommit/delete-pull-request-approval-rule.rst
 ${PYSITELIB}/awscli/examples/codecommit/delete-repository.rst
 ${PYSITELIB}/awscli/examples/codecommit/describe-merge-conflicts.rst
 ${PYSITELIB}/awscli/examples/codecommit/describe-pull-request-events.rst
+${PYSITELIB}/awscli/examples/codecommit/disassociate-approval-rule-template-from-repository.rst
+${PYSITELIB}/awscli/examples/codecommit/evaluate-pull-request-approval-rules.rst
+${PYSITELIB}/awscli/examples/codecommit/get-approval-rule-template.rst
 ${PYSITELIB}/awscli/examples/codecommit/get-blob.rst
 ${PYSITELIB}/awscli/examples/codecommit/get-branch.rst
 ${PYSITELIB}/awscli/examples/codecommit/get-comment.rst
@@ -1033,11 +1092,16 @@
 ${PYSITELIB}/awscli/examples/codecommit/get-merge-commit.rst
 ${PYSITELIB}/awscli/examples/codecommit/get-merge-conflicts.rst
 ${PYSITELIB}/awscli/examples/codecommit/get-merge-options.rst
+${PYSITELIB}/awscli/examples/codecommit/get-pull-request-approval-states.rst
+${PYSITELIB}/awscli/examples/codecommit/get-pull-request-override-state.rst
 ${PYSITELIB}/awscli/examples/codecommit/get-pull-request.rst
 ${PYSITELIB}/awscli/examples/codecommit/get-repository-triggers.rst
 ${PYSITELIB}/awscli/examples/codecommit/get-repository.rst
+${PYSITELIB}/awscli/examples/codecommit/list-approval-rule-templates.rst
+${PYSITELIB}/awscli/examples/codecommit/list-associated-approval-rule-templates-for-repository.rst
 ${PYSITELIB}/awscli/examples/codecommit/list-branches.rst
 ${PYSITELIB}/awscli/examples/codecommit/list-pull-requests.rst
+${PYSITELIB}/awscli/examples/codecommit/list-repositories-for-approval-rule-template.rst
 ${PYSITELIB}/awscli/examples/codecommit/list-repositories.rst
 ${PYSITELIB}/awscli/examples/codecommit/list-tags-for-resource.rst
 ${PYSITELIB}/awscli/examples/codecommit/merge-branches-by-fast-forward.rst
@@ -1046,6 +1110,7 @@
 ${PYSITELIB}/awscli/examples/codecommit/merge-pull-request-by-fast-forward.rst
 ${PYSITELIB}/awscli/examples/codecommit/merge-pull-request-by-squash.rst
 ${PYSITELIB}/awscli/examples/codecommit/merge-pull-request-by-three-way.rst
+${PYSITELIB}/awscli/examples/codecommit/override-pull-request-approval-rules.rst
 ${PYSITELIB}/awscli/examples/codecommit/post-comment-for-compared-commit.rst
 ${PYSITELIB}/awscli/examples/codecommit/post-comment-for-pull-request.rst
 ${PYSITELIB}/awscli/examples/codecommit/post-comment-reply.rst
@@ -1054,8 +1119,13 @@
 ${PYSITELIB}/awscli/examples/codecommit/tag-resource.rst
 ${PYSITELIB}/awscli/examples/codecommit/test-repository-triggers.rst
 ${PYSITELIB}/awscli/examples/codecommit/untag-resource.rst
+${PYSITELIB}/awscli/examples/codecommit/update-approval-rule-template-content.rst
+${PYSITELIB}/awscli/examples/codecommit/update-approval-rule-template-description.rst
+${PYSITELIB}/awscli/examples/codecommit/update-approval-rule-template-name.rst
 ${PYSITELIB}/awscli/examples/codecommit/update-comment.rst
 ${PYSITELIB}/awscli/examples/codecommit/update-default-branch.rst
+${PYSITELIB}/awscli/examples/codecommit/update-pull-request-approval-rule-content.rst
+${PYSITELIB}/awscli/examples/codecommit/update-pull-request-approval-state.rst
 ${PYSITELIB}/awscli/examples/codecommit/update-pull-request-description.rst
 ${PYSITELIB}/awscli/examples/codecommit/update-pull-request-status.rst
 ${PYSITELIB}/awscli/examples/codecommit/update-pull-request-title.rst
@@ -1217,6 +1287,26 @@
 ${PYSITELIB}/awscli/examples/configure/get/_examples.rst
 ${PYSITELIB}/awscli/examples/configure/set/_description.rst
 ${PYSITELIB}/awscli/examples/configure/set/_examples.rst
+${PYSITELIB}/awscli/examples/connect/create-user.rst
+${PYSITELIB}/awscli/examples/connect/delete-user.rst
+${PYSITELIB}/awscli/examples/connect/describe-user-hierarchy-group.rst
+${PYSITELIB}/awscli/examples/connect/describe-user-hierarchy-structure.rst
+${PYSITELIB}/awscli/examples/connect/describe-user.rst
+${PYSITELIB}/awscli/examples/connect/get-contact-attributes.rst
+${PYSITELIB}/awscli/examples/connect/list-contact-flows.rst
+${PYSITELIB}/awscli/examples/connect/list-hours-of-operations.rst
+${PYSITELIB}/awscli/examples/connect/list-phone-numbers.rst
+${PYSITELIB}/awscli/examples/connect/list-queues.rst
+${PYSITELIB}/awscli/examples/connect/list-routing-profiles.rst
+${PYSITELIB}/awscli/examples/connect/list-security-profiles.rst
+${PYSITELIB}/awscli/examples/connect/list-user-hierarchy-groups.rst
+${PYSITELIB}/awscli/examples/connect/list-users.rst
+${PYSITELIB}/awscli/examples/connect/update-contact-attributes.rst
+${PYSITELIB}/awscli/examples/connect/update-user-hierarchy.rst
+${PYSITELIB}/awscli/examples/connect/update-user-identity-info.rst
+${PYSITELIB}/awscli/examples/connect/update-user-phone-config.rst
+${PYSITELIB}/awscli/examples/connect/update-user-routing-profile.rst
+${PYSITELIB}/awscli/examples/connect/update-user-security-profiles.rst
 ${PYSITELIB}/awscli/examples/cur/delete-report-definition.rst
 ${PYSITELIB}/awscli/examples/cur/describe-report-definitions.rst
 ${PYSITELIB}/awscli/examples/cur/put-report-definition.rst
@@ -1231,6 +1321,23 @@
 ${PYSITELIB}/awscli/examples/datapipeline/list-runs.rst
 ${PYSITELIB}/awscli/examples/datapipeline/put-pipeline-definition.rst
 ${PYSITELIB}/awscli/examples/datapipeline/remove-tags.rst
+${PYSITELIB}/awscli/examples/dax/create-cluster.rst
+${PYSITELIB}/awscli/examples/dax/create-parameter-group.rst
+${PYSITELIB}/awscli/examples/dax/create-subnet-group.rst
+${PYSITELIB}/awscli/examples/dax/decrease-replication-factor.rst
+${PYSITELIB}/awscli/examples/dax/delete-cluster.rst
+${PYSITELIB}/awscli/examples/dax/delete-parameter-group.rst
+${PYSITELIB}/awscli/examples/dax/delete-subnet-group.rst
+${PYSITELIB}/awscli/examples/dax/describe-clusters.rst
+${PYSITELIB}/awscli/examples/dax/describe-default-parameters.rst
+${PYSITELIB}/awscli/examples/dax/describe-events.rst
+${PYSITELIB}/awscli/examples/dax/describe-parameter-groups.rst



Home | Main Index | Thread Index | Old Index