Skip to content

Commit

Permalink
Updates SDK to v2.311.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 7, 2018
1 parent 0b5e95c commit cf6b9a0
Show file tree
Hide file tree
Showing 15 changed files with 5,005 additions and 4,274 deletions.
12 changes: 12 additions & 0 deletions .changes/2.311.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "CloudWatchLogs",
"description": "* Adding a log prefix parameter for filter log events API and minor updates to the documentation"
},
{
"type": "feature",
"category": "ConfigService",
"description": "Adding a new field \"createdBy\" to the ConfigRule data model. The field is populated only if the rule is service linked i.e the rule is created by a service. The field is empty for normal rules created by customer."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.310.0-->
<!--LATEST=2.311.0-->
<!--ENTRYINSERT-->

## 2.311.0
* feature: CloudWatchLogs: * Adding a log prefix parameter for filter log events API and minor updates to the documentation
* feature: ConfigService: Adding a new field "createdBy" to the ConfigRule data model. The field is populated only if the rule is service linked i.e the rule is created by a service. The field is empty for normal rules created by customer.

## 2.310.0
* feature: APIGateway: Add support for Active X-Ray with API Gateway
* feature: CodeCommit: This release adds additional optional fields to the pull request APIs.
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.310.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.311.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/config-2014-11-12.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,8 @@
},
"InputParameters": {},
"MaximumExecutionFrequency": {},
"ConfigRuleState": {}
"ConfigRuleState": {},
"CreatedBy": {}
}
},
"S2w": {
Expand Down
5,582 changes: 2,957 additions & 2,625 deletions apis/config-2014-11-12.normal.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apis/logs-2014-03-28.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@
"type": "list",
"member": {}
},
"logStreamNamePrefix": {},
"startTime": {
"type": "long"
},
Expand Down
3,619 changes: 1,995 additions & 1,624 deletions apis/logs-2014-03-28.normal.json

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions clients/cloudwatchlogs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -694,13 +694,17 @@ declare namespace CloudWatchLogs {
export type FilterCount = number;
export interface FilterLogEventsRequest {
/**
* The name of the log group.
* The name of the log group to search.
*/
logGroupName: LogGroupName;
/**
* Optional list of log stream names.
* Filters the results to only logs from the log streams in this list. If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.
*/
logStreamNames?: InputLogStreamNames;
/**
* Filters the results to include only events from log streams that have names starting with this prefix. If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.
*/
logStreamNamePrefix?: LogStreamName;
/**
* The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a time stamp before this time are not returned.
*/
Expand All @@ -710,7 +714,7 @@ declare namespace CloudWatchLogs {
*/
endTime?: Timestamp;
/**
* The filter pattern to use. If not provided, all the events are matched.
* The filter pattern to use. For more information, see Filter and Pattern Syntax. If not provided, all the events are matched.
*/
filterPattern?: FilterPattern;
/**
Expand Down
4 changes: 4 additions & 0 deletions clients/configservice.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,10 @@ declare namespace ConfigService {
* Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the AWS Config rule. AWS Config sets the state of the rule to EVALUATING temporarily after you use the StartConfigRulesEvaluation request to evaluate your resources against the AWS Config rule. AWS Config sets the state of the rule to DELETING_RESULTS temporarily after you use the DeleteEvaluationResults request to delete the current evaluation results for the AWS Config rule. AWS Config temporarily sets the state of a rule to DELETING after you use the DeleteConfigRule request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.
*/
ConfigRuleState?: ConfigRuleState;
/**
* Service principal name of the service that created the rule. The field is populated only if the service linked rule is created by a service. The field is empty if you create your own rule.
*/
CreatedBy?: StringWithCharLimit256;
}
export interface ConfigRuleComplianceFilters {
/**
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.310.0',
VERSION: '2.311.0',

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

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions dist/aws-sdk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.310.0
// AWS SDK for JavaScript v2.311.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 @@ -30597,7 +30597,8 @@ module.exports={
},
"InputParameters": {},
"MaximumExecutionFrequency": {},
"ConfigRuleState": {}
"ConfigRuleState": {},
"CreatedBy": {}
}
},
"S2w": {
Expand Down Expand Up @@ -84038,6 +84039,7 @@ module.exports={
"type": "list",
"member": {}
},
"logStreamNamePrefix": {},
"startTime": {
"type": "long"
},
Expand Down Expand Up @@ -136616,7 +136618,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.310.0',
VERSION: '2.311.0',

/**
* @api private
Expand Down Expand Up @@ -155941,7 +155943,7 @@ function v4(options, buf, offset) {
module.exports = v4;

},{"./lib/bytesToUuid":364,"./lib/rng":365}],368:[function(require,module,exports){
// AWS SDK for JavaScript v2.310.0
// AWS SDK for JavaScript v2.311.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
18 changes: 9 additions & 9 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.310.0',
VERSION: '2.311.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.310.0",
"version": "2.311.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit cf6b9a0

Please sign in to comment.