Skip to content

Commit

Permalink
Updates SDK to v2.779.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 26, 2020
1 parent 76ebef5 commit ce68206
Show file tree
Hide file tree
Showing 20 changed files with 4,537 additions and 664 deletions.
17 changes: 17 additions & 0 deletions .changes/2.779.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Kendra",
"description": "Amazon Kendra now supports indexing data from Confluence Server."
},
{
"type": "feature",
"category": "Neptune",
"description": "This feature enables custom endpoints for Amazon Neptune clusters. Custom endpoints simplify connection management when clusters contain instances with different capacities and configuration settings."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release enables customers to bring custom images for use with SageMaker Studio notebooks."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.778.0-->
<!--LATEST=2.779.0-->
<!--ENTRYINSERT-->

## 2.779.0
* feature: Kendra: Amazon Kendra now supports indexing data from Confluence Server.
* feature: Neptune: This feature enables custom endpoints for Amazon Neptune clusters. Custom endpoints simplify connection management when clusters contain instances with different capacities and configuration settings.
* feature: SageMaker: This release enables customers to bring custom images for use with SageMaker Studio notebooks.

## 2.778.0
* feature: MediaTailor: MediaTailor now supports ad marker passthrough for HLS. Use AdMarkerPassthrough to pass EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 from origin manifests into personalized manifests.
* feature: QuickSight: Support description on columns.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.778.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.779.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
157 changes: 131 additions & 26 deletions apis/kendra-2019-02-03.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"Schedule": {},
"RoleArn": {},
"Tags": {
"shape": "S2x"
"shape": "S3h"
},
"ClientToken": {
"idempotencyToken": true
Expand Down Expand Up @@ -179,7 +179,7 @@
},
"RoleArn": {},
"Tags": {
"shape": "S2x"
"shape": "S3h"
},
"FileFormat": {},
"ClientToken": {
Expand All @@ -206,14 +206,14 @@
"Edition": {},
"RoleArn": {},
"ServerSideEncryptionConfiguration": {
"shape": "S3b"
"shape": "S3v"
},
"Description": {},
"ClientToken": {
"idempotencyToken": true
},
"Tags": {
"shape": "S2x"
"shape": "S3h"
}
}
},
Expand Down Expand Up @@ -350,7 +350,7 @@
"Edition": {},
"RoleArn": {},
"ServerSideEncryptionConfiguration": {
"shape": "S3b"
"shape": "S3v"
},
"Status": {},
"Description": {},
Expand All @@ -361,7 +361,7 @@
"type": "timestamp"
},
"DocumentMetadataConfigurations": {
"shape": "S3q"
"shape": "S4a"
},
"IndexStatistics": {
"type": "structure",
Expand Down Expand Up @@ -400,7 +400,7 @@
},
"ErrorMessage": {},
"CapacityUnits": {
"shape": "S48"
"shape": "S4s"
}
}
}
Expand Down Expand Up @@ -601,7 +601,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S2x"
"shape": "S3h"
}
}
}
Expand All @@ -617,7 +617,7 @@
"IndexId": {},
"QueryText": {},
"AttributeFilter": {
"shape": "S55"
"shape": "S5p"
},
"Facets": {
"type": "list",
Expand Down Expand Up @@ -679,7 +679,7 @@
"type": "structure",
"members": {
"TextWithHighlightsValue": {
"shape": "S5n"
"shape": "S67"
}
}
}
Expand All @@ -688,10 +688,10 @@
},
"DocumentId": {},
"DocumentTitle": {
"shape": "S5n"
"shape": "S67"
},
"DocumentExcerpt": {
"shape": "S5n"
"shape": "S67"
},
"DocumentURI": {},
"DocumentAttributes": {
Expand Down Expand Up @@ -821,7 +821,7 @@
"members": {
"ResourceARN": {},
"Tags": {
"shape": "S2x"
"shape": "S3h"
}
}
},
Expand Down Expand Up @@ -882,10 +882,10 @@
"RoleArn": {},
"Description": {},
"DocumentMetadataConfigurationUpdates": {
"shape": "S3q"
"shape": "S4a"
},
"CapacityUnits": {
"shape": "S48"
"shape": "S4s"
}
}
}
Expand Down Expand Up @@ -1270,6 +1270,107 @@
}
}
}
},
"ConfluenceConfiguration": {
"type": "structure",
"required": [
"ServerUrl",
"SecretArn",
"Version"
],
"members": {
"ServerUrl": {},
"SecretArn": {},
"Version": {},
"SpaceConfiguration": {
"type": "structure",
"members": {
"CrawlPersonalSpaces": {
"type": "boolean"
},
"CrawlArchivedSpaces": {
"type": "boolean"
},
"IncludeSpaces": {
"shape": "S2y"
},
"ExcludeSpaces": {
"shape": "S2y"
},
"SpaceFieldMappings": {
"type": "list",
"member": {
"type": "structure",
"members": {
"DataSourceFieldName": {},
"DateFieldFormat": {},
"IndexFieldName": {}
}
}
}
}
},
"PageConfiguration": {
"type": "structure",
"members": {
"PageFieldMappings": {
"type": "list",
"member": {
"type": "structure",
"members": {
"DataSourceFieldName": {},
"DateFieldFormat": {},
"IndexFieldName": {}
}
}
}
}
},
"BlogConfiguration": {
"type": "structure",
"members": {
"BlogFieldMappings": {
"type": "list",
"member": {
"type": "structure",
"members": {
"DataSourceFieldName": {},
"DateFieldFormat": {},
"IndexFieldName": {}
}
}
}
}
},
"AttachmentConfiguration": {
"type": "structure",
"members": {
"CrawlAttachments": {
"type": "boolean"
},
"AttachmentFieldMappings": {
"type": "list",
"member": {
"type": "structure",
"members": {
"DataSourceFieldName": {},
"DateFieldFormat": {},
"IndexFieldName": {}
}
}
}
}
},
"VpcConfiguration": {
"shape": "S1j"
},
"InclusionPatterns": {
"shape": "S19"
},
"ExclusionPatterns": {
"shape": "S19"
}
}
}
}
},
Expand Down Expand Up @@ -1309,7 +1410,11 @@
}
}
},
"S2x": {
"S2y": {
"type": "list",
"member": {}
},
"S3h": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1323,7 +1428,7 @@
}
}
},
"S3b": {
"S3v": {
"type": "structure",
"members": {
"KmsKeyId": {
Expand All @@ -1332,7 +1437,7 @@
}
}
},
"S3q": {
"S4a": {
"type": "list",
"member": {
"type": "structure",
Expand Down Expand Up @@ -1383,7 +1488,7 @@
}
}
},
"S48": {
"S4s": {
"type": "structure",
"required": [
"StorageCapacityUnits",
Expand All @@ -1398,17 +1503,17 @@
}
}
},
"S55": {
"S5p": {
"type": "structure",
"members": {
"AndAllFilters": {
"shape": "S56"
"shape": "S5q"
},
"OrAllFilters": {
"shape": "S56"
"shape": "S5q"
},
"NotFilter": {
"shape": "S55"
"shape": "S5p"
},
"EqualsTo": {
"shape": "Sn"
Expand All @@ -1433,13 +1538,13 @@
}
}
},
"S56": {
"S5q": {
"type": "list",
"member": {
"shape": "S55"
"shape": "S5p"
}
},
"S5n": {
"S67": {
"type": "structure",
"members": {
"Text": {},
Expand Down
Loading

0 comments on commit ce68206

Please sign in to comment.