Skip to content

Commit c9478e1

Browse files
author
awstools
committed
Updates SDK to v2.1287.0
1 parent ce9d028 commit c9478e1

12 files changed

+342
-325
lines changed

.changes/2.1287.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": "SecurityLake",
5+
"description": "Allow CreateSubscriber API to take string input that allows setting more descriptive SubscriberDescription field. Make souceTypes field required in model level for UpdateSubscriberRequest as it is required for every API call on the backend. Allow ListSubscribers take any String as nextToken param."
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.1286.0-->
2+
<!--LATEST=2.1287.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1287.0
6+
* feature: SecurityLake: Allow CreateSubscriber API to take string input that allows setting more descriptive SubscriberDescription field. Make souceTypes field required in model level for UpdateSubscriberRequest as it is required for every API call on the backend. Allow ListSubscribers take any String as nextToken param.
7+
58
## 2.1286.0
69
* feature: CloudFront: Extend response headers policy to support removing headers from viewer responses
710

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1286.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1287.0.min.js"></script>
6161

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

apis/securitylake-2018-05-10.min.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627
"type": "structure",
628628
"members": {
629629
"subscriber": {
630-
"shape": "S2m"
630+
"shape": "S2n"
631631
}
632632
}
633633
}
@@ -674,7 +674,7 @@
674674
"exceptionMessage": {},
675675
"remediation": {},
676676
"timestamp": {
677-
"shape": "S2n"
677+
"shape": "S2o"
678678
}
679679
}
680680
}
@@ -758,7 +758,7 @@
758758
"subscribers": {
759759
"type": "list",
760760
"member": {
761-
"shape": "S2m"
761+
"shape": "S2n"
762762
}
763763
}
764764
}
@@ -840,7 +840,8 @@
840840
"input": {
841841
"type": "structure",
842842
"required": [
843-
"id"
843+
"id",
844+
"sourceTypes"
844845
],
845846
"members": {
846847
"externalId": {},
@@ -859,7 +860,7 @@
859860
"type": "structure",
860861
"members": {
861862
"subscriber": {
862-
"shape": "S2m"
863+
"shape": "S2n"
863864
}
864865
}
865866
},
@@ -1000,7 +1001,7 @@
10001001
"union": true
10011002
}
10021003
},
1003-
"S2m": {
1004+
"S2n": {
10041005
"type": "structure",
10051006
"required": [
10061007
"accountId",
@@ -1013,7 +1014,7 @@
10131014
},
10141015
"accountId": {},
10151016
"createdAt": {
1016-
"shape": "S2n"
1017+
"shape": "S2o"
10171018
},
10181019
"externalId": {},
10191020
"roleArn": {},
@@ -1029,11 +1030,11 @@
10291030
"subscriptionProtocol": {},
10301031
"subscriptionStatus": {},
10311032
"updatedAt": {
1032-
"shape": "S2n"
1033+
"shape": "S2o"
10331034
}
10341035
}
10351036
},
1036-
"S2n": {
1037+
"S2o": {
10371038
"type": "timestamp",
10381039
"timestampFormat": "iso8601"
10391040
}

apis/securitylake-2018-05-10.normal.json

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

clients/securitylake.d.ts

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

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.1286.0',
86+
VERSION: '2.1287.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.1286.0
1+
// AWS SDK for JavaScript v2.1287.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){
@@ -251637,7 +251637,7 @@ AWS.util.update(AWS, {
251637251637
/**
251638251638
* @constant
251639251639
*/
251640-
VERSION: '2.1286.0',
251640+
VERSION: '2.1287.0',
251641251641

251642251642
/**
251643251643
* @api private
@@ -273697,7 +273697,7 @@ var LRUCache = /** @class */ (function () {
273697273697
}());
273698273698
exports.LRUCache = LRUCache;
273699273699
},{}],461:[function(require,module,exports){
273700-
// AWS SDK for JavaScript v2.1286.0
273700+
// AWS SDK for JavaScript v2.1287.0
273701273701
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
273702273702
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
273703273703
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.

lib/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
2020
/**
2121
* @constant
2222
*/
23-
VERSION: '2.1286.0',
23+
VERSION: '2.1287.0',
2424

2525
/**
2626
* @api private

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-sdk",
33
"description": "AWS SDK for JavaScript",
4-
"version": "2.1286.0",
4+
"version": "2.1287.0",
55
"author": {
66
"name": "Amazon Web Services",
77
"email": "",

0 commit comments

Comments
 (0)