Skip to content

Commit

Permalink
Merge pull request #7294 from cli-v2-merge/update-v2
Browse files Browse the repository at this point in the history
[v2] Merge model updates and develop branch to v2 branch
  • Loading branch information
stealthycoin authored Sep 23, 2022
2 parents 80bea7e + e751037 commit 433c43a
Show file tree
Hide file tree
Showing 20 changed files with 885 additions and 155 deletions.
22 changes: 22 additions & 0 deletions .changes/1.25.79.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "Python",
"description": "Add support for Python 3.11",
"type": "enhancement"
},
{
"category": "``comprehend``",
"description": "Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.",
"type": "api-change"
}
]
27 changes: 27 additions & 0 deletions .changes/1.25.80.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``backup-gateway``",
"description": "Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.",
"type": "api-change"
},
{
"category": "``devicefarm``",
"description": "This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Documentation updates for Amazon EC2.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "Added support for S3 Event Notifications for Catalog Target Crawlers.",
"type": "api-change"
},
{
"category": "``identitystore``",
"description": "Documentation updates for the Identity Store CLI Reference.",
"type": "api-change"
}
]
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-backupgateway-92776.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``backup-gateway``",
"description": "Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-comprehend-74193.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``comprehend``",
"description": "Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-devicefarm-38461.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``devicefarm``",
"description": "This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-ec2-87291.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``ec2``",
"description": "Documentation updates for Amazon EC2.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-glue-98058.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``glue``",
"description": "Added support for S3 Event Notifications for Catalog Target Crawlers.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-identitystore-98438.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``identitystore``",
"description": "Documentation updates for the Identity Store CLI Reference.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-s3control-84147.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``s3control``",
"description": "S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-sagemaker-2226.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``sagemaker``",
"description": "SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.",
"type": "api-change"
}
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4108,6 +4108,25 @@ CHANGELOG
* feature:wizard: Added support for AWS CLI Wizards. See `#3752 <https://github.com/aws/aws-cli/issues/3752>`__.


1.25.80
=======

* api-change:``backup-gateway``: Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.
* api-change:``devicefarm``: This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.
* api-change:``ec2``: Documentation updates for Amazon EC2.
* api-change:``glue``: Added support for S3 Event Notifications for Catalog Target Crawlers.
* api-change:``identitystore``: Documentation updates for the Identity Store CLI Reference.


1.25.79
=======

* enhancement:Python: Add support for Python 3.11
* api-change:``comprehend``: Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.
* api-change:``s3control``: S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.
* api-change:``sagemaker``: SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.


1.25.78
=======

Expand Down
Loading

0 comments on commit 433c43a

Please sign in to comment.