aws-sdk 2.1304.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 (38) hide show
  1. package/CHANGELOG.md +30 -1
  2. package/README.md +1 -1
  3. package/apis/appsync-2017-07-25.min.json +104 -86
  4. package/apis/cloudformation-2010-05-15.min.json +3 -0
  5. package/apis/cloudtrail-2013-11-01.min.json +204 -55
  6. package/apis/cloudtrail-data-2021-08-11.examples.json +5 -0
  7. package/apis/cloudtrail-data-2021-08-11.min.json +94 -0
  8. package/apis/cloudtrail-data-2021-08-11.paginators.json +4 -0
  9. package/apis/codeartifact-2018-09-22.min.json +73 -21
  10. package/apis/ec2-2016-11-15.min.json +1477 -1297
  11. package/apis/groundstation-2019-05-23.min.json +312 -41
  12. package/apis/iot-2015-05-28.min.json +4 -1
  13. package/apis/metadata.json +4 -0
  14. package/apis/opensearch-2021-01-01.min.json +192 -176
  15. package/apis/sagemaker-2017-07-24.min.json +630 -585
  16. package/apis/securityhub-2018-10-26.min.json +173 -157
  17. package/clients/all.d.ts +1 -0
  18. package/clients/all.js +2 -1
  19. package/clients/appsync.d.ts +20 -2
  20. package/clients/cloudformation.d.ts +1 -0
  21. package/clients/cloudtrail.d.ts +234 -40
  22. package/clients/cloudtraildata.d.ts +111 -0
  23. package/clients/cloudtraildata.js +18 -0
  24. package/clients/codeartifact.d.ts +43 -6
  25. package/clients/ec2.d.ts +212 -15
  26. package/clients/groundstation.d.ts +284 -0
  27. package/clients/iot.d.ts +4 -0
  28. package/clients/opensearch.d.ts +31 -0
  29. package/clients/polly.d.ts +1 -1
  30. package/clients/sagemaker.d.ts +57 -1
  31. package/clients/securityhub.d.ts +26 -3
  32. package/dist/aws-sdk-core-react-native.js +2 -2
  33. package/dist/aws-sdk-react-native.js +51 -14
  34. package/dist/aws-sdk.js +1695 -1356
  35. package/dist/aws-sdk.min.js +94 -94
  36. package/lib/config_service_placeholders.d.ts +2 -0
  37. package/lib/core.js +1 -1
  38. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,36 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1304.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
+
23
+ ## 2.1305.0
24
+ * feature: CloudDirectory: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
25
+ * feature: CloudFormation: This feature provides a method of obtaining which regions a stackset has stack instances deployed in.
26
+ * feature: DLM: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
27
+ * feature: Discovery: Update ImportName validation to 255 from the current length of 100
28
+ * feature: EC2: We add Prefix Lists as a new route destination option for LocalGatewayRoutes. This will allow customers to create routes to Prefix Lists. Prefix List routes will allow customers to group individual CIDR routes with the same target into a single route.
29
+ * feature: Imagebuilder: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
30
+ * feature: Kafka: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
31
+ * feature: MediaConvert: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
32
+ * feature: SWF: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
33
+
5
34
  ## 2.1304.0
6
35
  * feature: AppStream: Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped.
7
36
  * feature: ApplicationAutoScaling: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
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.1304.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