Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/v2' into benchmarks-7
Browse files Browse the repository at this point in the history
  • Loading branch information
aemous committed Feb 10, 2025
2 parents 6378b26 + 30b2d49 commit bb333ed
Show file tree
Hide file tree
Showing 56 changed files with 14,331 additions and 9,032 deletions.
32 changes: 32 additions & 0 deletions .changes/2.23.13.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``neptune-graph``",
"description": "Added argument to `list-export` to filter by graph ID",
"type": "api-change"
},
{
"category": "``iam``",
"description": "This release adds support for accepting encrypted SAML assertions. Customers can now configure their identity provider to encrypt the SAML assertions it sends to IAM.",
"type": "api-change"
},
{
"category": "``qbusiness``",
"description": "Adds functionality to enable/disable a new Q Business Chat orchestration feature. If enabled, Q Business can orchestrate over datasources and plugins without the need for customers to select specific chat modes.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "IPv6 support for Hyperpod clusters",
"type": "api-change"
},
{
"category": "``dms``",
"description": "Introduces TargetDataSettings with the TablePreparationMode option available for data migrations.",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "Doc-only update to provide more information on using Kerberos authentication with SMB locations.",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions .changes/2.23.14.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"category": "``rds``",
"description": "Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation.",
"type": "api-change"
}
]
22 changes: 22 additions & 0 deletions .changes/2.23.15.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``cost-optimization-hub``",
"description": "This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.",
"type": "api-change"
},
{
"category": "``connectcases``",
"description": "This release adds the ability to conditionally require fields on a template. Check public documentation for more information.",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions.",
"type": "api-change"
}
]
32 changes: 32 additions & 0 deletions .changes/2.24.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``ecr``",
"description": "Adds support to handle the new basic scanning daily quota.",
"type": "api-change"
},
{
"category": "``pi``",
"description": "Adds documentation for dimension groups and dimensions to analyze locks for Database Insights.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API",
"type": "api-change"
},
{
"category": "``transcribe``",
"description": "This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe.",
"type": "api-change"
},
{
"category": "``emr-containers``",
"description": "Add custom ``create-role-associations`` and ``delete-role-associations`` commands to create/delete role associations for EMR service accounts and provided IAM role.",
"type": "feature"
},
{
"category": "``mediaconvert``",
"description": "This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format",
"type": "api-change"
}
]
22 changes: 22 additions & 0 deletions .changes/2.24.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``connect``",
"description": "Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts.",
"type": "api-change"
},
{
"category": "``apigatewayv2``",
"description": "Documentation updates for Amazon API Gateway",
"type": "api-change"
},
{
"category": "``cloudfront``",
"description": "Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.",
"type": "api-change"
},
{
"category": "``dms``",
"description": "New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS",
"type": "api-change"
}
]
46 changes: 46 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,52 @@
CHANGELOG
=========

2.24.1
======

* api-change:``connect``: Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts.
* api-change:``apigatewayv2``: Documentation updates for Amazon API Gateway
* api-change:``cloudfront``: Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.
* api-change:``dms``: New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS


2.24.0
======

* api-change:``ecr``: Adds support to handle the new basic scanning daily quota.
* api-change:``pi``: Adds documentation for dimension groups and dimensions to analyze locks for Database Insights.
* api-change:``eks``: Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API
* api-change:``transcribe``: This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe.
* feature:``emr-containers``: Add custom ``create-role-associations`` and ``delete-role-associations`` commands to create/delete role associations for EMR service accounts and provided IAM role.
* api-change:``mediaconvert``: This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format


2.23.15
=======

* api-change:``cost-optimization-hub``: This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types.
* api-change:``s3``: Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.
* api-change:``connectcases``: This release adds the ability to conditionally require fields on a template. Check public documentation for more information.
* api-change:``cloudformation``: We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions.


2.23.14
=======

* api-change:``rds``: Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation.


2.23.13
=======

* api-change:``neptune-graph``: Added argument to `list-export` to filter by graph ID
* api-change:``iam``: This release adds support for accepting encrypted SAML assertions. Customers can now configure their identity provider to encrypt the SAML assertions it sends to IAM.
* api-change:``qbusiness``: Adds functionality to enable/disable a new Q Business Chat orchestration feature. If enabled, Q Business can orchestrate over datasources and plugins without the need for customers to select specific chat modes.
* api-change:``sagemaker``: IPv6 support for Hyperpod clusters
* api-change:``dms``: Introduces TargetDataSettings with the TablePreparationMode option available for data migrations.
* api-change:``datasync``: Doc-only update to provide more information on using Kerberos authentication with SMB locations.


2.23.12
=======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import importlib.abc
import sys

__version__ = '2.23.12'
__version__ = '2.24.1'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion awscli/alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def _get_global_parameters_to_update(self, arg_parser, parsed_alias_args):
if parsed_param in self.UNSUPPORTED_GLOBAL_PARAMETERS:
raise InvalidAliasException(
'Global parameter "--%s" detected in alias "%s" '
'which is not support in subcommand aliases.' % (
'which is not supported in subcommand aliases.' % (
parsed_param, self._alias_name))
else:
global_params_to_update.append(parsed_param)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -83,7 +82,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -96,7 +96,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -133,7 +131,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -168,7 +165,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -179,14 +175,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -200,14 +198,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -216,11 +212,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -231,14 +227,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -252,7 +250,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -272,7 +269,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -283,14 +279,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -301,9 +299,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
Loading

0 comments on commit bb333ed

Please sign in to comment.