aws-sdk 2.1416.0 → 2.1418.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 +15 -1
- package/README.md +1 -1
- package/apis/cloudformation-2010-05-15.min.json +20 -4
- package/apis/grafana-2020-08-18.min.json +41 -4
- package/apis/grafana-2020-08-18.paginators.json +6 -0
- package/apis/m2-2021-04-28.min.json +19 -3
- package/apis/medical-imaging-2023-07-19.examples.json +5 -0
- package/apis/medical-imaging-2023-07-19.min.json +1098 -0
- package/apis/medical-imaging-2023-07-19.paginators.json +28 -0
- package/apis/medical-imaging-2023-07-19.waiters2.json +5 -0
- package/apis/metadata.json +4 -0
- package/apis/models.lex.v2-2020-08-07.min.json +854 -54
- package/apis/models.lex.v2-2020-08-07.paginators.json +30 -0
- package/apis/ram-2018-01-04.min.json +49 -36
- package/apis/snowball-2016-06-30.examples.json +26 -0
- package/apis/snowball-2016-06-30.min.json +113 -55
- package/apis/snowball-2016-06-30.paginators.json +5 -0
- package/apis/ssm-sap-2018-05-10.min.json +98 -24
- package/apis/wafv2-2019-07-29.min.json +134 -123
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/cloudformation.d.ts +21 -0
- package/clients/codegurusecurity.d.ts +3 -3
- package/clients/connect.d.ts +2 -2
- package/clients/ec2.d.ts +200 -200
- package/clients/grafana.d.ts +47 -5
- package/clients/lexmodelsv2.d.ts +1035 -33
- package/clients/m2.d.ts +14 -4
- package/clients/medicalimaging.d.ts +1102 -0
- package/clients/medicalimaging.js +19 -0
- package/clients/ram.d.ts +14 -1
- package/clients/snowball.d.ts +101 -9
- package/clients/ssmsap.d.ts +131 -7
- package/clients/translate.d.ts +1 -1
- package/clients/wafv2.d.ts +12 -2
- package/dist/aws-sdk-core-react-native.js +60 -81
- package/dist/aws-sdk-react-native.js +175 -173
- package/dist/aws-sdk.js +27 -7
- package/dist/aws-sdk.min.js +97 -97
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,21 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1418.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1418.0
|
6
|
+
* feature: CloudFormation: SDK and documentation updates for GetTemplateSummary API (unrecognized resources)
|
7
|
+
* 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.
|
8
|
+
* feature: MedicalImaging: General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale.
|
9
|
+
* feature: RAM: This release adds support for securely sharing with AWS service principals.
|
10
|
+
* feature: SsmSap: Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP.
|
11
|
+
* feature: WAFV2: Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.
|
12
|
+
|
13
|
+
## 2.1417.0
|
14
|
+
* feature: ES: Regex Validation on the ElasticSearch Engine Version attribute
|
15
|
+
* feature: LexModelsV2: This release adds support for Lex Developers to view analytics for their bots.
|
16
|
+
* feature: M2: Allows UpdateEnvironment to update the environment to 0 host capacity. New GetSignedBluinsightsUrl API
|
17
|
+
* feature: Snowball: Adds support for RACK_5U_C. This is the first AWS Snow Family device designed to meet U.S. Military Ruggedization Standards (MIL-STD-810H) with 208 vCPU device in a portable, compact 5U, half-rack width form-factor.
|
18
|
+
|
5
19
|
## 2.1416.0
|
6
20
|
* feature: DocDB: Added major version upgrade option in ModifyDBCluster API
|
7
21
|
* feature: EC2: Add Nitro TPM support on DescribeInstanceTypes
|
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.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1418.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": "
|
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": "
|
2491
|
+
"shape": "S98"
|
2476
2492
|
}
|
2477
2493
|
}
|
2478
2494
|
}
|
@@ -2746,7 +2762,7 @@
|
|
2746
2762
|
"type": "list",
|
2747
2763
|
"member": {}
|
2748
2764
|
},
|
2749
|
-
"
|
2765
|
+
"S98": {
|
2750
2766
|
"type": "list",
|
2751
2767
|
"member": {}
|
2752
2768
|
}
|
@@ -311,7 +311,8 @@
|
|
311
311
|
"members": {
|
312
312
|
"configuration": {
|
313
313
|
"jsonvalue": true
|
314
|
-
}
|
314
|
+
},
|
315
|
+
"grafanaVersion": {}
|
315
316
|
}
|
316
317
|
}
|
317
318
|
},
|
@@ -442,6 +443,41 @@
|
|
442
443
|
}
|
443
444
|
}
|
444
445
|
},
|
446
|
+
"ListVersions": {
|
447
|
+
"http": {
|
448
|
+
"method": "GET",
|
449
|
+
"requestUri": "/versions",
|
450
|
+
"responseCode": 200
|
451
|
+
},
|
452
|
+
"input": {
|
453
|
+
"type": "structure",
|
454
|
+
"members": {
|
455
|
+
"maxResults": {
|
456
|
+
"location": "querystring",
|
457
|
+
"locationName": "maxResults",
|
458
|
+
"type": "integer"
|
459
|
+
},
|
460
|
+
"nextToken": {
|
461
|
+
"location": "querystring",
|
462
|
+
"locationName": "nextToken"
|
463
|
+
},
|
464
|
+
"workspaceId": {
|
465
|
+
"location": "querystring",
|
466
|
+
"locationName": "workspace-id"
|
467
|
+
}
|
468
|
+
}
|
469
|
+
},
|
470
|
+
"output": {
|
471
|
+
"type": "structure",
|
472
|
+
"members": {
|
473
|
+
"grafanaVersions": {
|
474
|
+
"type": "list",
|
475
|
+
"member": {}
|
476
|
+
},
|
477
|
+
"nextToken": {}
|
478
|
+
}
|
479
|
+
}
|
480
|
+
},
|
445
481
|
"ListWorkspaces": {
|
446
482
|
"http": {
|
447
483
|
"method": "GET",
|
@@ -587,7 +623,7 @@
|
|
587
623
|
"updateInstructionBatch": {
|
588
624
|
"type": "list",
|
589
625
|
"member": {
|
590
|
-
"shape": "
|
626
|
+
"shape": "S2y"
|
591
627
|
}
|
592
628
|
},
|
593
629
|
"workspaceId": {
|
@@ -613,7 +649,7 @@
|
|
613
649
|
],
|
614
650
|
"members": {
|
615
651
|
"causedBy": {
|
616
|
-
"shape": "
|
652
|
+
"shape": "S2y"
|
617
653
|
},
|
618
654
|
"code": {
|
619
655
|
"type": "integer"
|
@@ -743,6 +779,7 @@
|
|
743
779
|
"configuration": {
|
744
780
|
"jsonvalue": true
|
745
781
|
},
|
782
|
+
"grafanaVersion": {},
|
746
783
|
"workspaceId": {
|
747
784
|
"location": "uri",
|
748
785
|
"locationName": "workspaceId"
|
@@ -1000,7 +1037,7 @@
|
|
1000
1037
|
"type": {}
|
1001
1038
|
}
|
1002
1039
|
},
|
1003
|
-
"
|
1040
|
+
"S2y": {
|
1004
1041
|
"type": "structure",
|
1005
1042
|
"required": [
|
1006
1043
|
"action",
|
@@ -6,6 +6,12 @@
|
|
6
6
|
"limit_key": "maxResults",
|
7
7
|
"result_key": "permissions"
|
8
8
|
},
|
9
|
+
"ListVersions": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"output_token": "nextToken",
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "grafanaVersions"
|
14
|
+
},
|
9
15
|
"ListWorkspaces": {
|
10
16
|
"input_token": "nextToken",
|
11
17
|
"output_token": "nextToken",
|
@@ -876,6 +876,22 @@
|
|
876
876
|
}
|
877
877
|
}
|
878
878
|
},
|
879
|
+
"GetSignedBluinsightsUrl": {
|
880
|
+
"http": {
|
881
|
+
"method": "GET",
|
882
|
+
"requestUri": "/signed-bi-url",
|
883
|
+
"responseCode": 200
|
884
|
+
},
|
885
|
+
"output": {
|
886
|
+
"type": "structure",
|
887
|
+
"required": [
|
888
|
+
"signedBiUrl"
|
889
|
+
],
|
890
|
+
"members": {
|
891
|
+
"signedBiUrl": {}
|
892
|
+
}
|
893
|
+
}
|
894
|
+
},
|
879
895
|
"ListApplicationVersions": {
|
880
896
|
"http": {
|
881
897
|
"method": "GET",
|
@@ -938,7 +954,7 @@
|
|
938
954
|
"type": "integer"
|
939
955
|
},
|
940
956
|
"names": {
|
941
|
-
"shape": "
|
957
|
+
"shape": "S2y",
|
942
958
|
"location": "querystring",
|
943
959
|
"locationName": "names"
|
944
960
|
},
|
@@ -1404,7 +1420,7 @@
|
|
1404
1420
|
"type": "integer"
|
1405
1421
|
},
|
1406
1422
|
"names": {
|
1407
|
-
"shape": "
|
1423
|
+
"shape": "S2y",
|
1408
1424
|
"location": "querystring",
|
1409
1425
|
"locationName": "names"
|
1410
1426
|
},
|
@@ -1877,7 +1893,7 @@
|
|
1877
1893
|
}
|
1878
1894
|
}
|
1879
1895
|
},
|
1880
|
-
"
|
1896
|
+
"S2y": {
|
1881
1897
|
"type": "list",
|
1882
1898
|
"member": {}
|
1883
1899
|
}
|