Comparing version 2.1655.0 to 2.1656.0
@@ -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": { |
@@ -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
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
96865973
2282
1898904
198