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

aws-sdk

Package Overview
Dependencies
Maintainers
5
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.1655.0 to 2.1656.0

apis/qapps-2023-11-27.examples.json

8

apis/codedeploy-2014-10-06.min.json

@@ -8,2 +8,5 @@ {

"protocol": "json",
"protocols": [
"json"
],
"serviceAbbreviation": "CodeDeploy",

@@ -14,3 +17,6 @@ "serviceFullName": "AWS CodeDeploy",

"targetPrefix": "CodeDeploy_20141006",
"uid": "codedeploy-2014-10-06"
"uid": "codedeploy-2014-10-06",
"auth": [
"aws.auth#sigv4"
]
},

@@ -17,0 +23,0 @@ "operations": {

@@ -8,2 +8,5 @@ {

"protocol": "json",
"protocols": [
"json"
],
"serviceFullName": "AWS Device Farm",

@@ -13,3 +16,6 @@ "serviceId": "Device Farm",

"targetPrefix": "DeviceFarm_20150623",
"uid": "devicefarm-2015-06-23"
"uid": "devicefarm-2015-06-23",
"auth": [
"aws.auth#sigv4"
]
},

@@ -16,0 +22,0 @@ "operations": {

@@ -7,2 +7,5 @@ {

"protocol": "query",
"protocols": [
"query"
],
"serviceAbbreviation": "Elastic Beanstalk",

@@ -13,3 +16,6 @@ "serviceFullName": "AWS Elastic Beanstalk",

"uid": "elasticbeanstalk-2010-12-01",
"xmlNamespace": "http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/"
"xmlNamespace": "http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/",
"auth": [
"aws.auth#sigv4"
]
},

@@ -16,0 +22,0 @@ "operations": {

@@ -7,2 +7,5 @@ {

"protocol": "query",
"protocols": [
"query"
],
"serviceAbbreviation": "Amazon SES",

@@ -14,3 +17,6 @@ "serviceFullName": "Amazon Simple Email Service",

"uid": "email-2010-12-01",
"xmlNamespace": "http://ses.amazonaws.com/doc/2010-12-01/"
"xmlNamespace": "http://ses.amazonaws.com/doc/2010-12-01/",
"auth": [
"aws.auth#sigv4"
]
},

@@ -17,0 +23,0 @@ "operations": {

@@ -7,6 +7,12 @@ {

"protocol": "rest-json",
"protocols": [
"rest-json"
],
"serviceFullName": "Amazon Elasticsearch Service",
"serviceId": "Elasticsearch Service",
"signatureVersion": "v4",
"uid": "es-2015-01-01"
"uid": "es-2015-01-01",
"auth": [
"aws.auth#sigv4"
]
},

@@ -13,0 +19,0 @@ "operations": {

5

apis/firehose-2015-08-04.min.json

@@ -16,3 +16,6 @@ {

"targetPrefix": "Firehose_20150804",
"uid": "firehose-2015-08-04"
"uid": "firehose-2015-08-04",
"auth": [
"aws.auth#sigv4"
]
},

@@ -19,0 +22,0 @@ "operations": {

@@ -1435,3 +1435,6 @@ {

"name": "AppTest"
},
"qapps": {
"name": "QApps"
}
}

@@ -16,3 +16,6 @@ {

"targetPrefix": "Route53Resolver",
"uid": "route53resolver-2018-04-01"
"uid": "route53resolver-2018-04-01",
"auth": [
"aws.auth#sigv4"
]
},

@@ -19,0 +22,0 @@ "operations": {

@@ -385,1 +385,2 @@ export import ACM = require('./acm');

export import AppTest = require('./apptest');
export import QApps = require('./qapps');

@@ -386,3 +386,4 @@ require('../lib/node_loader');

PcaConnectorScep: require('./pcaconnectorscep'),
AppTest: require('./apptest')
AppTest: require('./apptest'),
QApps: require('./qapps')
};

@@ -387,2 +387,3 @@ import * as AWS from '../clients/all';

apptest?: AWS.AppTest.Types.ClientConfiguration;
qapps?: AWS.QApps.Types.ClientConfiguration;
}

@@ -774,2 +775,3 @@ export interface ConfigurationServiceApiVersions {

apptest?: AWS.AppTest.Types.apiVersion;
qapps?: AWS.QApps.Types.apiVersion;
}

@@ -23,3 +23,3 @@ /**

*/
VERSION: '2.1655.0',
VERSION: '2.1656.0',

@@ -26,0 +26,0 @@ /**

@@ -93,3 +93,4 @@ var util = require('./util');

'^us\\-iso\\-\\w+\\-\\d+$': 'c2s.ic.gov',
'^us\\-isob\\-\\w+\\-\\d+$': 'sc2s.sgov.gov'
'^us\\-isob\\-\\w+\\-\\d+$': 'sc2s.sgov.gov',
'^eu\\-isoe\\-west\\-1$': 'cloud.adc-e.uk',
};

@@ -96,0 +97,0 @@ var defaultSuffix = 'amazonaws.com';

{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.1655.0",
"version": "2.1656.0",
"author": {

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

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

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

@@ -70,0 +70,0 @@ You can also build a custom browser SDK with your specified set of AWS services.

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

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

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

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

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

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