@aws-sdk/client-cleanrooms 3.954.0 → 3.956.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 +8 -0
- package/dist-cjs/index.js +119 -46
- package/dist-es/CleanRooms.js +2 -0
- package/dist-es/commands/UpdateCollaborationChangeRequestCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/index.js +2 -0
- package/dist-es/models/enums.js +17 -0
- package/dist-es/schemas/schemas_0.js +81 -46
- package/dist-types/CleanRooms.d.ts +7 -0
- package/dist-types/CleanRoomsClient.d.ts +3 -2
- package/dist-types/commands/CreateCollaborationChangeRequestCommand.d.ts +18 -3
- package/dist-types/commands/CreateCollaborationCommand.d.ts +2 -2
- package/dist-types/commands/GetCollaborationChangeRequestCommand.d.ts +12 -2
- package/dist-types/commands/GetCollaborationCommand.d.ts +1 -1
- package/dist-types/commands/ListCollaborationChangeRequestsCommand.d.ts +12 -2
- package/dist-types/commands/UpdateCollaborationChangeRequestCommand.d.ts +128 -0
- package/dist-types/commands/UpdateCollaborationCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/enums.d.ts +33 -0
- package/dist-types/models/models_0.d.ts +76 -128
- package/dist-types/models/models_1.d.ts +127 -1
- package/dist-types/schemas/schemas_0.d.ts +41 -36
- package/dist-types/ts3.4/CleanRooms.d.ts +17 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/UpdateCollaborationChangeRequestCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +21 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -69
- package/dist-types/ts3.4/models/models_1.d.ts +72 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +41 -35
- package/package.json +33 -33
package/README.md
CHANGED
|
@@ -810,6 +810,14 @@ UpdateCollaboration
|
|
|
810
810
|
|
|
811
811
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/UpdateCollaborationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateCollaborationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateCollaborationCommandOutput/)
|
|
812
812
|
|
|
813
|
+
</details>
|
|
814
|
+
<details>
|
|
815
|
+
<summary>
|
|
816
|
+
UpdateCollaborationChangeRequest
|
|
817
|
+
</summary>
|
|
818
|
+
|
|
819
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/UpdateCollaborationChangeRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateCollaborationChangeRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateCollaborationChangeRequestCommandOutput/)
|
|
820
|
+
|
|
813
821
|
</details>
|
|
814
822
|
<details>
|
|
815
823
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -243,8 +243,10 @@ const _ARL = "AnalysisRuleList";
|
|
|
243
243
|
const _ARP = "AnalysisRulePolicy";
|
|
244
244
|
const _ARPV = "AnalysisRulePolicyV1";
|
|
245
245
|
const _AS = "AnalysisSchema";
|
|
246
|
+
const _ASD = "ApprovalStatusDetails";
|
|
246
247
|
const _ASM = "AnalysisSourceMetadata";
|
|
247
248
|
const _ASn = "AnalysisSource";
|
|
249
|
+
const _ASp = "ApprovalStatuses";
|
|
248
250
|
const _AT = "AnalysisTemplate";
|
|
249
251
|
const _ATA = "AnalysisTemplateArtifact";
|
|
250
252
|
const _ATAL = "AnalysisTemplateArtifactList";
|
|
@@ -304,6 +306,7 @@ const _CCO = "CreateCollaborationOutput";
|
|
|
304
306
|
const _CCR = "CollaborationChangeRequest";
|
|
305
307
|
const _CCRS = "CollaborationChangeRequestSummary";
|
|
306
308
|
const _CCRSL = "CollaborationChangeRequestSummaryList";
|
|
309
|
+
const _CCS = "CollaborationChangeSpecification";
|
|
307
310
|
const _CCT = "CreateConfiguredTable";
|
|
308
311
|
const _CCTA = "CreateConfiguredTableAssociation";
|
|
309
312
|
const _CCTAAR = "CreateConfiguredTableAssociationAnalysisRule";
|
|
@@ -699,6 +702,9 @@ const _UC = "UpdateCollaboration";
|
|
|
699
702
|
const _UCAMA = "UpdateConfiguredAudienceModelAssociation";
|
|
700
703
|
const _UCAMAI = "UpdateConfiguredAudienceModelAssociationInput";
|
|
701
704
|
const _UCAMAO = "UpdateConfiguredAudienceModelAssociationOutput";
|
|
705
|
+
const _UCCR = "UpdateCollaborationChangeRequest";
|
|
706
|
+
const _UCCRI = "UpdateCollaborationChangeRequestInput";
|
|
707
|
+
const _UCCRO = "UpdateCollaborationChangeRequestOutput";
|
|
702
708
|
const _UCI = "UpdateCollaborationInput";
|
|
703
709
|
const _UCO = "UpdateCollaborationOutput";
|
|
704
710
|
const _UCT = "UpdateConfiguredTable";
|
|
@@ -780,8 +786,10 @@ const _aTg = "aggregationType";
|
|
|
780
786
|
const _aTn = "analysisType";
|
|
781
787
|
const _aUADC = "allowUseAsDimensionColumn";
|
|
782
788
|
const _ab = "abilities";
|
|
789
|
+
const _ac = "action";
|
|
783
790
|
const _ag = "aggregations";
|
|
784
791
|
const _agg = "aggregation";
|
|
792
|
+
const _ap = "approvals";
|
|
785
793
|
const _ar = "artifacts";
|
|
786
794
|
const _at = "athena";
|
|
787
795
|
const _b = "budget";
|
|
@@ -1187,6 +1195,7 @@ var AnalysisTemplateValidationStatusDetail$ = [
|
|
|
1187
1195
|
[0, 0, () => AnalysisTemplateValidationStatusReasonList],
|
|
1188
1196
|
];
|
|
1189
1197
|
var AnalysisTemplateValidationStatusReason$ = [3, n0, _ATVSR, 0, [_m], [0]];
|
|
1198
|
+
var ApprovalStatusDetails$ = [3, n0, _ASD, 0, [_st], [0]];
|
|
1190
1199
|
var AthenaTableReference$ = [3, n0, _ATR, 0, [_reg, _wG, _oL, _dN, _tN], [0, 0, 0, 0, 0]];
|
|
1191
1200
|
var BatchGetCollaborationAnalysisTemplateError$ = [
|
|
1192
1201
|
3,
|
|
@@ -1298,17 +1307,18 @@ var CollaborationChangeRequest$ = [
|
|
|
1298
1307
|
n0,
|
|
1299
1308
|
_CCR,
|
|
1300
1309
|
0,
|
|
1301
|
-
[_i, _cI, _cT, _uT, _st, _iAA, _ch],
|
|
1302
|
-
[0, 0, 4, 4, 0, 2, () => ChangeList],
|
|
1310
|
+
[_i, _cI, _cT, _uT, _st, _iAA, _ch, _ap],
|
|
1311
|
+
[0, 0, 4, 4, 0, 2, () => ChangeList, () => ApprovalStatuses],
|
|
1303
1312
|
];
|
|
1304
1313
|
var CollaborationChangeRequestSummary$ = [
|
|
1305
1314
|
3,
|
|
1306
1315
|
n0,
|
|
1307
1316
|
_CCRS,
|
|
1308
1317
|
0,
|
|
1309
|
-
[_i, _cI, _cT, _uT, _st, _iAA, _ch],
|
|
1310
|
-
[0, 0, 4, 4, 0, 2, () => ChangeList],
|
|
1318
|
+
[_i, _cI, _cT, _uT, _st, _iAA, _ch, _ap],
|
|
1319
|
+
[0, 0, 4, 4, 0, 2, () => ChangeList, () => ApprovalStatuses],
|
|
1311
1320
|
];
|
|
1321
|
+
var CollaborationChangeSpecification$ = [3, n0, _CCS, 0, [_aACT], [64 | 0]];
|
|
1312
1322
|
var CollaborationConfiguredAudienceModelAssociation$ = [
|
|
1313
1323
|
3,
|
|
1314
1324
|
n0,
|
|
@@ -3187,6 +3197,22 @@ var UpdateAnalysisTemplateOutput$ = [
|
|
|
3187
3197
|
[_aT],
|
|
3188
3198
|
[[() => AnalysisTemplate$, 0]],
|
|
3189
3199
|
];
|
|
3200
|
+
var UpdateCollaborationChangeRequestInput$ = [
|
|
3201
|
+
3,
|
|
3202
|
+
n0,
|
|
3203
|
+
_UCCRI,
|
|
3204
|
+
0,
|
|
3205
|
+
[_cIo, _cRI, _ac],
|
|
3206
|
+
[[0, 1], [0, 1], 0],
|
|
3207
|
+
];
|
|
3208
|
+
var UpdateCollaborationChangeRequestOutput$ = [
|
|
3209
|
+
3,
|
|
3210
|
+
n0,
|
|
3211
|
+
_UCCRO,
|
|
3212
|
+
0,
|
|
3213
|
+
[_cCR],
|
|
3214
|
+
[() => CollaborationChangeRequest$],
|
|
3215
|
+
];
|
|
3190
3216
|
var UpdateCollaborationInput$ = [3, n0, _UCI, 0, [_cIo, _n, _de, _aE], [[0, 1], 0, 0, 0]];
|
|
3191
3217
|
var UpdateCollaborationOutput$ = [3, n0, _UCO, 0, [_col], [() => Collaboration$]];
|
|
3192
3218
|
var UpdateConfiguredAudienceModelAssociationInput$ = [
|
|
@@ -3495,9 +3521,10 @@ var SchemaStatusReasonList = [1, n0, _SSRL, 0, () => SchemaStatusReason$];
|
|
|
3495
3521
|
var SchemaSummaryList = [1, n0, _SSL, 0, () => SchemaSummary$];
|
|
3496
3522
|
var SnowflakeTableSchemaList = [1, n0, _STSL, 0, () => SnowflakeTableSchemaV1$];
|
|
3497
3523
|
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
3498
|
-
var
|
|
3524
|
+
var ApprovalStatuses = [2, n0, _ASp, 0, 0, () => ApprovalStatusDetails$];
|
|
3525
|
+
var AnalysisRulePolicy$ = [4, n0, _ARP, 0, [_v_], [() => AnalysisRulePolicyV1$]];
|
|
3499
3526
|
var AnalysisRulePolicyV1$ = [
|
|
3500
|
-
|
|
3527
|
+
4,
|
|
3501
3528
|
n0,
|
|
3502
3529
|
_ARPV,
|
|
3503
3530
|
0,
|
|
@@ -3510,7 +3537,7 @@ var AnalysisRulePolicyV1$ = [
|
|
|
3510
3537
|
],
|
|
3511
3538
|
];
|
|
3512
3539
|
var AnalysisSource$ = [
|
|
3513
|
-
|
|
3540
|
+
4,
|
|
3514
3541
|
n0,
|
|
3515
3542
|
_ASn,
|
|
3516
3543
|
0,
|
|
@@ -3518,17 +3545,24 @@ var AnalysisSource$ = [
|
|
|
3518
3545
|
[[() => AnalysisTemplateText, 0], () => AnalysisTemplateArtifacts$],
|
|
3519
3546
|
];
|
|
3520
3547
|
var AnalysisSourceMetadata$ = [
|
|
3521
|
-
|
|
3548
|
+
4,
|
|
3522
3549
|
n0,
|
|
3523
3550
|
_ASM,
|
|
3524
3551
|
0,
|
|
3525
3552
|
[_ar],
|
|
3526
3553
|
[() => AnalysisTemplateArtifactMetadata$],
|
|
3527
3554
|
];
|
|
3528
|
-
var ChangeSpecification$ = [
|
|
3529
|
-
|
|
3555
|
+
var ChangeSpecification$ = [
|
|
3556
|
+
4,
|
|
3557
|
+
n0,
|
|
3558
|
+
_CSh,
|
|
3559
|
+
0,
|
|
3560
|
+
[_memb, _col],
|
|
3561
|
+
[() => MemberChangeSpecification$, () => CollaborationChangeSpecification$],
|
|
3562
|
+
];
|
|
3563
|
+
var ComputeConfiguration$ = [4, n0, _CC, 0, [_w], [() => WorkerComputeConfiguration$]];
|
|
3530
3564
|
var ConfigurationDetails$ = [
|
|
3531
|
-
|
|
3565
|
+
4,
|
|
3532
3566
|
n0,
|
|
3533
3567
|
_CD,
|
|
3534
3568
|
0,
|
|
@@ -3536,7 +3570,7 @@ var ConfigurationDetails$ = [
|
|
|
3536
3570
|
[() => DirectAnalysisConfigurationDetails$],
|
|
3537
3571
|
];
|
|
3538
3572
|
var ConfiguredTableAnalysisRulePolicy$ = [
|
|
3539
|
-
|
|
3573
|
+
4,
|
|
3540
3574
|
n0,
|
|
3541
3575
|
_CTARP,
|
|
3542
3576
|
0,
|
|
@@ -3544,7 +3578,7 @@ var ConfiguredTableAnalysisRulePolicy$ = [
|
|
|
3544
3578
|
[() => ConfiguredTableAnalysisRulePolicyV1$],
|
|
3545
3579
|
];
|
|
3546
3580
|
var ConfiguredTableAnalysisRulePolicyV1$ = [
|
|
3547
|
-
|
|
3581
|
+
4,
|
|
3548
3582
|
n0,
|
|
3549
3583
|
_CTARPV,
|
|
3550
3584
|
0,
|
|
@@ -3552,7 +3586,7 @@ var ConfiguredTableAnalysisRulePolicyV1$ = [
|
|
|
3552
3586
|
[() => AnalysisRuleList$, () => AnalysisRuleAggregation$, () => AnalysisRuleCustom$],
|
|
3553
3587
|
];
|
|
3554
3588
|
var ConfiguredTableAssociationAnalysisRulePolicy$ = [
|
|
3555
|
-
|
|
3589
|
+
4,
|
|
3556
3590
|
n0,
|
|
3557
3591
|
_CTAARP,
|
|
3558
3592
|
0,
|
|
@@ -3560,7 +3594,7 @@ var ConfiguredTableAssociationAnalysisRulePolicy$ = [
|
|
|
3560
3594
|
[() => ConfiguredTableAssociationAnalysisRulePolicyV1$],
|
|
3561
3595
|
];
|
|
3562
3596
|
var ConfiguredTableAssociationAnalysisRulePolicyV1$ = [
|
|
3563
|
-
|
|
3597
|
+
4,
|
|
3564
3598
|
n0,
|
|
3565
3599
|
_CTAARPV,
|
|
3566
3600
|
0,
|
|
@@ -3571,9 +3605,9 @@ var ConfiguredTableAssociationAnalysisRulePolicyV1$ = [
|
|
|
3571
3605
|
() => ConfiguredTableAssociationAnalysisRuleCustom$,
|
|
3572
3606
|
],
|
|
3573
3607
|
];
|
|
3574
|
-
var ConsolidatedPolicy$ = [
|
|
3608
|
+
var ConsolidatedPolicy$ = [4, n0, _CP, 0, [_v_], [() => ConsolidatedPolicyV1$]];
|
|
3575
3609
|
var ConsolidatedPolicyV1$ = [
|
|
3576
|
-
|
|
3610
|
+
4,
|
|
3577
3611
|
n0,
|
|
3578
3612
|
_CPV,
|
|
3579
3613
|
0,
|
|
@@ -3581,7 +3615,7 @@ var ConsolidatedPolicyV1$ = [
|
|
|
3581
3615
|
[() => ConsolidatedPolicyList$, () => ConsolidatedPolicyAggregation$, () => ConsolidatedPolicyCustom$],
|
|
3582
3616
|
];
|
|
3583
3617
|
var MembershipProtectedJobOutputConfiguration$ = [
|
|
3584
|
-
|
|
3618
|
+
4,
|
|
3585
3619
|
n0,
|
|
3586
3620
|
_MPJOC,
|
|
3587
3621
|
0,
|
|
@@ -3589,7 +3623,7 @@ var MembershipProtectedJobOutputConfiguration$ = [
|
|
|
3589
3623
|
[() => ProtectedJobS3OutputConfigurationInput$],
|
|
3590
3624
|
];
|
|
3591
3625
|
var MembershipProtectedQueryOutputConfiguration$ = [
|
|
3592
|
-
|
|
3626
|
+
4,
|
|
3593
3627
|
n0,
|
|
3594
3628
|
_MPQOC,
|
|
3595
3629
|
0,
|
|
@@ -3597,7 +3631,7 @@ var MembershipProtectedQueryOutputConfiguration$ = [
|
|
|
3597
3631
|
[() => ProtectedQueryS3OutputConfiguration$],
|
|
3598
3632
|
];
|
|
3599
3633
|
var PreviewPrivacyImpactParametersInput$ = [
|
|
3600
|
-
|
|
3634
|
+
4,
|
|
3601
3635
|
n0,
|
|
3602
3636
|
_PPIPI,
|
|
3603
3637
|
0,
|
|
@@ -3605,7 +3639,7 @@ var PreviewPrivacyImpactParametersInput$ = [
|
|
|
3605
3639
|
[() => DifferentialPrivacyPreviewParametersInput$],
|
|
3606
3640
|
];
|
|
3607
3641
|
var PrivacyBudget$ = [
|
|
3608
|
-
|
|
3642
|
+
4,
|
|
3609
3643
|
n0,
|
|
3610
3644
|
_PB,
|
|
3611
3645
|
0,
|
|
@@ -3613,7 +3647,7 @@ var PrivacyBudget$ = [
|
|
|
3613
3647
|
[() => DifferentialPrivacyPrivacyBudget$, () => AccessBudget$],
|
|
3614
3648
|
];
|
|
3615
3649
|
var PrivacyBudgetTemplateParametersInput$ = [
|
|
3616
|
-
|
|
3650
|
+
4,
|
|
3617
3651
|
n0,
|
|
3618
3652
|
_PBTPI,
|
|
3619
3653
|
0,
|
|
@@ -3621,7 +3655,7 @@ var PrivacyBudgetTemplateParametersInput$ = [
|
|
|
3621
3655
|
[() => DifferentialPrivacyTemplateParametersInput$, () => AccessBudgetsPrivacyTemplateParametersInput$],
|
|
3622
3656
|
];
|
|
3623
3657
|
var PrivacyBudgetTemplateParametersOutput$ = [
|
|
3624
|
-
|
|
3658
|
+
4,
|
|
3625
3659
|
n0,
|
|
3626
3660
|
_PBTPO,
|
|
3627
3661
|
0,
|
|
@@ -3629,16 +3663,16 @@ var PrivacyBudgetTemplateParametersOutput$ = [
|
|
|
3629
3663
|
[() => DifferentialPrivacyTemplateParametersOutput$, () => AccessBudgetsPrivacyTemplateParametersOutput$],
|
|
3630
3664
|
];
|
|
3631
3665
|
var PrivacyBudgetTemplateUpdateParameters$ = [
|
|
3632
|
-
|
|
3666
|
+
4,
|
|
3633
3667
|
n0,
|
|
3634
3668
|
_PBTUP,
|
|
3635
3669
|
0,
|
|
3636
3670
|
[_dP, _aB],
|
|
3637
3671
|
[() => DifferentialPrivacyTemplateUpdateParameters$, () => AccessBudgetsPrivacyTemplateUpdateParameters$],
|
|
3638
3672
|
];
|
|
3639
|
-
var PrivacyImpact$ = [
|
|
3673
|
+
var PrivacyImpact$ = [4, n0, _PI, 0, [_dP], [() => DifferentialPrivacyPrivacyImpact$]];
|
|
3640
3674
|
var ProtectedJobComputeConfiguration$ = [
|
|
3641
|
-
|
|
3675
|
+
4,
|
|
3642
3676
|
n0,
|
|
3643
3677
|
_PJCC,
|
|
3644
3678
|
0,
|
|
@@ -3646,7 +3680,7 @@ var ProtectedJobComputeConfiguration$ = [
|
|
|
3646
3680
|
[() => ProtectedJobWorkerComputeConfiguration$],
|
|
3647
3681
|
];
|
|
3648
3682
|
var ProtectedJobConfigurationDetails$ = [
|
|
3649
|
-
|
|
3683
|
+
4,
|
|
3650
3684
|
n0,
|
|
3651
3685
|
_PJCD,
|
|
3652
3686
|
0,
|
|
@@ -3654,7 +3688,7 @@ var ProtectedJobConfigurationDetails$ = [
|
|
|
3654
3688
|
[() => ProtectedJobDirectAnalysisConfigurationDetails$],
|
|
3655
3689
|
];
|
|
3656
3690
|
var ProtectedJobOutput$ = [
|
|
3657
|
-
|
|
3691
|
+
4,
|
|
3658
3692
|
n0,
|
|
3659
3693
|
_PJO,
|
|
3660
3694
|
0,
|
|
@@ -3662,7 +3696,7 @@ var ProtectedJobOutput$ = [
|
|
|
3662
3696
|
[() => ProtectedJobS3Output$, () => ProtectedJobMemberOutputList],
|
|
3663
3697
|
];
|
|
3664
3698
|
var ProtectedJobOutputConfigurationInput$ = [
|
|
3665
|
-
|
|
3699
|
+
4,
|
|
3666
3700
|
n0,
|
|
3667
3701
|
_PJOCI,
|
|
3668
3702
|
0,
|
|
@@ -3670,7 +3704,7 @@ var ProtectedJobOutputConfigurationInput$ = [
|
|
|
3670
3704
|
[() => ProtectedJobMemberOutputConfigurationInput$],
|
|
3671
3705
|
];
|
|
3672
3706
|
var ProtectedJobOutputConfigurationOutput$ = [
|
|
3673
|
-
|
|
3707
|
+
4,
|
|
3674
3708
|
n0,
|
|
3675
3709
|
_PJOCO,
|
|
3676
3710
|
0,
|
|
@@ -3678,7 +3712,7 @@ var ProtectedJobOutputConfigurationOutput$ = [
|
|
|
3678
3712
|
[() => ProtectedJobS3OutputConfigurationOutput$, () => ProtectedJobMemberOutputConfigurationOutput$],
|
|
3679
3713
|
];
|
|
3680
3714
|
var ProtectedQueryDistributeOutputConfigurationLocation$ = [
|
|
3681
|
-
|
|
3715
|
+
4,
|
|
3682
3716
|
n0,
|
|
3683
3717
|
_PQDOCLr,
|
|
3684
3718
|
0,
|
|
@@ -3686,7 +3720,7 @@ var ProtectedQueryDistributeOutputConfigurationLocation$ = [
|
|
|
3686
3720
|
[() => ProtectedQueryS3OutputConfiguration$, () => ProtectedQueryMemberOutputConfiguration$],
|
|
3687
3721
|
];
|
|
3688
3722
|
var ProtectedQueryOutput$ = [
|
|
3689
|
-
|
|
3723
|
+
4,
|
|
3690
3724
|
n0,
|
|
3691
3725
|
_PQO,
|
|
3692
3726
|
0,
|
|
@@ -3694,7 +3728,7 @@ var ProtectedQueryOutput$ = [
|
|
|
3694
3728
|
[() => ProtectedQueryS3Output$, () => ProtectedQueryMemberOutputList, () => ProtectedQueryDistributeOutput$],
|
|
3695
3729
|
];
|
|
3696
3730
|
var ProtectedQueryOutputConfiguration$ = [
|
|
3697
|
-
|
|
3731
|
+
4,
|
|
3698
3732
|
n0,
|
|
3699
3733
|
_PQOC,
|
|
3700
3734
|
0,
|
|
@@ -3705,33 +3739,26 @@ var ProtectedQueryOutputConfiguration$ = [
|
|
|
3705
3739
|
() => ProtectedQueryDistributeOutputConfiguration$,
|
|
3706
3740
|
],
|
|
3707
3741
|
];
|
|
3708
|
-
var QueryConstraint$ = [
|
|
3742
|
+
var QueryConstraint$ = [4, n0, _QC, 0, [_rO], [() => QueryConstraintRequireOverlap$]];
|
|
3709
3743
|
var SchemaTypeProperties$ = [
|
|
3710
|
-
|
|
3744
|
+
4,
|
|
3711
3745
|
n0,
|
|
3712
3746
|
_STP,
|
|
3713
3747
|
0,
|
|
3714
3748
|
[_iMT],
|
|
3715
3749
|
[() => IdMappingTableSchemaTypeProperties$],
|
|
3716
3750
|
];
|
|
3717
|
-
var SnowflakeTableSchema$ = [
|
|
3718
|
-
var SyntheticDataParameters$ = [
|
|
3719
|
-
3,
|
|
3720
|
-
n0,
|
|
3721
|
-
_SDP,
|
|
3722
|
-
0,
|
|
3723
|
-
[_mSDP],
|
|
3724
|
-
[() => MLSyntheticDataParameters$],
|
|
3725
|
-
];
|
|
3751
|
+
var SnowflakeTableSchema$ = [4, n0, _STS, 0, [_v_], [() => SnowflakeTableSchemaList]];
|
|
3752
|
+
var SyntheticDataParameters$ = [4, n0, _SDP, 0, [_mSDP], [() => MLSyntheticDataParameters$]];
|
|
3726
3753
|
var TableReference$ = [
|
|
3727
|
-
|
|
3754
|
+
4,
|
|
3728
3755
|
n0,
|
|
3729
3756
|
_TR,
|
|
3730
3757
|
0,
|
|
3731
3758
|
[_g, _sn, _at],
|
|
3732
3759
|
[() => GlueTableReference$, () => SnowflakeTableReference$, () => AthenaTableReference$],
|
|
3733
3760
|
];
|
|
3734
|
-
var WorkerComputeConfigurationProperties$ = [
|
|
3761
|
+
var WorkerComputeConfigurationProperties$ = [4, n0, _WCCP, 0, [_spa], [128 | 0]];
|
|
3735
3762
|
var BatchGetCollaborationAnalysisTemplate$ = [
|
|
3736
3763
|
9,
|
|
3737
3764
|
n0,
|
|
@@ -4420,6 +4447,14 @@ var UpdateCollaboration$ = [
|
|
|
4420
4447
|
() => UpdateCollaborationInput$,
|
|
4421
4448
|
() => UpdateCollaborationOutput$,
|
|
4422
4449
|
];
|
|
4450
|
+
var UpdateCollaborationChangeRequest$ = [
|
|
4451
|
+
9,
|
|
4452
|
+
n0,
|
|
4453
|
+
_UCCR,
|
|
4454
|
+
{ [_h]: ["PATCH", "/collaborations/{collaborationIdentifier}/changeRequests/{changeRequestIdentifier}", 200] },
|
|
4455
|
+
() => UpdateCollaborationChangeRequestInput$,
|
|
4456
|
+
() => UpdateCollaborationChangeRequestOutput$,
|
|
4457
|
+
];
|
|
4423
4458
|
var UpdateConfiguredAudienceModelAssociation$ = [
|
|
4424
4459
|
9,
|
|
4425
4460
|
n0,
|
|
@@ -5439,6 +5474,18 @@ class UpdateAnalysisTemplateCommand extends smithyClient.Command
|
|
|
5439
5474
|
.build() {
|
|
5440
5475
|
}
|
|
5441
5476
|
|
|
5477
|
+
class UpdateCollaborationChangeRequestCommand extends smithyClient.Command
|
|
5478
|
+
.classBuilder()
|
|
5479
|
+
.ep(commonParams)
|
|
5480
|
+
.m(function (Command, cs, config, o) {
|
|
5481
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5482
|
+
})
|
|
5483
|
+
.s("AWSBastionControlPlaneServiceLambda", "UpdateCollaborationChangeRequest", {})
|
|
5484
|
+
.n("CleanRoomsClient", "UpdateCollaborationChangeRequestCommand")
|
|
5485
|
+
.sc(UpdateCollaborationChangeRequest$)
|
|
5486
|
+
.build() {
|
|
5487
|
+
}
|
|
5488
|
+
|
|
5442
5489
|
class UpdateCollaborationCommand extends smithyClient.Command
|
|
5443
5490
|
.classBuilder()
|
|
5444
5491
|
.ep(commonParams)
|
|
@@ -5660,6 +5707,7 @@ const commands = {
|
|
|
5660
5707
|
UntagResourceCommand,
|
|
5661
5708
|
UpdateAnalysisTemplateCommand,
|
|
5662
5709
|
UpdateCollaborationCommand,
|
|
5710
|
+
UpdateCollaborationChangeRequestCommand,
|
|
5663
5711
|
UpdateConfiguredAudienceModelAssociationCommand,
|
|
5664
5712
|
UpdateConfiguredTableCommand,
|
|
5665
5713
|
UpdateConfiguredTableAnalysisRuleCommand,
|
|
@@ -5897,6 +5945,11 @@ const AnalyticsEngine = {
|
|
|
5897
5945
|
CLEAN_ROOMS_SQL: "CLEAN_ROOMS_SQL",
|
|
5898
5946
|
SPARK: "SPARK",
|
|
5899
5947
|
};
|
|
5948
|
+
const ApprovalStatus = {
|
|
5949
|
+
APPROVED: "APPROVED",
|
|
5950
|
+
DENIED: "DENIED",
|
|
5951
|
+
PENDING: "PENDING",
|
|
5952
|
+
};
|
|
5900
5953
|
const CommercialRegion = {
|
|
5901
5954
|
AF_SOUTH_1: "af-south-1",
|
|
5902
5955
|
AP_EAST_1: "ap-east-1",
|
|
@@ -5934,6 +5987,8 @@ const CommercialRegion = {
|
|
|
5934
5987
|
};
|
|
5935
5988
|
const AutoApprovedChangeType = {
|
|
5936
5989
|
ADD_MEMBER: "ADD_MEMBER",
|
|
5990
|
+
GRANT_RECEIVE_RESULTS_ABILITY: "GRANT_RECEIVE_RESULTS_ABILITY",
|
|
5991
|
+
REVOKE_RECEIVE_RESULTS_ABILITY: "REVOKE_RECEIVE_RESULTS_ABILITY",
|
|
5937
5992
|
};
|
|
5938
5993
|
const SchemaConfiguration = {
|
|
5939
5994
|
DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY",
|
|
@@ -5991,10 +6046,14 @@ const MemberStatus = {
|
|
|
5991
6046
|
REMOVED: "REMOVED",
|
|
5992
6047
|
};
|
|
5993
6048
|
const ChangeSpecificationType = {
|
|
6049
|
+
COLLABORATION: "COLLABORATION",
|
|
5994
6050
|
MEMBER: "MEMBER",
|
|
5995
6051
|
};
|
|
5996
6052
|
const ChangeType = {
|
|
5997
6053
|
ADD_MEMBER: "ADD_MEMBER",
|
|
6054
|
+
EDIT_AUTO_APPROVED_CHANGE_TYPES: "EDIT_AUTO_APPROVED_CHANGE_TYPES",
|
|
6055
|
+
GRANT_RECEIVE_RESULTS_ABILITY: "GRANT_RECEIVE_RESULTS_ABILITY",
|
|
6056
|
+
REVOKE_RECEIVE_RESULTS_ABILITY: "REVOKE_RECEIVE_RESULTS_ABILITY",
|
|
5998
6057
|
};
|
|
5999
6058
|
const ChangeRequestStatus = {
|
|
6000
6059
|
APPROVED: "APPROVED",
|
|
@@ -6022,6 +6081,12 @@ const FilterableMemberStatus = {
|
|
|
6022
6081
|
ACTIVE: "ACTIVE",
|
|
6023
6082
|
INVITED: "INVITED",
|
|
6024
6083
|
};
|
|
6084
|
+
const ChangeRequestAction = {
|
|
6085
|
+
APPROVE: "APPROVE",
|
|
6086
|
+
CANCEL: "CANCEL",
|
|
6087
|
+
COMMIT: "COMMIT",
|
|
6088
|
+
DENY: "DENY",
|
|
6089
|
+
};
|
|
6025
6090
|
const ConfiguredTableAssociationAnalysisRuleType = {
|
|
6026
6091
|
AGGREGATION: "AGGREGATION",
|
|
6027
6092
|
CUSTOM: "CUSTOM",
|
|
@@ -6142,6 +6207,8 @@ exports.AnalysisTemplateValidationStatusReason$ = AnalysisTemplateValidationStat
|
|
|
6142
6207
|
exports.AnalysisTemplateValidationType = AnalysisTemplateValidationType;
|
|
6143
6208
|
exports.AnalysisType = AnalysisType;
|
|
6144
6209
|
exports.AnalyticsEngine = AnalyticsEngine;
|
|
6210
|
+
exports.ApprovalStatus = ApprovalStatus;
|
|
6211
|
+
exports.ApprovalStatusDetails$ = ApprovalStatusDetails$;
|
|
6145
6212
|
exports.AthenaTableReference$ = AthenaTableReference$;
|
|
6146
6213
|
exports.AutoApprovedChangeType = AutoApprovedChangeType;
|
|
6147
6214
|
exports.AutoRefreshMode = AutoRefreshMode;
|
|
@@ -6165,6 +6232,7 @@ exports.BilledResourceUtilization$ = BilledResourceUtilization$;
|
|
|
6165
6232
|
exports.BudgetParameter$ = BudgetParameter$;
|
|
6166
6233
|
exports.Change$ = Change$;
|
|
6167
6234
|
exports.ChangeInput$ = ChangeInput$;
|
|
6235
|
+
exports.ChangeRequestAction = ChangeRequestAction;
|
|
6168
6236
|
exports.ChangeRequestStatus = ChangeRequestStatus;
|
|
6169
6237
|
exports.ChangeSpecification$ = ChangeSpecification$;
|
|
6170
6238
|
exports.ChangeSpecificationType = ChangeSpecificationType;
|
|
@@ -6178,6 +6246,7 @@ exports.CollaborationAnalysisTemplate$ = CollaborationAnalysisTemplate$;
|
|
|
6178
6246
|
exports.CollaborationAnalysisTemplateSummary$ = CollaborationAnalysisTemplateSummary$;
|
|
6179
6247
|
exports.CollaborationChangeRequest$ = CollaborationChangeRequest$;
|
|
6180
6248
|
exports.CollaborationChangeRequestSummary$ = CollaborationChangeRequestSummary$;
|
|
6249
|
+
exports.CollaborationChangeSpecification$ = CollaborationChangeSpecification$;
|
|
6181
6250
|
exports.CollaborationConfiguredAudienceModelAssociation$ = CollaborationConfiguredAudienceModelAssociation$;
|
|
6182
6251
|
exports.CollaborationConfiguredAudienceModelAssociationSummary$ = CollaborationConfiguredAudienceModelAssociationSummary$;
|
|
6183
6252
|
exports.CollaborationIdNamespaceAssociation$ = CollaborationIdNamespaceAssociation$;
|
|
@@ -6666,6 +6735,10 @@ exports.UpdateAnalysisTemplateCommand = UpdateAnalysisTemplateCommand;
|
|
|
6666
6735
|
exports.UpdateAnalysisTemplateInput$ = UpdateAnalysisTemplateInput$;
|
|
6667
6736
|
exports.UpdateAnalysisTemplateOutput$ = UpdateAnalysisTemplateOutput$;
|
|
6668
6737
|
exports.UpdateCollaboration$ = UpdateCollaboration$;
|
|
6738
|
+
exports.UpdateCollaborationChangeRequest$ = UpdateCollaborationChangeRequest$;
|
|
6739
|
+
exports.UpdateCollaborationChangeRequestCommand = UpdateCollaborationChangeRequestCommand;
|
|
6740
|
+
exports.UpdateCollaborationChangeRequestInput$ = UpdateCollaborationChangeRequestInput$;
|
|
6741
|
+
exports.UpdateCollaborationChangeRequestOutput$ = UpdateCollaborationChangeRequestOutput$;
|
|
6669
6742
|
exports.UpdateCollaborationCommand = UpdateCollaborationCommand;
|
|
6670
6743
|
exports.UpdateCollaborationInput$ = UpdateCollaborationInput$;
|
|
6671
6744
|
exports.UpdateCollaborationOutput$ = UpdateCollaborationOutput$;
|
package/dist-es/CleanRooms.js
CHANGED
|
@@ -75,6 +75,7 @@ import { StartProtectedQueryCommand, } from "./commands/StartProtectedQueryComma
|
|
|
75
75
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
76
76
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
77
77
|
import { UpdateAnalysisTemplateCommand, } from "./commands/UpdateAnalysisTemplateCommand";
|
|
78
|
+
import { UpdateCollaborationChangeRequestCommand, } from "./commands/UpdateCollaborationChangeRequestCommand";
|
|
78
79
|
import { UpdateCollaborationCommand, } from "./commands/UpdateCollaborationCommand";
|
|
79
80
|
import { UpdateConfiguredAudienceModelAssociationCommand, } from "./commands/UpdateConfiguredAudienceModelAssociationCommand";
|
|
80
81
|
import { UpdateConfiguredTableAnalysisRuleCommand, } from "./commands/UpdateConfiguredTableAnalysisRuleCommand";
|
|
@@ -164,6 +165,7 @@ const commands = {
|
|
|
164
165
|
UntagResourceCommand,
|
|
165
166
|
UpdateAnalysisTemplateCommand,
|
|
166
167
|
UpdateCollaborationCommand,
|
|
168
|
+
UpdateCollaborationChangeRequestCommand,
|
|
167
169
|
UpdateConfiguredAudienceModelAssociationCommand,
|
|
168
170
|
UpdateConfiguredTableCommand,
|
|
169
171
|
UpdateConfiguredTableAnalysisRuleCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateCollaborationChangeRequest$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateCollaborationChangeRequestCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AWSBastionControlPlaneServiceLambda", "UpdateCollaborationChangeRequest", {})
|
|
13
|
+
.n("CleanRoomsClient", "UpdateCollaborationChangeRequestCommand")
|
|
14
|
+
.sc(UpdateCollaborationChangeRequest$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -73,6 +73,7 @@ export * from "./StartProtectedQueryCommand";
|
|
|
73
73
|
export * from "./TagResourceCommand";
|
|
74
74
|
export * from "./UntagResourceCommand";
|
|
75
75
|
export * from "./UpdateAnalysisTemplateCommand";
|
|
76
|
+
export * from "./UpdateCollaborationChangeRequestCommand";
|
|
76
77
|
export * from "./UpdateCollaborationCommand";
|
|
77
78
|
export * from "./UpdateConfiguredAudienceModelAssociationCommand";
|
|
78
79
|
export * from "./UpdateConfiguredTableAnalysisRuleCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -5,4 +5,6 @@ export * from "./schemas/schemas_0";
|
|
|
5
5
|
export * from "./pagination";
|
|
6
6
|
export * from "./models/enums";
|
|
7
7
|
export * from "./models/errors";
|
|
8
|
+
export * from "./models/models_0";
|
|
9
|
+
export * from "./models/models_1";
|
|
8
10
|
export { CleanRoomsServiceException } from "./models/CleanRoomsServiceException";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -179,6 +179,11 @@ export const AnalyticsEngine = {
|
|
|
179
179
|
CLEAN_ROOMS_SQL: "CLEAN_ROOMS_SQL",
|
|
180
180
|
SPARK: "SPARK",
|
|
181
181
|
};
|
|
182
|
+
export const ApprovalStatus = {
|
|
183
|
+
APPROVED: "APPROVED",
|
|
184
|
+
DENIED: "DENIED",
|
|
185
|
+
PENDING: "PENDING",
|
|
186
|
+
};
|
|
182
187
|
export const CommercialRegion = {
|
|
183
188
|
AF_SOUTH_1: "af-south-1",
|
|
184
189
|
AP_EAST_1: "ap-east-1",
|
|
@@ -216,6 +221,8 @@ export const CommercialRegion = {
|
|
|
216
221
|
};
|
|
217
222
|
export const AutoApprovedChangeType = {
|
|
218
223
|
ADD_MEMBER: "ADD_MEMBER",
|
|
224
|
+
GRANT_RECEIVE_RESULTS_ABILITY: "GRANT_RECEIVE_RESULTS_ABILITY",
|
|
225
|
+
REVOKE_RECEIVE_RESULTS_ABILITY: "REVOKE_RECEIVE_RESULTS_ABILITY",
|
|
219
226
|
};
|
|
220
227
|
export const SchemaConfiguration = {
|
|
221
228
|
DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY",
|
|
@@ -273,10 +280,14 @@ export const MemberStatus = {
|
|
|
273
280
|
REMOVED: "REMOVED",
|
|
274
281
|
};
|
|
275
282
|
export const ChangeSpecificationType = {
|
|
283
|
+
COLLABORATION: "COLLABORATION",
|
|
276
284
|
MEMBER: "MEMBER",
|
|
277
285
|
};
|
|
278
286
|
export const ChangeType = {
|
|
279
287
|
ADD_MEMBER: "ADD_MEMBER",
|
|
288
|
+
EDIT_AUTO_APPROVED_CHANGE_TYPES: "EDIT_AUTO_APPROVED_CHANGE_TYPES",
|
|
289
|
+
GRANT_RECEIVE_RESULTS_ABILITY: "GRANT_RECEIVE_RESULTS_ABILITY",
|
|
290
|
+
REVOKE_RECEIVE_RESULTS_ABILITY: "REVOKE_RECEIVE_RESULTS_ABILITY",
|
|
280
291
|
};
|
|
281
292
|
export const ChangeRequestStatus = {
|
|
282
293
|
APPROVED: "APPROVED",
|
|
@@ -304,6 +315,12 @@ export const FilterableMemberStatus = {
|
|
|
304
315
|
ACTIVE: "ACTIVE",
|
|
305
316
|
INVITED: "INVITED",
|
|
306
317
|
};
|
|
318
|
+
export const ChangeRequestAction = {
|
|
319
|
+
APPROVE: "APPROVE",
|
|
320
|
+
CANCEL: "CANCEL",
|
|
321
|
+
COMMIT: "COMMIT",
|
|
322
|
+
DENY: "DENY",
|
|
323
|
+
};
|
|
307
324
|
export const ConfiguredTableAssociationAnalysisRuleType = {
|
|
308
325
|
AGGREGATION: "AGGREGATION",
|
|
309
326
|
CUSTOM: "CUSTOM",
|