Skip to content

Commit 7dedde8

Browse files
author
awstools
committed
Updates SDK to v2.1630.0
1 parent 3915dc7 commit 7dedde8

23 files changed

+2311
-1245
lines changed

.changes/2.1630.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Athena",
5+
"description": "Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\\`"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CodeBuild",
10+
"description": "AWS CodeBuild now supports manually creating GitHub webhooks"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Connect",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Glue",
20+
"description": "Add optional field JobMode to CreateJob and UpdateJob APIs."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SecurityHub",
25+
"description": "Add ROOT type for TargetType model"
26+
}
27+
]

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1629.0-->
2+
<!--LATEST=2.1630.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1630.0
6+
* feature: Athena: Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\`
7+
* feature: CodeBuild: AWS CodeBuild now supports manually creating GitHub webhooks
8+
* 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.
9+
* feature: Glue: Add optional field JobMode to CreateJob and UpdateJob APIs.
10+
* feature: SecurityHub: Add ROOT type for TargetType model
11+
512
## 2.1629.0
613
* feature: EC2: Providing support to accept BgpAsnExtended attribute
714
* feature: Kafka: Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

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

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

apis/athena-2017-05-18.min.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "athena",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "Amazon Athena",
912
"serviceId": "Athena",
1013
"signatureVersion": "v4",

apis/athena-2017-05-18.normal.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "athena",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "Amazon Athena",
912
"serviceId": "Athena",
1013
"signatureVersion": "v4",
@@ -734,7 +737,7 @@
734737
"shape": "InvalidRequestException"
735738
}
736739
],
737-
"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>"
740+
"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>"
738741
},
739742
"GetSession": {
740743
"name": "GetSession",
@@ -4168,7 +4171,7 @@
41684171
"type": "string",
41694172
"max": 255,
41704173
"min": 1,
4171-
"pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]+"
4174+
"pattern": "(?!.*[/:\\\\])[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]+"
41724175
},
41734176
"NotebookSessionSummary": {
41744177
"type": "structure",
@@ -4644,7 +4647,7 @@
46444647
"members": {
46454648
"OutputLocation": {
46464649
"shape": "ResultOutputLocation",
4647-
"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>"
4650+
"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>"
46484651
},
46494652
"EncryptionConfiguration": {
46504653
"shape": "EncryptionConfiguration",
@@ -4666,7 +4669,7 @@
46664669
"members": {
46674670
"OutputLocation": {
46684671
"shape": "ResultOutputLocation",
4669-
"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>"
4672+
"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>"
46704673
},
46714674
"RemoveOutputLocation": {
46724675
"shape": "BoxedBoolean",
@@ -5596,7 +5599,7 @@
55965599
"members": {
55975600
"ResultConfiguration": {
55985601
"shape": "ResultConfiguration",
5599-
"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>"
5602+
"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>"
56005603
},
56015604
"EnforceWorkGroupConfiguration": {
56025605
"shape": "BoxedBoolean",

apis/codebuild-2016-10-06.min.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,10 @@
420420
"filterGroups": {
421421
"shape": "S3d"
422422
},
423-
"buildType": {}
423+
"buildType": {},
424+
"manualCreation": {
425+
"type": "boolean"
426+
}
424427
}
425428
},
426429
"output": {
@@ -2297,6 +2300,9 @@
22972300
"shape": "S3d"
22982301
},
22992302
"buildType": {},
2303+
"manualCreation": {
2304+
"type": "boolean"
2305+
},
23002306
"lastModifiedSecret": {
23012307
"type": "timestamp"
23022308
}

apis/codebuild-2016-10-06.normal.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2034,7 +2034,7 @@
20342034
},
20352035
"fleetServiceRole": {
20362036
"shape": "NonEmptyString",
2037-
"documentation": "<p>The service role associated with the compute fleet.</p>"
2037+
"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>"
20382038
},
20392039
"tags": {
20402040
"shape": "TagList",
@@ -2212,6 +2212,10 @@
22122212
"buildType": {
22132213
"shape": "WebhookBuildType",
22142214
"documentation": "<p>Specifies the type of build this webhook will trigger.</p>"
2215+
},
2216+
"manualCreation": {
2217+
"shape": "WrapperBoolean",
2218+
"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>"
22152219
}
22162220
}
22172221
},
@@ -2682,7 +2686,7 @@
26822686
},
26832687
"fleetServiceRole": {
26842688
"shape": "NonEmptyString",
2685-
"documentation": "<p>The service role associated with the compute fleet.</p>"
2689+
"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>"
26862690
},
26872691
"tags": {
26882692
"shape": "TagList",
@@ -5039,7 +5043,7 @@
50395043
},
50405044
"fleetServiceRole": {
50415045
"shape": "NonEmptyString",
5042-
"documentation": "<p>The service role associated with the compute fleet.</p>"
5046+
"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>"
50435047
},
50445048
"tags": {
50455049
"shape": "TagList",
@@ -5309,6 +5313,10 @@
53095313
"shape": "WebhookBuildType",
53105314
"documentation": "<p>Specifies the type of build this webhook will trigger.</p>"
53115315
},
5316+
"manualCreation": {
5317+
"shape": "WrapperBoolean",
5318+
"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>"
5319+
},
53125320
"lastModifiedSecret": {
53135321
"shape": "Timestamp",
53145322
"documentation": "<p>A timestamp that indicates the last time a repository's secret token was modified. </p>"

0 commit comments

Comments
 (0)