Skip to content

Commit d9e3827

Browse files
This feature provides the ability to update the table reference and allowed columns on an existing configured table.
1 parent c2106ed commit d9e3827

19 files changed

+381
-474
lines changed

generator/ServiceModels/cleanrooms/cleanrooms-2022-02-17.api.json

Lines changed: 18 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,6 +1310,7 @@
13101310
"output":{"shape":"UpdateConfiguredTableOutput"},
13111311
"errors":[
13121312
{"shape":"ConflictException"},
1313+
{"shape":"ServiceQuotaExceededException"},
13131314
{"shape":"ResourceNotFoundException"},
13141315
{"shape":"InternalServerException"},
13151316
{"shape":"ValidationException"},
@@ -3364,8 +3365,7 @@
33643365
},
33653366
"DeleteAnalysisTemplateOutput":{
33663367
"type":"structure",
3367-
"members":{
3368-
}
3368+
"members":{}
33693369
},
33703370
"DeleteCollaborationInput":{
33713371
"type":"structure",
@@ -3380,8 +3380,7 @@
33803380
},
33813381
"DeleteCollaborationOutput":{
33823382
"type":"structure",
3383-
"members":{
3384-
}
3383+
"members":{}
33853384
},
33863385
"DeleteConfiguredAudienceModelAssociationInput":{
33873386
"type":"structure",
@@ -3404,8 +3403,7 @@
34043403
},
34053404
"DeleteConfiguredAudienceModelAssociationOutput":{
34063405
"type":"structure",
3407-
"members":{
3408-
}
3406+
"members":{}
34093407
},
34103408
"DeleteConfiguredTableAnalysisRuleInput":{
34113409
"type":"structure",
@@ -3428,8 +3426,7 @@
34283426
},
34293427
"DeleteConfiguredTableAnalysisRuleOutput":{
34303428
"type":"structure",
3431-
"members":{
3432-
}
3429+
"members":{}
34333430
},
34343431
"DeleteConfiguredTableAssociationAnalysisRuleInput":{
34353432
"type":"structure",
@@ -3458,8 +3455,7 @@
34583455
},
34593456
"DeleteConfiguredTableAssociationAnalysisRuleOutput":{
34603457
"type":"structure",
3461-
"members":{
3462-
}
3458+
"members":{}
34633459
},
34643460
"DeleteConfiguredTableAssociationInput":{
34653461
"type":"structure",
@@ -3482,8 +3478,7 @@
34823478
},
34833479
"DeleteConfiguredTableAssociationOutput":{
34843480
"type":"structure",
3485-
"members":{
3486-
}
3481+
"members":{}
34873482
},
34883483
"DeleteConfiguredTableInput":{
34893484
"type":"structure",
@@ -3498,8 +3493,7 @@
34983493
},
34993494
"DeleteConfiguredTableOutput":{
35003495
"type":"structure",
3501-
"members":{
3502-
}
3496+
"members":{}
35033497
},
35043498
"DeleteIdMappingTableInput":{
35053499
"type":"structure",
@@ -3522,8 +3516,7 @@
35223516
},
35233517
"DeleteIdMappingTableOutput":{
35243518
"type":"structure",
3525-
"members":{
3526-
}
3519+
"members":{}
35273520
},
35283521
"DeleteIdNamespaceAssociationInput":{
35293522
"type":"structure",
@@ -3546,8 +3539,7 @@
35463539
},
35473540
"DeleteIdNamespaceAssociationOutput":{
35483541
"type":"structure",
3549-
"members":{
3550-
}
3542+
"members":{}
35513543
},
35523544
"DeleteMemberInput":{
35533545
"type":"structure",
@@ -3570,8 +3562,7 @@
35703562
},
35713563
"DeleteMemberOutput":{
35723564
"type":"structure",
3573-
"members":{
3574-
}
3565+
"members":{}
35753566
},
35763567
"DeleteMembershipInput":{
35773568
"type":"structure",
@@ -3586,8 +3577,7 @@
35863577
},
35873578
"DeleteMembershipOutput":{
35883579
"type":"structure",
3589-
"members":{
3590-
}
3580+
"members":{}
35913581
},
35923582
"DeletePrivacyBudgetTemplateInput":{
35933583
"type":"structure",
@@ -3610,8 +3600,7 @@
36103600
},
36113601
"DeletePrivacyBudgetTemplateOutput":{
36123602
"type":"structure",
3613-
"members":{
3614-
}
3603+
"members":{}
36153604
},
36163605
"DifferentialPrivacyAggregationExpression":{
36173606
"type":"string",
@@ -3797,8 +3786,7 @@
37973786
},
37983787
"Document":{
37993788
"type":"structure",
3800-
"members":{
3801-
},
3789+
"members":{},
38023790
"document":true
38033791
},
38043792
"Double":{
@@ -6753,8 +6741,7 @@
67536741
},
67546742
"TagResourceOutput":{
67556743
"type":"structure",
6756-
"members":{
6757-
}
6744+
"members":{}
67586745
},
67596746
"TagValue":{
67606747
"type":"string",
@@ -6808,8 +6795,7 @@
68086795
},
68096796
"UntagResourceOutput":{
68106797
"type":"structure",
6811-
"members":{
6812-
}
6798+
"members":{}
68136799
},
68146800
"UpdateAnalysisTemplateInput":{
68156801
"type":"structure",
@@ -6988,6 +6974,8 @@
69886974
},
69896975
"name":{"shape":"DisplayName"},
69906976
"description":{"shape":"TableDescription"},
6977+
"tableReference":{"shape":"TableReference"},
6978+
"allowedColumns":{"shape":"AllowedColumnList"},
69916979
"analysisMethod":{"shape":"AnalysisMethod"},
69926980
"selectedAnalysisMethods":{"shape":"SelectedAnalysisMethods"}
69936981
}

0 commit comments

Comments
 (0)