Skip to content

Commit

Permalink
Updates SDK to v2.587.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 10, 2019
1 parent 4c034fb commit 7ab74d1
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 23 deletions.
7 changes: 7 additions & 0 deletions .changes/2.587.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "Kendra",
"description": "1. Adding DocumentTitleFieldName as an optional configuration for SharePoint. 2. updating s3 object pattern to support all s3 keys."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.586.0-->
<!--LATEST=2.587.0-->
<!--ENTRYINSERT-->

## 2.587.0
* feature: Kendra: 1. Adding DocumentTitleFieldName as an optional configuration for SharePoint. 2. updating s3 object pattern to support all s3 keys.

## 2.586.0
* 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.
* feature: Kafka: AWS MSK has added support for Open Monitoring with Prometheus.
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.586.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.587.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: 2 additions & 1 deletion apis/kendra-2019-02-03.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,8 @@
},
"FieldMappings": {
"shape": "S1l"
}
},
"DocumentTitleFieldName": {}
}
},
"DatabaseConfiguration": {
Expand Down
18 changes: 11 additions & 7 deletions apis/kendra-2019-02-03.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@
},
"ServerSideEncryptionConfiguration": {
"shape": "ServerSideEncryptionConfiguration",
"documentation": "<p>The identifier of the KMS key to use to encrypt data indexed by Amazon Kendra. </p>"
"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>"
},
"Description": {
"shape": "Description",
Expand Down Expand Up @@ -1593,7 +1593,7 @@
},
"ServerSideEncryptionConfiguration": {
"shape": "ServerSideEncryptionConfiguration",
"documentation": "<p>The identifier of the KMS key used to encrypt your data. </p>"
"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>"
},
"Status": {
"shape": "IndexStatus",
Expand Down Expand Up @@ -2308,7 +2308,7 @@
"type": "string",
"max": 200,
"min": 1,
"pattern": "^[^'/\\[\\]:=,;?*\\\\\\u0022\\u003C\\u003E]*$"
"pattern": "^\\P{C}*$"
},
"PrincipalType": {
"type": "string",
Expand Down Expand Up @@ -2539,7 +2539,7 @@
},
"ExclusionPatterns": {
"shape": "DataSourceInclusionsExclusionsStrings",
"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>"
"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>"
},
"DocumentsMetadataConfiguration": {
"shape": "DocumentsMetadataConfiguration"
Expand All @@ -2555,7 +2555,7 @@
"type": "string",
"max": 1024,
"min": 1,
"pattern": "^\\P{C}*$"
"pattern": ".*"
},
"S3Path": {
"type": "structure",
Expand Down Expand Up @@ -2615,10 +2615,10 @@
"members": {
"KmsKeyId": {
"shape": "KmsKeyId",
"documentation": "<p>The identifier of the KMS key.</p>"
"documentation": "<p>The identifier of the AWS KMS customer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs.</p>"
}
},
"documentation": "<p>Provides the identifier of the KMS key used to encrypt data indexed by Amazon Kendra.</p>"
"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>"
},
"SharePointConfiguration": {
"type": "structure",
Expand Down Expand Up @@ -2650,6 +2650,10 @@
"FieldMappings": {
"shape": "DataSourceToIndexFieldMappingList",
"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>"
},
"DocumentTitleFieldName": {
"shape": "DataSourceFieldName",
"documentation": "<p>The Microsoft SharePoint attribute field that contains the title of the document.</p>"
}
},
"documentation": "<p>Provides configuration information for connecting to a Microsoft SharePoint data source.</p>"
Expand Down
10 changes: 7 additions & 3 deletions clients/kendra.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ declare namespace Kendra {
*/
RoleArn: RoleArn;
/**
* The identifier of the KMS key to use to encrypt data indexed by Amazon Kendra.
* 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.
*/
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
/**
Expand Down Expand Up @@ -738,7 +738,7 @@ declare namespace Kendra {
*/
RoleArn?: RoleArn;
/**
* The identifier of the KMS key used to encrypt your data.
* The identifier of the AWS KMS customer master key (CMK) used to encrypt your data. Amazon Kendra doesn't support asymmetric CMKs.
*/
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
/**
Expand Down Expand Up @@ -1288,7 +1288,7 @@ declare namespace Kendra {
export type SecurityGroupIdList = VpcSecurityGroupId[];
export interface ServerSideEncryptionConfiguration {
/**
* The identifier of the KMS key.
* The identifier of the AWS KMS customer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs.
*/
KmsKeyId?: KmsKeyId;
}
Expand All @@ -1314,6 +1314,10 @@ declare namespace Kendra {
* 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.
*/
FieldMappings?: DataSourceToIndexFieldMappingList;
/**
* The Microsoft SharePoint attribute field that contains the title of the document.
*/
DocumentTitleFieldName?: DataSourceFieldName;
}
export type SharePointUrlList = Url[];
export type SharePointVersion = "SHAREPOINT_ONLINE"|string;
Expand Down
2 changes: 1 addition & 1 deletion dist/aws-sdk-core-react-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
/**
* @constant
*/
VERSION: '2.586.0',
VERSION: '2.587.0',

/**
* @api private
Expand Down
4 changes: 2 additions & 2 deletions dist/aws-sdk-react-native.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/aws-sdk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.586.0
// AWS SDK for JavaScript v2.587.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
(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){
Expand Down Expand Up @@ -186171,7 +186171,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.586.0',
VERSION: '2.587.0',

/**
* @api private
Expand Down Expand Up @@ -207066,7 +207066,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],430:[function(require,module,exports){
// AWS SDK for JavaScript v2.586.0
// AWS SDK for JavaScript v2.587.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
require('./browser_loader');
Expand Down
4 changes: 2 additions & 2 deletions dist/aws-sdk.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.586.0',
VERSION: '2.587.0',

/**
* @api private
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.586.0",
"version": "2.587.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit 7ab74d1

Please # to comment.