aws-sdk 2.1419.0 → 2.1421.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.1419.0-->
2
+ <!--LATEST=2.1421.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1421.0
6
+ * feature: ChimeSDKMediaPipelines: AWS Media Pipeline compositing enhancement and Media Insights Pipeline auto language identification.
7
+ * feature: CloudFormation: This release supports filtering by DRIFT_STATUS for existing API ListStackInstances and adds support for a new API ListStackInstanceResourceDrifts. Customers can now view resource drift information from their StackSet management accounts.
8
+ * feature: CostExplorer: This release introduces the new API 'GetSavingsPlanPurchaseRecommendationDetails', which retrieves the details for a Savings Plan recommendation. It also updates the existing API 'GetSavingsPlansPurchaseRecommendation' to include the recommendation detail ID.
9
+ * feature: EC2: Add "disabled" enum value to SpotInstanceState.
10
+ * feature: Glue: Added support for Data Preparation Recipe node in Glue Studio jobs
11
+ * feature: QuickSight: This release launches new Snapshot APIs for CSV and PDF exports, adds support for info icon for filters and parameters in Exploration APIs, adds modeled exception to the DeleteAccountCustomization API, and introduces AttributeAggregationFunction's ability to add UNIQUE_VALUE aggregation in tooltips.
12
+
13
+ ## 2.1420.0
14
+ * feature: Glue: This release adds support for AWS Glue Crawler with Apache Hudi Tables, allowing Crawlers to discover Hudi Tables in S3 and register them in Glue Data Catalog for query engines to query against.
15
+ * feature: MediaConvert: This release includes improvements to Preserve 444 handling, compatibility of HEVC sources without frame rates, and general improvements to MP4 outputs.
16
+ * feature: RDS: Adds support for the DBSystemID parameter of CreateDBInstance to RDS Custom for Oracle.
17
+
5
18
  ## 2.1419.0
6
19
  * feature: CodeCatalyst: This release adds support for updating and deleting spaces and projects in Amazon CodeCatalyst. It also adds support for creating, getting, and deleting source repositories in CodeCatalyst projects.
7
20
  * feature: ConnectCases: This release adds the ability to assign a case to a queue or user.
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.1419.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1421.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
@@ -1013,6 +1013,69 @@
1013
1013
  }
1014
1014
  }
1015
1015
  },
1016
+ "GetSavingsPlanPurchaseRecommendationDetails": {
1017
+ "input": {
1018
+ "type": "structure",
1019
+ "required": [
1020
+ "RecommendationDetailId"
1021
+ ],
1022
+ "members": {
1023
+ "RecommendationDetailId": {}
1024
+ }
1025
+ },
1026
+ "output": {
1027
+ "type": "structure",
1028
+ "members": {
1029
+ "RecommendationDetailId": {},
1030
+ "RecommendationDetailData": {
1031
+ "type": "structure",
1032
+ "members": {
1033
+ "AccountScope": {},
1034
+ "LookbackPeriodInDays": {},
1035
+ "SavingsPlansType": {},
1036
+ "TermInYears": {},
1037
+ "PaymentOption": {},
1038
+ "AccountId": {},
1039
+ "CurrencyCode": {},
1040
+ "InstanceFamily": {},
1041
+ "Region": {},
1042
+ "OfferingId": {},
1043
+ "GenerationTimestamp": {},
1044
+ "LatestUsageTimestamp": {},
1045
+ "CurrentAverageHourlyOnDemandSpend": {},
1046
+ "CurrentMaximumHourlyOnDemandSpend": {},
1047
+ "CurrentMinimumHourlyOnDemandSpend": {},
1048
+ "EstimatedAverageUtilization": {},
1049
+ "EstimatedMonthlySavingsAmount": {},
1050
+ "EstimatedOnDemandCost": {},
1051
+ "EstimatedOnDemandCostWithCurrentCommitment": {},
1052
+ "EstimatedROI": {},
1053
+ "EstimatedSPCost": {},
1054
+ "EstimatedSavingsAmount": {},
1055
+ "EstimatedSavingsPercentage": {},
1056
+ "ExistingHourlyCommitment": {},
1057
+ "HourlyCommitmentToPurchase": {},
1058
+ "UpfrontCost": {},
1059
+ "CurrentAverageCoverage": {},
1060
+ "EstimatedAverageCoverage": {},
1061
+ "MetricsOverLookbackPeriod": {
1062
+ "type": "list",
1063
+ "member": {
1064
+ "type": "structure",
1065
+ "members": {
1066
+ "StartTime": {},
1067
+ "EstimatedOnDemandCost": {},
1068
+ "CurrentCoverage": {},
1069
+ "EstimatedCoverage": {},
1070
+ "EstimatedNewCommitmentUtilization": {}
1071
+ }
1072
+ }
1073
+ }
1074
+ }
1075
+ }
1076
+ }
1077
+ }
1078
+ },
1016
1079
  "GetSavingsPlansCoverage": {
1017
1080
  "input": {
1018
1081
  "type": "structure",
@@ -1145,7 +1208,8 @@
1145
1208
  "EstimatedMonthlySavingsAmount": {},
1146
1209
  "CurrentMinimumHourlyOnDemandSpend": {},
1147
1210
  "CurrentMaximumHourlyOnDemandSpend": {},
1148
- "CurrentAverageHourlyOnDemandSpend": {}
1211
+ "CurrentAverageHourlyOnDemandSpend": {},
1212
+ "RecommendationDetailId": {}
1149
1213
  }
1150
1214
  }
1151
1215
  },
@@ -1209,19 +1273,19 @@
1209
1273
  "shape": "S2i"
1210
1274
  },
1211
1275
  "Utilization": {
1212
- "shape": "S6v"
1276
+ "shape": "S71"
1213
1277
  },
1214
1278
  "Savings": {
1215
- "shape": "S6w"
1279
+ "shape": "S72"
1216
1280
  },
1217
1281
  "AmortizedCommitment": {
1218
- "shape": "S6x"
1282
+ "shape": "S73"
1219
1283
  }
1220
1284
  }
1221
1285
  }
1222
1286
  },
1223
1287
  "Total": {
1224
- "shape": "S6y"
1288
+ "shape": "S74"
1225
1289
  }
1226
1290
  }
1227
1291
  }
@@ -1269,19 +1333,19 @@
1269
1333
  "shape": "S34"
1270
1334
  },
1271
1335
  "Utilization": {
1272
- "shape": "S6v"
1336
+ "shape": "S71"
1273
1337
  },
1274
1338
  "Savings": {
1275
- "shape": "S6w"
1339
+ "shape": "S72"
1276
1340
  },
1277
1341
  "AmortizedCommitment": {
1278
- "shape": "S6x"
1342
+ "shape": "S73"
1279
1343
  }
1280
1344
  }
1281
1345
  }
1282
1346
  },
1283
1347
  "Total": {
1284
- "shape": "S6y"
1348
+ "shape": "S74"
1285
1349
  },
1286
1350
  "TimePeriod": {
1287
1351
  "shape": "S2i"
@@ -2175,7 +2239,7 @@
2175
2239
  }
2176
2240
  }
2177
2241
  },
2178
- "S6v": {
2242
+ "S71": {
2179
2243
  "type": "structure",
2180
2244
  "members": {
2181
2245
  "TotalCommitment": {},
@@ -2184,14 +2248,14 @@
2184
2248
  "UtilizationPercentage": {}
2185
2249
  }
2186
2250
  },
2187
- "S6w": {
2251
+ "S72": {
2188
2252
  "type": "structure",
2189
2253
  "members": {
2190
2254
  "NetSavings": {},
2191
2255
  "OnDemandCostEquivalent": {}
2192
2256
  }
2193
2257
  },
2194
- "S6x": {
2258
+ "S73": {
2195
2259
  "type": "structure",
2196
2260
  "members": {
2197
2261
  "AmortizedRecurringCommitment": {},
@@ -2199,20 +2263,20 @@
2199
2263
  "TotalAmortizedCommitment": {}
2200
2264
  }
2201
2265
  },
2202
- "S6y": {
2266
+ "S74": {
2203
2267
  "type": "structure",
2204
2268
  "required": [
2205
2269
  "Utilization"
2206
2270
  ],
2207
2271
  "members": {
2208
2272
  "Utilization": {
2209
- "shape": "S6v"
2273
+ "shape": "S71"
2210
2274
  },
2211
2275
  "Savings": {
2212
- "shape": "S6w"
2276
+ "shape": "S72"
2213
2277
  },
2214
2278
  "AmortizedCommitment": {
2215
- "shape": "S6x"
2279
+ "shape": "S73"
2216
2280
  }
2217
2281
  }
2218
2282
  }