aws-sdk 2.1662.0 → 2.1663.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.
@@ -167,7 +167,7 @@
167
167
  "analysisRules": {
168
168
  "type": "list",
169
169
  "member": {
170
- "shape": "S1x"
170
+ "shape": "S1y"
171
171
  }
172
172
  },
173
173
  "errors": {
@@ -216,7 +216,7 @@
216
216
  "shape": "Sj"
217
217
  },
218
218
  "tags": {
219
- "shape": "S2y"
219
+ "shape": "S30"
220
220
  },
221
221
  "analysisParameters": {
222
222
  "shape": "Sl"
@@ -230,7 +230,7 @@
230
230
  ],
231
231
  "members": {
232
232
  "analysisTemplate": {
233
- "shape": "S32"
233
+ "shape": "S34"
234
234
  }
235
235
  }
236
236
  }
@@ -263,11 +263,11 @@
263
263
  "members": {
264
264
  "accountId": {},
265
265
  "memberAbilities": {
266
- "shape": "S37"
266
+ "shape": "S39"
267
267
  },
268
268
  "displayName": {},
269
269
  "paymentConfiguration": {
270
- "shape": "S3a"
270
+ "shape": "S3c"
271
271
  }
272
272
  }
273
273
  }
@@ -275,18 +275,18 @@
275
275
  "name": {},
276
276
  "description": {},
277
277
  "creatorMemberAbilities": {
278
- "shape": "S37"
278
+ "shape": "S39"
279
279
  },
280
280
  "creatorDisplayName": {},
281
281
  "dataEncryptionMetadata": {
282
- "shape": "S3f"
282
+ "shape": "S3h"
283
283
  },
284
284
  "queryLogStatus": {},
285
285
  "tags": {
286
- "shape": "S2y"
286
+ "shape": "S30"
287
287
  },
288
288
  "creatorPaymentConfiguration": {
289
- "shape": "S3a"
289
+ "shape": "S3c"
290
290
  }
291
291
  }
292
292
  },
@@ -297,7 +297,7 @@
297
297
  ],
298
298
  "members": {
299
299
  "collaboration": {
300
- "shape": "S3i"
300
+ "shape": "S3k"
301
301
  }
302
302
  }
303
303
  }
@@ -326,7 +326,7 @@
326
326
  "type": "boolean"
327
327
  },
328
328
  "tags": {
329
- "shape": "S2y"
329
+ "shape": "S30"
330
330
  },
331
331
  "description": {}
332
332
  }
@@ -338,7 +338,7 @@
338
338
  ],
339
339
  "members": {
340
340
  "configuredAudienceModelAssociation": {
341
- "shape": "S3o"
341
+ "shape": "S3q"
342
342
  }
343
343
  }
344
344
  }
@@ -360,14 +360,14 @@
360
360
  "name": {},
361
361
  "description": {},
362
362
  "tableReference": {
363
- "shape": "S3s"
363
+ "shape": "S3u"
364
364
  },
365
365
  "allowedColumns": {
366
- "shape": "S3w"
366
+ "shape": "S3y"
367
367
  },
368
368
  "analysisMethod": {},
369
369
  "tags": {
370
- "shape": "S2y"
370
+ "shape": "S30"
371
371
  }
372
372
  }
373
373
  },
@@ -378,7 +378,7 @@
378
378
  ],
379
379
  "members": {
380
380
  "configuredTable": {
381
- "shape": "S3y"
381
+ "shape": "S40"
382
382
  }
383
383
  }
384
384
  },
@@ -403,7 +403,7 @@
403
403
  },
404
404
  "analysisRuleType": {},
405
405
  "analysisRulePolicy": {
406
- "shape": "S44"
406
+ "shape": "S46"
407
407
  }
408
408
  }
409
409
  },
@@ -414,7 +414,7 @@
414
414
  ],
415
415
  "members": {
416
416
  "analysisRule": {
417
- "shape": "S47"
417
+ "shape": "S49"
418
418
  }
419
419
  }
420
420
  },
@@ -443,7 +443,7 @@
443
443
  "configuredTableIdentifier": {},
444
444
  "roleArn": {},
445
445
  "tags": {
446
- "shape": "S2y"
446
+ "shape": "S30"
447
447
  }
448
448
  }
449
449
  },
@@ -454,11 +454,52 @@
454
454
  ],
455
455
  "members": {
456
456
  "configuredTableAssociation": {
457
- "shape": "S4b"
457
+ "shape": "S4d"
458
458
  }
459
459
  }
460
460
  }
461
461
  },
462
+ "CreateConfiguredTableAssociationAnalysisRule": {
463
+ "http": {
464
+ "requestUri": "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule",
465
+ "responseCode": 200
466
+ },
467
+ "input": {
468
+ "type": "structure",
469
+ "required": [
470
+ "membershipIdentifier",
471
+ "configuredTableAssociationIdentifier",
472
+ "analysisRuleType",
473
+ "analysisRulePolicy"
474
+ ],
475
+ "members": {
476
+ "membershipIdentifier": {
477
+ "location": "uri",
478
+ "locationName": "membershipIdentifier"
479
+ },
480
+ "configuredTableAssociationIdentifier": {
481
+ "location": "uri",
482
+ "locationName": "configuredTableAssociationIdentifier"
483
+ },
484
+ "analysisRuleType": {},
485
+ "analysisRulePolicy": {
486
+ "shape": "S4j"
487
+ }
488
+ }
489
+ },
490
+ "output": {
491
+ "type": "structure",
492
+ "required": [
493
+ "analysisRule"
494
+ ],
495
+ "members": {
496
+ "analysisRule": {
497
+ "shape": "S4s"
498
+ }
499
+ }
500
+ },
501
+ "idempotent": true
502
+ },
462
503
  "CreateIdMappingTable": {
463
504
  "http": {
464
505
  "requestUri": "/memberships/{membershipIdentifier}/idmappingtables",
@@ -479,10 +520,10 @@
479
520
  "name": {},
480
521
  "description": {},
481
522
  "inputReferenceConfig": {
482
- "shape": "S4e"
523
+ "shape": "S4u"
483
524
  },
484
525
  "tags": {
485
- "shape": "S2y"
526
+ "shape": "S30"
486
527
  },
487
528
  "kmsKeyArn": {}
488
529
  }
@@ -494,7 +535,7 @@
494
535
  ],
495
536
  "members": {
496
537
  "idMappingTable": {
497
- "shape": "S4i"
538
+ "shape": "S4y"
498
539
  }
499
540
  }
500
541
  }
@@ -517,15 +558,15 @@
517
558
  "locationName": "membershipIdentifier"
518
559
  },
519
560
  "inputReferenceConfig": {
520
- "shape": "S4m"
561
+ "shape": "S52"
521
562
  },
522
563
  "tags": {
523
- "shape": "S2y"
564
+ "shape": "S30"
524
565
  },
525
566
  "name": {},
526
567
  "description": {},
527
568
  "idMappingConfig": {
528
- "shape": "S4p"
569
+ "shape": "S55"
529
570
  }
530
571
  }
531
572
  },
@@ -536,7 +577,7 @@
536
577
  ],
537
578
  "members": {
538
579
  "idNamespaceAssociation": {
539
- "shape": "S4r"
580
+ "shape": "S57"
540
581
  }
541
582
  }
542
583
  }
@@ -556,13 +597,13 @@
556
597
  "collaborationIdentifier": {},
557
598
  "queryLogStatus": {},
558
599
  "tags": {
559
- "shape": "S2y"
600
+ "shape": "S30"
560
601
  },
561
602
  "defaultResultConfiguration": {
562
- "shape": "S4z"
603
+ "shape": "S5f"
563
604
  },
564
605
  "paymentConfiguration": {
565
- "shape": "S55"
606
+ "shape": "S5l"
566
607
  }
567
608
  }
568
609
  },
@@ -573,7 +614,7 @@
573
614
  ],
574
615
  "members": {
575
616
  "membership": {
576
- "shape": "S58"
617
+ "shape": "S5o"
577
618
  }
578
619
  }
579
620
  }
@@ -620,7 +661,7 @@
620
661
  "union": true
621
662
  },
622
663
  "tags": {
623
- "shape": "S2y"
664
+ "shape": "S30"
624
665
  }
625
666
  }
626
667
  },
@@ -631,7 +672,7 @@
631
672
  ],
632
673
  "members": {
633
674
  "privacyBudgetTemplate": {
634
- "shape": "S5i"
675
+ "shape": "S5y"
635
676
  }
636
677
  }
637
678
  }
@@ -800,6 +841,40 @@
800
841
  },
801
842
  "idempotent": true
802
843
  },
844
+ "DeleteConfiguredTableAssociationAnalysisRule": {
845
+ "http": {
846
+ "method": "DELETE",
847
+ "requestUri": "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule/{analysisRuleType}",
848
+ "responseCode": 204
849
+ },
850
+ "input": {
851
+ "type": "structure",
852
+ "required": [
853
+ "membershipIdentifier",
854
+ "configuredTableAssociationIdentifier",
855
+ "analysisRuleType"
856
+ ],
857
+ "members": {
858
+ "membershipIdentifier": {
859
+ "location": "uri",
860
+ "locationName": "membershipIdentifier"
861
+ },
862
+ "configuredTableAssociationIdentifier": {
863
+ "location": "uri",
864
+ "locationName": "configuredTableAssociationIdentifier"
865
+ },
866
+ "analysisRuleType": {
867
+ "location": "uri",
868
+ "locationName": "analysisRuleType"
869
+ }
870
+ }
871
+ },
872
+ "output": {
873
+ "type": "structure",
874
+ "members": {}
875
+ },
876
+ "idempotent": true
877
+ },
803
878
  "DeleteIdMappingTable": {
804
879
  "http": {
805
880
  "method": "DELETE",
@@ -970,7 +1045,7 @@
970
1045
  ],
971
1046
  "members": {
972
1047
  "analysisTemplate": {
973
- "shape": "S32"
1048
+ "shape": "S34"
974
1049
  }
975
1050
  }
976
1051
  }
@@ -1000,7 +1075,7 @@
1000
1075
  ],
1001
1076
  "members": {
1002
1077
  "collaboration": {
1003
- "shape": "S3i"
1078
+ "shape": "S3k"
1004
1079
  }
1005
1080
  }
1006
1081
  }
@@ -1160,13 +1235,13 @@
1160
1235
  "type": "timestamp"
1161
1236
  },
1162
1237
  "inputReferenceConfig": {
1163
- "shape": "S4m"
1238
+ "shape": "S52"
1164
1239
  },
1165
1240
  "inputReferenceProperties": {
1166
- "shape": "S4u"
1241
+ "shape": "S5a"
1167
1242
  },
1168
1243
  "idMappingConfig": {
1169
- "shape": "S4p"
1244
+ "shape": "S55"
1170
1245
  }
1171
1246
  }
1172
1247
  }
@@ -1231,7 +1306,7 @@
1231
1306
  "privacyBudgetType": {},
1232
1307
  "autoRefresh": {},
1233
1308
  "parameters": {
1234
- "shape": "S5l"
1309
+ "shape": "S61"
1235
1310
  }
1236
1311
  }
1237
1312
  }
@@ -1268,7 +1343,7 @@
1268
1343
  ],
1269
1344
  "members": {
1270
1345
  "configuredAudienceModelAssociation": {
1271
- "shape": "S3o"
1346
+ "shape": "S3q"
1272
1347
  }
1273
1348
  }
1274
1349
  }
@@ -1298,7 +1373,7 @@
1298
1373
  ],
1299
1374
  "members": {
1300
1375
  "configuredTable": {
1301
- "shape": "S3y"
1376
+ "shape": "S40"
1302
1377
  }
1303
1378
  }
1304
1379
  }
@@ -1333,7 +1408,7 @@
1333
1408
  ],
1334
1409
  "members": {
1335
1410
  "analysisRule": {
1336
- "shape": "S47"
1411
+ "shape": "S49"
1337
1412
  }
1338
1413
  }
1339
1414
  }
@@ -1368,7 +1443,47 @@
1368
1443
  ],
1369
1444
  "members": {
1370
1445
  "configuredTableAssociation": {
1371
- "shape": "S4b"
1446
+ "shape": "S4d"
1447
+ }
1448
+ }
1449
+ }
1450
+ },
1451
+ "GetConfiguredTableAssociationAnalysisRule": {
1452
+ "http": {
1453
+ "method": "GET",
1454
+ "requestUri": "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule/{analysisRuleType}",
1455
+ "responseCode": 200
1456
+ },
1457
+ "input": {
1458
+ "type": "structure",
1459
+ "required": [
1460
+ "membershipIdentifier",
1461
+ "configuredTableAssociationIdentifier",
1462
+ "analysisRuleType"
1463
+ ],
1464
+ "members": {
1465
+ "membershipIdentifier": {
1466
+ "location": "uri",
1467
+ "locationName": "membershipIdentifier"
1468
+ },
1469
+ "configuredTableAssociationIdentifier": {
1470
+ "location": "uri",
1471
+ "locationName": "configuredTableAssociationIdentifier"
1472
+ },
1473
+ "analysisRuleType": {
1474
+ "location": "uri",
1475
+ "locationName": "analysisRuleType"
1476
+ }
1477
+ }
1478
+ },
1479
+ "output": {
1480
+ "type": "structure",
1481
+ "required": [
1482
+ "analysisRule"
1483
+ ],
1484
+ "members": {
1485
+ "analysisRule": {
1486
+ "shape": "S4s"
1372
1487
  }
1373
1488
  }
1374
1489
  }
@@ -1403,7 +1518,7 @@
1403
1518
  ],
1404
1519
  "members": {
1405
1520
  "idMappingTable": {
1406
- "shape": "S4i"
1521
+ "shape": "S4y"
1407
1522
  }
1408
1523
  }
1409
1524
  }
@@ -1438,7 +1553,7 @@
1438
1553
  ],
1439
1554
  "members": {
1440
1555
  "idNamespaceAssociation": {
1441
- "shape": "S4r"
1556
+ "shape": "S57"
1442
1557
  }
1443
1558
  }
1444
1559
  }
@@ -1468,7 +1583,7 @@
1468
1583
  ],
1469
1584
  "members": {
1470
1585
  "membership": {
1471
- "shape": "S58"
1586
+ "shape": "S5o"
1472
1587
  }
1473
1588
  }
1474
1589
  }
@@ -1503,7 +1618,7 @@
1503
1618
  ],
1504
1619
  "members": {
1505
1620
  "privacyBudgetTemplate": {
1506
- "shape": "S5i"
1621
+ "shape": "S5y"
1507
1622
  }
1508
1623
  }
1509
1624
  }
@@ -1538,7 +1653,7 @@
1538
1653
  ],
1539
1654
  "members": {
1540
1655
  "protectedQuery": {
1541
- "shape": "S78"
1656
+ "shape": "S7r"
1542
1657
  }
1543
1658
  }
1544
1659
  }
@@ -1613,7 +1728,7 @@
1613
1728
  ],
1614
1729
  "members": {
1615
1730
  "analysisRule": {
1616
- "shape": "S1x"
1731
+ "shape": "S1y"
1617
1732
  }
1618
1733
  }
1619
1734
  }
@@ -1887,12 +2002,12 @@
1887
2002
  "collaborationId": {},
1888
2003
  "creatorAccountId": {},
1889
2004
  "inputReferenceConfig": {
1890
- "shape": "S4m"
2005
+ "shape": "S52"
1891
2006
  },
1892
2007
  "name": {},
1893
2008
  "description": {},
1894
2009
  "inputReferenceProperties": {
1895
- "shape": "S8g"
2010
+ "shape": "S90"
1896
2011
  }
1897
2012
  }
1898
2013
  }
@@ -2036,7 +2151,7 @@
2036
2151
  "type": "timestamp"
2037
2152
  },
2038
2153
  "budget": {
2039
- "shape": "S8p"
2154
+ "shape": "S99"
2040
2155
  }
2041
2156
  }
2042
2157
  }
@@ -2300,7 +2415,7 @@
2300
2415
  "type": "timestamp"
2301
2416
  },
2302
2417
  "analysisRuleTypes": {
2303
- "shape": "S40"
2418
+ "shape": "S42"
2304
2419
  },
2305
2420
  "analysisMethod": {}
2306
2421
  }
@@ -2374,7 +2489,7 @@
2374
2489
  "arn": {},
2375
2490
  "description": {},
2376
2491
  "inputReferenceConfig": {
2377
- "shape": "S4e"
2492
+ "shape": "S4u"
2378
2493
  },
2379
2494
  "name": {}
2380
2495
  }
@@ -2449,12 +2564,12 @@
2449
2564
  "id": {},
2450
2565
  "arn": {},
2451
2566
  "inputReferenceConfig": {
2452
- "shape": "S4m"
2567
+ "shape": "S52"
2453
2568
  },
2454
2569
  "name": {},
2455
2570
  "description": {},
2456
2571
  "inputReferenceProperties": {
2457
- "shape": "S8g"
2572
+ "shape": "S90"
2458
2573
  }
2459
2574
  }
2460
2575
  }
@@ -2514,7 +2629,7 @@
2514
2629
  "status": {},
2515
2630
  "displayName": {},
2516
2631
  "abilities": {
2517
- "shape": "S37"
2632
+ "shape": "S39"
2518
2633
  },
2519
2634
  "createTime": {
2520
2635
  "type": "timestamp"
@@ -2525,7 +2640,7 @@
2525
2640
  "membershipId": {},
2526
2641
  "membershipArn": {},
2527
2642
  "paymentConfiguration": {
2528
- "shape": "S3a"
2643
+ "shape": "S3c"
2529
2644
  }
2530
2645
  }
2531
2646
  }
@@ -2598,10 +2713,10 @@
2598
2713
  },
2599
2714
  "status": {},
2600
2715
  "memberAbilities": {
2601
- "shape": "S37"
2716
+ "shape": "S39"
2602
2717
  },
2603
2718
  "paymentConfiguration": {
2604
- "shape": "S55"
2719
+ "shape": "S5l"
2605
2720
  }
2606
2721
  }
2607
2722
  }
@@ -2749,7 +2864,7 @@
2749
2864
  "type": "timestamp"
2750
2865
  },
2751
2866
  "budget": {
2752
- "shape": "S8p"
2867
+ "shape": "S99"
2753
2868
  }
2754
2869
  }
2755
2870
  }
@@ -2805,7 +2920,8 @@
2805
2920
  "membershipId",
2806
2921
  "membershipArn",
2807
2922
  "createTime",
2808
- "status"
2923
+ "status",
2924
+ "receiverConfigurations"
2809
2925
  ],
2810
2926
  "members": {
2811
2927
  "id": {},
@@ -2814,7 +2930,34 @@
2814
2930
  "createTime": {
2815
2931
  "type": "timestamp"
2816
2932
  },
2817
- "status": {}
2933
+ "status": {},
2934
+ "receiverConfigurations": {
2935
+ "type": "list",
2936
+ "member": {
2937
+ "type": "structure",
2938
+ "required": [
2939
+ "analysisType"
2940
+ ],
2941
+ "members": {
2942
+ "analysisType": {},
2943
+ "configurationDetails": {
2944
+ "type": "structure",
2945
+ "members": {
2946
+ "directAnalysisConfigurationDetails": {
2947
+ "type": "structure",
2948
+ "members": {
2949
+ "receiverAccountIds": {
2950
+ "type": "list",
2951
+ "member": {}
2952
+ }
2953
+ }
2954
+ }
2955
+ },
2956
+ "union": true
2957
+ }
2958
+ }
2959
+ }
2960
+ }
2818
2961
  }
2819
2962
  }
2820
2963
  }
@@ -2920,7 +3063,7 @@
2920
3063
  ],
2921
3064
  "members": {
2922
3065
  "tags": {
2923
- "shape": "S2y"
3066
+ "shape": "S30"
2924
3067
  }
2925
3068
  }
2926
3069
  }
@@ -3054,10 +3197,10 @@
3054
3197
  "locationName": "membershipIdentifier"
3055
3198
  },
3056
3199
  "sqlParameters": {
3057
- "shape": "S79"
3200
+ "shape": "S7s"
3058
3201
  },
3059
3202
  "resultConfiguration": {
3060
- "shape": "S7d"
3203
+ "shape": "S7w"
3061
3204
  }
3062
3205
  }
3063
3206
  },
@@ -3068,7 +3211,7 @@
3068
3211
  ],
3069
3212
  "members": {
3070
3213
  "protectedQuery": {
3071
- "shape": "S78"
3214
+ "shape": "S7r"
3072
3215
  }
3073
3216
  }
3074
3217
  }
@@ -3090,7 +3233,7 @@
3090
3233
  "locationName": "resourceArn"
3091
3234
  },
3092
3235
  "tags": {
3093
- "shape": "S2y"
3236
+ "shape": "S30"
3094
3237
  }
3095
3238
  }
3096
3239
  },
@@ -3160,7 +3303,7 @@
3160
3303
  ],
3161
3304
  "members": {
3162
3305
  "analysisTemplate": {
3163
- "shape": "S32"
3306
+ "shape": "S34"
3164
3307
  }
3165
3308
  }
3166
3309
  }
@@ -3192,7 +3335,7 @@
3192
3335
  ],
3193
3336
  "members": {
3194
3337
  "collaboration": {
3195
- "shape": "S3i"
3338
+ "shape": "S3k"
3196
3339
  }
3197
3340
  }
3198
3341
  }
@@ -3229,7 +3372,7 @@
3229
3372
  ],
3230
3373
  "members": {
3231
3374
  "configuredAudienceModelAssociation": {
3232
- "shape": "S3o"
3375
+ "shape": "S3q"
3233
3376
  }
3234
3377
  }
3235
3378
  }
@@ -3261,7 +3404,7 @@
3261
3404
  ],
3262
3405
  "members": {
3263
3406
  "configuredTable": {
3264
- "shape": "S3y"
3407
+ "shape": "S40"
3265
3408
  }
3266
3409
  }
3267
3410
  }
@@ -3289,7 +3432,7 @@
3289
3432
  "locationName": "analysisRuleType"
3290
3433
  },
3291
3434
  "analysisRulePolicy": {
3292
- "shape": "S44"
3435
+ "shape": "S46"
3293
3436
  }
3294
3437
  }
3295
3438
  },
@@ -3300,7 +3443,7 @@
3300
3443
  ],
3301
3444
  "members": {
3302
3445
  "analysisRule": {
3303
- "shape": "S47"
3446
+ "shape": "S49"
3304
3447
  }
3305
3448
  }
3306
3449
  }
@@ -3337,7 +3480,51 @@
3337
3480
  ],
3338
3481
  "members": {
3339
3482
  "configuredTableAssociation": {
3340
- "shape": "S4b"
3483
+ "shape": "S4d"
3484
+ }
3485
+ }
3486
+ }
3487
+ },
3488
+ "UpdateConfiguredTableAssociationAnalysisRule": {
3489
+ "http": {
3490
+ "method": "PATCH",
3491
+ "requestUri": "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule/{analysisRuleType}",
3492
+ "responseCode": 200
3493
+ },
3494
+ "input": {
3495
+ "type": "structure",
3496
+ "required": [
3497
+ "membershipIdentifier",
3498
+ "configuredTableAssociationIdentifier",
3499
+ "analysisRuleType",
3500
+ "analysisRulePolicy"
3501
+ ],
3502
+ "members": {
3503
+ "membershipIdentifier": {
3504
+ "location": "uri",
3505
+ "locationName": "membershipIdentifier"
3506
+ },
3507
+ "configuredTableAssociationIdentifier": {
3508
+ "location": "uri",
3509
+ "locationName": "configuredTableAssociationIdentifier"
3510
+ },
3511
+ "analysisRuleType": {
3512
+ "location": "uri",
3513
+ "locationName": "analysisRuleType"
3514
+ },
3515
+ "analysisRulePolicy": {
3516
+ "shape": "S4j"
3517
+ }
3518
+ }
3519
+ },
3520
+ "output": {
3521
+ "type": "structure",
3522
+ "required": [
3523
+ "analysisRule"
3524
+ ],
3525
+ "members": {
3526
+ "analysisRule": {
3527
+ "shape": "S4s"
3341
3528
  }
3342
3529
  }
3343
3530
  }
@@ -3374,7 +3561,7 @@
3374
3561
  ],
3375
3562
  "members": {
3376
3563
  "idMappingTable": {
3377
- "shape": "S4i"
3564
+ "shape": "S4y"
3378
3565
  }
3379
3566
  }
3380
3567
  }
@@ -3403,7 +3590,7 @@
3403
3590
  "name": {},
3404
3591
  "description": {},
3405
3592
  "idMappingConfig": {
3406
- "shape": "S4p"
3593
+ "shape": "S55"
3407
3594
  }
3408
3595
  }
3409
3596
  },
@@ -3414,7 +3601,7 @@
3414
3601
  ],
3415
3602
  "members": {
3416
3603
  "idNamespaceAssociation": {
3417
- "shape": "S4r"
3604
+ "shape": "S57"
3418
3605
  }
3419
3606
  }
3420
3607
  }
@@ -3437,7 +3624,7 @@
3437
3624
  },
3438
3625
  "queryLogStatus": {},
3439
3626
  "defaultResultConfiguration": {
3440
- "shape": "S4z"
3627
+ "shape": "S5f"
3441
3628
  }
3442
3629
  }
3443
3630
  },
@@ -3448,7 +3635,7 @@
3448
3635
  ],
3449
3636
  "members": {
3450
3637
  "membership": {
3451
- "shape": "S58"
3638
+ "shape": "S5o"
3452
3639
  }
3453
3640
  }
3454
3641
  }
@@ -3502,7 +3689,7 @@
3502
3689
  ],
3503
3690
  "members": {
3504
3691
  "privacyBudgetTemplate": {
3505
- "shape": "S5i"
3692
+ "shape": "S5y"
3506
3693
  }
3507
3694
  }
3508
3695
  }
@@ -3539,7 +3726,7 @@
3539
3726
  ],
3540
3727
  "members": {
3541
3728
  "protectedQuery": {
3542
- "shape": "S78"
3729
+ "shape": "S7r"
3543
3730
  }
3544
3731
  }
3545
3732
  },
@@ -3694,7 +3881,8 @@
3694
3881
  "member": {
3695
3882
  "type": "structure",
3696
3883
  "required": [
3697
- "status"
3884
+ "status",
3885
+ "analysisType"
3698
3886
  ],
3699
3887
  "members": {
3700
3888
  "status": {},
@@ -3716,7 +3904,8 @@
3716
3904
  "configurations": {
3717
3905
  "type": "list",
3718
3906
  "member": {}
3719
- }
3907
+ },
3908
+ "analysisType": {}
3720
3909
  }
3721
3910
  }
3722
3911
  },
@@ -3730,7 +3919,7 @@
3730
3919
  ],
3731
3920
  "members": {
3732
3921
  "idMappingTableInputSource": {
3733
- "shape": "S1n"
3922
+ "shape": "S1o"
3734
3923
  }
3735
3924
  }
3736
3925
  }
@@ -3757,7 +3946,7 @@
3757
3946
  "type": "list",
3758
3947
  "member": {}
3759
3948
  },
3760
- "S1n": {
3949
+ "S1o": {
3761
3950
  "type": "list",
3762
3951
  "member": {
3763
3952
  "type": "structure",
@@ -3771,7 +3960,7 @@
3771
3960
  }
3772
3961
  }
3773
3962
  },
3774
- "S1x": {
3963
+ "S1y": {
3775
3964
  "type": "structure",
3776
3965
  "required": [
3777
3966
  "collaborationId",
@@ -3798,13 +3987,13 @@
3798
3987
  "type": "structure",
3799
3988
  "members": {
3800
3989
  "list": {
3801
- "shape": "S20"
3990
+ "shape": "S21"
3802
3991
  },
3803
3992
  "aggregation": {
3804
- "shape": "S26"
3993
+ "shape": "S28"
3805
3994
  },
3806
3995
  "custom": {
3807
- "shape": "S2i"
3996
+ "shape": "S2k"
3808
3997
  },
3809
3998
  "idMappingTable": {
3810
3999
  "type": "structure",
@@ -3826,7 +4015,7 @@
3826
4015
  "type": "structure",
3827
4016
  "members": {
3828
4017
  "columns": {
3829
- "shape": "S25"
4018
+ "shape": "S26"
3830
4019
  }
3831
4020
  }
3832
4021
  }
@@ -3835,7 +4024,7 @@
3835
4024
  }
3836
4025
  },
3837
4026
  "dimensionColumns": {
3838
- "shape": "S25"
4027
+ "shape": "S26"
3839
4028
  }
3840
4029
  }
3841
4030
  }
@@ -3847,7 +4036,7 @@
3847
4036
  }
3848
4037
  }
3849
4038
  },
3850
- "S20": {
4039
+ "S21": {
3851
4040
  "type": "structure",
3852
4041
  "required": [
3853
4042
  "joinColumns",
@@ -3859,22 +4048,23 @@
3859
4048
  "member": {}
3860
4049
  },
3861
4050
  "allowedJoinOperators": {
3862
- "shape": "S23"
4051
+ "shape": "S24"
3863
4052
  },
3864
4053
  "listColumns": {
3865
- "shape": "S25"
3866
- }
4054
+ "shape": "S26"
4055
+ },
4056
+ "additionalAnalyses": {}
3867
4057
  }
3868
4058
  },
3869
- "S23": {
4059
+ "S24": {
3870
4060
  "type": "list",
3871
4061
  "member": {}
3872
4062
  },
3873
- "S25": {
4063
+ "S26": {
3874
4064
  "type": "list",
3875
4065
  "member": {}
3876
4066
  },
3877
- "S26": {
4067
+ "S28": {
3878
4068
  "type": "structure",
3879
4069
  "required": [
3880
4070
  "aggregateColumns",
@@ -3902,14 +4092,14 @@
3902
4092
  }
3903
4093
  },
3904
4094
  "joinColumns": {
3905
- "shape": "S25"
4095
+ "shape": "S26"
3906
4096
  },
3907
4097
  "joinRequired": {},
3908
4098
  "allowedJoinOperators": {
3909
- "shape": "S23"
4099
+ "shape": "S24"
3910
4100
  },
3911
4101
  "dimensionColumns": {
3912
- "shape": "S25"
4102
+ "shape": "S26"
3913
4103
  },
3914
4104
  "scalarFunctions": {
3915
4105
  "type": "list",
@@ -3932,10 +4122,11 @@
3932
4122
  "type": {}
3933
4123
  }
3934
4124
  }
3935
- }
4125
+ },
4126
+ "additionalAnalyses": {}
3936
4127
  }
3937
4128
  },
3938
- "S2i": {
4129
+ "S2k": {
3939
4130
  "type": "structure",
3940
4131
  "required": [
3941
4132
  "allowedAnalyses"
@@ -3949,6 +4140,10 @@
3949
4140
  "type": "list",
3950
4141
  "member": {}
3951
4142
  },
4143
+ "additionalAnalyses": {},
4144
+ "disallowedOutputColumns": {
4145
+ "shape": "S26"
4146
+ },
3952
4147
  "differentialPrivacy": {
3953
4148
  "type": "structure",
3954
4149
  "required": [
@@ -3971,12 +4166,12 @@
3971
4166
  }
3972
4167
  }
3973
4168
  },
3974
- "S2y": {
4169
+ "S30": {
3975
4170
  "type": "map",
3976
4171
  "key": {},
3977
4172
  "value": {}
3978
4173
  },
3979
- "S32": {
4174
+ "S34": {
3980
4175
  "type": "structure",
3981
4176
  "required": [
3982
4177
  "id",
@@ -4022,11 +4217,11 @@
4022
4217
  }
4023
4218
  }
4024
4219
  },
4025
- "S37": {
4220
+ "S39": {
4026
4221
  "type": "list",
4027
4222
  "member": {}
4028
4223
  },
4029
- "S3a": {
4224
+ "S3c": {
4030
4225
  "type": "structure",
4031
4226
  "required": [
4032
4227
  "queryCompute"
@@ -4045,7 +4240,7 @@
4045
4240
  }
4046
4241
  }
4047
4242
  },
4048
- "S3f": {
4243
+ "S3h": {
4049
4244
  "type": "structure",
4050
4245
  "required": [
4051
4246
  "allowCleartext",
@@ -4068,7 +4263,7 @@
4068
4263
  }
4069
4264
  }
4070
4265
  },
4071
- "S3i": {
4266
+ "S3k": {
4072
4267
  "type": "structure",
4073
4268
  "required": [
4074
4269
  "id",
@@ -4098,12 +4293,12 @@
4098
4293
  "membershipId": {},
4099
4294
  "membershipArn": {},
4100
4295
  "dataEncryptionMetadata": {
4101
- "shape": "S3f"
4296
+ "shape": "S3h"
4102
4297
  },
4103
4298
  "queryLogStatus": {}
4104
4299
  }
4105
4300
  },
4106
- "S3o": {
4301
+ "S3q": {
4107
4302
  "type": "structure",
4108
4303
  "required": [
4109
4304
  "id",
@@ -4139,7 +4334,7 @@
4139
4334
  }
4140
4335
  }
4141
4336
  },
4142
- "S3s": {
4337
+ "S3u": {
4143
4338
  "type": "structure",
4144
4339
  "members": {
4145
4340
  "glue": {
@@ -4156,11 +4351,11 @@
4156
4351
  },
4157
4352
  "union": true
4158
4353
  },
4159
- "S3w": {
4354
+ "S3y": {
4160
4355
  "type": "list",
4161
4356
  "member": {}
4162
4357
  },
4163
- "S3y": {
4358
+ "S40": {
4164
4359
  "type": "structure",
4165
4360
  "required": [
4166
4361
  "id",
@@ -4179,7 +4374,7 @@
4179
4374
  "name": {},
4180
4375
  "description": {},
4181
4376
  "tableReference": {
4182
- "shape": "S3s"
4377
+ "shape": "S3u"
4183
4378
  },
4184
4379
  "createTime": {
4185
4380
  "type": "timestamp"
@@ -4188,32 +4383,32 @@
4188
4383
  "type": "timestamp"
4189
4384
  },
4190
4385
  "analysisRuleTypes": {
4191
- "shape": "S40"
4386
+ "shape": "S42"
4192
4387
  },
4193
4388
  "analysisMethod": {},
4194
4389
  "allowedColumns": {
4195
- "shape": "S3w"
4390
+ "shape": "S3y"
4196
4391
  }
4197
4392
  }
4198
4393
  },
4199
- "S40": {
4394
+ "S42": {
4200
4395
  "type": "list",
4201
4396
  "member": {}
4202
4397
  },
4203
- "S44": {
4398
+ "S46": {
4204
4399
  "type": "structure",
4205
4400
  "members": {
4206
4401
  "v1": {
4207
4402
  "type": "structure",
4208
4403
  "members": {
4209
4404
  "list": {
4210
- "shape": "S20"
4405
+ "shape": "S21"
4211
4406
  },
4212
4407
  "aggregation": {
4213
- "shape": "S26"
4408
+ "shape": "S28"
4214
4409
  },
4215
4410
  "custom": {
4216
- "shape": "S2i"
4411
+ "shape": "S2k"
4217
4412
  }
4218
4413
  },
4219
4414
  "union": true
@@ -4221,7 +4416,7 @@
4221
4416
  },
4222
4417
  "union": true
4223
4418
  },
4224
- "S47": {
4419
+ "S49": {
4225
4420
  "type": "structure",
4226
4421
  "required": [
4227
4422
  "configuredTableId",
@@ -4235,7 +4430,7 @@
4235
4430
  "configuredTableId": {},
4236
4431
  "configuredTableArn": {},
4237
4432
  "policy": {
4238
- "shape": "S44"
4433
+ "shape": "S46"
4239
4434
  },
4240
4435
  "type": {},
4241
4436
  "createTime": {
@@ -4246,7 +4441,7 @@
4246
4441
  }
4247
4442
  }
4248
4443
  },
4249
- "S4b": {
4444
+ "S4d": {
4250
4445
  "type": "structure",
4251
4446
  "required": [
4252
4447
  "arn",
@@ -4270,6 +4465,10 @@
4270
4465
  "roleArn": {},
4271
4466
  "name": {},
4272
4467
  "description": {},
4468
+ "analysisRuleTypes": {
4469
+ "type": "list",
4470
+ "member": {}
4471
+ },
4273
4472
  "createTime": {
4274
4473
  "type": "timestamp"
4275
4474
  },
@@ -4278,7 +4477,87 @@
4278
4477
  }
4279
4478
  }
4280
4479
  },
4281
- "S4e": {
4480
+ "S4j": {
4481
+ "type": "structure",
4482
+ "members": {
4483
+ "v1": {
4484
+ "type": "structure",
4485
+ "members": {
4486
+ "list": {
4487
+ "type": "structure",
4488
+ "members": {
4489
+ "allowedResultReceivers": {
4490
+ "shape": "S4m"
4491
+ },
4492
+ "allowedAdditionalAnalyses": {
4493
+ "shape": "S4n"
4494
+ }
4495
+ }
4496
+ },
4497
+ "aggregation": {
4498
+ "type": "structure",
4499
+ "members": {
4500
+ "allowedResultReceivers": {
4501
+ "shape": "S4m"
4502
+ },
4503
+ "allowedAdditionalAnalyses": {
4504
+ "shape": "S4n"
4505
+ }
4506
+ }
4507
+ },
4508
+ "custom": {
4509
+ "type": "structure",
4510
+ "members": {
4511
+ "allowedResultReceivers": {
4512
+ "shape": "S4m"
4513
+ },
4514
+ "allowedAdditionalAnalyses": {
4515
+ "shape": "S4n"
4516
+ }
4517
+ }
4518
+ }
4519
+ },
4520
+ "union": true
4521
+ }
4522
+ },
4523
+ "union": true
4524
+ },
4525
+ "S4m": {
4526
+ "type": "list",
4527
+ "member": {}
4528
+ },
4529
+ "S4n": {
4530
+ "type": "list",
4531
+ "member": {}
4532
+ },
4533
+ "S4s": {
4534
+ "type": "structure",
4535
+ "required": [
4536
+ "membershipIdentifier",
4537
+ "configuredTableAssociationId",
4538
+ "configuredTableAssociationArn",
4539
+ "policy",
4540
+ "type",
4541
+ "createTime",
4542
+ "updateTime"
4543
+ ],
4544
+ "members": {
4545
+ "membershipIdentifier": {},
4546
+ "configuredTableAssociationId": {},
4547
+ "configuredTableAssociationArn": {},
4548
+ "policy": {
4549
+ "shape": "S4j"
4550
+ },
4551
+ "type": {},
4552
+ "createTime": {
4553
+ "type": "timestamp"
4554
+ },
4555
+ "updateTime": {
4556
+ "type": "timestamp"
4557
+ }
4558
+ }
4559
+ },
4560
+ "S4u": {
4282
4561
  "type": "structure",
4283
4562
  "required": [
4284
4563
  "inputReferenceArn",
@@ -4291,7 +4570,7 @@
4291
4570
  }
4292
4571
  }
4293
4572
  },
4294
- "S4i": {
4573
+ "S4y": {
4295
4574
  "type": "structure",
4296
4575
  "required": [
4297
4576
  "id",
@@ -4310,7 +4589,7 @@
4310
4589
  "id": {},
4311
4590
  "arn": {},
4312
4591
  "inputReferenceConfig": {
4313
- "shape": "S4e"
4592
+ "shape": "S4u"
4314
4593
  },
4315
4594
  "membershipId": {},
4316
4595
  "membershipArn": {},
@@ -4331,14 +4610,14 @@
4331
4610
  ],
4332
4611
  "members": {
4333
4612
  "idMappingTableInputSource": {
4334
- "shape": "S1n"
4613
+ "shape": "S1o"
4335
4614
  }
4336
4615
  }
4337
4616
  },
4338
4617
  "kmsKeyArn": {}
4339
4618
  }
4340
4619
  },
4341
- "S4m": {
4620
+ "S52": {
4342
4621
  "type": "structure",
4343
4622
  "required": [
4344
4623
  "inputReferenceArn",
@@ -4351,7 +4630,7 @@
4351
4630
  }
4352
4631
  }
4353
4632
  },
4354
- "S4p": {
4633
+ "S55": {
4355
4634
  "type": "structure",
4356
4635
  "required": [
4357
4636
  "allowUseAsDimensionColumn"
@@ -4362,7 +4641,7 @@
4362
4641
  }
4363
4642
  }
4364
4643
  },
4365
- "S4r": {
4644
+ "S57": {
4366
4645
  "type": "structure",
4367
4646
  "required": [
4368
4647
  "id",
@@ -4393,17 +4672,17 @@
4393
4672
  "type": "timestamp"
4394
4673
  },
4395
4674
  "inputReferenceConfig": {
4396
- "shape": "S4m"
4675
+ "shape": "S52"
4397
4676
  },
4398
4677
  "inputReferenceProperties": {
4399
- "shape": "S4u"
4678
+ "shape": "S5a"
4400
4679
  },
4401
4680
  "idMappingConfig": {
4402
- "shape": "S4p"
4681
+ "shape": "S55"
4403
4682
  }
4404
4683
  }
4405
4684
  },
4406
- "S4u": {
4685
+ "S5a": {
4407
4686
  "type": "structure",
4408
4687
  "required": [
4409
4688
  "idNamespaceType",
@@ -4421,7 +4700,7 @@
4421
4700
  }
4422
4701
  }
4423
4702
  },
4424
- "S4z": {
4703
+ "S5f": {
4425
4704
  "type": "structure",
4426
4705
  "required": [
4427
4706
  "outputConfiguration"
@@ -4431,7 +4710,7 @@
4431
4710
  "type": "structure",
4432
4711
  "members": {
4433
4712
  "s3": {
4434
- "shape": "S51"
4713
+ "shape": "S5h"
4435
4714
  }
4436
4715
  },
4437
4716
  "union": true
@@ -4439,7 +4718,7 @@
4439
4718
  "roleArn": {}
4440
4719
  }
4441
4720
  },
4442
- "S51": {
4721
+ "S5h": {
4443
4722
  "type": "structure",
4444
4723
  "required": [
4445
4724
  "resultFormat",
@@ -4451,7 +4730,7 @@
4451
4730
  "keyPrefix": {}
4452
4731
  }
4453
4732
  },
4454
- "S55": {
4733
+ "S5l": {
4455
4734
  "type": "structure",
4456
4735
  "required": [
4457
4736
  "queryCompute"
@@ -4470,7 +4749,7 @@
4470
4749
  }
4471
4750
  }
4472
4751
  },
4473
- "S58": {
4752
+ "S5o": {
4474
4753
  "type": "structure",
4475
4754
  "required": [
4476
4755
  "id",
@@ -4503,18 +4782,18 @@
4503
4782
  },
4504
4783
  "status": {},
4505
4784
  "memberAbilities": {
4506
- "shape": "S37"
4785
+ "shape": "S39"
4507
4786
  },
4508
4787
  "queryLogStatus": {},
4509
4788
  "defaultResultConfiguration": {
4510
- "shape": "S4z"
4789
+ "shape": "S5f"
4511
4790
  },
4512
4791
  "paymentConfiguration": {
4513
- "shape": "S55"
4792
+ "shape": "S5l"
4514
4793
  }
4515
4794
  }
4516
4795
  },
4517
- "S5i": {
4796
+ "S5y": {
4518
4797
  "type": "structure",
4519
4798
  "required": [
4520
4799
  "id",
@@ -4545,11 +4824,11 @@
4545
4824
  "privacyBudgetType": {},
4546
4825
  "autoRefresh": {},
4547
4826
  "parameters": {
4548
- "shape": "S5l"
4827
+ "shape": "S61"
4549
4828
  }
4550
4829
  }
4551
4830
  },
4552
- "S5l": {
4831
+ "S61": {
4553
4832
  "type": "structure",
4554
4833
  "members": {
4555
4834
  "differentialPrivacy": {
@@ -4570,7 +4849,7 @@
4570
4849
  },
4571
4850
  "union": true
4572
4851
  },
4573
- "S78": {
4852
+ "S7r": {
4574
4853
  "type": "structure",
4575
4854
  "required": [
4576
4855
  "id",
@@ -4587,11 +4866,11 @@
4587
4866
  "type": "timestamp"
4588
4867
  },
4589
4868
  "sqlParameters": {
4590
- "shape": "S79"
4869
+ "shape": "S7s"
4591
4870
  },
4592
4871
  "status": {},
4593
4872
  "resultConfiguration": {
4594
- "shape": "S7d"
4873
+ "shape": "S7w"
4595
4874
  },
4596
4875
  "statistics": {
4597
4876
  "type": "structure",
@@ -4681,7 +4960,7 @@
4681
4960
  }
4682
4961
  }
4683
4962
  },
4684
- "S79": {
4963
+ "S7s": {
4685
4964
  "type": "structure",
4686
4965
  "members": {
4687
4966
  "queryString": {},
@@ -4694,7 +4973,7 @@
4694
4973
  },
4695
4974
  "sensitive": true
4696
4975
  },
4697
- "S7d": {
4976
+ "S7w": {
4698
4977
  "type": "structure",
4699
4978
  "required": [
4700
4979
  "outputConfiguration"
@@ -4704,14 +4983,23 @@
4704
4983
  "type": "structure",
4705
4984
  "members": {
4706
4985
  "s3": {
4707
- "shape": "S51"
4986
+ "shape": "S5h"
4987
+ },
4988
+ "member": {
4989
+ "type": "structure",
4990
+ "required": [
4991
+ "accountId"
4992
+ ],
4993
+ "members": {
4994
+ "accountId": {}
4995
+ }
4708
4996
  }
4709
4997
  },
4710
4998
  "union": true
4711
4999
  }
4712
5000
  }
4713
5001
  },
4714
- "S8g": {
5002
+ "S90": {
4715
5003
  "type": "structure",
4716
5004
  "required": [
4717
5005
  "idNamespaceType"
@@ -4720,7 +5008,7 @@
4720
5008
  "idNamespaceType": {}
4721
5009
  }
4722
5010
  },
4723
- "S8p": {
5011
+ "S99": {
4724
5012
  "type": "structure",
4725
5013
  "members": {
4726
5014
  "differentialPrivacy": {