Skip to content

Commit

Permalink
Updates SDK to v2.307.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 31, 2018
1 parent 7701452 commit 85f776a
Show file tree
Hide file tree
Showing 18 changed files with 10,199 additions and 7,378 deletions.
17 changes: 17 additions & 0 deletions .changes/2.307.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EKS",
"description": "Amazon EKS DescribeCluster API returns a platformVersion attribute which allows you to identify the features that are currently enabled for your clusters. The Amazon EKS platform version represents capabilities of the cluster control plane, such as which Kubernetes API server flags are enabled, as well as the current Kubernetes patch version. "
},
{
"type": "feature",
"category": "WAF",
"description": "This change includes support for the WAF FullLogging feature through which Customers will have access to all the logs of requests that are inspected by a WAF WebACL. The new APIs allow Customers to manage association of a WebACL with one or more supported \"LogDestination\" and redact any request fields from the logs. "
},
{
"type": "feature",
"category": "WAFRegional",
"description": "This change includes support for the WAF FullLogging feature through which Customers will have access to all the logs of requests that are inspected by a WAF WebACL. The new APIs allow Customers to manage association of a WebACL with one or more supported \"LogDestination\" and redact any request fields from the logs. "
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.306.0-->
<!--LATEST=2.307.0-->
<!--ENTRYINSERT-->

## 2.307.0
* feature: EKS: Amazon EKS DescribeCluster API returns a platformVersion attribute which allows you to identify the features that are currently enabled for your clusters. The Amazon EKS platform version represents capabilities of the cluster control plane, such as which Kubernetes API server flags are enabled, as well as the current Kubernetes patch version.
* feature: WAF: This change includes support for the WAF FullLogging feature through which Customers will have access to all the logs of requests that are inspected by a WAF WebACL. The new APIs allow Customers to manage association of a WebACL with one or more supported "LogDestination" and redact any request fields from the logs.
* feature: WAFRegional: This change includes support for the WAF FullLogging feature through which Customers will have access to all the logs of requests that are inspected by a WAF WebACL. The new APIs allow Customers to manage association of a WebACL with one or more supported "LogDestination" and redact any request fields from the logs.

## 2.306.0
* feature: CodeBuild: Support multiple sources and artifacts for CodeBuild projects.
* feature: SageMaker: VolumeKmsKeyId now available in Batch Transform Job
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.306.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.307.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/eks-2017-11-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
"data": {}
}
},
"clientRequestToken": {}
"clientRequestToken": {},
"platformVersion": {}
}
}
}
Expand Down
676 changes: 321 additions & 355 deletions apis/eks-2017-11-01.normal.json

Large diffs are not rendered by default.

116 changes: 107 additions & 9 deletions apis/waf-2015-08-24.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,21 @@
}
}
},
"DeleteLoggingConfiguration": {
"input": {
"type": "structure",
"required": [
"ResourceArn"
],
"members": {
"ResourceArn": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeletePermissionPolicy": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -624,6 +639,25 @@
}
}
},
"GetLoggingConfiguration": {
"input": {
"type": "structure",
"required": [
"ResourceArn"
],
"members": {
"ResourceArn": {}
}
},
"output": {
"type": "structure",
"members": {
"LoggingConfiguration": {
"shape": "S3h"
}
}
}
},
"GetPermissionPolicy": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -771,7 +805,7 @@
"WebAclId": {},
"RuleId": {},
"TimeWindow": {
"shape": "S3w"
"shape": "S43"
},
"MaxItems": {
"type": "long"
Expand Down Expand Up @@ -825,7 +859,7 @@
"type": "long"
},
"TimeWindow": {
"shape": "S3w"
"shape": "S43"
}
}
}
Expand Down Expand Up @@ -1020,6 +1054,29 @@
}
}
},
"ListLoggingConfigurations": {
"input": {
"type": "structure",
"members": {
"NextMarker": {},
"Limit": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"LoggingConfigurations": {
"type": "list",
"member": {
"shape": "S3h"
}
},
"NextMarker": {}
}
}
},
"ListRateBasedRules": {
"input": {
"type": "structure",
Expand All @@ -1035,7 +1092,7 @@
"members": {
"NextMarker": {},
"Rules": {
"shape": "S54"
"shape": "S5e"
}
}
}
Expand Down Expand Up @@ -1148,7 +1205,7 @@
"members": {
"NextMarker": {},
"Rules": {
"shape": "S54"
"shape": "S5e"
}
}
}
Expand Down Expand Up @@ -1310,6 +1367,27 @@
}
}
},
"PutLoggingConfiguration": {
"input": {
"type": "structure",
"required": [
"LoggingConfiguration"
],
"members": {
"LoggingConfiguration": {
"shape": "S3h"
}
}
},
"output": {
"type": "structure",
"members": {
"LoggingConfiguration": {
"shape": "S3h"
}
}
}
},
"PutPermissionPolicy": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -1448,7 +1526,7 @@
"RuleId": {},
"ChangeToken": {},
"Updates": {
"shape": "S6k"
"shape": "S6w"
},
"RateLimit": {
"type": "long"
Expand Down Expand Up @@ -1544,7 +1622,7 @@
"RuleId": {},
"ChangeToken": {},
"Updates": {
"shape": "S6k"
"shape": "S6w"
}
}
},
Expand Down Expand Up @@ -2108,7 +2186,27 @@
"TextTransformation": {}
}
},
"S3w": {
"S3h": {
"type": "structure",
"required": [
"ResourceArn",
"LogDestinationConfigs"
],
"members": {
"ResourceArn": {},
"LogDestinationConfigs": {
"type": "list",
"member": {}
},
"RedactedFields": {
"type": "list",
"member": {
"shape": "S9"
}
}
}
},
"S43": {
"type": "structure",
"required": [
"StartTime",
Expand All @@ -2123,7 +2221,7 @@
}
}
},
"S54": {
"S5e": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -2137,7 +2235,7 @@
}
}
},
"S6k": {
"S6w": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit 85f776a

Please sign in to comment.