aws-sdk 2.1007.0 → 2.1008.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 +7 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.min.json +62 -56
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +6 -2
- package/apis/robomaker-2018-06-29.min.json +213 -200
- package/apis/sagemaker-2017-07-24.min.json +1 -2
- package/clients/autoscaling.d.ts +12 -8
- package/clients/elbv2.d.ts +8 -0
- package/clients/robomaker.d.ts +54 -9
- package/clients/sagemaker.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +71 -61
- package/dist/aws-sdk.min.js +34 -34
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1008.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1008.0
|
|
6
|
+
* feature: AutoScaling: Amazon EC2 Auto Scaling now supports filtering describe Auto Scaling groups API using tags
|
|
7
|
+
* feature: ELBv2: Adds new option to filter by availability on each type of load balancer when describing ssl policies.
|
|
8
|
+
* feature: RoboMaker: Adding support to GPU simulation jobs as well as non-ROS simulation jobs.
|
|
9
|
+
* feature: SageMaker: This release updates the provisioning artifact ID to an optional parameter in CreateProject API. The provisioning artifact ID defaults to the latest provisioning artifact ID of the product if you don't provide one.
|
|
10
|
+
|
|
5
11
|
## 2.1007.0
|
|
6
12
|
* feature: ConfigService: Adding Config support for AWS::OpenSearch::Domain
|
|
7
13
|
* feature: EC2: This release adds support for additional VPC Flow Logs delivery options to S3, such as Apache Parquet formatted files, Hourly partitions and Hive-compatible S3 prefixes
|
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.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1008.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
|
|
@@ -481,6 +481,9 @@
|
|
|
481
481
|
"NextToken": {},
|
|
482
482
|
"MaxRecords": {
|
|
483
483
|
"type": "integer"
|
|
484
|
+
},
|
|
485
|
+
"Filters": {
|
|
486
|
+
"shape": "S37"
|
|
484
487
|
}
|
|
485
488
|
}
|
|
486
489
|
},
|
|
@@ -544,7 +547,7 @@
|
|
|
544
547
|
"type": "integer"
|
|
545
548
|
},
|
|
546
549
|
"Instances": {
|
|
547
|
-
"shape": "
|
|
550
|
+
"shape": "S3e"
|
|
548
551
|
},
|
|
549
552
|
"CreatedTime": {
|
|
550
553
|
"type": "timestamp"
|
|
@@ -573,7 +576,7 @@
|
|
|
573
576
|
},
|
|
574
577
|
"Status": {},
|
|
575
578
|
"Tags": {
|
|
576
|
-
"shape": "
|
|
579
|
+
"shape": "S3l"
|
|
577
580
|
},
|
|
578
581
|
"TerminationPolicies": {
|
|
579
582
|
"shape": "S1g"
|
|
@@ -589,7 +592,7 @@
|
|
|
589
592
|
"type": "boolean"
|
|
590
593
|
},
|
|
591
594
|
"WarmPoolConfiguration": {
|
|
592
|
-
"shape": "
|
|
595
|
+
"shape": "S3n"
|
|
593
596
|
},
|
|
594
597
|
"WarmPoolSize": {
|
|
595
598
|
"type": "integer"
|
|
@@ -659,7 +662,7 @@
|
|
|
659
662
|
"type": "structure",
|
|
660
663
|
"members": {
|
|
661
664
|
"AutoScalingNotificationTypes": {
|
|
662
|
-
"shape": "
|
|
665
|
+
"shape": "S3y"
|
|
663
666
|
}
|
|
664
667
|
}
|
|
665
668
|
}
|
|
@@ -735,10 +738,10 @@
|
|
|
735
738
|
}
|
|
736
739
|
},
|
|
737
740
|
"Preferences": {
|
|
738
|
-
"shape": "
|
|
741
|
+
"shape": "S4a"
|
|
739
742
|
},
|
|
740
743
|
"DesiredConfiguration": {
|
|
741
|
-
"shape": "
|
|
744
|
+
"shape": "S4g"
|
|
742
745
|
}
|
|
743
746
|
}
|
|
744
747
|
}
|
|
@@ -828,7 +831,7 @@
|
|
|
828
831
|
"type": "structure",
|
|
829
832
|
"members": {
|
|
830
833
|
"LifecycleHookTypes": {
|
|
831
|
-
"shape": "
|
|
834
|
+
"shape": "S3y"
|
|
832
835
|
}
|
|
833
836
|
}
|
|
834
837
|
}
|
|
@@ -1034,7 +1037,7 @@
|
|
|
1034
1037
|
"PolicyType": {},
|
|
1035
1038
|
"AdjustmentType": {},
|
|
1036
1039
|
"MinAdjustmentStep": {
|
|
1037
|
-
"shape": "
|
|
1040
|
+
"shape": "S5g"
|
|
1038
1041
|
},
|
|
1039
1042
|
"MinAdjustmentMagnitude": {
|
|
1040
1043
|
"type": "integer"
|
|
@@ -1046,23 +1049,23 @@
|
|
|
1046
1049
|
"type": "integer"
|
|
1047
1050
|
},
|
|
1048
1051
|
"StepAdjustments": {
|
|
1049
|
-
"shape": "
|
|
1052
|
+
"shape": "S5j"
|
|
1050
1053
|
},
|
|
1051
1054
|
"MetricAggregationType": {},
|
|
1052
1055
|
"EstimatedInstanceWarmup": {
|
|
1053
1056
|
"type": "integer"
|
|
1054
1057
|
},
|
|
1055
1058
|
"Alarms": {
|
|
1056
|
-
"shape": "
|
|
1059
|
+
"shape": "S5n"
|
|
1057
1060
|
},
|
|
1058
1061
|
"TargetTrackingConfiguration": {
|
|
1059
|
-
"shape": "
|
|
1062
|
+
"shape": "S5p"
|
|
1060
1063
|
},
|
|
1061
1064
|
"Enabled": {
|
|
1062
1065
|
"type": "boolean"
|
|
1063
1066
|
},
|
|
1064
1067
|
"PredictiveScalingConfiguration": {
|
|
1065
|
-
"shape": "
|
|
1068
|
+
"shape": "S63"
|
|
1066
1069
|
}
|
|
1067
1070
|
}
|
|
1068
1071
|
}
|
|
@@ -1097,7 +1100,7 @@
|
|
|
1097
1100
|
],
|
|
1098
1101
|
"members": {
|
|
1099
1102
|
"Activities": {
|
|
1100
|
-
"shape": "
|
|
1103
|
+
"shape": "S6k"
|
|
1101
1104
|
},
|
|
1102
1105
|
"NextToken": {}
|
|
1103
1106
|
}
|
|
@@ -1187,17 +1190,7 @@
|
|
|
1187
1190
|
"type": "structure",
|
|
1188
1191
|
"members": {
|
|
1189
1192
|
"Filters": {
|
|
1190
|
-
"
|
|
1191
|
-
"member": {
|
|
1192
|
-
"type": "structure",
|
|
1193
|
-
"members": {
|
|
1194
|
-
"Name": {},
|
|
1195
|
-
"Values": {
|
|
1196
|
-
"type": "list",
|
|
1197
|
-
"member": {}
|
|
1198
|
-
}
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1193
|
+
"shape": "S37"
|
|
1201
1194
|
},
|
|
1202
1195
|
"NextToken": {},
|
|
1203
1196
|
"MaxRecords": {
|
|
@@ -1210,7 +1203,7 @@
|
|
|
1210
1203
|
"type": "structure",
|
|
1211
1204
|
"members": {
|
|
1212
1205
|
"Tags": {
|
|
1213
|
-
"shape": "
|
|
1206
|
+
"shape": "S3l"
|
|
1214
1207
|
},
|
|
1215
1208
|
"NextToken": {}
|
|
1216
1209
|
}
|
|
@@ -1246,10 +1239,10 @@
|
|
|
1246
1239
|
"type": "structure",
|
|
1247
1240
|
"members": {
|
|
1248
1241
|
"WarmPoolConfiguration": {
|
|
1249
|
-
"shape": "
|
|
1242
|
+
"shape": "S3n"
|
|
1250
1243
|
},
|
|
1251
1244
|
"Instances": {
|
|
1252
|
-
"shape": "
|
|
1245
|
+
"shape": "S3e"
|
|
1253
1246
|
},
|
|
1254
1247
|
"NextToken": {}
|
|
1255
1248
|
}
|
|
@@ -1277,7 +1270,7 @@
|
|
|
1277
1270
|
"type": "structure",
|
|
1278
1271
|
"members": {
|
|
1279
1272
|
"Activities": {
|
|
1280
|
-
"shape": "
|
|
1273
|
+
"shape": "S6k"
|
|
1281
1274
|
}
|
|
1282
1275
|
}
|
|
1283
1276
|
}
|
|
@@ -1374,7 +1367,7 @@
|
|
|
1374
1367
|
"type": "structure",
|
|
1375
1368
|
"members": {
|
|
1376
1369
|
"Activities": {
|
|
1377
|
-
"shape": "
|
|
1370
|
+
"shape": "S6k"
|
|
1378
1371
|
}
|
|
1379
1372
|
}
|
|
1380
1373
|
}
|
|
@@ -1418,7 +1411,7 @@
|
|
|
1418
1411
|
"type": "structure",
|
|
1419
1412
|
"members": {
|
|
1420
1413
|
"Activities": {
|
|
1421
|
-
"shape": "
|
|
1414
|
+
"shape": "S6k"
|
|
1422
1415
|
}
|
|
1423
1416
|
}
|
|
1424
1417
|
}
|
|
@@ -1469,7 +1462,7 @@
|
|
|
1469
1462
|
"shape": "S7m"
|
|
1470
1463
|
},
|
|
1471
1464
|
"MetricSpecification": {
|
|
1472
|
-
"shape": "
|
|
1465
|
+
"shape": "S65"
|
|
1473
1466
|
}
|
|
1474
1467
|
}
|
|
1475
1468
|
}
|
|
@@ -1533,7 +1526,7 @@
|
|
|
1533
1526
|
"AutoScalingGroupName": {},
|
|
1534
1527
|
"TopicARN": {},
|
|
1535
1528
|
"NotificationTypes": {
|
|
1536
|
-
"shape": "
|
|
1529
|
+
"shape": "S3y"
|
|
1537
1530
|
}
|
|
1538
1531
|
}
|
|
1539
1532
|
}
|
|
@@ -1551,7 +1544,7 @@
|
|
|
1551
1544
|
"PolicyType": {},
|
|
1552
1545
|
"AdjustmentType": {},
|
|
1553
1546
|
"MinAdjustmentStep": {
|
|
1554
|
-
"shape": "
|
|
1547
|
+
"shape": "S5g"
|
|
1555
1548
|
},
|
|
1556
1549
|
"MinAdjustmentMagnitude": {
|
|
1557
1550
|
"type": "integer"
|
|
@@ -1564,19 +1557,19 @@
|
|
|
1564
1557
|
},
|
|
1565
1558
|
"MetricAggregationType": {},
|
|
1566
1559
|
"StepAdjustments": {
|
|
1567
|
-
"shape": "
|
|
1560
|
+
"shape": "S5j"
|
|
1568
1561
|
},
|
|
1569
1562
|
"EstimatedInstanceWarmup": {
|
|
1570
1563
|
"type": "integer"
|
|
1571
1564
|
},
|
|
1572
1565
|
"TargetTrackingConfiguration": {
|
|
1573
|
-
"shape": "
|
|
1566
|
+
"shape": "S5p"
|
|
1574
1567
|
},
|
|
1575
1568
|
"Enabled": {
|
|
1576
1569
|
"type": "boolean"
|
|
1577
1570
|
},
|
|
1578
1571
|
"PredictiveScalingConfiguration": {
|
|
1579
|
-
"shape": "
|
|
1572
|
+
"shape": "S63"
|
|
1580
1573
|
}
|
|
1581
1574
|
}
|
|
1582
1575
|
},
|
|
@@ -1586,7 +1579,7 @@
|
|
|
1586
1579
|
"members": {
|
|
1587
1580
|
"PolicyARN": {},
|
|
1588
1581
|
"Alarms": {
|
|
1589
|
-
"shape": "
|
|
1582
|
+
"shape": "S5n"
|
|
1590
1583
|
}
|
|
1591
1584
|
}
|
|
1592
1585
|
}
|
|
@@ -1740,10 +1733,10 @@
|
|
|
1740
1733
|
"AutoScalingGroupName": {},
|
|
1741
1734
|
"Strategy": {},
|
|
1742
1735
|
"DesiredConfiguration": {
|
|
1743
|
-
"shape": "
|
|
1736
|
+
"shape": "S4g"
|
|
1744
1737
|
},
|
|
1745
1738
|
"Preferences": {
|
|
1746
|
-
"shape": "
|
|
1739
|
+
"shape": "S4a"
|
|
1747
1740
|
}
|
|
1748
1741
|
}
|
|
1749
1742
|
},
|
|
@@ -1779,7 +1772,7 @@
|
|
|
1779
1772
|
"type": "structure",
|
|
1780
1773
|
"members": {
|
|
1781
1774
|
"Activity": {
|
|
1782
|
-
"shape": "
|
|
1775
|
+
"shape": "S6l"
|
|
1783
1776
|
}
|
|
1784
1777
|
}
|
|
1785
1778
|
}
|
|
@@ -2014,7 +2007,20 @@
|
|
|
2014
2007
|
"type": "list",
|
|
2015
2008
|
"member": {}
|
|
2016
2009
|
},
|
|
2017
|
-
"
|
|
2010
|
+
"S37": {
|
|
2011
|
+
"type": "list",
|
|
2012
|
+
"member": {
|
|
2013
|
+
"type": "structure",
|
|
2014
|
+
"members": {
|
|
2015
|
+
"Name": {},
|
|
2016
|
+
"Values": {
|
|
2017
|
+
"type": "list",
|
|
2018
|
+
"member": {}
|
|
2019
|
+
}
|
|
2020
|
+
}
|
|
2021
|
+
}
|
|
2022
|
+
},
|
|
2023
|
+
"S3e": {
|
|
2018
2024
|
"type": "list",
|
|
2019
2025
|
"member": {
|
|
2020
2026
|
"type": "structure",
|
|
@@ -2042,7 +2048,7 @@
|
|
|
2042
2048
|
}
|
|
2043
2049
|
}
|
|
2044
2050
|
},
|
|
2045
|
-
"
|
|
2051
|
+
"S3l": {
|
|
2046
2052
|
"type": "list",
|
|
2047
2053
|
"member": {
|
|
2048
2054
|
"type": "structure",
|
|
@@ -2057,7 +2063,7 @@
|
|
|
2057
2063
|
}
|
|
2058
2064
|
}
|
|
2059
2065
|
},
|
|
2060
|
-
"
|
|
2066
|
+
"S3n": {
|
|
2061
2067
|
"type": "structure",
|
|
2062
2068
|
"members": {
|
|
2063
2069
|
"MaxGroupPreparedCapacity": {
|
|
@@ -2070,11 +2076,11 @@
|
|
|
2070
2076
|
"Status": {}
|
|
2071
2077
|
}
|
|
2072
2078
|
},
|
|
2073
|
-
"
|
|
2079
|
+
"S3y": {
|
|
2074
2080
|
"type": "list",
|
|
2075
2081
|
"member": {}
|
|
2076
2082
|
},
|
|
2077
|
-
"
|
|
2083
|
+
"S4a": {
|
|
2078
2084
|
"type": "structure",
|
|
2079
2085
|
"members": {
|
|
2080
2086
|
"MinHealthyPercentage": {
|
|
@@ -2097,7 +2103,7 @@
|
|
|
2097
2103
|
}
|
|
2098
2104
|
}
|
|
2099
2105
|
},
|
|
2100
|
-
"
|
|
2106
|
+
"S4g": {
|
|
2101
2107
|
"type": "structure",
|
|
2102
2108
|
"members": {
|
|
2103
2109
|
"LaunchTemplate": {
|
|
@@ -2108,11 +2114,11 @@
|
|
|
2108
2114
|
}
|
|
2109
2115
|
}
|
|
2110
2116
|
},
|
|
2111
|
-
"
|
|
2117
|
+
"S5g": {
|
|
2112
2118
|
"type": "integer",
|
|
2113
2119
|
"deprecated": true
|
|
2114
2120
|
},
|
|
2115
|
-
"
|
|
2121
|
+
"S5j": {
|
|
2116
2122
|
"type": "list",
|
|
2117
2123
|
"member": {
|
|
2118
2124
|
"type": "structure",
|
|
@@ -2132,7 +2138,7 @@
|
|
|
2132
2138
|
}
|
|
2133
2139
|
}
|
|
2134
2140
|
},
|
|
2135
|
-
"
|
|
2141
|
+
"S5n": {
|
|
2136
2142
|
"type": "list",
|
|
2137
2143
|
"member": {
|
|
2138
2144
|
"type": "structure",
|
|
@@ -2142,7 +2148,7 @@
|
|
|
2142
2148
|
}
|
|
2143
2149
|
}
|
|
2144
2150
|
},
|
|
2145
|
-
"
|
|
2151
|
+
"S5p": {
|
|
2146
2152
|
"type": "structure",
|
|
2147
2153
|
"required": [
|
|
2148
2154
|
"TargetValue"
|
|
@@ -2194,7 +2200,7 @@
|
|
|
2194
2200
|
}
|
|
2195
2201
|
}
|
|
2196
2202
|
},
|
|
2197
|
-
"
|
|
2203
|
+
"S63": {
|
|
2198
2204
|
"type": "structure",
|
|
2199
2205
|
"required": [
|
|
2200
2206
|
"MetricSpecifications"
|
|
@@ -2203,7 +2209,7 @@
|
|
|
2203
2209
|
"MetricSpecifications": {
|
|
2204
2210
|
"type": "list",
|
|
2205
2211
|
"member": {
|
|
2206
|
-
"shape": "
|
|
2212
|
+
"shape": "S65"
|
|
2207
2213
|
}
|
|
2208
2214
|
},
|
|
2209
2215
|
"Mode": {},
|
|
@@ -2216,7 +2222,7 @@
|
|
|
2216
2222
|
}
|
|
2217
2223
|
}
|
|
2218
2224
|
},
|
|
2219
|
-
"
|
|
2225
|
+
"S65": {
|
|
2220
2226
|
"type": "structure",
|
|
2221
2227
|
"required": [
|
|
2222
2228
|
"TargetValue"
|
|
@@ -2257,13 +2263,13 @@
|
|
|
2257
2263
|
}
|
|
2258
2264
|
}
|
|
2259
2265
|
},
|
|
2260
|
-
"
|
|
2266
|
+
"S6k": {
|
|
2261
2267
|
"type": "list",
|
|
2262
2268
|
"member": {
|
|
2263
|
-
"shape": "
|
|
2269
|
+
"shape": "S6l"
|
|
2264
2270
|
}
|
|
2265
2271
|
},
|
|
2266
|
-
"
|
|
2272
|
+
"S6l": {
|
|
2267
2273
|
"type": "structure",
|
|
2268
2274
|
"required": [
|
|
2269
2275
|
"ActivityId",
|
|
@@ -467,7 +467,8 @@
|
|
|
467
467
|
"Marker": {},
|
|
468
468
|
"PageSize": {
|
|
469
469
|
"type": "integer"
|
|
470
|
-
}
|
|
470
|
+
},
|
|
471
|
+
"LoadBalancerType": {}
|
|
471
472
|
}
|
|
472
473
|
},
|
|
473
474
|
"output": {
|
|
@@ -495,7 +496,10 @@
|
|
|
495
496
|
}
|
|
496
497
|
}
|
|
497
498
|
},
|
|
498
|
-
"Name": {}
|
|
499
|
+
"Name": {},
|
|
500
|
+
"SupportedLoadBalancerTypes": {
|
|
501
|
+
"shape": "S33"
|
|
502
|
+
}
|
|
499
503
|
}
|
|
500
504
|
}
|
|
501
505
|
},
|