cdk-lambda-subminute 2.0.450 → 2.0.451

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 (71) 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/acm-pca-2017-08-22.waiters2.json +74 -62
  5. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +4 -1
  6. package/node_modules/aws-sdk/apis/appsync-2017-07-25.paginators.json +60 -0
  7. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1329 -202
  8. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +18 -0
  9. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +305 -287
  10. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +371 -171
  12. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
  13. package/node_modules/aws-sdk/apis/connect-contact-lens-2020-08-21.min.json +18 -1
  14. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +902 -413
  15. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1161 -1028
  17. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +162 -94
  18. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +226 -81
  19. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +113 -98
  20. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +159 -154
  21. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +144 -139
  22. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.waiters2.json +5 -0
  23. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +327 -230
  24. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +0 -3
  25. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +75 -35
  26. package/node_modules/aws-sdk/apis/metadata.json +0 -3
  27. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
  28. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +25 -21
  29. package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.min.json +4 -1
  30. package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +4 -1
  31. package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
  32. package/node_modules/aws-sdk/clients/acmpca.d.ts +12 -12
  33. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  34. package/node_modules/aws-sdk/clients/all.js +0 -1
  35. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1079 -16
  36. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +284 -257
  37. package/node_modules/aws-sdk/clients/cleanroomsml.js +1 -0
  38. package/node_modules/aws-sdk/clients/connect.d.ts +223 -6
  39. package/node_modules/aws-sdk/clients/connectcontactlens.d.ts +24 -3
  40. package/node_modules/aws-sdk/clients/datazone.d.ts +576 -64
  41. package/node_modules/aws-sdk/clients/dynamodb.d.ts +6 -6
  42. package/node_modules/aws-sdk/clients/ec2.d.ts +172 -17
  43. package/node_modules/aws-sdk/clients/entityresolution.d.ts +105 -22
  44. package/node_modules/aws-sdk/clients/firehose.d.ts +141 -0
  45. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +37 -25
  46. package/node_modules/aws-sdk/clients/ivs.d.ts +229 -229
  47. package/node_modules/aws-sdk/clients/ivschat.d.ts +166 -166
  48. package/node_modules/aws-sdk/clients/ivschat.js +1 -0
  49. package/node_modules/aws-sdk/clients/medialive.d.ts +100 -4
  50. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +1 -1
  51. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +38 -0
  52. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +56 -56
  53. package/node_modules/aws-sdk/clients/rds.d.ts +9 -9
  54. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +20 -3
  55. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  56. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  57. package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
  58. package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +1 -1
  59. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  60. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1825 -1848
  61. package/node_modules/aws-sdk/dist/aws-sdk.js +1779 -1286
  62. package/node_modules/aws-sdk/dist/aws-sdk.min.js +84 -84
  63. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  64. package/node_modules/aws-sdk/lib/core.js +1 -1
  65. package/node_modules/aws-sdk/package.json +1 -1
  66. package/package.json +3 -3
  67. package/node_modules/aws-sdk/apis/mobile-2017-07-01.examples.json +0 -5
  68. package/node_modules/aws-sdk/apis/mobile-2017-07-01.min.json +0 -341
  69. package/node_modules/aws-sdk/apis/mobile-2017-07-01.paginators.json +0 -14
  70. package/node_modules/aws-sdk/clients/mobile.d.ts +0 -333
  71. package/node_modules/aws-sdk/clients/mobile.js +0 -18
@@ -2,9 +2,14 @@
2
2
  "version": "2.0",
3
3
  "metadata": {
4
4
  "apiVersion": "2022-02-17",
5
+ "auth": [
6
+ "aws.auth#sigv4"
7
+ ],
5
8
  "endpointPrefix": "cleanrooms",
6
- "jsonVersion": "1.1",
7
9
  "protocol": "rest-json",
10
+ "protocols": [
11
+ "rest-json"
12
+ ],
8
13
  "serviceFullName": "AWS Clean Rooms Service",
9
14
  "serviceId": "CleanRooms",
10
15
  "signatureVersion": "v4",
@@ -162,7 +167,7 @@
162
167
  "analysisRules": {
163
168
  "type": "list",
164
169
  "member": {
165
- "shape": "S1s"
170
+ "shape": "S1y"
166
171
  }
167
172
  },
168
173
  "errors": {
@@ -211,7 +216,7 @@
211
216
  "shape": "Sj"
212
217
  },
213
218
  "tags": {
214
- "shape": "S2o"
219
+ "shape": "S30"
215
220
  },
216
221
  "analysisParameters": {
217
222
  "shape": "Sl"
@@ -225,7 +230,7 @@
225
230
  ],
226
231
  "members": {
227
232
  "analysisTemplate": {
228
- "shape": "S2s"
233
+ "shape": "S34"
229
234
  }
230
235
  }
231
236
  }
@@ -258,11 +263,11 @@
258
263
  "members": {
259
264
  "accountId": {},
260
265
  "memberAbilities": {
261
- "shape": "S2x"
266
+ "shape": "S39"
262
267
  },
263
268
  "displayName": {},
264
269
  "paymentConfiguration": {
265
- "shape": "S30"
270
+ "shape": "S3c"
266
271
  }
267
272
  }
268
273
  }
@@ -270,18 +275,18 @@
270
275
  "name": {},
271
276
  "description": {},
272
277
  "creatorMemberAbilities": {
273
- "shape": "S2x"
278
+ "shape": "S39"
274
279
  },
275
280
  "creatorDisplayName": {},
276
281
  "dataEncryptionMetadata": {
277
- "shape": "S35"
282
+ "shape": "S3h"
278
283
  },
279
284
  "queryLogStatus": {},
280
285
  "tags": {
281
- "shape": "S2o"
286
+ "shape": "S30"
282
287
  },
283
288
  "creatorPaymentConfiguration": {
284
- "shape": "S30"
289
+ "shape": "S3c"
285
290
  }
286
291
  }
287
292
  },
@@ -292,7 +297,7 @@
292
297
  ],
293
298
  "members": {
294
299
  "collaboration": {
295
- "shape": "S38"
300
+ "shape": "S3k"
296
301
  }
297
302
  }
298
303
  }
@@ -321,7 +326,7 @@
321
326
  "type": "boolean"
322
327
  },
323
328
  "tags": {
324
- "shape": "S2o"
329
+ "shape": "S30"
325
330
  },
326
331
  "description": {}
327
332
  }
@@ -333,7 +338,7 @@
333
338
  ],
334
339
  "members": {
335
340
  "configuredAudienceModelAssociation": {
336
- "shape": "S3e"
341
+ "shape": "S3q"
337
342
  }
338
343
  }
339
344
  }
@@ -355,14 +360,14 @@
355
360
  "name": {},
356
361
  "description": {},
357
362
  "tableReference": {
358
- "shape": "S3i"
363
+ "shape": "S3u"
359
364
  },
360
365
  "allowedColumns": {
361
- "shape": "S3m"
366
+ "shape": "S3y"
362
367
  },
363
368
  "analysisMethod": {},
364
369
  "tags": {
365
- "shape": "S2o"
370
+ "shape": "S30"
366
371
  }
367
372
  }
368
373
  },
@@ -373,7 +378,7 @@
373
378
  ],
374
379
  "members": {
375
380
  "configuredTable": {
376
- "shape": "S3o"
381
+ "shape": "S40"
377
382
  }
378
383
  }
379
384
  },
@@ -398,7 +403,7 @@
398
403
  },
399
404
  "analysisRuleType": {},
400
405
  "analysisRulePolicy": {
401
- "shape": "S3u"
406
+ "shape": "S46"
402
407
  }
403
408
  }
404
409
  },
@@ -409,7 +414,7 @@
409
414
  ],
410
415
  "members": {
411
416
  "analysisRule": {
412
- "shape": "S3x"
417
+ "shape": "S49"
413
418
  }
414
419
  }
415
420
  },
@@ -438,7 +443,7 @@
438
443
  "configuredTableIdentifier": {},
439
444
  "roleArn": {},
440
445
  "tags": {
441
- "shape": "S2o"
446
+ "shape": "S30"
442
447
  }
443
448
  }
444
449
  },
@@ -449,7 +454,130 @@
449
454
  ],
450
455
  "members": {
451
456
  "configuredTableAssociation": {
452
- "shape": "S41"
457
+ "shape": "S4d"
458
+ }
459
+ }
460
+ }
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
+ },
503
+ "CreateIdMappingTable": {
504
+ "http": {
505
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables",
506
+ "responseCode": 200
507
+ },
508
+ "input": {
509
+ "type": "structure",
510
+ "required": [
511
+ "membershipIdentifier",
512
+ "name",
513
+ "inputReferenceConfig"
514
+ ],
515
+ "members": {
516
+ "membershipIdentifier": {
517
+ "location": "uri",
518
+ "locationName": "membershipIdentifier"
519
+ },
520
+ "name": {},
521
+ "description": {},
522
+ "inputReferenceConfig": {
523
+ "shape": "S4u"
524
+ },
525
+ "tags": {
526
+ "shape": "S30"
527
+ },
528
+ "kmsKeyArn": {}
529
+ }
530
+ },
531
+ "output": {
532
+ "type": "structure",
533
+ "required": [
534
+ "idMappingTable"
535
+ ],
536
+ "members": {
537
+ "idMappingTable": {
538
+ "shape": "S4y"
539
+ }
540
+ }
541
+ }
542
+ },
543
+ "CreateIdNamespaceAssociation": {
544
+ "http": {
545
+ "requestUri": "/memberships/{membershipIdentifier}/idnamespaceassociations",
546
+ "responseCode": 200
547
+ },
548
+ "input": {
549
+ "type": "structure",
550
+ "required": [
551
+ "membershipIdentifier",
552
+ "inputReferenceConfig",
553
+ "name"
554
+ ],
555
+ "members": {
556
+ "membershipIdentifier": {
557
+ "location": "uri",
558
+ "locationName": "membershipIdentifier"
559
+ },
560
+ "inputReferenceConfig": {
561
+ "shape": "S52"
562
+ },
563
+ "tags": {
564
+ "shape": "S30"
565
+ },
566
+ "name": {},
567
+ "description": {},
568
+ "idMappingConfig": {
569
+ "shape": "S55"
570
+ }
571
+ }
572
+ },
573
+ "output": {
574
+ "type": "structure",
575
+ "required": [
576
+ "idNamespaceAssociation"
577
+ ],
578
+ "members": {
579
+ "idNamespaceAssociation": {
580
+ "shape": "S57"
453
581
  }
454
582
  }
455
583
  }
@@ -469,13 +597,13 @@
469
597
  "collaborationIdentifier": {},
470
598
  "queryLogStatus": {},
471
599
  "tags": {
472
- "shape": "S2o"
600
+ "shape": "S30"
473
601
  },
474
602
  "defaultResultConfiguration": {
475
- "shape": "S45"
603
+ "shape": "S5f"
476
604
  },
477
605
  "paymentConfiguration": {
478
- "shape": "S4b"
606
+ "shape": "S5l"
479
607
  }
480
608
  }
481
609
  },
@@ -486,7 +614,7 @@
486
614
  ],
487
615
  "members": {
488
616
  "membership": {
489
- "shape": "S4e"
617
+ "shape": "S5o"
490
618
  }
491
619
  }
492
620
  }
@@ -533,7 +661,7 @@
533
661
  "union": true
534
662
  },
535
663
  "tags": {
536
- "shape": "S2o"
664
+ "shape": "S30"
537
665
  }
538
666
  }
539
667
  },
@@ -544,7 +672,7 @@
544
672
  ],
545
673
  "members": {
546
674
  "privacyBudgetTemplate": {
547
- "shape": "S4o"
675
+ "shape": "S5y"
548
676
  }
549
677
  }
550
678
  }
@@ -713,6 +841,98 @@
713
841
  },
714
842
  "idempotent": true
715
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
+ },
878
+ "DeleteIdMappingTable": {
879
+ "http": {
880
+ "method": "DELETE",
881
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}",
882
+ "responseCode": 204
883
+ },
884
+ "input": {
885
+ "type": "structure",
886
+ "required": [
887
+ "idMappingTableIdentifier",
888
+ "membershipIdentifier"
889
+ ],
890
+ "members": {
891
+ "idMappingTableIdentifier": {
892
+ "location": "uri",
893
+ "locationName": "idMappingTableIdentifier"
894
+ },
895
+ "membershipIdentifier": {
896
+ "location": "uri",
897
+ "locationName": "membershipIdentifier"
898
+ }
899
+ }
900
+ },
901
+ "output": {
902
+ "type": "structure",
903
+ "members": {}
904
+ },
905
+ "idempotent": true
906
+ },
907
+ "DeleteIdNamespaceAssociation": {
908
+ "http": {
909
+ "method": "DELETE",
910
+ "requestUri": "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}",
911
+ "responseCode": 204
912
+ },
913
+ "input": {
914
+ "type": "structure",
915
+ "required": [
916
+ "idNamespaceAssociationIdentifier",
917
+ "membershipIdentifier"
918
+ ],
919
+ "members": {
920
+ "idNamespaceAssociationIdentifier": {
921
+ "location": "uri",
922
+ "locationName": "idNamespaceAssociationIdentifier"
923
+ },
924
+ "membershipIdentifier": {
925
+ "location": "uri",
926
+ "locationName": "membershipIdentifier"
927
+ }
928
+ }
929
+ },
930
+ "output": {
931
+ "type": "structure",
932
+ "members": {}
933
+ },
934
+ "idempotent": true
935
+ },
716
936
  "DeleteMember": {
717
937
  "http": {
718
938
  "method": "DELETE",
@@ -825,7 +1045,7 @@
825
1045
  ],
826
1046
  "members": {
827
1047
  "analysisTemplate": {
828
- "shape": "S2s"
1048
+ "shape": "S34"
829
1049
  }
830
1050
  }
831
1051
  }
@@ -855,7 +1075,7 @@
855
1075
  ],
856
1076
  "members": {
857
1077
  "collaboration": {
858
- "shape": "S38"
1078
+ "shape": "S3k"
859
1079
  }
860
1080
  }
861
1081
  }
@@ -957,6 +1177,77 @@
957
1177
  }
958
1178
  }
959
1179
  },
1180
+ "GetCollaborationIdNamespaceAssociation": {
1181
+ "http": {
1182
+ "method": "GET",
1183
+ "requestUri": "/collaborations/{collaborationIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}",
1184
+ "responseCode": 200
1185
+ },
1186
+ "input": {
1187
+ "type": "structure",
1188
+ "required": [
1189
+ "collaborationIdentifier",
1190
+ "idNamespaceAssociationIdentifier"
1191
+ ],
1192
+ "members": {
1193
+ "collaborationIdentifier": {
1194
+ "location": "uri",
1195
+ "locationName": "collaborationIdentifier"
1196
+ },
1197
+ "idNamespaceAssociationIdentifier": {
1198
+ "location": "uri",
1199
+ "locationName": "idNamespaceAssociationIdentifier"
1200
+ }
1201
+ }
1202
+ },
1203
+ "output": {
1204
+ "type": "structure",
1205
+ "required": [
1206
+ "collaborationIdNamespaceAssociation"
1207
+ ],
1208
+ "members": {
1209
+ "collaborationIdNamespaceAssociation": {
1210
+ "type": "structure",
1211
+ "required": [
1212
+ "id",
1213
+ "arn",
1214
+ "collaborationId",
1215
+ "collaborationArn",
1216
+ "name",
1217
+ "creatorAccountId",
1218
+ "createTime",
1219
+ "updateTime",
1220
+ "inputReferenceConfig",
1221
+ "inputReferenceProperties"
1222
+ ],
1223
+ "members": {
1224
+ "id": {},
1225
+ "arn": {},
1226
+ "collaborationId": {},
1227
+ "collaborationArn": {},
1228
+ "name": {},
1229
+ "description": {},
1230
+ "creatorAccountId": {},
1231
+ "createTime": {
1232
+ "type": "timestamp"
1233
+ },
1234
+ "updateTime": {
1235
+ "type": "timestamp"
1236
+ },
1237
+ "inputReferenceConfig": {
1238
+ "shape": "S52"
1239
+ },
1240
+ "inputReferenceProperties": {
1241
+ "shape": "S5a"
1242
+ },
1243
+ "idMappingConfig": {
1244
+ "shape": "S55"
1245
+ }
1246
+ }
1247
+ }
1248
+ }
1249
+ }
1250
+ },
960
1251
  "GetCollaborationPrivacyBudgetTemplate": {
961
1252
  "http": {
962
1253
  "method": "GET",
@@ -1015,7 +1306,7 @@
1015
1306
  "privacyBudgetType": {},
1016
1307
  "autoRefresh": {},
1017
1308
  "parameters": {
1018
- "shape": "S4r"
1309
+ "shape": "S61"
1019
1310
  }
1020
1311
  }
1021
1312
  }
@@ -1052,7 +1343,7 @@
1052
1343
  ],
1053
1344
  "members": {
1054
1345
  "configuredAudienceModelAssociation": {
1055
- "shape": "S3e"
1346
+ "shape": "S3q"
1056
1347
  }
1057
1348
  }
1058
1349
  }
@@ -1082,7 +1373,7 @@
1082
1373
  ],
1083
1374
  "members": {
1084
1375
  "configuredTable": {
1085
- "shape": "S3o"
1376
+ "shape": "S40"
1086
1377
  }
1087
1378
  }
1088
1379
  }
@@ -1117,7 +1408,7 @@
1117
1408
  ],
1118
1409
  "members": {
1119
1410
  "analysisRule": {
1120
- "shape": "S3x"
1411
+ "shape": "S49"
1121
1412
  }
1122
1413
  }
1123
1414
  }
@@ -1152,37 +1443,147 @@
1152
1443
  ],
1153
1444
  "members": {
1154
1445
  "configuredTableAssociation": {
1155
- "shape": "S41"
1446
+ "shape": "S4d"
1156
1447
  }
1157
1448
  }
1158
1449
  }
1159
1450
  },
1160
- "GetMembership": {
1451
+ "GetConfiguredTableAssociationAnalysisRule": {
1161
1452
  "http": {
1162
1453
  "method": "GET",
1163
- "requestUri": "/memberships/{membershipIdentifier}",
1454
+ "requestUri": "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule/{analysisRuleType}",
1164
1455
  "responseCode": 200
1165
1456
  },
1166
1457
  "input": {
1167
1458
  "type": "structure",
1168
1459
  "required": [
1169
- "membershipIdentifier"
1460
+ "membershipIdentifier",
1461
+ "configuredTableAssociationIdentifier",
1462
+ "analysisRuleType"
1170
1463
  ],
1171
1464
  "members": {
1172
1465
  "membershipIdentifier": {
1173
1466
  "location": "uri",
1174
1467
  "locationName": "membershipIdentifier"
1175
- }
1176
- }
1177
- },
1178
- "output": {
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"
1487
+ }
1488
+ }
1489
+ }
1490
+ },
1491
+ "GetIdMappingTable": {
1492
+ "http": {
1493
+ "method": "GET",
1494
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}",
1495
+ "responseCode": 200
1496
+ },
1497
+ "input": {
1498
+ "type": "structure",
1499
+ "required": [
1500
+ "idMappingTableIdentifier",
1501
+ "membershipIdentifier"
1502
+ ],
1503
+ "members": {
1504
+ "idMappingTableIdentifier": {
1505
+ "location": "uri",
1506
+ "locationName": "idMappingTableIdentifier"
1507
+ },
1508
+ "membershipIdentifier": {
1509
+ "location": "uri",
1510
+ "locationName": "membershipIdentifier"
1511
+ }
1512
+ }
1513
+ },
1514
+ "output": {
1515
+ "type": "structure",
1516
+ "required": [
1517
+ "idMappingTable"
1518
+ ],
1519
+ "members": {
1520
+ "idMappingTable": {
1521
+ "shape": "S4y"
1522
+ }
1523
+ }
1524
+ }
1525
+ },
1526
+ "GetIdNamespaceAssociation": {
1527
+ "http": {
1528
+ "method": "GET",
1529
+ "requestUri": "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}",
1530
+ "responseCode": 200
1531
+ },
1532
+ "input": {
1533
+ "type": "structure",
1534
+ "required": [
1535
+ "idNamespaceAssociationIdentifier",
1536
+ "membershipIdentifier"
1537
+ ],
1538
+ "members": {
1539
+ "idNamespaceAssociationIdentifier": {
1540
+ "location": "uri",
1541
+ "locationName": "idNamespaceAssociationIdentifier"
1542
+ },
1543
+ "membershipIdentifier": {
1544
+ "location": "uri",
1545
+ "locationName": "membershipIdentifier"
1546
+ }
1547
+ }
1548
+ },
1549
+ "output": {
1550
+ "type": "structure",
1551
+ "required": [
1552
+ "idNamespaceAssociation"
1553
+ ],
1554
+ "members": {
1555
+ "idNamespaceAssociation": {
1556
+ "shape": "S57"
1557
+ }
1558
+ }
1559
+ }
1560
+ },
1561
+ "GetMembership": {
1562
+ "http": {
1563
+ "method": "GET",
1564
+ "requestUri": "/memberships/{membershipIdentifier}",
1565
+ "responseCode": 200
1566
+ },
1567
+ "input": {
1568
+ "type": "structure",
1569
+ "required": [
1570
+ "membershipIdentifier"
1571
+ ],
1572
+ "members": {
1573
+ "membershipIdentifier": {
1574
+ "location": "uri",
1575
+ "locationName": "membershipIdentifier"
1576
+ }
1577
+ }
1578
+ },
1579
+ "output": {
1179
1580
  "type": "structure",
1180
1581
  "required": [
1181
1582
  "membership"
1182
1583
  ],
1183
1584
  "members": {
1184
1585
  "membership": {
1185
- "shape": "S4e"
1586
+ "shape": "S5o"
1186
1587
  }
1187
1588
  }
1188
1589
  }
@@ -1217,7 +1618,7 @@
1217
1618
  ],
1218
1619
  "members": {
1219
1620
  "privacyBudgetTemplate": {
1220
- "shape": "S4o"
1621
+ "shape": "S5y"
1221
1622
  }
1222
1623
  }
1223
1624
  }
@@ -1252,7 +1653,7 @@
1252
1653
  ],
1253
1654
  "members": {
1254
1655
  "protectedQuery": {
1255
- "shape": "S63"
1656
+ "shape": "S7r"
1256
1657
  }
1257
1658
  }
1258
1659
  }
@@ -1327,7 +1728,7 @@
1327
1728
  ],
1328
1729
  "members": {
1329
1730
  "analysisRule": {
1330
- "shape": "S1s"
1731
+ "shape": "S1y"
1331
1732
  }
1332
1733
  }
1333
1734
  }
@@ -1538,6 +1939,82 @@
1538
1939
  }
1539
1940
  }
1540
1941
  },
1942
+ "ListCollaborationIdNamespaceAssociations": {
1943
+ "http": {
1944
+ "method": "GET",
1945
+ "requestUri": "/collaborations/{collaborationIdentifier}/idnamespaceassociations",
1946
+ "responseCode": 200
1947
+ },
1948
+ "input": {
1949
+ "type": "structure",
1950
+ "required": [
1951
+ "collaborationIdentifier"
1952
+ ],
1953
+ "members": {
1954
+ "collaborationIdentifier": {
1955
+ "location": "uri",
1956
+ "locationName": "collaborationIdentifier"
1957
+ },
1958
+ "nextToken": {
1959
+ "location": "querystring",
1960
+ "locationName": "nextToken"
1961
+ },
1962
+ "maxResults": {
1963
+ "location": "querystring",
1964
+ "locationName": "maxResults",
1965
+ "type": "integer"
1966
+ }
1967
+ }
1968
+ },
1969
+ "output": {
1970
+ "type": "structure",
1971
+ "required": [
1972
+ "collaborationIdNamespaceAssociationSummaries"
1973
+ ],
1974
+ "members": {
1975
+ "nextToken": {},
1976
+ "collaborationIdNamespaceAssociationSummaries": {
1977
+ "type": "list",
1978
+ "member": {
1979
+ "type": "structure",
1980
+ "required": [
1981
+ "arn",
1982
+ "createTime",
1983
+ "id",
1984
+ "updateTime",
1985
+ "collaborationArn",
1986
+ "collaborationId",
1987
+ "creatorAccountId",
1988
+ "inputReferenceConfig",
1989
+ "name",
1990
+ "inputReferenceProperties"
1991
+ ],
1992
+ "members": {
1993
+ "arn": {},
1994
+ "createTime": {
1995
+ "type": "timestamp"
1996
+ },
1997
+ "id": {},
1998
+ "updateTime": {
1999
+ "type": "timestamp"
2000
+ },
2001
+ "collaborationArn": {},
2002
+ "collaborationId": {},
2003
+ "creatorAccountId": {},
2004
+ "inputReferenceConfig": {
2005
+ "shape": "S52"
2006
+ },
2007
+ "name": {},
2008
+ "description": {},
2009
+ "inputReferenceProperties": {
2010
+ "shape": "S90"
2011
+ }
2012
+ }
2013
+ }
2014
+ }
2015
+ }
2016
+ }
2017
+ },
1541
2018
  "ListCollaborationPrivacyBudgetTemplates": {
1542
2019
  "http": {
1543
2020
  "method": "GET",
@@ -1674,7 +2151,7 @@
1674
2151
  "type": "timestamp"
1675
2152
  },
1676
2153
  "budget": {
1677
- "shape": "S7f"
2154
+ "shape": "S99"
1678
2155
  }
1679
2156
  }
1680
2157
  }
@@ -1732,39 +2209,171 @@
1732
2209
  "id": {},
1733
2210
  "arn": {},
1734
2211
  "name": {},
1735
- "creatorAccountId": {},
1736
- "creatorDisplayName": {},
2212
+ "creatorAccountId": {},
2213
+ "creatorDisplayName": {},
2214
+ "createTime": {
2215
+ "type": "timestamp"
2216
+ },
2217
+ "updateTime": {
2218
+ "type": "timestamp"
2219
+ },
2220
+ "memberStatus": {},
2221
+ "membershipId": {},
2222
+ "membershipArn": {}
2223
+ }
2224
+ }
2225
+ }
2226
+ }
2227
+ }
2228
+ },
2229
+ "ListConfiguredAudienceModelAssociations": {
2230
+ "http": {
2231
+ "method": "GET",
2232
+ "requestUri": "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations",
2233
+ "responseCode": 200
2234
+ },
2235
+ "input": {
2236
+ "type": "structure",
2237
+ "required": [
2238
+ "membershipIdentifier"
2239
+ ],
2240
+ "members": {
2241
+ "membershipIdentifier": {
2242
+ "location": "uri",
2243
+ "locationName": "membershipIdentifier"
2244
+ },
2245
+ "nextToken": {
2246
+ "location": "querystring",
2247
+ "locationName": "nextToken"
2248
+ },
2249
+ "maxResults": {
2250
+ "location": "querystring",
2251
+ "locationName": "maxResults",
2252
+ "type": "integer"
2253
+ }
2254
+ }
2255
+ },
2256
+ "output": {
2257
+ "type": "structure",
2258
+ "required": [
2259
+ "configuredAudienceModelAssociationSummaries"
2260
+ ],
2261
+ "members": {
2262
+ "configuredAudienceModelAssociationSummaries": {
2263
+ "type": "list",
2264
+ "member": {
2265
+ "type": "structure",
2266
+ "required": [
2267
+ "membershipId",
2268
+ "membershipArn",
2269
+ "collaborationArn",
2270
+ "collaborationId",
2271
+ "createTime",
2272
+ "updateTime",
2273
+ "id",
2274
+ "arn",
2275
+ "name",
2276
+ "configuredAudienceModelArn"
2277
+ ],
2278
+ "members": {
2279
+ "membershipId": {},
2280
+ "membershipArn": {},
2281
+ "collaborationArn": {},
2282
+ "collaborationId": {},
2283
+ "createTime": {
2284
+ "type": "timestamp"
2285
+ },
2286
+ "updateTime": {
2287
+ "type": "timestamp"
2288
+ },
2289
+ "id": {},
2290
+ "arn": {},
2291
+ "name": {},
2292
+ "configuredAudienceModelArn": {},
2293
+ "description": {}
2294
+ }
2295
+ }
2296
+ },
2297
+ "nextToken": {}
2298
+ }
2299
+ }
2300
+ },
2301
+ "ListConfiguredTableAssociations": {
2302
+ "http": {
2303
+ "method": "GET",
2304
+ "requestUri": "/memberships/{membershipIdentifier}/configuredTableAssociations",
2305
+ "responseCode": 200
2306
+ },
2307
+ "input": {
2308
+ "type": "structure",
2309
+ "required": [
2310
+ "membershipIdentifier"
2311
+ ],
2312
+ "members": {
2313
+ "membershipIdentifier": {
2314
+ "location": "uri",
2315
+ "locationName": "membershipIdentifier"
2316
+ },
2317
+ "nextToken": {
2318
+ "location": "querystring",
2319
+ "locationName": "nextToken"
2320
+ },
2321
+ "maxResults": {
2322
+ "location": "querystring",
2323
+ "locationName": "maxResults",
2324
+ "type": "integer"
2325
+ }
2326
+ }
2327
+ },
2328
+ "output": {
2329
+ "type": "structure",
2330
+ "required": [
2331
+ "configuredTableAssociationSummaries"
2332
+ ],
2333
+ "members": {
2334
+ "configuredTableAssociationSummaries": {
2335
+ "type": "list",
2336
+ "member": {
2337
+ "type": "structure",
2338
+ "required": [
2339
+ "configuredTableId",
2340
+ "membershipId",
2341
+ "membershipArn",
2342
+ "name",
2343
+ "createTime",
2344
+ "updateTime",
2345
+ "id",
2346
+ "arn"
2347
+ ],
2348
+ "members": {
2349
+ "configuredTableId": {},
2350
+ "membershipId": {},
2351
+ "membershipArn": {},
2352
+ "name": {},
1737
2353
  "createTime": {
1738
2354
  "type": "timestamp"
1739
2355
  },
1740
2356
  "updateTime": {
1741
2357
  "type": "timestamp"
1742
2358
  },
1743
- "memberStatus": {},
1744
- "membershipId": {},
1745
- "membershipArn": {}
2359
+ "id": {},
2360
+ "arn": {}
1746
2361
  }
1747
2362
  }
1748
- }
2363
+ },
2364
+ "nextToken": {}
1749
2365
  }
1750
2366
  }
1751
2367
  },
1752
- "ListConfiguredAudienceModelAssociations": {
2368
+ "ListConfiguredTables": {
1753
2369
  "http": {
1754
2370
  "method": "GET",
1755
- "requestUri": "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations",
2371
+ "requestUri": "/configuredTables",
1756
2372
  "responseCode": 200
1757
2373
  },
1758
2374
  "input": {
1759
2375
  "type": "structure",
1760
- "required": [
1761
- "membershipIdentifier"
1762
- ],
1763
2376
  "members": {
1764
- "membershipIdentifier": {
1765
- "location": "uri",
1766
- "locationName": "membershipIdentifier"
1767
- },
1768
2377
  "nextToken": {
1769
2378
  "location": "querystring",
1770
2379
  "locationName": "nextToken"
@@ -1779,41 +2388,36 @@
1779
2388
  "output": {
1780
2389
  "type": "structure",
1781
2390
  "required": [
1782
- "configuredAudienceModelAssociationSummaries"
2391
+ "configuredTableSummaries"
1783
2392
  ],
1784
2393
  "members": {
1785
- "configuredAudienceModelAssociationSummaries": {
2394
+ "configuredTableSummaries": {
1786
2395
  "type": "list",
1787
2396
  "member": {
1788
2397
  "type": "structure",
1789
2398
  "required": [
1790
- "membershipId",
1791
- "membershipArn",
1792
- "collaborationArn",
1793
- "collaborationId",
1794
- "createTime",
1795
- "updateTime",
1796
2399
  "id",
1797
2400
  "arn",
1798
2401
  "name",
1799
- "configuredAudienceModelArn"
2402
+ "createTime",
2403
+ "updateTime",
2404
+ "analysisRuleTypes",
2405
+ "analysisMethod"
1800
2406
  ],
1801
2407
  "members": {
1802
- "membershipId": {},
1803
- "membershipArn": {},
1804
- "collaborationArn": {},
1805
- "collaborationId": {},
2408
+ "id": {},
2409
+ "arn": {},
2410
+ "name": {},
1806
2411
  "createTime": {
1807
2412
  "type": "timestamp"
1808
2413
  },
1809
2414
  "updateTime": {
1810
2415
  "type": "timestamp"
1811
2416
  },
1812
- "id": {},
1813
- "arn": {},
1814
- "name": {},
1815
- "configuredAudienceModelArn": {},
1816
- "description": {}
2417
+ "analysisRuleTypes": {
2418
+ "shape": "S42"
2419
+ },
2420
+ "analysisMethod": {}
1817
2421
  }
1818
2422
  }
1819
2423
  },
@@ -1821,10 +2425,10 @@
1821
2425
  }
1822
2426
  }
1823
2427
  },
1824
- "ListConfiguredTableAssociations": {
2428
+ "ListIdMappingTables": {
1825
2429
  "http": {
1826
2430
  "method": "GET",
1827
- "requestUri": "/memberships/{membershipIdentifier}/configuredTableAssociations",
2431
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables",
1828
2432
  "responseCode": 200
1829
2433
  },
1830
2434
  "input": {
@@ -1851,28 +2455,30 @@
1851
2455
  "output": {
1852
2456
  "type": "structure",
1853
2457
  "required": [
1854
- "configuredTableAssociationSummaries"
2458
+ "idMappingTableSummaries"
1855
2459
  ],
1856
2460
  "members": {
1857
- "configuredTableAssociationSummaries": {
2461
+ "idMappingTableSummaries": {
1858
2462
  "type": "list",
1859
2463
  "member": {
1860
2464
  "type": "structure",
1861
2465
  "required": [
1862
- "configuredTableId",
2466
+ "collaborationArn",
2467
+ "collaborationId",
1863
2468
  "membershipId",
1864
2469
  "membershipArn",
1865
- "name",
1866
2470
  "createTime",
1867
2471
  "updateTime",
1868
2472
  "id",
1869
- "arn"
2473
+ "arn",
2474
+ "inputReferenceConfig",
2475
+ "name"
1870
2476
  ],
1871
2477
  "members": {
1872
- "configuredTableId": {},
2478
+ "collaborationArn": {},
2479
+ "collaborationId": {},
1873
2480
  "membershipId": {},
1874
2481
  "membershipArn": {},
1875
- "name": {},
1876
2482
  "createTime": {
1877
2483
  "type": "timestamp"
1878
2484
  },
@@ -1880,7 +2486,12 @@
1880
2486
  "type": "timestamp"
1881
2487
  },
1882
2488
  "id": {},
1883
- "arn": {}
2489
+ "arn": {},
2490
+ "description": {},
2491
+ "inputReferenceConfig": {
2492
+ "shape": "S4u"
2493
+ },
2494
+ "name": {}
1884
2495
  }
1885
2496
  }
1886
2497
  },
@@ -1888,15 +2499,22 @@
1888
2499
  }
1889
2500
  }
1890
2501
  },
1891
- "ListConfiguredTables": {
2502
+ "ListIdNamespaceAssociations": {
1892
2503
  "http": {
1893
2504
  "method": "GET",
1894
- "requestUri": "/configuredTables",
2505
+ "requestUri": "/memberships/{membershipIdentifier}/idnamespaceassociations",
1895
2506
  "responseCode": 200
1896
2507
  },
1897
2508
  "input": {
1898
2509
  "type": "structure",
2510
+ "required": [
2511
+ "membershipIdentifier"
2512
+ ],
1899
2513
  "members": {
2514
+ "membershipIdentifier": {
2515
+ "location": "uri",
2516
+ "locationName": "membershipIdentifier"
2517
+ },
1900
2518
  "nextToken": {
1901
2519
  "location": "querystring",
1902
2520
  "locationName": "nextToken"
@@ -1911,40 +2529,51 @@
1911
2529
  "output": {
1912
2530
  "type": "structure",
1913
2531
  "required": [
1914
- "configuredTableSummaries"
2532
+ "idNamespaceAssociationSummaries"
1915
2533
  ],
1916
2534
  "members": {
1917
- "configuredTableSummaries": {
2535
+ "nextToken": {},
2536
+ "idNamespaceAssociationSummaries": {
1918
2537
  "type": "list",
1919
2538
  "member": {
1920
2539
  "type": "structure",
1921
2540
  "required": [
2541
+ "membershipId",
2542
+ "membershipArn",
2543
+ "collaborationArn",
2544
+ "collaborationId",
2545
+ "createTime",
2546
+ "updateTime",
1922
2547
  "id",
1923
2548
  "arn",
2549
+ "inputReferenceConfig",
1924
2550
  "name",
1925
- "createTime",
1926
- "updateTime",
1927
- "analysisRuleTypes",
1928
- "analysisMethod"
2551
+ "inputReferenceProperties"
1929
2552
  ],
1930
2553
  "members": {
1931
- "id": {},
1932
- "arn": {},
1933
- "name": {},
2554
+ "membershipId": {},
2555
+ "membershipArn": {},
2556
+ "collaborationArn": {},
2557
+ "collaborationId": {},
1934
2558
  "createTime": {
1935
2559
  "type": "timestamp"
1936
2560
  },
1937
2561
  "updateTime": {
1938
2562
  "type": "timestamp"
1939
2563
  },
1940
- "analysisRuleTypes": {
1941
- "shape": "S3q"
2564
+ "id": {},
2565
+ "arn": {},
2566
+ "inputReferenceConfig": {
2567
+ "shape": "S52"
1942
2568
  },
1943
- "analysisMethod": {}
2569
+ "name": {},
2570
+ "description": {},
2571
+ "inputReferenceProperties": {
2572
+ "shape": "S90"
2573
+ }
1944
2574
  }
1945
2575
  }
1946
- },
1947
- "nextToken": {}
2576
+ }
1948
2577
  }
1949
2578
  }
1950
2579
  },
@@ -2000,7 +2629,7 @@
2000
2629
  "status": {},
2001
2630
  "displayName": {},
2002
2631
  "abilities": {
2003
- "shape": "S2x"
2632
+ "shape": "S39"
2004
2633
  },
2005
2634
  "createTime": {
2006
2635
  "type": "timestamp"
@@ -2011,7 +2640,7 @@
2011
2640
  "membershipId": {},
2012
2641
  "membershipArn": {},
2013
2642
  "paymentConfiguration": {
2014
- "shape": "S30"
2643
+ "shape": "S3c"
2015
2644
  }
2016
2645
  }
2017
2646
  }
@@ -2084,10 +2713,10 @@
2084
2713
  },
2085
2714
  "status": {},
2086
2715
  "memberAbilities": {
2087
- "shape": "S2x"
2716
+ "shape": "S39"
2088
2717
  },
2089
2718
  "paymentConfiguration": {
2090
- "shape": "S4b"
2719
+ "shape": "S5l"
2091
2720
  }
2092
2721
  }
2093
2722
  }
@@ -2235,7 +2864,7 @@
2235
2864
  "type": "timestamp"
2236
2865
  },
2237
2866
  "budget": {
2238
- "shape": "S7f"
2867
+ "shape": "S99"
2239
2868
  }
2240
2869
  }
2241
2870
  }
@@ -2291,7 +2920,8 @@
2291
2920
  "membershipId",
2292
2921
  "membershipArn",
2293
2922
  "createTime",
2294
- "status"
2923
+ "status",
2924
+ "receiverConfigurations"
2295
2925
  ],
2296
2926
  "members": {
2297
2927
  "id": {},
@@ -2300,7 +2930,34 @@
2300
2930
  "createTime": {
2301
2931
  "type": "timestamp"
2302
2932
  },
2303
- "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
+ }
2304
2961
  }
2305
2962
  }
2306
2963
  }
@@ -2406,9 +3063,41 @@
2406
3063
  ],
2407
3064
  "members": {
2408
3065
  "tags": {
2409
- "shape": "S2o"
3066
+ "shape": "S30"
3067
+ }
3068
+ }
3069
+ }
3070
+ },
3071
+ "PopulateIdMappingTable": {
3072
+ "http": {
3073
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}/populate",
3074
+ "responseCode": 200
3075
+ },
3076
+ "input": {
3077
+ "type": "structure",
3078
+ "required": [
3079
+ "idMappingTableIdentifier",
3080
+ "membershipIdentifier"
3081
+ ],
3082
+ "members": {
3083
+ "idMappingTableIdentifier": {
3084
+ "location": "uri",
3085
+ "locationName": "idMappingTableIdentifier"
3086
+ },
3087
+ "membershipIdentifier": {
3088
+ "location": "uri",
3089
+ "locationName": "membershipIdentifier"
2410
3090
  }
2411
3091
  }
3092
+ },
3093
+ "output": {
3094
+ "type": "structure",
3095
+ "required": [
3096
+ "idMappingJobId"
3097
+ ],
3098
+ "members": {
3099
+ "idMappingJobId": {}
3100
+ }
2412
3101
  }
2413
3102
  },
2414
3103
  "PreviewPrivacyImpact": {
@@ -2508,10 +3197,10 @@
2508
3197
  "locationName": "membershipIdentifier"
2509
3198
  },
2510
3199
  "sqlParameters": {
2511
- "shape": "S64"
3200
+ "shape": "S7s"
2512
3201
  },
2513
3202
  "resultConfiguration": {
2514
- "shape": "S68"
3203
+ "shape": "S7w"
2515
3204
  }
2516
3205
  }
2517
3206
  },
@@ -2522,7 +3211,7 @@
2522
3211
  ],
2523
3212
  "members": {
2524
3213
  "protectedQuery": {
2525
- "shape": "S63"
3214
+ "shape": "S7r"
2526
3215
  }
2527
3216
  }
2528
3217
  }
@@ -2544,7 +3233,7 @@
2544
3233
  "locationName": "resourceArn"
2545
3234
  },
2546
3235
  "tags": {
2547
- "shape": "S2o"
3236
+ "shape": "S30"
2548
3237
  }
2549
3238
  }
2550
3239
  },
@@ -2614,7 +3303,7 @@
2614
3303
  ],
2615
3304
  "members": {
2616
3305
  "analysisTemplate": {
2617
- "shape": "S2s"
3306
+ "shape": "S34"
2618
3307
  }
2619
3308
  }
2620
3309
  }
@@ -2646,7 +3335,7 @@
2646
3335
  ],
2647
3336
  "members": {
2648
3337
  "collaboration": {
2649
- "shape": "S38"
3338
+ "shape": "S3k"
2650
3339
  }
2651
3340
  }
2652
3341
  }
@@ -2683,7 +3372,7 @@
2683
3372
  ],
2684
3373
  "members": {
2685
3374
  "configuredAudienceModelAssociation": {
2686
- "shape": "S3e"
3375
+ "shape": "S3q"
2687
3376
  }
2688
3377
  }
2689
3378
  }
@@ -2715,7 +3404,7 @@
2715
3404
  ],
2716
3405
  "members": {
2717
3406
  "configuredTable": {
2718
- "shape": "S3o"
3407
+ "shape": "S40"
2719
3408
  }
2720
3409
  }
2721
3410
  }
@@ -2734,64 +3423,185 @@
2734
3423
  "analysisRulePolicy"
2735
3424
  ],
2736
3425
  "members": {
2737
- "configuredTableIdentifier": {
3426
+ "configuredTableIdentifier": {
3427
+ "location": "uri",
3428
+ "locationName": "configuredTableIdentifier"
3429
+ },
3430
+ "analysisRuleType": {
3431
+ "location": "uri",
3432
+ "locationName": "analysisRuleType"
3433
+ },
3434
+ "analysisRulePolicy": {
3435
+ "shape": "S46"
3436
+ }
3437
+ }
3438
+ },
3439
+ "output": {
3440
+ "type": "structure",
3441
+ "required": [
3442
+ "analysisRule"
3443
+ ],
3444
+ "members": {
3445
+ "analysisRule": {
3446
+ "shape": "S49"
3447
+ }
3448
+ }
3449
+ }
3450
+ },
3451
+ "UpdateConfiguredTableAssociation": {
3452
+ "http": {
3453
+ "method": "PATCH",
3454
+ "requestUri": "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}",
3455
+ "responseCode": 200
3456
+ },
3457
+ "input": {
3458
+ "type": "structure",
3459
+ "required": [
3460
+ "configuredTableAssociationIdentifier",
3461
+ "membershipIdentifier"
3462
+ ],
3463
+ "members": {
3464
+ "configuredTableAssociationIdentifier": {
3465
+ "location": "uri",
3466
+ "locationName": "configuredTableAssociationIdentifier"
3467
+ },
3468
+ "membershipIdentifier": {
3469
+ "location": "uri",
3470
+ "locationName": "membershipIdentifier"
3471
+ },
3472
+ "description": {},
3473
+ "roleArn": {}
3474
+ }
3475
+ },
3476
+ "output": {
3477
+ "type": "structure",
3478
+ "required": [
3479
+ "configuredTableAssociation"
3480
+ ],
3481
+ "members": {
3482
+ "configuredTableAssociation": {
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"
3528
+ }
3529
+ }
3530
+ }
3531
+ },
3532
+ "UpdateIdMappingTable": {
3533
+ "http": {
3534
+ "method": "PATCH",
3535
+ "requestUri": "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}",
3536
+ "responseCode": 200
3537
+ },
3538
+ "input": {
3539
+ "type": "structure",
3540
+ "required": [
3541
+ "idMappingTableIdentifier",
3542
+ "membershipIdentifier"
3543
+ ],
3544
+ "members": {
3545
+ "idMappingTableIdentifier": {
2738
3546
  "location": "uri",
2739
- "locationName": "configuredTableIdentifier"
3547
+ "locationName": "idMappingTableIdentifier"
2740
3548
  },
2741
- "analysisRuleType": {
3549
+ "membershipIdentifier": {
2742
3550
  "location": "uri",
2743
- "locationName": "analysisRuleType"
3551
+ "locationName": "membershipIdentifier"
2744
3552
  },
2745
- "analysisRulePolicy": {
2746
- "shape": "S3u"
2747
- }
3553
+ "description": {},
3554
+ "kmsKeyArn": {}
2748
3555
  }
2749
3556
  },
2750
3557
  "output": {
2751
3558
  "type": "structure",
2752
3559
  "required": [
2753
- "analysisRule"
3560
+ "idMappingTable"
2754
3561
  ],
2755
3562
  "members": {
2756
- "analysisRule": {
2757
- "shape": "S3x"
3563
+ "idMappingTable": {
3564
+ "shape": "S4y"
2758
3565
  }
2759
3566
  }
2760
3567
  }
2761
3568
  },
2762
- "UpdateConfiguredTableAssociation": {
3569
+ "UpdateIdNamespaceAssociation": {
2763
3570
  "http": {
2764
3571
  "method": "PATCH",
2765
- "requestUri": "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}",
3572
+ "requestUri": "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}",
2766
3573
  "responseCode": 200
2767
3574
  },
2768
3575
  "input": {
2769
3576
  "type": "structure",
2770
3577
  "required": [
2771
- "configuredTableAssociationIdentifier",
3578
+ "idNamespaceAssociationIdentifier",
2772
3579
  "membershipIdentifier"
2773
3580
  ],
2774
3581
  "members": {
2775
- "configuredTableAssociationIdentifier": {
3582
+ "idNamespaceAssociationIdentifier": {
2776
3583
  "location": "uri",
2777
- "locationName": "configuredTableAssociationIdentifier"
3584
+ "locationName": "idNamespaceAssociationIdentifier"
2778
3585
  },
2779
3586
  "membershipIdentifier": {
2780
3587
  "location": "uri",
2781
3588
  "locationName": "membershipIdentifier"
2782
3589
  },
3590
+ "name": {},
2783
3591
  "description": {},
2784
- "roleArn": {}
3592
+ "idMappingConfig": {
3593
+ "shape": "S55"
3594
+ }
2785
3595
  }
2786
3596
  },
2787
3597
  "output": {
2788
3598
  "type": "structure",
2789
3599
  "required": [
2790
- "configuredTableAssociation"
3600
+ "idNamespaceAssociation"
2791
3601
  ],
2792
3602
  "members": {
2793
- "configuredTableAssociation": {
2794
- "shape": "S41"
3603
+ "idNamespaceAssociation": {
3604
+ "shape": "S57"
2795
3605
  }
2796
3606
  }
2797
3607
  }
@@ -2814,7 +3624,7 @@
2814
3624
  },
2815
3625
  "queryLogStatus": {},
2816
3626
  "defaultResultConfiguration": {
2817
- "shape": "S45"
3627
+ "shape": "S5f"
2818
3628
  }
2819
3629
  }
2820
3630
  },
@@ -2825,7 +3635,7 @@
2825
3635
  ],
2826
3636
  "members": {
2827
3637
  "membership": {
2828
- "shape": "S4e"
3638
+ "shape": "S5o"
2829
3639
  }
2830
3640
  }
2831
3641
  }
@@ -2879,7 +3689,7 @@
2879
3689
  ],
2880
3690
  "members": {
2881
3691
  "privacyBudgetTemplate": {
2882
- "shape": "S4o"
3692
+ "shape": "S5y"
2883
3693
  }
2884
3694
  }
2885
3695
  }
@@ -2916,7 +3726,7 @@
2916
3726
  ],
2917
3727
  "members": {
2918
3728
  "protectedQuery": {
2919
- "shape": "S63"
3729
+ "shape": "S7r"
2920
3730
  }
2921
3731
  }
2922
3732
  },
@@ -3071,7 +3881,8 @@
3071
3881
  "member": {
3072
3882
  "type": "structure",
3073
3883
  "required": [
3074
- "status"
3884
+ "status",
3885
+ "analysisType"
3075
3886
  ],
3076
3887
  "members": {
3077
3888
  "status": {},
@@ -3093,9 +3904,27 @@
3093
3904
  "configurations": {
3094
3905
  "type": "list",
3095
3906
  "member": {}
3096
- }
3907
+ },
3908
+ "analysisType": {}
3097
3909
  }
3098
3910
  }
3911
+ },
3912
+ "schemaTypeProperties": {
3913
+ "type": "structure",
3914
+ "members": {
3915
+ "idMappingTable": {
3916
+ "type": "structure",
3917
+ "required": [
3918
+ "idMappingTableInputSource"
3919
+ ],
3920
+ "members": {
3921
+ "idMappingTableInputSource": {
3922
+ "shape": "S1o"
3923
+ }
3924
+ }
3925
+ }
3926
+ },
3927
+ "union": true
3099
3928
  }
3100
3929
  }
3101
3930
  },
@@ -3117,7 +3946,21 @@
3117
3946
  "type": "list",
3118
3947
  "member": {}
3119
3948
  },
3120
- "S1s": {
3949
+ "S1o": {
3950
+ "type": "list",
3951
+ "member": {
3952
+ "type": "structure",
3953
+ "required": [
3954
+ "idNamespaceAssociationId",
3955
+ "type"
3956
+ ],
3957
+ "members": {
3958
+ "idNamespaceAssociationId": {},
3959
+ "type": {}
3960
+ }
3961
+ }
3962
+ },
3963
+ "S1y": {
3121
3964
  "type": "structure",
3122
3965
  "required": [
3123
3966
  "collaborationId",
@@ -3144,13 +3987,46 @@
3144
3987
  "type": "structure",
3145
3988
  "members": {
3146
3989
  "list": {
3147
- "shape": "S1v"
3990
+ "shape": "S21"
3148
3991
  },
3149
3992
  "aggregation": {
3150
- "shape": "S21"
3993
+ "shape": "S28"
3151
3994
  },
3152
3995
  "custom": {
3153
- "shape": "S2d"
3996
+ "shape": "S2k"
3997
+ },
3998
+ "idMappingTable": {
3999
+ "type": "structure",
4000
+ "required": [
4001
+ "joinColumns",
4002
+ "queryConstraints"
4003
+ ],
4004
+ "members": {
4005
+ "joinColumns": {
4006
+ "type": "list",
4007
+ "member": {}
4008
+ },
4009
+ "queryConstraints": {
4010
+ "type": "list",
4011
+ "member": {
4012
+ "type": "structure",
4013
+ "members": {
4014
+ "requireOverlap": {
4015
+ "type": "structure",
4016
+ "members": {
4017
+ "columns": {
4018
+ "shape": "S26"
4019
+ }
4020
+ }
4021
+ }
4022
+ },
4023
+ "union": true
4024
+ }
4025
+ },
4026
+ "dimensionColumns": {
4027
+ "shape": "S26"
4028
+ }
4029
+ }
3154
4030
  }
3155
4031
  },
3156
4032
  "union": true
@@ -3160,7 +4036,7 @@
3160
4036
  }
3161
4037
  }
3162
4038
  },
3163
- "S1v": {
4039
+ "S21": {
3164
4040
  "type": "structure",
3165
4041
  "required": [
3166
4042
  "joinColumns",
@@ -3172,22 +4048,23 @@
3172
4048
  "member": {}
3173
4049
  },
3174
4050
  "allowedJoinOperators": {
3175
- "shape": "S1y"
4051
+ "shape": "S24"
3176
4052
  },
3177
4053
  "listColumns": {
3178
- "shape": "S20"
3179
- }
4054
+ "shape": "S26"
4055
+ },
4056
+ "additionalAnalyses": {}
3180
4057
  }
3181
4058
  },
3182
- "S1y": {
4059
+ "S24": {
3183
4060
  "type": "list",
3184
4061
  "member": {}
3185
4062
  },
3186
- "S20": {
4063
+ "S26": {
3187
4064
  "type": "list",
3188
4065
  "member": {}
3189
4066
  },
3190
- "S21": {
4067
+ "S28": {
3191
4068
  "type": "structure",
3192
4069
  "required": [
3193
4070
  "aggregateColumns",
@@ -3215,14 +4092,14 @@
3215
4092
  }
3216
4093
  },
3217
4094
  "joinColumns": {
3218
- "shape": "S20"
4095
+ "shape": "S26"
3219
4096
  },
3220
4097
  "joinRequired": {},
3221
4098
  "allowedJoinOperators": {
3222
- "shape": "S1y"
4099
+ "shape": "S24"
3223
4100
  },
3224
4101
  "dimensionColumns": {
3225
- "shape": "S20"
4102
+ "shape": "S26"
3226
4103
  },
3227
4104
  "scalarFunctions": {
3228
4105
  "type": "list",
@@ -3245,10 +4122,11 @@
3245
4122
  "type": {}
3246
4123
  }
3247
4124
  }
3248
- }
4125
+ },
4126
+ "additionalAnalyses": {}
3249
4127
  }
3250
4128
  },
3251
- "S2d": {
4129
+ "S2k": {
3252
4130
  "type": "structure",
3253
4131
  "required": [
3254
4132
  "allowedAnalyses"
@@ -3262,6 +4140,10 @@
3262
4140
  "type": "list",
3263
4141
  "member": {}
3264
4142
  },
4143
+ "additionalAnalyses": {},
4144
+ "disallowedOutputColumns": {
4145
+ "shape": "S26"
4146
+ },
3265
4147
  "differentialPrivacy": {
3266
4148
  "type": "structure",
3267
4149
  "required": [
@@ -3284,12 +4166,12 @@
3284
4166
  }
3285
4167
  }
3286
4168
  },
3287
- "S2o": {
4169
+ "S30": {
3288
4170
  "type": "map",
3289
4171
  "key": {},
3290
4172
  "value": {}
3291
4173
  },
3292
- "S2s": {
4174
+ "S34": {
3293
4175
  "type": "structure",
3294
4176
  "required": [
3295
4177
  "id",
@@ -3335,11 +4217,11 @@
3335
4217
  }
3336
4218
  }
3337
4219
  },
3338
- "S2x": {
4220
+ "S39": {
3339
4221
  "type": "list",
3340
4222
  "member": {}
3341
4223
  },
3342
- "S30": {
4224
+ "S3c": {
3343
4225
  "type": "structure",
3344
4226
  "required": [
3345
4227
  "queryCompute"
@@ -3358,7 +4240,7 @@
3358
4240
  }
3359
4241
  }
3360
4242
  },
3361
- "S35": {
4243
+ "S3h": {
3362
4244
  "type": "structure",
3363
4245
  "required": [
3364
4246
  "allowCleartext",
@@ -3381,7 +4263,7 @@
3381
4263
  }
3382
4264
  }
3383
4265
  },
3384
- "S38": {
4266
+ "S3k": {
3385
4267
  "type": "structure",
3386
4268
  "required": [
3387
4269
  "id",
@@ -3411,12 +4293,12 @@
3411
4293
  "membershipId": {},
3412
4294
  "membershipArn": {},
3413
4295
  "dataEncryptionMetadata": {
3414
- "shape": "S35"
4296
+ "shape": "S3h"
3415
4297
  },
3416
4298
  "queryLogStatus": {}
3417
4299
  }
3418
4300
  },
3419
- "S3e": {
4301
+ "S3q": {
3420
4302
  "type": "structure",
3421
4303
  "required": [
3422
4304
  "id",
@@ -3452,7 +4334,7 @@
3452
4334
  }
3453
4335
  }
3454
4336
  },
3455
- "S3i": {
4337
+ "S3u": {
3456
4338
  "type": "structure",
3457
4339
  "members": {
3458
4340
  "glue": {
@@ -3469,11 +4351,11 @@
3469
4351
  },
3470
4352
  "union": true
3471
4353
  },
3472
- "S3m": {
4354
+ "S3y": {
3473
4355
  "type": "list",
3474
4356
  "member": {}
3475
4357
  },
3476
- "S3o": {
4358
+ "S40": {
3477
4359
  "type": "structure",
3478
4360
  "required": [
3479
4361
  "id",
@@ -3492,7 +4374,7 @@
3492
4374
  "name": {},
3493
4375
  "description": {},
3494
4376
  "tableReference": {
3495
- "shape": "S3i"
4377
+ "shape": "S3u"
3496
4378
  },
3497
4379
  "createTime": {
3498
4380
  "type": "timestamp"
@@ -3501,32 +4383,32 @@
3501
4383
  "type": "timestamp"
3502
4384
  },
3503
4385
  "analysisRuleTypes": {
3504
- "shape": "S3q"
4386
+ "shape": "S42"
3505
4387
  },
3506
4388
  "analysisMethod": {},
3507
4389
  "allowedColumns": {
3508
- "shape": "S3m"
4390
+ "shape": "S3y"
3509
4391
  }
3510
4392
  }
3511
4393
  },
3512
- "S3q": {
4394
+ "S42": {
3513
4395
  "type": "list",
3514
4396
  "member": {}
3515
4397
  },
3516
- "S3u": {
4398
+ "S46": {
3517
4399
  "type": "structure",
3518
4400
  "members": {
3519
4401
  "v1": {
3520
4402
  "type": "structure",
3521
4403
  "members": {
3522
4404
  "list": {
3523
- "shape": "S1v"
4405
+ "shape": "S21"
3524
4406
  },
3525
4407
  "aggregation": {
3526
- "shape": "S21"
4408
+ "shape": "S28"
3527
4409
  },
3528
4410
  "custom": {
3529
- "shape": "S2d"
4411
+ "shape": "S2k"
3530
4412
  }
3531
4413
  },
3532
4414
  "union": true
@@ -3534,7 +4416,7 @@
3534
4416
  },
3535
4417
  "union": true
3536
4418
  },
3537
- "S3x": {
4419
+ "S49": {
3538
4420
  "type": "structure",
3539
4421
  "required": [
3540
4422
  "configuredTableId",
@@ -3548,7 +4430,7 @@
3548
4430
  "configuredTableId": {},
3549
4431
  "configuredTableArn": {},
3550
4432
  "policy": {
3551
- "shape": "S3u"
4433
+ "shape": "S46"
3552
4434
  },
3553
4435
  "type": {},
3554
4436
  "createTime": {
@@ -3559,7 +4441,7 @@
3559
4441
  }
3560
4442
  }
3561
4443
  },
3562
- "S41": {
4444
+ "S4d": {
3563
4445
  "type": "structure",
3564
4446
  "required": [
3565
4447
  "arn",
@@ -3583,15 +4465,242 @@
3583
4465
  "roleArn": {},
3584
4466
  "name": {},
3585
4467
  "description": {},
4468
+ "analysisRuleTypes": {
4469
+ "type": "list",
4470
+ "member": {}
4471
+ },
4472
+ "createTime": {
4473
+ "type": "timestamp"
4474
+ },
4475
+ "updateTime": {
4476
+ "type": "timestamp"
4477
+ }
4478
+ }
4479
+ },
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": {
4561
+ "type": "structure",
4562
+ "required": [
4563
+ "inputReferenceArn",
4564
+ "manageResourcePolicies"
4565
+ ],
4566
+ "members": {
4567
+ "inputReferenceArn": {},
4568
+ "manageResourcePolicies": {
4569
+ "type": "boolean"
4570
+ }
4571
+ }
4572
+ },
4573
+ "S4y": {
4574
+ "type": "structure",
4575
+ "required": [
4576
+ "id",
4577
+ "arn",
4578
+ "inputReferenceConfig",
4579
+ "membershipId",
4580
+ "membershipArn",
4581
+ "collaborationId",
4582
+ "collaborationArn",
4583
+ "name",
4584
+ "createTime",
4585
+ "updateTime",
4586
+ "inputReferenceProperties"
4587
+ ],
4588
+ "members": {
4589
+ "id": {},
4590
+ "arn": {},
4591
+ "inputReferenceConfig": {
4592
+ "shape": "S4u"
4593
+ },
4594
+ "membershipId": {},
4595
+ "membershipArn": {},
4596
+ "collaborationId": {},
4597
+ "collaborationArn": {},
4598
+ "description": {},
4599
+ "name": {},
4600
+ "createTime": {
4601
+ "type": "timestamp"
4602
+ },
4603
+ "updateTime": {
4604
+ "type": "timestamp"
4605
+ },
4606
+ "inputReferenceProperties": {
4607
+ "type": "structure",
4608
+ "required": [
4609
+ "idMappingTableInputSource"
4610
+ ],
4611
+ "members": {
4612
+ "idMappingTableInputSource": {
4613
+ "shape": "S1o"
4614
+ }
4615
+ }
4616
+ },
4617
+ "kmsKeyArn": {}
4618
+ }
4619
+ },
4620
+ "S52": {
4621
+ "type": "structure",
4622
+ "required": [
4623
+ "inputReferenceArn",
4624
+ "manageResourcePolicies"
4625
+ ],
4626
+ "members": {
4627
+ "inputReferenceArn": {},
4628
+ "manageResourcePolicies": {
4629
+ "type": "boolean"
4630
+ }
4631
+ }
4632
+ },
4633
+ "S55": {
4634
+ "type": "structure",
4635
+ "required": [
4636
+ "allowUseAsDimensionColumn"
4637
+ ],
4638
+ "members": {
4639
+ "allowUseAsDimensionColumn": {
4640
+ "type": "boolean"
4641
+ }
4642
+ }
4643
+ },
4644
+ "S57": {
4645
+ "type": "structure",
4646
+ "required": [
4647
+ "id",
4648
+ "arn",
4649
+ "membershipId",
4650
+ "membershipArn",
4651
+ "collaborationId",
4652
+ "collaborationArn",
4653
+ "name",
4654
+ "createTime",
4655
+ "updateTime",
4656
+ "inputReferenceConfig",
4657
+ "inputReferenceProperties"
4658
+ ],
4659
+ "members": {
4660
+ "id": {},
4661
+ "arn": {},
4662
+ "membershipId": {},
4663
+ "membershipArn": {},
4664
+ "collaborationId": {},
4665
+ "collaborationArn": {},
4666
+ "name": {},
4667
+ "description": {},
3586
4668
  "createTime": {
3587
4669
  "type": "timestamp"
3588
4670
  },
3589
4671
  "updateTime": {
3590
4672
  "type": "timestamp"
4673
+ },
4674
+ "inputReferenceConfig": {
4675
+ "shape": "S52"
4676
+ },
4677
+ "inputReferenceProperties": {
4678
+ "shape": "S5a"
4679
+ },
4680
+ "idMappingConfig": {
4681
+ "shape": "S55"
4682
+ }
4683
+ }
4684
+ },
4685
+ "S5a": {
4686
+ "type": "structure",
4687
+ "required": [
4688
+ "idNamespaceType",
4689
+ "idMappingWorkflowsSupported"
4690
+ ],
4691
+ "members": {
4692
+ "idNamespaceType": {},
4693
+ "idMappingWorkflowsSupported": {
4694
+ "type": "list",
4695
+ "member": {
4696
+ "type": "structure",
4697
+ "members": {},
4698
+ "document": true
4699
+ }
3591
4700
  }
3592
4701
  }
3593
4702
  },
3594
- "S45": {
4703
+ "S5f": {
3595
4704
  "type": "structure",
3596
4705
  "required": [
3597
4706
  "outputConfiguration"
@@ -3601,7 +4710,7 @@
3601
4710
  "type": "structure",
3602
4711
  "members": {
3603
4712
  "s3": {
3604
- "shape": "S47"
4713
+ "shape": "S5h"
3605
4714
  }
3606
4715
  },
3607
4716
  "union": true
@@ -3609,7 +4718,7 @@
3609
4718
  "roleArn": {}
3610
4719
  }
3611
4720
  },
3612
- "S47": {
4721
+ "S5h": {
3613
4722
  "type": "structure",
3614
4723
  "required": [
3615
4724
  "resultFormat",
@@ -3621,7 +4730,7 @@
3621
4730
  "keyPrefix": {}
3622
4731
  }
3623
4732
  },
3624
- "S4b": {
4733
+ "S5l": {
3625
4734
  "type": "structure",
3626
4735
  "required": [
3627
4736
  "queryCompute"
@@ -3640,7 +4749,7 @@
3640
4749
  }
3641
4750
  }
3642
4751
  },
3643
- "S4e": {
4752
+ "S5o": {
3644
4753
  "type": "structure",
3645
4754
  "required": [
3646
4755
  "id",
@@ -3673,18 +4782,18 @@
3673
4782
  },
3674
4783
  "status": {},
3675
4784
  "memberAbilities": {
3676
- "shape": "S2x"
4785
+ "shape": "S39"
3677
4786
  },
3678
4787
  "queryLogStatus": {},
3679
4788
  "defaultResultConfiguration": {
3680
- "shape": "S45"
4789
+ "shape": "S5f"
3681
4790
  },
3682
4791
  "paymentConfiguration": {
3683
- "shape": "S4b"
4792
+ "shape": "S5l"
3684
4793
  }
3685
4794
  }
3686
4795
  },
3687
- "S4o": {
4796
+ "S5y": {
3688
4797
  "type": "structure",
3689
4798
  "required": [
3690
4799
  "id",
@@ -3715,11 +4824,11 @@
3715
4824
  "privacyBudgetType": {},
3716
4825
  "autoRefresh": {},
3717
4826
  "parameters": {
3718
- "shape": "S4r"
4827
+ "shape": "S61"
3719
4828
  }
3720
4829
  }
3721
4830
  },
3722
- "S4r": {
4831
+ "S61": {
3723
4832
  "type": "structure",
3724
4833
  "members": {
3725
4834
  "differentialPrivacy": {
@@ -3740,7 +4849,7 @@
3740
4849
  },
3741
4850
  "union": true
3742
4851
  },
3743
- "S63": {
4852
+ "S7r": {
3744
4853
  "type": "structure",
3745
4854
  "required": [
3746
4855
  "id",
@@ -3757,11 +4866,11 @@
3757
4866
  "type": "timestamp"
3758
4867
  },
3759
4868
  "sqlParameters": {
3760
- "shape": "S64"
4869
+ "shape": "S7s"
3761
4870
  },
3762
4871
  "status": {},
3763
4872
  "resultConfiguration": {
3764
- "shape": "S68"
4873
+ "shape": "S7w"
3765
4874
  },
3766
4875
  "statistics": {
3767
4876
  "type": "structure",
@@ -3851,7 +4960,7 @@
3851
4960
  }
3852
4961
  }
3853
4962
  },
3854
- "S64": {
4963
+ "S7s": {
3855
4964
  "type": "structure",
3856
4965
  "members": {
3857
4966
  "queryString": {},
@@ -3864,7 +4973,7 @@
3864
4973
  },
3865
4974
  "sensitive": true
3866
4975
  },
3867
- "S68": {
4976
+ "S7w": {
3868
4977
  "type": "structure",
3869
4978
  "required": [
3870
4979
  "outputConfiguration"
@@ -3874,14 +4983,32 @@
3874
4983
  "type": "structure",
3875
4984
  "members": {
3876
4985
  "s3": {
3877
- "shape": "S47"
4986
+ "shape": "S5h"
4987
+ },
4988
+ "member": {
4989
+ "type": "structure",
4990
+ "required": [
4991
+ "accountId"
4992
+ ],
4993
+ "members": {
4994
+ "accountId": {}
4995
+ }
3878
4996
  }
3879
4997
  },
3880
4998
  "union": true
3881
4999
  }
3882
5000
  }
3883
5001
  },
3884
- "S7f": {
5002
+ "S90": {
5003
+ "type": "structure",
5004
+ "required": [
5005
+ "idNamespaceType"
5006
+ ],
5007
+ "members": {
5008
+ "idNamespaceType": {}
5009
+ }
5010
+ },
5011
+ "S99": {
3885
5012
  "type": "structure",
3886
5013
  "members": {
3887
5014
  "differentialPrivacy": {