Skip to content

Commit

Permalink
Updates SDK to v2.1287.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 3, 2023
1 parent ce9d028 commit c9478e1
Show file tree
Hide file tree
Showing 12 changed files with 342 additions and 325 deletions.
7 changes: 7 additions & 0 deletions .changes/2.1287.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "SecurityLake",
"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."
}
]
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.1286.0-->
<!--LATEST=2.1287.0-->
<!--ENTRYINSERT-->

## 2.1287.0
* 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.

## 2.1286.0
* feature: CloudFront: Extend response headers policy to support removing headers from viewer responses

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1286.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1287.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
19 changes: 10 additions & 9 deletions apis/securitylake-2018-05-10.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@
"type": "structure",
"members": {
"subscriber": {
"shape": "S2m"
"shape": "S2n"
}
}
}
Expand Down Expand Up @@ -674,7 +674,7 @@
"exceptionMessage": {},
"remediation": {},
"timestamp": {
"shape": "S2n"
"shape": "S2o"
}
}
}
Expand Down Expand Up @@ -758,7 +758,7 @@
"subscribers": {
"type": "list",
"member": {
"shape": "S2m"
"shape": "S2n"
}
}
}
Expand Down Expand Up @@ -840,7 +840,8 @@
"input": {
"type": "structure",
"required": [
"id"
"id",
"sourceTypes"
],
"members": {
"externalId": {},
Expand All @@ -859,7 +860,7 @@
"type": "structure",
"members": {
"subscriber": {
"shape": "S2m"
"shape": "S2n"
}
}
},
Expand Down Expand Up @@ -1000,7 +1001,7 @@
"union": true
}
},
"S2m": {
"S2n": {
"type": "structure",
"required": [
"accountId",
Expand All @@ -1013,7 +1014,7 @@
},
"accountId": {},
"createdAt": {
"shape": "S2n"
"shape": "S2o"
},
"externalId": {},
"roleArn": {},
Expand All @@ -1029,11 +1030,11 @@
"subscriptionProtocol": {},
"subscriptionStatus": {},
"updatedAt": {
"shape": "S2n"
"shape": "S2o"
}
}
},
"S2n": {
"S2o": {
"type": "timestamp",
"timestampFormat": "iso8601"
}
Expand Down
291 changes: 148 additions & 143 deletions apis/securitylake-2018-05-10.normal.json

Large diffs are not rendered by default.

323 changes: 162 additions & 161 deletions clients/securitylake.d.ts

Large diffs are not rendered by default.

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

/**
* @api private
Expand Down Expand Up @@ -273697,7 +273697,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],461:[function(require,module,exports){
// AWS SDK for JavaScript v2.1286.0
// AWS SDK for JavaScript v2.1287.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.1286.0',
VERSION: '2.1287.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.1286.0",
"version": "2.1287.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit c9478e1

Please sign in to comment.