aws-sdk 2.1688.0 → 2.1690.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1688.0',
23
+ VERSION: '2.1690.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -36,6 +36,8 @@
36
36
  "globalEndpoint": true,
37
37
  "signingRegion": "us-isob-east-1"
38
38
  },
39
+ "us-isof-*/route53": "globalUsIsof",
40
+ "eu-isoe-*/route53": "globalEuIsoe",
39
41
 
40
42
  "*/waf": "globalSSL",
41
43
 
@@ -241,6 +243,16 @@
241
243
  "globalEndpoint": true,
242
244
  "signingRegion": "us-gov-west-1"
243
245
  },
246
+ "globalUsIsof": {
247
+ "endpoint": "{service}.csp.hci.ic.gov",
248
+ "globalEndpoint": true,
249
+ "signingRegion": "us-isof-south-1"
250
+ },
251
+ "globalEuIsoe": {
252
+ "endpoint": "{service}.cloud.adc-e.uk",
253
+ "globalEndpoint": true,
254
+ "signingRegion": "eu-isoe-west-1"
255
+ },
244
256
  "s3signature": {
245
257
  "endpoint": "{service}.{region}.amazonaws.com",
246
258
  "signatureVersion": "s3"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1688.0",
4
+ "version": "2.1690.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",