Skip to content

Commit

Permalink
Merge remote-tracking branch 'aws/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryeh Schechter committed Jun 2, 2024
2 parents 8663b30 + afebfe6 commit ba40f11
Show file tree
Hide file tree
Showing 67 changed files with 6,937 additions and 2,143 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1629.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Providing support to accept BgpAsnExtended attribute"
},
{
"type": "feature",
"category": "Kafka",
"description": "Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK"
},
{
"type": "feature",
"category": "SWF",
"description": "This release adds new APIs for deleting activity type and workflow type resources."
}
]
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"
}
]
37 changes: 37 additions & 0 deletions .changes/2.1631.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "ACM",
"description": "add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "BedrockAgent",
"description": "With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2."
},
{
"type": "feature",
"category": "BedrockRuntime",
"description": "This release adds Converse and ConverseStream APIs to Bedrock Runtime"
},
{
"type": "feature",
"category": "CloudTrail",
"description": "CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour."
},
{
"type": "feature",
"category": "Connect",
"description": "Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API"
},
{
"type": "feature",
"category": "EMRServerless",
"description": "The release adds support for spark structured streaming."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm."
}
]
12 changes: 12 additions & 0 deletions .changes/2.1632.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "CodeGuruSecurity",
"description": "This release includes minor model updates and documentation updates."
},
{
"type": "feature",
"category": "LaunchWizard",
"description": "This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations."
}
]
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1628.0-->
<!--LATEST=2.1632.0-->
<!--ENTRYINSERT-->

## 2.1632.0
* feature: CodeGuruSecurity: This release includes minor model updates and documentation updates.
* feature: LaunchWizard: This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations.

## 2.1631.0
* feature: ACM: add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: BedrockAgent: With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2.
* feature: BedrockRuntime: This release adds Converse and ConverseStream APIs to Bedrock Runtime
* feature: CloudTrail: CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour.
* feature: Connect: Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API
* feature: EMRServerless: The release adds support for spark structured streaming.
* feature: SageMaker: Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.

## 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
* feature: SWF: This release adds new APIs for deleting activity type and workflow type resources.

## 2.1628.0
* feature: IoTFleetWise: AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.

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.1628.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1632.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/acm-2015-12-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "acm",
"jsonVersion": "1.1",
"protocol": "json",
"protocols": [
"json"
],
"serviceAbbreviation": "ACM",
"serviceFullName": "AWS Certificate Manager",
"serviceId": "ACM",
Expand Down
3 changes: 3 additions & 0 deletions apis/acm-2015-12-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "acm",
"jsonVersion": "1.1",
"protocol": "json",
"protocols": [
"json"
],
"serviceAbbreviation": "ACM",
"serviceFullName": "AWS Certificate Manager",
"serviceId": "ACM",
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
43 changes: 28 additions & 15 deletions apis/bedrock-agent-2023-06-05.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"name": {},
"roleArn": {},
"storageConfiguration": {
"shape": "S2w"
"shape": "S2z"
},
"tags": {
"shape": "S10"
Expand All @@ -286,7 +286,7 @@
],
"members": {
"knowledgeBase": {
"shape": "S3q"
"shape": "S3t"
}
}
},
Expand Down Expand Up @@ -847,7 +847,7 @@
],
"members": {
"ingestionJob": {
"shape": "S4n"
"shape": "S4q"
}
}
}
Expand Down Expand Up @@ -877,7 +877,7 @@
],
"members": {
"knowledgeBase": {
"shape": "S3q"
"shape": "S3t"
}
}
}
Expand Down Expand Up @@ -1298,7 +1298,7 @@
"shape": "S9"
},
"statistics": {
"shape": "S4o"
"shape": "S4r"
},
"status": {},
"updatedAt": {
Expand Down Expand Up @@ -1452,7 +1452,7 @@
],
"members": {
"ingestionJob": {
"shape": "S4n"
"shape": "S4q"
}
}
},
Expand Down Expand Up @@ -1783,7 +1783,7 @@
"name": {},
"roleArn": {},
"storageConfiguration": {
"shape": "S2w"
"shape": "S2z"
}
}
},
Expand All @@ -1794,7 +1794,7 @@
],
"members": {
"knowledgeBase": {
"shape": "S3q"
"shape": "S3t"
}
}
},
Expand Down Expand Up @@ -2220,12 +2220,25 @@
"embeddingModelArn"
],
"members": {
"embeddingModelArn": {}
"embeddingModelArn": {},
"embeddingModelConfiguration": {
"type": "structure",
"members": {
"bedrockEmbeddingModelConfiguration": {
"type": "structure",
"members": {
"dimensions": {
"type": "integer"
}
}
}
}
}
}
}
}
},
"S2w": {
"S2z": {
"type": "structure",
"required": [
"type"
Expand Down Expand Up @@ -2373,7 +2386,7 @@
"type": {}
}
},
"S3q": {
"S3t": {
"type": "structure",
"required": [
"createdAt",
Expand Down Expand Up @@ -2403,14 +2416,14 @@
"roleArn": {},
"status": {},
"storageConfiguration": {
"shape": "S2w"
"shape": "S2z"
},
"updatedAt": {
"shape": "S9"
}
}
},
"S4n": {
"S4q": {
"type": "structure",
"required": [
"dataSourceId",
Expand All @@ -2432,15 +2445,15 @@
"shape": "S9"
},
"statistics": {
"shape": "S4o"
"shape": "S4r"
},
"status": {},
"updatedAt": {
"shape": "S9"
}
}
},
"S4o": {
"S4r": {
"type": "structure",
"members": {
"numberOfDocumentsDeleted": {
Expand Down
Loading

0 comments on commit ba40f11

Please sign in to comment.