cdk-lambda-subminute 2.0.421 → 2.0.423

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 (39) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +366 -265
  5. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +7 -24
  6. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +43 -42
  7. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +611 -324
  8. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
  9. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +22 -0
  10. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +5 -0
  11. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +12 -0
  12. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +76 -66
  13. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +287 -232
  14. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +50 -8
  15. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +90 -79
  16. package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +127 -82
  17. package/node_modules/aws-sdk/clients/b2bi.d.ts +2 -2
  18. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +101 -4
  19. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +13 -30
  20. package/node_modules/aws-sdk/clients/cloudformation.d.ts +5 -0
  21. package/node_modules/aws-sdk/clients/datazone.d.ts +303 -2
  22. package/node_modules/aws-sdk/clients/docdb.d.ts +21 -0
  23. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +5 -0
  25. package/node_modules/aws-sdk/clients/groundstation.d.ts +20 -4
  26. package/node_modules/aws-sdk/clients/ivs.d.ts +18 -2
  27. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  28. package/node_modules/aws-sdk/clients/medialive.d.ts +59 -0
  29. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +53 -5
  30. package/node_modules/aws-sdk/clients/transfer.d.ts +42 -14
  31. package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +51 -6
  32. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  33. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +17 -14
  34. package/node_modules/aws-sdk/dist/aws-sdk.js +46 -45
  35. package/node_modules/aws-sdk/dist/aws-sdk.min.js +54 -54
  36. package/node_modules/aws-sdk/lib/core.js +1 -1
  37. package/node_modules/aws-sdk/lib/services/cloudsearchdomain.js +3 -0
  38. package/node_modules/aws-sdk/package.json +1 -1
  39. package/package.json +3 -3
@@ -120,6 +120,72 @@
120
120
  }
121
121
  }
122
122
  },
123
+ "BatchGetSchemaAnalysisRule": {
124
+ "http": {
125
+ "requestUri": "/collaborations/{collaborationIdentifier}/batch-schema-analysis-rule",
126
+ "responseCode": 200
127
+ },
128
+ "input": {
129
+ "type": "structure",
130
+ "required": [
131
+ "collaborationIdentifier",
132
+ "schemaAnalysisRuleRequests"
133
+ ],
134
+ "members": {
135
+ "collaborationIdentifier": {
136
+ "location": "uri",
137
+ "locationName": "collaborationIdentifier"
138
+ },
139
+ "schemaAnalysisRuleRequests": {
140
+ "type": "list",
141
+ "member": {
142
+ "type": "structure",
143
+ "required": [
144
+ "name",
145
+ "type"
146
+ ],
147
+ "members": {
148
+ "name": {},
149
+ "type": {}
150
+ }
151
+ }
152
+ }
153
+ }
154
+ },
155
+ "output": {
156
+ "type": "structure",
157
+ "required": [
158
+ "analysisRules",
159
+ "errors"
160
+ ],
161
+ "members": {
162
+ "analysisRules": {
163
+ "type": "list",
164
+ "member": {
165
+ "shape": "S1m"
166
+ }
167
+ },
168
+ "errors": {
169
+ "type": "list",
170
+ "member": {
171
+ "type": "structure",
172
+ "required": [
173
+ "name",
174
+ "type",
175
+ "code",
176
+ "message"
177
+ ],
178
+ "members": {
179
+ "name": {},
180
+ "type": {},
181
+ "code": {},
182
+ "message": {}
183
+ }
184
+ }
185
+ }
186
+ }
187
+ }
188
+ },
123
189
  "CreateAnalysisTemplate": {
124
190
  "http": {
125
191
  "requestUri": "/memberships/{membershipIdentifier}/analysistemplates",
@@ -145,7 +211,7 @@
145
211
  "shape": "Sj"
146
212
  },
147
213
  "tags": {
148
- "shape": "S1b"
214
+ "shape": "S2i"
149
215
  },
150
216
  "analysisParameters": {
151
217
  "shape": "Sl"
@@ -159,7 +225,7 @@
159
225
  ],
160
226
  "members": {
161
227
  "analysisTemplate": {
162
- "shape": "S1f"
228
+ "shape": "S2m"
163
229
  }
164
230
  }
165
231
  }
@@ -192,11 +258,11 @@
192
258
  "members": {
193
259
  "accountId": {},
194
260
  "memberAbilities": {
195
- "shape": "S1k"
261
+ "shape": "S2r"
196
262
  },
197
263
  "displayName": {},
198
264
  "paymentConfiguration": {
199
- "shape": "S1n"
265
+ "shape": "S2u"
200
266
  }
201
267
  }
202
268
  }
@@ -204,18 +270,18 @@
204
270
  "name": {},
205
271
  "description": {},
206
272
  "creatorMemberAbilities": {
207
- "shape": "S1k"
273
+ "shape": "S2r"
208
274
  },
209
275
  "creatorDisplayName": {},
210
276
  "dataEncryptionMetadata": {
211
- "shape": "S1s"
277
+ "shape": "S2z"
212
278
  },
213
279
  "queryLogStatus": {},
214
280
  "tags": {
215
- "shape": "S1b"
281
+ "shape": "S2i"
216
282
  },
217
283
  "creatorPaymentConfiguration": {
218
- "shape": "S1n"
284
+ "shape": "S2u"
219
285
  }
220
286
  }
221
287
  },
@@ -226,7 +292,7 @@
226
292
  ],
227
293
  "members": {
228
294
  "collaboration": {
229
- "shape": "S1v"
295
+ "shape": "S32"
230
296
  }
231
297
  }
232
298
  }
@@ -255,7 +321,7 @@
255
321
  "type": "boolean"
256
322
  },
257
323
  "tags": {
258
- "shape": "S1b"
324
+ "shape": "S2i"
259
325
  },
260
326
  "description": {}
261
327
  }
@@ -267,7 +333,7 @@
267
333
  ],
268
334
  "members": {
269
335
  "configuredAudienceModelAssociation": {
270
- "shape": "S21"
336
+ "shape": "S38"
271
337
  }
272
338
  }
273
339
  }
@@ -289,14 +355,14 @@
289
355
  "name": {},
290
356
  "description": {},
291
357
  "tableReference": {
292
- "shape": "S25"
358
+ "shape": "S3c"
293
359
  },
294
360
  "allowedColumns": {
295
- "shape": "S29"
361
+ "shape": "S3g"
296
362
  },
297
363
  "analysisMethod": {},
298
364
  "tags": {
299
- "shape": "S1b"
365
+ "shape": "S2i"
300
366
  }
301
367
  }
302
368
  },
@@ -307,7 +373,7 @@
307
373
  ],
308
374
  "members": {
309
375
  "configuredTable": {
310
- "shape": "S2b"
376
+ "shape": "S3i"
311
377
  }
312
378
  }
313
379
  },
@@ -332,7 +398,7 @@
332
398
  },
333
399
  "analysisRuleType": {},
334
400
  "analysisRulePolicy": {
335
- "shape": "S2h"
401
+ "shape": "S3o"
336
402
  }
337
403
  }
338
404
  },
@@ -343,7 +409,7 @@
343
409
  ],
344
410
  "members": {
345
411
  "analysisRule": {
346
- "shape": "S39"
412
+ "shape": "S3r"
347
413
  }
348
414
  }
349
415
  },
@@ -372,7 +438,7 @@
372
438
  "configuredTableIdentifier": {},
373
439
  "roleArn": {},
374
440
  "tags": {
375
- "shape": "S1b"
441
+ "shape": "S2i"
376
442
  }
377
443
  }
378
444
  },
@@ -383,7 +449,7 @@
383
449
  ],
384
450
  "members": {
385
451
  "configuredTableAssociation": {
386
- "shape": "S3d"
452
+ "shape": "S3v"
387
453
  }
388
454
  }
389
455
  }
@@ -403,13 +469,13 @@
403
469
  "collaborationIdentifier": {},
404
470
  "queryLogStatus": {},
405
471
  "tags": {
406
- "shape": "S1b"
472
+ "shape": "S2i"
407
473
  },
408
474
  "defaultResultConfiguration": {
409
- "shape": "S3h"
475
+ "shape": "S3z"
410
476
  },
411
477
  "paymentConfiguration": {
412
- "shape": "S3n"
478
+ "shape": "S45"
413
479
  }
414
480
  }
415
481
  },
@@ -420,7 +486,7 @@
420
486
  ],
421
487
  "members": {
422
488
  "membership": {
423
- "shape": "S3q"
489
+ "shape": "S48"
424
490
  }
425
491
  }
426
492
  }
@@ -467,7 +533,7 @@
467
533
  "union": true
468
534
  },
469
535
  "tags": {
470
- "shape": "S1b"
536
+ "shape": "S2i"
471
537
  }
472
538
  }
473
539
  },
@@ -478,7 +544,7 @@
478
544
  ],
479
545
  "members": {
480
546
  "privacyBudgetTemplate": {
481
- "shape": "S40"
547
+ "shape": "S4i"
482
548
  }
483
549
  }
484
550
  }
@@ -759,7 +825,7 @@
759
825
  ],
760
826
  "members": {
761
827
  "analysisTemplate": {
762
- "shape": "S1f"
828
+ "shape": "S2m"
763
829
  }
764
830
  }
765
831
  }
@@ -789,7 +855,7 @@
789
855
  ],
790
856
  "members": {
791
857
  "collaboration": {
792
- "shape": "S1v"
858
+ "shape": "S32"
793
859
  }
794
860
  }
795
861
  }
@@ -949,7 +1015,7 @@
949
1015
  "privacyBudgetType": {},
950
1016
  "autoRefresh": {},
951
1017
  "parameters": {
952
- "shape": "S43"
1018
+ "shape": "S4l"
953
1019
  }
954
1020
  }
955
1021
  }
@@ -986,7 +1052,7 @@
986
1052
  ],
987
1053
  "members": {
988
1054
  "configuredAudienceModelAssociation": {
989
- "shape": "S21"
1055
+ "shape": "S38"
990
1056
  }
991
1057
  }
992
1058
  }
@@ -1016,7 +1082,7 @@
1016
1082
  ],
1017
1083
  "members": {
1018
1084
  "configuredTable": {
1019
- "shape": "S2b"
1085
+ "shape": "S3i"
1020
1086
  }
1021
1087
  }
1022
1088
  }
@@ -1051,7 +1117,7 @@
1051
1117
  ],
1052
1118
  "members": {
1053
1119
  "analysisRule": {
1054
- "shape": "S39"
1120
+ "shape": "S3r"
1055
1121
  }
1056
1122
  }
1057
1123
  }
@@ -1086,7 +1152,7 @@
1086
1152
  ],
1087
1153
  "members": {
1088
1154
  "configuredTableAssociation": {
1089
- "shape": "S3d"
1155
+ "shape": "S3v"
1090
1156
  }
1091
1157
  }
1092
1158
  }
@@ -1116,7 +1182,7 @@
1116
1182
  ],
1117
1183
  "members": {
1118
1184
  "membership": {
1119
- "shape": "S3q"
1185
+ "shape": "S48"
1120
1186
  }
1121
1187
  }
1122
1188
  }
@@ -1151,7 +1217,7 @@
1151
1217
  ],
1152
1218
  "members": {
1153
1219
  "privacyBudgetTemplate": {
1154
- "shape": "S40"
1220
+ "shape": "S4i"
1155
1221
  }
1156
1222
  }
1157
1223
  }
@@ -1186,7 +1252,7 @@
1186
1252
  ],
1187
1253
  "members": {
1188
1254
  "protectedQuery": {
1189
- "shape": "S5f"
1255
+ "shape": "S5x"
1190
1256
  }
1191
1257
  }
1192
1258
  }
@@ -1261,47 +1327,7 @@
1261
1327
  ],
1262
1328
  "members": {
1263
1329
  "analysisRule": {
1264
- "type": "structure",
1265
- "required": [
1266
- "collaborationId",
1267
- "type",
1268
- "name",
1269
- "createTime",
1270
- "updateTime",
1271
- "policy"
1272
- ],
1273
- "members": {
1274
- "collaborationId": {},
1275
- "type": {},
1276
- "name": {},
1277
- "createTime": {
1278
- "type": "timestamp"
1279
- },
1280
- "updateTime": {
1281
- "type": "timestamp"
1282
- },
1283
- "policy": {
1284
- "type": "structure",
1285
- "members": {
1286
- "v1": {
1287
- "type": "structure",
1288
- "members": {
1289
- "list": {
1290
- "shape": "S2j"
1291
- },
1292
- "aggregation": {
1293
- "shape": "S2p"
1294
- },
1295
- "custom": {
1296
- "shape": "S31"
1297
- }
1298
- },
1299
- "union": true
1300
- }
1301
- },
1302
- "union": true
1303
- }
1304
- }
1330
+ "shape": "S1m"
1305
1331
  }
1306
1332
  }
1307
1333
  }
@@ -1648,7 +1674,7 @@
1648
1674
  "type": "timestamp"
1649
1675
  },
1650
1676
  "budget": {
1651
- "shape": "S6u"
1677
+ "shape": "S79"
1652
1678
  }
1653
1679
  }
1654
1680
  }
@@ -1912,7 +1938,7 @@
1912
1938
  "type": "timestamp"
1913
1939
  },
1914
1940
  "analysisRuleTypes": {
1915
- "shape": "S2d"
1941
+ "shape": "S3k"
1916
1942
  },
1917
1943
  "analysisMethod": {}
1918
1944
  }
@@ -1974,7 +2000,7 @@
1974
2000
  "status": {},
1975
2001
  "displayName": {},
1976
2002
  "abilities": {
1977
- "shape": "S1k"
2003
+ "shape": "S2r"
1978
2004
  },
1979
2005
  "createTime": {
1980
2006
  "type": "timestamp"
@@ -1985,7 +2011,7 @@
1985
2011
  "membershipId": {},
1986
2012
  "membershipArn": {},
1987
2013
  "paymentConfiguration": {
1988
- "shape": "S1n"
2014
+ "shape": "S2u"
1989
2015
  }
1990
2016
  }
1991
2017
  }
@@ -2058,10 +2084,10 @@
2058
2084
  },
2059
2085
  "status": {},
2060
2086
  "memberAbilities": {
2061
- "shape": "S1k"
2087
+ "shape": "S2r"
2062
2088
  },
2063
2089
  "paymentConfiguration": {
2064
- "shape": "S3n"
2090
+ "shape": "S45"
2065
2091
  }
2066
2092
  }
2067
2093
  }
@@ -2209,7 +2235,7 @@
2209
2235
  "type": "timestamp"
2210
2236
  },
2211
2237
  "budget": {
2212
- "shape": "S6u"
2238
+ "shape": "S79"
2213
2239
  }
2214
2240
  }
2215
2241
  }
@@ -2380,7 +2406,7 @@
2380
2406
  ],
2381
2407
  "members": {
2382
2408
  "tags": {
2383
- "shape": "S1b"
2409
+ "shape": "S2i"
2384
2410
  }
2385
2411
  }
2386
2412
  }
@@ -2482,10 +2508,10 @@
2482
2508
  "locationName": "membershipIdentifier"
2483
2509
  },
2484
2510
  "sqlParameters": {
2485
- "shape": "S5g"
2511
+ "shape": "S5y"
2486
2512
  },
2487
2513
  "resultConfiguration": {
2488
- "shape": "S5k"
2514
+ "shape": "S62"
2489
2515
  }
2490
2516
  }
2491
2517
  },
@@ -2496,7 +2522,7 @@
2496
2522
  ],
2497
2523
  "members": {
2498
2524
  "protectedQuery": {
2499
- "shape": "S5f"
2525
+ "shape": "S5x"
2500
2526
  }
2501
2527
  }
2502
2528
  }
@@ -2518,7 +2544,7 @@
2518
2544
  "locationName": "resourceArn"
2519
2545
  },
2520
2546
  "tags": {
2521
- "shape": "S1b"
2547
+ "shape": "S2i"
2522
2548
  }
2523
2549
  }
2524
2550
  },
@@ -2588,7 +2614,7 @@
2588
2614
  ],
2589
2615
  "members": {
2590
2616
  "analysisTemplate": {
2591
- "shape": "S1f"
2617
+ "shape": "S2m"
2592
2618
  }
2593
2619
  }
2594
2620
  }
@@ -2620,7 +2646,7 @@
2620
2646
  ],
2621
2647
  "members": {
2622
2648
  "collaboration": {
2623
- "shape": "S1v"
2649
+ "shape": "S32"
2624
2650
  }
2625
2651
  }
2626
2652
  }
@@ -2657,7 +2683,7 @@
2657
2683
  ],
2658
2684
  "members": {
2659
2685
  "configuredAudienceModelAssociation": {
2660
- "shape": "S21"
2686
+ "shape": "S38"
2661
2687
  }
2662
2688
  }
2663
2689
  }
@@ -2689,7 +2715,7 @@
2689
2715
  ],
2690
2716
  "members": {
2691
2717
  "configuredTable": {
2692
- "shape": "S2b"
2718
+ "shape": "S3i"
2693
2719
  }
2694
2720
  }
2695
2721
  }
@@ -2717,7 +2743,7 @@
2717
2743
  "locationName": "analysisRuleType"
2718
2744
  },
2719
2745
  "analysisRulePolicy": {
2720
- "shape": "S2h"
2746
+ "shape": "S3o"
2721
2747
  }
2722
2748
  }
2723
2749
  },
@@ -2728,7 +2754,7 @@
2728
2754
  ],
2729
2755
  "members": {
2730
2756
  "analysisRule": {
2731
- "shape": "S39"
2757
+ "shape": "S3r"
2732
2758
  }
2733
2759
  }
2734
2760
  }
@@ -2765,7 +2791,7 @@
2765
2791
  ],
2766
2792
  "members": {
2767
2793
  "configuredTableAssociation": {
2768
- "shape": "S3d"
2794
+ "shape": "S3v"
2769
2795
  }
2770
2796
  }
2771
2797
  }
@@ -2788,7 +2814,7 @@
2788
2814
  },
2789
2815
  "queryLogStatus": {},
2790
2816
  "defaultResultConfiguration": {
2791
- "shape": "S3h"
2817
+ "shape": "S3z"
2792
2818
  }
2793
2819
  }
2794
2820
  },
@@ -2799,7 +2825,7 @@
2799
2825
  ],
2800
2826
  "members": {
2801
2827
  "membership": {
2802
- "shape": "S3q"
2828
+ "shape": "S48"
2803
2829
  }
2804
2830
  }
2805
2831
  }
@@ -2853,7 +2879,7 @@
2853
2879
  ],
2854
2880
  "members": {
2855
2881
  "privacyBudgetTemplate": {
2856
- "shape": "S40"
2882
+ "shape": "S4i"
2857
2883
  }
2858
2884
  }
2859
2885
  }
@@ -2890,7 +2916,7 @@
2890
2916
  ],
2891
2917
  "members": {
2892
2918
  "protectedQuery": {
2893
- "shape": "S5f"
2919
+ "shape": "S5x"
2894
2920
  }
2895
2921
  }
2896
2922
  },
@@ -2985,7 +3011,8 @@
2985
3011
  "description",
2986
3012
  "createTime",
2987
3013
  "updateTime",
2988
- "type"
3014
+ "type",
3015
+ "schemaStatusDetails"
2989
3016
  ],
2990
3017
  "members": {
2991
3018
  "columns": {
@@ -3009,7 +3036,38 @@
3009
3036
  "updateTime": {
3010
3037
  "type": "timestamp"
3011
3038
  },
3012
- "type": {}
3039
+ "type": {},
3040
+ "schemaStatusDetails": {
3041
+ "type": "list",
3042
+ "member": {
3043
+ "type": "structure",
3044
+ "required": [
3045
+ "status"
3046
+ ],
3047
+ "members": {
3048
+ "status": {},
3049
+ "reasons": {
3050
+ "type": "list",
3051
+ "member": {
3052
+ "type": "structure",
3053
+ "required": [
3054
+ "code",
3055
+ "message"
3056
+ ],
3057
+ "members": {
3058
+ "code": {},
3059
+ "message": {}
3060
+ }
3061
+ }
3062
+ },
3063
+ "analysisRuleType": {},
3064
+ "configurations": {
3065
+ "type": "list",
3066
+ "member": {}
3067
+ }
3068
+ }
3069
+ }
3070
+ }
3013
3071
  }
3014
3072
  },
3015
3073
  "Sy": {
@@ -3030,12 +3088,179 @@
3030
3088
  "type": "list",
3031
3089
  "member": {}
3032
3090
  },
3033
- "S1b": {
3091
+ "S1m": {
3092
+ "type": "structure",
3093
+ "required": [
3094
+ "collaborationId",
3095
+ "type",
3096
+ "name",
3097
+ "createTime",
3098
+ "updateTime",
3099
+ "policy"
3100
+ ],
3101
+ "members": {
3102
+ "collaborationId": {},
3103
+ "type": {},
3104
+ "name": {},
3105
+ "createTime": {
3106
+ "type": "timestamp"
3107
+ },
3108
+ "updateTime": {
3109
+ "type": "timestamp"
3110
+ },
3111
+ "policy": {
3112
+ "type": "structure",
3113
+ "members": {
3114
+ "v1": {
3115
+ "type": "structure",
3116
+ "members": {
3117
+ "list": {
3118
+ "shape": "S1p"
3119
+ },
3120
+ "aggregation": {
3121
+ "shape": "S1v"
3122
+ },
3123
+ "custom": {
3124
+ "shape": "S27"
3125
+ }
3126
+ },
3127
+ "union": true
3128
+ }
3129
+ },
3130
+ "union": true
3131
+ }
3132
+ }
3133
+ },
3134
+ "S1p": {
3135
+ "type": "structure",
3136
+ "required": [
3137
+ "joinColumns",
3138
+ "listColumns"
3139
+ ],
3140
+ "members": {
3141
+ "joinColumns": {
3142
+ "type": "list",
3143
+ "member": {}
3144
+ },
3145
+ "allowedJoinOperators": {
3146
+ "shape": "S1s"
3147
+ },
3148
+ "listColumns": {
3149
+ "shape": "S1u"
3150
+ }
3151
+ }
3152
+ },
3153
+ "S1s": {
3154
+ "type": "list",
3155
+ "member": {}
3156
+ },
3157
+ "S1u": {
3158
+ "type": "list",
3159
+ "member": {}
3160
+ },
3161
+ "S1v": {
3162
+ "type": "structure",
3163
+ "required": [
3164
+ "aggregateColumns",
3165
+ "joinColumns",
3166
+ "dimensionColumns",
3167
+ "scalarFunctions",
3168
+ "outputConstraints"
3169
+ ],
3170
+ "members": {
3171
+ "aggregateColumns": {
3172
+ "type": "list",
3173
+ "member": {
3174
+ "type": "structure",
3175
+ "required": [
3176
+ "columnNames",
3177
+ "function"
3178
+ ],
3179
+ "members": {
3180
+ "columnNames": {
3181
+ "type": "list",
3182
+ "member": {}
3183
+ },
3184
+ "function": {}
3185
+ }
3186
+ }
3187
+ },
3188
+ "joinColumns": {
3189
+ "shape": "S1u"
3190
+ },
3191
+ "joinRequired": {},
3192
+ "allowedJoinOperators": {
3193
+ "shape": "S1s"
3194
+ },
3195
+ "dimensionColumns": {
3196
+ "shape": "S1u"
3197
+ },
3198
+ "scalarFunctions": {
3199
+ "type": "list",
3200
+ "member": {}
3201
+ },
3202
+ "outputConstraints": {
3203
+ "type": "list",
3204
+ "member": {
3205
+ "type": "structure",
3206
+ "required": [
3207
+ "columnName",
3208
+ "minimum",
3209
+ "type"
3210
+ ],
3211
+ "members": {
3212
+ "columnName": {},
3213
+ "minimum": {
3214
+ "type": "integer"
3215
+ },
3216
+ "type": {}
3217
+ }
3218
+ }
3219
+ }
3220
+ }
3221
+ },
3222
+ "S27": {
3223
+ "type": "structure",
3224
+ "required": [
3225
+ "allowedAnalyses"
3226
+ ],
3227
+ "members": {
3228
+ "allowedAnalyses": {
3229
+ "type": "list",
3230
+ "member": {}
3231
+ },
3232
+ "allowedAnalysisProviders": {
3233
+ "type": "list",
3234
+ "member": {}
3235
+ },
3236
+ "differentialPrivacy": {
3237
+ "type": "structure",
3238
+ "required": [
3239
+ "columns"
3240
+ ],
3241
+ "members": {
3242
+ "columns": {
3243
+ "type": "list",
3244
+ "member": {
3245
+ "type": "structure",
3246
+ "required": [
3247
+ "name"
3248
+ ],
3249
+ "members": {
3250
+ "name": {}
3251
+ }
3252
+ }
3253
+ }
3254
+ }
3255
+ }
3256
+ }
3257
+ },
3258
+ "S2i": {
3034
3259
  "type": "map",
3035
3260
  "key": {},
3036
3261
  "value": {}
3037
3262
  },
3038
- "S1f": {
3263
+ "S2m": {
3039
3264
  "type": "structure",
3040
3265
  "required": [
3041
3266
  "id",
@@ -3078,11 +3303,11 @@
3078
3303
  }
3079
3304
  }
3080
3305
  },
3081
- "S1k": {
3306
+ "S2r": {
3082
3307
  "type": "list",
3083
3308
  "member": {}
3084
3309
  },
3085
- "S1n": {
3310
+ "S2u": {
3086
3311
  "type": "structure",
3087
3312
  "required": [
3088
3313
  "queryCompute"
@@ -3101,7 +3326,7 @@
3101
3326
  }
3102
3327
  }
3103
3328
  },
3104
- "S1s": {
3329
+ "S2z": {
3105
3330
  "type": "structure",
3106
3331
  "required": [
3107
3332
  "allowCleartext",
@@ -3124,7 +3349,7 @@
3124
3349
  }
3125
3350
  }
3126
3351
  },
3127
- "S1v": {
3352
+ "S32": {
3128
3353
  "type": "structure",
3129
3354
  "required": [
3130
3355
  "id",
@@ -3154,12 +3379,12 @@
3154
3379
  "membershipId": {},
3155
3380
  "membershipArn": {},
3156
3381
  "dataEncryptionMetadata": {
3157
- "shape": "S1s"
3382
+ "shape": "S2z"
3158
3383
  },
3159
3384
  "queryLogStatus": {}
3160
3385
  }
3161
3386
  },
3162
- "S21": {
3387
+ "S38": {
3163
3388
  "type": "structure",
3164
3389
  "required": [
3165
3390
  "id",
@@ -3195,7 +3420,7 @@
3195
3420
  }
3196
3421
  }
3197
3422
  },
3198
- "S25": {
3423
+ "S3c": {
3199
3424
  "type": "structure",
3200
3425
  "members": {
3201
3426
  "glue": {
@@ -3212,11 +3437,11 @@
3212
3437
  },
3213
3438
  "union": true
3214
3439
  },
3215
- "S29": {
3440
+ "S3g": {
3216
3441
  "type": "list",
3217
3442
  "member": {}
3218
3443
  },
3219
- "S2b": {
3444
+ "S3i": {
3220
3445
  "type": "structure",
3221
3446
  "required": [
3222
3447
  "id",
@@ -3235,7 +3460,7 @@
3235
3460
  "name": {},
3236
3461
  "description": {},
3237
3462
  "tableReference": {
3238
- "shape": "S25"
3463
+ "shape": "S3c"
3239
3464
  },
3240
3465
  "createTime": {
3241
3466
  "type": "timestamp"
@@ -3244,32 +3469,32 @@
3244
3469
  "type": "timestamp"
3245
3470
  },
3246
3471
  "analysisRuleTypes": {
3247
- "shape": "S2d"
3472
+ "shape": "S3k"
3248
3473
  },
3249
3474
  "analysisMethod": {},
3250
3475
  "allowedColumns": {
3251
- "shape": "S29"
3476
+ "shape": "S3g"
3252
3477
  }
3253
3478
  }
3254
3479
  },
3255
- "S2d": {
3480
+ "S3k": {
3256
3481
  "type": "list",
3257
3482
  "member": {}
3258
3483
  },
3259
- "S2h": {
3484
+ "S3o": {
3260
3485
  "type": "structure",
3261
3486
  "members": {
3262
3487
  "v1": {
3263
3488
  "type": "structure",
3264
3489
  "members": {
3265
3490
  "list": {
3266
- "shape": "S2j"
3491
+ "shape": "S1p"
3267
3492
  },
3268
3493
  "aggregation": {
3269
- "shape": "S2p"
3494
+ "shape": "S1v"
3270
3495
  },
3271
3496
  "custom": {
3272
- "shape": "S31"
3497
+ "shape": "S27"
3273
3498
  }
3274
3499
  },
3275
3500
  "union": true
@@ -3277,131 +3502,7 @@
3277
3502
  },
3278
3503
  "union": true
3279
3504
  },
3280
- "S2j": {
3281
- "type": "structure",
3282
- "required": [
3283
- "joinColumns",
3284
- "listColumns"
3285
- ],
3286
- "members": {
3287
- "joinColumns": {
3288
- "type": "list",
3289
- "member": {}
3290
- },
3291
- "allowedJoinOperators": {
3292
- "shape": "S2m"
3293
- },
3294
- "listColumns": {
3295
- "shape": "S2o"
3296
- }
3297
- }
3298
- },
3299
- "S2m": {
3300
- "type": "list",
3301
- "member": {}
3302
- },
3303
- "S2o": {
3304
- "type": "list",
3305
- "member": {}
3306
- },
3307
- "S2p": {
3308
- "type": "structure",
3309
- "required": [
3310
- "aggregateColumns",
3311
- "joinColumns",
3312
- "dimensionColumns",
3313
- "scalarFunctions",
3314
- "outputConstraints"
3315
- ],
3316
- "members": {
3317
- "aggregateColumns": {
3318
- "type": "list",
3319
- "member": {
3320
- "type": "structure",
3321
- "required": [
3322
- "columnNames",
3323
- "function"
3324
- ],
3325
- "members": {
3326
- "columnNames": {
3327
- "type": "list",
3328
- "member": {}
3329
- },
3330
- "function": {}
3331
- }
3332
- }
3333
- },
3334
- "joinColumns": {
3335
- "shape": "S2o"
3336
- },
3337
- "joinRequired": {},
3338
- "allowedJoinOperators": {
3339
- "shape": "S2m"
3340
- },
3341
- "dimensionColumns": {
3342
- "shape": "S2o"
3343
- },
3344
- "scalarFunctions": {
3345
- "type": "list",
3346
- "member": {}
3347
- },
3348
- "outputConstraints": {
3349
- "type": "list",
3350
- "member": {
3351
- "type": "structure",
3352
- "required": [
3353
- "columnName",
3354
- "minimum",
3355
- "type"
3356
- ],
3357
- "members": {
3358
- "columnName": {},
3359
- "minimum": {
3360
- "type": "integer"
3361
- },
3362
- "type": {}
3363
- }
3364
- }
3365
- }
3366
- }
3367
- },
3368
- "S31": {
3369
- "type": "structure",
3370
- "required": [
3371
- "allowedAnalyses"
3372
- ],
3373
- "members": {
3374
- "allowedAnalyses": {
3375
- "type": "list",
3376
- "member": {}
3377
- },
3378
- "allowedAnalysisProviders": {
3379
- "type": "list",
3380
- "member": {}
3381
- },
3382
- "differentialPrivacy": {
3383
- "type": "structure",
3384
- "required": [
3385
- "columns"
3386
- ],
3387
- "members": {
3388
- "columns": {
3389
- "type": "list",
3390
- "member": {
3391
- "type": "structure",
3392
- "required": [
3393
- "name"
3394
- ],
3395
- "members": {
3396
- "name": {}
3397
- }
3398
- }
3399
- }
3400
- }
3401
- }
3402
- }
3403
- },
3404
- "S39": {
3505
+ "S3r": {
3405
3506
  "type": "structure",
3406
3507
  "required": [
3407
3508
  "configuredTableId",
@@ -3415,7 +3516,7 @@
3415
3516
  "configuredTableId": {},
3416
3517
  "configuredTableArn": {},
3417
3518
  "policy": {
3418
- "shape": "S2h"
3519
+ "shape": "S3o"
3419
3520
  },
3420
3521
  "type": {},
3421
3522
  "createTime": {
@@ -3426,7 +3527,7 @@
3426
3527
  }
3427
3528
  }
3428
3529
  },
3429
- "S3d": {
3530
+ "S3v": {
3430
3531
  "type": "structure",
3431
3532
  "required": [
3432
3533
  "arn",
@@ -3458,7 +3559,7 @@
3458
3559
  }
3459
3560
  }
3460
3561
  },
3461
- "S3h": {
3562
+ "S3z": {
3462
3563
  "type": "structure",
3463
3564
  "required": [
3464
3565
  "outputConfiguration"
@@ -3468,7 +3569,7 @@
3468
3569
  "type": "structure",
3469
3570
  "members": {
3470
3571
  "s3": {
3471
- "shape": "S3j"
3572
+ "shape": "S41"
3472
3573
  }
3473
3574
  },
3474
3575
  "union": true
@@ -3476,7 +3577,7 @@
3476
3577
  "roleArn": {}
3477
3578
  }
3478
3579
  },
3479
- "S3j": {
3580
+ "S41": {
3480
3581
  "type": "structure",
3481
3582
  "required": [
3482
3583
  "resultFormat",
@@ -3488,7 +3589,7 @@
3488
3589
  "keyPrefix": {}
3489
3590
  }
3490
3591
  },
3491
- "S3n": {
3592
+ "S45": {
3492
3593
  "type": "structure",
3493
3594
  "required": [
3494
3595
  "queryCompute"
@@ -3507,7 +3608,7 @@
3507
3608
  }
3508
3609
  }
3509
3610
  },
3510
- "S3q": {
3611
+ "S48": {
3511
3612
  "type": "structure",
3512
3613
  "required": [
3513
3614
  "id",
@@ -3540,18 +3641,18 @@
3540
3641
  },
3541
3642
  "status": {},
3542
3643
  "memberAbilities": {
3543
- "shape": "S1k"
3644
+ "shape": "S2r"
3544
3645
  },
3545
3646
  "queryLogStatus": {},
3546
3647
  "defaultResultConfiguration": {
3547
- "shape": "S3h"
3648
+ "shape": "S3z"
3548
3649
  },
3549
3650
  "paymentConfiguration": {
3550
- "shape": "S3n"
3651
+ "shape": "S45"
3551
3652
  }
3552
3653
  }
3553
3654
  },
3554
- "S40": {
3655
+ "S4i": {
3555
3656
  "type": "structure",
3556
3657
  "required": [
3557
3658
  "id",
@@ -3582,11 +3683,11 @@
3582
3683
  "privacyBudgetType": {},
3583
3684
  "autoRefresh": {},
3584
3685
  "parameters": {
3585
- "shape": "S43"
3686
+ "shape": "S4l"
3586
3687
  }
3587
3688
  }
3588
3689
  },
3589
- "S43": {
3690
+ "S4l": {
3590
3691
  "type": "structure",
3591
3692
  "members": {
3592
3693
  "differentialPrivacy": {
@@ -3607,7 +3708,7 @@
3607
3708
  },
3608
3709
  "union": true
3609
3710
  },
3610
- "S5f": {
3711
+ "S5x": {
3611
3712
  "type": "structure",
3612
3713
  "required": [
3613
3714
  "id",
@@ -3624,11 +3725,11 @@
3624
3725
  "type": "timestamp"
3625
3726
  },
3626
3727
  "sqlParameters": {
3627
- "shape": "S5g"
3728
+ "shape": "S5y"
3628
3729
  },
3629
3730
  "status": {},
3630
3731
  "resultConfiguration": {
3631
- "shape": "S5k"
3732
+ "shape": "S62"
3632
3733
  },
3633
3734
  "statistics": {
3634
3735
  "type": "structure",
@@ -3718,7 +3819,7 @@
3718
3819
  }
3719
3820
  }
3720
3821
  },
3721
- "S5g": {
3822
+ "S5y": {
3722
3823
  "type": "structure",
3723
3824
  "members": {
3724
3825
  "queryString": {},
@@ -3731,7 +3832,7 @@
3731
3832
  },
3732
3833
  "sensitive": true
3733
3834
  },
3734
- "S5k": {
3835
+ "S62": {
3735
3836
  "type": "structure",
3736
3837
  "required": [
3737
3838
  "outputConfiguration"
@@ -3741,14 +3842,14 @@
3741
3842
  "type": "structure",
3742
3843
  "members": {
3743
3844
  "s3": {
3744
- "shape": "S3j"
3845
+ "shape": "S41"
3745
3846
  }
3746
3847
  },
3747
3848
  "union": true
3748
3849
  }
3749
3850
  }
3750
3851
  },
3751
- "S6u": {
3852
+ "S79": {
3752
3853
  "type": "structure",
3753
3854
  "members": {
3754
3855
  "differentialPrivacy": {