aws-sdk 2.1412.0 → 2.1414.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,18 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1412.0-->
2
+ <!--LATEST=2.1414.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1414.0
6
+ * bugfix: node: use undefined node http agent if explicitly passed by user
7
+ * feature: CognitoIdentityServiceProvider: API model updated in Amazon Cognito
8
+
9
+ ## 2.1413.0
10
+ * feature: CloudWatchLogs: Add CMK encryption support for CloudWatch Logs Insights query result data
11
+ * feature: DMS: Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings
12
+ * feature: Glue: This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation.
13
+ * feature: MediaLive: This release enables the use of Thumbnails in AWS Elemental MediaLive.
14
+ * feature: MediaTailor: The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags.
15
+
5
16
  ## 2.1412.0
6
17
  * feature: EC2: Add Nitro Enclaves support on DescribeInstanceTypes
7
18
  * feature: Location: This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge.
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.1412.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1414.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
@@ -334,7 +334,9 @@
334
334
  "type": "structure",
335
335
  "members": {
336
336
  "ChallengeName": {},
337
- "Session": {},
337
+ "Session": {
338
+ "shape": "S1s"
339
+ },
338
340
  "ChallengeParameters": {
339
341
  "shape": "S1t"
340
342
  },
@@ -562,7 +564,9 @@
562
564
  "ChallengeResponses": {
563
565
  "shape": "S2y"
564
566
  },
565
- "Session": {},
567
+ "Session": {
568
+ "shape": "S1s"
569
+ },
566
570
  "AnalyticsMetadata": {
567
571
  "shape": "S1m"
568
572
  },
@@ -578,7 +582,9 @@
578
582
  "type": "structure",
579
583
  "members": {
580
584
  "ChallengeName": {},
581
- "Session": {},
585
+ "Session": {
586
+ "shape": "S1s"
587
+ },
582
588
  "ChallengeParameters": {
583
589
  "shape": "S1t"
584
590
  },
@@ -759,7 +765,9 @@
759
765
  "AccessToken": {
760
766
  "shape": "S1v"
761
767
  },
762
- "Session": {}
768
+ "Session": {
769
+ "shape": "S1s"
770
+ }
763
771
  }
764
772
  },
765
773
  "output": {
@@ -769,7 +777,9 @@
769
777
  "type": "string",
770
778
  "sensitive": true
771
779
  },
772
- "Session": {}
780
+ "Session": {
781
+ "shape": "S1s"
782
+ }
773
783
  }
774
784
  }
775
785
  },
@@ -1798,7 +1808,9 @@
1798
1808
  "type": "structure",
1799
1809
  "members": {
1800
1810
  "ChallengeName": {},
1801
- "Session": {},
1811
+ "Session": {
1812
+ "shape": "S1s"
1813
+ },
1802
1814
  "ChallengeParameters": {
1803
1815
  "shape": "S1t"
1804
1816
  },
@@ -2155,7 +2167,9 @@
2155
2167
  "shape": "S1j"
2156
2168
  },
2157
2169
  "ChallengeName": {},
2158
- "Session": {},
2170
+ "Session": {
2171
+ "shape": "S1s"
2172
+ },
2159
2173
  "ChallengeResponses": {
2160
2174
  "shape": "S2y"
2161
2175
  },
@@ -2174,7 +2188,9 @@
2174
2188
  "type": "structure",
2175
2189
  "members": {
2176
2190
  "ChallengeName": {},
2177
- "Session": {},
2191
+ "Session": {
2192
+ "shape": "S1s"
2193
+ },
2178
2194
  "ChallengeParameters": {
2179
2195
  "shape": "S1t"
2180
2196
  },
@@ -2818,7 +2834,9 @@
2818
2834
  "AccessToken": {
2819
2835
  "shape": "S1v"
2820
2836
  },
2821
- "Session": {},
2837
+ "Session": {
2838
+ "shape": "S1s"
2839
+ },
2822
2840
  "UserCode": {},
2823
2841
  "FriendlyDeviceName": {}
2824
2842
  }
@@ -2827,7 +2845,9 @@
2827
2845
  "type": "structure",
2828
2846
  "members": {
2829
2847
  "Status": {},
2830
- "Session": {}
2848
+ "Session": {
2849
+ "shape": "S1s"
2850
+ }
2831
2851
  }
2832
2852
  }
2833
2853
  },
@@ -3023,6 +3043,10 @@
3023
3043
  "EncodedData": {}
3024
3044
  }
3025
3045
  },
3046
+ "S1s": {
3047
+ "type": "string",
3048
+ "sensitive": true
3049
+ },
3026
3050
  "S1t": {
3027
3051
  "type": "map",
3028
3052
  "key": {},
@@ -3090,7 +3114,8 @@
3090
3114
  "S2y": {
3091
3115
  "type": "map",
3092
3116
  "key": {},
3093
- "value": {}
3117
+ "value": {},
3118
+ "sensitive": true
3094
3119
  },
3095
3120
  "S31": {
3096
3121
  "type": "structure",