Comparing version 2.0.0-rc10 to 2.0.0-rc11
@@ -431,2 +431,15 @@ { | ||
} | ||
}, | ||
"AccessLog": { | ||
"type": "structure", | ||
"members": { | ||
"Enabled": { | ||
"type": "boolean" | ||
}, | ||
"S3BucketName": {}, | ||
"EmitInterval": { | ||
"type": "integer" | ||
}, | ||
"S3BucketPrefix": {} | ||
} | ||
} | ||
@@ -764,2 +777,16 @@ } | ||
} | ||
}, | ||
"AccessLog": { | ||
"type": "structure", | ||
"members": { | ||
"Enabled": { | ||
"type": "boolean", | ||
"required": true | ||
}, | ||
"S3BucketName": {}, | ||
"EmitInterval": { | ||
"type": "integer" | ||
}, | ||
"S3BucketPrefix": {} | ||
} | ||
} | ||
@@ -773,3 +800,31 @@ }, | ||
"type": "structure", | ||
"members": {} | ||
"members": { | ||
"LoadBalancerName": {}, | ||
"LoadBalancerAttributes": { | ||
"type": "structure", | ||
"members": { | ||
"CrossZoneLoadBalancing": { | ||
"type": "structure", | ||
"members": { | ||
"Enabled": { | ||
"type": "boolean" | ||
} | ||
} | ||
}, | ||
"AccessLog": { | ||
"type": "structure", | ||
"members": { | ||
"Enabled": { | ||
"type": "boolean" | ||
}, | ||
"S3BucketName": {}, | ||
"EmitInterval": { | ||
"type": "integer" | ||
}, | ||
"S3BucketPrefix": {} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
@@ -776,0 +831,0 @@ }, |
@@ -21,3 +21,3 @@ /** | ||
*/ | ||
VERSION: '2.0.0-rc10', | ||
VERSION: '2.0.0-rc11', | ||
@@ -24,0 +24,0 @@ /** |
var AWS = require('../core'); | ||
AWS.CloudFront = AWS.Service.defineService('cloudfront', ['2012-05-05', '2013-05-12*', '2013-08-26*', '2013-09-27*', '2013-11-11*', '2013-11-22']); | ||
AWS.CloudFront = AWS.Service.defineService('cloudfront', ['2012-05-05', '2013-05-12*', '2013-08-26*', '2013-09-27*', '2013-11-11*', '2013-11-22*', '2014-01-31']); | ||
module.exports = AWS.CloudFront; |
{ | ||
"name": "aws-sdk", | ||
"description": "AWS SDK for JavaScript", | ||
"version": "2.0.0-rc10", | ||
"version": "2.0.0-rc11", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name":"Amazon Web Services", |
@@ -15,3 +15,3 @@ # AWS SDK for JavaScript [![Version](https://badge.fury.io/js/aws-sdk.png)](http://badge.fury.io/js/aws-sdk) [![Build Status](https://travis-ci.org/aws/aws-sdk-js.png?branch=master)](https://travis-ci.org/aws/aws-sdk-js) | ||
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc10.min.js"></script> | ||
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc11.min.js"></script> | ||
@@ -18,0 +18,0 @@ ### In Node.js |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2103055
73904
3