aws-sdk 2.1396.0 → 2.1397.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.
Files changed (45) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/README.md +1 -1
  3. package/apis/cloudtrail-2013-11-01.min.json +33 -33
  4. package/apis/codeguru-security-2018-05-10.examples.json +5 -0
  5. package/apis/codeguru-security-2018-05-10.min.json +703 -0
  6. package/apis/codeguru-security-2018-05-10.paginators.json +22 -0
  7. package/apis/drs-2020-02-26.min.json +392 -97
  8. package/apis/drs-2020-02-26.paginators.json +6 -0
  9. package/apis/ec2-2016-11-15.min.json +1178 -1013
  10. package/apis/ec2-2016-11-15.paginators.json +6 -0
  11. package/apis/lightsail-2016-11-28.min.json +4 -2
  12. package/apis/metadata.json +7 -0
  13. package/apis/s3-2006-03-01.examples.json +121 -121
  14. package/apis/securityhub-2018-10-26.examples.json +276 -0
  15. package/apis/securityhub-2018-10-26.min.json +957 -559
  16. package/apis/verifiedpermissions-2021-12-01.examples.json +5 -0
  17. package/apis/verifiedpermissions-2021-12-01.min.json +1215 -0
  18. package/apis/verifiedpermissions-2021-12-01.paginators.json +28 -0
  19. package/apis/verifiedpermissions-2021-12-01.waiters2.json +5 -0
  20. package/apis/wafv2-2019-07-29.min.json +241 -169
  21. package/apis/wellarchitected-2020-03-31.min.json +655 -75
  22. package/apis/wellarchitected-2020-03-31.paginators.json +15 -0
  23. package/clients/all.d.ts +2 -0
  24. package/clients/all.js +3 -1
  25. package/clients/cloudtrail.d.ts +28 -13
  26. package/clients/codegurusecurity.d.ts +761 -0
  27. package/clients/codegurusecurity.js +18 -0
  28. package/clients/drs.d.ts +354 -3
  29. package/clients/ec2.d.ts +225 -48
  30. package/clients/imagebuilder.d.ts +1 -1
  31. package/clients/lightsail.d.ts +12 -4
  32. package/clients/s3.d.ts +1 -1
  33. package/clients/securityhub.d.ts +470 -0
  34. package/clients/simspaceweaver.d.ts +2 -2
  35. package/clients/verifiedpermissions.d.ts +1392 -0
  36. package/clients/verifiedpermissions.js +19 -0
  37. package/clients/wafv2.d.ts +105 -27
  38. package/clients/wellarchitected.d.ts +533 -7
  39. package/dist/aws-sdk-core-react-native.js +2 -2
  40. package/dist/aws-sdk-react-native.js +95 -14
  41. package/dist/aws-sdk.js +1227 -1049
  42. package/dist/aws-sdk.min.js +80 -80
  43. package/lib/config_service_placeholders.d.ts +4 -0
  44. package/lib/core.js +1 -1
  45. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,20 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1396.0-->
2
+ <!--LATEST=2.1397.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1397.0
6
+ * feature: CloudTrail: This feature allows users to view dashboards for CloudTrail Lake event data stores.
7
+ * feature: CodeGuruSecurity: Initial release of Amazon CodeGuru Security APIs
8
+ * feature: Drs: Added APIs to support network replication and recovery using AWS Elastic Disaster Recovery.
9
+ * feature: EC2: This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.
10
+ * feature: Lightsail: This release adds pagination for the Get Certificates API operation.
11
+ * feature: S3: Integrate double encryption feature to SDKs.
12
+ * feature: SecurityHub: Add support for Security Hub Automation Rules
13
+ * feature: SimSpaceWeaver: This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs.
14
+ * feature: VerifiedPermissions: GA release of Amazon Verified Permissions.
15
+ * feature: WAFV2: You can now detect and block fraudulent account creation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet.
16
+ * feature: WellArchitected: AWS Well-Architected now supports Profiles that help customers prioritize which questions to focus on first by providing a list of prioritized questions that are better aligned with their business goals and outcomes.
17
+
5
18
  ## 2.1396.0
6
19
  * feature: AmplifyUIBuilder: AWS Amplify UIBuilder is launching Codegen UI, a new feature that enables you to generate your amplify uibuilder components and forms.
7
20
  * feature: FSx: Amazon FSx for NetApp ONTAP now supports joining a storage virtual machine (SVM) to Active Directory after the SVM has been created.
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.1396.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1397.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
@@ -303,15 +303,13 @@
303
303
  "DescribeQuery": {
304
304
  "input": {
305
305
  "type": "structure",
306
- "required": [
307
- "QueryId"
308
- ],
309
306
  "members": {
310
307
  "EventDataStore": {
311
308
  "deprecated": true,
312
309
  "deprecatedMessage": "EventDataStore is no longer required by DescribeQueryRequest"
313
310
  },
314
- "QueryId": {}
311
+ "QueryId": {},
312
+ "QueryAlias": {}
315
313
  }
316
314
  },
317
315
  "output": {
@@ -366,7 +364,7 @@
366
364
  "trailList": {
367
365
  "type": "list",
368
366
  "member": {
369
- "shape": "S1u"
367
+ "shape": "S1v"
370
368
  }
371
369
  }
372
370
  }
@@ -478,7 +476,7 @@
478
476
  "members": {
479
477
  "TrailARN": {},
480
478
  "EventSelectors": {
481
- "shape": "S23"
479
+ "shape": "S24"
482
480
  },
483
481
  "AdvancedEventSelectors": {
484
482
  "shape": "So"
@@ -502,10 +500,10 @@
502
500
  "members": {
503
501
  "ImportId": {},
504
502
  "Destinations": {
505
- "shape": "S2c"
503
+ "shape": "S2d"
506
504
  },
507
505
  "ImportSource": {
508
- "shape": "S2d"
506
+ "shape": "S2e"
509
507
  },
510
508
  "StartEventTime": {
511
509
  "type": "timestamp"
@@ -521,7 +519,7 @@
521
519
  "type": "timestamp"
522
520
  },
523
521
  "ImportStatistics": {
524
- "shape": "S2g"
522
+ "shape": "S2h"
525
523
  }
526
524
  }
527
525
  }
@@ -541,7 +539,7 @@
541
539
  "members": {
542
540
  "TrailARN": {},
543
541
  "InsightSelectors": {
544
- "shape": "S2j"
542
+ "shape": "S2k"
545
543
  }
546
544
  }
547
545
  },
@@ -632,7 +630,7 @@
632
630
  "type": "structure",
633
631
  "members": {
634
632
  "Trail": {
635
- "shape": "S1u"
633
+ "shape": "S1v"
636
634
  }
637
635
  }
638
636
  },
@@ -841,7 +839,7 @@
841
839
  "ImportId": {},
842
840
  "ImportStatus": {},
843
841
  "Destinations": {
844
- "shape": "S2c"
842
+ "shape": "S2d"
845
843
  },
846
844
  "CreatedTimestamp": {
847
845
  "type": "timestamp"
@@ -1074,7 +1072,7 @@
1074
1072
  "members": {
1075
1073
  "TrailName": {},
1076
1074
  "EventSelectors": {
1077
- "shape": "S23"
1075
+ "shape": "S24"
1078
1076
  },
1079
1077
  "AdvancedEventSelectors": {
1080
1078
  "shape": "So"
@@ -1086,7 +1084,7 @@
1086
1084
  "members": {
1087
1085
  "TrailARN": {},
1088
1086
  "EventSelectors": {
1089
- "shape": "S23"
1087
+ "shape": "S24"
1090
1088
  },
1091
1089
  "AdvancedEventSelectors": {
1092
1090
  "shape": "So"
@@ -1105,7 +1103,7 @@
1105
1103
  "members": {
1106
1104
  "TrailName": {},
1107
1105
  "InsightSelectors": {
1108
- "shape": "S2j"
1106
+ "shape": "S2k"
1109
1107
  }
1110
1108
  }
1111
1109
  },
@@ -1114,7 +1112,7 @@
1114
1112
  "members": {
1115
1113
  "TrailARN": {},
1116
1114
  "InsightSelectors": {
1117
- "shape": "S2j"
1115
+ "shape": "S2k"
1118
1116
  }
1119
1117
  }
1120
1118
  },
@@ -1238,10 +1236,10 @@
1238
1236
  "type": "structure",
1239
1237
  "members": {
1240
1238
  "Destinations": {
1241
- "shape": "S2c"
1239
+ "shape": "S2d"
1242
1240
  },
1243
1241
  "ImportSource": {
1244
- "shape": "S2d"
1242
+ "shape": "S2e"
1245
1243
  },
1246
1244
  "StartEventTime": {
1247
1245
  "type": "timestamp"
@@ -1257,10 +1255,10 @@
1257
1255
  "members": {
1258
1256
  "ImportId": {},
1259
1257
  "Destinations": {
1260
- "shape": "S2c"
1258
+ "shape": "S2d"
1261
1259
  },
1262
1260
  "ImportSource": {
1263
- "shape": "S2d"
1261
+ "shape": "S2e"
1264
1262
  },
1265
1263
  "StartEventTime": {
1266
1264
  "type": "timestamp"
@@ -1297,12 +1295,14 @@
1297
1295
  "StartQuery": {
1298
1296
  "input": {
1299
1297
  "type": "structure",
1300
- "required": [
1301
- "QueryStatement"
1302
- ],
1303
1298
  "members": {
1304
1299
  "QueryStatement": {},
1305
- "DeliveryS3Uri": {}
1300
+ "DeliveryS3Uri": {},
1301
+ "QueryAlias": {},
1302
+ "QueryParameters": {
1303
+ "type": "list",
1304
+ "member": {}
1305
+ }
1306
1306
  }
1307
1307
  },
1308
1308
  "output": {
@@ -1343,10 +1343,10 @@
1343
1343
  "members": {
1344
1344
  "ImportId": {},
1345
1345
  "ImportSource": {
1346
- "shape": "S2d"
1346
+ "shape": "S2e"
1347
1347
  },
1348
1348
  "Destinations": {
1349
- "shape": "S2c"
1349
+ "shape": "S2d"
1350
1350
  },
1351
1351
  "ImportStatus": {},
1352
1352
  "CreatedTimestamp": {
@@ -1362,7 +1362,7 @@
1362
1362
  "type": "timestamp"
1363
1363
  },
1364
1364
  "ImportStatistics": {
1365
- "shape": "S2g"
1365
+ "shape": "S2h"
1366
1366
  }
1367
1367
  }
1368
1368
  }
@@ -1602,7 +1602,7 @@
1602
1602
  "type": "list",
1603
1603
  "member": {}
1604
1604
  },
1605
- "S1u": {
1605
+ "S1v": {
1606
1606
  "type": "structure",
1607
1607
  "members": {
1608
1608
  "Name": {},
@@ -1637,7 +1637,7 @@
1637
1637
  }
1638
1638
  }
1639
1639
  },
1640
- "S23": {
1640
+ "S24": {
1641
1641
  "type": "list",
1642
1642
  "member": {
1643
1643
  "type": "structure",
@@ -1666,11 +1666,11 @@
1666
1666
  }
1667
1667
  }
1668
1668
  },
1669
- "S2c": {
1669
+ "S2d": {
1670
1670
  "type": "list",
1671
1671
  "member": {}
1672
1672
  },
1673
- "S2d": {
1673
+ "S2e": {
1674
1674
  "type": "structure",
1675
1675
  "required": [
1676
1676
  "S3"
@@ -1691,7 +1691,7 @@
1691
1691
  }
1692
1692
  }
1693
1693
  },
1694
- "S2g": {
1694
+ "S2h": {
1695
1695
  "type": "structure",
1696
1696
  "members": {
1697
1697
  "PrefixesFound": {
@@ -1711,7 +1711,7 @@
1711
1711
  }
1712
1712
  }
1713
1713
  },
1714
- "S2j": {
1714
+ "S2k": {
1715
1715
  "type": "list",
1716
1716
  "member": {
1717
1717
  "type": "structure",
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }