How To Install awscli on CentOS 8

awscli is Universal Command Line Environment for AWS

Introduction

In this tutorial we learn how to install awscli on CentOS 8.

What is awscli

This package provides a unified command line interface to Amazon Web Services.

We can use yum or dnf to install awscli on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install awscli.

Install awscli on CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install awscli using dnf by running the following command:

sudo dnf -y install awscli

Install awscli on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install awscli using yum by running the following command:

sudo yum -y install awscli

How To Uninstall awscli on CentOS 8

To uninstall only the awscli package we can use the following command:

sudo dnf remove awscli

awscli Package Contents on CentOS 8

/etc/bash_completion.d
/etc/bash_completion.d/aws_bash_completer
/usr/bin/aws
/usr/bin/aws_completer
/usr/lib/awscli
/usr/lib/awscli/bundled
/usr/lib/awscli/bundled/colorama
/usr/lib/awscli/bundled/colorama-0.3.7-py3.6.egg-info
/usr/lib/awscli/bundled/colorama-0.3.7-py3.6.egg-info/PKG-INFO
/usr/lib/awscli/bundled/colorama-0.3.7-py3.6.egg-info/SOURCES.txt
/usr/lib/awscli/bundled/colorama-0.3.7-py3.6.egg-info/dependency_links.txt
/usr/lib/awscli/bundled/colorama-0.3.7-py3.6.egg-info/top_level.txt
/usr/lib/awscli/bundled/colorama/__init__.py
/usr/lib/awscli/bundled/colorama/__pycache__
/usr/lib/awscli/bundled/colorama/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/awscli/bundled/colorama/__pycache__/__init__.cpython-36.pyc
/usr/lib/awscli/bundled/colorama/__pycache__/ansi.cpython-36.opt-1.pyc
/usr/lib/awscli/bundled/colorama/__pycache__/ansi.cpython-36.pyc
/usr/lib/awscli/bundled/colorama/__pycache__/ansitowin32.cpython-36.opt-1.pyc
/usr/lib/awscli/bundled/colorama/__pycache__/ansitowin32.cpython-36.pyc
/usr/lib/awscli/bundled/colorama/__pycache__/initialise.cpython-36.opt-1.pyc
/usr/lib/awscli/bundled/colorama/__pycache__/initialise.cpython-36.pyc
/usr/lib/awscli/bundled/colorama/__pycache__/win32.cpython-36.opt-1.pyc
/usr/lib/awscli/bundled/colorama/__pycache__/win32.cpython-36.pyc
/usr/lib/awscli/bundled/colorama/__pycache__/winterm.cpython-36.opt-1.pyc
/usr/lib/awscli/bundled/colorama/__pycache__/winterm.cpython-36.pyc
/usr/lib/awscli/bundled/colorama/ansi.py
/usr/lib/awscli/bundled/colorama/ansitowin32.py
/usr/lib/awscli/bundled/colorama/initialise.py
/usr/lib/awscli/bundled/colorama/win32.py
/usr/lib/awscli/bundled/colorama/winterm.py
/usr/lib/python3.6/site-packages/awscli
/usr/lib/python3.6/site-packages/awscli-1.14.50-py3.6.egg-info
/usr/lib/python3.6/site-packages/awscli-1.14.50-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/awscli-1.14.50-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/awscli-1.14.50-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/awscli-1.14.50-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/awscli-1.14.50-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/awscli/__init__.py
/usr/lib/python3.6/site-packages/awscli/__main__.py
/usr/lib/python3.6/site-packages/awscli/__pycache__
/usr/lib/python3.6/site-packages/awscli/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/alias.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/alias.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/argparser.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/argparser.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/argprocess.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/argprocess.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/arguments.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/arguments.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/clidocs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/clidocs.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/clidriver.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/clidriver.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/commands.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/commands.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/completer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/completer.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/errorhandler.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/errorhandler.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/formatter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/formatter.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/handlers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/handlers.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/help.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/help.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/paramfile.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/paramfile.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/plugin.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/plugin.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/schema.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/schema.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/shorthand.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/shorthand.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/table.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/table.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/testutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/testutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/text.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/text.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/topictags.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/topictags.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/alias.py
/usr/lib/python3.6/site-packages/awscli/argparser.py
/usr/lib/python3.6/site-packages/awscli/argprocess.py
/usr/lib/python3.6/site-packages/awscli/arguments.py
/usr/lib/python3.6/site-packages/awscli/clidocs.py
/usr/lib/python3.6/site-packages/awscli/clidriver.py
/usr/lib/python3.6/site-packages/awscli/commands.py
/usr/lib/python3.6/site-packages/awscli/compat.py
/usr/lib/python3.6/site-packages/awscli/completer.py
/usr/lib/python3.6/site-packages/awscli/customizations
/usr/lib/python3.6/site-packages/awscli/customizations/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/addexamples.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/addexamples.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/argrename.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/argrename.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/arguments.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/arguments.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/assumerole.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/assumerole.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/awslambda.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/awslambda.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cliinputjson.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cliinputjson.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cloudfront.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cloudfront.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cloudsearch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cloudsearch.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cloudsearchdomain.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cloudsearchdomain.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/codecommit.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/codecommit.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/commands.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/commands.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/ecr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/ecr.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/flatten.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/flatten.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/generatecliskeleton.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/generatecliskeleton.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/globalargs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/globalargs.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/iamvirtmfa.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/iamvirtmfa.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/iot.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/iot.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/iot_data.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/iot_data.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/kms.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/kms.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/mturk.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/mturk.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/opsworks.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/opsworks.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/opsworkscm.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/opsworkscm.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/paginate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/paginate.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/preview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/preview.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/putmetricdata.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/putmetricdata.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/rds.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/rds.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/removals.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/removals.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/route53.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/route53.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/s3endpoint.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/s3endpoint.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/s3errormsg.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/s3errormsg.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/s3uploader.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/s3uploader.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/sagemaker.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/sagemaker.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/scalarparse.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/scalarparse.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/sessendemail.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/sessendemail.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/streamingoutputarg.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/streamingoutputarg.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/toplevelbool.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/toplevelbool.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/waiters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/waiters.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/addexamples.py
/usr/lib/python3.6/site-packages/awscli/customizations/argrename.py
/usr/lib/python3.6/site-packages/awscli/customizations/arguments.py
/usr/lib/python3.6/site-packages/awscli/customizations/assumerole.py
/usr/lib/python3.6/site-packages/awscli/customizations/awslambda.py
/usr/lib/python3.6/site-packages/awscli/customizations/cliinputjson.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/artifact_exporter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/artifact_exporter.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/deploy.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/deploy.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/deployer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/deployer.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/package.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/package.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/yamlhelper.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/yamlhelper.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/artifact_exporter.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/deploy.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/deployer.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/exceptions.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/package.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/yamlhelper.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudfront.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudsearch.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudsearchdomain.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/subscribe.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/subscribe.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/validation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/validation.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/subscribe.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/utils.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/validation.py
/usr/lib/python3.6/site-packages/awscli/customizations/codecommit.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/codedeploy.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/codedeploy.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/deregister.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/deregister.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/install.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/install.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/locationargs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/locationargs.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/push.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/push.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/register.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/register.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/systems.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/systems.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/uninstall.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/uninstall.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/codedeploy.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/deregister.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/install.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/locationargs.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/push.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/register.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/systems.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/uninstall.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/utils.py
/usr/lib/python3.6/site-packages/awscli/customizations/commands.py
/usr/lib/python3.6/site-packages/awscli/customizations/configservice
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/getstatus.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/getstatus.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/putconfigurationrecorder.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/putconfigurationrecorder.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/rename_cmd.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/rename_cmd.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/subscribe.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/subscribe.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/getstatus.py
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/putconfigurationrecorder.py
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/rename_cmd.py
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/subscribe.py
/usr/lib/python3.6/site-packages/awscli/customizations/configure
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/addmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/addmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/configure.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/configure.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/get.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/get.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/list.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/list.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/set.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/set.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/writer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/writer.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/addmodel.py
/usr/lib/python3.6/site-packages/awscli/customizations/configure/configure.py
/usr/lib/python3.6/site-packages/awscli/customizations/configure/get.py
/usr/lib/python3.6/site-packages/awscli/customizations/configure/list.py
/usr/lib/python3.6/site-packages/awscli/customizations/configure/set.py
/usr/lib/python3.6/site-packages/awscli/customizations/configure/writer.py
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/constants.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/createdefaultroles.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/createdefaultroles.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/listrunsformatter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/listrunsformatter.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/translator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/translator.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/constants.py
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/createdefaultroles.py
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/listrunsformatter.py
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/translator.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/addcount.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/addcount.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/bundleinstance.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/bundleinstance.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/decryptpassword.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/decryptpassword.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/paginate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/paginate.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/protocolarg.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/protocolarg.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/runinstances.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/runinstances.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/secgroupsimplify.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/secgroupsimplify.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/addcount.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/bundleinstance.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/decryptpassword.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/paginate.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/protocolarg.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/runinstances.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/secgroupsimplify.py
/usr/lib/python3.6/site-packages/awscli/customizations/ecr.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/addinstancegroups.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/addinstancegroups.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/addsteps.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/addsteps.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/addtags.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/addtags.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/applicationutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/applicationutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/argumentschema.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/argumentschema.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/command.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/command.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/config.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/config.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/configutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/configutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/constants.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/createcluster.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/createcluster.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/createdefaultroles.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/createdefaultroles.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/describecluster.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/describecluster.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/emr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/emr.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/emrfsutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/emrfsutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/emrutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/emrutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/hbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/hbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/hbaseutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/hbaseutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/helptext.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/helptext.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/installapplications.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/installapplications.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/instancefleetsutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/instancefleetsutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/instancegroupsutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/instancegroupsutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/listclusters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/listclusters.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/modifyclusterattributes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/modifyclusterattributes.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/ssh.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/ssh.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/sshutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/sshutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/steputils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/steputils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/terminateclusters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/terminateclusters.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/addinstancegroups.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/addsteps.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/addtags.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/applicationutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/argumentschema.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/command.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/config.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/configutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/constants.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/createcluster.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/createdefaultroles.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/describecluster.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/emr.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/emrfsutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/emrutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/exceptions.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/hbase.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/hbaseutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/helptext.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/installapplications.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/instancefleetsutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/instancegroupsutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/listclusters.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/modifyclusterattributes.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/ssh.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/sshutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/steputils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/terminateclusters.py
/usr/lib/python3.6/site-packages/awscli/customizations/flatten.py
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__pycache__/getlog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__pycache__/getlog.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__pycache__/uploadbuild.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__pycache__/uploadbuild.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/getlog.py
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/uploadbuild.py
/usr/lib/python3.6/site-packages/awscli/customizations/generatecliskeleton.py
/usr/lib/python3.6/site-packages/awscli/customizations/globalargs.py
/usr/lib/python3.6/site-packages/awscli/customizations/history
/usr/lib/python3.6/site-packages/awscli/customizations/history/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/commands.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/commands.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/constants.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/db.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/db.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/list.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/list.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/show.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/show.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/commands.py
/usr/lib/python3.6/site-packages/awscli/customizations/history/constants.py
/usr/lib/python3.6/site-packages/awscli/customizations/history/db.py
/usr/lib/python3.6/site-packages/awscli/customizations/history/list.py
/usr/lib/python3.6/site-packages/awscli/customizations/history/show.py
/usr/lib/python3.6/site-packages/awscli/customizations/iamvirtmfa.py
/usr/lib/python3.6/site-packages/awscli/customizations/iot.py
/usr/lib/python3.6/site-packages/awscli/customizations/iot_data.py
/usr/lib/python3.6/site-packages/awscli/customizations/kms.py
/usr/lib/python3.6/site-packages/awscli/customizations/mturk.py
/usr/lib/python3.6/site-packages/awscli/customizations/opsworks.py
/usr/lib/python3.6/site-packages/awscli/customizations/opsworkscm.py
/usr/lib/python3.6/site-packages/awscli/customizations/paginate.py
/usr/lib/python3.6/site-packages/awscli/customizations/preview.py
/usr/lib/python3.6/site-packages/awscli/customizations/putmetricdata.py
/usr/lib/python3.6/site-packages/awscli/customizations/rds.py
/usr/lib/python3.6/site-packages/awscli/customizations/removals.py
/usr/lib/python3.6/site-packages/awscli/customizations/route53.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/comparator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/comparator.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/fileformat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/fileformat.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/filegenerator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/filegenerator.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/fileinfo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/fileinfo.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/fileinfobuilder.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/fileinfobuilder.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/filters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/filters.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/results.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/results.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/s3.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/s3.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/s3handler.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/s3handler.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/subcommands.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/subcommands.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/transferconfig.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/transferconfig.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/comparator.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/fileformat.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/filegenerator.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/fileinfo.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/fileinfobuilder.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/filters.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/results.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/s3.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/s3handler.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/subcommands.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/delete.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/delete.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/exacttimestamps.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/exacttimestamps.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/register.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/register.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/sizeonly.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/sizeonly.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/base.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/delete.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/exacttimestamps.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/register.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/sizeonly.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/transferconfig.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/utils.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3endpoint.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3errormsg.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3uploader.py
/usr/lib/python3.6/site-packages/awscli/customizations/sagemaker.py
/usr/lib/python3.6/site-packages/awscli/customizations/scalarparse.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generate.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generatebase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generatebase.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generateproduct.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generateproduct.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generateprovisioningartifact.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generateprovisioningartifact.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/helptext.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/helptext.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/exceptions.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/generate.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/generatebase.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/generateproduct.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/generateprovisioningartifact.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/helptext.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/utils.py
/usr/lib/python3.6/site-packages/awscli/customizations/sessendemail.py
/usr/lib/python3.6/site-packages/awscli/customizations/streamingoutputarg.py
/usr/lib/python3.6/site-packages/awscli/customizations/toplevelbool.py
/usr/lib/python3.6/site-packages/awscli/customizations/utils.py
/usr/lib/python3.6/site-packages/awscli/customizations/waiters.py
/usr/lib/python3.6/site-packages/awscli/data
/usr/lib/python3.6/site-packages/awscli/data/cli.json
/usr/lib/python3.6/site-packages/awscli/errorhandler.py
/usr/lib/python3.6/site-packages/awscli/examples
/usr/lib/python3.6/site-packages/awscli/examples/acm
/usr/lib/python3.6/site-packages/awscli/examples/acm/add-tags-to-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/delete-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/describe-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/get-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/list-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/list-tags-for-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/remove-tags-from-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/request-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/resend-validation-email.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-api-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-base-path-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-domain-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-rest-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-stage.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-usage-plan-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-usage-plan.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-api-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-base-path-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-client-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-domain-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-integration-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-integration.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-method-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-method.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-rest-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-stage.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-usage-plan-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-usage-plan.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/flush-stage-authorizers-cache.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/flush-stage-cache.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/generate-client-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-api-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-api-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-authorizers.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-base-path-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-base-path-mappings.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-client-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-client-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-deployments.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-domain-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-domain-names.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-export.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-integration-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-integration.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-method-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-method.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-model-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-models.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-rest-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-rest-apis.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-sdk.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-stage.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-stages.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-usage-plan-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-usage-plan-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-usage-plan.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-usage-plans.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-usage.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/import-rest-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/put-integration-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/put-integration.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/put-method-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/put-method.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/put-rest-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/test-invoke-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/test-invoke-method.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-api-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-base-path-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-client-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-domain-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-integration-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-integration.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-method-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-method.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-rest-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-stage.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-usage-plan.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-usage.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/delete-scaling-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/deregister-scalable-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/describe-scalable-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/describe-scaling-activities.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/describe-scaling-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/put-scaling-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/register-scalable-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/attach-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/attach-load-balancer-target-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/attach-load-balancers.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/complete-lifecycle-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/create-auto-scaling-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/create-launch-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/create-or-update-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/delete-auto-scaling-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/delete-launch-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/delete-lifecycle-hook.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/delete-notification-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/delete-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/delete-scheduled-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/delete-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-account-limits.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-adjustment-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-auto-scaling-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-auto-scaling-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-auto-scaling-notification-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-launch-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-lifecycle-hook-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-lifecycle-hooks.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-load-balancer-target-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-load-balancers.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-metric-collection-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-notification-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-scaling-activities.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-scaling-process-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-scheduled-actions.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-termination-policy-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/detach-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/detach-load-balancer-target-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/detach-load-balancers.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/disable-metrics-collection.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/enable-metrics-collection.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/enter-standby.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/execute-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/exit-standby.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/put-lifecycle-hook.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/put-notification-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/put-scaling-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/put-scheduled-update-group-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/record-lifecycle-action-heartbeat.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/resume-processes.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/set-desired-capacity.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/set-instance-health.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/set-instance-protection.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/suspend-processes.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/terminate-instance-in-auto-scaling-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/update-auto-scaling-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch
/usr/lib/python3.6/site-packages/awscli/examples/batch/cancel-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/create-compute-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/create-job-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/delete-compute-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/delete-job-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/deregister-job-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/describe-compute-environments.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/describe-job-definitions.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/describe-job-queues.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/describe-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/list-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/register-job-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/submit-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/terminate-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/update-compute-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/update-job-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/create-environment-ec2.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/create-environment-membership.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/delete-environment-membership.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/delete-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/describe-environment-memberships.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/describe-environment-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/describe-environments.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/list-environments.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/update-environment-membership.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/update-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/_deploy_description.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/_package_description.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/cancel-update-stack.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/create-stack.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/deploy.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/describe-stacks.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/get-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/list-stacks.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/package.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/update-stack.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/validate-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/create-distribution.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/create-invalidation.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/delete-distribution.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/get-distribution-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/get-distribution.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/get-invalidation.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/list-distributions.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/list-invalidations.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/update-distribution.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/add-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/create-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/create-trail.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/delete-trail.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/describe-trails.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/get-event-selectors.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/get-trail-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/list-public-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/list-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/lookup-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/put-event-selectors.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/remove-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/start-logging.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/stop-logging.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/update-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/update-trail.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/validate-logs.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/delete-alarms.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/describe-alarm-history.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/describe-alarms-for-metric.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/describe-alarms.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/disable-alarm-actions.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/enable-alarm-actions.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/get-metric-statistics.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/list-metrics.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/put-metric-alarm.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/put-metric-data.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/set-alarm-state.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/batch-get-repositories.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/create-branch.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/create-repository.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/delete-branch.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/delete-repository.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-branch.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-repository.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/list-branches.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/list-repositories.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-default-branch.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-repository-description.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-repository-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/acknowledge-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/create-custom-action-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/create-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/delete-custom-action-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/delete-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/disable-stage-transition.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/enable-stage-transition.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/get-job-details.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/get-pipeline-state.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/get-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/list-action-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/list-pipelines.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/poll-for-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/start-pipeline-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/update-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice
/usr/lib/python3.6/site-packages/awscli/examples/configservice/delete-config-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/delete-delivery-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/delete-evaluation-results.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/deliver-config-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-compliance-by-config-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-compliance-by-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-config-rule-evaluation-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-config-rules.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-configuration-recorder-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-configuration-recorders.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-delivery-channel-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-delivery-channels.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/get-compliance-details-by-config-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/get-compliance-details-by-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/get-compliance-summary-by-config-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/get-compliance-summary-by-resource-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/get-resource-config-history.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/get-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/list-discovered-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/put-config-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/put-configuration-recorder.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/put-delivery-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/start-config-rules-evaluation.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/start-configuration-recorder.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/stop-configuration-recorder.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/subscribe.rst
/usr/lib/python3.6/site-packages/awscli/examples/configure
/usr/lib/python3.6/site-packages/awscli/examples/configure/_description.rst
/usr/lib/python3.6/site-packages/awscli/examples/configure/add-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/configure/get
/usr/lib/python3.6/site-packages/awscli/examples/configure/get/_description.rst
/usr/lib/python3.6/site-packages/awscli/examples/configure/get/_examples.rst
/usr/lib/python3.6/site-packages/awscli/examples/configure/set
/usr/lib/python3.6/site-packages/awscli/examples/configure/set/_description.rst
/usr/lib/python3.6/site-packages/awscli/examples/configure/set/_examples.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/activate-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/add-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/create-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/deactivate-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/delete-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/describe-pipelines.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/get-pipeline-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/list-pipelines.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/list-runs.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/put-pipeline-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/remove-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy
/usr/lib/python3.6/site-packages/awscli/examples/deploy/add-tags-to-on-premises-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/batch-get-applications.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/batch-get-deployments.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/batch-get-on-premises-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/create-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/create-deployment-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/create-deployment-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/create-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/delete-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/delete-deployment-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/delete-deployment-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/deregister-on-premises-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/deregister.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/get-application-revision.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/get-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/get-deployment-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/get-deployment-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/get-deployment-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/get-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/get-on-premises-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/install.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-application-revisions.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-applications.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-deployment-configs.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-deployment-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-deployment-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-deployments.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-on-premises-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/push.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/register-application-revision.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/register-on-premises-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/register.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/remove-tags-from-on-premises-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/stop-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/uninstall.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/update-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/update-deployment-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/devicefarm
/usr/lib/python3.6/site-packages/awscli/examples/devicefarm/create-device-pool.rst
/usr/lib/python3.6/site-packages/awscli/examples/devicefarm/create-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/devicefarm/create-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/devicefarm/get-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/devicefarm/list-projects.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/allocate-connection-on-interconnect.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/allocate-hosted-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/allocate-private-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/allocate-public-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/associate-connection-with-lag.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/associate-hosted-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/associate-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/confirm-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/confirm-private-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/confirm-public-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-bgp-peer.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-direct-connect-gateway-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-direct-connect-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-interconnect.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-lag.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-private-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-public-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/delete-bgp-peer.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/delete-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/delete-direct-connect-gateway-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/delete-direct-connect-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/delete-interconnect.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/delete-lag.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/delete-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-connection-loa.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-connections-on-interconnect.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-direct-connect-gateway-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-direct-connect-gateway-attachments.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-direct-connect-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-hosted-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-interconnect-loa.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-interconnects.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-lags.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-loa.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-locations.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-virtual-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-virtual-interfaces.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/disassociate-connection-from-lag.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/update-lag.rst
/usr/lib/python3.6/site-packages/awscli/examples/discovery
/usr/lib/python3.6/site-packages/awscli/examples/discovery/describe-agents.rst
/usr/lib/python3.6/site-packages/awscli/examples/discovery/describe-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/discovery/list-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms
/usr/lib/python3.6/site-packages/awscli/examples/dms/create-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/create-replication-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/create-replication-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-endpoints.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/batch-get-item.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/batch-write-item.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/create-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/delete-item.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/delete-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/describe-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/get-item.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/list-tables.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/put-item.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/query.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/scan.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/update-item.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/update-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2
/usr/lib/python3.6/site-packages/awscli/examples/ec2/accept-reserved-instances-exchange-quote.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/accept-vpc-endpoint-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/accept-vpc-peering-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/allocate-address.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/allocate-hosts.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/assign-ipv6-addresses.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/assign-private-ip-addresses.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/associate-address.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/associate-dhcp-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/associate-iam-instance-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/associate-route-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/associate-subnet-cidr-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/associate-vpc-cidr-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/attach-classic-link-vpc.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/attach-internet-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/attach-network-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/attach-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/attach-vpn-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/authorize-security-group-egress.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/authorize-security-group-ingress.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/bundle-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/cancel-bundle-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/cancel-conversion-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/cancel-export-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/cancel-spot-fleet-requests.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/cancel-spot-instance-requests.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/confirm-product-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/copy-fpga-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/copy-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/copy-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-customer-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-default-subnet.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-default-vpc.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-dhcp-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-egress-only-internet-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-flow-logs.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-fpga-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-instance-export-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-internet-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-key-pair.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-launch-template-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-launch-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-nat-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-network-acl-entry.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-network-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-network-interface-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-network-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-placement-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-route-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-security-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-spot-datafeed-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-subnet.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpc-endpoint-connection-notification.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpc-endpoint-service-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpc-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpc-peering-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpc.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpn-connection-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpn-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpn-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-customer-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-dhcp-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-egress-only-internet-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-flow-logs.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-fpga-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-internet-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-key-pair.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-launch-template-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-launch-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-nat-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-network-acl-entry.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-network-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-network-interface-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-network-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-placement-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-route-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-security-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-spot-datafeed-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-subnet.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpc-endpoint-connection-notifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpc-endpoint-service-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpc-endpoints.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpc-peering-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpc.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpn-connection-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpn-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpn-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/deregister-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-account-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-addresses.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-availability-zones.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-bundle-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-classic-link-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-conversion-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-customer-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-dhcp-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-egress-only-internet-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-elastic-gpus.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-export-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-flow-logs.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-fpga-image-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-fpga-images.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-host-reservation-offerings.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-host-reservations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-hosts.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-iam-instance-profile-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-id-format.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-identity-id-format.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-image-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-images.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-instance-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-instance-credit-specifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-instance-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-internet-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-key-pairs.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-launch-template-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-launch-templates.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-moving-addresses.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-nat-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-network-acls.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-network-interface-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-network-interface-permissions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-network-interfaces.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-placement-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-prefix-lists.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-regions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-reserved-instances-modifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-reserved-instances-offerings.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-reserved-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-route-tables.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-scheduled-instance-availability.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-scheduled-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-security-group-references.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-security-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-snapshot-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-snapshots.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-spot-datafeed-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-spot-fleet-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-spot-fleet-request-history.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-spot-fleet-requests.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-spot-instance-requests.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-spot-price-history.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-stale-security-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-subnets.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-volume-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-volume-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-volumes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-classic-link-dns-support.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-classic-link.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-endpoint-connection-notifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-endpoint-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-endpoint-service-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-endpoint-service-permissions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-endpoint-services.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-endpoints.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-peering-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpcs.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpn-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpn-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/detach-classic-link-vpc.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/detach-internet-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/detach-network-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/detach-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/detach-vpn-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disable-vgw-route-propagation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disable-vpc-classic-link-dns-support.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disable-vpc-classic-link.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disassociate-address.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disassociate-iam-instance-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disassociate-route-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disassociate-subnet-cidr-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disassociate-vpc-cidr-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/enable-vgw-route-propagation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/enable-volume-io.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/enable-vpc-classic-link-dns-support.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/enable-vpc-classic-link.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-console-output.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-host-reservation-purchase-preview.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-launch-template-data.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-password-data.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-reserved-instances-exchange-quote.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/import-key-pair.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-fpga-image-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-hosts.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-id-format.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-identity-id-format.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-image-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-instance-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-instance-credit-specification.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-instance-placement.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-launch-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-network-interface-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-reserved-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-snapshot-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-spot-fleet-request.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-subnet-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-volume-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpc-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpc-endpoint-connection-notification.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpc-endpoint-service-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpc-endpoint-service-permissions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpc-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpc-peering-connection-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpc-tenancy.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/monitor-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/move-address-to-vpc.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/purchase-host-reservation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/purchase-reserved-instances-offering.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/purchase-scheduled-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reboot-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/register-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reject-vpc-endpoint-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reject-vpc-peering-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/release-address.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/release-hosts.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/replace-iam-instance-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/replace-network-acl-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/replace-network-acl-entry.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/replace-route-table-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/replace-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/report-instance-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/request-spot-fleet.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/request-spot-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reset-fpga-image-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reset-image-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reset-instance-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reset-snapshot-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/restore-address-to-classic.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/revoke-security-group-egress.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/revoke-security-group-ingress.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/run-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/run-scheduled-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/start-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/stop-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/terminate-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/unassign-ipv6-addresses.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/unassign-private-ip-addresses.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/unmonitor-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/update-security-group-rule-descriptions-egress.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/update-security-group-rule-descriptions-ingress.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr
/usr/lib/python3.6/site-packages/awscli/examples/ecr/batch-delete-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/batch-get-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/create-repository.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/delete-repository.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/describe-repositories.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/get-authorization-token.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/get-lifecycle-policy-preview.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/get-lifecycle-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/get-login.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/get-login_description.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/put-lifecycle-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/start-lifecycle-policy-preview.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs
/usr/lib/python3.6/site-packages/awscli/examples/ecs/create-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/create-service.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/delete-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/delete-service.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/deregister-container-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/deregister-task-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/describe-clusters.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/describe-container-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/describe-services.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/describe-task-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/describe-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/list-clusters.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/list-container-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/list-services.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/list-task-definition-families.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/list-task-definitions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/list-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/register-task-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/run-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/update-container-agent.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/update-service.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/create-replication-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/modify-cache-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/modify-replication-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/abort-environment-update.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/check-dns-availability.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/create-application-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/create-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/create-configuration-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/create-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/create-storage-location.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/delete-application-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/delete-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/delete-configuration-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/delete-environment-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-application-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-applications.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-configuration-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-configuration-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-environment-health.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-environment-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-environments.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-instances-health.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/list-available-solution-stacks.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/rebuild-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/request-environment-info.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/restart-app-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/retrieve-environment-info.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/swap-environment-cnames.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/terminate-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/update-application-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/update-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/update-configuration-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/update-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/validate-configuration-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb
/usr/lib/python3.6/site-packages/awscli/examples/elb/add-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/apply-security-groups-to-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/attach-load-balancer-to-subnets.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/configure-health-check.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/create-app-cookie-stickiness-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/create-lb-cookie-stickiness-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/create-load-balancer-listeners.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/create-load-balancer-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/create-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/delete-load-balancer-listeners.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/delete-load-balancer-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/delete-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/deregister-instances-from-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/describe-instance-health.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/describe-load-balancer-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/describe-load-balancer-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/describe-load-balancer-policy-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/describe-load-balancers.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/describe-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/detach-load-balancer-from-subnets.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/disable-availability-zones-for-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/enable-availability-zones-for-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/modify-load-balancer-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/register-instances-with-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/remove-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/set-load-balancer-listener-ssl-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/set-load-balancer-policies-for-backend-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/set-load-balancer-policies-of-listener.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/add-listener-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/add-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/create-listener.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/create-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/create-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/create-target-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/delete-listener.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/delete-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/delete-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/delete-target-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/deregister-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-account-limits.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-listener-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-listeners.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-load-balancer-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-load-balancers.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-rules.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-ssl-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-target-group-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-target-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-target-health.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/modify-listener.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/modify-load-balancer-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/modify-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/modify-target-group-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/modify-target-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/register-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/remove-listener-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/remove-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/set-ip-address-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/set-rule-priorities.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/set-security-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/set-subnets.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr
/usr/lib/python3.6/site-packages/awscli/examples/emr/add-instance-fleet.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/add-steps.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/add-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/create-cluster-examples.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/create-cluster-synopsis.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/create-default-roles.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/create-security-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/delete-security-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/describe-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/describe-step.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/get.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/list-clusters.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/list-instance-fleets.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/list-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/list-security-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/list-steps.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/modify-cluster-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/modify-instance-fleet.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/put.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/remove-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/schedule-hbase-backup.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/socks.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/ssh.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/wait.rst
/usr/lib/python3.6/site-packages/awscli/examples/events
/usr/lib/python3.6/site-packages/awscli/examples/events/delete-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/describe-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/disable-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/enable-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/list-rule-names-by-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/list-rules.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/list-targets-by-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/put-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/put-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/put-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/remove-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/test-event-pattern.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier
/usr/lib/python3.6/site-packages/awscli/examples/glacier/abort-multipart-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/add-tags-to-vault.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/complete-multipart-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/create-vault.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/delete-vault.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/describe-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/describe-vault.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/get-data-retrieval-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/get-job-output.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/get-vault-notifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/initiate-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/initiate-multipart-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/list-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/list-multipart-uploads.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/list-parts.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/list-tags-for-vault.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/list-vaults.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/remove-tags-from-vault.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/set-data-retrieval-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/set-vault-notifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/upload-archive.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/upload-multipart-part.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam
/usr/lib/python3.6/site-packages/awscli/examples/iam/add-client-id-to-open-id-connect-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/add-role-to-instance-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/add-user-to-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/attach-group-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/attach-role-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/attach-user-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/change-password.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-access-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-account-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-instance-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-login-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-open-id-connect-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-policy-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-saml-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-virtual-mfa-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/deactivate-mfa-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-access-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-account-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-account-password-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-group-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-instance-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-login-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-open-id-connect-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-policy-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-role-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-saml-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-signing-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-user-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-virtual-mfa-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/detach-group-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/detach-role-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/detach-user-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/enable-mfa-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/generate-credential-report.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-access-key-last-used.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-account-authorization-details.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-account-password-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-account-summary.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-credential-report.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-group-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-instance-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-login-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-open-id-connect-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-policy-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-role-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-saml-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-user-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-access-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-account-aliases.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-attached-group-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-attached-role-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-attached-user-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-entities-for-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-group-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-groups-for-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-instance-profiles-for-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-instance-profiles.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-mfa-devices.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-open-id-connect-providers.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-policy-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-role-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-roles.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-saml-providers.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-signing-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-user-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-users.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-virtual-mfa-devices.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/put-group-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/put-role-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/put-user-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/remove-client-id-from-open-id-connect-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/remove-role-from-instance-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/remove-user-from-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/resync-mfa-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/set-default-policy-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-access-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-account-password-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-assume-role-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-login-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-open-id-connect-provider-thumbprint.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-saml-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-signing-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/upload-server-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/upload-signing-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/importexport
/usr/lib/python3.6/site-packages/awscli/examples/importexport/cancel-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/importexport/create-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/importexport/get-shipping-label.rst
/usr/lib/python3.6/site-packages/awscli/examples/importexport/get-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/importexport/list-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/importexport/update-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector
/usr/lib/python3.6/site-packages/awscli/examples/inspector/add-attributes-to-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/create-assessment-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/create-assessment-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/create-resource-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/delete-assessment-run.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/delete-assessment-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/delete-assessment-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/describe-assessment-runs.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/describe-assessment-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/describe-assessment-templates.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/describe-cross-account-access-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/describe-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/describe-resource-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/describe-rules-packages.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/get-telemetry-metadata.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-assessment-run-agents.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-assessment-runs.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-assessment-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-assessment-templates.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-event-subscriptions.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-rules-packages.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/preview-agents.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/register-cross-account-access-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/remove-attributes-from-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/set-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/start-assessment-run.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/stop-assessment-run.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/subscribe-to-event.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/unsubscribe-from-event.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/update-assessment-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-certificate-from-csr.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms
/usr/lib/python3.6/site-packages/awscli/examples/kms/create-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/decrypt.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/encrypt.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs
/usr/lib/python3.6/site-packages/awscli/examples/logs/create-log-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/create-log-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/delete-log-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/delete-log-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/delete-retention-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/describe-log-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/describe-log-streams.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/get-log-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/put-log-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/put-retention-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/assign-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/assign-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/associate-elastic-ip.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/attach-elastic-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/create-app.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/create-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/create-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/create-layer.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/create-stack.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/create-user-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/delete-app.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/delete-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/delete-layer.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/delete-stack.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/delete-user-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/deregister-elastic-ip.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/deregister-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/deregister-rds-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/deregister-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-apps.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-commands.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-deployments.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-elastic-ips.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-elastic-load-balancers.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-layers.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-load-based-auto-scaling.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-my-user-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-permissions.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-raid-arrays.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-rds-db-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-stack-summary.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-stacks.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-timebased-auto-scaling.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-user-profiles.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-volumes.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/detach-elastic-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/disassociate-elastic-ip.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/get-hostname-suggestion.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/reboot-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/register-elastic-ip.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/register-rds-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/register-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/register.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/set-load-based-auto-scaling.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/set-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/set-time-based-auto-scaling.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/start-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/start-stack.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/stop-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/stop-stack.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/unassign-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/unassign-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/update-app.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/update-elastic-ip.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/update-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/update-layer.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/update-my-user-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/update-rds-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/update-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/associate-node.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/create-backup.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/create-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/delete-backup.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/delete-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/describe-account-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/describe-backups.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/describe-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/describe-node-association-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/describe-servers.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/disassociate-node.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/restore-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/start-maintenance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/update-server-engine-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/update-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations
/usr/lib/python3.6/site-packages/awscli/examples/organizations/accept-handshake.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/attach-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/cancel-handshake.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/create-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/create-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/create-organizational-unit.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/create-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/decline-handshake.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/delete-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/delete-organizational-unit.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/delete-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/describe-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/describe-create-account-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/describe-handshake.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/describe-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/describe-organizational-unit.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/describe-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/detach-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/disable-policy-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/enable-all-features.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/enable-policy-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/invite-account-to-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/leave-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-accounts-for-parent.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-accounts.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-children.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-create-account-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-handshakes-for-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-handshakes-for-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-organizational-units-for-parent.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-parents.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-policies-for-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-roots.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-targets-for-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/move-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/remove-account-from-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/update-organizational-unit.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/update-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds
/usr/lib/python3.6/site-packages/awscli/examples/rds/add-tag-to-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/create-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/create-db-security-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/create-option-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/download-db-log-file-portion.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift
/usr/lib/python3.6/site-packages/awscli/examples/redshift/authorize-cluster-security-group-ingress.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/authorize-snapshot-access.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/copy-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-cluster-security-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-cluster-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-cluster-security-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-cluster-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-cluster-parameter-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-cluster-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-cluster-security-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-cluster-snapshots.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-cluster-subnet-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-cluster-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-clusters.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-default-cluster-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-orderable-cluster-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-reserved-node-offerings.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-reserved-nodes.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-resize.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/modify-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/modify-cluster-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/modify-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/purchase-reserved-node-offering.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/reboot-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/reset-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/restore-from-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/revoke-cluster-security-group-ingress.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/revoke-snapshot-access.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53
/usr/lib/python3.6/site-packages/awscli/examples/route53/change-resource-record-sets.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/change-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/create-health-check.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/create-hosted-zone.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/delete-health-check.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/delete-hosted-zone.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/get-change.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/get-health-check.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/get-hosted-zone.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/list-health-checks.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/list-hosted-zones-by-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/list-hosted-zones.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/list-resource-record-sets.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3
/usr/lib/python3.6/site-packages/awscli/examples/s3/_concepts.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/cp.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/ls.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/mb.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/mv.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/rb.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/rm.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/sync.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/website.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api
/usr/lib/python3.6/site-packages/awscli/examples/s3api/abort-multipart-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/complete-multipart-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/copy-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/create-bucket.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/create-multipart-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-cors.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-lifecycle.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-replication.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-tagging.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-website.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-objects.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-cors.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-lifecycle-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-lifecycle.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-location.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-notification-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-notification.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-replication.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-tagging.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-versioning.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-website.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-object-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-object-torrent.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/head-bucket.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/head-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/list-buckets.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/list-multipart-uploads.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/list-object-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/list-objects.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/list-parts.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-cors.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-lifecycle-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-lifecycle.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-logging.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-notification-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-notification.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-replication.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-tagging.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-versioning.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-website.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-object-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/upload-part.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses
/usr/lib/python3.6/site-packages/awscli/examples/ses/delete-identity.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/get-identity-dkim-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/get-identity-notification-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/get-identity-verification-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/get-send-quota.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/get-send-statistics.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/list-identities.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/send-email.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/send-raw-email.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/set-identity-dkim-enabled.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/set-identity-feedback-forwarding-enabled.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/set-identity-notification-topic.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/verify-domain-dkim.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/verify-domain-identity.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/verify-email-identity.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns
/usr/lib/python3.6/site-packages/awscli/examples/sns/confirm-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/create-topic.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/delete-topic.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/get-subscription-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/get-topic-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/list-subscriptions-by-topic.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/list-subscriptions.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/list-topics.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/publish.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/subscribe.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/unsubscribe.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs
/usr/lib/python3.6/site-packages/awscli/examples/sqs/add-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/change-message-visibility-batch.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/change-message-visibility.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/create-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/delete-message-batch.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/delete-message.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/delete-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/get-queue-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/get-queue-url.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/list-dead-letter-source-queues.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/list-queues.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/purge-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/receive-message.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/remove-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/send-message-batch.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/send-message.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/set-queue-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm
/usr/lib/python3.6/site-packages/awscli/examples/ssm/add-tags-to-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/cancel-command.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/create-activation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/create-association-batch.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/create-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/create-document.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/create-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/create-patch-baseline.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-activation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-document.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-parameter.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-patch-baseline.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/deregister-managed-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/deregister-patch-baseline-for-patch-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/deregister-target-from-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/deregister-task-from-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-activations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-automation-executions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-available-patches.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-document-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-document.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-effective-instance-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-effective-patches-for-patch-baseline.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-instance-associations-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-instance-information.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-instance-patch-states-for-patch-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-instance-patch-states.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-instance-patches.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-maintenance-window-execution-task-invocations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-maintenance-window-execution-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-maintenance-window-executions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-maintenance-window-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-maintenance-window-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-maintenance-windows.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-patch-baselines.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-patch-group-state.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-patch-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-automation-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-command-invocation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-default-patch-baseline.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-deployable-patch-snapshot-for-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-document.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-inventory-schema.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-inventory.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-maintenance-window-execution-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-maintenance-window-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-parameter-history.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-patch-baseline-for-patch-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-patch-baseline.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-command-invocations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-commands.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-document-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-documents.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-inventory-entries.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/modify-document-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/put-inventory.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/put-parameter.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/register-default-patch-baseline.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/register-patch-baseline-for-patch-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/register-target-with-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/register-task-with-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/remove-tags-from-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/send-command.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/start-automation-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/stop-automation-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-association-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-document-default-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-document.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-managed-instance-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-patch-baseline.rst
/usr/lib/python3.6/site-packages/awscli/examples/storagegateway
/usr/lib/python3.6/site-packages/awscli/examples/storagegateway/describe-gateway-information.rst
/usr/lib/python3.6/site-packages/awscli/examples/storagegateway/list-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/storagegateway/list-volumes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sts
/usr/lib/python3.6/site-packages/awscli/examples/sts/assume-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf
/usr/lib/python3.6/site-packages/awscli/examples/swf/count-closed-workflow-executions.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/count-open-workflow-executions.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/deprecate-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/describe-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/list-activity-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/list-domains.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/list-workflow-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/register-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/register-workflow-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/workspaces
/usr/lib/python3.6/site-packages/awscli/examples/workspaces/create-workspaces.rst
/usr/lib/python3.6/site-packages/awscli/examples/workspaces/describe-workspace-bundles.rst
/usr/lib/python3.6/site-packages/awscli/examples/workspaces/describe-workspace-directories.rst
/usr/lib/python3.6/site-packages/awscli/examples/workspaces/describe-workspaces.rst
/usr/lib/python3.6/site-packages/awscli/examples/workspaces/terminate-workspaces.rst
/usr/lib/python3.6/site-packages/awscli/formatter.py
/usr/lib/python3.6/site-packages/awscli/handlers.py
/usr/lib/python3.6/site-packages/awscli/help.py
/usr/lib/python3.6/site-packages/awscli/paramfile.py
/usr/lib/python3.6/site-packages/awscli/plugin.py
/usr/lib/python3.6/site-packages/awscli/schema.py
/usr/lib/python3.6/site-packages/awscli/shorthand.py
/usr/lib/python3.6/site-packages/awscli/table.py
/usr/lib/python3.6/site-packages/awscli/testutils.py
/usr/lib/python3.6/site-packages/awscli/text.py
/usr/lib/python3.6/site-packages/awscli/topics
/usr/lib/python3.6/site-packages/awscli/topics/config-vars.rst
/usr/lib/python3.6/site-packages/awscli/topics/return-codes.rst
/usr/lib/python3.6/site-packages/awscli/topics/s3-config.rst
/usr/lib/python3.6/site-packages/awscli/topics/s3-faq.rst
/usr/lib/python3.6/site-packages/awscli/topics/topic-tags.json
/usr/lib/python3.6/site-packages/awscli/topictags.py
/usr/lib/python3.6/site-packages/awscli/utils.py
/usr/share/doc/awscli
/usr/share/doc/awscli/README.rst
/usr/share/doc/awscli/colorama_README.rst
/usr/share/licenses/awscli
/usr/share/licenses/awscli/LICENSE.txt
/usr/share/licenses/awscli/colorama_LICENSE.txt
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/aws_zsh_completer.sh
/usr/bin/aws
/usr/bin/aws_completer
/usr/lib/python3.6/site-packages/awscli
/usr/lib/python3.6/site-packages/awscli-1.18.156-py3.6.egg-info
/usr/lib/python3.6/site-packages/awscli-1.18.156-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/awscli-1.18.156-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/awscli-1.18.156-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/awscli-1.18.156-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/awscli-1.18.156-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/awscli/__init__.py
/usr/lib/python3.6/site-packages/awscli/__main__.py
/usr/lib/python3.6/site-packages/awscli/__pycache__
/usr/lib/python3.6/site-packages/awscli/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/alias.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/alias.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/argparser.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/argparser.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/argprocess.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/argprocess.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/arguments.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/arguments.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/clidocs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/clidocs.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/clidriver.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/clidriver.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/commands.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/commands.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/completer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/completer.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/errorhandler.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/errorhandler.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/formatter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/formatter.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/handlers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/handlers.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/help.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/help.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/paramfile.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/paramfile.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/plugin.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/plugin.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/schema.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/schema.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/shorthand.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/shorthand.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/table.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/table.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/testutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/testutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/text.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/text.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/topictags.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/topictags.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/alias.py
/usr/lib/python3.6/site-packages/awscli/argparser.py
/usr/lib/python3.6/site-packages/awscli/argprocess.py
/usr/lib/python3.6/site-packages/awscli/arguments.py
/usr/lib/python3.6/site-packages/awscli/bcdoc
/usr/lib/python3.6/site-packages/awscli/bcdoc/__init__.py
/usr/lib/python3.6/site-packages/awscli/bcdoc/__pycache__
/usr/lib/python3.6/site-packages/awscli/bcdoc/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/bcdoc/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/bcdoc/__pycache__/docevents.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/bcdoc/__pycache__/docevents.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/bcdoc/__pycache__/docstringparser.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/bcdoc/__pycache__/docstringparser.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/bcdoc/__pycache__/restdoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/bcdoc/__pycache__/restdoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/bcdoc/__pycache__/style.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/bcdoc/__pycache__/style.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/bcdoc/__pycache__/textwriter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/bcdoc/__pycache__/textwriter.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/bcdoc/docevents.py
/usr/lib/python3.6/site-packages/awscli/bcdoc/docstringparser.py
/usr/lib/python3.6/site-packages/awscli/bcdoc/restdoc.py
/usr/lib/python3.6/site-packages/awscli/bcdoc/style.py
/usr/lib/python3.6/site-packages/awscli/bcdoc/textwriter.py
/usr/lib/python3.6/site-packages/awscli/clidocs.py
/usr/lib/python3.6/site-packages/awscli/clidriver.py
/usr/lib/python3.6/site-packages/awscli/commands.py
/usr/lib/python3.6/site-packages/awscli/compat.py
/usr/lib/python3.6/site-packages/awscli/completer.py
/usr/lib/python3.6/site-packages/awscli/customizations
/usr/lib/python3.6/site-packages/awscli/customizations/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/addexamples.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/addexamples.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/argrename.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/argrename.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/arguments.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/arguments.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/assumerole.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/assumerole.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/awslambda.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/awslambda.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cliinputjson.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cliinputjson.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cloudfront.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cloudfront.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cloudsearch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cloudsearch.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cloudsearchdomain.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/cloudsearchdomain.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/codecommit.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/codecommit.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/commands.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/commands.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/dynamodb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/dynamodb.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/ecr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/ecr.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/flatten.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/flatten.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/generatecliskeleton.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/generatecliskeleton.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/globalargs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/globalargs.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/iamvirtmfa.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/iamvirtmfa.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/iot.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/iot.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/iot_data.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/iot_data.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/kms.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/kms.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/mturk.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/mturk.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/opsworks.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/opsworks.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/opsworkscm.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/opsworkscm.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/paginate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/paginate.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/preview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/preview.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/putmetricdata.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/putmetricdata.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/rds.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/rds.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/rekognition.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/rekognition.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/removals.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/removals.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/route53.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/route53.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/s3errormsg.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/s3errormsg.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/s3events.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/s3events.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/s3uploader.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/s3uploader.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/sagemaker.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/sagemaker.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/scalarparse.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/scalarparse.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/sessendemail.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/sessendemail.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/sessionmanager.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/sessionmanager.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/sms_voice.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/sms_voice.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/streamingoutputarg.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/streamingoutputarg.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/toplevelbool.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/toplevelbool.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/translate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/translate.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/waiters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/__pycache__/waiters.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/addexamples.py
/usr/lib/python3.6/site-packages/awscli/customizations/argrename.py
/usr/lib/python3.6/site-packages/awscli/customizations/arguments.py
/usr/lib/python3.6/site-packages/awscli/customizations/assumerole.py
/usr/lib/python3.6/site-packages/awscli/customizations/awslambda.py
/usr/lib/python3.6/site-packages/awscli/customizations/cliinputjson.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/artifact_exporter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/artifact_exporter.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/deploy.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/deploy.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/deployer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/deployer.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/package.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/package.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/yamlhelper.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/__pycache__/yamlhelper.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/artifact_exporter.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/deploy.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/deployer.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/exceptions.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/package.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudformation/yamlhelper.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudfront.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudsearch.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudsearchdomain.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/subscribe.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/subscribe.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/validation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/__pycache__/validation.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/subscribe.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/utils.py
/usr/lib/python3.6/site-packages/awscli/customizations/cloudtrail/validation.py
/usr/lib/python3.6/site-packages/awscli/customizations/codeartifact
/usr/lib/python3.6/site-packages/awscli/customizations/codeartifact/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/codeartifact/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/codeartifact/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codeartifact/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codeartifact/__pycache__/login.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codeartifact/__pycache__/login.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codeartifact/login.py
/usr/lib/python3.6/site-packages/awscli/customizations/codecommit.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/codedeploy.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/codedeploy.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/deregister.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/deregister.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/install.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/install.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/locationargs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/locationargs.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/push.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/push.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/register.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/register.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/systems.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/systems.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/uninstall.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/uninstall.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/codedeploy.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/deregister.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/install.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/locationargs.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/push.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/register.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/systems.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/uninstall.py
/usr/lib/python3.6/site-packages/awscli/customizations/codedeploy/utils.py
/usr/lib/python3.6/site-packages/awscli/customizations/commands.py
/usr/lib/python3.6/site-packages/awscli/customizations/configservice
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/getstatus.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/getstatus.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/putconfigurationrecorder.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/putconfigurationrecorder.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/rename_cmd.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/rename_cmd.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/subscribe.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/__pycache__/subscribe.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/getstatus.py
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/putconfigurationrecorder.py
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/rename_cmd.py
/usr/lib/python3.6/site-packages/awscli/customizations/configservice/subscribe.py
/usr/lib/python3.6/site-packages/awscli/customizations/configure
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/addmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/addmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/configure.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/configure.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/get.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/get.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/list.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/list.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/set.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/set.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/writer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/__pycache__/writer.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/configure/addmodel.py
/usr/lib/python3.6/site-packages/awscli/customizations/configure/configure.py
/usr/lib/python3.6/site-packages/awscli/customizations/configure/get.py
/usr/lib/python3.6/site-packages/awscli/customizations/configure/list.py
/usr/lib/python3.6/site-packages/awscli/customizations/configure/set.py
/usr/lib/python3.6/site-packages/awscli/customizations/configure/writer.py
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/constants.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/createdefaultroles.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/createdefaultroles.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/listrunsformatter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/listrunsformatter.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/translator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/__pycache__/translator.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/constants.py
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/createdefaultroles.py
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/listrunsformatter.py
/usr/lib/python3.6/site-packages/awscli/customizations/datapipeline/translator.py
/usr/lib/python3.6/site-packages/awscli/customizations/dlm
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/__pycache__/constants.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/__pycache__/createdefaultrole.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/__pycache__/createdefaultrole.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/__pycache__/dlm.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/__pycache__/dlm.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/__pycache__/iam.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/__pycache__/iam.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/constants.py
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/createdefaultrole.py
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/dlm.py
/usr/lib/python3.6/site-packages/awscli/customizations/dlm/iam.py
/usr/lib/python3.6/site-packages/awscli/customizations/dynamodb.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/addcount.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/addcount.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/bundleinstance.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/bundleinstance.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/decryptpassword.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/decryptpassword.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/paginate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/paginate.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/protocolarg.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/protocolarg.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/runinstances.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/runinstances.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/secgroupsimplify.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/__pycache__/secgroupsimplify.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/addcount.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/bundleinstance.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/decryptpassword.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/paginate.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/protocolarg.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/runinstances.py
/usr/lib/python3.6/site-packages/awscli/customizations/ec2/secgroupsimplify.py
/usr/lib/python3.6/site-packages/awscli/customizations/ecr.py
/usr/lib/python3.6/site-packages/awscli/customizations/ecs
/usr/lib/python3.6/site-packages/awscli/customizations/ecs/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/ecs/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/ecs/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ecs/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ecs/__pycache__/deploy.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ecs/__pycache__/deploy.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ecs/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ecs/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ecs/__pycache__/filehelpers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ecs/__pycache__/filehelpers.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/ecs/deploy.py
/usr/lib/python3.6/site-packages/awscli/customizations/ecs/exceptions.py
/usr/lib/python3.6/site-packages/awscli/customizations/ecs/filehelpers.py
/usr/lib/python3.6/site-packages/awscli/customizations/eks
/usr/lib/python3.6/site-packages/awscli/customizations/eks/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/eks/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/eks/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/eks/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/eks/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/eks/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/eks/__pycache__/get_token.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/eks/__pycache__/get_token.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/eks/__pycache__/kubeconfig.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/eks/__pycache__/kubeconfig.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/eks/__pycache__/ordered_yaml.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/eks/__pycache__/ordered_yaml.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/eks/__pycache__/update_kubeconfig.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/eks/__pycache__/update_kubeconfig.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/eks/exceptions.py
/usr/lib/python3.6/site-packages/awscli/customizations/eks/get_token.py
/usr/lib/python3.6/site-packages/awscli/customizations/eks/kubeconfig.py
/usr/lib/python3.6/site-packages/awscli/customizations/eks/ordered_yaml.py
/usr/lib/python3.6/site-packages/awscli/customizations/eks/update_kubeconfig.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/addinstancegroups.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/addinstancegroups.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/addsteps.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/addsteps.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/addtags.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/addtags.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/applicationutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/applicationutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/argumentschema.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/argumentschema.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/command.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/command.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/config.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/config.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/configutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/configutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/constants.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/createcluster.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/createcluster.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/createdefaultroles.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/createdefaultroles.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/describecluster.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/describecluster.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/emr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/emr.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/emrfsutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/emrfsutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/emrutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/emrutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/hbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/hbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/hbaseutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/hbaseutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/helptext.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/helptext.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/installapplications.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/installapplications.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/instancefleetsutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/instancefleetsutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/instancegroupsutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/instancegroupsutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/listclusters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/listclusters.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/modifyclusterattributes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/modifyclusterattributes.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/ssh.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/ssh.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/sshutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/sshutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/steputils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/steputils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/terminateclusters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/__pycache__/terminateclusters.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/emr/addinstancegroups.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/addsteps.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/addtags.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/applicationutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/argumentschema.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/command.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/config.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/configutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/constants.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/createcluster.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/createdefaultroles.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/describecluster.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/emr.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/emrfsutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/emrutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/exceptions.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/hbase.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/hbaseutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/helptext.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/installapplications.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/instancefleetsutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/instancegroupsutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/listclusters.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/modifyclusterattributes.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/ssh.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/sshutils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/steputils.py
/usr/lib/python3.6/site-packages/awscli/customizations/emr/terminateclusters.py
/usr/lib/python3.6/site-packages/awscli/customizations/flatten.py
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__pycache__/getlog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__pycache__/getlog.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__pycache__/uploadbuild.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/__pycache__/uploadbuild.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/getlog.py
/usr/lib/python3.6/site-packages/awscli/customizations/gamelift/uploadbuild.py
/usr/lib/python3.6/site-packages/awscli/customizations/generatecliskeleton.py
/usr/lib/python3.6/site-packages/awscli/customizations/globalargs.py
/usr/lib/python3.6/site-packages/awscli/customizations/history
/usr/lib/python3.6/site-packages/awscli/customizations/history/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/commands.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/commands.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/constants.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/db.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/db.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/filters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/filters.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/list.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/list.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/show.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/__pycache__/show.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/history/commands.py
/usr/lib/python3.6/site-packages/awscli/customizations/history/constants.py
/usr/lib/python3.6/site-packages/awscli/customizations/history/db.py
/usr/lib/python3.6/site-packages/awscli/customizations/history/filters.py
/usr/lib/python3.6/site-packages/awscli/customizations/history/list.py
/usr/lib/python3.6/site-packages/awscli/customizations/history/show.py
/usr/lib/python3.6/site-packages/awscli/customizations/iamvirtmfa.py
/usr/lib/python3.6/site-packages/awscli/customizations/iot.py
/usr/lib/python3.6/site-packages/awscli/customizations/iot_data.py
/usr/lib/python3.6/site-packages/awscli/customizations/kms.py
/usr/lib/python3.6/site-packages/awscli/customizations/mturk.py
/usr/lib/python3.6/site-packages/awscli/customizations/opsworks.py
/usr/lib/python3.6/site-packages/awscli/customizations/opsworkscm.py
/usr/lib/python3.6/site-packages/awscli/customizations/paginate.py
/usr/lib/python3.6/site-packages/awscli/customizations/preview.py
/usr/lib/python3.6/site-packages/awscli/customizations/putmetricdata.py
/usr/lib/python3.6/site-packages/awscli/customizations/rds.py
/usr/lib/python3.6/site-packages/awscli/customizations/rekognition.py
/usr/lib/python3.6/site-packages/awscli/customizations/removals.py
/usr/lib/python3.6/site-packages/awscli/customizations/route53.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/comparator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/comparator.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/fileformat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/fileformat.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/filegenerator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/filegenerator.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/fileinfo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/fileinfo.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/fileinfobuilder.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/fileinfobuilder.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/filters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/filters.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/results.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/results.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/s3.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/s3.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/s3handler.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/s3handler.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/subcommands.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/subcommands.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/transferconfig.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/transferconfig.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/comparator.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/fileformat.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/filegenerator.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/fileinfo.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/fileinfobuilder.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/filters.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/results.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/s3.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/s3handler.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/subcommands.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/delete.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/delete.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/exacttimestamps.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/exacttimestamps.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/register.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/register.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/sizeonly.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/__pycache__/sizeonly.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/base.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/delete.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/exacttimestamps.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/register.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/syncstrategy/sizeonly.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/transferconfig.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3/utils.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3errormsg.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3events.py
/usr/lib/python3.6/site-packages/awscli/customizations/s3uploader.py
/usr/lib/python3.6/site-packages/awscli/customizations/sagemaker.py
/usr/lib/python3.6/site-packages/awscli/customizations/scalarparse.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__init__.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generate.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generatebase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generatebase.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generateproduct.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generateproduct.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generateprovisioningartifact.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/generateprovisioningartifact.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/helptext.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/helptext.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/exceptions.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/generate.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/generatebase.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/generateproduct.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/generateprovisioningartifact.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/helptext.py
/usr/lib/python3.6/site-packages/awscli/customizations/servicecatalog/utils.py
/usr/lib/python3.6/site-packages/awscli/customizations/sessendemail.py
/usr/lib/python3.6/site-packages/awscli/customizations/sessionmanager.py
/usr/lib/python3.6/site-packages/awscli/customizations/sms_voice.py
/usr/lib/python3.6/site-packages/awscli/customizations/streamingoutputarg.py
/usr/lib/python3.6/site-packages/awscli/customizations/toplevelbool.py
/usr/lib/python3.6/site-packages/awscli/customizations/translate.py
/usr/lib/python3.6/site-packages/awscli/customizations/utils.py
/usr/lib/python3.6/site-packages/awscli/customizations/waiters.py
/usr/lib/python3.6/site-packages/awscli/data
/usr/lib/python3.6/site-packages/awscli/data/cli.json
/usr/lib/python3.6/site-packages/awscli/errorhandler.py
/usr/lib/python3.6/site-packages/awscli/examples
/usr/lib/python3.6/site-packages/awscli/examples/acm
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/create-certificate-authority-audit-report.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/create-certificate-authority.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/delete-certificate-authority.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/describe-certificate-authority-audit-report.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/describe-certificate-authority.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/get-certificate-authority-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/get-certificate-authority-csr.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/get-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/import-certificate-authority-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/issue-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/list-certificate-authorities.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/list-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/revoke-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/tag-certificate-authority.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/untag-certificate-authority.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm-pca/update-certificate-authority.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/add-tags-to-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/delete-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/describe-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/get-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/list-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/list-tags-for-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/remove-tags-from-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/request-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/resend-validation-email.rst
/usr/lib/python3.6/site-packages/awscli/examples/acm/update-certificate-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/alexaforbusiness
/usr/lib/python3.6/site-packages/awscli/examples/alexaforbusiness/create-network-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/alexaforbusiness/delete-network-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/alexaforbusiness/get-network-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/alexaforbusiness/search-network-profiles.rst
/usr/lib/python3.6/site-packages/awscli/examples/alexaforbusiness/update-network-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-api-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-base-path-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-domain-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-rest-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-stage.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-usage-plan-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/create-usage-plan.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-api-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-base-path-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-client-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-domain-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-integration-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-integration.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-method-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-method.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-rest-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-stage.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-usage-plan-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/delete-usage-plan.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/flush-stage-authorizers-cache.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/flush-stage-cache.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/generate-client-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-api-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-api-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-authorizers.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-base-path-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-base-path-mappings.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-client-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-client-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-deployments.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-domain-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-domain-names.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-export.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-integration-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-integration.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-method-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-method.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-model-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-models.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-rest-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-rest-apis.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-sdk.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-stage.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-stages.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-usage-plan-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-usage-plan-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-usage-plan.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-usage-plans.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/get-usage.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/import-rest-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/put-integration-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/put-integration.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/put-method-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/put-method.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/put-rest-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/test-invoke-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/test-invoke-method.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-api-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-base-path-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-client-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-domain-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-integration-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-integration.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-method-response.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-method.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-rest-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-stage.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-usage-plan.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigateway/update-usage.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewaymanagementapi
/usr/lib/python3.6/site-packages/awscli/examples/apigatewaymanagementapi/delete-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewaymanagementapi/get-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewaymanagementapi/post-to-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/create-api-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/create-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/create-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/create-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/create-domain-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/create-integration.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/create-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/create-stage.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/create-vpc-link.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/delete-access-log-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/delete-api-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/delete-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/delete-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/delete-cors-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/delete-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/delete-domain-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/delete-integration.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/delete-route-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/delete-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/delete-stage.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/delete-vpc-link.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/export-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-api-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-api-mappings.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-apis.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-authorizers.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-deployments.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-domain-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-domain-names.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-integration.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-integrations.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-routes.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-stage.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-stages.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-vpc-link.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/get-vpc-links.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/import-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/reimport-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/update-api-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/update-api.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/update-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/update-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/update-domain-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/update-integration.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/update-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/update-stage.rst
/usr/lib/python3.6/site-packages/awscli/examples/apigatewayv2/update-vpc-link.rst
/usr/lib/python3.6/site-packages/awscli/examples/appconfig
/usr/lib/python3.6/site-packages/awscli/examples/appconfig/get-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/appconfig/list-applications.rst
/usr/lib/python3.6/site-packages/awscli/examples/appconfig/list-configuration-profiles.rst
/usr/lib/python3.6/site-packages/awscli/examples/appconfig/list-environments.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/delete-scaling-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/delete-scheduled-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/deregister-scalable-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/describe-scalable-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/describe-scaling-activities.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/describe-scaling-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/describe-scheduled-actions.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/put-scaling-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/put-scheduled-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/application-autoscaling/register-scalable-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/create-mesh.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/create-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/create-virtual-node.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/create-virtual-router.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/create-virtual-service.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/delete-mesh.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/delete-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/delete-virtual-node.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/delete-virtual-router.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/delete-virtual-service.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/describe-mesh.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/describe-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/describe-virtual-node.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/describe-virtual-router.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/describe-virtual-service.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/list-meshes.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/list-routes.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/list-virtual-nodes.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/list-virtual-routers.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/list-virtual-services.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/update-mesh.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/update-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/update-virtual-node.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/update-virtual-router.rst
/usr/lib/python3.6/site-packages/awscli/examples/appmesh/update-virtual-service.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena
/usr/lib/python3.6/site-packages/awscli/examples/athena/batch-get-named-query.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/batch-get-query-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/create-data-catalog.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/create-named-query.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/create-work-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/delete-data-catalog.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/delete-named-query.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/delete-work-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/get-data-catalog.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/get-database.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/get-named-query.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/get-query-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/get-query-results.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/get-table-metadata.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/get-work-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/list-data-catalogs.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/list-databases.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/list-named-queries.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/list-query-executions.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/list-table-metadata.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/list-work-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/start-query-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/stop-query-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/update-data-catalog.rst
/usr/lib/python3.6/site-packages/awscli/examples/athena/update-work-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling-plans
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling-plans/create-scaling-plan.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling-plans/delete-scaling-plan.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling-plans/describe-scaling-plan-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling-plans/describe-scaling-plans.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling-plans/get-scaling-plan-resource-forecast-data.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling-plans/update-scaling-plan.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/attach-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/attach-load-balancer-target-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/attach-load-balancers.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/cancel-instance-refresh.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/complete-lifecycle-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/create-auto-scaling-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/create-launch-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/create-or-update-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/delete-auto-scaling-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/delete-launch-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/delete-lifecycle-hook.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/delete-notification-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/delete-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/delete-scheduled-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/delete-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-account-limits.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-adjustment-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-auto-scaling-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-auto-scaling-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-auto-scaling-notification-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-instance-refreshes.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-launch-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-lifecycle-hook-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-lifecycle-hooks.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-load-balancer-target-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-load-balancers.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-metric-collection-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-notification-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-scaling-activities.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-scaling-process-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-scheduled-actions.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/describe-termination-policy-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/detach-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/detach-load-balancer-target-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/detach-load-balancers.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/disable-metrics-collection.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/enable-metrics-collection.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/enter-standby.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/execute-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/exit-standby.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/put-lifecycle-hook.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/put-notification-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/put-scaling-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/put-scheduled-update-group-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/record-lifecycle-action-heartbeat.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/resume-processes.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/set-desired-capacity.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/set-instance-health.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/set-instance-protection.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/start-instance-refresh.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/suspend-processes.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/terminate-instance-in-auto-scaling-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/autoscaling/update-auto-scaling-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/backup
/usr/lib/python3.6/site-packages/awscli/examples/backup/create-backup-plan.rst
/usr/lib/python3.6/site-packages/awscli/examples/backup/create-backup-vault.rst
/usr/lib/python3.6/site-packages/awscli/examples/backup/get-backup-plan-from-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/backup/get-backup-plan.rst
/usr/lib/python3.6/site-packages/awscli/examples/backup/list-backup-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch
/usr/lib/python3.6/site-packages/awscli/examples/batch/cancel-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/create-compute-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/create-job-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/delete-compute-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/delete-job-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/deregister-job-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/describe-compute-environments.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/describe-job-definitions.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/describe-job-queues.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/describe-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/list-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/register-job-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/submit-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/terminate-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/update-compute-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/batch/update-job-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/budgets
/usr/lib/python3.6/site-packages/awscli/examples/budgets/create-budget.rst
/usr/lib/python3.6/site-packages/awscli/examples/budgets/create-notification.rst
/usr/lib/python3.6/site-packages/awscli/examples/budgets/create-subscriber.rst
/usr/lib/python3.6/site-packages/awscli/examples/budgets/delete-budget.rst
/usr/lib/python3.6/site-packages/awscli/examples/budgets/delete-notification.rst
/usr/lib/python3.6/site-packages/awscli/examples/budgets/delete-subscriber.rst
/usr/lib/python3.6/site-packages/awscli/examples/budgets/describe-budget.rst
/usr/lib/python3.6/site-packages/awscli/examples/budgets/describe-budgets.rst
/usr/lib/python3.6/site-packages/awscli/examples/budgets/describe-notifications-for-budget.rst
/usr/lib/python3.6/site-packages/awscli/examples/budgets/describe-subscribers-for-notification.rst
/usr/lib/python3.6/site-packages/awscli/examples/budgets/update-budget.rst
/usr/lib/python3.6/site-packages/awscli/examples/budgets/update-notification.rst
/usr/lib/python3.6/site-packages/awscli/examples/budgets/update-subscriber.rst
/usr/lib/python3.6/site-packages/awscli/examples/ce
/usr/lib/python3.6/site-packages/awscli/examples/ce/get-cost-and-usage.rst
/usr/lib/python3.6/site-packages/awscli/examples/ce/get-dimension-values.rst
/usr/lib/python3.6/site-packages/awscli/examples/ce/get-reservation-coverage.rst
/usr/lib/python3.6/site-packages/awscli/examples/ce/get-reservation-purchase-recommendation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ce/get-reservation-utilization.rst
/usr/lib/python3.6/site-packages/awscli/examples/ce/get-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime
/usr/lib/python3.6/site-packages/awscli/examples/chime/associate-phone-number-with-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/associate-phone-numbers-with-voice-connector-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/associate-phone-numbers-with-voice-connector.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/associate-signin-delegate-groups-with-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/batch-create-room-membership.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/batch-delete-phone-number.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/batch-suspend-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/batch-unsuspend-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/batch-update-phone-number.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/batch-update-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/create-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/create-bot.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/create-phone-number-order.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/create-proxy-session.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/create-room-membership.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/create-room.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/create-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/create-voice-connector-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/create-voice-connector.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/delete-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/delete-phone-number.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/delete-proxy-session.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/delete-room-membership.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/delete-room.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/delete-voice-connector-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/delete-voice-connector-origination.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/delete-voice-connector-proxy.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/delete-voice-connector-streaming-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/delete-voice-connector-termination-credentials.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/delete-voice-connector-termination.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/delete-voice-connector.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/disassociate-phone-number-from-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/disassociate-phone-numbers-from-voice-connector-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/disassociate-phone-numbers-from-voice-connector.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/disassociate-signin-delegate-groups-from-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-account-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-bot.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-global-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-phone-number-order.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-phone-number-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-phone-number.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-proxy-session.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-room.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-user-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-voice-connector-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-voice-connector-logging-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-voice-connector-origination.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-voice-connector-proxy.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-voice-connector-streaming-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-voice-connector-termination-health.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-voice-connector-termination.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/get-voice-connector.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/invite-users.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/list-accounts.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/list-bots.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/list-phone-number-orders.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/list-phone-numbers.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/list-proxy-sessions.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/list-room-memberships.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/list-rooms.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/list-users.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/list-voice-connector-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/list-voice-connector-termination-credentials.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/list-voice-connectors.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/logout-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/put-voice-connector-logging-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/put-voice-connector-origination.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/put-voice-connector-proxy.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/put-voice-connector-streaming-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/put-voice-connector-termination-credentials.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/put-voice-connector-termination.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/regenerate-security-token.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/reset-personal-pin.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/restore-phone-number.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/search-available-phone-numbers.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/update-account-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/update-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/update-bot.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/update-global-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/update-phone-number-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/update-phone-number.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/update-proxy-session.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/update-room-membership.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/update-room.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/update-user-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/update-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/update-voice-connector-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/chime/update-voice-connector.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/create-environment-ec2.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/create-environment-membership.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/delete-environment-membership.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/delete-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/describe-environment-memberships.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/describe-environment-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/describe-environments.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/list-environments.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/update-environment-membership.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloud9/update-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/_deploy_description.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/_package_description.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/cancel-update-stack.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/continue-update-rollback.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/create-change-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/create-stack-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/create-stack-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/create-stack.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/delete-change-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/delete-stack-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/delete-stack-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/delete-stack.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/deploy.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/deregister-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/describe-account-limits.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/describe-change-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/describe-stack-drift-detection-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/describe-stack-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/describe-stack-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/describe-stack-resource-drifts.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/describe-stack-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/describe-stack-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/describe-stack-set-operation.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/describe-stack-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/describe-stacks.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/describe-type-registration.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/describe-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/detect-stack-drift.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/detect-stack-resource-drift.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/detect-stack-set-drift.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/estimate-template-cost.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/execute-change-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/get-stack-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/get-template-summary.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/get-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/list-change-sets.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/list-exports.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/list-imports.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/list-stack-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/list-stack-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/list-stack-set-operation-results.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/list-stack-set-operations.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/list-stack-sets.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/list-stacks.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/list-type-registrations.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/list-type-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/list-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/package.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/register-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/set-stack-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/set-type-default-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/signal-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/stop-stack-set-operation.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/update-stack-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/update-stack-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/update-stack.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/update-termination-protection.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/validate-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/wait
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/wait/change-set-create-complete.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/wait/stack-create-complete.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/wait/stack-delete-complete.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/wait/stack-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/wait/stack-import-complete.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/wait/stack-rollback-complete.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/wait/stack-update-complete.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudformation/wait/type-registration-complete.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/create-cloud-front-origin-access-identity.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/create-distribution-with-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/create-distribution.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/create-field-level-encryption-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/create-field-level-encryption-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/create-invalidation.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/create-public-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/delete-cloud-front-origin-access-identity.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/delete-distribution.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/delete-field-level-encryption-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/delete-field-level-encryption-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/delete-public-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/get-cloud-front-origin-access-identity-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/get-cloud-front-origin-access-identity.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/get-distribution-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/get-distribution.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/get-field-level-encryption-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/get-field-level-encryption-profile-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/get-field-level-encryption-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/get-field-level-encryption.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/get-invalidation.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/get-public-key-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/get-public-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/list-cloud-front-origin-access-identities.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/list-distributions.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/list-field-level-encryption-configs.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/list-field-level-encryption-profiles.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/list-invalidations.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/list-public-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/sign.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/update-cloud-front-origin-access-identity.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/update-distribution.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/update-field-level-encryption-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudfront/update-field-level-encryption-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudsearchdomain
/usr/lib/python3.6/site-packages/awscli/examples/cloudsearchdomain/upload-documents.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/add-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/create-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/create-trail.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/delete-trail.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/describe-trails.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/get-event-selectors.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/get-trail-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/list-public-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/list-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/lookup-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/put-event-selectors.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/remove-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/start-logging.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/stop-logging.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/update-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/update-trail.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudtrail/validate-logs.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/delete-alarms.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/describe-alarm-history.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/describe-alarms-for-metric.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/describe-alarms.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/disable-alarm-actions.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/enable-alarm-actions.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/get-metric-statistics.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/list-metrics.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/put-metric-alarm.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/put-metric-data.rst
/usr/lib/python3.6/site-packages/awscli/examples/cloudwatch/set-alarm-state.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/batch-delete-builds.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/batch-get-builds.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/batch-get-projects.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/create-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/create-webhook.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/delete-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/delete-source-credentials.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/delete-webhook.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/import-source-credentials.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/invalidate-project-cache.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/list-builds-for-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/list-builds.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/list-curated-environment-images.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/list-projects.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/list-source-credentials.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/start-build.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/stop-build.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/update-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/codebuild/update-webhook.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/associate-approval-rule-template-with-repository.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/batch-associate-approval-rule-template-with-repositories.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/batch-describe-merge-conflicts.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/batch-disassociate-approval-rule-template-from-repositories.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/batch-get-commits.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/batch-get-repositories.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/create-approval-rule-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/create-branch.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/create-commit.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/create-pull-request-approval-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/create-pull-request.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/create-repository.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/create-unreferenced-merge-commit.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/credential-helper.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/delete-approval-rule-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/delete-branch.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/delete-comment-content.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/delete-file.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/delete-pull-request-approval-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/delete-repository.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/describe-merge-conflicts.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/describe-pull-request-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/disassociate-approval-rule-template-from-repository.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/evaluate-pull-request-approval-rules.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-approval-rule-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-blob.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-branch.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-comment.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-comments-for-compared-commit.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-comments-for-pull-request.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-commit.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-differences.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-file.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-folder.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-merge-commit.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-merge-conflicts.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-merge-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-pull-request-approval-states.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-pull-request-override-state.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-pull-request.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-repository-triggers.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/get-repository.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/list-approval-rule-templates.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/list-associated-approval-rule-templates-for-repository.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/list-branches.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/list-pull-requests.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/list-repositories-for-approval-rule-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/list-repositories.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/merge-branches-by-fast-forward.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/merge-branches-by-squash.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/merge-branches-by-three-way.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/merge-pull-request-by-fast-forward.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/merge-pull-request-by-squash.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/merge-pull-request-by-three-way.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/override-pull-request-approval-rules.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/post-comment-for-compared-commit.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/post-comment-for-pull-request.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/post-comment-reply.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/put-file.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/put-repository-triggers.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/test-repository-triggers.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-approval-rule-template-content.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-approval-rule-template-description.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-approval-rule-template-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-comment.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-default-branch.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-pull-request-approval-rule-content.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-pull-request-approval-state.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-pull-request-description.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-pull-request-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-pull-request-title.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-repository-description.rst
/usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-repository-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/acknowledge-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/create-custom-action-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/create-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/delete-custom-action-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/delete-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/disable-stage-transition.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/enable-stage-transition.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/get-job-details.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/get-pipeline-state.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/get-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/list-action-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/list-pipeline-executions.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/list-pipelines.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/list-webhooks.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/poll-for-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/start-pipeline-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/codepipeline/update-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar
/usr/lib/python3.6/site-packages/awscli/examples/codestar-notifications
/usr/lib/python3.6/site-packages/awscli/examples/codestar-notifications/create-notification-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar-notifications/delete-notification-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar-notifications/delete-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar-notifications/describe-notification-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar-notifications/list-event-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar-notifications/list-notification-rules.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar-notifications/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar-notifications/list-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar-notifications/subscribe.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar-notifications/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar-notifications/unsubscribe.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar-notifications/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/associate-team-member.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/create-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/create-user-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/delete-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/delete-user-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/describe-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/describe-user-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/disassociate-team-member.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/list-projects.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/list-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/list-tags-for-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/list-team-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/list-user-profiles.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/tag-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/untag-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/update-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/update-team-member.rst
/usr/lib/python3.6/site-packages/awscli/examples/codestar/update-user-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-identity
/usr/lib/python3.6/site-packages/awscli/examples/cognito-identity/create-identity-pool.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-identity/delete-identities.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-identity/delete-identity-pool.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-identity/describe-identity-pool.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-identity/get-identity-pool-roles.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-identity/list-identity-pools.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-identity/set-identity-pool-roles.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-identity/update-identity-pool.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/add-custom-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admim-disable-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admim-enable-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-add-user-to-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-confirm-sign-up.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-create-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-delete-user-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-delete-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-forget-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-get-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-get-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-initiate-auth.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-list-devices.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-list-groups-for-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-list-user-auth-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-remove-user-from-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-reset-user-password.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-set-user-mfa-preference.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-set-user-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-update-auth-event-feedback.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-update-device-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/admin-update-user-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/change-password.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/confirm-forgot-password.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/confirm-sign-up.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/create-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/create-user-import-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/create-user-pool-client.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/create-user-pool-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/create-user-pool.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/delete-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/delete-identity-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/delete-resource-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/delete-user-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/delete-user-pool-client.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/delete-user-pool-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/delete-user-pool.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/delete-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/describe-identity-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/describe-resource-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/describe-risk-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/describe-user-import-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/describe-user-pool-client.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/describe-user-pool-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/describe-user-pool.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/forget-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/forgot-password.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/get-csv-header.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/get-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/get-signing-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/get-ui-customization.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/list-user-import-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/list-user-pools.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/list-users-in-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/list-users.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/resend-confirmation-code.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/respond-to-auth-challenge.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/set-risk-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/set-ui-customization.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/set-user-mfa-preference.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/set-user-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/sign-up.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/start-user-import-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/stop-user-import-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/update-auth-event-feedback.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/update-device-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/update-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/update-resource-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/update-user-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/update-user-pool-client.rst
/usr/lib/python3.6/site-packages/awscli/examples/cognito-idp/update-user-pool.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/describe-entities-detection-v2-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/describe-icd10-cm-inference-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/describe-phi-detection-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/describe-rx-norm-inference-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/detect-entities-v2.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/detect-phi.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/infer-icd10-cm.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/infer-rx-norm.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/list-entities-detection-v2-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/list-icd10-cm-inference-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/list-phi-detection-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/list-rx-norm-inference-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/start-entities-detection-v2-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/start-icd10-cm-inference-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/start-phi-detection-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/start-rx-norm-inference-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/stop-entities-detection-v2-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/stop-icd10-cm-inference-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/stop-phi-detection-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/comprehendmedical/stop-rx-norm-inference-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice
/usr/lib/python3.6/site-packages/awscli/examples/configservice/delete-config-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/delete-delivery-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/delete-evaluation-results.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/deliver-config-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-compliance-by-config-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-compliance-by-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-config-rule-evaluation-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-config-rules.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-configuration-recorder-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-configuration-recorders.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-delivery-channel-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/describe-delivery-channels.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/get-compliance-details-by-config-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/get-compliance-details-by-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/get-compliance-summary-by-config-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/get-compliance-summary-by-resource-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/get-resource-config-history.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/get-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/list-discovered-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/put-config-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/put-configuration-recorder.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/put-delivery-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/start-config-rules-evaluation.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/start-configuration-recorder.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/stop-configuration-recorder.rst
/usr/lib/python3.6/site-packages/awscli/examples/configservice/subscribe.rst
/usr/lib/python3.6/site-packages/awscli/examples/configure
/usr/lib/python3.6/site-packages/awscli/examples/configure/_description.rst
/usr/lib/python3.6/site-packages/awscli/examples/configure/add-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/configure/get
/usr/lib/python3.6/site-packages/awscli/examples/configure/get/_description.rst
/usr/lib/python3.6/site-packages/awscli/examples/configure/get/_examples.rst
/usr/lib/python3.6/site-packages/awscli/examples/configure/set
/usr/lib/python3.6/site-packages/awscli/examples/configure/set/_description.rst
/usr/lib/python3.6/site-packages/awscli/examples/configure/set/_examples.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect
/usr/lib/python3.6/site-packages/awscli/examples/connect/create-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/delete-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/describe-user-hierarchy-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/describe-user-hierarchy-structure.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/describe-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/get-contact-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/list-contact-flows.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/list-hours-of-operations.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/list-phone-numbers.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/list-queues.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/list-routing-profiles.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/list-security-profiles.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/list-user-hierarchy-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/list-users.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/update-contact-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/update-user-hierarchy.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/update-user-identity-info.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/update-user-phone-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/update-user-routing-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/connect/update-user-security-profiles.rst
/usr/lib/python3.6/site-packages/awscli/examples/cur
/usr/lib/python3.6/site-packages/awscli/examples/cur/delete-report-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/cur/describe-report-definitions.rst
/usr/lib/python3.6/site-packages/awscli/examples/cur/put-report-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/activate-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/add-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/create-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/deactivate-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/delete-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/describe-pipelines.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/get-pipeline-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/list-pipelines.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/list-runs.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/put-pipeline-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/datapipeline/remove-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax
/usr/lib/python3.6/site-packages/awscli/examples/dax/create-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/create-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/create-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/decrease-replication-factor.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/delete-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/delete-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/delete-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/describe-clusters.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/describe-default-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/describe-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/describe-parameter-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/describe-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/describe-subnet-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/increase-replication-factor.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/list-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/dax/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy
/usr/lib/python3.6/site-packages/awscli/examples/deploy/add-tags-to-on-premises-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/batch-get-application-revisions.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/batch-get-applications.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/batch-get-deployment-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/batch-get-deployment-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/batch-get-deployments.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/batch-get-on-premises-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/continue-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/create-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/create-deployment-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/create-deployment-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/create-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/delete-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/delete-deployment-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/delete-deployment-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/delete-git-hub-account-token.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/deregister-on-premises-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/deregister.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/get-application-revision.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/get-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/get-deployment-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/get-deployment-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/get-deployment-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/get-deployment-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/get-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/get-on-premises-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/install.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-application-revisions.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-applications.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-deployment-configs.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-deployment-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-deployment-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-deployment-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-deployments.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-git-hub-account-token-names.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/list-on-premises-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/push.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/register-application-revision.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/register-on-premises-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/register.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/remove-tags-from-on-premises-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/stop-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/uninstall.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/update-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/update-deployment-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/deploy/wait
/usr/lib/python3.6/site-packages/awscli/examples/deploy/wait/deployment-successful.rst
/usr/lib/python3.6/site-packages/awscli/examples/detective
/usr/lib/python3.6/site-packages/awscli/examples/detective/accept-invitation.rst
/usr/lib/python3.6/site-packages/awscli/examples/detective/create-graph.rst
/usr/lib/python3.6/site-packages/awscli/examples/detective/create-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/detective/delete-graph.rst
/usr/lib/python3.6/site-packages/awscli/examples/detective/delete-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/detective/disassociate-membership.rst
/usr/lib/python3.6/site-packages/awscli/examples/detective/get-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/detective/list-graphs.rst
/usr/lib/python3.6/site-packages/awscli/examples/detective/list-invitations.rst
/usr/lib/python3.6/site-packages/awscli/examples/detective/list-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/detective/reject-invitation.rst
/usr/lib/python3.6/site-packages/awscli/examples/devicefarm
/usr/lib/python3.6/site-packages/awscli/examples/devicefarm/create-device-pool.rst
/usr/lib/python3.6/site-packages/awscli/examples/devicefarm/create-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/devicefarm/create-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/devicefarm/get-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/devicefarm/list-projects.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/accept-direct-connect-gateway-association-proposal.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/allocate-connection-on-interconnect.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/allocate-hosted-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/allocate-private-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/allocate-public-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/allocate-transit-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/associate-connection-with-lag.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/associate-hosted-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/associate-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/confirm-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/confirm-private-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/confirm-public-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/confirm-transit-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-bgp-peer.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-direct-connect-gateway-association-proposal.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-direct-connect-gateway-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-direct-connect-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-interconnect.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-lag.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-private-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-public-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/create-transit-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/delete-bgp-peer.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/delete-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/delete-direct-connect-gateway-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/delete-direct-connect-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/delete-interconnect.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/delete-lag.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/delete-virtual-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-connection-loa.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-connections-on-interconnect.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-direct-connect-gateway-association-proposals.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-direct-connect-gateway-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-direct-connect-gateway-attachments.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-direct-connect-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-hosted-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-interconnect-loa.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-interconnects.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-lags.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-loa.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-locations.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-virtual-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/describe-virtual-interfaces.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/disassociate-connection-from-lag.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/update-direct-connect-gateway-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/update-lag.rst
/usr/lib/python3.6/site-packages/awscli/examples/directconnect/update-virtual-interface-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/discovery
/usr/lib/python3.6/site-packages/awscli/examples/discovery/describe-agents.rst
/usr/lib/python3.6/site-packages/awscli/examples/discovery/describe-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/discovery/list-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/dlm
/usr/lib/python3.6/site-packages/awscli/examples/dlm/create-default-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/dlm/create-lifecycle-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/dlm/delete-lifecycle-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/dlm/get-lifecycle-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/dlm/get-lifecycle-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/dlm/update-lifecycle-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms
/usr/lib/python3.6/site-packages/awscli/examples/dms/add-tags-to-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/create-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/create-event-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/create-replication-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/create-replication-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/create-replication-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/delete-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/delete-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/delete-event-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/delete-replication-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/delete-replication-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/delete-replication-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-account-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-endpoint-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-endpoints.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-event-categories.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-event-subscriptions.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-orderable-replication-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-refresh-schemas-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-replication-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-replication-subnet-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-replication-task-assessment-results.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-replication-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/describe-schemas.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/modify-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/modify-event-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/modify-replication-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/modify-replication-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/modify-replication-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/reboot-replication-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/refresh-schemas.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/reload-tables.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/remove-tags-from-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/start-replication-task-assessment.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/start-replication-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/stop-replication-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/dms/test-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb
/usr/lib/python3.6/site-packages/awscli/examples/docdb/add-tags-to-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/apply-pending-maintenance-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/copy-db-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/copy-db-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/create-db-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/create-db-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/create-db-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/create-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/create-db-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/delete-db-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/delete-db-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/delete-db-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/delete-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/delete-db-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/describe-db-cluster-parameter-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/describe-db-cluster-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/describe-db-cluster-snapshot-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/describe-db-cluster-snapshots.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/describe-db-clusters.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/describe-db-engine-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/describe-db-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/describe-db-subnet-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/describe-engine-default-cluster-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/describe-event-categories.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/describe-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/describe-orderable-db-instance-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/describe-pending-maintenance-actions.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/failover-db-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/modify-db-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/modify-db-cluster-snapshot-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/modify-db-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/modify-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/modify-db-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/reboot-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/remove-tags-from-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/reset-db-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/restore-db-cluster-from-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/restore-db-cluster-to-point-in-time.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/start-db-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/stop-db-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/wait
/usr/lib/python3.6/site-packages/awscli/examples/docdb/wait/db-instance-available.rst
/usr/lib/python3.6/site-packages/awscli/examples/docdb/wait/db-instance-deleted.rst
/usr/lib/python3.6/site-packages/awscli/examples/ds
/usr/lib/python3.6/site-packages/awscli/examples/ds/describe-directories.rst
/usr/lib/python3.6/site-packages/awscli/examples/ds/describe-trusts.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/batch-get-item.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/batch-write-item.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/create-backup.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/create-global-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/create-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/delete-backup.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/delete-item.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/delete-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/describe-backup.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/describe-continuous-backups.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/describe-contributor-insights.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/describe-endpoints.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/describe-global-table-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/describe-global-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/describe-limits.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/describe-table-replica-auto-scaling.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/describe-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/describe-time-to-live.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/get-item.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/list-backups.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/list-contributor-insights.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/list-global-tables.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/list-tables.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/list-tags-of-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/put-item.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/query.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/restore-table-from-backup.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/restore-table-to-point-in-time.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/scan.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/transact-get-items.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/transact-write-items.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/update-continuous-backups.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/update-contributor-insights.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/update-global-table-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/update-global-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/update-item.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/update-table-replica-auto-scaling.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/update-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/update-time-to-live.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/wait
/usr/lib/python3.6/site-packages/awscli/examples/dynamodb/wait/table-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodbstreams
/usr/lib/python3.6/site-packages/awscli/examples/dynamodbstreams/describe-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodbstreams/get-records.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodbstreams/get-shard-iterator.rst
/usr/lib/python3.6/site-packages/awscli/examples/dynamodbstreams/list-streams.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2
/usr/lib/python3.6/site-packages/awscli/examples/ec2-instance-connect
/usr/lib/python3.6/site-packages/awscli/examples/ec2-instance-connect/send-ssh-public-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/accept-reserved-instances-exchange-quote.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/accept-transit-gateway-peering-attachment.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/accept-transit-gateway-vpc-attachment.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/accept-vpc-endpoint-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/accept-vpc-peering-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/advertise-byoip-cidr.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/allocate-address.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/allocate-hosts.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/apply-security-groups-to-client-vpn-target-network.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/assign-ipv6-addresses.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/assign-private-ip-addresses.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/associate-address.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/associate-client-vpn-target-network.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/associate-dhcp-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/associate-iam-instance-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/associate-route-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/associate-subnet-cidr-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/associate-transit-gateway-multicast-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/associate-transit-gateway-route-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/associate-vpc-cidr-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/attach-classic-link-vpc.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/attach-internet-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/attach-network-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/attach-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/attach-vpn-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/authorize-client-vpn-ingress.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/authorize-security-group-egress.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/authorize-security-group-ingress.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/bundle-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/cancel-bundle-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/cancel-capacity-reservation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/cancel-conversion-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/cancel-export-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/cancel-import-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/cancel-reserved-instances-listing.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/cancel-spot-fleet-requests.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/cancel-spot-instance-requests.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/confirm-product-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/copy-fpga-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/copy-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/copy-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-capacity-reservation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-client-vpn-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-client-vpn-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-customer-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-default-subnet.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-default-vpc.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-dhcp-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-egress-only-internet-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-fleet.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-flow-logs.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-fpga-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-instance-export-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-internet-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-key-pair.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-launch-template-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-launch-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-local-gateway-route-table-vpc-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-local-gateway-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-managed-prefix-list.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-nat-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-network-acl-entry.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-network-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-network-interface-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-network-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-placement-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-reserved-instances-listing.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-route-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-security-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-snapshots.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-spot-datafeed-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-subnet.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-traffic-mirror-filter-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-traffic-mirror-filter.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-traffic-mirror-session.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-traffic-mirror-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-transit-gateway-peering-attachment.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-transit-gateway-prefix-list-reference.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-transit-gateway-route-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-transit-gateway-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-transit-gateway-vpc-attachment.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-transit-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpc-endpoint-connection-notification.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpc-endpoint-service-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpc-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpc-peering-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpc.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpn-connection-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpn-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/create-vpn-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-client-vpn-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-client-vpn-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-customer-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-dhcp-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-egress-only-internet-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-fleets.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-flow-logs.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-fpga-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-internet-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-key-pair.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-launch-template-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-launch-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-local-gateway-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-managed-prefix-list.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-nat-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-network-acl-entry.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-network-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-network-interface-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-network-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-placement-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-queued-reserved-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-route-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-security-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-spot-datafeed-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-subnet.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-traffic-mirror-filter-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-traffic-mirror-filter.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-traffic-mirror-session.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-traffic-mirror-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-transit-gateway-multicast-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-transit-gateway-peering-attachment.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-transit-gateway-prefix-list-reference.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-transit-gateway-route-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-transit-gateway-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-transit-gateway-vpc-attachment.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-transit-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpc-endpoint-connection-notifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpc-endpoint-service-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpc-endpoints.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpc-peering-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpc.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpn-connection-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpn-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/delete-vpn-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/deprovision-byoip-cidr.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/deregister-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/deregister-instance-event-notification-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/deregister-transit-gateway-multicast-group-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/deregister-transit-gateway-multicast-group-source.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-account-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-addresses.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-aggregate-id-format.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-availability-zones.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-bundle-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-byoip-cidrs.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-capacity-reservations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-classic-link-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-client-vpn-authorization-rules.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-client-vpn-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-client-vpn-endpoints.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-client-vpn-routes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-client-vpn-target-networks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-conversion-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-customer-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-dhcp-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-egress-only-internet-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-elastic-gpus.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-export-image-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-export-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-fast-snapshot-restores.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-fleet-history.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-fleet-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-fleets.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-flow-logs.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-fpga-image-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-fpga-images.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-host-reservation-offerings.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-host-reservations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-hosts.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-iam-instance-profile-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-id-format.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-identity-id-format.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-image-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-images.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-import-image-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-import-snapshot-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-instance-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-instance-credit-specifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-instance-event-notification-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-instance-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-instance-type-offerings.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-instance-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-internet-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-ipv6-pools.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-key-pairs.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-launch-template-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-launch-templates.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-local-gateway-route-table-vpc-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-local-gateway-route-tables.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-local-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-managed-prefix-lists.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-moving-addresses.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-nat-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-network-acls.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-network-interface-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-network-interface-permissions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-network-interfaces.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-placement-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-prefix-lists.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-principal-id-format.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-public-ipv4-pools.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-regions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-reserved-instances-listings.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-reserved-instances-modifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-reserved-instances-offerings.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-reserved-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-route-tables.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-scheduled-instance-availability.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-scheduled-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-security-group-references.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-security-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-snapshot-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-snapshots.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-spot-datafeed-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-spot-fleet-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-spot-fleet-request-history.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-spot-fleet-requests.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-spot-instance-requests.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-spot-price-history.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-stale-security-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-subnets.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-traffic-mirror-filters.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-traffic-mirror-sessions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-traffic-mirror-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-transit-gateway-attachments.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-transit-gateway-peering-attachments.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-transit-gateway-route-tables.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-transit-gateway-vpc-attachments.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-transit-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-volume-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-volume-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-volumes-modifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-volumes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-classic-link-dns-support.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-classic-link.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-endpoint-connection-notifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-endpoint-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-endpoint-service-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-endpoint-service-permissions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-endpoint-services.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-endpoints.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpc-peering-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpcs.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpn-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/describe-vpn-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/detach-classic-link-vpc.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/detach-internet-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/detach-network-interface.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/detach-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/detach-vpn-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disable-ebs-encryption-by-default.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disable-fast-snapshot-restores.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disable-transit-gateway-route-table-propagation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disable-vgw-route-propagation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disable-vpc-classic-link-dns-support.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disable-vpc-classic-link.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disassociate-address.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disassociate-client-vpn-target-network.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disassociate-iam-instance-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disassociate-route-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disassociate-subnet-cidr-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disassociate-transit-gateway-multicast-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disassociate-transit-gateway-route-table.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/disassociate-vpc-cidr-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/enable-ebs-encryption-by-default.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/enable-fast-snapshot-restores.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/enable-transit-gateway-route-table-propagation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/enable-vgw-route-propagation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/enable-volume-io.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/enable-vpc-classic-link-dns-support.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/enable-vpc-classic-link.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/export-client-vpn-client-certificate-revocation-list.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/export-client-vpn-client-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/export-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-associated-ipv6-pool-cidrs.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-capacity-reservation-usage.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-console-output.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-console-screenshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-default-credit-specification.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-ebs-default-kms-key-id.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-ebs-encryption-by-default.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-groups-for-capacity-reservation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-host-reservation-purchase-preview.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-launch-template-data.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-managed-prefix-list-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-managed-prefix-list-entries.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-password-data.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-reserved-instances-exchange-quote.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-transit-gateway-attachment-propagations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-transit-gateway-multicast-domain-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-transit-gateway-prefix-list-references.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-transit-gateway-route-table-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/get-transit-gateway-route-table-propagations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/import-client-vpn-client-certificate-revocation-list.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/import-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/import-key-pair.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/import-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-availability-zone-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-capacity-reservation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-client-vpn-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-default-credit-specification.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-ebs-default-kms-key-id.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-fleet.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-fpga-image-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-hosts.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-id-format.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-identity-id-format.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-image-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-instance-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-instance-capacity-reservation-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-instance-credit-specification.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-instance-event-start-time.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-instance-metadata-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-instance-placement.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-launch-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-managed-prefix-list.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-network-interface-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-reserved-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-snapshot-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-spot-fleet-request.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-subnet-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-traffic-mirror-filter-network-services.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-traffic-mirror-filter-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-traffic-mirror-session.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-transit-gateway-prefix-list-reference.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-transit-gateway-vpc-attachment.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-transit-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-volume-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpc-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpc-endpoint-connection-notification.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpc-endpoint-service-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpc-endpoint-service-permissions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpc-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpc-peering-connection-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpc-tenancy.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpn-connection-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpn-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpn-tunnel-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/modify-vpn-tunnel-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/monitor-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/move-address-to-vpc.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/provision-byoip-cidr.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/purchase-host-reservation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/purchase-reserved-instance-offering.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/purchase-reserved-instances-offering.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/purchase-scheduled-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reboot-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/register-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/register-instance-event-notification-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/register-transit-gateway-multicast-group-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/register-transit-gateway-multicast-group-source.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reject-transit-gateway-peering-attachment.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reject-transit-gateway-vpc-attachments.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reject-vpc-endpoint-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reject-vpc-peering-connection.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/release-address.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/release-hosts.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/replace-iam-instance-profile-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/replace-network-acl-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/replace-network-acl-entry.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/replace-route-table-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/replace-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/replace-transit-gateway-route.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/report-instance-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/request-spot-fleet.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/request-spot-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reset-ebs-default-kms-key-id.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reset-fpga-image-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reset-image-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reset-instance-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reset-network-interface-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/reset-snapshot-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/restore-address-to-classic.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/restore-managed-prefix-list-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/revoke-client-vpn-ingress.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/revoke-security-group-egress.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/revoke-security-group-ingress.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/run-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/run-scheduled-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/search-local-gateway-routes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/search-transit-gateway-multicast-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/search-transit-gateway-routes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/send-diagnostic-interrupt.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/start-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/stop-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/terminate-client-vpn-connections.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/terminate-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/unassign-ipv6-addresses.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/unassign-private-ip-addresses.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/unmonitor-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/update-security-group-rule-descriptions-egress.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/update-security-group-rule-descriptions-ingress.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/bundle-task-complete.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/conversion-task-cancelled.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/conversion-task-completed.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/conversion-task-deleted.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/customer-gateway-available.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/export-task-cancelled.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/export-task-completed.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/image-available.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/image-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/instance-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/instance-running.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/instance-status-ok.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/instance-stopped.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/instance-terminated.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/key-pair-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/nat-gateway-available.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/network-interface-available.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/password-data-available.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/security-group-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/snapshot-completed.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/spot-instance-request-fulfilled.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/subnet-available.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/system-status-ok.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/volume-available.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/volume-deleted.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/volume-in-use.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/vpc-available.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/vpc-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/vpc-peering-connection-deleted.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/vpc-peering-connection-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/vpn-connection-available.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/wait/vpn-connection-deleted.rst
/usr/lib/python3.6/site-packages/awscli/examples/ec2/withdraw-byoip-cidr.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr
/usr/lib/python3.6/site-packages/awscli/examples/ecr/batch-check-layer-availability.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/batch-delete-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/batch-get-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/complete-layer-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/create-repository.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/delete-lifecycle-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/delete-repository-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/delete-repository.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/describe-image-scan-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/describe-images.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/describe-repositories.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/get-authorization-token.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/get-download-url-for-layer.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/get-lifecycle-policy-preview.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/get-lifecycle-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/get-login-password.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/get-login-password_description.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/get-login.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/get-login_description.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/get-repository-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/initiate-layer-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/list-images.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/put-image-scanning-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/put-image-tag-mutability.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/put-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/put-lifecycle-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/set-repository-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/start-image-scan.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/start-lifecycle-policy-preview.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecr/upload-layer-part.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs
/usr/lib/python3.6/site-packages/awscli/examples/ecs/create-capacity-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/create-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/create-service.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/create-task-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/delete-account-setting.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/delete-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/delete-capacity-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/delete-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/delete-service.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/delete-task-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/deregister-container-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/deregister-task-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/describe-capacity-providers.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/describe-clusters.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/describe-container-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/describe-services.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/describe-task-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/describe-task-sets.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/describe-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/list-account-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/list-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/list-clusters.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/list-container-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/list-services.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/list-task-definition-families.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/list-task-definitions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/list-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/put-account-setting-default.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/put-account-setting.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/put-account-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/put-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/put-cluster-capacity-providers.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/register-task-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/run-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/start-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/stop-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/update-cluster-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/update-container-agent.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/update-container-instances-state.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/update-service-primary-task-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/update-service.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/update-task-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/ecs/wait
/usr/lib/python3.6/site-packages/awscli/examples/ecs/wait/services-stable.rst
/usr/lib/python3.6/site-packages/awscli/examples/efs
/usr/lib/python3.6/site-packages/awscli/examples/efs/create-file-system.rst
/usr/lib/python3.6/site-packages/awscli/examples/efs/create-mount-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/efs/delete-file-system.rst
/usr/lib/python3.6/site-packages/awscli/examples/efs/delete-mount-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/efs/describe-file-systems.rst
/usr/lib/python3.6/site-packages/awscli/examples/efs/describe-mount-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/efs/describe-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/efs/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/efs/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/efs/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/eks
/usr/lib/python3.6/site-packages/awscli/examples/eks/create-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/eks/delete-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/eks/describe-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/eks/describe-update.rst
/usr/lib/python3.6/site-packages/awscli/examples/eks/get-token.rst
/usr/lib/python3.6/site-packages/awscli/examples/eks/list-clusters.rst
/usr/lib/python3.6/site-packages/awscli/examples/eks/list-updates.rst
/usr/lib/python3.6/site-packages/awscli/examples/eks/update-cluster-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/eks/update-cluster-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/eks/update-kubeconfig
/usr/lib/python3.6/site-packages/awscli/examples/eks/update-kubeconfig.rst
/usr/lib/python3.6/site-packages/awscli/examples/eks/update-kubeconfig/_description.rst
/usr/lib/python3.6/site-packages/awscli/examples/eks/wait.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/add-tags-to-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/authorize-cache-security-group-ingress.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/batch-apply-update-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/batch-stop-update-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/copy-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/create-cache-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/create-cache-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/create-cache-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/create-global-replication-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/create-replication-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/create-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/decrease-node-groups-in-global-replication-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/decrease-replica-count.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/delete-cache-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/delete-cache-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/delete-cache-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/delete-global-replication-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/delete-replication-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/delete-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/describe-cache-clusters.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/describe-cache-engine-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/describe-cache-parameter-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/describe-cache-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/describe-cache-subnet-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/describe-engine-default-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/describe-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/describe-global-replication-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/describe-replication-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/describe-reserved-cache-nodes-offerings.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/describe-reserved-cache-nodes.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/describe-service-updates.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/describe-snapshots.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/describe-update-actions.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/disassociate-global-replication-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/increase-node-groups-in-global-replication-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/increase-replica-count.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/list-allowed-node-type-modifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/modify-cache-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/modify-cache-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/modify-cache-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/modify-global-replication-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/modify-replication-group-shard-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/modify-replication-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/purchase-reserved-cache-nodes-offering.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/reboot-cache-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/reset-cache-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/start-migration.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticache/test-failover.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/abort-environment-update.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/check-dns-availability.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/create-application-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/create-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/create-configuration-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/create-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/create-storage-location.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/delete-application-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/delete-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/delete-configuration-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/delete-environment-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-application-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-applications.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-configuration-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-configuration-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-environment-health.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-environment-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-environments.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/describe-instances-health.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/list-available-solution-stacks.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/rebuild-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/request-environment-info.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/restart-app-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/retrieve-environment-info.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/swap-environment-cnames.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/terminate-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/update-application-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/update-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/update-configuration-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/update-environment.rst
/usr/lib/python3.6/site-packages/awscli/examples/elasticbeanstalk/validate-configuration-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/cancel-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/create-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/create-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/create-preset.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/delete-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/delete-preset.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/list-jobs-by-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/list-jobs-by-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/list-pipelines.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/list-presets.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/read-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/read-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/read-preset.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/update-pipeline-notifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/update-pipeline-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/elastictranscoder/update-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb
/usr/lib/python3.6/site-packages/awscli/examples/elb/add-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/apply-security-groups-to-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/attach-load-balancer-to-subnets.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/configure-health-check.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/create-app-cookie-stickiness-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/create-lb-cookie-stickiness-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/create-load-balancer-listeners.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/create-load-balancer-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/create-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/delete-load-balancer-listeners.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/delete-load-balancer-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/delete-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/deregister-instances-from-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/describe-account-limits.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/describe-instance-health.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/describe-load-balancer-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/describe-load-balancer-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/describe-load-balancer-policy-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/describe-load-balancers.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/describe-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/detach-load-balancer-from-subnets.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/disable-availability-zones-for-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/enable-availability-zones-for-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/modify-load-balancer-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/register-instances-with-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/remove-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/set-load-balancer-listener-ssl-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/set-load-balancer-policies-for-backend-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/set-load-balancer-policies-of-listener.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/wait
/usr/lib/python3.6/site-packages/awscli/examples/elb/wait/any-instance-in-service.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/wait/instance-deregistered.rst
/usr/lib/python3.6/site-packages/awscli/examples/elb/wait/instance-in-service.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/add-listener-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/add-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/create-listener.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/create-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/create-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/create-target-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/delete-listener.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/delete-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/delete-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/delete-target-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/deregister-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-account-limits.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-listener-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-listeners.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-load-balancer-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-load-balancers.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-rules.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-ssl-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-target-group-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-target-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/describe-target-health.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/modify-listener.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/modify-load-balancer-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/modify-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/modify-target-group-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/modify-target-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/register-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/remove-listener-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/remove-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/set-ip-address-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/set-rule-priorities.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/set-security-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/set-subnets.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/wait
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/wait/load-balancer-available.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/wait/load-balancer-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/wait/load-balancers-deleted.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/wait/target-deregistered.rst
/usr/lib/python3.6/site-packages/awscli/examples/elbv2/wait/target-in-service.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr
/usr/lib/python3.6/site-packages/awscli/examples/emr/add-instance-fleet.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/add-steps.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/add-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/create-cluster-examples.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/create-cluster-synopsis.txt
/usr/lib/python3.6/site-packages/awscli/examples/emr/create-default-roles.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/create-security-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/delete-security-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/describe-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/describe-step.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/get.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/list-clusters.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/list-instance-fleets.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/list-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/list-security-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/list-steps.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/modify-cluster-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/modify-instance-fleet.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/put.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/remove-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/schedule-hbase-backup.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/socks.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/ssh.rst
/usr/lib/python3.6/site-packages/awscli/examples/emr/wait.rst
/usr/lib/python3.6/site-packages/awscli/examples/es
/usr/lib/python3.6/site-packages/awscli/examples/es/create-elasticsearch-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/es/describe-elasticsearch-domain-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/es/describe-elasticsearch-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/es/describe-elasticsearch-domains.rst
/usr/lib/python3.6/site-packages/awscli/examples/es/describe-reserved-elasticsearch-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/es/list-domain-names.rst
/usr/lib/python3.6/site-packages/awscli/examples/events
/usr/lib/python3.6/site-packages/awscli/examples/events/delete-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/describe-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/disable-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/enable-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/list-rule-names-by-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/list-rules.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/list-targets-by-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/put-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/put-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/put-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/remove-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/events/test-event-pattern.rst
/usr/lib/python3.6/site-packages/awscli/examples/firehose
/usr/lib/python3.6/site-packages/awscli/examples/firehose/list-delivery-streams.rst
/usr/lib/python3.6/site-packages/awscli/examples/firehose/put-record-batch.rst
/usr/lib/python3.6/site-packages/awscli/examples/firehose/put-record.rst
/usr/lib/python3.6/site-packages/awscli/examples/fms
/usr/lib/python3.6/site-packages/awscli/examples/fms/associate-admin-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/fms/delete-notification-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/fms/delete-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/fms/disassociate-admin-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/fms/get-admin-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/fms/get-compliance-detail.rst
/usr/lib/python3.6/site-packages/awscli/examples/fms/get-notification-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/fms/get-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/fms/list-compliance-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/fms/list-member-accounts.rst
/usr/lib/python3.6/site-packages/awscli/examples/fms/list-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/fms/put-notification-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/fms/put-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/create-build.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/create-fleet.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/create-game-session-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/delete-build.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/delete-fleet.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/delete-game-session-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/describe-build.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/describe-ec2-instance-limits.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/describe-fleet-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/describe-fleet-capacity.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/describe-fleet-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/describe-fleet-port-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/describe-fleet-utilization.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/describe-game-session-queues.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/describe-runtime-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/list-builds.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/list-fleets.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/request-upload-credentials.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/start-fleet-actions.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/stop-fleet-actions.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/update-build.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/update-game-session-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/gamelift/upload-build.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier
/usr/lib/python3.6/site-packages/awscli/examples/glacier/abort-multipart-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/abort-vault-lock.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/add-tags-to-vault.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/complete-multipart-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/complete-vault-lock.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/create-vault.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/delete-archive.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/delete-vault-access-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/delete-vault-notifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/delete-vault.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/describe-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/describe-vault.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/get-data-retrieval-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/get-job-output.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/get-vault-access-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/get-vault-lock.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/get-vault-notifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/initiate-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/initiate-multipart-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/initiate-vault-lock.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/list-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/list-multipart-uploads.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/list-parts.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/list-provisioned-capacity.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/list-tags-for-vault.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/list-vaults.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/purchase-provisioned-capacity.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/remove-tags-from-vault.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/set-data-retrieval-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/set-vault-access-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/set-vault-notifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/upload-archive.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/upload-multipart-part.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/wait
/usr/lib/python3.6/site-packages/awscli/examples/glacier/wait/vault-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/glacier/wait/vault-not-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/advertise-byoip-cidr.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/create-accelerator.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/create-endpoint-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/create-listener.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/deprovision-byoip-cidr.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/describe-accelerator-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/describe-accelerator.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/describe-endpoint-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/describe-listener.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/list-accelerators.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/list-byoip-cidr.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/list-endpoint-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/list-listeners.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/provision-byoip-cidr.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/update-accelerator-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/update-accelerator.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/update-endpoint-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/update-listener.rst
/usr/lib/python3.6/site-packages/awscli/examples/globalaccelerator/withdraw-byoip-cidr.rst
/usr/lib/python3.6/site-packages/awscli/examples/glue
/usr/lib/python3.6/site-packages/awscli/examples/glue/start-crawler.rst
/usr/lib/python3.6/site-packages/awscli/examples/glue/start-job-run.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/associate-role-to-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/associate-service-role-to-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-connector-definition-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-connector-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-core-definition-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-core-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-device-definition-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-device-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-function-definition-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-function-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-group-certificate-authority.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-group-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-logger-definition-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-logger-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-resource-definition-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-resource-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-software-update-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-subscription-definition-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/create-subscription-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/delete-connector-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/delete-core-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/delete-device-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/delete-function-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/delete-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/delete-logger-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/delete-resource-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/delete-subscription-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/disassociate-role-from-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/disassociate-service-role-from-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-associated-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-bulk-deployment-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-connectivity-info.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-connector-definition-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-connector-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-core-definition-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-core-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-deployment-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-device-definition-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-device-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-function-definition-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-function-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-group-certificate-authority.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-group-certificate-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-group-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-logger-definition-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-logger-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-resource-definition-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-resource-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-service-role-for-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-subscription-definition-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/get-subscription-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-bulk-deployment-detailed-reports.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-bulk-deployments.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-connector-definition-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-connector-definitions.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-core-definition-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-core-definitions.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-deployments.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-device-definition-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-device-definitions.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-function-definition-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-function-definitions.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-group-certificate-authorities.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-group-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-logger-definition-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-logger-definitions.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-resource-definition-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-resource-definitions.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-subscription-definition-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-subscription-definitions.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/reset-deployments.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/start-bulk-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/stop-bulk-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/update-connectivity-info.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/update-connector-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/update-core-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/update-device-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/update-function-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/update-group-certificate-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/update-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/update-logger-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/update-resource-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/greengrass/update-subscription-definition.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/accept-invitation.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/archive-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/create-detector.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/create-filter.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/create-ip-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/create-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/create-publishing-destination.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/create-sample-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/create-threat-intel-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/decline-invitations.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/delete-detector.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/delete-filter.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/disable-organization-admin-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/disassociate-from-master-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/get-detector.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/get-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/get-ip-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/get-master-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/list-detectors.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/list-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/list-invitations.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/list-ip-sets.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/list-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/guardduty/update-ip-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/health
/usr/lib/python3.6/site-packages/awscli/examples/health/describe-affected-entities.rst
/usr/lib/python3.6/site-packages/awscli/examples/health/describe-event-details.rst
/usr/lib/python3.6/site-packages/awscli/examples/health/describe-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam
/usr/lib/python3.6/site-packages/awscli/examples/iam/add-client-id-to-open-id-connect-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/add-role-to-instance-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/add-user-to-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/attach-group-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/attach-role-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/attach-user-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/change-password.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-access-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-account-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-instance-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-login-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-open-id-connect-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-policy-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-saml-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-service-linked-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-service-specific-credential.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/create-virtual-mfa-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/deactivate-mfa-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/decode-authorization-message.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-access-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-account-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-account-password-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-group-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-instance-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-login-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-open-id-connect-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-policy-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-role-permissions-boundary.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-role-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-saml-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-server-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-service-linked-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-service-specific-credential.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-signing-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-ssh-public-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-user-permissions-boundary.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-user-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/delete-virtual-mfa-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/detach-group-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/detach-role-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/detach-user-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/enable-mfa-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/generate-credential-report.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/generate-organizations-access-report.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/generate-service-last-accessed-details.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-access-key-last-used.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-account-authorization-details.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-account-password-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-account-summary.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-context-keys-for-custom-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-context-keys-for-principal-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-credential-report.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-group-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-instance-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-login-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-open-id-connect-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-organizations-access-report.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-policy-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-role-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-saml-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-server-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-service-last-accessed-details-with-entities.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-service-last-accessed-details.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-service-linked-role-deletion-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-ssh-public-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-user-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/get-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-access-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-account-aliases.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-attached-group-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-attached-role-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-attached-user-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-entities-for-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-group-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-groups-for-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-instance-profiles-for-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-instance-profiles.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-mfa-devices.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-open-id-connect-providers.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-policies-granting-service-access.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-policy-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-role-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-role-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-roles.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-saml-providers.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-server-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-service-specific-credential.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-service-specific-credentials.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-signing-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-ssh-public-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-user-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-user-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-users.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/list-virtual-mfa-devices.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/put-group-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/put-role-permissions-boundary.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/put-role-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/put-user-permissions-boundary.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/put-user-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/remove-client-id-from-open-id-connect-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/remove-role-from-instance-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/remove-user-from-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/reset-service-specific-credential.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/resync-mfa-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/set-default-policy-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/set-security-token-service-preferences.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/simulate-custom-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/simulate-principal-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/tag-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/tag-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/untag-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/untag-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-access-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-account-password-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-assume-role-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-login-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-open-id-connect-provider-thumbprint.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-role-description.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-saml-provider.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-server-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-service-specific-credential.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-signing-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-ssh-public-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/update-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/upload-server-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/upload-signing-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/upload-ssh-public-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/wait
/usr/lib/python3.6/site-packages/awscli/examples/iam/wait/instance-profile-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/wait/policy-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/wait/role-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/iam/wait/user-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/create-component.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/create-distribution-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/create-image-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/create-image-recipe.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/create-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/create-infrastructure-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/delete-component.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/delete-image-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/delete-image-recipe.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/delete-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/delete-infrastructure-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/get-component-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/get-component.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/get-distribution-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/get-image-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/get-image-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/get-image-recipe-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/get-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/get-infrastructure-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/import-component.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/list-component-build-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/list-components.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/list-distribution-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/list-image-build-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/list-image-pipeline-images.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/list-image-recipes.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/list-images.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/list-infrastructure-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/put-component-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/put-image-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/put-image-recipe-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/start-image-pipeline-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/update-distribution-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/update-image-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/imagebuilder/update-infrastructure-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/importexport
/usr/lib/python3.6/site-packages/awscli/examples/importexport/cancel-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/importexport/create-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/importexport/get-shipping-label.rst
/usr/lib/python3.6/site-packages/awscli/examples/importexport/get-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/importexport/list-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/importexport/update-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector
/usr/lib/python3.6/site-packages/awscli/examples/inspector/add-attributes-to-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/create-assessment-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/create-assessment-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/create-resource-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/delete-assessment-run.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/delete-assessment-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/delete-assessment-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/describe-assessment-runs.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/describe-assessment-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/describe-assessment-templates.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/describe-cross-account-access-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/describe-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/describe-resource-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/describe-rules-packages.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/get-telemetry-metadata.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-assessment-run-agents.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-assessment-runs.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-assessment-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-assessment-templates.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-event-subscriptions.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-rules-packages.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/preview-agents.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/register-cross-account-access-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/remove-attributes-from-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/set-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/start-assessment-run.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/stop-assessment-run.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/subscribe-to-event.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/unsubscribe-from-event.rst
/usr/lib/python3.6/site-packages/awscli/examples/inspector/update-assessment-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot
/usr/lib/python3.6/site-packages/awscli/examples/iot-data
/usr/lib/python3.6/site-packages/awscli/examples/iot-data/delete-thing-shadow.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot-data/get-thing-shadow.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot-data/update-thing-shadow.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot-jobs-data
/usr/lib/python3.6/site-packages/awscli/examples/iot-jobs-data/describe-job-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot-jobs-data/get-pending-job-executions.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot-jobs-data/start-next-pending-job-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot-jobs-data/update-job-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/accept-certificate-transfer.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/add-thing-to-billing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/add-thing-to-thing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/associate-targets-with-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/attach-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/attach-security-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/attach-thing-principal.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/cancel-audit-mitigation-actions-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/cancel-audit-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/cancel-certificate-transfer.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/cancel-job-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/cancel-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/clear-default-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/confirm-topic-rule-destination.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-audit-suppression.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-billing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-certificate-from-csr.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-dimension.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-domain-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-dynamic-thing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-keys-and-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-mitigation-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-ota-update.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-policy-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-provisioning-claim.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-provisioning-template-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-provisioning-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-role-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-scheduled-audit.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-security-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-thing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-thing-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-thing.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-topic-rule-destination.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/create-topic-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-account-audit-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-audit-suppression.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-billing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-ca-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-dimension.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-domain-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-dynamic-thing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-job-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-mitigation-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-ota-update.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-policy-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-provisioning-template-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-provisioning-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-registration-code.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-role-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-scheduled-audit.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-security-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-thing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-thing-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-thing.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-topic-rule-destination.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-topic-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/delete-v2-logging-level.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/deprecate-thing-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-account-audit-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-audit-finding.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-audit-mitigation-actions-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-audit-suppression.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-audit-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-billing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-ca-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-default-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-dimension.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-domain-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-event-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-index.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-job-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-mitigation-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-provisioning-template-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-provisioning-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-role-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-scheduled-audit.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-security-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-thing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-thing-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/describe-thing.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/detach-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/detach-security-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/detach-thing-principal.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/disable-topic-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/enable-topic-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/get-cardinality.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/get-effective-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/get-indexing-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/get-job-document.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/get-logging-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/get-ota-update.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/get-percentiles.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/get-policy-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/get-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/get-registration-code.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/get-statistics.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/get-topic-rule-destination.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/get-topic-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/get-v2-logging-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-active-violations.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-attached-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-audit-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-audit-mitigation-actions-executions.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-audit-mitigation-actions-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-audit-suppressions.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-audit-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-authorizers.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-billing-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-ca-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-certificates-by-ca.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-dimensions.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-domain-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-indices.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-job-executions-for-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-job-executions-for-thing.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-mitigations-actions.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-ota-updates.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-outgoing-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-policy-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-principal-things.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-provisioning-template-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-provisioning-templates.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-role-aliases.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-scheduled-audits.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-security-profiles-for-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-security-profiles.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-streams.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-targets-for-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-targets-for-security-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-thing-groups-for-thing.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-thing-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-thing-principals.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-thing-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-things-in-billing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-things-in-thing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-things.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-topic-rule-destinations.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-topic-rules.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-v2-logging-levels.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/list-violation-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/register-ca-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/register-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/register-thing.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/reject-certificate-transfer.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/remove-thing-from-billing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/remove-thing-from-thing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/replace-topic-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/search-index.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/set-default-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/set-default-policy-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/set-v2-logging-level.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/set-v2-logging-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/start-audit-mitigation-actions-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/start-on-demand-audit-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/test-authorization.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/test-invoke-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/transfer-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-account-audit-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-audit-suppression.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-authorizer.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-billing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-ca-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-domain-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-dynamic-thing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-event-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-indexing-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-mitigation-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-provisioning-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-role-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-scheduled-audit.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-security-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-thing-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-thing-groups-for-thing.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-thing.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/update-topic-rule-destination.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot/validate-security-profile-behaviors.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-devices
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-devices/claim-devices-by-claim-code.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-devices/describe-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-devices/finalize-device-claim.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-devices/get-device-methods.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-devices/initiate-device-claim.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-devices/invoke-device-method.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-devices/list-device-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-devices/list-devices.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-devices/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-devices/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-devices/unclaim-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-devices/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-devices/update-device-state.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/associate-device-with-placement.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/create-placement.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/create-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/delete-placement.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/delete-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/describe-placement.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/describe-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/disassociate-device-from-placement.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/get-devices-in-placement.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/list-placements.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/list-projects.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/update-placement.rst
/usr/lib/python3.6/site-packages/awscli/examples/iot1click-projects/update-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/batch-put-message.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/cancel-pipeline-reprocessing.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/create-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/create-dataset-content.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/create-dataset.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/create-datastore.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/create-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/delete-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/delete-dataset-content.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/delete-dataset.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/delete-datastore.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/delete-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/describe-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/describe-dataset.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/describe-datastore.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/describe-logging-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/describe-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/get-dataset-content.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/list-channels.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/list-dataset-contents.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/list-datasets.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/list-datastores.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/list-pipelines.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/put-logging-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/run-pipeline-activity.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/sample-channel-data.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/start-pipeline-reprocessing.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/update-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/update-dataset.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/update-datastore.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotanalytics/update-pipeline.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/batch-put-message.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/batch-update-detector.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/create-detector-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/create-input.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/delete-detector-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/delete-input.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/describe-detector-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/describe-detector.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/describe-input.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/describe-logging-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/list-detector-model-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/list-detector-models.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/list-detectors.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/list-inputs.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/put-logging-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/update-detector-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents-data/update-input.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/batch-put-message.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/batch-update-detector.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/create-detector-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/create-input.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/delete-detector-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/delete-input.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/describe-detector-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/describe-detector.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/describe-input.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/describe-logging-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/list-detector-model-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/list-detector-models.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/list-detectors.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/list-inputs.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/put-logging-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/update-detector-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotevents/update-input.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/associate-assets.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/batch-associate-project-assets.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/batch-disassociate-project-assets.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/batch-put-asset-property-value.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/create-access-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/create-asset-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/create-asset.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/create-dashboard.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/create-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/create-portal.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/create-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/delete-access-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/delete-asset-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/delete-asset.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/delete-dashboard.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/delete-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/delete-portal.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/delete-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/describe-access-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/describe-asset-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/describe-asset-property.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/describe-asset.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/describe-dashboard.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/describe-gateway-capability-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/describe-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/describe-logging-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/describe-portal.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/describe-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/disassociate-assets.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/get-asset-property-aggregates.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/get-asset-property-value-history.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/get-asset-property-value.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/list-access-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/list-asset-models.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/list-assets.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/list-associated-assets.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/list-dashboards.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/list-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/list-portals.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/list-project-assets.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/list-projects.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/put-logging-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/update-access-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/update-asset-model.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/update-asset-property.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/update-asset.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/update-dashboard.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/update-gateway-capability-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/update-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/update-portal.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/update-project.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/wait
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/wait/asset-active.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/wait/asset-model-active.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/wait/asset-model-not-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/wait/asset-not-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/wait/portal-active.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotsitewise/wait/portal-not-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/associate-entity-to-thing.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/create-flow-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/create-system-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/create-system-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/delete-flow-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/delete-namespace.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/delete-system-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/delete-system-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/deploy-system-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/deprecate-flow-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/deprecate-system-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/describe-namespace.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/dissociate-entity-from-thing.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/get-entities.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/get-flow-template-revisions.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/get-flow-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/get-namespace-deletion-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/get-system-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/get-system-template-revisions.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/get-system-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/get-upload-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/list-flow-execution-messages.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/search-entities.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/search-flow-executions.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/search-flow-templates.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/search-system-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/search-system-templates.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/search-things.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/undeploy-system-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/update-flow-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/update-system-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/iotthingsgraph/upload-entity-definitions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs
/usr/lib/python3.6/site-packages/awscli/examples/ivs/batch-get-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/batch-get-stream-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/create-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/create-stream-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/delete-playback-key-pair.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/delete-stream-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/get-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/get-playback-key-pair.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/get-stream-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/get-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/import-playback-key-pair.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/list-channels.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/list-playback-key-pairs.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/list-stream-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/list-streams.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/put-metadata.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/stop-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ivs/update-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/kafka
/usr/lib/python3.6/site-packages/awscli/examples/kafka/create-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/kafka/create-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/kafka/describe-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/kafka/get-bootstrap-brokers.rst
/usr/lib/python3.6/site-packages/awscli/examples/kafka/list-clusters.rst
/usr/lib/python3.6/site-packages/awscli/examples/kafka/update-broker-storage.rst
/usr/lib/python3.6/site-packages/awscli/examples/kafka/update-cluster-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/add-tags-to-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/create-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/decrease-stream-retention-period.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/delete-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/deregister-stream-consumer.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/describe-limits.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/describe-stream-consumer.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/describe-stream-summary.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/describe-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/disable-enhanced-monitoring.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/enable-enhanced-monitoring.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/get-records.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/get-shard-iterator.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/increase-stream-retention-period.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/list-shards.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/list-streams.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/list-tags-for-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/merge-shards.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/put-record.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/put-records.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/register-stream-consumer.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/remove-tags-from-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/split-shard.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/start-stream-encryption.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/stop-stream-encryption.rst
/usr/lib/python3.6/site-packages/awscli/examples/kinesis/update-shard-count.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms
/usr/lib/python3.6/site-packages/awscli/examples/kms/cancel-key-deletion.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/connect-custom-key-store.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/create-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/create-custom-key-store.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/create-grant.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/create-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/decrypt.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/delete-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/delete-custom-key-store.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/delete-imported-key-material.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/describe-custom-key-stores.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/describe-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/disable-key-rotation.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/disable-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/disconnect-custom-key-store.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/enable-key-rotation.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/enable-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/encrypt.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/generate-random.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/get-key-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/get-key-rotation-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/get-parameters-for-import.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/get-public-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/import-key-material.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/list-aliases.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/list-grants.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/list-key-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/list-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/list-resource-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/list-retirable-grants.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/put-key-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/re-encrypt.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/retire-grant.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/revoke-grant.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/schedule-key-deletion.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/sign.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/update-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/update-custom-key-store.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/update-key-description.rst
/usr/lib/python3.6/site-packages/awscli/examples/kms/verify.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda
/usr/lib/python3.6/site-packages/awscli/examples/lambda/add-layer-version-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/add-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/create-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/create-event-source-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/create-function.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/delete-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/delete-event-source-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/delete-function-concurrency.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/delete-function-event-invoke-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/delete-function.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/delete-layer-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/delete-provisioned-concurrency-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/get-account-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/get-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/get-event-source-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/get-function-concurrency.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/get-function-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/get-function-event-invoke-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/get-function.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/get-layer-version-by-arn.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/get-layer-version-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/get-layer-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/get-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/get-provisioned-concurrency-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/invoke.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/list-aliases.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/list-event-source-mappings.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/list-function-event-invoke-configs.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/list-functions.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/list-layer-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/list-layers.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/list-provisioned-concurrency-configs.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/list-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/list-versions-by-function.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/publish-layer-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/publish-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/put-function-concurrency.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/put-function-event-invoke-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/put-provisioned-concurrency-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/remove-layer-version-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/remove-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/update-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/update-event-source-mapping.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/update-function-code.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/update-function-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/lambda/update-function-event-invoke-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/license-manager
/usr/lib/python3.6/site-packages/awscli/examples/license-manager/create-license-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/license-manager/delete-license-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/license-manager/get-license-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/license-manager/get-service-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/license-manager/list-associations-for-license-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/license-manager/list-license-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/license-manager/list-license-specifications-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/license-manager/list-resource-inventory.rst
/usr/lib/python3.6/site-packages/awscli/examples/license-manager/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/license-manager/list-usage-for-license-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/license-manager/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/license-manager/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/license-manager/update-license-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/license-manager/update-license-specifications-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/license-manager/update-service-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/allocate-static-ip.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/attach-disk.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/attach-instances-to-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/attach-load-balancer-tls-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/attach-static-ip.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/close-instance-public-ports.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/copy-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/create-disk-from-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/create-disk-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/create-disk.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/create-domain-entry.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/create-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/create-instance-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/create-instances-from-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/create-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/create-key-pair.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/create-load-balancer-tls-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/create-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/create-relational-database-from-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/create-relational-database-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/create-relational-database.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/delete-auto-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/delete-disk-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/delete-disk.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/delete-domain-entry.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/delete-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/delete-instance-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/delete-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/delete-key-pair.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/delete-known-host-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/delete-load-balancer-tls-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/delete-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/delete-relational-database-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/delete-relational-database.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/detach-static-ip.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-active-names.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-auto-snapshots.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-blueprints.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-bundles.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-cloud-formation-stack-records.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-disk-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-disk-snapshots.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-disk.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-disks.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-domains.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-export-snapshot-record.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-instance-access-details.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-instance-metric-data.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-instance-port-states.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-instance-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-instance-snapshots.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-instance-state.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-key-pair.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-key-pairs.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-load-balancer-tls-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-load-balancers.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-operation.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-operations-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-operations.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-regions.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-relational-database-blueprints.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-relational-database-bundles.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-relational-database-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-relational-database-log-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-relational-database-log-streams.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-relational-database-master-user-password.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-relational-database-metric-data.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-relational-database-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-relational-database-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-relational-database-snapshots.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-relational-database.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-relational-databases.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-static-ip.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/get-static-ips.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/is-vpc-peered.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/open-instance-public-ports.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/peer-vpc.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/reboot-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/reboot-relational-database.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/release-static-ip.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/start-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/start-relational-database.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/stop-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/stop-relational-database.rst
/usr/lib/python3.6/site-packages/awscli/examples/lightsail/unpeer-vpc.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs
/usr/lib/python3.6/site-packages/awscli/examples/logs/create-log-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/create-log-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/delete-log-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/delete-log-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/delete-retention-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/describe-log-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/describe-log-streams.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/get-log-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/put-log-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/logs/put-retention-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/add-flow-outputs.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/create-flow.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/delete-flow.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/describe-flow.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/grant-flow-entitlements.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/list-entitlements.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/list-flows.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/remove-flow-output.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/revoke-flow-entitlement.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/start-flow.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/stop-flow.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/update-flow-entitlement.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/update-flow-output.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconnect/update-flow-source.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/cancel-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/create-job-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/create-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/create-preset.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/create-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/delete-job-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/delete-preset.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/delete-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/describe-endpoints.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/get-job-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/get-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/get-preset.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/get-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/list-job-templates.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/list-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/list-presets.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/list-queues.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/update-job-template.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/update-preset.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediaconvert/update-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/medialive
/usr/lib/python3.6/site-packages/awscli/examples/medialive/create-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/medialive/create-input.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage-vod
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage-vod/create-asset.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage-vod/create-packaging-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage-vod/create-packaging-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage-vod/delete-asset.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage-vod/delete-packaging-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage-vod/delete-packaging-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage-vod/describe-asset.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage-vod/describe-packaging-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage-vod/describe-packaging-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage-vod/list-assets.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage-vod/list-packaging-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage-vod/list-packaging-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage/create-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage/create-origin-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage/delete-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage/delete-origin-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage/describe-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage/describe-origin-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage/list-channels.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage/list-origin-endpoints.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage/rotate-ingest-endpoint-credentials.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage/update-channel.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediapackage/update-origin-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore
/usr/lib/python3.6/site-packages/awscli/examples/mediastore-data
/usr/lib/python3.6/site-packages/awscli/examples/mediastore-data/delete-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore-data/describe-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore-data/get-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore-data/list-items.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore-data/put-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/create-container.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/delete-container-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/delete-container.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/delete-cors-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/delete-lifecycle-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/describe-container.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/describe-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/get-container-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/get-cors-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/get-lifecycle-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/get-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/list-containers.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/list-items.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/put-container-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/put-cors-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/put-lifecycle-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/put-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/start-access-logging.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/stop-access-logging.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediastore/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediatailor
/usr/lib/python3.6/site-packages/awscli/examples/mediatailor/delete-playback-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediatailor/get-playback-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediatailor/list-playback-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/mediatailor/put-playback-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/associate-customer-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/associate-link.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/create-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/create-global-network.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/create-link.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/create-site.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/delete-bucket-analytics-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/delete-bucket-metrics-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/delete-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/delete-global-network.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/delete-link.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/delete-public-access-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/delete-site.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/deregister-transit-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/describe-global-networks.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/disassociate-customer-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/disassociate-link.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/get-bucket-analytics-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/get-bucket-metrics-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/get-customer-gateway-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/get-devices.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/get-link-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/get-links.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/get-object-retention.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/get-public-access-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/get-sites.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/get-transit-gateway-registrations.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/list-bucket-analytics-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/list-bucket-metrics-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/put-bucket-metrics-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/put-object-retention.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/put-public-access-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/register-transit-gateway.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/update-device.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/update-global-network.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/update-link.rst
/usr/lib/python3.6/site-packages/awscli/examples/networkmanager/update-site.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/assign-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/assign-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/associate-elastic-ip.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/attach-elastic-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/create-app.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/create-deployment.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/create-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/create-layer.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/create-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/create-stack.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/create-user-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/delete-app.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/delete-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/delete-layer.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/delete-stack.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/delete-user-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/deregister-elastic-ip.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/deregister-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/deregister-rds-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/deregister-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-apps.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-commands.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-deployments.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-elastic-ips.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-elastic-load-balancers.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-layers.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-load-based-auto-scaling.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-my-user-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-permissions.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-raid-arrays.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-rds-db-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-stack-provisioning-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-stack-summary.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-stacks.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-timebased-auto-scaling.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-user-profiles.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/describe-volumes.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/detach-elastic-load-balancer.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/disassociate-elastic-ip.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/get-hostname-suggestion.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/reboot-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/register-elastic-ip.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/register-rds-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/register-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/register.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/set-load-based-auto-scaling.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/set-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/set-time-based-auto-scaling.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/start-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/start-stack.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/stop-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/stop-stack.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/unassign-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/unassign-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/update-app.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/update-elastic-ip.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/update-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/update-layer.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/update-my-user-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/update-rds-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworks/update-volume.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/associate-node.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/create-backup.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/create-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/delete-backup.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/delete-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/describe-account-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/describe-backups.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/describe-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/describe-node-association-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/describe-servers.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/disassociate-node.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/restore-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/start-maintenance.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/update-server-engine-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/opsworkscm/update-server.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations
/usr/lib/python3.6/site-packages/awscli/examples/organizations/accept-handshake.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/attach-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/cancel-handshake.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/create-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/create-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/create-organizational-unit.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/create-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/decline-handshake.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/delete-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/delete-organizational-unit.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/delete-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/describe-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/describe-create-account-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/describe-handshake.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/describe-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/describe-organizational-unit.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/describe-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/detach-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/disable-policy-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/enable-all-features.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/enable-policy-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/invite-account-to-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/leave-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-accounts-for-parent.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-accounts.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-children.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-create-account-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-handshakes-for-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-handshakes-for-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-organizational-units-for-parent.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-parents.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-policies-for-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-roots.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/list-targets-for-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/move-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/remove-account-from-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/update-organizational-unit.rst
/usr/lib/python3.6/site-packages/awscli/examples/organizations/update-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/pi
/usr/lib/python3.6/site-packages/awscli/examples/pi/describe-dimension-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/pi/get-resource-metrics.rst
/usr/lib/python3.6/site-packages/awscli/examples/pinpoint
/usr/lib/python3.6/site-packages/awscli/examples/pinpoint/create-app.rst
/usr/lib/python3.6/site-packages/awscli/examples/pinpoint/delete-app.rst
/usr/lib/python3.6/site-packages/awscli/examples/pinpoint/get-apps.rst
/usr/lib/python3.6/site-packages/awscli/examples/pinpoint/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/pinpoint/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/pinpoint/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/pricing
/usr/lib/python3.6/site-packages/awscli/examples/pricing/describe-services.rst
/usr/lib/python3.6/site-packages/awscli/examples/pricing/get-attribute-values.rst
/usr/lib/python3.6/site-packages/awscli/examples/pricing/get-products.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb
/usr/lib/python3.6/site-packages/awscli/examples/qldb/cancel-journal-kinesis-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/create-ledger.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/delete-ledger.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/describe-journal-kinesis-stream.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/describe-journal-s3-export.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/describe-ledger.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/export-journal-to-s3.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/get-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/get-digest.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/get-revision.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/list-journal-kinesis-streams-for-ledger.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/list-journal-s3-exports-for-ledger.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/list-journal-s3-exports.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/list-ledgers.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/stream-journal-to-kinesis.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/qldb/update-ledger.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram
/usr/lib/python3.6/site-packages/awscli/examples/ram/accept-resource-share-invitation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram/associate-resource-share.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram/create-resource-share.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram/delete-resource-share.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram/disassociate-resource-share.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram/enable-sharing-with-aws-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram/get-resource-policies.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram/get-resource-share-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram/get-resource-share-invitations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram/get-resource-shares.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram/list-principals.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram/list-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram/reject-resource-share-invitation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ram/update-resource-share.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds
/usr/lib/python3.6/site-packages/awscli/examples/rds-data
/usr/lib/python3.6/site-packages/awscli/examples/rds-data/batch-execute-statement.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds-data/begin-transaction.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds-data/commit-transaction.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds-data/execute-statement.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds-data/rollback-transaction.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/add-option-to-option-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/add-role-to-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/add-source-identifier-to-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/add-tags-to-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/authorize-db-security-group-ingress.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/backtrack-db-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/copy-db-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/copy-db-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/copy-db-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/copy-db-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/copy-option-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/create-db-cluster-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/create-db-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/create-db-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/create-db-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/create-db-instance-read-replica.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/create-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/create-db-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/create-db-security-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/create-db-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/create-db-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/create-event-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/create-option-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/delete-db-cluster-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/delete-db-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/delete-db-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/delete-db-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/delete-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/delete-db-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/delete-db-security-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/delete-db-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/delete-db-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/delete-event-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/delete-option-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-account-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-cluster-endpoints.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-cluster-parameter-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-cluster-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-cluster-snapshot-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-cluster-snapshots.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-clusters.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-engine-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-instance-automated-backups.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-log-files.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-parameter-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-security-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-snapshot-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-snapshots.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-db-subnet-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-engine-default-cluster-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-engine-default-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-event-categories.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-event-subscriptions.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-export-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-option-group-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-option-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-orderable-db-instance-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-pending-maintenance-actions.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-reserved-db-instances-offerings.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-reserved-db-instances.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-source-regions.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/describe-valid-db-instance-modifications.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/download-db-log-file-portion.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/generate-auth-token.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/modify-db-cluster-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/modify-db-cluster-snapshot-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/modify-db-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/modify-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/modify-db-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/modify-db-snapshot-attribute.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/modify-db-snapshot-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/modify-db-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/modify-db-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/modify-event-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/promote-read-replica.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/purchase-reserved-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/purchase-reserved-db-instances-offerings.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/reboot-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/remove-option-from-option-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/remove-role-from-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/remove-source-identifier-from-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/restore-db-cluster-from-s3.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/restore-db-cluster-from-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/restore-db-cluster-to-point-in-time.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/restore-db-instance-from-db-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/restore-db-instance-from-s3.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/restore-db-instance-to-point-in-time.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/start-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/start-export-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/stop-db-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/rds/stop-db-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift
/usr/lib/python3.6/site-packages/awscli/examples/redshift/accept-reserved-node-exchange.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/authorize-cluster-security-group-ingress.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/authorize-snapshot-access.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/batch-delete-cluster-snapshots.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/batch-modify-cluster-snapshots.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/cancel-resize.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/copy-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-cluster-security-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-cluster-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-event-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-hsm-client-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-hsm-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-snapshot-copy-grant.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-snapshot-schedule.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/create-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-cluster-security-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-cluster-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-event-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-hsm-client-certificate.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-hsm-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-scheduled-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-snapshot-copy-grant.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-snapshot-schedule.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/delete-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-account-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-cluster-db-revisions.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-cluster-parameter-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-cluster-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-cluster-security-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-cluster-snapshots.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-cluster-subnet-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-cluster-tracks.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-cluster-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-clusters.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-default-cluster-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-event-categories.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-event-subscriptions.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-events.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-hsm-client-certificates.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-hsm-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-logging-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-node-configuration-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-orderable-cluster-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-reserved-node-offerings.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-reserved-nodes.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-resize.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-scheduled-actions.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-snapshot-copy-grants.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-snapshot-schedules.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-storage.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-table-restore-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/describe-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/disable-snapshot-copy.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/enable-snapshot-copy.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/get-cluster-credentials.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/get-reserved-node-exchange-offerings.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/modify-cluster-iam-roles.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/modify-cluster-maintenance.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/modify-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/modify-cluster-snapshot-schedule.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/modify-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/modify-cluster-subnet-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/modify-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/modify-event-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/modify-scheduled-action.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/modify-snapshot-copy-retention-period.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/modify-snapshot-schedule.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/purchase-reserved-node-offering.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/reboot-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/reset-cluster-parameter-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/resize-cluster.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/restore-from-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/restore-table-from-cluster-snapshot.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/revoke-cluster-security-group-ingress.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/revoke-snapshot-access.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/rotate-encryption-key.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/wait
/usr/lib/python3.6/site-packages/awscli/examples/redshift/wait/cluster-available.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/wait/cluster-deleted.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/wait/cluster-restored.rst
/usr/lib/python3.6/site-packages/awscli/examples/redshift/wait/snapshot-available.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/compare-faces.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/create-collection.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/create-stream-processor.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/delete-collection.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/delete-faces.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/delete-stream-processor.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/describe-collection.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/describe-stream-processor.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/detect-faces.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/detect-labels.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/detect-moderation-labels.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/detect-text.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/get-celebrity-info.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/get-celebrity-recognition.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/get-content-moderation.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/get-face-detection.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/get-face-search.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/get-label-detection.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/get-person-tracking.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/index-faces.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/list-collections.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/list-faces.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/list-stream-processors.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/recognize-celebrities.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/search-faces-by-image.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/search-faces.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/start-celebrity-recognition.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/start-content-moderation.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/start-face-detection.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/start-face-search.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/start-label-detection.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/start-person-tracking.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/start-stream-processor.rst
/usr/lib/python3.6/site-packages/awscli/examples/rekognition/stop-stream-processor.rst
/usr/lib/python3.6/site-packages/awscli/examples/resource-groups
/usr/lib/python3.6/site-packages/awscli/examples/resource-groups/create-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/resource-groups/delete-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/resource-groups/get-group-query.rst
/usr/lib/python3.6/site-packages/awscli/examples/resource-groups/get-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/resource-groups/get-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/resource-groups/list-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/resource-groups/list-resource-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/resource-groups/search-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/resource-groups/tag.rst
/usr/lib/python3.6/site-packages/awscli/examples/resource-groups/untag.rst
/usr/lib/python3.6/site-packages/awscli/examples/resource-groups/update-group-query.rst
/usr/lib/python3.6/site-packages/awscli/examples/resource-groups/update-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/resourcegroupstaggingapi
/usr/lib/python3.6/site-packages/awscli/examples/resourcegroupstaggingapi/get-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/resourcegroupstaggingapi/get-tag-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/resourcegroupstaggingapi/get-tag-values.rst
/usr/lib/python3.6/site-packages/awscli/examples/resourcegroupstaggingapi/tag-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/resourcegroupstaggingapi/untag-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/batch-describe-simulation-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/cancel-simulation-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/create-deployment-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/create-fleet.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/create-robot-application-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/create-robot-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/create-robot.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/create-simulation-application-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/create-simulation-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/create-simulation-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/delete-fleet.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/delete-robot-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/delete-robot.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/delete-simulation-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/deregister-robot.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/describe-deployment-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/describe-fleet.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/describe-robot-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/describe-robot.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/describe-simulation-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/describe-simulation-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/list-deployment-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/list-fleets.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/list-robot-applications.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/list-robots.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/list-simulation-applications.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/list-simulation-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/register-robot.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/restart-simulation-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/sync-deployment-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/update-robot-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/robomaker/update-simulation-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53
/usr/lib/python3.6/site-packages/awscli/examples/route53/change-resource-record-sets.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/change-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/create-health-check.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/create-hosted-zone.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/delete-health-check.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/delete-hosted-zone.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/get-change.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/get-health-check.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/get-hosted-zone.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/list-health-checks.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/list-hosted-zones-by-name.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/list-hosted-zones.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/list-query-logging-configs.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53/list-resource-record-sets.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/check-domain-availability.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/check-domain-transferability.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/delete-tags-for-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/disable-domain-auto-renew.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/disable-domain-transfer-lock.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/enable-domain-auto-renew.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/enable-domain-transfer-lock.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/get-contact-reachability-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/get-domain-detail.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/get-domain-suggestions.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/get-operation-detail.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/list-domains.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/list-operations.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/list-tags-for-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/register-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/renew-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/resend-contact-reachability-email.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/retrieve-domain-auth-code.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/transfer-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/update-domain-contact-privacy.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/update-domain-contact.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/update-domain-nameservers.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/update-tags-for-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53domains/view-billing.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/associate-resolver-endpoint-ip-address.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/associate-resolver-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/create-resolver-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/create-resolver-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/delete-resolver-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/delete-resolver-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/disassociate-resolver-endpoint-ip-address.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/disassociate-resolver-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/get-resolver-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/get-resolver-rule-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/get-resolver-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/list-resolver-endpoint-ip-addresses.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/list-resolver-endpoints.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/list-resolver-rule-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/list-resolver-rules.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/put-resolver-rule-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/update-resolver-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/route53resolver/update-resolver-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3
/usr/lib/python3.6/site-packages/awscli/examples/s3/_concepts.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/cp.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/ls.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/mb.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/mv.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/presign.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/rb.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/rm.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/sync.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3/website.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api
/usr/lib/python3.6/site-packages/awscli/examples/s3api/abort-multipart-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/complete-multipart-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/copy-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/create-bucket.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/create-multipart-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-analytics-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-cors.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-encryption.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-inventory-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-lifecycle.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-metrics-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-replication.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-tagging.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket-website.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-bucket.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-object-tagging.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-objects.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/delete-public-access-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-accelerate-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-analytics-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-cors.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-encryption.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-inventory-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-lifecycle-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-lifecycle.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-location.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-logging.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-metrics-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-notification-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-notification.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-policy-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-replication.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-request-payment.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-tagging.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-versioning.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-bucket-website.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-object-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-object-legal-hold.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-object-lock-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-object-retention.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-object-tagging.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-object-torrent.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/get-public-access-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/head-bucket.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/head-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/list-bucket-analytics-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/list-bucket-inventory-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/list-bucket-metrics-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/list-buckets.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/list-multipart-uploads.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/list-object-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/list-objects-v2.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/list-objects.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/list-parts.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-accelerate-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-analytics-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-cors.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-encryption.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-inventory-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-lifecycle-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-lifecycle.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-logging.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-metrics-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-notification-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-notification.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-replication.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-request-payment.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-tagging.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-versioning.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-bucket-website.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-object-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-object-legal-hold.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-object-lock-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-object-retention.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-object-tagging.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/put-public-access-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/restore-object.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/select-object-content.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/upload-part-copy.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/upload-part.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/wait
/usr/lib/python3.6/site-packages/awscli/examples/s3api/wait/bucket-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/wait/bucket-not-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/wait/object-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3api/wait/object-not-exists.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control
/usr/lib/python3.6/site-packages/awscli/examples/s3control/create-access-point.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control/create-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control/delete-access-point-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control/delete-access-point.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control/delete-public-access-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control/describe-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control/get-access-point-policy-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control/get-access-point-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control/get-access-point.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control/get-public-access-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control/list-access-points.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control/list-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control/put-access-point-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control/put-public-access-block.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control/update-job-priority.rst
/usr/lib/python3.6/site-packages/awscli/examples/s3control/update-job-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/cancel-rotate-secret.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/create-secret.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/delete-resource-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/delete-secret.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/describe-secret.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/get-random-password.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/get-resource-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/get-secret-value.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/list-secret-version-ids.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/list-secrets.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/put-resource-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/put-secret-value.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/restore-secret.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/rotate-secret.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/update-secret-version-stage.rst
/usr/lib/python3.6/site-packages/awscli/examples/secretsmanager/update-secret.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/accept-invitation.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/batch-disable-standards.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/batch-enable-standards.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/batch-import-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/batch-update-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/create-action-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/create-insight.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/create-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/decline-invitations.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/delete-action-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/delete-insight.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/delete-invitations.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/delete-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/describe-action-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/describe-hub.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/describe-products.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/describe-standards-controls.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/describe-standards.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/disable-import-findings-for-product.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/disable-security-hub.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/disassociate-from-master-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/disassociate-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/enable-import-findings-for-product.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/enable-security-hub.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/get-enabled-standards.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/get-findings.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/get-insight-results.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/get-insights.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/get-invitations-count.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/get-master-account.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/get-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/invite-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/list-enabled-products-for-import.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/list-invitations.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/list-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/update-action-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/update-insight.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/update-security-hub-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/securityhub/update-standards-control.rst
/usr/lib/python3.6/site-packages/awscli/examples/serverlessrepo
/usr/lib/python3.6/site-packages/awscli/examples/serverlessrepo/put-application-policy.rst
/usr/lib/python3.6/site-packages/awscli/examples/service-quotas
/usr/lib/python3.6/site-packages/awscli/examples/service-quotas/get-aws-default-service-quota.rst
/usr/lib/python3.6/site-packages/awscli/examples/service-quotas/get-requested-service-quota-change.rst
/usr/lib/python3.6/site-packages/awscli/examples/service-quotas/get-service-quota.rst
/usr/lib/python3.6/site-packages/awscli/examples/service-quotas/list-aws-default-service-quotas.rst
/usr/lib/python3.6/site-packages/awscli/examples/service-quotas/list-requested-service-quota-change-history-by-quota.rst
/usr/lib/python3.6/site-packages/awscli/examples/service-quotas/list-requested-service-quota-change-history.rst
/usr/lib/python3.6/site-packages/awscli/examples/service-quotas/list-service-quotas.rst
/usr/lib/python3.6/site-packages/awscli/examples/service-quotas/list-services.rst
/usr/lib/python3.6/site-packages/awscli/examples/service-quotas/request-service-quota-increase.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/accept-portfolio-share.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/associate-principal-with-portfolio.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/associate-product-with-portfolio.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/associate-tag-option-with-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/copy-product.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/create-portfolio-share.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/create-portfolio.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/create-product.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/create-provisioning-artifact.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/create-tag-option.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/delete-portfolio-share.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/delete-portfolio.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/delete-product.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/delete-provisioning-artifact.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/delete-tag-option.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/describe-copy-product-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/describe-portfolio.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/describe-product-as-admin.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/describe-provisioned-product.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/describe-provisioning-artifact.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/describe-tag-option.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/disassociate-principal-from-portfolio.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/disassociate-product-from-portfolio.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/disassociate-tag-option-from-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/list-accepted-portfolio-shares.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/list-portfolio-access.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/list-portfolios-for-product.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/list-portfolios.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/list-principals-for-portfolio.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/list-provisioning-artifacts.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/list-resources-for-tag-option.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/list-tag-options.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/provision-product.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/reject-portfolio-share.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/scan-provisioned-products.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/search-products-as-admin.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/search-provisioned-products.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/update-portfolio.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/update-product.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/update-provisioning-artifact.rst
/usr/lib/python3.6/site-packages/awscli/examples/servicecatalog/update-tag-option.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses
/usr/lib/python3.6/site-packages/awscli/examples/ses/delete-identity.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/get-identity-dkim-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/get-identity-notification-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/get-identity-verification-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/get-send-quota.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/get-send-statistics.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/list-identities.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/send-email.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/send-raw-email.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/set-identity-dkim-enabled.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/set-identity-feedback-forwarding-enabled.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/set-identity-notification-topic.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/verify-domain-dkim.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/verify-domain-identity.rst
/usr/lib/python3.6/site-packages/awscli/examples/ses/verify-email-identity.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield
/usr/lib/python3.6/site-packages/awscli/examples/shield/associate-drt-log-bucket.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/associate-drt-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/create-protection.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/create-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/delete-protection.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/describe-attack.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/describe-drt-access.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/describe-emergency-contact-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/describe-protection.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/describe-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/disassociate-drt-log-bucket.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/disassociate-drt-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/get-subscription-state.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/list-attacks.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/list-protections.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/update-emergency-contact-settings.rst
/usr/lib/python3.6/site-packages/awscli/examples/shield/update-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/signer
/usr/lib/python3.6/site-packages/awscli/examples/signer/cancel-signing-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/signer/describe-signing-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/signer/get-signing-platform.rst
/usr/lib/python3.6/site-packages/awscli/examples/signer/get-signing-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/signer/list-signing-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/signer/list-signing-platforms.rst
/usr/lib/python3.6/site-packages/awscli/examples/signer/list-signing-profiles.rst
/usr/lib/python3.6/site-packages/awscli/examples/signer/put-signing-profile.rst
/usr/lib/python3.6/site-packages/awscli/examples/signer/start-signing-job.rst
/usr/lib/python3.6/site-packages/awscli/examples/snowball
/usr/lib/python3.6/site-packages/awscli/examples/snowball/get-snowball-usage.rst
/usr/lib/python3.6/site-packages/awscli/examples/snowball/list-jobs.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns
/usr/lib/python3.6/site-packages/awscli/examples/sns/add-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/check-if-phone-number-is-opted-out.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/confirm-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/create-platform-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/create-platform-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/create-topic.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/delete-endpoint.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/delete-platform-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/delete-topic.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/get-endpoint-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/get-platform-application-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/get-sms-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/get-subscription-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/get-topic-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/list-endpoints-by-platform-application.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/list-phone-numbers-opted-out.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/list-platform-applications.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/list-subscriptions-by-topic.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/list-subscriptions.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/list-topics.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/opt-in-phone-number.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/publish.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/remove-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/set-endpoint-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/set-platform-application-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/set-sms-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/set-subscription-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/set-topic-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/subscribe.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/unsubscribe.rst
/usr/lib/python3.6/site-packages/awscli/examples/sns/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs
/usr/lib/python3.6/site-packages/awscli/examples/sqs/add-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/change-message-visibility-batch.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/change-message-visibility.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/create-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/delete-message-batch.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/delete-message.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/delete-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/get-queue-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/get-queue-url.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/list-dead-letter-source-queues.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/list-queue-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/list-queues.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/purge-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/receive-message.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/remove-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/send-message-batch.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/send-message.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/set-queue-attributes.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/tag-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/sqs/untag-queue.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm
/usr/lib/python3.6/site-packages/awscli/examples/ssm/add-tags-to-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/cancel-command.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/cancel-maintenance-window-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/create-activation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/create-association-batch.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/create-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/create-document.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/create-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/create-ops-item.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/create-patch-baseline.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/create-resource-data-sync.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-activation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-document.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-inventory.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-parameter.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-patch-baseline.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-resource-data-sync.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/deregister-managed-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/deregister-patch-baseline-for-patch-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/deregister-target-from-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/deregister-task-from-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-activations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-association-execution-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-association-executions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-automation-executions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-automation-step-executions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-available-patches.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-document-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-document.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-effective-instance-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-effective-patches-for-patch-baseline.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-instance-associations-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-instance-information.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-instance-patch-states-for-patch-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-instance-patch-states.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-instance-patches.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-inventory-deletions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-maintenance-window-execution-task-invocations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-maintenance-window-execution-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-maintenance-window-executions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-maintenance-window-schedule.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-maintenance-window-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-maintenance-window-tasks.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-maintenance-windows-for-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-maintenance-windows.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-ops-items.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-patch-baselines.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-patch-group-state.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-patch-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-patch-properties.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/describe-sessions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-automation-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-calendar-state.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-command-invocation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-connection-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-default-patch-baseline.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-deployable-patch-snapshot-for-instance.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-document.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-inventory-schema.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-inventory.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-maintenance-window-execution-task-invocation.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-maintenance-window-execution-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-maintenance-window-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-maintenance-window-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-ops-item.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-ops-summary.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-parameter-history.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-parameter.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-parameters-by-path.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-parameters.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-patch-baseline-for-patch-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-patch-baseline.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/get-service-setting.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/label-parameter-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-association-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-associations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-command-invocations.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-commands.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-compliance-items.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-compliance-summaries.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-document-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-documents.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-inventory-entries.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-resource-compliance-summaries.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-resource-data-sync.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/modify-document-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/put-compliance-items.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/put-inventory.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/put-parameter.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/register-default-patch-baseline.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/register-patch-baseline-for-patch-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/register-target-with-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/register-task-with-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/remove-tags-from-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/reset-service-setting.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/resume-session.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/send-automation-signal.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/send-command.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/start-associations-once.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/start-automation-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/start-session.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/stop-automation-execution.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/terminate-session.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-association-status.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-association.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-document-default-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-document.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-maintenance-window-target.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-maintenance-window-task.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-maintenance-window.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-managed-instance-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-ops-item.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-patch-baseline.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-resource-data-sync.rst
/usr/lib/python3.6/site-packages/awscli/examples/ssm/update-service-setting.rst
/usr/lib/python3.6/site-packages/awscli/examples/storagegateway
/usr/lib/python3.6/site-packages/awscli/examples/storagegateway/describe-gateway-information.rst
/usr/lib/python3.6/site-packages/awscli/examples/storagegateway/list-file-shares.rst
/usr/lib/python3.6/site-packages/awscli/examples/storagegateway/list-gateways.rst
/usr/lib/python3.6/site-packages/awscli/examples/storagegateway/list-volumes.rst
/usr/lib/python3.6/site-packages/awscli/examples/storagegateway/refresh-cache.rst
/usr/lib/python3.6/site-packages/awscli/examples/sts
/usr/lib/python3.6/site-packages/awscli/examples/sts/assume-role-with-saml.rst
/usr/lib/python3.6/site-packages/awscli/examples/sts/assume-role-with-web-identity.rst
/usr/lib/python3.6/site-packages/awscli/examples/sts/assume-role.rst
/usr/lib/python3.6/site-packages/awscli/examples/sts/get-caller-identity.rst
/usr/lib/python3.6/site-packages/awscli/examples/sts/get-session-token.rst
/usr/lib/python3.6/site-packages/awscli/examples/support
/usr/lib/python3.6/site-packages/awscli/examples/support/add-attachments-to-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/support/add-communication-to-case.rst
/usr/lib/python3.6/site-packages/awscli/examples/support/create-case.rst
/usr/lib/python3.6/site-packages/awscli/examples/support/describe-attachment.rst
/usr/lib/python3.6/site-packages/awscli/examples/support/describe-cases.rst
/usr/lib/python3.6/site-packages/awscli/examples/support/describe-communications.rst
/usr/lib/python3.6/site-packages/awscli/examples/support/describe-services.rst
/usr/lib/python3.6/site-packages/awscli/examples/support/describe-severity-levels.rst
/usr/lib/python3.6/site-packages/awscli/examples/support/describe-trusted-advisor-check-refresh-statuses.rst
/usr/lib/python3.6/site-packages/awscli/examples/support/describe-trusted-advisor-check-result.rst
/usr/lib/python3.6/site-packages/awscli/examples/support/describe-trusted-advisor-check-summaries.rst
/usr/lib/python3.6/site-packages/awscli/examples/support/describe-trusted-advisor-checks.rst
/usr/lib/python3.6/site-packages/awscli/examples/support/refresh-trusted-advisor-check.rst
/usr/lib/python3.6/site-packages/awscli/examples/support/resolve-case.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf
/usr/lib/python3.6/site-packages/awscli/examples/swf/count-closed-workflow-executions.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/count-open-workflow-executions.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/deprecate-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/describe-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/list-activity-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/list-domains.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/list-workflow-types.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/register-domain.rst
/usr/lib/python3.6/site-packages/awscli/examples/swf/register-workflow-type.rst
/usr/lib/python3.6/site-packages/awscli/examples/textract
/usr/lib/python3.6/site-packages/awscli/examples/textract/analyze-document.rst
/usr/lib/python3.6/site-packages/awscli/examples/textract/detect-document-text.rst
/usr/lib/python3.6/site-packages/awscli/examples/textract/get-document-analysis.rst
/usr/lib/python3.6/site-packages/awscli/examples/textract/get-document-text-detection.rst
/usr/lib/python3.6/site-packages/awscli/examples/textract/start-document-analysis.rst
/usr/lib/python3.6/site-packages/awscli/examples/textract/start-document-text-detection.rst
/usr/lib/python3.6/site-packages/awscli/examples/translate
/usr/lib/python3.6/site-packages/awscli/examples/translate/import-terminology.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf
/usr/lib/python3.6/site-packages/awscli/examples/waf-regional
/usr/lib/python3.6/site-packages/awscli/examples/waf-regional/associate-web-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf-regional/put-logging-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf-regional/update-byte-match-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf-regional/update-ip-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf-regional/update-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf-regional/update-size-constraint-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf-regional/update-sql-injection-match-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf-regional/update-web-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf-regional/update-xss-match-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf/put-logging-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf/update-byte-match-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf/update-ip-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf/update-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf/update-size-constraint-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf/update-sql-injection-match-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf/update-web-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/waf/update-xss-match-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/associate-web-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/check-capacity.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/create-ip-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/create-regex-pattern-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/create-rule-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/create-web-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/delete-ip-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/delete-logging-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/delete-regex-pattern-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/delete-rule-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/delete-web-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/describe-managed-rule-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/disassociate-web-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/get-ip-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/get-logging-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/get-rate-based-statement-managed-keys.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/get-regex-pattern-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/get-rule-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/get-sampled-requests.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/get-web-acl-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/get-web-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/list-available-managed-rule-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/list-ip-sets.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/list-logging-configurations.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/list-regex-pattern-sets.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/list-resources-for-web-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/list-rule-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/list-web-acls.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/put-logging-configuration.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/update-ip-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/update-regex-pattern-set.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/update-rule-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/wafv2/update-web-acl.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/abort-document-version-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/activate-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/add-resource-permissions.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/create-comment.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/create-custom-metadata.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/create-folder.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/create-labels.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/create-notification-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/create-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/deactivate-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/delete-comment.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/delete-custom-metadata.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/delete-document.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/delete-folder-contents.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/delete-folder.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/delete-labels.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/delete-notification-subscription.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/delete-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/describe-activities.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/describe-comments.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/describe-document-versions.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/describe-folder-contents.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/describe-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/describe-notification-subscriptions.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/describe-resource-permissions.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/describe-users.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/get-document-path.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/get-document-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/get-document.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/get-folder-path.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/get-folder.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/get-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/initiate-document-version-upload.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/remove-all-resource-permissions.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/remove-resource-permission.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/update-document-version.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/update-document.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/update-folder.rst
/usr/lib/python3.6/site-packages/awscli/examples/workdocs/update-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail
/usr/lib/python3.6/site-packages/awscli/examples/workmail/associate-delegate-to-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/associate-member-to-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/create-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/create-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/create-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/create-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/delete-access-control-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/delete-alias.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/delete-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/delete-mailbox-permissions.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/delete-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/delete-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/deregister-from-work-mail.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/describe-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/describe-organization.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/describe-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/describe-user.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/disassociate-delegate-from-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/disassociate-member-from-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/get-access-control-effect.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/get-mailbox-details.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/list-access-control-rules.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/list-aliases.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/list-group-members.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/list-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/list-mailbox-permissions.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/list-organizations.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/list-resource-delegates.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/list-resources.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/list-tags-for-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/list-users.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/put-access-control-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/put-mailbox-permissions.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/register-to-work-mail.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/reset-password.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/tag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/untag-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/update-mailbox-quota.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/update-primary-email-address.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmail/update-resource.rst
/usr/lib/python3.6/site-packages/awscli/examples/workmailmessageflow
/usr/lib/python3.6/site-packages/awscli/examples/workmailmessageflow/get-raw-message-content.rst
/usr/lib/python3.6/site-packages/awscli/examples/workspaces
/usr/lib/python3.6/site-packages/awscli/examples/workspaces/create-workspaces.rst
/usr/lib/python3.6/site-packages/awscli/examples/workspaces/describe-tags.rst
/usr/lib/python3.6/site-packages/awscli/examples/workspaces/describe-workspace-bundles.rst
/usr/lib/python3.6/site-packages/awscli/examples/workspaces/describe-workspace-directories.rst
/usr/lib/python3.6/site-packages/awscli/examples/workspaces/describe-workspaces.rst
/usr/lib/python3.6/site-packages/awscli/examples/workspaces/migrate-workspace.rst
/usr/lib/python3.6/site-packages/awscli/examples/workspaces/terminate-workspaces.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray
/usr/lib/python3.6/site-packages/awscli/examples/xray/batch-traces-get.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray/create-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray/create-sampling-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray/delete-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray/delete-sampling-rule.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray/get-encryption-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray/get-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray/get-groups.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray/get-sampling-rules.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray/get-sampling-targets.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray/get-service-graph.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray/get-trace-summaries.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray/put-encryption-config.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray/put-trace-segments.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray/update-group.rst
/usr/lib/python3.6/site-packages/awscli/examples/xray/update-sampling-rule.rst
/usr/lib/python3.6/site-packages/awscli/formatter.py
/usr/lib/python3.6/site-packages/awscli/handlers.py
/usr/lib/python3.6/site-packages/awscli/help.py
/usr/lib/python3.6/site-packages/awscli/paramfile.py
/usr/lib/python3.6/site-packages/awscli/plugin.py
/usr/lib/python3.6/site-packages/awscli/schema.py
/usr/lib/python3.6/site-packages/awscli/shorthand.py
/usr/lib/python3.6/site-packages/awscli/table.py
/usr/lib/python3.6/site-packages/awscli/testutils.py
/usr/lib/python3.6/site-packages/awscli/text.py
/usr/lib/python3.6/site-packages/awscli/topics
/usr/lib/python3.6/site-packages/awscli/topics/config-vars.rst
/usr/lib/python3.6/site-packages/awscli/topics/return-codes.rst
/usr/lib/python3.6/site-packages/awscli/topics/s3-config.rst
/usr/lib/python3.6/site-packages/awscli/topics/s3-faq.rst
/usr/lib/python3.6/site-packages/awscli/topics/topic-tags.json
/usr/lib/python3.6/site-packages/awscli/topictags.py
/usr/lib/python3.6/site-packages/awscli/utils.py
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/aws
/usr/share/doc/awscli
/usr/share/doc/awscli/README.md
/usr/share/licenses/awscli
/usr/share/licenses/awscli/LICENSE.txt
/usr/share/zsh
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_awscli

References

Summary

In this tutorial we learn how to install awscli on CentOS 8 using yum and dnf.