aws-sdk 2.1309.0 → 2.1311.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,20 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1309.0-->
2
+ <!--LATEST=2.1311.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1311.0
6
+ * feature: Backup: This release added one attribute (resource name) in the output model of our 9 existing APIs in AWS backup so that customers will see the resource name at the output. No input required from Customers.
7
+ * feature: CloudFront: CloudFront Origin Access Control extends support to AWS Elemental MediaStore origins.
8
+ * feature: Glue: DirectJDBCSource + Glue 4.0 streaming options
9
+ * feature: LakeFormation: This release removes the LFTagpolicyResource expression limits.
10
+
11
+ ## 2.1310.0
12
+ * feature: ComputeOptimizer: AWS Compute optimizer can now infer if Kafka is running on an instance.
13
+ * feature: CustomerProfiles: This release deprecates the PartyType and Gender enum data types from the Profile model and replaces them with new PartyTypeString and GenderString attributes, which accept any string of length up to 255.
14
+ * feature: FraudDetector: My AWS Service (Amazon Fraud Detector) - This release introduces Cold Start Model Training which optimizes training for small datasets and adds intelligent methods for treating unlabeled data. You can now train Online Fraud Insights or Transaction Fraud Insights models with minimal historical-data.
15
+ * feature: MediaConvert: The AWS Elemental MediaConvert SDK has added improved scene change detection capabilities and a bandwidth reduction filter, along with video quality enhancements, to the AVC encoder.
16
+ * feature: Outposts: Adds OrderType to Order structure. Adds PreviousOrderId and PreviousLineItemId to LineItem structure. Adds new line item status REPLACED. Increases maximum length of pagination token.
17
+
5
18
  ## 2.1309.0
6
19
  * feature: Proton: Add new GetResourcesSummary API
7
20
 
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.1309.0.min.js"></script>
60
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1311.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
@@ -519,7 +519,8 @@
519
519
  "value": {
520
520
  "type": "long"
521
521
  }
522
- }
522
+ },
523
+ "ResourceName": {}
523
524
  }
524
525
  },
525
526
  "idempotent": true
@@ -677,7 +678,8 @@
677
678
  "ResourceType": {},
678
679
  "LastBackupTime": {
679
680
  "type": "timestamp"
680
- }
681
+ },
682
+ "ResourceName": {}
681
683
  }
682
684
  },
683
685
  "idempotent": true
@@ -746,7 +748,8 @@
746
748
  "CompositeMemberIdentifier": {},
747
749
  "IsParent": {
748
750
  "type": "boolean"
749
- }
751
+ },
752
+ "ResourceName": {}
750
753
  }
751
754
  },
752
755
  "idempotent": true
@@ -1330,7 +1333,8 @@
1330
1333
  "ParentJobId": {},
1331
1334
  "IsParent": {
1332
1335
  "type": "boolean"
1333
- }
1336
+ },
1337
+ "ResourceName": {}
1334
1338
  }
1335
1339
  }
1336
1340
  },
@@ -1757,7 +1761,8 @@
1757
1761
  "ResourceType": {},
1758
1762
  "LastBackupTime": {
1759
1763
  "type": "timestamp"
1760
- }
1764
+ },
1765
+ "ResourceName": {}
1761
1766
  }
1762
1767
  }
1763
1768
  },
@@ -1865,7 +1870,8 @@
1865
1870
  "CompositeMemberIdentifier": {},
1866
1871
  "IsParent": {
1867
1872
  "type": "boolean"
1868
- }
1873
+ },
1874
+ "ResourceName": {}
1869
1875
  }
1870
1876
  }
1871
1877
  }
@@ -1965,7 +1971,8 @@
1965
1971
  "IsParent": {
1966
1972
  "type": "boolean"
1967
1973
  },
1968
- "ParentRecoveryPointArn": {}
1974
+ "ParentRecoveryPointArn": {},
1975
+ "ResourceName": {}
1969
1976
  }
1970
1977
  }
1971
1978
  }
@@ -2959,7 +2966,8 @@
2959
2966
  "value": {
2960
2967
  "type": "long"
2961
2968
  }
2962
- }
2969
+ },
2970
+ "ResourceName": {}
2963
2971
  }
2964
2972
  },
2965
2973
  "S2y": {
@@ -193,13 +193,17 @@
193
193
  },
194
194
  "AccountNumber": {},
195
195
  "AdditionalInformation": {},
196
- "PartyType": {},
196
+ "PartyType": {
197
+ "shape": "S2f"
198
+ },
197
199
  "BusinessName": {},
198
200
  "FirstName": {},
199
201
  "MiddleName": {},
200
202
  "LastName": {},
201
203
  "BirthDate": {},
202
- "Gender": {},
204
+ "Gender": {
205
+ "shape": "S2g"
206
+ },
203
207
  "PhoneNumber": {},
204
208
  "MobilePhoneNumber": {},
205
209
  "HomePhoneNumber": {},
@@ -1664,13 +1668,17 @@
1664
1668
  "ProfileId": {},
1665
1669
  "AccountNumber": {},
1666
1670
  "AdditionalInformation": {},
1667
- "PartyType": {},
1671
+ "PartyType": {
1672
+ "shape": "S2f"
1673
+ },
1668
1674
  "BusinessName": {},
1669
1675
  "FirstName": {},
1670
1676
  "MiddleName": {},
1671
1677
  "LastName": {},
1672
1678
  "BirthDate": {},
1673
- "Gender": {},
1679
+ "Gender": {
1680
+ "shape": "S2g"
1681
+ },
1674
1682
  "PhoneNumber": {},
1675
1683
  "MobilePhoneNumber": {},
1676
1684
  "HomePhoneNumber": {},
@@ -1704,7 +1712,9 @@
1704
1712
  }
1705
1713
  }
1706
1714
  }
1707
- }
1715
+ },
1716
+ "PartyTypeString": {},
1717
+ "GenderString": {}
1708
1718
  }
1709
1719
  }
1710
1720
  },
@@ -1842,13 +1852,17 @@
1842
1852
  "ProfileId": {},
1843
1853
  "AdditionalInformation": {},
1844
1854
  "AccountNumber": {},
1845
- "PartyType": {},
1855
+ "PartyType": {
1856
+ "shape": "S2f"
1857
+ },
1846
1858
  "BusinessName": {},
1847
1859
  "FirstName": {},
1848
1860
  "MiddleName": {},
1849
1861
  "LastName": {},
1850
1862
  "BirthDate": {},
1851
- "Gender": {},
1863
+ "Gender": {
1864
+ "shape": "S2g"
1865
+ },
1852
1866
  "PhoneNumber": {},
1853
1867
  "MobilePhoneNumber": {},
1854
1868
  "HomePhoneNumber": {},
@@ -2165,6 +2179,14 @@
2165
2179
  }
2166
2180
  }
2167
2181
  },
2182
+ "S2f": {
2183
+ "type": "string",
2184
+ "deprecated": true
2185
+ },
2186
+ "S2g": {
2187
+ "type": "string",
2188
+ "deprecated": true
2189
+ },
2168
2190
  "S2h": {
2169
2191
  "type": "structure",
2170
2192
  "members": {
@@ -724,6 +724,9 @@
724
724
  "members": {
725
725
  "auc": {
726
726
  "type": "float"
727
+ },
728
+ "uncertaintyRange": {
729
+ "shape": "S3l"
727
730
  }
728
731
  }
729
732
  }
@@ -757,6 +760,9 @@
757
760
  "members": {
758
761
  "auc": {
759
762
  "type": "float"
763
+ },
764
+ "uncertaintyRange": {
765
+ "shape": "S3l"
760
766
  }
761
767
  }
762
768
  }
@@ -1070,7 +1076,7 @@
1070
1076
  "currentLabel": {},
1071
1077
  "labelTimestamp": {},
1072
1078
  "entities": {
1073
- "shape": "S4s"
1079
+ "shape": "S4t"
1074
1080
  }
1075
1081
  }
1076
1082
  }
@@ -1094,11 +1100,11 @@
1094
1100
  "eventId": {},
1095
1101
  "eventTypeName": {},
1096
1102
  "entities": {
1097
- "shape": "S4s"
1103
+ "shape": "S4t"
1098
1104
  },
1099
1105
  "eventTimestamp": {},
1100
1106
  "eventVariables": {
1101
- "shape": "S4x"
1107
+ "shape": "S4y"
1102
1108
  },
1103
1109
  "externalModelEndpointDataBlobs": {
1104
1110
  "type": "map",
@@ -1207,13 +1213,13 @@
1207
1213
  "type": "structure",
1208
1214
  "members": {
1209
1215
  "name": {
1210
- "shape": "S5j"
1216
+ "shape": "S5k"
1211
1217
  },
1212
1218
  "value": {
1213
- "shape": "S5j"
1219
+ "shape": "S5k"
1214
1220
  },
1215
1221
  "source": {
1216
- "shape": "S5j"
1222
+ "shape": "S5k"
1217
1223
  }
1218
1224
  }
1219
1225
  }
@@ -1226,10 +1232,10 @@
1226
1232
  "ruleId": {},
1227
1233
  "ruleVersion": {},
1228
1234
  "expression": {
1229
- "shape": "S5j"
1235
+ "shape": "S5k"
1230
1236
  },
1231
1237
  "expressionWithValues": {
1232
- "shape": "S5j"
1238
+ "shape": "S5k"
1233
1239
  },
1234
1240
  "outcomes": {
1235
1241
  "shape": "S12"
@@ -1311,10 +1317,10 @@
1311
1317
  "type": "boolean"
1312
1318
  },
1313
1319
  "inputVariables": {
1314
- "shape": "S5y"
1320
+ "shape": "S5z"
1315
1321
  },
1316
1322
  "outputVariables": {
1317
- "shape": "S5y"
1323
+ "shape": "S5z"
1318
1324
  }
1319
1325
  }
1320
1326
  }
@@ -1402,10 +1408,10 @@
1402
1408
  "modelSource": {},
1403
1409
  "invokeModelEndpointRoleArn": {},
1404
1410
  "inputConfiguration": {
1405
- "shape": "S6c"
1411
+ "shape": "S6d"
1406
1412
  },
1407
1413
  "outputConfiguration": {
1408
- "shape": "S6g"
1414
+ "shape": "S6h"
1409
1415
  },
1410
1416
  "modelEndpointStatus": {},
1411
1417
  "lastUpdatedTime": {},
@@ -1633,16 +1639,16 @@
1633
1639
  "type": "structure",
1634
1640
  "members": {
1635
1641
  "eventId": {
1636
- "shape": "S7d"
1642
+ "shape": "S7e"
1637
1643
  },
1638
1644
  "eventType": {
1639
- "shape": "S7d"
1645
+ "shape": "S7e"
1640
1646
  },
1641
1647
  "detectorId": {
1642
- "shape": "S7d"
1648
+ "shape": "S7e"
1643
1649
  },
1644
1650
  "detectorVersionId": {
1645
- "shape": "S7d"
1651
+ "shape": "S7e"
1646
1652
  },
1647
1653
  "predictionTimeRange": {
1648
1654
  "type": "structure",
@@ -1793,10 +1799,10 @@
1793
1799
  "modelSource": {},
1794
1800
  "invokeModelEndpointRoleArn": {},
1795
1801
  "inputConfiguration": {
1796
- "shape": "S6c"
1802
+ "shape": "S6d"
1797
1803
  },
1798
1804
  "outputConfiguration": {
1799
- "shape": "S6g"
1805
+ "shape": "S6h"
1800
1806
  },
1801
1807
  "modelEndpointStatus": {},
1802
1808
  "tags": {
@@ -1877,12 +1883,12 @@
1877
1883
  "eventTypeName": {},
1878
1884
  "eventTimestamp": {},
1879
1885
  "eventVariables": {
1880
- "shape": "S4x"
1886
+ "shape": "S4y"
1881
1887
  },
1882
1888
  "assignedLabel": {},
1883
1889
  "labelTimestamp": {},
1884
1890
  "entities": {
1885
- "shape": "S4s"
1891
+ "shape": "S4t"
1886
1892
  }
1887
1893
  }
1888
1894
  },
@@ -2353,7 +2359,22 @@
2353
2359
  }
2354
2360
  }
2355
2361
  },
2356
- "S4s": {
2362
+ "S3l": {
2363
+ "type": "structure",
2364
+ "required": [
2365
+ "lowerBoundValue",
2366
+ "upperBoundValue"
2367
+ ],
2368
+ "members": {
2369
+ "lowerBoundValue": {
2370
+ "type": "float"
2371
+ },
2372
+ "upperBoundValue": {
2373
+ "type": "float"
2374
+ }
2375
+ }
2376
+ },
2377
+ "S4t": {
2357
2378
  "type": "list",
2358
2379
  "member": {
2359
2380
  "type": "structure",
@@ -2368,7 +2389,7 @@
2368
2389
  "sensitive": true
2369
2390
  }
2370
2391
  },
2371
- "S4x": {
2392
+ "S4y": {
2372
2393
  "type": "map",
2373
2394
  "key": {},
2374
2395
  "value": {
@@ -2376,17 +2397,17 @@
2376
2397
  "sensitive": true
2377
2398
  }
2378
2399
  },
2379
- "S5j": {
2400
+ "S5k": {
2380
2401
  "type": "string",
2381
2402
  "sensitive": true
2382
2403
  },
2383
- "S5y": {
2404
+ "S5z": {
2384
2405
  "type": "map",
2385
2406
  "key": {},
2386
2407
  "value": {},
2387
2408
  "sensitive": true
2388
2409
  },
2389
- "S6c": {
2410
+ "S6d": {
2390
2411
  "type": "structure",
2391
2412
  "required": [
2392
2413
  "useEventVariables"
@@ -2401,7 +2422,7 @@
2401
2422
  "csvInputTemplate": {}
2402
2423
  }
2403
2424
  },
2404
- "S6g": {
2425
+ "S6h": {
2405
2426
  "type": "structure",
2406
2427
  "required": [
2407
2428
  "format"
@@ -2420,7 +2441,7 @@
2420
2441
  }
2421
2442
  }
2422
2443
  },
2423
- "S7d": {
2444
+ "S7e": {
2424
2445
  "type": "structure",
2425
2446
  "members": {
2426
2447
  "value": {}
@@ -7952,7 +7952,9 @@
7952
7952
  },
7953
7953
  "StreamArn": {},
7954
7954
  "RoleArn": {},
7955
- "RoleSessionName": {}
7955
+ "RoleSessionName": {},
7956
+ "AddRecordTimestamp": {},
7957
+ "EmitConsumerLagMetrics": {}
7956
7958
  }
7957
7959
  },
7958
7960
  "S7j": {
@@ -7993,7 +7995,12 @@
7993
7995
  },
7994
7996
  "MinPartitions": {
7995
7997
  "type": "integer"
7996
- }
7998
+ },
7999
+ "IncludeHeaders": {
8000
+ "type": "boolean"
8001
+ },
8002
+ "AddRecordTimestamp": {},
8003
+ "EmitConsumerLagMetrics": {}
7997
8004
  }
7998
8005
  },
7999
8006
  "S91": {