cdk-comprehend-s3olap 2.0.521 → 2.0.523
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/.jsii +31 -5
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +144 -54
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +28 -6
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +268 -250
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +677 -635
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +18 -0
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +65 -11
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +7 -1
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +80 -0
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +191 -64
- package/node_modules/aws-sdk/apis/logs-2014-03-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +116 -42
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +349 -341
- package/node_modules/aws-sdk/apis/qapps-2023-11-27.examples.json +23 -0
- package/node_modules/aws-sdk/apis/qapps-2023-11-27.min.json +60 -21
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +92 -4
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1018 -972
- package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.min.json +3 -1
- package/node_modules/aws-sdk/clients/applicationsignals.d.ts +136 -22
- package/node_modules/aws-sdk/clients/appsync.d.ts +2 -2
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +19 -2
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +184 -5
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +8 -8
- package/node_modules/aws-sdk/clients/connect.d.ts +39 -3
- package/node_modules/aws-sdk/clients/datazone.d.ts +42 -0
- package/node_modules/aws-sdk/clients/elbv2.d.ts +59 -2
- package/node_modules/aws-sdk/clients/finspace.d.ts +3 -3
- package/node_modules/aws-sdk/clients/fis.d.ts +83 -1
- package/node_modules/aws-sdk/clients/gamelift.d.ts +27 -27
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/mediaconnect.d.ts +49 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +11 -0
- package/node_modules/aws-sdk/clients/qapps.d.ts +44 -2
- package/node_modules/aws-sdk/clients/s3control.d.ts +110 -31
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +64 -4
- package/node_modules/aws-sdk/clients/timestreaminfluxdb.d.ts +9 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +22 -22
- package/node_modules/aws-sdk/dist/aws-sdk.js +548 -331
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/maintenance_mode_message.js +3 -3
- package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
@@ -417,6 +417,24 @@
|
|
417
417
|
"title": "To deregister a target from a target group"
|
418
418
|
}
|
419
419
|
],
|
420
|
+
"DescribeListenerAttributes": [
|
421
|
+
{
|
422
|
+
"input": {
|
423
|
+
"ListenerArn": "aws:elasticloadbalancing:us-east-1:123456789012:listener/net/my-listener/73e2d6bc24d8a067/d5dc06411fa5bcea"
|
424
|
+
},
|
425
|
+
"output": {
|
426
|
+
},
|
427
|
+
"comments": {
|
428
|
+
"input": {
|
429
|
+
},
|
430
|
+
"output": {
|
431
|
+
}
|
432
|
+
},
|
433
|
+
"description": "This example describes the attributes of the specified listener.",
|
434
|
+
"id": "describe-listener-attributes-1724874395194",
|
435
|
+
"title": "Describe listener attributes"
|
436
|
+
}
|
437
|
+
],
|
420
438
|
"DescribeListeners": [
|
421
439
|
{
|
422
440
|
"input": {
|
@@ -447,6 +447,26 @@
|
|
447
447
|
}
|
448
448
|
}
|
449
449
|
},
|
450
|
+
"DescribeListenerAttributes": {
|
451
|
+
"input": {
|
452
|
+
"type": "structure",
|
453
|
+
"required": [
|
454
|
+
"ListenerArn"
|
455
|
+
],
|
456
|
+
"members": {
|
457
|
+
"ListenerArn": {}
|
458
|
+
}
|
459
|
+
},
|
460
|
+
"output": {
|
461
|
+
"resultWrapper": "DescribeListenerAttributesResult",
|
462
|
+
"type": "structure",
|
463
|
+
"members": {
|
464
|
+
"Attributes": {
|
465
|
+
"shape": "S5k"
|
466
|
+
}
|
467
|
+
}
|
468
|
+
}
|
469
|
+
},
|
450
470
|
"DescribeListenerCertificates": {
|
451
471
|
"input": {
|
452
472
|
"type": "structure",
|
@@ -513,7 +533,7 @@
|
|
513
533
|
"type": "structure",
|
514
534
|
"members": {
|
515
535
|
"Attributes": {
|
516
|
-
"shape": "
|
536
|
+
"shape": "S5v"
|
517
537
|
}
|
518
538
|
}
|
519
539
|
}
|
@@ -669,7 +689,7 @@
|
|
669
689
|
"type": "structure",
|
670
690
|
"members": {
|
671
691
|
"Attributes": {
|
672
|
-
"shape": "
|
692
|
+
"shape": "S6m"
|
673
693
|
}
|
674
694
|
}
|
675
695
|
}
|
@@ -795,7 +815,7 @@
|
|
795
815
|
"members": {
|
796
816
|
"TrustStoreArn": {},
|
797
817
|
"RevocationIds": {
|
798
|
-
"shape": "
|
818
|
+
"shape": "S7d"
|
799
819
|
},
|
800
820
|
"Marker": {},
|
801
821
|
"PageSize": {
|
@@ -951,6 +971,30 @@
|
|
951
971
|
}
|
952
972
|
}
|
953
973
|
},
|
974
|
+
"ModifyListenerAttributes": {
|
975
|
+
"input": {
|
976
|
+
"type": "structure",
|
977
|
+
"required": [
|
978
|
+
"ListenerArn",
|
979
|
+
"Attributes"
|
980
|
+
],
|
981
|
+
"members": {
|
982
|
+
"ListenerArn": {},
|
983
|
+
"Attributes": {
|
984
|
+
"shape": "S5k"
|
985
|
+
}
|
986
|
+
}
|
987
|
+
},
|
988
|
+
"output": {
|
989
|
+
"resultWrapper": "ModifyListenerAttributesResult",
|
990
|
+
"type": "structure",
|
991
|
+
"members": {
|
992
|
+
"Attributes": {
|
993
|
+
"shape": "S5k"
|
994
|
+
}
|
995
|
+
}
|
996
|
+
}
|
997
|
+
},
|
954
998
|
"ModifyLoadBalancerAttributes": {
|
955
999
|
"input": {
|
956
1000
|
"type": "structure",
|
@@ -961,7 +1005,7 @@
|
|
961
1005
|
"members": {
|
962
1006
|
"LoadBalancerArn": {},
|
963
1007
|
"Attributes": {
|
964
|
-
"shape": "
|
1008
|
+
"shape": "S5v"
|
965
1009
|
}
|
966
1010
|
}
|
967
1011
|
},
|
@@ -970,7 +1014,7 @@
|
|
970
1014
|
"type": "structure",
|
971
1015
|
"members": {
|
972
1016
|
"Attributes": {
|
973
|
-
"shape": "
|
1017
|
+
"shape": "S5v"
|
974
1018
|
}
|
975
1019
|
}
|
976
1020
|
}
|
@@ -1052,7 +1096,7 @@
|
|
1052
1096
|
"members": {
|
1053
1097
|
"TargetGroupArn": {},
|
1054
1098
|
"Attributes": {
|
1055
|
-
"shape": "
|
1099
|
+
"shape": "S6m"
|
1056
1100
|
}
|
1057
1101
|
}
|
1058
1102
|
},
|
@@ -1061,7 +1105,7 @@
|
|
1061
1105
|
"type": "structure",
|
1062
1106
|
"members": {
|
1063
1107
|
"Attributes": {
|
1064
|
-
"shape": "
|
1108
|
+
"shape": "S6m"
|
1065
1109
|
}
|
1066
1110
|
}
|
1067
1111
|
}
|
@@ -1164,7 +1208,7 @@
|
|
1164
1208
|
"members": {
|
1165
1209
|
"TrustStoreArn": {},
|
1166
1210
|
"RevocationIds": {
|
1167
|
-
"shape": "
|
1211
|
+
"shape": "S7d"
|
1168
1212
|
}
|
1169
1213
|
}
|
1170
1214
|
},
|
@@ -1734,7 +1778,17 @@
|
|
1734
1778
|
"AvailabilityZone": {}
|
1735
1779
|
}
|
1736
1780
|
},
|
1737
|
-
"
|
1781
|
+
"S5k": {
|
1782
|
+
"type": "list",
|
1783
|
+
"member": {
|
1784
|
+
"type": "structure",
|
1785
|
+
"members": {
|
1786
|
+
"Key": {},
|
1787
|
+
"Value": {}
|
1788
|
+
}
|
1789
|
+
}
|
1790
|
+
},
|
1791
|
+
"S5v": {
|
1738
1792
|
"type": "list",
|
1739
1793
|
"member": {
|
1740
1794
|
"type": "structure",
|
@@ -1744,7 +1798,7 @@
|
|
1744
1798
|
}
|
1745
1799
|
}
|
1746
1800
|
},
|
1747
|
-
"
|
1801
|
+
"S6m": {
|
1748
1802
|
"type": "list",
|
1749
1803
|
"member": {
|
1750
1804
|
"type": "structure",
|
@@ -1754,7 +1808,7 @@
|
|
1754
1808
|
}
|
1755
1809
|
}
|
1756
1810
|
},
|
1757
|
-
"
|
1811
|
+
"S7d": {
|
1758
1812
|
"type": "list",
|
1759
1813
|
"member": {
|
1760
1814
|
"type": "long"
|
@@ -5,12 +5,18 @@
|
|
5
5
|
"endpointPrefix": "finspace",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "finspace",
|
9
12
|
"serviceFullName": "FinSpace User Environment Management service",
|
10
13
|
"serviceId": "finspace",
|
11
14
|
"signatureVersion": "v4",
|
12
15
|
"signingName": "finspace",
|
13
|
-
"uid": "finspace-2021-03-12"
|
16
|
+
"uid": "finspace-2021-03-12",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
14
20
|
},
|
15
21
|
"operations": {
|
16
22
|
"CreateEnvironment": {
|
@@ -378,6 +378,33 @@
|
|
378
378
|
}
|
379
379
|
}
|
380
380
|
},
|
381
|
+
"GetSafetyLever": {
|
382
|
+
"http": {
|
383
|
+
"method": "GET",
|
384
|
+
"requestUri": "/safetyLevers/{id}",
|
385
|
+
"responseCode": 200
|
386
|
+
},
|
387
|
+
"input": {
|
388
|
+
"type": "structure",
|
389
|
+
"required": [
|
390
|
+
"id"
|
391
|
+
],
|
392
|
+
"members": {
|
393
|
+
"id": {
|
394
|
+
"location": "uri",
|
395
|
+
"locationName": "id"
|
396
|
+
}
|
397
|
+
}
|
398
|
+
},
|
399
|
+
"output": {
|
400
|
+
"type": "structure",
|
401
|
+
"members": {
|
402
|
+
"safetyLever": {
|
403
|
+
"shape": "S40"
|
404
|
+
}
|
405
|
+
}
|
406
|
+
}
|
407
|
+
},
|
381
408
|
"GetTargetAccountConfiguration": {
|
382
409
|
"http": {
|
383
410
|
"method": "GET",
|
@@ -1028,6 +1055,45 @@
|
|
1028
1055
|
}
|
1029
1056
|
}
|
1030
1057
|
},
|
1058
|
+
"UpdateSafetyLeverState": {
|
1059
|
+
"http": {
|
1060
|
+
"method": "PATCH",
|
1061
|
+
"requestUri": "/safetyLevers/{id}/state",
|
1062
|
+
"responseCode": 200
|
1063
|
+
},
|
1064
|
+
"input": {
|
1065
|
+
"type": "structure",
|
1066
|
+
"required": [
|
1067
|
+
"id",
|
1068
|
+
"state"
|
1069
|
+
],
|
1070
|
+
"members": {
|
1071
|
+
"id": {
|
1072
|
+
"location": "uri",
|
1073
|
+
"locationName": "id"
|
1074
|
+
},
|
1075
|
+
"state": {
|
1076
|
+
"type": "structure",
|
1077
|
+
"required": [
|
1078
|
+
"status",
|
1079
|
+
"reason"
|
1080
|
+
],
|
1081
|
+
"members": {
|
1082
|
+
"status": {},
|
1083
|
+
"reason": {}
|
1084
|
+
}
|
1085
|
+
}
|
1086
|
+
}
|
1087
|
+
},
|
1088
|
+
"output": {
|
1089
|
+
"type": "structure",
|
1090
|
+
"members": {
|
1091
|
+
"safetyLever": {
|
1092
|
+
"shape": "S40"
|
1093
|
+
}
|
1094
|
+
}
|
1095
|
+
}
|
1096
|
+
},
|
1031
1097
|
"UpdateTargetAccountConfiguration": {
|
1032
1098
|
"http": {
|
1033
1099
|
"method": "PATCH",
|
@@ -1416,6 +1482,20 @@
|
|
1416
1482
|
"emptyTargetResolutionMode": {},
|
1417
1483
|
"actionsMode": {}
|
1418
1484
|
}
|
1485
|
+
},
|
1486
|
+
"S40": {
|
1487
|
+
"type": "structure",
|
1488
|
+
"members": {
|
1489
|
+
"id": {},
|
1490
|
+
"arn": {},
|
1491
|
+
"state": {
|
1492
|
+
"type": "structure",
|
1493
|
+
"members": {
|
1494
|
+
"status": {},
|
1495
|
+
"reason": {}
|
1496
|
+
}
|
1497
|
+
}
|
1498
|
+
}
|
1419
1499
|
}
|
1420
1500
|
}
|
1421
1501
|
}
|