Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-sdk

Package Overview
Dependencies
Maintainers
1
Versions
1965
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-sdk - npm Package Compare versions

Comparing version 2.1.16 to 2.1.17

63

apis/cloudtrail-2013-11-01.min.json
{
"version": "2.0",
"metadata": {

@@ -132,2 +133,64 @@ "apiVersion": "2013-11-01",

},
"LookupEvents": {
"input": {
"type": "structure",
"members": {
"LookupAttributes": {
"type": "list",
"member": {
"type": "structure",
"required": [
"AttributeKey",
"AttributeValue"
],
"members": {
"AttributeKey": {},
"AttributeValue": {}
}
}
},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Events": {
"type": "list",
"member": {
"type": "structure",
"members": {
"EventId": {},
"EventName": {},
"EventTime": {
"type": "timestamp"
},
"Username": {},
"Resources": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ResourceType": {},
"ResourceName": {}
}
}
},
"CloudTrailEvent": {}
}
}
},
"NextToken": {}
}
}
},
"StartLogging": {

@@ -134,0 +197,0 @@ "input": {

27

apis/logs-2014-03-28.min.json
{
"version": "2.0",
"metadata": {

@@ -133,2 +134,6 @@ "apiVersion": "2014-03-28",

"logStreamNamePrefix": {},
"orderBy": {},
"descending": {
"type": "boolean"
},
"nextToken": {},

@@ -199,3 +204,3 @@ "limit": {

"metricTransformations": {
"shape": "Sv"
"shape": "Sx"
},

@@ -293,3 +298,17 @@ "creationTime": {

"members": {
"nextSequenceToken": {}
"nextSequenceToken": {},
"rejectedLogEventsInfo": {
"type": "structure",
"members": {
"tooNewLogEventStartIndex": {
"type": "integer"
},
"tooOldLogEventEndIndex": {
"type": "integer"
},
"expiredLogEventEndIndex": {
"type": "integer"
}
}
}
}

@@ -312,3 +331,3 @@ }

"metricTransformations": {
"shape": "Sv"
"shape": "Sx"
}

@@ -373,3 +392,3 @@ }

"shapes": {
"Sv": {
"Sx": {
"type": "list",

@@ -376,0 +395,0 @@ "member": {

2

lib/core.js

@@ -20,3 +20,3 @@ /**

*/
VERSION: '2.1.16',
VERSION: '2.1.17',

@@ -23,0 +23,0 @@ /**

{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.1.16",
"version": "2.1.17",
"author": {

@@ -6,0 +6,0 @@ "name":"Amazon Web Services",

@@ -27,3 +27,3 @@ # AWS SDK for JavaScript

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.16.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.17.min.js"></script>

@@ -30,0 +30,0 @@ The AWS SDK is also compatible with [browserify](http://browserify.org).

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc