awscli 1.43.0__py3-none-any.whl → 1.43.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
awscli/__init__.py CHANGED
@@ -18,7 +18,7 @@ A Universal Command Line Environment for Amazon Web Services.
18
18
 
19
19
  import os
20
20
 
21
- __version__ = '1.43.0'
21
+ __version__ = '1.43.2'
22
22
 
23
23
  #
24
24
  # Get our data path to be added to botocore's search path
@@ -95,6 +95,7 @@ ARGUMENT_RENAMES = {
95
95
  'eks.update-cluster-version.version': 'kubernetes-version',
96
96
  'eks.create-nodegroup.version': 'kubernetes-version',
97
97
  'eks.update-nodegroup-version.version': 'kubernetes-version',
98
+ 'eks.update-cluster-components-version.version': 'kubernetes-version',
98
99
  'schemas.*.version': 'schema-version',
99
100
  'sagemaker.delete-image-version.version': 'version-number',
100
101
  'sagemaker.describe-image-version.version': 'version-number',