Skip to content

Commit

Permalink
Merge branch 'release-1.35.23' into develop
Browse files Browse the repository at this point in the history
* release-1.35.23:
  Bumping version to 1.35.23
  Update to latest models
  Merge customizations for QuickSight
  • Loading branch information
aws-sdk-python-automation committed Sep 19, 2024
2 parents 0cce05f + f9994e1 commit 5d0b2be
Show file tree
Hide file tree
Showing 15 changed files with 814 additions and 32 deletions.
42 changes: 42 additions & 0 deletions .changes/1.35.23.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``codeconnections``",
"description": "This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output",
"type": "api-change"
},
{
"category": "``glue``",
"description": "This change is for releasing TestConnection api SDK model",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Tagging support for Lambda event source mapping, and code signing configuration resources.",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "This release provides support for additional DRM configurations per SPEKE Version 2.0.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "QuickSight: 1. Add new API - ListFoldersForResource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications.",
"type": "api-change"
},
{
"category": "``workspaces-web``",
"description": "WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs.",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.35.23
=======

* api-change:``codeconnections``: This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output
* api-change:``glue``: This change is for releasing TestConnection api SDK model
* api-change:``lambda``: Tagging support for Lambda event source mapping, and code signing configuration resources.
* api-change:``mediaconvert``: This release provides support for additional DRM configurations per SPEKE Version 2.0.
* api-change:``medialive``: Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings.
* api-change:``quicksight``: QuickSight: 1. Add new API - ListFoldersForResource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors.
* api-change:``sagemaker``: Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications.
* api-change:``workspaces-web``: WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs.


1.35.22
=======

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.35.22'
__version__ = '1.35.23'


class NullHandler(logging.Handler):
Expand Down
25 changes: 23 additions & 2 deletions botocore/data/codeconnections/2023-12-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"endpointPrefix":"codeconnections",
"jsonVersion":"1.0",
"protocol":"json",
"protocols":["json"],
"serviceFullName":"AWS CodeConnections",
"serviceId":"CodeConnections",
"signatureVersion":"v4",
"signingName":"codeconnections",
"targetPrefix":"com.amazonaws.codeconnections.CodeConnections_20231201",
"uid":"codeconnections-2023-12-01"
"uid":"codeconnections-2023-12-01",
"auth":["aws.auth#sigv4"]
},
"operations":{
"CreateConnection":{
Expand Down Expand Up @@ -518,7 +520,7 @@
},
"ConnectionArn":{
"shape":"ConnectionArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between Amazon Web Services.</p> <note> <p>The ARN is never reused if the connection is deleted.</p> </note>"
"documentation":"<p>The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between Amazon Web Servicesservices.</p> <note> <p>The ARN is never reused if the connection is deleted.</p> </note>"
},
"ProviderType":{
"shape":"ProviderType",
Expand Down Expand Up @@ -724,6 +726,10 @@
"TriggerResourceUpdateOn":{
"shape":"TriggerResourceUpdateOn",
"documentation":"<p>When to trigger Git sync to begin the stack update.</p>"
},
"PullRequestComment":{
"shape":"PullRequestComment",
"documentation":"<p>A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.</p>"
}
}
},
Expand Down Expand Up @@ -1321,6 +1327,13 @@
"DISABLED"
]
},
"PullRequestComment":{
"type":"string",
"enum":[
"ENABLED",
"DISABLED"
]
},
"RepositoryLinkArn":{
"type":"string",
"pattern":"^arn:aws(?:-[a-z]+)*:(codestar-connections|codeconnections):[a-z\\-0-9]+:\\d{12}:repository-link\\/[a-zA-Z0-9\\-:/]+"
Expand Down Expand Up @@ -1823,6 +1836,10 @@
"TriggerResourceUpdateOn":{
"shape":"TriggerResourceUpdateOn",
"documentation":"<p>When to trigger Git sync to begin the stack update.</p>"
},
"PullRequestComment":{
"shape":"PullRequestComment",
"documentation":"<p>A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.</p>"
}
},
"documentation":"<p>Information, such as repository, branch, provider, and resource names for a specific sync configuration.</p>"
Expand Down Expand Up @@ -2114,6 +2131,10 @@
"TriggerResourceUpdateOn":{
"shape":"TriggerResourceUpdateOn",
"documentation":"<p>When to trigger Git sync to begin the stack update.</p>"
},
"PullRequestComment":{
"shape":"PullRequestComment",
"documentation":"<p>TA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated.</p>"
}
}
},
Expand Down
61 changes: 61 additions & 0 deletions botocore/data/glue/2017-03-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3309,6 +3309,27 @@
],
"documentation":"<p>Adds tags to a resource. A tag is a label you can assign to an Amazon Web Services resource. In Glue, you can tag only certain resources. For information about what resources you can tag, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html\">Amazon Web Services Tags in Glue</a>.</p>"
},
"TestConnection":{
"name":"TestConnection",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"TestConnectionRequest"},
"output":{"shape":"TestConnectionResponse"},
"errors":[
{"shape":"InvalidInputException"},
{"shape":"OperationTimeoutException"},
{"shape":"ResourceNumberLimitExceededException"},
{"shape":"GlueEncryptionException"},
{"shape":"FederationSourceException"},
{"shape":"AccessDeniedException"},
{"shape":"EntityNotFoundException"},
{"shape":"ConflictException"},
{"shape":"InternalServiceException"}
],
"documentation":"<p>Tests a connection to a service to validate the service credentials that you provide.</p> <p>You can either provide an existing connection name or a <code>TestConnectionInput</code> for testing a non-existing connection input. Providing both at the same time will cause an error.</p> <p>If the action is successful, the service sends back an HTTP 200 response.</p>"
},
"UntagResource":{
"name":"UntagResource",
"http":{
Expand Down Expand Up @@ -22107,6 +22128,46 @@
"FIND_MATCHES"
]
},
"TestConnectionInput":{
"type":"structure",
"required":[
"ConnectionType",
"ConnectionProperties"
],
"members":{
"ConnectionType":{
"shape":"ConnectionType",
"documentation":"<p>The type of connection to test. This operation is only available for the <code>JDBC</code> or <code>SALESFORCE</code> connection types.</p>"
},
"ConnectionProperties":{
"shape":"ConnectionProperties",
"documentation":"<p>The key-value pairs that define parameters for the connection.</p> <p>JDBC connections use the following connection properties:</p> <ul> <li> <p>Required: All of (<code>HOST</code>, <code>PORT</code>, <code>JDBC_ENGINE</code>) or <code>JDBC_CONNECTION_URL</code>.</p> </li> <li> <p>Required: All of (<code>USERNAME</code>, <code>PASSWORD</code>) or <code>SECRET_ID</code>.</p> </li> <li> <p>Optional: <code>JDBC_ENFORCE_SSL</code>, <code>CUSTOM_JDBC_CERT</code>, <code>CUSTOM_JDBC_CERT_STRING</code>, <code>SKIP_CUSTOM_JDBC_CERT_VALIDATION</code>. These parameters are used to configure SSL with JDBC.</p> </li> </ul> <p>SALESFORCE connections require the <code>AuthenticationConfiguration</code> member to be configured.</p>"
},
"AuthenticationConfiguration":{
"shape":"AuthenticationConfigurationInput",
"documentation":"<p>A structure containing the authentication configuration in the TestConnection request. Required for a connection to Salesforce using OAuth authentication.</p>"
}
},
"documentation":"<p>A structure that is used to specify testing a connection to a service.</p>"
},
"TestConnectionRequest":{
"type":"structure",
"members":{
"ConnectionName":{
"shape":"NameString",
"documentation":"<p>Optional. The name of the connection to test. If only name is provided, the operation will get the connection and use that for testing.</p>"
},
"TestConnectionInput":{
"shape":"TestConnectionInput",
"documentation":"<p>A structure that is used to specify testing a connection to a service.</p>"
}
}
},
"TestConnectionResponse":{
"type":"structure",
"members":{
}
},
"ThrottlingException":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit 5d0b2be

Please sign in to comment.