Skip to content

Commit

Permalink
Merge branch 'release-1.29.134'
Browse files Browse the repository at this point in the history
* release-1.29.134:
  Bumping version to 1.29.134
  Update to latest partitions and endpoints
  Update to latest models
  Address virtual host style addressing bugs for short subdomains provided in ``endpoint_url`` (#2941)
  Fix .git-blame-ignore-revs hash (#2936)
  • Loading branch information
aws-sdk-python-automation committed May 15, 2023
2 parents a16d57d + 00eb9be commit 916353c
Show file tree
Hide file tree
Showing 20 changed files with 1,351 additions and 1,383 deletions.
37 changes: 37 additions & 0 deletions .changes/1.29.134.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "EndpointProvider",
"description": "Fixed bug in virtual addressing for S3 Buckets `#2938 <https://github.com/boto/botocore/issues/2938>`__",
"type": "bugfix"
},
{
"category": "``athena``",
"description": "You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.",
"type": "api-change"
},
{
"category": "``codecatalyst``",
"description": "With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst",
"type": "api-change"
},
{
"category": "``kafka``",
"description": "Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs",
"type": "api-change"
},
{
"category": "``rekognition``",
"description": "This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.",
"type": "api-change"
},
{
"category": "``rolesanywhere``",
"description": "Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.",
"type": "api-change"
}
]
2 changes: 1 addition & 1 deletion .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ a2c2fe68a2f9ae259dd1d72b172d41c7c81808cd
10747e5e2f2f97a9493b91b5c886bda71678e3be

# Update to black 23
9faeaa6e4fd3c5136c5d1ee9fb72d4aa17d889cf
459a6a370ea1a4ab52b792f3d6e8311bc774b583
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.29.134
========

* bugfix:EndpointProvider: Fixed bug in virtual addressing for S3 Buckets `#2938 <https://github.com/boto/botocore/issues/2938>`__
* api-change:``athena``: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
* api-change:``codecatalyst``: With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst
* api-change:``kafka``: Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs
* api-change:``rekognition``: This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.
* api-change:``rolesanywhere``: Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600.
* api-change:``transfer``: This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.


1.29.133
========

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.29.133'
__version__ = '1.29.134'


class NullHandler(logging.Handler):
Expand Down
4 changes: 4 additions & 0 deletions botocore/data/athena/2017-05-18/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1989,6 +1989,10 @@
"AdditionalConfigs":{
"shape":"ParametersMap",
"documentation":"<p>Contains additional notebook engine <code>MAP&lt;string, string&gt;</code> parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the <a>StartSessionRequest$NotebookVersion</a> field, and then add a key named <code>NotebookId</code> to <code>AdditionalConfigs</code> that has the value of the Athena notebook ID.</p>"
},
"SparkProperties":{
"shape":"ParametersMap",
"documentation":"<p>Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.</p>"
}
},
"documentation":"<p>Contains data processing unit (DPU) configuration settings and parameter mappings for a notebook engine.</p>"
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/codecatalyst/2022-09-28/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
"input_token": "nextToken",
"output_token": "nextToken",
"result_key": "items"
},
"ListDevEnvironmentSessions": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "items"
}
}
}
124 changes: 123 additions & 1 deletion botocore/data/codecatalyst/2022-09-28/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,25 @@
],
"documentation":"<p>Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your Amazon Web Services Builder ID.</p>"
},
"ListDevEnvironmentSessions":{
"name":"ListDevEnvironmentSessions",
"http":{
"method":"POST",
"requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{devEnvironmentId}/sessions",
"responseCode":200
},
"input":{"shape":"ListDevEnvironmentSessionsRequest"},
"output":{"shape":"ListDevEnvironmentSessionsResponse"},
"errors":[
{"shape":"ThrottlingException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Retrieves a list of active sessions for a Dev Environment in a project.</p>"
},
"ListDevEnvironments":{
"name":"ListDevEnvironments",
"http":{
Expand Down Expand Up @@ -929,13 +948,55 @@
},
"documentation":"<p>Information about the configuration of a Dev Environment session.</p>"
},
"DevEnvironmentSessionSummary":{
"type":"structure",
"required":[
"spaceName",
"projectName",
"devEnvironmentId",
"startedTime",
"id"
],
"members":{
"spaceName":{
"shape":"NameString",
"documentation":"<p>The name of the space.</p>"
},
"projectName":{
"shape":"NameString",
"documentation":"<p>The name of the project in the space.</p>"
},
"devEnvironmentId":{
"shape":"Uuid",
"documentation":"<p>The system-generated unique ID of the Dev Environment.</p>"
},
"startedTime":{
"shape":"SyntheticTimestamp_date_time",
"documentation":"<p>The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339</a> </p>"
},
"id":{
"shape":"DevEnvironmentSessionSummaryIdString",
"documentation":"<p>The system-generated unique ID of the Dev Environment session.</p>"
}
},
"documentation":"<p>Information about active sessions for a Dev Environment.</p>"
},
"DevEnvironmentSessionSummaryIdString":{
"type":"string",
"max":96,
"min":1
},
"DevEnvironmentSessionType":{
"type":"string",
"enum":[
"SSM",
"SSH"
]
},
"DevEnvironmentSessionsSummaryList":{
"type":"list",
"member":{"shape":"DevEnvironmentSessionSummary"}
},
"DevEnvironmentStatus":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1612,6 +1673,67 @@
}
}
},
"ListDevEnvironmentSessionsRequest":{
"type":"structure",
"required":[
"spaceName",
"projectName",
"devEnvironmentId"
],
"members":{
"spaceName":{
"shape":"NameString",
"documentation":"<p>The name of the space.</p>",
"location":"uri",
"locationName":"spaceName"
},
"projectName":{
"shape":"NameString",
"documentation":"<p>The name of the project in the space.</p>",
"location":"uri",
"locationName":"projectName"
},
"devEnvironmentId":{
"shape":"Uuid",
"documentation":"<p>The system-generated unique ID of the Dev Environment.</p>",
"location":"uri",
"locationName":"devEnvironmentId"
},
"nextToken":{
"shape":"ListDevEnvironmentSessionsRequestNextTokenString",
"documentation":"<p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>"
},
"maxResults":{
"shape":"ListDevEnvironmentSessionsRequestMaxResultsInteger",
"documentation":"<p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>"
}
}
},
"ListDevEnvironmentSessionsRequestMaxResultsInteger":{
"type":"integer",
"box":true,
"max":200,
"min":1
},
"ListDevEnvironmentSessionsRequestNextTokenString":{
"type":"string",
"max":10000,
"min":1
},
"ListDevEnvironmentSessionsResponse":{
"type":"structure",
"required":["items"],
"members":{
"items":{
"shape":"DevEnvironmentSessionsSummaryList",
"documentation":"<p>Information about each session retrieved in the list.</p>"
},
"nextToken":{
"shape":"String",
"documentation":"<p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>"
}
}
},
"ListDevEnvironmentsRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2671,5 +2793,5 @@
"min":1
}
},
"documentation":"<p>Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst API to work with the following objects. </p> <p>Dev Environments and the Amazon Web Services Toolkits, by calling the following:</p> <ul> <li> <p> <a>CreateAccessToken</a>, which creates a personal access token (PAT) for the current user.</p> </li> <li> <p> <a>CreateDevEnvironment</a>, which creates a Dev Environment, where you can quickly work on the code stored in the source repositories of your project.</p> </li> <li> <p> <a>CreateProject</a> which creates a project in a specified space.</p> </li> <li> <p> <a>CreateSourceRepositoryBranch</a>, which creates a branch in a specified repository where you can work on code.</p> </li> <li> <p> <a>DeleteDevEnvironment</a>, which deletes a Dev Environment.</p> </li> <li> <p> <a>GetDevEnvironment</a>, which returns information about a Dev Environment.</p> </li> <li> <p> <a>GetProject</a>, which returns information about a project.</p> </li> <li> <p> <a>GetSourceRepositoryCloneUrls</a>, which returns information about the URLs that can be used with a Git client to clone a source repository.</p> </li> <li> <p> <a>GetSpace</a>, which returns information about a space.</p> </li> <li> <p> <a>GetSubscription</a>, which returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.</p> </li> <li> <p> <a>GetUserDetails</a>, which returns information about a user in Amazon CodeCatalyst.</p> </li> <li> <p> <a>ListDevEnvironments</a>, which retrieves a list of Dev Environments in a project.</p> </li> <li> <p> <a>ListProjects</a>, which retrieves a list of projects in a space.</p> </li> <li> <p> <a>ListSourceRepositories</a>, which retrieves a list of source repositories in a project.</p> </li> <li> <p> <a>ListSourceRepositoryBranches</a>, which retrieves a list of branches in a source repository.</p> </li> <li> <p> <a>ListSpaces</a>, which retrieves a list of spaces.</p> </li> <li> <p> <a>StartDevEnvironment</a>, which starts a specified Dev Environment and puts it into an active state.</p> </li> <li> <p> <a>StartDevEnvironmentSession</a>, which starts a session to a specified Dev Environment.</p> </li> <li> <p> <a>StopDevEnvironment</a>, which stops a specified Dev Environment and puts it into an stopped state.</p> </li> <li> <p> <a>StopDevEnvironmentSession</a>, which stops a session for a specified Dev Environment.</p> </li> <li> <p> <a>UpdateDevEnvironment</a>, which changes one or more values for a Dev Environment.</p> </li> <li> <p> <a>VerifySession</a>, which verifies whether the calling user has a valid Amazon CodeCatalyst login and session.</p> </li> </ul> <p>Security, activity, and resource management in Amazon CodeCatalyst, by calling the following:</p> <ul> <li> <p> <a>DeleteAccessToken</a>, which deletes a specified personal access token (PAT).</p> </li> <li> <p> <a>ListAccessTokens</a>, which lists all personal access tokens (PATs) associated with a user.</p> </li> <li> <p> <a>ListEventLogs</a>, which retrieves a list of events that occurred during a specified time period in a space.</p> </li> </ul> <note> <p>If you are using the Amazon CodeCatalyst APIs with an SDK or the CLI, you must configure your computer to work with Amazon CodeCatalyst and single sign-on (SSO). For more information, see <a href=\"https://docs.aws.amazon.com/codecatalyst/latest/userguide/set-up-cli.html\">Setting up to use the CLI with Amazon CodeCatalyst</a> and the SSO documentation for your SDK.</p> </note>"
"documentation":"<p>Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst API to work with the following objects. </p> <p>Dev Environments and the Amazon Web Services Toolkits, by calling the following:</p> <ul> <li> <p> <a>CreateAccessToken</a>, which creates a personal access token (PAT) for the current user.</p> </li> <li> <p> <a>CreateDevEnvironment</a>, which creates a Dev Environment, where you can quickly work on the code stored in the source repositories of your project.</p> </li> <li> <p> <a>CreateProject</a> which creates a project in a specified space.</p> </li> <li> <p> <a>CreateSourceRepositoryBranch</a>, which creates a branch in a specified repository where you can work on code.</p> </li> <li> <p> <a>DeleteDevEnvironment</a>, which deletes a Dev Environment.</p> </li> <li> <p> <a>GetDevEnvironment</a>, which returns information about a Dev Environment.</p> </li> <li> <p> <a>GetProject</a>, which returns information about a project.</p> </li> <li> <p> <a>GetSourceRepositoryCloneUrls</a>, which returns information about the URLs that can be used with a Git client to clone a source repository.</p> </li> <li> <p> <a>GetSpace</a>, which returns information about a space.</p> </li> <li> <p> <a>GetSubscription</a>, which returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.</p> </li> <li> <p> <a>GetUserDetails</a>, which returns information about a user in Amazon CodeCatalyst.</p> </li> <li> <p> <a>ListDevEnvironments</a>, which retrieves a list of Dev Environments in a project.</p> </li> <li> <p> <a>ListDevEnvironmentSessions</a>, which retrieves a list of active Dev Environment sessions in a project.</p> </li> <li> <p> <a>ListProjects</a>, which retrieves a list of projects in a space.</p> </li> <li> <p> <a>ListSourceRepositories</a>, which retrieves a list of source repositories in a project.</p> </li> <li> <p> <a>ListSourceRepositoryBranches</a>, which retrieves a list of branches in a source repository.</p> </li> <li> <p> <a>ListSpaces</a>, which retrieves a list of spaces.</p> </li> <li> <p> <a>StartDevEnvironment</a>, which starts a specified Dev Environment and puts it into an active state.</p> </li> <li> <p> <a>StartDevEnvironmentSession</a>, which starts a session to a specified Dev Environment.</p> </li> <li> <p> <a>StopDevEnvironment</a>, which stops a specified Dev Environment and puts it into an stopped state.</p> </li> <li> <p> <a>StopDevEnvironmentSession</a>, which stops a session for a specified Dev Environment.</p> </li> <li> <p> <a>UpdateDevEnvironment</a>, which changes one or more values for a Dev Environment.</p> </li> <li> <p> <a>VerifySession</a>, which verifies whether the calling user has a valid Amazon CodeCatalyst login and session.</p> </li> </ul> <p>Security, activity, and resource management in Amazon CodeCatalyst, by calling the following:</p> <ul> <li> <p> <a>DeleteAccessToken</a>, which deletes a specified personal access token (PAT).</p> </li> <li> <p> <a>ListAccessTokens</a>, which lists all personal access tokens (PATs) associated with a user.</p> </li> <li> <p> <a>ListEventLogs</a>, which retrieves a list of events that occurred during a specified time period in a space.</p> </li> </ul> <note> <p>If you are using the Amazon CodeCatalyst APIs with an SDK or the CLI, you must configure your computer to work with Amazon CodeCatalyst and single sign-on (SSO). For more information, see <a href=\"https://docs.aws.amazon.com/codecatalyst/latest/userguide/set-up-cli.html\">Setting up to use the CLI with Amazon CodeCatalyst</a> and the SSO documentation for your SDK.</p> </note>"
}
22 changes: 20 additions & 2 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -21990,8 +21990,26 @@
},
"route53resolver" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "route53resolver.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-east-1-fips" : {
"deprecated" : true,
"hostname" : "route53resolver.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "route53resolver.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1-fips" : {
"deprecated" : true,
"hostname" : "route53resolver.us-gov-west-1.amazonaws.com"
}
}
},
"runtime.lex" : {
Expand Down
5 changes: 3 additions & 2 deletions botocore/data/kafka/2018-11-14/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4015,7 +4015,8 @@
"locationName": "nextToken",
"documentation": "\n <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. \n To get the next batch, provide this token in your next request.</p>\n "
}
}
},
"required": [ "ClusterArn" ]
},
"ListClientVpcConnectionsResponse": {
"type": "structure",
Expand Down Expand Up @@ -4079,7 +4080,7 @@
"documentation": "\n <p>The VPC connection ARN.</p>\n "
}
},
"required" : [ "VpcConnectionArn" ]
"required" : [ "VpcConnectionArn", "ClusterArn" ]
},
"RejectClientVpcConnectionResponse" : {
"type": "structure",
Expand Down
Loading

0 comments on commit 916353c

Please sign in to comment.