Skip to content

Instantly share code, notes, and snippets.

@amancevice
Created October 18, 2023 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amancevice/ab5de57a8b2f6a97d33aef71353617a7 to your computer and use it in GitHub Desktop.
Save amancevice/ab5de57a8b2f6a97d33aef71353617a7 to your computer and use it in GitHub Desktop.
aws-sam-cli on macOS 14 - Homebrew build logs
Homebrew build logs for aws-sam-cli on macOS 14
Build date: 2023-10-18 11:31:07
HOMEBREW_VERSION: 4.1.16-9-gab16b59
ORIGIN: https://github.com/Homebrew/brew
HEAD: ab16b59ee73ec799d87f882d2e4351cb52626f83
Last commit: 7 hours ago
Core tap origin: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 72a6e98b1d0ddaed011f998dcb4416da122b60a8
Core tap last commit: 37 minutes ago
Core tap branch: master
Core tap JSON: 18 Oct 15:11 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_BROWSER: open
HOMEBREW_CASK_OPTS: []
HOMEBREW_EDITOR: vi
HOMEBREW_MAKE_JOBS: 8
HOMEBREW_SORBET_RUNTIME: set
Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: octa-core 64-bit arm_firestorm_icestorm
Clang: 15.0.0 build 1500
Git: 2.42.0 => /opt/homebrew/bin/git
Curl: 8.1.2 => /usr/bin/curl
macOS: 14.1-arm64
CLT: 15.0.0.0.1.1694021235
Xcode: 15.0
Rosetta 2: false
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
rake-completion
Warning: You have uncommitted modifications to Homebrew/homebrew-core.
If this is a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
cd /opt/homebrew/Library/Taps/homebrew/homebrew-core && git stash -u && git clean -d -f
Uncommitted files:
M Formula/a/aws-sam-cli.rb
Warning: /usr/bin occurs before /opt/homebrew/bin in your PATH.
This means that system-provided programs will be used instead of those
provided by Homebrew. Consider setting your PATH so that
/opt/homebrew/bin occurs before /usr/bin. Here is a one-liner:
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc
The following tools exist at both paths:
git-receive-pack
python3
pip3
bashbug
git-upload-archive
git-shell
git-upload-pack
openssl
git
Warning: Homebrew's "bin" was not found in your PATH.
Consider setting your PATH for example like so:
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc
Warning: Homebrew's "sbin" was not found in your PATH but you have installed
formulae that put executables in /opt/homebrew/sbin.
Consider setting your PATH for example like so:
echo 'export PATH="/opt/homebrew/sbin:$PATH"' >> ~/.zshrc
2023-10-18 15:26:05 +0000
python3.12
-m
venv
--system-site-packages
--without-pip
/opt/homebrew/Cellar/aws-sam-cli/1.98.0_1/libexec
2023-10-18 15:26:06 +0000
python3.12
-m
pip
--python=/opt/homebrew/Cellar/aws-sam-cli/1.98.0_1/libexec/bin/python
install
--verbose
--no-deps
--no-binary=:all:
--ignore-installed
--no-compile
/private/tmp/aws-sam-cli--annotated-types-20231018-89077-1n2dg70/annotated_types-0.6.0
Using pip 23.2.1 from /opt/homebrew/lib/python3.12/site-packages/pip (python 3.12)
Processing /private/tmp/aws-sam-cli--annotated-types-20231018-89077-1n2dg70/annotated_types-0.6.0
Installing build dependencies: started
Running command pip subprocess to install build dependencies
Collecting hatchling
Downloading hatchling-1.18.0.tar.gz (57 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.2/57.2 kB 1.7 MB/s eta 0:00:00
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting editables>=0.3 (from hatchling)
Using cached editables-0.5-py3-none-any.whl
Collecting packaging>=21.3 (from hatchling)
Using cached packaging-23.2-py3-none-any.whl
Collecting pathspec>=0.10.1 (from hatchling)
Using cached pathspec-0.11.2-py3-none-any.whl
Collecting pluggy>=1.0.0 (from hatchling)
Using cached pluggy-1.3.0-py3-none-any.whl
Collecting trove-classifiers (from hatchling)
Using cached trove_classifiers-2023.10.18-py3-none-any.whl
Building wheels for collected packages: hatchling
Building wheel for hatchling (pyproject.toml): started
Building wheel for hatchling (pyproject.toml): finished with status 'done'
Created wheel for hatchling: filename=hatchling-1.18.0-py3-none-any.whl size=75746 sha256=d888148455f4601c6e2598772589d09be79a5f58ece708f412220fa3130a6b3a
Stored in directory: /private/tmp/aws-sam-cli-20231018-89077-g1zp7q/aws-sam-cli-1.98.0/.brew_home/Library/Caches/pip/wheels/4a/1f/6c/f4244c2ce69d834419b426b2872c6bcb2bad47923a3855a1fb
Successfully built hatchling
Installing collected packages: trove-classifiers, pluggy, pathspec, packaging, editables, hatchling
Successfully installed editables-0.5 hatchling-1.18.0 packaging-23.2 pathspec-0.11.2 pluggy-1.3.0 trove-classifiers-2023.10.18
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Running command Getting requirements to build wheel
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Running command Preparing metadata (pyproject.toml)
Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: annotated-types
Building wheel for annotated-types (pyproject.toml): started
Running command Building wheel for annotated-types (pyproject.toml)
Building wheel for annotated-types (pyproject.toml): finished with status 'done'
Created wheel for annotated-types: filename=annotated_types-0.6.0-py3-none-any.whl size=12360 sha256=348675c0932275b57ede5305591e47502937a9431ddd73272afff5a11a0c6c2f
Stored in directory: /private/tmp/aws-sam-cli-20231018-89077-g1zp7q/aws-sam-cli-1.98.0/.brew_home/Library/Caches/pip/wheels/c9/13/29/21fcaa05612cfbc7bfaffc9405e82b1685422510887ae61989
Successfully built annotated-types
Installing collected packages: annotated-types
Successfully installed annotated-types-0.6.0
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
2023-10-18 15:26:24 +0000
python3.12
-m
pip
--python=/opt/homebrew/Cellar/aws-sam-cli/1.98.0_1/libexec/bin/python
install
--verbose
--no-deps
--no-binary=:all:
--ignore-installed
--no-compile
/private/tmp/aws-sam-cli--arrow-20231018-89077-11chu0f/arrow-1.3.0
Using pip 23.2.1 from /opt/homebrew/lib/python3.12/site-packages/pip (python 3.12)
Processing /private/tmp/aws-sam-cli--arrow-20231018-89077-11chu0f/arrow-1.3.0
Installing build dependencies: started
Running command pip subprocess to install build dependencies
Collecting flit_core<4,>=3.2
Using cached flit_core-3.9.0-py3-none-any.whl
Installing collected packages: flit_core
Successfully installed flit_core-3.9.0
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Running command Getting requirements to build wheel
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Running command Preparing metadata (pyproject.toml)
Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: arrow
Building wheel for arrow (pyproject.toml): started
Running command Building wheel for arrow (pyproject.toml)
Building wheel for arrow (pyproject.toml): finished with status 'done'
Created wheel for arrow: filename=arrow-1.3.0-py3-none-any.whl size=66419 sha256=3232187395e2d46cfe68ded64c384ef61a32f5b5f3e2b749c4755eef341ee849
Stored in directory: /private/tmp/aws-sam-cli-20231018-89077-g1zp7q/aws-sam-cli-1.98.0/.brew_home/Library/Caches/pip/wheels/84/8b/ee/9943cd13fe5a890c6aebf2efeb980ed1572b656796f0c5a4b2
Successfully built arrow
Installing collected packages: arrow
Successfully installed arrow-1.3.0
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
2023-10-18 15:26:25 +0000
python3.12
-m
pip
--python=/opt/homebrew/Cellar/aws-sam-cli/1.98.0_1/libexec/bin/python
install
--verbose
--no-deps
--no-binary=:all:
--ignore-installed
--no-compile
/private/tmp/aws-sam-cli--attrs-20231018-89077-14522x7/attrs-23.1.0
Using pip 23.2.1 from /opt/homebrew/lib/python3.12/site-packages/pip (python 3.12)
Processing /private/tmp/aws-sam-cli--attrs-20231018-89077-14522x7/attrs-23.1.0
Installing build dependencies: started
Running command pip subprocess to install build dependencies
Collecting hatchling
Using cached hatchling-1.18.0-py3-none-any.whl
Collecting hatch-vcs
Downloading hatch_vcs-0.3.0.tar.gz (10 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting hatch-fancy-pypi-readme
Downloading hatch_fancy_pypi_readme-23.1.0.tar.gz (28 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting editables>=0.3 (from hatchling)
Using cached editables-0.5-py3-none-any.whl
Collecting packaging>=21.3 (from hatchling)
Using cached packaging-23.2-py3-none-any.whl
Collecting pathspec>=0.10.1 (from hatchling)
Using cached pathspec-0.11.2-py3-none-any.whl
Collecting pluggy>=1.0.0 (from hatchling)
Using cached pluggy-1.3.0-py3-none-any.whl
Collecting trove-classifiers (from hatchling)
Using cached trove_classifiers-2023.10.18-py3-none-any.whl
Collecting setuptools-scm>=6.4.0 (from hatch-vcs)
Using cached setuptools_scm-8.0.4-py3-none-any.whl
Collecting setuptools (from setuptools-scm>=6.4.0->hatch-vcs)
Using cached setuptools-68.2.2-py3-none-any.whl
Collecting typing-extensions (from setuptools-scm>=6.4.0->hatch-vcs)
Using cached typing_extensions-4.8.0-py3-none-any.whl
Building wheels for collected packages: hatch-vcs, hatch-fancy-pypi-readme
Building wheel for hatch-vcs (pyproject.toml): started
Building wheel for hatch-vcs (pyproject.toml): finished with status 'done'
Created wheel for hatch-vcs: filename=hatch_vcs-0.3.0-py3-none-any.whl size=7991 sha256=b2d703ed299e4dc2f08940e408b728c4802057ede68993977611979fde993278
Stored in directory: /private/tmp/aws-sam-cli-20231018-89077-g1zp7q/aws-sam-cli-1.98.0/.brew_home/Library/Caches/pip/wheels/5f/73/30/6cea7bf538a325a998b9db13794d86d765b97a4c674a652078
Building wheel for hatch-fancy-pypi-readme (pyproject.toml): started
Building wheel for hatch-fancy-pypi-readme (pyproject.toml): finished with status 'done'
Created wheel for hatch-fancy-pypi-readme: filename=hatch_fancy_pypi_readme-23.1.0-py3-none-any.whl size=10490 sha256=b19e487f54b6de33f612e0896a6314fffd695e9887f7c809e8d0a96c5c24e96d
Stored in directory: /private/tmp/aws-sam-cli-20231018-89077-g1zp7q/aws-sam-cli-1.98.0/.brew_home/Library/Caches/pip/wheels/83/d8/63/310327e4c35628387bfa01356ca6aa64a3ba2186ab854089b6
Successfully built hatch-vcs hatch-fancy-pypi-readme
Installing collected packages: trove-classifiers, typing-extensions, setuptools, pluggy, pathspec, packaging, editables, setuptools-scm, hatchling, hatch-vcs, hatch-fancy-pypi-readme
Successfully installed editables-0.5 hatch-fancy-pypi-readme-23.1.0 hatch-vcs-0.3.0 hatchling-1.18.0 packaging-23.2 pathspec-0.11.2 pluggy-1.3.0 setuptools-68.2.2 setuptools-scm-8.0.4 trove-classifiers-2023.10.18 typing-extensions-4.8.0
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Running command Getting requirements to build wheel
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Running command Preparing metadata (pyproject.toml)
/private/tmp/pip-build-env-7sbkwrnv/overlay/lib/python3.12/site-packages/setuptools_scm/git.py:308: UserWarning: git archive did not support describe output
warnings.warn("git archive did not support describe output")
/private/tmp/pip-build-env-7sbkwrnv/overlay/lib/python3.12/site-packages/setuptools_scm/git.py:327: UserWarning: unprocessed git archival found (no export subst applied)
warnings.warn("unprocessed git archival found (no export subst applied)")
Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: attrs
Building wheel for attrs (pyproject.toml): started
Running command Building wheel for attrs (pyproject.toml)
Building wheel for attrs (pyproject.toml): finished with status 'done'
Created wheel for attrs: filename=attrs-23.1.0-py3-none-any.whl size=61159 sha256=100a246f4eafa7d081b345407a540a7e2e65188f2f5816deb8fd796178581b71
Stored in directory: /private/tmp/aws-sam-cli-20231018-89077-g1zp7q/aws-sam-cli-1.98.0/.brew_home/Library/Caches/pip/wheels/14/ff/e8/b063a70c8b55281f1411142583f6d5cbeaae84faac1fc3ecb3
Successfully built attrs
Installing collected packages: attrs
Successfully installed attrs-23.1.0
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
2023-10-18 15:26:29 +0000
python3.12
-m
pip
--python=/opt/homebrew/Cellar/aws-sam-cli/1.98.0_1/libexec/bin/python
install
--verbose
--no-deps
--no-binary=:all:
--ignore-installed
--no-compile
/private/tmp/aws-sam-cli--aws-lambda-builders-20231018-89077-1u1v4lt/aws_lambda_builders-1.38.0
Using pip 23.2.1 from /opt/homebrew/lib/python3.12/site-packages/pip (python 3.12)
Processing /private/tmp/aws-sam-cli--aws-lambda-builders-20231018-89077-1u1v4lt/aws_lambda_builders-1.38.0
Installing build dependencies: started
Running command pip subprocess to install build dependencies
Collecting setuptools>=40.8.0
Using cached setuptools-68.2.2-py3-none-any.whl
Collecting wheel
Using cached wheel-0.41.2-py3-none-any.whl
Installing collected packages: wheel, setuptools
Successfully installed setuptools-68.2.2 wheel-0.41.2
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Running command Getting requirements to build wheel
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/dist.py:498: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'description-file' will not be supported in future
versions. Please use the underscore name 'description_file' instead.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
running egg_info
writing aws_lambda_builders.egg-info/PKG-INFO
writing dependency_links to aws_lambda_builders.egg-info/dependency_links.txt
writing entry points to aws_lambda_builders.egg-info/entry_points.txt
writing requirements to aws_lambda_builders.egg-info/requires.txt
writing top-level names to aws_lambda_builders.egg-info/top_level.txt
reading manifest file 'aws_lambda_builders.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'tests'
adding license file 'LICENSE'
adding license file 'NOTICE'
writing manifest file 'aws_lambda_builders.egg-info/SOURCES.txt'
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Running command Preparing metadata (pyproject.toml)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/dist.py:498: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'description-file' will not be supported in future
versions. Please use the underscore name 'description_file' instead.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
running dist_info
creating /private/tmp/pip-modern-metadata-7g2biyfn/aws_lambda_builders.egg-info
writing /private/tmp/pip-modern-metadata-7g2biyfn/aws_lambda_builders.egg-info/PKG-INFO
writing dependency_links to /private/tmp/pip-modern-metadata-7g2biyfn/aws_lambda_builders.egg-info/dependency_links.txt
writing entry points to /private/tmp/pip-modern-metadata-7g2biyfn/aws_lambda_builders.egg-info/entry_points.txt
writing requirements to /private/tmp/pip-modern-metadata-7g2biyfn/aws_lambda_builders.egg-info/requires.txt
writing top-level names to /private/tmp/pip-modern-metadata-7g2biyfn/aws_lambda_builders.egg-info/top_level.txt
writing manifest file '/private/tmp/pip-modern-metadata-7g2biyfn/aws_lambda_builders.egg-info/SOURCES.txt'
reading manifest file '/private/tmp/pip-modern-metadata-7g2biyfn/aws_lambda_builders.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'tests'
adding license file 'LICENSE'
adding license file 'NOTICE'
writing manifest file '/private/tmp/pip-modern-metadata-7g2biyfn/aws_lambda_builders.egg-info/SOURCES.txt'
creating '/private/tmp/pip-modern-metadata-7g2biyfn/aws_lambda_builders-1.38.0.dist-info'
Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: aws-lambda-builders
Building wheel for aws-lambda-builders (pyproject.toml): started
Running command Building wheel for aws-lambda-builders (pyproject.toml)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/dist.py:498: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'description-file' will not be supported in future
versions. Please use the underscore name 'description_file' instead.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/aws_lambda_builders
copying aws_lambda_builders/validator.py -> build/lib/aws_lambda_builders
copying aws_lambda_builders/registry.py -> build/lib/aws_lambda_builders
copying aws_lambda_builders/actions.py -> build/lib/aws_lambda_builders
copying aws_lambda_builders/__init__.py -> build/lib/aws_lambda_builders
copying aws_lambda_builders/builder.py -> build/lib/aws_lambda_builders
copying aws_lambda_builders/utils.py -> build/lib/aws_lambda_builders
copying aws_lambda_builders/architecture.py -> build/lib/aws_lambda_builders
copying aws_lambda_builders/exceptions.py -> build/lib/aws_lambda_builders
copying aws_lambda_builders/path_resolver.py -> build/lib/aws_lambda_builders
copying aws_lambda_builders/workflow.py -> build/lib/aws_lambda_builders
copying aws_lambda_builders/__main__.py -> build/lib/aws_lambda_builders
copying aws_lambda_builders/binary_path.py -> build/lib/aws_lambda_builders
creating build/lib/aws_lambda_builders/workflows
copying aws_lambda_builders/workflows/__init__.py -> build/lib/aws_lambda_builders/workflows
creating build/lib/aws_lambda_builders/workflows/python_pip
copying aws_lambda_builders/workflows/python_pip/validator.py -> build/lib/aws_lambda_builders/workflows/python_pip
copying aws_lambda_builders/workflows/python_pip/compat.py -> build/lib/aws_lambda_builders/workflows/python_pip
copying aws_lambda_builders/workflows/python_pip/packager.py -> build/lib/aws_lambda_builders/workflows/python_pip
copying aws_lambda_builders/workflows/python_pip/actions.py -> build/lib/aws_lambda_builders/workflows/python_pip
copying aws_lambda_builders/workflows/python_pip/__init__.py -> build/lib/aws_lambda_builders/workflows/python_pip
copying aws_lambda_builders/workflows/python_pip/utils.py -> build/lib/aws_lambda_builders/workflows/python_pip
copying aws_lambda_builders/workflows/python_pip/exceptions.py -> build/lib/aws_lambda_builders/workflows/python_pip
copying aws_lambda_builders/workflows/python_pip/workflow.py -> build/lib/aws_lambda_builders/workflows/python_pip
creating build/lib/aws_lambda_builders/workflows/java_gradle
copying aws_lambda_builders/workflows/java_gradle/actions.py -> build/lib/aws_lambda_builders/workflows/java_gradle
copying aws_lambda_builders/workflows/java_gradle/__init__.py -> build/lib/aws_lambda_builders/workflows/java_gradle
copying aws_lambda_builders/workflows/java_gradle/gradle_resolver.py -> build/lib/aws_lambda_builders/workflows/java_gradle
copying aws_lambda_builders/workflows/java_gradle/gradle.py -> build/lib/aws_lambda_builders/workflows/java_gradle
copying aws_lambda_builders/workflows/java_gradle/gradle_validator.py -> build/lib/aws_lambda_builders/workflows/java_gradle
copying aws_lambda_builders/workflows/java_gradle/workflow.py -> build/lib/aws_lambda_builders/workflows/java_gradle
creating build/lib/aws_lambda_builders/workflows/java
copying aws_lambda_builders/workflows/java/actions.py -> build/lib/aws_lambda_builders/workflows/java
copying aws_lambda_builders/workflows/java/__init__.py -> build/lib/aws_lambda_builders/workflows/java
copying aws_lambda_builders/workflows/java/utils.py -> build/lib/aws_lambda_builders/workflows/java
creating build/lib/aws_lambda_builders/workflows/java_maven
copying aws_lambda_builders/workflows/java_maven/actions.py -> build/lib/aws_lambda_builders/workflows/java_maven
copying aws_lambda_builders/workflows/java_maven/__init__.py -> build/lib/aws_lambda_builders/workflows/java_maven
copying aws_lambda_builders/workflows/java_maven/workflow.py -> build/lib/aws_lambda_builders/workflows/java_maven
copying aws_lambda_builders/workflows/java_maven/maven_resolver.py -> build/lib/aws_lambda_builders/workflows/java_maven
copying aws_lambda_builders/workflows/java_maven/maven.py -> build/lib/aws_lambda_builders/workflows/java_maven
copying aws_lambda_builders/workflows/java_maven/maven_validator.py -> build/lib/aws_lambda_builders/workflows/java_maven
creating build/lib/aws_lambda_builders/workflows/dotnet_clipackage
copying aws_lambda_builders/workflows/dotnet_clipackage/dotnetcli_resolver.py -> build/lib/aws_lambda_builders/workflows/dotnet_clipackage
copying aws_lambda_builders/workflows/dotnet_clipackage/actions.py -> build/lib/aws_lambda_builders/workflows/dotnet_clipackage
copying aws_lambda_builders/workflows/dotnet_clipackage/__init__.py -> build/lib/aws_lambda_builders/workflows/dotnet_clipackage
copying aws_lambda_builders/workflows/dotnet_clipackage/utils.py -> build/lib/aws_lambda_builders/workflows/dotnet_clipackage
copying aws_lambda_builders/workflows/dotnet_clipackage/workflow.py -> build/lib/aws_lambda_builders/workflows/dotnet_clipackage
copying aws_lambda_builders/workflows/dotnet_clipackage/dotnetcli.py -> build/lib/aws_lambda_builders/workflows/dotnet_clipackage
creating build/lib/aws_lambda_builders/workflows/nodejs_npm
copying aws_lambda_builders/workflows/nodejs_npm/actions.py -> build/lib/aws_lambda_builders/workflows/nodejs_npm
copying aws_lambda_builders/workflows/nodejs_npm/__init__.py -> build/lib/aws_lambda_builders/workflows/nodejs_npm
copying aws_lambda_builders/workflows/nodejs_npm/npm.py -> build/lib/aws_lambda_builders/workflows/nodejs_npm
copying aws_lambda_builders/workflows/nodejs_npm/utils.py -> build/lib/aws_lambda_builders/workflows/nodejs_npm
copying aws_lambda_builders/workflows/nodejs_npm/workflow.py -> build/lib/aws_lambda_builders/workflows/nodejs_npm
creating build/lib/aws_lambda_builders/workflows/go_modules
copying aws_lambda_builders/workflows/go_modules/validator.py -> build/lib/aws_lambda_builders/workflows/go_modules
copying aws_lambda_builders/workflows/go_modules/actions.py -> build/lib/aws_lambda_builders/workflows/go_modules
copying aws_lambda_builders/workflows/go_modules/__init__.py -> build/lib/aws_lambda_builders/workflows/go_modules
copying aws_lambda_builders/workflows/go_modules/builder.py -> build/lib/aws_lambda_builders/workflows/go_modules
copying aws_lambda_builders/workflows/go_modules/utils.py -> build/lib/aws_lambda_builders/workflows/go_modules
copying aws_lambda_builders/workflows/go_modules/workflow.py -> build/lib/aws_lambda_builders/workflows/go_modules
creating build/lib/aws_lambda_builders/workflows/ruby_bundler
copying aws_lambda_builders/workflows/ruby_bundler/bundler.py -> build/lib/aws_lambda_builders/workflows/ruby_bundler
copying aws_lambda_builders/workflows/ruby_bundler/actions.py -> build/lib/aws_lambda_builders/workflows/ruby_bundler
copying aws_lambda_builders/workflows/ruby_bundler/__init__.py -> build/lib/aws_lambda_builders/workflows/ruby_bundler
copying aws_lambda_builders/workflows/ruby_bundler/utils.py -> build/lib/aws_lambda_builders/workflows/ruby_bundler
copying aws_lambda_builders/workflows/ruby_bundler/workflow.py -> build/lib/aws_lambda_builders/workflows/ruby_bundler
creating build/lib/aws_lambda_builders/workflows/custom_make
copying aws_lambda_builders/workflows/custom_make/validator.py -> build/lib/aws_lambda_builders/workflows/custom_make
copying aws_lambda_builders/workflows/custom_make/actions.py -> build/lib/aws_lambda_builders/workflows/custom_make
copying aws_lambda_builders/workflows/custom_make/__init__.py -> build/lib/aws_lambda_builders/workflows/custom_make
copying aws_lambda_builders/workflows/custom_make/utils.py -> build/lib/aws_lambda_builders/workflows/custom_make
copying aws_lambda_builders/workflows/custom_make/make.py -> build/lib/aws_lambda_builders/workflows/custom_make
copying aws_lambda_builders/workflows/custom_make/exceptions.py -> build/lib/aws_lambda_builders/workflows/custom_make
copying aws_lambda_builders/workflows/custom_make/workflow.py -> build/lib/aws_lambda_builders/workflows/custom_make
creating build/lib/aws_lambda_builders/workflows/nodejs_npm_esbuild
copying aws_lambda_builders/workflows/nodejs_npm_esbuild/esbuild.py -> build/lib/aws_lambda_builders/workflows/nodejs_npm_esbuild
copying aws_lambda_builders/workflows/nodejs_npm_esbuild/actions.py -> build/lib/aws_lambda_builders/workflows/nodejs_npm_esbuild
copying aws_lambda_builders/workflows/nodejs_npm_esbuild/__init__.py -> build/lib/aws_lambda_builders/workflows/nodejs_npm_esbuild
copying aws_lambda_builders/workflows/nodejs_npm_esbuild/exceptions.py -> build/lib/aws_lambda_builders/workflows/nodejs_npm_esbuild
copying aws_lambda_builders/workflows/nodejs_npm_esbuild/workflow.py -> build/lib/aws_lambda_builders/workflows/nodejs_npm_esbuild
creating build/lib/aws_lambda_builders/workflows/rust_cargo
copying aws_lambda_builders/workflows/rust_cargo/cargo_lambda.py -> build/lib/aws_lambda_builders/workflows/rust_cargo
copying aws_lambda_builders/workflows/rust_cargo/feature_flag.py -> build/lib/aws_lambda_builders/workflows/rust_cargo
copying aws_lambda_builders/workflows/rust_cargo/actions.py -> build/lib/aws_lambda_builders/workflows/rust_cargo
copying aws_lambda_builders/workflows/rust_cargo/__init__.py -> build/lib/aws_lambda_builders/workflows/rust_cargo
copying aws_lambda_builders/workflows/rust_cargo/utils.py -> build/lib/aws_lambda_builders/workflows/rust_cargo
copying aws_lambda_builders/workflows/rust_cargo/exceptions.py -> build/lib/aws_lambda_builders/workflows/rust_cargo
copying aws_lambda_builders/workflows/rust_cargo/workflow.py -> build/lib/aws_lambda_builders/workflows/rust_cargo
running egg_info
writing aws_lambda_builders.egg-info/PKG-INFO
writing dependency_links to aws_lambda_builders.egg-info/dependency_links.txt
writing entry points to aws_lambda_builders.egg-info/entry_points.txt
writing requirements to aws_lambda_builders.egg-info/requires.txt
writing top-level names to aws_lambda_builders.egg-info/top_level.txt
reading manifest file 'aws_lambda_builders.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'tests'
adding license file 'LICENSE'
adding license file 'NOTICE'
writing manifest file 'aws_lambda_builders.egg-info/SOURCES.txt'
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'aws_lambda_builders.workflows.java_gradle.resources' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'aws_lambda_builders.workflows.java_gradle.resources' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'aws_lambda_builders.workflows.java_gradle.resources' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'aws_lambda_builders.workflows.java_gradle.resources' to be distributed and are
already explicitly excluding 'aws_lambda_builders.workflows.java_gradle.resources' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
copying aws_lambda_builders/workflows/python_pip/DESIGN.md -> build/lib/aws_lambda_builders/workflows/python_pip
copying aws_lambda_builders/workflows/java_gradle/DESIGN.md -> build/lib/aws_lambda_builders/workflows/java_gradle
creating build/lib/aws_lambda_builders/workflows/java_gradle/resources
copying aws_lambda_builders/workflows/java_gradle/resources/lambda-build-init.gradle -> build/lib/aws_lambda_builders/workflows/java_gradle/resources
copying aws_lambda_builders/workflows/java_maven/DESIGN.md -> build/lib/aws_lambda_builders/workflows/java_maven
copying aws_lambda_builders/workflows/dotnet_clipackage/DESIGN.md -> build/lib/aws_lambda_builders/workflows/dotnet_clipackage
copying aws_lambda_builders/workflows/nodejs_npm/DESIGN.md -> build/lib/aws_lambda_builders/workflows/nodejs_npm
copying aws_lambda_builders/workflows/go_modules/DESIGN.md -> build/lib/aws_lambda_builders/workflows/go_modules
copying aws_lambda_builders/workflows/ruby_bundler/DESIGN.md -> build/lib/aws_lambda_builders/workflows/ruby_bundler
copying aws_lambda_builders/workflows/custom_make/DESIGN.md -> build/lib/aws_lambda_builders/workflows/custom_make
copying aws_lambda_builders/workflows/nodejs_npm_esbuild/DESIGN.md -> build/lib/aws_lambda_builders/workflows/nodejs_npm_esbuild
copying aws_lambda_builders/workflows/rust_cargo/DESIGN.md -> build/lib/aws_lambda_builders/workflows/rust_cargo
warning: build_py: byte-compiling is disabled, skipping.
installing to build/bdist.macosx-14-arm64/wheel
running install
running install_lib
creating build/bdist.macosx-14-arm64
creating build/bdist.macosx-14-arm64/wheel
creating build/bdist.macosx-14-arm64/wheel/aws_lambda_builders
copying build/lib/aws_lambda_builders/validator.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders
copying build/lib/aws_lambda_builders/registry.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders
creating build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows
creating build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/python_pip
copying build/lib/aws_lambda_builders/workflows/python_pip/validator.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/python_pip
copying build/lib/aws_lambda_builders/workflows/python_pip/compat.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/python_pip
copying build/lib/aws_lambda_builders/workflows/python_pip/packager.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/python_pip
copying build/lib/aws_lambda_builders/workflows/python_pip/actions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/python_pip
copying build/lib/aws_lambda_builders/workflows/python_pip/__init__.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/python_pip
copying build/lib/aws_lambda_builders/workflows/python_pip/utils.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/python_pip
copying build/lib/aws_lambda_builders/workflows/python_pip/exceptions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/python_pip
copying build/lib/aws_lambda_builders/workflows/python_pip/workflow.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/python_pip
copying build/lib/aws_lambda_builders/workflows/python_pip/DESIGN.md -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/python_pip
creating build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_gradle
creating build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_gradle/resources
copying build/lib/aws_lambda_builders/workflows/java_gradle/resources/lambda-build-init.gradle -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_gradle/resources
copying build/lib/aws_lambda_builders/workflows/java_gradle/actions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_gradle
copying build/lib/aws_lambda_builders/workflows/java_gradle/__init__.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_gradle
copying build/lib/aws_lambda_builders/workflows/java_gradle/gradle_resolver.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_gradle
copying build/lib/aws_lambda_builders/workflows/java_gradle/gradle.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_gradle
copying build/lib/aws_lambda_builders/workflows/java_gradle/gradle_validator.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_gradle
copying build/lib/aws_lambda_builders/workflows/java_gradle/workflow.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_gradle
copying build/lib/aws_lambda_builders/workflows/java_gradle/DESIGN.md -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_gradle
copying build/lib/aws_lambda_builders/workflows/__init__.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows
creating build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java
copying build/lib/aws_lambda_builders/workflows/java/actions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java
copying build/lib/aws_lambda_builders/workflows/java/__init__.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java
copying build/lib/aws_lambda_builders/workflows/java/utils.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java
creating build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_maven
copying build/lib/aws_lambda_builders/workflows/java_maven/actions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_maven
copying build/lib/aws_lambda_builders/workflows/java_maven/__init__.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_maven
copying build/lib/aws_lambda_builders/workflows/java_maven/workflow.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_maven
copying build/lib/aws_lambda_builders/workflows/java_maven/DESIGN.md -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_maven
copying build/lib/aws_lambda_builders/workflows/java_maven/maven_resolver.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_maven
copying build/lib/aws_lambda_builders/workflows/java_maven/maven.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_maven
copying build/lib/aws_lambda_builders/workflows/java_maven/maven_validator.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/java_maven
creating build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/dotnet_clipackage
copying build/lib/aws_lambda_builders/workflows/dotnet_clipackage/dotnetcli_resolver.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/dotnet_clipackage
copying build/lib/aws_lambda_builders/workflows/dotnet_clipackage/actions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/dotnet_clipackage
copying build/lib/aws_lambda_builders/workflows/dotnet_clipackage/__init__.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/dotnet_clipackage
copying build/lib/aws_lambda_builders/workflows/dotnet_clipackage/utils.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/dotnet_clipackage
copying build/lib/aws_lambda_builders/workflows/dotnet_clipackage/workflow.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/dotnet_clipackage
copying build/lib/aws_lambda_builders/workflows/dotnet_clipackage/DESIGN.md -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/dotnet_clipackage
copying build/lib/aws_lambda_builders/workflows/dotnet_clipackage/dotnetcli.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/dotnet_clipackage
creating build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/nodejs_npm
copying build/lib/aws_lambda_builders/workflows/nodejs_npm/actions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/nodejs_npm
copying build/lib/aws_lambda_builders/workflows/nodejs_npm/__init__.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/nodejs_npm
copying build/lib/aws_lambda_builders/workflows/nodejs_npm/npm.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/nodejs_npm
copying build/lib/aws_lambda_builders/workflows/nodejs_npm/utils.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/nodejs_npm
copying build/lib/aws_lambda_builders/workflows/nodejs_npm/workflow.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/nodejs_npm
copying build/lib/aws_lambda_builders/workflows/nodejs_npm/DESIGN.md -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/nodejs_npm
creating build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/go_modules
copying build/lib/aws_lambda_builders/workflows/go_modules/validator.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/go_modules
copying build/lib/aws_lambda_builders/workflows/go_modules/actions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/go_modules
copying build/lib/aws_lambda_builders/workflows/go_modules/__init__.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/go_modules
copying build/lib/aws_lambda_builders/workflows/go_modules/builder.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/go_modules
copying build/lib/aws_lambda_builders/workflows/go_modules/utils.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/go_modules
copying build/lib/aws_lambda_builders/workflows/go_modules/workflow.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/go_modules
copying build/lib/aws_lambda_builders/workflows/go_modules/DESIGN.md -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/go_modules
creating build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/ruby_bundler
copying build/lib/aws_lambda_builders/workflows/ruby_bundler/bundler.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/ruby_bundler
copying build/lib/aws_lambda_builders/workflows/ruby_bundler/actions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/ruby_bundler
copying build/lib/aws_lambda_builders/workflows/ruby_bundler/__init__.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/ruby_bundler
copying build/lib/aws_lambda_builders/workflows/ruby_bundler/utils.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/ruby_bundler
copying build/lib/aws_lambda_builders/workflows/ruby_bundler/workflow.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/ruby_bundler
copying build/lib/aws_lambda_builders/workflows/ruby_bundler/DESIGN.md -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/ruby_bundler
creating build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/custom_make
copying build/lib/aws_lambda_builders/workflows/custom_make/validator.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/custom_make
copying build/lib/aws_lambda_builders/workflows/custom_make/actions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/custom_make
copying build/lib/aws_lambda_builders/workflows/custom_make/__init__.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/custom_make
copying build/lib/aws_lambda_builders/workflows/custom_make/utils.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/custom_make
copying build/lib/aws_lambda_builders/workflows/custom_make/make.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/custom_make
copying build/lib/aws_lambda_builders/workflows/custom_make/exceptions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/custom_make
copying build/lib/aws_lambda_builders/workflows/custom_make/workflow.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/custom_make
copying build/lib/aws_lambda_builders/workflows/custom_make/DESIGN.md -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/custom_make
creating build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/nodejs_npm_esbuild
copying build/lib/aws_lambda_builders/workflows/nodejs_npm_esbuild/esbuild.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/nodejs_npm_esbuild
copying build/lib/aws_lambda_builders/workflows/nodejs_npm_esbuild/actions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/nodejs_npm_esbuild
copying build/lib/aws_lambda_builders/workflows/nodejs_npm_esbuild/__init__.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/nodejs_npm_esbuild
copying build/lib/aws_lambda_builders/workflows/nodejs_npm_esbuild/exceptions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/nodejs_npm_esbuild
copying build/lib/aws_lambda_builders/workflows/nodejs_npm_esbuild/workflow.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/nodejs_npm_esbuild
copying build/lib/aws_lambda_builders/workflows/nodejs_npm_esbuild/DESIGN.md -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/nodejs_npm_esbuild
creating build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/rust_cargo
copying build/lib/aws_lambda_builders/workflows/rust_cargo/cargo_lambda.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/rust_cargo
copying build/lib/aws_lambda_builders/workflows/rust_cargo/feature_flag.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/rust_cargo
copying build/lib/aws_lambda_builders/workflows/rust_cargo/actions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/rust_cargo
copying build/lib/aws_lambda_builders/workflows/rust_cargo/__init__.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/rust_cargo
copying build/lib/aws_lambda_builders/workflows/rust_cargo/utils.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/rust_cargo
copying build/lib/aws_lambda_builders/workflows/rust_cargo/exceptions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/rust_cargo
copying build/lib/aws_lambda_builders/workflows/rust_cargo/workflow.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/rust_cargo
copying build/lib/aws_lambda_builders/workflows/rust_cargo/DESIGN.md -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders/workflows/rust_cargo
copying build/lib/aws_lambda_builders/actions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders
copying build/lib/aws_lambda_builders/__init__.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders
copying build/lib/aws_lambda_builders/builder.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders
copying build/lib/aws_lambda_builders/utils.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders
copying build/lib/aws_lambda_builders/architecture.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders
copying build/lib/aws_lambda_builders/exceptions.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders
copying build/lib/aws_lambda_builders/path_resolver.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders
copying build/lib/aws_lambda_builders/workflow.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders
copying build/lib/aws_lambda_builders/__main__.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders
copying build/lib/aws_lambda_builders/binary_path.py -> build/bdist.macosx-14-arm64/wheel/aws_lambda_builders
warning: install_lib: byte-compiling is disabled, skipping.
running install_egg_info
Copying aws_lambda_builders.egg-info to build/bdist.macosx-14-arm64/wheel/aws_lambda_builders-1.38.0-py3.12.egg-info
running install_scripts
creating build/bdist.macosx-14-arm64/wheel/aws_lambda_builders-1.38.0.dist-info/WHEEL
creating '/private/tmp/pip-wheel-8ws4k4ow/.tmp-9qn1vre7/aws_lambda_builders-1.38.0-py3-none-any.whl' and adding 'build/bdist.macosx-14-arm64/wheel' to it
adding 'aws_lambda_builders/__init__.py'
adding 'aws_lambda_builders/__main__.py'
adding 'aws_lambda_builders/actions.py'
adding 'aws_lambda_builders/architecture.py'
adding 'aws_lambda_builders/binary_path.py'
adding 'aws_lambda_builders/builder.py'
adding 'aws_lambda_builders/exceptions.py'
adding 'aws_lambda_builders/path_resolver.py'
adding 'aws_lambda_builders/registry.py'
adding 'aws_lambda_builders/utils.py'
adding 'aws_lambda_builders/validator.py'
adding 'aws_lambda_builders/workflow.py'
adding 'aws_lambda_builders/workflows/__init__.py'
adding 'aws_lambda_builders/workflows/custom_make/DESIGN.md'
adding 'aws_lambda_builders/workflows/custom_make/__init__.py'
adding 'aws_lambda_builders/workflows/custom_make/actions.py'
adding 'aws_lambda_builders/workflows/custom_make/exceptions.py'
adding 'aws_lambda_builders/workflows/custom_make/make.py'
adding 'aws_lambda_builders/workflows/custom_make/utils.py'
adding 'aws_lambda_builders/workflows/custom_make/validator.py'
adding 'aws_lambda_builders/workflows/custom_make/workflow.py'
adding 'aws_lambda_builders/workflows/dotnet_clipackage/DESIGN.md'
adding 'aws_lambda_builders/workflows/dotnet_clipackage/__init__.py'
adding 'aws_lambda_builders/workflows/dotnet_clipackage/actions.py'
adding 'aws_lambda_builders/workflows/dotnet_clipackage/dotnetcli.py'
adding 'aws_lambda_builders/workflows/dotnet_clipackage/dotnetcli_resolver.py'
adding 'aws_lambda_builders/workflows/dotnet_clipackage/utils.py'
adding 'aws_lambda_builders/workflows/dotnet_clipackage/workflow.py'
adding 'aws_lambda_builders/workflows/go_modules/DESIGN.md'
adding 'aws_lambda_builders/workflows/go_modules/__init__.py'
adding 'aws_lambda_builders/workflows/go_modules/actions.py'
adding 'aws_lambda_builders/workflows/go_modules/builder.py'
adding 'aws_lambda_builders/workflows/go_modules/utils.py'
adding 'aws_lambda_builders/workflows/go_modules/validator.py'
adding 'aws_lambda_builders/workflows/go_modules/workflow.py'
adding 'aws_lambda_builders/workflows/java/__init__.py'
adding 'aws_lambda_builders/workflows/java/actions.py'
adding 'aws_lambda_builders/workflows/java/utils.py'
adding 'aws_lambda_builders/workflows/java_gradle/DESIGN.md'
adding 'aws_lambda_builders/workflows/java_gradle/__init__.py'
adding 'aws_lambda_builders/workflows/java_gradle/actions.py'
adding 'aws_lambda_builders/workflows/java_gradle/gradle.py'
adding 'aws_lambda_builders/workflows/java_gradle/gradle_resolver.py'
adding 'aws_lambda_builders/workflows/java_gradle/gradle_validator.py'
adding 'aws_lambda_builders/workflows/java_gradle/workflow.py'
adding 'aws_lambda_builders/workflows/java_gradle/resources/lambda-build-init.gradle'
adding 'aws_lambda_builders/workflows/java_maven/DESIGN.md'
adding 'aws_lambda_builders/workflows/java_maven/__init__.py'
adding 'aws_lambda_builders/workflows/java_maven/actions.py'
adding 'aws_lambda_builders/workflows/java_maven/maven.py'
adding 'aws_lambda_builders/workflows/java_maven/maven_resolver.py'
adding 'aws_lambda_builders/workflows/java_maven/maven_validator.py'
adding 'aws_lambda_builders/workflows/java_maven/workflow.py'
adding 'aws_lambda_builders/workflows/nodejs_npm/DESIGN.md'
adding 'aws_lambda_builders/workflows/nodejs_npm/__init__.py'
adding 'aws_lambda_builders/workflows/nodejs_npm/actions.py'
adding 'aws_lambda_builders/workflows/nodejs_npm/npm.py'
adding 'aws_lambda_builders/workflows/nodejs_npm/utils.py'
adding 'aws_lambda_builders/workflows/nodejs_npm/workflow.py'
adding 'aws_lambda_builders/workflows/nodejs_npm_esbuild/DESIGN.md'
adding 'aws_lambda_builders/workflows/nodejs_npm_esbuild/__init__.py'
adding 'aws_lambda_builders/workflows/nodejs_npm_esbuild/actions.py'
adding 'aws_lambda_builders/workflows/nodejs_npm_esbuild/esbuild.py'
adding 'aws_lambda_builders/workflows/nodejs_npm_esbuild/exceptions.py'
adding 'aws_lambda_builders/workflows/nodejs_npm_esbuild/workflow.py'
adding 'aws_lambda_builders/workflows/python_pip/DESIGN.md'
adding 'aws_lambda_builders/workflows/python_pip/__init__.py'
adding 'aws_lambda_builders/workflows/python_pip/actions.py'
adding 'aws_lambda_builders/workflows/python_pip/compat.py'
adding 'aws_lambda_builders/workflows/python_pip/exceptions.py'
adding 'aws_lambda_builders/workflows/python_pip/packager.py'
adding 'aws_lambda_builders/workflows/python_pip/utils.py'
adding 'aws_lambda_builders/workflows/python_pip/validator.py'
adding 'aws_lambda_builders/workflows/python_pip/workflow.py'
adding 'aws_lambda_builders/workflows/ruby_bundler/DESIGN.md'
adding 'aws_lambda_builders/workflows/ruby_bundler/__init__.py'
adding 'aws_lambda_builders/workflows/ruby_bundler/actions.py'
adding 'aws_lambda_builders/workflows/ruby_bundler/bundler.py'
adding 'aws_lambda_builders/workflows/ruby_bundler/utils.py'
adding 'aws_lambda_builders/workflows/ruby_bundler/workflow.py'
adding 'aws_lambda_builders/workflows/rust_cargo/DESIGN.md'
adding 'aws_lambda_builders/workflows/rust_cargo/__init__.py'
adding 'aws_lambda_builders/workflows/rust_cargo/actions.py'
adding 'aws_lambda_builders/workflows/rust_cargo/cargo_lambda.py'
adding 'aws_lambda_builders/workflows/rust_cargo/exceptions.py'
adding 'aws_lambda_builders/workflows/rust_cargo/feature_flag.py'
adding 'aws_lambda_builders/workflows/rust_cargo/utils.py'
adding 'aws_lambda_builders/workflows/rust_cargo/workflow.py'
adding 'aws_lambda_builders-1.38.0.dist-info/LICENSE'
adding 'aws_lambda_builders-1.38.0.dist-info/METADATA'
adding 'aws_lambda_builders-1.38.0.dist-info/NOTICE'
adding 'aws_lambda_builders-1.38.0.dist-info/WHEEL'
adding 'aws_lambda_builders-1.38.0.dist-info/entry_points.txt'
adding 'aws_lambda_builders-1.38.0.dist-info/top_level.txt'
adding 'aws_lambda_builders-1.38.0.dist-info/RECORD'
removing build/bdist.macosx-14-arm64/wheel
Building wheel for aws-lambda-builders (pyproject.toml): finished with status 'done'
Created wheel for aws-lambda-builders: filename=aws_lambda_builders-1.38.0-py3-none-any.whl size=128087 sha256=0ec6c209528bb69a48c6cd243219d7e75ee08eb15d454da211c763b5212f22a3
Stored in directory: /private/tmp/aws-sam-cli-20231018-89077-g1zp7q/aws-sam-cli-1.98.0/.brew_home/Library/Caches/pip/wheels/75/19/35/ddc3fe24f2c6bed634ca826c2ae6d46a4a6c26fffb08f09e7d
Successfully built aws-lambda-builders
Installing collected packages: aws-lambda-builders
changing mode of /opt/homebrew/Cellar/aws-sam-cli/1.98.0_1/libexec/bin/lambda-builders to 755
Successfully installed aws-lambda-builders-1.38.0
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
2023-10-18 15:26:31 +0000
python3.12
-m
pip
--python=/opt/homebrew/Cellar/aws-sam-cli/1.98.0_1/libexec/bin/python
install
--verbose
--no-deps
--no-binary=:all:
--ignore-installed
--no-compile
/private/tmp/aws-sam-cli--aws-sam-translator-20231018-89077-1lu0mjz/aws-sam-translator-1.75.0
Using pip 23.2.1 from /opt/homebrew/lib/python3.12/site-packages/pip (python 3.12)
Processing /private/tmp/aws-sam-cli--aws-sam-translator-20231018-89077-1lu0mjz/aws-sam-translator-1.75.0
Installing build dependencies: started
Running command pip subprocess to install build dependencies
Collecting setuptools>=40.8.0
Using cached setuptools-68.2.2-py3-none-any.whl
Collecting wheel
Using cached wheel-0.41.2-py3-none-any.whl
Installing collected packages: wheel, setuptools
Successfully installed setuptools-68.2.2 wheel-0.41.2
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Running command Getting requirements to build wheel
running egg_info
writing aws_sam_translator.egg-info/PKG-INFO
writing dependency_links to aws_sam_translator.egg-info/dependency_links.txt
writing requirements to aws_sam_translator.egg-info/requires.txt
writing top-level names to aws_sam_translator.egg-info/top_level.txt
reading manifest file 'aws_sam_translator.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'tests'
adding license file 'LICENSE'
adding license file 'NOTICE'
adding license file 'THIRD_PARTY_LICENSES'
writing manifest file 'aws_sam_translator.egg-info/SOURCES.txt'
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Running command Preparing metadata (pyproject.toml)
running dist_info
creating /private/tmp/pip-modern-metadata-x_1ph1b8/aws_sam_translator.egg-info
writing /private/tmp/pip-modern-metadata-x_1ph1b8/aws_sam_translator.egg-info/PKG-INFO
writing dependency_links to /private/tmp/pip-modern-metadata-x_1ph1b8/aws_sam_translator.egg-info/dependency_links.txt
writing requirements to /private/tmp/pip-modern-metadata-x_1ph1b8/aws_sam_translator.egg-info/requires.txt
writing top-level names to /private/tmp/pip-modern-metadata-x_1ph1b8/aws_sam_translator.egg-info/top_level.txt
writing manifest file '/private/tmp/pip-modern-metadata-x_1ph1b8/aws_sam_translator.egg-info/SOURCES.txt'
reading manifest file '/private/tmp/pip-modern-metadata-x_1ph1b8/aws_sam_translator.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'tests'
adding license file 'LICENSE'
adding license file 'NOTICE'
adding license file 'THIRD_PARTY_LICENSES'
writing manifest file '/private/tmp/pip-modern-metadata-x_1ph1b8/aws_sam_translator.egg-info/SOURCES.txt'
creating '/private/tmp/pip-modern-metadata-x_1ph1b8/aws_sam_translator-1.75.0.dist-info'
Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: aws-sam-translator
Building wheel for aws-sam-translator (pyproject.toml): started
Running command Building wheel for aws-sam-translator (pyproject.toml)
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/samtranslator
copying samtranslator/compat.py -> build/lib/samtranslator
copying samtranslator/region_configuration.py -> build/lib/samtranslator
copying samtranslator/__init__.py -> build/lib/samtranslator
copying samtranslator/yaml_helper.py -> build/lib/samtranslator
creating build/lib/samtranslator/metrics
copying samtranslator/metrics/metrics.py -> build/lib/samtranslator/metrics
copying samtranslator/metrics/__init__.py -> build/lib/samtranslator/metrics
copying samtranslator/metrics/method_decorator.py -> build/lib/samtranslator/metrics
creating build/lib/samtranslator/validator
copying samtranslator/validator/validator.py -> build/lib/samtranslator/validator
copying samtranslator/validator/__init__.py -> build/lib/samtranslator/validator
copying samtranslator/validator/value_validator.py -> build/lib/samtranslator/validator
creating build/lib/samtranslator/swagger
copying samtranslator/swagger/swagger.py -> build/lib/samtranslator/swagger
copying samtranslator/swagger/__init__.py -> build/lib/samtranslator/swagger
creating build/lib/samtranslator/plugins
copying samtranslator/plugins/sam_plugins.py -> build/lib/samtranslator/plugins
copying samtranslator/plugins/__init__.py -> build/lib/samtranslator/plugins
copying samtranslator/plugins/exceptions.py -> build/lib/samtranslator/plugins
creating build/lib/samtranslator/internal
copying samtranslator/internal/deprecation_control.py -> build/lib/samtranslator/internal
copying samtranslator/internal/__init__.py -> build/lib/samtranslator/internal
copying samtranslator/internal/types.py -> build/lib/samtranslator/internal
copying samtranslator/internal/intrinsics.py -> build/lib/samtranslator/internal
copying samtranslator/internal/managed_policies.py -> build/lib/samtranslator/internal
creating build/lib/samtranslator/utils
copying samtranslator/utils/cfn_dynamic_references.py -> build/lib/samtranslator/utils
copying samtranslator/utils/constants.py -> build/lib/samtranslator/utils
copying samtranslator/utils/__init__.py -> build/lib/samtranslator/utils
copying samtranslator/utils/types.py -> build/lib/samtranslator/utils
copying samtranslator/utils/utils.py -> build/lib/samtranslator/utils
copying samtranslator/utils/py27hash_fix.py -> build/lib/samtranslator/utils
creating build/lib/samtranslator/parser
copying samtranslator/parser/__init__.py -> build/lib/samtranslator/parser
copying samtranslator/parser/parser.py -> build/lib/samtranslator/parser
creating build/lib/samtranslator/translator
copying samtranslator/translator/managed_policy_translator.py -> build/lib/samtranslator/translator
copying samtranslator/translator/verify_logical_id.py -> build/lib/samtranslator/translator
copying samtranslator/translator/__init__.py -> build/lib/samtranslator/translator
copying samtranslator/translator/arn_generator.py -> build/lib/samtranslator/translator
copying samtranslator/translator/transform.py -> build/lib/samtranslator/translator
copying samtranslator/translator/translator.py -> build/lib/samtranslator/translator
copying samtranslator/translator/logical_id_generator.py -> build/lib/samtranslator/translator
creating build/lib/samtranslator/third_party
copying samtranslator/third_party/__init__.py -> build/lib/samtranslator/third_party
creating build/lib/samtranslator/public
copying samtranslator/public/plugins.py -> build/lib/samtranslator/public
copying samtranslator/public/swagger.py -> build/lib/samtranslator/public
copying samtranslator/public/models.py -> build/lib/samtranslator/public
copying samtranslator/public/open_api.py -> build/lib/samtranslator/public
copying samtranslator/public/__init__.py -> build/lib/samtranslator/public
copying samtranslator/public/intrinsics.py -> build/lib/samtranslator/public
copying samtranslator/public/parser.py -> build/lib/samtranslator/public
copying samtranslator/public/exceptions.py -> build/lib/samtranslator/public
copying samtranslator/public/translator.py -> build/lib/samtranslator/public
creating build/lib/samtranslator/sdk
copying samtranslator/sdk/resource.py -> build/lib/samtranslator/sdk
copying samtranslator/sdk/__init__.py -> build/lib/samtranslator/sdk
copying samtranslator/sdk/template.py -> build/lib/samtranslator/sdk
copying samtranslator/sdk/parameter.py -> build/lib/samtranslator/sdk
creating build/lib/samtranslator/feature_toggle
copying samtranslator/feature_toggle/__init__.py -> build/lib/samtranslator/feature_toggle
copying samtranslator/feature_toggle/dialup.py -> build/lib/samtranslator/feature_toggle
copying samtranslator/feature_toggle/feature_toggle.py -> build/lib/samtranslator/feature_toggle
creating build/lib/samtranslator/model
copying samtranslator/model/dynamodb.py -> build/lib/samtranslator/model
copying samtranslator/model/cognito.py -> build/lib/samtranslator/model
copying samtranslator/model/iam.py -> build/lib/samtranslator/model
copying samtranslator/model/sqs.py -> build/lib/samtranslator/model
copying samtranslator/model/log.py -> build/lib/samtranslator/model
copying samtranslator/model/naming.py -> build/lib/samtranslator/model
copying samtranslator/model/lambda_.py -> build/lib/samtranslator/model
copying samtranslator/model/events.py -> build/lib/samtranslator/model
copying samtranslator/model/cloudformation.py -> build/lib/samtranslator/model
copying samtranslator/model/resource_policies.py -> build/lib/samtranslator/model
copying samtranslator/model/apigatewayv2.py -> build/lib/samtranslator/model
copying samtranslator/model/__init__.py -> build/lib/samtranslator/model
copying samtranslator/model/apigateway.py -> build/lib/samtranslator/model
copying samtranslator/model/types.py -> build/lib/samtranslator/model
copying samtranslator/model/codedeploy.py -> build/lib/samtranslator/model
copying samtranslator/model/intrinsics.py -> build/lib/samtranslator/model
copying samtranslator/model/sam_resources.py -> build/lib/samtranslator/model
copying samtranslator/model/route53.py -> build/lib/samtranslator/model
copying samtranslator/model/xray_utils.py -> build/lib/samtranslator/model
copying samtranslator/model/packagetype.py -> build/lib/samtranslator/model
copying samtranslator/model/architecture.py -> build/lib/samtranslator/model
copying samtranslator/model/exceptions.py -> build/lib/samtranslator/model
copying samtranslator/model/scheduler.py -> build/lib/samtranslator/model
copying samtranslator/model/update_policy.py -> build/lib/samtranslator/model
copying samtranslator/model/eventbridge_utils.py -> build/lib/samtranslator/model
copying samtranslator/model/s3.py -> build/lib/samtranslator/model
copying samtranslator/model/iot.py -> build/lib/samtranslator/model
copying samtranslator/model/sns.py -> build/lib/samtranslator/model
creating build/lib/samtranslator/policy_templates_data
copying samtranslator/policy_templates_data/__init__.py -> build/lib/samtranslator/policy_templates_data
creating build/lib/samtranslator/intrinsics
copying samtranslator/intrinsics/resource_refs.py -> build/lib/samtranslator/intrinsics
copying samtranslator/intrinsics/actions.py -> build/lib/samtranslator/intrinsics
copying samtranslator/intrinsics/__init__.py -> build/lib/samtranslator/intrinsics
copying samtranslator/intrinsics/resolver.py -> build/lib/samtranslator/intrinsics
creating build/lib/samtranslator/policy_template_processor
copying samtranslator/policy_template_processor/__init__.py -> build/lib/samtranslator/policy_template_processor
copying samtranslator/policy_template_processor/processor.py -> build/lib/samtranslator/policy_template_processor
copying samtranslator/policy_template_processor/template.py -> build/lib/samtranslator/policy_template_processor
copying samtranslator/policy_template_processor/exceptions.py -> build/lib/samtranslator/policy_template_processor
creating build/lib/samtranslator/open_api
copying samtranslator/open_api/open_api.py -> build/lib/samtranslator/open_api
copying samtranslator/open_api/__init__.py -> build/lib/samtranslator/open_api
copying samtranslator/open_api/base_editor.py -> build/lib/samtranslator/open_api
creating build/lib/samtranslator/validator/sam_schema
copying samtranslator/validator/sam_schema/__init__.py -> build/lib/samtranslator/validator/sam_schema
creating build/lib/samtranslator/validator/sam_schema/definitions
copying samtranslator/validator/sam_schema/definitions/__init__.py -> build/lib/samtranslator/validator/sam_schema/definitions
creating build/lib/samtranslator/plugins/globals
copying samtranslator/plugins/globals/globals.py -> build/lib/samtranslator/plugins/globals
copying samtranslator/plugins/globals/__init__.py -> build/lib/samtranslator/plugins/globals
copying samtranslator/plugins/globals/globals_plugin.py -> build/lib/samtranslator/plugins/globals
creating build/lib/samtranslator/plugins/policies
copying samtranslator/plugins/policies/policy_templates_plugin.py -> build/lib/samtranslator/plugins/policies
copying samtranslator/plugins/policies/__init__.py -> build/lib/samtranslator/plugins/policies
creating build/lib/samtranslator/plugins/api
copying samtranslator/plugins/api/default_definition_body_plugin.py -> build/lib/samtranslator/plugins/api
copying samtranslator/plugins/api/implicit_rest_api_plugin.py -> build/lib/samtranslator/plugins/api
copying samtranslator/plugins/api/__init__.py -> build/lib/samtranslator/plugins/api
copying samtranslator/plugins/api/implicit_http_api_plugin.py -> build/lib/samtranslator/plugins/api
copying samtranslator/plugins/api/implicit_api_plugin.py -> build/lib/samtranslator/plugins/api
creating build/lib/samtranslator/plugins/application
copying samtranslator/plugins/application/serverless_app_plugin.py -> build/lib/samtranslator/plugins/application
copying samtranslator/plugins/application/__init__.py -> build/lib/samtranslator/plugins/application
creating build/lib/samtranslator/internal/utils
copying samtranslator/internal/utils/__init__.py -> build/lib/samtranslator/internal/utils
copying samtranslator/internal/utils/utils.py -> build/lib/samtranslator/internal/utils
creating build/lib/samtranslator/internal/model
copying samtranslator/internal/model/__init__.py -> build/lib/samtranslator/internal/model
copying samtranslator/internal/model/appsync.py -> build/lib/samtranslator/internal/model
creating build/lib/samtranslator/internal/schema_source
copying samtranslator/internal/schema_source/any_cfn_resource.py -> build/lib/samtranslator/internal/schema_source
copying samtranslator/internal/schema_source/aws_serverless_graphqlapi.py -> build/lib/samtranslator/internal/schema_source
copying samtranslator/internal/schema_source/aws_serverless_api.py -> build/lib/samtranslator/internal/schema_source
copying samtranslator/internal/schema_source/aws_serverless_function.py -> build/lib/samtranslator/internal/schema_source
copying samtranslator/internal/schema_source/__init__.py -> build/lib/samtranslator/internal/schema_source
copying samtranslator/internal/schema_source/aws_serverless_statemachine.py -> build/lib/samtranslator/internal/schema_source
copying samtranslator/internal/schema_source/aws_serverless_application.py -> build/lib/samtranslator/internal/schema_source
copying samtranslator/internal/schema_source/common.py -> build/lib/samtranslator/internal/schema_source
copying samtranslator/internal/schema_source/aws_serverless_simpletable.py -> build/lib/samtranslator/internal/schema_source
copying samtranslator/internal/schema_source/aws_serverless_connector.py -> build/lib/samtranslator/internal/schema_source
copying samtranslator/internal/schema_source/aws_serverless_layerversion.py -> build/lib/samtranslator/internal/schema_source
copying samtranslator/internal/schema_source/schema.py -> build/lib/samtranslator/internal/schema_source
copying samtranslator/internal/schema_source/aws_serverless_httpapi.py -> build/lib/samtranslator/internal/schema_source
creating build/lib/samtranslator/third_party/py27hash
copying samtranslator/third_party/py27hash/__init__.py -> build/lib/samtranslator/third_party/py27hash
copying samtranslator/third_party/py27hash/hash.py -> build/lib/samtranslator/third_party/py27hash
creating build/lib/samtranslator/public/sdk
copying samtranslator/public/sdk/resource.py -> build/lib/samtranslator/public/sdk
copying samtranslator/public/sdk/__init__.py -> build/lib/samtranslator/public/sdk
copying samtranslator/public/sdk/template.py -> build/lib/samtranslator/public/sdk
copying samtranslator/public/sdk/parameter.py -> build/lib/samtranslator/public/sdk
creating build/lib/samtranslator/model/preferences
copying samtranslator/model/preferences/__init__.py -> build/lib/samtranslator/model/preferences
copying samtranslator/model/preferences/deployment_preference_collection.py -> build/lib/samtranslator/model/preferences
copying samtranslator/model/preferences/deployment_preference.py -> build/lib/samtranslator/model/preferences
creating build/lib/samtranslator/model/eventsources
copying samtranslator/model/eventsources/pull.py -> build/lib/samtranslator/model/eventsources
copying samtranslator/model/eventsources/cloudwatchlogs.py -> build/lib/samtranslator/model/eventsources
copying samtranslator/model/eventsources/__init__.py -> build/lib/samtranslator/model/eventsources
copying samtranslator/model/eventsources/scheduler.py -> build/lib/samtranslator/model/eventsources
copying samtranslator/model/eventsources/push.py -> build/lib/samtranslator/model/eventsources
creating build/lib/samtranslator/model/role_utils
copying samtranslator/model/role_utils/role_constructor.py -> build/lib/samtranslator/model/role_utils
copying samtranslator/model/role_utils/__init__.py -> build/lib/samtranslator/model/role_utils
creating build/lib/samtranslator/model/connector_profiles
copying samtranslator/model/connector_profiles/profile.py -> build/lib/samtranslator/model/connector_profiles
copying samtranslator/model/connector_profiles/__init__.py -> build/lib/samtranslator/model/connector_profiles
creating build/lib/samtranslator/model/tags
copying samtranslator/model/tags/resource_tagging.py -> build/lib/samtranslator/model/tags
copying samtranslator/model/tags/__init__.py -> build/lib/samtranslator/model/tags
creating build/lib/samtranslator/model/s3_utils
copying samtranslator/model/s3_utils/__init__.py -> build/lib/samtranslator/model/s3_utils
copying samtranslator/model/s3_utils/uri_parser.py -> build/lib/samtranslator/model/s3_utils
creating build/lib/samtranslator/model/connector
copying samtranslator/model/connector/__init__.py -> build/lib/samtranslator/model/connector
copying samtranslator/model/connector/connector.py -> build/lib/samtranslator/model/connector
creating build/lib/samtranslator/model/api
copying samtranslator/model/api/__init__.py -> build/lib/samtranslator/model/api
copying samtranslator/model/api/api_generator.py -> build/lib/samtranslator/model/api
copying samtranslator/model/api/http_api_generator.py -> build/lib/samtranslator/model/api
creating build/lib/samtranslator/model/stepfunctions
copying samtranslator/model/stepfunctions/events.py -> build/lib/samtranslator/model/stepfunctions
copying samtranslator/model/stepfunctions/__init__.py -> build/lib/samtranslator/model/stepfunctions
copying samtranslator/model/stepfunctions/generators.py -> build/lib/samtranslator/model/stepfunctions
copying samtranslator/model/stepfunctions/resources.py -> build/lib/samtranslator/model/stepfunctions
running egg_info
writing aws_sam_translator.egg-info/PKG-INFO
writing dependency_links to aws_sam_translator.egg-info/dependency_links.txt
writing requirements to aws_sam_translator.egg-info/requires.txt
writing top-level names to aws_sam_translator.egg-info/top_level.txt
reading manifest file 'aws_sam_translator.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'tests'
adding license file 'LICENSE'
adding license file 'NOTICE'
adding license file 'THIRD_PARTY_LICENSES'
writing manifest file 'aws_sam_translator.egg-info/SOURCES.txt'
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'samtranslator.internal.data' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'samtranslator.internal.data' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'samtranslator.internal.data' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'samtranslator.internal.data' to be distributed and are
already explicitly excluding 'samtranslator.internal.data' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
creating build/lib/samtranslator/internal/data
copying samtranslator/internal/data/aws_managed_policies.json -> build/lib/samtranslator/internal/data
copying samtranslator/policy_templates_data/policy_templates.json -> build/lib/samtranslator/policy_templates_data
copying samtranslator/policy_templates_data/schema.json -> build/lib/samtranslator/policy_templates_data
copying samtranslator/validator/sam_schema/schema.json -> build/lib/samtranslator/validator/sam_schema
copying samtranslator/validator/sam_schema/schema_new.json -> build/lib/samtranslator/validator/sam_schema
copying samtranslator/validator/sam_schema/definitions/api.json -> build/lib/samtranslator/validator/sam_schema/definitions
copying samtranslator/validator/sam_schema/definitions/cfn.json -> build/lib/samtranslator/validator/sam_schema/definitions
copying samtranslator/validator/sam_schema/definitions/common.json -> build/lib/samtranslator/validator/sam_schema/definitions
copying samtranslator/validator/sam_schema/definitions/parameter.json -> build/lib/samtranslator/validator/sam_schema/definitions
copying samtranslator/internal/schema_source/sam-docs.json -> build/lib/samtranslator/internal/schema_source
copying samtranslator/model/connector_profiles/profiles.json -> build/lib/samtranslator/model/connector_profiles
warning: build_py: byte-compiling is disabled, skipping.
installing to build/bdist.macosx-14-arm64/wheel
running install
running install_lib
creating build/bdist.macosx-14-arm64
creating build/bdist.macosx-14-arm64/wheel
creating build/bdist.macosx-14-arm64/wheel/samtranslator
creating build/bdist.macosx-14-arm64/wheel/samtranslator/metrics
copying build/lib/samtranslator/metrics/metrics.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/metrics
copying build/lib/samtranslator/metrics/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/metrics
copying build/lib/samtranslator/metrics/method_decorator.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/metrics
creating build/bdist.macosx-14-arm64/wheel/samtranslator/validator
copying build/lib/samtranslator/validator/validator.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/validator
copying build/lib/samtranslator/validator/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/validator
copying build/lib/samtranslator/validator/value_validator.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/validator
creating build/bdist.macosx-14-arm64/wheel/samtranslator/validator/sam_schema
copying build/lib/samtranslator/validator/sam_schema/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/validator/sam_schema
copying build/lib/samtranslator/validator/sam_schema/schema_new.json -> build/bdist.macosx-14-arm64/wheel/samtranslator/validator/sam_schema
copying build/lib/samtranslator/validator/sam_schema/schema.json -> build/bdist.macosx-14-arm64/wheel/samtranslator/validator/sam_schema
creating build/bdist.macosx-14-arm64/wheel/samtranslator/validator/sam_schema/definitions
copying build/lib/samtranslator/validator/sam_schema/definitions/api.json -> build/bdist.macosx-14-arm64/wheel/samtranslator/validator/sam_schema/definitions
copying build/lib/samtranslator/validator/sam_schema/definitions/common.json -> build/bdist.macosx-14-arm64/wheel/samtranslator/validator/sam_schema/definitions
copying build/lib/samtranslator/validator/sam_schema/definitions/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/validator/sam_schema/definitions
copying build/lib/samtranslator/validator/sam_schema/definitions/parameter.json -> build/bdist.macosx-14-arm64/wheel/samtranslator/validator/sam_schema/definitions
copying build/lib/samtranslator/validator/sam_schema/definitions/cfn.json -> build/bdist.macosx-14-arm64/wheel/samtranslator/validator/sam_schema/definitions
copying build/lib/samtranslator/compat.py -> build/bdist.macosx-14-arm64/wheel/samtranslator
creating build/bdist.macosx-14-arm64/wheel/samtranslator/swagger
copying build/lib/samtranslator/swagger/swagger.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/swagger
copying build/lib/samtranslator/swagger/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/swagger
creating build/bdist.macosx-14-arm64/wheel/samtranslator/plugins
creating build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/globals
copying build/lib/samtranslator/plugins/globals/globals.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/globals
copying build/lib/samtranslator/plugins/globals/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/globals
copying build/lib/samtranslator/plugins/globals/globals_plugin.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/globals
copying build/lib/samtranslator/plugins/sam_plugins.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/plugins
copying build/lib/samtranslator/plugins/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/plugins
creating build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/policies
copying build/lib/samtranslator/plugins/policies/policy_templates_plugin.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/policies
copying build/lib/samtranslator/plugins/policies/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/policies
creating build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/api
copying build/lib/samtranslator/plugins/api/default_definition_body_plugin.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/api
copying build/lib/samtranslator/plugins/api/implicit_rest_api_plugin.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/api
copying build/lib/samtranslator/plugins/api/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/api
copying build/lib/samtranslator/plugins/api/implicit_http_api_plugin.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/api
copying build/lib/samtranslator/plugins/api/implicit_api_plugin.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/api
copying build/lib/samtranslator/plugins/exceptions.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/plugins
creating build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/application
copying build/lib/samtranslator/plugins/application/serverless_app_plugin.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/application
copying build/lib/samtranslator/plugins/application/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/plugins/application
creating build/bdist.macosx-14-arm64/wheel/samtranslator/internal
copying build/lib/samtranslator/internal/deprecation_control.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal
copying build/lib/samtranslator/internal/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal
creating build/bdist.macosx-14-arm64/wheel/samtranslator/internal/utils
copying build/lib/samtranslator/internal/utils/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/utils
copying build/lib/samtranslator/internal/utils/utils.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/utils
copying build/lib/samtranslator/internal/types.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal
copying build/lib/samtranslator/internal/intrinsics.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal
creating build/bdist.macosx-14-arm64/wheel/samtranslator/internal/model
copying build/lib/samtranslator/internal/model/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/model
copying build/lib/samtranslator/internal/model/appsync.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/model
creating build/bdist.macosx-14-arm64/wheel/samtranslator/internal/schema_source
copying build/lib/samtranslator/internal/schema_source/any_cfn_resource.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/schema_source
copying build/lib/samtranslator/internal/schema_source/aws_serverless_graphqlapi.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/schema_source
copying build/lib/samtranslator/internal/schema_source/aws_serverless_api.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/schema_source
copying build/lib/samtranslator/internal/schema_source/aws_serverless_function.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/schema_source
copying build/lib/samtranslator/internal/schema_source/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/schema_source
copying build/lib/samtranslator/internal/schema_source/aws_serverless_statemachine.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/schema_source
copying build/lib/samtranslator/internal/schema_source/aws_serverless_application.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/schema_source
copying build/lib/samtranslator/internal/schema_source/common.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/schema_source
copying build/lib/samtranslator/internal/schema_source/sam-docs.json -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/schema_source
copying build/lib/samtranslator/internal/schema_source/aws_serverless_simpletable.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/schema_source
copying build/lib/samtranslator/internal/schema_source/aws_serverless_connector.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/schema_source
copying build/lib/samtranslator/internal/schema_source/aws_serverless_layerversion.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/schema_source
copying build/lib/samtranslator/internal/schema_source/schema.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/schema_source
copying build/lib/samtranslator/internal/schema_source/aws_serverless_httpapi.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/schema_source
creating build/bdist.macosx-14-arm64/wheel/samtranslator/internal/data
copying build/lib/samtranslator/internal/data/aws_managed_policies.json -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal/data
copying build/lib/samtranslator/internal/managed_policies.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/internal
copying build/lib/samtranslator/region_configuration.py -> build/bdist.macosx-14-arm64/wheel/samtranslator
copying build/lib/samtranslator/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator
creating build/bdist.macosx-14-arm64/wheel/samtranslator/utils
copying build/lib/samtranslator/utils/cfn_dynamic_references.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/utils
copying build/lib/samtranslator/utils/constants.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/utils
copying build/lib/samtranslator/utils/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/utils
copying build/lib/samtranslator/utils/types.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/utils
copying build/lib/samtranslator/utils/utils.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/utils
copying build/lib/samtranslator/utils/py27hash_fix.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/utils
creating build/bdist.macosx-14-arm64/wheel/samtranslator/parser
copying build/lib/samtranslator/parser/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/parser
copying build/lib/samtranslator/parser/parser.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/parser
creating build/bdist.macosx-14-arm64/wheel/samtranslator/translator
copying build/lib/samtranslator/translator/managed_policy_translator.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/translator
copying build/lib/samtranslator/translator/verify_logical_id.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/translator
copying build/lib/samtranslator/translator/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/translator
copying build/lib/samtranslator/translator/arn_generator.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/translator
copying build/lib/samtranslator/translator/transform.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/translator
copying build/lib/samtranslator/translator/translator.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/translator
copying build/lib/samtranslator/translator/logical_id_generator.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/translator
creating build/bdist.macosx-14-arm64/wheel/samtranslator/third_party
creating build/bdist.macosx-14-arm64/wheel/samtranslator/third_party/py27hash
copying build/lib/samtranslator/third_party/py27hash/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/third_party/py27hash
copying build/lib/samtranslator/third_party/py27hash/hash.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/third_party/py27hash
copying build/lib/samtranslator/third_party/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/third_party
creating build/bdist.macosx-14-arm64/wheel/samtranslator/public
copying build/lib/samtranslator/public/plugins.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/public
copying build/lib/samtranslator/public/swagger.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/public
copying build/lib/samtranslator/public/models.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/public
copying build/lib/samtranslator/public/open_api.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/public
copying build/lib/samtranslator/public/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/public
copying build/lib/samtranslator/public/intrinsics.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/public
copying build/lib/samtranslator/public/parser.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/public
creating build/bdist.macosx-14-arm64/wheel/samtranslator/public/sdk
copying build/lib/samtranslator/public/sdk/resource.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/public/sdk
copying build/lib/samtranslator/public/sdk/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/public/sdk
copying build/lib/samtranslator/public/sdk/template.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/public/sdk
copying build/lib/samtranslator/public/sdk/parameter.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/public/sdk
copying build/lib/samtranslator/public/exceptions.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/public
copying build/lib/samtranslator/public/translator.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/public
creating build/bdist.macosx-14-arm64/wheel/samtranslator/sdk
copying build/lib/samtranslator/sdk/resource.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/sdk
copying build/lib/samtranslator/sdk/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/sdk
copying build/lib/samtranslator/sdk/template.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/sdk
copying build/lib/samtranslator/sdk/parameter.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/sdk
creating build/bdist.macosx-14-arm64/wheel/samtranslator/feature_toggle
copying build/lib/samtranslator/feature_toggle/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/feature_toggle
copying build/lib/samtranslator/feature_toggle/dialup.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/feature_toggle
copying build/lib/samtranslator/feature_toggle/feature_toggle.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/feature_toggle
creating build/bdist.macosx-14-arm64/wheel/samtranslator/model
creating build/bdist.macosx-14-arm64/wheel/samtranslator/model/preferences
copying build/lib/samtranslator/model/preferences/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/preferences
copying build/lib/samtranslator/model/preferences/deployment_preference_collection.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/preferences
copying build/lib/samtranslator/model/preferences/deployment_preference.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/preferences
copying build/lib/samtranslator/model/dynamodb.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/cognito.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/iam.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/sqs.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/log.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/naming.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/lambda_.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/events.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/cloudformation.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/resource_policies.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/apigatewayv2.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
creating build/bdist.macosx-14-arm64/wheel/samtranslator/model/eventsources
copying build/lib/samtranslator/model/eventsources/pull.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/eventsources
copying build/lib/samtranslator/model/eventsources/cloudwatchlogs.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/eventsources
copying build/lib/samtranslator/model/eventsources/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/eventsources
copying build/lib/samtranslator/model/eventsources/scheduler.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/eventsources
copying build/lib/samtranslator/model/eventsources/push.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/eventsources
copying build/lib/samtranslator/model/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/apigateway.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/types.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
creating build/bdist.macosx-14-arm64/wheel/samtranslator/model/role_utils
copying build/lib/samtranslator/model/role_utils/role_constructor.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/role_utils
copying build/lib/samtranslator/model/role_utils/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/role_utils
copying build/lib/samtranslator/model/codedeploy.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
creating build/bdist.macosx-14-arm64/wheel/samtranslator/model/connector_profiles
copying build/lib/samtranslator/model/connector_profiles/profile.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/connector_profiles
copying build/lib/samtranslator/model/connector_profiles/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/connector_profiles
copying build/lib/samtranslator/model/connector_profiles/profiles.json -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/connector_profiles
copying build/lib/samtranslator/model/intrinsics.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
creating build/bdist.macosx-14-arm64/wheel/samtranslator/model/tags
copying build/lib/samtranslator/model/tags/resource_tagging.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/tags
copying build/lib/samtranslator/model/tags/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/tags
creating build/bdist.macosx-14-arm64/wheel/samtranslator/model/s3_utils
copying build/lib/samtranslator/model/s3_utils/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/s3_utils
copying build/lib/samtranslator/model/s3_utils/uri_parser.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/s3_utils
copying build/lib/samtranslator/model/sam_resources.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/route53.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/xray_utils.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/packagetype.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
creating build/bdist.macosx-14-arm64/wheel/samtranslator/model/connector
copying build/lib/samtranslator/model/connector/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/connector
copying build/lib/samtranslator/model/connector/connector.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/connector
copying build/lib/samtranslator/model/architecture.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
creating build/bdist.macosx-14-arm64/wheel/samtranslator/model/api
copying build/lib/samtranslator/model/api/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/api
copying build/lib/samtranslator/model/api/api_generator.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/api
copying build/lib/samtranslator/model/api/http_api_generator.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/api
copying build/lib/samtranslator/model/exceptions.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/scheduler.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/update_policy.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/eventbridge_utils.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/s3.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
copying build/lib/samtranslator/model/iot.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
creating build/bdist.macosx-14-arm64/wheel/samtranslator/model/stepfunctions
copying build/lib/samtranslator/model/stepfunctions/events.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/stepfunctions
copying build/lib/samtranslator/model/stepfunctions/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/stepfunctions
copying build/lib/samtranslator/model/stepfunctions/generators.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/stepfunctions
copying build/lib/samtranslator/model/stepfunctions/resources.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model/stepfunctions
copying build/lib/samtranslator/model/sns.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/model
creating build/bdist.macosx-14-arm64/wheel/samtranslator/policy_templates_data
copying build/lib/samtranslator/policy_templates_data/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/policy_templates_data
copying build/lib/samtranslator/policy_templates_data/policy_templates.json -> build/bdist.macosx-14-arm64/wheel/samtranslator/policy_templates_data
copying build/lib/samtranslator/policy_templates_data/schema.json -> build/bdist.macosx-14-arm64/wheel/samtranslator/policy_templates_data
creating build/bdist.macosx-14-arm64/wheel/samtranslator/intrinsics
copying build/lib/samtranslator/intrinsics/resource_refs.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/intrinsics
copying build/lib/samtranslator/intrinsics/actions.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/intrinsics
copying build/lib/samtranslator/intrinsics/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/intrinsics
copying build/lib/samtranslator/intrinsics/resolver.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/intrinsics
copying build/lib/samtranslator/yaml_helper.py -> build/bdist.macosx-14-arm64/wheel/samtranslator
creating build/bdist.macosx-14-arm64/wheel/samtranslator/policy_template_processor
copying build/lib/samtranslator/policy_template_processor/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/policy_template_processor
copying build/lib/samtranslator/policy_template_processor/processor.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/policy_template_processor
copying build/lib/samtranslator/policy_template_processor/template.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/policy_template_processor
copying build/lib/samtranslator/policy_template_processor/exceptions.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/policy_template_processor
creating build/bdist.macosx-14-arm64/wheel/samtranslator/open_api
copying build/lib/samtranslator/open_api/open_api.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/open_api
copying build/lib/samtranslator/open_api/__init__.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/open_api
copying build/lib/samtranslator/open_api/base_editor.py -> build/bdist.macosx-14-arm64/wheel/samtranslator/open_api
warning: install_lib: byte-compiling is disabled, skipping.
running install_egg_info
Copying aws_sam_translator.egg-info to build/bdist.macosx-14-arm64/wheel/aws_sam_translator-1.75.0-py3.12.egg-info
running install_scripts
creating build/bdist.macosx-14-arm64/wheel/aws_sam_translator-1.75.0.dist-info/WHEEL
creating '/private/tmp/pip-wheel-_mmbxgr6/.tmp-5ce9q2bh/aws_sam_translator-1.75.0-py3-none-any.whl' and adding 'build/bdist.macosx-14-arm64/wheel' to it
adding 'samtranslator/__init__.py'
adding 'samtranslator/compat.py'
adding 'samtranslator/region_configuration.py'
adding 'samtranslator/yaml_helper.py'
adding 'samtranslator/feature_toggle/__init__.py'
adding 'samtranslator/feature_toggle/dialup.py'
adding 'samtranslator/feature_toggle/feature_toggle.py'
adding 'samtranslator/internal/__init__.py'
adding 'samtranslator/internal/deprecation_control.py'
adding 'samtranslator/internal/intrinsics.py'
adding 'samtranslator/internal/managed_policies.py'
adding 'samtranslator/internal/types.py'
adding 'samtranslator/internal/data/aws_managed_policies.json'
adding 'samtranslator/internal/model/__init__.py'
adding 'samtranslator/internal/model/appsync.py'
adding 'samtranslator/internal/schema_source/__init__.py'
adding 'samtranslator/internal/schema_source/any_cfn_resource.py'
adding 'samtranslator/internal/schema_source/aws_serverless_api.py'
adding 'samtranslator/internal/schema_source/aws_serverless_application.py'
adding 'samtranslator/internal/schema_source/aws_serverless_connector.py'
adding 'samtranslator/internal/schema_source/aws_serverless_function.py'
adding 'samtranslator/internal/schema_source/aws_serverless_graphqlapi.py'
adding 'samtranslator/internal/schema_source/aws_serverless_httpapi.py'
adding 'samtranslator/internal/schema_source/aws_serverless_layerversion.py'
adding 'samtranslator/internal/schema_source/aws_serverless_simpletable.py'
adding 'samtranslator/internal/schema_source/aws_serverless_statemachine.py'
adding 'samtranslator/internal/schema_source/common.py'
adding 'samtranslator/internal/schema_source/sam-docs.json'
adding 'samtranslator/internal/schema_source/schema.py'
adding 'samtranslator/internal/utils/__init__.py'
adding 'samtranslator/internal/utils/utils.py'
adding 'samtranslator/intrinsics/__init__.py'
adding 'samtranslator/intrinsics/actions.py'
adding 'samtranslator/intrinsics/resolver.py'
adding 'samtranslator/intrinsics/resource_refs.py'
adding 'samtranslator/metrics/__init__.py'
adding 'samtranslator/metrics/method_decorator.py'
adding 'samtranslator/metrics/metrics.py'
adding 'samtranslator/model/__init__.py'
adding 'samtranslator/model/apigateway.py'
adding 'samtranslator/model/apigatewayv2.py'
adding 'samtranslator/model/architecture.py'
adding 'samtranslator/model/cloudformation.py'
adding 'samtranslator/model/codedeploy.py'
adding 'samtranslator/model/cognito.py'
adding 'samtranslator/model/dynamodb.py'
adding 'samtranslator/model/eventbridge_utils.py'
adding 'samtranslator/model/events.py'
adding 'samtranslator/model/exceptions.py'
adding 'samtranslator/model/iam.py'
adding 'samtranslator/model/intrinsics.py'
adding 'samtranslator/model/iot.py'
adding 'samtranslator/model/lambda_.py'
adding 'samtranslator/model/log.py'
adding 'samtranslator/model/naming.py'
adding 'samtranslator/model/packagetype.py'
adding 'samtranslator/model/resource_policies.py'
adding 'samtranslator/model/route53.py'
adding 'samtranslator/model/s3.py'
adding 'samtranslator/model/sam_resources.py'
adding 'samtranslator/model/scheduler.py'
adding 'samtranslator/model/sns.py'
adding 'samtranslator/model/sqs.py'
adding 'samtranslator/model/types.py'
adding 'samtranslator/model/update_policy.py'
adding 'samtranslator/model/xray_utils.py'
adding 'samtranslator/model/api/__init__.py'
adding 'samtranslator/model/api/api_generator.py'
adding 'samtranslator/model/api/http_api_generator.py'
adding 'samtranslator/model/connector/__init__.py'
adding 'samtranslator/model/connector/connector.py'
adding 'samtranslator/model/connector_profiles/__init__.py'
adding 'samtranslator/model/connector_profiles/profile.py'
adding 'samtranslator/model/connector_profiles/profiles.json'
adding 'samtranslator/model/eventsources/__init__.py'
adding 'samtranslator/model/eventsources/cloudwatchlogs.py'
adding 'samtranslator/model/eventsources/pull.py'
adding 'samtranslator/model/eventsources/push.py'
adding 'samtranslator/model/eventsources/scheduler.py'
adding 'samtranslator/model/preferences/__init__.py'
adding 'samtranslator/model/preferences/deployment_preference.py'
adding 'samtranslator/model/preferences/deployment_preference_collection.py'
adding 'samtranslator/model/role_utils/__init__.py'
adding 'samtranslator/model/role_utils/role_constructor.py'
adding 'samtranslator/model/s3_utils/__init__.py'
adding 'samtranslator/model/s3_utils/uri_parser.py'
adding 'samtranslator/model/stepfunctions/__init__.py'
adding 'samtranslator/model/stepfunctions/events.py'
adding 'samtranslator/model/stepfunctions/generators.py'
adding 'samtranslator/model/stepfunctions/resources.py'
adding 'samtranslator/model/tags/__init__.py'
adding 'samtranslator/model/tags/resource_tagging.py'
adding 'samtranslator/open_api/__init__.py'
adding 'samtranslator/open_api/base_editor.py'
adding 'samtranslator/open_api/open_api.py'
adding 'samtranslator/parser/__init__.py'
adding 'samtranslator/parser/parser.py'
adding 'samtranslator/plugins/__init__.py'
adding 'samtranslator/plugins/exceptions.py'
adding 'samtranslator/plugins/sam_plugins.py'
adding 'samtranslator/plugins/api/__init__.py'
adding 'samtranslator/plugins/api/default_definition_body_plugin.py'
adding 'samtranslator/plugins/api/implicit_api_plugin.py'
adding 'samtranslator/plugins/api/implicit_http_api_plugin.py'
adding 'samtranslator/plugins/api/implicit_rest_api_plugin.py'
adding 'samtranslator/plugins/application/__init__.py'
adding 'samtranslator/plugins/application/serverless_app_plugin.py'
adding 'samtranslator/plugins/globals/__init__.py'
adding 'samtranslator/plugins/globals/globals.py'
adding 'samtranslator/plugins/globals/globals_plugin.py'
adding 'samtranslator/plugins/policies/__init__.py'
adding 'samtranslator/plugins/policies/policy_templates_plugin.py'
adding 'samtranslator/policy_template_processor/__init__.py'
adding 'samtranslator/policy_template_processor/exceptions.py'
adding 'samtranslator/policy_template_processor/processor.py'
adding 'samtranslator/policy_template_processor/template.py'
adding 'samtranslator/policy_templates_data/__init__.py'
adding 'samtranslator/policy_templates_data/policy_templates.json'
adding 'samtranslator/policy_templates_data/schema.json'
adding 'samtranslator/public/__init__.py'
adding 'samtranslator/public/exceptions.py'
adding 'samtranslator/public/intrinsics.py'
adding 'samtranslator/public/models.py'
adding 'samtranslator/public/open_api.py'
adding 'samtranslator/public/parser.py'
adding 'samtranslator/public/plugins.py'
adding 'samtranslator/public/swagger.py'
adding 'samtranslator/public/translator.py'
adding 'samtranslator/public/sdk/__init__.py'
adding 'samtranslator/public/sdk/parameter.py'
adding 'samtranslator/public/sdk/resource.py'
adding 'samtranslator/public/sdk/template.py'
adding 'samtranslator/sdk/__init__.py'
adding 'samtranslator/sdk/parameter.py'
adding 'samtranslator/sdk/resource.py'
adding 'samtranslator/sdk/template.py'
adding 'samtranslator/swagger/__init__.py'
adding 'samtranslator/swagger/swagger.py'
adding 'samtranslator/third_party/__init__.py'
adding 'samtranslator/third_party/py27hash/__init__.py'
adding 'samtranslator/third_party/py27hash/hash.py'
adding 'samtranslator/translator/__init__.py'
adding 'samtranslator/translator/arn_generator.py'
adding 'samtranslator/translator/logical_id_generator.py'
adding 'samtranslator/translator/managed_policy_translator.py'
adding 'samtranslator/translator/transform.py'
adding 'samtranslator/translator/translator.py'
adding 'samtranslator/translator/verify_logical_id.py'
adding 'samtranslator/utils/__init__.py'
adding 'samtranslator/utils/cfn_dynamic_references.py'
adding 'samtranslator/utils/constants.py'
adding 'samtranslator/utils/py27hash_fix.py'
adding 'samtranslator/utils/types.py'
adding 'samtranslator/utils/utils.py'
adding 'samtranslator/validator/__init__.py'
adding 'samtranslator/validator/validator.py'
adding 'samtranslator/validator/value_validator.py'
adding 'samtranslator/validator/sam_schema/__init__.py'
adding 'samtranslator/validator/sam_schema/schema.json'
adding 'samtranslator/validator/sam_schema/schema_new.json'
adding 'samtranslator/validator/sam_schema/definitions/__init__.py'
adding 'samtranslator/validator/sam_schema/definitions/api.json'
adding 'samtranslator/validator/sam_schema/definitions/cfn.json'
adding 'samtranslator/validator/sam_schema/definitions/common.json'
adding 'samtranslator/validator/sam_schema/definitions/parameter.json'
adding 'aws_sam_translator-1.75.0.dist-info/LICENSE'
adding 'aws_sam_translator-1.75.0.dist-info/METADATA'
adding 'aws_sam_translator-1.75.0.dist-info/NOTICE'
adding 'aws_sam_translator-1.75.0.dist-info/THIRD_PARTY_LICENSES'
adding 'aws_sam_translator-1.75.0.dist-info/WHEEL'
adding 'aws_sam_translator-1.75.0.dist-info/top_level.txt'
adding 'aws_sam_translator-1.75.0.dist-info/RECORD'
removing build/bdist.macosx-14-arm64/wheel
Building wheel for aws-sam-translator (pyproject.toml): finished with status 'done'
Created wheel for aws-sam-translator: filename=aws_sam_translator-1.75.0-py3-none-any.whl size=376737 sha256=af35c3edece7e22041877742101999df008e14584b869acd4fd0b9f47e42d5ea
Stored in directory: /private/tmp/aws-sam-cli-20231018-89077-g1zp7q/aws-sam-cli-1.98.0/.brew_home/Library/Caches/pip/wheels/10/23/21/97d5a807551be7eea0eda11379ca7d4b8d947e474bc2866ac1
Successfully built aws-sam-translator
Installing collected packages: aws-sam-translator
Successfully installed aws-sam-translator-1.75.0
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
2023-10-18 15:26:33 +0000
python3.12
-m
pip
--python=/opt/homebrew/Cellar/aws-sam-cli/1.98.0_1/libexec/bin/python
install
--verbose
--no-deps
--no-binary=:all:
--ignore-installed
--no-compile
/private/tmp/aws-sam-cli--binaryornot-20231018-89077-yh0va6/binaryornot-0.4.4
Using pip 23.2.1 from /opt/homebrew/lib/python3.12/site-packages/pip (python 3.12)
Processing /private/tmp/aws-sam-cli--binaryornot-20231018-89077-yh0va6/binaryornot-0.4.4
Preparing metadata (setup.py): started
Running command python setup.py egg_info
running egg_info
creating /private/tmp/pip-pip-egg-info-7z6skjnh/binaryornot.egg-info
writing /private/tmp/pip-pip-egg-info-7z6skjnh/binaryornot.egg-info/PKG-INFO
writing dependency_links to /private/tmp/pip-pip-egg-info-7z6skjnh/binaryornot.egg-info/dependency_links.txt
writing requirements to /private/tmp/pip-pip-egg-info-7z6skjnh/binaryornot.egg-info/requires.txt
writing top-level names to /private/tmp/pip-pip-egg-info-7z6skjnh/binaryornot.egg-info/top_level.txt
writing manifest file '/private/tmp/pip-pip-egg-info-7z6skjnh/binaryornot.egg-info/SOURCES.txt'
reading manifest file '/private/tmp/pip-pip-egg-info-7z6skjnh/binaryornot.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
adding license file 'LICENSE'
adding license file 'AUTHORS.rst'
writing manifest file '/private/tmp/pip-pip-egg-info-7z6skjnh/binaryornot.egg-info/SOURCES.txt'
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: binaryornot
Building wheel for binaryornot (setup.py): started
Running command python setup.py bdist_wheel
running bdist_wheel
The [wheel] section is deprecated. Use [bdist_wheel] instead.
running build
running build_py
creating build
creating build/lib
creating build/lib/binaryornot
copying binaryornot/check.py -> build/lib/binaryornot
copying binaryornot/__init__.py -> build/lib/binaryornot
copying binaryornot/helpers.py -> build/lib/binaryornot
running egg_info
writing binaryornot.egg-info/PKG-INFO
writing dependency_links to binaryornot.egg-info/dependency_links.txt
writing requirements to binaryornot.egg-info/requires.txt
writing top-level names to binaryornot.egg-info/top_level.txt
reading manifest file 'binaryornot.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
adding license file 'LICENSE'
adding license file 'AUTHORS.rst'
writing manifest file 'binaryornot.egg-info/SOURCES.txt'
warning: build_py: byte-compiling is disabled, skipping.
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
installing to build/bdist.macosx-14-arm64/wheel
running install
running install_lib
creating build/bdist.macosx-14-arm64
creating build/bdist.macosx-14-arm64/wheel
creating build/bdist.macosx-14-arm64/wheel/binaryornot
copying build/lib/binaryornot/check.py -> build/bdist.macosx-14-arm64/wheel/binaryornot
copying build/lib/binaryornot/__init__.py -> build/bdist.macosx-14-arm64/wheel/binaryornot
copying build/lib/binaryornot/helpers.py -> build/bdist.macosx-14-arm64/wheel/binaryornot
warning: install_lib: byte-compiling is disabled, skipping.
running install_egg_info
Copying binaryornot.egg-info to build/bdist.macosx-14-arm64/wheel/binaryornot-0.4.4-py3.12.egg-info
running install_scripts
creating build/bdist.macosx-14-arm64/wheel/binaryornot-0.4.4.dist-info/WHEEL
creating '/private/tmp/pip-wheel-0rz8x56d/binaryornot-0.4.4-py2.py3-none-any.whl' and adding 'build/bdist.macosx-14-arm64/wheel' to it
adding 'binaryornot/__init__.py'
adding 'binaryornot/check.py'
adding 'binaryornot/helpers.py'
adding 'binaryornot-0.4.4.dist-info/AUTHORS.rst'
adding 'binaryornot-0.4.4.dist-info/LICENSE'
adding 'binaryornot-0.4.4.dist-info/METADATA'
adding 'binaryornot-0.4.4.dist-info/WHEEL'
adding 'binaryornot-0.4.4.dist-info/top_level.txt'
adding 'binaryornot-0.4.4.dist-info/RECORD'
removing build/bdist.macosx-14-arm64/wheel
Building wheel for binaryornot (setup.py): finished with status 'done'
Created wheel for binaryornot: filename=binaryornot-0.4.4-py2.py3-none-any.whl size=7492 sha256=c562b37806eb09c3add22329a64cc8b871d9daa698bf77d305c1ac70b5781bf5
Stored in directory: /private/tmp/aws-sam-cli-20231018-89077-g1zp7q/aws-sam-cli-1.98.0/.brew_home/Library/Caches/pip/wheels/a2/e6/68/6b2f9d1b63e21c298842be7eb8e157805cae8bf2f393e17c79
Successfully built binaryornot
Installing collected packages: binaryornot
Successfully installed binaryornot-0.4.4
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
2023-10-18 15:26:34 +0000
python3.12
-m
pip
--python=/opt/homebrew/Cellar/aws-sam-cli/1.98.0_1/libexec/bin/python
install
--verbose
--no-deps
--no-binary=:all:
--ignore-installed
--no-compile
/private/tmp/aws-sam-cli--blinker-20231018-89077-nlpvth/blinker-1.6.3
Using pip 23.2.1 from /opt/homebrew/lib/python3.12/site-packages/pip (python 3.12)
Processing /private/tmp/aws-sam-cli--blinker-20231018-89077-nlpvth/blinker-1.6.3
Installing build dependencies: started
Running command pip subprocess to install build dependencies
Collecting flit_core<4
Using cached flit_core-3.9.0-py3-none-any.whl
Installing collected packages: flit_core
Successfully installed flit_core-3.9.0
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Running command Getting requirements to build wheel
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Running command Preparing metadata (pyproject.toml)
Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: blinker
Building wheel for blinker (pyproject.toml): started
Running command Building wheel for blinker (pyproject.toml)
Building wheel for blinker (pyproject.toml): finished with status 'done'
Created wheel for blinker: filename=blinker-1.6.3-py3-none-any.whl size=13398 sha256=963a4107e3a8c58cbcb5f19de4eea04a76bb49b71e3f1da07ed563ecccdf037a
Stored in directory: /private/tmp/aws-sam-cli-20231018-89077-g1zp7q/aws-sam-cli-1.98.0/.brew_home/Library/Caches/pip/wheels/12/11/11/33f8bf3f731067ab0888f805231aee78a6afd7f1126d31081e
Successfully built blinker
Installing collected packages: blinker
Successfully installed blinker-1.6.3
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
2023-10-18 15:26:35 +0000
python3.12
-m
pip
--python=/opt/homebrew/Cellar/aws-sam-cli/1.98.0_1/libexec/bin/python
install
--verbose
--no-deps
--no-binary=:all:
--ignore-installed
--no-compile
/private/tmp/aws-sam-cli--boto3-20231018-89077-9rmsxm/boto3-1.28.65
Using pip 23.2.1 from /opt/homebrew/lib/python3.12/site-packages/pip (python 3.12)
Processing /private/tmp/aws-sam-cli--boto3-20231018-89077-9rmsxm/boto3-1.28.65
Installing build dependencies: started
Running command pip subprocess to install build dependencies
Collecting setuptools>=40.8.0
Using cached setuptools-68.2.2-py3-none-any.whl
Collecting wheel
Using cached wheel-0.41.2-py3-none-any.whl
Installing collected packages: wheel, setuptools
Successfully installed setuptools-68.2.2 wheel-0.41.2
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Running command Getting requirements to build wheel
running egg_info
writing boto3.egg-info/PKG-INFO
writing dependency_links to boto3.egg-info/dependency_links.txt
writing requirements to boto3.egg-info/requires.txt
writing top-level names to boto3.egg-info/top_level.txt
reading manifest file 'boto3.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
adding license file 'NOTICE'
writing manifest file 'boto3.egg-info/SOURCES.txt'
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Running command Preparing metadata (pyproject.toml)
running dist_info
creating /private/tmp/pip-modern-metadata-v4w_ppvu/boto3.egg-info
writing /private/tmp/pip-modern-metadata-v4w_ppvu/boto3.egg-info/PKG-INFO
writing dependency_links to /private/tmp/pip-modern-metadata-v4w_ppvu/boto3.egg-info/dependency_links.txt
writing requirements to /private/tmp/pip-modern-metadata-v4w_ppvu/boto3.egg-info/requires.txt
writing top-level names to /private/tmp/pip-modern-metadata-v4w_ppvu/boto3.egg-info/top_level.txt
writing manifest file '/private/tmp/pip-modern-metadata-v4w_ppvu/boto3.egg-info/SOURCES.txt'
reading manifest file '/private/tmp/pip-modern-metadata-v4w_ppvu/boto3.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
adding license file 'NOTICE'
writing manifest file '/private/tmp/pip-modern-metadata-v4w_ppvu/boto3.egg-info/SOURCES.txt'
creating '/private/tmp/pip-modern-metadata-v4w_ppvu/boto3-1.28.65.dist-info'
Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: boto3
Building wheel for boto3 (pyproject.toml): started
Running command Building wheel for boto3 (pyproject.toml)
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/boto3
copying boto3/compat.py -> build/lib/boto3
copying boto3/session.py -> build/lib/boto3
copying boto3/__init__.py -> build/lib/boto3
copying boto3/utils.py -> build/lib/boto3
copying boto3/exceptions.py -> build/lib/boto3
creating build/lib/boto3/s3
copying boto3/s3/__init__.py -> build/lib/boto3/s3
copying boto3/s3/transfer.py -> build/lib/boto3/s3
copying boto3/s3/inject.py -> build/lib/boto3/s3
creating build/lib/boto3/resources
copying boto3/resources/params.py -> build/lib/boto3/resources
copying boto3/resources/__init__.py -> build/lib/boto3/resources
copying boto3/resources/response.py -> build/lib/boto3/resources
copying boto3/resources/factory.py -> build/lib/boto3/resources
copying boto3/resources/action.py -> build/lib/boto3/resources
copying boto3/resources/model.py -> build/lib/boto3/resources
copying boto3/resources/collection.py -> build/lib/boto3/resources
copying boto3/resources/base.py -> build/lib/boto3/resources
creating build/lib/boto3/dynamodb
copying boto3/dynamodb/__init__.py -> build/lib/boto3/dynamodb
copying boto3/dynamodb/types.py -> build/lib/boto3/dynamodb
copying boto3/dynamodb/conditions.py -> build/lib/boto3/dynamodb
copying boto3/dynamodb/transform.py -> build/lib/boto3/dynamodb
copying boto3/dynamodb/table.py -> build/lib/boto3/dynamodb
creating build/lib/boto3/docs
copying boto3/docs/service.py -> build/lib/boto3/docs
copying boto3/docs/client.py -> build/lib/boto3/docs
copying boto3/docs/resource.py -> build/lib/boto3/docs
copying boto3/docs/__init__.py -> build/lib/boto3/docs
copying boto3/docs/waiter.py -> build/lib/boto3/docs
copying boto3/docs/action.py -> build/lib/boto3/docs
copying boto3/docs/docstring.py -> build/lib/boto3/docs
copying boto3/docs/utils.py -> build/lib/boto3/docs
copying boto3/docs/collection.py -> build/lib/boto3/docs
copying boto3/docs/method.py -> build/lib/boto3/docs
copying boto3/docs/attr.py -> build/lib/boto3/docs
copying boto3/docs/subresource.py -> build/lib/boto3/docs
copying boto3/docs/base.py -> build/lib/boto3/docs
creating build/lib/boto3/ec2
copying boto3/ec2/__init__.py -> build/lib/boto3/ec2
copying boto3/ec2/createtags.py -> build/lib/boto3/ec2
copying boto3/ec2/deletetags.py -> build/lib/boto3/ec2
running egg_info
writing boto3.egg-info/PKG-INFO
writing dependency_links to boto3.egg-info/dependency_links.txt
writing requirements to boto3.egg-info/requires.txt
writing top-level names to boto3.egg-info/top_level.txt
reading manifest file 'boto3.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
adding license file 'NOTICE'
writing manifest file 'boto3.egg-info/SOURCES.txt'
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'boto3.data.cloudformation' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'boto3.data.cloudformation' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'boto3.data.cloudformation' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'boto3.data.cloudformation' to be distributed and are
already explicitly excluding 'boto3.data.cloudformation' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'boto3.data.cloudwatch' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'boto3.data.cloudwatch' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'boto3.data.cloudwatch' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'boto3.data.cloudwatch' to be distributed and are
already explicitly excluding 'boto3.data.cloudwatch' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'boto3.data.dynamodb' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'boto3.data.dynamodb' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'boto3.data.dynamodb' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'boto3.data.dynamodb' to be distributed and are
already explicitly excluding 'boto3.data.dynamodb' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'boto3.data.ec2' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'boto3.data.ec2' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'boto3.data.ec2' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'boto3.data.ec2' to be distributed and are
already explicitly excluding 'boto3.data.ec2' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'boto3.data.glacier' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'boto3.data.glacier' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'boto3.data.glacier' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'boto3.data.glacier' to be distributed and are
already explicitly excluding 'boto3.data.glacier' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'boto3.data.iam' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'boto3.data.iam' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'boto3.data.iam' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'boto3.data.iam' to be distributed and are
already explicitly excluding 'boto3.data.iam' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'boto3.data.opsworks' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'boto3.data.opsworks' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'boto3.data.opsworks' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'boto3.data.opsworks' to be distributed and are
already explicitly excluding 'boto3.data.opsworks' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'boto3.data.s3' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'boto3.data.s3' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'boto3.data.s3' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'boto3.data.s3' to be distributed and are
already explicitly excluding 'boto3.data.s3' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'boto3.data.sns' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'boto3.data.sns' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'boto3.data.sns' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'boto3.data.sns' to be distributed and are
already explicitly excluding 'boto3.data.sns' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'boto3.data.sqs' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'boto3.data.sqs' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'boto3.data.sqs' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'boto3.data.sqs' to be distributed and are
already explicitly excluding 'boto3.data.sqs' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
creating build/lib/boto3/data
creating build/lib/boto3/data/cloudformation
creating build/lib/boto3/data/cloudformation/2010-05-15
copying boto3/data/cloudformation/2010-05-15/resources-1.json -> build/lib/boto3/data/cloudformation/2010-05-15
creating build/lib/boto3/data/cloudwatch
creating build/lib/boto3/data/cloudwatch/2010-08-01
copying boto3/data/cloudwatch/2010-08-01/resources-1.json -> build/lib/boto3/data/cloudwatch/2010-08-01
creating build/lib/boto3/data/dynamodb
creating build/lib/boto3/data/dynamodb/2012-08-10
copying boto3/data/dynamodb/2012-08-10/resources-1.json -> build/lib/boto3/data/dynamodb/2012-08-10
creating build/lib/boto3/data/ec2
creating build/lib/boto3/data/ec2/2014-10-01
copying boto3/data/ec2/2014-10-01/resources-1.json -> build/lib/boto3/data/ec2/2014-10-01
creating build/lib/boto3/data/ec2/2015-03-01
copying boto3/data/ec2/2015-03-01/resources-1.json -> build/lib/boto3/data/ec2/2015-03-01
creating build/lib/boto3/data/ec2/2015-04-15
copying boto3/data/ec2/2015-04-15/resources-1.json -> build/lib/boto3/data/ec2/2015-04-15
creating build/lib/boto3/data/ec2/2015-10-01
copying boto3/data/ec2/2015-10-01/resources-1.json -> build/lib/boto3/data/ec2/2015-10-01
creating build/lib/boto3/data/ec2/2016-04-01
copying boto3/data/ec2/2016-04-01/resources-1.json -> build/lib/boto3/data/ec2/2016-04-01
creating build/lib/boto3/data/ec2/2016-09-15
copying boto3/data/ec2/2016-09-15/resources-1.json -> build/lib/boto3/data/ec2/2016-09-15
creating build/lib/boto3/data/ec2/2016-11-15
copying boto3/data/ec2/2016-11-15/resources-1.json -> build/lib/boto3/data/ec2/2016-11-15
creating build/lib/boto3/data/glacier
creating build/lib/boto3/data/glacier/2012-06-01
copying boto3/data/glacier/2012-06-01/resources-1.json -> build/lib/boto3/data/glacier/2012-06-01
creating build/lib/boto3/data/iam
creating build/lib/boto3/data/iam/2010-05-08
copying boto3/data/iam/2010-05-08/resources-1.json -> build/lib/boto3/data/iam/2010-05-08
creating build/lib/boto3/data/opsworks
creating build/lib/boto3/data/opsworks/2013-02-18
copying boto3/data/opsworks/2013-02-18/resources-1.json -> build/lib/boto3/data/opsworks/2013-02-18
creating build/lib/boto3/data/s3
creating build/lib/boto3/data/s3/2006-03-01
copying boto3/data/s3/2006-03-01/resources-1.json -> build/lib/boto3/data/s3/2006-03-01
creating build/lib/boto3/data/sns
creating build/lib/boto3/data/sns/2010-03-31
copying boto3/data/sns/2010-03-31/resources-1.json -> build/lib/boto3/data/sns/2010-03-31
creating build/lib/boto3/data/sqs
creating build/lib/boto3/data/sqs/2012-11-05
copying boto3/data/sqs/2012-11-05/resources-1.json -> build/lib/boto3/data/sqs/2012-11-05
warning: build_py: byte-compiling is disabled, skipping.
installing to build/bdist.macosx-14-arm64/wheel
running install
running install_lib
creating build/bdist.macosx-14-arm64
creating build/bdist.macosx-14-arm64/wheel
creating build/bdist.macosx-14-arm64/wheel/boto3
creating build/bdist.macosx-14-arm64/wheel/boto3/s3
copying build/lib/boto3/s3/__init__.py -> build/bdist.macosx-14-arm64/wheel/boto3/s3
copying build/lib/boto3/s3/transfer.py -> build/bdist.macosx-14-arm64/wheel/boto3/s3
copying build/lib/boto3/s3/inject.py -> build/bdist.macosx-14-arm64/wheel/boto3/s3
copying build/lib/boto3/compat.py -> build/bdist.macosx-14-arm64/wheel/boto3
creating build/bdist.macosx-14-arm64/wheel/boto3/resources
copying build/lib/boto3/resources/params.py -> build/bdist.macosx-14-arm64/wheel/boto3/resources
copying build/lib/boto3/resources/__init__.py -> build/bdist.macosx-14-arm64/wheel/boto3/resources
copying build/lib/boto3/resources/response.py -> build/bdist.macosx-14-arm64/wheel/boto3/resources
copying build/lib/boto3/resources/factory.py -> build/bdist.macosx-14-arm64/wheel/boto3/resources
copying build/lib/boto3/resources/action.py -> build/bdist.macosx-14-arm64/wheel/boto3/resources
copying build/lib/boto3/resources/model.py -> build/bdist.macosx-14-arm64/wheel/boto3/resources
copying build/lib/boto3/resources/collection.py -> build/bdist.macosx-14-arm64/wheel/boto3/resources
copying build/lib/boto3/resources/base.py -> build/bdist.macosx-14-arm64/wheel/boto3/resources
copying build/lib/boto3/session.py -> build/bdist.macosx-14-arm64/wheel/boto3
copying build/lib/boto3/__init__.py -> build/bdist.macosx-14-arm64/wheel/boto3
creating build/bdist.macosx-14-arm64/wheel/boto3/dynamodb
copying build/lib/boto3/dynamodb/__init__.py -> build/bdist.macosx-14-arm64/wheel/boto3/dynamodb
copying build/lib/boto3/dynamodb/types.py -> build/bdist.macosx-14-arm64/wheel/boto3/dynamodb
copying build/lib/boto3/dynamodb/conditions.py -> build/bdist.macosx-14-arm64/wheel/boto3/dynamodb
copying build/lib/boto3/dynamodb/transform.py -> build/bdist.macosx-14-arm64/wheel/boto3/dynamodb
copying build/lib/boto3/dynamodb/table.py -> build/bdist.macosx-14-arm64/wheel/boto3/dynamodb
creating build/bdist.macosx-14-arm64/wheel/boto3/docs
copying build/lib/boto3/docs/service.py -> build/bdist.macosx-14-arm64/wheel/boto3/docs
copying build/lib/boto3/docs/client.py -> build/bdist.macosx-14-arm64/wheel/boto3/docs
copying build/lib/boto3/docs/resource.py -> build/bdist.macosx-14-arm64/wheel/boto3/docs
copying build/lib/boto3/docs/__init__.py -> build/bdist.macosx-14-arm64/wheel/boto3/docs
copying build/lib/boto3/docs/waiter.py -> build/bdist.macosx-14-arm64/wheel/boto3/docs
copying build/lib/boto3/docs/action.py -> build/bdist.macosx-14-arm64/wheel/boto3/docs
copying build/lib/boto3/docs/docstring.py -> build/bdist.macosx-14-arm64/wheel/boto3/docs
copying build/lib/boto3/docs/utils.py -> build/bdist.macosx-14-arm64/wheel/boto3/docs
copying build/lib/boto3/docs/collection.py -> build/bdist.macosx-14-arm64/wheel/boto3/docs
copying build/lib/boto3/docs/method.py -> build/bdist.macosx-14-arm64/wheel/boto3/docs
copying build/lib/boto3/docs/attr.py -> build/bdist.macosx-14-arm64/wheel/boto3/docs
copying build/lib/boto3/docs/subresource.py -> build/bdist.macosx-14-arm64/wheel/boto3/docs
copying build/lib/boto3/docs/base.py -> build/bdist.macosx-14-arm64/wheel/boto3/docs
copying build/lib/boto3/utils.py -> build/bdist.macosx-14-arm64/wheel/boto3
copying build/lib/boto3/exceptions.py -> build/bdist.macosx-14-arm64/wheel/boto3
creating build/bdist.macosx-14-arm64/wheel/boto3/data
creating build/bdist.macosx-14-arm64/wheel/boto3/data/cloudwatch
creating build/bdist.macosx-14-arm64/wheel/boto3/data/cloudwatch/2010-08-01
copying build/lib/boto3/data/cloudwatch/2010-08-01/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/cloudwatch/2010-08-01
creating build/bdist.macosx-14-arm64/wheel/boto3/data/s3
creating build/bdist.macosx-14-arm64/wheel/boto3/data/s3/2006-03-01
copying build/lib/boto3/data/s3/2006-03-01/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/s3/2006-03-01
creating build/bdist.macosx-14-arm64/wheel/boto3/data/sns
creating build/bdist.macosx-14-arm64/wheel/boto3/data/sns/2010-03-31
copying build/lib/boto3/data/sns/2010-03-31/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/sns/2010-03-31
creating build/bdist.macosx-14-arm64/wheel/boto3/data/glacier
creating build/bdist.macosx-14-arm64/wheel/boto3/data/glacier/2012-06-01
copying build/lib/boto3/data/glacier/2012-06-01/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/glacier/2012-06-01
creating build/bdist.macosx-14-arm64/wheel/boto3/data/dynamodb
creating build/bdist.macosx-14-arm64/wheel/boto3/data/dynamodb/2012-08-10
copying build/lib/boto3/data/dynamodb/2012-08-10/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/dynamodb/2012-08-10
creating build/bdist.macosx-14-arm64/wheel/boto3/data/sqs
creating build/bdist.macosx-14-arm64/wheel/boto3/data/sqs/2012-11-05
copying build/lib/boto3/data/sqs/2012-11-05/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/sqs/2012-11-05
creating build/bdist.macosx-14-arm64/wheel/boto3/data/iam
creating build/bdist.macosx-14-arm64/wheel/boto3/data/iam/2010-05-08
copying build/lib/boto3/data/iam/2010-05-08/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/iam/2010-05-08
creating build/bdist.macosx-14-arm64/wheel/boto3/data/opsworks
creating build/bdist.macosx-14-arm64/wheel/boto3/data/opsworks/2013-02-18
copying build/lib/boto3/data/opsworks/2013-02-18/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/opsworks/2013-02-18
creating build/bdist.macosx-14-arm64/wheel/boto3/data/cloudformation
creating build/bdist.macosx-14-arm64/wheel/boto3/data/cloudformation/2010-05-15
copying build/lib/boto3/data/cloudformation/2010-05-15/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/cloudformation/2010-05-15
creating build/bdist.macosx-14-arm64/wheel/boto3/data/ec2
creating build/bdist.macosx-14-arm64/wheel/boto3/data/ec2/2015-10-01
copying build/lib/boto3/data/ec2/2015-10-01/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/ec2/2015-10-01
creating build/bdist.macosx-14-arm64/wheel/boto3/data/ec2/2016-11-15
copying build/lib/boto3/data/ec2/2016-11-15/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/ec2/2016-11-15
creating build/bdist.macosx-14-arm64/wheel/boto3/data/ec2/2015-04-15
copying build/lib/boto3/data/ec2/2015-04-15/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/ec2/2015-04-15
creating build/bdist.macosx-14-arm64/wheel/boto3/data/ec2/2016-04-01
copying build/lib/boto3/data/ec2/2016-04-01/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/ec2/2016-04-01
creating build/bdist.macosx-14-arm64/wheel/boto3/data/ec2/2014-10-01
copying build/lib/boto3/data/ec2/2014-10-01/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/ec2/2014-10-01
creating build/bdist.macosx-14-arm64/wheel/boto3/data/ec2/2016-09-15
copying build/lib/boto3/data/ec2/2016-09-15/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/ec2/2016-09-15
creating build/bdist.macosx-14-arm64/wheel/boto3/data/ec2/2015-03-01
copying build/lib/boto3/data/ec2/2015-03-01/resources-1.json -> build/bdist.macosx-14-arm64/wheel/boto3/data/ec2/2015-03-01
creating build/bdist.macosx-14-arm64/wheel/boto3/ec2
copying build/lib/boto3/ec2/__init__.py -> build/bdist.macosx-14-arm64/wheel/boto3/ec2
copying build/lib/boto3/ec2/createtags.py -> build/bdist.macosx-14-arm64/wheel/boto3/ec2
copying build/lib/boto3/ec2/deletetags.py -> build/bdist.macosx-14-arm64/wheel/boto3/ec2
warning: install_lib: byte-compiling is disabled, skipping.
running install_egg_info
Copying boto3.egg-info to build/bdist.macosx-14-arm64/wheel/boto3-1.28.65-py3.12.egg-info
running install_scripts
creating build/bdist.macosx-14-arm64/wheel/boto3-1.28.65.dist-info/WHEEL
creating '/private/tmp/pip-wheel-_axsmw_3/.tmp-lwvbmpgj/boto3-1.28.65-py3-none-any.whl' and adding 'build/bdist.macosx-14-arm64/wheel' to it
adding 'boto3/__init__.py'
adding 'boto3/compat.py'
adding 'boto3/exceptions.py'
adding 'boto3/session.py'
adding 'boto3/utils.py'
adding 'boto3/data/cloudformation/2010-05-15/resources-1.json'
adding 'boto3/data/cloudwatch/2010-08-01/resources-1.json'
adding 'boto3/data/dynamodb/2012-08-10/resources-1.json'
adding 'boto3/data/ec2/2014-10-01/resources-1.json'
adding 'boto3/data/ec2/2015-03-01/resources-1.json'
adding 'boto3/data/ec2/2015-04-15/resources-1.json'
adding 'boto3/data/ec2/2015-10-01/resources-1.json'
adding 'boto3/data/ec2/2016-04-01/resources-1.json'
adding 'boto3/data/ec2/2016-09-15/resources-1.json'
adding 'boto3/data/ec2/2016-11-15/resources-1.json'
adding 'boto3/data/glacier/2012-06-01/resources-1.json'
adding 'boto3/data/iam/2010-05-08/resources-1.json'
adding 'boto3/data/opsworks/2013-02-18/resources-1.json'
adding 'boto3/data/s3/2006-03-01/resources-1.json'
adding 'boto3/data/sns/2010-03-31/resources-1.json'
adding 'boto3/data/sqs/2012-11-05/resources-1.json'
adding 'boto3/docs/__init__.py'
adding 'boto3/docs/action.py'
adding 'boto3/docs/attr.py'
adding 'boto3/docs/base.py'
adding 'boto3/docs/client.py'
adding 'boto3/docs/collection.py'
adding 'boto3/docs/docstring.py'
adding 'boto3/docs/method.py'
adding 'boto3/docs/resource.py'
adding 'boto3/docs/service.py'
adding 'boto3/docs/subresource.py'
adding 'boto3/docs/utils.py'
adding 'boto3/docs/waiter.py'
adding 'boto3/dynamodb/__init__.py'
adding 'boto3/dynamodb/conditions.py'
adding 'boto3/dynamodb/table.py'
adding 'boto3/dynamodb/transform.py'
adding 'boto3/dynamodb/types.py'
adding 'boto3/ec2/__init__.py'
adding 'boto3/ec2/createtags.py'
adding 'boto3/ec2/deletetags.py'
adding 'boto3/resources/__init__.py'
adding 'boto3/resources/action.py'
adding 'boto3/resources/base.py'
adding 'boto3/resources/collection.py'
adding 'boto3/resources/factory.py'
adding 'boto3/resources/model.py'
adding 'boto3/resources/params.py'
adding 'boto3/resources/response.py'
adding 'boto3/s3/__init__.py'
adding 'boto3/s3/inject.py'
adding 'boto3/s3/transfer.py'
adding 'boto3-1.28.65.dist-info/LICENSE'
adding 'boto3-1.28.65.dist-info/METADATA'
adding 'boto3-1.28.65.dist-info/NOTICE'
adding 'boto3-1.28.65.dist-info/WHEEL'
adding 'boto3-1.28.65.dist-info/top_level.txt'
adding 'boto3-1.28.65.dist-info/RECORD'
removing build/bdist.macosx-14-arm64/wheel
Building wheel for boto3 (pyproject.toml): finished with status 'done'
Created wheel for boto3: filename=boto3-1.28.65-py3-none-any.whl size=133117 sha256=ffa078f69676bcce3566fcfeed062474cf42c4fa68dc4e86da00a132f44d949e
Stored in directory: /private/tmp/aws-sam-cli-20231018-89077-g1zp7q/aws-sam-cli-1.98.0/.brew_home/Library/Caches/pip/wheels/ff/92/84/24aef6e1253019997926902c5950998d851b3e875a470a1416
Successfully built boto3
Installing collected packages: boto3
Successfully installed boto3-1.28.65
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
2023-10-18 15:26:37 +0000
python3.12
-m
pip
--python=/opt/homebrew/Cellar/aws-sam-cli/1.98.0_1/libexec/bin/python
install
--verbose
--no-deps
--no-binary=:all:
--ignore-installed
--no-compile
/private/tmp/aws-sam-cli--boto3-stubs-20231018-89077-1sptuqd/boto3-stubs-1.28.55
Using pip 23.2.1 from /opt/homebrew/lib/python3.12/site-packages/pip (python 3.12)
Processing /private/tmp/aws-sam-cli--boto3-stubs-20231018-89077-1sptuqd/boto3-stubs-1.28.55
Preparing metadata (setup.py): started
Running command python setup.py egg_info
running egg_info
creating /private/tmp/pip-pip-egg-info-ize77tp2/boto3_stubs.egg-info
writing /private/tmp/pip-pip-egg-info-ize77tp2/boto3_stubs.egg-info/PKG-INFO
writing dependency_links to /private/tmp/pip-pip-egg-info-ize77tp2/boto3_stubs.egg-info/dependency_links.txt
writing requirements to /private/tmp/pip-pip-egg-info-ize77tp2/boto3_stubs.egg-info/requires.txt
writing top-level names to /private/tmp/pip-pip-egg-info-ize77tp2/boto3_stubs.egg-info/top_level.txt
writing manifest file '/private/tmp/pip-pip-egg-info-ize77tp2/boto3_stubs.egg-info/SOURCES.txt'
reading manifest file '/private/tmp/pip-pip-egg-info-ize77tp2/boto3_stubs.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file '/private/tmp/pip-pip-egg-info-ize77tp2/boto3_stubs.egg-info/SOURCES.txt'
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: boto3-stubs
Building wheel for boto3-stubs (setup.py): started
Running command python setup.py bdist_wheel
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/boto3-stubs
copying boto3-stubs/py.typed -> build/lib/boto3-stubs
copying boto3-stubs/__init__.pyi -> build/lib/boto3-stubs
copying boto3-stubs/exceptions.pyi -> build/lib/boto3-stubs
copying boto3-stubs/compat.pyi -> build/lib/boto3-stubs
copying boto3-stubs/utils.pyi -> build/lib/boto3-stubs
copying boto3-stubs/session.pyi -> build/lib/boto3-stubs
creating build/lib/boto3-stubs/s3
copying boto3-stubs/s3/__init__.pyi -> build/lib/boto3-stubs/s3
copying boto3-stubs/s3/inject.pyi -> build/lib/boto3-stubs/s3
copying boto3-stubs/s3/transfer.pyi -> build/lib/boto3-stubs/s3
creating build/lib/boto3-stubs/resources
copying boto3-stubs/resources/base.pyi -> build/lib/boto3-stubs/resources
copying boto3-stubs/resources/__init__.pyi -> build/lib/boto3-stubs/resources
copying boto3-stubs/resources/collection.pyi -> build/lib/boto3-stubs/resources
copying boto3-stubs/resources/action.pyi -> build/lib/boto3-stubs/resources
copying boto3-stubs/resources/params.pyi -> build/lib/boto3-stubs/resources
copying boto3-stubs/resources/factory.pyi -> build/lib/boto3-stubs/resources
copying boto3-stubs/resources/model.pyi -> build/lib/boto3-stubs/resources
copying boto3-stubs/resources/response.pyi -> build/lib/boto3-stubs/resources
creating build/lib/boto3-stubs/dynamodb
copying boto3-stubs/dynamodb/__init__.pyi -> build/lib/boto3-stubs/dynamodb
copying boto3-stubs/dynamodb/table.pyi -> build/lib/boto3-stubs/dynamodb
copying boto3-stubs/dynamodb/types.pyi -> build/lib/boto3-stubs/dynamodb
copying boto3-stubs/dynamodb/conditions.pyi -> build/lib/boto3-stubs/dynamodb
copying boto3-stubs/dynamodb/transform.pyi -> build/lib/boto3-stubs/dynamodb
creating build/lib/boto3-stubs/docs
copying boto3-stubs/docs/__init__.pyi -> build/lib/boto3-stubs/docs
copying boto3-stubs/docs/utils.pyi -> build/lib/boto3-stubs/docs
creating build/lib/boto3-stubs/ec2
copying boto3-stubs/ec2/__init__.pyi -> build/lib/boto3-stubs/ec2
copying boto3-stubs/ec2/deletetags.pyi -> build/lib/boto3-stubs/ec2
copying boto3-stubs/ec2/createtags.pyi -> build/lib/boto3-stubs/ec2
warning: build_py: byte-compiling is disabled, skipping.
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
installing to build/bdist.macosx-14-arm64/wheel
running install
running install_lib
creating build/bdist.macosx-14-arm64
creating build/bdist.macosx-14-arm64/wheel
creating build/bdist.macosx-14-arm64/wheel/boto3-stubs
creating build/bdist.macosx-14-arm64/wheel/boto3-stubs/s3
copying build/lib/boto3-stubs/s3/__init__.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/s3
copying build/lib/boto3-stubs/s3/inject.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/s3
copying build/lib/boto3-stubs/s3/transfer.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/s3
copying build/lib/boto3-stubs/__init__.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs
creating build/bdist.macosx-14-arm64/wheel/boto3-stubs/resources
copying build/lib/boto3-stubs/resources/base.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/resources
copying build/lib/boto3-stubs/resources/__init__.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/resources
copying build/lib/boto3-stubs/resources/collection.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/resources
copying build/lib/boto3-stubs/resources/action.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/resources
copying build/lib/boto3-stubs/resources/params.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/resources
copying build/lib/boto3-stubs/resources/factory.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/resources
copying build/lib/boto3-stubs/resources/model.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/resources
copying build/lib/boto3-stubs/resources/response.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/resources
copying build/lib/boto3-stubs/exceptions.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs
creating build/bdist.macosx-14-arm64/wheel/boto3-stubs/dynamodb
copying build/lib/boto3-stubs/dynamodb/__init__.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/dynamodb
copying build/lib/boto3-stubs/dynamodb/table.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/dynamodb
copying build/lib/boto3-stubs/dynamodb/types.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/dynamodb
copying build/lib/boto3-stubs/dynamodb/conditions.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/dynamodb
copying build/lib/boto3-stubs/dynamodb/transform.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/dynamodb
copying build/lib/boto3-stubs/compat.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs
creating build/bdist.macosx-14-arm64/wheel/boto3-stubs/docs
copying build/lib/boto3-stubs/docs/__init__.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/docs
copying build/lib/boto3-stubs/docs/utils.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/docs
copying build/lib/boto3-stubs/utils.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs
copying build/lib/boto3-stubs/py.typed -> build/bdist.macosx-14-arm64/wheel/boto3-stubs
copying build/lib/boto3-stubs/session.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs
creating build/bdist.macosx-14-arm64/wheel/boto3-stubs/ec2
copying build/lib/boto3-stubs/ec2/__init__.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/ec2
copying build/lib/boto3-stubs/ec2/deletetags.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/ec2
copying build/lib/boto3-stubs/ec2/createtags.pyi -> build/bdist.macosx-14-arm64/wheel/boto3-stubs/ec2
warning: install_lib: byte-compiling is disabled, skipping.
running install_egg_info
running egg_info
writing boto3_stubs.egg-info/PKG-INFO
writing dependency_links to boto3_stubs.egg-info/dependency_links.txt
writing requirements to boto3_stubs.egg-info/requires.txt
writing top-level names to boto3_stubs.egg-info/top_level.txt
reading manifest file 'boto3_stubs.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'boto3_stubs.egg-info/SOURCES.txt'
Copying boto3_stubs.egg-info to build/bdist.macosx-14-arm64/wheel/boto3_stubs-1.28.55-py3.12.egg-info
running install_scripts
creating build/bdist.macosx-14-arm64/wheel/boto3_stubs-1.28.55.dist-info/WHEEL
creating '/private/tmp/pip-wheel-adujjg6q/boto3_stubs-1.28.55-py3-none-any.whl' and adding 'build/bdist.macosx-14-arm64/wheel' to it
adding 'boto3-stubs/__init__.pyi'
adding 'boto3-stubs/compat.pyi'
adding 'boto3-stubs/exceptions.pyi'
adding 'boto3-stubs/py.typed'
adding 'boto3-stubs/session.pyi'
adding 'boto3-stubs/utils.pyi'
adding 'boto3-stubs/docs/__init__.pyi'
adding 'boto3-stubs/docs/utils.pyi'
adding 'boto3-stubs/dynamodb/__init__.pyi'
adding 'boto3-stubs/dynamodb/conditions.pyi'
adding 'boto3-stubs/dynamodb/table.pyi'
adding 'boto3-stubs/dynamodb/transform.pyi'
adding 'boto3-stubs/dynamodb/types.pyi'
adding 'boto3-stubs/ec2/__init__.pyi'
adding 'boto3-stubs/ec2/createtags.pyi'
adding 'boto3-stubs/ec2/deletetags.pyi'
adding 'boto3-stubs/resources/__init__.pyi'
adding 'boto3-stubs/resources/action.pyi'
adding 'boto3-stubs/resources/base.pyi'
adding 'boto3-stubs/resources/collection.pyi'
adding 'boto3-stubs/resources/factory.pyi'
adding 'boto3-stubs/resources/model.pyi'
adding 'boto3-stubs/resources/params.pyi'
adding 'boto3-stubs/resources/response.pyi'
adding 'boto3-stubs/s3/__init__.pyi'
adding 'boto3-stubs/s3/inject.pyi'
adding 'boto3-stubs/s3/transfer.pyi'
adding 'boto3_stubs-1.28.55.dist-info/LICENSE'
adding 'boto3_stubs-1.28.55.dist-info/METADATA'
adding 'boto3_stubs-1.28.55.dist-info/WHEEL'
adding 'boto3_stubs-1.28.55.dist-info/top_level.txt'
adding 'boto3_stubs-1.28.55.dist-info/RECORD'
removing build/bdist.macosx-14-arm64/wheel
Building wheel for boto3-stubs (setup.py): finished with status 'done'
Created wheel for boto3-stubs: filename=boto3_stubs-1.28.55-py3-none-any.whl size=52854 sha256=9c6bb9e9c2a76850bfff8a576128b3f3b762ec055bf9f02db119110bf9d6b971
Stored in directory: /private/tmp/aws-sam-cli-20231018-89077-g1zp7q/aws-sam-cli-1.98.0/.brew_home/Library/Caches/pip/wheels/a7/13/bb/2affd9b1bb02d89fc98c4693efb5f0fc5e4bc48f1879273be0
Successfully built boto3-stubs
Installing collected packages: boto3-stubs
Successfully installed boto3-stubs-1.28.55
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
This file has been truncated, but you can view the full file.
2023-10-18 15:26:40 +0000
python3.12
-m
pip
--python=/opt/homebrew/Cellar/aws-sam-cli/1.98.0_1/libexec/bin/python
install
--verbose
--no-deps
--no-binary=:all:
--ignore-installed
--no-compile
/private/tmp/aws-sam-cli--botocore-20231018-89077-50220m/botocore-1.31.65
Using pip 23.2.1 from /opt/homebrew/lib/python3.12/site-packages/pip (python 3.12)
Processing /private/tmp/aws-sam-cli--botocore-20231018-89077-50220m/botocore-1.31.65
Installing build dependencies: started
Running command pip subprocess to install build dependencies
Collecting setuptools>=40.8.0
Using cached setuptools-68.2.2-py3-none-any.whl
Collecting wheel
Using cached wheel-0.41.2-py3-none-any.whl
Installing collected packages: wheel, setuptools
Successfully installed setuptools-68.2.2 wheel-0.41.2
[notice] A new release of pip is available: 23.2.1 -> 23.3
[notice] To update, run: python -m pip install --upgrade pip
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Running command Getting requirements to build wheel
running egg_info
writing botocore.egg-info/PKG-INFO
writing dependency_links to botocore.egg-info/dependency_links.txt
writing requirements to botocore.egg-info/requires.txt
writing top-level names to botocore.egg-info/top_level.txt
reading manifest file 'botocore.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'botocore/vendored/requests/cacert.pem'
warning: no files found matching '*.json.gz' under directory 'botocore/data'
no previously-included directories found matching 'docs/build'
adding license file 'LICENSE.txt'
adding license file 'NOTICE'
writing manifest file 'botocore.egg-info/SOURCES.txt'
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Running command Preparing metadata (pyproject.toml)
running dist_info
creating /private/tmp/pip-modern-metadata-vwaz1bmi/botocore.egg-info
writing /private/tmp/pip-modern-metadata-vwaz1bmi/botocore.egg-info/PKG-INFO
writing dependency_links to /private/tmp/pip-modern-metadata-vwaz1bmi/botocore.egg-info/dependency_links.txt
writing requirements to /private/tmp/pip-modern-metadata-vwaz1bmi/botocore.egg-info/requires.txt
writing top-level names to /private/tmp/pip-modern-metadata-vwaz1bmi/botocore.egg-info/top_level.txt
writing manifest file '/private/tmp/pip-modern-metadata-vwaz1bmi/botocore.egg-info/SOURCES.txt'
reading manifest file '/private/tmp/pip-modern-metadata-vwaz1bmi/botocore.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'botocore/vendored/requests/cacert.pem'
warning: no files found matching '*.json.gz' under directory 'botocore/data'
no previously-included directories found matching 'docs/build'
adding license file 'LICENSE.txt'
adding license file 'NOTICE'
writing manifest file '/private/tmp/pip-modern-metadata-vwaz1bmi/botocore.egg-info/SOURCES.txt'
creating '/private/tmp/pip-modern-metadata-vwaz1bmi/botocore-1.31.65.dist-info'
Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: botocore
Building wheel for botocore (pyproject.toml): started
Running command Building wheel for botocore (pyproject.toml)
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/botocore
copying botocore/retryhandler.py -> build/lib/botocore
copying botocore/serialize.py -> build/lib/botocore
copying botocore/auth.py -> build/lib/botocore
copying botocore/paginate.py -> build/lib/botocore
copying botocore/hooks.py -> build/lib/botocore
copying botocore/translate.py -> build/lib/botocore
copying botocore/endpoint_provider.py -> build/lib/botocore
copying botocore/config.py -> build/lib/botocore
copying botocore/compat.py -> build/lib/botocore
copying botocore/useragent.py -> build/lib/botocore
copying botocore/discovery.py -> build/lib/botocore
copying botocore/credentials.py -> build/lib/botocore
copying botocore/monitoring.py -> build/lib/botocore
copying botocore/signers.py -> build/lib/botocore
copying botocore/regions.py -> build/lib/botocore
copying botocore/client.py -> build/lib/botocore
copying botocore/loaders.py -> build/lib/botocore
copying botocore/session.py -> build/lib/botocore
copying botocore/handlers.py -> build/lib/botocore
copying botocore/__init__.py -> build/lib/botocore
copying botocore/response.py -> build/lib/botocore
copying botocore/parsers.py -> build/lib/botocore
copying botocore/tokens.py -> build/lib/botocore
copying botocore/waiter.py -> build/lib/botocore
copying botocore/httpchecksum.py -> build/lib/botocore
copying botocore/model.py -> build/lib/botocore
copying botocore/errorfactory.py -> build/lib/botocore
copying botocore/endpoint.py -> build/lib/botocore
copying botocore/validate.py -> build/lib/botocore
copying botocore/eventstream.py -> build/lib/botocore
copying botocore/utils.py -> build/lib/botocore
copying botocore/compress.py -> build/lib/botocore
copying botocore/args.py -> build/lib/botocore
copying botocore/exceptions.py -> build/lib/botocore
copying botocore/configloader.py -> build/lib/botocore
copying botocore/configprovider.py -> build/lib/botocore
copying botocore/stub.py -> build/lib/botocore
copying botocore/httpsession.py -> build/lib/botocore
copying botocore/history.py -> build/lib/botocore
copying botocore/awsrequest.py -> build/lib/botocore
creating build/lib/botocore/docs
copying botocore/docs/service.py -> build/lib/botocore/docs
copying botocore/docs/params.py -> build/lib/botocore/docs
copying botocore/docs/client.py -> build/lib/botocore/docs
copying botocore/docs/__init__.py -> build/lib/botocore/docs
copying botocore/docs/waiter.py -> build/lib/botocore/docs
copying botocore/docs/sharedexample.py -> build/lib/botocore/docs
copying botocore/docs/docstring.py -> build/lib/botocore/docs
copying botocore/docs/paginator.py -> build/lib/botocore/docs
copying botocore/docs/example.py -> build/lib/botocore/docs
copying botocore/docs/utils.py -> build/lib/botocore/docs
copying botocore/docs/method.py -> build/lib/botocore/docs
copying botocore/docs/shape.py -> build/lib/botocore/docs
copying botocore/docs/translator.py -> build/lib/botocore/docs
creating build/lib/botocore/retries
copying botocore/retries/bucket.py -> build/lib/botocore/retries
copying botocore/retries/standard.py -> build/lib/botocore/retries
copying botocore/retries/quota.py -> build/lib/botocore/retries
copying botocore/retries/throttling.py -> build/lib/botocore/retries
copying botocore/retries/__init__.py -> build/lib/botocore/retries
copying botocore/retries/adaptive.py -> build/lib/botocore/retries
copying botocore/retries/special.py -> build/lib/botocore/retries
copying botocore/retries/base.py -> build/lib/botocore/retries
creating build/lib/botocore/vendored
copying botocore/vendored/__init__.py -> build/lib/botocore/vendored
copying botocore/vendored/six.py -> build/lib/botocore/vendored
creating build/lib/botocore/crt
copying botocore/crt/auth.py -> build/lib/botocore/crt
copying botocore/crt/__init__.py -> build/lib/botocore/crt
creating build/lib/botocore/docs/bcdoc
copying botocore/docs/bcdoc/style.py -> build/lib/botocore/docs/bcdoc
copying botocore/docs/bcdoc/docstringparser.py -> build/lib/botocore/docs/bcdoc
copying botocore/docs/bcdoc/__init__.py -> build/lib/botocore/docs/bcdoc
copying botocore/docs/bcdoc/restdoc.py -> build/lib/botocore/docs/bcdoc
creating build/lib/botocore/vendored/requests
copying botocore/vendored/requests/__init__.py -> build/lib/botocore/vendored/requests
copying botocore/vendored/requests/exceptions.py -> build/lib/botocore/vendored/requests
creating build/lib/botocore/vendored/requests/packages
copying botocore/vendored/requests/packages/__init__.py -> build/lib/botocore/vendored/requests/packages
creating build/lib/botocore/vendored/requests/packages/urllib3
copying botocore/vendored/requests/packages/urllib3/__init__.py -> build/lib/botocore/vendored/requests/packages/urllib3
copying botocore/vendored/requests/packages/urllib3/exceptions.py -> build/lib/botocore/vendored/requests/packages/urllib3
running egg_info
writing botocore.egg-info/PKG-INFO
writing dependency_links to botocore.egg-info/dependency_links.txt
writing requirements to botocore.egg-info/requires.txt
writing top-level names to botocore.egg-info/top_level.txt
reading manifest file 'botocore.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'botocore/vendored/requests/cacert.pem'
warning: no files found matching '*.json.gz' under directory 'botocore/data'
no previously-included directories found matching 'docs/build'
adding license file 'LICENSE.txt'
adding license file 'NOTICE'
writing manifest file 'botocore.egg-info/SOURCES.txt'
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data' to be distributed and are
already explicitly excluding 'botocore.data' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.accessanalyzer' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.accessanalyzer' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.accessanalyzer' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.accessanalyzer' to be distributed and are
already explicitly excluding 'botocore.data.accessanalyzer' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.account' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.account' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.account' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.account' to be distributed and are
already explicitly excluding 'botocore.data.account' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.acm' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.acm' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.acm' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.acm' to be distributed and are
already explicitly excluding 'botocore.data.acm' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.alexaforbusiness' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.alexaforbusiness' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.alexaforbusiness' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.alexaforbusiness' to be distributed and are
already explicitly excluding 'botocore.data.alexaforbusiness' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.amp' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.amp' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.amp' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.amp' to be distributed and are
already explicitly excluding 'botocore.data.amp' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.amplify' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.amplify' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.amplify' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.amplify' to be distributed and are
already explicitly excluding 'botocore.data.amplify' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.amplifybackend' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.amplifybackend' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.amplifybackend' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.amplifybackend' to be distributed and are
already explicitly excluding 'botocore.data.amplifybackend' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.amplifyuibuilder' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.amplifyuibuilder' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.amplifyuibuilder' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.amplifyuibuilder' to be distributed and are
already explicitly excluding 'botocore.data.amplifyuibuilder' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.apigateway' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.apigateway' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.apigateway' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.apigateway' to be distributed and are
already explicitly excluding 'botocore.data.apigateway' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.apigatewaymanagementapi' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.apigatewaymanagementapi' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.apigatewaymanagementapi' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.apigatewaymanagementapi' to be distributed and are
already explicitly excluding 'botocore.data.apigatewaymanagementapi' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.apigatewayv2' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.apigatewayv2' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.apigatewayv2' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.apigatewayv2' to be distributed and are
already explicitly excluding 'botocore.data.apigatewayv2' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.appconfig' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.appconfig' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.appconfig' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.appconfig' to be distributed and are
already explicitly excluding 'botocore.data.appconfig' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.appconfigdata' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.appconfigdata' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.appconfigdata' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.appconfigdata' to be distributed and are
already explicitly excluding 'botocore.data.appconfigdata' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.appfabric' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.appfabric' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.appfabric' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.appfabric' to be distributed and are
already explicitly excluding 'botocore.data.appfabric' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.appflow' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.appflow' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.appflow' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.appflow' to be distributed and are
already explicitly excluding 'botocore.data.appflow' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.appintegrations' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.appintegrations' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.appintegrations' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.appintegrations' to be distributed and are
already explicitly excluding 'botocore.data.appintegrations' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.applicationcostprofiler' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.applicationcostprofiler' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.applicationcostprofiler' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.applicationcostprofiler' to be distributed and are
already explicitly excluding 'botocore.data.applicationcostprofiler' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.appmesh' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.appmesh' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.appmesh' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.appmesh' to be distributed and are
already explicitly excluding 'botocore.data.appmesh' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.apprunner' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.apprunner' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.apprunner' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.apprunner' to be distributed and are
already explicitly excluding 'botocore.data.apprunner' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.appstream' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.appstream' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.appstream' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.appstream' to be distributed and are
already explicitly excluding 'botocore.data.appstream' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.appsync' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.appsync' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.appsync' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.appsync' to be distributed and are
already explicitly excluding 'botocore.data.appsync' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.athena' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.athena' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.athena' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.athena' to be distributed and are
already explicitly excluding 'botocore.data.athena' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.auditmanager' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.auditmanager' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.auditmanager' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.auditmanager' to be distributed and are
already explicitly excluding 'botocore.data.auditmanager' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.autoscaling' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.autoscaling' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.autoscaling' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.autoscaling' to be distributed and are
already explicitly excluding 'botocore.data.autoscaling' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.backup' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.backup' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.backup' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.backup' to be distributed and are
already explicitly excluding 'botocore.data.backup' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.backupstorage' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.backupstorage' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.backupstorage' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.backupstorage' to be distributed and are
already explicitly excluding 'botocore.data.backupstorage' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.batch' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.batch' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.batch' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.batch' to be distributed and are
already explicitly excluding 'botocore.data.batch' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.bedrock' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.bedrock' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.bedrock' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.bedrock' to be distributed and are
already explicitly excluding 'botocore.data.bedrock' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.billingconductor' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.billingconductor' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.billingconductor' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.billingconductor' to be distributed and are
already explicitly excluding 'botocore.data.billingconductor' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.braket' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.braket' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.braket' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.braket' to be distributed and are
already explicitly excluding 'botocore.data.braket' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.budgets' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.budgets' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.budgets' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.budgets' to be distributed and are
already explicitly excluding 'botocore.data.budgets' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.ce' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.ce' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.ce' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.ce' to be distributed and are
already explicitly excluding 'botocore.data.ce' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.chime' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.chime' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.chime' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.chime' to be distributed and are
already explicitly excluding 'botocore.data.chime' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.cleanrooms' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.cleanrooms' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.cleanrooms' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.cleanrooms' to be distributed and are
already explicitly excluding 'botocore.data.cleanrooms' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.cloud9' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.cloud9' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.cloud9' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.cloud9' to be distributed and are
already explicitly excluding 'botocore.data.cloud9' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.cloudcontrol' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.cloudcontrol' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.cloudcontrol' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.cloudcontrol' to be distributed and are
already explicitly excluding 'botocore.data.cloudcontrol' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.clouddirectory' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.clouddirectory' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.clouddirectory' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.clouddirectory' to be distributed and are
already explicitly excluding 'botocore.data.clouddirectory' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.cloudformation' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.cloudformation' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.cloudformation' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.cloudformation' to be distributed and are
already explicitly excluding 'botocore.data.cloudformation' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.cloudfront' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.cloudfront' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.cloudfront' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.cloudfront' to be distributed and are
already explicitly excluding 'botocore.data.cloudfront' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.cloudhsm' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.cloudhsm' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.cloudhsm' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.cloudhsm' to be distributed and are
already explicitly excluding 'botocore.data.cloudhsm' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.cloudhsmv2' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.cloudhsmv2' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.cloudhsmv2' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.cloudhsmv2' to be distributed and are
already explicitly excluding 'botocore.data.cloudhsmv2' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.cloudsearch' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.cloudsearch' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.cloudsearch' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.cloudsearch' to be distributed and are
already explicitly excluding 'botocore.data.cloudsearch' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.cloudsearchdomain' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.cloudsearchdomain' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.cloudsearchdomain' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.cloudsearchdomain' to be distributed and are
already explicitly excluding 'botocore.data.cloudsearchdomain' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.cloudtrail' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.cloudtrail' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.cloudtrail' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.cloudtrail' to be distributed and are
already explicitly excluding 'botocore.data.cloudtrail' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.cloudwatch' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.cloudwatch' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.cloudwatch' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.cloudwatch' to be distributed and are
already explicitly excluding 'botocore.data.cloudwatch' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.codeartifact' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.codeartifact' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.codeartifact' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.codeartifact' to be distributed and are
already explicitly excluding 'botocore.data.codeartifact' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.codebuild' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.codebuild' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.codebuild' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.codebuild' to be distributed and are
already explicitly excluding 'botocore.data.codebuild' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.codecatalyst' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.codecatalyst' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.codecatalyst' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.codecatalyst' to be distributed and are
already explicitly excluding 'botocore.data.codecatalyst' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.codecommit' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.codecommit' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.codecommit' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.codecommit' to be distributed and are
already explicitly excluding 'botocore.data.codecommit' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.codedeploy' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.codedeploy' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.codedeploy' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.codedeploy' to be distributed and are
already explicitly excluding 'botocore.data.codedeploy' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.codeguruprofiler' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.codeguruprofiler' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.codeguruprofiler' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.codeguruprofiler' to be distributed and are
already explicitly excluding 'botocore.data.codeguruprofiler' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.codepipeline' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.codepipeline' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.codepipeline' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.codepipeline' to be distributed and are
already explicitly excluding 'botocore.data.codepipeline' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.codestar' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.codestar' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.codestar' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.codestar' to be distributed and are
already explicitly excluding 'botocore.data.codestar' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.comprehend' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.comprehend' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.comprehend' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.comprehend' to be distributed and are
already explicitly excluding 'botocore.data.comprehend' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.comprehendmedical' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.comprehendmedical' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.comprehendmedical' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.comprehendmedical' to be distributed and are
already explicitly excluding 'botocore.data.comprehendmedical' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.config' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.config' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.config' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.config' to be distributed and are
already explicitly excluding 'botocore.data.config' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.connect' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.connect' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.connect' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.connect' to be distributed and are
already explicitly excluding 'botocore.data.connect' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.connectcampaigns' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.connectcampaigns' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.connectcampaigns' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.connectcampaigns' to be distributed and are
already explicitly excluding 'botocore.data.connectcampaigns' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.connectcases' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.connectcases' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.connectcases' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.connectcases' to be distributed and are
already explicitly excluding 'botocore.data.connectcases' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.connectparticipant' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.connectparticipant' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.connectparticipant' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.connectparticipant' to be distributed and are
already explicitly excluding 'botocore.data.connectparticipant' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.controltower' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.controltower' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.controltower' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.controltower' to be distributed and are
already explicitly excluding 'botocore.data.controltower' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.cur' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.cur' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.cur' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.cur' to be distributed and are
already explicitly excluding 'botocore.data.cur' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.databrew' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.databrew' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.databrew' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.databrew' to be distributed and are
already explicitly excluding 'botocore.data.databrew' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.dataexchange' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.dataexchange' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.dataexchange' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.dataexchange' to be distributed and are
already explicitly excluding 'botocore.data.dataexchange' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.datapipeline' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.datapipeline' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.datapipeline' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.datapipeline' to be distributed and are
already explicitly excluding 'botocore.data.datapipeline' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.datasync' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.datasync' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.datasync' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.datasync' to be distributed and are
already explicitly excluding 'botocore.data.datasync' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.datazone' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.datazone' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.datazone' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.datazone' to be distributed and are
already explicitly excluding 'botocore.data.datazone' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.dax' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.dax' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.dax' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.dax' to be distributed and are
already explicitly excluding 'botocore.data.dax' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.detective' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.detective' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.detective' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.detective' to be distributed and are
already explicitly excluding 'botocore.data.detective' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.devicefarm' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.devicefarm' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.devicefarm' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.devicefarm' to be distributed and are
already explicitly excluding 'botocore.data.devicefarm' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.directconnect' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.directconnect' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.directconnect' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.directconnect' to be distributed and are
already explicitly excluding 'botocore.data.directconnect' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.discovery' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.discovery' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.discovery' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.discovery' to be distributed and are
already explicitly excluding 'botocore.data.discovery' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.dlm' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.dlm' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.dlm' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.dlm' to be distributed and are
already explicitly excluding 'botocore.data.dlm' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.dms' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.dms' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.dms' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.dms' to be distributed and are
already explicitly excluding 'botocore.data.dms' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.docdb' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.docdb' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.docdb' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.docdb' to be distributed and are
already explicitly excluding 'botocore.data.docdb' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.drs' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.drs' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.drs' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.drs' to be distributed and are
already explicitly excluding 'botocore.data.drs' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.ds' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.ds' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.ds' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.ds' to be distributed and are
already explicitly excluding 'botocore.data.ds' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.dynamodb' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.dynamodb' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.dynamodb' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.dynamodb' to be distributed and are
already explicitly excluding 'botocore.data.dynamodb' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.dynamodbstreams' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.dynamodbstreams' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.dynamodbstreams' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.dynamodbstreams' to be distributed and are
already explicitly excluding 'botocore.data.dynamodbstreams' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.ebs' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.ebs' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.ebs' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.ebs' to be distributed and are
already explicitly excluding 'botocore.data.ebs' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.ec2' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.ec2' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.ec2' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.ec2' to be distributed and are
already explicitly excluding 'botocore.data.ec2' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.ecr' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.ecr' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.ecr' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.ecr' to be distributed and are
already explicitly excluding 'botocore.data.ecr' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.ecs' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.ecs' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.ecs' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.ecs' to be distributed and are
already explicitly excluding 'botocore.data.ecs' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.efs' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.efs' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.efs' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.efs' to be distributed and are
already explicitly excluding 'botocore.data.efs' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.eks' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.eks' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.eks' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.eks' to be distributed and are
already explicitly excluding 'botocore.data.eks' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.elasticache' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.elasticache' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.elasticache' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.elasticache' to be distributed and are
already explicitly excluding 'botocore.data.elasticache' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.elasticbeanstalk' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.elasticbeanstalk' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.elasticbeanstalk' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.elasticbeanstalk' to be distributed and are
already explicitly excluding 'botocore.data.elasticbeanstalk' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.elastictranscoder' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.elastictranscoder' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.elastictranscoder' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `fin
[...snip...]
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.opensearchserverless' to be distributed and are
already explicitly excluding 'botocore.data.opensearchserverless' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.opsworks' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.opsworks' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.opsworks' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.opsworks' to be distributed and are
already explicitly excluding 'botocore.data.opsworks' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.opsworkscm' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.opsworkscm' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.opsworkscm' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.opsworkscm' to be distributed and are
already explicitly excluding 'botocore.data.opsworkscm' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.organizations' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.organizations' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.organizations' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.organizations' to be distributed and are
already explicitly excluding 'botocore.data.organizations' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.osis' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.osis' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.osis' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.osis' to be distributed and are
already explicitly excluding 'botocore.data.osis' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.outposts' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.outposts' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.outposts' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.outposts' to be distributed and are
already explicitly excluding 'botocore.data.outposts' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.panorama' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.panorama' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.panorama' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.panorama' to be distributed and are
already explicitly excluding 'botocore.data.panorama' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.personalize' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.personalize' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.personalize' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.personalize' to be distributed and are
already explicitly excluding 'botocore.data.personalize' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.pi' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.pi' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.pi' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.pi' to be distributed and are
already explicitly excluding 'botocore.data.pi' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.pinpoint' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.pinpoint' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.pinpoint' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.pinpoint' to be distributed and are
already explicitly excluding 'botocore.data.pinpoint' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.pipes' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.pipes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.pipes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.pipes' to be distributed and are
already explicitly excluding 'botocore.data.pipes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.polly' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.polly' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.polly' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.polly' to be distributed and are
already explicitly excluding 'botocore.data.polly' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.pricing' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.pricing' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.pricing' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.pricing' to be distributed and are
already explicitly excluding 'botocore.data.pricing' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.privatenetworks' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.privatenetworks' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.privatenetworks' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.privatenetworks' to be distributed and are
already explicitly excluding 'botocore.data.privatenetworks' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.proton' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.proton' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.proton' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.proton' to be distributed and are
already explicitly excluding 'botocore.data.proton' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.qldb' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.qldb' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.qldb' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.qldb' to be distributed and are
already explicitly excluding 'botocore.data.qldb' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.quicksight' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.quicksight' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.quicksight' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.quicksight' to be distributed and are
already explicitly excluding 'botocore.data.quicksight' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.ram' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.ram' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.ram' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.ram' to be distributed and are
already explicitly excluding 'botocore.data.ram' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.rbin' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.rbin' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.rbin' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.rbin' to be distributed and are
already explicitly excluding 'botocore.data.rbin' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.rds' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.rds' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.rds' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.rds' to be distributed and are
already explicitly excluding 'botocore.data.rds' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.redshift' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.redshift' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.redshift' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.redshift' to be distributed and are
already explicitly excluding 'botocore.data.redshift' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.rekognition' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.rekognition' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.rekognition' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.rekognition' to be distributed and are
already explicitly excluding 'botocore.data.rekognition' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.resiliencehub' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.resiliencehub' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.resiliencehub' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.resiliencehub' to be distributed and are
already explicitly excluding 'botocore.data.resiliencehub' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.resourcegroupstaggingapi' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.resourcegroupstaggingapi' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.resourcegroupstaggingapi' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.resourcegroupstaggingapi' to be distributed and are
already explicitly excluding 'botocore.data.resourcegroupstaggingapi' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.robomaker' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.robomaker' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.robomaker' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.robomaker' to be distributed and are
already explicitly excluding 'botocore.data.robomaker' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.rolesanywhere' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.rolesanywhere' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.rolesanywhere' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.rolesanywhere' to be distributed and are
already explicitly excluding 'botocore.data.rolesanywhere' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.route53' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.route53' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.route53' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.route53' to be distributed and are
already explicitly excluding 'botocore.data.route53' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.route53domains' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.route53domains' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.route53domains' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.route53domains' to be distributed and are
already explicitly excluding 'botocore.data.route53domains' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.route53resolver' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.route53resolver' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.route53resolver' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.route53resolver' to be distributed and are
already explicitly excluding 'botocore.data.route53resolver' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.rum' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.rum' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.rum' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.rum' to be distributed and are
already explicitly excluding 'botocore.data.rum' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.s3' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.s3' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.s3' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.s3' to be distributed and are
already explicitly excluding 'botocore.data.s3' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.s3control' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.s3control' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.s3control' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.s3control' to be distributed and are
already explicitly excluding 'botocore.data.s3control' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.s3outposts' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.s3outposts' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.s3outposts' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.s3outposts' to be distributed and are
already explicitly excluding 'botocore.data.s3outposts' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.sagemaker' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.sagemaker' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.sagemaker' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.sagemaker' to be distributed and are
already explicitly excluding 'botocore.data.sagemaker' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.savingsplans' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.savingsplans' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.savingsplans' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.savingsplans' to be distributed and are
already explicitly excluding 'botocore.data.savingsplans' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.scheduler' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.scheduler' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.scheduler' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.scheduler' to be distributed and are
already explicitly excluding 'botocore.data.scheduler' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.schemas' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.schemas' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.schemas' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.schemas' to be distributed and are
already explicitly excluding 'botocore.data.schemas' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.sdb' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.sdb' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.sdb' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.sdb' to be distributed and are
already explicitly excluding 'botocore.data.sdb' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.secretsmanager' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.secretsmanager' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.secretsmanager' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.secretsmanager' to be distributed and are
already explicitly excluding 'botocore.data.secretsmanager' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.securityhub' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.securityhub' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.securityhub' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.securityhub' to be distributed and are
already explicitly excluding 'botocore.data.securityhub' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.securitylake' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.securitylake' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.securitylake' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.securitylake' to be distributed and are
already explicitly excluding 'botocore.data.securitylake' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.serverlessrepo' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.serverlessrepo' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.serverlessrepo' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.serverlessrepo' to be distributed and are
already explicitly excluding 'botocore.data.serverlessrepo' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.servicecatalog' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.servicecatalog' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.servicecatalog' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.servicecatalog' to be distributed and are
already explicitly excluding 'botocore.data.servicecatalog' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.servicediscovery' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.servicediscovery' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.servicediscovery' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.servicediscovery' to be distributed and are
already explicitly excluding 'botocore.data.servicediscovery' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.ses' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.ses' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.ses' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.ses' to be distributed and are
already explicitly excluding 'botocore.data.ses' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.sesv2' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.sesv2' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.sesv2' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.sesv2' to be distributed and are
already explicitly excluding 'botocore.data.sesv2' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.shield' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.shield' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.shield' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.shield' to be distributed and are
already explicitly excluding 'botocore.data.shield' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.signer' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.signer' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.signer' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.signer' to be distributed and are
already explicitly excluding 'botocore.data.signer' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.simspaceweaver' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.simspaceweaver' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.simspaceweaver' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.simspaceweaver' to be distributed and are
already explicitly excluding 'botocore.data.simspaceweaver' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.sms' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.sms' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.sms' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.sms' to be distributed and are
already explicitly excluding 'botocore.data.sms' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.snowball' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.snowball' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.snowball' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.snowball' to be distributed and are
already explicitly excluding 'botocore.data.snowball' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.sns' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.sns' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.sns' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.sns' to be distributed and are
already explicitly excluding 'botocore.data.sns' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.sqs' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.sqs' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.sqs' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.sqs' to be distributed and are
already explicitly excluding 'botocore.data.sqs' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.ssm' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.ssm' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.ssm' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.ssm' to be distributed and are
already explicitly excluding 'botocore.data.ssm' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.sso' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.sso' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.sso' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.sso' to be distributed and are
already explicitly excluding 'botocore.data.sso' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.stepfunctions' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.stepfunctions' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.stepfunctions' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.stepfunctions' to be distributed and are
already explicitly excluding 'botocore.data.stepfunctions' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.storagegateway' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.storagegateway' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.storagegateway' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.storagegateway' to be distributed and are
already explicitly excluding 'botocore.data.storagegateway' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.sts' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.sts' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.sts' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.sts' to be distributed and are
already explicitly excluding 'botocore.data.sts' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.support' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.support' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.support' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.support' to be distributed and are
already explicitly excluding 'botocore.data.support' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.swf' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.swf' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.swf' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.swf' to be distributed and are
already explicitly excluding 'botocore.data.swf' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.synthetics' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.synthetics' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.synthetics' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.synthetics' to be distributed and are
already explicitly excluding 'botocore.data.synthetics' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.textract' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.textract' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.textract' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.textract' to be distributed and are
already explicitly excluding 'botocore.data.textract' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.tnb' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.tnb' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.tnb' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.tnb' to be distributed and are
already explicitly excluding 'botocore.data.tnb' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.transcribe' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.transcribe' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.transcribe' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.transcribe' to be distributed and are
already explicitly excluding 'botocore.data.transcribe' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.transfer' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.transfer' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.transfer' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.transfer' to be distributed and are
already explicitly excluding 'botocore.data.transfer' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.translate' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.translate' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.translate' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.translate' to be distributed and are
already explicitly excluding 'botocore.data.translate' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.verifiedpermissions' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.verifiedpermissions' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.verifiedpermissions' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.verifiedpermissions' to be distributed and are
already explicitly excluding 'botocore.data.verifiedpermissions' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.waf' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.waf' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.waf' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.waf' to be distributed and are
already explicitly excluding 'botocore.data.waf' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.wafv2' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.wafv2' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.wafv2' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.wafv2' to be distributed and are
already explicitly excluding 'botocore.data.wafv2' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.wellarchitected' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.wellarchitected' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.wellarchitected' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.wellarchitected' to be distributed and are
already explicitly excluding 'botocore.data.wellarchitected' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.wisdom' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.wisdom' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.wisdom' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.wisdom' to be distributed and are
already explicitly excluding 'botocore.data.wisdom' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.workdocs' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.workdocs' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.workdocs' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.workdocs' to be distributed and are
already explicitly excluding 'botocore.data.workdocs' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.worklink' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.worklink' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.worklink' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.worklink' to be distributed and are
already explicitly excluding 'botocore.data.worklink' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.workmail' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.workmail' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.workmail' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.workmail' to be distributed and are
already explicitly excluding 'botocore.data.workmail' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.workmailmessageflow' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.workmailmessageflow' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.workmailmessageflow' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.workmailmessageflow' to be distributed and are
already explicitly excluding 'botocore.data.workmailmessageflow' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.workspaces' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.workspaces' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.workspaces' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.workspaces' to be distributed and are
already explicitly excluding 'botocore.data.workspaces' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/opt/homebrew/opt/python-setuptools/lib/python3.12/site-packages/setuptools/command/build_py.py:204: _Warning: Package 'botocore.data.xray' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'botocore.data.xray' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'botocore.data.xray' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'botocore.data.xray' to be distributed and are
already explicitly excluding 'botocore.data.xray' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
copying botocore/cacert.pem -> build/lib/botocore
creating build/lib/botocore/data
copying botocore/data/_retry.json -> build/lib/botocore/data
copying botocore/data/endpoints.json -> build/lib/botocore/data
copying botocore/data/partitions.json -> build/lib/botocore/data
copying botocore/data/sdk-default-configuration.json -> build/lib/botocore/data
creating build/lib/botocore/data/accessanalyzer
creating build/lib/botocore/data/accessanalyzer/2019-11-01
copying botocore/data/accessanalyzer/2019-11-01/endpoint-rule-set-1.json -> build/lib/botocore/data/accessanalyzer/2019-11-01
copying botocore/data/accessanalyzer/2019-11-01/examples-1.json -> build/lib/botocore/data/accessanalyzer/2019-11-01
copying botocore/data/accessanalyzer/2019-11-01/paginators-1.json -> build/lib/botocore/data/accessanalyzer/2019-11-01
copying botocore/data/accessanalyzer/2019-11-01/service-2.json -> build/lib/botocore/data/accessanalyzer/2019-11-01
creating build/lib/botocore/data/account
creating build/lib/botocore/data/account/2021-02-01
copying botocore/data/account/2021-02-01/endpoint-rule-set-1.json -> build/lib/botocore/data/account/2021-02-01
copying botocore/data/account/2021-02-01/examples-1.json -> build/lib/botocore/data/account/2021-02-01
copying botocore/data/account/2021-02-01/paginators-1.json -> build/lib/botocore/data/account/2021-02-01
copying botocore/data/account/2021-02-01/service-2.json -> build/lib/botocore/data/account/2021-02-01
creating build/lib/botocore/data/acm-pca
creating build/lib/botocore/data/acm-pca/2017-08-22
copying botocore/data/acm-pca/2017-08-22/endpoint-rule-set-1.json -> build/lib/botocore/data/acm-pca/2017-08-22
copying botocore/data/acm-pca/2017-08-22/examples-1.json -> build/lib/botocore/data/acm-pca/2017-08-22
copying botocore/data/acm-pca/2017-08-22/paginators-1.json -> build/lib/botocore/data/acm-pca/2017-08-22
copying botocore/data/acm-pca/2017-08-22/service-2.json -> build/lib/botocore/data/acm-pca/2017-08-22
copying botocore/data/acm-pca/2017-08-22/waiters-2.json -> build/lib/botocore/data/acm-pca/2017-08-22
creating build/lib/botocore/data/acm
creating build/lib/botocore/data/acm/2015-12-08
copying botocore/data/acm/2015-12-08/endpoint-rule-set-1.json -> build/lib/botocore/data/acm/2015-12-08
copying botocore/data/acm/2015-12-08/examples-1.json -> build/lib/botocore/data/acm/2015-12-08
copying botocore/data/acm/2015-12-08/paginators-1.json -> build/lib/botocore/data/acm/2015-12-08
copying botocore/data/acm/2015-12-08/service-2.json -> build/lib/botocore/data/acm/2015-12-08
copying botocore/data/acm/2015-12-08/waiters-2.json -> build/lib/botocore/data/acm/2015-12-08
creating build/lib/botocore/data/alexaforbusiness
creating build/lib/botocore/data/alexaforbusiness/2017-11-09
copying botocore/data/alexaforbusiness/2017-11-09/endpoint-rule-set-1.json -> build/lib/botocore/data/alexaforbusiness/2017-11-09
copying botocore/data/alexaforbusiness/2017-11-09/examples-1.json -> build/lib/botocore/data/alexaforbusiness/2017-11-09
copying botocore/data/alexaforbusiness/2017-11-09/paginators-1.json -> build/lib/botocore/data/alexaforbusiness/2017-11-09
copying botocore/data/alexaforbusiness/2017-11-09/service-2.json -> build/lib/botocore/data/alexaforbusiness/2017-11-09
creating build/lib/botocore/data/amp
creating build/lib/botocore/data/amp/2020-08-01
copying botocore/data/amp/2020-08-01/endpoint-rule-set-1.json -> build/lib/botocore/data/amp/2020-08-01
copying botocore/data/amp/2020-08-01/examples-1.json -> build/lib/botocore/data/amp/2020-08-01
copying botocore/data/amp/2020-08-01/paginators-1.json -> build/lib/botocore/data/amp/2020-08-01
copying botocore/data/amp/2020-08-01/service-2.json -> build/lib/botocore/data/amp/2020-08-01
copying botocore/data/amp/2020-08-01/waiters-2.json -> build/lib/botocore/data/amp/2020-08-01
creating build/lib/botocore/data/amplify
creating build/lib/botocore/data/amplify/2017-07-25
copying botocore/data/amplify/2017-07-25/endpoint-rule-set-1.json -> build/lib/botocore/data/amplify/2017-07-25
copying botocore/data/amplify/2017-07-25/examples-1.json -> build/lib/botocore/data/amplify/2017-07-25
copying botocore/data/amplify/2017-07-25/paginators-1.json -> build/lib/botocore/data/amplify/2017-07-25
copying botocore/data/amplify/2017-07-25/service-2.json -> build/lib/botocore/data/amplify/2017-07-25
creating build/lib/botocore/data/amplifybackend
creating build/lib/botocore/data/amplifybackend/2020-08-11
copying botocore/data/amplifybackend/2020-08-11/endpoint-rule-set-1.json -> build/lib/botocore/data/amplifybackend/2020-08-11
copying botocore/data/amplifybackend/2020-08-11/paginators-1.json -> build/lib/botocore/data/amplifybackend/2020-08-11
copying botocore/data/amplifybackend/2020-08-11/service-2.json -> build/lib/botocore/data/amplifybackend/2020-08-11
creating build/lib/botocore/data/amplifyuibuilder
creating build/lib/botocore/data/amplifyuibuilder/2021-08-11
copying botocore/data/amplifyuibuilder/2021-08-11/endpoint-rule-set-1.json -> build/lib/botocore/data/amplifyuibuilder/2021-08-11
copying botocore/data/amplifyuibuilder/2021-08-11/examples-1.json -> build/lib/botocore/data/amplifyuibuilder/2021-08-11
copying botocore/data/amplifyuibuilder/2021-08-11/paginators-1.json -> build/lib/botocore/data/amplifyuibuilder/2021-08-11
copying botocore/data/amplifyuibuilder/2021-08-11/service-2.json -> build/lib/botocore/data/amplifyuibuilder/2021-08-11
copying botocore/data/amplifyuibuilder/2021-08-11/waiters-2.json -> build/lib/botocore/data/amplifyuibuilder/2021-08-11
creating build/lib/botocore/data/apigateway
creating build/lib/botocore/data/apigateway/2015-07-09
copying botocore/data/apigateway/2015-07-09/endpoint-rule-set-1.json -> build/lib/botocore/data/apigateway/2015-07-09
copying botocore/data/apigateway/2015-07-09/examples-1.json -> build/lib/botocore/data/apigateway/2015-07-09
copying botocore/data/apigateway/2015-07-09/paginators-1.json -> build/lib/botocore/data/apigateway/2015-07-09
copying botocore/data/apigateway/2015-07-09/service-2.json -> build/lib/botocore/data/apigateway/2015-07-09
creating build/lib/botocore/data/apigatewaymanagementapi
creating build/lib/botocore/data/apigatewaymanagementapi/2018-11-29
copying botocore/data/apigatewaymanagementapi/2018-11-29/endpoint-rule-set-1.json -> build/lib/botocore/data/apigatewaymanagementapi/2018-11-29
copying botocore/data/apigatewaymanagementapi/2018-11-29/paginators-1.json -> build/lib/botocore/data/apigatewaymanagementapi/2018-11-29
copying botocore/data/apigatewaymanagementapi/2018-11-29/service-2.json -> build/lib/botocore/data/apigatewaymanagementapi/2018-11-29
creating build/lib/botocore/data/apigatewayv2
creating build/lib/botocore/data/apigatewayv2/2018-11-29
copying botocore/data/apigatewayv2/2018-11-29/endpoint-rule-set-1.json -> build/lib/botocore/data/apigatewayv2/2018-11-29
copying botocore/data/apigatewayv2/2018-11-29/paginators-1.json -> build/lib/botocore/data/apigatewayv2/2018-11-29
copying botocore/data/apigatewayv2/2018-11-29/service-2.json -> build/lib/botocore/data/apigatewayv2/2018-11-29
creating build/lib/botocore/data/appconfig
creating build/lib/botocore/data/appconfig/2019-10-09
copying botocore/data/appconfig/2019-10-09/endpoint-rule-set-1.json -> build/lib/botocore/data/appconfig/2019-10-09
copying botocore/data/appconfig/2019-10-09/examples-1.json -> build/lib/botocore/data/appconfig/2019-10-09
copying botocore/data/appconfig/2019-10-09/paginators-1.json -> build/lib/botocore/data/appconfig/2019-10-09
copying botocore/data/appconfig/2019-10-09/service-2.json -> build/lib/botocore/data/appconfig/2019-10-09
creating build/lib/botocore/data/appconfigdata
creating build/lib/botocore/data/appconfigdata/2021-11-11
copying botocore/data/appconfigdata/2021-11-11/endpoint-rule-set-1.json -> build/lib/botocore/data/appconfigdata/2021-11-11
copying botocore/data/appconfigdata/2021-11-11/examples-1.json -> build/lib/botocore/data/appconfigdata/2021-11-11
copying botocore/data/appconfigdata/2021-11-11/paginators-1.json -> build/lib/botocore/data/appconfigdata/2021-11-11
copying botocore/data/appconfigdata/2021-11-11/service-2.json -> build/lib/botocore/data/appconfigdata/2021-11-11
creating build/lib/botocore/data/appfabric
creating build/lib/botocore/data/appfabric/2023-05-19
copying botocore/data/appfabric/2023-05-19/endpoint-rule-set-1.json -> build/lib/botocore/data/appfabric/2023-05-19
copying botocore/data/appfabric/2023-05-19/paginators-1.json -> build/lib/botocore/data/appfabric/2023-05-19
copying botocore/data/appfabric/2023-05-19/service-2.json -> build/lib/botocore/data/appfabric/2023-05-19
copying botocore/data/appfabric/2023-05-19/waiters-2.json -> build/lib/botocore/data/appfabric/2023-05-19
creating build/lib/botocore/data/appflow
creating build/lib/botocore/data/appflow/2020-08-23
copying botocore/data/appflow/2020-08-23/endpoint-rule-set-1.json -> build/lib/botocore/data/appflow/2020-08-23
copying botocore/data/appflow/2020-08-23/examples-1.json -> build/lib/botocore/data/appflow/2020-08-23
copying botocore/data/appflow/2020-08-23/paginators-1.json -> build/lib/botocore/data/appflow/2020-08-23
copying botocore/data/appflow/2020-08-23/service-2.json -> build/lib/botocore/data/appflow/2020-08-23
creating build/lib/botocore/data/appintegrations
creating build/lib/botocore/data/appintegrations/2020-07-29
copying botocore/data/appintegrations/2020-07-29/endpoint-rule-set-1.json -> build/lib/botocore/data/appintegrations/2020-07-29
copying botocore/data/appintegrations/2020-07-29/examples-1.json -> build/lib/botocore/data/appintegrations/2020-07-29
copying botocore/data/appintegrations/2020-07-29/paginators-1.json -> build/lib/botocore/data/appintegrations/2020-07-29
copying botocore/data/appintegrations/2020-07-29/service-2.json -> build/lib/botocore/data/appintegrations/2020-07-29
creating build/lib/botocore/data/application-autoscaling
creating build/lib/botocore/data/application-autoscaling/2016-02-06
copying botocore/data/application-autoscaling/2016-02-06/endpoint-rule-set-1.json -> build/lib/botocore/data/application-autoscaling/2016-02-06
copying botocore/data/application-autoscaling/2016-02-06/examples-1.json -> build/lib/botocore/data/application-autoscaling/2016-02-06
copying botocore/data/application-autoscaling/2016-02-06/paginators-1.json -> build/lib/botocore/data/application-autoscaling/2016-02-06
copying botocore/data/application-autoscaling/2016-02-06/service-2.json -> build/lib/botocore/data/application-autoscaling/2016-02-06
creating build/lib/botocore/data/application-insights
creating build/lib/botocore/data/application-insights/2018-11-25
copying botocore/data/application-insights/2018-11-25/endpoint-rule-set-1.json -> build/lib/botocore/data/application-insights/2018-11-25
copying botocore/data/application-insights/2018-11-25/examples-1.json -> build/lib/botocore/data/application-insights/2018-11-25
copying botocore/data/application-insights/2018-11-25/paginators-1.json -> build/lib/botocore/data/application-insights/2018-11-25
copying botocore/data/application-insights/2018-11-25/service-2.json -> build/lib/botocore/data/application-insights/2018-11-25
creating build/lib/botocore/data/applicationcostprofiler
creating build/lib/botocore/data/applicationcostprofiler/2020-09-10
copying botocore/data/applicationcostprofiler/2020-09-10/endpoint-rule-set-1.json -> build/lib/botocore/data/applicationcostprofiler/2020-09-10
copying botocore/data/applicationcostprofiler/2020-09-10/examples-1.json -> build/lib/botocore/data/applicationcostprofiler/2020-09-10
copying botocore/data/applicationcostprofiler/2020-09-10/paginators-1.json -> build/lib/botocore/data/applicationcostprofiler/2020-09-10
copying botocore/data/applicationcostprofiler/2020-09-10/service-2.json -> build/lib/botocore/data/applicationcostprofiler/2020-09-10
creating build/lib/botocore/data/appmesh
creating build/lib/botocore/data/appmesh/2018-10-01
copying botocore/data/appmesh/2018-10-01/endpoint-rule-set-1.json -> build/lib/botocore/data/appmesh/2018-10-01
copying botocore/data/appmesh/2018-10-01/examples-1.json -> build/lib/botocore/data/appmesh/2018-10-01
copying botocore/data/appmesh/2018-10-01/paginators-1.json -> build/lib/botocore/data/appmesh/2018-10-01
copying botocore/data/appmesh/2018-10-01/service-2.json -> build/lib/botocore/data/appmesh/2018-10-01
creating build/lib/botocore/data/appmesh/2019-01-25
copying botocore/data/appmesh/2019-01-25/endpoint-rule-set-1.json -> build/lib/botocore/data/appmesh/2019-01-25
copying botocore/data/appmesh/2019-01-25/examples-1.json -> build/lib/botocore/data/appmesh/2019-01-25
copying botocore/data/appmesh/2019-01-25/paginators-1.json -> build/lib/botocore/data/appmesh/2019-01-25
copying botocore/data/appmesh/2019-01-25/service-2.json -> build/lib/botocore/data/appmesh/2019-01-25
creating build/lib/botocore/data/apprunner
creating build/lib/botocore/data/apprunner/2020-05-15
copying botocore/data/apprunner/2020-05-15/endpoint-rule-set-1.json -> build/lib/botocore/data/apprunner/2020-05-15
copying botocore/data/apprunner/2020-05-15/examples-1.json -> build/lib/botocore/data/apprunner/2020-05-15
copying botocore/data/apprunner/2020-05-15/paginators-1.json -> build/lib/botocore/data/apprunner/2020-05-15
copying botocore/data/apprunner/2020-05-15/service-2.json -> build/lib/botocore/data/apprunner/2020-05-15
creating build/lib/botocore/data/appstream
creating build/lib/botocore/data/appstream/2016-12-01
copying botocore/data/appstream/2016-12-01/endpoint-rule-set-1.json -> build/lib/botocore/data/appstream/2016-12-01
copying botocore/data/appstream/2016-12-01/examples-1.json -> build/lib/botocore/data/appstream/2016-12-01
copying botocore/data/appstream/2016-12-01/paginators-1.json -> build/lib/botocore/data/appstream/2016-12-01
copying botocore/data/appstream/2016-12-01/service-2.json -> build/lib/botocore/data/appstream/2016-12-01
copying botocore/data/appstream/2016-12-01/waiters-2.json -> build/lib/botocore/data/appstream/2016-12-01
creating build/lib/botocore/data/appsync
creating build/lib/botocore/data/appsync/2017-07-25
copying botocore/data/appsync/2017-07-25/endpoint-rule-set-1.json -> build/lib/botocore/data/appsync/2017-07-25
copying botocore/data/appsync/2017-07-25/examples-1.json -> build/lib/botocore/data/appsync/2017-07-25
copying botocore/data/appsync/2017-07-25/paginators-1.json -> build/lib/botocore/data/appsync/2017-07-25
copying botocore/data/appsync/2017-07-25/service-2.json -> build/lib/botocore/data/appsync/2017-07-25
creating build/lib/botocore/data/arc-zonal-shift
creating build/lib/botocore/data/arc-zonal-shift/2022-10-30
copying botocore/data/arc-zonal-shift/2022-10-30/endpoint-rule-set-1.json -> build/lib/botocore/data/arc-zonal-shift/2022-10-30
copying botocore/data/arc-zonal-shift/2022-10-30/paginators-1.json -> build/lib/botocore/data/arc-zonal-shift/2022-10-30
copying botocore/data/arc-zonal-shift/2022-10-30/service-2.json -> build/lib/botocore/data/arc-zonal-shift/2022-10-30
creating build/lib/botocore/data/athena
creating build/lib/botocore/data/athena/2017-05-18
copying botocore/data/athena/2017-05-18/endpoint-rule-set-1.json -> build/lib/botocore/data/athena/2017-05-18
copying botocore/data/athena/2017-05-18/examples-1.json -> build/lib/botocore/data/athena/2017-05-18
copying botocore/data/athena/2017-05-18/paginators-1.json -> build/lib/botocore/data/athena/2017-05-18
copying botocore/data/athena/2017-05-18/service-2.json -> build/lib/botocore/data/athena/2017-05-18
creating build/lib/botocore/data/auditmanager
creating build/lib/botocore/data/auditmanager/2017-07-25
copying botocore/data/auditmanager/2017-07-25/endpoint-rule-set-1.json -> build/lib/botocore/data/auditmanager/2017-07-25
copying botocore/data/auditmanager/2017-07-25/examples-1.json -> build/lib/botocore/data/auditmanager/2017-07-25
copying botocore/data/auditmanager/2017-07-25/paginators-1.json -> build/lib/botocore/data/auditmanager/2017-07-25
copying botocore/data/auditmanager/2017-07-25/service-2.json -> build/lib/botocore/data/auditmanager/2017-07-25
creating build/lib/botocore/data/autoscaling-plans
creating build/lib/botocore/data/autoscaling-plans/2018-01-06
copying botocore/data/autoscaling-plans/2018-01-06/endpoint-rule-set-1.json -> build/lib/botocore/data/autoscaling-plans/2018-01-06
copying botocore/data/autoscaling-plans/2018-01-06/examples-1.json -> build/lib/botocore/data/autoscaling-plans/2018-01-06
copying botocore/data/autoscaling-plans/2018-01-06/paginators-1.json -> build/lib/botocore/data/autoscaling-plans/2018-01-06
copying botocore/data/autoscaling-plans/2018-01-06/service-2.json -> build/lib/botocore/data/autoscaling-plans/2018-01-06
creating build/lib/botocore/data/autoscaling
creating build/lib/botocore/data/autoscaling/2011-01-01
copying botocore/data/autoscaling/2011-01-01/endpoint-rule-set-1.json -> build/lib/botocore/data/autoscaling/2011-01-01
copying botocore/data/autoscaling/2011-01-01/examples-1.json -> build/lib/botocore/data/autoscaling/2011-01-01
copying botocore/data/autoscaling/2011-01-01/paginators-1.json -> build/lib/botocore/data/autoscaling/2011-01-01
copying botocore/data/autoscaling/2011-01-01/paginators-1.sdk-extras.json -> build/lib/botocore/data/autoscaling/2011-01-01
copying botocore/data/autoscaling/2011-01-01/service-2.json -> build/lib/botocore/data/autoscaling/2011-01-01
creating build/lib/botocore/data/backup-gateway
creating build/lib/botocore/data/backup-gateway/2021-01-01
copying botocore/data/backup-gateway/2021-01-01/endpoint-rule-set-1.json -> build/lib/botocore/data/backup-gateway/2021-01-01
copying botocore/data/backup-gateway/2021-01-01/examples-1.json -> build/lib/botocore/data/backup-gateway/2021-01-01
copying botocore/data/backup-gateway/2021-01-01/paginators-1.json -> build/lib/botocore/data/backup-gateway/2021-01-01
copying botocore/data/backup-gateway/2021-01-01/service-2.json -> build/lib/botocore/data/backup-gateway/2021-01-01
creating build/lib/botocore/data/backup
creating build/lib/botocore/data/backup/2018-11-15
copying botocore/data/backup/2018-11-15/endpoint-rule-set-1.json -> build/lib/botocore/data/backup/2018-11-15
copying botocore/data/backup/2018-11-15/examples-1.json -> build/lib/botocore/data/backup/2018-11-15
copying botocore/data/backup/2018-11-15/paginators-1.json -> build/lib/botocore/data/backup/2018-11-15
copying botocore/data/backup/2018-11-15/service-2.json -> build/lib/botocore/data/backup/2018-11-15
creating build/lib/botocore/data/backupstorage
creating build/lib/botocore/data/backupstorage/2018-04-10
copying botocore/data/backupstorage/2018-04-10/endpoint-rule-set-1.json -> build/lib/botocore/data/backupstorage/2018-04-10
copying botocore/data/backupstorage/2018-04-10/paginators-1.json -> build/lib/botocore/data/backupstorage/2018-04-10
copying botocore/data/backupstorage/2018-04-10/service-2.json -> build/lib/botocore/data/backupstorage/2018-04-10
creating build/lib/botocore/data/batch
creating build/lib/botocore/data/batch/2016-08-10
copying botocore/data/batch/2016-08-10/endpoint-rule-set-1.json -> build/lib/botocore/data/batch/2016-08-10
copying botocore/data/batch/2016-08-10/examples-1.json -> build/lib/botocore/data/batch/2016-08-10
copying botocore/data/batch/2016-08-10/paginators-1.json -> build/lib/botocore/data/batch/2016-08-10
copying botocore/data/batch/2016-08-10/service-2.json -> build/lib/botocore/data/batch/2016-08-10
creating build/lib/botocore/data/bedrock-runtime
creating build/lib/botocore/data/bedrock-runtime/2023-09-30
copying botocore/data/bedrock-runtime/2023-09-30/endpoint-rule-set-1.json -> build/lib/botocore/data/bedrock-runtime/2023-09-30
copying botocore/data/bedrock-runtime/2023-09-30/paginators-1.json -> build/lib/botocore/data/bedrock-runtime/2023-09-30
copying botocore/data/bedrock-runtime/2023-09-30/service-2.json -> build/lib/botocore/data/bedrock-runtime/2023-09-30
creating build/lib/botocore/data/bedrock
creating build/lib/botocore/data/bedrock/2023-04-20
copying botocore/data/bedrock/2023-04-20/endpoint-rule-set-1.json -> build/lib/botocore/data/bedrock/2023-04-20
copying botocore/data/bedrock/2023-04-20/paginators-1.json -> build/lib/botocore/data/bedrock/2023-04-20
copying botocore/data/bedrock/2023-04-20/service-2.json -> build/lib/botocore/data/bedrock/2023-04-20
copying botocore/data/bedrock/2023-04-20/waiters-2.json -> build/lib/botocore/data/bedrock/2023-04-20
creating build/lib/botocore/data/billingconductor
creating build/lib/botocore/data/billingconductor/2021-07-30
copying botocore/data/billingconductor/2021-07-30/endpoint-rule-set-1.json -> build/lib/botocore/data/billingconductor/2021-07-30
copying botocore/data/billingconductor/2021-07-30/examples-1.json -> build/lib/botocore/data/billingconductor/2021-07-30
copying botocore/data/billingconductor/2021-07-30/paginators-1.json -> build/lib/botocore/data/billingconductor/2021-07-30
copying botocore/data/billingconductor/2021-07-30/service-2.json -> build/lib/botocore/data/billingconductor/2021-07-30
copying botocore/data/billingconductor/2021-07-30/waiters-2.json -> build/lib/botocore/data/billingconductor/2021-07-30
creating build/lib/botocore/data/braket
creating build/lib/botocore/data/braket/2019-09-01
copying botocore/data/braket/2019-09-01/endpoint-rule-set-1.json -> build/lib/botocore/data/braket/2019-09-01
copying botocore/data/braket/2019-09-01/examples-1.json -> build/lib/botocore/data/braket/2019-09-01
copying botocore/data/braket/2019-09-01/paginators-1.json -> build/lib/botocore/data/braket/2019-09-01
copying botocore/data/braket/2019-09-01/service-2.json -> build/lib/botocore/data/braket/2019-09-01
creating build/lib/botocore/data/budgets
creating build/lib/botocore/data/budgets/2016-10-20
copying botocore/data/budgets/2016-10-20/endpoint-rule-set-1.json -> build/lib/botocore/data/budgets/2016-10-20
copying botocore/data/budgets/2016-10-20/examples-1.json -> build/lib/botocore/data/budgets/2016-10-20
copying botocore/data/budgets/2016-10-20/paginators-1.json -> build/lib/botocore/data/budgets/2016-10-20
copying botocore/data/budgets/2016-10-20/service-2.json -> build/lib/botocore/data/budgets/2016-10-20
creating build/lib/botocore/data/ce
creating build/lib/botocore/data/ce/2017-10-25
copying botocore/data/ce/2017-10-25/endpoint-rule-set-1.json -> build/lib/botocore/data/ce/2017-10-25
copying botocore/data/ce/2017-10-25/examples-1.json -> build/lib/botocore/data/ce/2017-10-25
copying botocore/data/ce/2017-10-25/paginators-1.json -> build/lib/botocore/data/ce/2017-10-25
copying botocore/data/ce/2017-10-25/service-2.json -> build/lib/botocore/data/ce/2017-10-25
creating build/lib/botocore/data/chime-sdk-identity
creating build/lib/botocore/data/chime-sdk-identity/2021-04-20
copying botocore/data/chime-sdk-identity/2021-04-20/endpoint-rule-set-1.json -> build/lib/botocore/data/chime-sdk-identity/2021-04-20
copying botocore/data/chime-sdk-identity/2021-04-20/examples-1.json -> build/lib/botocore/data/chime-sdk-identity/2021-04-20
copying botocore/data/chime-sdk-identity/2021-04-20/paginators-1.json -> build/lib/botocore/data/chime-sdk-identity/2021-04-20
copying botocore/data/chime-sdk-identity/2021-04-20/service-2.json -> build/lib/botocore/data/chime-sdk-identity/2021-04-20
creating build/lib/botocore/data/chime-sdk-media-pipelines
creating build/lib/botocore/data/chime-sdk-media-pipelines/2021-07-15
copying botocore/data/chime-sdk-media-pipelines/2021-07-15/endpoint-rule-set-1.json -> build/lib/botocore/data/chime-sdk-media-pipelines/2021-07-15
copying botocore/data/chime-sdk-media-pipelines/2021-07-15/paginators-1.json -> build/lib/botocore/data/chime-sdk-media-pipelines/2021-07-15
copying botocore/data/chime-sdk-media-pipelines/2021-07-15/service-2.json -> build/lib/botocore/data/chime-sdk-media-pipelines/2021-07-15
creating build/lib/botocore/data/chime-sdk-meetings
creating build/lib/botocore/data/chime-sdk-meetings/2021-07-15
copying botocore/data/chime-sdk-meetings/2021-07-15/endpoint-rule-set-1.json -> build/lib/botocore/data/chime-sdk-meetings/2021-07-15
copying botocore/data/chime-sdk-meetings/2021-07-15/examples-1.json -> build/lib/botocore/data/chime-sdk-meetings/2021-07-15
copying botocore/data/chime-sdk-meetings/2021-07-15/paginators-1.json -> build/lib/botocore/data/chime-sdk-meetings/2021-07-15
copying botocore/data/chime-sdk-meetings/2021-07-15/service-2.json -> build/lib/botocore/data/chime-sdk-meetings/2021-07-15
creating build/lib/botocore/data/chime-sdk-messaging
creating build/lib/botocore/data/chime-sdk-messaging/2021-05-15
copying botocore/data/chime-sdk-messaging/2021-05-15/endpoint-rule-set-1.json -> build/lib/botocore/data/chime-sdk-messaging/2021-05-15
copying botocore/data/chime-sdk-messaging/2021-05-15/examples-1.json -> build/lib/botocore/data/chime-sdk-messaging/2021-05-15
copying botocore/data/chime-sdk-messaging/2021-05-15/paginators-1.json -> build/lib/botocore/data/chime-sdk-messaging/2021-05-15
copying botocore/data/chime-sdk-messaging/2021-05-15/service-2.json -> build/lib/botocore/data/chime-sdk-messaging/2021-05-15
creating build/lib/botocore/data/chime-sdk-voice
creating build/lib/botocore/data/chime-sdk-voice/2022-08-03
copying botocore/data/chime-sdk-voice/2022-08-03/endpoint-rule-set-1.json -> build/lib/botocore/data/chime-sdk-voice/2022-08-03
copying botocore/data/chime-sdk-voice/2022-08-03/paginators-1.json -> build/lib/botocore/data/chime-sdk-voice/2022-08-03
copying botocore/data/chime-sdk-voice/2022-08-03/service-2.json -> build/lib/botocore/data/chime-sdk-voice/2022-08-03
creating build/lib/botocore/data/chime
creating build/lib/botocore/data/chime/2018-05-01
copying botocore/data/chime/2018-05-01/endpoint-rule-set-1.json -> build/lib/botocore/data/chime/2018-05-01
copying botocore/data/chime/2018-05-01/examples-1.json -> build/lib/botocore/data/chime/2018-05-01
copying botocore/data/chime/2018-05-01/paginators-1.json -> build/lib/botocore/data/chime/2018-05-01
copying botocore/data/chime/2018-05-01/service-2.json -> build/lib/botocore/data/chime/2018-05-01
creating build/lib/botocore/data/cleanrooms
creating build/lib/botocore/data/cleanrooms/2022-02-17
copying botocore/data/cleanrooms/2022-02-17/endpoint-rule-set-1.json -> build/lib/botocore/data/cleanrooms/2022-02-17
copying botocore/data/cleanrooms/2022-02-17/paginators-1.json -> build/lib/botocore/data/cleanrooms/2022-02-17
copying botocore/data/cleanrooms/2022-02-17/service-2.json -> build/lib/botocore/data/cleanrooms/2022-02-17
copying botocore/data/cleanrooms/2022-02-17/waiters-2.json -> build/lib/botocore/data/cleanrooms/2022-02-17
creating build/lib/botocore/data/cloud9
creating build/lib/botocore/data/cloud9/2017-09-23
copying botocore/data/cloud9/2017-09-23/endpoint-rule-set-1.json -> build/lib/botocore/data/cloud9/2017-09-23
copying botocore/data/cloud9/2017-09-23/examples-1.json -> build/lib/botocore/data/cloud9/2017-09-23
copying botocore/data/cloud9/2017-09-23/paginators-1.json -> build/lib/botocore/data/cloud9/2017-09-23
copying botocore/data/cloud9/2017-09-23/service-2.json -> build/lib/botocore/data/cloud9/2017-09-23
creating build/lib/botocore/data/cloudcontrol
creating build/lib/botocore/data/cloudcontrol/2021-09-30
copying botocore/data/cloudcontrol/2021-09-30/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudcontrol/2021-09-30
copying botocore/data/cloudcontrol/2021-09-30/examples-1.json -> build/lib/botocore/data/cloudcontrol/2021-09-30
copying botocore/data/cloudcontrol/2021-09-30/paginators-1.json -> build/lib/botocore/data/cloudcontrol/2021-09-30
copying botocore/data/cloudcontrol/2021-09-30/paginators-1.sdk-extras.json -> build/lib/botocore/data/cloudcontrol/2021-09-30
copying botocore/data/cloudcontrol/2021-09-30/service-2.json -> build/lib/botocore/data/cloudcontrol/2021-09-30
copying botocore/data/cloudcontrol/2021-09-30/waiters-2.json -> build/lib/botocore/data/cloudcontrol/2021-09-30
creating build/lib/botocore/data/clouddirectory
creating build/lib/botocore/data/clouddirectory/2016-05-10
copying botocore/data/clouddirectory/2016-05-10/endpoint-rule-set-1.json -> build/lib/botocore/data/clouddirectory/2016-05-10
copying botocore/data/clouddirectory/2016-05-10/examples-1.json -> build/lib/botocore/data/clouddirectory/2016-05-10
copying botocore/data/clouddirectory/2016-05-10/paginators-1.json -> build/lib/botocore/data/clouddirectory/2016-05-10
copying botocore/data/clouddirectory/2016-05-10/service-2.json -> build/lib/botocore/data/clouddirectory/2016-05-10
creating build/lib/botocore/data/clouddirectory/2017-01-11
copying botocore/data/clouddirectory/2017-01-11/endpoint-rule-set-1.json -> build/lib/botocore/data/clouddirectory/2017-01-11
copying botocore/data/clouddirectory/2017-01-11/examples-1.json -> build/lib/botocore/data/clouddirectory/2017-01-11
copying botocore/data/clouddirectory/2017-01-11/paginators-1.json -> build/lib/botocore/data/clouddirectory/2017-01-11
copying botocore/data/clouddirectory/2017-01-11/service-2.json -> build/lib/botocore/data/clouddirectory/2017-01-11
creating build/lib/botocore/data/cloudformation
creating build/lib/botocore/data/cloudformation/2010-05-15
copying botocore/data/cloudformation/2010-05-15/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudformation/2010-05-15
copying botocore/data/cloudformation/2010-05-15/examples-1.json -> build/lib/botocore/data/cloudformation/2010-05-15
copying botocore/data/cloudformation/2010-05-15/paginators-1.json -> build/lib/botocore/data/cloudformation/2010-05-15
copying botocore/data/cloudformation/2010-05-15/service-2.json -> build/lib/botocore/data/cloudformation/2010-05-15
copying botocore/data/cloudformation/2010-05-15/waiters-2.json -> build/lib/botocore/data/cloudformation/2010-05-15
creating build/lib/botocore/data/cloudfront
creating build/lib/botocore/data/cloudfront/2014-05-31
copying botocore/data/cloudfront/2014-05-31/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2014-05-31
copying botocore/data/cloudfront/2014-05-31/paginators-1.json -> build/lib/botocore/data/cloudfront/2014-05-31
copying botocore/data/cloudfront/2014-05-31/service-2.json -> build/lib/botocore/data/cloudfront/2014-05-31
copying botocore/data/cloudfront/2014-05-31/waiters-2.json -> build/lib/botocore/data/cloudfront/2014-05-31
creating build/lib/botocore/data/cloudfront/2014-10-21
copying botocore/data/cloudfront/2014-10-21/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2014-10-21
copying botocore/data/cloudfront/2014-10-21/paginators-1.json -> build/lib/botocore/data/cloudfront/2014-10-21
copying botocore/data/cloudfront/2014-10-21/service-2.json -> build/lib/botocore/data/cloudfront/2014-10-21
copying botocore/data/cloudfront/2014-10-21/waiters-2.json -> build/lib/botocore/data/cloudfront/2014-10-21
creating build/lib/botocore/data/cloudfront/2014-11-06
copying botocore/data/cloudfront/2014-11-06/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2014-11-06
copying botocore/data/cloudfront/2014-11-06/paginators-1.json -> build/lib/botocore/data/cloudfront/2014-11-06
copying botocore/data/cloudfront/2014-11-06/service-2.json -> build/lib/botocore/data/cloudfront/2014-11-06
copying botocore/data/cloudfront/2014-11-06/waiters-2.json -> build/lib/botocore/data/cloudfront/2014-11-06
creating build/lib/botocore/data/cloudfront/2015-04-17
copying botocore/data/cloudfront/2015-04-17/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2015-04-17
copying botocore/data/cloudfront/2015-04-17/paginators-1.json -> build/lib/botocore/data/cloudfront/2015-04-17
copying botocore/data/cloudfront/2015-04-17/service-2.json -> build/lib/botocore/data/cloudfront/2015-04-17
copying botocore/data/cloudfront/2015-04-17/waiters-2.json -> build/lib/botocore/data/cloudfront/2015-04-17
creating build/lib/botocore/data/cloudfront/2015-07-27
copying botocore/data/cloudfront/2015-07-27/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2015-07-27
copying botocore/data/cloudfront/2015-07-27/paginators-1.json -> build/lib/botocore/data/cloudfront/2015-07-27
copying botocore/data/cloudfront/2015-07-27/service-2.json -> build/lib/botocore/data/cloudfront/2015-07-27
copying botocore/data/cloudfront/2015-07-27/waiters-2.json -> build/lib/botocore/data/cloudfront/2015-07-27
creating build/lib/botocore/data/cloudfront/2015-09-17
copying botocore/data/cloudfront/2015-09-17/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2015-09-17
copying botocore/data/cloudfront/2015-09-17/paginators-1.json -> build/lib/botocore/data/cloudfront/2015-09-17
copying botocore/data/cloudfront/2015-09-17/service-2.json -> build/lib/botocore/data/cloudfront/2015-09-17
copying botocore/data/cloudfront/2015-09-17/waiters-2.json -> build/lib/botocore/data/cloudfront/2015-09-17
creating build/lib/botocore/data/cloudfront/2016-01-13
copying botocore/data/cloudfront/2016-01-13/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2016-01-13
copying botocore/data/cloudfront/2016-01-13/paginators-1.json -> build/lib/botocore/data/cloudfront/2016-01-13
copying botocore/data/cloudfront/2016-01-13/service-2.json -> build/lib/botocore/data/cloudfront/2016-01-13
copying botocore/data/cloudfront/2016-01-13/waiters-2.json -> build/lib/botocore/data/cloudfront/2016-01-13
creating build/lib/botocore/data/cloudfront/2016-01-28
copying botocore/data/cloudfront/2016-01-28/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2016-01-28
copying botocore/data/cloudfront/2016-01-28/examples-1.json -> build/lib/botocore/data/cloudfront/2016-01-28
copying botocore/data/cloudfront/2016-01-28/paginators-1.json -> build/lib/botocore/data/cloudfront/2016-01-28
copying botocore/data/cloudfront/2016-01-28/service-2.json -> build/lib/botocore/data/cloudfront/2016-01-28
copying botocore/data/cloudfront/2016-01-28/waiters-2.json -> build/lib/botocore/data/cloudfront/2016-01-28
creating build/lib/botocore/data/cloudfront/2016-08-01
copying botocore/data/cloudfront/2016-08-01/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2016-08-01
copying botocore/data/cloudfront/2016-08-01/examples-1.json -> build/lib/botocore/data/cloudfront/2016-08-01
copying botocore/data/cloudfront/2016-08-01/paginators-1.json -> build/lib/botocore/data/cloudfront/2016-08-01
copying botocore/data/cloudfront/2016-08-01/service-2.json -> build/lib/botocore/data/cloudfront/2016-08-01
copying botocore/data/cloudfront/2016-08-01/waiters-2.json -> build/lib/botocore/data/cloudfront/2016-08-01
creating build/lib/botocore/data/cloudfront/2016-08-20
copying botocore/data/cloudfront/2016-08-20/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2016-08-20
copying botocore/data/cloudfront/2016-08-20/paginators-1.json -> build/lib/botocore/data/cloudfront/2016-08-20
copying botocore/data/cloudfront/2016-08-20/service-2.json -> build/lib/botocore/data/cloudfront/2016-08-20
copying botocore/data/cloudfront/2016-08-20/waiters-2.json -> build/lib/botocore/data/cloudfront/2016-08-20
creating build/lib/botocore/data/cloudfront/2016-09-07
copying botocore/data/cloudfront/2016-09-07/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2016-09-07
copying botocore/data/cloudfront/2016-09-07/examples-1.json -> build/lib/botocore/data/cloudfront/2016-09-07
copying botocore/data/cloudfront/2016-09-07/paginators-1.json -> build/lib/botocore/data/cloudfront/2016-09-07
copying botocore/data/cloudfront/2016-09-07/service-2.json -> build/lib/botocore/data/cloudfront/2016-09-07
copying botocore/data/cloudfront/2016-09-07/waiters-2.json -> build/lib/botocore/data/cloudfront/2016-09-07
creating build/lib/botocore/data/cloudfront/2016-09-29
copying botocore/data/cloudfront/2016-09-29/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2016-09-29
copying botocore/data/cloudfront/2016-09-29/examples-1.json -> build/lib/botocore/data/cloudfront/2016-09-29
copying botocore/data/cloudfront/2016-09-29/paginators-1.json -> build/lib/botocore/data/cloudfront/2016-09-29
copying botocore/data/cloudfront/2016-09-29/service-2.json -> build/lib/botocore/data/cloudfront/2016-09-29
copying botocore/data/cloudfront/2016-09-29/waiters-2.json -> build/lib/botocore/data/cloudfront/2016-09-29
creating build/lib/botocore/data/cloudfront/2016-11-25
copying botocore/data/cloudfront/2016-11-25/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2016-11-25
copying botocore/data/cloudfront/2016-11-25/examples-1.json -> build/lib/botocore/data/cloudfront/2016-11-25
copying botocore/data/cloudfront/2016-11-25/paginators-1.json -> build/lib/botocore/data/cloudfront/2016-11-25
copying botocore/data/cloudfront/2016-11-25/service-2.json -> build/lib/botocore/data/cloudfront/2016-11-25
copying botocore/data/cloudfront/2016-11-25/waiters-2.json -> build/lib/botocore/data/cloudfront/2016-11-25
creating build/lib/botocore/data/cloudfront/2017-03-25
copying botocore/data/cloudfront/2017-03-25/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2017-03-25
copying botocore/data/cloudfront/2017-03-25/paginators-1.json -> build/lib/botocore/data/cloudfront/2017-03-25
copying botocore/data/cloudfront/2017-03-25/service-2.json -> build/lib/botocore/data/cloudfront/2017-03-25
copying botocore/data/cloudfront/2017-03-25/waiters-2.json -> build/lib/botocore/data/cloudfront/2017-03-25
creating build/lib/botocore/data/cloudfront/2017-10-30
copying botocore/data/cloudfront/2017-10-30/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2017-10-30
copying botocore/data/cloudfront/2017-10-30/examples-1.json -> build/lib/botocore/data/cloudfront/2017-10-30
copying botocore/data/cloudfront/2017-10-30/paginators-1.json -> build/lib/botocore/data/cloudfront/2017-10-30
copying botocore/data/cloudfront/2017-10-30/service-2.json -> build/lib/botocore/data/cloudfront/2017-10-30
copying botocore/data/cloudfront/2017-10-30/waiters-2.json -> build/lib/botocore/data/cloudfront/2017-10-30
creating build/lib/botocore/data/cloudfront/2018-06-18
copying botocore/data/cloudfront/2018-06-18/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2018-06-18
copying botocore/data/cloudfront/2018-06-18/examples-1.json -> build/lib/botocore/data/cloudfront/2018-06-18
copying botocore/data/cloudfront/2018-06-18/paginators-1.json -> build/lib/botocore/data/cloudfront/2018-06-18
copying botocore/data/cloudfront/2018-06-18/service-2.json -> build/lib/botocore/data/cloudfront/2018-06-18
copying botocore/data/cloudfront/2018-06-18/waiters-2.json -> build/lib/botocore/data/cloudfront/2018-06-18
creating build/lib/botocore/data/cloudfront/2018-11-05
copying botocore/data/cloudfront/2018-11-05/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2018-11-05
copying botocore/data/cloudfront/2018-11-05/examples-1.json -> build/lib/botocore/data/cloudfront/2018-11-05
copying botocore/data/cloudfront/2018-11-05/paginators-1.json -> build/lib/botocore/data/cloudfront/2018-11-05
copying botocore/data/cloudfront/2018-11-05/service-2.json -> build/lib/botocore/data/cloudfront/2018-11-05
copying botocore/data/cloudfront/2018-11-05/waiters-2.json -> build/lib/botocore/data/cloudfront/2018-11-05
creating build/lib/botocore/data/cloudfront/2019-03-26
copying botocore/data/cloudfront/2019-03-26/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2019-03-26
copying botocore/data/cloudfront/2019-03-26/examples-1.json -> build/lib/botocore/data/cloudfront/2019-03-26
copying botocore/data/cloudfront/2019-03-26/paginators-1.json -> build/lib/botocore/data/cloudfront/2019-03-26
copying botocore/data/cloudfront/2019-03-26/service-2.json -> build/lib/botocore/data/cloudfront/2019-03-26
copying botocore/data/cloudfront/2019-03-26/waiters-2.json -> build/lib/botocore/data/cloudfront/2019-03-26
creating build/lib/botocore/data/cloudfront/2020-05-31
copying botocore/data/cloudfront/2020-05-31/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudfront/2020-05-31
copying botocore/data/cloudfront/2020-05-31/examples-1.json -> build/lib/botocore/data/cloudfront/2020-05-31
copying botocore/data/cloudfront/2020-05-31/paginators-1.json -> build/lib/botocore/data/cloudfront/2020-05-31
copying botocore/data/cloudfront/2020-05-31/service-2.json -> build/lib/botocore/data/cloudfront/2020-05-31
copying botocore/data/cloudfront/2020-05-31/waiters-2.json -> build/lib/botocore/data/cloudfront/2020-05-31
creating build/lib/botocore/data/cloudhsm
creating build/lib/botocore/data/cloudhsm/2014-05-30
copying botocore/data/cloudhsm/2014-05-30/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudhsm/2014-05-30
copying botocore/data/cloudhsm/2014-05-30/examples-1.json -> build/lib/botocore/data/cloudhsm/2014-05-30
copying botocore/data/cloudhsm/2014-05-30/paginators-1.json -> build/lib/botocore/data/cloudhsm/2014-05-30
copying botocore/data/cloudhsm/2014-05-30/service-2.json -> build/lib/botocore/data/cloudhsm/2014-05-30
creating build/lib/botocore/data/cloudhsmv2
creating build/lib/botocore/data/cloudhsmv2/2017-04-28
copying botocore/data/cloudhsmv2/2017-04-28/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudhsmv2/2017-04-28
copying botocore/data/cloudhsmv2/2017-04-28/examples-1.json -> build/lib/botocore/data/cloudhsmv2/2017-04-28
copying botocore/data/cloudhsmv2/2017-04-28/paginators-1.json -> build/lib/botocore/data/cloudhsmv2/2017-04-28
copying botocore/data/cloudhsmv2/2017-04-28/service-2.json -> build/lib/botocore/data/cloudhsmv2/2017-04-28
creating build/lib/botocore/data/cloudsearch
creating build/lib/botocore/data/cloudsearch/2011-02-01
copying botocore/data/cloudsearch/2011-02-01/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudsearch/2011-02-01
copying botocore/data/cloudsearch/2011-02-01/service-2.json -> build/lib/botocore/data/cloudsearch/2011-02-01
creating build/lib/botocore/data/cloudsearch/2013-01-01
copying botocore/data/cloudsearch/2013-01-01/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudsearch/2013-01-01
copying botocore/data/cloudsearch/2013-01-01/examples-1.json -> build/lib/botocore/data/cloudsearch/2013-01-01
copying botocore/data/cloudsearch/2013-01-01/paginators-1.json -> build/lib/botocore/data/cloudsearch/2013-01-01
copying botocore/data/cloudsearch/2013-01-01/service-2.json -> build/lib/botocore/data/cloudsearch/2013-01-01
creating build/lib/botocore/data/cloudsearchdomain
creating build/lib/botocore/data/cloudsearchdomain/2013-01-01
copying botocore/data/cloudsearchdomain/2013-01-01/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudsearchdomain/2013-01-01
copying botocore/data/cloudsearchdomain/2013-01-01/examples-1.json -> build/lib/botocore/data/cloudsearchdomain/2013-01-01
copying botocore/data/cloudsearchdomain/2013-01-01/service-2.json -> build/lib/botocore/data/cloudsearchdomain/2013-01-01
creating build/lib/botocore/data/cloudtrail-data
creating build/lib/botocore/data/cloudtrail-data/2021-08-11
copying botocore/data/cloudtrail-data/2021-08-11/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudtrail-data/2021-08-11
copying botocore/data/cloudtrail-data/2021-08-11/paginators-1.json -> build/lib/botocore/data/cloudtrail-data/2021-08-11
copying botocore/data/cloudtrail-data/2021-08-11/service-2.json -> build/lib/botocore/data/cloudtrail-data/2021-08-11
creating build/lib/botocore/data/cloudtrail
creating build/lib/botocore/data/cloudtrail/2013-11-01
copying botocore/data/cloudtrail/2013-11-01/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudtrail/2013-11-01
copying botocore/data/cloudtrail/2013-11-01/examples-1.json -> build/lib/botocore/data/cloudtrail/2013-11-01
copying botocore/data/cloudtrail/2013-11-01/paginators-1.json -> build/lib/botocore/data/cloudtrail/2013-11-01
copying botocore/data/cloudtrail/2013-11-01/service-2.json -> build/lib/botocore/data/cloudtrail/2013-11-01
creating build/lib/botocore/data/cloudwatch
creating build/lib/botocore/data/cloudwatch/2010-08-01
copying botocore/data/cloudwatch/2010-08-01/endpoint-rule-set-1.json -> build/lib/botocore/data/cloudwatch/2010-08-01
copying botocore/data/cloudwatch/2010-08-01/examples-1.json -> build/lib/botocore/data/cloudwatch/2010-08-01
copying botocore/data/cloudwatch/2010-08-01/paginators-1.json -> build/lib/botocore/data/cloudwatch/2010-08-01
copying botocore/data/cloudwatch/2010-08-01/service-2.json -> build/lib/botocore/data/cloudwatch/2010-08-01
copying botocore/data/cloudwatch/2010-08-01/waiters-2.json -> build/lib/botocore/data/cloudwatch/2010-08-01
creating build/lib/botocore/data/codeartifact
creating build/lib/botocore/data/codeartifact/2018-09-22
copying botocore/data/codeartifact/2018-09-22/endpoint-rule-set-1.json -> build/lib/botocore/data/codeartifact/2018-09-22
copying botocore/data/codeartifact/2018-09-22/examples-1.json -> build/lib/botocore/data/codeartifact/2018-09-22
copying botocore/data/codeartifact/2018-09-22/paginators-1.json -> build/lib/botocore/data/codeartifact/2018-09-22
copying botocore/data/codeartifact/2018-09-22/paginators-1.sdk-extras.json -> build/lib/botocore/data/codeartifact/2018-09-22
copying botocore/data/codeartifact/2018-09-22/service-2.json -> build/lib/botocore/data/codeartifact/2018-09-22
creating build/lib/botocore/data/codebuild
creating build/lib/botocore/data/codebuild/2016-10-06
copying botocore/data/codebuild/2016-10-06/endpoint-rule-set-1.json -> build/lib/botocore/data/codebuild/2016-10-06
copying botocore/data/codebuild/2016-10-06/examples-1.json -> build/lib/botocore/data/codebuild/2016-10-06
copying botocore/data/codebuild/2016-10-06/paginators-1.json -> build/lib/botocore/data/codebuild/2016-10-06
copying botocore/data/codebuild/2016-10-06/service-2.json -> build/lib/botocore/data/codebuild/2016-10-06
creating build/lib/botocore/data/codecatalyst
creating build/lib/botocore/data/codecatalyst/2022-09-28
copying botocore/data/codecatalyst/2022-09-28/endpoint-rule-set-1.json -> build/lib/botocore/data/codecatalyst/2022-09-28
copying botocore/data/codecatalyst/2022-09-28/paginators-1.json -> build/lib/botocore/data/codecatalyst/2022-09-28
copying botocore/data/codecatalyst/2022-09-28/service-2.json -> build/lib/botocore/data/codecatalyst/2022-09-28
copying botocore/data/codecatalyst/2022-09-28/waiters-2.json -> build/lib/botocore/data/codecatalyst/2022-09-28
creating build/lib/botocore/data/codecommit
creating build/lib/botocore/data/codecommit/2015-04-13
copying botocore/data/codecommit/2015-04-13/endpoint-rule-set-1.json -> build/lib/botocore/data/codecommit/2015-04-13
copying botocore/data/codecommit/2015-04-13/examples-1.json -> build/lib/botocore/data/codecommit/2015-04-13
copying botocore/data/codecommit/2015-04-13/paginators-1.json -> build/lib/botocore/data/codecommit/2015-04-13
copying botocore/data/codecommit/2015-04-13/service-2.json -> build/lib/botocore/data/codecommit/2015-04-13
creating build/lib/botocore/data/codedeploy
creating build/lib/botocore/data/codedeploy/2014-10-06
copying botocore/data/codedeploy/2014-10-06/endpoint-rule-set-1.json -> build/lib/botocore/data/codedeploy/2014-10-06
copying botocore/data/codedeploy/2014-10-06/examples-1.json -> build/lib/botocore/data/codedeploy/2014-10-06
copying botocore/data/codedeploy/2014-10-06/paginators-1.json -> build/lib/botocore/data/codedeploy/2014-10-06
copying botocore/data/codedeploy/2014-10-06/service-2.json -> build/lib/botocore/data/codedeploy/2014-10-06
copying botocore/data/codedeploy/2014-10-06/waiters-2.json -> build/lib/botocore/data/codedeploy/2014-10-06
creating build/lib/botocore/data/codeguru-reviewer
creating build/lib/botocore/data/codeguru-reviewer/2019-09-19
copying botocore/data/codeguru-reviewer/2019-09-19/endpoint-rule-set-1.json -> build/lib/botocore/data/codeguru-reviewer/2019-09-19
copying botocore/data/codeguru-reviewer/2019-09-19/examples-1.json -> build/lib/botocore/data/codeguru-reviewer/2019-09-19
copying botocore/data/codeguru-reviewer/2019-09-19/paginators-1.json -> build/lib/botocore/data/codeguru-reviewer/2019-09-19
copying botocore/data/codeguru-reviewer/2019-09-19/service-2.json -> build/lib/botocore/data/codeguru-reviewer/2019-09-19
copying botocore/data/codeguru-reviewer/2019-09-19/waiters-2.json -> build/lib/botocore/data/codeguru-reviewer/2019-09-19
creating build/lib/botocore/data/codeguru-security
creating build/lib/botocore/data/codeguru-security/2018-05-10
copying botocore/data/codeguru-security/2018-05-10/endpoint-rule-set-1.json -> build/lib/botocore/data/codeguru-security/2018-05-10
copying botocore/data/codeguru-security/2018-05-10/paginators-1.json -> build/lib/botocore/data/codeguru-security/2018-05-10
copying botocore/data/codeguru-security/2018-05-10/service-2.json -> build/lib/botocore/data/codeguru-security/2018-05-10
creating build/lib/botocore/data/codeguruprofiler
creating build/lib/botocore/data/codeguruprofiler/2019-07-18
copying botocore/data/codeguruprofiler/2019-07-18/endpoint-rule-set-1.json -> build/lib/botocore/data/codeguruprofiler/2019-07-18
copying botocore/data/codeguruprofiler/2019-07-18/examples-1.json -> build/lib/botocore/data/codeguruprofiler/2019-07-18
copying botocore/data/codeguruprofiler/2019-07-18/paginators-1.json -> build/lib/botocore/data/codeguruprofiler/2019-07-18
copying botocore/data/codeguruprofiler/2019-07-18/service-2.json -> build/lib/botocore/data/codeguruprofiler/2019-07-18
creating build/lib/botocore/data/codepipeline
creating build/lib/botocore/data/codepipeline/2015-07-09
copying botocore/data/codepipeline/2015-07-09/endpoint-rule-set-1.json -> build/lib/botocore/data/codepipeline/2015-07-09
copying botocore/data/codepipeline/2015-07-09/examples-1.json -> build/lib/botocore/data/codepipeline/2015-07-09
copying botocore/data/codepipeline/2015-07-09/paginators-1.json -> build/lib/botocore/data/codepipeline/2015-07-09
copying botocore/data/codepipeline/2015-07-09/service-2.json -> build/lib/botocore/data/codepipeline/2015-07-09
creating build/lib/botocore/data/codestar-connections
creating build/lib/botocore/data/codestar-connections/2019-12-01
copying botocore/data/codestar-connections/2019-12-01/endpoint-rule-set-1.json -> build/lib/botocore/data/codestar-connections/2019-12-01
copying botocore/data/codestar-connections/2019-12-01/examples-1.json -> build/lib/botocore/data/codestar-connections/2019-12-01
copying botocore/data/codestar-connections/2019-12-01/paginators-1.json -> build/lib/botocore/data/codestar-connections/2019-12-01
copying botocore/data/codestar-connections/2019-12-01/service-2.json -> build/lib/botocore/data/codestar-connections/2019-12-01
creating build/lib/botocore/data/codestar-notifications
creating build/lib/botocore/data/codestar-notifications/2019-10-15
copying botocore/data/codestar-notifications/2019-10-15/endpoint-rule-set-1.json -> build/lib/botocore/data/codestar-notifications/2019-10-15
copying botocore/data/codestar-notifications/2019-10-15/examples-1.json -> build/lib/botocore/data/codestar-notifications/2019-10-15
copying botocore/data/codestar-notifications/2019-10-15/paginators-1.json -> build/lib/botocore/data/codestar-notifications/2019-10-15
copying botocore/data/codestar-notifications/2019-10-15/service-2.json -> build/lib/botocore/data/codestar-notifications/2019-10-15
creating build/lib/botocore/data/codestar
creating build/lib/botocore/data/codestar/2017-04-19
copying botocore/data/codestar/2017-04-19/endpoint-rule-set-1.json -> build/lib/botocore/data/codestar/2017-04-19
copying botocore/data/codestar/2017-04-19/examples-1.json -> build/lib/botocore/data/codestar/2017-04-19
copying botocore/data/codestar/2017-04-19/paginators-1.json -> build/lib/botocore/data/codestar/2017-04-19
copying botocore/data/codestar/2017-04-19/service-2.json -> build/lib/botocore/data/codestar/2017-04-19
creating build/lib/botocore/data/cognito-identity
creating build/lib/botocore/data/cognito-identity/2014-06-30
copying botocore/data/cognito-identity/2014-06-30/endpoint-rule-set-1.json -> build/lib/botocore/data/cognito-identity/2014-06-30
copying botocore/data/cognito-identity/2014-06-30/examples-1.json -> build/lib/botocore/data/cognito-identity/2014-06-30
copying botocore/data/cognito-identity/2014-06-30/paginators-1.json -> build/lib/botocore/data/cognito-identity/2014-06-30
copying botocore/data/cognito-identity/2014-06-30/service-2.json -> build/lib/botocore/data/cognito-identity/2014-06-30
creating build/lib/botocore/data/cognito-idp
creating build/lib/botocore/data/cognito-idp/2016-04-18
copying botocore/data/cognito-idp/2016-04-18/endpoint-rule-set-1.json -> build/lib/botocore/data/cognito-idp/2016-04-18
copying botocore/data/cognito-idp/2016-04-18/examples-1.json -> build/lib/botocore/data/cognito-idp/2016-04-18
copying botocore/data/cognito-idp/2016-04-18/paginators-1.json -> build/lib/botocore/data/cognito-idp/2016-04-18
copying botocore/data/cognito-idp/2016-04-18/service-2.json -> build/lib/botocore/data/cognito-idp/2016-04-18
creating build/lib/botocore/data/cognito-sync
creating build/lib/botocore/data/cognito-sync/2014-06-30
copying botocore/data/cognito-sync/2014-06-30/endpoint-rule-set-1.json -> build/lib/botocore/data/cognito-sync/2014-06-30
copying botocore/data/cognito-sync/2014-06-30/examples-1.json -> build/lib/botocore/data/cognito-sync/2014-06-30
copying botocore/data/cognito-sync/2014-06-30/paginators-1.json -> build/lib/botocore/data/cognito-sync/2014-06-30
copying botocore/data/cognito-sync/2014-06-30/service-2.json -> build/lib/botocore/data/cognito-sync/2014-06-30
creating build/lib/botocore/data/comprehend
creating build/lib/botocore/data/comprehend/2017-11-27
copying botocore/data/comprehend/2017-11-27/endpoint-rule-set-1.json -> build/lib/botocore/data/comprehend/2017-11-27
copying botocore/data/comprehend/2017-11-27/examples-1.json -> build/lib/botocore/data/comprehend/2017-11-27
copying botocore/data/comprehend/2017-11-27/paginators-1.json -> build/lib/botocore/data/comprehend/2017-11-27
copying botocore/data/comprehend/2017-11-27/service-2.json -> build/lib/botocore/data/comprehend/2017-11-27
creating build/lib/botocore/data/comprehendmedical
creating build/lib/botocore/data/comprehendmedical/2018-10-30
copying botocore/data/comprehendmedical/2018-10-30/endpoint-rule-set-1.json -> build/lib/botocore/data/comprehendmedical/2018-10-30
copying botocore/data/comprehendmedical/2018-10-30/examples-1.json -> build/lib/botocore/data/comprehendmedical/2018-10-30
copying botocore/data/comprehendmedical/2018-10-30/paginators-1.json -> build/lib/botocore/data/comprehendmedical/2018-10-30
copying botocore/data/comprehendmedical/2018-10-30/service-2.json -> build/lib/botocore/data/comprehendmedical/2018-10-30
creating build/lib/botocore/data/compute-optimizer
creating build/lib/botocore/data/compute-optimizer/2019-11-01
copying botocore/data/compute-optimizer/2019-11-01/endpoint-rule-set-1.json -> build/lib/botocore/data/compute-optimizer/2019-11-01
copying botocore/data/compute-optimizer/2019-11-01/examples-1.json -> build/lib/botocore/data/compute-optimizer/2019-11-01
copying botocore/data/compute-optimizer/2019-11-01/paginators-1.json -> build/lib/botocore/data/compute-optimizer/2019-11-01
copying botocore/data/compute-optimizer/2019-11-01/service-2.json -> build/lib/botocore/data/compute-optimizer/2019-11-01
creating build/lib/botocore/data/config
creating build/lib/botocore/data/config/2014-11-12
copying botocore/data/config/2014-11-12/endpoint-rule-set-1.json -> build/lib/botocore/data/config/2014-11-12
copying botocore/data/config/2014-11-12/examples-1.json -> build/lib/botocore/data/config/2014-11-12
copying botocore/data/config/2014-11-12/paginators-1.json -> build/lib/botocore/data/config/2014-11-12
copying botocore/data/config/2014-11-12/service-2.json -> build/lib/botocore/data/config/2014-11-12
creating build/lib/botocore/data/connect-contact-lens
creating build/lib/botocore/data/connect-contact-lens/2020-08-21
copying botocore/data/connect-contact-lens/2020-08-21/endpoint-rule-set-1.json -> build/lib/botocore/data/connect-contact-lens/2020-08-21
copying botocore/data/connect-contact-lens/2020-08-21/examples-1.json -> build/lib/botocore/data/connect-contact-lens/2020-08-21
copying botocore/data/connect-contact-lens/2020-08-21/paginators-1.json -> build/lib/botocore/data/connect-contact-lens/2020-08-21
copying botocore/data/connect-contact-lens/2020-08-21/service-2.json -> build/lib/botocore/data/connect-contact-lens/2020-08-21
creating build/lib/botocore/data/connect
creating build/lib/botocore/data/connect/2017-08-08
copying botocore/data/connect/2017-08-08/endpoint-rule-set-1.json -> build/lib/botocore/data/connect/2017-08-08
copying botocore/data/connect/2017-08-08/examples-1.json -> build/lib/botocore/data/connect/2017-08-08
copying botocore/data/connect/2017-08-08/paginators-1.json -> build/lib/botocore/data/connect/2017-08-08
copying botocore/data/connect/2017-08-08/service-2.json -> build/lib/botocore/data/connect/2017-08-08
creating build/lib/botocore/data/connectcampaigns
creating build/lib/botocore/data/connectcampaigns/2021-01-30
copying botocore/data/connectcampaigns/2021-01-30/endpoint-rule-set-1.json -> build/lib/botocore/data/connectcampaigns/2021-01-30
copying botocore/data/connectcampaigns/2021-01-30/paginators-1.json -> build/lib/botocore/data/connectcampaigns/2021-01-30
copying botocore/data/connectcampaigns/2021-01-30/service-2.json -> build/lib/botocore/data/connectcampaigns/2021-01-30
creating build/lib/botocore/data/connectcases
creating build/lib/botocore/data/connectcases/2022-10-03
copying botocore/data/connectcases/2022-10-03/endpoint-rule-set-1.json -> build/lib/botocore/data/connectcases/2022-10-03
copying botocore/data/connectcases/2022-10-03/paginators-1.json -> build/lib/botocore/data/connectcases/2022-10-03
copying botocore/data/connectcases/2022-10-03/service-2.json -> build/lib/botocore/data/connectcases/2022-10-03
creating build/lib/botocore/data/connectparticipant
creating build/lib/botocore/data/connectparticipant/2018-09-07
copying botocore/data/connectparticipant/2018-09-07/endpoint-rule-set-1.json -> build/lib/botocore/data/connectparticipant/2018-09-07
copying botocore/data/connectparticipant/2018-09-07/examples-1.json -> build/lib/botocore/data/connectparticipant/2018-09-07
copying botocore/data/connectparticipant/2018-09-07/paginators-1.json -> build/lib/botocore/data/connectparticipant/2018-09-07
copying botocore/data/connectparticipant/2018-09-07/service-2.json -> build/lib/botocore/data/connectparticipant/2018-09-07
creating build/lib/botocore/data/controltower
creating build/lib/botocore/data/controltower/2018-05-10
copying botocore/data/controltower/2018-05-10/endpoint-rule-set-1.json -> build/lib/botocore/data/controltower/2018-05-10
copying botocore/data/controltower/2018-05-10/paginators-1.json -> build/lib/botocore/data/controltower/2018-05-10
copying botocore/data/controltower/2018-05-10/service-2.json -> build/lib/botocore/data/controltower/2018-05-10
creating build/lib/botocore/data/cur
creating build/lib/botocore/data/cur/2017-01-06
copying botocore/data/cur/2017-01-06/endpoint-rule-set-1.json -> build/lib/botocore/data/cur/2017-01-06
copying botocore/data/cur/2017-01-06/examples-1.json -> build/lib/botocore/data/cur/2017-01-06
copying botocore/data/cur/2017-01-06/paginators-1.json -> build/lib/botocore/data/cur/2017-01-06
copying botocore/data/cur/2017-01-06/service-2.json -> build/lib/botocore/data/cur/2017-01-06
creating build/lib/botocore/data/customer-profiles
creating build/lib/botocore/data/customer-profiles/2020-08-15
copying botocore/data/customer-profiles/2020-08-15/endpoint-rule-set-1.json -> build/lib/botocore/data/customer-profiles/2020-08-15
copying botocore/data/customer-profiles/2020-08-15/examples-1.json -> build/lib/botocore/data/customer-profiles/2020-08-15
copying botocore/data/customer-profiles/2020-08-15/paginators-1.json -> build/lib/botocore/data/customer-profiles/2020-08-15
copying botocore/data/customer-profiles/2020-08-15/service-2.json -> build/lib/botocore/data/customer-profiles/2020-08-15
creating build/lib/botocore/data/databrew
creating build/lib/botocore/data/databrew/2017-07-25
copying botocore/data/databrew/2017-07-25/endpoint-rule-set-1.json -> build/lib/botocore/data/databrew/2017-07-25
copying botocore/data/databrew/2017-07-25/examples-1.json -> build/lib/botocore/data/databrew/2017-07-25
copying botocore/data/databrew/2017-07-25/paginators-1.json -> build/lib/botocore/data/databrew/2017-07-25
copying botocore/data/databrew/2017-07-25/service-2.json -> build/lib/botocore/data/databrew/2017-07-25
creating build/lib/botocore/data/dataexchange
creating build/lib/botocore/data/dataexchange/2017-07-25
copying botocore/data/dataexchange/2017-07-25/endpoint-rule-set-1.json -> build/lib/botocore/data/dataexchange/2017-07-25
copying botocore/data/dataexchange/2017-07-25/paginators-1.json -> build/lib/botocore/data/dataexchange/2017-07-25
copying botocore/data/dataexchange/2017-07-25/service-2.json -> build/lib/botocore/data/dataexchange/2017-07-25
copying botocore/data/dataexchange/2017-07-25/waiters-2.json -> build/lib/botocore/data/dataexchange/2017-07-25
creating build/lib/botocore/data/datapipeline
creating build/lib/botocore/data/datapipeline/2012-10-29
copying botocore/data/datapipeline/2012-10-29/endpoint-rule-set-1.json -> build/lib/botocore/data/datapipeline/2012-10-29
copying botocore/data/datapipeline/2012-10-29/examples-1.json -> build/lib/botocore/data/datapipeline/2012-10-29
copying botocore/data/datapipeline/2012-10-29/paginators-1.json -> build/lib/botocore/data/datapipeline/2012-10-29
copying botocore/data/datapipeline/2012-10-29/service-2.json -> build/lib/botocore/data/datapipeline/2012-10-29
creating build/lib/botocore/data/datasync
creating build/lib/botocore/data/datasync/2018-11-09
copying botocore/data/datasync/2018-11-09/endpoint-rule-set-1.json -> build/lib/botocore/data/datasync/2018-11-09
copying botocore/data/datasync/2018-11-09/examples-1.json -> build/lib/botocore/data/datasync/2018-11-09
copying botocore/data/datasync/2018-11-09/paginators-1.json -> build/lib/botocore/data/datasync/2018-11-09
copying botocore/data/datasync/2018-11-09/service-2.json -> build/lib/botocore/data/datasync/2018-11-09
creating build/lib/botocore/data/datazone
creating build/lib/botocore/data/datazone/2018-05-10
copying botocore/data/datazone/2018-05-10/endpoint-rule-set-1.json -> build/lib/botocore/data/datazone/2018-05-10
copying botocore/data/datazone/2018-05-10/paginators-1.json -> build/lib/botocore/data/datazone/2018-05-10
copying botocore/data/datazone/2018-05-10/paginators-1.sdk-extras.json -> build/lib/botocore/data/datazone/2018-05-10
copying botocore/data/datazone/2018-05-10/service-2.json -> build/lib/botocore/data/datazone/2018-05-10
creating build/lib/botocore/data/dax
creating build/lib/botocore/data/dax/2017-04-19
copying botocore/data/dax/2017-04-19/endpoint-rule-set-1.json -> build/lib/botocore/data/dax/2017-04-19
copying botocore/data/dax/2017-04-19/examples-1.json -> build/lib/botocore/data/dax/2017-04-19
copying botocore/data/dax/2017-04-19/paginators-1.json -> build/lib/botocore/data/dax/2017-04-19
copying botocore/data/dax/2017-04-19/service-2.json -> build/lib/botocore/data/dax/2017-04-19
creating build/lib/botocore/data/detective
creating build/lib/botocore/data/detective/2018-10-26
copying botocore/data/detective/2018-10-26/endpoint-rule-set-1.json -> build/lib/botocore/data/detective/2018-10-26
copying botocore/data/detective/2018-10-26/examples-1.json -> build/lib/botocore/data/detective/2018-10-26
copying botocore/data/detective/2018-10-26/paginators-1.json -> build/lib/botocore/data/detective/2018-10-26
copying botocore/data/detective/2018-10-26/service-2.json -> build/lib/botocore/data/detective/2018-10-26
creating build/lib/botocore/data/devicefarm
creating build/lib/botocore/data/devicefarm/2015-06-23
copying botocore/data/devicefarm/2015-06-23/endpoint-rule-set-1.json -> build/lib/botocore/data/devicefarm/2015-06-23
copying botocore/data/devicefarm/2015-06-23/examples-1.json -> build/lib/botocore/data/devicefarm/2015-06-23
copying botocore/data/devicefarm/2015-06-23/paginators-1.json -> build/lib/botocore/data/devicefarm/2015-06-23
copying botocore/data/devicefarm/2015-06-23/service-2.json -> build/lib/botocore/data/devicefarm/2015-06-23
creating build/lib/botocore/data/devops-guru
creating build/lib/botocore/data/devops-guru/2020-12-01
copying botocore/data/devops-guru/2020-12-01/endpoint-rule-set-1.json -> build/lib/botocore/data/devops-guru/2020-12-01
copying botocore/data/devops-guru/2020-12-01/examples-1.json -> build/lib/botocore/data/devops-guru/2020-12-01
copying botocore/data/devops-guru/2020-12-01/paginators-1.json -> build/lib/botocore/data/devops-guru/2020-12-01
copying botocore/data/devops-guru/2020-12-01/service-2.json -> build/lib/botocore/data/devops-guru/2020-12-01
creating build/lib/botocore/data/directconnect
creating build/lib/botocore/data/directconnect/2012-10-25
copying botocore/data/directconnect/2012-10-25/endpoint-rule-set-1.json -> build/lib/botocore/data/directconnect/2012-10-25
copying botocore/data/directconnect/2012-10-25/examples-1.json -> build/lib/botocore/data/directconnect/2012-10-25
copying botocore/data/directconnect/2012-10-25/paginators-1.json -> build/lib/botocore/data/directconnect/2012-10-25
copying botocore/data/directconnect/2012-10-25/service-2.json -> build/lib/botocore/data/directconnect/2012-10-25
creating build/lib/botocore/data/discovery
creating build/lib/botocore/data/discovery/2015-11-01
copying botocore/data/discovery/2015-11-01/endpoint-rule-set-1.json -> build/lib/botocore/data/discovery/2015-11-01
copying botocore/data/discovery/2015-11-01/examples-1.json -> build/lib/botocore/data/discovery/2015-11-01
copying botocore/data/discovery/2015-11-01/paginators-1.json -> build/lib/botocore/data/discovery/2015-11-01
copying botocore/data/discovery/2015-11-01/service-2.json -> build/lib/botocore/data/discovery/2015-11-01
creating build/lib/botocore/data/dlm
creating build/lib/botocore/data/dlm/2018-01-12
copying botocore/data/dlm/2018-01-12/endpoint-rule-set-1.json -> build/lib/botocore/data/dlm/2018-01-12
copying botocore/data/dlm/2018-01-12/examples-1.json -> build/lib/botocore/data/dlm/2018-01-12
copying botocore/data/dlm/2018-01-12/paginators-1.json -> build/lib/botocore/data/dlm/2018-01-12
copying botocore/data/dlm/2018-01-12/service-2.json -> build/lib/botocore/data/dlm/2018-01-12
creating build/lib/botocore/data/dms
creating build/lib/botocore/data/dms/2016-01-01
copying botocore/data/dms/2016-01-01/endpoint-rule-set-1.json -> build/lib/botocore/data/dms/2016-01-01
copying botocore/data/dms/2016-01-01/examples-1.json -> build/lib/botocore/data/dms/2016-01-01
copying botocore/data/dms/2016-01-01/paginators-1.json -> build/lib/botocore/data/dms/2016-01-01
copying botocore/data/dms/2016-01-01/service-2.json -> build/lib/botocore/data/dms/2016-01-01
copying botocore/data/dms/2016-01-01/waiters-2.json -> build/lib/botocore/data/dms/2016-01-01
creating build/lib/botocore/data/docdb-elastic
creating build/lib/botocore/data/docdb-elastic/2022-11-28
copying botocore/data/docdb-elastic/2022-11-28/endpoint-rule-set-1.json -> build/lib/botocore/data/docdb-elastic/2022-11-28
copying botocore/data/docdb-elastic/2022-11-28/paginators-1.json -> build/lib/botocore/data/docdb-elastic/2022-11-28
copying botocore/data/docdb-elastic/2022-11-28/service-2.json -> build/lib/botocore/data/docdb-elastic/2022-11-28
creating build/lib/botocore/data/docdb
creating build/lib/botocore/data/docdb/2014-10-31
copying botocore/data/docdb/2014-10-31/endpoint-rule-set-1.json -> build/lib/botocore/data/docdb/2014-10-31
copying botocore/data/docdb/2014-10-31/examples-1.json -> build/lib/botocore/data/docdb/2014-10-31
copying botocore/data/docdb/2014-10-31/paginators-1.json -> build/lib/botocore/data/docdb/2014-10-31
copying botocore/data/docdb/2014-10-31/service-2.json -> build/lib/botocore/data/docdb/2014-10-31
copying botocore/data/docdb/2014-10-31/service-2.sdk-extras.json -> build/lib/botocore/data/docdb/2014-10-31
copying botocore/data/docdb/2014-10-31/waiters-2.json -> build/lib/botocore/data/docdb/2014-10-31
creating build/lib/botocore/data/drs
creating build/lib/botocore/data/drs/2020-02-26
copying botocore/data/drs/2020-02-26/endpoint-rule-set-1.json -> build/lib/botocore/data/drs/2020-02-26
copying botocore/data/drs/2020-02-26/examples-1.json -> build/lib/botocore/data/drs/2020-02-26
copying botocore/data/drs/2020-02-26/paginators-1.json -> build/lib/botocore/data/drs/2020-02-26
copying botocore/data/drs/2020-02-26/service-2.json -> build/lib/botocore/data/drs/2020-02-26
creating build/lib/botocore/data/ds
creating build/lib/botocore/data/ds/2015-04-16
copying botocore/data/ds/2015-04-16/endpoint-rule-set-1.json -> build/lib/botocore/data/ds/2015-04-16
copying botocore/data/ds/2015-04-16/examples-1.json -> build/lib/botocore/data/ds/2015-04-16
copying botocore/data/ds/2015-04-16/paginators-1.json -> build/lib/botocore/data/ds/2015-04-16
copying botocore/data/ds/2015-04-16/service-2.json -> build/lib/botocore/data/ds/2015-04-16
creating build/lib/botocore/data/dynamodb
creating build/lib/botocore/data/dynamodb/2011-12-05
copying botocore/data/dynamodb/2011-12-05/endpoint-rule-set-1.json -> build/lib/botocore/data/dynamodb/2011-12-05
copying botocore/data/dynamodb/2011-12-05/examples-1.json -> build/lib/botocore/data/dynamodb/2011-12-05
creating build/lib/botocore/data/dynamodb/2012-08-10
copying botocore/data/dynamodb/2012-08-10/endpoint-rule-set-1.json -> build/lib/botocore/data/dynamodb/2012-08-10
copying botocore/data/dynamodb/2012-08-10/examples-1.json -> build/lib/botocore/data/dynamodb/2012-08-10
copying botocore/data/dynamodb/2012-08-10/paginators-1.json -> build/lib/botocore/data/dynamodb/2012-08-10
copying botocore/data/dynamodb/2012-08-10/service-2.json -> build/lib/botocore/data/dynamodb/2012-08-10
copying botocore/data/dynamodb/2012-08-10/waiters-2.json -> build/lib/botocore/data/dynamodb/2012-08-10
creating build/lib/botocore/data/dynamodbstreams
creating build/lib/botocore/data/dynamodbstreams/2012-08-10
copying botocore/data/dynamodbstreams/2012-08-10/endpoint-rule-set-1.json -> build/lib/botocore/data/dynamodbstreams/2012-08-10
copying botocore/data/dynamodbstreams/2012-08-10/examples-1.json -> build/lib/botocore/data/dynamodbstreams/2012-08-10
copying botocore/data/dynamodbstreams/2012-08-10/paginators-1.json -> build/lib/botocore/data/dynamodbstreams/2012-08-10
copying botocore/data/dynamodbstreams/2012-08-10/service-2.json -> build/lib/botocore/data/dynamodbstreams/2012-08-10
creating build/lib/botocore/data/ebs
creating build/lib/botocore/data/ebs/2019-11-02
copying botocore/data/ebs/2019-11-02/endpoint-rule-set-1.json -> build/lib/botocore/data/ebs/2019-11-02
copying botocore/data/ebs/2019-11-02/examples-1.json -> build/lib/botocore/data/ebs/2019-11-02
copying botocore/data/ebs/2019-11-02/paginators-1.json -> build/lib/botocore/data/ebs/2019-11-02
copying botocore/data/ebs/2019-11-02/service-2.json -> build/lib/botocore/data/ebs/2019-11-02
creating build/lib/botocore/data/ec2-instance-connect
creating build/lib/botocore/data/ec2-instance-connect/2018-04-02
copying botocore/data/ec2-instance-connect/2018-04-02/endpoint-rule-set-1.json -> build/lib/botocore/data/ec2-instance-connect/2018-04-02
copying botocore/data/ec2-instance-connect/2018-04-02/examples-1.json -> build/lib/botocore/data/ec2-instance-connect/2018-04-02
copying botocore/data/ec2-instance-connect/2018-04-02/paginators-1.json -> build/lib/botocore/data/ec2-instance-connect/2018-04-02
copying botocore/data/ec2-instance-connect/2018-04-02/service-2.json -> build/lib/botocore/data/ec2-instance-connect/2018-04-02
creating build/lib/botocore/data/ec2
creating build/lib/botocore/data/ec2/2014-09-01
copying botocore/data/ec2/2014-09-01/endpoint-rule-set-1.json -> build/lib/botocore/data/ec2/2014-09-01
copying botocore/data/ec2/2014-09-01/paginators-1.json -> build/lib/botocore/data/ec2/2014-09-01
copying botocore/data/ec2/2014-09-01/service-2.json -> build/lib/botocore/data/ec2/2014-09-01
copying botocore/data/ec2/2014-09-01/waiters-2.json -> build/lib/botocore/data/ec2/2014-09-01
creating build/lib/botocore/data/ec2/2014-10-01
copying botocore/data/ec2/2014-10-01/endpoint-rule-set-1.json -> build/lib/botocore/data/ec2/2014-10-01
copying botocore/data/ec2/2014-10-01/paginators-1.json -> build/lib/botocore/data/ec2/2014-10-01
copying botocore/data/ec2/2014-10-01/service-2.json -> build/lib/botocore/data/ec2/2014-10-01
copying botocore/data/ec2/2014-10-01/waiters-2.json -> build/lib/botocore/data/ec2/2014-10-01
creating build/lib/botocore/data/ec2/2015-03-01
copying botocore/data/ec2/2015-03-01/endpoint-rule-set-1.json -> build/lib/botocore/data/ec2/2015-03-01
copying botocore/data/ec2/2015-03-01/paginators-1.json -> build/lib/botocore/data/ec2/2015-03-01
copying botocore/data/ec2/2015-03-01/service-2.json -> build/lib/botocore/data/ec2/2015-03-01
copying botocore/data/ec2/2015-03-01/waiters-2.json -> build/lib/botocore/data/ec2/2015-03-01
creating build/lib/botocore/data/ec2/2015-04-15
copying botocore/data/ec2/2015-04-15/endpoint-rule-set-1.json -> build/lib/botocore/data/ec2/2015-04-15
copying botocore/data/ec2/2015-04-15/paginators-1.json -> build/lib/botocore/data/ec2/2015-04-15
copying botocore/data/ec2/2015-04-15/service-2.json -> build/lib/botocore/data/ec2/2015-04-15
copying botocore/data/ec2/2015-04-15/waiters-2.json -> build/lib/botocore/data/ec2/2015-04-15
creating build/lib/botocore/data/ec2/2015-10-01
copying botocore/data/ec2/2015-10-01/endpoint-rule-set-1.json -> build/lib/botocore/data/ec2/2015-10-01
copying botocore/data/ec2/2015-10-01/examples-1.json -> build/lib/botocore/data/ec2/2015-10-01
copying botocore/data/ec2/2015-10-01/paginators-1.json -> build/lib/botocore/data/ec2/2015-10-01
copying botocore/data/ec2/2015-10-01/service-2.json -> build/lib/botocore/data/ec2/2015-10-01
copying botocore/data/ec2/2015-10-01/waiters-2.json -> build/lib/botocore/data/ec2/2015-10-01
creating build/lib/botocore/data/ec2/2016-04-01
copying botocore/data/ec2/2016-04-01/endpoint-rule-set-1.json -> build/lib/botocore/data/ec2/2016-04-01
copying botocore/data/ec2/2016-04-01/examples-1.json -> build/lib/botocore/data/ec2/2016-04-01
copying botocore/data/ec2/2016-04-01/paginators-1.json -> build/lib/botocore/data/ec2/2016-04-01
copying botocore/data/ec2/2016-04-01/service-2.json -> build/lib/botocore/data/ec2/2016-04-01
copying botocore/data/ec2/2016-04-01/waiters-2.json -> build/lib/botocore/data/ec2/2016-04-01
creating build/lib/botocore/data/ec2/2016-09-15
copying botocore/data/ec2/2016-09-15/endpoint-rule-set-1.json -> build/lib/botocore/data/ec2/2016-09-15
copying botocore/data/ec2/2016-09-15/examples-1.json -> build/lib/botocore/data/ec2/2016-09-15
copying botocore/data/ec2/2016-09-15/paginators-1.json -> build/lib/botocore/data/ec2/2016-09-15
copying botocore/data/ec2/2016-09-15/service-2.json -> build/lib/botocore/data/ec2/2016-09-15
copying botocore/data/ec2/2016-09-15/waiters-2.json -> build/lib/botocore/data/ec2/2016-09-15
creating build/lib/botocore/data/ec2/2016-11-15
copying botocore/data/ec2/2016-11-15/endpoint-rule-set-1.json -> build/lib/botocore/data/ec2/2016-11-15
copying botocore/data/ec2/2016-11-15/examples-1.json -> build/lib/botocore/data/ec2/2016-11-15
copying botocore/data/ec2/2016-11-15/paginators-1.json -> build/lib/botocore/data/ec2/2016-11-15
copying botocore/data/ec2/2016-11-15/paginators-1.sdk-extras.json -> build/lib/botocore/data/ec2/2016-11-15
copying botocore/data/ec2/2016-11-15/service-2.json -> build/lib/botocore/data/ec2/2016-11-15
copying botocore/data/ec2/2016-11-15/waiters-2.json -> build/lib/botocore/data/ec2/2016-11-15
creating build/lib/botocore/data/ecr-public
creating build/lib/botocore/data/ecr-public/2020-10-30
copying botocore/data/ecr-public/2020-10-30/endpoint-rule-set-1.json -> build/lib/botocore/data/ecr-public/2020-10-30
copying botocore/data/ecr-public/2020-10-30/examples-1.json -> build/lib/botocore/data/ecr-public/2020-10-30
copying botocore/data/ecr-public/2020-10-30/paginators-1.json -> build/lib/botocore/data/ecr-public/2020-10-30
copying botocore/data/ecr-public/2020-10-30/service-2.json -> build/lib/botocore/data/ecr-public/2020-10-30
creating build/lib/botocore/data/ecr
creating build/lib/botocore/data/ecr/2015-09-21
copying botocore/data/ecr/2015-09-21/endpoint-rule-set-1.json -> build/lib/botocore/data/ecr/2015-09-21
copying botocore/data/ecr/2015-09-21/examples-1.json -> build/lib/botocore/data/ecr/2015-09-21
copying botocore/data/ecr/2015-09-21/paginators-1.json -> build/lib/botocore/data/ecr/2015-09-21
copying botocore/data/ecr/2015-09-21/service-2.json -> build/lib/botocore/data/ecr/2015-09-21
copying botocore/data/ecr/2015-09-21/waiters-2.json -> build/lib/botocore/data/ecr/2015-09-21
creating build/lib/botocore/data/ecs
creating build/lib/botocore/data/ecs/2014-11-13
copying botocore/data/ecs/2014-11-13/endpoint-rule-set-1.json -> build/lib/botocore/data/ecs/2014-11-13
copying botocore/data/ecs/2014-11-13/examples-1.json -> build/lib/botocore/data/ecs/2014-11-13
copying botocore/data/ecs/2014-11-13/paginators-1.json -> build/lib/botocore/data/ecs/2014-11-13
copying botocore/data/ecs/2014-11-13/service-2.json -> build/lib/botocore/data/ecs/2014-11-13
copying botocore/data/ecs/2014-11-13/waiters-2.json -> build/lib/botocore/data/ecs/2014-11-13
creating build/lib/botocore/data/efs
creating build/lib/botocore/data/efs/2015-02-01
copying botocore/data/efs/2015-02-01/endpoint-rule-set-1.json -> build/lib/botocore/data/efs/2015-02-01
copying botocore/data/efs/2015-02-01/examples-1.json -> build/lib/botocore/data/efs/2015-02-01
copying botocore/data/efs/2015-02-01/paginators-1.json -> build/lib/botocore/data/efs/2015-02-01
copying botocore/data/efs/2015-02-01/service-2.json -> build/lib/botocore/data/efs/2015-02-01
creating build/lib/botocore/data/eks
creating build/lib/botocore/data/eks/2017-11-01
copying botocore/data/eks/2017-11-01/endpoint-rule-set-1.json -> build/lib/botocore/data/eks/2017-11-01
copying botocore/data/eks/2017-11-01/examples-1.json -> build/lib/botocore/data/eks/2017-11-01
copying botocore/data/eks/2017-11-01/paginators-1.json -> build/lib/botocore/data/eks/2017-11-01
copying botocore/data/eks/2017-11-01/service-2.json -> build/lib/botocore/data/eks/2017-11-01
copying botocore/data/eks/2017-11-01/service-2.sdk-extras.json -> build/lib/botocore/data/eks/2017-11-01
copying botocore/data/eks/2017-11-01/waiters-2.json -> build/lib/botocore/data/eks/2017-11-01
creating build/lib/botocore/data/elastic-inference
creating build/lib/botocore/data/elastic-inference/2017-07-25
copying botocore/data/elastic-inference/2017-07-25/endpoint-rule-set-1.json -> build/lib/botocore/data/elastic-inference/2017-07-25
copying botocore/data/elastic-inference/2017-07-25/examples-1.json -> build/lib/botocore/data/elastic-inference/2017-07-25
copying botocore/data/elastic-inference/2017-07-25/paginators-1.json -> build/lib/botocore/data/elastic-inference/2017-07-25
copying botocore/data/elastic-inference/2017-07-25/service-2.json -> build/lib/botocore/data/elastic-inference/2017-07-25
creating build/lib/botocore/data/elasticache
creating build/lib/botocore/data/elasticache/2014-09-30
copying botocore/data/elasticache/2014-09-30/endpoint-rule-set-1.json -> build/lib/botocore/data/elasticache/2014-09-30
copying botocore/data/elasticache/2014-09-30/paginators-1.json -> build/lib/botocore/data/elasticache/2014-09-30
copying botocore/data/elasticache/2014-09-30/service-2.json -> build/lib/botocore/data/elasticache/2014-09-30
copying botocore/data/elasticache/2014-09-30/waiters-2.json -> build/lib/botocore/data/elasticache/2014-09-30
creating build/lib/botocore/data/elasticache/2015-02-02
copying botocore/data/elasticache/2015-02-02/endpoint-rule-set-1.json -> build/lib/botocore/data/elasticache/2015-02-02
copying botocore/data/elasticache/2015-02-02/examples-1.json -> build/lib/botocore/data/elasticache/2015-02-02
copying botocore/data/elasticache/2015-02-02/paginators-1.json -> build/lib/botocore/data/elasticache/2015-02-02
copying botocore/data/elasticache/2015-02-02/service-2.json -> build/lib/botocore/data/elasticache/2015-02-02
copying botocore/data/elasticache/2015-02-02/waiters-2.json -> build/lib/botocore/data/elasticache/2015-02-02
creating build/lib/botocore/data/elasticbeanstalk
creating build/lib/botocore/data/elasticbeanstalk/2010-12-01
copying botocore/data/elasticbeanstalk/2010-12-01/endpoint-rule-set-1.json -> build/lib/botocore/data/elasticbeanstalk/2010-12-01
copying botocore/data/elasticbeanstalk/2010-12-01/examples-1.json -> build/lib/botocore/data/elasticbeanstalk/2010-12-01
copying botocore/data/elasticbeanstalk/2010-12-01/paginators-1.json -> build/lib/botocore/data/elasticbeanstalk/2010-12-01
copying botocore/data/elasticbeanstalk/2010-12-01/service-2.json -> build/lib/botocore/data/elasticbeanstalk/2010-12-01
copying botocore/data/elasticbeanstalk/2010-12-01/waiters-2.json -> build/lib/botocore/data/elasticbeanstalk/2010-12-01
creating build/lib/botocore/data/elastictranscoder
creating build/lib/botocore/data/elastictranscoder/2012-09-25
copying botocore/data/elastictranscoder/2012-09-25/endpoint-rule-set-1.json -> build/lib/botocore/data/elastictranscoder/2012-09-25
copying botocore/data/elastictranscoder/2012-09-25/examples-1.json -> build/lib/botocore/data/elastictranscoder/2012-09-25
copying botocore/data/elastictranscoder/2012-09-25/paginators-1.json -> build/lib/botocore/data/elastictranscoder/2012-09-25
copying botocore/data/elastictranscoder/2012-09-25/service-2.json -> build/lib/botocore/data/elastictranscoder/2012-09-25
copying botocore/data/elastictranscoder/2012-09-25/waiters-2.json -> build/lib/botocore/data/elastictranscoder/2012-09-25
creating build/lib/botocore/data/elb
creating build/lib/botocore/data/elb/2012-06-01
copying botocore/data/elb/2012-06-01/endpoint-rule-set-1.json -> build/lib/botocore/data/elb/2012-06-01
copying botocore/data/elb/2012-06-01/examples-1.json -> build/lib/botocore/data/elb/2012-06-01
copying botocore/data/elb/2012-06-01/paginators-1.json -> build/lib/botocore/data/elb/2012-06-01
copying botocore/data/elb/2012-06-01/service-2.json -> build/lib/botocore/data/elb/2012-06-01
copying botocore/data/elb/2012-06-01/waiters-2.json -> build/lib/botocore/data/elb/2012-06-01
creating build/lib/botocore/data/elbv2
creating build/lib/botocore/data/elbv2/2015-12-01
copying botocore/data/elbv2/2015-12-01/endpoint-rule-set-1.json -> build/lib/botocore/data/elbv2/2015-12-01
copying botocore/data/elbv2/2015-12-01/examples-1.json -> build/lib/botocore/data/elbv2/2015-12-01
copying botocore/data/elbv2/2015-12-01/paginators-1.json -> build/lib/botocore/data/elbv2/2015-12-01
copying botocore/data/elbv2/2015-12-01/service-2.json -> build/lib/botocore/data/elbv2/2015-12-01
copying botocore/data/elbv2/2015-12-01/waiters-2.json -> build/lib/botocore/data/elbv2/2015-12-01
creating build/lib/botocore/data/emr-containers
creating build/lib/botocore/data/emr-containers/2020-10-01
copying botocore/data/emr-containers/2020-10-01/endpoint-rule-set-1.json -> build/lib/botocore/data/emr-containers/2020-10-01
copying botocore/data/emr-containers/2020-10-01/examples-1.json -> build/lib/botocore/data/emr-containers/2020-10-01
copying botocore/data/emr-containers/2020-10-01/paginators-1.json -> build/lib/botocore/data/emr-containers/2020-10-01
copying botocore/data/emr-containers/2020-10-01/service-2.json -> build/lib/botocore/data/emr-containers/2020-10-01
creating build/lib/botocore/data/emr-serverless
creating build/lib/botocore/data/emr-serverless/2021-07-13
copying botocore/data/emr-serverless/2021-07-13/endpoint-rule-set-1.json -> build/lib/botocore/data/emr-serverless/2021-07-13
copying botocore/data/emr-serverless/2021-07-13/paginators-1.json -> build/lib/botocore/data/emr-serverless/2021-07-13
copying botocore/data/emr-serverless/2021-07-13/service-2.json -> build/lib/botocore/data/emr-serverless/2021-07-13
creating build/lib/botocore/data/emr
creating build/lib/botocore/data/emr/2009-03-31
copying botocore/data/emr/2009-03-31/endpoint-rule-set-1.json -> build/lib/botocore/data/emr/2009-03-31
copying botocore/data/emr/2009-03-31/examples-1.json -> build/lib/botocore/data/emr/2009-03-31
copying botocore/data/emr/2009-03-31/paginators-1.json -> build/lib/botocore/data/emr/2009-03-31
copying botocore/data/emr/2009-03-31/service-2.json -> build/lib/botocore/data/emr/2009-03-31
copying botocore/data/emr/2009-03-31/waiters-2.json -> build/lib/botocore/data/emr/2009-03-31
creating build/lib/botocore/data/entityresolution
creating build/lib/botocore/data/entityresolution/2018-05-10
copying botocore/data/entityresolution/2018-05-10/endpoint-rule-set-1.json -> build/lib/botocore/data/entityresolution/2018-05-10
copying botocore/data/entityresolution/2018-05-10/paginators-1.json -> build/lib/botocore/data/entityresolution/2018-05-10
copying botocore/data/entityresolution/2018-05-10/service-2.json -> build/lib/botocore/data/entityresolution/2018-05-10
creating build/lib/botocore/data/es
creating build/lib/botocore/data/es/2015-01-01
copying botocore/data/es/2015-01-01/endpoint-rule-set-1.json -> build/lib/botocore/data/es/2015-01-01
copying botocore/data/es/2015-01-01/examples-1.json -> build/lib/botocore/data/es/2015-01-01
copying botocore/data/es/2015-01-01/paginators-1.json -> build/lib/botocore/data/es/2015-01-01
copying botocore/data/es/2015-01-01/service-2.json -> build/lib/botocore/data/es/2015-01-01
creating build/lib/botocore/data/events
creating build/lib/botocore/data/events/2014-02-03
copying botocore/data/events/2014-02-03/endpoint-rule-set-1.json -> build/lib/botocore/data/events/2014-02-03
copying botocore/data/events/2014-02-03/service-2.json -> build/lib/botocore/data/events/2014-02-03
creating build/lib/botocore/data/events/2015-10-07
copying botocore/data/events/2015-10-07/endpoint-rule-set-1.json -> build/lib/botocore/data/events/2015-10-07
copying botocore/data/events/2015-10-07/examples-1.json -> build/lib/botocore/data/events/2015-10-07
copying botocore/data/events/2015-10-07/paginators-1.json -> build/lib/botocore/data/events/2015-10-07
copying botocore/data/events/2015-10-07/service-2.json -> build/lib/botocore/data/events/2015-10-07
creating build/lib/botocore/data/evidently
creating build/lib/botocore/data/evidently/2021-02-01
copying botocore/data/evidently/2021-02-01/endpoint-rule-set-1.json -> build/lib/botocore/data/evidently/2021-02-01
copying botocore/data/evidently/2021-02-01/examples-1.json -> build/lib/botocore/data/evidently/2021-02-01
copying botocore/data/evidently/2021-02-01/paginators-1.json -> build/lib/botocore/data/evidently/2021-02-01
copying botocore/data/evidently/2021-02-01/service-2.json -> build/lib/botocore/data/evidently/2021-02-01
creating build/lib/botocore/data/finspace-data
creating build/lib/botocore/data/finspace-data/2020-07-13
copying botocore/data/finspace-data/2020-07-13/endpoint-rule-set-1.json -> build/lib/botocore/data/finspace-data/2020-07-13
copying botocore/data/finspace-data/2020-07-13/examples-1.json -> build/lib/botocore/data/finspace-data/2020-07-13
copying botocore/data/finspace-data/2020-07-13/paginators-1.json -> build/lib/botocore/data/finspace-data/2020-07-13
copying botocore/data/finspace-data/2020-07-13/service-2.json -> build/lib/botocore/data/finspace-data/2020-07-13
creating build/lib/botocore/data/finspace
creating build/lib/botocore/data/finspace/2021-03-12
copying botocore/data/finspace/2021-03-12/endpoint-rule-set-1.json -> build/lib/botocore/data/finspace/2021-03-12
copying botocore/data/finspace/2021-03-12/examples-1.json -> build/lib/botocore/data/finspace/2021-03-12
copying botocore/data/finspace/2021-03-12/paginators-1.json -> build/lib/botocore/data/finspace/2021-03-12
copying botocore/data/finspace/2021-03-12/service-2.json -> build/lib/botocore/data/finspace/2021-03-12
creating build/lib/botocore/data/firehose
creating build/lib/botocore/data/firehose/2015-08-04
copying botocore/data/firehose/2015-08-04/endpoint-rule-set-1.json -> build/lib/botocore/data/firehose/2015-08-04
copying botocore/data/firehose/2015-08-04/examples-1.json -> build/lib/botocore/data/firehose/2015-08-04
copying botocore/data/firehose/2015-08-04/paginators-1.json -> build/lib/botocore/data/firehose/2015-08-04
copying botocore/data/firehose/2015-08-04/service-2.json -> build/lib/botocore/data/firehose/2015-08-04
creating build/lib/botocore/data/fis
creating build/lib/botocore/data/fis/2020-12-01
copying botocore/data/fis/2020-12-01/endpoint-rule-set-1.json -> build/lib/botocore/data/fis/2020-12-01
copying botocore/data/fis/2020-12-01/examples-1.json -> build/lib/botocore/data/fis/2020-12-01
copying botocore/data/fis/2020-12-01/paginators-1.json -> build/lib/botocore/data/fis/2020-12-01
copying botocore/data/fis/2020-12-01/service-2.json -> build/lib/botocore/data/fis/2020-12-01
creating build/lib/botocore/data/fms
creating build/lib/botocore/data/fms/2018-01-01
copying botocore/data/fms/2018-01-01/endpoint-rule-set-1.json -> build/lib/botocore/data/fms/2018-01-01
copying botocore/data/fms/2018-01-01/examples-1.json -> build/lib/botocore/data/fms/2018-01-01
copying botocore/data/fms/2018-01-01/paginators-1.json -> build/lib/botocore/data/fms/2018-01-01
copying botocore/data/fms/2018-01-01/service-2.json -> build/lib/botocore/data/fms/2018-01-01
creating build/lib/botocore/data/forecast
creating build/lib/botocore/data/forecast/2018-06-26
copying botocore/data/forecast/2018-06-26/endpoint-rule-set-1.json -> build/lib/botocore/data/forecast/2018-06-26
copying botocore/data/forecast/2018-06-26/examples-1.json -> build/lib/botocore/data/forecast/2018-06-26
copying botocore/data/forecast/2018-06-26/paginators-1.json -> build/lib/botocore/data/forecast/2018-06-26
copying botocore/data/forecast/2018-06-26/service-2.json -> build/lib/botocore/data/forecast/2018-06-26
creating build/lib/botocore/data/forecastquery
creating build/lib/botocore/data/forecastquery/2018-06-26
copying botocore/data/forecastquery/2018-06-26/endpoint-rule-set-1.json -> build/lib/botocore/data/forecastquery/2018-06-26
copying botocore/data/forecastquery/2018-06-26/examples-1.json -> build/lib/botocore/data/forecastquery/2018-06-26
copying botocore/data/forecastquery/2018-06-26/paginators-1.json -> build/lib/botocore/data/forecastquery/2018-06-26
copying botocore/data/forecastquery/2018-06-26/service-2.json -> build/lib/botocore/data/forecastquery/2018-06-26
creating build/lib/botocore/data/frauddetector
creating build/lib/botocore/data/frauddetector/2019-11-15
copying botocore/data/frauddetector/2019-11-15/endpoint-rule-set-1.json -> build/lib/botocore/data/frauddetector/2019-11-15
copying botocore/data/frauddetector/2019-11-15/examples-1.json -> build/lib/botocore/data/frauddetector/2019-11-15
copying botocore/data/frauddetector/2019-11-15/paginators-1.json -> build/lib/botocore/data/frauddetector/2019-11-15
copying botocore/data/frauddetector/2019-11-15/service-2.json -> build/lib/botocore/data/frauddetector/2019-11-15
creating build/lib/botocore/data/fsx
creating build/lib/botocore/data/fsx/2018-03-01
copying botocore/data/fsx/2018-03-01/endpoint-rule-set-1.json -> build/lib/botocore/data/fsx/2018-03-01
copying botocore/data/fsx/2018-03-01/examples-1.json -> build/lib/botocore/data/fsx/2018-03-01
copying botocore/data/fsx/2018-03-01/paginators-1.json -> build/lib/botocore/data/fsx/2018-03-01
copying botocore/data/fsx/2018-03-01/service-2.json -> build/lib/botocore/data/fsx/2018-03-01
creating build/lib/botocore/data/gamelift
creating build/lib/botocore/data/gamelift/2015-10-01
copying botocore/data/gamelift/2015-10-01/endpoint-rule-set-1.json -> build/lib/botocore/data/gamelift/2015-10-01
copying botocore/data/gamelift/2015-10-01/examples-1.json -> build/lib/botocore/data/gamelift/2015-10-01
copying botocore/data/gamelift/2015-10-01/paginators-1.json -> build/lib/botocore/data/gamelift/2015-10-01
copying botocore/data/gamelift/2015-10-01/service-2.json -> build/lib/botocore/data/gamelift/2015-10-01
creating build/lib/botocore/data/gamesparks
creating build/lib/botocore/data/gamesparks/2021-08-17
copying botocore/data/gamesparks/2021-08-17/endpoint-rule-set-1.json -> build/lib/botocore/data/gamesparks/2021-08-17
copying botocore/data/gamesparks/2021-08-17/examples-1.json -> build/lib/botocore/data/gamesparks/2021-08-17
copying botocore/data/gamesparks/2021-08-17/paginators-1.json -> build/lib/botocore/data/gamesparks/2021-08-17
copying botocore/data/gamesparks/2021-08-17/service-2.json -> build/lib/botocore/data/gamesparks/2021-08-17
creating build/lib/botocore/data/glacier
creating build/lib/botocore/data/glacier/2012-06-01
copying botocore/data/glacier/2012-06-01/endpoint-rule-set-1.json -> build/lib/botocore/data/glacier/2012-06-01
copying botocore/data/glacier/2012-06-01/examples-1.json -> build/lib/botocore/data/glacier/2012-06-01
copying botocore/data/glacier/2012-06-01/paginators-1.json -> build/lib/botocore/data/glacier/2012-06-01
copying botocore/data/glacier/2012-06-01/service-2.json -> build/lib/botocore/data/glacier/2012-06-01
copying botocore/data/glacier/2012-06-01/waiters-2.json -> build/lib/botocore/data/glacier/2012-06-01
creating build/lib/botocore/data/globalaccelerator
creating build/lib/botocore/data/globalaccelerator/2018-08-08
copying botocore/data/globalaccelerator/2018-08-08/endpoint-rule-set-1.json -> build/lib/botocore/data/globalaccelerator/2018-08-08
copying botocore/data/globalaccelerator/2018-08-08/examples-1.json -> build/lib/botocore/data/globalaccelerator/2018-08-08
copying botocore/data/globalaccelerator/2018-08-08/paginators-1.json -> build/lib/botocore/data/globalaccelerator/2018-08-08
copying botocore/data/globalaccelerator/2018-08-08/service-2.json -> build/lib/botocore/data/globalaccelerator/2018-08-08
creating build/lib/botocore/data/glue
creating build/lib/botocore/data/glue/2017-03-31
copying botocore/data/glue/2017-03-31/endpoint-rule-set-1.json -> build/lib/botocore/data/glue/2017-03-31
copying botocore/data/glue/2017-03-31/examples-1.json -> build/lib/botocore/data/glue/2017-03-31
copying botocore/data/glue/2017-03-31/paginators-1.json -> build/lib/botocore/data/glue/2017-03-31
copying botocore/data/glue/2017-03-31/service-2.json -> build/lib/botocore/data/glue/2017-03-31
creating build/lib/botocore/data/grafana
creating build/lib/botocore/data/grafana/2020-08-18
copying botocore/data/grafana/2020-08-18/endpoint-rule-set-1.json -> build/lib/botocore/data/grafana/2020-08-18
copying botocore/data/grafana/2020-08-18/examples-1.json -> build/lib/botocore/data/grafana/2020-08-18
copying botocore/data/grafana/2020-08-18/paginators-1.json -> build/lib/botocore/data/grafana/2020-08-18
copying botocore/data/grafana/2020-08-18/service-2.json -> build/lib/botocore/data/grafana/2020-08-18
creating build/lib/botocore/data/greengrass
creating build/lib/botocore/data/greengrass/2017-06-07
copying botocore/data/greengrass/2017-06-07/endpoint-rule-set-1.json -> build/lib/botocore/data/greengrass/2017-06-07
copying botocore/data/greengrass/2017-06-07/paginators-1.json -> build/lib/botocore/data/greengrass/2017-06-07
copying botocore/data/greengrass/2017-06-07/service-2.json -> build/lib/botocore/data/greengrass/2017-06-07
creating build/lib/botocore/data/greengrassv2
creating build/lib/botocore/data/greengrassv2/2020-11-30
copying botocore/data/greengrassv2/2020-11-30/endpoint-rule-set-1.json -> build/lib/botocore/data/greengrassv2/2020-11-30
copying botocore/data/greengrassv2/2020-11-30/examples-1.json -> build/lib/botocore/data/greengrassv2/2020-11-30
copying botocore/data/greengrassv2/2020-11-30/paginators-1.json -> build/lib/botocore/data/greengrassv2/2020-11-30
copying botocore/data/greengrassv2/2020-11-30/service-2.json -> build/lib/botocore/data/greengrassv2/2020-11-30
creating build/lib/botocore/data/groundstation
creating build/lib/botocore/data/groundstation/2019-05-23
copying botocore/data/groundstation/2019-05-23/endpoint-rule-set-1.json -> build/lib/botocore/data/groundstation/2019-05-23
copying botocore/data/groundstation/2019-05-23/examples-1.json -> build/lib/botocore/data/groundstation/2019-05-23
copying botocore/data/groundstation/2019-05-23/paginators-1.json -> build/lib/botocore/data/groundstation/2019-05-23
copying botocore/data/groundstation/2019-05-23/service-2.json -> build/lib/botocore/data/groundstation/2019-05-23
copying botocore/data/groundstation/2019-05-23/waiters-2.json -> build/lib/botocore/data/groundstation/2019-05-23
creating build/lib/botocore/data/guardduty
creating build/lib/botocore/data/guardduty/2017-11-28
copying botocore/data/guardduty/2017-11-28/endpoint-rule-set-1.json -> build/lib/botocore/data/guardduty/2017-11-28
copying botocore/data/guardduty/2017-11-28/examples-1.json -> build/lib/botocore/data/guardduty/2017-11-28
copying botocore/data/guardduty/2017-11-28/paginators-1.json -> build/lib/botocore/data/guardduty/2017-11-28
copying botocore/data/guardduty/2017-11-28/service-2.json -> build/lib/botocore/data/guardduty/2017-11-28
creating build/lib/botocore/data/health
creating build/lib/botocore/data/health/2016-08-04
copying botocore/data/health/2016-08-04/endpoint-rule-set-1.json -> build/lib/botocore/data/health/2016-08-04
copying botocore/data/health/2016-08-04/examples-1.json -> build/lib/botocore/data/health/2016-08-04
copying botocore/data/health/2016-08-04/paginators-1.json -> build/lib/botocore/data/health/2016-08-04
copying botocore/data/health/2016-08-04/service-2.json -> build/lib/botocore/data/health/2016-08-04
creating build/lib/botocore/data/healthlake
creating build/lib/botocore/data/healthlake/2017-07-01
copying botocore/data/healthlake/2017-07-01/endpoint-rule-set-1.json -> build/lib/botocore/data/healthlake/2017-07-01
copying botocore/data/healthlake/2017-07-01/examples-1.json -> build/lib/botocore/data/healthlake/2017-07-01
copying botocore/data/healthlake/2017-07-01/paginators-1.json -> build/lib/botocore/data/healthlake/2017-07-01
copying botocore/data/healthlake/2017-07-01/service-2.json -> build/lib/botocore/data/healthlake/2017-07-01
creating build/lib/botocore/data/honeycode
creating build/lib/botocore/data/honeycode/2020-03-01
copying botocore/data/honeycode/2020-03-01/endpoint-rule-set-1.json -> build/lib/botocore/data/honeycode/2020-03-01
copying botocore/data/honeycode/2020-03-01/examples-1.json -> build/lib/botocore/data/honeycode/2020-03-01
copying botocore/data/honeycode/2020-03-01/paginators-1.json -> build/lib/botocore/data/honeycode/2020-03-01
copying botocore/data/honeycode/2020-03-01/paginators-1.sdk-extras.json -> build/lib/botocore/data/honeycode/2020-03-01
copying botocore/data/honeycode/2020-03-01/service-2.json -> build/lib/botocore/data/honeycode/2020-03-01
creating build/lib/botocore/data/iam
creating build/lib/botocore/data/iam/2010-05-08
copying botocore/data/iam/2010-05-08/endpoint-rule-set-1.json -> build/lib/botocore/data/iam/2010-05-08
copying botocore/data/iam/2010-05-08/examples-1.json -> build/lib/botocore/data/iam/2010-05-08
copying botocore/data/iam/2010-05-08/paginators-1.json -> build/lib/botocore/data/iam/2010-05-08
copying botocore/data/iam/2010-05-08/service-2.json -> build/lib/botocore/data/iam/2010-05-08
copying botocore/data/iam/2010-05-08/waiters-2.json -> build/lib/botocore/data/iam/2010-05-08
creating build/lib/botocore/data/identitystore
creating build/lib/botocore/data/identitystore/2020-06-15
copying botocore/data/identitystore/2020-06-15/endpoint-rule-set-1.json -> build/lib/botocore/data/identitystore/2020-06-15
copying botocore/data/identitystore/2020-06-15/examples-1.json -> build/lib/botocore/data/identitystore/2020-06-15
copying botocore/data/identitystore/2020-06-15/paginators-1.json -> build/lib/botocore/data/identitystore/2020-06-15
copying botocore/data/identitystore/2020-06-15/service-2.json -> build/lib/botocore/data/identitystore/2020-06-15
creating build/lib/botocore/data/imagebuilder
creating build/lib/botocore/data/imagebuilder/2019-12-02
copying botocore/data/imagebuilder/2019-12-02/endpoint-rule-set-1.json -> build/lib/botocore/data/imagebuilder/2019-12-02
copying botocore/data/imagebuilder/2019-12-02/examples-1.json -> build/lib/botocore/data/imagebuilder/2019-12-02
copying botocore/data/imagebuilder/2019-12-02/paginators-1.json -> build/lib/botocore/data/imagebuilder/2019-12-02
copying botocore/data/imagebuilder/2019-12-02/service-2.json -> build/lib/botocore/data/imagebuilder/2019-12-02
creating build/lib/botocore/data/importexport
creating build/lib/botocore/data/importexport/2010-06-01
copying botocore/data/importexport/2010-06-01/endpoint-rule-set-1.json -> build/lib/botocore/data/importexport/2010-06-01
copying botocore/data/importexport/2010-06-01/paginators-1.json -> build/lib/botocore/data/importexport/2010-06-01
copying botocore/data/importexport/2010-06-01/service-2.json -> build/lib/botocore/data/importexport/2010-06-01
creating build/lib/botocore/data/inspector
creating build/lib/botocore/data/inspector/2015-08-18
copying botocore/data/inspector/2015-08-18/endpoint-rule-set-1.json -> build/lib/botocore/data/inspector/2015-08-18
copying botocore/data/inspector/2015-08-18/service-2.json -> build/lib/botocore/data/inspector/2015-08-18
creating build/lib/botocore/data/inspector/2016-02-16
copying botocore/data/inspector/2016-02-16/endpoint-rule-set-1.json -> build/lib/botocore/data/inspector/2016-02-16
copying botocore/data/inspector/2016-02-16/examples-1.json -> build/lib/botocore/data/inspector/2016-02-16
copying botocore/data/inspector/2016-02-16/paginators-1.json -> build/lib/botocore/data/inspector/2016-02-16
copying botocore/data/inspector/2016-02-16/service-2.json -> build/lib/botocore/data/inspector/2016-02-16
creating build/lib/botocore/data/inspector2
creating build/lib/botocore/data/inspector2/2020-06-08
copying botocore/data/inspector2/2020-06-08/endpoint-rule-set-1.json -> build/lib/botocore/data/inspector2/2020-06-08
copying botocore/data/inspector2/2020-06-08/examples-1.json -> build/lib/botocore/data/inspector2/2020-06-08
copying botocore/data/inspector2/2020-06-08/paginators-1.json -> build/lib/botocore/data/inspector2/2020-06-08
copying botocore/data/inspector2/2020-06-08/paginators-1.sdk-extras.json -> build/lib/botocore/data/inspector2/2020-06-08
copying botocore/data/inspector2/2020-06-08/service-2.json -> build/lib/botocore/data/inspector2/2020-06-08
creating build/lib/botocore/data/internetmonitor
creating build/lib/botocore/data/internetmonitor/2021-06-03
copying botocore/data/internetmonitor/2021-06-03/endpoint-rule-set-1.json -> build/lib/botocore/data/internetmonitor/2021-06-03
copying botocore/data/internetmonitor/2021-06-03/paginators-1.json -> build/lib/botocore/data/internetmonitor/2021-06-03
copying botocore/data/internetmonitor/2021-06-03/service-2.json -> build/lib/botocore/data/internetmonitor/2021-06-03
copying botocore/data/internetmonitor/2021-06-03/waiters-2.json -> build/lib/botocore/data/internetmonitor/2021-06-03
creating build/lib/botocore/data/iot-data
creating build/lib/botocore/data/iot-data/2015-05-28
copying botocore/data/iot-data/2015-05-28/endpoint-rule-set-1.json -> build/lib/botocore/data/iot-data/2015-05-28
copying botocore/data/iot-data/2015-05-28/examples-1.json -> build/lib/botocore/data/iot-data/2015-05-28
copying botocore/data/iot-data/2015-05-28/paginators-1.json -> build/lib/botocore/data/iot-data/2015-05-28
copying botocore/data/iot-data/2015-05-28/service-2.json -> build/lib/botocore/data/iot-data/2015-05-28
creating build/lib/botocore/data/iot-jobs-data
creating build/lib/botocore/data/iot-jobs-data/2017-09-29
copying botocore/data/iot-jobs-data/2017-09-29/endpoint-rule-set-1.json -> build/lib/botocore/data/iot-jobs-data/2017-09-29
copying botocore/data/iot-jobs-data/2017-09-29/examples-1.json -> build/lib/botocore/data/iot-jobs-data/2017-09-29
copying botocore/data/iot-jobs-data/2017-09-29/paginators-1.json -> build/lib/botocore/data/iot-jobs-data/2017-09-29
copying botocore/data/iot-jobs-data/2017-09-29/service-2.json -> build/lib/botocore/data/iot-jobs-data/2017-09-29
creating build/lib/botocore/data/iot-roborunner
creating build/lib/botocore/data/iot-roborunner/2018-05-10
copying botocore/data/iot-roborunner/2018-05-10/endpoint-rule-set-1.json -> build/lib/botocore/data/iot-roborunner/2018-05-10
copying botocore/data/iot-roborunner/2018-05-10/paginators-1.json -> build/lib/botocore/data/iot-roborunner/2018-05-10
copying botocore/data/iot-roborunner/2018-05-10/service-2.json -> build/lib/botocore/data/iot-roborunner/2018-05-10
creating build/lib/botocore/data/iot
creating build/lib/botocore/data/iot/2015-05-28
copying botocore/data/iot/2015-05-28/endpoint-rule-set-1.json -> build/lib/botocore/data/iot/2015-05-28
copying botocore/data/iot/2015-05-28/examples-1.json -> build/lib/botocore/data/iot/2015-05-28
copying botocore/data/iot/2015-05-28/paginators-1.json -> build/lib/botocore/data/iot/2015-05-28
copying botocore/data/iot/2015-05-28/service-2.json -> build/lib/botocore/data/iot/2015-05-28
creating build/lib/botocore/data/iot1click-devices
creating build/lib/botocore/data/iot1click-devices/2018-05-14
copying botocore/data/iot1click-devices/2018-05-14/endpoint-rule-set-1.json -> build/lib/botocore/data/iot1click-devices/2018-05-14
copying botocore/data/iot1click-devices/2018-05-14/paginators-1.json -> build/lib/botocore/data/iot1click-devices/2018-05-14
copying botocore/data/iot1click-devices/2018-05-14/service-2.json -> build/lib/botocore/data/iot1click-devices/2018-05-14
creating build/lib/botocore/data/iot1click-projects
creating build/lib/botocore/data/iot1click-projects/2018-05-14
copying botocore/data/iot1click-projects/2018-05-14/endpoint-rule-set-1.json -> build/lib/botocore/data/iot1click-projects/2018-05-14
copying botocore/data/iot1click-projects/2018-05-14/examples-1.json -> build/lib/botocore/data/iot1click-projects/2018-05-14
copying botocore/data/iot1click-projects/2018-05-14/paginators-1.json -> build/lib/botocore/data/iot1click-projects/2018-05-14
copying botocore/data/iot1click-projects/2018-05-14/service-2.json -> build/lib/botocore/data/iot1click-projects/2018-05-14
creating build/lib/botocore/data/iotanalytics
creating build/lib/botocore/data/iotanalytics/2017-11-27
copying botocore/data/iotanalytics/2017-11-27/endpoint-rule-set-1.json -> build/lib/botocore/data/iotanalytics/2017-11-27
copying botocore/data/iotanalytics/2017-11-27/examples-1.json -> build/lib/botocore/data/iotanalytics/2017-11-27
copying botocore/data/iotanalytics/2017-11-27/paginators-1.json -> build/lib/botocore/data/iotanalytics/2017-11-27
copying botocore/data/iotanalytics/2017-11-27/service-2.json -> build/lib/botocore/data/iotanalytics/2017-11-27
creating build/lib/botocore/data/iotdeviceadvisor
creating build/lib/botocore/data/iotdeviceadvisor/2020-09-18
copying botocore/data/iotdeviceadvisor/2020-09-18/endpoint-rule-set-1.json -> build/lib/botocore/data/iotdeviceadvisor/2020-09-18
copying botocore/data/iotdeviceadvisor/2020-09-18/examples-1.json -> build/lib/botocore/data/iotdeviceadvisor/2020-09-18
copying botocore/data/iotdeviceadvisor/2020-09-18/paginators-1.json -> build/lib/botocore/data/iotdeviceadvisor/2020-09-18
copying botocore/data/iotdeviceadvisor/2020-09-18/service-2.json -> build/lib/botocore/data/iotdeviceadvisor/2020-09-18
creating build/lib/botocore/data/iotevents-data
creating build/lib/botocore/data/iotevents-data/2018-10-23
copying botocore/data/iotevents-data/2018-10-23/endpoint-rule-set-1.json -> build/lib/botocore/data/iotevents-data/2018-10-23
copying botocore/data/iotevents-data/2018-10-23/examples-1.json -> build/lib/botocore/data/iotevents-data/2018-10-23
copying botocore/data/iotevents-data/2018-10-23/paginators-1.json -> build/lib/botocore/data/iotevents-data/2018-10-23
copying botocore/data/iotevents-data/2018-10-23/service-2.json -> build/lib/botocore/data/iotevents-data/2018-10-23
creating build/lib/botocore/data/iotevents
creating build/lib/botocore/data/iotevents/2018-07-27
copying botocore/data/iotevents/2018-07-27/endpoint-rule-set-1.json -> build/lib/botocore/data/iotevents/2018-07-27
copying botocore/data/iotevents/2018-07-27/examples-1.json -> build/lib/botocore/data/iotevents/2018-07-27
copying botocore/data/iotevents/2018-07-27/paginators-1.json -> build/lib/botocore/data/iotevents/2018-07-27
copying botocore/data/iotevents/2018-07-27/service-2.json -> build/lib/botocore/data/iotevents/2018-07-27
creating build/lib/botocore/data/iotfleethub
creating build/lib/botocore/data/iotfleethub/2020-11-03
copying botocore/data/iotfleethub/2020-11-03/endpoint-rule-set-1.json -> build/lib/botocore/data/iotfleethub/2020-11-03
copying botocore/data/iotfleethub/2020-11-03/examples-1.json -> build/lib/botocore/data/iotfleethub/2020-11-03
copying botocore/data/iotfleethub/2020-11-03/paginators-1.json -> build/lib/botocore/data/iotfleethub/2020-11-03
copying botocore/data/iotfleethub/2020-11-03/service-2.json -> build/lib/botocore/data/iotfleethub/2020-11-03
creating build/lib/botocore/data/iotfleetwise
creating build/lib/botocore/data/iotfleetwise/2021-06-17
copying botocore/data/iotfleetwise/2021-06-17/endpoint-rule-set-1.json -> build/lib/botocore/data/iotfleetwise/2021-06-17
copying botocore/data/iotfleetwise/2021-06-17/paginators-1.json -> build/lib/botocore/data/iotfleetwise/2021-06-17
copying botocore/data/iotfleetwise/2021-06-17/service-2.json -> build/lib/botocore/data/iotfleetwise/2021-06-17
copying botocore/data/iotfleetwise/2021-06-17/waiters-2.json -> build/lib/botocore/data/iotfleetwise/2021-06-17
creating build/lib/botocore/data/iotsecuretunneling
creating build/lib/botocore/data/iotsecuretunneling/2018-10-05
copying botocore/data/iotsecuretunneling/2018-10-05/endpoint-rule-set-1.json -> build/lib/botocore/data/iotsecuretunneling/2018-10-05
copying botocore/data/iotsecuretunneling/2018-10-05/examples-1.json -> build/lib/botocore/data/iotsecuretunneling/2018-10-05
copying botocore/data/iotsecuretunneling/2018-10-05/paginators-1.json -> build/lib/botocore/data/iotsecuretunneling/2018-10-05
copying botocore/data/iotsecuretunneling/2018-10-05/service-2.json -> build/lib/botocore/data/iotsecuretunneling/2018-10-05
creating build/lib/botocore/data/iotsitewise
creating build/lib/botocore/data/iotsitewise/2019-12-02
copying botocore/data/iotsitewise/2019-12-02/endpoint-rule-set-1.json -> build/lib/botocore/data/iotsitewise/2019-12-02
copying botocore/data/iotsitewise/2019-12-02/examples-1.json -> build/lib/botocore/data/iotsitewise/2019-12-02
copying botocore/data/iotsitewise/2019-12-02/paginators-1.json -> build/lib/botocore/data/iotsitewise/2019-12-02
copying botocore/data/iotsitewise/2019-12-02/service-2.json -> build/lib/botocore/data/iotsitewise/2019-12-02
copying botocore/data/iotsitewise/2019-12-02/waiters-2.json -> build/lib/botocore/data/iotsitewise/2019-12-02
creating build/lib/botocore/data/iotthingsgraph
creating build/lib/botocore/data/iotthingsgraph/2018-09-06
copying botocore/data/iotthingsgraph/2018-09-06/endpoint-rule-set-1.json -> build/lib/botocore/data/iotthingsgraph/2018-09-06
copying botocore/data/iotthingsgraph/2018-09-06/examples-1.json -> build/lib/botocore/data/iotthingsgraph/2018-09-06
copying botocore/data/iotthingsgraph/2018-09-06/paginators-1.json -> build/lib/botocore/data/iotthingsgraph/2018-09-06
copying botocore/data/iotthingsgraph/2018-09-06/service-2.json -> build/lib/botocore/data/iotthingsgraph/2018-09-06
creating build/lib/botocore/data/iottwinmaker
creating build/lib/botocore/data/iottwinmaker/2021-11-29
copying botocore/data/iottwinmaker/2021-11-29/endpoint-rule-set-1.json -> build/lib/botocore/data/iottwinmaker/2021-11-29
copying botocore/data/iottwinmaker/2021-11-29/examples-1.json -> build/lib/botocore/data/iottwinmaker/2021-11-29
copying botocore/data/iottwinmaker/2021-11-29/paginators-1.json -> build/lib/botocore/data/iottwinmaker/2021-11-29
copying botocore/data/iottwinmaker/2021-11-29/service-2.json -> build/lib/botocore/data/iottwinmaker/2021-11-29
copying botocore/data/iottwinmaker/2021-11-29/waiters-2.json -> build/lib/botocore/data/iottwinmaker/2021-11-29
creating build/lib/botocore/data/iotwireless
creating build/lib/botocore/data/iotwireless/2020-11-22
copying botocore/data/iotwireless/2020-11-22/endpoint-rule-set-1.json -> build/lib/botocore/data/iotwireless/2020-11-22
copying botocore/data/iotwireless/2020-11-22/examples-1.json -> build/lib/botocore/data/iotwireless/2020-11-22
copying botocore/data/iotwireless/2020-11-22/paginators-1.json -> build/lib/botocore/data/iotwireless/2020-11-22
copying botocore/data/iotwireless/2020-11-22/service-2.json -> build/lib/botocore/data/iotwireless/2020-11-22
creating build/lib/botocore/data/ivs-realtime
creating build/lib/botocore/data/ivs-realtime/2020-07-14
copying botocore/data/ivs-realtime/2020-07-14/endpoint-rule-set-1.json -> build/lib/botocore/data/ivs-realtime/2020-07-14
copying botocore/data/ivs-realtime/2020-07-14/paginators-1.json -> build/lib/botocore/data/ivs-realtime/2020-07-14
copying botocore/data/ivs-realtime/2020-07-14/service-2.json -> build/lib/botocore/data/ivs-realtime/2020-07-14
creating build/lib/botocore/data/ivs
creating build/lib/botocore/data/ivs/2020-07-14
copying botocore/data/ivs/2020-07-14/endpoint-rule-set-1.json -> build/lib/botocore/data/ivs/2020-07-14
copying botocore/data/ivs/2020-07-14/examples-1.json -> build/lib/botocore/data/ivs/2020-07-14
copying botocore/data/ivs/2020-07-14/paginators-1.json -> build/lib/botocore/data/ivs/2020-07-14
copying botocore/data/ivs/2020-07-14/service-2.json -> build/lib/botocore/data/ivs/2020-07-14
creating build/lib/botocore/data/ivschat
creating build/lib/botocore/data/ivschat/2020-07-14
copying botocore/data/ivschat/2020-07-14/endpoint-rule-set-1.json -> build/lib/botocore/data/ivschat/2020-07-14
copying botocore/data/ivschat/2020-07-14/examples-1.json -> build/lib/botocore/data/ivschat/2020-07-14
copying botocore/data/ivschat/2020-07-14/paginators-1.json -> build/lib/botocore/data/ivschat/2020-07-14
copying botocore/data/ivschat/2020-07-14/service-2.json -> build/lib/botocore/data/ivschat/2020-07-14
creating build/lib/botocore/data/kafka
creating build/lib/botocore/data/kafka/2018-11-14
copying botocore/data/kafka/2018-11-14/endpoint-rule-set-1.json -> build/lib/botocore/data/kafka/2018-11-14
copying botocore/data/kafka/2018-11-14/paginators-1.json -> build/lib/botocore/data/kafka/2018-11-14
copying botocore/data/kafka/2018-11-14/service-2.json -> build/lib/botocore/data/kafka/2018-11-14
creating build/lib/botocore/data/kafkaconnect
creating build/lib/botocore/data/kafkaconnect/2021-09-14
copying botocore/data/kafkaconnect/2021-09-14/endpoint-rule-set-1.json -> build/lib/botocore/data/kafkaconnect/2021-09-14
copying botocore/data/kafkaconnect/2021-09-14/examples-1.json -> build/lib/botocore/data/kafkaconnect/2021-09-14
copying botocore/data/kafkaconnect/2021-09-14/paginators-1.json -> build/lib/botocore/data/kafkaconnect/2021-09-14
copying botocore/data/kafkaconnect/2021-09-14/service-2.json -> build/lib/botocore/data/kafkaconnect/2021-09-14
creating build/lib/botocore/data/kendra-ranking
creating build/lib/botocore/data/kendra-ranking/2022-10-19
copying botocore/data/kendra-ranking/2022-10-19/endpoint-rule-set-1.json -> build/lib/botocore/data/kendra-ranking/2022-10-19
copying botocore/data/kendra-ranking/2022-10-19/paginators-1.json -> build/lib/botocore/data/kendra-ranking/2022-10-19
copying botocore/data/kendra-ranking/2022-10-19/service-2.json -> build/lib/botocore/data/kendra-ranking/2022-10-19
creating build/lib/botocore/data/kendra
creating build/lib/botocore/data/kendra/2019-02-03
copying botocore/data/kendra/2019-02-03/endpoint-rule-set-1.json -> build/lib/botocore/data/kendra/2019-02-03
copying botocore/data/kendra/2019-02-03/examples-1.json -> build/lib/botocore/data/kendra/2019-02-03
copying botocore/data/kendra/2019-02-03/paginators-1.json -> build/lib/botocore/data/kendra/2019-02-03
copying botocore/data/kendra/2019-02-03/service-2.json -> build/lib/botocore/data/kendra/2019-02-03
creating build/lib/botocore/data/keyspaces
creating build/lib/botocore/data/keyspaces/2022-02-10
copying botocore/data/keyspaces/2022-02-10/endpoint-rule-set-1.json -> build/lib/botocore/data/keyspaces/2022-02-10
copying botocore/data/keyspaces/2022-02-10/examples-1.json -> build/lib/botocore/data/keyspaces/2022-02-10
copying botocore/data/keyspaces/2022-02-10/paginators-1.json -> build/lib/botocore/data/keyspaces/2022-02-10
copying botocore/data/keyspaces/2022-02-10/service-2.json -> build/lib/botocore/data/keyspaces/2022-02-10
copying botocore/data/keyspaces/2022-02-10/waiters-2.json -> build/lib/botocore/data/keyspaces/2022-02-10
creating build/lib/botocore/data/kinesis-video-archived-media
creating build/lib/botocore/data/kinesis-video-archived-media/2017-09-30
copying botocore/data/kinesis-video-archived-media/2017-09-30/endpoint-rule-set-1.json -> build/lib/botocore/data/kinesis-video-archived-media/2017-09-30
copying botocore/data/kinesis-video-archived-media/2017-09-30/examples-1.json -> build/lib/botocore/data/kinesis-video-archived-media/2017-09-30
copying botocore/data/kinesis-video-archived-media/2017-09-30/paginators-1.json -> build/lib/botocore/data/kinesis-video-archived-media/2017-09-30
copying botocore/data/kinesis-video-archived-media/2017-09-30/service-2.json -> build/lib/botocore/data/kinesis-video-archived-media/2017-09-30
creating build/lib/botocore/data/kinesis-video-media
creating build/lib/botocore/data/kinesis-video-media/2017-09-30
copying botocore/data/kinesis-video-media/2017-09-30/endpoint-rule-set-1.json -> build/lib/botocore/data/kinesis-video-media/2017-09-30
copying botocore/data/kinesis-video-media/2017-09-30/examples-1.json -> build/lib/botocore/data/kinesis-video-media/2017-09-30
copying botocore/data/kinesis-video-media/2017-09-30/paginators-1.json -> build/lib/botocore/data/kinesis-video-media/2017-09-30
copying botocore/data/kinesis-video-media/2017-09-30/service-2.json -> build/lib/botocore/data/kinesis-video-media/2017-09-30
creating build/lib/botocore/data/kinesis-video-signaling
creating build/lib/botocore/data/kinesis-video-signaling/2019-12-04
copying botocore/data/kinesis-video-signaling/2019-12-04/endpoint-rule-set-1.json -> build/lib/botocore/data/kinesis-video-signaling/2019-12-04
copying botocore/data/kinesis-video-signaling/2019-12-04/examples-1.json -> build/lib/botocore/data/kinesis-video-signaling/2019-12-04
copying botocore/data/kinesis-video-signaling/2019-12-04/paginators-1.json -> build/lib/botocore/data/kinesis-video-signaling/2019-12-04
copying botocore/data/kinesis-video-signaling/2019-12-04/service-2.json -> build/lib/botocore/data/kinesis-video-signaling/2019-12-04
creating build/lib/botocore/data/kinesis-video-webrtc-storage
creating build/lib/botocore/data/kinesis-video-webrtc-storage/2018-05-10
copying botocore/data/kinesis-video-webrtc-storage/2018-05-10/endpoint-rule-set-1.json -> build/lib/botocore/data/kinesis-video-webrtc-storage/2018-05-10
copying botocore/data/kinesis-video-webrtc-storage/2018-05-10/paginators-1.json -> build/lib/botocore/data/kinesis-video-webrtc-storage/2018-05-10
copying botocore/data/kinesis-video-webrtc-storage/2018-05-10/service-2.json -> build/lib/botocore/data/kinesis-video-webrtc-storage/2018-05-10
creating build/lib/botocore/data/kinesis
creating build/lib/botocore/data/kinesis/2013-12-02
copying botocore/data/kinesis/2013-12-02/endpoint-rule-set-1.json -> build/lib/botocore/data/kinesis/2013-12-02
copying botocore/data/kinesis/2013-12-02/examples-1.json -> build/lib/botocore/data/kinesis/2013-12-02
copying botocore/data/kinesis/2013-12-02/paginators-1.json -> build/lib/botocore/data/kinesis/2013-12-02
copying botocore/data/kinesis/2013-12-02/service-2.json -> build/lib/botocore/data/kinesis/2013-12-02
copying botocore/data/kinesis/2013-12-02/waiters-2.json -> build/lib/botocore/data/kinesis/2013-12-02
creating build/lib/botocore/data/kinesisanalytics
creating build/lib/botocore/data/kinesisanalytics/2015-08-14
copying botocore/data/kinesisanalytics/2015-08-14/endpoint-rule-set-1.json -> build/lib/botocore/data/kinesisanalytics/2015-08-14
copying botocore/data/kinesisanalytics/2015-08-14/examples-1.json -> build/lib/botocore/data/kinesisanalytics/2015-08-14
copying botocore/data/kinesisanalytics/2015-08-14/paginators-1.json -> build/lib/botocore/data/kinesisanalytics/2015-08-14
copying botocore/data/kinesisanalytics/2015-08-14/service-2.json -> build/lib/botocore/data/kinesisanalytics/2015-08-14
creating build/lib/botocore/data/kinesisanalyticsv2
creating build/lib/botocore/data/kinesisanalyticsv2/2018-05-23
copying botocore/data/kinesisanalyticsv2/2018-05-23/endpoint-rule-set-1.json -> build/lib/botocore/data/kinesisanalyticsv2/2018-05-23
copying botocore/data/kinesisanalyticsv2/2018-05-23/examples-1.json -> build/lib/botocore/data/kinesisanalyticsv2/2018-05-23
copying botocore/data/kinesisanalyticsv2/2018-05-23/paginators-1.json -> build/lib/botocore/data/kinesisanalyticsv2/2018-05-23
copying botocore/data/kinesisanalyticsv2/2018-05-23/service-2.json -> build/lib/botocore/data/kinesisanalyticsv2/2018-05-23
creating build/lib/botocore/data/kinesisvideo
creating build/lib/botocore/data/kinesisvideo/2017-09-30
copying botocore/data/kinesisvideo/2017-09-30/endpoint-rule-set-1.json -> build/lib/botocore/data/kinesisvideo/2017-09-30
copying botocore/data/kinesisvideo/2017-09-30/examples-1.json -> build/lib/botocore/data/kinesisvideo/2017-09-30
copying botocore/data/kinesisvideo/2017-09-30/paginators-1.json -> build/lib/botocore/data/kinesisvideo/2017-09-30
copying botocore/data/kinesisvideo/2017-09-30/service-2.json -> build/lib/botocore/data/kinesisvideo/2017-09-30
creating build/lib/botocore/data/kms
creating build/lib/botocore/data/kms/2014-11-01
copying botocore/data/kms/2014-11-01/endpoint-rule-set-1.json -> build/lib/botocore/data/kms/2014-11-01
copying botocore/data/kms/2014-11-01/examples-1.json -> build/lib/botocore/data/kms/2014-11-01
copying botocore/data/kms/2014-11-01/paginators-1.json -> build/lib/botocore/data/kms/2014-11-01
copying botocore/data/kms/2014-11-01/service-2.json -> build/lib/botocore/data/kms/2014-11-01
creating build/lib/botocore/data/lakeformation
creating build/lib/botocore/data/lakeformation/2017-03-31
copying botocore/data/lakeformation/2017-03-31/endpoint-rule-set-1.json -> build/lib/botocore/data/lakeformation/2017-03-31
copying botocore/data/lakeformation/2017-03-31/examples-1.json -> build/lib/botocore/data/lakeformation/2017-03-31
copying botocore/data/lakeformation/2017-03-31/paginators-1.json -> build/lib/botocore/data/lakeformation/2017-03-31
copying botocore/data/lakeformation/2017-03-31/paginators-1.sdk-extras.json -> build/lib/botocore/data/lakeformation/2017-03-31
copying botocore/data/lakeformation/2017-03-31/service-2.json -> build/lib/botocore/data/lakeformation/2017-03-31
creating build/lib/botocore/data/lambda
creating build/lib/botocore/data/lambda/2014-11-11
copying botocore/data/lambda/2014-11-11/endpoint-rule-set-1.json -> build/lib/botocore/data/lambda/2014-11-11
copying botocore/data/lambda/2014-11-11/service-2.json -> build/lib/botocore/data/lambda/2014-11-11
creating build/lib/botocore/data/lambda/2015-03-31
copying botocore/data/lambda/2015-03-31/endpoint-rule-set-1.json -> build/lib/botocore/data/lambda/2015-03-31
copying botocore/data/lambda/2015-03-31/examples-1.json -> build/lib/botocore/data/lambda/2015-03-31
copying botocore/data/lambda/2015-03-31/paginators-1.json -> build/lib/botocore/data/lambda/2015-03-31
copying botocore/data/lambda/2015-03-31/service-2.json -> build/lib/botocore/data/lambda/2015-03-31
copying botocore/data/lambda/2015-03-31/waiters-2.json -> build/lib/botocore/data/lambda/2015-03-31
creating build/lib/botocore/data/lex-models
creating build/lib/botocore/data/lex-models/2017-04-19
copying botocore/data/lex-models/2017-04-19/endpoint-rule-set-1.json -> build/lib/botocore/data/lex-models/2017-04-19
copying botocore/data/lex-models/2017-04-19/examples-1.json -> build/lib/botocore/data/lex-models/2017-04-19
copying botocore/data/lex-models/2017-04-19/paginators-1.json -> build/lib/botocore/data/lex-models/2017-04-19
copying botocore/data/lex-models/2017-04-19/service-2.json -> build/lib/botocore/data/lex-models/2017-04-19
creating build/lib/botocore/data/lex-runtime
creating build/lib/botocore/data/lex-runtime/2016-11-28
copying botocore/data/lex-runtime/2016-11-28/endpoint-rule-set-1.json -> build/lib/botocore/data/lex-runtime/2016-11-28
copying botocore/data/lex-runtime/2016-11-28/examples-1.json -> build/lib/botocore/data/lex-runtime/2016-11-28
copying botocore/data/lex-runtime/2016-11-28/paginators-1.json -> build/lib/botocore/data/lex-runtime/2016-11-28
copying botocore/data/lex-runtime/2016-11-28/service-2.json -> build/lib/botocore/data/lex-runtime/2016-11-28
creating build/lib/botocore/data/lexv2-models
creating build/lib/botocore/data/lexv2-models/2020-08-07
copying botocore/data/lexv2-models/2020-08-07/endpoint-rule-set-1.json -> build/lib/botocore/data/lexv2-models/2020-08-07
copying botocore/data/lexv2-models/2020-08-07/examples-1.json -> build/lib/botocore/data/lexv2-models/2020-08-07
copying botocore/data/lexv2-models/2020-08-07/paginators-1.json -> build/lib/botocore/data/lexv2-models/2020-08-07
copying botocore/data/lexv2-models/2020-08-07/service-2.json -> build/lib/botocore/data/lexv2-models/2020-08-07
copying botocore/data/lexv2-models/2020-08-07/waiters-2.json -> build/lib/botocore/data/lexv2-models/2020-08-07
creating build/lib/botocore/data/lexv2-runtime
creating build/lib/botocore/data/lexv2-runtime/2020-08-07
copying botocore/data/lexv2-runtime/2020-08-07/endpoint-rule-set-1.json -> build/lib/botocore/data/lexv2-runtime/2020-08-07
copying botocore/data/lexv2-runtime/2020-08-07/examples-1.json -> build/lib/botocore/data/lexv2-runtime/2020-08-07
copying botocore/data/lexv2-runtime/2020-08-07/paginators-1.json -> build/lib/botocore/data/lexv2-runtime/2020-08-07
copying botocore/data/lexv2-runtime/2020-08-07/service-2.json -> build/lib/botocore/data/lexv2-runtime/2020-08-07
creating build/lib/botocore/data/license-manager-linux-subscriptions
creating build/lib/botocore/data/license-manager-linux-subscriptions/2018-05-10
copying botocore/data/license-manager-linux-subscriptions/2018-05-10/endpoint-rule-set-1.json -> build/lib/botocore/data/license-manager-linux-subscriptions/2018-05-10
copying botocore/data/license-manager-linux-subscriptions/2018-05-10/paginators-1.json -> build/lib/botocore/data/license-manager-linux-subscriptions/2018-05-10
copying botocore/data/license-manager-linux-subscriptions/2018-05-10/service-2.json -> build/lib/botocore/data/license-manager-linux-subscriptions/2018-05-10
creating build/lib/botocore/data/license-manager-user-subscriptions
creating build/lib/botocore/data/license-manager-user-subscriptions/2018-05-10
copying botocore/data/license-manager-user-subscriptions/2018-05-10/endpoint-rule-set-1.json -> build/lib/botocore/data/license-manager-user-subscriptions/2018-05-10
copying botocore/data/license-manager-user-subscriptions/2018-05-10/paginators-1.json -> build/lib/botocore/data/license-manager-user-subscriptions/2018-05-10
copying botocore/data/license-manager-user-subscriptions/2018-05-10/service-2.json -> build/lib/botocore/data/license-manager-user-subscriptions/2018-05-10
creating build/lib/botocore/data/license-manager
creating build/lib/botocore/data/license-manager/2018-08-01
copying botocore/data/license-manager/2018-08-01/endpoint-rule-set-1.json -> build/lib/botocore/data/license-manager/2018-08-01
copying botocore/data/license-manager/2018-08-01/examples-1.json -> build/lib/botocore/data/license-manager/2018-08-01
copying botocore/data/license-manager/2018-08-01/paginators-1.json -> build/lib/botocore/data/license-manager/2018-08-01
copying botocore/data/license-manager/2018-08-01/service-2.json -> build/lib/botocore/data/license-manager/2018-08-01
creating build/lib/botocore/data/lightsail
creating build/lib/botocore/data/lightsail/2016-11-28
copying botocore/data/lightsail/2016-11-28/endpoint-rule-set-1.json -> build/lib/botocore/data/lightsail/2016-11-28
copying botocore/data/lightsail/2016-11-28/examples-1.json -> build/lib/botocore/data/lightsail/2016-11-28
copying botocore/data/lightsail/2016-11-28/paginators-1.json -> build/lib/botocore/data/lightsail/2016-11-28
copying botocore/data/lightsail/2016-11-28/service-2.json -> build/lib/botocore/data/lightsail/2016-11-28
creating build/lib/botocore/data/location
creating build/lib/botocore/data/location/2020-11-19
copying botocore/data/location/2020-11-19/endpoint-rule-set-1.json -> build/lib/botocore/data/location/2020-11-19
copying botocore/data/location/2020-11-19/examples-1.json -> build/lib/botocore/data/location/2020-11-19
copying botocore/data/location/2020-11-19/paginators-1.json -> build/lib/botocore/data/location/2020-11-19
copying botocore/data/location/2020-11-19/service-2.json -> build/lib/botocore/data/location/2020-11-19
creating build/lib/botocore/data/logs
creating build/lib/botocore/data/logs/2014-03-28
copying botocore/data/logs/2014-03-28/endpoint-rule-set-1.json -> build/lib/botocore/data/logs/2014-03-28
copying botocore/data/logs/2014-03-28/examples-1.json -> build/lib/botocore/data/logs/2014-03-28
copying botocore/data/logs/2014-03-28/paginators-1.json -> build/lib/botocore/data/logs/2014-03-28
copying botocore/data/logs/2014-03-28/service-2.json -> build/lib/botocore/data/logs/2014-03-28
creating build/lib/botocore/data/lookoutequipment
creating build/lib/botocore/data/lookoutequipment/2020-12-15
copying botocore/data/lookoutequipment/2020-12-15/endpoint-rule-set-1.json -> build/lib/botocore/data/lookoutequipment/2020-12-15
copying botocore/data/lookoutequipment/2020-12-15/examples-1.json -> build/lib/botocore/data/lookoutequipment/2020-12-15
copying botocore/data/lookoutequipment/2020-12-15/paginators-1.json -> build/lib/botocore/data/lookoutequipment/2020-12-15
copying botocore/data/lookoutequipment/2020-12-15/service-2.json -> build/lib/botocore/data/lookoutequipment/2020-12-15
creating build/lib/botocore/data/lookoutmetrics
creating build/lib/botocore/data/lookoutmetrics/2017-07-25
copying botocore/data/lookoutmetrics/2017-07-25/endpoint-rule-set-1.json -> build/lib/botocore/data/lookoutmetrics/2017-07-25
copying botocore/data/lookoutmetrics/2017-07-25/examples-1.json -> build/lib/botocore/data/lookoutmetrics/2017-07-25
copying botocore/data/lookoutmetrics/2017-07-25/paginators-1.json -> build/lib/botocore/data/lookoutmetrics/2017-07-25
copying botocore/data/lookoutmetrics/2017-07-25/service-2.json -> build/lib/botocore/data/lookoutmetrics/2017-07-25
creating build/lib/botocore/data/lookoutvision
creating build/lib/botocore/data/lookoutvision/2020-11-20
copying botocore/data/lookoutvision/2020-11-20/endpoint-rule-set-1.json -> build/lib/botocore/data/lookoutvision/2020-11-20
copying botocore/data/lookoutvision/2020-11-20/examples-1.json -> build/lib/botocore/data/lookoutvision/2020-11-20
copying botocore/data/lookoutvision/2020-11-20/paginators-1.json -> build/lib/botocore/data/lookoutvision/2020-11-20
copying botocore/data/lookoutvision/2020-11-20/service-2.json -> build/lib/botocore/data/lookoutvision/2020-11-20
creating build/lib/botocore/data/m2
creating build/lib/botocore/data/m2/2021-04-28
copying botocore/data/m2/2021-04-28/endpoint-rule-set-1.json -> build/lib/botocore/data/m2/2021-04-28
copying botocore/data/m2/2021-04-28/paginators-1.json -> build/lib/botocore/data/m2/2021-04-28
copying botocore/data/m2/2021-04-28/service-2.json -> build/lib/botocore/data/m2/2021-04-28
creating build/lib/botocore/data/machinelearning
creating build/lib/botocore/data/machinelearning/2014-12-12
copying botocore/data/machinelearning/2014-12-12/endpoint-rule-set-1.json -> build/lib/botocore/data/machinelearning/2014-12-12
copying botocore/data/machinelearning/2014-12-12/examples-1.json -> build/lib/botocore/data/machinelearning/2014-12-12
copying botocore/data/machinelearning/2014-12-12/paginators-1.json -> build/lib/botocore/data/machinelearning/2014-12-12
copying botocore/data/machinelearning/2014-12-12/service-2.json -> build/lib/botocore/data/machinelearning/2014-12-12
copying botocore/data/machinelearning/2014-12-12/waiters-2.json -> build/lib/botocore/data/machinelearning/2014-12-12
creating build/lib/botocore/data/macie
creating build/lib/botocore/data/macie/2017-12-19
copying botocore/data/macie/2017-12-19/endpoint-rule-set-1.json -> build/lib/botocore/data/macie/2017-12-19
copying botocore/data/macie/2017-12-19/examples-1.json -> build/lib/botocore/data/macie/2017-12-19
copying botocore/data/macie/2017-12-19/paginators-1.json -> build/lib/botocore/data/macie/2017-12-19
copying botocore/data/macie/2017-12-19/service-2.json -> build/lib/botocore/data/macie/2017-12-19
creating build/lib/botocore/data/macie2
creating build/lib/botocore/data/macie2/2020-01-01
copying botocore/data/macie2/2020-01-01/endpoint-rule-set-1.json -> build/lib/botocore/data/macie2/2020-01-01
copying botocore/data/macie2/2020-01-01/paginators-1.json -> build/lib/botocore/data/macie2/2020-01-01
copying botocore/data/macie2/2020-01-01/service-2.json -> build/lib/botocore/data/macie2/2020-01-01
copying botocore/data/macie2/2020-01-01/waiters-2.json -> build/lib/botocore/data/macie2/2020-01-01
creating build/lib/botocore/data/managedblockchain-query
creating build/lib/botocore/data/managedblockchain-query/2023-05-04
copying botocore/data/managedblockchain-query/2023-05-04/endpoint-rule-set-1.json -> build/lib/botocore/data/managedblockchain-query/2023-05-04
copying botocore/data/managedblockchain-query/2023-05-04/paginators-1.json -> build/lib/botocore/data/managedblockchain-query/2023-05-04
copying botocore/data/managedblockchain-query/2023-05-04/service-2.json -> build/lib/botocore/data/managedblockchain-query/2023-05-04
copying botocore/data/managedblockchain-query/2023-05-04/waiters-2.json -> build/lib/botocore/data/managedblockchain-query/2023-05-04
creating build/lib/botocore/data/managedblockchain
creating build/lib/botocore/data/managedblockchain/2018-09-24
copying botocore/data/managedblockchain/2018-09-24/endpoint-rule-set-1.json -> build/lib/botocore/data/managedblockchain/2018-09-24
copying botocore/data/managedblockchain/2018-09-24/examples-1.json -> build/lib/botocore/data/managedblockchain/2018-09-24
copying botocore/data/managedblockchain/2018-09-24/paginators-1.json -> build/lib/botocore/data/managedblockchain/2018-09-24
copying botocore/data/managedblockchain/2018-09-24/service-2.json -> build/lib/botocore/data/managedblockchain/2018-09-24
creating build/lib/botocore/data/marketplace-catalog
creating build/lib/botocore/data/marketplace-catalog/2018-09-17
copying botocore/data/marketplace-catalog/2018-09-17/endpoint-rule-set-1.json -> build/lib/botocore/data/marketplace-catalog/2018-09-17
copying botocore/data/marketplace-catalog/2018-09-17/examples-1.json -> build/lib/botocore/data/marketplace-catalog/2018-09-17
copying botocore/data/marketplace-catalog/2018-09-17/paginators-1.json -> build/lib/botocore/data/marketplace-catalog/2018-09-17
copying botocore/data/marketplace-catalog/2018-09-17/service-2.json -> build/lib/botocore/data/marketplace-catalog/2018-09-17
creating build/lib/botocore/data/marketplace-entitlement
creating build/lib/botocore/data/marketplace-entitlement/2017-01-11
copying botocore/data/marketplace-entitlement/2017-01-11/endpoint-rule-set-1.json -> build/lib/botocore/data/marketplace-entitlement/2017-01-11
copying botocore/data/marketplace-entitlement/2017-01-11/examples-1.json -> build/lib/botocore/data/marketplace-entitlement/2017-01-11
copying botocore/data/marketplace-entitlement/2017-01-11/paginators-1.json -> build/lib/botocore/data/marketplace-entitlement/2017-01-11
copying botocore/data/marketplace-entitlement/2017-01-11/service-2.json -> build/lib/botocore/data/marketplace-entitlement/2017-01-11
creating build/lib/botocore/data/marketplacecommerceanalytics
creating build/lib/botocore/data/marketplacecommerceanalytics/2015-07-01
copying botocore/data/marketplacecommerceanalytics/2015-07-01/endpoint-rule-set-1.json -> build/lib/botocore/data/marketplacecommerceanalytics/2015-07-01
copying botocore/data/marketplacecommerceanalytics/2015-07-01/examples-1.json -> build/lib/botocore/data/marketplacecommerceanalytics/2015-07-01
copying botocore/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json -> build/lib/botocore/data/marketplacecommerceanalytics/2015-07-01
copying botocore/data/marketplacecommerceanalytics/2015-07-01/service-2.json -> build/lib/botocore/data/marketplacecommerceanalytics/2015-07-01
creating build/lib/botocore/data/mediaconnect
creating build/lib/botocore/data/mediaconnect/2018-11-14
copying botocore/data/mediaconnect/2018-11-14/endpoint-rule-set-1.json -> build/lib/botocore/data/mediaconnect/2018-11-14
copying botocore/data/mediaconnect/2018-11-14/paginators-1.json -> build/lib/botocore/data/mediaconnect/2018-11-14
copying botocore/data/mediaconnect/2018-11-14/service-2.json -> build/lib/botocore/data/mediaconnect/2018-11-14
copying botocore/data/mediaconnect/2018-11-14/waiters-2.json -> build/lib/botocore/data/mediaconnect/2018-11-14
creating build/lib/botocore/data/mediaconvert
creating build/lib/botocore/data/mediaconvert/2017-08-29
copying botocore/data/mediaconvert/2017-08-29/endpoint-rule-set-1.json -> build/lib/botocore/data/mediaconvert/2017-08-29
copying botocore/data/mediaconvert/2017-08-29/paginators-1.json -> build/lib/botocore/data/mediaconvert/2017-08-29
copying botocore/data/mediaconvert/2017-08-29/service-2.json -> build/lib/botocore/data/mediaconvert/2017-08-29
creating build/lib/botocore/data/medialive
creating build/lib/botocore/data/medialive/2017-10-14
copying botocore/data/medialive/2017-10-14/endpoint-rule-set-1.json -> build/lib/botocore/data/medialive/2017-10-14
copying botocore/data/medialive/2017-10-14/paginators-1.json -> build/lib/botocore/data/medialive/2017-10-14
copying botocore/data/medialive/2017-10-14/service-2.json -> build/lib/botocore/data/medialive/2017-10-14
copying botocore/data/medialive/2017-10-14/waiters-2.json -> build/lib/botocore/data/medialive/2017-10-14
creating build/lib/botocore/data/mediapackage-vod
creating build/lib/botocore/data/mediapackage-vod/2018-11-07
copying botocore/data/mediapackage-vod/2018-11-07/endpoint-rule-set-1.json -> build/lib/botocore/data/mediapackage-vod/2018-11-07
copying botocore/data/mediapackage-vod/2018-11-07/paginators-1.json -> build/lib/botocore/data/mediapackage-vod/2018-11-07
copying botocore/data/mediapackage-vod/2018-11-07/service-2.json -> build/lib/botocore/data/mediapackage-vod/2018-11-07
creating build/lib/botocore/data/mediapackage
creating build/lib/botocore/data/mediapackage/2017-10-12
copying botocore/data/mediapackage/2017-10-12/endpoint-rule-set-1.json -> build/lib/botocore/data/mediapackage/2017-10-12
copying botocore/data/mediapackage/2017-10-12/paginators-1.json -> build/lib/botocore/data/mediapackage/2017-10-12
copying botocore/data/mediapackage/2017-10-12/service-2.json -> build/lib/botocore/data/mediapackage/2017-10-12
creating build/lib/botocore/data/mediapackagev2
creating build/lib/botocore/data/mediapackagev2/2022-12-25
copying botocore/data/mediapackagev2/2022-12-25/endpoint-rule-set-1.json -> build/lib/botocore/data/mediapackagev2/2022-12-25
copying botocore/data/mediapackagev2/2022-12-25/paginators-1.json -> build/lib/botocore/data/mediapackagev2/2022-12-25
copying botocore/data/mediapackagev2/2022-12-25/service-2.json -> build/lib/botocore/data/mediapackagev2/2022-12-25
copying botocore/data/mediapackagev2/2022-12-25/waiters-2.json -> build/lib/botocore/data/mediapackagev2/2022-12-25
creating build/lib/botocore/data/mediastore-data
creating build/lib/botocore/data/mediastore-data/2017-09-01
copying botocore/data/mediastore-data/2017-09-01/endpoint-rule-set-1.json -> build/lib/botocore/data/mediastore-data/2017-09-01
copying botocore/data/mediastore-data/2017-09-01/examples-1.json -> build/lib/botocore/data/mediastore-data/2017-09-01
copying botocore/data/mediastore-data/2017-09-01/paginators-1.json -> build/lib/botocore/data/mediastore-data/2017-09-01
copying botocore/data/mediastore-data/2017-09-01/service-2.json -> build/lib/botocore/data/mediastore-data/2017-09-01
creating build/lib/botocore/data/mediastore
creating build/lib/botocore/data/mediastore/2017-09-01
copying botocore/data/mediastore/2017-09-01/endpoint-rule-set-1.json -> build/lib/botocore/data/mediastore/2017-09-01
copying botocore/data/mediastore/2017-09-01/examples-1.json -> build/lib/botocore/data/mediastore/2017-09-01
copying botocore/data/mediastore/2017-09-01/paginators-1.json -> build/lib/botocore/data/mediastore/2017-09-01
copying botocore/data/mediastore/2017-09-01/service-2.json -> build/lib/botocore/data/mediastore/2017-09-01
creating build/lib/botocore/data/mediatailor
creating build/lib/botocore/data/mediatailor/2018-04-23
copying botocore/data/mediatailor/2018-04-23/endpoint-rule-set-1.json -> build/lib/botocore/data/mediatailor/2018-04-23
copying botocore/data/mediatailor/2018-04-23/paginators-1.json -> build/lib/botocore/data/mediatailor/2018-04-23
copying botocore/data/mediatailor/2018-04-23/service-2.json -> build/lib/botocore/data/mediatailor/2018-04-23
creating build/lib/botocore/data/medical-imaging
creating build/lib/botocore/data/medical-imaging/2023-07-19
copying botocore/data/medical-imaging/2023-07-19/endpoint-rule-set-1.json -> build/lib/botocore/data/medical-imaging/2023-07-19
copying botocore/data/medical-imaging/2023-07-19/paginators-1.json -> build/lib/botocore/data/medical-imaging/2023-07-19
copying botocore/data/medical-imaging/2023-07-19/service-2.json -> build/lib/botocore/data/medical-imaging/2023-07-19
copying botocore/data/medical-imaging/2023-07-19/waiters-2.json -> build/lib/botocore/data/medical-imaging/2023-07-19
creating build/lib/botocore/data/memorydb
creating build/lib/botocore/data/memorydb/2021-01-01
copying botocore/data/memorydb/2021-01-01/endpoint-rule-set-1.json -> build/lib/botocore/data/memorydb/2021-01-01
copying botocore/data/memorydb/2021-01-01/examples-1.json -> build/lib/botocore/data/memorydb/2021-01-01
copying botocore/data/memorydb/2021-01-01/paginators-1.json -> build/lib/botocore/data/memorydb/2021-01-01
copying botocore/data/memorydb/2021-01-01/service-2.json -> build/lib/botocore/data/memorydb/2021-01-01
creating build/lib/botocore/data/meteringmarketplace
creating build/lib/botocore/data/meteringmarketplace/2016-01-14
copying botocore/data/meteringmarketplace/2016-01-14/endpoint-rule-set-1.json -> build/lib/botocore/data/meteringmarketplace/2016-01-14
copying botocore/data/meteringmarketplace/2016-01-14/examples-1.json -> build/lib/botocore/data/meteringmarketplace/2016-01-14
copying botocore/data/meteringmarketplace/2016-01-14/paginators-1.json -> build/lib/botocore/data/meteringmarketplace/2016-01-14
copying botocore/data/meteringmarketplace/2016-01-14/service-2.json -> build/lib/botocore/data/meteringmarketplace/2016-01-14
creating build/lib/botocore/data/mgh
creating build/lib/botocore/data/mgh/2017-05-31
copying botocore/data/mgh/2017-05-31/endpoint-rule-set-1.json -> build/lib/botocore/data/mgh/2017-05-31
copying botocore/data/mgh/2017-05-31/examples-1.json -> build/lib/botocore/data/mgh/2017-05-31
copying botocore/data/mgh/2017-05-31/paginators-1.json -> build/lib/botocore/data/mgh/2017-05-31
copying botocore/data/mgh/2017-05-31/service-2.json -> build/lib/botocore/data/mgh/2017-05-31
creating build/lib/botocore/data/mgn
creating build/lib/botocore/data/mgn/2020-02-26
copying botocore/data/mgn/2020-02-26/endpoint-rule-set-1.json -> build/lib/botocore/data/mgn/2020-02-26
copying botocore/data/mgn/2020-02-26/examples-1.json -> build/lib/botocore/data/mgn/2020-02-26
copying botocore/data/mgn/2020-02-26/paginators-1.json -> build/lib/botocore/data/mgn/2020-02-26
copying botocore/data/mgn/2020-02-26/service-2.json -> build/lib/botocore/data/mgn/2020-02-26
creating build/lib/botocore/data/migration-hub-refactor-spaces
creating build/lib/botocore/data/migration-hub-refactor-spaces/2021-10-26
copying botocore/data/migration-hub-refactor-spaces/2021-10-26/endpoint-rule-set-1.json -> build/lib/botocore/data/migration-hub-refactor-spaces/2021-10-26
copying botocore/data/migration-hub-refactor-spaces/2021-10-26/examples-1.json -> build/lib/botocore/data/migration-hub-refactor-spaces/2021-10-26
copying botocore/data/migration-hub-refactor-spaces/2021-10-26/paginators-1.json -> build/lib/botocore/data/migration-hub-refactor-spaces/2021-10-26
copying botocore/data/migration-hub-refactor-spaces/2021-10-26/service-2.json -> build/lib/botocore/data/migration-hub-refactor-spaces/2021-10-26
creating build/lib/botocore/data/migrationhub-config
creating build/lib/botocore/data/migrationhub-config/2019-06-30
copying botocore/data/migrationhub-config/2019-06-30/endpoint-rule-set-1.json -> build/lib/botocore/data/migrationhub-config/2019-06-30
copying botocore/data/migrationhub-config/2019-06-30/examples-1.json -> build/lib/botocore/data/migrationhub-config/2019-06-30
copying botocore/data/migrationhub-config/2019-06-30/paginators-1.json -> build/lib/botocore/data/migrationhub-config/2019-06-30
copying botocore/data/migrationhub-config/2019-06-30/service-2.json -> build/lib/botocore/data/migrationhub-config/2019-06-30
creating build/lib/botocore/data/migrationhuborchestrator
creating build/lib/botocore/data/migrationhuborchestrator/2021-08-28
copying botocore/data/migrationhuborchestrator/2021-08-28/endpoint-rule-set-1.json -> build/lib/botocore/data/migrationhuborchestrator/2021-08-28
copying botocore/data/migrationhuborchestrator/2021-08-28/paginators-1.json -> build/lib/botocore/data/migrationhuborchestrator/2021-08-28
copying botocore/data/migrationhuborchestrator/2021-08-28/service-2.json -> build/lib/botocore/data/migrationhuborchestrator/2021-08-28
copying botocore/data/migrationhuborchestrator/2021-08-28/waiters-2.json -> build/lib/botocore/data/migrationhuborchestrator/2021-08-28
creating build/lib/botocore/data/migrationhubstrategy
creating build/lib/botocore/data/migrationhubstrategy/2020-02-19
copying botocore/data/migrationhubstrategy/2020-02-19/endpoint-rule-set-1.json -> build/lib/botocore/data/migrationhubstrategy/2020-02-19
copying botocore/data/migrationhubstrategy/2020-02-19/examples-1.json -> build/lib/botocore/data/migrationhubstrategy/2020-02-19
copying botocore/data/migrationhubstrategy/2020-02-19/paginators-1.json -> build/lib/botocore/data/migrationhubstrategy/2020-02-19
copying botocore/data/migrationhubstrategy/2020-02-19/paginators-1.sdk-extras.json -> build/lib/botocore/data/migrationhubstrategy/2020-02-19
copying botocore/data/migrationhubstrategy/2020-02-19/service-2.json -> build/lib/botocore/data/migrationhubstrategy/2020-02-19
creating build/lib/botocore/data/mobile
creating build/lib/botocore/data/mobile/2017-07-01
copying botocore/data/mobile/2017-07-01/endpoint-rule-set-1.json -> build/lib/botocore/data/mobile/2017-07-01
copying botocore/data/mobile/2017-07-01/examples-1.json -> build/lib/botocore/data/mobile/2017-07-01
copying botocore/data/mobile/2017-07-01/paginators-1.json -> build/lib/botocore/data/mobile/2017-07-01
copying botocore/data/mobile/2017-07-01/service-2.json -> build/lib/botocore/data/mobile/2017-07-01
creating build/lib/botocore/data/mq
creating build/lib/botocore/data/mq/2017-11-27
copying botocore/data/mq/2017-11-27/endpoint-rule-set-1.json -> build/lib/botocore/data/mq/2017-11-27
copying botocore/data/mq/2017-11-27/paginators-1.json -> build/lib/botocore/data/mq/2017-11-27
copying botocore/data/mq/2017-11-27/service-2.json -> build/lib/botocore/data/mq/2017-11-27
creating build/lib/botocore/data/mturk
creating build/lib/botocore/data/mturk/2017-01-17
copying botocore/data/mturk/2017-01-17/endpoint-rule-set-1.json -> build/lib/botocore/data/mturk/2017-01-17
copying botocore/data/mturk/2017-01-17/examples-1.json -> build/lib/botocore/data/mturk/2017-01-17
copying botocore/data/mturk/2017-01-17/paginators-1.json -> build/lib/botocore/data/mturk/2017-01-17
copying botocore/data/mturk/2017-01-17/service-2.json -> build/lib/botocore/data/mturk/2017-01-17
creating build/lib/botocore/data/mwaa
creating build/lib/botocore/data/mwaa/2020-07-01
copying botocore/data/mwaa/2020-07-01/endpoint-rule-set-1.json -> build/lib/botocore/data/mwaa/2020-07-01
copying botocore/data/mwaa/2020-07-01/examples-1.json -> build/lib/botocore/data/mwaa/2020-07-01
copying botocore/data/mwaa/2020-07-01/paginators-1.json -> build/lib/botocore/data/mwaa/2020-07-01
copying botocore/data/mwaa/2020-07-01/service-2.json -> build/lib/botocore/data/mwaa/2020-07-01
creating build/lib/botocore/data/neptune
creating build/lib/botocore/data/neptune/2014-10-31
copying botocore/data/neptune/2014-10-31/endpoint-rule-set-1.json -> build/lib/botocore/data/neptune/2014-10-31
copying botocore/data/neptune/2014-10-31/examples-1.json -> build/lib/botocore/data/neptune/2014-10-31
copying botocore/data/neptune/2014-10-31/paginators-1.json -> build/lib/botocore/data/neptune/2014-10-31
copying botocore/data/neptune/2014-10-31/service-2.json -> build/lib/botocore/data/neptune/2014-10-31
copying botocore/data/neptune/2014-10-31/service-2.sdk-extras.json -> build/lib/botocore/data/neptune/2014-10-31
copying botocore/data/neptune/2014-10-31/waiters-2.json -> build/lib/botocore/data/neptune/2014-10-31
creating build/lib/botocore/data/neptunedata
creating build/lib/botocore/data/neptunedata/2023-08-01
copying botocore/data/neptunedata/2023-08-01/endpoint-rule-set-1.json -> build/lib/botocore/data/neptunedata/2023-08-01
copying botocore/data/neptunedata/2023-08-01/paginators-1.json -> build/lib/botocore/data/neptunedata/2023-08-01
copying botocore/data/neptunedata/2023-08-01/service-2.json -> build/lib/botocore/data/neptunedata/2023-08-01
creating build/lib/botocore/data/network-firewall
creating build/lib/botocore/data/network-firewall/2020-11-12
copying botocore/data/network-firewall/2020-11-12/endpoint-rule-set-1.json -> build/lib/botocore/data/network-firewall/2020-11-12
copying botocore/data/network-firewall/2020-11-12/examples-1.json -> build/lib/botocore/data/network-firewall/2020-11-12
copying botocore/data/network-firewall/2020-11-12/paginators-1.json -> build/lib/botocore/data/network-firewall/2020-11-12
copying botocore/data/network-firewall/2020-11-12/service-2.json -> build/lib/botocore/data/network-firewall/2020-11-12
creating build/lib/botocore/data/networkmanager
creating build/lib/botocore/data/networkmanager/2019-07-05
copying botocore/data/networkmanager/2019-07-05/endpoint-rule-set-1.json -> build/lib/botocore/data/networkmanager/2019-07-05
copying botocore/data/networkmanager/2019-07-05/examples-1.json -> build/lib/botocore/data/networkmanager/2019-07-05
copying botocore/data/networkmanager/2019-07-05/paginators-1.json -> build/lib/botocore/data/networkmanager/2019-07-05
copying botocore/data/networkmanager/2019-07-05/service-2.json -> build/lib/botocore/data/networkmanager/2019-07-05
creating build/lib/botocore/data/nimble
creating build/lib/botocore/data/nimble/2020-08-01
copying botocore/data/nimble/2020-08-01/endpoint-rule-set-1.json -> build/lib/botocore/data/nimble/2020-08-01
copying botocore/data/nimble/2020-08-01/examples-1.json -> build/lib/botocore/data/nimble/2020-08-01
copying botocore/data/nimble/2020-08-01/paginators-1.json -> build/lib/botocore/data/nimble/2020-08-01
copying botocore/data/nimble/2020-08-01/service-2.json -> build/lib/botocore/data/nimble/2020-08-01
copying botocore/data/nimble/2020-08-01/waiters-2.json -> build/lib/botocore/data/nimble/2020-08-01
creating build/lib/botocore/data/oam
creating build/lib/botocore/data/oam/2022-06-10
copying botocore/data/oam/2022-06-10/endpoint-rule-set-1.json -> build/lib/botocore/data/oam/2022-06-10
copying botocore/data/oam/2022-06-10/paginators-1.json -> build/lib/botocore/data/oam/2022-06-10
copying botocore/data/oam/2022-06-10/service-2.json -> build/lib/botocore/data/oam/2022-06-10
creating build/lib/botocore/data/omics
creating build/lib/botocore/data/omics/2022-11-28
copying botocore/data/omics/2022-11-28/endpoint-rule-set-1.json -> build/lib/botocore/data/omics/2022-11-28
copying botocore/data/omics/2022-11-28/paginators-1.json -> build/lib/botocore/data/omics/2022-11-28
copying botocore/data/omics/2022-11-28/service-2.json -> build/lib/botocore/data/omics/2022-11-28
copying botocore/data/omics/2022-11-28/waiters-2.json -> build/lib/botocore/data/omics/2022-11-28
creating build/lib/botocore/data/opensearch
creating build/lib/botocore/data/opensearch/2021-01-01
copying botocore/data/opensearch/2021-01-01/endpoint-rule-set-1.json -> build/lib/botocore/data/opensearch/2021-01-01
copying botocore/data/opensearch/2021-01-01/examples-1.json -> build/lib/botocore/data/opensearch/2021-01-01
copying botocore/data/opensearch/2021-01-01/paginators-1.json -> build/lib/botocore/data/opensearch/2021-01-01
copying botocore/data/opensearch/2021-01-01/service-2.json -> build/lib/botocore/data/opensearch/2021-01-01
creating build/lib/botocore/data/opensearchserverless
creating build/lib/botocore/data/opensearchserverless/2021-11-01
copying botocore/data/opensearchserverless/2021-11-01/endpoint-rule-set-1.json -> build/lib/botocore/data/opensearchserverless/2021-11-01
copying botocore/data/opensearchserverless/2021-11-01/paginators-1.json -> build/lib/botocore/data/opensearchserverless/2021-11-01
copying botocore/data/opensearchserverless/2021-11-01/service-2.json -> build/lib/botocore/data/opensearchserverless/2021-11-01
creating build/lib/botocore/data/opsworks
creating build/lib/botocore/data/opsworks/2013-02-18
copying botocore/data/opsworks/2013-02-18/endpoint-rule-set-1.json -> build/lib/botocore/data/opsworks/2013-02-18
copying botocore/data/opsworks/2013-02-18/examples-1.json -> build/lib/botocore/data/opsworks/2013-02-18
copying botocore/data/opsworks/2013-02-18/paginators-1.json -> build/lib/botocore/data/opsworks/2013-02-18
copying botocore/data/opsworks/2013-02-18/service-2.json -> build/lib/botocore/data/opsworks/2013-02-18
copying botocore/data/opsworks/2013-02-18/waiters-2.json -> build/lib/botocore/data/opsworks/2013-02-18
creating build/lib/botocore/data/opsworkscm
creating build/lib/botocore/data/opsworkscm/2016-11-01
copying botocore/data/opsworkscm/2016-11-01/endpoint-rule-set-1.json -> build/lib/botocore/data/opsworkscm/2016-11-01
copying botocore/data/opsworkscm/2016-11-01/examples-1.json -> build/lib/botocore/data/opsworkscm/2016-11-01
copying botocore/data/opsworkscm/2016-11-01/paginators-1.json -> build/lib/botocore/data/opsworkscm/2016-11-01
copying botocore/data/opsworkscm/2016-11-01/service-2.json -> build/lib/botocore/data/opsworkscm/2016-11-01
copying botocore/data/opsworkscm/2016-11-01/waiters-2.json -> build/lib/botocore/data/opsworkscm/2016-11-01
creating build/lib/botocore/data/organizations
creating build/lib/botocore/data/organizations/2016-11-28
copying botocore/data/organizations/2016-11-28/endpoint-rule-set-1.json -> build/lib/botocore/data/organizations/2016-11-28
copying botocore/data/organizations/2016-11-28/examples-1.json -> build/lib/botocore/data/organizations/2016-11-28
copying botocore/data/organizations/2016-11-28/paginators-1.json -> build/lib/botocore/data/organizations/2016-11-28
copying botocore/data/organizations/2016-11-28/service-2.json -> build/lib/botocore/data/organizations/2016-11-28
creating build/lib/botocore/data/osis
creating build/lib/botocore/data/osis/2022-01-01
copying botocore/data/osis/2022-01-01/endpoint-rule-set-1.json -> build/lib/botocore/data/osis/2022-01-01
copying botocore/data/osis/2022-01-01/paginators-1.json -> build/lib/botocore/data/osis/2022-01-01
copying botocore/data/osis/2022-01-01/service-2.json -> build/lib/botocore/data/osis/2022-01-01
creating build/lib/botocore/data/outposts
creating build/lib/botocore/data/outposts/2019-12-03
copying botocore/data/outposts/2019-12-03/endpoint-rule-set-1.json -> build/lib/botocore/data/outposts/2019-12-03
copying botocore/data/outposts/2019-12-03/examples-1.json -> build/lib/botocore/data/outposts/2019-12-03
copying botocore/data/outposts/2019-12-03/paginators-1.json -> build/lib/botocore/data/outposts/2019-12-03
copying botocore/data/outposts/2019-12-03/paginators-1.sdk-extras.json -> build/lib/botocore/data/outposts/2019-12-03
copying botocore/data/outposts/2019-12-03/service-2.json -> build/lib/botocore/data/outposts/2019-12-03
creating build/lib/botocore/data/panorama
creating build/lib/botocore/data/panorama/2019-07-24
copying botocore/data/panorama/2019-07-24/endpoint-rule-set-1.json -> build/lib/botocore/data/panorama/2019-07-24
copying botocore/data/panorama/2019-07-24/examples-1.json -> build/lib/botocore/data/panorama/2019-07-24
copying botocore/data/panorama/2019-07-24/paginators-1.json -> build/lib/botocore/data/panorama/2019-07-24
copying botocore/data/panorama/2019-07-24/service-2.json -> build/lib/botocore/data/panorama/2019-07-24
creating build/lib/botocore/data/payment-cryptography-data
creating build/lib/botocore/data/payment-cryptography-data/2022-02-03
copying botocore/data/payment-cryptography-data/2022-02-03/endpoint-rule-set-1.json -> build/lib/botocore/data/payment-cryptography-data/2022-02-03
copying botocore/data/payment-cryptography-data/2022-02-03/paginators-1.json -> build/lib/botocore/data/payment-cryptography-data/2022-02-03
copying botocore/data/payment-cryptography-data/2022-02-03/service-2.json -> build/lib/botocore/data/payment-cryptography-data/2022-02-03
creating build/lib/botocore/data/payment-cryptography
creating build/lib/botocore/data/payment-cryptography/2021-09-14
copying botocore/data/payment-cryptography/2021-09-14/endpoint-rule-set-1.json -> build/lib/botocore/data/payment-cryptography/2021-09-14
copying botocore/data/payment-cryptography/2021-09-14/paginators-1.json -> build/lib/botocore/data/payment-cryptography/2021-09-14
copying botocore/data/payment-cryptography/2021-09-14/service-2.json -> build/lib/botocore/data/payment-cryptography/2021-09-14
creating build/lib/botocore/data/pca-connector-ad
creating build/lib/botocore/data/pca-connector-ad/2018-05-10
copying botocore/data/pca-connector-ad/2018-05-10/endpoint-rule-set-1.json -> build/lib/botocore/data/pca-connector-ad/2018-05-10
copying botocore/data/pca-connector-ad/2018-05-10/paginators-1.json -> build/lib/botocore/data/pca-connector-ad/2018-05-10
copying botocore/data/pca-connector-ad/2018-05-10/service-2.json -> build/lib/botocore/data/pca-connector-ad/2018-05-10
creating build/lib/botocore/data/personalize-events
creating build/lib/botocore/data/personalize-events/2018-03-22
copying botocore/data/personalize-events/2018-03-22/endpoint-rule-set-1.json -> build/lib/botocore/data/personalize-events/2018-03-22
copying botocore/data/personalize-events/2018-03-22/examples-1.json -> build/lib/botocore/data/personalize-events/2018-03-22
copying botocore/data/personalize-events/2018-03-22/paginators-1.json -> build/lib/botocore/data/personalize-events/2018-03-22
copying botocore/data/personalize-events/2018-03-22/service-2.json -> build/lib/botocore/data/personalize-events/2018-03-22
creating build/lib/botocore/data/personalize-runtime
creating build/lib/botocore/data/personalize-runtime/2018-05-22
copying botocore/data/personalize-runtime/2018-05-22/endpoint-rule-set-1.json -> build/lib/botocore/data/personalize-runtime/2018-05-22
copying botocore/data/personalize-runtime/2018-05-22/examples-1.json -> build/lib/botocore/data/personalize-runtime/2018-05-22
copying botocore/data/personalize-runtime/2018-05-22/paginators-1.json -> build/lib/botocore/data/personalize-runtime/2018-05-22
copying botocore/data/personalize-runtime/2018-05-22/service-2.json -> build/lib/botocore/data/personalize-runtime/2018-05-22
creating build/lib/botocore/data/personalize
creating build/lib/botocore/data/personalize/2018-05-22
copying botocore/data/personalize/2018-05-22/endpoint-rule-set-1.json -> build/lib/botocore/data/personalize/2018-05-22
copying botocore/data/personalize/2018-05-22/examples-1.json -> build/lib/botocore/data/personalize/2018-05-22
copying botocore/data/personalize/2018-05-22/paginators-1.json -> build/lib/botocore/data/personalize/2018-05-22
copying botocore/data/personalize/2018-05-22/service-2.json -> build/lib/botocore/data/personalize/2018-05-22
creating build/lib/botocore/data/pi
creating build/lib/botocore/data/pi/2018-02-27
copying botocore/data/pi/2018-02-27/endpoint-rule-set-1.json -> build/lib/botocore/data/pi/2018-02-27
copying botocore/data/pi/2018-02-27/examples-1.json -> build/lib/botocore/data/pi/2018-02-27
copying botocore/data/pi/2018-02-27/paginators-1.json -> build/lib/botocore/data/pi/2018-02-27
copying botocore/data/pi/2018-02-27/service-2.json -> build/lib/botocore/data/pi/2018-02-27
creating build/lib/botocore/data/pinpoint-email
creating build/lib/botocore/data/pinpoint-email/2018-07-26
copying botocore/data/pinpoint-email/2018-07-26/endpoint-rule-set-1.json -> build/lib/botocore/data/pinpoint-email/2018-07-26
copying botocore/data/pinpoint-email/2018-07-26/examples-1.json -> build/lib/botocore/data/pinpoint-email/2018-07-26
copying botocore/data/pinpoint-email/2018-07-26/paginators-1.json -> build/lib/botocore/data/pinpoint-email/2018-07-26
copying botocore/data/pinpoint-email/2018-07-26/service-2.json -> build/lib/botocore/data/pinpoint-email/2018-07-26
creating build/lib/botocore/data/pinpoint-sms-voice-v2
creating build/lib/botocore/data/pinpoint-sms-voice-v2/2022-03-31
copying botocore/data/pinpoint-sms-voice-v2/2022-03-31/endpoint-rule-set-1.json -> build/lib/botocore/data/pinpoint-sms-voice-v2/2022-03-31
copying botocore/data/pinpoint-sms-voice-v2/2022-03-31/examples-1.json -> build/lib/botocore/data/pinpoint-sms-voice-v2/2022-03-31
copying botocore/data/pinpoint-sms-voice-v2/2022-03-31/paginators-1.json -> build/lib/botocore/data/pinpoint-sms-voice-v2/2022-03-31
copying botocore/data/pinpoint-sms-voice-v2/2022-03-31/paginators-1.sdk-extras.json -> build/lib/botocore/data/pinpoint-sms-voice-v2/2022-03-31
copying botocore/data/pinpoint-sms-voice-v2/2022-03-31/service-2.json -> build/lib/botocore/data/pinpoint-sms-voice-v2/2022-03-31
copying botocore/data/pinpoint-sms-voice-v2/2022-03-31/waiters-2.json -> build/lib/botocore/data/pinpoint-sms-voice-v2/2022-03-31
creating build/lib/botocore/data/pinpoint-sms-voice
creating build/lib/botocore/data/pinpoint-sms-voice/2018-09-05
copying botocore/data/pinpoint-sms-voice/2018-09-05/endpoint-rule-set-1.json -> build/lib/botocore/data/pinpoint-sms-voice/2018-09-05
copying botocore/data/pinpoint-sms-voice/2018-09-05/service-2.json -> build/lib/botocore/data/pinpoint-sms-voice/2018-09-05
creating build/lib/botocore/data/pinpoint
creating build/lib/botocore/data/pinpoint/2016-12-01
copying botocore/data/pinpoint/2016-12-01/endpoint-rule-set-1.json -> build/lib/botocore/data/pinpoint/2016-12-01
copying botocore/data/pinpoint/2016-12-01/examples-1.json -> build/lib/botocore/data/pinpoint/2016-12-01
copying botocore/data/pinpoint/2016-12-01/service-2.json -> build/lib/botocore/data/pinpoint/2016-12-01
creating build/lib/botocore/data/pipes
creating build/lib/botocore/data/pipes/2015-10-07
copying botocore/data/pipes/2015-10-07/endpoint-rule-set-1.json -> build/lib/botocore/data/pipes/2015-10-07
copying botocore/data/pipes/2015-10-07/paginators-1.json -> build/lib/botocore/data/pipes/2015-10-07
copying botocore/data/pipes/2015-10-07/service-2.json -> build/lib/botocore/data/pipes/2015-10-07
creating build/lib/botocore/data/polly
creating build/lib/botocore/data/polly/2016-06-10
copying botocore/data/polly/2016-06-10/endpoint-rule-set-1.json -> build/lib/botocore/data/polly/2016-06-10
copying botocore/data/polly/2016-06-10/examples-1.json -> build/lib/botocore/data/polly/2016-06-10
copying botocore/data/polly/2016-06-10/paginators-1.json -> build/lib/botocore/data/polly/2016-06-10
copying botocore/data/polly/2016-06-10/service-2.json -> build/lib/botocore/data/polly/2016-06-10
creating build/lib/botocore/data/pricing
creating build/lib/botocore/data/pricing/2017-10-15
copying botocore/data/pricing/2017-10-15/endpoint-rule-set-1.json -> build/lib/botocore/data/pricing/2017-10-15
copying botocore/data/pricing/2017-10-15/examples-1.json -> build/lib/botocore/data/pricing/2017-10-15
copying botocore/data/pricing/2017-10-15/paginators-1.json -> build/lib/botocore/data/pricing/2017-10-15
copying botocore/data/pricing/2017-10-15/service-2.json -> build/lib/botocore/data/pricing/2017-10-15
copying botocore/data/pricing/2017-10-15/waiters-2.json -> build/lib/botocore/data/pricing/2017-10-15
creating build/lib/botocore/data/privatenetworks
creating build/lib/botocore/data/privatenetworks/2021-12-03
copying botocore/data/privatenetworks/2021-12-03/endpoint-rule-set-1.json -> build/lib/botocore/data/privatenetworks/2021-12-03
copying botocore/data/privatenetworks/2021-12-03/paginators-1.json -> build/lib/botocore/data/privatenetworks/2021-12-03
copying botocore/data/privatenetworks/2021-12-03/service-2.json -> build/lib/botocore/data/privatenetworks/2021-12-03
creating build/lib/botocore/data/proton
creating build/lib/botocore/data/proton/2020-07-20
copying botocore/data/proton/2020-07-20/endpoint-rule-set-1.json -> build/lib/botocore/data/proton/2020-07-20
copying botocore/data/proton/2020-07-20/examples-1.json -> build/lib/botocore/data/proton/2020-07-20
copying botocore/data/proton/2020-07-20/paginators-1.json -> build/lib/botocore/data/proton/2020-07-20
copying botocore/data/proton/2020-07-20/service-2.json -> build/lib/botocore/data/proton/2020-07-20
copying botocore/data/proton/2020-07-20/waiters-2.json -> build/lib/botocore/data/proton/2020-07-20
creating build/lib/botocore/data/qldb-session
creating build/lib/botocore/data/qldb-session/2019-07-11
copying botocore/data/qldb-session/2019-07-11/endpoint-rule-set-1.json -> build/lib/botocore/data/qldb-session/2019-07-11
copying botocore/data/qldb-session/2019-07-11/examples-1.json -> build/lib/botocore/data/qldb-session/2019-07-11
copying botocore/data/qldb-session/2019-07-11/paginators-1.json -> build/lib/botocore/data/qldb-session/2019-07-11
copying botocore/data/qldb-session/2019-07-11/service-2.json -> build/lib/botocore/data/qldb-session/2019-07-11
creating build/lib/botocore/data/qldb
creating build/lib/botocore/data/qldb/2019-01-02
copying botocore/data/qldb/2019-01-02/endpoint-rule-set-1.json -> build/lib/botocore/data/qldb/2019-01-02
copying botocore/data/qldb/2019-01-02/examples-1.json -> build/lib/botocore/data/qldb/2019-01-02
copying botocore/data/qldb/2019-01-02/paginators-1.json -> build/lib/botocore/data/qldb/2019-01-02
copying botocore/data/qldb/2019-01-02/service-2.json -> build/lib/botocore/data/qldb/2019-01-02
creating build/lib/botocore/data/quicksight
creating build/lib/botocore/data/quicksight/2018-04-01
copying botocore/data/quicksight/2018-04-01/endpoint-rule-set-1.json -> build/lib/botocore/data/quicksight/2018-04-01
copying botocore/data/quicksight/2018-04-01/examples-1.json -> build/lib/botocore/data/quicksight/2018-04-01
copying botocore/data/quicksight/2018-04-01/paginators-1.json -> build/lib/botocore/data/quicksight/2018-04-01
copying botocore/data/quicksight/2018-04-01/paginators-1.sdk-extras.json -> build/lib/botocore/data/quicksight/2018-04-01
copying botocore/data/quicksight/2018-04-01/service-2.json -> build/lib/botocore/data/quicksight/2018-04-01
creating build/lib/botocore/data/ram
creating build/lib/botocore/data/ram/2018-01-04
copying botocore/data/ram/2018-01-04/endpoint-rule-set-1.json -> build/lib/botocore/data/ram/2018-01-04
copying botocore/data/ram/2018-01-04/examples-1.json -> build/lib/botocore/data/ram/2018-01-04
copying botocore/data/ram/2018-01-04/paginators-1.json -> build/lib/botocore/data/ram/2018-01-04
copying botocore/data/ram/2018-01-04/service-2.json -> build/lib/botocore/data/ram/2018-01-04
creating build/lib/botocore/data/rbin
creating build/lib/botocore/data/rbin/2021-06-15
copying botocore/data/rbin/2021-06-15/endpoint-rule-set-1.json -> build/lib/botocore/data/rbin/2021-06-15
copying botocore/data/rbin/2021-06-15/examples-1.json -> build/lib/botocore/data/rbin/2021-06-15
copying botocore/data/rbin/2021-06-15/paginators-1.json -> build/lib/botocore/data/rbin/2021-06-15
copying botocore/data/rbin/2021-06-15/service-2.json -> build/lib/botocore/data/rbin/2021-06-15
creating build/lib/botocore/data/rds-data
creating build/lib/botocore/data/rds-data/2018-08-01
copying botocore/data/rds-data/2018-08-01/endpoint-rule-set-1.json -> build/lib/botocore/data/rds-data/2018-08-01
copying botocore/data/rds-data/2018-08-01/examples-1.json -> build/lib/botocore/data/rds-data/2018-08-01
copying botocore/data/rds-data/2018-08-01/paginators-1.json -> build/lib/botocore/data/rds-data/2018-08-01
copying botocore/data/rds-data/2018-08-01/service-2.json -> build/lib/botocore/data/rds-data/2018-08-01
creating build/lib/botocore/data/rds
creating build/lib/botocore/data/rds/2014-09-01
copying botocore/data/rds/2014-09-01/endpoint-rule-set-1.json -> build/lib/botocore/data/rds/2014-09-01
copying botocore/data/rds/2014-09-01/paginators-1.json -> build/lib/botocore/data/rds/2014-09-01
copying botocore/data/rds/2014-09-01/service-2.json -> build/lib/botocore/data/rds/2014-09-01
copying botocore/data/rds/2014-09-01/waiters-2.json -> build/lib/botocore/data/rds/2014-09-01
creating build/lib/botocore/data/rds/2014-10-31
copying botocore/data/rds/2014-10-31/endpoint-rule-set-1.json -> build/lib/botocore/data/rds/2014-10-31
copying botocore/data/rds/2014-10-31/examples-1.json -> build/lib/botocore/data/rds/2014-10-31
copying botocore/data/rds/2014-10-31/paginators-1.json -> build/lib/botocore/data/rds/2014-10-31
copying botocore/data/rds/2014-10-31/paginators-1.sdk-extras.json -> build/lib/botocore/data/rds/2014-10-31
copying botocore/data/rds/2014-10-31/service-2.json -> build/lib/botocore/data/rds/2014-10-31
copying botocore/data/rds/2014-10-31/service-2.sdk-extras.json -> build/lib/botocore/data/rds/2014-10-31
copying botocore/data/rds/2014-10-31/waiters-2.json -> build/lib/botocore/data/rds/2014-10-31
creating build/lib/botocore/data/redshift-data
creating build/lib/botocore/data/redshift-data/2019-12-20
copying botocore/data/redshift-data/2019-12-20/endpoint-rule-set-1.json -> build/lib/botocore/data/redshift-data/2019-12-20
copying botocore/data/redshift-data/2019-12-20/examples-1.json -> build/lib/botocore/data/redshift-data/2019-12-20
copying botocore/data/redshift-data/2019-12-20/paginators-1.json -> build/lib/botocore/data/redshift-data/2019-12-20
copying botocore/data/redshift-data/2019-12-20/paginators-1.sdk-extras.json -> build/lib/botocore/data/redshift-data/2019-12-20
copying botocore/data/redshift-data/2019-12-20/service-2.json -> build/lib/botocore/data/redshift-data/2019-12-20
creating build/lib/botocore/data/redshift-serverless
creating build/lib/botocore/data/redshift-serverless/2021-04-21
copying botocore/data/redshift-serverless/2021-04-21/endpoint-rule-set-1.json -> build/lib/botocore/data/redshift-serverless/2021-04-21
copying botocore/data/redshift-serverless/2021-04-21/paginators-1.json -> build/lib/botocore/data/redshift-serverless/2021-04-21
copying botocore/data/redshift-serverless/2021-04-21/service-2.json -> build/lib/botocore/data/redshift-serverless/2021-04-21
creating build/lib/botocore/data/redshift
creating build/lib/botocore/data/redshift/2012-12-01
copying botocore/data/redshift/2012-12-01/endpoint-rule-set-1.json -> build/lib/botocore/data/redshift/2012-12-01
copying botocore/data/redshift/2012-12-01/examples-1.json -> build/lib/botocore/data/redshift/2012-12-01
copying botocore/data/redshift/2012-12-01/paginators-1.json -> build/lib/botocore/data/redshift/2012-12-01
copying botocore/data/redshift/2012-12-01/service-2.json -> build/lib/botocore/data/redshift/2012-12-01
copying botocore/data/redshift/2012-12-01/waiters-2.json -> build/lib/botocore/data/redshift/2012-12-01
creating build/lib/botocore/data/rekognition
creating build/lib/botocore/data/rekognition/2016-06-27
copying botocore/data/rekognition/2016-06-27/endpoint-rule-set-1.json -> build/lib/botocore/data/rekognition/2016-06-27
copying botocore/data/rekognition/2016-06-27/examples-1.json -> build/lib/botocore/data/rekognition/2016-06-27
copying botocore/data/rekognition/2016-06-27/paginators-1.json -> build/lib/botocore/data/rekognition/2016-06-27
copying botocore/data/rekognition/2016-06-27/service-2.json -> build/lib/botocore/data/rekognition/2016-06-27
copying botocore/data/rekognition/2016-06-27/waiters-2.json -> build/lib/botocore/data/rekognition/2016-06-27
creating build/lib/botocore/data/resiliencehub
creating build/lib/botocore/data/resiliencehub/2020-04-30
copying botocore/data/resiliencehub/2020-04-30/endpoint-rule-set-1.json -> build/lib/botocore/data/resiliencehub/2020-04-30
copying botocore/data/resiliencehub/2020-04-30/examples-1.json -> build/lib/botocore/data/resiliencehub/2020-04-30
copying botocore/data/resiliencehub/2020-04-30/paginators-1.json -> build/lib/botocore/data/resiliencehub/2020-04-30
copying botocore/data/resiliencehub/2020-04-30/service-2.json -> build/lib/botocore/data/resiliencehub/2020-04-30
creating build/lib/botocore/data/resource-explorer-2
creating build/lib/botocore/data/resource-explorer-2/2022-07-28
copying botocore/data/resource-explorer-2/2022-07-28/endpoint-rule-set-1.json -> build/lib/botocore/data/resource-explorer-2/2022-07-28
copying botocore/data/resource-explorer-2/2022-07-28/paginators-1.json -> build/lib/botocore/data/resource-explorer-2/2022-07-28
copying botocore/data/resource-explorer-2/2022-07-28/paginators-1.sdk-extras.json -> build/lib/botocore/data/resource-explorer-2/2022-07-28
copying botocore/data/resource-explorer-2/2022-07-28/service-2.json -> build/lib/botocore/data/resource-explorer-2/2022-07-28
creating build/lib/botocore/data/resource-groups
creating build/lib/botocore/data/resource-groups/2017-11-27
copying botocore/data/resource-groups/2017-11-27/endpoint-rule-set-1.json -> build/lib/botocore/data/resource-groups/2017-11-27
copying botocore/data/resource-groups/2017-11-27/examples-1.json -> build/lib/botocore/data/resource-groups/2017-11-27
copying botocore/data/resource-groups/2017-11-27/paginators-1.json -> build/lib/botocore/data/resource-groups/2017-11-27
copying botocore/data/resource-groups/2017-11-27/service-2.json -> build/lib/botocore/data/resource-groups/2017-11-27
creating build/lib/botocore/data/resourcegroupstaggingapi
creating build/lib/botocore/data/resourcegroupstaggingapi/2017-01-26
copying botocore/data/resourcegroupstaggingapi/2017-01-26/endpoint-rule-set-1.json -> build/lib/botocore/data/resourcegroupstaggingapi/2017-01-26
copying botocore/data/resourcegroupstaggingapi/2017-01-26/examples-1.json -> build/lib/botocore/data/resourcegroupstaggingapi/2017-01-26
copying botocore/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json -> build/lib/botocore/data/resourcegroupstaggingapi/2017-01-26
copying botocore/data/resourcegroupstaggingapi/2017-01-26/service-2.json -> build/lib/botocore/data/resourcegroupstaggingapi/2017-01-26
creating build/lib/botocore/data/robomaker
creating build/lib/botocore/data/robomaker/2018-06-29
copying botocore/data/robomaker/2018-06-29/endpoint-rule-set-1.json -> build/lib/botocore/data/robomaker/2018-06-29
copying botocore/data/robomaker/2018-06-29/examples-1.json -> build/lib/botocore/data/robomaker/2018-06-29
copying botocore/data/robomaker/2018-06-29/paginators-1.json -> build/lib/botocore/data/robomaker/2018-06-29
copying botocore/data/robomaker/2018-06-29/service-2.json -> build/lib/botocore/data/robomaker/2018-06-29
creating build/lib/botocore/data/rolesanywhere
creating build/lib/botocore/data/rolesanywhere/2018-05-10
copying botocore/data/rolesanywhere/2018-05-10/endpoint-rule-set-1.json -> build/lib/botocore/data/rolesanywhere/2018-05-10
copying botocore/data/rolesanywhere/2018-05-10/paginators-1.json -> build/lib/botocore/data/rolesanywhere/2018-05-10
copying botocore/data/rolesanywhere/2018-05-10/service-2.json -> build/lib/botocore/data/rolesanywhere/2018-05-10
creating build/lib/botocore/data/route53-recovery-cluster
creating build/lib/botocore/data/route53-recovery-cluster/2019-12-02
copying botocore/data/route53-recovery-cluster/2019-12-02/endpoint-rule-set-1.json -> build/lib/botocore/data/route53-recovery-cluster/2019-12-02
copying botocore/data/route53-recovery-cluster/2019-12-02/examples-1.json -> build/lib/botocore/data/route53-recovery-cluster/2019-12-02
copying botocore/data/route53-recovery-cluster/2019-12-02/paginators-1.json -> build/lib/botocore/data/route53-recovery-cluster/2019-12-02
copying botocore/data/route53-recovery-cluster/2019-12-02/service-2.json -> build/lib/botocore/data/route53-recovery-cluster/2019-12-02
creating build/lib/botocore/data/route53-recovery-control-config
creating build/lib/botocore/data/route53-recovery-control-config/2020-11-02
copying botocore/data/route53-recovery-control-config/2020-11-02/endpoint-rule-set-1.json -> build/lib/botocore/data/route53-recovery-control-config/2020-11-02
copying botocore/data/route53-recovery-control-config/2020-11-02/paginators-1.json -> build/lib/botocore/data/route53-recovery-control-config/2020-11-02
copying botocore/data/route53-recovery-control-config/2020-11-02/service-2.json -> build/lib/botocore/data/route53-recovery-control-config/2020-11-02
copying botocore/data/route53-recovery-control-config/2020-11-02/waiters-2.json -> build/lib/botocore/data/route53-recovery-control-config/2020-11-02
creating build/lib/botocore/data/route53-recovery-readiness
creating build/lib/botocore/data/route53-recovery-readiness/2019-12-02
copying botocore/data/route53-recovery-readiness/2019-12-02/endpoint-rule-set-1.json -> build/lib/botocore/data/route53-recovery-readiness/2019-12-02
copying botocore/data/route53-recovery-readiness/2019-12-02/paginators-1.json -> build/lib/botocore/data/route53-recovery-readiness/2019-12-02
copying botocore/data/route53-recovery-readiness/2019-12-02/service-2.json -> build/lib/botocore/data/route53-recovery-readiness/2019-12-02
creating build/lib/botocore/data/route53
creating build/lib/botocore/data/route53/2013-04-01
copying botocore/data/route53/2013-04-01/endpoint-rule-set-1.json -> build/lib/botocore/data/route53/2013-04-01
copying botocore/data/route53/2013-04-01/examples-1.json -> build/lib/botocore/data/route53/2013-04-01
copying botocore/data/route53/2013-04-01/paginators-1.json -> build/lib/botocore/data/route53/2013-04-01
copying botocore/data/route53/2013-04-01/service-2.json -> build/lib/botocore/data/route53/2013-04-01
copying botocore/data/route53/2013-04-01/waiters-2.json -> build/lib/botocore/data/route53/2013-04-01
creating build/lib/botocore/data/route53domains
creating build/lib/botocore/data/route53domains/2014-05-15
copying botocore/data/route53domains/2014-05-15/endpoint-rule-set-1.json -> build/lib/botocore/data/route53domains/2014-05-15
copying botocore/data/route53domains/2014-05-15/examples-1.json -> build/lib/botocore/data/route53domains/2014-05-15
copying botocore/data/route53domains/2014-05-15/paginators-1.json -> build/lib/botocore/data/route53domains/2014-05-15
copying botocore/data/route53domains/2014-05-15/service-2.json -> build/lib/botocore/data/route53domains/2014-05-15
creating build/lib/botocore/data/route53resolver
creating build/lib/botocore/data/route53resolver/2018-04-01
copying botocore/data/route53resolver/2018-04-01/endpoint-rule-set-1.json -> build/lib/botocore/data/route53resolver/2018-04-01
copying botocore/data/route53resolver/2018-04-01/examples-1.json -> build/lib/botocore/data/route53resolver/2018-04-01
copying botocore/data/route53resolver/2018-04-01/paginators-1.json -> build/lib/botocore/data/route53resolver/2018-04-01
copying botocore/data/route53resolver/2018-04-01/paginators-1.sdk-extras.json -> build/lib/botocore/data/route53resolver/2018-04-01
copying botocore/data/route53resolver/2018-04-01/service-2.json -> build/lib/botocore/data/route53resolver/2018-04-01
creating build/lib/botocore/data/rum
creating build/lib/botocore/data/rum/2018-05-10
copying botocore/data/rum/2018-05-10/endpoint-rule-set-1.json -> build/lib/botocore/data/rum/2018-05-10
copying botocore/data/rum/2018-05-10/examples-1.json -> build/lib/botocore/data/rum/2018-05-10
copying botocore/data/rum/2018-05-10/paginators-1.json -> build/lib/botocore/data/rum/2018-05-10
copying botocore/data/rum/2018-05-10/service-2.json -> build/lib/botocore/data/rum/2018-05-10
creating build/lib/botocore/data/s3
creating build/lib/botocore/data/s3/2006-03-01
copying botocore/data/s3/2006-03-01/endpoint-rule-set-1.json -> build/lib/botocore/data/s3/2006-03-01
copying botocore/data/s3/2006-03-01/examples-1.json -> build/lib/botocore/data/s3/2006-03-01
copying botocore/data/s3/2006-03-01/paginators-1.json -> build/lib/botocore/data/s3/2006-03-01
copying botocore/data/s3/2006-03-01/paginators-1.sdk-extras.json -> build/lib/botocore/data/s3/2006-03-01
copying botocore/data/s3/2006-03-01/service-2.json -> build/lib/botocore/data/s3/2006-03-01
copying botocore/data/s3/2006-03-01/waiters-2.json -> build/lib/botocore/data/s3/2006-03-01
creating build/lib/botocore/data/s3control
creating build/lib/botocore/data/s3control/2018-08-20
copying botocore/data/s3control/2018-08-20/endpoint-rule-set-1.json -> build/lib/botocore/data/s3control/2018-08-20
copying botocore/data/s3control/2018-08-20/examples-1.json -> build/lib/botocore/data/s3control/2018-08-20
copying botocore/data/s3control/2018-08-20/paginators-1.json -> build/lib/botocore/data/s3control/2018-08-20
copying botocore/data/s3control/2018-08-20/service-2.json -> build/lib/botocore/data/s3control/2018-08-20
creating build/lib/botocore/data/s3outposts
creating build/lib/botocore/data/s3outposts/2017-07-25
copying botocore/data/s3outposts/2017-07-25/endpoint-rule-set-1.json -> build/lib/botocore/data/s3outposts/2017-07-25
copying botocore/data/s3outposts/2017-07-25/examples-1.json -> build/lib/botocore/data/s3outposts/2017-07-25
copying botocore/data/s3outposts/2017-07-25/paginators-1.json -> build/lib/botocore/data/s3outposts/2017-07-25
copying botocore/data/s3outposts/2017-07-25/service-2.json -> build/lib/botocore/data/s3outposts/2017-07-25
creating build/lib/botocore/data/sagemaker-a2i-runtime
creating build/lib/botocore/data/sagemaker-a2i-runtime/2019-11-07
copying botocore/data/sagemaker-a2i-runtime/2019-11-07/endpoint-rule-set-1.json -> build/lib/botocore/data/sagemaker-a2i-runtime/2019-11-07
copying botocore/data/sagemaker-a2i-runtime/2019-11-07/examples-1.json -> build/lib/botocore/data/sagemaker-a2i-runtime/2019-11-07
copying botocore/data/sagemaker-a2i-runtime/2019-11-07/paginators-1.json -> build/lib/botocore/data/sagemaker-a2i-runtime/2019-11-07
copying botocore/data/sagemaker-a2i-runtime/2019-11-07/service-2.json -> build/lib/botocore/data/sagemaker-a2i-runtime/2019-11-07
creating build/lib/botocore/data/sagemaker-edge
creating build/lib/botocore/data/sagemaker-edge/2020-09-23
copying botocore/data/sagemaker-edge/2020-09-23/endpoint-rule-set-1.json -> build/lib/botocore/data/sagemaker-edge/2020-09-23
copying botocore/data/sagemaker-edge/2020-09-23/examples-1.json -> build/lib/botocore/data/sagemaker-edge/2020-09-23
copying botocore/data/sagemaker-edge/2020-09-23/paginators-1.json -> build/lib/botocore/data/sagemaker-edge/2020-09-23
copying botocore/data/sagemaker-edge/2020-09-23/service-2.json -> build/lib/botocore/data/sagemaker-edge/2020-09-23
creating build/lib/botocore/data/sagemaker-featurestore-runtime
creating build/lib/botocore/data/sagemaker-featurestore-runtime/2020-07-01
copying botocore/data/sagemaker-featurestore-runtime/2020-07-01/endpoint-rule-set-1.json -> build/lib/botocore/data/sagemaker-featurestore-runtime/2020-07-01
copying botocore/data/sagemaker-featurestore-runtime/2020-07-01/examples-1.json -> build/lib/botocore/data/sagemaker-featurestore-runtime/2020-07-01
copying botocore/data/sagemaker-featurestore-runtime/2020-07-01/paginators-1.json -> build/lib/botocore/data/sagemaker-featurestore-runtime/2020-07-01
copying botocore/data/sagemaker-featurestore-runtime/2020-07-01/service-2.json -> build/lib/botocore/data/sagemaker-featurestore-runtime/2020-07-01
creating build/lib/botocore/data/sagemaker-geospatial
creating build/lib/botocore/data/sagemaker-geospatial/2020-05-27
copying botocore/data/sagemaker-geospatial/2020-05-27/endpoint-rule-set-1.json -> build/lib/botocore/data/sagemaker-geospatial/2020-05-27
copying botocore/data/sagemaker-geospatial/2020-05-27/paginators-1.json -> build/lib/botocore/data/sagemaker-geospatial/2020-05-27
copying botocore/data/sagemaker-geospatial/2020-05-27/service-2.json -> build/lib/botocore/data/sagemaker-geospatial/2020-05-27
creating build/lib/botocore/data/sagemaker-metrics
creating build/lib/botocore/data/sagemaker-metrics/2022-09-30
copying botocore/data/sagemaker-metrics/2022-09-30/endpoint-rule-set-1.json -> build/lib/botocore/data/sagemaker-metrics/2022-09-30
copying botocore/data/sagemaker-metrics/2022-09-30/paginators-1.json -> build/lib/botocore/data/sagemaker-metrics/2022-09-30
copying botocore/data/sagemaker-metrics/2022-09-30/service-2.json -> build/lib/botocore/data/sagemaker-metrics/2022-09-30
creating build/lib/botocore/data/sagemaker-runtime
creating build/lib/botocore/data/sagemaker-runtime/2017-05-13
copying botocore/data/sagemaker-runtime/2017-05-13/endpoint-rule-set-1.json -> build/lib/botocore/data/sagemaker-runtime/2017-05-13
copying botocore/data/sagemaker-runtime/2017-05-13/examples-1.json -> build/lib/botocore/data/sagemaker-runtime/2017-05-13
copying botocore/data/sagemaker-runtime/2017-05-13/paginators-1.json -> build/lib/botocore/data/sagemaker-runtime/2017-05-13
copying botocore/data/sagemaker-runtime/2017-05-13/service-2.json -> build/lib/botocore/data/sagemaker-runtime/2017-05-13
creating build/lib/botocore/data/sagemaker
creating build/lib/botocore/data/sagemaker/2017-07-24
copying botocore/data/sagemaker/2017-07-24/endpoint-rule-set-1.json -> build/lib/botocore/data/sagemaker/2017-07-24
copying botocore/data/sagemaker/2017-07-24/examples-1.json -> build/lib/botocore/data/sagemaker/2017-07-24
copying botocore/data/sagemaker/2017-07-24/paginators-1.json -> build/lib/botocore/data/sagemaker/2017-07-24
copying botocore/data/sagemaker/2017-07-24/service-2.json -> build/lib/botocore/data/sagemaker/2017-07-24
copying botocore/data/sagemaker/2017-07-24/waiters-2.json -> build/lib/botocore/data/sagemaker/2017-07-24
creating build/lib/botocore/data/savingsplans
creating build/lib/botocore/data/savingsplans/2019-06-28
copying botocore/data/savingsplans/2019-06-28/endpoint-rule-set-1.json -> build/lib/botocore/data/savingsplans/2019-06-28
copying botocore/data/savingsplans/2019-06-28/examples-1.json -> build/lib/botocore/data/savingsplans/2019-06-28
copying botocore/data/savingsplans/2019-06-28/paginators-1.json -> build/lib/botocore/data/savingsplans/2019-06-28
copying botocore/data/savingsplans/2019-06-28/service-2.json -> build/lib/botocore/data/savingsplans/2019-06-28
creating build/lib/botocore/data/scheduler
creating build/lib/botocore/data/scheduler/2021-06-30
copying botocore/data/scheduler/2021-06-30/endpoint-rule-set-1.json -> build/lib/botocore/data/scheduler/2021-06-30
copying botocore/data/scheduler/2021-06-30/paginators-1.json -> build/lib/botocore/data/scheduler/2021-06-30
copying botocore/data/scheduler/2021-06-30/service-2.json -> build/lib/botocore/data/scheduler/2021-06-30
creating build/lib/botocore/data/schemas
creating build/lib/botocore/data/schemas/2019-12-02
copying botocore/data/schemas/2019-12-02/endpoint-rule-set-1.json -> build/lib/botocore/data/schemas/2019-12-02
copying botocore/data/schemas/2019-12-02/paginators-1.json -> build/lib/botocore/data/schemas/2019-12-02
copying botocore/data/schemas/2019-12-02/service-2.json -> build/lib/botocore/data/schemas/2019-12-02
copying botocore/data/schemas/2019-12-02/waiters-2.json -> build/lib/botocore/data/schemas/2019-12-02
creating build/lib/botocore/data/sdb
creating build/lib/botocore/data/sdb/2009-04-15
copying botocore/data/sdb/2009-04-15/endpoint-rule-set-1.json -> build/lib/botocore/data/sdb/2009-04-15
copying botocore/data/sdb/2009-04-15/paginators-1.json -> build/lib/botocore/data/sdb/2009-04-15
copying botocore/data/sdb/2009-04-15/service-2.json -> build/lib/botocore/data/sdb/2009-04-15
creating build/lib/botocore/data/secretsmanager
creating build/lib/botocore/data/secretsmanager/2017-10-17
copying botocore/data/secretsmanager/2017-10-17/endpoint-rule-set-1.json -> build/lib/botocore/data/secretsmanager/2017-10-17
copying botocore/data/secretsmanager/2017-10-17/examples-1.json -> build/lib/botocore/data/secretsmanager/2017-10-17
copying botocore/data/secretsmanager/2017-10-17/paginators-1.json -> build/lib/botocore/data/secretsmanager/2017-10-17
copying botocore/data/secretsmanager/2017-10-17/service-2.json -> build/lib/botocore/data/secretsmanager/2017-10-17
copying botocore/data/secretsmanager/2017-10-17/service-2.sdk-extras.json -> build/lib/botocore/data/secretsmanager/2017-10-17
creating build/lib/botocore/data/securityhub
creating build/lib/botocore/data/securityhub/2018-10-26
copying botocore/data/securityhub/2018-10-26/endpoint-rule-set-1.json -> build/lib/botocore/data/securityhub/2018-10-26
copying botocore/data/securityhub/2018-10-26/examples-1.json -> build/lib/botocore/data/securityhub/2018-10-26
copying botocore/data/securityhub/2018-10-26/paginators-1.json -> build/lib/botocore/data/securityhub/2018-10-26
copying botocore/data/securityhub/2018-10-26/service-2.json -> build/lib/botocore/data/securityhub/2018-10-26
creating build/lib/botocore/data/securitylake
creating build/lib/botocore/data/securitylake/2018-05-10
copying botocore/data/securitylake/2018-05-10/endpoint-rule-set-1.json -> build/lib/botocore/data/securitylake/2018-05-10
copying botocore/data/securitylake/2018-05-10/paginators-1.json -> build/lib/botocore/data/securitylake/2018-05-10
copying botocore/data/securitylake/2018-05-10/paginators-1.sdk-extras.json -> build/lib/botocore/data/securitylake/2018-05-10
copying botocore/data/securitylake/2018-05-10/service-2.json -> build/lib/botocore/data/securitylake/2018-05-10
creating build/lib/botocore/data/serverlessrepo
creating build/lib/botocore/data/serverlessrepo/2017-09-08
copying botocore/data/serverlessrepo/2017-09-08/endpoint-rule-set-1.json -> build/lib/botocore/data/serverlessrepo/2017-09-08
copying botocore/data/serverlessrepo/2017-09-08/paginators-1.json -> build/lib/botocore/data/serverlessrepo/2017-09-08
copying botocore/data/serverlessrepo/2017-09-08/service-2.json -> build/lib/botocore/data/serverlessrepo/2017-09-08
creating build/lib/botocore/data/service-quotas
creating build/lib/botocore/data/service-quotas/2019-06-24
copying botocore/data/service-quotas/2019-06-24/endpoint-rule-set-1.json -> build/lib/botocore/data/service-quotas/2019-06-24
copying botocore/data/service-quotas/2019-06-24/examples-1.json -> build/lib/botocore/data/service-quotas/2019-06-24
copying botocore/data/service-quotas/2019-06-24/paginators-1.json -> build/lib/botocore/data/service-quotas/2019-06-24
copying botocore/data/service-quotas/2019-06-24/service-2.json -> build/lib/botocore/data/service-quotas/2019-06-24
creating build/lib/botocore/data/servicecatalog-appregistry
creating build/lib/botocore/data/servicecatalog-appregistry/2020-06-24
copying botocore/data/servicecatalog-appregistry/2020-06-24/endpoint-rule-set-1.json -> build/lib/botocore/data/servicecatalog-appregistry/2020-06-24
copying botocore/data/servicecatalog-appregistry/2020-06-24/examples-1.json -> build/lib/botocore/data/servicecatalog-appregistry/2020-06-24
copying botocore/data/servicecatalog-appregistry/2020-06-24/paginators-1.json -> build/lib/botocore/data/servicecatalog-appregistry/2020-06-24
copying botocore/data/servicecatalog-appregistry/2020-06-24/service-2.json -> build/lib/botocore/data/servicecatalog-appregistry/2020-06-24
creating build/lib/botocore/data/servicecatalog
creating build/lib/botocore/data/servicecatalog/2015-12-10
copying botocore/data/servicecatalog/2015-12-10/endpoint-rule-set-1.json -> build/lib/botocore/data/servicecatalog/2015-12-10
copying botocore/data/servicecatalog/2015-12-10/examples-1.json -> build/lib/botocore/data/servicecatalog/2015-12-10
copying botocore/data/servicecatalog/2015-12-10/paginators-1.json -> build/lib/botocore/data/servicecatalog/2015-12-10
copying botocore/data/servicecatalog/2015-12-10/service-2.json -> build/lib/botocore/data/servicecatalog/2015-12-10
creating build/lib/botocore/data/servicediscovery
creating build/lib/botocore/data/servicediscovery/2017-03-14
copying botocore/data/servicediscovery/2017-03-14/endpoint-rule-set-1.json -> build/lib/botocore/data/servicediscovery/2017-03-14
copying botocore/data/servicediscovery/2017-03-14/examples-1.json -> build/lib/botocore/data/servicediscovery/2017-03-14
copying botocore/data/servicediscovery/2017-03-14/paginators-1.json -> build/lib/botocore/data/servicediscovery/2017-03-14
copying botocore/data/servicediscovery/2017-03-14/service-2.json -> build/lib/botocore/data/servicediscovery/2017-03-14
creating build/lib/botocore/data/ses
creating build/lib/botocore/data/ses/2010-12-01
copying botocore/data/ses/2010-12-01/endpoint-rule-set-1.json -> build/lib/botocore/data/ses/2010-12-01
copying botocore/data/ses/2010-12-01/examples-1.json -> build/lib/botocore/data/ses/2010-12-01
copying botocore/data/ses/2010-12-01/paginators-1.json -> build/lib/botocore/data/ses/2010-12-01
copying botocore/data/ses/2010-12-01/service-2.json -> build/lib/botocore/data/ses/2010-12-01
copying botocore/data/ses/2010-12-01/waiters-2.json -> build/lib/botocore/data/ses/2010-12-01
creating build/lib/botocore/data/sesv2
creating build/lib/botocore/data/sesv2/2019-09-27
copying botocore/data/sesv2/2019-09-27/endpoint-rule-set-1.json -> build/lib/botocore/data/sesv2/2019-09-27
copying botocore/data/sesv2/2019-09-27/examples-1.json -> build/lib/botocore/data/sesv2/2019-09-27
copying botocore/data/sesv2/2019-09-27/paginators-1.json -> build/lib/botocore/data/sesv2/2019-09-27
copying botocore/data/sesv2/2019-09-27/service-2.json -> build/lib/botocore/data/sesv2/2019-09-27
creating build/lib/botocore/data/shield
creating build/lib/botocore/data/shield/2016-06-02
copying botocore/data/shield/2016-06-02/endpoint-rule-set-1.json -> build/lib/botocore/data/shield/2016-06-02
copying botocore/data/shield/2016-06-02/examples-1.json -> build/lib/botocore/data/shield/2016-06-02
copying botocore/data/shield/2016-06-02/paginators-1.json -> build/lib/botocore/data/shield/2016-06-02
copying botocore/data/shield/2016-06-02/service-2.json -> build/lib/botocore/data/shield/2016-06-02
creating build/lib/botocore/data/signer
creating build/lib/botocore/data/signer/2017-08-25
copying botocore/data/signer/2017-08-25/endpoint-rule-set-1.json -> build/lib/botocore/data/signer/2017-08-25
copying botocore/data/signer/2017-08-25/examples-1.json -> build/lib/botocore/data/signer/2017-08-25
copying botocore/data/signer/2017-08-25/paginators-1.json -> build/lib/botocore/data/signer/2017-08-25
copying botocore/data/signer/2017-08-25/service-2.json -> build/lib/botocore/data/signer/2017-08-25
copying botocore/data/signer/2017-08-25/waiters-2.json -> build/lib/botocore/data/signer/2017-08-25
creating build/lib/botocore/data/simspaceweaver
creating build/lib/botocore/data/simspaceweaver/2022-10-28
copying botocore/data/simspaceweaver/2022-10-28/endpoint-rule-set-1.json -> build/lib/botocore/data/simspaceweaver/2022-10-28
copying botocore/data/simspaceweaver/2022-10-28/paginators-1.json -> build/lib/botocore/data/simspaceweaver/2022-10-28
copying botocore/data/simspaceweaver/2022-10-28/service-2.json -> build/lib/botocore/data/simspaceweaver/2022-10-28
creating build/lib/botocore/data/sms-voice
creating build/lib/botocore/data/sms-voice/2018-09-05
copying botocore/data/sms-voice/2018-09-05/endpoint-rule-set-1.json -> build/lib/botocore/data/sms-voice/2018-09-05
copying botocore/data/sms-voice/2018-09-05/service-2.json -> build/lib/botocore/data/sms-voice/2018-09-05
creating build/lib/botocore/data/sms
creating build/lib/botocore/data/sms/2016-10-24
copying botocore/data/sms/2016-10-24/endpoint-rule-set-1.json -> build/lib/botocore/data/sms/2016-10-24
copying botocore/data/sms/2016-10-24/examples-1.json -> build/lib/botocore/data/sms/2016-10-24
copying botocore/data/sms/2016-10-24/paginators-1.json -> build/lib/botocore/data/sms/2016-10-24
copying botocore/data/sms/2016-10-24/service-2.json -> build/lib/botocore/data/sms/2016-10-24
creating build/lib/botocore/data/snow-device-management
creating build/lib/botocore/data/snow-device-management/2021-08-04
copying botocore/data/snow-device-management/2021-08-04/endpoint-rule-set-1.json -> build/lib/botocore/data/snow-device-management/2021-08-04
copying botocore/data/snow-device-management/2021-08-04/examples-1.json -> build/lib/botocore/data/snow-device-management/2021-08-04
copying botocore/data/snow-device-management/2021-08-04/paginators-1.json -> build/lib/botocore/data/snow-device-management/2021-08-04
copying botocore/data/snow-device-management/2021-08-04/service-2.json -> build/lib/botocore/data/snow-device-management/2021-08-04
creating build/lib/botocore/data/snowball
creating build/lib/botocore/data/snowball/2016-06-30
copying botocore/data/snowball/2016-06-30/endpoint-rule-set-1.json -> build/lib/botocore/data/snowball/2016-06-30
copying botocore/data/snowball/2016-06-30/examples-1.json -> build/lib/botocore/data/snowball/2016-06-30
copying botocore/data/snowball/2016-06-30/paginators-1.json -> build/lib/botocore/data/snowball/2016-06-30
copying botocore/data/snowball/2016-06-30/service-2.json -> build/lib/botocore/data/snowball/2016-06-30
creating build/lib/botocore/data/sns
creating build/lib/botocore/data/sns/2010-03-31
copying botocore/data/sns/2010-03-31/endpoint-rule-set-1.json -> build/lib/botocore/data/sns/2010-03-31
copying botocore/data/sns/2010-03-31/examples-1.json -> build/lib/botocore/data/sns/2010-03-31
copying botocore/data/sns/2010-03-31/paginators-1.json -> build/lib/botocore/data/sns/2010-03-31
copying botocore/data/sns/2010-03-31/service-2.json -> build/lib/botocore/data/sns/2010-03-31
creating build/lib/botocore/data/sqs
creating build/lib/botocore/data/sqs/2012-11-05
copying botocore/data/sqs/2012-11-05/endpoint-rule-set-1.json -> build/lib/botocore/data/sqs/2012-11-05
copying botocore/data/sqs/2012-11-05/examples-1.json -> build/lib/botocore/data/sqs/2012-11-05
copying botocore/data/sqs/2012-11-05/paginators-1.json -> build/lib/botocore/data/sqs/2012-11-05
copying botocore/data/sqs/2012-11-05/service-2.json -> build/lib/botocore/data/sqs/2012-11-05
creating build/lib/botocore/data/ssm-contacts
creating build/lib/botocore/data/ssm-contacts/2021-05-03
copying botocore/data/ssm-contacts/2021-05-03/endpoint-rule-set-1.json -> build/lib/botocore/data/ssm-contacts/2021-05-03
copying botocore/data/ssm-contacts/2021-05-03/examples-1.json -> build/lib/botocore/data/ssm-contacts/2021-05-03
copying botocore/data/ssm-contacts/2021-05-03/paginators-1.json -> build/lib/botocore/data/ssm-contacts/2021-05-03
copying botocore/data/ssm-contacts/2021-05-03/service-2.json -> build/lib/botocore/data/ssm-contacts/2021-05-03
creating build/lib/botocore/data/ssm-incidents
creating build/lib/botocore/data/ssm-incidents/2018-05-10
copying botocore/data/ssm-incidents/2018-05-10/endpoint-rule-set-1.json -> build/lib/botocore/data/ssm-incidents/2018-05-10
copying botocore/data/ssm-incidents/2018-05-10/examples-1.json -> build/lib/botocore/data/ssm-incidents/2018-05-10
copying botocore/data/ssm-incidents/2018-05-10/paginators-1.json -> build/lib/botocore/data/ssm-incidents/2018-05-10
copying botocore/data/ssm-incidents/2018-05-10/service-2.json -> build/lib/botocore/data/ssm-incidents/2018-05-10
copying botocore/data/ssm-incidents/2018-05-10/waiters-2.json -> build/lib/botocore/data/ssm-incidents/2018-05-10
creating build/lib/botocore/data/ssm-sap
creating build/lib/botocore/data/ssm-sap/2018-05-10
copying botocore/data/ssm-sap/2018-05-10/endpoint-rule-set-1.json -> build/lib/botocore/data/ssm-sap/2018-05-10
copying botocore/data/ssm-sap/2018-05-10/paginators-1.json -> build/lib/botocore/data/ssm-sap/2018-05-10
copying botocore/data/ssm-sap/2018-05-10/service-2.json -> build/lib/botocore/data/ssm-sap/2018-05-10
creating build/lib/botocore/data/ssm
creating build/lib/botocore/data/ssm/2014-11-06
copying botocore/data/ssm/2014-11-06/endpoint-rule-set-1.json -> build/lib/botocore/data/ssm/2014-11-06
copying botocore/data/ssm/2014-11-06/examples-1.json -> build/lib/botocore/data/ssm/2014-11-06
copying botocore/data/ssm/2014-11-06/paginators-1.json -> build/lib/botocore/data/ssm/2014-11-06
copying botocore/data/ssm/2014-11-06/service-2.json -> build/lib/botocore/data/ssm/2014-11-06
copying botocore/data/ssm/2014-11-06/waiters-2.json -> build/lib/botocore/data/ssm/2014-11-06
creating build/lib/botocore/data/sso-admin
creating build/lib/botocore/data/sso-admin/2020-07-20
copying botocore/data/sso-admin/2020-07-20/endpoint-rule-set-1.json -> build/lib/botocore/data/sso-admin/2020-07-20
copying botocore/data/sso-admin/2020-07-20/examples-1.json -> build/lib/botocore/data/sso-admin/2020-07-20
copying botocore/data/sso-admin/2020-07-20/paginators-1.json -> build/lib/botocore/data/sso-admin/2020-07-20
copying botocore/data/sso-admin/2020-07-20/service-2.json -> build/lib/botocore/data/sso-admin/2020-07-20
creating build/lib/botocore/data/sso-oidc
creating build/lib/botocore/data/sso-oidc/2019-06-10
copying botocore/data/sso-oidc/2019-06-10/endpoint-rule-set-1.json -> build/lib/botocore/data/sso-oidc/2019-06-10
copying botocore/data/sso-oidc/2019-06-10/examples-1.json -> build/lib/botocore/data/sso-oidc/2019-06-10
copying botocore/data/sso-oidc/2019-06-10/paginators-1.json -> build/lib/botocore/data/sso-oidc/2019-06-10
copying botocore/data/sso-oidc/2019-06-10/service-2.json -> build/lib/botocore/data/sso-oidc/2019-06-10
creating build/lib/botocore/data/sso
creating build/lib/botocore/data/sso/2019-06-10
copying botocore/data/sso/2019-06-10/endpoint-rule-set-1.json -> build/lib/botocore/data/sso/2019-06-10
copying botocore/data/sso/2019-06-10/examples-1.json -> build/lib/botocore/data/sso/2019-06-10
copying botocore/data/sso/2019-06-10/paginators-1.json -> build/lib/botocore/data/sso/2019-06-10
copying botocore/data/sso/2019-06-10/service-2.json -> build/lib/botocore/data/sso/2019-06-10
creating build/lib/botocore/data/stepfunctions
creating build/lib/botocore/data/stepfunctions/2016-11-23
copying botocore/data/stepfunctions/2016-11-23/endpoint-rule-set-1.json -> build/lib/botocore/data/stepfunctions/2016-11-23
copying botocore/data/stepfunctions/2016-11-23/examples-1.json -> build/lib/botocore/data/stepfunctions/2016-11-23
copying botocore/data/stepfunctions/2016-11-23/paginators-1.json -> build/lib/botocore/data/stepfunctions/2016-11-23
copying botocore/data/stepfunctions/2016-11-23/service-2.json -> build/lib/botocore/data/stepfunctions/2016-11-23
creating build/lib/botocore/data/storagegateway
creating build/lib/botocore/data/storagegateway/2013-06-30
copying botocore/data/storagegateway/2013-06-30/endpoint-rule-set-1.json -> build/lib/botocore/data/storagegateway/2013-06-30
copying botocore/data/storagegateway/2013-06-30/examples-1.json -> build/lib/botocore/data/storagegateway/2013-06-30
copying botocore/data/storagegateway/2013-06-30/paginators-1.json -> build/lib/botocore/data/storagegateway/2013-06-30
copying botocore/data/storagegateway/2013-06-30/service-2.json -> build/lib/botocore/data/storagegateway/2013-06-30
creating build/lib/botocore/data/sts
creating build/lib/botocore/data/sts/2011-06-15
copying botocore/data/sts/2011-06-15/endpoint-rule-set-1.json -> build/lib/botocore/data/sts/2011-06-15
copying botocore/data/sts/2011-06-15/examples-1.json -> build/lib/botocore/data/sts/2011-06-15
copying botocore/data/sts/2011-06-15/paginators-1.json -> build/lib/botocore/data/sts/2011-06-15
copying botocore/data/sts/2011-06-15/service-2.json -> build/lib/botocore/data/sts/2011-06-15
creating build/lib/botocore/data/support-app
creating build/lib/botocore/data/support-app/2021-08-20
copying botocore/data/support-app/2021-08-20/endpoint-rule-set-1.json -> build/lib/botocore/data/support-app/2021-08-20
copying botocore/data/support-app/2021-08-20/paginators-1.json -> build/lib/botocore/data/support-app/2021-08-20
copying botocore/data/support-app/2021-08-20/service-2.json -> build/lib/botocore/data/support-app/2021-08-20
creating build/lib/botocore/data/support
creating build/lib/botocore/data/support/2013-04-15
copying botocore/data/support/2013-04-15/endpoint-rule-set-1.json -> build/lib/botocore/data/support/2013-04-15
copying botocore/data/support/2013-04-15/examples-1.json -> build/lib/botocore/data/support/2013-04-15
copying botocore/data/support/2013-04-15/paginators-1.json -> build/lib/botocore/data/support/2013-04-15
copying botocore/data/support/2013-04-15/service-2.json -> build/lib/botocore/data/support/2013-04-15
creating build/lib/botocore/data/swf
creating build/lib/botocore/data/swf/2012-01-25
copying botocore/data/swf/2012-01-25/endpoint-rule-set-1.json -> build/lib/botocore/data/swf/2012-01-25
copying botocore/data/swf/2012-01-25/examples-1.json -> build/lib/botocore/data/swf/2012-01-25
copying botocore/data/swf/2012-01-25/paginators-1.json -> build/lib/botocore/data/swf/2012-01-25
copying botocore/data/swf/2012-01-25/service-2.json -> build/lib/botocore/data/swf/2012-01-25
creating build/lib/botocore/data/synthetics
creating build/lib/botocore/data/synthetics/2017-10-11
copying botocore/data/synthetics/2017-10-11/endpoint-rule-set-1.json -> build/lib/botocore/data/synthetics/2017-10-11
copying botocore/data/synthetics/2017-10-11/examples-1.json -> build/lib/botocore/data/synthetics/2017-10-11
copying botocore/data/synthetics/2017-10-11/paginators-1.json -> build/lib/botocore/data/synthetics/2017-10-11
copying botocore/data/synthetics/2017-10-11/service-2.json -> build/lib/botocore/data/synthetics/2017-10-11
creating build/lib/botocore/data/textract
creating build/lib/botocore/data/textract/2018-06-27
copying botocore/data/textract/2018-06-27/endpoint-rule-set-1.json -> build/lib/botocore/data/textract/2018-06-27
copying botocore/data/textract/2018-06-27/examples-1.json -> build/lib/botocore/data/textract/2018-06-27
copying botocore/data/textract/2018-06-27/paginators-1.json -> build/lib/botocore/data/textract/2018-06-27
copying botocore/data/textract/2018-06-27/service-2.json -> build/lib/botocore/data/textract/2018-06-27
creating build/lib/botocore/data/timestream-query
creating build/lib/botocore/data/timestream-query/2018-11-01
copying botocore/data/timestream-query/2018-11-01/endpoint-rule-set-1.json -> build/lib/botocore/data/timestream-query/2018-11-01
copying botocore/data/timestream-query/2018-11-01/examples-1.json -> build/lib/botocore/data/timestream-query/2018-11-01
copying botocore/data/timestream-query/2018-11-01/paginators-1.json -> build/lib/botocore/data/timestream-query/2018-11-01
copying botocore/data/timestream-query/2018-11-01/service-2.json -> build/lib/botocore/data/timestream-query/2018-11-01
creating build/lib/botocore/data/timestream-write
creating build/lib/botocore/data/timestream-write/2018-11-01
copying botocore/data/timestream-write/2018-11-01/endpoint-rule-set-1.json -> build/lib/botocore/data/timestream-write/2018-11-01
copying botocore/data/timestream-write/2018-11-01/examples-1.json -> build/lib/botocore/data/timestream-write/2018-11-01
copying botocore/data/timestream-write/2018-11-01/paginators-1.json -> build/lib/botocore/data/timestream-write/2018-11-01
copying botocore/data/timestream-write/2018-11-01/service-2.json -> build/lib/botocore/data/timestream-write/2018-11-01
creating build/lib/botocore/data/tnb
creating build/lib/botocore/data/tnb/2008-10-21
copying botocore/data/tnb/2008-10-21/endpoint-rule-set-1.json -> build/lib/botocore/data/tnb/2008-10-21
copying botocore/data/tnb/2008-10-21/paginators-1.json -> build/lib/botocore/data/tnb/2008-10-21
copying botocore/data/tnb/2008-10-21/service-2.json -> build/lib/botocore/data/tnb/2008-10-21
creating build/lib/botocore/data/transcribe
creating build/lib/botocore/data/transcribe/2017-10-26
copying botocore/data/transcribe/2017-10-26/endpoint-rule-set-1.json -> build/lib/botocore/data/transcribe/2017-10-26
copying botocore/data/transcribe/2017-10-26/examples-1.json -> build/lib/botocore/data/transcribe/2017-10-26
copying botocore/data/transcribe/2017-10-26/paginators-1.json -> build/lib/botocore/data/transcribe/2017-10-26
copying botocore/data/transcribe/2017-10-26/service-2.json -> build/lib/botocore/data/transcribe/2017-10-26
creating build/lib/botocore/data/transfer
creating build/lib/botocore/data/transfer/2018-11-05
copying botocore/data/transfer/2018-11-05/endpoint-rule-set-1.json -> build/lib/botocore/data/transfer/2018-11-05
copying botocore/data/transfer/2018-11-05/examples-1.json -> build/lib/botocore/data/transfer/2018-11-05
copying botocore/data/transfer/2018-11-05/paginators-1.json -> build/lib/botocore/data/transfer/2018-11-05
copying botocore/data/transfer/2018-11-05/service-2.json -> build/lib/botocore/data/transfer/2018-11-05
copying botocore/data/transfer/2018-11-05/waiters-2.json -> build/lib/botocore/data/transfer/2018-11-05
creating build/lib/botocore/data/translate
creating build/lib/botocore/data/translate/2017-07-01
copying botocore/data/translate/2017-07-01/endpoint-rule-set-1.json -> build/lib/botocore/data/translate/2017-07-01
copying botocore/data/translate/2017-07-01/examples-1.json -> build/lib/botocore/data/translate/2017-07-01
copying botocore/data/translate/2017-07-01/paginators-1.json -> build/lib/botocore/data/translate/2017-07-01
copying botocore/data/translate/2017-07-01/service-2.json -> build/lib/botocore/data/translate/2017-07-01
creating build/lib/botocore/data/verifiedpermissions
creating build/lib/botocore/data/verifiedpermissions/2021-12-01
copying botocore/data/verifiedpermissions/2021-12-01/endpoint-rule-set-1.json -> build/lib/botocore/data/verifiedpermissions/2021-12-01
copying botocore/data/verifiedpermissions/2021-12-01/paginators-1.json -> build/lib/botocore/data/verifiedpermissions/2021-12-01
copying botocore/data/verifiedpermissions/2021-12-01/service-2.json -> build/lib/botocore/data/verifiedpermissions/2021-12-01
copying botocore/data/verifiedpermissions/2021-12-01/waiters-2.json -> build/lib/botocore/data/verifiedpermissions/2021-12-01
creating build/lib/botocore/data/voice-id
creating build/lib/botocore/data/voice-id/2021-09-27
copying botocore/data/voice-id/2021-09-27/endpoint-rule-set-1.json -> build/lib/botocore/data/voice-id/2021-09-27
copying botocore/data/voice-id/2021-09-27/examples-1.json -> build/lib/botocore/data/voice-id/2021-09-27
copying botocore/data/voice-id/2021-09-27/paginators-1.json -> build/lib/botocore/data/voice-id/2021-09-27
copying botocore/data/voice-id/2021-09-27/service-2.json -> build/lib/botocore/data/voice-id/2021-09-27
creating build/lib/botocore/data/vpc-lattice
creating build/lib/botocore/data/vpc-lattice/2022-11-30
copying botocore/data/vpc-lattice/2022-11-30/endpoint-rule-set-1.json -> build/lib/botocore/data/vpc-lattice/2022-11-30
copying botocore/data/vpc-lattice/2022-11-30/paginators-1.json -> build/lib/botocore/data/vpc-lattice/2022-11-30
copying botocore/data/vpc-lattice/2022-11-30/service-2.json -> build/lib/botocore/data/vpc-lattice/2022-11-30
creating build/lib/botocore/data/waf-regional
creating build/lib/botocore/data/waf-regional/2016-11-28
copying botocore/data/waf-regional/2016-11-28/endpoint-rule-set-1.json -> build/lib/botocore/data/waf-regional/2016-11-28
copying botocore/data/waf-regional/2016-11-28/examples-1.json -> build/lib/botocore/data/waf-regional/2016-11-28
copying botocore/data/waf-regional/2016-11-28/paginators-1.json -> build/lib/botocore/data/waf-regional/2016-11-28
copying botocore/data/waf-regional/2016-11-28/service-2.json -> build/lib/botocore/data/waf-regional/2016-11-28
creating build/lib/botocore/data/waf
creating build/lib/botocore/data/waf/2015-08-24
copying botocore/data/waf/2015-08-24/endpoint-rule-set-1.json -> build/lib/botocore/data/waf/2015-08-24
copying botocore/data/waf/2015-08-24/examples-1.json -> build/lib/botocore/data/waf/2015-08-24
copying botocore/data/waf/2015-08-24/paginators-1.json -> build/lib/botocore/data/waf/2015-08-24
copying botocore/data/waf/2015-08-24/service-2.json -> build/lib/botocore/data/waf/2015-08-24
creating build/lib/botocore/data/wafv2
creating build/lib/botocore/data/wafv2/2019-07-29
copying botocore/data/wafv2/2019-07-29/endpoint-rule-set-1.json -> build/lib/botocore/data/wafv2/2019-07-29
copying botocore/data/wafv2/2019-07-29/examples-1.json -> build/lib/botocore/data/wafv2/2019-07-29
copying botocore/data/wafv2/2019-07-29/paginators-1.json -> build/lib/botocore/data/wafv2/2019-07-29
copying botocore/data/wafv2/2019-07-29/service-2.json -> build/lib/botocore/data/wafv2/2019-07-29
creating build/lib/botocore/data/wellarchitected
creating build/lib/botocore/data/wellarchitected/2020-03-31
copying botocore/data/wellarchitected/2020-03-31/endpoint-rule-set-1.json -> build/lib/botocore/data/wellarchitected/2020-03-31
copying botocore/data/wellarchitected/2020-03-31/examples-1.json -> build/lib/botocore/data/wellarchitected/2020-03-31
copying botocore/data/wellarchitected/2020-03-31/paginators-1.json -> build/lib/botocore/data/wellarchitected/2020-03-31
copying botocore/data/wellarchitected/2020-03-31/service-2.json -> build/lib/botocore/data/wellarchitected/2020-03-31
creating build/lib/botocore/data/wisdom
creating build/lib/botocore/data/wisdom/2020-10-19
copying botocore/data/wisdom/2020-10-19/endpoint-rule-set-1.json -> build/lib/botocore/data/wisdom/2020-10-19
copying botocore/data/wisdom/2020-10-19/examples-1.json -> build/lib/botocore/data/wisdom/2020-10-19
copying botocore/data/wisdom/2020-10-19/paginators-1.json -> build/lib/botocore/data/wisdom/2020-10-19
copying botocore/data/wisdom/2020-10-19/service-2.json -> build/lib/botocore/data/wisdom/2020-10-19
creating build/lib/botocore/data/workdocs
creating build/lib/botocore/data/workdocs/2016-05-01
copying botocore/data/workdocs/2016-05-01/endpoint-rule-set-1.json -> build/lib/botocore/data/workdocs/2016-05-01
copying botocore/data/workdocs/2016-05-01/examples-1.json -> build/lib/botocore/data/workdocs/2016-05-01
copying botocore/data/workdocs/2016-05-01/paginators-1.json -> build/lib/botocore/data/workdocs/2016-05-01
copying botocore/data/workdocs/2016-05-01/service-2.json -> build/lib/botocore/data/workdocs/2016-05-01
creating build/lib/botocore/data/worklink
creating build/lib/botocore/data/worklink/2018-09-25
copying botocore/data/worklink/2018-09-25/endpoint-rule-set-1.json -> build/lib/botocore/data/worklink/2018-09-25
copying botocore/data/worklink/2018-09-25/examples-1.json -> build/lib/botocore/data/worklink/2018-09-25
copying botocore/data/worklink/2018-09-25/paginators-1.json -> build/lib/botocore/data/worklink/2018-09-25
copying botocore/data/worklink/2018-09-25/service-2.json -> build/lib/botocore/data/worklink/2018-09-25
creating build/lib/botocore/data/workmail
creating build/lib/botocore/data/workmail/2017-10-01
copying botocore/data/workmail/2017-10-01/endpoint-rule-set-1.json -> build/lib/botocore/data/workmail/2017-10-01
copying botocore/data/workmail/2017-10-01/examples-1.json -> build/lib/botocore/data/workmail/2017-10-01
copying botocore/data/workmail/2017-10-01/paginators-1.json -> build/lib/botocore/data/workmail/2017-10-01
copying botocore/data/workmail/2017-10-01/service-2.json -> build/lib/botocore/data/workmail/2017-10-01
creating build/lib/botocore/data/workmailmessageflow
creating build/lib/botocore/data/workmailmessageflow/2019-05-01
copying botocore/data/workmailmessageflow/2019-05-01/endpoint-rule-set-1.json -> build/lib/botocore/data/workmailmessageflow/2019-05-01
copying botocore/data/workmailmessageflow/2019-05-01/examples-1.json -> build/lib/botocore/data/workmailmessageflow/2019-05-01
copying botocore/data/workmailmessageflow/2019-05-01/paginators-1.json -> build/lib/botocore/data/workmailmessageflow/2019-05-01
copying botocore/data/workmailmessageflow/2019-05-01/service-2.json -> build/lib/botocore/data/workmailmessageflow/2019-05-01
creating build/lib/botocore/data/workspaces-web
creating build/lib/botocore/data/workspaces-web/2020-07-08
copying botocore/data/workspaces-web/2020-07-08/endpoint-rule-set-1.json -> build/lib/botocore/data/workspaces-web/2020-07-08
copying botocore/data/workspaces-web/2020-07-08/examples-1.json -> build/lib/botocore/data/workspaces-web/2020-07-08
copying botocore/data/workspaces-web/2020-07-08/paginators-1.json -> build/lib/botocore/data/workspaces-web/2020-07-08
copying botocore/data/workspaces-web/2020-07-08/service-2.json -> build/lib/botocore/data/workspaces-web/2020-07-08
creating build/lib/botocore/data/workspaces
creating build/lib/botocore/data/workspaces/2015-04-08
copying botocore/data/workspaces/2015-04-08/endpoint-rule-set-1.json -> build/lib/botocore/data/workspaces/2015-04-08
copying botocore/data/workspaces/2015-04-08/examples-1.json -> build/lib/botocore/data/workspaces/2015-04-08
copying botocore/data/workspaces/2015-04-08/paginators-1.json -> build/lib/botocore/data/workspaces/2015-04-08
copying botocore/data/workspaces/2015-04-08/service-2.json -> build/lib/botocore/data/workspaces/2015-04-08
creating build/lib/botocore/data/xray
creating build/lib/botocore/data/xray/2016-04-12
copying botocore/data/xray/2016-04-12/endpoint-rule-set-1.json -> build/lib/botocore/data/xray/2016-04-12
copying botocore/data/xray/2016-04-12/examples-1.json -> build/lib/botocore/data/xray/2016-04-12
copying botocore/data/xray/2016-04-12/paginators-1.json -> build/lib/botocore/data/xray/2016-04-12
copying botocore/data/xray/2016-04-12/service-2.json -> build/lib/botocore/data/xray/2016-04-12
warning: build_py: byte-compiling is disabled, skipping.
installing to build/bdist.macosx-14-arm64/wheel
running install
running install_lib
creating build/bdist.macosx-14-arm64
creating build/bdist.macosx-14-arm64/wheel
creating build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/retryhandler.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/serialize.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/auth.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/paginate.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/hooks.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/translate.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/endpoint_provider.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/config.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/compat.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/useragent.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/discovery.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/credentials.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/monitoring.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/signers.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/regions.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/client.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/loaders.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/session.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/handlers.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/__init__.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/response.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/parsers.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/tokens.py -> build/bdist.macosx-14-arm64/wheel/botocore
creating build/bdist.macosx-14-arm64/wheel/botocore/docs
copying build/lib/botocore/docs/service.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs
copying build/lib/botocore/docs/params.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs
copying build/lib/botocore/docs/client.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs
copying build/lib/botocore/docs/__init__.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs
copying build/lib/botocore/docs/waiter.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs
copying build/lib/botocore/docs/sharedexample.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs
copying build/lib/botocore/docs/docstring.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs
copying build/lib/botocore/docs/paginator.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs
copying build/lib/botocore/docs/example.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs
copying build/lib/botocore/docs/utils.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs
copying build/lib/botocore/docs/method.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs
copying build/lib/botocore/docs/shape.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs
copying build/lib/botocore/docs/translator.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs
creating build/bdist.macosx-14-arm64/wheel/botocore/docs/bcdoc
copying build/lib/botocore/docs/bcdoc/style.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs/bcdoc
copying build/lib/botocore/docs/bcdoc/docstringparser.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs/bcdoc
copying build/lib/botocore/docs/bcdoc/__init__.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs/bcdoc
copying build/lib/botocore/docs/bcdoc/restdoc.py -> build/bdist.macosx-14-arm64/wheel/botocore/docs/bcdoc
copying build/lib/botocore/waiter.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/httpchecksum.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/model.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/errorfactory.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/endpoint.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/validate.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/eventstream.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/utils.py -> build/bdist.macosx-14-arm64/wheel/botocore
creating build/bdist.macosx-14-arm64/wheel/botocore/retries
copying build/lib/botocore/retries/bucket.py -> build/bdist.macosx-14-arm64/wheel/botocore/retries
copying build/lib/botocore/retries/standard.py -> build/bdist.macosx-14-arm64/wheel/botocore/retries
copying build/lib/botocore/retries/quota.py -> build/bdist.macosx-14-arm64/wheel/botocore/retries
copying build/lib/botocore/retries/throttling.py -> build/bdist.macosx-14-arm64/wheel/botocore/retries
copying build/lib/botocore/retries/__init__.py -> build/bdist.macosx-14-arm64/wheel/botocore/retries
copying build/lib/botocore/retries/adaptive.py -> build/bdist.macosx-14-arm64/wheel/botocore/retries
copying build/lib/botocore/retries/special.py -> build/bdist.macosx-14-arm64/wheel/botocore/retries
copying build/lib/botocore/retries/base.py -> build/bdist.macosx-14-arm64/wheel/botocore/retries
copying build/lib/botocore/compress.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/args.py -> build/bdist.macosx-14-arm64/wheel/botocore
creating build/bdist.macosx-14-arm64/wheel/botocore/vendored
copying build/lib/botocore/vendored/__init__.py -> build/bdist.macosx-14-arm64/wheel/botocore/vendored
creating build/bdist.macosx-14-arm64/wheel/botocore/vendored/requests
copying build/lib/botocore/vendored/requests/__init__.py -> build/bdist.macosx-14-arm64/wheel/botocore/vendored/requests
creating build/bdist.macosx-14-arm64/wheel/botocore/vendored/requests/packages
copying build/lib/botocore/vendored/requests/packages/__init__.py -> build/bdist.macosx-14-arm64/wheel/botocore/vendored/requests/packages
creating build/bdist.macosx-14-arm64/wheel/botocore/vendored/requests/packages/urllib3
copying build/lib/botocore/vendored/requests/packages/urllib3/__init__.py -> build/bdist.macosx-14-arm64/wheel/botocore/vendored/requests/packages/urllib3
copying build/lib/botocore/vendored/requests/packages/urllib3/exceptions.py -> build/bdist.macosx-14-arm64/wheel/botocore/vendored/requests/packages/urllib3
copying build/lib/botocore/vendored/requests/exceptions.py -> build/bdist.macosx-14-arm64/wheel/botocore/vendored/requests
copying build/lib/botocore/vendored/six.py -> build/bdist.macosx-14-arm64/wheel/botocore/vendored
copying build/lib/botocore/exceptions.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/configloader.py -> build/bdist.macosx-14-arm64/wheel/botocore
copying build/lib/botocore/cacert.pem -> build/bdist.macosx-14-arm64/wheel/botocore
creating build/bdist.macosx-14-arm64/wheel/botocore/crt
copying build/lib/botocore/crt/auth.py -> build/bdist.macosx-14-arm64/wheel/botocore/crt
copying build/lib/botocore/crt/__init__.py -> build/bdist.macosx-14-arm64/wheel/botocore/crt
creating build/bdist.macosx-14-arm64/wheel/botocore/data
creating build/bdist.macosx-14-arm64/wheel/botocore/data/oam
creating build/bdist.macosx-14-arm64/wheel/botocore/data/oam/2022-06-10
copying build/lib/botocore/data/oam/2022-06-10/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/oam/2022-06-10
copying build/lib/botocore/data/oam/2022-06-10/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/oam/2022-06-10
copying build/lib/botocore/data/oam/2022-06-10/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/oam/2022-06-10
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotwireless
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotwireless/2020-11-22
copying build/lib/botocore/data/iotwireless/2020-11-22/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotwireless/2020-11-22
copying build/lib/botocore/data/iotwireless/2020-11-22/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotwireless/2020-11-22
copying build/lib/botocore/data/iotwireless/2020-11-22/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotwireless/2020-11-22
copying build/lib/botocore/data/iotwireless/2020-11-22/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotwireless/2020-11-22
creating build/bdist.macosx-14-arm64/wheel/botocore/data/forecast
creating build/bdist.macosx-14-arm64/wheel/botocore/data/forecast/2018-06-26
copying build/lib/botocore/data/forecast/2018-06-26/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/forecast/2018-06-26
copying build/lib/botocore/data/forecast/2018-06-26/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/forecast/2018-06-26
copying build/lib/botocore/data/forecast/2018-06-26/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/forecast/2018-06-26
copying build/lib/botocore/data/forecast/2018-06-26/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/forecast/2018-06-26
creating build/bdist.macosx-14-arm64/wheel/botocore/data/bedrock-runtime
creating build/bdist.macosx-14-arm64/wheel/botocore/data/bedrock-runtime/2023-09-30
copying build/lib/botocore/data/bedrock-runtime/2023-09-30/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/bedrock-runtime/2023-09-30
copying build/lib/botocore/data/bedrock-runtime/2023-09-30/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/bedrock-runtime/2023-09-30
copying build/lib/botocore/data/bedrock-runtime/2023-09-30/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/bedrock-runtime/2023-09-30
creating build/bdist.macosx-14-arm64/wheel/botocore/data/codebuild
creating build/bdist.macosx-14-arm64/wheel/botocore/data/codebuild/2016-10-06
copying build/lib/botocore/data/codebuild/2016-10-06/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codebuild/2016-10-06
copying build/lib/botocore/data/codebuild/2016-10-06/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codebuild/2016-10-06
copying build/lib/botocore/data/codebuild/2016-10-06/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codebuild/2016-10-06
copying build/lib/botocore/data/codebuild/2016-10-06/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codebuild/2016-10-06
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotdeviceadvisor
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotdeviceadvisor/2020-09-18
copying build/lib/botocore/data/iotdeviceadvisor/2020-09-18/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotdeviceadvisor/2020-09-18
copying build/lib/botocore/data/iotdeviceadvisor/2020-09-18/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotdeviceadvisor/2020-09-18
copying build/lib/botocore/data/iotdeviceadvisor/2020-09-18/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotdeviceadvisor/2020-09-18
copying build/lib/botocore/data/iotdeviceadvisor/2020-09-18/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotdeviceadvisor/2020-09-18
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotevents-data
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotevents-data/2018-10-23
copying build/lib/botocore/data/iotevents-data/2018-10-23/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotevents-data/2018-10-23
copying build/lib/botocore/data/iotevents-data/2018-10-23/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotevents-data/2018-10-23
copying build/lib/botocore/data/iotevents-data/2018-10-23/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotevents-data/2018-10-23
copying build/lib/botocore/data/iotevents-data/2018-10-23/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotevents-data/2018-10-23
creating build/bdist.macosx-14-arm64/wheel/botocore/data/codeguruprofiler
creating build/bdist.macosx-14-arm64/wheel/botocore/data/codeguruprofiler/2019-07-18
copying build/lib/botocore/data/codeguruprofiler/2019-07-18/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codeguruprofiler/2019-07-18
copying build/lib/botocore/data/codeguruprofiler/2019-07-18/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codeguruprofiler/2019-07-18
copying build/lib/botocore/data/codeguruprofiler/2019-07-18/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codeguruprofiler/2019-07-18
copying build/lib/botocore/data/codeguruprofiler/2019-07-18/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codeguruprofiler/2019-07-18
creating build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis
creating build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis/2013-12-02
copying build/lib/botocore/data/kinesis/2013-12-02/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis/2013-12-02
copying build/lib/botocore/data/kinesis/2013-12-02/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis/2013-12-02
copying build/lib/botocore/data/kinesis/2013-12-02/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis/2013-12-02
copying build/lib/botocore/data/kinesis/2013-12-02/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis/2013-12-02
copying build/lib/botocore/data/kinesis/2013-12-02/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis/2013-12-02
creating build/bdist.macosx-14-arm64/wheel/botocore/data/kinesisvideo
creating build/bdist.macosx-14-arm64/wheel/botocore/data/kinesisvideo/2017-09-30
copying build/lib/botocore/data/kinesisvideo/2017-09-30/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesisvideo/2017-09-30
copying build/lib/botocore/data/kinesisvideo/2017-09-30/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesisvideo/2017-09-30
copying build/lib/botocore/data/kinesisvideo/2017-09-30/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesisvideo/2017-09-30
copying build/lib/botocore/data/kinesisvideo/2017-09-30/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesisvideo/2017-09-30
creating build/bdist.macosx-14-arm64/wheel/botocore/data/pinpoint
creating build/bdist.macosx-14-arm64/wheel/botocore/data/pinpoint/2016-12-01
copying build/lib/botocore/data/pinpoint/2016-12-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/pinpoint/2016-12-01
copying build/lib/botocore/data/pinpoint/2016-12-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/pinpoint/2016-12-01
copying build/lib/botocore/data/pinpoint/2016-12-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/pinpoint/2016-12-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/chime
creating build/bdist.macosx-14-arm64/wheel/botocore/data/chime/2018-05-01
copying build/lib/botocore/data/chime/2018-05-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/chime/2018-05-01
copying build/lib/botocore/data/chime/2018-05-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/chime/2018-05-01
copying build/lib/botocore/data/chime/2018-05-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/chime/2018-05-01
copying build/lib/botocore/data/chime/2018-05-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/chime/2018-05-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iottwinmaker
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iottwinmaker/2021-11-29
copying build/lib/botocore/data/iottwinmaker/2021-11-29/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iottwinmaker/2021-11-29
copying build/lib/botocore/data/iottwinmaker/2021-11-29/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iottwinmaker/2021-11-29
copying build/lib/botocore/data/iottwinmaker/2021-11-29/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iottwinmaker/2021-11-29
copying build/lib/botocore/data/iottwinmaker/2021-11-29/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iottwinmaker/2021-11-29
copying build/lib/botocore/data/iottwinmaker/2021-11-29/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iottwinmaker/2021-11-29
creating build/bdist.macosx-14-arm64/wheel/botocore/data/organizations
creating build/bdist.macosx-14-arm64/wheel/botocore/data/organizations/2016-11-28
copying build/lib/botocore/data/organizations/2016-11-28/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/organizations/2016-11-28
copying build/lib/botocore/data/organizations/2016-11-28/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/organizations/2016-11-28
copying build/lib/botocore/data/organizations/2016-11-28/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/organizations/2016-11-28
copying build/lib/botocore/data/organizations/2016-11-28/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/organizations/2016-11-28
creating build/bdist.macosx-14-arm64/wheel/botocore/data/shield
creating build/bdist.macosx-14-arm64/wheel/botocore/data/shield/2016-06-02
copying build/lib/botocore/data/shield/2016-06-02/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/shield/2016-06-02
copying build/lib/botocore/data/shield/2016-06-02/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/shield/2016-06-02
copying build/lib/botocore/data/shield/2016-06-02/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/shield/2016-06-02
copying build/lib/botocore/data/shield/2016-06-02/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/shield/2016-06-02
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ssm
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ssm/2014-11-06
copying build/lib/botocore/data/ssm/2014-11-06/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm/2014-11-06
copying build/lib/botocore/data/ssm/2014-11-06/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm/2014-11-06
copying build/lib/botocore/data/ssm/2014-11-06/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm/2014-11-06
copying build/lib/botocore/data/ssm/2014-11-06/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm/2014-11-06
copying build/lib/botocore/data/ssm/2014-11-06/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm/2014-11-06
creating build/bdist.macosx-14-arm64/wheel/botocore/data/arc-zonal-shift
creating build/bdist.macosx-14-arm64/wheel/botocore/data/arc-zonal-shift/2022-10-30
copying build/lib/botocore/data/arc-zonal-shift/2022-10-30/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/arc-zonal-shift/2022-10-30
copying build/lib/botocore/data/arc-zonal-shift/2022-10-30/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/arc-zonal-shift/2022-10-30
copying build/lib/botocore/data/arc-zonal-shift/2022-10-30/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/arc-zonal-shift/2022-10-30
creating build/bdist.macosx-14-arm64/wheel/botocore/data/signer
creating build/bdist.macosx-14-arm64/wheel/botocore/data/signer/2017-08-25
copying build/lib/botocore/data/signer/2017-08-25/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/signer/2017-08-25
copying build/lib/botocore/data/signer/2017-08-25/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/signer/2017-08-25
copying build/lib/botocore/data/signer/2017-08-25/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/signer/2017-08-25
copying build/lib/botocore/data/signer/2017-08-25/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/signer/2017-08-25
copying build/lib/botocore/data/signer/2017-08-25/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/signer/2017-08-25
creating build/bdist.macosx-14-arm64/wheel/botocore/data/servicecatalog
creating build/bdist.macosx-14-arm64/wheel/botocore/data/servicecatalog/2015-12-10
copying build/lib/botocore/data/servicecatalog/2015-12-10/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/servicecatalog/2015-12-10
copying build/lib/botocore/data/servicecatalog/2015-12-10/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/servicecatalog/2015-12-10
copying build/lib/botocore/data/servicecatalog/2015-12-10/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/servicecatalog/2015-12-10
copying build/lib/botocore/data/servicecatalog/2015-12-10/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/servicecatalog/2015-12-10
creating build/bdist.macosx-14-arm64/wheel/botocore/data/lakeformation
creating build/bdist.macosx-14-arm64/wheel/botocore/data/lakeformation/2017-03-31
copying build/lib/botocore/data/lakeformation/2017-03-31/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lakeformation/2017-03-31
copying build/lib/botocore/data/lakeformation/2017-03-31/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lakeformation/2017-03-31
copying build/lib/botocore/data/lakeformation/2017-03-31/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lakeformation/2017-03-31
copying build/lib/botocore/data/lakeformation/2017-03-31/paginators-1.sdk-extras.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lakeformation/2017-03-31
copying build/lib/botocore/data/lakeformation/2017-03-31/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lakeformation/2017-03-31
creating build/bdist.macosx-14-arm64/wheel/botocore/data/secretsmanager
creating build/bdist.macosx-14-arm64/wheel/botocore/data/secretsmanager/2017-10-17
copying build/lib/botocore/data/secretsmanager/2017-10-17/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/secretsmanager/2017-10-17
copying build/lib/botocore/data/secretsmanager/2017-10-17/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/secretsmanager/2017-10-17
copying build/lib/botocore/data/secretsmanager/2017-10-17/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/secretsmanager/2017-10-17
copying build/lib/botocore/data/secretsmanager/2017-10-17/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/secretsmanager/2017-10-17
copying build/lib/botocore/data/secretsmanager/2017-10-17/service-2.sdk-extras.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/secretsmanager/2017-10-17
creating build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-webrtc-storage
creating build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-webrtc-storage/2018-05-10
copying build/lib/botocore/data/kinesis-video-webrtc-storage/2018-05-10/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-webrtc-storage/2018-05-10
copying build/lib/botocore/data/kinesis-video-webrtc-storage/2018-05-10/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-webrtc-storage/2018-05-10
copying build/lib/botocore/data/kinesis-video-webrtc-storage/2018-05-10/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-webrtc-storage/2018-05-10
creating build/bdist.macosx-14-arm64/wheel/botocore/data/mediaconnect
creating build/bdist.macosx-14-arm64/wheel/botocore/data/mediaconnect/2018-11-14
copying build/lib/botocore/data/mediaconnect/2018-11-14/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mediaconnect/2018-11-14
copying build/lib/botocore/data/mediaconnect/2018-11-14/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mediaconnect/2018-11-14
copying build/lib/botocore/data/mediaconnect/2018-11-14/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mediaconnect/2018-11-14
copying build/lib/botocore/data/mediaconnect/2018-11-14/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mediaconnect/2018-11-14
creating build/bdist.macosx-14-arm64/wheel/botocore/data/mwaa
creating build/bdist.macosx-14-arm64/wheel/botocore/data/mwaa/2020-07-01
copying build/lib/botocore/data/mwaa/2020-07-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mwaa/2020-07-01
copying build/lib/botocore/data/mwaa/2020-07-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mwaa/2020-07-01
copying build/lib/botocore/data/mwaa/2020-07-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mwaa/2020-07-01
copying build/lib/botocore/data/mwaa/2020-07-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mwaa/2020-07-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/kms
creating build/bdist.macosx-14-arm64/wheel/botocore/data/kms/2014-11-01
copying build/lib/botocore/data/kms/2014-11-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kms/2014-11-01
copying build/lib/botocore/data/kms/2014-11-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kms/2014-11-01
copying build/lib/botocore/data/kms/2014-11-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kms/2014-11-01
copying build/lib/botocore/data/kms/2014-11-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kms/2014-11-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/quicksight
creating build/bdist.macosx-14-arm64/wheel/botocore/data/quicksight/2018-04-01
copying build/lib/botocore/data/quicksight/2018-04-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/quicksight/2018-04-01
copying build/lib/botocore/data/quicksight/2018-04-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/quicksight/2018-04-01
copying build/lib/botocore/data/quicksight/2018-04-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/quicksight/2018-04-01
copying build/lib/botocore/data/quicksight/2018-04-01/paginators-1.sdk-extras.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/quicksight/2018-04-01
copying build/lib/botocore/data/quicksight/2018-04-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/quicksight/2018-04-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/workmail
creating build/bdist.macosx-14-arm64/wheel/botocore/data/workmail/2017-10-01
copying build/lib/botocore/data/workmail/2017-10-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workmail/2017-10-01
copying build/lib/botocore/data/workmail/2017-10-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workmail/2017-10-01
copying build/lib/botocore/data/workmail/2017-10-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workmail/2017-10-01
copying build/lib/botocore/data/workmail/2017-10-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workmail/2017-10-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/frauddetector
creating build/bdist.macosx-14-arm64/wheel/botocore/data/frauddetector/2019-11-15
copying build/lib/botocore/data/frauddetector/2019-11-15/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/frauddetector/2019-11-15
copying build/lib/botocore/data/frauddetector/2019-11-15/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/frauddetector/2019-11-15
copying build/lib/botocore/data/frauddetector/2019-11-15/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/frauddetector/2019-11-15
copying build/lib/botocore/data/frauddetector/2019-11-15/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/frauddetector/2019-11-15
creating build/bdist.macosx-14-arm64/wheel/botocore/data/elastictranscoder
creating build/bdist.macosx-14-arm64/wheel/botocore/data/elastictranscoder/2012-09-25
copying build/lib/botocore/data/elastictranscoder/2012-09-25/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elastictranscoder/2012-09-25
copying build/lib/botocore/data/elastictranscoder/2012-09-25/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elastictranscoder/2012-09-25
copying build/lib/botocore/data/elastictranscoder/2012-09-25/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elastictranscoder/2012-09-25
copying build/lib/botocore/data/elastictranscoder/2012-09-25/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elastictranscoder/2012-09-25
copying build/lib/botocore/data/elastictranscoder/2012-09-25/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elastictranscoder/2012-09-25
creating build/bdist.macosx-14-arm64/wheel/botocore/data/lookoutequipment
creating build/bdist.macosx-14-arm64/wheel/botocore/data/lookoutequipment/2020-12-15
copying build/lib/botocore/data/lookoutequipment/2020-12-15/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lookoutequipment/2020-12-15
copying build/lib/botocore/data/lookoutequipment/2020-12-15/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lookoutequipment/2020-12-15
copying build/lib/botocore/data/lookoutequipment/2020-12-15/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lookoutequipment/2020-12-15
copying build/lib/botocore/data/lookoutequipment/2020-12-15/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lookoutequipment/2020-12-15
creating build/bdist.macosx-14-arm64/wheel/botocore/data/securitylake
creating build/bdist.macosx-14-arm64/wheel/botocore/data/securitylake/2018-05-10
copying build/lib/botocore/data/securitylake/2018-05-10/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/securitylake/2018-05-10
copying build/lib/botocore/data/securitylake/2018-05-10/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/securitylake/2018-05-10
copying build/lib/botocore/data/securitylake/2018-05-10/paginators-1.sdk-extras.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/securitylake/2018-05-10
copying build/lib/botocore/data/securitylake/2018-05-10/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/securitylake/2018-05-10
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudwatch
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudwatch/2010-08-01
copying build/lib/botocore/data/cloudwatch/2010-08-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudwatch/2010-08-01
copying build/lib/botocore/data/cloudwatch/2010-08-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudwatch/2010-08-01
copying build/lib/botocore/data/cloudwatch/2010-08-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudwatch/2010-08-01
copying build/lib/botocore/data/cloudwatch/2010-08-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudwatch/2010-08-01
copying build/lib/botocore/data/cloudwatch/2010-08-01/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudwatch/2010-08-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/glue
creating build/bdist.macosx-14-arm64/wheel/botocore/data/glue/2017-03-31
copying build/lib/botocore/data/glue/2017-03-31/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/glue/2017-03-31
copying build/lib/botocore/data/glue/2017-03-31/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/glue/2017-03-31
copying build/lib/botocore/data/glue/2017-03-31/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/glue/2017-03-31
copying build/lib/botocore/data/glue/2017-03-31/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/glue/2017-03-31
creating build/bdist.macosx-14-arm64/wheel/botocore/data/elastic-inference
creating build/bdist.macosx-14-arm64/wheel/botocore/data/elastic-inference/2017-07-25
copying build/lib/botocore/data/elastic-inference/2017-07-25/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elastic-inference/2017-07-25
copying build/lib/botocore/data/elastic-inference/2017-07-25/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elastic-inference/2017-07-25
copying build/lib/botocore/data/elastic-inference/2017-07-25/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elastic-inference/2017-07-25
copying build/lib/botocore/data/elastic-inference/2017-07-25/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elastic-inference/2017-07-25
creating build/bdist.macosx-14-arm64/wheel/botocore/data/personalize-events
creating build/bdist.macosx-14-arm64/wheel/botocore/data/personalize-events/2018-03-22
copying build/lib/botocore/data/personalize-events/2018-03-22/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/personalize-events/2018-03-22
copying build/lib/botocore/data/personalize-events/2018-03-22/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/personalize-events/2018-03-22
copying build/lib/botocore/data/personalize-events/2018-03-22/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/personalize-events/2018-03-22
copying build/lib/botocore/data/personalize-events/2018-03-22/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/personalize-events/2018-03-22
creating build/bdist.macosx-14-arm64/wheel/botocore/data/voice-id
creating build/bdist.macosx-14-arm64/wheel/botocore/data/voice-id/2021-09-27
copying build/lib/botocore/data/voice-id/2021-09-27/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/voice-id/2021-09-27
copying build/lib/botocore/data/voice-id/2021-09-27/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/voice-id/2021-09-27
copying build/lib/botocore/data/voice-id/2021-09-27/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/voice-id/2021-09-27
copying build/lib/botocore/data/voice-id/2021-09-27/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/voice-id/2021-09-27
creating build/bdist.macosx-14-arm64/wheel/botocore/data/s3
creating build/bdist.macosx-14-arm64/wheel/botocore/data/s3/2006-03-01
copying build/lib/botocore/data/s3/2006-03-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/s3/2006-03-01
copying build/lib/botocore/data/s3/2006-03-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/s3/2006-03-01
copying build/lib/botocore/data/s3/2006-03-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/s3/2006-03-01
copying build/lib/botocore/data/s3/2006-03-01/paginators-1.sdk-extras.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/s3/2006-03-01
copying build/lib/botocore/data/s3/2006-03-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/s3/2006-03-01
copying build/lib/botocore/data/s3/2006-03-01/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/s3/2006-03-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/appintegrations
creating build/bdist.macosx-14-arm64/wheel/botocore/data/appintegrations/2020-07-29
copying build/lib/botocore/data/appintegrations/2020-07-29/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appintegrations/2020-07-29
copying build/lib/botocore/data/appintegrations/2020-07-29/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appintegrations/2020-07-29
copying build/lib/botocore/data/appintegrations/2020-07-29/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appintegrations/2020-07-29
copying build/lib/botocore/data/appintegrations/2020-07-29/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appintegrations/2020-07-29
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-contacts
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-contacts/2021-05-03
copying build/lib/botocore/data/ssm-contacts/2021-05-03/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-contacts/2021-05-03
copying build/lib/botocore/data/ssm-contacts/2021-05-03/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-contacts/2021-05-03
copying build/lib/botocore/data/ssm-contacts/2021-05-03/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-contacts/2021-05-03
copying build/lib/botocore/data/ssm-contacts/2021-05-03/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-contacts/2021-05-03
creating build/bdist.macosx-14-arm64/wheel/botocore/data/chime-sdk-meetings
creating build/bdist.macosx-14-arm64/wheel/botocore/data/chime-sdk-meetings/2021-07-15
copying build/lib/botocore/data/chime-sdk-meetings/2021-07-15/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/chime-sdk-meetings/2021-07-15
copying build/lib/botocore/data/chime-sdk-meetings/2021-07-15/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/chime-sdk-meetings/2021-07-15
copying build/lib/botocore/data/chime-sdk-meetings/2021-07-15/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/chime-sdk-meetings/2021-07-15
copying build/lib/botocore/data/chime-sdk-meetings/2021-07-15/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/chime-sdk-meetings/2021-07-15
creating build/bdist.macosx-14-arm64/wheel/botocore/data/sesv2
creating build/bdist.macosx-14-arm64/wheel/botocore/data/sesv2/2019-09-27
copying build/lib/botocore/data/sesv2/2019-09-27/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sesv2/2019-09-27
copying build/lib/botocore/data/sesv2/2019-09-27/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sesv2/2019-09-27
copying build/lib/botocore/data/sesv2/2019-09-27/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sesv2/2019-09-27
copying build/lib/botocore/data/sesv2/2019-09-27/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sesv2/2019-09-27
creating build/bdist.macosx-14-arm64/wheel/botocore/data/emr
creating build/bdist.macosx-14-arm64/wheel/botocore/data/emr/2009-03-31
copying build/lib/botocore/data/emr/2009-03-31/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/emr/2009-03-31
copying build/lib/botocore/data/emr/2009-03-31/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/emr/2009-03-31
copying build/lib/botocore/data/emr/2009-03-31/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/emr/2009-03-31
copying build/lib/botocore/data/emr/2009-03-31/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/emr/2009-03-31
copying build/lib/botocore/data/emr/2009-03-31/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/emr/2009-03-31
creating build/bdist.macosx-14-arm64/wheel/botocore/data/controltower
creating build/bdist.macosx-14-arm64/wheel/botocore/data/controltower/2018-05-10
copying build/lib/botocore/data/controltower/2018-05-10/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/controltower/2018-05-10
copying build/lib/botocore/data/controltower/2018-05-10/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/controltower/2018-05-10
copying build/lib/botocore/data/controltower/2018-05-10/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/controltower/2018-05-10
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotfleethub
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotfleethub/2020-11-03
copying build/lib/botocore/data/iotfleethub/2020-11-03/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotfleethub/2020-11-03
copying build/lib/botocore/data/iotfleethub/2020-11-03/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotfleethub/2020-11-03
copying build/lib/botocore/data/iotfleethub/2020-11-03/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotfleethub/2020-11-03
copying build/lib/botocore/data/iotfleethub/2020-11-03/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotfleethub/2020-11-03
creating build/bdist.macosx-14-arm64/wheel/botocore/data/resource-explorer-2
creating build/bdist.macosx-14-arm64/wheel/botocore/data/resource-explorer-2/2022-07-28
copying build/lib/botocore/data/resource-explorer-2/2022-07-28/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/resource-explorer-2/2022-07-28
copying build/lib/botocore/data/resource-explorer-2/2022-07-28/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/resource-explorer-2/2022-07-28
copying build/lib/botocore/data/resource-explorer-2/2022-07-28/paginators-1.sdk-extras.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/resource-explorer-2/2022-07-28
copying build/lib/botocore/data/resource-explorer-2/2022-07-28/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/resource-explorer-2/2022-07-28
creating build/bdist.macosx-14-arm64/wheel/botocore/data/backupstorage
creating build/bdist.macosx-14-arm64/wheel/botocore/data/backupstorage/2018-04-10
copying build/lib/botocore/data/backupstorage/2018-04-10/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/backupstorage/2018-04-10
copying build/lib/botocore/data/backupstorage/2018-04-10/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/backupstorage/2018-04-10
copying build/lib/botocore/data/backupstorage/2018-04-10/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/backupstorage/2018-04-10
creating build/bdist.macosx-14-arm64/wheel/botocore/data/personalize
creating build/bdist.macosx-14-arm64/wheel/botocore/data/personalize/2018-05-22
copying build/lib/botocore/data/personalize/2018-05-22/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/personalize/2018-05-22
copying build/lib/botocore/data/personalize/2018-05-22/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/personalize/2018-05-22
copying build/lib/botocore/data/personalize/2018-05-22/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/personalize/2018-05-22
copying build/lib/botocore/data/personalize/2018-05-22/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/personalize/2018-05-22
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-sap
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-sap/2018-05-10
copying build/lib/botocore/data/ssm-sap/2018-05-10/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-sap/2018-05-10
copying build/lib/botocore/data/ssm-sap/2018-05-10/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-sap/2018-05-10
copying build/lib/botocore/data/ssm-sap/2018-05-10/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-sap/2018-05-10
creating build/bdist.macosx-14-arm64/wheel/botocore/data/outposts
creating build/bdist.macosx-14-arm64/wheel/botocore/data/outposts/2019-12-03
copying build/lib/botocore/data/outposts/2019-12-03/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/outposts/2019-12-03
copying build/lib/botocore/data/outposts/2019-12-03/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/outposts/2019-12-03
copying build/lib/botocore/data/outposts/2019-12-03/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/outposts/2019-12-03
copying build/lib/botocore/data/outposts/2019-12-03/paginators-1.sdk-extras.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/outposts/2019-12-03
copying build/lib/botocore/data/outposts/2019-12-03/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/outposts/2019-12-03
creating build/bdist.macosx-14-arm64/wheel/botocore/data/workdocs
creating build/bdist.macosx-14-arm64/wheel/botocore/data/workdocs/2016-05-01
copying build/lib/botocore/data/workdocs/2016-05-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workdocs/2016-05-01
copying build/lib/botocore/data/workdocs/2016-05-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workdocs/2016-05-01
copying build/lib/botocore/data/workdocs/2016-05-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workdocs/2016-05-01
copying build/lib/botocore/data/workdocs/2016-05-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workdocs/2016-05-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/networkmanager
creating build/bdist.macosx-14-arm64/wheel/botocore/data/networkmanager/2019-07-05
copying build/lib/botocore/data/networkmanager/2019-07-05/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/networkmanager/2019-07-05
copying build/lib/botocore/data/networkmanager/2019-07-05/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/networkmanager/2019-07-05
copying build/lib/botocore/data/networkmanager/2019-07-05/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/networkmanager/2019-07-05
copying build/lib/botocore/data/networkmanager/2019-07-05/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/networkmanager/2019-07-05
creating build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-signaling
creating build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-signaling/2019-12-04
copying build/lib/botocore/data/kinesis-video-signaling/2019-12-04/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-signaling/2019-12-04
copying build/lib/botocore/data/kinesis-video-signaling/2019-12-04/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-signaling/2019-12-04
copying build/lib/botocore/data/kinesis-video-signaling/2019-12-04/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-signaling/2019-12-04
copying build/lib/botocore/data/kinesis-video-signaling/2019-12-04/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-signaling/2019-12-04
creating build/bdist.macosx-14-arm64/wheel/botocore/data/omics
creating build/bdist.macosx-14-arm64/wheel/botocore/data/omics/2022-11-28
copying build/lib/botocore/data/omics/2022-11-28/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/omics/2022-11-28
copying build/lib/botocore/data/omics/2022-11-28/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/omics/2022-11-28
copying build/lib/botocore/data/omics/2022-11-28/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/omics/2022-11-28
copying build/lib/botocore/data/omics/2022-11-28/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/omics/2022-11-28
creating build/bdist.macosx-14-arm64/wheel/botocore/data/mediapackage
creating build/bdist.macosx-14-arm64/wheel/botocore/data/mediapackage/2017-10-12
copying build/lib/botocore/data/mediapackage/2017-10-12/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mediapackage/2017-10-12
copying build/lib/botocore/data/mediapackage/2017-10-12/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mediapackage/2017-10-12
copying build/lib/botocore/data/mediapackage/2017-10-12/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mediapackage/2017-10-12
creating build/bdist.macosx-14-arm64/wheel/botocore/data/sagemaker-featurestore-runtime
creating build/bdist.macosx-14-arm64/wheel/botocore/data/sagemaker-featurestore-runtime/2020-07-01
copying build/lib/botocore/data/sagemaker-featurestore-runtime/2020-07-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sagemaker-featurestore-runtime/2020-07-01
copying build/lib/botocore/data/sagemaker-featurestore-runtime/2020-07-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sagemaker-featurestore-runtime/2020-07-01
copying build/lib/botocore/data/sagemaker-featurestore-runtime/2020-07-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sagemaker-featurestore-runtime/2020-07-01
copying build/lib/botocore/data/sagemaker-featurestore-runtime/2020-07-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sagemaker-featurestore-runtime/2020-07-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/medialive
creating build/bdist.macosx-14-arm64/wheel/botocore/data/medialive/2017-10-14
copying build/lib/botocore/data/medialive/2017-10-14/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/medialive/2017-10-14
copying build/lib/botocore/data/medialive/2017-10-14/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/medialive/2017-10-14
copying build/lib/botocore/data/medialive/2017-10-14/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/medialive/2017-10-14
copying build/lib/botocore/data/medialive/2017-10-14/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/medialive/2017-10-14
creating build/bdist.macosx-14-arm64/wheel/botocore/data/backup-gateway
creating build/bdist.macosx-14-arm64/wheel/botocore/data/backup-gateway/2021-01-01
copying build/lib/botocore/data/backup-gateway/2021-01-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/backup-gateway/2021-01-01
copying build/lib/botocore/data/backup-gateway/2021-01-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/backup-gateway/2021-01-01
copying build/lib/botocore/data/backup-gateway/2021-01-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/backup-gateway/2021-01-01
copying build/lib/botocore/data/backup-gateway/2021-01-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/backup-gateway/2021-01-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/connect-contact-lens
creating build/bdist.macosx-14-arm64/wheel/botocore/data/connect-contact-lens/2020-08-21
copying build/lib/botocore/data/connect-contact-lens/2020-08-21/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/connect-contact-lens/2020-08-21
copying build/lib/botocore/data/connect-contact-lens/2020-08-21/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/connect-contact-lens/2020-08-21
copying build/lib/botocore/data/connect-contact-lens/2020-08-21/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/connect-contact-lens/2020-08-21
copying build/lib/botocore/data/connect-contact-lens/2020-08-21/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/connect-contact-lens/2020-08-21
creating build/bdist.macosx-14-arm64/wheel/botocore/data/mediaconvert
creating build/bdist.macosx-14-arm64/wheel/botocore/data/mediaconvert/2017-08-29
copying build/lib/botocore/data/mediaconvert/2017-08-29/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mediaconvert/2017-08-29
copying build/lib/botocore/data/mediaconvert/2017-08-29/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mediaconvert/2017-08-29
copying build/lib/botocore/data/mediaconvert/2017-08-29/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mediaconvert/2017-08-29
creating build/bdist.macosx-14-arm64/wheel/botocore/data/sns
creating build/bdist.macosx-14-arm64/wheel/botocore/data/sns/2010-03-31
copying build/lib/botocore/data/sns/2010-03-31/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sns/2010-03-31
copying build/lib/botocore/data/sns/2010-03-31/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sns/2010-03-31
copying build/lib/botocore/data/sns/2010-03-31/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sns/2010-03-31
copying build/lib/botocore/data/sns/2010-03-31/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sns/2010-03-31
creating build/bdist.macosx-14-arm64/wheel/botocore/data/datasync
creating build/bdist.macosx-14-arm64/wheel/botocore/data/datasync/2018-11-09
copying build/lib/botocore/data/datasync/2018-11-09/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/datasync/2018-11-09
copying build/lib/botocore/data/datasync/2018-11-09/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/datasync/2018-11-09
copying build/lib/botocore/data/datasync/2018-11-09/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/datasync/2018-11-09
copying build/lib/botocore/data/datasync/2018-11-09/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/datasync/2018-11-09
creating build/bdist.macosx-14-arm64/wheel/botocore/data/macie
creating build/bdist.macosx-14-arm64/wheel/botocore/data/macie/2017-12-19
copying build/lib/botocore/data/macie/2017-12-19/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/macie/2017-12-19
copying build/lib/botocore/data/macie/2017-12-19/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/macie/2017-12-19
copying build/lib/botocore/data/macie/2017-12-19/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/macie/2017-12-19
copying build/lib/botocore/data/macie/2017-12-19/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/macie/2017-12-19
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cognito-idp
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cognito-idp/2016-04-18
copying build/lib/botocore/data/cognito-idp/2016-04-18/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cognito-idp/2016-04-18
copying build/lib/botocore/data/cognito-idp/2016-04-18/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cognito-idp/2016-04-18
copying build/lib/botocore/data/cognito-idp/2016-04-18/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cognito-idp/2016-04-18
copying build/lib/botocore/data/cognito-idp/2016-04-18/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cognito-idp/2016-04-18
creating build/bdist.macosx-14-arm64/wheel/botocore/data/greengrassv2
creating build/bdist.macosx-14-arm64/wheel/botocore/data/greengrassv2/2020-11-30
copying build/lib/botocore/data/greengrassv2/2020-11-30/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/greengrassv2/2020-11-30
copying build/lib/botocore/data/greengrassv2/2020-11-30/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/greengrassv2/2020-11-30
copying build/lib/botocore/data/greengrassv2/2020-11-30/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/greengrassv2/2020-11-30
copying build/lib/botocore/data/greengrassv2/2020-11-30/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/greengrassv2/2020-11-30
creating build/bdist.macosx-14-arm64/wheel/botocore/data/neptunedata
creating build/bdist.macosx-14-arm64/wheel/botocore/data/neptunedata/2023-08-01
copying build/lib/botocore/data/neptunedata/2023-08-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/neptunedata/2023-08-01
copying build/lib/botocore/data/neptunedata/2023-08-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/neptunedata/2023-08-01
copying build/lib/botocore/data/neptunedata/2023-08-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/neptunedata/2023-08-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/acm-pca
creating build/bdist.macosx-14-arm64/wheel/botocore/data/acm-pca/2017-08-22
copying build/lib/botocore/data/acm-pca/2017-08-22/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/acm-pca/2017-08-22
copying build/lib/botocore/data/acm-pca/2017-08-22/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/acm-pca/2017-08-22
copying build/lib/botocore/data/acm-pca/2017-08-22/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/acm-pca/2017-08-22
copying build/lib/botocore/data/acm-pca/2017-08-22/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/acm-pca/2017-08-22
copying build/lib/botocore/data/acm-pca/2017-08-22/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/acm-pca/2017-08-22
creating build/bdist.macosx-14-arm64/wheel/botocore/data/lexv2-models
creating build/bdist.macosx-14-arm64/wheel/botocore/data/lexv2-models/2020-08-07
copying build/lib/botocore/data/lexv2-models/2020-08-07/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lexv2-models/2020-08-07
copying build/lib/botocore/data/lexv2-models/2020-08-07/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lexv2-models/2020-08-07
copying build/lib/botocore/data/lexv2-models/2020-08-07/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lexv2-models/2020-08-07
copying build/lib/botocore/data/lexv2-models/2020-08-07/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lexv2-models/2020-08-07
copying build/lib/botocore/data/lexv2-models/2020-08-07/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lexv2-models/2020-08-07
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotanalytics
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotanalytics/2017-11-27
copying build/lib/botocore/data/iotanalytics/2017-11-27/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotanalytics/2017-11-27
copying build/lib/botocore/data/iotanalytics/2017-11-27/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotanalytics/2017-11-27
copying build/lib/botocore/data/iotanalytics/2017-11-27/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotanalytics/2017-11-27
copying build/lib/botocore/data/iotanalytics/2017-11-27/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotanalytics/2017-11-27
creating build/bdist.macosx-14-arm64/wheel/botocore/data/inspector2
creating build/bdist.macosx-14-arm64/wheel/botocore/data/inspector2/2020-06-08
copying build/lib/botocore/data/inspector2/2020-06-08/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/inspector2/2020-06-08
copying build/lib/botocore/data/inspector2/2020-06-08/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/inspector2/2020-06-08
copying build/lib/botocore/data/inspector2/2020-06-08/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/inspector2/2020-06-08
copying build/lib/botocore/data/inspector2/2020-06-08/paginators-1.sdk-extras.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/inspector2/2020-06-08
copying build/lib/botocore/data/inspector2/2020-06-08/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/inspector2/2020-06-08
creating build/bdist.macosx-14-arm64/wheel/botocore/data/groundstation
creating build/bdist.macosx-14-arm64/wheel/botocore/data/groundstation/2019-05-23
copying build/lib/botocore/data/groundstation/2019-05-23/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/groundstation/2019-05-23
copying build/lib/botocore/data/groundstation/2019-05-23/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/groundstation/2019-05-23
copying build/lib/botocore/data/groundstation/2019-05-23/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/groundstation/2019-05-23
copying build/lib/botocore/data/groundstation/2019-05-23/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/groundstation/2019-05-23
copying build/lib/botocore/data/groundstation/2019-05-23/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/groundstation/2019-05-23
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ecr-public
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ecr-public/2020-10-30
copying build/lib/botocore/data/ecr-public/2020-10-30/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ecr-public/2020-10-30
copying build/lib/botocore/data/ecr-public/2020-10-30/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ecr-public/2020-10-30
copying build/lib/botocore/data/ecr-public/2020-10-30/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ecr-public/2020-10-30
copying build/lib/botocore/data/ecr-public/2020-10-30/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ecr-public/2020-10-30
creating build/bdist.macosx-14-arm64/wheel/botocore/data/fis
creating build/bdist.macosx-14-arm64/wheel/botocore/data/fis/2020-12-01
copying build/lib/botocore/data/fis/2020-12-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/fis/2020-12-01
copying build/lib/botocore/data/fis/2020-12-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/fis/2020-12-01
copying build/lib/botocore/data/fis/2020-12-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/fis/2020-12-01
copying build/lib/botocore/data/fis/2020-12-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/fis/2020-12-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/sms-voice
creating build/bdist.macosx-14-arm64/wheel/botocore/data/sms-voice/2018-09-05
copying build/lib/botocore/data/sms-voice/2018-09-05/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sms-voice/2018-09-05
copying build/lib/botocore/data/sms-voice/2018-09-05/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sms-voice/2018-09-05
creating build/bdist.macosx-14-arm64/wheel/botocore/data/gamesparks
creating build/bdist.macosx-14-arm64/wheel/botocore/data/gamesparks/2021-08-17
copying build/lib/botocore/data/gamesparks/2021-08-17/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/gamesparks/2021-08-17
copying build/lib/botocore/data/gamesparks/2021-08-17/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/gamesparks/2021-08-17
copying build/lib/botocore/data/gamesparks/2021-08-17/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/gamesparks/2021-08-17
copying build/lib/botocore/data/gamesparks/2021-08-17/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/gamesparks/2021-08-17
creating build/bdist.macosx-14-arm64/wheel/botocore/data/proton
creating build/bdist.macosx-14-arm64/wheel/botocore/data/proton/2020-07-20
copying build/lib/botocore/data/proton/2020-07-20/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/proton/2020-07-20
copying build/lib/botocore/data/proton/2020-07-20/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/proton/2020-07-20
copying build/lib/botocore/data/proton/2020-07-20/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/proton/2020-07-20
copying build/lib/botocore/data/proton/2020-07-20/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/proton/2020-07-20
copying build/lib/botocore/data/proton/2020-07-20/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/proton/2020-07-20
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudhsm
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudhsm/2014-05-30
copying build/lib/botocore/data/cloudhsm/2014-05-30/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudhsm/2014-05-30
copying build/lib/botocore/data/cloudhsm/2014-05-30/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudhsm/2014-05-30
copying build/lib/botocore/data/cloudhsm/2014-05-30/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudhsm/2014-05-30
copying build/lib/botocore/data/cloudhsm/2014-05-30/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudhsm/2014-05-30
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ds
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ds/2015-04-16
copying build/lib/botocore/data/ds/2015-04-16/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ds/2015-04-16
copying build/lib/botocore/data/ds/2015-04-16/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ds/2015-04-16
copying build/lib/botocore/data/ds/2015-04-16/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ds/2015-04-16
copying build/lib/botocore/data/ds/2015-04-16/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ds/2015-04-16
creating build/bdist.macosx-14-arm64/wheel/botocore/data/sms
creating build/bdist.macosx-14-arm64/wheel/botocore/data/sms/2016-10-24
copying build/lib/botocore/data/sms/2016-10-24/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sms/2016-10-24
copying build/lib/botocore/data/sms/2016-10-24/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sms/2016-10-24
copying build/lib/botocore/data/sms/2016-10-24/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sms/2016-10-24
copying build/lib/botocore/data/sms/2016-10-24/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sms/2016-10-24
creating build/bdist.macosx-14-arm64/wheel/botocore/data/config
creating build/bdist.macosx-14-arm64/wheel/botocore/data/config/2014-11-12
copying build/lib/botocore/data/config/2014-11-12/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/config/2014-11-12
copying build/lib/botocore/data/config/2014-11-12/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/config/2014-11-12
copying build/lib/botocore/data/config/2014-11-12/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/config/2014-11-12
copying build/lib/botocore/data/config/2014-11-12/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/config/2014-11-12
creating build/bdist.macosx-14-arm64/wheel/botocore/data/osis
creating build/bdist.macosx-14-arm64/wheel/botocore/data/osis/2022-01-01
copying build/lib/botocore/data/osis/2022-01-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/osis/2022-01-01
copying build/lib/botocore/data/osis/2022-01-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/osis/2022-01-01
copying build/lib/botocore/data/osis/2022-01-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/osis/2022-01-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/privatenetworks
creating build/bdist.macosx-14-arm64/wheel/botocore/data/privatenetworks/2021-12-03
copying build/lib/botocore/data/privatenetworks/2021-12-03/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/privatenetworks/2021-12-03
copying build/lib/botocore/data/privatenetworks/2021-12-03/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/privatenetworks/2021-12-03
copying build/lib/botocore/data/privatenetworks/2021-12-03/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/privatenetworks/2021-12-03
creating build/bdist.macosx-14-arm64/wheel/botocore/data/memorydb
creating build/bdist.macosx-14-arm64/wheel/botocore/data/memorydb/2021-01-01
copying build/lib/botocore/data/memorydb/2021-01-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/memorydb/2021-01-01
copying build/lib/botocore/data/memorydb/2021-01-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/memorydb/2021-01-01
copying build/lib/botocore/data/memorydb/2021-01-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/memorydb/2021-01-01
copying build/lib/botocore/data/memorydb/2021-01-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/memorydb/2021-01-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/inspector
creating build/bdist.macosx-14-arm64/wheel/botocore/data/inspector/2015-08-18
copying build/lib/botocore/data/inspector/2015-08-18/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/inspector/2015-08-18
copying build/lib/botocore/data/inspector/2015-08-18/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/inspector/2015-08-18
creating build/bdist.macosx-14-arm64/wheel/botocore/data/inspector/2016-02-16
copying build/lib/botocore/data/inspector/2016-02-16/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/inspector/2016-02-16
copying build/lib/botocore/data/inspector/2016-02-16/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/inspector/2016-02-16
copying build/lib/botocore/data/inspector/2016-02-16/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/inspector/2016-02-16
copying build/lib/botocore/data/inspector/2016-02-16/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/inspector/2016-02-16
creating build/bdist.macosx-14-arm64/wheel/botocore/data/translate
creating build/bdist.macosx-14-arm64/wheel/botocore/data/translate/2017-07-01
copying build/lib/botocore/data/translate/2017-07-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/translate/2017-07-01
copying build/lib/botocore/data/translate/2017-07-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/translate/2017-07-01
copying build/lib/botocore/data/translate/2017-07-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/translate/2017-07-01
copying build/lib/botocore/data/translate/2017-07-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/translate/2017-07-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/fms
creating build/bdist.macosx-14-arm64/wheel/botocore/data/fms/2018-01-01
copying build/lib/botocore/data/fms/2018-01-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/fms/2018-01-01
copying build/lib/botocore/data/fms/2018-01-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/fms/2018-01-01
copying build/lib/botocore/data/fms/2018-01-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/fms/2018-01-01
copying build/lib/botocore/data/fms/2018-01-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/fms/2018-01-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/s3control
creating build/bdist.macosx-14-arm64/wheel/botocore/data/s3control/2018-08-20
copying build/lib/botocore/data/s3control/2018-08-20/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/s3control/2018-08-20
copying build/lib/botocore/data/s3control/2018-08-20/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/s3control/2018-08-20
copying build/lib/botocore/data/s3control/2018-08-20/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/s3control/2018-08-20
copying build/lib/botocore/data/s3control/2018-08-20/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/s3control/2018-08-20
creating build/bdist.macosx-14-arm64/wheel/botocore/data/kinesisanalyticsv2
creating build/bdist.macosx-14-arm64/wheel/botocore/data/kinesisanalyticsv2/2018-05-23
copying build/lib/botocore/data/kinesisanalyticsv2/2018-05-23/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesisanalyticsv2/2018-05-23
copying build/lib/botocore/data/kinesisanalyticsv2/2018-05-23/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesisanalyticsv2/2018-05-23
copying build/lib/botocore/data/kinesisanalyticsv2/2018-05-23/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesisanalyticsv2/2018-05-23
copying build/lib/botocore/data/kinesisanalyticsv2/2018-05-23/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesisanalyticsv2/2018-05-23
creating build/bdist.macosx-14-arm64/wheel/botocore/data/customer-profiles
creating build/bdist.macosx-14-arm64/wheel/botocore/data/customer-profiles/2020-08-15
copying build/lib/botocore/data/customer-profiles/2020-08-15/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/customer-profiles/2020-08-15
copying build/lib/botocore/data/customer-profiles/2020-08-15/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/customer-profiles/2020-08-15
copying build/lib/botocore/data/customer-profiles/2020-08-15/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/customer-profiles/2020-08-15
copying build/lib/botocore/data/customer-profiles/2020-08-15/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/customer-profiles/2020-08-15
creating build/bdist.macosx-14-arm64/wheel/botocore/data/marketplacecommerceanalytics
creating build/bdist.macosx-14-arm64/wheel/botocore/data/marketplacecommerceanalytics/2015-07-01
copying build/lib/botocore/data/marketplacecommerceanalytics/2015-07-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/marketplacecommerceanalytics/2015-07-01
copying build/lib/botocore/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/marketplacecommerceanalytics/2015-07-01
copying build/lib/botocore/data/marketplacecommerceanalytics/2015-07-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/marketplacecommerceanalytics/2015-07-01
copying build/lib/botocore/data/marketplacecommerceanalytics/2015-07-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/marketplacecommerceanalytics/2015-07-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/synthetics
creating build/bdist.macosx-14-arm64/wheel/botocore/data/synthetics/2017-10-11
copying build/lib/botocore/data/synthetics/2017-10-11/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/synthetics/2017-10-11
copying build/lib/botocore/data/synthetics/2017-10-11/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/synthetics/2017-10-11
copying build/lib/botocore/data/synthetics/2017-10-11/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/synthetics/2017-10-11
copying build/lib/botocore/data/synthetics/2017-10-11/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/synthetics/2017-10-11
creating build/bdist.macosx-14-arm64/wheel/botocore/data/codecatalyst
creating build/bdist.macosx-14-arm64/wheel/botocore/data/codecatalyst/2022-09-28
copying build/lib/botocore/data/codecatalyst/2022-09-28/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codecatalyst/2022-09-28
copying build/lib/botocore/data/codecatalyst/2022-09-28/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codecatalyst/2022-09-28
copying build/lib/botocore/data/codecatalyst/2022-09-28/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codecatalyst/2022-09-28
copying build/lib/botocore/data/codecatalyst/2022-09-28/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codecatalyst/2022-09-28
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotsecuretunneling
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotsecuretunneling/2018-10-05
copying build/lib/botocore/data/iotsecuretunneling/2018-10-05/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotsecuretunneling/2018-10-05
copying build/lib/botocore/data/iotsecuretunneling/2018-10-05/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotsecuretunneling/2018-10-05
copying build/lib/botocore/data/iotsecuretunneling/2018-10-05/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotsecuretunneling/2018-10-05
copying build/lib/botocore/data/iotsecuretunneling/2018-10-05/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotsecuretunneling/2018-10-05
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-08-20
copying build/lib/botocore/data/cloudfront/2016-08-20/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-08-20
copying build/lib/botocore/data/cloudfront/2016-08-20/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-08-20
copying build/lib/botocore/data/cloudfront/2016-08-20/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-08-20
copying build/lib/botocore/data/cloudfront/2016-08-20/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-08-20
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2017-10-30
copying build/lib/botocore/data/cloudfront/2017-10-30/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2017-10-30
copying build/lib/botocore/data/cloudfront/2017-10-30/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2017-10-30
copying build/lib/botocore/data/cloudfront/2017-10-30/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2017-10-30
copying build/lib/botocore/data/cloudfront/2017-10-30/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2017-10-30
copying build/lib/botocore/data/cloudfront/2017-10-30/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2017-10-30
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-01-13
copying build/lib/botocore/data/cloudfront/2016-01-13/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-01-13
copying build/lib/botocore/data/cloudfront/2016-01-13/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-01-13
copying build/lib/botocore/data/cloudfront/2016-01-13/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-01-13
copying build/lib/botocore/data/cloudfront/2016-01-13/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-01-13
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-11-25
copying build/lib/botocore/data/cloudfront/2016-11-25/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-11-25
copying build/lib/botocore/data/cloudfront/2016-11-25/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-11-25
copying build/lib/botocore/data/cloudfront/2016-11-25/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-11-25
copying build/lib/botocore/data/cloudfront/2016-11-25/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-11-25
copying build/lib/botocore/data/cloudfront/2016-11-25/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-11-25
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-09-29
copying build/lib/botocore/data/cloudfront/2016-09-29/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-09-29
copying build/lib/botocore/data/cloudfront/2016-09-29/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-09-29
copying build/lib/botocore/data/cloudfront/2016-09-29/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-09-29
copying build/lib/botocore/data/cloudfront/2016-09-29/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-09-29
copying build/lib/botocore/data/cloudfront/2016-09-29/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-09-29
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2018-11-05
copying build/lib/botocore/data/cloudfront/2018-11-05/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2018-11-05
copying build/lib/botocore/data/cloudfront/2018-11-05/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2018-11-05
copying build/lib/botocore/data/cloudfront/2018-11-05/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2018-11-05
copying build/lib/botocore/data/cloudfront/2018-11-05/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2018-11-05
copying build/lib/botocore/data/cloudfront/2018-11-05/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2018-11-05
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2015-07-27
copying build/lib/botocore/data/cloudfront/2015-07-27/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2015-07-27
copying build/lib/botocore/data/cloudfront/2015-07-27/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2015-07-27
copying build/lib/botocore/data/cloudfront/2015-07-27/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2015-07-27
copying build/lib/botocore/data/cloudfront/2015-07-27/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2015-07-27
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2014-05-31
copying build/lib/botocore/data/cloudfront/2014-05-31/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2014-05-31
copying build/lib/botocore/data/cloudfront/2014-05-31/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2014-05-31
copying build/lib/botocore/data/cloudfront/2014-05-31/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2014-05-31
copying build/lib/botocore/data/cloudfront/2014-05-31/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2014-05-31
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2014-11-06
copying build/lib/botocore/data/cloudfront/2014-11-06/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2014-11-06
copying build/lib/botocore/data/cloudfront/2014-11-06/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2014-11-06
copying build/lib/botocore/data/cloudfront/2014-11-06/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2014-11-06
copying build/lib/botocore/data/cloudfront/2014-11-06/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2014-11-06
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2015-09-17
copying build/lib/botocore/data/cloudfront/2015-09-17/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2015-09-17
copying build/lib/botocore/data/cloudfront/2015-09-17/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2015-09-17
copying build/lib/botocore/data/cloudfront/2015-09-17/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2015-09-17
copying build/lib/botocore/data/cloudfront/2015-09-17/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2015-09-17
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2014-10-21
copying build/lib/botocore/data/cloudfront/2014-10-21/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2014-10-21
copying build/lib/botocore/data/cloudfront/2014-10-21/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2014-10-21
copying build/lib/botocore/data/cloudfront/2014-10-21/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2014-10-21
copying build/lib/botocore/data/cloudfront/2014-10-21/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2014-10-21
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2017-03-25
copying build/lib/botocore/data/cloudfront/2017-03-25/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2017-03-25
copying build/lib/botocore/data/cloudfront/2017-03-25/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2017-03-25
copying build/lib/botocore/data/cloudfront/2017-03-25/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2017-03-25
copying build/lib/botocore/data/cloudfront/2017-03-25/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2017-03-25
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2018-06-18
copying build/lib/botocore/data/cloudfront/2018-06-18/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2018-06-18
copying build/lib/botocore/data/cloudfront/2018-06-18/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2018-06-18
copying build/lib/botocore/data/cloudfront/2018-06-18/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2018-06-18
copying build/lib/botocore/data/cloudfront/2018-06-18/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2018-06-18
copying build/lib/botocore/data/cloudfront/2018-06-18/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2018-06-18
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-01-28
copying build/lib/botocore/data/cloudfront/2016-01-28/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-01-28
copying build/lib/botocore/data/cloudfront/2016-01-28/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-01-28
copying build/lib/botocore/data/cloudfront/2016-01-28/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-01-28
copying build/lib/botocore/data/cloudfront/2016-01-28/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-01-28
copying build/lib/botocore/data/cloudfront/2016-01-28/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-01-28
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2015-04-17
copying build/lib/botocore/data/cloudfront/2015-04-17/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2015-04-17
copying build/lib/botocore/data/cloudfront/2015-04-17/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2015-04-17
copying build/lib/botocore/data/cloudfront/2015-04-17/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2015-04-17
copying build/lib/botocore/data/cloudfront/2015-04-17/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2015-04-17
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2020-05-31
copying build/lib/botocore/data/cloudfront/2020-05-31/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2020-05-31
copying build/lib/botocore/data/cloudfront/2020-05-31/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2020-05-31
copying build/lib/botocore/data/cloudfront/2020-05-31/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2020-05-31
copying build/lib/botocore/data/cloudfront/2020-05-31/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2020-05-31
copying build/lib/botocore/data/cloudfront/2020-05-31/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2020-05-31
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2019-03-26
copying build/lib/botocore/data/cloudfront/2019-03-26/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2019-03-26
copying build/lib/botocore/data/cloudfront/2019-03-26/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2019-03-26
copying build/lib/botocore/data/cloudfront/2019-03-26/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2019-03-26
copying build/lib/botocore/data/cloudfront/2019-03-26/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2019-03-26
copying build/lib/botocore/data/cloudfront/2019-03-26/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2019-03-26
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-09-07
copying build/lib/botocore/data/cloudfront/2016-09-07/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-09-07
copying build/lib/botocore/data/cloudfront/2016-09-07/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-09-07
copying build/lib/botocore/data/cloudfront/2016-09-07/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-09-07
copying build/lib/botocore/data/cloudfront/2016-09-07/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-09-07
copying build/lib/botocore/data/cloudfront/2016-09-07/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-09-07
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-08-01
copying build/lib/botocore/data/cloudfront/2016-08-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-08-01
copying build/lib/botocore/data/cloudfront/2016-08-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-08-01
copying build/lib/botocore/data/cloudfront/2016-08-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-08-01
copying build/lib/botocore/data/cloudfront/2016-08-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-08-01
copying build/lib/botocore/data/cloudfront/2016-08-01/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudfront/2016-08-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/location
creating build/bdist.macosx-14-arm64/wheel/botocore/data/location/2020-11-19
copying build/lib/botocore/data/location/2020-11-19/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/location/2020-11-19
copying build/lib/botocore/data/location/2020-11-19/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/location/2020-11-19
copying build/lib/botocore/data/location/2020-11-19/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/location/2020-11-19
copying build/lib/botocore/data/location/2020-11-19/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/location/2020-11-19
creating build/bdist.macosx-14-arm64/wheel/botocore/data/wafv2
creating build/bdist.macosx-14-arm64/wheel/botocore/data/wafv2/2019-07-29
copying build/lib/botocore/data/wafv2/2019-07-29/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/wafv2/2019-07-29
copying build/lib/botocore/data/wafv2/2019-07-29/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/wafv2/2019-07-29
copying build/lib/botocore/data/wafv2/2019-07-29/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/wafv2/2019-07-29
copying build/lib/botocore/data/wafv2/2019-07-29/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/wafv2/2019-07-29
creating build/bdist.macosx-14-arm64/wheel/botocore/data/opensearch
creating build/bdist.macosx-14-arm64/wheel/botocore/data/opensearch/2021-01-01
copying build/lib/botocore/data/opensearch/2021-01-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/opensearch/2021-01-01
copying build/lib/botocore/data/opensearch/2021-01-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/opensearch/2021-01-01
copying build/lib/botocore/data/opensearch/2021-01-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/opensearch/2021-01-01
copying build/lib/botocore/data/opensearch/2021-01-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/opensearch/2021-01-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotthingsgraph
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotthingsgraph/2018-09-06
copying build/lib/botocore/data/iotthingsgraph/2018-09-06/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotthingsgraph/2018-09-06
copying build/lib/botocore/data/iotthingsgraph/2018-09-06/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotthingsgraph/2018-09-06
copying build/lib/botocore/data/iotthingsgraph/2018-09-06/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotthingsgraph/2018-09-06
copying build/lib/botocore/data/iotthingsgraph/2018-09-06/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotthingsgraph/2018-09-06
creating build/bdist.macosx-14-arm64/wheel/botocore/data/health
creating build/bdist.macosx-14-arm64/wheel/botocore/data/health/2016-08-04
copying build/lib/botocore/data/health/2016-08-04/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/health/2016-08-04
copying build/lib/botocore/data/health/2016-08-04/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/health/2016-08-04
copying build/lib/botocore/data/health/2016-08-04/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/health/2016-08-04
copying build/lib/botocore/data/health/2016-08-04/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/health/2016-08-04
creating build/bdist.macosx-14-arm64/wheel/botocore/data/workmailmessageflow
creating build/bdist.macosx-14-arm64/wheel/botocore/data/workmailmessageflow/2019-05-01
copying build/lib/botocore/data/workmailmessageflow/2019-05-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workmailmessageflow/2019-05-01
copying build/lib/botocore/data/workmailmessageflow/2019-05-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workmailmessageflow/2019-05-01
copying build/lib/botocore/data/workmailmessageflow/2019-05-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workmailmessageflow/2019-05-01
copying build/lib/botocore/data/workmailmessageflow/2019-05-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workmailmessageflow/2019-05-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/mediastore-data
creating build/bdist.macosx-14-arm64/wheel/botocore/data/mediastore-data/2017-09-01
copying build/lib/botocore/data/mediastore-data/2017-09-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mediastore-data/2017-09-01
copying build/lib/botocore/data/mediastore-data/2017-09-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mediastore-data/2017-09-01
copying build/lib/botocore/data/mediastore-data/2017-09-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mediastore-data/2017-09-01
copying build/lib/botocore/data/mediastore-data/2017-09-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mediastore-data/2017-09-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ec2-instance-connect
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ec2-instance-connect/2018-04-02
copying build/lib/botocore/data/ec2-instance-connect/2018-04-02/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ec2-instance-connect/2018-04-02
copying build/lib/botocore/data/ec2-instance-connect/2018-04-02/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ec2-instance-connect/2018-04-02
copying build/lib/botocore/data/ec2-instance-connect/2018-04-02/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ec2-instance-connect/2018-04-02
copying build/lib/botocore/data/ec2-instance-connect/2018-04-02/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ec2-instance-connect/2018-04-02
creating build/bdist.macosx-14-arm64/wheel/botocore/data/comprehendmedical
creating build/bdist.macosx-14-arm64/wheel/botocore/data/comprehendmedical/2018-10-30
copying build/lib/botocore/data/comprehendmedical/2018-10-30/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/comprehendmedical/2018-10-30
copying build/lib/botocore/data/comprehendmedical/2018-10-30/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/comprehendmedical/2018-10-30
copying build/lib/botocore/data/comprehendmedical/2018-10-30/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/comprehendmedical/2018-10-30
copying build/lib/botocore/data/comprehendmedical/2018-10-30/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/comprehendmedical/2018-10-30
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotfleetwise
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iotfleetwise/2021-06-17
copying build/lib/botocore/data/iotfleetwise/2021-06-17/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotfleetwise/2021-06-17
copying build/lib/botocore/data/iotfleetwise/2021-06-17/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotfleetwise/2021-06-17
copying build/lib/botocore/data/iotfleetwise/2021-06-17/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotfleetwise/2021-06-17
copying build/lib/botocore/data/iotfleetwise/2021-06-17/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iotfleetwise/2021-06-17
creating build/bdist.macosx-14-arm64/wheel/botocore/data/accessanalyzer
creating build/bdist.macosx-14-arm64/wheel/botocore/data/accessanalyzer/2019-11-01
copying build/lib/botocore/data/accessanalyzer/2019-11-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/accessanalyzer/2019-11-01
copying build/lib/botocore/data/accessanalyzer/2019-11-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/accessanalyzer/2019-11-01
copying build/lib/botocore/data/accessanalyzer/2019-11-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/accessanalyzer/2019-11-01
copying build/lib/botocore/data/accessanalyzer/2019-11-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/accessanalyzer/2019-11-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/glacier
creating build/bdist.macosx-14-arm64/wheel/botocore/data/glacier/2012-06-01
copying build/lib/botocore/data/glacier/2012-06-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/glacier/2012-06-01
copying build/lib/botocore/data/glacier/2012-06-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/glacier/2012-06-01
copying build/lib/botocore/data/glacier/2012-06-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/glacier/2012-06-01
copying build/lib/botocore/data/glacier/2012-06-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/glacier/2012-06-01
copying build/lib/botocore/data/glacier/2012-06-01/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/glacier/2012-06-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/lightsail
creating build/bdist.macosx-14-arm64/wheel/botocore/data/lightsail/2016-11-28
copying build/lib/botocore/data/lightsail/2016-11-28/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lightsail/2016-11-28
copying build/lib/botocore/data/lightsail/2016-11-28/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lightsail/2016-11-28
copying build/lib/botocore/data/lightsail/2016-11-28/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lightsail/2016-11-28
copying build/lib/botocore/data/lightsail/2016-11-28/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lightsail/2016-11-28
creating build/bdist.macosx-14-arm64/wheel/botocore/data/rum
creating build/bdist.macosx-14-arm64/wheel/botocore/data/rum/2018-05-10
copying build/lib/botocore/data/rum/2018-05-10/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/rum/2018-05-10
copying build/lib/botocore/data/rum/2018-05-10/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/rum/2018-05-10
copying build/lib/botocore/data/rum/2018-05-10/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/rum/2018-05-10
copying build/lib/botocore/data/rum/2018-05-10/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/rum/2018-05-10
creating build/bdist.macosx-14-arm64/wheel/botocore/data/imagebuilder
creating build/bdist.macosx-14-arm64/wheel/botocore/data/imagebuilder/2019-12-02
copying build/lib/botocore/data/imagebuilder/2019-12-02/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/imagebuilder/2019-12-02
copying build/lib/botocore/data/imagebuilder/2019-12-02/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/imagebuilder/2019-12-02
copying build/lib/botocore/data/imagebuilder/2019-12-02/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/imagebuilder/2019-12-02
copying build/lib/botocore/data/imagebuilder/2019-12-02/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/imagebuilder/2019-12-02
creating build/bdist.macosx-14-arm64/wheel/botocore/data/simspaceweaver
creating build/bdist.macosx-14-arm64/wheel/botocore/data/simspaceweaver/2022-10-28
copying build/lib/botocore/data/simspaceweaver/2022-10-28/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/simspaceweaver/2022-10-28
copying build/lib/botocore/data/simspaceweaver/2022-10-28/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/simspaceweaver/2022-10-28
copying build/lib/botocore/data/simspaceweaver/2022-10-28/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/simspaceweaver/2022-10-28
creating build/bdist.macosx-14-arm64/wheel/botocore/data/discovery
creating build/bdist.macosx-14-arm64/wheel/botocore/data/discovery/2015-11-01
copying build/lib/botocore/data/discovery/2015-11-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/discovery/2015-11-01
copying build/lib/botocore/data/discovery/2015-11-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/discovery/2015-11-01
copying build/lib/botocore/data/discovery/2015-11-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/discovery/2015-11-01
copying build/lib/botocore/data/discovery/2015-11-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/discovery/2015-11-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/serverlessrepo
creating build/bdist.macosx-14-arm64/wheel/botocore/data/serverlessrepo/2017-09-08
copying build/lib/botocore/data/serverlessrepo/2017-09-08/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/serverlessrepo/2017-09-08
copying build/lib/botocore/data/serverlessrepo/2017-09-08/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/serverlessrepo/2017-09-08
copying build/lib/botocore/data/serverlessrepo/2017-09-08/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/serverlessrepo/2017-09-08
creating build/bdist.macosx-14-arm64/wheel/botocore/data/elasticbeanstalk
creating build/bdist.macosx-14-arm64/wheel/botocore/data/elasticbeanstalk/2010-12-01
copying build/lib/botocore/data/elasticbeanstalk/2010-12-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elasticbeanstalk/2010-12-01
copying build/lib/botocore/data/elasticbeanstalk/2010-12-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elasticbeanstalk/2010-12-01
copying build/lib/botocore/data/elasticbeanstalk/2010-12-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elasticbeanstalk/2010-12-01
copying build/lib/botocore/data/elasticbeanstalk/2010-12-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elasticbeanstalk/2010-12-01
copying build/lib/botocore/data/elasticbeanstalk/2010-12-01/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elasticbeanstalk/2010-12-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudsearchdomain
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudsearchdomain/2013-01-01
copying build/lib/botocore/data/cloudsearchdomain/2013-01-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudsearchdomain/2013-01-01
copying build/lib/botocore/data/cloudsearchdomain/2013-01-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudsearchdomain/2013-01-01
copying build/lib/botocore/data/cloudsearchdomain/2013-01-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudsearchdomain/2013-01-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/neptune
creating build/bdist.macosx-14-arm64/wheel/botocore/data/neptune/2014-10-31
copying build/lib/botocore/data/neptune/2014-10-31/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/neptune/2014-10-31
copying build/lib/botocore/data/neptune/2014-10-31/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/neptune/2014-10-31
copying build/lib/botocore/data/neptune/2014-10-31/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/neptune/2014-10-31
copying build/lib/botocore/data/neptune/2014-10-31/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/neptune/2014-10-31
copying build/lib/botocore/data/neptune/2014-10-31/service-2.sdk-extras.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/neptune/2014-10-31
copying build/lib/botocore/data/neptune/2014-10-31/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/neptune/2014-10-31
creating build/bdist.macosx-14-arm64/wheel/botocore/data/lex-runtime
creating build/bdist.macosx-14-arm64/wheel/botocore/data/lex-runtime/2016-11-28
copying build/lib/botocore/data/lex-runtime/2016-11-28/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lex-runtime/2016-11-28
copying build/lib/botocore/data/lex-runtime/2016-11-28/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lex-runtime/2016-11-28
copying build/lib/botocore/data/lex-runtime/2016-11-28/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lex-runtime/2016-11-28
copying build/lib/botocore/data/lex-runtime/2016-11-28/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lex-runtime/2016-11-28
creating build/bdist.macosx-14-arm64/wheel/botocore/data/transfer
creating build/bdist.macosx-14-arm64/wheel/botocore/data/transfer/2018-11-05
copying build/lib/botocore/data/transfer/2018-11-05/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/transfer/2018-11-05
copying build/lib/botocore/data/transfer/2018-11-05/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/transfer/2018-11-05
copying build/lib/botocore/data/transfer/2018-11-05/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/transfer/2018-11-05
copying build/lib/botocore/data/transfer/2018-11-05/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/transfer/2018-11-05
copying build/lib/botocore/data/transfer/2018-11-05/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/transfer/2018-11-05
creating build/bdist.macosx-14-arm64/wheel/botocore/data/braket
creating build/bdist.macosx-14-arm64/wheel/botocore/data/braket/2019-09-01
copying build/lib/botocore/data/braket/2019-09-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/braket/2019-09-01
copying build/lib/botocore/data/braket/2019-09-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/braket/2019-09-01
copying build/lib/botocore/data/braket/2019-09-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/braket/2019-09-01
copying build/lib/botocore/data/braket/2019-09-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/braket/2019-09-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/verifiedpermissions
creating build/bdist.macosx-14-arm64/wheel/botocore/data/verifiedpermissions/2021-12-01
copying build/lib/botocore/data/verifiedpermissions/2021-12-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/verifiedpermissions/2021-12-01
copying build/lib/botocore/data/verifiedpermissions/2021-12-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/verifiedpermissions/2021-12-01
copying build/lib/botocore/data/verifiedpermissions/2021-12-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/verifiedpermissions/2021-12-01
copying build/lib/botocore/data/verifiedpermissions/2021-12-01/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/verifiedpermissions/2021-12-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/scheduler
creating build/bdist.macosx-14-arm64/wheel/botocore/data/scheduler/2021-06-30
copying build/lib/botocore/data/scheduler/2021-06-30/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/scheduler/2021-06-30
copying build/lib/botocore/data/scheduler/2021-06-30/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/scheduler/2021-06-30
copying build/lib/botocore/data/scheduler/2021-06-30/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/scheduler/2021-06-30
creating build/bdist.macosx-14-arm64/wheel/botocore/data/waf-regional
creating build/bdist.macosx-14-arm64/wheel/botocore/data/waf-regional/2016-11-28
copying build/lib/botocore/data/waf-regional/2016-11-28/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/waf-regional/2016-11-28
copying build/lib/botocore/data/waf-regional/2016-11-28/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/waf-regional/2016-11-28
copying build/lib/botocore/data/waf-regional/2016-11-28/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/waf-regional/2016-11-28
copying build/lib/botocore/data/waf-regional/2016-11-28/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/waf-regional/2016-11-28
creating build/bdist.macosx-14-arm64/wheel/botocore/data/qldb
creating build/bdist.macosx-14-arm64/wheel/botocore/data/qldb/2019-01-02
copying build/lib/botocore/data/qldb/2019-01-02/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/qldb/2019-01-02
copying build/lib/botocore/data/qldb/2019-01-02/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/qldb/2019-01-02
copying build/lib/botocore/data/qldb/2019-01-02/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/qldb/2019-01-02
copying build/lib/botocore/data/qldb/2019-01-02/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/qldb/2019-01-02
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ecr
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ecr/2015-09-21
copying build/lib/botocore/data/ecr/2015-09-21/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ecr/2015-09-21
copying build/lib/botocore/data/ecr/2015-09-21/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ecr/2015-09-21
copying build/lib/botocore/data/ecr/2015-09-21/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ecr/2015-09-21
copying build/lib/botocore/data/ecr/2015-09-21/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ecr/2015-09-21
copying build/lib/botocore/data/ecr/2015-09-21/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ecr/2015-09-21
creating build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-media
creating build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-media/2017-09-30
copying build/lib/botocore/data/kinesis-video-media/2017-09-30/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-media/2017-09-30
copying build/lib/botocore/data/kinesis-video-media/2017-09-30/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-media/2017-09-30
copying build/lib/botocore/data/kinesis-video-media/2017-09-30/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-media/2017-09-30
copying build/lib/botocore/data/kinesis-video-media/2017-09-30/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/kinesis-video-media/2017-09-30
creating build/bdist.macosx-14-arm64/wheel/botocore/data/dynamodb
creating build/bdist.macosx-14-arm64/wheel/botocore/data/dynamodb/2012-08-10
copying build/lib/botocore/data/dynamodb/2012-08-10/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/dynamodb/2012-08-10
copying build/lib/botocore/data/dynamodb/2012-08-10/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/dynamodb/2012-08-10
copying build/lib/botocore/data/dynamodb/2012-08-10/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/dynamodb/2012-08-10
copying build/lib/botocore/data/dynamodb/2012-08-10/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/dynamodb/2012-08-10
copying build/lib/botocore/data/dynamodb/2012-08-10/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/dynamodb/2012-08-10
creating build/bdist.macosx-14-arm64/wheel/botocore/data/dynamodb/2011-12-05
copying build/lib/botocore/data/dynamodb/2011-12-05/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/dynamodb/2011-12-05
copying build/lib/botocore/data/dynamodb/2011-12-05/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/dynamodb/2011-12-05
creating build/bdist.macosx-14-arm64/wheel/botocore/data/resiliencehub
creating build/bdist.macosx-14-arm64/wheel/botocore/data/resiliencehub/2020-04-30
copying build/lib/botocore/data/resiliencehub/2020-04-30/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/resiliencehub/2020-04-30
copying build/lib/botocore/data/resiliencehub/2020-04-30/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/resiliencehub/2020-04-30
copying build/lib/botocore/data/resiliencehub/2020-04-30/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/resiliencehub/2020-04-30
copying build/lib/botocore/data/resiliencehub/2020-04-30/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/resiliencehub/2020-04-30
creating build/bdist.macosx-14-arm64/wheel/botocore/data/route53domains
creating build/bdist.macosx-14-arm64/wheel/botocore/data/route53domains/2014-05-15
copying build/lib/botocore/data/route53domains/2014-05-15/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53domains/2014-05-15
copying build/lib/botocore/data/route53domains/2014-05-15/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53domains/2014-05-15
copying build/lib/botocore/data/route53domains/2014-05-15/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53domains/2014-05-15
copying build/lib/botocore/data/route53domains/2014-05-15/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53domains/2014-05-15
creating build/bdist.macosx-14-arm64/wheel/botocore/data/macie2
creating build/bdist.macosx-14-arm64/wheel/botocore/data/macie2/2020-01-01
copying build/lib/botocore/data/macie2/2020-01-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/macie2/2020-01-01
copying build/lib/botocore/data/macie2/2020-01-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/macie2/2020-01-01
copying build/lib/botocore/data/macie2/2020-01-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/macie2/2020-01-01
copying build/lib/botocore/data/macie2/2020-01-01/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/macie2/2020-01-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/entityresolution
creating build/bdist.macosx-14-arm64/wheel/botocore/data/entityresolution/2018-05-10
copying build/lib/botocore/data/entityresolution/2018-05-10/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/entityresolution/2018-05-10
copying build/lib/botocore/data/entityresolution/2018-05-10/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/entityresolution/2018-05-10
copying build/lib/botocore/data/entityresolution/2018-05-10/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/entityresolution/2018-05-10
creating build/bdist.macosx-14-arm64/wheel/botocore/data/autoscaling-plans
creating build/bdist.macosx-14-arm64/wheel/botocore/data/autoscaling-plans/2018-01-06
copying build/lib/botocore/data/autoscaling-plans/2018-01-06/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/autoscaling-plans/2018-01-06
copying build/lib/botocore/data/autoscaling-plans/2018-01-06/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/autoscaling-plans/2018-01-06
copying build/lib/botocore/data/autoscaling-plans/2018-01-06/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/autoscaling-plans/2018-01-06
copying build/lib/botocore/data/autoscaling-plans/2018-01-06/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/autoscaling-plans/2018-01-06
creating build/bdist.macosx-14-arm64/wheel/botocore/data/s3outposts
creating build/bdist.macosx-14-arm64/wheel/botocore/data/s3outposts/2017-07-25
copying build/lib/botocore/data/s3outposts/2017-07-25/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/s3outposts/2017-07-25
copying build/lib/botocore/data/s3outposts/2017-07-25/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/s3outposts/2017-07-25
copying build/lib/botocore/data/s3outposts/2017-07-25/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/s3outposts/2017-07-25
copying build/lib/botocore/data/s3outposts/2017-07-25/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/s3outposts/2017-07-25
creating build/bdist.macosx-14-arm64/wheel/botocore/data/honeycode
creating build/bdist.macosx-14-arm64/wheel/botocore/data/honeycode/2020-03-01
copying build/lib/botocore/data/honeycode/2020-03-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/honeycode/2020-03-01
copying build/lib/botocore/data/honeycode/2020-03-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/honeycode/2020-03-01
copying build/lib/botocore/data/honeycode/2020-03-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/honeycode/2020-03-01
copying build/lib/botocore/data/honeycode/2020-03-01/paginators-1.sdk-extras.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/honeycode/2020-03-01
copying build/lib/botocore/data/honeycode/2020-03-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/honeycode/2020-03-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/grafana
creating build/bdist.macosx-14-arm64/wheel/botocore/data/grafana/2020-08-18
copying build/lib/botocore/data/grafana/2020-08-18/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/grafana/2020-08-18
copying build/lib/botocore/data/grafana/2020-08-18/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/grafana/2020-08-18
copying build/lib/botocore/data/grafana/2020-08-18/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/grafana/2020-08-18
copying build/lib/botocore/data/grafana/2020-08-18/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/grafana/2020-08-18
creating build/bdist.macosx-14-arm64/wheel/botocore/data/storagegateway
creating build/bdist.macosx-14-arm64/wheel/botocore/data/storagegateway/2013-06-30
copying build/lib/botocore/data/storagegateway/2013-06-30/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/storagegateway/2013-06-30
copying build/lib/botocore/data/storagegateway/2013-06-30/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/storagegateway/2013-06-30
copying build/lib/botocore/data/storagegateway/2013-06-30/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/storagegateway/2013-06-30
copying build/lib/botocore/data/storagegateway/2013-06-30/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/storagegateway/2013-06-30
creating build/bdist.macosx-14-arm64/wheel/botocore/data/rbin
creating build/bdist.macosx-14-arm64/wheel/botocore/data/rbin/2021-06-15
copying build/lib/botocore/data/rbin/2021-06-15/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/rbin/2021-06-15
copying build/lib/botocore/data/rbin/2021-06-15/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/rbin/2021-06-15
copying build/lib/botocore/data/rbin/2021-06-15/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/rbin/2021-06-15
copying build/lib/botocore/data/rbin/2021-06-15/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/rbin/2021-06-15
creating build/bdist.macosx-14-arm64/wheel/botocore/data/service-quotas
creating build/bdist.macosx-14-arm64/wheel/botocore/data/service-quotas/2019-06-24
copying build/lib/botocore/data/service-quotas/2019-06-24/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/service-quotas/2019-06-24
copying build/lib/botocore/data/service-quotas/2019-06-24/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/service-quotas/2019-06-24
copying build/lib/botocore/data/service-quotas/2019-06-24/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/service-quotas/2019-06-24
copying build/lib/botocore/data/service-quotas/2019-06-24/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/service-quotas/2019-06-24
creating build/bdist.macosx-14-arm64/wheel/botocore/data/importexport
creating build/bdist.macosx-14-arm64/wheel/botocore/data/importexport/2010-06-01
copying build/lib/botocore/data/importexport/2010-06-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/importexport/2010-06-01
copying build/lib/botocore/data/importexport/2010-06-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/importexport/2010-06-01
copying build/lib/botocore/data/importexport/2010-06-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/importexport/2010-06-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ecs
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ecs/2014-11-13
copying build/lib/botocore/data/ecs/2014-11-13/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ecs/2014-11-13
copying build/lib/botocore/data/ecs/2014-11-13/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ecs/2014-11-13
copying build/lib/botocore/data/ecs/2014-11-13/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ecs/2014-11-13
copying build/lib/botocore/data/ecs/2014-11-13/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ecs/2014-11-13
copying build/lib/botocore/data/ecs/2014-11-13/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ecs/2014-11-13
creating build/bdist.macosx-14-arm64/wheel/botocore/data/application-autoscaling
creating build/bdist.macosx-14-arm64/wheel/botocore/data/application-autoscaling/2016-02-06
copying build/lib/botocore/data/application-autoscaling/2016-02-06/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/application-autoscaling/2016-02-06
copying build/lib/botocore/data/application-autoscaling/2016-02-06/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/application-autoscaling/2016-02-06
copying build/lib/botocore/data/application-autoscaling/2016-02-06/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/application-autoscaling/2016-02-06
copying build/lib/botocore/data/application-autoscaling/2016-02-06/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/application-autoscaling/2016-02-06
creating build/bdist.macosx-14-arm64/wheel/botocore/data/timestream-write
creating build/bdist.macosx-14-arm64/wheel/botocore/data/timestream-write/2018-11-01
copying build/lib/botocore/data/timestream-write/2018-11-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/timestream-write/2018-11-01
copying build/lib/botocore/data/timestream-write/2018-11-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/timestream-write/2018-11-01
copying build/lib/botocore/data/timestream-write/2018-11-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/timestream-write/2018-11-01
copying build/lib/botocore/data/timestream-write/2018-11-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/timestream-write/2018-11-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudsearch
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudsearch/2013-01-01
copying build/lib/botocore/data/cloudsearch/2013-01-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudsearch/2013-01-01
copying build/lib/botocore/data/cloudsearch/2013-01-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudsearch/2013-01-01
copying build/lib/botocore/data/cloudsearch/2013-01-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudsearch/2013-01-01
copying build/lib/botocore/data/cloudsearch/2013-01-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudsearch/2013-01-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudsearch/2011-02-01
copying build/lib/botocore/data/cloudsearch/2011-02-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudsearch/2011-02-01
copying build/lib/botocore/data/cloudsearch/2011-02-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudsearch/2011-02-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/appfabric
creating build/bdist.macosx-14-arm64/wheel/botocore/data/appfabric/2023-05-19
copying build/lib/botocore/data/appfabric/2023-05-19/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appfabric/2023-05-19
copying build/lib/botocore/data/appfabric/2023-05-19/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appfabric/2023-05-19
copying build/lib/botocore/data/appfabric/2023-05-19/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appfabric/2023-05-19
copying build/lib/botocore/data/appfabric/2023-05-19/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appfabric/2023-05-19
creating build/bdist.macosx-14-arm64/wheel/botocore/data/lookoutvision
creating build/bdist.macosx-14-arm64/wheel/botocore/data/lookoutvision/2020-11-20
copying build/lib/botocore/data/lookoutvision/2020-11-20/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lookoutvision/2020-11-20
copying build/lib/botocore/data/lookoutvision/2020-11-20/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lookoutvision/2020-11-20
copying build/lib/botocore/data/lookoutvision/2020-11-20/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lookoutvision/2020-11-20
copying build/lib/botocore/data/lookoutvision/2020-11-20/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lookoutvision/2020-11-20
creating build/bdist.macosx-14-arm64/wheel/botocore/data/route53resolver
creating build/bdist.macosx-14-arm64/wheel/botocore/data/route53resolver/2018-04-01
copying build/lib/botocore/data/route53resolver/2018-04-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53resolver/2018-04-01
copying build/lib/botocore/data/route53resolver/2018-04-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53resolver/2018-04-01
copying build/lib/botocore/data/route53resolver/2018-04-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53resolver/2018-04-01
copying build/lib/botocore/data/route53resolver/2018-04-01/paginators-1.sdk-extras.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53resolver/2018-04-01
copying build/lib/botocore/data/route53resolver/2018-04-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53resolver/2018-04-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/workspaces
creating build/bdist.macosx-14-arm64/wheel/botocore/data/workspaces/2015-04-08
copying build/lib/botocore/data/workspaces/2015-04-08/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workspaces/2015-04-08
copying build/lib/botocore/data/workspaces/2015-04-08/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workspaces/2015-04-08
copying build/lib/botocore/data/workspaces/2015-04-08/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workspaces/2015-04-08
copying build/lib/botocore/data/workspaces/2015-04-08/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/workspaces/2015-04-08
creating build/bdist.macosx-14-arm64/wheel/botocore/data/machinelearning
creating build/bdist.macosx-14-arm64/wheel/botocore/data/machinelearning/2014-12-12
copying build/lib/botocore/data/machinelearning/2014-12-12/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/machinelearning/2014-12-12
copying build/lib/botocore/data/machinelearning/2014-12-12/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/machinelearning/2014-12-12
copying build/lib/botocore/data/machinelearning/2014-12-12/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/machinelearning/2014-12-12
copying build/lib/botocore/data/machinelearning/2014-12-12/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/machinelearning/2014-12-12
copying build/lib/botocore/data/machinelearning/2014-12-12/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/machinelearning/2014-12-12
creating build/bdist.macosx-14-arm64/wheel/botocore/data/pinpoint-sms-voice
creating build/bdist.macosx-14-arm64/wheel/botocore/data/pinpoint-sms-voice/2018-09-05
copying build/lib/botocore/data/pinpoint-sms-voice/2018-09-05/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/pinpoint-sms-voice/2018-09-05
copying build/lib/botocore/data/pinpoint-sms-voice/2018-09-05/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/pinpoint-sms-voice/2018-09-05
creating build/bdist.macosx-14-arm64/wheel/botocore/data/fsx
creating build/bdist.macosx-14-arm64/wheel/botocore/data/fsx/2018-03-01
copying build/lib/botocore/data/fsx/2018-03-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/fsx/2018-03-01
copying build/lib/botocore/data/fsx/2018-03-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/fsx/2018-03-01
copying build/lib/botocore/data/fsx/2018-03-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/fsx/2018-03-01
copying build/lib/botocore/data/fsx/2018-03-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/fsx/2018-03-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/codepipeline
creating build/bdist.macosx-14-arm64/wheel/botocore/data/codepipeline/2015-07-09
copying build/lib/botocore/data/codepipeline/2015-07-09/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codepipeline/2015-07-09
copying build/lib/botocore/data/codepipeline/2015-07-09/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codepipeline/2015-07-09
copying build/lib/botocore/data/codepipeline/2015-07-09/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codepipeline/2015-07-09
copying build/lib/botocore/data/codepipeline/2015-07-09/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codepipeline/2015-07-09
creating build/bdist.macosx-14-arm64/wheel/botocore/data/elb
creating build/bdist.macosx-14-arm64/wheel/botocore/data/elb/2012-06-01
copying build/lib/botocore/data/elb/2012-06-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elb/2012-06-01
copying build/lib/botocore/data/elb/2012-06-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elb/2012-06-01
copying build/lib/botocore/data/elb/2012-06-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elb/2012-06-01
copying build/lib/botocore/data/elb/2012-06-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elb/2012-06-01
copying build/lib/botocore/data/elb/2012-06-01/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/elb/2012-06-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/schemas
creating build/bdist.macosx-14-arm64/wheel/botocore/data/schemas/2019-12-02
copying build/lib/botocore/data/schemas/2019-12-02/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/schemas/2019-12-02
copying build/lib/botocore/data/schemas/2019-12-02/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/schemas/2019-12-02
copying build/lib/botocore/data/schemas/2019-12-02/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/schemas/2019-12-02
copying build/lib/botocore/data/schemas/2019-12-02/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/schemas/2019-12-02
creating build/bdist.macosx-14-arm64/wheel/botocore/data/emr-serverless
creating build/bdist.macosx-14-arm64/wheel/botocore/data/emr-serverless/2021-07-13
copying build/lib/botocore/data/emr-serverless/2021-07-13/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/emr-serverless/2021-07-13
copying build/lib/botocore/data/emr-serverless/2021-07-13/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/emr-serverless/2021-07-13
copying build/lib/botocore/data/emr-serverless/2021-07-13/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/emr-serverless/2021-07-13
creating build/bdist.macosx-14-arm64/wheel/botocore/data/sqs
creating build/bdist.macosx-14-arm64/wheel/botocore/data/sqs/2012-11-05
copying build/lib/botocore/data/sqs/2012-11-05/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sqs/2012-11-05
copying build/lib/botocore/data/sqs/2012-11-05/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sqs/2012-11-05
copying build/lib/botocore/data/sqs/2012-11-05/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sqs/2012-11-05
copying build/lib/botocore/data/sqs/2012-11-05/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sqs/2012-11-05
creating build/bdist.macosx-14-arm64/wheel/botocore/data/license-manager-user-subscriptions
creating build/bdist.macosx-14-arm64/wheel/botocore/data/license-manager-user-subscriptions/2018-05-10
copying build/lib/botocore/data/license-manager-user-subscriptions/2018-05-10/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/license-manager-user-subscriptions/2018-05-10
copying build/lib/botocore/data/license-manager-user-subscriptions/2018-05-10/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/license-manager-user-subscriptions/2018-05-10
copying build/lib/botocore/data/license-manager-user-subscriptions/2018-05-10/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/license-manager-user-subscriptions/2018-05-10
creating build/bdist.macosx-14-arm64/wheel/botocore/data/appmesh
creating build/bdist.macosx-14-arm64/wheel/botocore/data/appmesh/2019-01-25
copying build/lib/botocore/data/appmesh/2019-01-25/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appmesh/2019-01-25
copying build/lib/botocore/data/appmesh/2019-01-25/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appmesh/2019-01-25
copying build/lib/botocore/data/appmesh/2019-01-25/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appmesh/2019-01-25
copying build/lib/botocore/data/appmesh/2019-01-25/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appmesh/2019-01-25
creating build/bdist.macosx-14-arm64/wheel/botocore/data/appmesh/2018-10-01
copying build/lib/botocore/data/appmesh/2018-10-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appmesh/2018-10-01
copying build/lib/botocore/data/appmesh/2018-10-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appmesh/2018-10-01
copying build/lib/botocore/data/appmesh/2018-10-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appmesh/2018-10-01
copying build/lib/botocore/data/appmesh/2018-10-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appmesh/2018-10-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/route53-recovery-cluster
creating build/bdist.macosx-14-arm64/wheel/botocore/data/route53-recovery-cluster/2019-12-02
copying build/lib/botocore/data/route53-recovery-cluster/2019-12-02/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53-recovery-cluster/2019-12-02
copying build/lib/botocore/data/route53-recovery-cluster/2019-12-02/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53-recovery-cluster/2019-12-02
copying build/lib/botocore/data/route53-recovery-cluster/2019-12-02/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53-recovery-cluster/2019-12-02
copying build/lib/botocore/data/route53-recovery-cluster/2019-12-02/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53-recovery-cluster/2019-12-02
creating build/bdist.macosx-14-arm64/wheel/botocore/data/migrationhuborchestrator
creating build/bdist.macosx-14-arm64/wheel/botocore/data/migrationhuborchestrator/2021-08-28
copying build/lib/botocore/data/migrationhuborchestrator/2021-08-28/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/migrationhuborchestrator/2021-08-28
copying build/lib/botocore/data/migrationhuborchestrator/2021-08-28/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/migrationhuborchestrator/2021-08-28
copying build/lib/botocore/data/migrationhuborchestrator/2021-08-28/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/migrationhuborchestrator/2021-08-28
copying build/lib/botocore/data/migrationhuborchestrator/2021-08-28/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/migrationhuborchestrator/2021-08-28
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iot
creating build/bdist.macosx-14-arm64/wheel/botocore/data/iot/2015-05-28
copying build/lib/botocore/data/iot/2015-05-28/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iot/2015-05-28
copying build/lib/botocore/data/iot/2015-05-28/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iot/2015-05-28
copying build/lib/botocore/data/iot/2015-05-28/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iot/2015-05-28
copying build/lib/botocore/data/iot/2015-05-28/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/iot/2015-05-28
creating build/bdist.macosx-14-arm64/wheel/botocore/data/sso-oidc
creating build/bdist.macosx-14-arm64/wheel/botocore/data/sso-oidc/2019-06-10
copying build/lib/botocore/data/sso-oidc/2019-06-10/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sso-oidc/2019-06-10
copying build/lib/botocore/data/sso-oidc/2019-06-10/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sso-oidc/2019-06-10
copying build/lib/botocore/data/sso-oidc/2019-06-10/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sso-oidc/2019-06-10
copying build/lib/botocore/data/sso-oidc/2019-06-10/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/sso-oidc/2019-06-10
creating build/bdist.macosx-14-arm64/wheel/botocore/data/codestar-notifications
creating build/bdist.macosx-14-arm64/wheel/botocore/data/codestar-notifications/2019-10-15
copying build/lib/botocore/data/codestar-notifications/2019-10-15/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codestar-notifications/2019-10-15
copying build/lib/botocore/data/codestar-notifications/2019-10-15/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codestar-notifications/2019-10-15
copying build/lib/botocore/data/codestar-notifications/2019-10-15/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codestar-notifications/2019-10-15
copying build/lib/botocore/data/codestar-notifications/2019-10-15/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codestar-notifications/2019-10-15
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ebs
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ebs/2019-11-02
copying build/lib/botocore/data/ebs/2019-11-02/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ebs/2019-11-02
copying build/lib/botocore/data/ebs/2019-11-02/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ebs/2019-11-02
copying build/lib/botocore/data/ebs/2019-11-02/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ebs/2019-11-02
copying build/lib/botocore/data/ebs/2019-11-02/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ebs/2019-11-02
creating build/bdist.macosx-14-arm64/wheel/botocore/data/amplify
creating build/bdist.macosx-14-arm64/wheel/botocore/data/amplify/2017-07-25
copying build/lib/botocore/data/amplify/2017-07-25/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/amplify/2017-07-25
copying build/lib/botocore/data/amplify/2017-07-25/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/amplify/2017-07-25
copying build/lib/botocore/data/amplify/2017-07-25/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/amplify/2017-07-25
copying build/lib/botocore/data/amplify/2017-07-25/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/amplify/2017-07-25
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudcontrol
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudcontrol/2021-09-30
copying build/lib/botocore/data/cloudcontrol/2021-09-30/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudcontrol/2021-09-30
copying build/lib/botocore/data/cloudcontrol/2021-09-30/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudcontrol/2021-09-30
copying build/lib/botocore/data/cloudcontrol/2021-09-30/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudcontrol/2021-09-30
copying build/lib/botocore/data/cloudcontrol/2021-09-30/paginators-1.sdk-extras.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudcontrol/2021-09-30
copying build/lib/botocore/data/cloudcontrol/2021-09-30/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudcontrol/2021-09-30
copying build/lib/botocore/data/cloudcontrol/2021-09-30/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudcontrol/2021-09-30
creating build/bdist.macosx-14-arm64/wheel/botocore/data/wellarchitected
creating build/bdist.macosx-14-arm64/wheel/botocore/data/wellarchitected/2020-03-31
copying build/lib/botocore/data/wellarchitected/2020-03-31/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/wellarchitected/2020-03-31
copying build/lib/botocore/data/wellarchitected/2020-03-31/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/wellarchitected/2020-03-31
copying build/lib/botocore/data/wellarchitected/2020-03-31/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/wellarchitected/2020-03-31
copying build/lib/botocore/data/wellarchitected/2020-03-31/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/wellarchitected/2020-03-31
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-incidents
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-incidents/2018-05-10
copying build/lib/botocore/data/ssm-incidents/2018-05-10/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-incidents/2018-05-10
copying build/lib/botocore/data/ssm-incidents/2018-05-10/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-incidents/2018-05-10
copying build/lib/botocore/data/ssm-incidents/2018-05-10/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-incidents/2018-05-10
copying build/lib/botocore/data/ssm-incidents/2018-05-10/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-incidents/2018-05-10
copying build/lib/botocore/data/ssm-incidents/2018-05-10/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ssm-incidents/2018-05-10
creating build/bdist.macosx-14-arm64/wheel/botocore/data/bedrock
creating build/bdist.macosx-14-arm64/wheel/botocore/data/bedrock/2023-04-20
copying build/lib/botocore/data/bedrock/2023-04-20/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/bedrock/2023-04-20
copying build/lib/botocore/data/bedrock/2023-04-20/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/bedrock/2023-04-20
copying build/lib/botocore/data/bedrock/2023-04-20/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/bedrock/2023-04-20
copying build/lib/botocore/data/bedrock/2023-04-20/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/bedrock/2023-04-20
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ivs-realtime
creating build/bdist.macosx-14-arm64/wheel/botocore/data/ivs-realtime/2020-07-14
copying build/lib/botocore/data/ivs-realtime/2020-07-14/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ivs-realtime/2020-07-14
copying build/lib/botocore/data/ivs-realtime/2020-07-14/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ivs-realtime/2020-07-14
copying build/lib/botocore/data/ivs-realtime/2020-07-14/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/ivs-realtime/2020-07-14
creating build/bdist.macosx-14-arm64/wheel/botocore/data/migrationhub-config
creating build/bdist.macosx-14-arm64/wheel/botocore/data/migrationhub-config/2019-06-30
copying build/lib/botocore/data/migrationhub-config/2019-06-30/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/migrationhub-config/2019-06-30
copying build/lib/botocore/data/migrationhub-config/2019-06-30/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/migrationhub-config/2019-06-30
copying build/lib/botocore/data/migrationhub-config/2019-06-30/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/migrationhub-config/2019-06-30
copying build/lib/botocore/data/migrationhub-config/2019-06-30/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/migrationhub-config/2019-06-30
creating build/bdist.macosx-14-arm64/wheel/botocore/data/redshift
creating build/bdist.macosx-14-arm64/wheel/botocore/data/redshift/2012-12-01
copying build/lib/botocore/data/redshift/2012-12-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/redshift/2012-12-01
copying build/lib/botocore/data/redshift/2012-12-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/redshift/2012-12-01
copying build/lib/botocore/data/redshift/2012-12-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/redshift/2012-12-01
copying build/lib/botocore/data/redshift/2012-12-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/redshift/2012-12-01
copying build/lib/botocore/data/redshift/2012-12-01/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/redshift/2012-12-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/connectcases
creating build/bdist.macosx-14-arm64/wheel/botocore/data/connectcases/2022-10-03
copying build/lib/botocore/data/connectcases/2022-10-03/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/connectcases/2022-10-03
copying build/lib/botocore/data/connectcases/2022-10-03/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/connectcases/2022-10-03
copying build/lib/botocore/data/connectcases/2022-10-03/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/connectcases/2022-10-03
creating build/bdist.macosx-14-arm64/wheel/botocore/data/appflow
creating build/bdist.macosx-14-arm64/wheel/botocore/data/appflow/2020-08-23
copying build/lib/botocore/data/appflow/2020-08-23/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appflow/2020-08-23
copying build/lib/botocore/data/appflow/2020-08-23/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appflow/2020-08-23
copying build/lib/botocore/data/appflow/2020-08-23/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appflow/2020-08-23
copying build/lib/botocore/data/appflow/2020-08-23/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/appflow/2020-08-23
creating build/bdist.macosx-14-arm64/wheel/botocore/data/gamelift
creating build/bdist.macosx-14-arm64/wheel/botocore/data/gamelift/2015-10-01
copying build/lib/botocore/data/gamelift/2015-10-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/gamelift/2015-10-01
copying build/lib/botocore/data/gamelift/2015-10-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/gamelift/2015-10-01
copying build/lib/botocore/data/gamelift/2015-10-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/gamelift/2015-10-01
copying build/lib/botocore/data/gamelift/2015-10-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/gamelift/2015-10-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/lex-models
creating build/bdist.macosx-14-arm64/wheel/botocore/data/lex-models/2017-04-19
copying build/lib/botocore/data/lex-models/2017-04-19/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lex-models/2017-04-19
copying build/lib/botocore/data/lex-models/2017-04-19/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lex-models/2017-04-19
copying build/lib/botocore/data/lex-models/2017-04-19/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lex-models/2017-04-19
copying build/lib/botocore/data/lex-models/2017-04-19/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/lex-models/2017-04-19
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudtrail
creating build/bdist.macosx-14-arm64/wheel/botocore/data/cloudtrail/2013-11-01
copying build/lib/botocore/data/cloudtrail/2013-11-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudtrail/2013-11-01
copying build/lib/botocore/data/cloudtrail/2013-11-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudtrail/2013-11-01
copying build/lib/botocore/data/cloudtrail/2013-11-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudtrail/2013-11-01
copying build/lib/botocore/data/cloudtrail/2013-11-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/cloudtrail/2013-11-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/mgh
creating build/bdist.macosx-14-arm64/wheel/botocore/data/mgh/2017-05-31
copying build/lib/botocore/data/mgh/2017-05-31/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mgh/2017-05-31
copying build/lib/botocore/data/mgh/2017-05-31/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mgh/2017-05-31
copying build/lib/botocore/data/mgh/2017-05-31/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mgh/2017-05-31
copying build/lib/botocore/data/mgh/2017-05-31/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/mgh/2017-05-31
creating build/bdist.macosx-14-arm64/wheel/botocore/data/resource-groups
creating build/bdist.macosx-14-arm64/wheel/botocore/data/resource-groups/2017-11-27
copying build/lib/botocore/data/resource-groups/2017-11-27/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/resource-groups/2017-11-27
copying build/lib/botocore/data/resource-groups/2017-11-27/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/resource-groups/2017-11-27
copying build/lib/botocore/data/resource-groups/2017-11-27/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/resource-groups/2017-11-27
copying build/lib/botocore/data/resource-groups/2017-11-27/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/resource-groups/2017-11-27
creating build/bdist.macosx-14-arm64/wheel/botocore/data/pipes
creating build/bdist.macosx-14-arm64/wheel/botocore/data/pipes/2015-10-07
copying build/lib/botocore/data/pipes/2015-10-07/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/pipes/2015-10-07
copying build/lib/botocore/data/pipes/2015-10-07/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/pipes/2015-10-07
copying build/lib/botocore/data/pipes/2015-10-07/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/pipes/2015-10-07
creating build/bdist.macosx-14-arm64/wheel/botocore/data/evidently
creating build/bdist.macosx-14-arm64/wheel/botocore/data/evidently/2021-02-01
copying build/lib/botocore/data/evidently/2021-02-01/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/evidently/2021-02-01
copying build/lib/botocore/data/evidently/2021-02-01/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/evidently/2021-02-01
copying build/lib/botocore/data/evidently/2021-02-01/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/evidently/2021-02-01
copying build/lib/botocore/data/evidently/2021-02-01/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/evidently/2021-02-01
creating build/bdist.macosx-14-arm64/wheel/botocore/data/codeguru-security
creating build/bdist.macosx-14-arm64/wheel/botocore/data/codeguru-security/2018-05-10
copying build/lib/botocore/data/codeguru-security/2018-05-10/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codeguru-security/2018-05-10
copying build/lib/botocore/data/codeguru-security/2018-05-10/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codeguru-security/2018-05-10
copying build/lib/botocore/data/codeguru-security/2018-05-10/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/codeguru-security/2018-05-10
creating build/bdist.macosx-14-arm64/wheel/botocore/data/amplifyuibuilder
creating build/bdist.macosx-14-arm64/wheel/botocore/data/amplifyuibuilder/2021-08-11
copying build/lib/botocore/data/amplifyuibuilder/2021-08-11/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/amplifyuibuilder/2021-08-11
copying build/lib/botocore/data/amplifyuibuilder/2021-08-11/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/amplifyuibuilder/2021-08-11
copying build/lib/botocore/data/amplifyuibuilder/2021-08-11/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/amplifyuibuilder/2021-08-11
copying build/lib/botocore/data/amplifyuibuilder/2021-08-11/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/amplifyuibuilder/2021-08-11
copying build/lib/botocore/data/amplifyuibuilder/2021-08-11/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/amplifyuibuilder/2021-08-11
creating build/bdist.macosx-14-arm64/wheel/botocore/data/route53-recovery-control-config
creating build/bdist.macosx-14-arm64/wheel/botocore/data/route53-recovery-control-config/2020-11-02
copying build/lib/botocore/data/route53-recovery-control-config/2020-11-02/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53-recovery-control-config/2020-11-02
copying build/lib/botocore/data/route53-recovery-control-config/2020-11-02/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53-recovery-control-config/2020-11-02
copying build/lib/botocore/data/route53-recovery-control-config/2020-11-02/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53-recovery-control-config/2020-11-02
copying build/lib/botocore/data/route53-recovery-control-config/2020-11-02/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/route53-recovery-control-config/2020-11-02
creating build/bdist.macosx-14-arm64/wheel/botocore/data/vpc-lattice
creating build/bdist.macosx-14-arm64/wheel/botocore/data/vpc-lattice/2022-11-30
copying build/lib/botocore/data/vpc-lattice/2022-11-30/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/vpc-lattice/2022-11-30
copying build/lib/botocore/data/vpc-lattice/2022-11-30/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/vpc-lattice/2022-11-30
copying build/lib/botocore/data/vpc-lattice/2022-11-30/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/vpc-lattice/2022-11-30
creating build/bdist.macosx-14-arm64/wheel/botocore/data/managedblockchain-query
creating build/bdist.macosx-14-arm64/wheel/botocore/data/managedblockchain-query/2023-05-04
copying build/lib/botocore/data/managedblockchain-query/2023-05-04/paginators-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/managedblockchain-query/2023-05-04
copying build/lib/botocore/data/managedblockchain-query/2023-05-04/endpoint-rule-set-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/managedblockchain-query/2023-05-04
copying build/lib/botocore/data/managedblockchain-query/2023-05-04/service-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/managedblockchain-query/2023-05-04
copying build/lib/botocore/data/managedblockchain-query/2023-05-04/waiters-2.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/managedblockchain-query/2023-05-04
creating build/bdist.macosx-14-arm64/wheel/botocore/data/redshift-data
creating build/bdist.macosx-14-arm64/wheel/botocore/data/redshift-data/2019-12-20
copying build/lib/botocore/data/redshift-data/2019-12-20/examples-1.json -> build/bdist.macosx-14-arm64/wheel/botocore/data/redshift-data/2019-12-20
copying build/lib/botocore/data/redshift-data/2019-12-20/paginators-1.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment