@aws-sdk/client-cleanrooms 3.1076.0 → 3.1077.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.
Files changed (108) hide show
  1. package/README.md +84 -0
  2. package/dist-cjs/index.js +769 -42
  3. package/dist-es/CleanRooms.js +28 -0
  4. package/dist-es/commands/CreateIntermediateTableAnalysisRuleCommand.js +16 -0
  5. package/dist-es/commands/CreateIntermediateTableCommand.js +16 -0
  6. package/dist-es/commands/DeleteIntermediateTableAnalysisRuleCommand.js +16 -0
  7. package/dist-es/commands/DeleteIntermediateTableCommand.js +16 -0
  8. package/dist-es/commands/DisallowIntermediateTableCommand.js +16 -0
  9. package/dist-es/commands/GetIntermediateTableAnalysisRuleCommand.js +16 -0
  10. package/dist-es/commands/GetIntermediateTableCommand.js +16 -0
  11. package/dist-es/commands/ListIntermediateTableVersionsCommand.js +16 -0
  12. package/dist-es/commands/ListIntermediateTablesCommand.js +16 -0
  13. package/dist-es/commands/PopulateIntermediateTableCommand.js +16 -0
  14. package/dist-es/commands/UpdateIntermediateTableAnalysisRuleCommand.js +16 -0
  15. package/dist-es/commands/UpdateIntermediateTableCommand.js +16 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/enums.js +53 -4
  18. package/dist-es/pagination/ListIntermediateTableVersionsPaginator.js +4 -0
  19. package/dist-es/pagination/ListIntermediateTablesPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +2 -0
  21. package/dist-es/runtimeConfig.browser.js +0 -2
  22. package/dist-es/runtimeConfig.js +1 -2
  23. package/dist-es/runtimeConfig.native.js +0 -2
  24. package/dist-es/runtimeConfig.shared.js +2 -0
  25. package/dist-es/schemas/schemas_0.js +467 -36
  26. package/dist-types/CleanRooms.d.ts +98 -0
  27. package/dist-types/CleanRoomsClient.d.ts +14 -2
  28. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +10 -8
  29. package/dist-types/commands/BatchGetSchemaCommand.d.ts +9 -2
  30. package/dist-types/commands/CreateCollaborationCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  32. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +9 -0
  33. package/dist-types/commands/CreateIdMappingTableCommand.d.ts +9 -0
  34. package/dist-types/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +163 -0
  35. package/dist-types/commands/CreateIntermediateTableCommand.d.ts +231 -0
  36. package/dist-types/commands/CreateMembershipCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +94 -0
  38. package/dist-types/commands/DeleteIntermediateTableCommand.d.ts +93 -0
  39. package/dist-types/commands/DeleteMembershipCommand.d.ts +1 -1
  40. package/dist-types/commands/DisallowIntermediateTableCommand.d.ts +94 -0
  41. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
  42. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +9 -0
  43. package/dist-types/commands/GetIdMappingTableCommand.d.ts +9 -0
  44. package/dist-types/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +128 -0
  45. package/dist-types/commands/GetIntermediateTableCommand.d.ts +213 -0
  46. package/dist-types/commands/GetMembershipCommand.d.ts +1 -1
  47. package/dist-types/commands/GetProtectedJobCommand.d.ts +1 -1
  48. package/dist-types/commands/GetProtectedQueryCommand.d.ts +6 -2
  49. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +10 -8
  50. package/dist-types/commands/GetSchemaCommand.d.ts +9 -2
  51. package/dist-types/commands/ListIntermediateTableVersionsCommand.d.ts +106 -0
  52. package/dist-types/commands/ListIntermediateTablesCommand.d.ts +112 -0
  53. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +5 -0
  54. package/dist-types/commands/ListSchemasCommand.d.ts +2 -2
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/PopulateIntermediateTableCommand.d.ts +115 -0
  57. package/dist-types/commands/StartProtectedQueryCommand.d.ts +10 -0
  58. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  59. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +9 -0
  60. package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +9 -0
  61. package/dist-types/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +161 -0
  62. package/dist-types/commands/UpdateIntermediateTableCommand.d.ts +221 -0
  63. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -0
  64. package/dist-types/commands/index.d.ts +12 -0
  65. package/dist-types/models/enums.d.ts +125 -12
  66. package/dist-types/models/models_0.d.ts +729 -436
  67. package/dist-types/models/models_1.d.ts +1032 -3
  68. package/dist-types/pagination/ListIntermediateTableVersionsPaginator.d.ts +7 -0
  69. package/dist-types/pagination/ListIntermediateTablesPaginator.d.ts +7 -0
  70. package/dist-types/pagination/index.d.ts +2 -0
  71. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  72. package/dist-types/runtimeConfig.d.ts +1 -1
  73. package/dist-types/runtimeConfig.native.d.ts +1 -1
  74. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  75. package/dist-types/schemas/schemas_0.d.ts +63 -0
  76. package/dist-types/ts3.4/CleanRooms.d.ts +236 -0
  77. package/dist-types/ts3.4/CleanRoomsClient.d.ts +72 -0
  78. package/dist-types/ts3.4/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +53 -0
  79. package/dist-types/ts3.4/commands/CreateIntermediateTableCommand.d.ts +53 -0
  80. package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +53 -0
  82. package/dist-types/ts3.4/commands/DeleteIntermediateTableCommand.d.ts +53 -0
  83. package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DisallowIntermediateTableCommand.d.ts +53 -0
  85. package/dist-types/ts3.4/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +53 -0
  86. package/dist-types/ts3.4/commands/GetIntermediateTableCommand.d.ts +53 -0
  87. package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +4 -2
  90. package/dist-types/ts3.4/commands/ListIntermediateTableVersionsCommand.d.ts +53 -0
  91. package/dist-types/ts3.4/commands/ListIntermediateTablesCommand.d.ts +53 -0
  92. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/PopulateIntermediateTableCommand.d.ts +53 -0
  94. package/dist-types/ts3.4/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/UpdateIntermediateTableCommand.d.ts +53 -0
  96. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  97. package/dist-types/ts3.4/models/enums.d.ts +71 -6
  98. package/dist-types/ts3.4/models/models_0.d.ts +299 -261
  99. package/dist-types/ts3.4/models/models_1.d.ts +345 -17
  100. package/dist-types/ts3.4/pagination/ListIntermediateTableVersionsPaginator.d.ts +11 -0
  101. package/dist-types/ts3.4/pagination/ListIntermediateTablesPaginator.d.ts +11 -0
  102. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  103. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  104. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  105. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  106. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  107. package/dist-types/ts3.4/schemas/schemas_0.d.ts +63 -0
  108. package/package.json +6 -8
@@ -109,7 +109,15 @@ const _CINAO = "CreateIdNamespaceAssociationOutput";
109
109
  const _CINAS = "CollaborationIdNamespaceAssociationSummary";
110
110
  const _CINASL = "CollaborationIdNamespaceAssociationSummaryList";
111
111
  const _CINAr = "CreateIdNamespaceAssociation";
112
+ const _CIT = "CreateIntermediateTable";
113
+ const _CITAR = "CreateIntermediateTableAnalysisRule";
114
+ const _CITARI = "CreateIntermediateTableAnalysisRuleInput";
115
+ const _CITARO = "CreateIntermediateTableAnalysisRuleOutput";
116
+ const _CITI = "CreateIntermediateTableInput";
117
+ const _CITO = "CreateIntermediateTableOutput";
112
118
  const _CL = "ChangeList";
119
+ const _CLE = "ColumnLineageEntry";
120
+ const _CLL = "ColumnLineageList";
113
121
  const _CLo = "ColumnList";
114
122
  const _CM = "CreateMembership";
115
123
  const _CMI = "CreateMembershipInput";
@@ -128,6 +136,8 @@ const _CPBTr = "CreatePrivacyBudgetTemplate";
128
136
  const _CPC = "ConsolidatedPolicyCustom";
129
137
  const _CPL = "ConsolidatedPolicyList";
130
138
  const _CPV = "ConsolidatedPolicyV1";
139
+ const _CR = "ChildResource";
140
+ const _CRL = "ChildResourceList";
131
141
  const _CS = "CollaborationSummary";
132
142
  const _CSL = "CollaborationSummaryList";
133
143
  const _CSh = "ChangeSpecification";
@@ -144,6 +154,7 @@ const _CTARP = "ConfiguredTableAnalysisRulePolicy";
144
154
  const _CTARPV = "ConfiguredTableAnalysisRulePolicyV1";
145
155
  const _CTAS = "ConfiguredTableAssociationSummary";
146
156
  const _CTASL = "ConfiguredTableAssociationSummaryList";
157
+ const _CTASTP = "ConfiguredTableAssociationSchemaTypeProperties";
147
158
  const _CTS = "ConfiguredTableSummary";
148
159
  const _CTSL = "ConfiguredTableSummaryList";
149
160
  const _Co = "Collaboration";
@@ -177,6 +188,16 @@ const _DIMTO = "DeleteIdMappingTableOutput";
177
188
  const _DINA = "DeleteIdNamespaceAssociation";
178
189
  const _DINAI = "DeleteIdNamespaceAssociationInput";
179
190
  const _DINAO = "DeleteIdNamespaceAssociationOutput";
191
+ const _DIT = "DeleteIntermediateTable";
192
+ const _DITAR = "DeleteIntermediateTableAnalysisRule";
193
+ const _DITARI = "DeleteIntermediateTableAnalysisRuleInput";
194
+ const _DITARO = "DeleteIntermediateTableAnalysisRuleOutput";
195
+ const _DITI = "DeleteIntermediateTableInput";
196
+ const _DITIi = "DisallowIntermediateTableInput";
197
+ const _DITO = "DeleteIntermediateTableOutput";
198
+ const _DITOi = "DisallowIntermediateTableOutput";
199
+ const _DITi = "DisallowIntermediateTable";
200
+ const _DL = "DependencyList";
180
201
  const _DM = "DeleteMember";
181
202
  const _DMI = "DeleteMemberInput";
182
203
  const _DMIe = "DeleteMembershipInput";
@@ -245,6 +266,12 @@ const _GIMTO = "GetIdMappingTableOutput";
245
266
  const _GINA = "GetIdNamespaceAssociation";
246
267
  const _GINAI = "GetIdNamespaceAssociationInput";
247
268
  const _GINAO = "GetIdNamespaceAssociationOutput";
269
+ const _GIT = "GetIntermediateTable";
270
+ const _GITAR = "GetIntermediateTableAnalysisRule";
271
+ const _GITARI = "GetIntermediateTableAnalysisRuleInput";
272
+ const _GITARO = "GetIntermediateTableAnalysisRuleOutput";
273
+ const _GITI = "GetIntermediateTableInput";
274
+ const _GITO = "GetIntermediateTableOutput";
248
275
  const _GM = "GetMembership";
249
276
  const _GMI = "GetMembershipInput";
250
277
  const _GMO = "GetMembershipOutput";
@@ -266,6 +293,16 @@ const _GSO = "GetSchemaOutput";
266
293
  const _GTR = "GlueTableReference";
267
294
  const _H = "Hash";
268
295
  const _HL = "HashList";
296
+ const _IAA = "InheritedAdditionalAnalyses";
297
+ const _IAAA = "InheritedAllowedAdditionalAnalyses";
298
+ const _IAAAS = "InheritedAllowedAdditionalAnalysesSource";
299
+ const _IAAASL = "InheritedAllowedAdditionalAnalysesSourceList";
300
+ const _IAAS = "InheritedAdditionalAnalysesSource";
301
+ const _IAASL = "InheritedAdditionalAnalysesSourceList";
302
+ const _IARR = "InheritedAllowedResultReceivers";
303
+ const _IARRS = "InheritedAllowedResultReceiversSource";
304
+ const _IARRSL = "InheritedAllowedResultReceiversSourceList";
305
+ const _IDOC = "InheritedDisallowedOutputColumns";
269
306
  const _IMC = "IdMappingConfig";
270
307
  const _IMT = "IdMappingTable";
271
308
  const _IMTIRC = "IdMappingTableInputReferenceConfig";
@@ -282,6 +319,24 @@ const _INAIRPS = "IdNamespaceAssociationInputReferencePropertiesSummary";
282
319
  const _INAS = "IdNamespaceAssociationSummary";
283
320
  const _INASL = "IdNamespaceAssociationSummaryList";
284
321
  const _ISE = "InternalServerException";
322
+ const _IT = "IntermediateTable";
323
+ const _ITAR = "IntermediateTableAnalysisRule";
324
+ const _ITARC = "IntermediateTableAnalysisRuleCustom";
325
+ const _ITARP = "IntermediateTableAnalysisRulePolicy";
326
+ const _ITARPV = "IntermediateTableAnalysisRulePolicyV1";
327
+ const _ITAV = "IntermediateTableActiveVersion";
328
+ const _ITC = "IntermediateTableColumn";
329
+ const _ITCC = "IntermediateTableComputeConfiguration";
330
+ const _ITCL = "IntermediateTableColumnList";
331
+ const _ITD = "IntermediateTableDependency";
332
+ const _ITIC = "IntermediateTableInheritedConstraints";
333
+ const _ITOC = "IntermediateTableOutputConfiguration";
334
+ const _ITS = "IntermediateTableSchema";
335
+ const _ITSL = "IntermediateTableSummaryList";
336
+ const _ITSTP = "IntermediateTableSchemaTypeProperties";
337
+ const _ITSn = "IntermediateTableSummary";
338
+ const _ITVS = "IntermediateTableVersionSummary";
339
+ const _ITVSL = "IntermediateTableVersionSummaryList";
285
340
  const _JCPC = "JobComputePaymentConfig";
286
341
  const _JPM = "JobParameterMap";
287
342
  const _LAT = "ListAnalysisTemplates";
@@ -323,6 +378,12 @@ const _LIMTO = "ListIdMappingTablesOutput";
323
378
  const _LINA = "ListIdNamespaceAssociations";
324
379
  const _LINAI = "ListIdNamespaceAssociationsInput";
325
380
  const _LINAO = "ListIdNamespaceAssociationsOutput";
381
+ const _LIT = "ListIntermediateTables";
382
+ const _LITI = "ListIntermediateTablesInput";
383
+ const _LITO = "ListIntermediateTablesOutput";
384
+ const _LITV = "ListIntermediateTableVersions";
385
+ const _LITVI = "ListIntermediateTableVersionsInput";
386
+ const _LITVO = "ListIntermediateTableVersionsOutput";
326
387
  const _LM = "ListMembers";
327
388
  const _LMI = "ListMembershipsInput";
328
389
  const _LMIi = "ListMembersInput";
@@ -371,6 +432,8 @@ const _MSLe = "MemberSummaryList";
371
432
  const _MSe = "MemberSpecification";
372
433
  const _MSem = "MemberSummary";
373
434
  const _MTPC = "ModelTrainingPaymentConfig";
435
+ const _PAC = "PopulationAnalysisConfiguration";
436
+ const _PASP = "PopulationAnalysisSqlParameters";
374
437
  const _PB = "PrivacyBudget";
375
438
  const _PBS = "PrivacyBudgetSummary";
376
439
  const _PBSL = "PrivacyBudgetSummaryList";
@@ -385,6 +448,9 @@ const _PI = "PrivacyImpact";
385
448
  const _PIMT = "PopulateIdMappingTable";
386
449
  const _PIMTI = "PopulateIdMappingTableInput";
387
450
  const _PIMTO = "PopulateIdMappingTableOutput";
451
+ const _PIT = "PopulateIntermediateTable";
452
+ const _PITI = "PopulateIntermediateTableInput";
453
+ const _PITO = "PopulateIntermediateTableOutput";
388
454
  const _PJ = "ProtectedJob";
389
455
  const _PJCC = "ProtectedJobComputeConfiguration";
390
456
  const _PJCD = "ProtectedJobConfigurationDetails";
@@ -410,6 +476,7 @@ const _PJSOCI = "ProtectedJobS3OutputConfigurationInput";
410
476
  const _PJSOCO = "ProtectedJobS3OutputConfigurationOutput";
411
477
  const _PJSr = "ProtectedJobSummary";
412
478
  const _PJWCC = "ProtectedJobWorkerComputeConfiguration";
479
+ const _PM = "ParameterMap";
413
480
  const _PPI = "PreviewPrivacyImpact";
414
481
  const _PPII = "PreviewPrivacyImpactInput";
415
482
  const _PPIO = "PreviewPrivacyImpactOutput";
@@ -502,6 +569,12 @@ const _UIMTO = "UpdateIdMappingTableOutput";
502
569
  const _UINA = "UpdateIdNamespaceAssociation";
503
570
  const _UINAI = "UpdateIdNamespaceAssociationInput";
504
571
  const _UINAO = "UpdateIdNamespaceAssociationOutput";
572
+ const _UIT = "UpdateIntermediateTable";
573
+ const _UITAR = "UpdateIntermediateTableAnalysisRule";
574
+ const _UITARI = "UpdateIntermediateTableAnalysisRuleInput";
575
+ const _UITARO = "UpdateIntermediateTableAnalysisRuleOutput";
576
+ const _UITI = "UpdateIntermediateTableInput";
577
+ const _UITO = "UpdateIntermediateTableOutput";
505
578
  const _UM = "UpdateMembership";
506
579
  const _UMI = "UpdateMembershipInput";
507
580
  const _UMO = "UpdateMembershipOutput";
@@ -542,15 +615,17 @@ const _aE = "analyticsEngine";
542
615
  const _aEg = "aggregationExpression";
543
616
  const _aI = "accountId";
544
617
  const _aIc = "accountIdentifier";
618
+ const _aIn = "analysisId";
545
619
  const _aJO = "allowedJoinOperators";
546
620
  const _aJOCWDN = "allowJoinsOnColumnsWithDifferentNames";
547
621
  const _aM = "analysisMethod";
548
622
  const _aP = "analysisParameters";
623
+ const _aPAI = "analysisPayerAccountId";
549
624
  const _aR = "autoRefresh";
550
625
  const _aRB = "aggregateRemainingBudget";
551
626
  const _aRP = "analysisRulePolicy";
552
- const _aRR = "allowedResultRegions";
553
- const _aRRl = "allowedResultReceivers";
627
+ const _aRR = "allowedResultReceivers";
628
+ const _aRRl = "allowedResultRegions";
554
629
  const _aRT = "analysisRuleTypes";
555
630
  const _aRTn = "analysisRuleType";
556
631
  const _aRn = "analysisRules";
@@ -600,7 +675,8 @@ const _cI = "collaborationId";
600
675
  const _cINA = "collaborationIdNamespaceAssociation";
601
676
  const _cINAS = "collaborationIdNamespaceAssociationSummaries";
602
677
  const _cIo = "collaborationIdentifier";
603
- const _cL = "collaborationList";
678
+ const _cL = "columnLineage";
679
+ const _cLo = "collaborationList";
604
680
  const _cM = "columnMapping";
605
681
  const _cMA = "creatorMemberAbilities";
606
682
  const _cMLMA = "creatorMLMemberAbilities";
@@ -615,6 +691,7 @@ const _cPBT = "collaborationPrivacyBudgetTemplate";
615
691
  const _cPBTS = "collaborationPrivacyBudgetTemplateSummaries";
616
692
  const _cPC = "creatorPaymentConfiguration";
617
693
  const _cPo = "consolidatedPolicy";
694
+ const _cR = "childResources";
618
695
  const _cRI = "changeRequestIdentifier";
619
696
  const _cT = "createTime";
620
697
  const _cTA = "configuredTableArn";
@@ -630,7 +707,8 @@ const _cTo = "configuredTable";
630
707
  const _cTol = "columnType";
631
708
  const _ch = "changes";
632
709
  const _co = "code";
633
- const _col = "collaboration";
710
+ const _col = "column";
711
+ const _coll = "collaboration";
634
712
  const _colu = "columns";
635
713
  const _con = "configurations";
636
714
  const _cu = "custom";
@@ -652,6 +730,7 @@ const _eMC = "errorMessageConfiguration";
652
730
  const _eP = "entryPoint";
653
731
  const _ePH = "entryPointHash";
654
732
  const _eT = "endTime";
733
+ const _eTx = "expirationTime";
655
734
  const _ep = "epsilon";
656
735
  const _er = "errors";
657
736
  const _f = "function";
@@ -663,12 +742,15 @@ const _hE = "httpError";
663
742
  const _hQ = "httpQuery";
664
743
  const _i = "id";
665
744
  const _iAA = "isAutoApproved";
745
+ const _iC = "inheritedConstraints";
746
+ const _iD = "includeDescendants";
666
747
  const _iMC = "idMappingConfig";
667
748
  const _iME = "isMetricsEnabled";
668
749
  const _iMJI = "idMappingJobId";
669
750
  const _iMT = "idMappingTable";
670
751
  const _iMTI = "idMappingTableIdentifier";
671
752
  const _iMTIS = "idMappingTableInputSource";
753
+ const _iMTId = "idMappingTableId";
672
754
  const _iMTS = "idMappingTableSummaries";
673
755
  const _iMWS = "idMappingWorkflowsSupported";
674
756
  const _iNA = "idNamespaceAssociation";
@@ -682,6 +764,15 @@ const _iRA = "inputReferenceArn";
682
764
  const _iRC = "inputReferenceConfig";
683
765
  const _iRP = "inputReferenceProperties";
684
766
  const _iSD = "isSyntheticData";
767
+ const _iT = "intermediateTable";
768
+ const _iTA = "intermediateTableArn";
769
+ const _iTC = "intermediateTableConfiguration";
770
+ const _iTI = "intermediateTableIdentifier";
771
+ const _iTIn = "intermediateTableId";
772
+ const _iTN = "intermediateTableName";
773
+ const _iTS = "intermediateTableSummaries";
774
+ const _iTV = "intermediateTableVersion";
775
+ const _iTVS = "intermediateTableVersionSummaries";
685
776
  const _jC = "joinColumns";
686
777
  const _jCPAI = "jobComputePayerAccountId";
687
778
  const _jCo = "jobCompute";
@@ -727,10 +818,12 @@ const _nT = "nextToken";
727
818
  const _na = "names";
728
819
  const _nu = "number";
729
820
  const _o = "output";
821
+ const _oAI = "ownerAccountId";
730
822
  const _oC = "outputConstraints";
731
823
  const _oCu = "outputConfiguration";
732
824
  const _oL = "outputLocation";
733
825
  const _p = "policy";
826
+ const _pAC = "populationAnalysisConfiguration";
734
827
  const _pBS = "privacyBudgetSummaries";
735
828
  const _pBT = "privacyBudgetType";
736
829
  const _pBTA = "privacyBudgetTemplateArn";
@@ -748,9 +841,11 @@ const _pN = "preserveNulls";
748
841
  const _pQ = "protectedQuery";
749
842
  const _pQI = "protectedQueryIdentifier";
750
843
  const _pQr = "protectedQueries";
844
+ const _pT = "parentType";
751
845
  const _pa = "parameters";
752
846
  const _pr = "properties";
753
847
  const _qC = "queryConstraints";
848
+ const _qCC = "queryComputeConfiguration";
754
849
  const _qCPAI = "queryComputePayerAccountId";
755
850
  const _qCu = "queryCompute";
756
851
  const _qLS = "queryLogStatus";
@@ -767,7 +862,10 @@ const _rCe = "resultConfiguration";
767
862
  const _rCec = "receiverConfigurations";
768
863
  const _rF = "resultFormat";
769
864
  const _rI = "resourceId";
865
+ const _rID = "retentionInDays";
866
+ const _rN = "resourceName";
770
867
  const _rO = "requireOverlap";
868
+ const _rS = "resourceStatus";
771
869
  const _rT = "resourceType";
772
870
  const _rTe = "referencedTables";
773
871
  const _re = "reasons";
@@ -775,21 +873,27 @@ const _reg = "region";
775
873
  const _res = "result";
776
874
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cleanrooms";
777
875
  const _sA = "secretArn";
876
+ const _sAI = "sourceAccountId";
778
877
  const _sAM = "selectedAnalysisMethods";
779
878
  const _sARR = "schemaAnalysisRuleRequests";
879
+ const _sC = "sourceColumn";
780
880
  const _sDG = "syntheticDataGeneration";
781
881
  const _sDP = "syntheticDataParameters";
782
882
  const _sF = "scalarFunctions";
783
883
  const _sFO = "singleFileOutput";
884
+ const _sI = "sourceId";
784
885
  const _sM = "sourceMetadata";
785
- const _sN = "schemaName";
886
+ const _sN = "sourceName";
887
+ const _sNc = "schemaName";
786
888
  const _sP = "sensitivityParameters";
787
889
  const _sPq = "sqlParameters";
890
+ const _sR = "statusReason";
788
891
  const _sS = "schemaSummaries";
789
892
  const _sSD = "schemaStatusDetails";
790
893
  const _sT = "startTime";
791
894
  const _sTP = "schemaTypeProperties";
792
895
  const _sTc = "schemaType";
896
+ const _sTo = "sourceType";
793
897
  const _sTp = "specificationType";
794
898
  const _s_ = "s3";
795
899
  const _sc = "schema";
@@ -798,12 +902,15 @@ const _se = "server";
798
902
  const _sh = "sha256";
799
903
  const _sn = "snowflake";
800
904
  const _so = "source";
905
+ const _sou = "sources";
801
906
  const _sp = "specification";
802
907
  const _spa = "spark";
803
908
  const _st = "status";
804
909
  const _sta = "statistics";
805
910
  const _t = "type";
911
+ const _tD = "tableDependencies";
806
912
  const _tDIM = "totalDurationInMillis";
913
+ const _tI = "tableId";
807
914
  const _tK = "tagKeys";
808
915
  const _tN = "tableName";
809
916
  const _tR = "tableReference";
@@ -817,7 +924,9 @@ const _uCL = "userContributionLimit";
817
924
  const _uNPQ = "usersNoisePerQuery";
818
925
  const _uT = "updateTime";
819
926
  const _v = "validations";
927
+ const _vI = "versionId";
820
928
  const _v_ = "v1";
929
+ const _va = "value";
821
930
  const _w = "worker";
822
931
  const _wG = "workGroup";
823
932
  const n0 = "com.amazonaws.cleanrooms";
@@ -927,8 +1036,8 @@ export var AnalysisRuleAggregation$ = [3, n0, _ARA,
927
1036
  ];
928
1037
  export var AnalysisRuleCustom$ = [3, n0, _ARC,
929
1038
  0,
930
- [_aAl, _aAP, _aA, _dOC, _dP],
931
- [64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration$], 1
1039
+ [_aAl, _aAP, _aA, _dOC, _dP, _aRR, _aAA],
1040
+ [64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration$, 64 | 0, 64 | 0], 1
932
1041
  ];
933
1042
  export var AnalysisRuleIdMappingTable$ = [3, n0, _ARIMT,
934
1043
  0,
@@ -1060,9 +1169,14 @@ export var ChangeInput$ = [3, n0, _CI,
1060
1169
  [_sTp, _sp],
1061
1170
  [0, () => ChangeSpecification$], 2
1062
1171
  ];
1172
+ export var ChildResource$ = [3, n0, _CR,
1173
+ 0,
1174
+ [_rT, _rN, _oAI, _rI, _rS],
1175
+ [0, 0, 0, 0, 0], 3
1176
+ ];
1063
1177
  export var Collaboration$ = [3, n0, _Co,
1064
1178
  0,
1065
- [_i, _a, _n, _cAI, _cDN, _cT, _uT, _mS, _qLS, _de, _mI, _mA, _dEM, _jLS, _aE, _aACT, _aRR, _iME],
1179
+ [_i, _a, _n, _cAI, _cDN, _cT, _uT, _mS, _qLS, _de, _mI, _mA, _dEM, _jLS, _aE, _aACT, _aRRl, _iME],
1066
1180
  [0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, () => DataEncryptionMetadata$, 0, 0, 64 | 0, 64 | 0, 2], 9
1067
1181
  ];
1068
1182
  export var CollaborationAnalysisTemplate$ = [3, n0, _CAT,
@@ -1140,6 +1254,11 @@ export var ColumnClassificationDetails$ = [3, n0, _CCD,
1140
1254
  [_cM],
1141
1255
  [() => ColumnMappingList], 1
1142
1256
  ];
1257
+ export var ColumnLineageEntry$ = [3, n0, _CLE,
1258
+ 0,
1259
+ [_col, _sC, _sN, _sI, _sTo, _sAI],
1260
+ [0, 0, 0, 0, 0, 0], 6
1261
+ ];
1143
1262
  export var ConfiguredAudienceModelAssociation$ = [3, n0, _CAMA,
1144
1263
  0,
1145
1264
  [_i, _a, _cAMA, _mI, _mA, _cI, _cA, _n, _mRP, _cT, _uT, _de],
@@ -1162,8 +1281,8 @@ export var ConfiguredTableAnalysisRule$ = [3, n0, _CTAR,
1162
1281
  ];
1163
1282
  export var ConfiguredTableAssociation$ = [3, n0, _CTA,
1164
1283
  0,
1165
- [_a, _i, _cTI, _cTA, _mI, _mA, _rAo, _n, _cT, _uT, _de, _aRT],
1166
- [0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 64 | 0], 10
1284
+ [_a, _i, _cTI, _cTA, _mI, _mA, _rAo, _n, _cT, _uT, _de, _aRT, _cR],
1285
+ [0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 64 | 0, () => ChildResourceList], 10
1167
1286
  ];
1168
1287
  export var ConfiguredTableAssociationAnalysisRule$ = [3, n0, _CTAAR,
1169
1288
  0,
@@ -1172,19 +1291,24 @@ export var ConfiguredTableAssociationAnalysisRule$ = [3, n0, _CTAAR,
1172
1291
  ];
1173
1292
  export var ConfiguredTableAssociationAnalysisRuleAggregation$ = [3, n0, _CTAARA,
1174
1293
  0,
1175
- [_aRRl, _aAA],
1294
+ [_aRR, _aAA],
1176
1295
  [64 | 0, 64 | 0]
1177
1296
  ];
1178
1297
  export var ConfiguredTableAssociationAnalysisRuleCustom$ = [3, n0, _CTAARC,
1179
1298
  0,
1180
- [_aRRl, _aAA],
1299
+ [_aRR, _aAA],
1181
1300
  [64 | 0, 64 | 0]
1182
1301
  ];
1183
1302
  export var ConfiguredTableAssociationAnalysisRuleList$ = [3, n0, _CTAARL,
1184
1303
  0,
1185
- [_aRRl, _aAA],
1304
+ [_aRR, _aAA],
1186
1305
  [64 | 0, 64 | 0]
1187
1306
  ];
1307
+ export var ConfiguredTableAssociationSchemaTypeProperties$ = [3, n0, _CTASTP,
1308
+ 0,
1309
+ [_cTAI],
1310
+ [0], 1
1311
+ ];
1188
1312
  export var ConfiguredTableAssociationSummary$ = [3, n0, _CTAS,
1189
1313
  0,
1190
1314
  [_cTI, _mI, _mA, _n, _cT, _uT, _i, _a, _aRT],
@@ -1197,17 +1321,17 @@ export var ConfiguredTableSummary$ = [3, n0, _CTS,
1197
1321
  ];
1198
1322
  export var ConsolidatedPolicyAggregation$ = [3, n0, _CPA,
1199
1323
  0,
1200
- [_aC, _jC, _dC, _sF, _oC, _jR, _aJO, _aA, _aRRl, _aAA],
1324
+ [_aC, _jC, _dC, _sF, _oC, _jR, _aJO, _aA, _aRR, _aAA],
1201
1325
  [() => AggregateColumnList, 64 | 0, 64 | 0, 64 | 0, () => AggregationConstraints, 0, 64 | 0, 0, 64 | 0, 64 | 0], 5
1202
1326
  ];
1203
1327
  export var ConsolidatedPolicyCustom$ = [3, n0, _CPC,
1204
1328
  0,
1205
- [_aAl, _aAP, _aA, _dOC, _dP, _aRRl, _aAA],
1329
+ [_aAl, _aAP, _aA, _dOC, _dP, _aRR, _aAA],
1206
1330
  [64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration$, 64 | 0, 64 | 0], 1
1207
1331
  ];
1208
1332
  export var ConsolidatedPolicyList$ = [3, n0, _CPL,
1209
1333
  0,
1210
- [_jC, _lC, _aJO, _aA, _aRRl, _aAA],
1334
+ [_jC, _lC, _aJO, _aA, _aRR, _aAA],
1211
1335
  [64 | 0, 64 | 0, 64 | 0, 0, 64 | 0, 64 | 0], 2
1212
1336
  ];
1213
1337
  export var CreateAnalysisTemplateInput$ = [3, n0, _CATI,
@@ -1232,12 +1356,12 @@ export var CreateCollaborationChangeRequestOutput$ = [3, n0, _CCCRO,
1232
1356
  ];
1233
1357
  export var CreateCollaborationInput$ = [3, n0, _CCI,
1234
1358
  0,
1235
- [_me, _n, _de, _cMA, _cDN, _qLS, _cMLMA, _dEM, _jLS, _ta, _cPC, _aE, _aACRT, _aRR, _iME],
1236
- [() => MemberList, 0, 0, 64 | 0, 0, 0, () => MLMemberAbilities$, () => DataEncryptionMetadata$, 0, 128 | 0, () => PaymentConfiguration$, 0, 64 | 0, 64 | 0, 2], 6
1359
+ [_me, _n, _cMA, _cDN, _qLS, _de, _cMLMA, _dEM, _jLS, _ta, _cPC, _aE, _aACRT, _aRRl, _iME],
1360
+ [() => MemberList, 0, 64 | 0, 0, 0, 0, () => MLMemberAbilities$, () => DataEncryptionMetadata$, 0, 128 | 0, () => PaymentConfiguration$, 0, 64 | 0, 64 | 0, 2], 5
1237
1361
  ];
1238
1362
  export var CreateCollaborationOutput$ = [3, n0, _CCO,
1239
1363
  0,
1240
- [_col],
1364
+ [_coll],
1241
1365
  [() => Collaboration$], 1
1242
1366
  ];
1243
1367
  export var CreateConfiguredAudienceModelAssociationInput$ = [3, n0, _CCAMAI,
@@ -1310,6 +1434,26 @@ export var CreateIdNamespaceAssociationOutput$ = [3, n0, _CINAO,
1310
1434
  [_iNA],
1311
1435
  [() => IdNamespaceAssociation$], 1
1312
1436
  ];
1437
+ export var CreateIntermediateTableAnalysisRuleInput$ = [3, n0, _CITARI,
1438
+ 0,
1439
+ [_mIe, _iTI, _aRTn, _aRP],
1440
+ [[0, 1], [0, 1], 0, () => IntermediateTableAnalysisRulePolicy$], 4
1441
+ ];
1442
+ export var CreateIntermediateTableAnalysisRuleOutput$ = [3, n0, _CITARO,
1443
+ 0,
1444
+ [_aRna],
1445
+ [() => IntermediateTableAnalysisRule$], 1
1446
+ ];
1447
+ export var CreateIntermediateTableInput$ = [3, n0, _CITI,
1448
+ 0,
1449
+ [_mIe, _n, _pAC, _de, _kKA, _rID, _ta],
1450
+ [[0, 1], 0, [() => PopulationAnalysisConfiguration$, 0], 0, 0, 1, 128 | 0], 3
1451
+ ];
1452
+ export var CreateIntermediateTableOutput$ = [3, n0, _CITO,
1453
+ 0,
1454
+ [_iT],
1455
+ [[() => IntermediateTable$, 0]], 1
1456
+ ];
1313
1457
  export var CreateMembershipInput$ = [3, n0, _CMI,
1314
1458
  0,
1315
1459
  [_cIo, _qLS, _jLS, _ta, _dRC, _dJRC, _pC, _iME],
@@ -1425,6 +1569,26 @@ export var DeleteIdNamespaceAssociationOutput$ = [3, n0, _DINAO,
1425
1569
  [],
1426
1570
  []
1427
1571
  ];
1572
+ export var DeleteIntermediateTableAnalysisRuleInput$ = [3, n0, _DITARI,
1573
+ 0,
1574
+ [_mIe, _iTI, _aRTn],
1575
+ [[0, 1], [0, 1], [0, 1]], 3
1576
+ ];
1577
+ export var DeleteIntermediateTableAnalysisRuleOutput$ = [3, n0, _DITARO,
1578
+ 0,
1579
+ [],
1580
+ []
1581
+ ];
1582
+ export var DeleteIntermediateTableInput$ = [3, n0, _DITI,
1583
+ 0,
1584
+ [_mIe, _iTI],
1585
+ [[0, 1], [0, 1]], 2
1586
+ ];
1587
+ export var DeleteIntermediateTableOutput$ = [3, n0, _DITO,
1588
+ 0,
1589
+ [],
1590
+ []
1591
+ ];
1428
1592
  export var DeleteMemberInput$ = [3, n0, _DMI,
1429
1593
  0,
1430
1594
  [_cIo, _aI],
@@ -1520,6 +1684,16 @@ export var DirectAnalysisConfigurationDetails$ = [3, n0, _DACD,
1520
1684
  [_rAI],
1521
1685
  [64 | 0]
1522
1686
  ];
1687
+ export var DisallowIntermediateTableInput$ = [3, n0, _DITIi,
1688
+ 0,
1689
+ [_mIe, _iTN, _iD],
1690
+ [[0, 1], 0, 2], 2
1691
+ ];
1692
+ export var DisallowIntermediateTableOutput$ = [3, n0, _DITOi,
1693
+ 0,
1694
+ [],
1695
+ []
1696
+ ];
1523
1697
  export var ErrorMessageConfiguration$ = [3, n0, _EMC,
1524
1698
  0,
1525
1699
  [_t],
@@ -1582,7 +1756,7 @@ export var GetCollaborationInput$ = [3, n0, _GCI,
1582
1756
  ];
1583
1757
  export var GetCollaborationOutput$ = [3, n0, _GCO,
1584
1758
  0,
1585
- [_col],
1759
+ [_coll],
1586
1760
  [() => Collaboration$], 1
1587
1761
  ];
1588
1762
  export var GetCollaborationPrivacyBudgetTemplateInput$ = [3, n0, _GCPBTI,
@@ -1665,6 +1839,26 @@ export var GetIdNamespaceAssociationOutput$ = [3, n0, _GINAO,
1665
1839
  [_iNA],
1666
1840
  [() => IdNamespaceAssociation$], 1
1667
1841
  ];
1842
+ export var GetIntermediateTableAnalysisRuleInput$ = [3, n0, _GITARI,
1843
+ 0,
1844
+ [_mIe, _iTI, _aRTn],
1845
+ [[0, 1], [0, 1], [0, 1]], 3
1846
+ ];
1847
+ export var GetIntermediateTableAnalysisRuleOutput$ = [3, n0, _GITARO,
1848
+ 0,
1849
+ [_aRna],
1850
+ [() => IntermediateTableAnalysisRule$], 1
1851
+ ];
1852
+ export var GetIntermediateTableInput$ = [3, n0, _GITI,
1853
+ 0,
1854
+ [_iTI, _mIe],
1855
+ [[0, 1], [0, 1]], 2
1856
+ ];
1857
+ export var GetIntermediateTableOutput$ = [3, n0, _GITO,
1858
+ 0,
1859
+ [_iT],
1860
+ [[() => IntermediateTable$, 0]], 1
1861
+ ];
1668
1862
  export var GetMembershipInput$ = [3, n0, _GMI,
1669
1863
  0,
1670
1864
  [_mIe],
@@ -1742,8 +1936,8 @@ export var IdMappingConfig$ = [3, n0, _IMC,
1742
1936
  ];
1743
1937
  export var IdMappingTable$ = [3, n0, _IMT,
1744
1938
  0,
1745
- [_i, _a, _iRC, _mI, _mA, _cI, _cA, _n, _cT, _uT, _iRP, _de, _kKA],
1746
- [0, 0, () => IdMappingTableInputReferenceConfig$, 0, 0, 0, 0, 0, 4, 4, () => IdMappingTableInputReferenceProperties$, 0, 0], 11
1939
+ [_i, _a, _iRC, _mI, _mA, _cI, _cA, _n, _cT, _uT, _iRP, _de, _kKA, _cR],
1940
+ [0, 0, () => IdMappingTableInputReferenceConfig$, 0, 0, 0, 0, 0, 4, 4, () => IdMappingTableInputReferenceProperties$, 0, 0, () => ChildResourceList], 11
1747
1941
  ];
1748
1942
  export var IdMappingTableInputReferenceConfig$ = [3, n0, _IMTIRC,
1749
1943
  0,
@@ -1762,8 +1956,8 @@ export var IdMappingTableInputSource$ = [3, n0, _IMTIS,
1762
1956
  ];
1763
1957
  export var IdMappingTableSchemaTypeProperties$ = [3, n0, _IMTSTP,
1764
1958
  0,
1765
- [_iMTIS],
1766
- [() => IdMappingTableInputSourceList], 1
1959
+ [_iMTIS, _iMTId],
1960
+ [() => IdMappingTableInputSourceList, 0], 1
1767
1961
  ];
1768
1962
  export var IdMappingTableSummary$ = [3, n0, _IMTS,
1769
1963
  0,
@@ -1795,6 +1989,101 @@ export var IdNamespaceAssociationSummary$ = [3, n0, _INAS,
1795
1989
  [_mI, _mA, _cA, _cI, _cT, _uT, _i, _a, _iRC, _n, _iRP, _de],
1796
1990
  [0, 0, 0, 0, 4, 4, 0, 0, () => IdNamespaceAssociationInputReferenceConfig$, 0, () => IdNamespaceAssociationInputReferencePropertiesSummary$, 0], 11
1797
1991
  ];
1992
+ export var InheritedAdditionalAnalyses$ = [3, n0, _IAA,
1993
+ 0,
1994
+ [_va, _sou],
1995
+ [0, () => InheritedAdditionalAnalysesSourceList], 2
1996
+ ];
1997
+ export var InheritedAdditionalAnalysesSource$ = [3, n0, _IAAS,
1998
+ 0,
1999
+ [_n, _i, _t, _va, _sAI],
2000
+ [0, 0, 0, 0, 0], 5
2001
+ ];
2002
+ export var InheritedAllowedAdditionalAnalyses$ = [3, n0, _IAAA,
2003
+ 0,
2004
+ [_va, _sou],
2005
+ [64 | 0, () => InheritedAllowedAdditionalAnalysesSourceList], 2
2006
+ ];
2007
+ export var InheritedAllowedAdditionalAnalysesSource$ = [3, n0, _IAAAS,
2008
+ 0,
2009
+ [_n, _i, _t, _va, _sAI],
2010
+ [0, 0, 0, 64 | 0, 0], 5
2011
+ ];
2012
+ export var InheritedAllowedResultReceivers$ = [3, n0, _IARR,
2013
+ 0,
2014
+ [_va, _sou],
2015
+ [64 | 0, () => InheritedAllowedResultReceiversSourceList], 2
2016
+ ];
2017
+ export var InheritedAllowedResultReceiversSource$ = [3, n0, _IARRS,
2018
+ 0,
2019
+ [_n, _i, _t, _va, _sAI],
2020
+ [0, 0, 0, 64 | 0, 0], 5
2021
+ ];
2022
+ export var InheritedDisallowedOutputColumns$ = [3, n0, _IDOC,
2023
+ 0,
2024
+ [_va, _cL],
2025
+ [64 | 0, () => ColumnLineageList], 2
2026
+ ];
2027
+ export var IntermediateTable$ = [3, n0, _IT,
2028
+ 0,
2029
+ [_i, _a, _n, _mA, _mI, _cA, _cI, _cT, _uT, _st, _pAC, _de, _cR, _sR, _kKA, _rID, _tD, _iTV, _aRT, _sc],
2030
+ [0, 0, 0, 0, 0, 0, 0, 4, 4, 0, [() => PopulationAnalysisConfiguration$, 0], 0, () => ChildResourceList, 0, 0, 1, () => DependencyList, [() => IntermediateTableActiveVersion$, 0], 64 | 0, () => IntermediateTableSchema$], 11
2031
+ ];
2032
+ export var IntermediateTableActiveVersion$ = [3, n0, _ITAV,
2033
+ 0,
2034
+ [_vI, _aIn, _aTn, _iC, _kKA, _pa, _eTx],
2035
+ [0, 0, 0, () => IntermediateTableInheritedConstraints$, 0, [() => ParameterMap, 0], 4], 4
2036
+ ];
2037
+ export var IntermediateTableAnalysisRule$ = [3, n0, _ITAR,
2038
+ 0,
2039
+ [_iTI, _iTA, _aRP, _aRTn, _cT, _uT],
2040
+ [0, 0, () => IntermediateTableAnalysisRulePolicy$, 0, 4, 4], 6
2041
+ ];
2042
+ export var IntermediateTableAnalysisRuleCustom$ = [3, n0, _ITARC,
2043
+ 0,
2044
+ [_aAl, _aA, _aAA, _aAP, _aRR, _dP, _dOC],
2045
+ [64 | 0, 0, 64 | 0, 64 | 0, 64 | 0, () => DifferentialPrivacyConfiguration$, 64 | 0]
2046
+ ];
2047
+ export var IntermediateTableColumn$ = [3, n0, _ITC,
2048
+ 0,
2049
+ [_n, _t],
2050
+ [0, 0], 2
2051
+ ];
2052
+ export var IntermediateTableDependency$ = [3, n0, _ITD,
2053
+ 0,
2054
+ [_i, _n, _t, _pT, _cAI],
2055
+ [0, 0, 0, 0, 0], 5
2056
+ ];
2057
+ export var IntermediateTableInheritedConstraints$ = [3, n0, _ITIC,
2058
+ 0,
2059
+ [_aA, _aAA, _aRR, _dOC],
2060
+ [() => InheritedAdditionalAnalyses$, () => InheritedAllowedAdditionalAnalyses$, () => InheritedAllowedResultReceivers$, () => InheritedDisallowedOutputColumns$]
2061
+ ];
2062
+ export var IntermediateTableOutputConfiguration$ = [3, n0, _ITOC,
2063
+ 0,
2064
+ [_i, _a, _n],
2065
+ [0, 0, 0], 3
2066
+ ];
2067
+ export var IntermediateTableSchema$ = [3, n0, _ITS,
2068
+ 0,
2069
+ [_colu],
2070
+ [() => ColumnList], 1
2071
+ ];
2072
+ export var IntermediateTableSchemaTypeProperties$ = [3, n0, _ITSTP,
2073
+ 0,
2074
+ [_iTIn],
2075
+ [0], 1
2076
+ ];
2077
+ export var IntermediateTableSummary$ = [3, n0, _ITSn,
2078
+ 0,
2079
+ [_i, _a, _n, _mA, _mI, _cA, _cI, _cT, _uT, _st, _de, _rID, _aRT],
2080
+ [0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 1, 64 | 0], 10
2081
+ ];
2082
+ export var IntermediateTableVersionSummary$ = [3, n0, _ITVS,
2083
+ 0,
2084
+ [_vI, _tI, _cT, _aIn, _st, _aTn, _kKA, _eTx],
2085
+ [0, 0, 4, 0, 0, 0, 0, 4], 6
2086
+ ];
1798
2087
  export var JobComputePaymentConfig$ = [3, n0, _JCPC,
1799
2088
  0,
1800
2089
  [_iR],
@@ -1877,7 +2166,7 @@ export var ListCollaborationsInput$ = [3, n0, _LCI,
1877
2166
  ];
1878
2167
  export var ListCollaborationsOutput$ = [3, n0, _LCO,
1879
2168
  0,
1880
- [_cL, _nT],
2169
+ [_cLo, _nT],
1881
2170
  [() => CollaborationSummaryList, 0], 1
1882
2171
  ];
1883
2172
  export var ListConfiguredAudienceModelAssociationsInput$ = [3, n0, _LCAMAI,
@@ -1930,6 +2219,26 @@ export var ListIdNamespaceAssociationsOutput$ = [3, n0, _LINAO,
1930
2219
  [_iNAS, _nT],
1931
2220
  [() => IdNamespaceAssociationSummaryList, 0], 1
1932
2221
  ];
2222
+ export var ListIntermediateTablesInput$ = [3, n0, _LITI,
2223
+ 0,
2224
+ [_mIe, _nT, _mR],
2225
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2226
+ ];
2227
+ export var ListIntermediateTablesOutput$ = [3, n0, _LITO,
2228
+ 0,
2229
+ [_iTS, _nT],
2230
+ [() => IntermediateTableSummaryList, 0], 1
2231
+ ];
2232
+ export var ListIntermediateTableVersionsInput$ = [3, n0, _LITVI,
2233
+ 0,
2234
+ [_mIe, _iTI, _nT, _mR],
2235
+ [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
2236
+ ];
2237
+ export var ListIntermediateTableVersionsOutput$ = [3, n0, _LITVO,
2238
+ 0,
2239
+ [_iTVS, _nT],
2240
+ [() => IntermediateTableVersionSummaryList, 0], 1
2241
+ ];
1933
2242
  export var ListMembershipsInput$ = [3, n0, _LMI,
1934
2243
  0,
1935
2244
  [_nT, _mR, _st],
@@ -2120,6 +2429,21 @@ export var PopulateIdMappingTableOutput$ = [3, n0, _PIMTO,
2120
2429
  [_iMJI],
2121
2430
  [0], 1
2122
2431
  ];
2432
+ export var PopulateIntermediateTableInput$ = [3, n0, _PITI,
2433
+ 0,
2434
+ [_iTI, _mIe, _pa, _cCo, _aPAI],
2435
+ [[0, 1], [0, 1], [() => ParameterMap, 0], () => IntermediateTableComputeConfiguration$, 0], 2
2436
+ ];
2437
+ export var PopulateIntermediateTableOutput$ = [3, n0, _PITO,
2438
+ 0,
2439
+ [_aIn, _aTn, _vI],
2440
+ [0, 0, 0], 3
2441
+ ];
2442
+ export var PopulationAnalysisSqlParameters$ = [3, n0, _PASP,
2443
+ 8,
2444
+ [_qS, _aTAn],
2445
+ [0, 0]
2446
+ ];
2123
2447
  export var PreviewPrivacyImpactInput$ = [3, n0, _PPII,
2124
2448
  0,
2125
2449
  [_mIe, _pa],
@@ -2283,7 +2607,7 @@ export var ProtectedQuerySingleMemberOutput$ = [3, n0, _PQSMO,
2283
2607
  export var ProtectedQuerySQLParameters$ = [3, n0, _PQSQLP,
2284
2608
  8,
2285
2609
  [_qS, _aTAn, _pa],
2286
- [0, 0, 128 | 0]
2610
+ [0, 0, [() => ParameterMap, 0]]
2287
2611
  ];
2288
2612
  export var ProtectedQueryStatistics$ = [3, n0, _PQS,
2289
2613
  0,
@@ -2292,8 +2616,8 @@ export var ProtectedQueryStatistics$ = [3, n0, _PQS,
2292
2616
  ];
2293
2617
  export var ProtectedQuerySummary$ = [3, n0, _PQSr,
2294
2618
  0,
2295
- [_i, _mI, _mA, _cT, _st, _rCec, _qCPAI],
2296
- [0, 0, 0, 4, 0, () => ReceiverConfigurationsList, 0], 6
2619
+ [_i, _mI, _mA, _cT, _st, _rCec, _qCPAI, _iTC],
2620
+ [0, 0, 0, 4, 0, () => ReceiverConfigurationsList, 0, () => IntermediateTableOutputConfiguration$], 6
2297
2621
  ];
2298
2622
  export var QueryComputePaymentConfig$ = [3, n0, _QCPC,
2299
2623
  0,
@@ -2342,7 +2666,7 @@ export var SchemaSummary$ = [3, n0, _SS,
2342
2666
  ];
2343
2667
  export var SnowflakeTableReference$ = [3, n0, _STR,
2344
2668
  0,
2345
- [_sA, _aIc, _dN, _tN, _sN, _tS],
2669
+ [_sA, _aIc, _dN, _tN, _sNc, _tS],
2346
2670
  [0, 0, 0, 0, 0, () => SnowflakeTableSchema$], 6
2347
2671
  ];
2348
2672
  export var SnowflakeTableSchemaV1$ = [3, n0, _STSV,
@@ -2427,7 +2751,7 @@ export var UpdateCollaborationInput$ = [3, n0, _UCI,
2427
2751
  ];
2428
2752
  export var UpdateCollaborationOutput$ = [3, n0, _UCO,
2429
2753
  0,
2430
- [_col],
2754
+ [_coll],
2431
2755
  [() => Collaboration$], 1
2432
2756
  ];
2433
2757
  export var UpdateConfiguredAudienceModelAssociationInput$ = [3, n0, _UCAMAI,
@@ -2500,6 +2824,26 @@ export var UpdateIdNamespaceAssociationOutput$ = [3, n0, _UINAO,
2500
2824
  [_iNA],
2501
2825
  [() => IdNamespaceAssociation$], 1
2502
2826
  ];
2827
+ export var UpdateIntermediateTableAnalysisRuleInput$ = [3, n0, _UITARI,
2828
+ 0,
2829
+ [_mIe, _iTI, _aRTn, _aRP],
2830
+ [[0, 1], [0, 1], [0, 1], () => IntermediateTableAnalysisRulePolicy$], 4
2831
+ ];
2832
+ export var UpdateIntermediateTableAnalysisRuleOutput$ = [3, n0, _UITARO,
2833
+ 0,
2834
+ [_aRna],
2835
+ [() => IntermediateTableAnalysisRule$], 1
2836
+ ];
2837
+ export var UpdateIntermediateTableInput$ = [3, n0, _UITI,
2838
+ 0,
2839
+ [_iTI, _mIe, _de, _kKA, _colu],
2840
+ [[0, 1], [0, 1], 0, 0, () => IntermediateTableColumnList], 2
2841
+ ];
2842
+ export var UpdateIntermediateTableOutput$ = [3, n0, _UITO,
2843
+ 0,
2844
+ [_iT],
2845
+ [[() => IntermediateTable$, 0]], 1
2846
+ ];
2503
2847
  export var UpdateMembershipInput$ = [3, n0, _UMI,
2504
2848
  0,
2505
2849
  [_mIe, _qLS, _jLS, _dRC, _dJRC, _mPC],
@@ -2558,6 +2902,7 @@ export var WorkerComputeConfiguration$ = [3, n0, _WCC,
2558
2902
  var AccessBudgetDetailsList = [1, n0, _ABDL,
2559
2903
  0, () => AccessBudgetDetails$
2560
2904
  ];
2905
+ var AccountIdList = 64 | 0;
2561
2906
  var AggregateColumnList = [1, n0, _ACL,
2562
2907
  0, () => AggregateColumn$
2563
2908
  ];
@@ -2610,6 +2955,9 @@ var ChangeList = [1, n0, _CL,
2610
2955
  0, () => Change$
2611
2956
  ];
2612
2957
  var ChangeTypeList = 64 | 0;
2958
+ var ChildResourceList = [1, n0, _CRL,
2959
+ 0, () => ChildResource$
2960
+ ];
2613
2961
  var CollaborationAnalysisTemplateList = [1, n0, _CATL,
2614
2962
  0, [() => CollaborationAnalysisTemplate$,
2615
2963
  0]
@@ -2635,6 +2983,9 @@ var CollaborationPrivacyBudgetTemplateSummaryList = [1, n0, _CPBTSL,
2635
2983
  var CollaborationSummaryList = [1, n0, _CSL,
2636
2984
  0, () => CollaborationSummary$
2637
2985
  ];
2986
+ var ColumnLineageList = [1, n0, _CLL,
2987
+ 0, () => ColumnLineageEntry$
2988
+ ];
2638
2989
  var ColumnList = [1, n0, _CLo,
2639
2990
  0, () => Column$
2640
2991
  ];
@@ -2653,6 +3004,9 @@ var ConfiguredTableSummaryList = [1, n0, _CTSL,
2653
3004
  0, () => ConfiguredTableSummary$
2654
3005
  ];
2655
3006
  var CustomMLMemberAbilities = 64 | 0;
3007
+ var DependencyList = [1, n0, _DL,
3008
+ 0, () => IntermediateTableDependency$
3009
+ ];
2656
3010
  var DifferentialPrivacyColumnList = [1, n0, _DPCL,
2657
3011
  0, () => DifferentialPrivacyColumn$
2658
3012
  ];
@@ -2678,6 +3032,25 @@ var IdMappingWorkflowsSupported = 64 | 15;
2678
3032
  var IdNamespaceAssociationSummaryList = [1, n0, _INASL,
2679
3033
  0, () => IdNamespaceAssociationSummary$
2680
3034
  ];
3035
+ var InheritedAdditionalAnalysesSourceList = [1, n0, _IAASL,
3036
+ 0, () => InheritedAdditionalAnalysesSource$
3037
+ ];
3038
+ var InheritedAllowedAdditionalAnalysesSourceList = [1, n0, _IAAASL,
3039
+ 0, () => InheritedAllowedAdditionalAnalysesSource$
3040
+ ];
3041
+ var InheritedAllowedResultReceiversSourceList = [1, n0, _IARRSL,
3042
+ 0, () => InheritedAllowedResultReceiversSource$
3043
+ ];
3044
+ var IntermediateTableAnalysisRuleTypeList = 64 | 0;
3045
+ var IntermediateTableColumnList = [1, n0, _ITCL,
3046
+ 0, () => IntermediateTableColumn$
3047
+ ];
3048
+ var IntermediateTableSummaryList = [1, n0, _ITSL,
3049
+ 0, () => IntermediateTableSummary$
3050
+ ];
3051
+ var IntermediateTableVersionSummaryList = [1, n0, _ITVSL,
3052
+ 0, () => IntermediateTableVersionSummary$
3053
+ ];
2681
3054
  var JoinOperatorsList = 64 | 0;
2682
3055
  var MemberAbilities = 64 | 0;
2683
3056
  var MemberList = [1, n0, _ML,
@@ -2757,7 +3130,9 @@ var ApprovalStatuses = [2, n0, _ASp,
2757
3130
  var JobParameterMap = [2, n0, _JPM,
2758
3131
  8, 0, 0
2759
3132
  ];
2760
- var ParameterMap = 128 | 0;
3133
+ var ParameterMap = [2, n0, _PM,
3134
+ 8, 0, 0
3135
+ ];
2761
3136
  var SparkProperties = 128 | 0;
2762
3137
  var TagMap = 128 | 0;
2763
3138
  export var AnalysisRulePolicy$ = [4, n0, _ARP,
@@ -2782,7 +3157,7 @@ export var AnalysisSourceMetadata$ = [4, n0, _ASM,
2782
3157
  ];
2783
3158
  export var ChangeSpecification$ = [4, n0, _CSh,
2784
3159
  0,
2785
- [_memb, _col],
3160
+ [_memb, _coll],
2786
3161
  [() => MemberChangeSpecification$, () => CollaborationChangeSpecification$]
2787
3162
  ];
2788
3163
  export var ComputeConfiguration$ = [4, n0, _CC,
@@ -2825,6 +3200,21 @@ export var ConsolidatedPolicyV1$ = [4, n0, _CPV,
2825
3200
  [_li, _agg, _cu],
2826
3201
  [() => ConsolidatedPolicyList$, () => ConsolidatedPolicyAggregation$, () => ConsolidatedPolicyCustom$]
2827
3202
  ];
3203
+ export var IntermediateTableAnalysisRulePolicy$ = [4, n0, _ITARP,
3204
+ 0,
3205
+ [_v_],
3206
+ [() => IntermediateTableAnalysisRulePolicyV1$]
3207
+ ];
3208
+ export var IntermediateTableAnalysisRulePolicyV1$ = [4, n0, _ITARPV,
3209
+ 0,
3210
+ [_cu],
3211
+ [() => IntermediateTableAnalysisRuleCustom$]
3212
+ ];
3213
+ export var IntermediateTableComputeConfiguration$ = [4, n0, _ITCC,
3214
+ 0,
3215
+ [_qCC],
3216
+ [() => WorkerComputeConfiguration$]
3217
+ ];
2828
3218
  export var MembershipProtectedJobOutputConfiguration$ = [4, n0, _MPJOC,
2829
3219
  0,
2830
3220
  [_s_],
@@ -2835,6 +3225,11 @@ export var MembershipProtectedQueryOutputConfiguration$ = [4, n0, _MPQOC,
2835
3225
  [_s_],
2836
3226
  [() => ProtectedQueryS3OutputConfiguration$]
2837
3227
  ];
3228
+ export var PopulationAnalysisConfiguration$ = [4, n0, _PAC,
3229
+ 0,
3230
+ [_sPq],
3231
+ [[() => PopulationAnalysisSqlParameters$, 0]]
3232
+ ];
2838
3233
  export var PreviewPrivacyImpactParametersInput$ = [4, n0, _PPIPI,
2839
3234
  0,
2840
3235
  [_dP],
@@ -2902,8 +3297,8 @@ export var ProtectedQueryOutput$ = [4, n0, _PQO,
2902
3297
  ];
2903
3298
  export var ProtectedQueryOutputConfiguration$ = [4, n0, _PQOC,
2904
3299
  0,
2905
- [_s_, _memb, _di],
2906
- [() => ProtectedQueryS3OutputConfiguration$, () => ProtectedQueryMemberOutputConfiguration$, () => ProtectedQueryDistributeOutputConfiguration$]
3300
+ [_s_, _memb, _di, _iT],
3301
+ [() => ProtectedQueryS3OutputConfiguration$, () => ProtectedQueryMemberOutputConfiguration$, () => ProtectedQueryDistributeOutputConfiguration$, () => IntermediateTableOutputConfiguration$]
2907
3302
  ];
2908
3303
  export var QueryConstraint$ = [4, n0, _QC,
2909
3304
  0,
@@ -2912,8 +3307,8 @@ export var QueryConstraint$ = [4, n0, _QC,
2912
3307
  ];
2913
3308
  export var SchemaTypeProperties$ = [4, n0, _STP,
2914
3309
  0,
2915
- [_iMT],
2916
- [() => IdMappingTableSchemaTypeProperties$]
3310
+ [_iMT, _iT, _cTAo],
3311
+ [() => IdMappingTableSchemaTypeProperties$, () => IntermediateTableSchemaTypeProperties$, () => ConfiguredTableAssociationSchemaTypeProperties$]
2917
3312
  ];
2918
3313
  export var SnowflakeTableSchema$ = [4, n0, _STS,
2919
3314
  0,
@@ -2974,6 +3369,12 @@ export var CreateIdMappingTable$ = [9, n0, _CIMT,
2974
3369
  export var CreateIdNamespaceAssociation$ = [9, n0, _CINAr,
2975
3370
  { [_h]: ["POST", "/memberships/{membershipIdentifier}/idnamespaceassociations", 200] }, () => CreateIdNamespaceAssociationInput$, () => CreateIdNamespaceAssociationOutput$
2976
3371
  ];
3372
+ export var CreateIntermediateTable$ = [9, n0, _CIT,
3373
+ { [_h]: ["POST", "/memberships/{membershipIdentifier}/intermediateTables", 200] }, () => CreateIntermediateTableInput$, () => CreateIntermediateTableOutput$
3374
+ ];
3375
+ export var CreateIntermediateTableAnalysisRule$ = [9, n0, _CITAR,
3376
+ { [_h]: ["POST", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}/analysisRule", 200] }, () => CreateIntermediateTableAnalysisRuleInput$, () => CreateIntermediateTableAnalysisRuleOutput$
3377
+ ];
2977
3378
  export var CreateMembership$ = [9, n0, _CM,
2978
3379
  { [_h]: ["POST", "/memberships", 200] }, () => CreateMembershipInput$, () => CreateMembershipOutput$
2979
3380
  ];
@@ -3007,6 +3408,12 @@ export var DeleteIdMappingTable$ = [9, n0, _DIMT,
3007
3408
  export var DeleteIdNamespaceAssociation$ = [9, n0, _DINA,
3008
3409
  { [_h]: ["DELETE", "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}", 204] }, () => DeleteIdNamespaceAssociationInput$, () => DeleteIdNamespaceAssociationOutput$
3009
3410
  ];
3411
+ export var DeleteIntermediateTable$ = [9, n0, _DIT,
3412
+ { [_h]: ["DELETE", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}", 204] }, () => DeleteIntermediateTableInput$, () => DeleteIntermediateTableOutput$
3413
+ ];
3414
+ export var DeleteIntermediateTableAnalysisRule$ = [9, n0, _DITAR,
3415
+ { [_h]: ["DELETE", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}/analysisRule/{analysisRuleType}", 204] }, () => DeleteIntermediateTableAnalysisRuleInput$, () => DeleteIntermediateTableAnalysisRuleOutput$
3416
+ ];
3010
3417
  export var DeleteMember$ = [9, n0, _DM,
3011
3418
  { [_h]: ["DELETE", "/collaborations/{collaborationIdentifier}/member/{accountId}", 204] }, () => DeleteMemberInput$, () => DeleteMemberOutput$
3012
3419
  ];
@@ -3016,6 +3423,9 @@ export var DeleteMembership$ = [9, n0, _DMe,
3016
3423
  export var DeletePrivacyBudgetTemplate$ = [9, n0, _DPBT,
3017
3424
  { [_h]: ["DELETE", "/memberships/{membershipIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}", 204] }, () => DeletePrivacyBudgetTemplateInput$, () => DeletePrivacyBudgetTemplateOutput$
3018
3425
  ];
3426
+ export var DisallowIntermediateTable$ = [9, n0, _DITi,
3427
+ { [_h]: ["POST", "/memberships/{membershipIdentifier}/disallowIntermediateTable", 200] }, () => DisallowIntermediateTableInput$, () => DisallowIntermediateTableOutput$
3428
+ ];
3019
3429
  export var GetAnalysisTemplate$ = [9, n0, _GAT,
3020
3430
  { [_h]: ["GET", "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", 200] }, () => GetAnalysisTemplateInput$, () => GetAnalysisTemplateOutput$
3021
3431
  ];
@@ -3058,6 +3468,12 @@ export var GetIdMappingTable$ = [9, n0, _GIMT,
3058
3468
  export var GetIdNamespaceAssociation$ = [9, n0, _GINA,
3059
3469
  { [_h]: ["GET", "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}", 200] }, () => GetIdNamespaceAssociationInput$, () => GetIdNamespaceAssociationOutput$
3060
3470
  ];
3471
+ export var GetIntermediateTable$ = [9, n0, _GIT,
3472
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}", 200] }, () => GetIntermediateTableInput$, () => GetIntermediateTableOutput$
3473
+ ];
3474
+ export var GetIntermediateTableAnalysisRule$ = [9, n0, _GITAR,
3475
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}/analysisRule/{analysisRuleType}", 200] }, () => GetIntermediateTableAnalysisRuleInput$, () => GetIntermediateTableAnalysisRuleOutput$
3476
+ ];
3061
3477
  export var GetMembership$ = [9, n0, _GM,
3062
3478
  { [_h]: ["GET", "/memberships/{membershipIdentifier}", 200] }, () => GetMembershipInput$, () => GetMembershipOutput$
3063
3479
  ];
@@ -3115,6 +3531,12 @@ export var ListIdMappingTables$ = [9, n0, _LIMT,
3115
3531
  export var ListIdNamespaceAssociations$ = [9, n0, _LINA,
3116
3532
  { [_h]: ["GET", "/memberships/{membershipIdentifier}/idnamespaceassociations", 200] }, () => ListIdNamespaceAssociationsInput$, () => ListIdNamespaceAssociationsOutput$
3117
3533
  ];
3534
+ export var ListIntermediateTables$ = [9, n0, _LIT,
3535
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/intermediateTables", 200] }, () => ListIntermediateTablesInput$, () => ListIntermediateTablesOutput$
3536
+ ];
3537
+ export var ListIntermediateTableVersions$ = [9, n0, _LITV,
3538
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}/versions", 200] }, () => ListIntermediateTableVersionsInput$, () => ListIntermediateTableVersionsOutput$
3539
+ ];
3118
3540
  export var ListMembers$ = [9, n0, _LM,
3119
3541
  { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/members", 200] }, () => ListMembersInput$, () => ListMembersOutput$
3120
3542
  ];
@@ -3142,6 +3564,9 @@ export var ListTagsForResource$ = [9, n0, _LTFR,
3142
3564
  export var PopulateIdMappingTable$ = [9, n0, _PIMT,
3143
3565
  { [_h]: ["POST", "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}/populate", 200] }, () => PopulateIdMappingTableInput$, () => PopulateIdMappingTableOutput$
3144
3566
  ];
3567
+ export var PopulateIntermediateTable$ = [9, n0, _PIT,
3568
+ { [_h]: ["POST", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}/populate", 200] }, () => PopulateIntermediateTableInput$, () => PopulateIntermediateTableOutput$
3569
+ ];
3145
3570
  export var PreviewPrivacyImpact$ = [9, n0, _PPI,
3146
3571
  { [_h]: ["POST", "/memberships/{membershipIdentifier}/previewprivacyimpact", 200] }, () => PreviewPrivacyImpactInput$, () => PreviewPrivacyImpactOutput$
3147
3572
  ];
@@ -3187,6 +3612,12 @@ export var UpdateIdMappingTable$ = [9, n0, _UIMT,
3187
3612
  export var UpdateIdNamespaceAssociation$ = [9, n0, _UINA,
3188
3613
  { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}", 200] }, () => UpdateIdNamespaceAssociationInput$, () => UpdateIdNamespaceAssociationOutput$
3189
3614
  ];
3615
+ export var UpdateIntermediateTable$ = [9, n0, _UIT,
3616
+ { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}", 200] }, () => UpdateIntermediateTableInput$, () => UpdateIntermediateTableOutput$
3617
+ ];
3618
+ export var UpdateIntermediateTableAnalysisRule$ = [9, n0, _UITAR,
3619
+ { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}/analysisRule/{analysisRuleType}", 200] }, () => UpdateIntermediateTableAnalysisRuleInput$, () => UpdateIntermediateTableAnalysisRuleOutput$
3620
+ ];
3190
3621
  export var UpdateMembership$ = [9, n0, _UM,
3191
3622
  { [_h]: ["PATCH", "/memberships/{membershipIdentifier}", 200] }, () => UpdateMembershipInput$, () => UpdateMembershipOutput$
3192
3623
  ];