aws-sdk 2.1638.0 → 2.1639.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.
@@ -383,6 +383,7 @@ export abstract class ConfigurationServicePlaceholders {
383
383
  mailmanager?: AWS.MailManager.Types.ClientConfiguration;
384
384
  taxsettings?: AWS.TaxSettings.Types.ClientConfiguration;
385
385
  applicationsignals?: AWS.ApplicationSignals.Types.ClientConfiguration;
386
+ pcaconnectorscep?: AWS.PcaConnectorScep.Types.ClientConfiguration;
386
387
  }
387
388
  export interface ConfigurationServiceApiVersions {
388
389
  acm?: AWS.ACM.Types.apiVersion;
@@ -768,4 +769,5 @@ export interface ConfigurationServiceApiVersions {
768
769
  mailmanager?: AWS.MailManager.Types.apiVersion;
769
770
  taxsettings?: AWS.TaxSettings.Types.apiVersion;
770
771
  applicationsignals?: AWS.ApplicationSignals.Types.apiVersion;
772
+ pcaconnectorscep?: AWS.PcaConnectorScep.Types.apiVersion;
771
773
  }
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1638.0',
23
+ VERSION: '2.1639.0',
24
24
 
25
25
  /**
26
26
  * @api private
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.1638.0",
4
+ "version": "2.1639.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",