aws-sdk 2.1446.0 → 2.1448.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 (43) hide show
  1. package/CHANGELOG.md +17 -1
  2. package/README.md +1 -1
  3. package/apis/appflow-2020-08-23.min.json +115 -87
  4. package/apis/auditmanager-2017-07-25.min.json +238 -63
  5. package/apis/cleanrooms-2022-02-17.min.json +70 -31
  6. package/apis/cognito-idp-2016-04-18.examples.json +849 -0
  7. package/apis/cognito-idp-2016-04-18.min.json +64 -24
  8. package/apis/datasync-2018-11-09.min.json +97 -14
  9. package/apis/metadata.json +7 -0
  10. package/apis/neptunedata-2023-08-01.examples.json +5 -0
  11. package/apis/neptunedata-2023-08-01.min.json +1923 -0
  12. package/apis/neptunedata-2023-08-01.paginators.json +4 -0
  13. package/apis/omics-2022-11-28.min.json +23 -21
  14. package/apis/pca-connector-ad-2018-05-10.examples.json +5 -0
  15. package/apis/pca-connector-ad-2018-05-10.min.json +1465 -0
  16. package/apis/pca-connector-ad-2018-05-10.paginators.json +34 -0
  17. package/apis/sagemaker-2017-07-24.min.json +739 -728
  18. package/apis/sesv2-2019-09-27.examples.json +244 -0
  19. package/apis/sesv2-2019-09-27.min.json +491 -153
  20. package/apis/sesv2-2019-09-27.paginators.json +5 -0
  21. package/clients/all.d.ts +2 -0
  22. package/clients/all.js +3 -1
  23. package/clients/appflow.d.ts +30 -0
  24. package/clients/apprunner.d.ts +5 -5
  25. package/clients/cleanrooms.d.ts +41 -5
  26. package/clients/cognitoidentityserviceprovider.d.ts +5 -5
  27. package/clients/datasync.d.ts +144 -21
  28. package/clients/fsx.d.ts +28 -28
  29. package/clients/neptunedata.d.ts +1976 -0
  30. package/clients/neptunedata.js +18 -0
  31. package/clients/networkfirewall.d.ts +9 -9
  32. package/clients/omics.d.ts +13 -4
  33. package/clients/pcaconnectorad.d.ts +1606 -0
  34. package/clients/pcaconnectorad.js +18 -0
  35. package/clients/sagemaker.d.ts +21 -1
  36. package/clients/sesv2.d.ts +374 -3
  37. package/dist/aws-sdk-core-react-native.js +2 -2
  38. package/dist/aws-sdk-react-native.js +87 -13
  39. package/dist/aws-sdk.js +74 -27
  40. package/dist/aws-sdk.min.js +85 -85
  41. package/lib/config_service_placeholders.d.ts +4 -0
  42. package/lib/core.js +1 -1
  43. package/package.json +1 -1
@@ -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,9 +777,12 @@
769
777
  "type": "string",
770
778
  "sensitive": true
771
779
  },
772
- "Session": {}
780
+ "Session": {
781
+ "shape": "S1s"
782
+ }
773
783
  }
774
- }
784
+ },
785
+ "authtype": "none"
775
786
  },
776
787
  "ChangePassword": {
777
788
  "input": {
@@ -828,7 +839,8 @@
828
839
  "type": "boolean"
829
840
  }
830
841
  }
831
- }
842
+ },
843
+ "authtype": "none"
832
844
  },
833
845
  "ConfirmForgotPassword": {
834
846
  "input": {
@@ -1492,7 +1504,8 @@
1492
1504
  },
1493
1505
  "DeviceKey": {}
1494
1506
  }
1495
- }
1507
+ },
1508
+ "authtype": "none"
1496
1509
  },
1497
1510
  "ForgotPassword": {
1498
1511
  "input": {
@@ -1576,7 +1589,8 @@
1576
1589
  "shape": "S1e"
1577
1590
  }
1578
1591
  }
1579
- }
1592
+ },
1593
+ "authtype": "none"
1580
1594
  },
1581
1595
  "GetGroup": {
1582
1596
  "input": {
@@ -1785,7 +1799,8 @@
1785
1799
  "output": {
1786
1800
  "type": "structure",
1787
1801
  "members": {}
1788
- }
1802
+ },
1803
+ "authtype": "none"
1789
1804
  },
1790
1805
  "InitiateAuth": {
1791
1806
  "input": {
@@ -1817,7 +1832,9 @@
1817
1832
  "type": "structure",
1818
1833
  "members": {
1819
1834
  "ChallengeName": {},
1820
- "Session": {},
1835
+ "Session": {
1836
+ "shape": "S1s"
1837
+ },
1821
1838
  "ChallengeParameters": {
1822
1839
  "shape": "S1t"
1823
1840
  },
@@ -1852,7 +1869,8 @@
1852
1869
  },
1853
1870
  "PaginationToken": {}
1854
1871
  }
1855
- }
1872
+ },
1873
+ "authtype": "none"
1856
1874
  },
1857
1875
  "ListGroups": {
1858
1876
  "input": {
@@ -2174,7 +2192,9 @@
2174
2192
  "shape": "S1j"
2175
2193
  },
2176
2194
  "ChallengeName": {},
2177
- "Session": {},
2195
+ "Session": {
2196
+ "shape": "S1s"
2197
+ },
2178
2198
  "ChallengeResponses": {
2179
2199
  "shape": "S2y"
2180
2200
  },
@@ -2193,7 +2213,9 @@
2193
2213
  "type": "structure",
2194
2214
  "members": {
2195
2215
  "ChallengeName": {},
2196
- "Session": {},
2216
+ "Session": {
2217
+ "shape": "S1s"
2218
+ },
2197
2219
  "ChallengeParameters": {
2198
2220
  "shape": "S1t"
2199
2221
  },
@@ -2226,7 +2248,8 @@
2226
2248
  "output": {
2227
2249
  "type": "structure",
2228
2250
  "members": {}
2229
- }
2251
+ },
2252
+ "authtype": "none"
2230
2253
  },
2231
2254
  "SetLogDeliveryConfiguration": {
2232
2255
  "input": {
@@ -2335,7 +2358,8 @@
2335
2358
  "output": {
2336
2359
  "type": "structure",
2337
2360
  "members": {}
2338
- }
2361
+ },
2362
+ "authtype": "none"
2339
2363
  },
2340
2364
  "SetUserPoolMfaConfig": {
2341
2365
  "input": {
@@ -2551,7 +2575,8 @@
2551
2575
  "output": {
2552
2576
  "type": "structure",
2553
2577
  "members": {}
2554
- }
2578
+ },
2579
+ "authtype": "none"
2555
2580
  },
2556
2581
  "UpdateDeviceStatus": {
2557
2582
  "input": {
@@ -2571,7 +2596,8 @@
2571
2596
  "output": {
2572
2597
  "type": "structure",
2573
2598
  "members": {}
2574
- }
2599
+ },
2600
+ "authtype": "none"
2575
2601
  },
2576
2602
  "UpdateGroup": {
2577
2603
  "input": {
@@ -2860,8 +2886,13 @@
2860
2886
  "AccessToken": {
2861
2887
  "shape": "S1v"
2862
2888
  },
2863
- "Session": {},
2864
- "UserCode": {},
2889
+ "Session": {
2890
+ "shape": "S1s"
2891
+ },
2892
+ "UserCode": {
2893
+ "type": "string",
2894
+ "sensitive": true
2895
+ },
2865
2896
  "FriendlyDeviceName": {}
2866
2897
  }
2867
2898
  },
@@ -2869,9 +2900,12 @@
2869
2900
  "type": "structure",
2870
2901
  "members": {
2871
2902
  "Status": {},
2872
- "Session": {}
2903
+ "Session": {
2904
+ "shape": "S1s"
2905
+ }
2873
2906
  }
2874
- }
2907
+ },
2908
+ "authtype": "none"
2875
2909
  },
2876
2910
  "VerifyUserAttribute": {
2877
2911
  "input": {
@@ -3065,6 +3099,10 @@
3065
3099
  "EncodedData": {}
3066
3100
  }
3067
3101
  },
3102
+ "S1s": {
3103
+ "type": "string",
3104
+ "sensitive": true
3105
+ },
3068
3106
  "S1t": {
3069
3107
  "type": "map",
3070
3108
  "key": {},
@@ -3132,7 +3170,8 @@
3132
3170
  "S2y": {
3133
3171
  "type": "map",
3134
3172
  "key": {},
3135
- "value": {}
3173
+ "value": {},
3174
+ "sensitive": true
3136
3175
  },
3137
3176
  "S31": {
3138
3177
  "type": "structure",
@@ -3165,7 +3204,8 @@
3165
3204
  "members": {
3166
3205
  "IpAddress": {},
3167
3206
  "EncodedData": {}
3168
- }
3207
+ },
3208
+ "sensitive": true
3169
3209
  },
3170
3210
  "S43": {
3171
3211
  "type": "map",
@@ -481,6 +481,9 @@
481
481
  },
482
482
  "Includes": {
483
483
  "shape": "S3o"
484
+ },
485
+ "TaskReportConfig": {
486
+ "shape": "S3u"
484
487
  }
485
488
  }
486
489
  },
@@ -1085,7 +1088,7 @@
1085
1088
  "DiscoveryJobArn": {},
1086
1089
  "ResourceType": {},
1087
1090
  "ResourceIds": {
1088
- "shape": "S5o"
1091
+ "shape": "S5w"
1089
1092
  },
1090
1093
  "Filter": {
1091
1094
  "type": "map",
@@ -1132,10 +1135,10 @@
1132
1135
  "type": "long"
1133
1136
  },
1134
1137
  "MaxP95Performance": {
1135
- "shape": "S5y"
1138
+ "shape": "S66"
1136
1139
  },
1137
1140
  "Recommendations": {
1138
- "shape": "S5z"
1141
+ "shape": "S67"
1139
1142
  },
1140
1143
  "NfsExportedVolumes": {
1141
1144
  "type": "long"
@@ -1179,10 +1182,10 @@
1179
1182
  "type": "long"
1180
1183
  },
1181
1184
  "MaxP95Performance": {
1182
- "shape": "S5y"
1185
+ "shape": "S66"
1183
1186
  },
1184
1187
  "Recommendations": {
1185
- "shape": "S5z"
1188
+ "shape": "S67"
1186
1189
  },
1187
1190
  "RecommendationStatus": {},
1188
1191
  "LunCount": {
@@ -1205,7 +1208,7 @@
1205
1208
  "ResourceId": {},
1206
1209
  "ClusterName": {},
1207
1210
  "MaxP95Performance": {
1208
- "shape": "S5y"
1211
+ "shape": "S66"
1209
1212
  },
1210
1213
  "ClusterBlockStorageSize": {
1211
1214
  "type": "long"
@@ -1217,7 +1220,7 @@
1217
1220
  "type": "long"
1218
1221
  },
1219
1222
  "Recommendations": {
1220
- "shape": "S5z"
1223
+ "shape": "S67"
1221
1224
  },
1222
1225
  "RecommendationStatus": {},
1223
1226
  "LunCount": {
@@ -1282,6 +1285,9 @@
1282
1285
  },
1283
1286
  "Includes": {
1284
1287
  "shape": "S3o"
1288
+ },
1289
+ "TaskReportConfig": {
1290
+ "shape": "S3u"
1285
1291
  }
1286
1292
  }
1287
1293
  }
@@ -1352,6 +1358,29 @@
1352
1358
  },
1353
1359
  "BytesCompressed": {
1354
1360
  "type": "long"
1361
+ },
1362
+ "TaskReportConfig": {
1363
+ "shape": "S3u"
1364
+ },
1365
+ "FilesDeleted": {
1366
+ "type": "long"
1367
+ },
1368
+ "FilesSkipped": {
1369
+ "type": "long"
1370
+ },
1371
+ "FilesVerified": {
1372
+ "type": "long"
1373
+ },
1374
+ "ReportResult": {
1375
+ "type": "structure",
1376
+ "members": {
1377
+ "Status": {},
1378
+ "ErrorCode": {},
1379
+ "ErrorDetail": {}
1380
+ }
1381
+ },
1382
+ "EstimatedFilesToDelete": {
1383
+ "type": "long"
1355
1384
  }
1356
1385
  }
1357
1386
  }
@@ -1367,7 +1396,7 @@
1367
1396
  "members": {
1368
1397
  "DiscoveryJobArn": {},
1369
1398
  "ResourceIds": {
1370
- "shape": "S5o"
1399
+ "shape": "S5w"
1371
1400
  },
1372
1401
  "ResourceType": {}
1373
1402
  }
@@ -1459,7 +1488,7 @@
1459
1488
  "members": {
1460
1489
  "Name": {},
1461
1490
  "Values": {
1462
- "shape": "S72"
1491
+ "shape": "S7b"
1463
1492
  },
1464
1493
  "Operator": {}
1465
1494
  }
@@ -1589,7 +1618,7 @@
1589
1618
  "members": {
1590
1619
  "Name": {},
1591
1620
  "Values": {
1592
- "shape": "S72"
1621
+ "shape": "S7b"
1593
1622
  },
1594
1623
  "Operator": {}
1595
1624
  }
@@ -1683,6 +1712,9 @@
1683
1712
  },
1684
1713
  "Tags": {
1685
1714
  "shape": "S9"
1715
+ },
1716
+ "TaskReportConfig": {
1717
+ "shape": "S3u"
1686
1718
  }
1687
1719
  }
1688
1720
  },
@@ -1983,6 +2015,9 @@
1983
2015
  "CloudWatchLogGroupArn": {},
1984
2016
  "Includes": {
1985
2017
  "shape": "S3o"
2018
+ },
2019
+ "TaskReportConfig": {
2020
+ "shape": "S3u"
1986
2021
  }
1987
2022
  }
1988
2023
  },
@@ -2236,11 +2271,59 @@
2236
2271
  "ScheduleExpression": {}
2237
2272
  }
2238
2273
  },
2239
- "S5o": {
2274
+ "S3u": {
2275
+ "type": "structure",
2276
+ "members": {
2277
+ "Destination": {
2278
+ "type": "structure",
2279
+ "members": {
2280
+ "S3": {
2281
+ "type": "structure",
2282
+ "required": [
2283
+ "S3BucketArn",
2284
+ "BucketAccessRoleArn"
2285
+ ],
2286
+ "members": {
2287
+ "Subdirectory": {},
2288
+ "S3BucketArn": {},
2289
+ "BucketAccessRoleArn": {}
2290
+ }
2291
+ }
2292
+ }
2293
+ },
2294
+ "OutputType": {},
2295
+ "ReportLevel": {},
2296
+ "ObjectVersionIds": {},
2297
+ "Overrides": {
2298
+ "type": "structure",
2299
+ "members": {
2300
+ "Transferred": {
2301
+ "shape": "S41"
2302
+ },
2303
+ "Verified": {
2304
+ "shape": "S41"
2305
+ },
2306
+ "Deleted": {
2307
+ "shape": "S41"
2308
+ },
2309
+ "Skipped": {
2310
+ "shape": "S41"
2311
+ }
2312
+ }
2313
+ }
2314
+ }
2315
+ },
2316
+ "S41": {
2317
+ "type": "structure",
2318
+ "members": {
2319
+ "ReportLevel": {}
2320
+ }
2321
+ },
2322
+ "S5w": {
2240
2323
  "type": "list",
2241
2324
  "member": {}
2242
2325
  },
2243
- "S5y": {
2326
+ "S66": {
2244
2327
  "type": "structure",
2245
2328
  "members": {
2246
2329
  "IopsRead": {
@@ -2278,7 +2361,7 @@
2278
2361
  }
2279
2362
  }
2280
2363
  },
2281
- "S5z": {
2364
+ "S67": {
2282
2365
  "type": "list",
2283
2366
  "member": {
2284
2367
  "type": "structure",
@@ -2293,7 +2376,7 @@
2293
2376
  }
2294
2377
  }
2295
2378
  },
2296
- "S72": {
2379
+ "S7b": {
2297
2380
  "type": "list",
2298
2381
  "member": {}
2299
2382
  }
@@ -1328,5 +1328,12 @@
1328
1328
  "managedblockchainquery": {
1329
1329
  "prefix": "managedblockchain-query",
1330
1330
  "name": "ManagedBlockchainQuery"
1331
+ },
1332
+ "neptunedata": {
1333
+ "name": "Neptunedata"
1334
+ },
1335
+ "pcaconnectorad": {
1336
+ "prefix": "pca-connector-ad",
1337
+ "name": "PcaConnectorAd"
1331
1338
  }
1332
1339
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }