Skip to content

Commit

Permalink
Merge branch 'release-1.34.115' into develop
Browse files Browse the repository at this point in the history
* release-1.34.115:
  Bumping version to 1.34.115
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed May 29, 2024
2 parents dcadf47 + 0d31b93 commit 1f7932b
Show file tree
Hide file tree
Showing 10 changed files with 446 additions and 17 deletions.
27 changes: 27 additions & 0 deletions .changes/1.34.115.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``athena``",
"description": "Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\\`",
"type": "api-change"
},
{
"category": "``codebuild``",
"description": "AWS CodeBuild now supports manually creating GitHub webhooks",
"type": "api-change"
},
{
"category": "``connect``",
"description": "This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "Add optional field JobMode to CreateJob and UpdateJob APIs.",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "Add ROOT type for TargetType model",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.34.115
========

* api-change:``athena``: Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\`
* api-change:``codebuild``: AWS CodeBuild now supports manually creating GitHub webhooks
* api-change:``connect``: This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect.
* api-change:``glue``: Add optional field JobMode to CreateJob and UpdateJob APIs.
* api-change:``securityhub``: Add ROOT type for TargetType model


1.34.114
========

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.34.114'
__version__ = '1.34.115'


class NullHandler(logging.Handler):
Expand Down
11 changes: 6 additions & 5 deletions botocore/data/athena/2017-05-18/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"endpointPrefix":"athena",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceFullName":"Amazon Athena",
"serviceId":"Athena",
"signatureVersion":"v4",
Expand Down Expand Up @@ -462,7 +463,7 @@
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
],
"documentation":"<p>Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran. Query execution runtime statistics are returned only when <a>QueryExecutionStatus$State</a> is in a SUCCEEDED or FAILED state. Stage-level input and output row count and data size statistics are not shown when a query has row-level filters defined in Lake Formation.</p>"
"documentation":"<p>Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran. Statistics from the <code>Timeline</code> section of the response object are available as soon as <a>QueryExecutionStatus$State</a> is in a SUCCEEDED or FAILED state. The remaining non-timeline statistics in the response (like stage-level input and output row count and data size) are updated asynchronously and may not be available immediately after a query completes. The non-timeline statistics are also not included when a query has row-level filters defined in Lake Formation.</p>"
},
"GetSession":{
"name":"GetSession",
Expand Down Expand Up @@ -3453,7 +3454,7 @@
"type":"string",
"max":255,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]+"
"pattern":"(?!.*[/:\\\\])[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]+"
},
"NotebookSessionSummary":{
"type":"structure",
Expand Down Expand Up @@ -3916,7 +3917,7 @@
"members":{
"OutputLocation":{
"shape":"ResultOutputLocation",
"documentation":"<p>The location in Amazon S3 where your query and calculation results are stored, such as <code>s3://path/to/query/bucket/</code>. To run the query, you must specify the query results location using one of the ways: either for individual queries using either this setting (client-side), or in the workgroup, using <a>WorkGroupConfiguration</a>. If none of them is set, Athena issues an error that no output location is provided. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/querying.html\">Working with query results, recent queries, and output files</a>. If workgroup settings override client-side settings, then the query uses the settings specified for the workgroup. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a>.</p>"
"documentation":"<p>The location in Amazon S3 where your query and calculation results are stored, such as <code>s3://path/to/query/bucket/</code>. To run the query, you must specify the query results location using one of the ways: either for individual queries using either this setting (client-side), or in the workgroup, using <a>WorkGroupConfiguration</a>. If none of them is set, Athena issues an error that no output location is provided. If workgroup settings override client-side settings, then the query uses the settings specified for the workgroup. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a>.</p>"
},
"EncryptionConfiguration":{
"shape":"EncryptionConfiguration",
Expand All @@ -3938,7 +3939,7 @@
"members":{
"OutputLocation":{
"shape":"ResultOutputLocation",
"documentation":"<p>The location in Amazon S3 where your query and calculation results are stored, such as <code>s3://path/to/query/bucket/</code>. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/querying.html\">Working with query results, recent queries, and output files</a>. If workgroup settings override client-side settings, then the query uses the location for the query results and the encryption configuration that are specified for the workgroup. The \"workgroup settings override\" is specified in <code>EnforceWorkGroupConfiguration</code> (true/false) in the <code>WorkGroupConfiguration</code>. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a>.</p>"
"documentation":"<p>The location in Amazon S3 where your query and calculation results are stored, such as <code>s3://path/to/query/bucket/</code>. If workgroup settings override client-side settings, then the query uses the location for the query results and the encryption configuration that are specified for the workgroup. The \"workgroup settings override\" is specified in <code>EnforceWorkGroupConfiguration</code> (true/false) in the <code>WorkGroupConfiguration</code>. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a>.</p>"
},
"RemoveOutputLocation":{
"shape":"BoxedBoolean",
Expand Down Expand Up @@ -4850,7 +4851,7 @@
"members":{
"ResultConfiguration":{
"shape":"ResultConfiguration",
"documentation":"<p>The configuration for the workgroup, which includes the location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results. To run the query, you must specify the query results location using one of the ways: either in the workgroup using this setting, or for individual queries (client-side), using <a>ResultConfiguration$OutputLocation</a>. If none of them is set, Athena issues an error that no output location is provided. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/querying.html\">Working with query results, recent queries, and output files</a>.</p>"
"documentation":"<p>The configuration for the workgroup, which includes the location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results. To run the query, you must specify the query results location using one of the ways: either in the workgroup using this setting, or for individual queries (client-side), using <a>ResultConfiguration$OutputLocation</a>. If none of them is set, Athena issues an error that no output location is provided.</p>"
},
"EnforceWorkGroupConfiguration":{
"shape":"BoxedBoolean",
Expand Down
14 changes: 11 additions & 3 deletions botocore/data/codebuild/2016-10-06/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@
"vpcConfig":{"shape":"VpcConfig"},
"fleetServiceRole":{
"shape":"NonEmptyString",
"documentation":"<p>The service role associated with the compute fleet.</p>"
"documentation":"<p>The service role associated with the compute fleet. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html\"> Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>"
},
"tags":{
"shape":"TagList",
Expand Down Expand Up @@ -1783,6 +1783,10 @@
"buildType":{
"shape":"WebhookBuildType",
"documentation":"<p>Specifies the type of build this webhook will trigger.</p>"
},
"manualCreation":{
"shape":"WrapperBoolean",
"documentation":"<p>If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns <code>payloadUrl</code> and <code>secret</code> values for the webhook. The <code>payloadUrl</code> and <code>secret</code> values in the output can be used to manually create a webhook within GitHub.</p> <note> <p>manualCreation is only available for GitHub webhooks.</p> </note>"
}
}
},
Expand Down Expand Up @@ -2219,7 +2223,7 @@
"vpcConfig":{"shape":"VpcConfig"},
"fleetServiceRole":{
"shape":"NonEmptyString",
"documentation":"<p>The service role associated with the compute fleet.</p>"
"documentation":"<p>The service role associated with the compute fleet. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html\"> Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>"
},
"tags":{
"shape":"TagList",
Expand Down Expand Up @@ -4499,7 +4503,7 @@
"vpcConfig":{"shape":"VpcConfig"},
"fleetServiceRole":{
"shape":"NonEmptyString",
"documentation":"<p>The service role associated with the compute fleet.</p>"
"documentation":"<p>The service role associated with the compute fleet. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html\"> Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>"
},
"tags":{
"shape":"TagList",
Expand Down Expand Up @@ -4757,6 +4761,10 @@
"shape":"WebhookBuildType",
"documentation":"<p>Specifies the type of build this webhook will trigger.</p>"
},
"manualCreation":{
"shape":"WrapperBoolean",
"documentation":"<p>If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns <code>payloadUrl</code> and <code>secret</code> values for the webhook. The <code>payloadUrl</code> and <code>secret</code> values in the output can be used to manually create a webhook within GitHub.</p> <note> <p>manualCreation is only available for GitHub webhooks.</p> </note>"
},
"lastModifiedSecret":{
"shape":"Timestamp",
"documentation":"<p>A timestamp that indicates the last time a repository's secret token was modified. </p>"
Expand Down
Loading

0 comments on commit 1f7932b

Please sign in to comment.