Skip to content

Commit

Permalink
Merge branch 'release-1.27.83'
Browse files Browse the repository at this point in the history
* release-1.27.83:
  Bumping version to 1.27.83
  Update to latest endpoints
  Update to latest models
  updated vanilla test files and rename provider test file (#2767)
  • Loading branch information
aws-sdk-python-automation committed Sep 29, 2022
2 parents 0fc439a + 934de92 commit 80ea2ed
Show file tree
Hide file tree
Showing 21 changed files with 4,232 additions and 195 deletions.
57 changes: 57 additions & 0 deletions .changes/1.27.83.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"category": "``acm``",
"description": "This update returns additional certificate details such as certificate SANs and allows sorting in the ListCertificates API.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "u-3tb1 instances are powered by Intel Xeon Platinum 8176M (Skylake) processors and are purpose-built to run large in-memory databases.",
"type": "api-change"
},
{
"category": "``emr-serverless``",
"description": "This release adds API support to debug Amazon EMR Serverless jobs in real-time with live application UIs",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "This release adds support for Amazon File Cache.",
"type": "api-change"
},
{
"category": "``migrationhuborchestrator``",
"description": "Introducing AWS MigrationHubOrchestrator. This is the first public release of AWS MigrationHubOrchestrator.",
"type": "api-change"
},
{
"category": "``polly``",
"description": "Added support for the new Cantonese voice - Hiujin. Hiujin is available as a Neural voice only.",
"type": "api-change"
},
{
"category": "``proton``",
"description": "This release adds an option to delete pipeline provisioning repositories using the UpdateAccountSettings API",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "SageMaker Training Managed Warm Pools let you retain provisioned infrastructure to reduce latency for repetitive training workloads.",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "Documentation updates for Secrets Manager",
"type": "api-change"
},
{
"category": "``translate``",
"description": "This release enables customers to access control rights on Translate resources like Parallel Data and Custom Terminology using Tag Based Authorization.",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "This release includes diagnostic log uploading feature. If it is enabled, the log files of WorkSpaces Windows client will be sent to Amazon WorkSpaces automatically for troubleshooting. You can use modifyClientProperty api to enable/disable this feature.",
"type": "api-change"
}
]
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
CHANGELOG
=========

1.27.83
=======

* api-change:``acm``: This update returns additional certificate details such as certificate SANs and allows sorting in the ListCertificates API.
* api-change:``ec2``: u-3tb1 instances are powered by Intel Xeon Platinum 8176M (Skylake) processors and are purpose-built to run large in-memory databases.
* api-change:``emr-serverless``: This release adds API support to debug Amazon EMR Serverless jobs in real-time with live application UIs
* api-change:``fsx``: This release adds support for Amazon File Cache.
* api-change:``migrationhuborchestrator``: Introducing AWS MigrationHubOrchestrator. This is the first public release of AWS MigrationHubOrchestrator.
* api-change:``polly``: Added support for the new Cantonese voice - Hiujin. Hiujin is available as a Neural voice only.
* api-change:``proton``: This release adds an option to delete pipeline provisioning repositories using the UpdateAccountSettings API
* api-change:``sagemaker``: SageMaker Training Managed Warm Pools let you retain provisioned infrastructure to reduce latency for repetitive training workloads.
* api-change:``secretsmanager``: Documentation updates for Secrets Manager
* api-change:``translate``: This release enables customers to access control rights on Translate resources like Parallel Data and Custom Terminology using Tag Based Authorization.
* api-change:``workspaces``: This release includes diagnostic log uploading feature. If it is enabled, the log files of WorkSpaces Windows client will be sent to Amazon WorkSpaces automatically for troubleshooting. You can use modifyClientProperty api to enable/disable this feature.


1.27.82
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.27.82'
__version__ = '1.27.83'


class NullHandler(logging.Handler):
Expand Down
123 changes: 109 additions & 14 deletions botocore/data/acm/2015-12-08/service-2.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -32212,7 +32212,8 @@
"r6a.32xlarge",
"r6a.48xlarge",
"r6a.metal",
"p4de.24xlarge"
"p4de.24xlarge",
"u-3tb1.56xlarge"
]
},
"InstanceTypeHypervisor":{
Expand Down
56 changes: 52 additions & 4 deletions botocore/data/emr-serverless/2021-07-13/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,22 @@
],
"documentation":"<p>Displays detailed information about a specified application.</p>"
},
"GetDashboardForJobRun":{
"name":"GetDashboardForJobRun",
"http":{
"method":"GET",
"requestUri":"/applications/{applicationId}/jobruns/{jobRunId}/dashboard",
"responseCode":200
},
"input":{"shape":"GetDashboardForJobRunRequest"},
"output":{"shape":"GetDashboardForJobRunResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Returns a URL to access the job run dashboard.</p>"
},
"GetJobRun":{
"name":"GetJobRun",
"http":{
Expand Down Expand Up @@ -430,8 +446,7 @@
},
"idleTimeoutMinutes":{
"shape":"AutoStopConfigIdleTimeoutMinutesInteger",
"documentation":"<p>The amount of idle time in minutes after which your application will automatically stop. Defaults to 15 minutes.</p>",
"box":true
"documentation":"<p>The amount of idle time in minutes after which your application will automatically stop. Defaults to 15 minutes.</p>"
}
},
"documentation":"<p>The configuration for an application to automatically stop after a certain amount of time being idle.</p>"
Expand Down Expand Up @@ -704,6 +719,36 @@
}
}
},
"GetDashboardForJobRunRequest":{
"type":"structure",
"required":[
"applicationId",
"jobRunId"
],
"members":{
"applicationId":{
"shape":"ApplicationId",
"documentation":"<p>The ID of the application.</p>",
"location":"uri",
"locationName":"applicationId"
},
"jobRunId":{
"shape":"JobRunId",
"documentation":"<p>The ID of the job run.</p>",
"location":"uri",
"locationName":"jobRunId"
}
}
},
"GetDashboardForJobRunResponse":{
"type":"structure",
"members":{
"url":{
"shape":"Url",
"documentation":"<p>The URL to view job run's dashboard.</p>"
}
}
},
"GetJobRunRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1024,7 +1069,6 @@
"maxResults":{
"shape":"ListApplicationsRequestMaxResultsInteger",
"documentation":"<p>The maximum number of applications that can be listed.</p>",
"box":true,
"location":"querystring",
"locationName":"maxResults"
},
Expand Down Expand Up @@ -1075,7 +1119,6 @@
"maxResults":{
"shape":"ListJobRunsRequestMaxResultsInteger",
"documentation":"<p>The maximum number of job runs that can be listed.</p>",
"box":true,
"location":"querystring",
"locationName":"maxResults"
},
Expand Down Expand Up @@ -1599,6 +1642,11 @@
"min":1,
"pattern":".*[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\r\\n\\t]*.*"
},
"Url":{
"type":"string",
"max":2048,
"min":1
},
"ValidationException":{
"type":"structure",
"required":["message"],
Expand Down
16 changes: 16 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -9148,6 +9148,17 @@
"us-west-2" : { }
}
},
"migrationhub-orchestrator" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-west-2" : { }
}
},
"migrationhub-strategy" : {
"endpoints" : {
"ap-northeast-1" : { },
Expand Down Expand Up @@ -20814,6 +20825,11 @@
"us-isob-east-1" : { }
}
},
"resource-groups" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"route53" : {
"endpoints" : {
"aws-iso-b-global" : {
Expand Down

0 comments on commit 80ea2ed

Please sign in to comment.