aws-sdk 2.1381.0 → 2.1382.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/CHANGELOG.md CHANGED
@@ -1,7 +1,11 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1381.0-->
2
+ <!--LATEST=2.1382.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1382.0
6
+ * feature: Backup: Added support for tags on restore.
7
+ * feature: QuickSight: Add support for Asset Bundle, Geospatial Heatmaps.
8
+
5
9
  ## 2.1381.0
6
10
  * feature: Backup: Add ResourceArn, ResourceType, and BackupVaultName to ListRecoveryPointsByLegalHold API response.
7
11
  * feature: ConnectCases: This release adds the ability to create fields with type Url through the CreateField API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html
package/README.md CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
71
71
  To use the SDK in the browser, simply add the following script tag to your
72
72
  HTML pages:
73
73
 
74
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1381.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1382.0.min.js"></script>
75
75
 
76
76
  You can also build a custom browser SDK with your specified set of AWS services.
77
77
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -2391,7 +2391,10 @@
2391
2391
  },
2392
2392
  "IamRoleArn": {},
2393
2393
  "IdempotencyToken": {},
2394
- "ResourceType": {}
2394
+ "ResourceType": {},
2395
+ "CopySourceTagsToRestoredResource": {
2396
+ "type": "boolean"
2397
+ }
2395
2398
  }
2396
2399
  },
2397
2400
  "output": {