aws-sdk 2.965.0 → 2.966.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.
@@ -276,6 +276,7 @@ export abstract class ConfigurationServicePlaceholders {
276
276
  route53recoveryreadiness?: AWS.Route53RecoveryReadiness.Types.ClientConfiguration;
277
277
  chimesdkidentity?: AWS.ChimeSDKIdentity.Types.ClientConfiguration;
278
278
  chimesdkmessaging?: AWS.ChimeSDKMessaging.Types.ClientConfiguration;
279
+ snowdevicemanagement?: AWS.SnowDeviceManagement.Types.ClientConfiguration;
279
280
  }
280
281
  export interface ConfigurationServiceApiVersions {
281
282
  acm?: AWS.ACM.Types.apiVersion;
@@ -554,4 +555,5 @@ export interface ConfigurationServiceApiVersions {
554
555
  route53recoveryreadiness?: AWS.Route53RecoveryReadiness.Types.apiVersion;
555
556
  chimesdkidentity?: AWS.ChimeSDKIdentity.Types.apiVersion;
556
557
  chimesdkmessaging?: AWS.ChimeSDKMessaging.Types.apiVersion;
558
+ snowdevicemanagement?: AWS.SnowDeviceManagement.Types.apiVersion;
557
559
  }
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.965.0',
23
+ VERSION: '2.966.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.965.0",
4
+ "version": "2.966.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",