cdk-comprehend-s3olap 2.0.218 → 2.0.220
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 +4 -4
- 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/@esbuild/linux-x64/bin/esbuild +0 -0
- package/node_modules/@esbuild/linux-x64/package.json +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +20 -4
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +294 -24
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +35 -25
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +41 -4
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +1098 -0
- package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +49 -36
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +201 -62
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +32 -32
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +205 -158
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +139 -34
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +98 -24
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +30 -6
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +134 -123
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +21 -0
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +264 -7
- package/node_modules/aws-sdk/clients/connectcases.d.ts +15 -4
- package/node_modules/aws-sdk/clients/ec2.d.ts +200 -200
- package/node_modules/aws-sdk/clients/grafana.d.ts +47 -5
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +11 -11
- package/node_modules/aws-sdk/clients/medicalimaging.d.ts +1102 -0
- package/node_modules/aws-sdk/clients/medicalimaging.js +19 -0
- package/node_modules/aws-sdk/clients/ram.d.ts +14 -1
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +220 -7
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +88 -10
- package/node_modules/aws-sdk/clients/sagemakerfeaturestoreruntime.d.ts +13 -13
- package/node_modules/aws-sdk/clients/savingsplans.d.ts +1 -1
- package/node_modules/aws-sdk/clients/securitylake.d.ts +93 -11
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +131 -7
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +21 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +12 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +62 -18
- package/node_modules/aws-sdk/dist/aws-sdk.js +27 -7
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/lib/main.d.ts +1 -0
- package/node_modules/esbuild/lib/main.js +11 -8
- package/node_modules/esbuild/package.json +23 -23
- package/package.json +7 -7
@@ -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",
|