@aws-sdk/client-cleanrooms 3.953.0 → 3.955.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 +85 -5
- 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 +47 -5
- 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 +5 -0
- 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 +5 -0
- package/package.json +10 -10
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,6 +3521,7 @@ 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$];
|
|
3524
|
+
var ApprovalStatuses = [2, n0, _ASp, 0, 0, () => ApprovalStatusDetails$];
|
|
3498
3525
|
var AnalysisRulePolicy$ = [3, n0, _ARP, 0, [_v_], [() => AnalysisRulePolicyV1$]];
|
|
3499
3526
|
var AnalysisRulePolicyV1$ = [
|
|
3500
3527
|
3,
|
|
@@ -3525,7 +3552,14 @@ var AnalysisSourceMetadata$ = [
|
|
|
3525
3552
|
[_ar],
|
|
3526
3553
|
[() => AnalysisTemplateArtifactMetadata$],
|
|
3527
3554
|
];
|
|
3528
|
-
var ChangeSpecification$ = [
|
|
3555
|
+
var ChangeSpecification$ = [
|
|
3556
|
+
3,
|
|
3557
|
+
n0,
|
|
3558
|
+
_CSh,
|
|
3559
|
+
0,
|
|
3560
|
+
[_memb, _col],
|
|
3561
|
+
[() => MemberChangeSpecification$, () => CollaborationChangeSpecification$],
|
|
3562
|
+
];
|
|
3529
3563
|
var ComputeConfiguration$ = [3, n0, _CC, 0, [_w], [() => WorkerComputeConfiguration$]];
|
|
3530
3564
|
var ConfigurationDetails$ = [
|
|
3531
3565
|
3,
|
|
@@ -4420,6 +4454,14 @@ var UpdateCollaboration$ = [
|
|
|
4420
4454
|
() => UpdateCollaborationInput$,
|
|
4421
4455
|
() => UpdateCollaborationOutput$,
|
|
4422
4456
|
];
|
|
4457
|
+
var UpdateCollaborationChangeRequest$ = [
|
|
4458
|
+
9,
|
|
4459
|
+
n0,
|
|
4460
|
+
_UCCR,
|
|
4461
|
+
{ [_h]: ["PATCH", "/collaborations/{collaborationIdentifier}/changeRequests/{changeRequestIdentifier}", 200] },
|
|
4462
|
+
() => UpdateCollaborationChangeRequestInput$,
|
|
4463
|
+
() => UpdateCollaborationChangeRequestOutput$,
|
|
4464
|
+
];
|
|
4423
4465
|
var UpdateConfiguredAudienceModelAssociation$ = [
|
|
4424
4466
|
9,
|
|
4425
4467
|
n0,
|
|
@@ -5439,6 +5481,18 @@ class UpdateAnalysisTemplateCommand extends smithyClient.Command
|
|
|
5439
5481
|
.build() {
|
|
5440
5482
|
}
|
|
5441
5483
|
|
|
5484
|
+
class UpdateCollaborationChangeRequestCommand extends smithyClient.Command
|
|
5485
|
+
.classBuilder()
|
|
5486
|
+
.ep(commonParams)
|
|
5487
|
+
.m(function (Command, cs, config, o) {
|
|
5488
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5489
|
+
})
|
|
5490
|
+
.s("AWSBastionControlPlaneServiceLambda", "UpdateCollaborationChangeRequest", {})
|
|
5491
|
+
.n("CleanRoomsClient", "UpdateCollaborationChangeRequestCommand")
|
|
5492
|
+
.sc(UpdateCollaborationChangeRequest$)
|
|
5493
|
+
.build() {
|
|
5494
|
+
}
|
|
5495
|
+
|
|
5442
5496
|
class UpdateCollaborationCommand extends smithyClient.Command
|
|
5443
5497
|
.classBuilder()
|
|
5444
5498
|
.ep(commonParams)
|
|
@@ -5660,6 +5714,7 @@ const commands = {
|
|
|
5660
5714
|
UntagResourceCommand,
|
|
5661
5715
|
UpdateAnalysisTemplateCommand,
|
|
5662
5716
|
UpdateCollaborationCommand,
|
|
5717
|
+
UpdateCollaborationChangeRequestCommand,
|
|
5663
5718
|
UpdateConfiguredAudienceModelAssociationCommand,
|
|
5664
5719
|
UpdateConfiguredTableCommand,
|
|
5665
5720
|
UpdateConfiguredTableAnalysisRuleCommand,
|
|
@@ -5897,6 +5952,11 @@ const AnalyticsEngine = {
|
|
|
5897
5952
|
CLEAN_ROOMS_SQL: "CLEAN_ROOMS_SQL",
|
|
5898
5953
|
SPARK: "SPARK",
|
|
5899
5954
|
};
|
|
5955
|
+
const ApprovalStatus = {
|
|
5956
|
+
APPROVED: "APPROVED",
|
|
5957
|
+
DENIED: "DENIED",
|
|
5958
|
+
PENDING: "PENDING",
|
|
5959
|
+
};
|
|
5900
5960
|
const CommercialRegion = {
|
|
5901
5961
|
AF_SOUTH_1: "af-south-1",
|
|
5902
5962
|
AP_EAST_1: "ap-east-1",
|
|
@@ -5934,6 +5994,8 @@ const CommercialRegion = {
|
|
|
5934
5994
|
};
|
|
5935
5995
|
const AutoApprovedChangeType = {
|
|
5936
5996
|
ADD_MEMBER: "ADD_MEMBER",
|
|
5997
|
+
GRANT_RECEIVE_RESULTS_ABILITY: "GRANT_RECEIVE_RESULTS_ABILITY",
|
|
5998
|
+
REVOKE_RECEIVE_RESULTS_ABILITY: "REVOKE_RECEIVE_RESULTS_ABILITY",
|
|
5937
5999
|
};
|
|
5938
6000
|
const SchemaConfiguration = {
|
|
5939
6001
|
DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY",
|
|
@@ -5991,10 +6053,14 @@ const MemberStatus = {
|
|
|
5991
6053
|
REMOVED: "REMOVED",
|
|
5992
6054
|
};
|
|
5993
6055
|
const ChangeSpecificationType = {
|
|
6056
|
+
COLLABORATION: "COLLABORATION",
|
|
5994
6057
|
MEMBER: "MEMBER",
|
|
5995
6058
|
};
|
|
5996
6059
|
const ChangeType = {
|
|
5997
6060
|
ADD_MEMBER: "ADD_MEMBER",
|
|
6061
|
+
EDIT_AUTO_APPROVED_CHANGE_TYPES: "EDIT_AUTO_APPROVED_CHANGE_TYPES",
|
|
6062
|
+
GRANT_RECEIVE_RESULTS_ABILITY: "GRANT_RECEIVE_RESULTS_ABILITY",
|
|
6063
|
+
REVOKE_RECEIVE_RESULTS_ABILITY: "REVOKE_RECEIVE_RESULTS_ABILITY",
|
|
5998
6064
|
};
|
|
5999
6065
|
const ChangeRequestStatus = {
|
|
6000
6066
|
APPROVED: "APPROVED",
|
|
@@ -6022,6 +6088,12 @@ const FilterableMemberStatus = {
|
|
|
6022
6088
|
ACTIVE: "ACTIVE",
|
|
6023
6089
|
INVITED: "INVITED",
|
|
6024
6090
|
};
|
|
6091
|
+
const ChangeRequestAction = {
|
|
6092
|
+
APPROVE: "APPROVE",
|
|
6093
|
+
CANCEL: "CANCEL",
|
|
6094
|
+
COMMIT: "COMMIT",
|
|
6095
|
+
DENY: "DENY",
|
|
6096
|
+
};
|
|
6025
6097
|
const ConfiguredTableAssociationAnalysisRuleType = {
|
|
6026
6098
|
AGGREGATION: "AGGREGATION",
|
|
6027
6099
|
CUSTOM: "CUSTOM",
|
|
@@ -6142,6 +6214,8 @@ exports.AnalysisTemplateValidationStatusReason$ = AnalysisTemplateValidationStat
|
|
|
6142
6214
|
exports.AnalysisTemplateValidationType = AnalysisTemplateValidationType;
|
|
6143
6215
|
exports.AnalysisType = AnalysisType;
|
|
6144
6216
|
exports.AnalyticsEngine = AnalyticsEngine;
|
|
6217
|
+
exports.ApprovalStatus = ApprovalStatus;
|
|
6218
|
+
exports.ApprovalStatusDetails$ = ApprovalStatusDetails$;
|
|
6145
6219
|
exports.AthenaTableReference$ = AthenaTableReference$;
|
|
6146
6220
|
exports.AutoApprovedChangeType = AutoApprovedChangeType;
|
|
6147
6221
|
exports.AutoRefreshMode = AutoRefreshMode;
|
|
@@ -6165,6 +6239,7 @@ exports.BilledResourceUtilization$ = BilledResourceUtilization$;
|
|
|
6165
6239
|
exports.BudgetParameter$ = BudgetParameter$;
|
|
6166
6240
|
exports.Change$ = Change$;
|
|
6167
6241
|
exports.ChangeInput$ = ChangeInput$;
|
|
6242
|
+
exports.ChangeRequestAction = ChangeRequestAction;
|
|
6168
6243
|
exports.ChangeRequestStatus = ChangeRequestStatus;
|
|
6169
6244
|
exports.ChangeSpecification$ = ChangeSpecification$;
|
|
6170
6245
|
exports.ChangeSpecificationType = ChangeSpecificationType;
|
|
@@ -6178,6 +6253,7 @@ exports.CollaborationAnalysisTemplate$ = CollaborationAnalysisTemplate$;
|
|
|
6178
6253
|
exports.CollaborationAnalysisTemplateSummary$ = CollaborationAnalysisTemplateSummary$;
|
|
6179
6254
|
exports.CollaborationChangeRequest$ = CollaborationChangeRequest$;
|
|
6180
6255
|
exports.CollaborationChangeRequestSummary$ = CollaborationChangeRequestSummary$;
|
|
6256
|
+
exports.CollaborationChangeSpecification$ = CollaborationChangeSpecification$;
|
|
6181
6257
|
exports.CollaborationConfiguredAudienceModelAssociation$ = CollaborationConfiguredAudienceModelAssociation$;
|
|
6182
6258
|
exports.CollaborationConfiguredAudienceModelAssociationSummary$ = CollaborationConfiguredAudienceModelAssociationSummary$;
|
|
6183
6259
|
exports.CollaborationIdNamespaceAssociation$ = CollaborationIdNamespaceAssociation$;
|
|
@@ -6666,6 +6742,10 @@ exports.UpdateAnalysisTemplateCommand = UpdateAnalysisTemplateCommand;
|
|
|
6666
6742
|
exports.UpdateAnalysisTemplateInput$ = UpdateAnalysisTemplateInput$;
|
|
6667
6743
|
exports.UpdateAnalysisTemplateOutput$ = UpdateAnalysisTemplateOutput$;
|
|
6668
6744
|
exports.UpdateCollaboration$ = UpdateCollaboration$;
|
|
6745
|
+
exports.UpdateCollaborationChangeRequest$ = UpdateCollaborationChangeRequest$;
|
|
6746
|
+
exports.UpdateCollaborationChangeRequestCommand = UpdateCollaborationChangeRequestCommand;
|
|
6747
|
+
exports.UpdateCollaborationChangeRequestInput$ = UpdateCollaborationChangeRequestInput$;
|
|
6748
|
+
exports.UpdateCollaborationChangeRequestOutput$ = UpdateCollaborationChangeRequestOutput$;
|
|
6669
6749
|
exports.UpdateCollaborationCommand = UpdateCollaborationCommand;
|
|
6670
6750
|
exports.UpdateCollaborationInput$ = UpdateCollaborationInput$;
|
|
6671
6751
|
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",
|
|
@@ -19,8 +19,10 @@ const _ARL = "AnalysisRuleList";
|
|
|
19
19
|
const _ARP = "AnalysisRulePolicy";
|
|
20
20
|
const _ARPV = "AnalysisRulePolicyV1";
|
|
21
21
|
const _AS = "AnalysisSchema";
|
|
22
|
+
const _ASD = "ApprovalStatusDetails";
|
|
22
23
|
const _ASM = "AnalysisSourceMetadata";
|
|
23
24
|
const _ASn = "AnalysisSource";
|
|
25
|
+
const _ASp = "ApprovalStatuses";
|
|
24
26
|
const _AT = "AnalysisTemplate";
|
|
25
27
|
const _ATA = "AnalysisTemplateArtifact";
|
|
26
28
|
const _ATAL = "AnalysisTemplateArtifactList";
|
|
@@ -80,6 +82,7 @@ const _CCO = "CreateCollaborationOutput";
|
|
|
80
82
|
const _CCR = "CollaborationChangeRequest";
|
|
81
83
|
const _CCRS = "CollaborationChangeRequestSummary";
|
|
82
84
|
const _CCRSL = "CollaborationChangeRequestSummaryList";
|
|
85
|
+
const _CCS = "CollaborationChangeSpecification";
|
|
83
86
|
const _CCT = "CreateConfiguredTable";
|
|
84
87
|
const _CCTA = "CreateConfiguredTableAssociation";
|
|
85
88
|
const _CCTAAR = "CreateConfiguredTableAssociationAnalysisRule";
|
|
@@ -475,6 +478,9 @@ const _UC = "UpdateCollaboration";
|
|
|
475
478
|
const _UCAMA = "UpdateConfiguredAudienceModelAssociation";
|
|
476
479
|
const _UCAMAI = "UpdateConfiguredAudienceModelAssociationInput";
|
|
477
480
|
const _UCAMAO = "UpdateConfiguredAudienceModelAssociationOutput";
|
|
481
|
+
const _UCCR = "UpdateCollaborationChangeRequest";
|
|
482
|
+
const _UCCRI = "UpdateCollaborationChangeRequestInput";
|
|
483
|
+
const _UCCRO = "UpdateCollaborationChangeRequestOutput";
|
|
478
484
|
const _UCI = "UpdateCollaborationInput";
|
|
479
485
|
const _UCO = "UpdateCollaborationOutput";
|
|
480
486
|
const _UCT = "UpdateConfiguredTable";
|
|
@@ -556,8 +562,10 @@ const _aTg = "aggregationType";
|
|
|
556
562
|
const _aTn = "analysisType";
|
|
557
563
|
const _aUADC = "allowUseAsDimensionColumn";
|
|
558
564
|
const _ab = "abilities";
|
|
565
|
+
const _ac = "action";
|
|
559
566
|
const _ag = "aggregations";
|
|
560
567
|
const _agg = "aggregation";
|
|
568
|
+
const _ap = "approvals";
|
|
561
569
|
const _ar = "artifacts";
|
|
562
570
|
const _at = "athena";
|
|
563
571
|
const _b = "budget";
|
|
@@ -966,6 +974,7 @@ export var AnalysisTemplateValidationStatusDetail$ = [
|
|
|
966
974
|
[0, 0, () => AnalysisTemplateValidationStatusReasonList],
|
|
967
975
|
];
|
|
968
976
|
export var AnalysisTemplateValidationStatusReason$ = [3, n0, _ATVSR, 0, [_m], [0]];
|
|
977
|
+
export var ApprovalStatusDetails$ = [3, n0, _ASD, 0, [_st], [0]];
|
|
969
978
|
export var AthenaTableReference$ = [3, n0, _ATR, 0, [_reg, _wG, _oL, _dN, _tN], [0, 0, 0, 0, 0]];
|
|
970
979
|
export var BatchGetCollaborationAnalysisTemplateError$ = [
|
|
971
980
|
3,
|
|
@@ -1077,17 +1086,18 @@ export var CollaborationChangeRequest$ = [
|
|
|
1077
1086
|
n0,
|
|
1078
1087
|
_CCR,
|
|
1079
1088
|
0,
|
|
1080
|
-
[_i, _cI, _cT, _uT, _st, _iAA, _ch],
|
|
1081
|
-
[0, 0, 4, 4, 0, 2, () => ChangeList],
|
|
1089
|
+
[_i, _cI, _cT, _uT, _st, _iAA, _ch, _ap],
|
|
1090
|
+
[0, 0, 4, 4, 0, 2, () => ChangeList, () => ApprovalStatuses],
|
|
1082
1091
|
];
|
|
1083
1092
|
export var CollaborationChangeRequestSummary$ = [
|
|
1084
1093
|
3,
|
|
1085
1094
|
n0,
|
|
1086
1095
|
_CCRS,
|
|
1087
1096
|
0,
|
|
1088
|
-
[_i, _cI, _cT, _uT, _st, _iAA, _ch],
|
|
1089
|
-
[0, 0, 4, 4, 0, 2, () => ChangeList],
|
|
1097
|
+
[_i, _cI, _cT, _uT, _st, _iAA, _ch, _ap],
|
|
1098
|
+
[0, 0, 4, 4, 0, 2, () => ChangeList, () => ApprovalStatuses],
|
|
1090
1099
|
];
|
|
1100
|
+
export var CollaborationChangeSpecification$ = [3, n0, _CCS, 0, [_aACT], [64 | 0]];
|
|
1091
1101
|
export var CollaborationConfiguredAudienceModelAssociation$ = [
|
|
1092
1102
|
3,
|
|
1093
1103
|
n0,
|
|
@@ -2966,6 +2976,22 @@ export var UpdateAnalysisTemplateOutput$ = [
|
|
|
2966
2976
|
[_aT],
|
|
2967
2977
|
[[() => AnalysisTemplate$, 0]],
|
|
2968
2978
|
];
|
|
2979
|
+
export var UpdateCollaborationChangeRequestInput$ = [
|
|
2980
|
+
3,
|
|
2981
|
+
n0,
|
|
2982
|
+
_UCCRI,
|
|
2983
|
+
0,
|
|
2984
|
+
[_cIo, _cRI, _ac],
|
|
2985
|
+
[[0, 1], [0, 1], 0],
|
|
2986
|
+
];
|
|
2987
|
+
export var UpdateCollaborationChangeRequestOutput$ = [
|
|
2988
|
+
3,
|
|
2989
|
+
n0,
|
|
2990
|
+
_UCCRO,
|
|
2991
|
+
0,
|
|
2992
|
+
[_cCR],
|
|
2993
|
+
[() => CollaborationChangeRequest$],
|
|
2994
|
+
];
|
|
2969
2995
|
export var UpdateCollaborationInput$ = [3, n0, _UCI, 0, [_cIo, _n, _de, _aE], [[0, 1], 0, 0, 0]];
|
|
2970
2996
|
export var UpdateCollaborationOutput$ = [3, n0, _UCO, 0, [_col], [() => Collaboration$]];
|
|
2971
2997
|
export var UpdateConfiguredAudienceModelAssociationInput$ = [
|
|
@@ -3300,6 +3326,7 @@ var SnowflakeTableSchemaList = [1, n0, _STSL, 0, () => SnowflakeTableSchemaV1$];
|
|
|
3300
3326
|
var TableAliasList = 64 | 0;
|
|
3301
3327
|
var TagKeys = 64 | 0;
|
|
3302
3328
|
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
3329
|
+
var ApprovalStatuses = [2, n0, _ASp, 0, 0, () => ApprovalStatusDetails$];
|
|
3303
3330
|
var ParameterMap = 128 | 0;
|
|
3304
3331
|
var SparkProperties = 128 | 0;
|
|
3305
3332
|
var TagMap = 128 | 0;
|
|
@@ -3333,7 +3360,14 @@ export var AnalysisSourceMetadata$ = [
|
|
|
3333
3360
|
[_ar],
|
|
3334
3361
|
[() => AnalysisTemplateArtifactMetadata$],
|
|
3335
3362
|
];
|
|
3336
|
-
export var ChangeSpecification$ = [
|
|
3363
|
+
export var ChangeSpecification$ = [
|
|
3364
|
+
3,
|
|
3365
|
+
n0,
|
|
3366
|
+
_CSh,
|
|
3367
|
+
0,
|
|
3368
|
+
[_memb, _col],
|
|
3369
|
+
[() => MemberChangeSpecification$, () => CollaborationChangeSpecification$],
|
|
3370
|
+
];
|
|
3337
3371
|
export var ComputeConfiguration$ = [3, n0, _CC, 0, [_w], [() => WorkerComputeConfiguration$]];
|
|
3338
3372
|
export var ConfigurationDetails$ = [
|
|
3339
3373
|
3,
|
|
@@ -4228,6 +4262,14 @@ export var UpdateCollaboration$ = [
|
|
|
4228
4262
|
() => UpdateCollaborationInput$,
|
|
4229
4263
|
() => UpdateCollaborationOutput$,
|
|
4230
4264
|
];
|
|
4265
|
+
export var UpdateCollaborationChangeRequest$ = [
|
|
4266
|
+
9,
|
|
4267
|
+
n0,
|
|
4268
|
+
_UCCR,
|
|
4269
|
+
{ [_h]: ["PATCH", "/collaborations/{collaborationIdentifier}/changeRequests/{changeRequestIdentifier}", 200] },
|
|
4270
|
+
() => UpdateCollaborationChangeRequestInput$,
|
|
4271
|
+
() => UpdateCollaborationChangeRequestOutput$,
|
|
4272
|
+
];
|
|
4231
4273
|
export var UpdateConfiguredAudienceModelAssociation$ = [
|
|
4232
4274
|
9,
|
|
4233
4275
|
n0,
|
|
@@ -75,6 +75,7 @@ import { StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput } fro
|
|
|
75
75
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
76
76
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
77
77
|
import { UpdateAnalysisTemplateCommandInput, UpdateAnalysisTemplateCommandOutput } from "./commands/UpdateAnalysisTemplateCommand";
|
|
78
|
+
import { UpdateCollaborationChangeRequestCommandInput, UpdateCollaborationChangeRequestCommandOutput } from "./commands/UpdateCollaborationChangeRequestCommand";
|
|
78
79
|
import { UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput } from "./commands/UpdateCollaborationCommand";
|
|
79
80
|
import { UpdateConfiguredAudienceModelAssociationCommandInput, UpdateConfiguredAudienceModelAssociationCommandOutput } from "./commands/UpdateConfiguredAudienceModelAssociationCommand";
|
|
80
81
|
import { UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAnalysisRuleCommand";
|
|
@@ -547,6 +548,12 @@ export interface CleanRooms {
|
|
|
547
548
|
updateCollaboration(args: UpdateCollaborationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCollaborationCommandOutput>;
|
|
548
549
|
updateCollaboration(args: UpdateCollaborationCommandInput, cb: (err: any, data?: UpdateCollaborationCommandOutput) => void): void;
|
|
549
550
|
updateCollaboration(args: UpdateCollaborationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCollaborationCommandOutput) => void): void;
|
|
551
|
+
/**
|
|
552
|
+
* @see {@link UpdateCollaborationChangeRequestCommand}
|
|
553
|
+
*/
|
|
554
|
+
updateCollaborationChangeRequest(args: UpdateCollaborationChangeRequestCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCollaborationChangeRequestCommandOutput>;
|
|
555
|
+
updateCollaborationChangeRequest(args: UpdateCollaborationChangeRequestCommandInput, cb: (err: any, data?: UpdateCollaborationChangeRequestCommandOutput) => void): void;
|
|
556
|
+
updateCollaborationChangeRequest(args: UpdateCollaborationChangeRequestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCollaborationChangeRequestCommandOutput) => void): void;
|
|
550
557
|
/**
|
|
551
558
|
* @see {@link UpdateConfiguredAudienceModelAssociationCommand}
|
|
552
559
|
*/
|
|
@@ -82,6 +82,7 @@ import { StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput } fro
|
|
|
82
82
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
83
83
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
84
84
|
import { UpdateAnalysisTemplateCommandInput, UpdateAnalysisTemplateCommandOutput } from "./commands/UpdateAnalysisTemplateCommand";
|
|
85
|
+
import { UpdateCollaborationChangeRequestCommandInput, UpdateCollaborationChangeRequestCommandOutput } from "./commands/UpdateCollaborationChangeRequestCommand";
|
|
85
86
|
import { UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput } from "./commands/UpdateCollaborationCommand";
|
|
86
87
|
import { UpdateConfiguredAudienceModelAssociationCommandInput, UpdateConfiguredAudienceModelAssociationCommandOutput } from "./commands/UpdateConfiguredAudienceModelAssociationCommand";
|
|
87
88
|
import { UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAnalysisRuleCommand";
|
|
@@ -100,11 +101,11 @@ export { __Client };
|
|
|
100
101
|
/**
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
|
-
export type ServiceInputTypes = BatchGetCollaborationAnalysisTemplateCommandInput | BatchGetSchemaAnalysisRuleCommandInput | BatchGetSchemaCommandInput | CreateAnalysisTemplateCommandInput | CreateCollaborationChangeRequestCommandInput | CreateCollaborationCommandInput | CreateConfiguredAudienceModelAssociationCommandInput | CreateConfiguredTableAnalysisRuleCommandInput | CreateConfiguredTableAssociationAnalysisRuleCommandInput | CreateConfiguredTableAssociationCommandInput | CreateConfiguredTableCommandInput | CreateIdMappingTableCommandInput | CreateIdNamespaceAssociationCommandInput | CreateMembershipCommandInput | CreatePrivacyBudgetTemplateCommandInput | DeleteAnalysisTemplateCommandInput | DeleteCollaborationCommandInput | DeleteConfiguredAudienceModelAssociationCommandInput | DeleteConfiguredTableAnalysisRuleCommandInput | DeleteConfiguredTableAssociationAnalysisRuleCommandInput | DeleteConfiguredTableAssociationCommandInput | DeleteConfiguredTableCommandInput | DeleteIdMappingTableCommandInput | DeleteIdNamespaceAssociationCommandInput | DeleteMemberCommandInput | DeleteMembershipCommandInput | DeletePrivacyBudgetTemplateCommandInput | GetAnalysisTemplateCommandInput | GetCollaborationAnalysisTemplateCommandInput | GetCollaborationChangeRequestCommandInput | GetCollaborationCommandInput | GetCollaborationConfiguredAudienceModelAssociationCommandInput | GetCollaborationIdNamespaceAssociationCommandInput | GetCollaborationPrivacyBudgetTemplateCommandInput | GetConfiguredAudienceModelAssociationCommandInput | GetConfiguredTableAnalysisRuleCommandInput | GetConfiguredTableAssociationAnalysisRuleCommandInput | GetConfiguredTableAssociationCommandInput | GetConfiguredTableCommandInput | GetIdMappingTableCommandInput | GetIdNamespaceAssociationCommandInput | GetMembershipCommandInput | GetPrivacyBudgetTemplateCommandInput | GetProtectedJobCommandInput | GetProtectedQueryCommandInput | GetSchemaAnalysisRuleCommandInput | GetSchemaCommandInput | ListAnalysisTemplatesCommandInput | ListCollaborationAnalysisTemplatesCommandInput | ListCollaborationChangeRequestsCommandInput | ListCollaborationConfiguredAudienceModelAssociationsCommandInput | ListCollaborationIdNamespaceAssociationsCommandInput | ListCollaborationPrivacyBudgetTemplatesCommandInput | ListCollaborationPrivacyBudgetsCommandInput | ListCollaborationsCommandInput | ListConfiguredAudienceModelAssociationsCommandInput | ListConfiguredTableAssociationsCommandInput | ListConfiguredTablesCommandInput | ListIdMappingTablesCommandInput | ListIdNamespaceAssociationsCommandInput | ListMembersCommandInput | ListMembershipsCommandInput | ListPrivacyBudgetTemplatesCommandInput | ListPrivacyBudgetsCommandInput | ListProtectedJobsCommandInput | ListProtectedQueriesCommandInput | ListSchemasCommandInput | ListTagsForResourceCommandInput | PopulateIdMappingTableCommandInput | PreviewPrivacyImpactCommandInput | StartProtectedJobCommandInput | StartProtectedQueryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnalysisTemplateCommandInput | UpdateCollaborationCommandInput | UpdateConfiguredAudienceModelAssociationCommandInput | UpdateConfiguredTableAnalysisRuleCommandInput | UpdateConfiguredTableAssociationAnalysisRuleCommandInput | UpdateConfiguredTableAssociationCommandInput | UpdateConfiguredTableCommandInput | UpdateIdMappingTableCommandInput | UpdateIdNamespaceAssociationCommandInput | UpdateMembershipCommandInput | UpdatePrivacyBudgetTemplateCommandInput | UpdateProtectedJobCommandInput | UpdateProtectedQueryCommandInput;
|
|
104
|
+
export type ServiceInputTypes = BatchGetCollaborationAnalysisTemplateCommandInput | BatchGetSchemaAnalysisRuleCommandInput | BatchGetSchemaCommandInput | CreateAnalysisTemplateCommandInput | CreateCollaborationChangeRequestCommandInput | CreateCollaborationCommandInput | CreateConfiguredAudienceModelAssociationCommandInput | CreateConfiguredTableAnalysisRuleCommandInput | CreateConfiguredTableAssociationAnalysisRuleCommandInput | CreateConfiguredTableAssociationCommandInput | CreateConfiguredTableCommandInput | CreateIdMappingTableCommandInput | CreateIdNamespaceAssociationCommandInput | CreateMembershipCommandInput | CreatePrivacyBudgetTemplateCommandInput | DeleteAnalysisTemplateCommandInput | DeleteCollaborationCommandInput | DeleteConfiguredAudienceModelAssociationCommandInput | DeleteConfiguredTableAnalysisRuleCommandInput | DeleteConfiguredTableAssociationAnalysisRuleCommandInput | DeleteConfiguredTableAssociationCommandInput | DeleteConfiguredTableCommandInput | DeleteIdMappingTableCommandInput | DeleteIdNamespaceAssociationCommandInput | DeleteMemberCommandInput | DeleteMembershipCommandInput | DeletePrivacyBudgetTemplateCommandInput | GetAnalysisTemplateCommandInput | GetCollaborationAnalysisTemplateCommandInput | GetCollaborationChangeRequestCommandInput | GetCollaborationCommandInput | GetCollaborationConfiguredAudienceModelAssociationCommandInput | GetCollaborationIdNamespaceAssociationCommandInput | GetCollaborationPrivacyBudgetTemplateCommandInput | GetConfiguredAudienceModelAssociationCommandInput | GetConfiguredTableAnalysisRuleCommandInput | GetConfiguredTableAssociationAnalysisRuleCommandInput | GetConfiguredTableAssociationCommandInput | GetConfiguredTableCommandInput | GetIdMappingTableCommandInput | GetIdNamespaceAssociationCommandInput | GetMembershipCommandInput | GetPrivacyBudgetTemplateCommandInput | GetProtectedJobCommandInput | GetProtectedQueryCommandInput | GetSchemaAnalysisRuleCommandInput | GetSchemaCommandInput | ListAnalysisTemplatesCommandInput | ListCollaborationAnalysisTemplatesCommandInput | ListCollaborationChangeRequestsCommandInput | ListCollaborationConfiguredAudienceModelAssociationsCommandInput | ListCollaborationIdNamespaceAssociationsCommandInput | ListCollaborationPrivacyBudgetTemplatesCommandInput | ListCollaborationPrivacyBudgetsCommandInput | ListCollaborationsCommandInput | ListConfiguredAudienceModelAssociationsCommandInput | ListConfiguredTableAssociationsCommandInput | ListConfiguredTablesCommandInput | ListIdMappingTablesCommandInput | ListIdNamespaceAssociationsCommandInput | ListMembersCommandInput | ListMembershipsCommandInput | ListPrivacyBudgetTemplatesCommandInput | ListPrivacyBudgetsCommandInput | ListProtectedJobsCommandInput | ListProtectedQueriesCommandInput | ListSchemasCommandInput | ListTagsForResourceCommandInput | PopulateIdMappingTableCommandInput | PreviewPrivacyImpactCommandInput | StartProtectedJobCommandInput | StartProtectedQueryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnalysisTemplateCommandInput | UpdateCollaborationChangeRequestCommandInput | UpdateCollaborationCommandInput | UpdateConfiguredAudienceModelAssociationCommandInput | UpdateConfiguredTableAnalysisRuleCommandInput | UpdateConfiguredTableAssociationAnalysisRuleCommandInput | UpdateConfiguredTableAssociationCommandInput | UpdateConfiguredTableCommandInput | UpdateIdMappingTableCommandInput | UpdateIdNamespaceAssociationCommandInput | UpdateMembershipCommandInput | UpdatePrivacyBudgetTemplateCommandInput | UpdateProtectedJobCommandInput | UpdateProtectedQueryCommandInput;
|
|
104
105
|
/**
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
|
-
export type ServiceOutputTypes = BatchGetCollaborationAnalysisTemplateCommandOutput | BatchGetSchemaAnalysisRuleCommandOutput | BatchGetSchemaCommandOutput | CreateAnalysisTemplateCommandOutput | CreateCollaborationChangeRequestCommandOutput | CreateCollaborationCommandOutput | CreateConfiguredAudienceModelAssociationCommandOutput | CreateConfiguredTableAnalysisRuleCommandOutput | CreateConfiguredTableAssociationAnalysisRuleCommandOutput | CreateConfiguredTableAssociationCommandOutput | CreateConfiguredTableCommandOutput | CreateIdMappingTableCommandOutput | CreateIdNamespaceAssociationCommandOutput | CreateMembershipCommandOutput | CreatePrivacyBudgetTemplateCommandOutput | DeleteAnalysisTemplateCommandOutput | DeleteCollaborationCommandOutput | DeleteConfiguredAudienceModelAssociationCommandOutput | DeleteConfiguredTableAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationCommandOutput | DeleteConfiguredTableCommandOutput | DeleteIdMappingTableCommandOutput | DeleteIdNamespaceAssociationCommandOutput | DeleteMemberCommandOutput | DeleteMembershipCommandOutput | DeletePrivacyBudgetTemplateCommandOutput | GetAnalysisTemplateCommandOutput | GetCollaborationAnalysisTemplateCommandOutput | GetCollaborationChangeRequestCommandOutput | GetCollaborationCommandOutput | GetCollaborationConfiguredAudienceModelAssociationCommandOutput | GetCollaborationIdNamespaceAssociationCommandOutput | GetCollaborationPrivacyBudgetTemplateCommandOutput | GetConfiguredAudienceModelAssociationCommandOutput | GetConfiguredTableAnalysisRuleCommandOutput | GetConfiguredTableAssociationAnalysisRuleCommandOutput | GetConfiguredTableAssociationCommandOutput | GetConfiguredTableCommandOutput | GetIdMappingTableCommandOutput | GetIdNamespaceAssociationCommandOutput | GetMembershipCommandOutput | GetPrivacyBudgetTemplateCommandOutput | GetProtectedJobCommandOutput | GetProtectedQueryCommandOutput | GetSchemaAnalysisRuleCommandOutput | GetSchemaCommandOutput | ListAnalysisTemplatesCommandOutput | ListCollaborationAnalysisTemplatesCommandOutput | ListCollaborationChangeRequestsCommandOutput | ListCollaborationConfiguredAudienceModelAssociationsCommandOutput | ListCollaborationIdNamespaceAssociationsCommandOutput | ListCollaborationPrivacyBudgetTemplatesCommandOutput | ListCollaborationPrivacyBudgetsCommandOutput | ListCollaborationsCommandOutput | ListConfiguredAudienceModelAssociationsCommandOutput | ListConfiguredTableAssociationsCommandOutput | ListConfiguredTablesCommandOutput | ListIdMappingTablesCommandOutput | ListIdNamespaceAssociationsCommandOutput | ListMembersCommandOutput | ListMembershipsCommandOutput | ListPrivacyBudgetTemplatesCommandOutput | ListPrivacyBudgetsCommandOutput | ListProtectedJobsCommandOutput | ListProtectedQueriesCommandOutput | ListSchemasCommandOutput | ListTagsForResourceCommandOutput | PopulateIdMappingTableCommandOutput | PreviewPrivacyImpactCommandOutput | StartProtectedJobCommandOutput | StartProtectedQueryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnalysisTemplateCommandOutput | UpdateCollaborationCommandOutput | UpdateConfiguredAudienceModelAssociationCommandOutput | UpdateConfiguredTableAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationCommandOutput | UpdateConfiguredTableCommandOutput | UpdateIdMappingTableCommandOutput | UpdateIdNamespaceAssociationCommandOutput | UpdateMembershipCommandOutput | UpdatePrivacyBudgetTemplateCommandOutput | UpdateProtectedJobCommandOutput | UpdateProtectedQueryCommandOutput;
|
|
108
|
+
export type ServiceOutputTypes = BatchGetCollaborationAnalysisTemplateCommandOutput | BatchGetSchemaAnalysisRuleCommandOutput | BatchGetSchemaCommandOutput | CreateAnalysisTemplateCommandOutput | CreateCollaborationChangeRequestCommandOutput | CreateCollaborationCommandOutput | CreateConfiguredAudienceModelAssociationCommandOutput | CreateConfiguredTableAnalysisRuleCommandOutput | CreateConfiguredTableAssociationAnalysisRuleCommandOutput | CreateConfiguredTableAssociationCommandOutput | CreateConfiguredTableCommandOutput | CreateIdMappingTableCommandOutput | CreateIdNamespaceAssociationCommandOutput | CreateMembershipCommandOutput | CreatePrivacyBudgetTemplateCommandOutput | DeleteAnalysisTemplateCommandOutput | DeleteCollaborationCommandOutput | DeleteConfiguredAudienceModelAssociationCommandOutput | DeleteConfiguredTableAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationCommandOutput | DeleteConfiguredTableCommandOutput | DeleteIdMappingTableCommandOutput | DeleteIdNamespaceAssociationCommandOutput | DeleteMemberCommandOutput | DeleteMembershipCommandOutput | DeletePrivacyBudgetTemplateCommandOutput | GetAnalysisTemplateCommandOutput | GetCollaborationAnalysisTemplateCommandOutput | GetCollaborationChangeRequestCommandOutput | GetCollaborationCommandOutput | GetCollaborationConfiguredAudienceModelAssociationCommandOutput | GetCollaborationIdNamespaceAssociationCommandOutput | GetCollaborationPrivacyBudgetTemplateCommandOutput | GetConfiguredAudienceModelAssociationCommandOutput | GetConfiguredTableAnalysisRuleCommandOutput | GetConfiguredTableAssociationAnalysisRuleCommandOutput | GetConfiguredTableAssociationCommandOutput | GetConfiguredTableCommandOutput | GetIdMappingTableCommandOutput | GetIdNamespaceAssociationCommandOutput | GetMembershipCommandOutput | GetPrivacyBudgetTemplateCommandOutput | GetProtectedJobCommandOutput | GetProtectedQueryCommandOutput | GetSchemaAnalysisRuleCommandOutput | GetSchemaCommandOutput | ListAnalysisTemplatesCommandOutput | ListCollaborationAnalysisTemplatesCommandOutput | ListCollaborationChangeRequestsCommandOutput | ListCollaborationConfiguredAudienceModelAssociationsCommandOutput | ListCollaborationIdNamespaceAssociationsCommandOutput | ListCollaborationPrivacyBudgetTemplatesCommandOutput | ListCollaborationPrivacyBudgetsCommandOutput | ListCollaborationsCommandOutput | ListConfiguredAudienceModelAssociationsCommandOutput | ListConfiguredTableAssociationsCommandOutput | ListConfiguredTablesCommandOutput | ListIdMappingTablesCommandOutput | ListIdNamespaceAssociationsCommandOutput | ListMembersCommandOutput | ListMembershipsCommandOutput | ListPrivacyBudgetTemplatesCommandOutput | ListPrivacyBudgetsCommandOutput | ListProtectedJobsCommandOutput | ListProtectedQueriesCommandOutput | ListSchemasCommandOutput | ListTagsForResourceCommandOutput | PopulateIdMappingTableCommandOutput | PreviewPrivacyImpactCommandOutput | StartProtectedJobCommandOutput | StartProtectedQueryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnalysisTemplateCommandOutput | UpdateCollaborationChangeRequestCommandOutput | UpdateCollaborationCommandOutput | UpdateConfiguredAudienceModelAssociationCommandOutput | UpdateConfiguredTableAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationCommandOutput | UpdateConfiguredTableCommandOutput | UpdateIdMappingTableCommandOutput | UpdateIdNamespaceAssociationCommandOutput | UpdateMembershipCommandOutput | UpdatePrivacyBudgetTemplateCommandOutput | UpdateProtectedJobCommandOutput | UpdateProtectedQueryCommandOutput;
|
|
108
109
|
/**
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
@@ -40,7 +40,7 @@ declare const CreateCollaborationChangeRequestCommand_base: {
|
|
|
40
40
|
* collaborationIdentifier: "STRING_VALUE", // required
|
|
41
41
|
* changes: [ // ChangeInputList // required
|
|
42
42
|
* { // ChangeInput
|
|
43
|
-
* specificationType: "MEMBER", // required
|
|
43
|
+
* specificationType: "MEMBER" || "COLLABORATION", // required
|
|
44
44
|
* specification: { // ChangeSpecification Union: only one key present
|
|
45
45
|
* member: { // MemberChangeSpecification
|
|
46
46
|
* accountId: "STRING_VALUE", // required
|
|
@@ -49,6 +49,11 @@ declare const CreateCollaborationChangeRequestCommand_base: {
|
|
|
49
49
|
* ],
|
|
50
50
|
* displayName: "STRING_VALUE",
|
|
51
51
|
* },
|
|
52
|
+
* collaboration: { // CollaborationChangeSpecification
|
|
53
|
+
* autoApprovedChangeTypes: [ // AutoApprovedChangeTypeList
|
|
54
|
+
* "ADD_MEMBER" || "GRANT_RECEIVE_RESULTS_ABILITY" || "REVOKE_RECEIVE_RESULTS_ABILITY",
|
|
55
|
+
* ],
|
|
56
|
+
* },
|
|
52
57
|
* },
|
|
53
58
|
* },
|
|
54
59
|
* ],
|
|
@@ -65,7 +70,7 @@ declare const CreateCollaborationChangeRequestCommand_base: {
|
|
|
65
70
|
* // isAutoApproved: true || false, // required
|
|
66
71
|
* // changes: [ // ChangeList // required
|
|
67
72
|
* // { // Change
|
|
68
|
-
* // specificationType: "MEMBER", // required
|
|
73
|
+
* // specificationType: "MEMBER" || "COLLABORATION", // required
|
|
69
74
|
* // specification: { // ChangeSpecification Union: only one key present
|
|
70
75
|
* // member: { // MemberChangeSpecification
|
|
71
76
|
* // accountId: "STRING_VALUE", // required
|
|
@@ -74,12 +79,22 @@ declare const CreateCollaborationChangeRequestCommand_base: {
|
|
|
74
79
|
* // ],
|
|
75
80
|
* // displayName: "STRING_VALUE",
|
|
76
81
|
* // },
|
|
82
|
+
* // collaboration: { // CollaborationChangeSpecification
|
|
83
|
+
* // autoApprovedChangeTypes: [ // AutoApprovedChangeTypeList
|
|
84
|
+
* // "ADD_MEMBER" || "GRANT_RECEIVE_RESULTS_ABILITY" || "REVOKE_RECEIVE_RESULTS_ABILITY",
|
|
85
|
+
* // ],
|
|
86
|
+
* // },
|
|
77
87
|
* // },
|
|
78
88
|
* // types: [ // ChangeTypeList // required
|
|
79
|
-
* // "ADD_MEMBER",
|
|
89
|
+
* // "ADD_MEMBER" || "GRANT_RECEIVE_RESULTS_ABILITY" || "REVOKE_RECEIVE_RESULTS_ABILITY" || "EDIT_AUTO_APPROVED_CHANGE_TYPES",
|
|
80
90
|
* // ],
|
|
81
91
|
* // },
|
|
82
92
|
* // ],
|
|
93
|
+
* // approvals: { // ApprovalStatuses
|
|
94
|
+
* // "<keys>": { // ApprovalStatusDetails
|
|
95
|
+
* // status: "APPROVED" || "DENIED" || "PENDING", // required
|
|
96
|
+
* // },
|
|
97
|
+
* // },
|
|
83
98
|
* // },
|
|
84
99
|
* // };
|
|
85
100
|
*
|
|
@@ -113,7 +113,7 @@ declare const CreateCollaborationCommand_base: {
|
|
|
113
113
|
* },
|
|
114
114
|
* analyticsEngine: "SPARK" || "CLEAN_ROOMS_SQL",
|
|
115
115
|
* autoApprovedChangeRequestTypes: [ // AutoApprovedChangeTypeList
|
|
116
|
-
* "ADD_MEMBER",
|
|
116
|
+
* "ADD_MEMBER" || "GRANT_RECEIVE_RESULTS_ABILITY" || "REVOKE_RECEIVE_RESULTS_ABILITY",
|
|
117
117
|
* ],
|
|
118
118
|
* allowedResultRegions: [ // AllowedResultRegions
|
|
119
119
|
* "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1",
|
|
@@ -144,7 +144,7 @@ declare const CreateCollaborationCommand_base: {
|
|
|
144
144
|
* // jobLogStatus: "ENABLED" || "DISABLED",
|
|
145
145
|
* // analyticsEngine: "SPARK" || "CLEAN_ROOMS_SQL",
|
|
146
146
|
* // autoApprovedChangeTypes: [ // AutoApprovedChangeTypeList
|
|
147
|
-
* // "ADD_MEMBER",
|
|
147
|
+
* // "ADD_MEMBER" || "GRANT_RECEIVE_RESULTS_ABILITY" || "REVOKE_RECEIVE_RESULTS_ABILITY",
|
|
148
148
|
* // ],
|
|
149
149
|
* // allowedResultRegions: [ // AllowedResultRegions
|
|
150
150
|
* // "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1",
|