aws-sdk 2.1209.0 → 2.1212.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.
Files changed (38) hide show
  1. package/CHANGELOG.md +23 -1
  2. package/README.md +1 -1
  3. package/apis/dataexchange-2017-07-25.examples.json +5 -0
  4. package/apis/dataexchange-2017-07-25.min.json +337 -335
  5. package/apis/dataexchange-2017-07-25.paginators.json +1 -1
  6. package/apis/dataexchange-2017-07-25.waiters2.json +5 -0
  7. package/apis/ec2-2016-11-15.min.json +4 -0
  8. package/apis/emr-containers-2020-10-01.min.json +34 -19
  9. package/apis/inspector2-2020-06-08.min.json +10 -2
  10. package/apis/iotsitewise-2019-12-02.min.json +2 -1
  11. package/apis/lookoutmetrics-2017-07-25.min.json +39 -11
  12. package/apis/medialive-2017-10-14.min.json +249 -213
  13. package/apis/sagemaker-2017-07-24.min.json +742 -687
  14. package/apis/sns-2010-03-31.min.json +42 -10
  15. package/apis/ssm-2014-11-06.min.json +3 -0
  16. package/clients/dataexchange.d.ts +13 -13
  17. package/clients/dataexchange.js +1 -0
  18. package/clients/ec2.d.ts +48 -40
  19. package/clients/eks.d.ts +7 -7
  20. package/clients/emrcontainers.d.ts +16 -1
  21. package/clients/fsx.d.ts +2 -2
  22. package/clients/identitystore.d.ts +34 -34
  23. package/clients/inspector2.d.ts +16 -2
  24. package/clients/iotsitewise.d.ts +12 -8
  25. package/clients/lookoutmetrics.d.ts +35 -0
  26. package/clients/medialive.d.ts +38 -0
  27. package/clients/route53.d.ts +2 -2
  28. package/clients/sagemaker.d.ts +73 -4
  29. package/clients/sns.d.ts +42 -0
  30. package/clients/ssm.d.ts +10 -6
  31. package/dist/aws-sdk-core-react-native.js +1 -1
  32. package/dist/aws-sdk-react-native.js +755 -748
  33. package/dist/aws-sdk.js +52 -13
  34. package/dist/aws-sdk.min.js +69 -69
  35. package/lib/core.js +1 -1
  36. package/lib/credentials/sso_credentials.d.ts +2 -0
  37. package/lib/credentials/sso_credentials.js +5 -1
  38. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,29 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1209.0-->
2
+ <!--LATEST=2.1212.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1212.0
6
+ * feature: EC2: This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type
7
+ * feature: EMRcontainers: EMR on EKS now allows running Spark SQL using the newly introduced Spark SQL Job Driver in the Start Job Run API
8
+ * feature: LookoutMetrics: Release dimension value filtering feature to allow customers to define dimension filters for including only a subset of their dataset to be used by LookoutMetrics.
9
+ * feature: MediaLive: This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live
10
+ * feature: Route53: Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
11
+ * feature: SSM: This release adds support for Systems Manager State Manager Association tagging.
12
+ * feature: SageMaker: This release adds Mode to AutoMLJobConfig.
13
+
14
+ ## 2.1211.0
15
+ * bugfix: SSO: sso did not allow httpOptions to be passed through
16
+ * feature: DataExchange: Documentation updates for AWS Data Exchange.
17
+ * feature: EC2: Documentation updates for Amazon EC2.
18
+ * feature: EKS: Adds support for EKS Addons ResolveConflicts "preserve" flag. Also adds new update failed status for EKS Addons.
19
+ * feature: Inspector2: This release adds new fields like fixAvailable, fixedInVersion and remediation to the finding model. The requirement to have vulnerablePackages in the finding model has also been removed. The documentation has been updated to reflect these changes.
20
+ * feature: IoTSiteWise: Allow specifying units in Asset Properties
21
+ * feature: SNS: Amazon SNS introduces the Data Protection Policy APIs, which enable customers to attach a data protection policy to an SNS topic. This allows topic owners to enable the new message data protection feature to audit and block sensitive data that is exchanged through their topics.
22
+ * feature: SageMaker: SageMaker Hosting now allows customization on ML instance storage volume size, model data download timeout and inference container startup ping health check timeout for each ProductionVariant in CreateEndpointConfig API.
23
+
24
+ ## 2.1210.0
25
+ * feature: SageMaker: This release adds HyperParameterTuningJob type in Search API.
26
+
5
27
  ## 2.1209.0
6
28
  * feature: CognitoIdentityServiceProvider: This release adds a new "AuthSessionValidity" field to the UserPoolClient in Cognito. Application admins can configure this value for their users' authentication duration, which is currently fixed at 3 minutes, up to 15 minutes. Setting this field will also apply to the SMS MFA authentication flow.
7
29
  * feature: Connect: This release adds search APIs for Routing Profiles and Queues, which can be used to search for those resources within a Connect Instance.
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.1209.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1212.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
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }