aws-sdk 2.1417.0 → 2.1419.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 (48) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/README.md +1 -1
  3. package/apis/cloudformation-2010-05-15.min.json +20 -4
  4. package/apis/codecatalyst-2022-09-28.min.json +294 -24
  5. package/apis/connectcases-2022-10-03.min.json +35 -25
  6. package/apis/grafana-2020-08-18.min.json +41 -4
  7. package/apis/grafana-2020-08-18.paginators.json +6 -0
  8. package/apis/medical-imaging-2023-07-19.examples.json +5 -0
  9. package/apis/medical-imaging-2023-07-19.min.json +1098 -0
  10. package/apis/medical-imaging-2023-07-19.paginators.json +28 -0
  11. package/apis/medical-imaging-2023-07-19.waiters2.json +5 -0
  12. package/apis/metadata.json +4 -0
  13. package/apis/ram-2018-01-04.min.json +49 -36
  14. package/apis/route53resolver-2018-04-01.min.json +201 -62
  15. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  16. package/apis/s3-2006-03-01.examples.json +32 -32
  17. package/apis/sagemaker-2017-07-24.min.json +205 -158
  18. package/apis/sagemaker-2017-07-24.paginators.json +6 -0
  19. package/apis/securitylake-2018-05-10.min.json +139 -34
  20. package/apis/ssm-sap-2018-05-10.min.json +98 -24
  21. package/apis/transcribe-2017-10-26.min.json +30 -6
  22. package/apis/wafv2-2019-07-29.min.json +134 -123
  23. package/clients/all.d.ts +1 -0
  24. package/clients/all.js +2 -1
  25. package/clients/cloudformation.d.ts +21 -0
  26. package/clients/codecatalyst.d.ts +264 -7
  27. package/clients/connectcases.d.ts +15 -4
  28. package/clients/ec2.d.ts +200 -200
  29. package/clients/grafana.d.ts +47 -5
  30. package/clients/lexmodelsv2.d.ts +11 -11
  31. package/clients/medicalimaging.d.ts +1102 -0
  32. package/clients/medicalimaging.js +19 -0
  33. package/clients/ram.d.ts +14 -1
  34. package/clients/route53resolver.d.ts +220 -7
  35. package/clients/sagemaker.d.ts +88 -10
  36. package/clients/sagemakerfeaturestoreruntime.d.ts +13 -13
  37. package/clients/savingsplans.d.ts +1 -1
  38. package/clients/securitylake.d.ts +93 -11
  39. package/clients/ssmsap.d.ts +131 -7
  40. package/clients/transcribeservice.d.ts +21 -0
  41. package/clients/wafv2.d.ts +12 -2
  42. package/dist/aws-sdk-core-react-native.js +2 -2
  43. package/dist/aws-sdk-react-native.js +62 -18
  44. package/dist/aws-sdk.js +27 -7
  45. package/dist/aws-sdk.min.js +97 -97
  46. package/lib/config_service_placeholders.d.ts +2 -0
  47. package/lib/core.js +1 -1
  48. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,26 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1417.0-->
2
+ <!--LATEST=2.1419.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1419.0
6
+ * 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
+ * feature: ConnectCases: This release adds the ability to assign a case to a queue or user.
8
+ * feature: LexModelsV2: This release updates type for Channel field in SessionSpecification and UtteranceSpecification
9
+ * feature: Route53Resolver: This release adds support for Route 53 On Outposts, a new feature that allows customers to run Route 53 Resolver and Resolver endpoints locally on their Outposts.
10
+ * feature: S3: Improve performance of S3 clients by simplifying and optimizing endpoint resolution.
11
+ * feature: SageMaker: Cross account support for SageMaker Feature Store
12
+ * feature: SageMakerFeatureStoreRuntime: Cross account support for SageMaker Feature Store
13
+ * feature: SecurityLake: Adding support for Tags on Create and Resource Tagging API.
14
+ * feature: TranscribeService: Added API argument --toxicity-detection to startTranscriptionJob API, which allows users to view toxicity scores of submitted audio.
15
+
16
+ ## 2.1418.0
17
+ * feature: CloudFormation: SDK and documentation updates for GetTemplateSummary API (unrecognized resources)
18
+ * feature: Grafana: Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to.
19
+ * feature: MedicalImaging: General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale.
20
+ * feature: RAM: This release adds support for securely sharing with AWS service principals.
21
+ * feature: SsmSap: Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP.
22
+ * feature: WAFV2: Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.
23
+
5
24
  ## 2.1417.0
6
25
  * feature: ES: Regex Validation on the ElasticSearch Engine Version attribute
7
26
  * feature: LexModelsV2: This release adds support for Lex Developers to view analytics for their bots.
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.1417.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1419.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
@@ -1421,7 +1421,15 @@
1421
1421
  "TemplateURL": {},
1422
1422
  "StackName": {},
1423
1423
  "StackSetName": {},
1424
- "CallAs": {}
1424
+ "CallAs": {},
1425
+ "TemplateSummaryConfig": {
1426
+ "type": "structure",
1427
+ "members": {
1428
+ "TreatUnrecognizedResourceTypesAsWarnings": {
1429
+ "type": "boolean"
1430
+ }
1431
+ }
1432
+ }
1425
1433
  }
1426
1434
  },
1427
1435
  "output": {
@@ -1463,7 +1471,7 @@
1463
1471
  "Version": {},
1464
1472
  "Metadata": {},
1465
1473
  "DeclaredTransforms": {
1466
- "shape": "S96"
1474
+ "shape": "S98"
1467
1475
  },
1468
1476
  "ResourceIdentifierSummaries": {
1469
1477
  "type": "list",
@@ -1480,6 +1488,14 @@
1480
1488
  }
1481
1489
  }
1482
1490
  }
1491
+ },
1492
+ "Warnings": {
1493
+ "type": "structure",
1494
+ "members": {
1495
+ "UnrecognizedResourceTypes": {
1496
+ "shape": "S1h"
1497
+ }
1498
+ }
1483
1499
  }
1484
1500
  }
1485
1501
  }
@@ -2472,7 +2488,7 @@
2472
2488
  },
2473
2489
  "CapabilitiesReason": {},
2474
2490
  "DeclaredTransforms": {
2475
- "shape": "S96"
2491
+ "shape": "S98"
2476
2492
  }
2477
2493
  }
2478
2494
  }
@@ -2746,7 +2762,7 @@
2746
2762
  "type": "list",
2747
2763
  "member": {}
2748
2764
  },
2749
- "S96": {
2765
+ "S98": {
2750
2766
  "type": "list",
2751
2767
  "member": {}
2752
2768
  }
@@ -159,6 +159,51 @@
159
159
  },
160
160
  "idempotent": true
161
161
  },
162
+ "CreateSourceRepository": {
163
+ "http": {
164
+ "method": "PUT",
165
+ "requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{name}",
166
+ "responseCode": 201
167
+ },
168
+ "input": {
169
+ "type": "structure",
170
+ "required": [
171
+ "spaceName",
172
+ "projectName",
173
+ "name"
174
+ ],
175
+ "members": {
176
+ "spaceName": {
177
+ "location": "uri",
178
+ "locationName": "spaceName"
179
+ },
180
+ "projectName": {
181
+ "location": "uri",
182
+ "locationName": "projectName"
183
+ },
184
+ "name": {
185
+ "location": "uri",
186
+ "locationName": "name"
187
+ },
188
+ "description": {}
189
+ }
190
+ },
191
+ "output": {
192
+ "type": "structure",
193
+ "required": [
194
+ "spaceName",
195
+ "projectName",
196
+ "name"
197
+ ],
198
+ "members": {
199
+ "spaceName": {},
200
+ "projectName": {},
201
+ "name": {},
202
+ "description": {}
203
+ }
204
+ },
205
+ "idempotent": true
206
+ },
162
207
  "CreateSourceRepositoryBranch": {
163
208
  "http": {
164
209
  "method": "PUT",
@@ -273,6 +318,116 @@
273
318
  },
274
319
  "idempotent": true
275
320
  },
321
+ "DeleteProject": {
322
+ "http": {
323
+ "method": "DELETE",
324
+ "requestUri": "/v1/spaces/{spaceName}/projects/{name}",
325
+ "responseCode": 200
326
+ },
327
+ "input": {
328
+ "type": "structure",
329
+ "required": [
330
+ "spaceName",
331
+ "name"
332
+ ],
333
+ "members": {
334
+ "spaceName": {
335
+ "location": "uri",
336
+ "locationName": "spaceName"
337
+ },
338
+ "name": {
339
+ "location": "uri",
340
+ "locationName": "name"
341
+ }
342
+ }
343
+ },
344
+ "output": {
345
+ "type": "structure",
346
+ "required": [
347
+ "spaceName",
348
+ "name"
349
+ ],
350
+ "members": {
351
+ "spaceName": {},
352
+ "name": {},
353
+ "displayName": {}
354
+ }
355
+ },
356
+ "idempotent": true
357
+ },
358
+ "DeleteSourceRepository": {
359
+ "http": {
360
+ "method": "DELETE",
361
+ "requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{name}",
362
+ "responseCode": 200
363
+ },
364
+ "input": {
365
+ "type": "structure",
366
+ "required": [
367
+ "spaceName",
368
+ "projectName",
369
+ "name"
370
+ ],
371
+ "members": {
372
+ "spaceName": {
373
+ "location": "uri",
374
+ "locationName": "spaceName"
375
+ },
376
+ "projectName": {
377
+ "location": "uri",
378
+ "locationName": "projectName"
379
+ },
380
+ "name": {
381
+ "location": "uri",
382
+ "locationName": "name"
383
+ }
384
+ }
385
+ },
386
+ "output": {
387
+ "type": "structure",
388
+ "required": [
389
+ "spaceName",
390
+ "projectName",
391
+ "name"
392
+ ],
393
+ "members": {
394
+ "spaceName": {},
395
+ "projectName": {},
396
+ "name": {}
397
+ }
398
+ },
399
+ "idempotent": true
400
+ },
401
+ "DeleteSpace": {
402
+ "http": {
403
+ "method": "DELETE",
404
+ "requestUri": "/v1/spaces/{name}",
405
+ "responseCode": 200
406
+ },
407
+ "input": {
408
+ "type": "structure",
409
+ "required": [
410
+ "name"
411
+ ],
412
+ "members": {
413
+ "name": {
414
+ "location": "uri",
415
+ "locationName": "name"
416
+ }
417
+ }
418
+ },
419
+ "output": {
420
+ "type": "structure",
421
+ "required": [
422
+ "name"
423
+ ],
424
+ "members": {
425
+ "name": {},
426
+ "displayName": {}
427
+ }
428
+ },
429
+ "idempotent": true
430
+ },
276
431
  "GetDevEnvironment": {
277
432
  "http": {
278
433
  "method": "GET",
@@ -326,18 +481,18 @@
326
481
  "status": {},
327
482
  "statusReason": {},
328
483
  "repositories": {
329
- "shape": "S16"
484
+ "shape": "S1f"
330
485
  },
331
486
  "alias": {},
332
487
  "ides": {
333
- "shape": "S19"
488
+ "shape": "S1i"
334
489
  },
335
490
  "instanceType": {},
336
491
  "inactivityTimeoutMinutes": {
337
492
  "type": "integer"
338
493
  },
339
494
  "persistentStorage": {
340
- "shape": "S1d"
495
+ "shape": "S1m"
341
496
  }
342
497
  }
343
498
  }
@@ -378,6 +533,57 @@
378
533
  }
379
534
  }
380
535
  },
536
+ "GetSourceRepository": {
537
+ "http": {
538
+ "method": "GET",
539
+ "requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{name}",
540
+ "responseCode": 200
541
+ },
542
+ "input": {
543
+ "type": "structure",
544
+ "required": [
545
+ "spaceName",
546
+ "projectName",
547
+ "name"
548
+ ],
549
+ "members": {
550
+ "spaceName": {
551
+ "location": "uri",
552
+ "locationName": "spaceName"
553
+ },
554
+ "projectName": {
555
+ "location": "uri",
556
+ "locationName": "projectName"
557
+ },
558
+ "name": {
559
+ "location": "uri",
560
+ "locationName": "name"
561
+ }
562
+ }
563
+ },
564
+ "output": {
565
+ "type": "structure",
566
+ "required": [
567
+ "spaceName",
568
+ "projectName",
569
+ "name",
570
+ "lastUpdatedTime",
571
+ "createdTime"
572
+ ],
573
+ "members": {
574
+ "spaceName": {},
575
+ "projectName": {},
576
+ "name": {},
577
+ "description": {},
578
+ "lastUpdatedTime": {
579
+ "shape": "S1s"
580
+ },
581
+ "createdTime": {
582
+ "shape": "S1s"
583
+ }
584
+ }
585
+ }
586
+ },
381
587
  "GetSourceRepositoryCloneUrls": {
382
588
  "http": {
383
589
  "method": "GET",
@@ -647,7 +853,7 @@
647
853
  "members": {
648
854
  "key": {},
649
855
  "values": {
650
- "shape": "S2a"
856
+ "shape": "S2m"
651
857
  },
652
858
  "comparisonOperator": {}
653
859
  }
@@ -690,18 +896,18 @@
690
896
  "status": {},
691
897
  "statusReason": {},
692
898
  "repositories": {
693
- "shape": "S16"
899
+ "shape": "S1f"
694
900
  },
695
901
  "alias": {},
696
902
  "ides": {
697
- "shape": "S19"
903
+ "shape": "S1i"
698
904
  },
699
905
  "instanceType": {},
700
906
  "inactivityTimeoutMinutes": {
701
907
  "type": "integer"
702
908
  },
703
909
  "persistentStorage": {
704
- "shape": "S1d"
910
+ "shape": "S1m"
705
911
  }
706
912
  }
707
913
  }
@@ -793,10 +999,10 @@
793
999
  },
794
1000
  "requestId": {},
795
1001
  "requestPayload": {
796
- "shape": "S2s"
1002
+ "shape": "S34"
797
1003
  },
798
1004
  "responsePayload": {
799
- "shape": "S2s"
1005
+ "shape": "S34"
800
1006
  },
801
1007
  "errorCode": {},
802
1008
  "sourceIpAddress": {},
@@ -837,7 +1043,7 @@
837
1043
  "members": {
838
1044
  "key": {},
839
1045
  "values": {
840
- "shape": "S2a"
1046
+ "shape": "S2m"
841
1047
  },
842
1048
  "comparisonOperator": {}
843
1049
  }
@@ -910,10 +1116,10 @@
910
1116
  "name": {},
911
1117
  "description": {},
912
1118
  "lastUpdatedTime": {
913
- "shape": "S3b"
1119
+ "shape": "S1s"
914
1120
  },
915
1121
  "createdTime": {
916
- "shape": "S3b"
1122
+ "shape": "S1s"
917
1123
  }
918
1124
  }
919
1125
  }
@@ -1131,10 +1337,10 @@
1131
1337
  ],
1132
1338
  "members": {
1133
1339
  "streamUrl": {
1134
- "shape": "S3y"
1340
+ "shape": "S48"
1135
1341
  },
1136
1342
  "tokenValue": {
1137
- "shape": "S3y"
1343
+ "shape": "S48"
1138
1344
  }
1139
1345
  },
1140
1346
  "sensitive": true
@@ -1302,6 +1508,70 @@
1302
1508
  },
1303
1509
  "idempotent": true
1304
1510
  },
1511
+ "UpdateProject": {
1512
+ "http": {
1513
+ "method": "PATCH",
1514
+ "requestUri": "/v1/spaces/{spaceName}/projects/{name}",
1515
+ "responseCode": 200
1516
+ },
1517
+ "input": {
1518
+ "type": "structure",
1519
+ "required": [
1520
+ "spaceName",
1521
+ "name"
1522
+ ],
1523
+ "members": {
1524
+ "spaceName": {
1525
+ "location": "uri",
1526
+ "locationName": "spaceName"
1527
+ },
1528
+ "name": {
1529
+ "location": "uri",
1530
+ "locationName": "name"
1531
+ },
1532
+ "description": {}
1533
+ }
1534
+ },
1535
+ "output": {
1536
+ "type": "structure",
1537
+ "members": {
1538
+ "spaceName": {},
1539
+ "name": {},
1540
+ "displayName": {},
1541
+ "description": {}
1542
+ }
1543
+ },
1544
+ "idempotent": true
1545
+ },
1546
+ "UpdateSpace": {
1547
+ "http": {
1548
+ "method": "PATCH",
1549
+ "requestUri": "/v1/spaces/{name}",
1550
+ "responseCode": 200
1551
+ },
1552
+ "input": {
1553
+ "type": "structure",
1554
+ "required": [
1555
+ "name"
1556
+ ],
1557
+ "members": {
1558
+ "name": {
1559
+ "location": "uri",
1560
+ "locationName": "name"
1561
+ },
1562
+ "description": {}
1563
+ }
1564
+ },
1565
+ "output": {
1566
+ "type": "structure",
1567
+ "members": {
1568
+ "name": {},
1569
+ "displayName": {},
1570
+ "description": {}
1571
+ }
1572
+ },
1573
+ "idempotent": true
1574
+ },
1305
1575
  "VerifySession": {
1306
1576
  "http": {
1307
1577
  "method": "GET",
@@ -1331,7 +1601,7 @@
1331
1601
  }
1332
1602
  }
1333
1603
  },
1334
- "S16": {
1604
+ "S1f": {
1335
1605
  "type": "list",
1336
1606
  "member": {
1337
1607
  "type": "structure",
@@ -1344,7 +1614,7 @@
1344
1614
  }
1345
1615
  }
1346
1616
  },
1347
- "S19": {
1617
+ "S1i": {
1348
1618
  "type": "list",
1349
1619
  "member": {
1350
1620
  "type": "structure",
@@ -1354,7 +1624,7 @@
1354
1624
  }
1355
1625
  }
1356
1626
  },
1357
- "S1d": {
1627
+ "S1m": {
1358
1628
  "type": "structure",
1359
1629
  "required": [
1360
1630
  "sizeInGiB"
@@ -1365,22 +1635,22 @@
1365
1635
  }
1366
1636
  }
1367
1637
  },
1368
- "S2a": {
1638
+ "S1s": {
1639
+ "type": "timestamp",
1640
+ "timestampFormat": "iso8601"
1641
+ },
1642
+ "S2m": {
1369
1643
  "type": "list",
1370
1644
  "member": {}
1371
1645
  },
1372
- "S2s": {
1646
+ "S34": {
1373
1647
  "type": "structure",
1374
1648
  "members": {
1375
1649
  "contentType": {},
1376
1650
  "data": {}
1377
1651
  }
1378
1652
  },
1379
- "S3b": {
1380
- "type": "timestamp",
1381
- "timestampFormat": "iso8601"
1382
- },
1383
- "S3y": {
1653
+ "S48": {
1384
1654
  "type": "string",
1385
1655
  "sensitive": true
1386
1656
  }