aws-sdk 2.975.0 → 2.976.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,14 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.975.0-->
2
+ <!--LATEST=2.976.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.976.0
6
+ * feature: CloudWatchEvents: AWS CWEvents adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API
7
+ * feature: DataSync: Added include filters to CreateTask and UpdateTask, and added exclude filters to StartTaskExecution, giving customers more granular control over how DataSync transfers files, folders, and objects.
8
+ * feature: EC2: Support added for IMDS IPv6 endpoint
9
+ * feature: EventBridge: AWS EventBridge adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API
10
+ * feature: FMS: AWS Firewall Manager now supports triggering resource cleanup workflow when account or resource goes out of policy scope for AWS WAF, Security group, AWS Network Firewall, and Amazon Route 53 Resolver DNS Firewall policies.
11
+
5
12
  ## 2.975.0
6
13
  * feature: IotData: Updated Publish with support for new Retain flag and added two new API operations: GetRetainedMessage, ListRetainedMessages.
7
14
  * feature: MediaConvert: AWS Elemental MediaConvert SDK has added MBAFF encoding support for AVC video and the ability to pass encryption context from the job settings to S3.
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.975.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.976.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -266,6 +266,9 @@
266
266
  },
267
267
  "Tags": {
268
268
  "shape": "S7"
269
+ },
270
+ "Includes": {
271
+ "shape": "S23"
269
272
  }
270
273
  }
271
274
  },
@@ -564,6 +567,9 @@
564
567
  "ErrorDetail": {},
565
568
  "CreationTime": {
566
569
  "type": "timestamp"
570
+ },
571
+ "Includes": {
572
+ "shape": "S23"
567
573
  }
568
574
  }
569
575
  }
@@ -822,6 +828,9 @@
822
828
  },
823
829
  "Includes": {
824
830
  "shape": "S23"
831
+ },
832
+ "Excludes": {
833
+ "shape": "S23"
825
834
  }
826
835
  }
827
836
  },
@@ -981,7 +990,10 @@
981
990
  "shape": "S27"
982
991
  },
983
992
  "Name": {},
984
- "CloudWatchLogGroupArn": {}
993
+ "CloudWatchLogGroupArn": {},
994
+ "Includes": {
995
+ "shape": "S23"
996
+ }
985
997
  }
986
998
  },
987
999
  "output": {