aws-sdk 2.749.0 → 2.750.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.
@@ -230,6 +230,7 @@ export abstract class ConfigurationServicePlaceholders {
230
230
  identitystore?: AWS.IdentityStore.Types.ClientConfiguration;
231
231
  appflow?: AWS.Appflow.Types.ClientConfiguration;
232
232
  redshiftdata?: AWS.RedshiftData.Types.ClientConfiguration;
233
+ ssoadmin?: AWS.SSOAdmin.Types.ClientConfiguration;
233
234
  }
234
235
  export interface ConfigurationServiceApiVersions {
235
236
  acm?: AWS.ACM.Types.apiVersion;
@@ -462,4 +463,5 @@ export interface ConfigurationServiceApiVersions {
462
463
  identitystore?: AWS.IdentityStore.Types.apiVersion;
463
464
  appflow?: AWS.Appflow.Types.apiVersion;
464
465
  redshiftdata?: AWS.RedshiftData.Types.apiVersion;
466
+ ssoadmin?: AWS.SSOAdmin.Types.apiVersion;
465
467
  }
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.749.0',
23
+ VERSION: '2.750.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.749.0",
4
+ "version": "2.750.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",