aws-sdk 2.637.0 → 2.641.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 (36) hide show
  1. package/CHANGELOG.md +23 -1
  2. package/README.md +1 -1
  3. package/apis/apigatewayv2-2018-11-29.min.json +437 -73
  4. package/apis/cognito-idp-2016-04-18.min.json +115 -112
  5. package/apis/ecs-2014-11-13.min.json +6 -0
  6. package/apis/elasticache-2015-02-02.min.json +424 -95
  7. package/apis/elasticache-2015-02-02.paginators.json +6 -0
  8. package/apis/iot-2015-05-28.min.json +111 -100
  9. package/apis/lex-models-2017-04-19.min.json +116 -1
  10. package/apis/mediaconvert-2017-08-29.min.json +121 -62
  11. package/apis/redshift-2012-12-01.min.json +112 -60
  12. package/apis/s3control-2018-08-20.min.json +100 -4
  13. package/apis/securityhub-2018-10-26.min.json +198 -155
  14. package/apis/ssm-2014-11-06.min.json +182 -176
  15. package/buildspec.yml +22 -0
  16. package/clients/apigatewayv2.d.ts +378 -45
  17. package/clients/appconfig.d.ts +6 -6
  18. package/clients/cognitoidentityserviceprovider.d.ts +10 -6
  19. package/clients/ec2.d.ts +1 -1
  20. package/clients/ecs.d.ts +15 -7
  21. package/clients/efs.d.ts +3 -3
  22. package/clients/elasticache.d.ts +390 -15
  23. package/clients/iot.d.ts +18 -3
  24. package/clients/lexmodelbuildingservice.d.ts +99 -0
  25. package/clients/mediaconvert.d.ts +73 -3
  26. package/clients/redshift.d.ts +44 -2
  27. package/clients/s3control.d.ts +72 -0
  28. package/clients/securityhub.d.ts +85 -4
  29. package/clients/ssm.d.ts +15 -4
  30. package/dist/aws-sdk-core-react-native.js +2 -2
  31. package/dist/aws-sdk-react-native.js +14 -14
  32. package/dist/aws-sdk.js +1076 -548
  33. package/dist/aws-sdk.min.js +63 -63
  34. package/lib/core.js +1 -1
  35. package/lib/event_listeners.js +1 -1
  36. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,29 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.637.0-->
2
+ <!--LATEST=2.641.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.641.0
6
+ * feature: CI: add buildspec.yml from CodeBuild job
7
+ * feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for: AV1 encoding in File Group MP4, DASH and CMAF DASH outputs; PCM/WAV audio output in MPEG2-TS containers; and Opus audio in Webm inputs.
8
+
9
+ ## 2.640.0
10
+ * bugfix: AWS.EventListeners.Core: add error message
11
+ * feature: CognitoIdentityServiceProvider: Additional response field "CompromisedCredentialsDetected" added to AdminListUserAuthEvents.
12
+ * feature: ECS: This release adds the ability to update the task placement strategy and constraints for Amazon ECS services.
13
+ * feature: ElastiCache: Amazon ElastiCache now supports Global Datastore for Redis. Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis, you can create cross-region read replica clusters for ElastiCache for Redis to enable low-latency reads and disaster recovery across regions. You can create, modify and describe a Global Datastore, as well as add or remove regions from your Global Datastore and promote a region as primary in Global Datastore.
14
+ * feature: S3Control: Amazon S3 now supports Batch Operations job tagging.
15
+ * feature: SSM: Resource data sync for AWS Systems Manager Inventory now includes destination data sharing. This feature enables you to synchronize inventory data from multiple AWS accounts into a central Amazon S3 bucket. To use this feature, all AWS accounts must be listed in AWS Organizations.
16
+
17
+ ## 2.639.0
18
+ * feature: ApiGatewayV2: Amazon API Gateway HTTP APIs is now generally available. HTTP APIs offer the core functionality of REST API at up to 71% lower price compared to REST API, 60% lower p99 latency, and is significantly easier to use. As part of general availability, we added new features to route requests to private backends such as private ALBs, NLBs, and IP/ports. We also brought over a set of features from REST API such as Stage Variables, and Stage/Route level throttling. Custom domain names can also now be used with both REST And HTTP APIs.
19
+ * feature: EC2: Documentation updates for EC2
20
+ * feature: Iot: As part of this release, we are extending capability of AWS IoT Rules Engine to support IoT Cloudwatch log action. The IoT Cloudwatch log rule action lets you send messages from IoT sensors and applications to Cloudwatch logs for troubleshooting and debugging.
21
+ * feature: LexModelBuildingService: Amazon Lex now supports tagging for bots, bot aliases and bot channels.
22
+ * feature: SecurityHub: The AWS Security Finding Format is being augmented with the following changes. 21 new resource types without corresponding details objects are added. Another new resource type, AwsS3Object, has an accompanying details object. Severity.Label is a new string field that indicates the severity of a finding. The available values are: INFORMATIONAL, LOW, MEDIUM, HIGH, CRITICAL. The new string field Workflow.Status indicates the status of the investigation into a finding. The available values are: NEW, NOTIFIED, RESOLVED, SUPPRESSED.
23
+
24
+ ## 2.638.0
25
+ * feature: Redshift: Amazon Redshift now supports operations to pause and resume a cluster on demand or on a schedule.
26
+
5
27
  ## 2.637.0
6
28
  * feature: EC2: Documentation updates for EC2
7
29
  * feature: IoTEvents: API update that adds a new parameter, durationExpression, to SetTimerAction, and deprecates seconds
package/README.md CHANGED
@@ -25,7 +25,7 @@ version.
25
25
  To use the SDK in the browser, simply add the following script tag to your
26
26
  HTML pages:
27
27
 
28
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.637.0.min.js"></script>
28
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.641.0.min.js"></script>
29
29
 
30
30
  You can also build a custom browser SDK with your specified set of AWS services.
31
31
  This can allow you to reduce the SDK's size, specify different API versions of