aws-sdk 2.1305.0 → 2.1306.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 +19 -1
  2. package/README.md +1 -1
  3. package/apis/appsync-2017-07-25.min.json +104 -86
  4. package/apis/cloudtrail-2013-11-01.min.json +204 -55
  5. package/apis/cloudtrail-data-2021-08-11.examples.json +5 -0
  6. package/apis/cloudtrail-data-2021-08-11.min.json +94 -0
  7. package/apis/cloudtrail-data-2021-08-11.paginators.json +4 -0
  8. package/apis/codeartifact-2018-09-22.min.json +73 -21
  9. package/apis/ec2-2016-11-15.min.json +1465 -1291
  10. package/apis/groundstation-2019-05-23.min.json +312 -41
  11. package/apis/iot-2015-05-28.min.json +4 -1
  12. package/apis/metadata.json +4 -0
  13. package/apis/opensearch-2021-01-01.min.json +192 -176
  14. package/apis/sagemaker-2017-07-24.min.json +630 -585
  15. package/apis/securityhub-2018-10-26.min.json +173 -157
  16. package/clients/all.d.ts +1 -0
  17. package/clients/all.js +2 -1
  18. package/clients/appsync.d.ts +20 -2
  19. package/clients/cloudtrail.d.ts +234 -40
  20. package/clients/cloudtraildata.d.ts +111 -0
  21. package/clients/cloudtraildata.js +18 -0
  22. package/clients/codeartifact.d.ts +43 -6
  23. package/clients/ec2.d.ts +180 -2
  24. package/clients/groundstation.d.ts +284 -0
  25. package/clients/iot.d.ts +4 -0
  26. package/clients/opensearch.d.ts +31 -0
  27. package/clients/polly.d.ts +1 -1
  28. package/clients/sagemaker.d.ts +57 -1
  29. package/clients/securityhub.d.ts +26 -3
  30. package/dist/aws-sdk-core-react-native.js +2 -2
  31. package/dist/aws-sdk-react-native.js +50 -13
  32. package/dist/aws-sdk.js +1680 -1350
  33. package/dist/aws-sdk.min.js +86 -86
  34. package/lib/config_service_placeholders.d.ts +2 -0
  35. package/lib/core.js +1 -1
  36. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,25 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1305.0-->
2
+ <!--LATEST=2.1306.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1306.0
6
+ * feature: AccessAnalyzer: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
7
+ * feature: AppSync: This release introduces the feature to support EventBridge as AppSync data source.
8
+ * feature: CloudTrail: Add new "Channel" APIs to enable users to manage channels used for CloudTrail Lake integrations, and "Resource Policy" APIs to enable users to manage the resource-based permissions policy attached to a channel.
9
+ * feature: CloudTrailData: Add CloudTrail Data Service to enable users to ingest activity events from non-AWS sources into CloudTrail Lake.
10
+ * feature: CodeArtifact: This release introduces a new DeletePackage API, which enables deletion of a package and all of its versions from a repository.
11
+ * feature: ConnectParticipant: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
12
+ * feature: EC2: This launch allows customers to associate up to 8 IP addresses to their NAT Gateways to increase the limit on concurrent connections to a single destination by eight times from 55K to 440K.
13
+ * feature: GroundStation: DigIF Expansion changes to the Customer APIs.
14
+ * feature: Iot: Added support for IoT Rules Engine Cloudwatch Logs action batch mode.
15
+ * feature: Kinesis: Updates API to latest version.
16
+ * feature: OpenSearch: Amazon OpenSearch Service adds the option for a VPC endpoint connection between two domains when the local domain uses OpenSearch version 1.3 or 2.3. You can now use remote reindex to copy indices from one VPC domain to another without a reverse proxy.
17
+ * feature: Outposts: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
18
+ * feature: Polly: Amazon Polly adds two new neural American English voices - Ruth, Stephen
19
+ * feature: SageMaker: Amazon SageMaker Automatic Model Tuning now supports more completion criteria for Hyperparameter Optimization.
20
+ * feature: SecurityHub: New fields have been added to the AWS Security Finding Format. Compliance.SecurityControlId is a unique identifier for a security control across standards. Compliance.AssociatedStandards contains all enabled standards in which a security control is enabled.
21
+ * feature: Support: This fixes incorrect endpoint construction when a customer is explicitly setting a region.
22
+
5
23
  ## 2.1305.0
6
24
  * feature: CloudDirectory: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
7
25
  * feature: CloudFormation: This feature provides a method of obtaining which regions a stackset has stack instances deployed in.
package/README.md CHANGED
@@ -57,7 +57,7 @@ for further details.
57
57
  To use the SDK in the browser, simply add the following script tag to your
58
58
  HTML pages:
59
59
 
60
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1305.0.min.js"></script>
60
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1306.0.min.js"></script>
61
61
 
62
62
  You can also build a custom browser SDK with your specified set of AWS services.
63
63
  This can allow you to reduce the SDK's size, specify different API versions of