aws-sdk 2.1102.0 → 2.1105.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 (40) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/README.md +1 -1
  3. package/apis/ec2-2016-11-15.min.json +863 -807
  4. package/apis/fms-2018-01-01.min.json +210 -83
  5. package/apis/fms-2018-01-01.paginators.json +6 -0
  6. package/apis/fsx-2018-03-01.min.json +3 -0
  7. package/apis/grafana-2020-08-18.min.json +117 -19
  8. package/apis/iot-data-2015-05-28.min.json +1 -1
  9. package/apis/metadata.json +4 -0
  10. package/apis/organizations-2016-11-28.min.json +77 -62
  11. package/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
  12. package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
  13. package/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
  14. package/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
  15. package/apis/route53-recovery-cluster-2019-12-02.min.json +39 -4
  16. package/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
  17. package/apis/workspaces-2015-04-08.min.json +195 -27
  18. package/clients/all.d.ts +1 -0
  19. package/clients/all.js +2 -1
  20. package/clients/auditmanager.d.ts +4 -4
  21. package/clients/cloudcontrol.d.ts +22 -22
  22. package/clients/databrew.d.ts +3 -3
  23. package/clients/ec2.d.ts +77 -3
  24. package/clients/fms.d.ts +222 -8
  25. package/clients/fsx.d.ts +12 -8
  26. package/clients/grafana.d.ts +81 -5
  27. package/clients/iot.d.ts +13 -13
  28. package/clients/iotdata.d.ts +7 -7
  29. package/clients/organizations.d.ts +144 -129
  30. package/clients/pinpointsmsvoicev2.d.ts +2367 -0
  31. package/clients/pinpointsmsvoicev2.js +19 -0
  32. package/clients/route53recoverycluster.d.ts +75 -12
  33. package/clients/workspaces.d.ts +239 -0
  34. package/dist/aws-sdk-core-react-native.js +2 -2
  35. package/dist/aws-sdk-react-native.js +58 -14
  36. package/dist/aws-sdk.js +871 -811
  37. package/dist/aws-sdk.min.js +69 -69
  38. package/lib/config_service_placeholders.d.ts +2 -0
  39. package/lib/core.js +1 -1
  40. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,24 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1102.0-->
2
+ <!--LATEST=2.1105.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1105.0
6
+ * feature: CloudControl: SDK release for Cloud Control API in Amazon Web Services China (Beijing) Region, operated by Sinnet, and Amazon Web Services China (Ningxia) Region, operated by NWCD
7
+ * feature: DataBrew: This AWS Glue Databrew release adds feature to support ORC as an input format.
8
+ * feature: Grafana: This release adds tagging support to the Managed Grafana service. New APIs: TagResource, UntagResource and ListTagsForResource. Updates: add optional field tags to support tagging while calling CreateWorkspace.
9
+ * feature: PinpointSMSVoiceV2: Amazon Pinpoint now offers a version 2.0 suite of SMS and voice APIs, providing increased control over sending and configuration. This release is a new SDK for sending SMS and voice messages called PinpointSMSVoiceV2.
10
+ * feature: Route53RecoveryCluster: This release adds a new API "ListRoutingControls" to list routing control states using the highly reliable Route 53 ARC data plane endpoints.
11
+ * feature: WorkSpaces: Added APIs that allow you to customize the logo, login message, and help links in the WorkSpaces client login page. To learn more, visit https://docs.aws.amazon.com/workspaces/latest/adminguide/customize-branding.html
12
+
13
+ ## 2.1104.0
14
+ * feature: EC2: This release simplifies the auto-recovery configuration process enabling customers to set the recovery behavior to disabled or default
15
+ * feature: FMS: AWS Firewall Manager now supports the configuration of third-party policies that can use either the centralized or distributed deployment models.
16
+ * feature: FSx: This release adds support for modifying throughput capacity for FSx for ONTAP file systems.
17
+ * feature: IotData: Update the default AWS IoT Core Data Plane endpoint from VeriSign signed to ATS signed. If you have firewalls with strict egress rules, configure the rules to grant you access to data-ats.iot.[region].amazonaws.com or data-ats.iot.[region].amazonaws.com.cn.
18
+
19
+ ## 2.1103.0
20
+ * feature: Organizations: This release provides the new CloseAccount API that enables principals in the management account to close any member account within an organization.
21
+
5
22
  ## 2.1102.0
6
23
  * feature: MediaLive: This release adds support for selecting a maintenance window.
7
24
 
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.1102.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1105.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