cdk-comprehend-s3olap 2.0.367 → 2.0.369

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 (38) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +4 -1
  7. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +65 -44
  8. package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +33 -13
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -2
  10. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +170 -0
  11. package/node_modules/aws-sdk/apis/eks-2017-11-01.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +9 -5
  13. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +119 -15
  14. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +7 -3
  15. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +81 -22
  16. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +191 -165
  17. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +251 -31
  18. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
  19. package/node_modules/aws-sdk/clients/appstream.d.ts +4 -0
  20. package/node_modules/aws-sdk/clients/appsync.d.ts +39 -0
  21. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +56 -23
  22. package/node_modules/aws-sdk/clients/ec2.d.ts +21 -6
  23. package/node_modules/aws-sdk/clients/eks.d.ts +237 -3
  24. package/node_modules/aws-sdk/clients/fsx.d.ts +11 -2
  25. package/node_modules/aws-sdk/clients/guardduty.d.ts +102 -11
  26. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +13 -3
  27. package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +74 -2
  28. package/node_modules/aws-sdk/clients/mediatailor.d.ts +26 -0
  29. package/node_modules/aws-sdk/clients/rds.d.ts +335 -0
  30. package/node_modules/aws-sdk/clients/route53.d.ts +4 -4
  31. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  32. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
  33. package/node_modules/aws-sdk/dist/aws-sdk.js +348 -58
  34. package/node_modules/aws-sdk/dist/aws-sdk.min.js +56 -56
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/package.json +1 -1
  37. package/node_modules/aws-sdk/scripts/console +1 -1
  38. package/package.json +2 -2
@@ -58,6 +58,12 @@
58
58
  "output_token": "nextToken",
59
59
  "result_key": "identityProviderConfigs"
60
60
  },
61
+ "ListInsights": {
62
+ "input_token": "nextToken",
63
+ "limit_key": "maxResults",
64
+ "output_token": "nextToken",
65
+ "result_key": "insights"
66
+ },
61
67
  "ListNodegroups": {
62
68
  "input_token": "nextToken",
63
69
  "limit_key": "maxResults",
@@ -1126,7 +1126,10 @@
1126
1126
  "MaxResults": {
1127
1127
  "type": "integer"
1128
1128
  },
1129
- "NextToken": {}
1129
+ "NextToken": {},
1130
+ "IncludeShared": {
1131
+ "type": "boolean"
1132
+ }
1130
1133
  }
1131
1134
  },
1132
1135
  "output": {
@@ -1473,7 +1476,7 @@
1473
1476
  "type": "integer"
1474
1477
  },
1475
1478
  "SelfManagedActiveDirectoryConfiguration": {
1476
- "shape": "Sap"
1479
+ "shape": "Saq"
1477
1480
  },
1478
1481
  "AuditLogConfiguration": {
1479
1482
  "shape": "S6h"
@@ -1625,7 +1628,7 @@
1625
1628
  "type": "structure",
1626
1629
  "members": {
1627
1630
  "SelfManagedActiveDirectoryConfiguration": {
1628
- "shape": "Sap"
1631
+ "shape": "Saq"
1629
1632
  },
1630
1633
  "NetBiosName": {}
1631
1634
  }
@@ -2237,7 +2240,8 @@
2237
2240
  "type": "boolean"
2238
2241
  },
2239
2242
  "SourceSnapshotARN": {},
2240
- "DestinationSnapshot": {}
2243
+ "DestinationSnapshot": {},
2244
+ "CopyStrategy": {}
2241
2245
  }
2242
2246
  }
2243
2247
  }
@@ -2955,7 +2959,7 @@
2955
2959
  }
2956
2960
  }
2957
2961
  },
2958
- "Sap": {
2962
+ "Saq": {
2959
2963
  "type": "structure",
2960
2964
  "members": {
2961
2965
  "UserName": {},
@@ -3007,6 +3007,82 @@
3007
3007
  }
3008
3008
  }
3009
3009
  },
3010
+ "GetOrganizationStatistics": {
3011
+ "http": {
3012
+ "method": "GET",
3013
+ "requestUri": "/organization/statistics",
3014
+ "responseCode": 200
3015
+ },
3016
+ "output": {
3017
+ "type": "structure",
3018
+ "members": {
3019
+ "OrganizationDetails": {
3020
+ "locationName": "organizationDetails",
3021
+ "type": "structure",
3022
+ "members": {
3023
+ "UpdatedAt": {
3024
+ "locationName": "updatedAt",
3025
+ "type": "timestamp"
3026
+ },
3027
+ "OrganizationStatistics": {
3028
+ "locationName": "organizationStatistics",
3029
+ "type": "structure",
3030
+ "members": {
3031
+ "TotalAccountsCount": {
3032
+ "locationName": "totalAccountsCount",
3033
+ "type": "integer"
3034
+ },
3035
+ "MemberAccountsCount": {
3036
+ "locationName": "memberAccountsCount",
3037
+ "type": "integer"
3038
+ },
3039
+ "ActiveAccountsCount": {
3040
+ "locationName": "activeAccountsCount",
3041
+ "type": "integer"
3042
+ },
3043
+ "EnabledAccountsCount": {
3044
+ "locationName": "enabledAccountsCount",
3045
+ "type": "integer"
3046
+ },
3047
+ "CountByFeature": {
3048
+ "locationName": "countByFeature",
3049
+ "type": "list",
3050
+ "member": {
3051
+ "type": "structure",
3052
+ "members": {
3053
+ "Name": {
3054
+ "locationName": "name"
3055
+ },
3056
+ "EnabledAccountsCount": {
3057
+ "locationName": "enabledAccountsCount",
3058
+ "type": "integer"
3059
+ },
3060
+ "AdditionalConfiguration": {
3061
+ "locationName": "additionalConfiguration",
3062
+ "type": "list",
3063
+ "member": {
3064
+ "type": "structure",
3065
+ "members": {
3066
+ "Name": {
3067
+ "locationName": "name"
3068
+ },
3069
+ "EnabledAccountsCount": {
3070
+ "locationName": "enabledAccountsCount",
3071
+ "type": "integer"
3072
+ }
3073
+ }
3074
+ }
3075
+ }
3076
+ }
3077
+ }
3078
+ }
3079
+ }
3080
+ }
3081
+ }
3082
+ }
3083
+ }
3084
+ }
3085
+ },
3010
3086
  "GetRemainingFreeTrialDays": {
3011
3087
  "http": {
3012
3088
  "requestUri": "/detector/{detectorId}/freeTrial/daysRemaining",
@@ -3047,19 +3123,19 @@
3047
3123
  "type": "structure",
3048
3124
  "members": {
3049
3125
  "CloudTrail": {
3050
- "shape": "S9g",
3126
+ "shape": "S9n",
3051
3127
  "locationName": "cloudTrail"
3052
3128
  },
3053
3129
  "DnsLogs": {
3054
- "shape": "S9g",
3130
+ "shape": "S9n",
3055
3131
  "locationName": "dnsLogs"
3056
3132
  },
3057
3133
  "FlowLogs": {
3058
- "shape": "S9g",
3134
+ "shape": "S9n",
3059
3135
  "locationName": "flowLogs"
3060
3136
  },
3061
3137
  "S3Logs": {
3062
- "shape": "S9g",
3138
+ "shape": "S9n",
3063
3139
  "locationName": "s3Logs"
3064
3140
  },
3065
3141
  "Kubernetes": {
@@ -3067,7 +3143,7 @@
3067
3143
  "type": "structure",
3068
3144
  "members": {
3069
3145
  "AuditLogs": {
3070
- "shape": "S9g",
3146
+ "shape": "S9n",
3071
3147
  "locationName": "auditLogs"
3072
3148
  }
3073
3149
  }
@@ -3077,7 +3153,7 @@
3077
3153
  "type": "structure",
3078
3154
  "members": {
3079
3155
  "ScanEc2InstanceWithFindings": {
3080
- "shape": "S9g",
3156
+ "shape": "S9n",
3081
3157
  "locationName": "scanEc2InstanceWithFindings"
3082
3158
  }
3083
3159
  }
@@ -3237,12 +3313,40 @@
3237
3313
  "locationName": "accountId"
3238
3314
  },
3239
3315
  "Total": {
3240
- "shape": "Sa1",
3316
+ "shape": "Sa8",
3241
3317
  "locationName": "total"
3242
3318
  }
3243
3319
  }
3244
3320
  }
3245
3321
  },
3322
+ "TopAccountsByFeature": {
3323
+ "locationName": "topAccountsByFeature",
3324
+ "type": "list",
3325
+ "member": {
3326
+ "type": "structure",
3327
+ "members": {
3328
+ "Feature": {
3329
+ "locationName": "feature"
3330
+ },
3331
+ "Accounts": {
3332
+ "locationName": "accounts",
3333
+ "type": "list",
3334
+ "member": {
3335
+ "type": "structure",
3336
+ "members": {
3337
+ "AccountId": {
3338
+ "locationName": "accountId"
3339
+ },
3340
+ "Total": {
3341
+ "shape": "Sa8",
3342
+ "locationName": "total"
3343
+ }
3344
+ }
3345
+ }
3346
+ }
3347
+ }
3348
+ }
3349
+ },
3246
3350
  "SumByDataSource": {
3247
3351
  "locationName": "sumByDataSource",
3248
3352
  "type": "list",
@@ -3253,18 +3357,18 @@
3253
3357
  "locationName": "dataSource"
3254
3358
  },
3255
3359
  "Total": {
3256
- "shape": "Sa1",
3360
+ "shape": "Sa8",
3257
3361
  "locationName": "total"
3258
3362
  }
3259
3363
  }
3260
3364
  }
3261
3365
  },
3262
3366
  "SumByResource": {
3263
- "shape": "Sa4",
3367
+ "shape": "Saf",
3264
3368
  "locationName": "sumByResource"
3265
3369
  },
3266
3370
  "TopResources": {
3267
- "shape": "Sa4",
3371
+ "shape": "Saf",
3268
3372
  "locationName": "topResources"
3269
3373
  },
3270
3374
  "SumByFeature": {
@@ -3277,7 +3381,7 @@
3277
3381
  "locationName": "feature"
3278
3382
  },
3279
3383
  "Total": {
3280
- "shape": "Sa1",
3384
+ "shape": "Sa8",
3281
3385
  "locationName": "total"
3282
3386
  }
3283
3387
  }
@@ -5384,7 +5488,7 @@
5384
5488
  }
5385
5489
  }
5386
5490
  },
5387
- "S9g": {
5491
+ "S9n": {
5388
5492
  "type": "structure",
5389
5493
  "members": {
5390
5494
  "FreeTrialDaysRemaining": {
@@ -5393,7 +5497,7 @@
5393
5497
  }
5394
5498
  }
5395
5499
  },
5396
- "Sa1": {
5500
+ "Sa8": {
5397
5501
  "type": "structure",
5398
5502
  "members": {
5399
5503
  "Amount": {
@@ -5404,7 +5508,7 @@
5404
5508
  }
5405
5509
  }
5406
5510
  },
5407
- "Sa4": {
5511
+ "Saf": {
5408
5512
  "type": "list",
5409
5513
  "member": {
5410
5514
  "type": "structure",
@@ -5413,7 +5517,7 @@
5413
5517
  "locationName": "resource"
5414
5518
  },
5415
5519
  "Total": {
5416
- "shape": "Sa1",
5520
+ "shape": "Sa8",
5417
5521
  "locationName": "total"
5418
5522
  }
5419
5523
  }
@@ -222,7 +222,6 @@
222
222
  "transactionTimestamp",
223
223
  "transactionIndex",
224
224
  "numberOfTransactions",
225
- "status",
226
225
  "to"
227
226
  ],
228
227
  "members": {
@@ -239,7 +238,10 @@
239
238
  "numberOfTransactions": {
240
239
  "type": "long"
241
240
  },
242
- "status": {},
241
+ "status": {
242
+ "deprecated": true,
243
+ "deprecatedMessage": "The status field in the GetTransaction response is deprecated and is replaced with the confirmationStatus and executionStatus fields."
244
+ },
243
245
  "to": {},
244
246
  "from": {},
245
247
  "contractAddress": {},
@@ -252,7 +254,9 @@
252
254
  "signatureR": {},
253
255
  "signatureS": {},
254
256
  "transactionFee": {},
255
- "transactionId": {}
257
+ "transactionId": {},
258
+ "confirmationStatus": {},
259
+ "executionStatus": {}
256
260
  }
257
261
  }
258
262
  }
@@ -13,6 +13,65 @@
13
13
  "uid": "marketplace-catalog-2018-09-17"
14
14
  },
15
15
  "operations": {
16
+ "BatchDescribeEntities": {
17
+ "http": {
18
+ "requestUri": "/BatchDescribeEntities"
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "EntityRequestList"
24
+ ],
25
+ "members": {
26
+ "EntityRequestList": {
27
+ "type": "list",
28
+ "member": {
29
+ "type": "structure",
30
+ "required": [
31
+ "Catalog",
32
+ "EntityId"
33
+ ],
34
+ "members": {
35
+ "Catalog": {},
36
+ "EntityId": {}
37
+ }
38
+ }
39
+ }
40
+ }
41
+ },
42
+ "output": {
43
+ "type": "structure",
44
+ "members": {
45
+ "EntityDetails": {
46
+ "type": "map",
47
+ "key": {},
48
+ "value": {
49
+ "type": "structure",
50
+ "members": {
51
+ "EntityType": {},
52
+ "EntityArn": {},
53
+ "EntityIdentifier": {},
54
+ "LastModifiedDate": {},
55
+ "DetailsDocument": {
56
+ "shape": "Sd"
57
+ }
58
+ }
59
+ }
60
+ },
61
+ "Errors": {
62
+ "type": "map",
63
+ "key": {},
64
+ "value": {
65
+ "type": "structure",
66
+ "members": {
67
+ "ErrorCode": {},
68
+ "ErrorMessage": {}
69
+ }
70
+ }
71
+ }
72
+ }
73
+ }
74
+ },
16
75
  "CancelChangeSet": {
17
76
  "http": {
18
77
  "method": "PATCH",
@@ -105,11 +164,11 @@
105
164
  "members": {
106
165
  "ChangeType": {},
107
166
  "Entity": {
108
- "shape": "Sj"
167
+ "shape": "Sx"
109
168
  },
110
169
  "Details": {},
111
170
  "DetailsDocument": {
112
- "shape": "Sn"
171
+ "shape": "Sd"
113
172
  },
114
173
  "ErrorDetailList": {
115
174
  "type": "list",
@@ -159,7 +218,7 @@
159
218
  "LastModifiedDate": {},
160
219
  "Details": {},
161
220
  "DetailsDocument": {
162
- "shape": "Sn"
221
+ "shape": "Sd"
163
222
  }
164
223
  }
165
224
  }
@@ -200,10 +259,10 @@
200
259
  "members": {
201
260
  "Catalog": {},
202
261
  "FilterList": {
203
- "shape": "Sy"
262
+ "shape": "S19"
204
263
  },
205
264
  "Sort": {
206
- "shape": "S13"
265
+ "shape": "S1e"
207
266
  },
208
267
  "MaxResults": {
209
268
  "type": "integer"
@@ -251,10 +310,10 @@
251
310
  "Catalog": {},
252
311
  "EntityType": {},
253
312
  "FilterList": {
254
- "shape": "Sy"
313
+ "shape": "S19"
255
314
  },
256
315
  "Sort": {
257
- "shape": "S13"
316
+ "shape": "S1e"
258
317
  },
259
318
  "NextToken": {},
260
319
  "MaxResults": {
@@ -837,7 +896,7 @@
837
896
  "members": {
838
897
  "ResourceArn": {},
839
898
  "Tags": {
840
- "shape": "S5j"
899
+ "shape": "S5u"
841
900
  }
842
901
  }
843
902
  }
@@ -885,14 +944,14 @@
885
944
  "members": {
886
945
  "ChangeType": {},
887
946
  "Entity": {
888
- "shape": "Sj"
947
+ "shape": "Sx"
889
948
  },
890
949
  "EntityTags": {
891
- "shape": "S5j"
950
+ "shape": "S5u"
892
951
  },
893
952
  "Details": {},
894
953
  "DetailsDocument": {
895
- "shape": "Sn"
954
+ "shape": "Sd"
896
955
  },
897
956
  "ChangeName": {}
898
957
  }
@@ -903,7 +962,7 @@
903
962
  "idempotencyToken": true
904
963
  },
905
964
  "ChangeSetTags": {
906
- "shape": "S5j"
965
+ "shape": "S5u"
907
966
  }
908
967
  }
909
968
  },
@@ -928,7 +987,7 @@
928
987
  "members": {
929
988
  "ResourceArn": {},
930
989
  "Tags": {
931
- "shape": "S5j"
990
+ "shape": "S5u"
932
991
  }
933
992
  }
934
993
  },
@@ -962,7 +1021,12 @@
962
1021
  }
963
1022
  },
964
1023
  "shapes": {
965
- "Sj": {
1024
+ "Sd": {
1025
+ "type": "structure",
1026
+ "members": {},
1027
+ "document": true
1028
+ },
1029
+ "Sx": {
966
1030
  "type": "structure",
967
1031
  "required": [
968
1032
  "Type"
@@ -972,12 +1036,7 @@
972
1036
  "Identifier": {}
973
1037
  }
974
1038
  },
975
- "Sn": {
976
- "type": "structure",
977
- "members": {},
978
- "document": true
979
- },
980
- "Sy": {
1039
+ "S19": {
981
1040
  "type": "list",
982
1041
  "member": {
983
1042
  "type": "structure",
@@ -990,14 +1049,14 @@
990
1049
  }
991
1050
  }
992
1051
  },
993
- "S13": {
1052
+ "S1e": {
994
1053
  "type": "structure",
995
1054
  "members": {
996
1055
  "SortBy": {},
997
1056
  "SortOrder": {}
998
1057
  }
999
1058
  },
1000
- "S5j": {
1059
+ "S5u": {
1001
1060
  "type": "list",
1002
1061
  "member": {
1003
1062
  "type": "structure",