Skip to content

Commit

Permalink
Updates SDK to v2.1630.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 29, 2024
1 parent 3915dc7 commit 7dedde8
Show file tree
Hide file tree
Showing 23 changed files with 2,311 additions and 1,245 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1630.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Athena",
"description": "Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\\`"
},
{
"type": "feature",
"category": "CodeBuild",
"description": "AWS CodeBuild now supports manually creating GitHub webhooks"
},
{
"type": "feature",
"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": "feature",
"category": "Glue",
"description": "Add optional field JobMode to CreateJob and UpdateJob APIs."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "Add ROOT type for TargetType model"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1629.0-->
<!--LATEST=2.1630.0-->
<!--ENTRYINSERT-->

## 2.1630.0
* feature: Athena: Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\`
* feature: CodeBuild: AWS CodeBuild now supports manually creating GitHub webhooks
* feature: 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.
* feature: Glue: Add optional field JobMode to CreateJob and UpdateJob APIs.
* feature: SecurityHub: Add ROOT type for TargetType model

## 2.1629.0
* feature: EC2: Providing support to accept BgpAsnExtended attribute
* feature: Kafka: Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1629.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1630.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
3 changes: 3 additions & 0 deletions apis/athena-2017-05-18.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "athena",
"jsonVersion": "1.1",
"protocol": "json",
"protocols": [
"json"
],
"serviceFullName": "Amazon Athena",
"serviceId": "Athena",
"signatureVersion": "v4",
Expand Down
13 changes: 8 additions & 5 deletions apis/athena-2017-05-18.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "athena",
"jsonVersion": "1.1",
"protocol": "json",
"protocols": [
"json"
],
"serviceFullName": "Amazon Athena",
"serviceId": "Athena",
"signatureVersion": "v4",
Expand Down Expand Up @@ -734,7 +737,7 @@
"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 @@ -4168,7 +4171,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 @@ -4644,7 +4647,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 @@ -4666,7 +4669,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 @@ -5596,7 +5599,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
8 changes: 7 additions & 1 deletion apis/codebuild-2016-10-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,10 @@
"filterGroups": {
"shape": "S3d"
},
"buildType": {}
"buildType": {},
"manualCreation": {
"type": "boolean"
}
}
},
"output": {
Expand Down Expand Up @@ -2297,6 +2300,9 @@
"shape": "S3d"
},
"buildType": {},
"manualCreation": {
"type": "boolean"
},
"lastModifiedSecret": {
"type": "timestamp"
}
Expand Down
14 changes: 11 additions & 3 deletions apis/codebuild-2016-10-06.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,7 @@
},
"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 @@ -2212,6 +2212,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 @@ -2682,7 +2686,7 @@
},
"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 @@ -5039,7 +5043,7 @@
},
"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 @@ -5309,6 +5313,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 7dedde8

Please sign in to comment.