@aws-sdk/client-cleanrooms 3.876.0 → 3.881.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 +24 -0
- package/dist-cjs/index.js +221 -15
- package/dist-es/CleanRooms.js +6 -0
- package/dist-es/commands/CreateCollaborationChangeRequestCommand.js +22 -0
- package/dist-es/commands/GetCollaborationChangeRequestCommand.js +22 -0
- package/dist-es/commands/ListCollaborationChangeRequestsCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +24 -15
- package/dist-es/models/models_1.js +15 -0
- package/dist-es/pagination/ListCollaborationChangeRequestsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +113 -0
- package/dist-types/CleanRooms.d.ts +21 -0
- package/dist-types/CleanRoomsClient.d.ts +5 -2
- package/dist-types/commands/CreateCollaborationChangeRequestCommand.d.ts +131 -0
- package/dist-types/commands/CreateCollaborationCommand.d.ts +6 -0
- package/dist-types/commands/CreateMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMembershipCommand.d.ts +1 -1
- package/dist-types/commands/GetCollaborationChangeRequestCommand.d.ts +112 -0
- package/dist-types/commands/GetCollaborationCommand.d.ts +3 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedJobCommand.d.ts +1 -2
- package/dist-types/commands/ListCollaborationChangeRequestsCommand.d.ts +117 -0
- package/dist-types/commands/UpdateCollaborationCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +318 -317
- package/dist-types/models/models_1.d.ts +318 -1
- package/dist-types/pagination/ListCollaborationChangeRequestsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +51 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateCollaborationChangeRequestCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCollaborationChangeRequestCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListCollaborationChangeRequestsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +101 -106
- package/dist-types/ts3.4/models/models_1.d.ts +106 -6
- package/dist-types/ts3.4/pagination/ListCollaborationChangeRequestsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -242,6 +242,14 @@ CreateCollaboration
|
|
|
242
242
|
|
|
243
243
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/CreateCollaborationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateCollaborationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateCollaborationCommandOutput/)
|
|
244
244
|
|
|
245
|
+
</details>
|
|
246
|
+
<details>
|
|
247
|
+
<summary>
|
|
248
|
+
CreateCollaborationChangeRequest
|
|
249
|
+
</summary>
|
|
250
|
+
|
|
251
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/CreateCollaborationChangeRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateCollaborationChangeRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateCollaborationChangeRequestCommandOutput/)
|
|
252
|
+
|
|
245
253
|
</details>
|
|
246
254
|
<details>
|
|
247
255
|
<summary>
|
|
@@ -434,6 +442,14 @@ GetCollaborationAnalysisTemplate
|
|
|
434
442
|
|
|
435
443
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetCollaborationAnalysisTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetCollaborationAnalysisTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetCollaborationAnalysisTemplateCommandOutput/)
|
|
436
444
|
|
|
445
|
+
</details>
|
|
446
|
+
<details>
|
|
447
|
+
<summary>
|
|
448
|
+
GetCollaborationChangeRequest
|
|
449
|
+
</summary>
|
|
450
|
+
|
|
451
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetCollaborationChangeRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetCollaborationChangeRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetCollaborationChangeRequestCommandOutput/)
|
|
452
|
+
|
|
437
453
|
</details>
|
|
438
454
|
<details>
|
|
439
455
|
<summary>
|
|
@@ -578,6 +594,14 @@ ListCollaborationAnalysisTemplates
|
|
|
578
594
|
|
|
579
595
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListCollaborationAnalysisTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationAnalysisTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationAnalysisTemplatesCommandOutput/)
|
|
580
596
|
|
|
597
|
+
</details>
|
|
598
|
+
<details>
|
|
599
|
+
<summary>
|
|
600
|
+
ListCollaborationChangeRequests
|
|
601
|
+
</summary>
|
|
602
|
+
|
|
603
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListCollaborationChangeRequestsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationChangeRequestsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationChangeRequestsCommandOutput/)
|
|
604
|
+
|
|
581
605
|
</details>
|
|
582
606
|
<details>
|
|
583
607
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -40,10 +40,15 @@ __export(index_exports, {
|
|
|
40
40
|
AnalysisTemplateValidationType: () => AnalysisTemplateValidationType,
|
|
41
41
|
AnalysisType: () => AnalysisType,
|
|
42
42
|
AnalyticsEngine: () => AnalyticsEngine,
|
|
43
|
+
AutoApprovedChangeType: () => AutoApprovedChangeType,
|
|
43
44
|
BatchGetCollaborationAnalysisTemplateCommand: () => BatchGetCollaborationAnalysisTemplateCommand,
|
|
44
45
|
BatchGetCollaborationAnalysisTemplateOutputFilterSensitiveLog: () => BatchGetCollaborationAnalysisTemplateOutputFilterSensitiveLog,
|
|
45
46
|
BatchGetSchemaAnalysisRuleCommand: () => BatchGetSchemaAnalysisRuleCommand,
|
|
46
47
|
BatchGetSchemaCommand: () => BatchGetSchemaCommand,
|
|
48
|
+
ChangeRequestStatus: () => ChangeRequestStatus,
|
|
49
|
+
ChangeSpecification: () => ChangeSpecification,
|
|
50
|
+
ChangeSpecificationType: () => ChangeSpecificationType,
|
|
51
|
+
ChangeType: () => ChangeType,
|
|
47
52
|
CleanRooms: () => CleanRooms,
|
|
48
53
|
CleanRoomsClient: () => CleanRoomsClient,
|
|
49
54
|
CleanRoomsServiceException: () => CleanRoomsServiceException,
|
|
@@ -65,6 +70,7 @@ __export(index_exports, {
|
|
|
65
70
|
CreateAnalysisTemplateCommand: () => CreateAnalysisTemplateCommand,
|
|
66
71
|
CreateAnalysisTemplateInputFilterSensitiveLog: () => CreateAnalysisTemplateInputFilterSensitiveLog,
|
|
67
72
|
CreateAnalysisTemplateOutputFilterSensitiveLog: () => CreateAnalysisTemplateOutputFilterSensitiveLog,
|
|
73
|
+
CreateCollaborationChangeRequestCommand: () => CreateCollaborationChangeRequestCommand,
|
|
68
74
|
CreateCollaborationCommand: () => CreateCollaborationCommand,
|
|
69
75
|
CreateConfiguredAudienceModelAssociationCommand: () => CreateConfiguredAudienceModelAssociationCommand,
|
|
70
76
|
CreateConfiguredTableAnalysisRuleCommand: () => CreateConfiguredTableAnalysisRuleCommand,
|
|
@@ -95,6 +101,7 @@ __export(index_exports, {
|
|
|
95
101
|
GetAnalysisTemplateOutputFilterSensitiveLog: () => GetAnalysisTemplateOutputFilterSensitiveLog,
|
|
96
102
|
GetCollaborationAnalysisTemplateCommand: () => GetCollaborationAnalysisTemplateCommand,
|
|
97
103
|
GetCollaborationAnalysisTemplateOutputFilterSensitiveLog: () => GetCollaborationAnalysisTemplateOutputFilterSensitiveLog,
|
|
104
|
+
GetCollaborationChangeRequestCommand: () => GetCollaborationChangeRequestCommand,
|
|
98
105
|
GetCollaborationCommand: () => GetCollaborationCommand,
|
|
99
106
|
GetCollaborationConfiguredAudienceModelAssociationCommand: () => GetCollaborationConfiguredAudienceModelAssociationCommand,
|
|
100
107
|
GetCollaborationIdNamespaceAssociationCommand: () => GetCollaborationIdNamespaceAssociationCommand,
|
|
@@ -119,6 +126,7 @@ __export(index_exports, {
|
|
|
119
126
|
JoinRequiredOption: () => JoinRequiredOption,
|
|
120
127
|
ListAnalysisTemplatesCommand: () => ListAnalysisTemplatesCommand,
|
|
121
128
|
ListCollaborationAnalysisTemplatesCommand: () => ListCollaborationAnalysisTemplatesCommand,
|
|
129
|
+
ListCollaborationChangeRequestsCommand: () => ListCollaborationChangeRequestsCommand,
|
|
122
130
|
ListCollaborationConfiguredAudienceModelAssociationsCommand: () => ListCollaborationConfiguredAudienceModelAssociationsCommand,
|
|
123
131
|
ListCollaborationIdNamespaceAssociationsCommand: () => ListCollaborationIdNamespaceAssociationsCommand,
|
|
124
132
|
ListCollaborationPrivacyBudgetTemplatesCommand: () => ListCollaborationPrivacyBudgetTemplatesCommand,
|
|
@@ -213,6 +221,7 @@ __export(index_exports, {
|
|
|
213
221
|
__Client: () => import_smithy_client.Client,
|
|
214
222
|
paginateListAnalysisTemplates: () => paginateListAnalysisTemplates,
|
|
215
223
|
paginateListCollaborationAnalysisTemplates: () => paginateListCollaborationAnalysisTemplates,
|
|
224
|
+
paginateListCollaborationChangeRequests: () => paginateListCollaborationChangeRequests,
|
|
216
225
|
paginateListCollaborationConfiguredAudienceModelAssociations: () => paginateListCollaborationConfiguredAudienceModelAssociations,
|
|
217
226
|
paginateListCollaborationIdNamespaceAssociations: () => paginateListCollaborationIdNamespaceAssociations,
|
|
218
227
|
paginateListCollaborationPrivacyBudgetTemplates: () => paginateListCollaborationPrivacyBudgetTemplates,
|
|
@@ -790,6 +799,9 @@ var AnalyticsEngine = {
|
|
|
790
799
|
CLEAN_ROOMS_SQL: "CLEAN_ROOMS_SQL",
|
|
791
800
|
SPARK: "SPARK"
|
|
792
801
|
};
|
|
802
|
+
var AutoApprovedChangeType = {
|
|
803
|
+
ADD_MEMBER: "ADD_MEMBER"
|
|
804
|
+
};
|
|
793
805
|
var SchemaConfiguration = {
|
|
794
806
|
DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY"
|
|
795
807
|
};
|
|
@@ -852,6 +864,26 @@ var MemberStatus = {
|
|
|
852
864
|
LEFT: "LEFT",
|
|
853
865
|
REMOVED: "REMOVED"
|
|
854
866
|
};
|
|
867
|
+
var ChangeSpecification;
|
|
868
|
+
((ChangeSpecification3) => {
|
|
869
|
+
ChangeSpecification3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
870
|
+
if (value.member !== void 0) return visitor.member(value.member);
|
|
871
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
872
|
+
}, "visit");
|
|
873
|
+
})(ChangeSpecification || (ChangeSpecification = {}));
|
|
874
|
+
var ChangeSpecificationType = {
|
|
875
|
+
MEMBER: "MEMBER"
|
|
876
|
+
};
|
|
877
|
+
var ChangeType = {
|
|
878
|
+
ADD_MEMBER: "ADD_MEMBER"
|
|
879
|
+
};
|
|
880
|
+
var ChangeRequestStatus = {
|
|
881
|
+
APPROVED: "APPROVED",
|
|
882
|
+
CANCELLED: "CANCELLED",
|
|
883
|
+
COMMITTED: "COMMITTED",
|
|
884
|
+
DENIED: "DENIED",
|
|
885
|
+
PENDING: "PENDING"
|
|
886
|
+
};
|
|
855
887
|
var PrivacyBudgetTemplateAutoRefresh = {
|
|
856
888
|
CALENDAR_MONTH: "CALENDAR_MONTH",
|
|
857
889
|
NONE: "NONE"
|
|
@@ -952,19 +984,6 @@ var MembershipQueryLogStatus = {
|
|
|
952
984
|
DISABLED: "DISABLED",
|
|
953
985
|
ENABLED: "ENABLED"
|
|
954
986
|
};
|
|
955
|
-
var MembershipStatus = {
|
|
956
|
-
ACTIVE: "ACTIVE",
|
|
957
|
-
COLLABORATION_DELETED: "COLLABORATION_DELETED",
|
|
958
|
-
REMOVED: "REMOVED"
|
|
959
|
-
};
|
|
960
|
-
var ProtectedJobOutput;
|
|
961
|
-
((ProtectedJobOutput2) => {
|
|
962
|
-
ProtectedJobOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
963
|
-
if (value.s3 !== void 0) return visitor.s3(value.s3);
|
|
964
|
-
if (value.memberList !== void 0) return visitor.memberList(value.memberList);
|
|
965
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
966
|
-
}, "visit");
|
|
967
|
-
})(ProtectedJobOutput || (ProtectedJobOutput = {}));
|
|
968
987
|
var AnalysisParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
969
988
|
...obj
|
|
970
989
|
}), "AnalysisParameterFilterSensitiveLog");
|
|
@@ -1102,6 +1121,7 @@ var se_CreateCollaborationCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1102
1121
|
body = JSON.stringify(
|
|
1103
1122
|
(0, import_smithy_client.take)(input, {
|
|
1104
1123
|
analyticsEngine: [],
|
|
1124
|
+
autoApprovedChangeRequestTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "autoApprovedChangeRequestTypes"),
|
|
1105
1125
|
creatorDisplayName: [],
|
|
1106
1126
|
creatorMLMemberAbilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "creatorMLMemberAbilities"),
|
|
1107
1127
|
creatorMemberAbilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "creatorMemberAbilities"),
|
|
@@ -1118,6 +1138,22 @@ var se_CreateCollaborationCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1118
1138
|
b.m("POST").h(headers).b(body);
|
|
1119
1139
|
return b.build();
|
|
1120
1140
|
}, "se_CreateCollaborationCommand");
|
|
1141
|
+
var se_CreateCollaborationChangeRequestCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1142
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1143
|
+
const headers = {
|
|
1144
|
+
"content-type": "application/json"
|
|
1145
|
+
};
|
|
1146
|
+
b.bp("/collaborations/{collaborationIdentifier}/changeRequests");
|
|
1147
|
+
b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
|
|
1148
|
+
let body;
|
|
1149
|
+
body = JSON.stringify(
|
|
1150
|
+
(0, import_smithy_client.take)(input, {
|
|
1151
|
+
changes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "changes")
|
|
1152
|
+
})
|
|
1153
|
+
);
|
|
1154
|
+
b.m("POST").h(headers).b(body);
|
|
1155
|
+
return b.build();
|
|
1156
|
+
}, "se_CreateCollaborationChangeRequestCommand");
|
|
1121
1157
|
var se_CreateConfiguredAudienceModelAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1122
1158
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1123
1159
|
const headers = {
|
|
@@ -1477,6 +1513,16 @@ var se_GetCollaborationAnalysisTemplateCommand = /* @__PURE__ */ __name(async (i
|
|
|
1477
1513
|
b.m("GET").h(headers).b(body);
|
|
1478
1514
|
return b.build();
|
|
1479
1515
|
}, "se_GetCollaborationAnalysisTemplateCommand");
|
|
1516
|
+
var se_GetCollaborationChangeRequestCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1517
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1518
|
+
const headers = {};
|
|
1519
|
+
b.bp("/collaborations/{collaborationIdentifier}/changeRequests/{changeRequestIdentifier}");
|
|
1520
|
+
b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
|
|
1521
|
+
b.p("changeRequestIdentifier", () => input.changeRequestIdentifier, "{changeRequestIdentifier}", false);
|
|
1522
|
+
let body;
|
|
1523
|
+
b.m("GET").h(headers).b(body);
|
|
1524
|
+
return b.build();
|
|
1525
|
+
}, "se_GetCollaborationChangeRequestCommand");
|
|
1480
1526
|
var se_GetCollaborationConfiguredAudienceModelAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1481
1527
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1482
1528
|
const headers = {};
|
|
@@ -1709,6 +1755,20 @@ var se_ListCollaborationAnalysisTemplatesCommand = /* @__PURE__ */ __name(async
|
|
|
1709
1755
|
b.m("GET").h(headers).q(query).b(body);
|
|
1710
1756
|
return b.build();
|
|
1711
1757
|
}, "se_ListCollaborationAnalysisTemplatesCommand");
|
|
1758
|
+
var se_ListCollaborationChangeRequestsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1759
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1760
|
+
const headers = {};
|
|
1761
|
+
b.bp("/collaborations/{collaborationIdentifier}/changeRequests");
|
|
1762
|
+
b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
|
|
1763
|
+
const query = (0, import_smithy_client.map)({
|
|
1764
|
+
[_s]: [, input[_s]],
|
|
1765
|
+
[_nT]: [, input[_nT]],
|
|
1766
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1767
|
+
});
|
|
1768
|
+
let body;
|
|
1769
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1770
|
+
return b.build();
|
|
1771
|
+
}, "se_ListCollaborationChangeRequestsCommand");
|
|
1712
1772
|
var se_ListCollaborationConfiguredAudienceModelAssociationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1713
1773
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1714
1774
|
const headers = {};
|
|
@@ -2371,6 +2431,20 @@ var de_CreateCollaborationCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2371
2431
|
Object.assign(contents, doc);
|
|
2372
2432
|
return contents;
|
|
2373
2433
|
}, "de_CreateCollaborationCommand");
|
|
2434
|
+
var de_CreateCollaborationChangeRequestCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2435
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2436
|
+
return de_CommandError(output, context);
|
|
2437
|
+
}
|
|
2438
|
+
const contents = (0, import_smithy_client.map)({
|
|
2439
|
+
$metadata: deserializeMetadata(output)
|
|
2440
|
+
});
|
|
2441
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2442
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2443
|
+
collaborationChangeRequest: /* @__PURE__ */ __name((_) => de_CollaborationChangeRequest(_, context), "collaborationChangeRequest")
|
|
2444
|
+
});
|
|
2445
|
+
Object.assign(contents, doc);
|
|
2446
|
+
return contents;
|
|
2447
|
+
}, "de_CreateCollaborationChangeRequestCommand");
|
|
2374
2448
|
var de_CreateConfiguredAudienceModelAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2375
2449
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2376
2450
|
return de_CommandError(output, context);
|
|
@@ -2659,6 +2733,20 @@ var de_GetCollaborationAnalysisTemplateCommand = /* @__PURE__ */ __name(async (o
|
|
|
2659
2733
|
Object.assign(contents, doc);
|
|
2660
2734
|
return contents;
|
|
2661
2735
|
}, "de_GetCollaborationAnalysisTemplateCommand");
|
|
2736
|
+
var de_GetCollaborationChangeRequestCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2737
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2738
|
+
return de_CommandError(output, context);
|
|
2739
|
+
}
|
|
2740
|
+
const contents = (0, import_smithy_client.map)({
|
|
2741
|
+
$metadata: deserializeMetadata(output)
|
|
2742
|
+
});
|
|
2743
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2744
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2745
|
+
collaborationChangeRequest: /* @__PURE__ */ __name((_) => de_CollaborationChangeRequest(_, context), "collaborationChangeRequest")
|
|
2746
|
+
});
|
|
2747
|
+
Object.assign(contents, doc);
|
|
2748
|
+
return contents;
|
|
2749
|
+
}, "de_GetCollaborationChangeRequestCommand");
|
|
2662
2750
|
var de_GetCollaborationConfiguredAudienceModelAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2663
2751
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2664
2752
|
return de_CommandError(output, context);
|
|
@@ -2913,6 +3001,21 @@ var de_ListCollaborationAnalysisTemplatesCommand = /* @__PURE__ */ __name(async
|
|
|
2913
3001
|
Object.assign(contents, doc);
|
|
2914
3002
|
return contents;
|
|
2915
3003
|
}, "de_ListCollaborationAnalysisTemplatesCommand");
|
|
3004
|
+
var de_ListCollaborationChangeRequestsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3005
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3006
|
+
return de_CommandError(output, context);
|
|
3007
|
+
}
|
|
3008
|
+
const contents = (0, import_smithy_client.map)({
|
|
3009
|
+
$metadata: deserializeMetadata(output)
|
|
3010
|
+
});
|
|
3011
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3012
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3013
|
+
collaborationChangeRequestSummaries: /* @__PURE__ */ __name((_) => de_CollaborationChangeRequestSummaryList(_, context), "collaborationChangeRequestSummaries"),
|
|
3014
|
+
nextToken: import_smithy_client.expectString
|
|
3015
|
+
});
|
|
3016
|
+
Object.assign(contents, doc);
|
|
3017
|
+
return contents;
|
|
3018
|
+
}, "de_ListCollaborationChangeRequestsCommand");
|
|
2916
3019
|
var de_ListCollaborationConfiguredAudienceModelAssociationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2917
3020
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2918
3021
|
return de_CommandError(output, context);
|
|
@@ -3646,6 +3749,7 @@ var de_Collaboration = /* @__PURE__ */ __name((output, context) => {
|
|
|
3646
3749
|
return (0, import_smithy_client.take)(output, {
|
|
3647
3750
|
analyticsEngine: import_smithy_client.expectString,
|
|
3648
3751
|
arn: import_smithy_client.expectString,
|
|
3752
|
+
autoApprovedChangeTypes: import_smithy_client._json,
|
|
3649
3753
|
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3650
3754
|
creatorAccountId: import_smithy_client.expectString,
|
|
3651
3755
|
creatorDisplayName: import_smithy_client.expectString,
|
|
@@ -3706,6 +3810,34 @@ var de_CollaborationAnalysisTemplateSummaryList = /* @__PURE__ */ __name((output
|
|
|
3706
3810
|
});
|
|
3707
3811
|
return retVal;
|
|
3708
3812
|
}, "de_CollaborationAnalysisTemplateSummaryList");
|
|
3813
|
+
var de_CollaborationChangeRequest = /* @__PURE__ */ __name((output, context) => {
|
|
3814
|
+
return (0, import_smithy_client.take)(output, {
|
|
3815
|
+
changes: import_smithy_client._json,
|
|
3816
|
+
collaborationId: import_smithy_client.expectString,
|
|
3817
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3818
|
+
id: import_smithy_client.expectString,
|
|
3819
|
+
isAutoApproved: import_smithy_client.expectBoolean,
|
|
3820
|
+
status: import_smithy_client.expectString,
|
|
3821
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3822
|
+
});
|
|
3823
|
+
}, "de_CollaborationChangeRequest");
|
|
3824
|
+
var de_CollaborationChangeRequestSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3825
|
+
return (0, import_smithy_client.take)(output, {
|
|
3826
|
+
changes: import_smithy_client._json,
|
|
3827
|
+
collaborationId: import_smithy_client.expectString,
|
|
3828
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3829
|
+
id: import_smithy_client.expectString,
|
|
3830
|
+
isAutoApproved: import_smithy_client.expectBoolean,
|
|
3831
|
+
status: import_smithy_client.expectString,
|
|
3832
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3833
|
+
});
|
|
3834
|
+
}, "de_CollaborationChangeRequestSummary");
|
|
3835
|
+
var de_CollaborationChangeRequestSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
3836
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3837
|
+
return de_CollaborationChangeRequestSummary(entry, context);
|
|
3838
|
+
});
|
|
3839
|
+
return retVal;
|
|
3840
|
+
}, "de_CollaborationChangeRequestSummaryList");
|
|
3709
3841
|
var de_CollaborationConfiguredAudienceModelAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
3710
3842
|
return (0, import_smithy_client.take)(output, {
|
|
3711
3843
|
arn: import_smithy_client.expectString,
|
|
@@ -4402,6 +4534,21 @@ var CreateAnalysisTemplateCommand = class extends import_smithy_client.Command.c
|
|
|
4402
4534
|
}
|
|
4403
4535
|
};
|
|
4404
4536
|
|
|
4537
|
+
// src/commands/CreateCollaborationChangeRequestCommand.ts
|
|
4538
|
+
|
|
4539
|
+
|
|
4540
|
+
|
|
4541
|
+
var CreateCollaborationChangeRequestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4542
|
+
return [
|
|
4543
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4544
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4545
|
+
];
|
|
4546
|
+
}).s("AWSBastionControlPlaneServiceLambda", "CreateCollaborationChangeRequest", {}).n("CleanRoomsClient", "CreateCollaborationChangeRequestCommand").f(void 0, void 0).ser(se_CreateCollaborationChangeRequestCommand).de(de_CreateCollaborationChangeRequestCommand).build() {
|
|
4547
|
+
static {
|
|
4548
|
+
__name(this, "CreateCollaborationChangeRequestCommand");
|
|
4549
|
+
}
|
|
4550
|
+
};
|
|
4551
|
+
|
|
4405
4552
|
// src/commands/CreateCollaborationCommand.ts
|
|
4406
4553
|
|
|
4407
4554
|
|
|
@@ -4762,6 +4909,21 @@ var GetCollaborationAnalysisTemplateCommand = class extends import_smithy_client
|
|
|
4762
4909
|
}
|
|
4763
4910
|
};
|
|
4764
4911
|
|
|
4912
|
+
// src/commands/GetCollaborationChangeRequestCommand.ts
|
|
4913
|
+
|
|
4914
|
+
|
|
4915
|
+
|
|
4916
|
+
var GetCollaborationChangeRequestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4917
|
+
return [
|
|
4918
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4919
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4920
|
+
];
|
|
4921
|
+
}).s("AWSBastionControlPlaneServiceLambda", "GetCollaborationChangeRequest", {}).n("CleanRoomsClient", "GetCollaborationChangeRequestCommand").f(void 0, void 0).ser(se_GetCollaborationChangeRequestCommand).de(de_GetCollaborationChangeRequestCommand).build() {
|
|
4922
|
+
static {
|
|
4923
|
+
__name(this, "GetCollaborationChangeRequestCommand");
|
|
4924
|
+
}
|
|
4925
|
+
};
|
|
4926
|
+
|
|
4765
4927
|
// src/commands/GetCollaborationCommand.ts
|
|
4766
4928
|
|
|
4767
4929
|
|
|
@@ -4979,6 +5141,19 @@ var GetProtectedJobCommand = class extends import_smithy_client.Command.classBui
|
|
|
4979
5141
|
|
|
4980
5142
|
// src/models/models_1.ts
|
|
4981
5143
|
|
|
5144
|
+
var MembershipStatus = {
|
|
5145
|
+
ACTIVE: "ACTIVE",
|
|
5146
|
+
COLLABORATION_DELETED: "COLLABORATION_DELETED",
|
|
5147
|
+
REMOVED: "REMOVED"
|
|
5148
|
+
};
|
|
5149
|
+
var ProtectedJobOutput;
|
|
5150
|
+
((ProtectedJobOutput2) => {
|
|
5151
|
+
ProtectedJobOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5152
|
+
if (value.s3 !== void 0) return visitor.s3(value.s3);
|
|
5153
|
+
if (value.memberList !== void 0) return visitor.memberList(value.memberList);
|
|
5154
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5155
|
+
}, "visit");
|
|
5156
|
+
})(ProtectedJobOutput || (ProtectedJobOutput = {}));
|
|
4982
5157
|
var ProtectedJobOutputConfigurationOutput;
|
|
4983
5158
|
((ProtectedJobOutputConfigurationOutput2) => {
|
|
4984
5159
|
ProtectedJobOutputConfigurationOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -5208,6 +5383,21 @@ var ListCollaborationAnalysisTemplatesCommand = class extends import_smithy_clie
|
|
|
5208
5383
|
}
|
|
5209
5384
|
};
|
|
5210
5385
|
|
|
5386
|
+
// src/commands/ListCollaborationChangeRequestsCommand.ts
|
|
5387
|
+
|
|
5388
|
+
|
|
5389
|
+
|
|
5390
|
+
var ListCollaborationChangeRequestsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5391
|
+
return [
|
|
5392
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5393
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5394
|
+
];
|
|
5395
|
+
}).s("AWSBastionControlPlaneServiceLambda", "ListCollaborationChangeRequests", {}).n("CleanRoomsClient", "ListCollaborationChangeRequestsCommand").f(void 0, void 0).ser(se_ListCollaborationChangeRequestsCommand).de(de_ListCollaborationChangeRequestsCommand).build() {
|
|
5396
|
+
static {
|
|
5397
|
+
__name(this, "ListCollaborationChangeRequestsCommand");
|
|
5398
|
+
}
|
|
5399
|
+
};
|
|
5400
|
+
|
|
5211
5401
|
// src/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.ts
|
|
5212
5402
|
|
|
5213
5403
|
|
|
@@ -5770,6 +5960,7 @@ var commands = {
|
|
|
5770
5960
|
BatchGetSchemaAnalysisRuleCommand,
|
|
5771
5961
|
CreateAnalysisTemplateCommand,
|
|
5772
5962
|
CreateCollaborationCommand,
|
|
5963
|
+
CreateCollaborationChangeRequestCommand,
|
|
5773
5964
|
CreateConfiguredAudienceModelAssociationCommand,
|
|
5774
5965
|
CreateConfiguredTableCommand,
|
|
5775
5966
|
CreateConfiguredTableAnalysisRuleCommand,
|
|
@@ -5794,6 +5985,7 @@ var commands = {
|
|
|
5794
5985
|
GetAnalysisTemplateCommand,
|
|
5795
5986
|
GetCollaborationCommand,
|
|
5796
5987
|
GetCollaborationAnalysisTemplateCommand,
|
|
5988
|
+
GetCollaborationChangeRequestCommand,
|
|
5797
5989
|
GetCollaborationConfiguredAudienceModelAssociationCommand,
|
|
5798
5990
|
GetCollaborationIdNamespaceAssociationCommand,
|
|
5799
5991
|
GetCollaborationPrivacyBudgetTemplateCommand,
|
|
@@ -5812,6 +6004,7 @@ var commands = {
|
|
|
5812
6004
|
GetSchemaAnalysisRuleCommand,
|
|
5813
6005
|
ListAnalysisTemplatesCommand,
|
|
5814
6006
|
ListCollaborationAnalysisTemplatesCommand,
|
|
6007
|
+
ListCollaborationChangeRequestsCommand,
|
|
5815
6008
|
ListCollaborationConfiguredAudienceModelAssociationsCommand,
|
|
5816
6009
|
ListCollaborationIdNamespaceAssociationsCommand,
|
|
5817
6010
|
ListCollaborationPrivacyBudgetsCommand,
|
|
@@ -5865,6 +6058,10 @@ var paginateListAnalysisTemplates = (0, import_core.createPaginator)(CleanRoomsC
|
|
|
5865
6058
|
|
|
5866
6059
|
var paginateListCollaborationAnalysisTemplates = (0, import_core.createPaginator)(CleanRoomsClient, ListCollaborationAnalysisTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
5867
6060
|
|
|
6061
|
+
// src/pagination/ListCollaborationChangeRequestsPaginator.ts
|
|
6062
|
+
|
|
6063
|
+
var paginateListCollaborationChangeRequests = (0, import_core.createPaginator)(CleanRoomsClient, ListCollaborationChangeRequestsCommand, "nextToken", "nextToken", "maxResults");
|
|
6064
|
+
|
|
5868
6065
|
// src/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.ts
|
|
5869
6066
|
|
|
5870
6067
|
var paginateListCollaborationConfiguredAudienceModelAssociations = (0, import_core.createPaginator)(
|
|
@@ -5950,6 +6147,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
5950
6147
|
BatchGetSchemaAnalysisRuleCommand,
|
|
5951
6148
|
BatchGetSchemaCommand,
|
|
5952
6149
|
CreateAnalysisTemplateCommand,
|
|
6150
|
+
CreateCollaborationChangeRequestCommand,
|
|
5953
6151
|
CreateCollaborationCommand,
|
|
5954
6152
|
CreateConfiguredAudienceModelAssociationCommand,
|
|
5955
6153
|
CreateConfiguredTableAnalysisRuleCommand,
|
|
@@ -5974,6 +6172,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
5974
6172
|
DeletePrivacyBudgetTemplateCommand,
|
|
5975
6173
|
GetAnalysisTemplateCommand,
|
|
5976
6174
|
GetCollaborationAnalysisTemplateCommand,
|
|
6175
|
+
GetCollaborationChangeRequestCommand,
|
|
5977
6176
|
GetCollaborationCommand,
|
|
5978
6177
|
GetCollaborationConfiguredAudienceModelAssociationCommand,
|
|
5979
6178
|
GetCollaborationIdNamespaceAssociationCommand,
|
|
@@ -5993,6 +6192,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
5993
6192
|
GetSchemaCommand,
|
|
5994
6193
|
ListAnalysisTemplatesCommand,
|
|
5995
6194
|
ListCollaborationAnalysisTemplatesCommand,
|
|
6195
|
+
ListCollaborationChangeRequestsCommand,
|
|
5996
6196
|
ListCollaborationConfiguredAudienceModelAssociationsCommand,
|
|
5997
6197
|
ListCollaborationIdNamespaceAssociationsCommand,
|
|
5998
6198
|
ListCollaborationPrivacyBudgetTemplatesCommand,
|
|
@@ -6032,6 +6232,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
6032
6232
|
UpdateProtectedQueryCommand,
|
|
6033
6233
|
paginateListAnalysisTemplates,
|
|
6034
6234
|
paginateListCollaborationAnalysisTemplates,
|
|
6235
|
+
paginateListCollaborationChangeRequests,
|
|
6035
6236
|
paginateListCollaborationConfiguredAudienceModelAssociations,
|
|
6036
6237
|
paginateListCollaborationIdNamespaceAssociations,
|
|
6037
6238
|
paginateListCollaborationPrivacyBudgetTemplates,
|
|
@@ -6084,6 +6285,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
6084
6285
|
ValidationException,
|
|
6085
6286
|
AnalysisType,
|
|
6086
6287
|
AnalyticsEngine,
|
|
6288
|
+
AutoApprovedChangeType,
|
|
6087
6289
|
SchemaConfiguration,
|
|
6088
6290
|
SchemaStatusReasonCode,
|
|
6089
6291
|
SchemaStatus,
|
|
@@ -6096,6 +6298,10 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
6096
6298
|
CollaborationJobLogStatus,
|
|
6097
6299
|
CollaborationQueryLogStatus,
|
|
6098
6300
|
MemberStatus,
|
|
6301
|
+
ChangeSpecification,
|
|
6302
|
+
ChangeSpecificationType,
|
|
6303
|
+
ChangeType,
|
|
6304
|
+
ChangeRequestStatus,
|
|
6099
6305
|
PrivacyBudgetTemplateAutoRefresh,
|
|
6100
6306
|
PrivacyBudgetTemplateParametersOutput,
|
|
6101
6307
|
PrivacyBudgetType,
|
|
@@ -6113,8 +6319,6 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
6113
6319
|
MembershipProtectedQueryOutputConfiguration,
|
|
6114
6320
|
MembershipJobLogStatus,
|
|
6115
6321
|
MembershipQueryLogStatus,
|
|
6116
|
-
MembershipStatus,
|
|
6117
|
-
ProtectedJobOutput,
|
|
6118
6322
|
AnalysisParameterFilterSensitiveLog,
|
|
6119
6323
|
AnalysisSourceFilterSensitiveLog,
|
|
6120
6324
|
AnalysisTemplateFilterSensitiveLog,
|
|
@@ -6125,6 +6329,8 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
6125
6329
|
CollaborationAnalysisTemplateFilterSensitiveLog,
|
|
6126
6330
|
BatchGetCollaborationAnalysisTemplateOutputFilterSensitiveLog,
|
|
6127
6331
|
GetCollaborationAnalysisTemplateOutputFilterSensitiveLog,
|
|
6332
|
+
MembershipStatus,
|
|
6333
|
+
ProtectedJobOutput,
|
|
6128
6334
|
ProtectedJobOutputConfigurationOutput,
|
|
6129
6335
|
ProtectedJobStatus,
|
|
6130
6336
|
WorkerComputeType,
|
package/dist-es/CleanRooms.js
CHANGED
|
@@ -4,6 +4,7 @@ import { BatchGetCollaborationAnalysisTemplateCommand, } from "./commands/BatchG
|
|
|
4
4
|
import { BatchGetSchemaAnalysisRuleCommand, } from "./commands/BatchGetSchemaAnalysisRuleCommand";
|
|
5
5
|
import { BatchGetSchemaCommand, } from "./commands/BatchGetSchemaCommand";
|
|
6
6
|
import { CreateAnalysisTemplateCommand, } from "./commands/CreateAnalysisTemplateCommand";
|
|
7
|
+
import { CreateCollaborationChangeRequestCommand, } from "./commands/CreateCollaborationChangeRequestCommand";
|
|
7
8
|
import { CreateCollaborationCommand, } from "./commands/CreateCollaborationCommand";
|
|
8
9
|
import { CreateConfiguredAudienceModelAssociationCommand, } from "./commands/CreateConfiguredAudienceModelAssociationCommand";
|
|
9
10
|
import { CreateConfiguredTableAnalysisRuleCommand, } from "./commands/CreateConfiguredTableAnalysisRuleCommand";
|
|
@@ -28,6 +29,7 @@ import { DeleteMembershipCommand, } from "./commands/DeleteMembershipCommand";
|
|
|
28
29
|
import { DeletePrivacyBudgetTemplateCommand, } from "./commands/DeletePrivacyBudgetTemplateCommand";
|
|
29
30
|
import { GetAnalysisTemplateCommand, } from "./commands/GetAnalysisTemplateCommand";
|
|
30
31
|
import { GetCollaborationAnalysisTemplateCommand, } from "./commands/GetCollaborationAnalysisTemplateCommand";
|
|
32
|
+
import { GetCollaborationChangeRequestCommand, } from "./commands/GetCollaborationChangeRequestCommand";
|
|
31
33
|
import { GetCollaborationCommand, } from "./commands/GetCollaborationCommand";
|
|
32
34
|
import { GetCollaborationConfiguredAudienceModelAssociationCommand, } from "./commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
33
35
|
import { GetCollaborationIdNamespaceAssociationCommand, } from "./commands/GetCollaborationIdNamespaceAssociationCommand";
|
|
@@ -47,6 +49,7 @@ import { GetSchemaAnalysisRuleCommand, } from "./commands/GetSchemaAnalysisRuleC
|
|
|
47
49
|
import { GetSchemaCommand } from "./commands/GetSchemaCommand";
|
|
48
50
|
import { ListAnalysisTemplatesCommand, } from "./commands/ListAnalysisTemplatesCommand";
|
|
49
51
|
import { ListCollaborationAnalysisTemplatesCommand, } from "./commands/ListCollaborationAnalysisTemplatesCommand";
|
|
52
|
+
import { ListCollaborationChangeRequestsCommand, } from "./commands/ListCollaborationChangeRequestsCommand";
|
|
50
53
|
import { ListCollaborationConfiguredAudienceModelAssociationsCommand, } from "./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
51
54
|
import { ListCollaborationIdNamespaceAssociationsCommand, } from "./commands/ListCollaborationIdNamespaceAssociationsCommand";
|
|
52
55
|
import { ListCollaborationPrivacyBudgetsCommand, } from "./commands/ListCollaborationPrivacyBudgetsCommand";
|
|
@@ -90,6 +93,7 @@ const commands = {
|
|
|
90
93
|
BatchGetSchemaAnalysisRuleCommand,
|
|
91
94
|
CreateAnalysisTemplateCommand,
|
|
92
95
|
CreateCollaborationCommand,
|
|
96
|
+
CreateCollaborationChangeRequestCommand,
|
|
93
97
|
CreateConfiguredAudienceModelAssociationCommand,
|
|
94
98
|
CreateConfiguredTableCommand,
|
|
95
99
|
CreateConfiguredTableAnalysisRuleCommand,
|
|
@@ -114,6 +118,7 @@ const commands = {
|
|
|
114
118
|
GetAnalysisTemplateCommand,
|
|
115
119
|
GetCollaborationCommand,
|
|
116
120
|
GetCollaborationAnalysisTemplateCommand,
|
|
121
|
+
GetCollaborationChangeRequestCommand,
|
|
117
122
|
GetCollaborationConfiguredAudienceModelAssociationCommand,
|
|
118
123
|
GetCollaborationIdNamespaceAssociationCommand,
|
|
119
124
|
GetCollaborationPrivacyBudgetTemplateCommand,
|
|
@@ -132,6 +137,7 @@ const commands = {
|
|
|
132
137
|
GetSchemaAnalysisRuleCommand,
|
|
133
138
|
ListAnalysisTemplatesCommand,
|
|
134
139
|
ListCollaborationAnalysisTemplatesCommand,
|
|
140
|
+
ListCollaborationChangeRequestsCommand,
|
|
135
141
|
ListCollaborationConfiguredAudienceModelAssociationsCommand,
|
|
136
142
|
ListCollaborationIdNamespaceAssociationsCommand,
|
|
137
143
|
ListCollaborationPrivacyBudgetsCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateCollaborationChangeRequestCommand, se_CreateCollaborationChangeRequestCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateCollaborationChangeRequestCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSBastionControlPlaneServiceLambda", "CreateCollaborationChangeRequest", {})
|
|
17
|
+
.n("CleanRoomsClient", "CreateCollaborationChangeRequestCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateCollaborationChangeRequestCommand)
|
|
20
|
+
.de(de_CreateCollaborationChangeRequestCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetCollaborationChangeRequestCommand, se_GetCollaborationChangeRequestCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCollaborationChangeRequestCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSBastionControlPlaneServiceLambda", "GetCollaborationChangeRequest", {})
|
|
17
|
+
.n("CleanRoomsClient", "GetCollaborationChangeRequestCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetCollaborationChangeRequestCommand)
|
|
20
|
+
.de(de_GetCollaborationChangeRequestCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListCollaborationChangeRequestsCommand, se_ListCollaborationChangeRequestsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListCollaborationChangeRequestsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSBastionControlPlaneServiceLambda", "ListCollaborationChangeRequests", {})
|
|
17
|
+
.n("CleanRoomsClient", "ListCollaborationChangeRequestsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListCollaborationChangeRequestsCommand)
|
|
20
|
+
.de(de_ListCollaborationChangeRequestsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,6 +2,7 @@ export * from "./BatchGetCollaborationAnalysisTemplateCommand";
|
|
|
2
2
|
export * from "./BatchGetSchemaAnalysisRuleCommand";
|
|
3
3
|
export * from "./BatchGetSchemaCommand";
|
|
4
4
|
export * from "./CreateAnalysisTemplateCommand";
|
|
5
|
+
export * from "./CreateCollaborationChangeRequestCommand";
|
|
5
6
|
export * from "./CreateCollaborationCommand";
|
|
6
7
|
export * from "./CreateConfiguredAudienceModelAssociationCommand";
|
|
7
8
|
export * from "./CreateConfiguredTableAnalysisRuleCommand";
|
|
@@ -26,6 +27,7 @@ export * from "./DeleteMembershipCommand";
|
|
|
26
27
|
export * from "./DeletePrivacyBudgetTemplateCommand";
|
|
27
28
|
export * from "./GetAnalysisTemplateCommand";
|
|
28
29
|
export * from "./GetCollaborationAnalysisTemplateCommand";
|
|
30
|
+
export * from "./GetCollaborationChangeRequestCommand";
|
|
29
31
|
export * from "./GetCollaborationCommand";
|
|
30
32
|
export * from "./GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
31
33
|
export * from "./GetCollaborationIdNamespaceAssociationCommand";
|
|
@@ -45,6 +47,7 @@ export * from "./GetSchemaAnalysisRuleCommand";
|
|
|
45
47
|
export * from "./GetSchemaCommand";
|
|
46
48
|
export * from "./ListAnalysisTemplatesCommand";
|
|
47
49
|
export * from "./ListCollaborationAnalysisTemplatesCommand";
|
|
50
|
+
export * from "./ListCollaborationChangeRequestsCommand";
|
|
48
51
|
export * from "./ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
49
52
|
export * from "./ListCollaborationIdNamespaceAssociationsCommand";
|
|
50
53
|
export * from "./ListCollaborationPrivacyBudgetTemplatesCommand";
|