@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.
- package/README.md +84 -0
- package/dist-cjs/index.js +769 -42
- package/dist-es/CleanRooms.js +28 -0
- package/dist-es/commands/CreateIntermediateTableAnalysisRuleCommand.js +16 -0
- package/dist-es/commands/CreateIntermediateTableCommand.js +16 -0
- package/dist-es/commands/DeleteIntermediateTableAnalysisRuleCommand.js +16 -0
- package/dist-es/commands/DeleteIntermediateTableCommand.js +16 -0
- package/dist-es/commands/DisallowIntermediateTableCommand.js +16 -0
- package/dist-es/commands/GetIntermediateTableAnalysisRuleCommand.js +16 -0
- package/dist-es/commands/GetIntermediateTableCommand.js +16 -0
- package/dist-es/commands/ListIntermediateTableVersionsCommand.js +16 -0
- package/dist-es/commands/ListIntermediateTablesCommand.js +16 -0
- package/dist-es/commands/PopulateIntermediateTableCommand.js +16 -0
- package/dist-es/commands/UpdateIntermediateTableAnalysisRuleCommand.js +16 -0
- package/dist-es/commands/UpdateIntermediateTableCommand.js +16 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/enums.js +53 -4
- package/dist-es/pagination/ListIntermediateTableVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListIntermediateTablesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +467 -36
- package/dist-types/CleanRooms.d.ts +98 -0
- package/dist-types/CleanRoomsClient.d.ts +14 -2
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +10 -8
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +9 -2
- package/dist-types/commands/CreateCollaborationCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +9 -0
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +9 -0
- package/dist-types/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +163 -0
- package/dist-types/commands/CreateIntermediateTableCommand.d.ts +231 -0
- package/dist-types/commands/CreateMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +94 -0
- package/dist-types/commands/DeleteIntermediateTableCommand.d.ts +93 -0
- package/dist-types/commands/DeleteMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DisallowIntermediateTableCommand.d.ts +94 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +9 -0
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +9 -0
- package/dist-types/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +128 -0
- package/dist-types/commands/GetIntermediateTableCommand.d.ts +213 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedJobCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +6 -2
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +10 -8
- package/dist-types/commands/GetSchemaCommand.d.ts +9 -2
- package/dist-types/commands/ListIntermediateTableVersionsCommand.d.ts +106 -0
- package/dist-types/commands/ListIntermediateTablesCommand.d.ts +112 -0
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +5 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PopulateIntermediateTableCommand.d.ts +115 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +10 -0
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +9 -0
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +9 -0
- package/dist-types/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +161 -0
- package/dist-types/commands/UpdateIntermediateTableCommand.d.ts +221 -0
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -0
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/enums.d.ts +125 -12
- package/dist-types/models/models_0.d.ts +729 -436
- package/dist-types/models/models_1.d.ts +1032 -3
- package/dist-types/pagination/ListIntermediateTableVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIntermediateTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +63 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +236 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisallowIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListIntermediateTableVersionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListIntermediateTablesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PopulateIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/enums.d.ts +71 -6
- package/dist-types/ts3.4/models/models_0.d.ts +299 -261
- package/dist-types/ts3.4/models/models_1.d.ts +345 -17
- package/dist-types/ts3.4/pagination/ListIntermediateTableVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIntermediateTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +63 -0
- package/package.json +6 -8
package/dist-cjs/index.js
CHANGED
|
@@ -10,9 +10,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
10
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
11
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
12
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
13
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
14
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
15
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
16
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
17
|
|
|
17
18
|
const defaultCleanRoomsHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
19
|
return {
|
|
@@ -67,7 +68,7 @@ const commonParams = {
|
|
|
67
68
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
69
|
};
|
|
69
70
|
|
|
70
|
-
var version = "3.
|
|
71
|
+
var version = "3.1076.0";
|
|
71
72
|
var packageInfo = {
|
|
72
73
|
version: version};
|
|
73
74
|
|
|
@@ -352,7 +353,15 @@ const _CINAO = "CreateIdNamespaceAssociationOutput";
|
|
|
352
353
|
const _CINAS = "CollaborationIdNamespaceAssociationSummary";
|
|
353
354
|
const _CINASL = "CollaborationIdNamespaceAssociationSummaryList";
|
|
354
355
|
const _CINAr = "CreateIdNamespaceAssociation";
|
|
356
|
+
const _CIT = "CreateIntermediateTable";
|
|
357
|
+
const _CITAR = "CreateIntermediateTableAnalysisRule";
|
|
358
|
+
const _CITARI = "CreateIntermediateTableAnalysisRuleInput";
|
|
359
|
+
const _CITARO = "CreateIntermediateTableAnalysisRuleOutput";
|
|
360
|
+
const _CITI = "CreateIntermediateTableInput";
|
|
361
|
+
const _CITO = "CreateIntermediateTableOutput";
|
|
355
362
|
const _CL = "ChangeList";
|
|
363
|
+
const _CLE = "ColumnLineageEntry";
|
|
364
|
+
const _CLL = "ColumnLineageList";
|
|
356
365
|
const _CLo = "ColumnList";
|
|
357
366
|
const _CM = "CreateMembership";
|
|
358
367
|
const _CMI = "CreateMembershipInput";
|
|
@@ -371,6 +380,8 @@ const _CPBTr = "CreatePrivacyBudgetTemplate";
|
|
|
371
380
|
const _CPC = "ConsolidatedPolicyCustom";
|
|
372
381
|
const _CPL = "ConsolidatedPolicyList";
|
|
373
382
|
const _CPV = "ConsolidatedPolicyV1";
|
|
383
|
+
const _CR = "ChildResource";
|
|
384
|
+
const _CRL = "ChildResourceList";
|
|
374
385
|
const _CS = "CollaborationSummary";
|
|
375
386
|
const _CSL = "CollaborationSummaryList";
|
|
376
387
|
const _CSh = "ChangeSpecification";
|
|
@@ -387,6 +398,7 @@ const _CTARP = "ConfiguredTableAnalysisRulePolicy";
|
|
|
387
398
|
const _CTARPV = "ConfiguredTableAnalysisRulePolicyV1";
|
|
388
399
|
const _CTAS = "ConfiguredTableAssociationSummary";
|
|
389
400
|
const _CTASL = "ConfiguredTableAssociationSummaryList";
|
|
401
|
+
const _CTASTP = "ConfiguredTableAssociationSchemaTypeProperties";
|
|
390
402
|
const _CTS = "ConfiguredTableSummary";
|
|
391
403
|
const _CTSL = "ConfiguredTableSummaryList";
|
|
392
404
|
const _Co = "Collaboration";
|
|
@@ -420,6 +432,16 @@ const _DIMTO = "DeleteIdMappingTableOutput";
|
|
|
420
432
|
const _DINA = "DeleteIdNamespaceAssociation";
|
|
421
433
|
const _DINAI = "DeleteIdNamespaceAssociationInput";
|
|
422
434
|
const _DINAO = "DeleteIdNamespaceAssociationOutput";
|
|
435
|
+
const _DIT = "DeleteIntermediateTable";
|
|
436
|
+
const _DITAR = "DeleteIntermediateTableAnalysisRule";
|
|
437
|
+
const _DITARI = "DeleteIntermediateTableAnalysisRuleInput";
|
|
438
|
+
const _DITARO = "DeleteIntermediateTableAnalysisRuleOutput";
|
|
439
|
+
const _DITI = "DeleteIntermediateTableInput";
|
|
440
|
+
const _DITIi = "DisallowIntermediateTableInput";
|
|
441
|
+
const _DITO = "DeleteIntermediateTableOutput";
|
|
442
|
+
const _DITOi = "DisallowIntermediateTableOutput";
|
|
443
|
+
const _DITi = "DisallowIntermediateTable";
|
|
444
|
+
const _DL = "DependencyList";
|
|
423
445
|
const _DM = "DeleteMember";
|
|
424
446
|
const _DMI = "DeleteMemberInput";
|
|
425
447
|
const _DMIe = "DeleteMembershipInput";
|
|
@@ -488,6 +510,12 @@ const _GIMTO = "GetIdMappingTableOutput";
|
|
|
488
510
|
const _GINA = "GetIdNamespaceAssociation";
|
|
489
511
|
const _GINAI = "GetIdNamespaceAssociationInput";
|
|
490
512
|
const _GINAO = "GetIdNamespaceAssociationOutput";
|
|
513
|
+
const _GIT = "GetIntermediateTable";
|
|
514
|
+
const _GITAR = "GetIntermediateTableAnalysisRule";
|
|
515
|
+
const _GITARI = "GetIntermediateTableAnalysisRuleInput";
|
|
516
|
+
const _GITARO = "GetIntermediateTableAnalysisRuleOutput";
|
|
517
|
+
const _GITI = "GetIntermediateTableInput";
|
|
518
|
+
const _GITO = "GetIntermediateTableOutput";
|
|
491
519
|
const _GM = "GetMembership";
|
|
492
520
|
const _GMI = "GetMembershipInput";
|
|
493
521
|
const _GMO = "GetMembershipOutput";
|
|
@@ -509,6 +537,16 @@ const _GSO = "GetSchemaOutput";
|
|
|
509
537
|
const _GTR = "GlueTableReference";
|
|
510
538
|
const _H = "Hash";
|
|
511
539
|
const _HL = "HashList";
|
|
540
|
+
const _IAA = "InheritedAdditionalAnalyses";
|
|
541
|
+
const _IAAA = "InheritedAllowedAdditionalAnalyses";
|
|
542
|
+
const _IAAAS = "InheritedAllowedAdditionalAnalysesSource";
|
|
543
|
+
const _IAAASL = "InheritedAllowedAdditionalAnalysesSourceList";
|
|
544
|
+
const _IAAS = "InheritedAdditionalAnalysesSource";
|
|
545
|
+
const _IAASL = "InheritedAdditionalAnalysesSourceList";
|
|
546
|
+
const _IARR = "InheritedAllowedResultReceivers";
|
|
547
|
+
const _IARRS = "InheritedAllowedResultReceiversSource";
|
|
548
|
+
const _IARRSL = "InheritedAllowedResultReceiversSourceList";
|
|
549
|
+
const _IDOC = "InheritedDisallowedOutputColumns";
|
|
512
550
|
const _IMC = "IdMappingConfig";
|
|
513
551
|
const _IMT = "IdMappingTable";
|
|
514
552
|
const _IMTIRC = "IdMappingTableInputReferenceConfig";
|
|
@@ -525,6 +563,24 @@ const _INAIRPS = "IdNamespaceAssociationInputReferencePropertiesSummary";
|
|
|
525
563
|
const _INAS = "IdNamespaceAssociationSummary";
|
|
526
564
|
const _INASL = "IdNamespaceAssociationSummaryList";
|
|
527
565
|
const _ISE = "InternalServerException";
|
|
566
|
+
const _IT = "IntermediateTable";
|
|
567
|
+
const _ITAR = "IntermediateTableAnalysisRule";
|
|
568
|
+
const _ITARC = "IntermediateTableAnalysisRuleCustom";
|
|
569
|
+
const _ITARP = "IntermediateTableAnalysisRulePolicy";
|
|
570
|
+
const _ITARPV = "IntermediateTableAnalysisRulePolicyV1";
|
|
571
|
+
const _ITAV = "IntermediateTableActiveVersion";
|
|
572
|
+
const _ITC = "IntermediateTableColumn";
|
|
573
|
+
const _ITCC = "IntermediateTableComputeConfiguration";
|
|
574
|
+
const _ITCL = "IntermediateTableColumnList";
|
|
575
|
+
const _ITD = "IntermediateTableDependency";
|
|
576
|
+
const _ITIC = "IntermediateTableInheritedConstraints";
|
|
577
|
+
const _ITOC = "IntermediateTableOutputConfiguration";
|
|
578
|
+
const _ITS = "IntermediateTableSchema";
|
|
579
|
+
const _ITSL = "IntermediateTableSummaryList";
|
|
580
|
+
const _ITSTP = "IntermediateTableSchemaTypeProperties";
|
|
581
|
+
const _ITSn = "IntermediateTableSummary";
|
|
582
|
+
const _ITVS = "IntermediateTableVersionSummary";
|
|
583
|
+
const _ITVSL = "IntermediateTableVersionSummaryList";
|
|
528
584
|
const _JCPC = "JobComputePaymentConfig";
|
|
529
585
|
const _JPM = "JobParameterMap";
|
|
530
586
|
const _LAT = "ListAnalysisTemplates";
|
|
@@ -566,6 +622,12 @@ const _LIMTO = "ListIdMappingTablesOutput";
|
|
|
566
622
|
const _LINA = "ListIdNamespaceAssociations";
|
|
567
623
|
const _LINAI = "ListIdNamespaceAssociationsInput";
|
|
568
624
|
const _LINAO = "ListIdNamespaceAssociationsOutput";
|
|
625
|
+
const _LIT = "ListIntermediateTables";
|
|
626
|
+
const _LITI = "ListIntermediateTablesInput";
|
|
627
|
+
const _LITO = "ListIntermediateTablesOutput";
|
|
628
|
+
const _LITV = "ListIntermediateTableVersions";
|
|
629
|
+
const _LITVI = "ListIntermediateTableVersionsInput";
|
|
630
|
+
const _LITVO = "ListIntermediateTableVersionsOutput";
|
|
569
631
|
const _LM = "ListMembers";
|
|
570
632
|
const _LMI = "ListMembershipsInput";
|
|
571
633
|
const _LMIi = "ListMembersInput";
|
|
@@ -614,6 +676,8 @@ const _MSLe = "MemberSummaryList";
|
|
|
614
676
|
const _MSe = "MemberSpecification";
|
|
615
677
|
const _MSem = "MemberSummary";
|
|
616
678
|
const _MTPC = "ModelTrainingPaymentConfig";
|
|
679
|
+
const _PAC = "PopulationAnalysisConfiguration";
|
|
680
|
+
const _PASP = "PopulationAnalysisSqlParameters";
|
|
617
681
|
const _PB = "PrivacyBudget";
|
|
618
682
|
const _PBS = "PrivacyBudgetSummary";
|
|
619
683
|
const _PBSL = "PrivacyBudgetSummaryList";
|
|
@@ -628,6 +692,9 @@ const _PI = "PrivacyImpact";
|
|
|
628
692
|
const _PIMT = "PopulateIdMappingTable";
|
|
629
693
|
const _PIMTI = "PopulateIdMappingTableInput";
|
|
630
694
|
const _PIMTO = "PopulateIdMappingTableOutput";
|
|
695
|
+
const _PIT = "PopulateIntermediateTable";
|
|
696
|
+
const _PITI = "PopulateIntermediateTableInput";
|
|
697
|
+
const _PITO = "PopulateIntermediateTableOutput";
|
|
631
698
|
const _PJ = "ProtectedJob";
|
|
632
699
|
const _PJCC = "ProtectedJobComputeConfiguration";
|
|
633
700
|
const _PJCD = "ProtectedJobConfigurationDetails";
|
|
@@ -653,6 +720,7 @@ const _PJSOCI = "ProtectedJobS3OutputConfigurationInput";
|
|
|
653
720
|
const _PJSOCO = "ProtectedJobS3OutputConfigurationOutput";
|
|
654
721
|
const _PJSr = "ProtectedJobSummary";
|
|
655
722
|
const _PJWCC = "ProtectedJobWorkerComputeConfiguration";
|
|
723
|
+
const _PM = "ParameterMap";
|
|
656
724
|
const _PPI = "PreviewPrivacyImpact";
|
|
657
725
|
const _PPII = "PreviewPrivacyImpactInput";
|
|
658
726
|
const _PPIO = "PreviewPrivacyImpactOutput";
|
|
@@ -745,6 +813,12 @@ const _UIMTO = "UpdateIdMappingTableOutput";
|
|
|
745
813
|
const _UINA = "UpdateIdNamespaceAssociation";
|
|
746
814
|
const _UINAI = "UpdateIdNamespaceAssociationInput";
|
|
747
815
|
const _UINAO = "UpdateIdNamespaceAssociationOutput";
|
|
816
|
+
const _UIT = "UpdateIntermediateTable";
|
|
817
|
+
const _UITAR = "UpdateIntermediateTableAnalysisRule";
|
|
818
|
+
const _UITARI = "UpdateIntermediateTableAnalysisRuleInput";
|
|
819
|
+
const _UITARO = "UpdateIntermediateTableAnalysisRuleOutput";
|
|
820
|
+
const _UITI = "UpdateIntermediateTableInput";
|
|
821
|
+
const _UITO = "UpdateIntermediateTableOutput";
|
|
748
822
|
const _UM = "UpdateMembership";
|
|
749
823
|
const _UMI = "UpdateMembershipInput";
|
|
750
824
|
const _UMO = "UpdateMembershipOutput";
|
|
@@ -785,15 +859,17 @@ const _aE = "analyticsEngine";
|
|
|
785
859
|
const _aEg = "aggregationExpression";
|
|
786
860
|
const _aI = "accountId";
|
|
787
861
|
const _aIc = "accountIdentifier";
|
|
862
|
+
const _aIn = "analysisId";
|
|
788
863
|
const _aJO = "allowedJoinOperators";
|
|
789
864
|
const _aJOCWDN = "allowJoinsOnColumnsWithDifferentNames";
|
|
790
865
|
const _aM = "analysisMethod";
|
|
791
866
|
const _aP = "analysisParameters";
|
|
867
|
+
const _aPAI = "analysisPayerAccountId";
|
|
792
868
|
const _aR = "autoRefresh";
|
|
793
869
|
const _aRB = "aggregateRemainingBudget";
|
|
794
870
|
const _aRP = "analysisRulePolicy";
|
|
795
|
-
const _aRR = "
|
|
796
|
-
const _aRRl = "
|
|
871
|
+
const _aRR = "allowedResultReceivers";
|
|
872
|
+
const _aRRl = "allowedResultRegions";
|
|
797
873
|
const _aRT = "analysisRuleTypes";
|
|
798
874
|
const _aRTn = "analysisRuleType";
|
|
799
875
|
const _aRn = "analysisRules";
|
|
@@ -843,7 +919,8 @@ const _cI = "collaborationId";
|
|
|
843
919
|
const _cINA = "collaborationIdNamespaceAssociation";
|
|
844
920
|
const _cINAS = "collaborationIdNamespaceAssociationSummaries";
|
|
845
921
|
const _cIo = "collaborationIdentifier";
|
|
846
|
-
const _cL = "
|
|
922
|
+
const _cL = "columnLineage";
|
|
923
|
+
const _cLo = "collaborationList";
|
|
847
924
|
const _cM = "columnMapping";
|
|
848
925
|
const _cMA = "creatorMemberAbilities";
|
|
849
926
|
const _cMLMA = "creatorMLMemberAbilities";
|
|
@@ -858,6 +935,7 @@ const _cPBT = "collaborationPrivacyBudgetTemplate";
|
|
|
858
935
|
const _cPBTS = "collaborationPrivacyBudgetTemplateSummaries";
|
|
859
936
|
const _cPC = "creatorPaymentConfiguration";
|
|
860
937
|
const _cPo = "consolidatedPolicy";
|
|
938
|
+
const _cR = "childResources";
|
|
861
939
|
const _cRI = "changeRequestIdentifier";
|
|
862
940
|
const _cT = "createTime";
|
|
863
941
|
const _cTA = "configuredTableArn";
|
|
@@ -873,7 +951,8 @@ const _cTo = "configuredTable";
|
|
|
873
951
|
const _cTol = "columnType";
|
|
874
952
|
const _ch = "changes";
|
|
875
953
|
const _co = "code";
|
|
876
|
-
const _col = "
|
|
954
|
+
const _col = "column";
|
|
955
|
+
const _coll = "collaboration";
|
|
877
956
|
const _colu = "columns";
|
|
878
957
|
const _con = "configurations";
|
|
879
958
|
const _cu = "custom";
|
|
@@ -895,6 +974,7 @@ const _eMC = "errorMessageConfiguration";
|
|
|
895
974
|
const _eP = "entryPoint";
|
|
896
975
|
const _ePH = "entryPointHash";
|
|
897
976
|
const _eT = "endTime";
|
|
977
|
+
const _eTx = "expirationTime";
|
|
898
978
|
const _ep = "epsilon";
|
|
899
979
|
const _er = "errors";
|
|
900
980
|
const _f = "function";
|
|
@@ -906,12 +986,15 @@ const _hE = "httpError";
|
|
|
906
986
|
const _hQ = "httpQuery";
|
|
907
987
|
const _i = "id";
|
|
908
988
|
const _iAA = "isAutoApproved";
|
|
989
|
+
const _iC = "inheritedConstraints";
|
|
990
|
+
const _iD = "includeDescendants";
|
|
909
991
|
const _iMC = "idMappingConfig";
|
|
910
992
|
const _iME = "isMetricsEnabled";
|
|
911
993
|
const _iMJI = "idMappingJobId";
|
|
912
994
|
const _iMT = "idMappingTable";
|
|
913
995
|
const _iMTI = "idMappingTableIdentifier";
|
|
914
996
|
const _iMTIS = "idMappingTableInputSource";
|
|
997
|
+
const _iMTId = "idMappingTableId";
|
|
915
998
|
const _iMTS = "idMappingTableSummaries";
|
|
916
999
|
const _iMWS = "idMappingWorkflowsSupported";
|
|
917
1000
|
const _iNA = "idNamespaceAssociation";
|
|
@@ -925,6 +1008,15 @@ const _iRA = "inputReferenceArn";
|
|
|
925
1008
|
const _iRC = "inputReferenceConfig";
|
|
926
1009
|
const _iRP = "inputReferenceProperties";
|
|
927
1010
|
const _iSD = "isSyntheticData";
|
|
1011
|
+
const _iT = "intermediateTable";
|
|
1012
|
+
const _iTA = "intermediateTableArn";
|
|
1013
|
+
const _iTC = "intermediateTableConfiguration";
|
|
1014
|
+
const _iTI = "intermediateTableIdentifier";
|
|
1015
|
+
const _iTIn = "intermediateTableId";
|
|
1016
|
+
const _iTN = "intermediateTableName";
|
|
1017
|
+
const _iTS = "intermediateTableSummaries";
|
|
1018
|
+
const _iTV = "intermediateTableVersion";
|
|
1019
|
+
const _iTVS = "intermediateTableVersionSummaries";
|
|
928
1020
|
const _jC = "joinColumns";
|
|
929
1021
|
const _jCPAI = "jobComputePayerAccountId";
|
|
930
1022
|
const _jCo = "jobCompute";
|
|
@@ -970,10 +1062,12 @@ const _nT = "nextToken";
|
|
|
970
1062
|
const _na = "names";
|
|
971
1063
|
const _nu = "number";
|
|
972
1064
|
const _o = "output";
|
|
1065
|
+
const _oAI = "ownerAccountId";
|
|
973
1066
|
const _oC = "outputConstraints";
|
|
974
1067
|
const _oCu = "outputConfiguration";
|
|
975
1068
|
const _oL = "outputLocation";
|
|
976
1069
|
const _p = "policy";
|
|
1070
|
+
const _pAC = "populationAnalysisConfiguration";
|
|
977
1071
|
const _pBS = "privacyBudgetSummaries";
|
|
978
1072
|
const _pBT = "privacyBudgetType";
|
|
979
1073
|
const _pBTA = "privacyBudgetTemplateArn";
|
|
@@ -991,9 +1085,11 @@ const _pN = "preserveNulls";
|
|
|
991
1085
|
const _pQ = "protectedQuery";
|
|
992
1086
|
const _pQI = "protectedQueryIdentifier";
|
|
993
1087
|
const _pQr = "protectedQueries";
|
|
1088
|
+
const _pT = "parentType";
|
|
994
1089
|
const _pa = "parameters";
|
|
995
1090
|
const _pr = "properties";
|
|
996
1091
|
const _qC = "queryConstraints";
|
|
1092
|
+
const _qCC = "queryComputeConfiguration";
|
|
997
1093
|
const _qCPAI = "queryComputePayerAccountId";
|
|
998
1094
|
const _qCu = "queryCompute";
|
|
999
1095
|
const _qLS = "queryLogStatus";
|
|
@@ -1010,7 +1106,10 @@ const _rCe = "resultConfiguration";
|
|
|
1010
1106
|
const _rCec = "receiverConfigurations";
|
|
1011
1107
|
const _rF = "resultFormat";
|
|
1012
1108
|
const _rI = "resourceId";
|
|
1109
|
+
const _rID = "retentionInDays";
|
|
1110
|
+
const _rN = "resourceName";
|
|
1013
1111
|
const _rO = "requireOverlap";
|
|
1112
|
+
const _rS = "resourceStatus";
|
|
1014
1113
|
const _rT = "resourceType";
|
|
1015
1114
|
const _rTe = "referencedTables";
|
|
1016
1115
|
const _re = "reasons";
|
|
@@ -1018,21 +1117,27 @@ const _reg = "region";
|
|
|
1018
1117
|
const _res = "result";
|
|
1019
1118
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cleanrooms";
|
|
1020
1119
|
const _sA = "secretArn";
|
|
1120
|
+
const _sAI = "sourceAccountId";
|
|
1021
1121
|
const _sAM = "selectedAnalysisMethods";
|
|
1022
1122
|
const _sARR = "schemaAnalysisRuleRequests";
|
|
1123
|
+
const _sC = "sourceColumn";
|
|
1023
1124
|
const _sDG = "syntheticDataGeneration";
|
|
1024
1125
|
const _sDP = "syntheticDataParameters";
|
|
1025
1126
|
const _sF = "scalarFunctions";
|
|
1026
1127
|
const _sFO = "singleFileOutput";
|
|
1128
|
+
const _sI = "sourceId";
|
|
1027
1129
|
const _sM = "sourceMetadata";
|
|
1028
|
-
const _sN = "
|
|
1130
|
+
const _sN = "sourceName";
|
|
1131
|
+
const _sNc = "schemaName";
|
|
1029
1132
|
const _sP = "sensitivityParameters";
|
|
1030
1133
|
const _sPq = "sqlParameters";
|
|
1134
|
+
const _sR = "statusReason";
|
|
1031
1135
|
const _sS = "schemaSummaries";
|
|
1032
1136
|
const _sSD = "schemaStatusDetails";
|
|
1033
1137
|
const _sT = "startTime";
|
|
1034
1138
|
const _sTP = "schemaTypeProperties";
|
|
1035
1139
|
const _sTc = "schemaType";
|
|
1140
|
+
const _sTo = "sourceType";
|
|
1036
1141
|
const _sTp = "specificationType";
|
|
1037
1142
|
const _s_ = "s3";
|
|
1038
1143
|
const _sc = "schema";
|
|
@@ -1041,12 +1146,15 @@ const _se = "server";
|
|
|
1041
1146
|
const _sh = "sha256";
|
|
1042
1147
|
const _sn = "snowflake";
|
|
1043
1148
|
const _so = "source";
|
|
1149
|
+
const _sou = "sources";
|
|
1044
1150
|
const _sp = "specification";
|
|
1045
1151
|
const _spa = "spark";
|
|
1046
1152
|
const _st = "status";
|
|
1047
1153
|
const _sta = "statistics";
|
|
1048
1154
|
const _t = "type";
|
|
1155
|
+
const _tD = "tableDependencies";
|
|
1049
1156
|
const _tDIM = "totalDurationInMillis";
|
|
1157
|
+
const _tI = "tableId";
|
|
1050
1158
|
const _tK = "tagKeys";
|
|
1051
1159
|
const _tN = "tableName";
|
|
1052
1160
|
const _tR = "tableReference";
|
|
@@ -1060,7 +1168,9 @@ const _uCL = "userContributionLimit";
|
|
|
1060
1168
|
const _uNPQ = "usersNoisePerQuery";
|
|
1061
1169
|
const _uT = "updateTime";
|
|
1062
1170
|
const _v = "validations";
|
|
1171
|
+
const _vI = "versionId";
|
|
1063
1172
|
const _v_ = "v1";
|
|
1173
|
+
const _va = "value";
|
|
1064
1174
|
const _w = "worker";
|
|
1065
1175
|
const _wG = "workGroup";
|
|
1066
1176
|
const n0 = "com.amazonaws.cleanrooms";
|
|
@@ -1167,8 +1277,8 @@ var AnalysisRuleAggregation$ = [3, n0, _ARA,
|
|
|
1167
1277
|
];
|
|
1168
1278
|
var AnalysisRuleCustom$ = [3, n0, _ARC,
|
|
1169
1279
|
0,
|
|
1170
|
-
[_aAl, _aAP, _aA, _dOC, _dP],
|
|
1171
|
-
[64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration
|
|
1280
|
+
[_aAl, _aAP, _aA, _dOC, _dP, _aRR, _aAA],
|
|
1281
|
+
[64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration$, 64 | 0, 64 | 0], 1
|
|
1172
1282
|
];
|
|
1173
1283
|
var AnalysisRuleIdMappingTable$ = [3, n0, _ARIMT,
|
|
1174
1284
|
0,
|
|
@@ -1300,9 +1410,14 @@ var ChangeInput$ = [3, n0, _CI,
|
|
|
1300
1410
|
[_sTp, _sp],
|
|
1301
1411
|
[0, () => ChangeSpecification$], 2
|
|
1302
1412
|
];
|
|
1413
|
+
var ChildResource$ = [3, n0, _CR,
|
|
1414
|
+
0,
|
|
1415
|
+
[_rT, _rN, _oAI, _rI, _rS],
|
|
1416
|
+
[0, 0, 0, 0, 0], 3
|
|
1417
|
+
];
|
|
1303
1418
|
var Collaboration$ = [3, n0, _Co,
|
|
1304
1419
|
0,
|
|
1305
|
-
[_i, _a, _n, _cAI, _cDN, _cT, _uT, _mS, _qLS, _de, _mI, _mA, _dEM, _jLS, _aE, _aACT,
|
|
1420
|
+
[_i, _a, _n, _cAI, _cDN, _cT, _uT, _mS, _qLS, _de, _mI, _mA, _dEM, _jLS, _aE, _aACT, _aRRl, _iME],
|
|
1306
1421
|
[0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, () => DataEncryptionMetadata$, 0, 0, 64 | 0, 64 | 0, 2], 9
|
|
1307
1422
|
];
|
|
1308
1423
|
var CollaborationAnalysisTemplate$ = [3, n0, _CAT,
|
|
@@ -1380,6 +1495,11 @@ var ColumnClassificationDetails$ = [3, n0, _CCD,
|
|
|
1380
1495
|
[_cM],
|
|
1381
1496
|
[() => ColumnMappingList], 1
|
|
1382
1497
|
];
|
|
1498
|
+
var ColumnLineageEntry$ = [3, n0, _CLE,
|
|
1499
|
+
0,
|
|
1500
|
+
[_col, _sC, _sN, _sI, _sTo, _sAI],
|
|
1501
|
+
[0, 0, 0, 0, 0, 0], 6
|
|
1502
|
+
];
|
|
1383
1503
|
var ConfiguredAudienceModelAssociation$ = [3, n0, _CAMA,
|
|
1384
1504
|
0,
|
|
1385
1505
|
[_i, _a, _cAMA, _mI, _mA, _cI, _cA, _n, _mRP, _cT, _uT, _de],
|
|
@@ -1402,8 +1522,8 @@ var ConfiguredTableAnalysisRule$ = [3, n0, _CTAR,
|
|
|
1402
1522
|
];
|
|
1403
1523
|
var ConfiguredTableAssociation$ = [3, n0, _CTA,
|
|
1404
1524
|
0,
|
|
1405
|
-
[_a, _i, _cTI, _cTA, _mI, _mA, _rAo, _n, _cT, _uT, _de, _aRT],
|
|
1406
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 64 | 0], 10
|
|
1525
|
+
[_a, _i, _cTI, _cTA, _mI, _mA, _rAo, _n, _cT, _uT, _de, _aRT, _cR],
|
|
1526
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 64 | 0, () => ChildResourceList], 10
|
|
1407
1527
|
];
|
|
1408
1528
|
var ConfiguredTableAssociationAnalysisRule$ = [3, n0, _CTAAR,
|
|
1409
1529
|
0,
|
|
@@ -1412,19 +1532,24 @@ var ConfiguredTableAssociationAnalysisRule$ = [3, n0, _CTAAR,
|
|
|
1412
1532
|
];
|
|
1413
1533
|
var ConfiguredTableAssociationAnalysisRuleAggregation$ = [3, n0, _CTAARA,
|
|
1414
1534
|
0,
|
|
1415
|
-
[
|
|
1535
|
+
[_aRR, _aAA],
|
|
1416
1536
|
[64 | 0, 64 | 0]
|
|
1417
1537
|
];
|
|
1418
1538
|
var ConfiguredTableAssociationAnalysisRuleCustom$ = [3, n0, _CTAARC,
|
|
1419
1539
|
0,
|
|
1420
|
-
[
|
|
1540
|
+
[_aRR, _aAA],
|
|
1421
1541
|
[64 | 0, 64 | 0]
|
|
1422
1542
|
];
|
|
1423
1543
|
var ConfiguredTableAssociationAnalysisRuleList$ = [3, n0, _CTAARL,
|
|
1424
1544
|
0,
|
|
1425
|
-
[
|
|
1545
|
+
[_aRR, _aAA],
|
|
1426
1546
|
[64 | 0, 64 | 0]
|
|
1427
1547
|
];
|
|
1548
|
+
var ConfiguredTableAssociationSchemaTypeProperties$ = [3, n0, _CTASTP,
|
|
1549
|
+
0,
|
|
1550
|
+
[_cTAI],
|
|
1551
|
+
[0], 1
|
|
1552
|
+
];
|
|
1428
1553
|
var ConfiguredTableAssociationSummary$ = [3, n0, _CTAS,
|
|
1429
1554
|
0,
|
|
1430
1555
|
[_cTI, _mI, _mA, _n, _cT, _uT, _i, _a, _aRT],
|
|
@@ -1437,17 +1562,17 @@ var ConfiguredTableSummary$ = [3, n0, _CTS,
|
|
|
1437
1562
|
];
|
|
1438
1563
|
var ConsolidatedPolicyAggregation$ = [3, n0, _CPA,
|
|
1439
1564
|
0,
|
|
1440
|
-
[_aC, _jC, _dC, _sF, _oC, _jR, _aJO, _aA,
|
|
1565
|
+
[_aC, _jC, _dC, _sF, _oC, _jR, _aJO, _aA, _aRR, _aAA],
|
|
1441
1566
|
[() => AggregateColumnList, 64 | 0, 64 | 0, 64 | 0, () => AggregationConstraints, 0, 64 | 0, 0, 64 | 0, 64 | 0], 5
|
|
1442
1567
|
];
|
|
1443
1568
|
var ConsolidatedPolicyCustom$ = [3, n0, _CPC,
|
|
1444
1569
|
0,
|
|
1445
|
-
[_aAl, _aAP, _aA, _dOC, _dP,
|
|
1570
|
+
[_aAl, _aAP, _aA, _dOC, _dP, _aRR, _aAA],
|
|
1446
1571
|
[64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration$, 64 | 0, 64 | 0], 1
|
|
1447
1572
|
];
|
|
1448
1573
|
var ConsolidatedPolicyList$ = [3, n0, _CPL,
|
|
1449
1574
|
0,
|
|
1450
|
-
[_jC, _lC, _aJO, _aA,
|
|
1575
|
+
[_jC, _lC, _aJO, _aA, _aRR, _aAA],
|
|
1451
1576
|
[64 | 0, 64 | 0, 64 | 0, 0, 64 | 0, 64 | 0], 2
|
|
1452
1577
|
];
|
|
1453
1578
|
var CreateAnalysisTemplateInput$ = [3, n0, _CATI,
|
|
@@ -1472,12 +1597,12 @@ var CreateCollaborationChangeRequestOutput$ = [3, n0, _CCCRO,
|
|
|
1472
1597
|
];
|
|
1473
1598
|
var CreateCollaborationInput$ = [3, n0, _CCI,
|
|
1474
1599
|
0,
|
|
1475
|
-
[_me, _n,
|
|
1476
|
-
[() => MemberList, 0,
|
|
1600
|
+
[_me, _n, _cMA, _cDN, _qLS, _de, _cMLMA, _dEM, _jLS, _ta, _cPC, _aE, _aACRT, _aRRl, _iME],
|
|
1601
|
+
[() => MemberList, 0, 64 | 0, 0, 0, 0, () => MLMemberAbilities$, () => DataEncryptionMetadata$, 0, 128 | 0, () => PaymentConfiguration$, 0, 64 | 0, 64 | 0, 2], 5
|
|
1477
1602
|
];
|
|
1478
1603
|
var CreateCollaborationOutput$ = [3, n0, _CCO,
|
|
1479
1604
|
0,
|
|
1480
|
-
[
|
|
1605
|
+
[_coll],
|
|
1481
1606
|
[() => Collaboration$], 1
|
|
1482
1607
|
];
|
|
1483
1608
|
var CreateConfiguredAudienceModelAssociationInput$ = [3, n0, _CCAMAI,
|
|
@@ -1550,6 +1675,26 @@ var CreateIdNamespaceAssociationOutput$ = [3, n0, _CINAO,
|
|
|
1550
1675
|
[_iNA],
|
|
1551
1676
|
[() => IdNamespaceAssociation$], 1
|
|
1552
1677
|
];
|
|
1678
|
+
var CreateIntermediateTableAnalysisRuleInput$ = [3, n0, _CITARI,
|
|
1679
|
+
0,
|
|
1680
|
+
[_mIe, _iTI, _aRTn, _aRP],
|
|
1681
|
+
[[0, 1], [0, 1], 0, () => IntermediateTableAnalysisRulePolicy$], 4
|
|
1682
|
+
];
|
|
1683
|
+
var CreateIntermediateTableAnalysisRuleOutput$ = [3, n0, _CITARO,
|
|
1684
|
+
0,
|
|
1685
|
+
[_aRna],
|
|
1686
|
+
[() => IntermediateTableAnalysisRule$], 1
|
|
1687
|
+
];
|
|
1688
|
+
var CreateIntermediateTableInput$ = [3, n0, _CITI,
|
|
1689
|
+
0,
|
|
1690
|
+
[_mIe, _n, _pAC, _de, _kKA, _rID, _ta],
|
|
1691
|
+
[[0, 1], 0, [() => PopulationAnalysisConfiguration$, 0], 0, 0, 1, 128 | 0], 3
|
|
1692
|
+
];
|
|
1693
|
+
var CreateIntermediateTableOutput$ = [3, n0, _CITO,
|
|
1694
|
+
0,
|
|
1695
|
+
[_iT],
|
|
1696
|
+
[[() => IntermediateTable$, 0]], 1
|
|
1697
|
+
];
|
|
1553
1698
|
var CreateMembershipInput$ = [3, n0, _CMI,
|
|
1554
1699
|
0,
|
|
1555
1700
|
[_cIo, _qLS, _jLS, _ta, _dRC, _dJRC, _pC, _iME],
|
|
@@ -1665,6 +1810,26 @@ var DeleteIdNamespaceAssociationOutput$ = [3, n0, _DINAO,
|
|
|
1665
1810
|
[],
|
|
1666
1811
|
[]
|
|
1667
1812
|
];
|
|
1813
|
+
var DeleteIntermediateTableAnalysisRuleInput$ = [3, n0, _DITARI,
|
|
1814
|
+
0,
|
|
1815
|
+
[_mIe, _iTI, _aRTn],
|
|
1816
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
1817
|
+
];
|
|
1818
|
+
var DeleteIntermediateTableAnalysisRuleOutput$ = [3, n0, _DITARO,
|
|
1819
|
+
0,
|
|
1820
|
+
[],
|
|
1821
|
+
[]
|
|
1822
|
+
];
|
|
1823
|
+
var DeleteIntermediateTableInput$ = [3, n0, _DITI,
|
|
1824
|
+
0,
|
|
1825
|
+
[_mIe, _iTI],
|
|
1826
|
+
[[0, 1], [0, 1]], 2
|
|
1827
|
+
];
|
|
1828
|
+
var DeleteIntermediateTableOutput$ = [3, n0, _DITO,
|
|
1829
|
+
0,
|
|
1830
|
+
[],
|
|
1831
|
+
[]
|
|
1832
|
+
];
|
|
1668
1833
|
var DeleteMemberInput$ = [3, n0, _DMI,
|
|
1669
1834
|
0,
|
|
1670
1835
|
[_cIo, _aI],
|
|
@@ -1760,6 +1925,16 @@ var DirectAnalysisConfigurationDetails$ = [3, n0, _DACD,
|
|
|
1760
1925
|
[_rAI],
|
|
1761
1926
|
[64 | 0]
|
|
1762
1927
|
];
|
|
1928
|
+
var DisallowIntermediateTableInput$ = [3, n0, _DITIi,
|
|
1929
|
+
0,
|
|
1930
|
+
[_mIe, _iTN, _iD],
|
|
1931
|
+
[[0, 1], 0, 2], 2
|
|
1932
|
+
];
|
|
1933
|
+
var DisallowIntermediateTableOutput$ = [3, n0, _DITOi,
|
|
1934
|
+
0,
|
|
1935
|
+
[],
|
|
1936
|
+
[]
|
|
1937
|
+
];
|
|
1763
1938
|
var ErrorMessageConfiguration$ = [3, n0, _EMC,
|
|
1764
1939
|
0,
|
|
1765
1940
|
[_t],
|
|
@@ -1822,7 +1997,7 @@ var GetCollaborationInput$ = [3, n0, _GCI,
|
|
|
1822
1997
|
];
|
|
1823
1998
|
var GetCollaborationOutput$ = [3, n0, _GCO,
|
|
1824
1999
|
0,
|
|
1825
|
-
[
|
|
2000
|
+
[_coll],
|
|
1826
2001
|
[() => Collaboration$], 1
|
|
1827
2002
|
];
|
|
1828
2003
|
var GetCollaborationPrivacyBudgetTemplateInput$ = [3, n0, _GCPBTI,
|
|
@@ -1905,6 +2080,26 @@ var GetIdNamespaceAssociationOutput$ = [3, n0, _GINAO,
|
|
|
1905
2080
|
[_iNA],
|
|
1906
2081
|
[() => IdNamespaceAssociation$], 1
|
|
1907
2082
|
];
|
|
2083
|
+
var GetIntermediateTableAnalysisRuleInput$ = [3, n0, _GITARI,
|
|
2084
|
+
0,
|
|
2085
|
+
[_mIe, _iTI, _aRTn],
|
|
2086
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
2087
|
+
];
|
|
2088
|
+
var GetIntermediateTableAnalysisRuleOutput$ = [3, n0, _GITARO,
|
|
2089
|
+
0,
|
|
2090
|
+
[_aRna],
|
|
2091
|
+
[() => IntermediateTableAnalysisRule$], 1
|
|
2092
|
+
];
|
|
2093
|
+
var GetIntermediateTableInput$ = [3, n0, _GITI,
|
|
2094
|
+
0,
|
|
2095
|
+
[_iTI, _mIe],
|
|
2096
|
+
[[0, 1], [0, 1]], 2
|
|
2097
|
+
];
|
|
2098
|
+
var GetIntermediateTableOutput$ = [3, n0, _GITO,
|
|
2099
|
+
0,
|
|
2100
|
+
[_iT],
|
|
2101
|
+
[[() => IntermediateTable$, 0]], 1
|
|
2102
|
+
];
|
|
1908
2103
|
var GetMembershipInput$ = [3, n0, _GMI,
|
|
1909
2104
|
0,
|
|
1910
2105
|
[_mIe],
|
|
@@ -1982,8 +2177,8 @@ var IdMappingConfig$ = [3, n0, _IMC,
|
|
|
1982
2177
|
];
|
|
1983
2178
|
var IdMappingTable$ = [3, n0, _IMT,
|
|
1984
2179
|
0,
|
|
1985
|
-
[_i, _a, _iRC, _mI, _mA, _cI, _cA, _n, _cT, _uT, _iRP, _de, _kKA],
|
|
1986
|
-
[0, 0, () => IdMappingTableInputReferenceConfig$, 0, 0, 0, 0, 0, 4, 4, () => IdMappingTableInputReferenceProperties$, 0, 0], 11
|
|
2180
|
+
[_i, _a, _iRC, _mI, _mA, _cI, _cA, _n, _cT, _uT, _iRP, _de, _kKA, _cR],
|
|
2181
|
+
[0, 0, () => IdMappingTableInputReferenceConfig$, 0, 0, 0, 0, 0, 4, 4, () => IdMappingTableInputReferenceProperties$, 0, 0, () => ChildResourceList], 11
|
|
1987
2182
|
];
|
|
1988
2183
|
var IdMappingTableInputReferenceConfig$ = [3, n0, _IMTIRC,
|
|
1989
2184
|
0,
|
|
@@ -2002,8 +2197,8 @@ var IdMappingTableInputSource$ = [3, n0, _IMTIS,
|
|
|
2002
2197
|
];
|
|
2003
2198
|
var IdMappingTableSchemaTypeProperties$ = [3, n0, _IMTSTP,
|
|
2004
2199
|
0,
|
|
2005
|
-
[_iMTIS],
|
|
2006
|
-
[() => IdMappingTableInputSourceList], 1
|
|
2200
|
+
[_iMTIS, _iMTId],
|
|
2201
|
+
[() => IdMappingTableInputSourceList, 0], 1
|
|
2007
2202
|
];
|
|
2008
2203
|
var IdMappingTableSummary$ = [3, n0, _IMTS,
|
|
2009
2204
|
0,
|
|
@@ -2035,6 +2230,101 @@ var IdNamespaceAssociationSummary$ = [3, n0, _INAS,
|
|
|
2035
2230
|
[_mI, _mA, _cA, _cI, _cT, _uT, _i, _a, _iRC, _n, _iRP, _de],
|
|
2036
2231
|
[0, 0, 0, 0, 4, 4, 0, 0, () => IdNamespaceAssociationInputReferenceConfig$, 0, () => IdNamespaceAssociationInputReferencePropertiesSummary$, 0], 11
|
|
2037
2232
|
];
|
|
2233
|
+
var InheritedAdditionalAnalyses$ = [3, n0, _IAA,
|
|
2234
|
+
0,
|
|
2235
|
+
[_va, _sou],
|
|
2236
|
+
[0, () => InheritedAdditionalAnalysesSourceList], 2
|
|
2237
|
+
];
|
|
2238
|
+
var InheritedAdditionalAnalysesSource$ = [3, n0, _IAAS,
|
|
2239
|
+
0,
|
|
2240
|
+
[_n, _i, _t, _va, _sAI],
|
|
2241
|
+
[0, 0, 0, 0, 0], 5
|
|
2242
|
+
];
|
|
2243
|
+
var InheritedAllowedAdditionalAnalyses$ = [3, n0, _IAAA,
|
|
2244
|
+
0,
|
|
2245
|
+
[_va, _sou],
|
|
2246
|
+
[64 | 0, () => InheritedAllowedAdditionalAnalysesSourceList], 2
|
|
2247
|
+
];
|
|
2248
|
+
var InheritedAllowedAdditionalAnalysesSource$ = [3, n0, _IAAAS,
|
|
2249
|
+
0,
|
|
2250
|
+
[_n, _i, _t, _va, _sAI],
|
|
2251
|
+
[0, 0, 0, 64 | 0, 0], 5
|
|
2252
|
+
];
|
|
2253
|
+
var InheritedAllowedResultReceivers$ = [3, n0, _IARR,
|
|
2254
|
+
0,
|
|
2255
|
+
[_va, _sou],
|
|
2256
|
+
[64 | 0, () => InheritedAllowedResultReceiversSourceList], 2
|
|
2257
|
+
];
|
|
2258
|
+
var InheritedAllowedResultReceiversSource$ = [3, n0, _IARRS,
|
|
2259
|
+
0,
|
|
2260
|
+
[_n, _i, _t, _va, _sAI],
|
|
2261
|
+
[0, 0, 0, 64 | 0, 0], 5
|
|
2262
|
+
];
|
|
2263
|
+
var InheritedDisallowedOutputColumns$ = [3, n0, _IDOC,
|
|
2264
|
+
0,
|
|
2265
|
+
[_va, _cL],
|
|
2266
|
+
[64 | 0, () => ColumnLineageList], 2
|
|
2267
|
+
];
|
|
2268
|
+
var IntermediateTable$ = [3, n0, _IT,
|
|
2269
|
+
0,
|
|
2270
|
+
[_i, _a, _n, _mA, _mI, _cA, _cI, _cT, _uT, _st, _pAC, _de, _cR, _sR, _kKA, _rID, _tD, _iTV, _aRT, _sc],
|
|
2271
|
+
[0, 0, 0, 0, 0, 0, 0, 4, 4, 0, [() => PopulationAnalysisConfiguration$, 0], 0, () => ChildResourceList, 0, 0, 1, () => DependencyList, [() => IntermediateTableActiveVersion$, 0], 64 | 0, () => IntermediateTableSchema$], 11
|
|
2272
|
+
];
|
|
2273
|
+
var IntermediateTableActiveVersion$ = [3, n0, _ITAV,
|
|
2274
|
+
0,
|
|
2275
|
+
[_vI, _aIn, _aTn, _iC, _kKA, _pa, _eTx],
|
|
2276
|
+
[0, 0, 0, () => IntermediateTableInheritedConstraints$, 0, [() => ParameterMap, 0], 4], 4
|
|
2277
|
+
];
|
|
2278
|
+
var IntermediateTableAnalysisRule$ = [3, n0, _ITAR,
|
|
2279
|
+
0,
|
|
2280
|
+
[_iTI, _iTA, _aRP, _aRTn, _cT, _uT],
|
|
2281
|
+
[0, 0, () => IntermediateTableAnalysisRulePolicy$, 0, 4, 4], 6
|
|
2282
|
+
];
|
|
2283
|
+
var IntermediateTableAnalysisRuleCustom$ = [3, n0, _ITARC,
|
|
2284
|
+
0,
|
|
2285
|
+
[_aAl, _aA, _aAA, _aAP, _aRR, _dP, _dOC],
|
|
2286
|
+
[64 | 0, 0, 64 | 0, 64 | 0, 64 | 0, () => DifferentialPrivacyConfiguration$, 64 | 0]
|
|
2287
|
+
];
|
|
2288
|
+
var IntermediateTableColumn$ = [3, n0, _ITC,
|
|
2289
|
+
0,
|
|
2290
|
+
[_n, _t],
|
|
2291
|
+
[0, 0], 2
|
|
2292
|
+
];
|
|
2293
|
+
var IntermediateTableDependency$ = [3, n0, _ITD,
|
|
2294
|
+
0,
|
|
2295
|
+
[_i, _n, _t, _pT, _cAI],
|
|
2296
|
+
[0, 0, 0, 0, 0], 5
|
|
2297
|
+
];
|
|
2298
|
+
var IntermediateTableInheritedConstraints$ = [3, n0, _ITIC,
|
|
2299
|
+
0,
|
|
2300
|
+
[_aA, _aAA, _aRR, _dOC],
|
|
2301
|
+
[() => InheritedAdditionalAnalyses$, () => InheritedAllowedAdditionalAnalyses$, () => InheritedAllowedResultReceivers$, () => InheritedDisallowedOutputColumns$]
|
|
2302
|
+
];
|
|
2303
|
+
var IntermediateTableOutputConfiguration$ = [3, n0, _ITOC,
|
|
2304
|
+
0,
|
|
2305
|
+
[_i, _a, _n],
|
|
2306
|
+
[0, 0, 0], 3
|
|
2307
|
+
];
|
|
2308
|
+
var IntermediateTableSchema$ = [3, n0, _ITS,
|
|
2309
|
+
0,
|
|
2310
|
+
[_colu],
|
|
2311
|
+
[() => ColumnList], 1
|
|
2312
|
+
];
|
|
2313
|
+
var IntermediateTableSchemaTypeProperties$ = [3, n0, _ITSTP,
|
|
2314
|
+
0,
|
|
2315
|
+
[_iTIn],
|
|
2316
|
+
[0], 1
|
|
2317
|
+
];
|
|
2318
|
+
var IntermediateTableSummary$ = [3, n0, _ITSn,
|
|
2319
|
+
0,
|
|
2320
|
+
[_i, _a, _n, _mA, _mI, _cA, _cI, _cT, _uT, _st, _de, _rID, _aRT],
|
|
2321
|
+
[0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 1, 64 | 0], 10
|
|
2322
|
+
];
|
|
2323
|
+
var IntermediateTableVersionSummary$ = [3, n0, _ITVS,
|
|
2324
|
+
0,
|
|
2325
|
+
[_vI, _tI, _cT, _aIn, _st, _aTn, _kKA, _eTx],
|
|
2326
|
+
[0, 0, 4, 0, 0, 0, 0, 4], 6
|
|
2327
|
+
];
|
|
2038
2328
|
var JobComputePaymentConfig$ = [3, n0, _JCPC,
|
|
2039
2329
|
0,
|
|
2040
2330
|
[_iR],
|
|
@@ -2117,7 +2407,7 @@ var ListCollaborationsInput$ = [3, n0, _LCI,
|
|
|
2117
2407
|
];
|
|
2118
2408
|
var ListCollaborationsOutput$ = [3, n0, _LCO,
|
|
2119
2409
|
0,
|
|
2120
|
-
[
|
|
2410
|
+
[_cLo, _nT],
|
|
2121
2411
|
[() => CollaborationSummaryList, 0], 1
|
|
2122
2412
|
];
|
|
2123
2413
|
var ListConfiguredAudienceModelAssociationsInput$ = [3, n0, _LCAMAI,
|
|
@@ -2170,6 +2460,26 @@ var ListIdNamespaceAssociationsOutput$ = [3, n0, _LINAO,
|
|
|
2170
2460
|
[_iNAS, _nT],
|
|
2171
2461
|
[() => IdNamespaceAssociationSummaryList, 0], 1
|
|
2172
2462
|
];
|
|
2463
|
+
var ListIntermediateTablesInput$ = [3, n0, _LITI,
|
|
2464
|
+
0,
|
|
2465
|
+
[_mIe, _nT, _mR],
|
|
2466
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
2467
|
+
];
|
|
2468
|
+
var ListIntermediateTablesOutput$ = [3, n0, _LITO,
|
|
2469
|
+
0,
|
|
2470
|
+
[_iTS, _nT],
|
|
2471
|
+
[() => IntermediateTableSummaryList, 0], 1
|
|
2472
|
+
];
|
|
2473
|
+
var ListIntermediateTableVersionsInput$ = [3, n0, _LITVI,
|
|
2474
|
+
0,
|
|
2475
|
+
[_mIe, _iTI, _nT, _mR],
|
|
2476
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
2477
|
+
];
|
|
2478
|
+
var ListIntermediateTableVersionsOutput$ = [3, n0, _LITVO,
|
|
2479
|
+
0,
|
|
2480
|
+
[_iTVS, _nT],
|
|
2481
|
+
[() => IntermediateTableVersionSummaryList, 0], 1
|
|
2482
|
+
];
|
|
2173
2483
|
var ListMembershipsInput$ = [3, n0, _LMI,
|
|
2174
2484
|
0,
|
|
2175
2485
|
[_nT, _mR, _st],
|
|
@@ -2360,6 +2670,21 @@ var PopulateIdMappingTableOutput$ = [3, n0, _PIMTO,
|
|
|
2360
2670
|
[_iMJI],
|
|
2361
2671
|
[0], 1
|
|
2362
2672
|
];
|
|
2673
|
+
var PopulateIntermediateTableInput$ = [3, n0, _PITI,
|
|
2674
|
+
0,
|
|
2675
|
+
[_iTI, _mIe, _pa, _cCo, _aPAI],
|
|
2676
|
+
[[0, 1], [0, 1], [() => ParameterMap, 0], () => IntermediateTableComputeConfiguration$, 0], 2
|
|
2677
|
+
];
|
|
2678
|
+
var PopulateIntermediateTableOutput$ = [3, n0, _PITO,
|
|
2679
|
+
0,
|
|
2680
|
+
[_aIn, _aTn, _vI],
|
|
2681
|
+
[0, 0, 0], 3
|
|
2682
|
+
];
|
|
2683
|
+
var PopulationAnalysisSqlParameters$ = [3, n0, _PASP,
|
|
2684
|
+
8,
|
|
2685
|
+
[_qS, _aTAn],
|
|
2686
|
+
[0, 0]
|
|
2687
|
+
];
|
|
2363
2688
|
var PreviewPrivacyImpactInput$ = [3, n0, _PPII,
|
|
2364
2689
|
0,
|
|
2365
2690
|
[_mIe, _pa],
|
|
@@ -2523,7 +2848,7 @@ var ProtectedQuerySingleMemberOutput$ = [3, n0, _PQSMO,
|
|
|
2523
2848
|
var ProtectedQuerySQLParameters$ = [3, n0, _PQSQLP,
|
|
2524
2849
|
8,
|
|
2525
2850
|
[_qS, _aTAn, _pa],
|
|
2526
|
-
[0, 0,
|
|
2851
|
+
[0, 0, [() => ParameterMap, 0]]
|
|
2527
2852
|
];
|
|
2528
2853
|
var ProtectedQueryStatistics$ = [3, n0, _PQS,
|
|
2529
2854
|
0,
|
|
@@ -2532,8 +2857,8 @@ var ProtectedQueryStatistics$ = [3, n0, _PQS,
|
|
|
2532
2857
|
];
|
|
2533
2858
|
var ProtectedQuerySummary$ = [3, n0, _PQSr,
|
|
2534
2859
|
0,
|
|
2535
|
-
[_i, _mI, _mA, _cT, _st, _rCec, _qCPAI],
|
|
2536
|
-
[0, 0, 0, 4, 0, () => ReceiverConfigurationsList, 0], 6
|
|
2860
|
+
[_i, _mI, _mA, _cT, _st, _rCec, _qCPAI, _iTC],
|
|
2861
|
+
[0, 0, 0, 4, 0, () => ReceiverConfigurationsList, 0, () => IntermediateTableOutputConfiguration$], 6
|
|
2537
2862
|
];
|
|
2538
2863
|
var QueryComputePaymentConfig$ = [3, n0, _QCPC,
|
|
2539
2864
|
0,
|
|
@@ -2582,7 +2907,7 @@ var SchemaSummary$ = [3, n0, _SS,
|
|
|
2582
2907
|
];
|
|
2583
2908
|
var SnowflakeTableReference$ = [3, n0, _STR,
|
|
2584
2909
|
0,
|
|
2585
|
-
[_sA, _aIc, _dN, _tN,
|
|
2910
|
+
[_sA, _aIc, _dN, _tN, _sNc, _tS],
|
|
2586
2911
|
[0, 0, 0, 0, 0, () => SnowflakeTableSchema$], 6
|
|
2587
2912
|
];
|
|
2588
2913
|
var SnowflakeTableSchemaV1$ = [3, n0, _STSV,
|
|
@@ -2667,7 +2992,7 @@ var UpdateCollaborationInput$ = [3, n0, _UCI,
|
|
|
2667
2992
|
];
|
|
2668
2993
|
var UpdateCollaborationOutput$ = [3, n0, _UCO,
|
|
2669
2994
|
0,
|
|
2670
|
-
[
|
|
2995
|
+
[_coll],
|
|
2671
2996
|
[() => Collaboration$], 1
|
|
2672
2997
|
];
|
|
2673
2998
|
var UpdateConfiguredAudienceModelAssociationInput$ = [3, n0, _UCAMAI,
|
|
@@ -2740,6 +3065,26 @@ var UpdateIdNamespaceAssociationOutput$ = [3, n0, _UINAO,
|
|
|
2740
3065
|
[_iNA],
|
|
2741
3066
|
[() => IdNamespaceAssociation$], 1
|
|
2742
3067
|
];
|
|
3068
|
+
var UpdateIntermediateTableAnalysisRuleInput$ = [3, n0, _UITARI,
|
|
3069
|
+
0,
|
|
3070
|
+
[_mIe, _iTI, _aRTn, _aRP],
|
|
3071
|
+
[[0, 1], [0, 1], [0, 1], () => IntermediateTableAnalysisRulePolicy$], 4
|
|
3072
|
+
];
|
|
3073
|
+
var UpdateIntermediateTableAnalysisRuleOutput$ = [3, n0, _UITARO,
|
|
3074
|
+
0,
|
|
3075
|
+
[_aRna],
|
|
3076
|
+
[() => IntermediateTableAnalysisRule$], 1
|
|
3077
|
+
];
|
|
3078
|
+
var UpdateIntermediateTableInput$ = [3, n0, _UITI,
|
|
3079
|
+
0,
|
|
3080
|
+
[_iTI, _mIe, _de, _kKA, _colu],
|
|
3081
|
+
[[0, 1], [0, 1], 0, 0, () => IntermediateTableColumnList], 2
|
|
3082
|
+
];
|
|
3083
|
+
var UpdateIntermediateTableOutput$ = [3, n0, _UITO,
|
|
3084
|
+
0,
|
|
3085
|
+
[_iT],
|
|
3086
|
+
[[() => IntermediateTable$, 0]], 1
|
|
3087
|
+
];
|
|
2743
3088
|
var UpdateMembershipInput$ = [3, n0, _UMI,
|
|
2744
3089
|
0,
|
|
2745
3090
|
[_mIe, _qLS, _jLS, _dRC, _dJRC, _mPC],
|
|
@@ -2838,6 +3183,9 @@ var ChangeInputList = [1, n0, _CIL,
|
|
|
2838
3183
|
var ChangeList = [1, n0, _CL,
|
|
2839
3184
|
0, () => Change$
|
|
2840
3185
|
];
|
|
3186
|
+
var ChildResourceList = [1, n0, _CRL,
|
|
3187
|
+
0, () => ChildResource$
|
|
3188
|
+
];
|
|
2841
3189
|
var CollaborationAnalysisTemplateList = [1, n0, _CATL,
|
|
2842
3190
|
0, [() => CollaborationAnalysisTemplate$,
|
|
2843
3191
|
0]
|
|
@@ -2863,6 +3211,9 @@ var CollaborationPrivacyBudgetTemplateSummaryList = [1, n0, _CPBTSL,
|
|
|
2863
3211
|
var CollaborationSummaryList = [1, n0, _CSL,
|
|
2864
3212
|
0, () => CollaborationSummary$
|
|
2865
3213
|
];
|
|
3214
|
+
var ColumnLineageList = [1, n0, _CLL,
|
|
3215
|
+
0, () => ColumnLineageEntry$
|
|
3216
|
+
];
|
|
2866
3217
|
var ColumnList = [1, n0, _CLo,
|
|
2867
3218
|
0, () => Column$
|
|
2868
3219
|
];
|
|
@@ -2878,6 +3229,9 @@ var ConfiguredTableAssociationSummaryList = [1, n0, _CTASL,
|
|
|
2878
3229
|
var ConfiguredTableSummaryList = [1, n0, _CTSL,
|
|
2879
3230
|
0, () => ConfiguredTableSummary$
|
|
2880
3231
|
];
|
|
3232
|
+
var DependencyList = [1, n0, _DL,
|
|
3233
|
+
0, () => IntermediateTableDependency$
|
|
3234
|
+
];
|
|
2881
3235
|
var DifferentialPrivacyColumnList = [1, n0, _DPCL,
|
|
2882
3236
|
0, () => DifferentialPrivacyColumn$
|
|
2883
3237
|
];
|
|
@@ -2902,6 +3256,24 @@ var IdMappingTableSummaryList = [1, n0, _IMTSL,
|
|
|
2902
3256
|
var IdNamespaceAssociationSummaryList = [1, n0, _INASL,
|
|
2903
3257
|
0, () => IdNamespaceAssociationSummary$
|
|
2904
3258
|
];
|
|
3259
|
+
var InheritedAdditionalAnalysesSourceList = [1, n0, _IAASL,
|
|
3260
|
+
0, () => InheritedAdditionalAnalysesSource$
|
|
3261
|
+
];
|
|
3262
|
+
var InheritedAllowedAdditionalAnalysesSourceList = [1, n0, _IAAASL,
|
|
3263
|
+
0, () => InheritedAllowedAdditionalAnalysesSource$
|
|
3264
|
+
];
|
|
3265
|
+
var InheritedAllowedResultReceiversSourceList = [1, n0, _IARRSL,
|
|
3266
|
+
0, () => InheritedAllowedResultReceiversSource$
|
|
3267
|
+
];
|
|
3268
|
+
var IntermediateTableColumnList = [1, n0, _ITCL,
|
|
3269
|
+
0, () => IntermediateTableColumn$
|
|
3270
|
+
];
|
|
3271
|
+
var IntermediateTableSummaryList = [1, n0, _ITSL,
|
|
3272
|
+
0, () => IntermediateTableSummary$
|
|
3273
|
+
];
|
|
3274
|
+
var IntermediateTableVersionSummaryList = [1, n0, _ITVSL,
|
|
3275
|
+
0, () => IntermediateTableVersionSummary$
|
|
3276
|
+
];
|
|
2905
3277
|
var MemberList = [1, n0, _ML,
|
|
2906
3278
|
0, () => MemberSpecification$
|
|
2907
3279
|
];
|
|
@@ -2971,6 +3343,9 @@ var ApprovalStatuses = [2, n0, _ASp,
|
|
|
2971
3343
|
var JobParameterMap = [2, n0, _JPM,
|
|
2972
3344
|
8, 0, 0
|
|
2973
3345
|
];
|
|
3346
|
+
var ParameterMap = [2, n0, _PM,
|
|
3347
|
+
8, 0, 0
|
|
3348
|
+
];
|
|
2974
3349
|
var AnalysisRulePolicy$ = [4, n0, _ARP,
|
|
2975
3350
|
0,
|
|
2976
3351
|
[_v_],
|
|
@@ -2993,7 +3368,7 @@ var AnalysisSourceMetadata$ = [4, n0, _ASM,
|
|
|
2993
3368
|
];
|
|
2994
3369
|
var ChangeSpecification$ = [4, n0, _CSh,
|
|
2995
3370
|
0,
|
|
2996
|
-
[_memb,
|
|
3371
|
+
[_memb, _coll],
|
|
2997
3372
|
[() => MemberChangeSpecification$, () => CollaborationChangeSpecification$]
|
|
2998
3373
|
];
|
|
2999
3374
|
var ComputeConfiguration$ = [4, n0, _CC,
|
|
@@ -3036,6 +3411,21 @@ var ConsolidatedPolicyV1$ = [4, n0, _CPV,
|
|
|
3036
3411
|
[_li, _agg, _cu],
|
|
3037
3412
|
[() => ConsolidatedPolicyList$, () => ConsolidatedPolicyAggregation$, () => ConsolidatedPolicyCustom$]
|
|
3038
3413
|
];
|
|
3414
|
+
var IntermediateTableAnalysisRulePolicy$ = [4, n0, _ITARP,
|
|
3415
|
+
0,
|
|
3416
|
+
[_v_],
|
|
3417
|
+
[() => IntermediateTableAnalysisRulePolicyV1$]
|
|
3418
|
+
];
|
|
3419
|
+
var IntermediateTableAnalysisRulePolicyV1$ = [4, n0, _ITARPV,
|
|
3420
|
+
0,
|
|
3421
|
+
[_cu],
|
|
3422
|
+
[() => IntermediateTableAnalysisRuleCustom$]
|
|
3423
|
+
];
|
|
3424
|
+
var IntermediateTableComputeConfiguration$ = [4, n0, _ITCC,
|
|
3425
|
+
0,
|
|
3426
|
+
[_qCC],
|
|
3427
|
+
[() => WorkerComputeConfiguration$]
|
|
3428
|
+
];
|
|
3039
3429
|
var MembershipProtectedJobOutputConfiguration$ = [4, n0, _MPJOC,
|
|
3040
3430
|
0,
|
|
3041
3431
|
[_s_],
|
|
@@ -3046,6 +3436,11 @@ var MembershipProtectedQueryOutputConfiguration$ = [4, n0, _MPQOC,
|
|
|
3046
3436
|
[_s_],
|
|
3047
3437
|
[() => ProtectedQueryS3OutputConfiguration$]
|
|
3048
3438
|
];
|
|
3439
|
+
var PopulationAnalysisConfiguration$ = [4, n0, _PAC,
|
|
3440
|
+
0,
|
|
3441
|
+
[_sPq],
|
|
3442
|
+
[[() => PopulationAnalysisSqlParameters$, 0]]
|
|
3443
|
+
];
|
|
3049
3444
|
var PreviewPrivacyImpactParametersInput$ = [4, n0, _PPIPI,
|
|
3050
3445
|
0,
|
|
3051
3446
|
[_dP],
|
|
@@ -3113,8 +3508,8 @@ var ProtectedQueryOutput$ = [4, n0, _PQO,
|
|
|
3113
3508
|
];
|
|
3114
3509
|
var ProtectedQueryOutputConfiguration$ = [4, n0, _PQOC,
|
|
3115
3510
|
0,
|
|
3116
|
-
[_s_, _memb, _di],
|
|
3117
|
-
[() => ProtectedQueryS3OutputConfiguration$, () => ProtectedQueryMemberOutputConfiguration$, () => ProtectedQueryDistributeOutputConfiguration$]
|
|
3511
|
+
[_s_, _memb, _di, _iT],
|
|
3512
|
+
[() => ProtectedQueryS3OutputConfiguration$, () => ProtectedQueryMemberOutputConfiguration$, () => ProtectedQueryDistributeOutputConfiguration$, () => IntermediateTableOutputConfiguration$]
|
|
3118
3513
|
];
|
|
3119
3514
|
var QueryConstraint$ = [4, n0, _QC,
|
|
3120
3515
|
0,
|
|
@@ -3123,8 +3518,8 @@ var QueryConstraint$ = [4, n0, _QC,
|
|
|
3123
3518
|
];
|
|
3124
3519
|
var SchemaTypeProperties$ = [4, n0, _STP,
|
|
3125
3520
|
0,
|
|
3126
|
-
[_iMT],
|
|
3127
|
-
[() => IdMappingTableSchemaTypeProperties$]
|
|
3521
|
+
[_iMT, _iT, _cTAo],
|
|
3522
|
+
[() => IdMappingTableSchemaTypeProperties$, () => IntermediateTableSchemaTypeProperties$, () => ConfiguredTableAssociationSchemaTypeProperties$]
|
|
3128
3523
|
];
|
|
3129
3524
|
var SnowflakeTableSchema$ = [4, n0, _STS,
|
|
3130
3525
|
0,
|
|
@@ -3185,6 +3580,12 @@ var CreateIdMappingTable$ = [9, n0, _CIMT,
|
|
|
3185
3580
|
var CreateIdNamespaceAssociation$ = [9, n0, _CINAr,
|
|
3186
3581
|
{ [_h]: ["POST", "/memberships/{membershipIdentifier}/idnamespaceassociations", 200] }, () => CreateIdNamespaceAssociationInput$, () => CreateIdNamespaceAssociationOutput$
|
|
3187
3582
|
];
|
|
3583
|
+
var CreateIntermediateTable$ = [9, n0, _CIT,
|
|
3584
|
+
{ [_h]: ["POST", "/memberships/{membershipIdentifier}/intermediateTables", 200] }, () => CreateIntermediateTableInput$, () => CreateIntermediateTableOutput$
|
|
3585
|
+
];
|
|
3586
|
+
var CreateIntermediateTableAnalysisRule$ = [9, n0, _CITAR,
|
|
3587
|
+
{ [_h]: ["POST", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}/analysisRule", 200] }, () => CreateIntermediateTableAnalysisRuleInput$, () => CreateIntermediateTableAnalysisRuleOutput$
|
|
3588
|
+
];
|
|
3188
3589
|
var CreateMembership$ = [9, n0, _CM,
|
|
3189
3590
|
{ [_h]: ["POST", "/memberships", 200] }, () => CreateMembershipInput$, () => CreateMembershipOutput$
|
|
3190
3591
|
];
|
|
@@ -3218,6 +3619,12 @@ var DeleteIdMappingTable$ = [9, n0, _DIMT,
|
|
|
3218
3619
|
var DeleteIdNamespaceAssociation$ = [9, n0, _DINA,
|
|
3219
3620
|
{ [_h]: ["DELETE", "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}", 204] }, () => DeleteIdNamespaceAssociationInput$, () => DeleteIdNamespaceAssociationOutput$
|
|
3220
3621
|
];
|
|
3622
|
+
var DeleteIntermediateTable$ = [9, n0, _DIT,
|
|
3623
|
+
{ [_h]: ["DELETE", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}", 204] }, () => DeleteIntermediateTableInput$, () => DeleteIntermediateTableOutput$
|
|
3624
|
+
];
|
|
3625
|
+
var DeleteIntermediateTableAnalysisRule$ = [9, n0, _DITAR,
|
|
3626
|
+
{ [_h]: ["DELETE", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}/analysisRule/{analysisRuleType}", 204] }, () => DeleteIntermediateTableAnalysisRuleInput$, () => DeleteIntermediateTableAnalysisRuleOutput$
|
|
3627
|
+
];
|
|
3221
3628
|
var DeleteMember$ = [9, n0, _DM,
|
|
3222
3629
|
{ [_h]: ["DELETE", "/collaborations/{collaborationIdentifier}/member/{accountId}", 204] }, () => DeleteMemberInput$, () => DeleteMemberOutput$
|
|
3223
3630
|
];
|
|
@@ -3227,6 +3634,9 @@ var DeleteMembership$ = [9, n0, _DMe,
|
|
|
3227
3634
|
var DeletePrivacyBudgetTemplate$ = [9, n0, _DPBT,
|
|
3228
3635
|
{ [_h]: ["DELETE", "/memberships/{membershipIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}", 204] }, () => DeletePrivacyBudgetTemplateInput$, () => DeletePrivacyBudgetTemplateOutput$
|
|
3229
3636
|
];
|
|
3637
|
+
var DisallowIntermediateTable$ = [9, n0, _DITi,
|
|
3638
|
+
{ [_h]: ["POST", "/memberships/{membershipIdentifier}/disallowIntermediateTable", 200] }, () => DisallowIntermediateTableInput$, () => DisallowIntermediateTableOutput$
|
|
3639
|
+
];
|
|
3230
3640
|
var GetAnalysisTemplate$ = [9, n0, _GAT,
|
|
3231
3641
|
{ [_h]: ["GET", "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", 200] }, () => GetAnalysisTemplateInput$, () => GetAnalysisTemplateOutput$
|
|
3232
3642
|
];
|
|
@@ -3269,6 +3679,12 @@ var GetIdMappingTable$ = [9, n0, _GIMT,
|
|
|
3269
3679
|
var GetIdNamespaceAssociation$ = [9, n0, _GINA,
|
|
3270
3680
|
{ [_h]: ["GET", "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}", 200] }, () => GetIdNamespaceAssociationInput$, () => GetIdNamespaceAssociationOutput$
|
|
3271
3681
|
];
|
|
3682
|
+
var GetIntermediateTable$ = [9, n0, _GIT,
|
|
3683
|
+
{ [_h]: ["GET", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}", 200] }, () => GetIntermediateTableInput$, () => GetIntermediateTableOutput$
|
|
3684
|
+
];
|
|
3685
|
+
var GetIntermediateTableAnalysisRule$ = [9, n0, _GITAR,
|
|
3686
|
+
{ [_h]: ["GET", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}/analysisRule/{analysisRuleType}", 200] }, () => GetIntermediateTableAnalysisRuleInput$, () => GetIntermediateTableAnalysisRuleOutput$
|
|
3687
|
+
];
|
|
3272
3688
|
var GetMembership$ = [9, n0, _GM,
|
|
3273
3689
|
{ [_h]: ["GET", "/memberships/{membershipIdentifier}", 200] }, () => GetMembershipInput$, () => GetMembershipOutput$
|
|
3274
3690
|
];
|
|
@@ -3326,6 +3742,12 @@ var ListIdMappingTables$ = [9, n0, _LIMT,
|
|
|
3326
3742
|
var ListIdNamespaceAssociations$ = [9, n0, _LINA,
|
|
3327
3743
|
{ [_h]: ["GET", "/memberships/{membershipIdentifier}/idnamespaceassociations", 200] }, () => ListIdNamespaceAssociationsInput$, () => ListIdNamespaceAssociationsOutput$
|
|
3328
3744
|
];
|
|
3745
|
+
var ListIntermediateTables$ = [9, n0, _LIT,
|
|
3746
|
+
{ [_h]: ["GET", "/memberships/{membershipIdentifier}/intermediateTables", 200] }, () => ListIntermediateTablesInput$, () => ListIntermediateTablesOutput$
|
|
3747
|
+
];
|
|
3748
|
+
var ListIntermediateTableVersions$ = [9, n0, _LITV,
|
|
3749
|
+
{ [_h]: ["GET", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}/versions", 200] }, () => ListIntermediateTableVersionsInput$, () => ListIntermediateTableVersionsOutput$
|
|
3750
|
+
];
|
|
3329
3751
|
var ListMembers$ = [9, n0, _LM,
|
|
3330
3752
|
{ [_h]: ["GET", "/collaborations/{collaborationIdentifier}/members", 200] }, () => ListMembersInput$, () => ListMembersOutput$
|
|
3331
3753
|
];
|
|
@@ -3353,6 +3775,9 @@ var ListTagsForResource$ = [9, n0, _LTFR,
|
|
|
3353
3775
|
var PopulateIdMappingTable$ = [9, n0, _PIMT,
|
|
3354
3776
|
{ [_h]: ["POST", "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}/populate", 200] }, () => PopulateIdMappingTableInput$, () => PopulateIdMappingTableOutput$
|
|
3355
3777
|
];
|
|
3778
|
+
var PopulateIntermediateTable$ = [9, n0, _PIT,
|
|
3779
|
+
{ [_h]: ["POST", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}/populate", 200] }, () => PopulateIntermediateTableInput$, () => PopulateIntermediateTableOutput$
|
|
3780
|
+
];
|
|
3356
3781
|
var PreviewPrivacyImpact$ = [9, n0, _PPI,
|
|
3357
3782
|
{ [_h]: ["POST", "/memberships/{membershipIdentifier}/previewprivacyimpact", 200] }, () => PreviewPrivacyImpactInput$, () => PreviewPrivacyImpactOutput$
|
|
3358
3783
|
];
|
|
@@ -3398,6 +3823,12 @@ var UpdateIdMappingTable$ = [9, n0, _UIMT,
|
|
|
3398
3823
|
var UpdateIdNamespaceAssociation$ = [9, n0, _UINA,
|
|
3399
3824
|
{ [_h]: ["PATCH", "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}", 200] }, () => UpdateIdNamespaceAssociationInput$, () => UpdateIdNamespaceAssociationOutput$
|
|
3400
3825
|
];
|
|
3826
|
+
var UpdateIntermediateTable$ = [9, n0, _UIT,
|
|
3827
|
+
{ [_h]: ["PATCH", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}", 200] }, () => UpdateIntermediateTableInput$, () => UpdateIntermediateTableOutput$
|
|
3828
|
+
];
|
|
3829
|
+
var UpdateIntermediateTableAnalysisRule$ = [9, n0, _UITAR,
|
|
3830
|
+
{ [_h]: ["PATCH", "/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}/analysisRule/{analysisRuleType}", 200] }, () => UpdateIntermediateTableAnalysisRuleInput$, () => UpdateIntermediateTableAnalysisRuleOutput$
|
|
3831
|
+
];
|
|
3401
3832
|
var UpdateMembership$ = [9, n0, _UM,
|
|
3402
3833
|
{ [_h]: ["PATCH", "/memberships/{membershipIdentifier}", 200] }, () => UpdateMembershipInput$, () => UpdateMembershipOutput$
|
|
3403
3834
|
];
|
|
@@ -3436,6 +3867,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
3436
3867
|
serviceTarget: "AWSBastionControlPlaneServiceLambda",
|
|
3437
3868
|
},
|
|
3438
3869
|
serviceId: config?.serviceId ?? "CleanRooms",
|
|
3870
|
+
sha256: config?.sha256 ?? Sha256,
|
|
3439
3871
|
urlParser: config?.urlParser ?? parseUrl,
|
|
3440
3872
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
3441
3873
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -3469,7 +3901,6 @@ const getRuntimeConfig = (config) => {
|
|
|
3469
3901
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
3470
3902
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
3471
3903
|
}, config),
|
|
3472
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
3473
3904
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
3474
3905
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
3475
3906
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -3713,6 +4144,30 @@ class CreateIdNamespaceAssociationCommand extends Command
|
|
|
3713
4144
|
.build() {
|
|
3714
4145
|
}
|
|
3715
4146
|
|
|
4147
|
+
class CreateIntermediateTableAnalysisRuleCommand extends Command
|
|
4148
|
+
.classBuilder()
|
|
4149
|
+
.ep(commonParams)
|
|
4150
|
+
.m(function (Command, cs, config, o) {
|
|
4151
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4152
|
+
})
|
|
4153
|
+
.s("AWSBastionControlPlaneServiceLambda", "CreateIntermediateTableAnalysisRule", {})
|
|
4154
|
+
.n("CleanRoomsClient", "CreateIntermediateTableAnalysisRuleCommand")
|
|
4155
|
+
.sc(CreateIntermediateTableAnalysisRule$)
|
|
4156
|
+
.build() {
|
|
4157
|
+
}
|
|
4158
|
+
|
|
4159
|
+
class CreateIntermediateTableCommand extends Command
|
|
4160
|
+
.classBuilder()
|
|
4161
|
+
.ep(commonParams)
|
|
4162
|
+
.m(function (Command, cs, config, o) {
|
|
4163
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4164
|
+
})
|
|
4165
|
+
.s("AWSBastionControlPlaneServiceLambda", "CreateIntermediateTable", {})
|
|
4166
|
+
.n("CleanRoomsClient", "CreateIntermediateTableCommand")
|
|
4167
|
+
.sc(CreateIntermediateTable$)
|
|
4168
|
+
.build() {
|
|
4169
|
+
}
|
|
4170
|
+
|
|
3716
4171
|
class CreateMembershipCommand extends Command
|
|
3717
4172
|
.classBuilder()
|
|
3718
4173
|
.ep(commonParams)
|
|
@@ -3845,6 +4300,30 @@ class DeleteIdNamespaceAssociationCommand extends Command
|
|
|
3845
4300
|
.build() {
|
|
3846
4301
|
}
|
|
3847
4302
|
|
|
4303
|
+
class DeleteIntermediateTableAnalysisRuleCommand extends Command
|
|
4304
|
+
.classBuilder()
|
|
4305
|
+
.ep(commonParams)
|
|
4306
|
+
.m(function (Command, cs, config, o) {
|
|
4307
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4308
|
+
})
|
|
4309
|
+
.s("AWSBastionControlPlaneServiceLambda", "DeleteIntermediateTableAnalysisRule", {})
|
|
4310
|
+
.n("CleanRoomsClient", "DeleteIntermediateTableAnalysisRuleCommand")
|
|
4311
|
+
.sc(DeleteIntermediateTableAnalysisRule$)
|
|
4312
|
+
.build() {
|
|
4313
|
+
}
|
|
4314
|
+
|
|
4315
|
+
class DeleteIntermediateTableCommand extends Command
|
|
4316
|
+
.classBuilder()
|
|
4317
|
+
.ep(commonParams)
|
|
4318
|
+
.m(function (Command, cs, config, o) {
|
|
4319
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4320
|
+
})
|
|
4321
|
+
.s("AWSBastionControlPlaneServiceLambda", "DeleteIntermediateTable", {})
|
|
4322
|
+
.n("CleanRoomsClient", "DeleteIntermediateTableCommand")
|
|
4323
|
+
.sc(DeleteIntermediateTable$)
|
|
4324
|
+
.build() {
|
|
4325
|
+
}
|
|
4326
|
+
|
|
3848
4327
|
class DeleteMemberCommand extends Command
|
|
3849
4328
|
.classBuilder()
|
|
3850
4329
|
.ep(commonParams)
|
|
@@ -3881,6 +4360,18 @@ class DeletePrivacyBudgetTemplateCommand extends Command
|
|
|
3881
4360
|
.build() {
|
|
3882
4361
|
}
|
|
3883
4362
|
|
|
4363
|
+
class DisallowIntermediateTableCommand extends Command
|
|
4364
|
+
.classBuilder()
|
|
4365
|
+
.ep(commonParams)
|
|
4366
|
+
.m(function (Command, cs, config, o) {
|
|
4367
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4368
|
+
})
|
|
4369
|
+
.s("AWSBastionControlPlaneServiceLambda", "DisallowIntermediateTable", {})
|
|
4370
|
+
.n("CleanRoomsClient", "DisallowIntermediateTableCommand")
|
|
4371
|
+
.sc(DisallowIntermediateTable$)
|
|
4372
|
+
.build() {
|
|
4373
|
+
}
|
|
4374
|
+
|
|
3884
4375
|
class GetAnalysisTemplateCommand extends Command
|
|
3885
4376
|
.classBuilder()
|
|
3886
4377
|
.ep(commonParams)
|
|
@@ -4049,6 +4540,30 @@ class GetIdNamespaceAssociationCommand extends Command
|
|
|
4049
4540
|
.build() {
|
|
4050
4541
|
}
|
|
4051
4542
|
|
|
4543
|
+
class GetIntermediateTableAnalysisRuleCommand extends Command
|
|
4544
|
+
.classBuilder()
|
|
4545
|
+
.ep(commonParams)
|
|
4546
|
+
.m(function (Command, cs, config, o) {
|
|
4547
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4548
|
+
})
|
|
4549
|
+
.s("AWSBastionControlPlaneServiceLambda", "GetIntermediateTableAnalysisRule", {})
|
|
4550
|
+
.n("CleanRoomsClient", "GetIntermediateTableAnalysisRuleCommand")
|
|
4551
|
+
.sc(GetIntermediateTableAnalysisRule$)
|
|
4552
|
+
.build() {
|
|
4553
|
+
}
|
|
4554
|
+
|
|
4555
|
+
class GetIntermediateTableCommand extends Command
|
|
4556
|
+
.classBuilder()
|
|
4557
|
+
.ep(commonParams)
|
|
4558
|
+
.m(function (Command, cs, config, o) {
|
|
4559
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4560
|
+
})
|
|
4561
|
+
.s("AWSBastionControlPlaneServiceLambda", "GetIntermediateTable", {})
|
|
4562
|
+
.n("CleanRoomsClient", "GetIntermediateTableCommand")
|
|
4563
|
+
.sc(GetIntermediateTable$)
|
|
4564
|
+
.build() {
|
|
4565
|
+
}
|
|
4566
|
+
|
|
4052
4567
|
class GetMembershipCommand extends Command
|
|
4053
4568
|
.classBuilder()
|
|
4054
4569
|
.ep(commonParams)
|
|
@@ -4277,6 +4792,30 @@ class ListIdNamespaceAssociationsCommand extends Command
|
|
|
4277
4792
|
.build() {
|
|
4278
4793
|
}
|
|
4279
4794
|
|
|
4795
|
+
class ListIntermediateTablesCommand extends Command
|
|
4796
|
+
.classBuilder()
|
|
4797
|
+
.ep(commonParams)
|
|
4798
|
+
.m(function (Command, cs, config, o) {
|
|
4799
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4800
|
+
})
|
|
4801
|
+
.s("AWSBastionControlPlaneServiceLambda", "ListIntermediateTables", {})
|
|
4802
|
+
.n("CleanRoomsClient", "ListIntermediateTablesCommand")
|
|
4803
|
+
.sc(ListIntermediateTables$)
|
|
4804
|
+
.build() {
|
|
4805
|
+
}
|
|
4806
|
+
|
|
4807
|
+
class ListIntermediateTableVersionsCommand extends Command
|
|
4808
|
+
.classBuilder()
|
|
4809
|
+
.ep(commonParams)
|
|
4810
|
+
.m(function (Command, cs, config, o) {
|
|
4811
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4812
|
+
})
|
|
4813
|
+
.s("AWSBastionControlPlaneServiceLambda", "ListIntermediateTableVersions", {})
|
|
4814
|
+
.n("CleanRoomsClient", "ListIntermediateTableVersionsCommand")
|
|
4815
|
+
.sc(ListIntermediateTableVersions$)
|
|
4816
|
+
.build() {
|
|
4817
|
+
}
|
|
4818
|
+
|
|
4280
4819
|
class ListMembersCommand extends Command
|
|
4281
4820
|
.classBuilder()
|
|
4282
4821
|
.ep(commonParams)
|
|
@@ -4385,6 +4924,18 @@ class PopulateIdMappingTableCommand extends Command
|
|
|
4385
4924
|
.build() {
|
|
4386
4925
|
}
|
|
4387
4926
|
|
|
4927
|
+
class PopulateIntermediateTableCommand extends Command
|
|
4928
|
+
.classBuilder()
|
|
4929
|
+
.ep(commonParams)
|
|
4930
|
+
.m(function (Command, cs, config, o) {
|
|
4931
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4932
|
+
})
|
|
4933
|
+
.s("AWSBastionControlPlaneServiceLambda", "PopulateIntermediateTable", {})
|
|
4934
|
+
.n("CleanRoomsClient", "PopulateIntermediateTableCommand")
|
|
4935
|
+
.sc(PopulateIntermediateTable$)
|
|
4936
|
+
.build() {
|
|
4937
|
+
}
|
|
4938
|
+
|
|
4388
4939
|
class PreviewPrivacyImpactCommand extends Command
|
|
4389
4940
|
.classBuilder()
|
|
4390
4941
|
.ep(commonParams)
|
|
@@ -4565,6 +5116,30 @@ class UpdateIdNamespaceAssociationCommand extends Command
|
|
|
4565
5116
|
.build() {
|
|
4566
5117
|
}
|
|
4567
5118
|
|
|
5119
|
+
class UpdateIntermediateTableAnalysisRuleCommand extends Command
|
|
5120
|
+
.classBuilder()
|
|
5121
|
+
.ep(commonParams)
|
|
5122
|
+
.m(function (Command, cs, config, o) {
|
|
5123
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5124
|
+
})
|
|
5125
|
+
.s("AWSBastionControlPlaneServiceLambda", "UpdateIntermediateTableAnalysisRule", {})
|
|
5126
|
+
.n("CleanRoomsClient", "UpdateIntermediateTableAnalysisRuleCommand")
|
|
5127
|
+
.sc(UpdateIntermediateTableAnalysisRule$)
|
|
5128
|
+
.build() {
|
|
5129
|
+
}
|
|
5130
|
+
|
|
5131
|
+
class UpdateIntermediateTableCommand extends Command
|
|
5132
|
+
.classBuilder()
|
|
5133
|
+
.ep(commonParams)
|
|
5134
|
+
.m(function (Command, cs, config, o) {
|
|
5135
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5136
|
+
})
|
|
5137
|
+
.s("AWSBastionControlPlaneServiceLambda", "UpdateIntermediateTable", {})
|
|
5138
|
+
.n("CleanRoomsClient", "UpdateIntermediateTableCommand")
|
|
5139
|
+
.sc(UpdateIntermediateTable$)
|
|
5140
|
+
.build() {
|
|
5141
|
+
}
|
|
5142
|
+
|
|
4568
5143
|
class UpdateMembershipCommand extends Command
|
|
4569
5144
|
.classBuilder()
|
|
4570
5145
|
.ep(commonParams)
|
|
@@ -4639,6 +5214,10 @@ const paginateListIdMappingTables = createPaginator(CleanRoomsClient, ListIdMapp
|
|
|
4639
5214
|
|
|
4640
5215
|
const paginateListIdNamespaceAssociations = createPaginator(CleanRoomsClient, ListIdNamespaceAssociationsCommand, "nextToken", "nextToken", "maxResults");
|
|
4641
5216
|
|
|
5217
|
+
const paginateListIntermediateTables = createPaginator(CleanRoomsClient, ListIntermediateTablesCommand, "nextToken", "nextToken", "maxResults");
|
|
5218
|
+
|
|
5219
|
+
const paginateListIntermediateTableVersions = createPaginator(CleanRoomsClient, ListIntermediateTableVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
5220
|
+
|
|
4642
5221
|
const paginateListMemberships = createPaginator(CleanRoomsClient, ListMembershipsCommand, "nextToken", "nextToken", "maxResults");
|
|
4643
5222
|
|
|
4644
5223
|
const paginateListMembers = createPaginator(CleanRoomsClient, ListMembersCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -4667,6 +5246,8 @@ const commands = {
|
|
|
4667
5246
|
CreateConfiguredTableAssociationAnalysisRuleCommand,
|
|
4668
5247
|
CreateIdMappingTableCommand,
|
|
4669
5248
|
CreateIdNamespaceAssociationCommand,
|
|
5249
|
+
CreateIntermediateTableCommand,
|
|
5250
|
+
CreateIntermediateTableAnalysisRuleCommand,
|
|
4670
5251
|
CreateMembershipCommand,
|
|
4671
5252
|
CreatePrivacyBudgetTemplateCommand,
|
|
4672
5253
|
DeleteAnalysisTemplateCommand,
|
|
@@ -4678,9 +5259,12 @@ const commands = {
|
|
|
4678
5259
|
DeleteConfiguredTableAssociationAnalysisRuleCommand,
|
|
4679
5260
|
DeleteIdMappingTableCommand,
|
|
4680
5261
|
DeleteIdNamespaceAssociationCommand,
|
|
5262
|
+
DeleteIntermediateTableCommand,
|
|
5263
|
+
DeleteIntermediateTableAnalysisRuleCommand,
|
|
4681
5264
|
DeleteMemberCommand,
|
|
4682
5265
|
DeleteMembershipCommand,
|
|
4683
5266
|
DeletePrivacyBudgetTemplateCommand,
|
|
5267
|
+
DisallowIntermediateTableCommand,
|
|
4684
5268
|
GetAnalysisTemplateCommand,
|
|
4685
5269
|
GetCollaborationCommand,
|
|
4686
5270
|
GetCollaborationAnalysisTemplateCommand,
|
|
@@ -4695,6 +5279,8 @@ const commands = {
|
|
|
4695
5279
|
GetConfiguredTableAssociationAnalysisRuleCommand,
|
|
4696
5280
|
GetIdMappingTableCommand,
|
|
4697
5281
|
GetIdNamespaceAssociationCommand,
|
|
5282
|
+
GetIntermediateTableCommand,
|
|
5283
|
+
GetIntermediateTableAnalysisRuleCommand,
|
|
4698
5284
|
GetMembershipCommand,
|
|
4699
5285
|
GetPrivacyBudgetTemplateCommand,
|
|
4700
5286
|
GetProtectedJobCommand,
|
|
@@ -4714,6 +5300,8 @@ const commands = {
|
|
|
4714
5300
|
ListConfiguredTablesCommand,
|
|
4715
5301
|
ListIdMappingTablesCommand,
|
|
4716
5302
|
ListIdNamespaceAssociationsCommand,
|
|
5303
|
+
ListIntermediateTablesCommand,
|
|
5304
|
+
ListIntermediateTableVersionsCommand,
|
|
4717
5305
|
ListMembersCommand,
|
|
4718
5306
|
ListMembershipsCommand,
|
|
4719
5307
|
ListPrivacyBudgetsCommand,
|
|
@@ -4723,6 +5311,7 @@ const commands = {
|
|
|
4723
5311
|
ListSchemasCommand,
|
|
4724
5312
|
ListTagsForResourceCommand,
|
|
4725
5313
|
PopulateIdMappingTableCommand,
|
|
5314
|
+
PopulateIntermediateTableCommand,
|
|
4726
5315
|
PreviewPrivacyImpactCommand,
|
|
4727
5316
|
StartProtectedJobCommand,
|
|
4728
5317
|
StartProtectedQueryCommand,
|
|
@@ -4738,6 +5327,8 @@ const commands = {
|
|
|
4738
5327
|
UpdateConfiguredTableAssociationAnalysisRuleCommand,
|
|
4739
5328
|
UpdateIdMappingTableCommand,
|
|
4740
5329
|
UpdateIdNamespaceAssociationCommand,
|
|
5330
|
+
UpdateIntermediateTableCommand,
|
|
5331
|
+
UpdateIntermediateTableAnalysisRuleCommand,
|
|
4741
5332
|
UpdateMembershipCommand,
|
|
4742
5333
|
UpdatePrivacyBudgetTemplateCommand,
|
|
4743
5334
|
UpdateProtectedJobCommand,
|
|
@@ -4757,6 +5348,8 @@ const paginators = {
|
|
|
4757
5348
|
paginateListConfiguredTables,
|
|
4758
5349
|
paginateListIdMappingTables,
|
|
4759
5350
|
paginateListIdNamespaceAssociations,
|
|
5351
|
+
paginateListIntermediateTables,
|
|
5352
|
+
paginateListIntermediateTableVersions,
|
|
4760
5353
|
paginateListMembers,
|
|
4761
5354
|
paginateListMemberships,
|
|
4762
5355
|
paginateListPrivacyBudgets,
|
|
@@ -5008,6 +5601,12 @@ const SchemaStatusReasonCode = {
|
|
|
5008
5601
|
COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED: "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED",
|
|
5009
5602
|
DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED: "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED",
|
|
5010
5603
|
ID_MAPPING_TABLE_NOT_POPULATED: "ID_MAPPING_TABLE_NOT_POPULATED",
|
|
5604
|
+
INTERMEDIATE_TABLE_ANALYSIS_RULE_MISSING: "INTERMEDIATE_TABLE_ANALYSIS_RULE_MISSING",
|
|
5605
|
+
INTERMEDIATE_TABLE_BASE_TABLE_REMOVED: "INTERMEDIATE_TABLE_BASE_TABLE_REMOVED",
|
|
5606
|
+
INTERMEDIATE_TABLE_DISALLOWED_BY_DATA_PROVIDER: "INTERMEDIATE_TABLE_DISALLOWED_BY_DATA_PROVIDER",
|
|
5607
|
+
INTERMEDIATE_TABLE_INHERITED_CONSTRAINTS_VIOLATED: "INTERMEDIATE_TABLE_INHERITED_CONSTRAINTS_VIOLATED",
|
|
5608
|
+
INTERMEDIATE_TABLE_NOT_POPULATED: "INTERMEDIATE_TABLE_NOT_POPULATED",
|
|
5609
|
+
INTERMEDIATE_TABLE_RETENTION_PERIOD_EXPIRED: "INTERMEDIATE_TABLE_RETENTION_PERIOD_EXPIRED",
|
|
5011
5610
|
RESULT_RECEIVERS_NOT_ALLOWED: "RESULT_RECEIVERS_NOT_ALLOWED",
|
|
5012
5611
|
RESULT_RECEIVERS_NOT_CONFIGURED: "RESULT_RECEIVERS_NOT_CONFIGURED",
|
|
5013
5612
|
};
|
|
@@ -5025,6 +5624,7 @@ const SelectedAnalysisMethod = {
|
|
|
5025
5624
|
};
|
|
5026
5625
|
const SchemaType = {
|
|
5027
5626
|
ID_MAPPING_TABLE: "ID_MAPPING_TABLE",
|
|
5627
|
+
INTERMEDIATE_TABLE: "INTERMEDIATE_TABLE",
|
|
5028
5628
|
TABLE: "TABLE",
|
|
5029
5629
|
};
|
|
5030
5630
|
const MemberAbility = {
|
|
@@ -5103,6 +5703,18 @@ const ConfiguredTableAssociationAnalysisRuleType = {
|
|
|
5103
5703
|
CUSTOM: "CUSTOM",
|
|
5104
5704
|
LIST: "LIST",
|
|
5105
5705
|
};
|
|
5706
|
+
const ResourceStatus = {
|
|
5707
|
+
BASE_TABLE_REMOVED: "BASE_TABLE_REMOVED",
|
|
5708
|
+
CREATED: "CREATED",
|
|
5709
|
+
DISALLOWED_BY_DATA_PROVIDER: "DISALLOWED_BY_DATA_PROVIDER",
|
|
5710
|
+
POPULATE_FAILED: "POPULATE_FAILED",
|
|
5711
|
+
POPULATE_STARTED: "POPULATE_STARTED",
|
|
5712
|
+
POPULATE_SUCCESS: "POPULATE_SUCCESS",
|
|
5713
|
+
RETENTION_PERIOD_EXPIRED: "RETENTION_PERIOD_EXPIRED",
|
|
5714
|
+
};
|
|
5715
|
+
const ChildResourceType = {
|
|
5716
|
+
INTERMEDIATE_TABLE: "INTERMEDIATE_TABLE",
|
|
5717
|
+
};
|
|
5106
5718
|
const ConfiguredTableAnalysisRuleType = {
|
|
5107
5719
|
AGGREGATION: "AGGREGATION",
|
|
5108
5720
|
CUSTOM: "CUSTOM",
|
|
@@ -5113,6 +5725,40 @@ const JobType = {
|
|
|
5113
5725
|
DELETE_ONLY: "DELETE_ONLY",
|
|
5114
5726
|
INCREMENTAL: "INCREMENTAL",
|
|
5115
5727
|
};
|
|
5728
|
+
const IntermediateTableAnalysisRuleType = {
|
|
5729
|
+
CUSTOM: "CUSTOM",
|
|
5730
|
+
};
|
|
5731
|
+
const PopulateIntermediateTableAnalysisType = {
|
|
5732
|
+
QUERY: "QUERY",
|
|
5733
|
+
};
|
|
5734
|
+
const BaseTableDependencyType = {
|
|
5735
|
+
ID_MAPPING_TABLE: "ID_MAPPING_TABLE",
|
|
5736
|
+
INTERMEDIATE_TABLE: "INTERMEDIATE_TABLE",
|
|
5737
|
+
TABLE: "TABLE",
|
|
5738
|
+
};
|
|
5739
|
+
const IntermediateTableStatus = {
|
|
5740
|
+
BASE_TABLE_REMOVED: "BASE_TABLE_REMOVED",
|
|
5741
|
+
CREATED: "CREATED",
|
|
5742
|
+
DISALLOWED_BY_DATA_PROVIDER: "DISALLOWED_BY_DATA_PROVIDER",
|
|
5743
|
+
POPULATE_FAILED: "POPULATE_FAILED",
|
|
5744
|
+
POPULATE_STARTED: "POPULATE_STARTED",
|
|
5745
|
+
POPULATE_SUCCESS: "POPULATE_SUCCESS",
|
|
5746
|
+
RETENTION_PERIOD_EXPIRED: "RETENTION_PERIOD_EXPIRED",
|
|
5747
|
+
};
|
|
5748
|
+
const BaseTableParentType = {
|
|
5749
|
+
DIRECT: "DIRECT",
|
|
5750
|
+
INDIRECT: "INDIRECT",
|
|
5751
|
+
};
|
|
5752
|
+
const IntermediateTableVersionStatus = {
|
|
5753
|
+
POPULATE_FAILED: "POPULATE_FAILED",
|
|
5754
|
+
POPULATE_STARTED: "POPULATE_STARTED",
|
|
5755
|
+
POPULATE_SUCCESS: "POPULATE_SUCCESS",
|
|
5756
|
+
RETENTION_PERIOD_EXPIRED: "RETENTION_PERIOD_EXPIRED",
|
|
5757
|
+
};
|
|
5758
|
+
const WorkerComputeType = {
|
|
5759
|
+
CR1X: "CR.1X",
|
|
5760
|
+
CR4X: "CR.4X",
|
|
5761
|
+
};
|
|
5116
5762
|
const ResultFormat = {
|
|
5117
5763
|
CSV: "CSV",
|
|
5118
5764
|
PARQUET: "PARQUET",
|
|
@@ -5142,10 +5788,6 @@ const ProtectedJobStatus = {
|
|
|
5142
5788
|
SUBMITTED: "SUBMITTED",
|
|
5143
5789
|
SUCCESS: "SUCCESS",
|
|
5144
5790
|
};
|
|
5145
|
-
const WorkerComputeType = {
|
|
5146
|
-
CR1X: "CR.1X",
|
|
5147
|
-
CR4X: "CR.4X",
|
|
5148
|
-
};
|
|
5149
5791
|
const ProtectedQueryStatus = {
|
|
5150
5792
|
CANCELLED: "CANCELLED",
|
|
5151
5793
|
CANCELLING: "CANCELLING",
|
|
@@ -5215,6 +5857,8 @@ exports.ApprovalStatusDetails$ = ApprovalStatusDetails$;
|
|
|
5215
5857
|
exports.AthenaTableReference$ = AthenaTableReference$;
|
|
5216
5858
|
exports.AutoApprovedChangeType = AutoApprovedChangeType;
|
|
5217
5859
|
exports.AutoRefreshMode = AutoRefreshMode;
|
|
5860
|
+
exports.BaseTableDependencyType = BaseTableDependencyType;
|
|
5861
|
+
exports.BaseTableParentType = BaseTableParentType;
|
|
5218
5862
|
exports.BatchGetCollaborationAnalysisTemplate$ = BatchGetCollaborationAnalysisTemplate$;
|
|
5219
5863
|
exports.BatchGetCollaborationAnalysisTemplateCommand = BatchGetCollaborationAnalysisTemplateCommand;
|
|
5220
5864
|
exports.BatchGetCollaborationAnalysisTemplateError$ = BatchGetCollaborationAnalysisTemplateError$;
|
|
@@ -5240,6 +5884,8 @@ exports.ChangeRequestStatus = ChangeRequestStatus;
|
|
|
5240
5884
|
exports.ChangeSpecification$ = ChangeSpecification$;
|
|
5241
5885
|
exports.ChangeSpecificationType = ChangeSpecificationType;
|
|
5242
5886
|
exports.ChangeType = ChangeType;
|
|
5887
|
+
exports.ChildResource$ = ChildResource$;
|
|
5888
|
+
exports.ChildResourceType = ChildResourceType;
|
|
5243
5889
|
exports.CleanRooms = CleanRooms;
|
|
5244
5890
|
exports.CleanRoomsClient = CleanRoomsClient;
|
|
5245
5891
|
exports.CleanRoomsServiceException = CleanRoomsServiceException;
|
|
@@ -5262,6 +5908,7 @@ exports.CollaborationQueryLogStatus = CollaborationQueryLogStatus;
|
|
|
5262
5908
|
exports.CollaborationSummary$ = CollaborationSummary$;
|
|
5263
5909
|
exports.Column$ = Column$;
|
|
5264
5910
|
exports.ColumnClassificationDetails$ = ColumnClassificationDetails$;
|
|
5911
|
+
exports.ColumnLineageEntry$ = ColumnLineageEntry$;
|
|
5265
5912
|
exports.CommercialRegion = CommercialRegion;
|
|
5266
5913
|
exports.ComputeConfiguration$ = ComputeConfiguration$;
|
|
5267
5914
|
exports.ConfigurationDetails$ = ConfigurationDetails$;
|
|
@@ -5280,6 +5927,7 @@ exports.ConfiguredTableAssociationAnalysisRuleList$ = ConfiguredTableAssociation
|
|
|
5280
5927
|
exports.ConfiguredTableAssociationAnalysisRulePolicy$ = ConfiguredTableAssociationAnalysisRulePolicy$;
|
|
5281
5928
|
exports.ConfiguredTableAssociationAnalysisRulePolicyV1$ = ConfiguredTableAssociationAnalysisRulePolicyV1$;
|
|
5282
5929
|
exports.ConfiguredTableAssociationAnalysisRuleType = ConfiguredTableAssociationAnalysisRuleType;
|
|
5930
|
+
exports.ConfiguredTableAssociationSchemaTypeProperties$ = ConfiguredTableAssociationSchemaTypeProperties$;
|
|
5283
5931
|
exports.ConfiguredTableAssociationSummary$ = ConfiguredTableAssociationSummary$;
|
|
5284
5932
|
exports.ConfiguredTableSummary$ = ConfiguredTableSummary$;
|
|
5285
5933
|
exports.ConflictException = ConflictException;
|
|
@@ -5330,6 +5978,14 @@ exports.CreateIdNamespaceAssociation$ = CreateIdNamespaceAssociation$;
|
|
|
5330
5978
|
exports.CreateIdNamespaceAssociationCommand = CreateIdNamespaceAssociationCommand;
|
|
5331
5979
|
exports.CreateIdNamespaceAssociationInput$ = CreateIdNamespaceAssociationInput$;
|
|
5332
5980
|
exports.CreateIdNamespaceAssociationOutput$ = CreateIdNamespaceAssociationOutput$;
|
|
5981
|
+
exports.CreateIntermediateTable$ = CreateIntermediateTable$;
|
|
5982
|
+
exports.CreateIntermediateTableAnalysisRule$ = CreateIntermediateTableAnalysisRule$;
|
|
5983
|
+
exports.CreateIntermediateTableAnalysisRuleCommand = CreateIntermediateTableAnalysisRuleCommand;
|
|
5984
|
+
exports.CreateIntermediateTableAnalysisRuleInput$ = CreateIntermediateTableAnalysisRuleInput$;
|
|
5985
|
+
exports.CreateIntermediateTableAnalysisRuleOutput$ = CreateIntermediateTableAnalysisRuleOutput$;
|
|
5986
|
+
exports.CreateIntermediateTableCommand = CreateIntermediateTableCommand;
|
|
5987
|
+
exports.CreateIntermediateTableInput$ = CreateIntermediateTableInput$;
|
|
5988
|
+
exports.CreateIntermediateTableOutput$ = CreateIntermediateTableOutput$;
|
|
5333
5989
|
exports.CreateMembership$ = CreateMembership$;
|
|
5334
5990
|
exports.CreateMembershipCommand = CreateMembershipCommand;
|
|
5335
5991
|
exports.CreateMembershipInput$ = CreateMembershipInput$;
|
|
@@ -5376,6 +6032,14 @@ exports.DeleteIdNamespaceAssociation$ = DeleteIdNamespaceAssociation$;
|
|
|
5376
6032
|
exports.DeleteIdNamespaceAssociationCommand = DeleteIdNamespaceAssociationCommand;
|
|
5377
6033
|
exports.DeleteIdNamespaceAssociationInput$ = DeleteIdNamespaceAssociationInput$;
|
|
5378
6034
|
exports.DeleteIdNamespaceAssociationOutput$ = DeleteIdNamespaceAssociationOutput$;
|
|
6035
|
+
exports.DeleteIntermediateTable$ = DeleteIntermediateTable$;
|
|
6036
|
+
exports.DeleteIntermediateTableAnalysisRule$ = DeleteIntermediateTableAnalysisRule$;
|
|
6037
|
+
exports.DeleteIntermediateTableAnalysisRuleCommand = DeleteIntermediateTableAnalysisRuleCommand;
|
|
6038
|
+
exports.DeleteIntermediateTableAnalysisRuleInput$ = DeleteIntermediateTableAnalysisRuleInput$;
|
|
6039
|
+
exports.DeleteIntermediateTableAnalysisRuleOutput$ = DeleteIntermediateTableAnalysisRuleOutput$;
|
|
6040
|
+
exports.DeleteIntermediateTableCommand = DeleteIntermediateTableCommand;
|
|
6041
|
+
exports.DeleteIntermediateTableInput$ = DeleteIntermediateTableInput$;
|
|
6042
|
+
exports.DeleteIntermediateTableOutput$ = DeleteIntermediateTableOutput$;
|
|
5379
6043
|
exports.DeleteMember$ = DeleteMember$;
|
|
5380
6044
|
exports.DeleteMemberCommand = DeleteMemberCommand;
|
|
5381
6045
|
exports.DeleteMemberInput$ = DeleteMemberInput$;
|
|
@@ -5402,6 +6066,10 @@ exports.DifferentialPrivacyTemplateParametersInput$ = DifferentialPrivacyTemplat
|
|
|
5402
6066
|
exports.DifferentialPrivacyTemplateParametersOutput$ = DifferentialPrivacyTemplateParametersOutput$;
|
|
5403
6067
|
exports.DifferentialPrivacyTemplateUpdateParameters$ = DifferentialPrivacyTemplateUpdateParameters$;
|
|
5404
6068
|
exports.DirectAnalysisConfigurationDetails$ = DirectAnalysisConfigurationDetails$;
|
|
6069
|
+
exports.DisallowIntermediateTable$ = DisallowIntermediateTable$;
|
|
6070
|
+
exports.DisallowIntermediateTableCommand = DisallowIntermediateTableCommand;
|
|
6071
|
+
exports.DisallowIntermediateTableInput$ = DisallowIntermediateTableInput$;
|
|
6072
|
+
exports.DisallowIntermediateTableOutput$ = DisallowIntermediateTableOutput$;
|
|
5405
6073
|
exports.ErrorMessageConfiguration$ = ErrorMessageConfiguration$;
|
|
5406
6074
|
exports.ErrorMessageType = ErrorMessageType;
|
|
5407
6075
|
exports.FilterableMemberStatus = FilterableMemberStatus;
|
|
@@ -5461,6 +6129,14 @@ exports.GetIdNamespaceAssociation$ = GetIdNamespaceAssociation$;
|
|
|
5461
6129
|
exports.GetIdNamespaceAssociationCommand = GetIdNamespaceAssociationCommand;
|
|
5462
6130
|
exports.GetIdNamespaceAssociationInput$ = GetIdNamespaceAssociationInput$;
|
|
5463
6131
|
exports.GetIdNamespaceAssociationOutput$ = GetIdNamespaceAssociationOutput$;
|
|
6132
|
+
exports.GetIntermediateTable$ = GetIntermediateTable$;
|
|
6133
|
+
exports.GetIntermediateTableAnalysisRule$ = GetIntermediateTableAnalysisRule$;
|
|
6134
|
+
exports.GetIntermediateTableAnalysisRuleCommand = GetIntermediateTableAnalysisRuleCommand;
|
|
6135
|
+
exports.GetIntermediateTableAnalysisRuleInput$ = GetIntermediateTableAnalysisRuleInput$;
|
|
6136
|
+
exports.GetIntermediateTableAnalysisRuleOutput$ = GetIntermediateTableAnalysisRuleOutput$;
|
|
6137
|
+
exports.GetIntermediateTableCommand = GetIntermediateTableCommand;
|
|
6138
|
+
exports.GetIntermediateTableInput$ = GetIntermediateTableInput$;
|
|
6139
|
+
exports.GetIntermediateTableOutput$ = GetIntermediateTableOutput$;
|
|
5464
6140
|
exports.GetMembership$ = GetMembership$;
|
|
5465
6141
|
exports.GetMembershipCommand = GetMembershipCommand;
|
|
5466
6142
|
exports.GetMembershipInput$ = GetMembershipInput$;
|
|
@@ -5500,6 +6176,31 @@ exports.IdNamespaceAssociationInputReferenceProperties$ = IdNamespaceAssociation
|
|
|
5500
6176
|
exports.IdNamespaceAssociationInputReferencePropertiesSummary$ = IdNamespaceAssociationInputReferencePropertiesSummary$;
|
|
5501
6177
|
exports.IdNamespaceAssociationSummary$ = IdNamespaceAssociationSummary$;
|
|
5502
6178
|
exports.IdNamespaceType = IdNamespaceType;
|
|
6179
|
+
exports.InheritedAdditionalAnalyses$ = InheritedAdditionalAnalyses$;
|
|
6180
|
+
exports.InheritedAdditionalAnalysesSource$ = InheritedAdditionalAnalysesSource$;
|
|
6181
|
+
exports.InheritedAllowedAdditionalAnalyses$ = InheritedAllowedAdditionalAnalyses$;
|
|
6182
|
+
exports.InheritedAllowedAdditionalAnalysesSource$ = InheritedAllowedAdditionalAnalysesSource$;
|
|
6183
|
+
exports.InheritedAllowedResultReceivers$ = InheritedAllowedResultReceivers$;
|
|
6184
|
+
exports.InheritedAllowedResultReceiversSource$ = InheritedAllowedResultReceiversSource$;
|
|
6185
|
+
exports.InheritedDisallowedOutputColumns$ = InheritedDisallowedOutputColumns$;
|
|
6186
|
+
exports.IntermediateTable$ = IntermediateTable$;
|
|
6187
|
+
exports.IntermediateTableActiveVersion$ = IntermediateTableActiveVersion$;
|
|
6188
|
+
exports.IntermediateTableAnalysisRule$ = IntermediateTableAnalysisRule$;
|
|
6189
|
+
exports.IntermediateTableAnalysisRuleCustom$ = IntermediateTableAnalysisRuleCustom$;
|
|
6190
|
+
exports.IntermediateTableAnalysisRulePolicy$ = IntermediateTableAnalysisRulePolicy$;
|
|
6191
|
+
exports.IntermediateTableAnalysisRulePolicyV1$ = IntermediateTableAnalysisRulePolicyV1$;
|
|
6192
|
+
exports.IntermediateTableAnalysisRuleType = IntermediateTableAnalysisRuleType;
|
|
6193
|
+
exports.IntermediateTableColumn$ = IntermediateTableColumn$;
|
|
6194
|
+
exports.IntermediateTableComputeConfiguration$ = IntermediateTableComputeConfiguration$;
|
|
6195
|
+
exports.IntermediateTableDependency$ = IntermediateTableDependency$;
|
|
6196
|
+
exports.IntermediateTableInheritedConstraints$ = IntermediateTableInheritedConstraints$;
|
|
6197
|
+
exports.IntermediateTableOutputConfiguration$ = IntermediateTableOutputConfiguration$;
|
|
6198
|
+
exports.IntermediateTableSchema$ = IntermediateTableSchema$;
|
|
6199
|
+
exports.IntermediateTableSchemaTypeProperties$ = IntermediateTableSchemaTypeProperties$;
|
|
6200
|
+
exports.IntermediateTableStatus = IntermediateTableStatus;
|
|
6201
|
+
exports.IntermediateTableSummary$ = IntermediateTableSummary$;
|
|
6202
|
+
exports.IntermediateTableVersionStatus = IntermediateTableVersionStatus;
|
|
6203
|
+
exports.IntermediateTableVersionSummary$ = IntermediateTableVersionSummary$;
|
|
5503
6204
|
exports.InternalServerException = InternalServerException;
|
|
5504
6205
|
exports.InternalServerException$ = InternalServerException$;
|
|
5505
6206
|
exports.JobComputePaymentConfig$ = JobComputePaymentConfig$;
|
|
@@ -5558,6 +6259,14 @@ exports.ListIdNamespaceAssociations$ = ListIdNamespaceAssociations$;
|
|
|
5558
6259
|
exports.ListIdNamespaceAssociationsCommand = ListIdNamespaceAssociationsCommand;
|
|
5559
6260
|
exports.ListIdNamespaceAssociationsInput$ = ListIdNamespaceAssociationsInput$;
|
|
5560
6261
|
exports.ListIdNamespaceAssociationsOutput$ = ListIdNamespaceAssociationsOutput$;
|
|
6262
|
+
exports.ListIntermediateTableVersions$ = ListIntermediateTableVersions$;
|
|
6263
|
+
exports.ListIntermediateTableVersionsCommand = ListIntermediateTableVersionsCommand;
|
|
6264
|
+
exports.ListIntermediateTableVersionsInput$ = ListIntermediateTableVersionsInput$;
|
|
6265
|
+
exports.ListIntermediateTableVersionsOutput$ = ListIntermediateTableVersionsOutput$;
|
|
6266
|
+
exports.ListIntermediateTables$ = ListIntermediateTables$;
|
|
6267
|
+
exports.ListIntermediateTablesCommand = ListIntermediateTablesCommand;
|
|
6268
|
+
exports.ListIntermediateTablesInput$ = ListIntermediateTablesInput$;
|
|
6269
|
+
exports.ListIntermediateTablesOutput$ = ListIntermediateTablesOutput$;
|
|
5561
6270
|
exports.ListMembers$ = ListMembers$;
|
|
5562
6271
|
exports.ListMembersCommand = ListMembersCommand;
|
|
5563
6272
|
exports.ListMembersInput$ = ListMembersInput$;
|
|
@@ -5622,6 +6331,13 @@ exports.PopulateIdMappingTable$ = PopulateIdMappingTable$;
|
|
|
5622
6331
|
exports.PopulateIdMappingTableCommand = PopulateIdMappingTableCommand;
|
|
5623
6332
|
exports.PopulateIdMappingTableInput$ = PopulateIdMappingTableInput$;
|
|
5624
6333
|
exports.PopulateIdMappingTableOutput$ = PopulateIdMappingTableOutput$;
|
|
6334
|
+
exports.PopulateIntermediateTable$ = PopulateIntermediateTable$;
|
|
6335
|
+
exports.PopulateIntermediateTableAnalysisType = PopulateIntermediateTableAnalysisType;
|
|
6336
|
+
exports.PopulateIntermediateTableCommand = PopulateIntermediateTableCommand;
|
|
6337
|
+
exports.PopulateIntermediateTableInput$ = PopulateIntermediateTableInput$;
|
|
6338
|
+
exports.PopulateIntermediateTableOutput$ = PopulateIntermediateTableOutput$;
|
|
6339
|
+
exports.PopulationAnalysisConfiguration$ = PopulationAnalysisConfiguration$;
|
|
6340
|
+
exports.PopulationAnalysisSqlParameters$ = PopulationAnalysisSqlParameters$;
|
|
5625
6341
|
exports.PreviewPrivacyImpact$ = PreviewPrivacyImpact$;
|
|
5626
6342
|
exports.PreviewPrivacyImpactCommand = PreviewPrivacyImpactCommand;
|
|
5627
6343
|
exports.PreviewPrivacyImpactInput$ = PreviewPrivacyImpactInput$;
|
|
@@ -5687,6 +6403,7 @@ exports.QueryConstraintRequireOverlap$ = QueryConstraintRequireOverlap$;
|
|
|
5687
6403
|
exports.ReceiverConfiguration$ = ReceiverConfiguration$;
|
|
5688
6404
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
5689
6405
|
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
6406
|
+
exports.ResourceStatus = ResourceStatus;
|
|
5690
6407
|
exports.ResourceType = ResourceType;
|
|
5691
6408
|
exports.ResultFormat = ResultFormat;
|
|
5692
6409
|
exports.S3Location$ = S3Location$;
|
|
@@ -5773,6 +6490,14 @@ exports.UpdateIdNamespaceAssociation$ = UpdateIdNamespaceAssociation$;
|
|
|
5773
6490
|
exports.UpdateIdNamespaceAssociationCommand = UpdateIdNamespaceAssociationCommand;
|
|
5774
6491
|
exports.UpdateIdNamespaceAssociationInput$ = UpdateIdNamespaceAssociationInput$;
|
|
5775
6492
|
exports.UpdateIdNamespaceAssociationOutput$ = UpdateIdNamespaceAssociationOutput$;
|
|
6493
|
+
exports.UpdateIntermediateTable$ = UpdateIntermediateTable$;
|
|
6494
|
+
exports.UpdateIntermediateTableAnalysisRule$ = UpdateIntermediateTableAnalysisRule$;
|
|
6495
|
+
exports.UpdateIntermediateTableAnalysisRuleCommand = UpdateIntermediateTableAnalysisRuleCommand;
|
|
6496
|
+
exports.UpdateIntermediateTableAnalysisRuleInput$ = UpdateIntermediateTableAnalysisRuleInput$;
|
|
6497
|
+
exports.UpdateIntermediateTableAnalysisRuleOutput$ = UpdateIntermediateTableAnalysisRuleOutput$;
|
|
6498
|
+
exports.UpdateIntermediateTableCommand = UpdateIntermediateTableCommand;
|
|
6499
|
+
exports.UpdateIntermediateTableInput$ = UpdateIntermediateTableInput$;
|
|
6500
|
+
exports.UpdateIntermediateTableOutput$ = UpdateIntermediateTableOutput$;
|
|
5776
6501
|
exports.UpdateMembership$ = UpdateMembership$;
|
|
5777
6502
|
exports.UpdateMembershipCommand = UpdateMembershipCommand;
|
|
5778
6503
|
exports.UpdateMembershipInput$ = UpdateMembershipInput$;
|
|
@@ -5811,6 +6536,8 @@ exports.paginateListConfiguredTableAssociations = paginateListConfiguredTableAss
|
|
|
5811
6536
|
exports.paginateListConfiguredTables = paginateListConfiguredTables;
|
|
5812
6537
|
exports.paginateListIdMappingTables = paginateListIdMappingTables;
|
|
5813
6538
|
exports.paginateListIdNamespaceAssociations = paginateListIdNamespaceAssociations;
|
|
6539
|
+
exports.paginateListIntermediateTableVersions = paginateListIntermediateTableVersions;
|
|
6540
|
+
exports.paginateListIntermediateTables = paginateListIntermediateTables;
|
|
5814
6541
|
exports.paginateListMembers = paginateListMembers;
|
|
5815
6542
|
exports.paginateListMemberships = paginateListMemberships;
|
|
5816
6543
|
exports.paginateListPrivacyBudgetTemplates = paginateListPrivacyBudgetTemplates;
|