aws-sdk 2.1169.0 → 2.1172.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.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,21 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1169.0-->
2
+ <!--LATEST=2.1172.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1172.0
6
+ * feature: EC2: Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs.
7
+ * feature: Redshift: This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input.
8
+
9
+ ## 2.1171.0
10
+ * feature: Backup: This release adds support for authentication using IAM user identity instead of passed IAM role, identified by excluding the IamRoleArn field in the StartRestoreJob API. This feature applies to only resource clients with a destructive restore nature (e.g. SAP HANA).
11
+
12
+ ## 2.1170.0
13
+ * feature: ChimeSDKMeetings: Adds support for AppKeys and TenantIds in Amazon Chime SDK WebRTC sessions
14
+ * feature: DMS: New api to migrate event subscriptions to event bridge rules
15
+ * feature: IoTWireless: Adds 5 APIs: PutPositionConfiguration, GetPositionConfiguration, ListPositionConfigurations, UpdatePosition, GetPosition for the new Positioning Service feature which enables customers to configure solvers to calculate position of LoRaWAN devices, or specify position of LoRaWAN devices & gateways.
16
+ * feature: Iot: This release adds support to register a CA certificate without having to provide a verification certificate. This also allows multiple AWS accounts to register the same CA in the same region.
17
+ * feature: SageMaker: Heterogeneous clusters: the ability to launch training jobs with multiple instance types. This enables running component of the training job on the instance type that is most suitable for it. e.g. doing data processing and augmentation on CPU instances and neural network training on GPU instances
18
+
5
19
  ## 2.1169.0
6
20
  * feature: CloudFormation: My AWS Service (placeholder) - Add a new feature Account-level Targeting for StackSet operation
7
21
  * feature: Synthetics: This release introduces Group feature, which enables users to group cross-region canaries.
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.1169.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1172.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
@@ -2093,8 +2093,7 @@
2093
2093
  "type": "structure",
2094
2094
  "required": [
2095
2095
  "RecoveryPointArn",
2096
- "Metadata",
2097
- "IamRoleArn"
2096
+ "Metadata"
2098
2097
  ],
2099
2098
  "members": {
2100
2099
  "RecoveryPointArn": {},
@@ -143,14 +143,17 @@
143
143
  "MeetingFeatures": {
144
144
  "shape": "Sq"
145
145
  },
146
- "PrimaryMeetingId": {}
146
+ "PrimaryMeetingId": {},
147
+ "TenantIds": {
148
+ "shape": "Su"
149
+ }
147
150
  }
148
151
  },
149
152
  "output": {
150
153
  "type": "structure",
151
154
  "members": {
152
155
  "Meeting": {
153
- "shape": "Sv"
156
+ "shape": "Sx"
154
157
  }
155
158
  }
156
159
  }
@@ -191,14 +194,17 @@
191
194
  "shape": "S4"
192
195
  }
193
196
  },
194
- "PrimaryMeetingId": {}
197
+ "PrimaryMeetingId": {},
198
+ "TenantIds": {
199
+ "shape": "Su"
200
+ }
195
201
  }
196
202
  },
197
203
  "output": {
198
204
  "type": "structure",
199
205
  "members": {
200
206
  "Meeting": {
201
- "shape": "Sv"
207
+ "shape": "Sx"
202
208
  },
203
209
  "Attendees": {
204
210
  "shape": "S9"
@@ -304,7 +310,7 @@
304
310
  "type": "structure",
305
311
  "members": {
306
312
  "Meeting": {
307
- "shape": "Sv"
313
+ "shape": "Sx"
308
314
  }
309
315
  }
310
316
  }
@@ -567,7 +573,11 @@
567
573
  }
568
574
  }
569
575
  },
570
- "Sv": {
576
+ "Su": {
577
+ "type": "list",
578
+ "member": {}
579
+ },
580
+ "Sx": {
571
581
  "type": "structure",
572
582
  "members": {
573
583
  "MeetingId": {},
@@ -594,7 +604,10 @@
594
604
  "MeetingFeatures": {
595
605
  "shape": "Sq"
596
606
  },
597
- "PrimaryMeetingId": {}
607
+ "PrimaryMeetingId": {},
608
+ "TenantIds": {
609
+ "shape": "Su"
610
+ }
598
611
  }
599
612
  }
600
613
  }
@@ -2018,6 +2018,22 @@
2018
2018
  }
2019
2019
  }
2020
2020
  }
2021
+ },
2022
+ "UpdateSubscriptionsToEventBridge": {
2023
+ "input": {
2024
+ "type": "structure",
2025
+ "members": {
2026
+ "ForceMove": {
2027
+ "type": "boolean"
2028
+ }
2029
+ }
2030
+ },
2031
+ "output": {
2032
+ "type": "structure",
2033
+ "members": {
2034
+ "Result": {}
2035
+ }
2036
+ }
2021
2037
  }
2022
2038
  },
2023
2039
  "shapes": {