aws-sdk 2.1404.0 → 2.1406.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 (47) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/README.md +1 -1
  3. package/apis/appfabric-2023-05-19.examples.json +5 -0
  4. package/apis/appfabric-2023-05-19.min.json +1254 -0
  5. package/apis/appfabric-2023-05-19.paginators.json +28 -0
  6. package/apis/appfabric-2023-05-19.waiters2.json +5 -0
  7. package/apis/appflow-2020-08-23.min.json +3 -0
  8. package/apis/connect-2017-08-08.min.json +79 -27
  9. package/apis/connect-2017-08-08.paginators.json +6 -0
  10. package/apis/emr-serverless-2021-07-13.min.json +2 -1
  11. package/apis/glue-2017-03-31.min.json +358 -348
  12. package/apis/guardduty-2017-11-28.min.json +54 -49
  13. package/apis/iam-2010-05-08.min.json +85 -54
  14. package/apis/iam-2010-05-08.paginators.json +49 -0
  15. package/apis/ivs-2020-07-14.min.json +99 -23
  16. package/apis/kinesisvideo-2017-09-30.min.json +117 -25
  17. package/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
  18. package/apis/metadata.json +3 -0
  19. package/apis/pinpoint-2016-12-01.min.json +202 -192
  20. package/apis/privatenetworks-2021-12-03.min.json +127 -69
  21. package/apis/sagemaker-2017-07-24.min.json +667 -647
  22. package/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +30 -10
  23. package/clients/all.d.ts +1 -0
  24. package/clients/all.js +2 -1
  25. package/clients/appfabric.d.ts +1127 -0
  26. package/clients/appfabric.js +19 -0
  27. package/clients/appflow.d.ts +4 -0
  28. package/clients/connect.d.ts +82 -4
  29. package/clients/emrserverless.d.ts +10 -6
  30. package/clients/glue.d.ts +11 -2
  31. package/clients/guardduty.d.ts +7 -2
  32. package/clients/iam.d.ts +51 -12
  33. package/clients/ivs.d.ts +80 -0
  34. package/clients/kinesisvideo.d.ts +144 -10
  35. package/clients/macie2.d.ts +18 -18
  36. package/clients/pinpoint.d.ts +10 -0
  37. package/clients/privatenetworks.d.ts +67 -5
  38. package/clients/sagemaker.d.ts +27 -1
  39. package/clients/sagemakerfeaturestoreruntime.d.ts +36 -2
  40. package/clients/ssm.d.ts +16 -16
  41. package/dist/aws-sdk-core-react-native.js +2 -2
  42. package/dist/aws-sdk-react-native.js +63 -19
  43. package/dist/aws-sdk.js +348 -109
  44. package/dist/aws-sdk.min.js +78 -78
  45. package/lib/config_service_placeholders.d.ts +2 -0
  46. package/lib/core.js +1 -1
  47. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,25 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1404.0-->
2
+ <!--LATEST=2.1406.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1406.0
6
+ * feature: AppFabric: Initial release of AWS AppFabric for connecting SaaS applications for better productivity and security.
7
+ * feature: Appflow: This release adds support to bypass SSO with the SAPOData connector when connecting to an SAP instance.
8
+ * feature: EMRServerless: This release adds support to update the release label of an EMR Serverless application to upgrade it to a different version of Amazon EMR via UpdateApplication API.
9
+ * feature: IVS: IVS customers can now revoke the viewer session associated with an auth token, to prevent and stop playback using that token.
10
+ * feature: KinesisVideo: General Availability (GA) release of Kinesis Video Streams at Edge, enabling customers to provide a configuration for the Kinesis Video Streams EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on a configured schedule.
11
+ * feature: Macie2: This release adds support for configuring new classification jobs to use the set of managed data identifiers that we recommend for jobs. For the managed data identifier selection type (managedDataIdentifierSelector), specify RECOMMENDED.
12
+ * feature: PrivateNetworks: This release allows Private5G customers to choose different commitment plans (60-days, 1-year, 3-years) when placing new orders, enables automatic renewal option for 1-year and 3-years commitments. It also allows customers to update the commitment plan of an existing radio unit.
13
+ * feature: SageMaker: Introducing TTL for online store records in feature groups.
14
+ * feature: SageMakerFeatureStoreRuntime: Introducing TTL for online store records for feature groups.
15
+
16
+ ## 2.1405.0
17
+ * feature: Connect: This release provides a way to search for existing tags within an instance. Before tagging a resource, ensure consistency by searching for pre-existing key:value pairs.
18
+ * feature: Glue: Timestamp Starting Position For Kinesis and Kafka Data Sources in a Glue Streaming Job
19
+ * feature: GuardDuty: Add support for user.extra.sessionName in Kubernetes Audit Logs Findings.
20
+ * feature: IAM: Support for a new API "GetMFADevice" to present MFA device metadata such as device certifications
21
+ * feature: Pinpoint: Added time zone estimation support for journeys
22
+
5
23
  ## 2.1404.0
6
24
  * feature: DevOpsGuru: This release adds support for encryption via customer managed keys.
7
25
 
package/README.md CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
71
71
  To use the SDK in the browser, simply add the following script tag to your
72
72
  HTML pages:
73
73
 
74
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1404.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1406.0.min.js"></script>
75
75
 
76
76
  You can also build a custom browser SDK with your specified set of AWS services.
77
77
  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
+ }