Skip to content

Commit 7ab74d1

Browse files
author
awstools
committed
Updates SDK to v2.587.0
1 parent 4c034fb commit 7ab74d1

File tree

12 files changed

+42
-23
lines changed

12 files changed

+42
-23
lines changed

.changes/2.587.0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Kendra",
5+
"description": "1. Adding DocumentTitleFieldName as an optional configuration for SharePoint. 2. updating s3 object pattern to support all s3 keys."
6+
}
7+
]

CHANGELOG.md

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

5+
## 2.587.0
6+
* feature: Kendra: 1. Adding DocumentTitleFieldName as an optional configuration for SharePoint. 2. updating s3 object pattern to support all s3 keys.
7+
58
## 2.586.0
69
* feature: KMS: The Verify operation now returns KMSInvalidSignatureException on invalid signatures. The Sign and Verify operations now return KMSInvalidStateException when a request is made against a CMK pending deletion.
710
* feature: Kafka: AWS MSK has added support for Open Monitoring with Prometheus.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.586.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.587.0.min.js"></script>
2929

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

apis/kendra-2019-02-03.min.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,8 @@
848848
},
849849
"FieldMappings": {
850850
"shape": "S1l"
851-
}
851+
},
852+
"DocumentTitleFieldName": {}
852853
}
853854
},
854855
"DatabaseConfiguration": {

apis/kendra-2019-02-03.normal.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@
11241124
},
11251125
"ServerSideEncryptionConfiguration": {
11261126
"shape": "ServerSideEncryptionConfiguration",
1127-
"documentation": "<p>The identifier of the KMS key to use to encrypt data indexed by Amazon Kendra. </p>"
1127+
"documentation": "<p>The identifier of the AWS KMS customer managed key (CMK) to use to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs.</p>"
11281128
},
11291129
"Description": {
11301130
"shape": "Description",
@@ -1593,7 +1593,7 @@
15931593
},
15941594
"ServerSideEncryptionConfiguration": {
15951595
"shape": "ServerSideEncryptionConfiguration",
1596-
"documentation": "<p>The identifier of the KMS key used to encrypt your data. </p>"
1596+
"documentation": "<p>The identifier of the AWS KMS customer master key (CMK) used to encrypt your data. Amazon Kendra doesn't support asymmetric CMKs.</p>"
15971597
},
15981598
"Status": {
15991599
"shape": "IndexStatus",
@@ -2308,7 +2308,7 @@
23082308
"type": "string",
23092309
"max": 200,
23102310
"min": 1,
2311-
"pattern": "^[^'/\\[\\]:=,;?*\\\\\\u0022\\u003C\\u003E]*$"
2311+
"pattern": "^\\P{C}*$"
23122312
},
23132313
"PrincipalType": {
23142314
"type": "string",
@@ -2539,7 +2539,7 @@
25392539
},
25402540
"ExclusionPatterns": {
25412541
"shape": "DataSourceInclusionsExclusionsStrings",
2542-
"documentation": "<p>A list of glob patterns for documents that should not be indexed. If a document that matches an inclusion prefix also matches an exclusion pattern, the document is not indexed.</p> <p>For more information about glob patterns, see <a href=\"http://wikipedia.org/wiki/Glob_%28programming529\">glob (programming)</a> in <i>Wikipedia</i>.</p>"
2542+
"documentation": "<p>A list of glob patterns for documents that should not be indexed. If a document that matches an inclusion prefix also matches an exclusion pattern, the document is not indexed.</p> <p>For more information about glob patterns, see <a href=\"http://wikipedia.org/wiki/Glob_%28programming%29\">glob (programming)</a> in <i>Wikipedia</i>.</p>"
25432543
},
25442544
"DocumentsMetadataConfiguration": {
25452545
"shape": "DocumentsMetadataConfiguration"
@@ -2555,7 +2555,7 @@
25552555
"type": "string",
25562556
"max": 1024,
25572557
"min": 1,
2558-
"pattern": "^\\P{C}*$"
2558+
"pattern": ".*"
25592559
},
25602560
"S3Path": {
25612561
"type": "structure",
@@ -2615,10 +2615,10 @@
26152615
"members": {
26162616
"KmsKeyId": {
26172617
"shape": "KmsKeyId",
2618-
"documentation": "<p>The identifier of the KMS key.</p>"
2618+
"documentation": "<p>The identifier of the AWS KMS customer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs.</p>"
26192619
}
26202620
},
2621-
"documentation": "<p>Provides the identifier of the KMS key used to encrypt data indexed by Amazon Kendra.</p>"
2621+
"documentation": "<p>Provides the identifier of the AWS KMS customer master key (CMK) used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs.</p>"
26222622
},
26232623
"SharePointConfiguration": {
26242624
"type": "structure",
@@ -2650,6 +2650,10 @@
26502650
"FieldMappings": {
26512651
"shape": "DataSourceToIndexFieldMappingList",
26522652
"documentation": "<p>A list of <code>DataSourceToIndexFieldMapping</code> objects that map Microsoft SharePoint attributes to custom fields in the Amazon Kendra index. You must first create the index fields using the operation before you map SharePoint attributes. For more information, see <a href=\"https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html\">Mapping Data Source Fields</a>.</p>"
2653+
},
2654+
"DocumentTitleFieldName": {
2655+
"shape": "DataSourceFieldName",
2656+
"documentation": "<p>The Microsoft SharePoint attribute field that contains the title of the document.</p>"
26532657
}
26542658
},
26552659
"documentation": "<p>Provides configuration information for connecting to a Microsoft SharePoint data source.</p>"

clients/kendra.d.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ declare namespace Kendra {
450450
*/
451451
RoleArn: RoleArn;
452452
/**
453-
* The identifier of the KMS key to use to encrypt data indexed by Amazon Kendra.
453+
* The identifier of the AWS KMS customer managed key (CMK) to use to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs.
454454
*/
455455
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
456456
/**
@@ -738,7 +738,7 @@ declare namespace Kendra {
738738
*/
739739
RoleArn?: RoleArn;
740740
/**
741-
* The identifier of the KMS key used to encrypt your data.
741+
* The identifier of the AWS KMS customer master key (CMK) used to encrypt your data. Amazon Kendra doesn't support asymmetric CMKs.
742742
*/
743743
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
744744
/**
@@ -1288,7 +1288,7 @@ declare namespace Kendra {
12881288
export type SecurityGroupIdList = VpcSecurityGroupId[];
12891289
export interface ServerSideEncryptionConfiguration {
12901290
/**
1291-
* The identifier of the KMS key.
1291+
* The identifier of the AWS KMS customer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs.
12921292
*/
12931293
KmsKeyId?: KmsKeyId;
12941294
}
@@ -1314,6 +1314,10 @@ declare namespace Kendra {
13141314
* A list of DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to custom fields in the Amazon Kendra index. You must first create the index fields using the operation before you map SharePoint attributes. For more information, see Mapping Data Source Fields.
13151315
*/
13161316
FieldMappings?: DataSourceToIndexFieldMappingList;
1317+
/**
1318+
* The Microsoft SharePoint attribute field that contains the title of the document.
1319+
*/
1320+
DocumentTitleFieldName?: DataSourceFieldName;
13171321
}
13181322
export type SharePointUrlList = Url[];
13191323
export type SharePointVersion = "SHAREPOINT_ONLINE"|string;

dist/aws-sdk-core-react-native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
8383
/**
8484
* @constant
8585
*/
86-
VERSION: '2.586.0',
86+
VERSION: '2.587.0',
8787

8888
/**
8989
* @api private

dist/aws-sdk-react-native.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/aws-sdk.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// AWS SDK for JavaScript v2.586.0
1+
// AWS SDK for JavaScript v2.587.0
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
44
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
@@ -186171,7 +186171,7 @@ AWS.util.update(AWS, {
186171186171
/**
186172186172
* @constant
186173186173
*/
186174-
VERSION: '2.586.0',
186174+
VERSION: '2.587.0',
186175186175

186176186176
/**
186177186177
* @api private
@@ -207066,7 +207066,7 @@ var LRUCache = /** @class */ (function () {
207066207066
}());
207067207067
exports.LRUCache = LRUCache;
207068207068
},{}],430:[function(require,module,exports){
207069-
// AWS SDK for JavaScript v2.586.0
207069+
// AWS SDK for JavaScript v2.587.0
207070207070
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
207071207071
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
207072207072
require('./browser_loader');

dist/aws-sdk.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)