aws-sdk 2.1654.0 → 2.1656.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.
@@ -384,6 +384,7 @@ export abstract class ConfigurationServicePlaceholders {
384
384
  applicationsignals?: AWS.ApplicationSignals.Types.ClientConfiguration;
385
385
  pcaconnectorscep?: AWS.PcaConnectorScep.Types.ClientConfiguration;
386
386
  apptest?: AWS.AppTest.Types.ClientConfiguration;
387
+ qapps?: AWS.QApps.Types.ClientConfiguration;
387
388
  }
388
389
  export interface ConfigurationServiceApiVersions {
389
390
  acm?: AWS.ACM.Types.apiVersion;
@@ -770,4 +771,5 @@ export interface ConfigurationServiceApiVersions {
770
771
  applicationsignals?: AWS.ApplicationSignals.Types.apiVersion;
771
772
  pcaconnectorscep?: AWS.PcaConnectorScep.Types.apiVersion;
772
773
  apptest?: AWS.AppTest.Types.apiVersion;
774
+ qapps?: AWS.QApps.Types.apiVersion;
773
775
  }
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1654.0',
23
+ VERSION: '2.1656.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -90,7 +90,8 @@ function getEndpointSuffix(region) {
90
90
  '^cn\\-\\w+\\-\\d+$': 'amazonaws.com.cn',
91
91
  '^us\\-gov\\-\\w+\\-\\d+$': 'amazonaws.com',
92
92
  '^us\\-iso\\-\\w+\\-\\d+$': 'c2s.ic.gov',
93
- '^us\\-isob\\-\\w+\\-\\d+$': 'sc2s.sgov.gov'
93
+ '^us\\-isob\\-\\w+\\-\\d+$': 'sc2s.sgov.gov',
94
+ '^eu\\-isoe\\-west\\-1$': 'cloud.adc-e.uk',
94
95
  };
95
96
  var defaultSuffix = 'amazonaws.com';
96
97
  var regexes = Object.keys(regionRegexes);
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.1654.0",
4
+ "version": "2.1656.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",