@aws-sdk/client-cleanrooms 3.879.0 → 3.882.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 +238 -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 +27 -0
- package/dist-es/pagination/ListCollaborationChangeRequestsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +115 -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 +7 -2
- package/dist-types/commands/ListCollaborationChangeRequestsCommand.d.ts +117 -0
- package/dist-types/commands/StartProtectedJobCommand.d.ts +12 -0
- package/dist-types/commands/UpdateCollaborationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateProtectedJobCommand.d.ts +6 -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 +387 -2
- 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 +139 -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 +11 -11
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,
|
|
@@ -156,12 +164,14 @@ __export(index_exports, {
|
|
|
156
164
|
PrivacyBudgetType: () => PrivacyBudgetType,
|
|
157
165
|
PrivacyImpact: () => PrivacyImpact,
|
|
158
166
|
ProtectedJobAnalysisType: () => ProtectedJobAnalysisType,
|
|
167
|
+
ProtectedJobComputeConfiguration: () => ProtectedJobComputeConfiguration,
|
|
159
168
|
ProtectedJobConfigurationDetails: () => ProtectedJobConfigurationDetails,
|
|
160
169
|
ProtectedJobOutput: () => ProtectedJobOutput,
|
|
161
170
|
ProtectedJobOutputConfigurationInput: () => ProtectedJobOutputConfigurationInput,
|
|
162
171
|
ProtectedJobOutputConfigurationOutput: () => ProtectedJobOutputConfigurationOutput,
|
|
163
172
|
ProtectedJobStatus: () => ProtectedJobStatus,
|
|
164
173
|
ProtectedJobType: () => ProtectedJobType,
|
|
174
|
+
ProtectedJobWorkerComputeType: () => ProtectedJobWorkerComputeType,
|
|
165
175
|
ProtectedQueryDistributeOutputConfigurationLocation: () => ProtectedQueryDistributeOutputConfigurationLocation,
|
|
166
176
|
ProtectedQueryFilterSensitiveLog: () => ProtectedQueryFilterSensitiveLog,
|
|
167
177
|
ProtectedQueryOutput: () => ProtectedQueryOutput,
|
|
@@ -213,6 +223,7 @@ __export(index_exports, {
|
|
|
213
223
|
__Client: () => import_smithy_client.Client,
|
|
214
224
|
paginateListAnalysisTemplates: () => paginateListAnalysisTemplates,
|
|
215
225
|
paginateListCollaborationAnalysisTemplates: () => paginateListCollaborationAnalysisTemplates,
|
|
226
|
+
paginateListCollaborationChangeRequests: () => paginateListCollaborationChangeRequests,
|
|
216
227
|
paginateListCollaborationConfiguredAudienceModelAssociations: () => paginateListCollaborationConfiguredAudienceModelAssociations,
|
|
217
228
|
paginateListCollaborationIdNamespaceAssociations: () => paginateListCollaborationIdNamespaceAssociations,
|
|
218
229
|
paginateListCollaborationPrivacyBudgetTemplates: () => paginateListCollaborationPrivacyBudgetTemplates,
|
|
@@ -790,6 +801,9 @@ var AnalyticsEngine = {
|
|
|
790
801
|
CLEAN_ROOMS_SQL: "CLEAN_ROOMS_SQL",
|
|
791
802
|
SPARK: "SPARK"
|
|
792
803
|
};
|
|
804
|
+
var AutoApprovedChangeType = {
|
|
805
|
+
ADD_MEMBER: "ADD_MEMBER"
|
|
806
|
+
};
|
|
793
807
|
var SchemaConfiguration = {
|
|
794
808
|
DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY"
|
|
795
809
|
};
|
|
@@ -852,6 +866,26 @@ var MemberStatus = {
|
|
|
852
866
|
LEFT: "LEFT",
|
|
853
867
|
REMOVED: "REMOVED"
|
|
854
868
|
};
|
|
869
|
+
var ChangeSpecification;
|
|
870
|
+
((ChangeSpecification3) => {
|
|
871
|
+
ChangeSpecification3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
872
|
+
if (value.member !== void 0) return visitor.member(value.member);
|
|
873
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
874
|
+
}, "visit");
|
|
875
|
+
})(ChangeSpecification || (ChangeSpecification = {}));
|
|
876
|
+
var ChangeSpecificationType = {
|
|
877
|
+
MEMBER: "MEMBER"
|
|
878
|
+
};
|
|
879
|
+
var ChangeType = {
|
|
880
|
+
ADD_MEMBER: "ADD_MEMBER"
|
|
881
|
+
};
|
|
882
|
+
var ChangeRequestStatus = {
|
|
883
|
+
APPROVED: "APPROVED",
|
|
884
|
+
CANCELLED: "CANCELLED",
|
|
885
|
+
COMMITTED: "COMMITTED",
|
|
886
|
+
DENIED: "DENIED",
|
|
887
|
+
PENDING: "PENDING"
|
|
888
|
+
};
|
|
855
889
|
var PrivacyBudgetTemplateAutoRefresh = {
|
|
856
890
|
CALENDAR_MONTH: "CALENDAR_MONTH",
|
|
857
891
|
NONE: "NONE"
|
|
@@ -952,19 +986,6 @@ var MembershipQueryLogStatus = {
|
|
|
952
986
|
DISABLED: "DISABLED",
|
|
953
987
|
ENABLED: "ENABLED"
|
|
954
988
|
};
|
|
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
989
|
var AnalysisParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
969
990
|
...obj
|
|
970
991
|
}), "AnalysisParameterFilterSensitiveLog");
|
|
@@ -1102,6 +1123,7 @@ var se_CreateCollaborationCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1102
1123
|
body = JSON.stringify(
|
|
1103
1124
|
(0, import_smithy_client.take)(input, {
|
|
1104
1125
|
analyticsEngine: [],
|
|
1126
|
+
autoApprovedChangeRequestTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "autoApprovedChangeRequestTypes"),
|
|
1105
1127
|
creatorDisplayName: [],
|
|
1106
1128
|
creatorMLMemberAbilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "creatorMLMemberAbilities"),
|
|
1107
1129
|
creatorMemberAbilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "creatorMemberAbilities"),
|
|
@@ -1118,6 +1140,22 @@ var se_CreateCollaborationCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1118
1140
|
b.m("POST").h(headers).b(body);
|
|
1119
1141
|
return b.build();
|
|
1120
1142
|
}, "se_CreateCollaborationCommand");
|
|
1143
|
+
var se_CreateCollaborationChangeRequestCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1144
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1145
|
+
const headers = {
|
|
1146
|
+
"content-type": "application/json"
|
|
1147
|
+
};
|
|
1148
|
+
b.bp("/collaborations/{collaborationIdentifier}/changeRequests");
|
|
1149
|
+
b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
|
|
1150
|
+
let body;
|
|
1151
|
+
body = JSON.stringify(
|
|
1152
|
+
(0, import_smithy_client.take)(input, {
|
|
1153
|
+
changes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "changes")
|
|
1154
|
+
})
|
|
1155
|
+
);
|
|
1156
|
+
b.m("POST").h(headers).b(body);
|
|
1157
|
+
return b.build();
|
|
1158
|
+
}, "se_CreateCollaborationChangeRequestCommand");
|
|
1121
1159
|
var se_CreateConfiguredAudienceModelAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1122
1160
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1123
1161
|
const headers = {
|
|
@@ -1477,6 +1515,16 @@ var se_GetCollaborationAnalysisTemplateCommand = /* @__PURE__ */ __name(async (i
|
|
|
1477
1515
|
b.m("GET").h(headers).b(body);
|
|
1478
1516
|
return b.build();
|
|
1479
1517
|
}, "se_GetCollaborationAnalysisTemplateCommand");
|
|
1518
|
+
var se_GetCollaborationChangeRequestCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1519
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1520
|
+
const headers = {};
|
|
1521
|
+
b.bp("/collaborations/{collaborationIdentifier}/changeRequests/{changeRequestIdentifier}");
|
|
1522
|
+
b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
|
|
1523
|
+
b.p("changeRequestIdentifier", () => input.changeRequestIdentifier, "{changeRequestIdentifier}", false);
|
|
1524
|
+
let body;
|
|
1525
|
+
b.m("GET").h(headers).b(body);
|
|
1526
|
+
return b.build();
|
|
1527
|
+
}, "se_GetCollaborationChangeRequestCommand");
|
|
1480
1528
|
var se_GetCollaborationConfiguredAudienceModelAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1481
1529
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1482
1530
|
const headers = {};
|
|
@@ -1709,6 +1757,20 @@ var se_ListCollaborationAnalysisTemplatesCommand = /* @__PURE__ */ __name(async
|
|
|
1709
1757
|
b.m("GET").h(headers).q(query).b(body);
|
|
1710
1758
|
return b.build();
|
|
1711
1759
|
}, "se_ListCollaborationAnalysisTemplatesCommand");
|
|
1760
|
+
var se_ListCollaborationChangeRequestsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1761
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1762
|
+
const headers = {};
|
|
1763
|
+
b.bp("/collaborations/{collaborationIdentifier}/changeRequests");
|
|
1764
|
+
b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
|
|
1765
|
+
const query = (0, import_smithy_client.map)({
|
|
1766
|
+
[_s]: [, input[_s]],
|
|
1767
|
+
[_nT]: [, input[_nT]],
|
|
1768
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1769
|
+
});
|
|
1770
|
+
let body;
|
|
1771
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1772
|
+
return b.build();
|
|
1773
|
+
}, "se_ListCollaborationChangeRequestsCommand");
|
|
1712
1774
|
var se_ListCollaborationConfiguredAudienceModelAssociationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1713
1775
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1714
1776
|
const headers = {};
|
|
@@ -1979,6 +2041,7 @@ var se_StartProtectedJobCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1979
2041
|
let body;
|
|
1980
2042
|
body = JSON.stringify(
|
|
1981
2043
|
(0, import_smithy_client.take)(input, {
|
|
2044
|
+
computeConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "computeConfiguration"),
|
|
1982
2045
|
jobParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobParameters"),
|
|
1983
2046
|
resultConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resultConfiguration"),
|
|
1984
2047
|
type: []
|
|
@@ -2371,6 +2434,20 @@ var de_CreateCollaborationCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2371
2434
|
Object.assign(contents, doc);
|
|
2372
2435
|
return contents;
|
|
2373
2436
|
}, "de_CreateCollaborationCommand");
|
|
2437
|
+
var de_CreateCollaborationChangeRequestCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2438
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2439
|
+
return de_CommandError(output, context);
|
|
2440
|
+
}
|
|
2441
|
+
const contents = (0, import_smithy_client.map)({
|
|
2442
|
+
$metadata: deserializeMetadata(output)
|
|
2443
|
+
});
|
|
2444
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2445
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2446
|
+
collaborationChangeRequest: /* @__PURE__ */ __name((_) => de_CollaborationChangeRequest(_, context), "collaborationChangeRequest")
|
|
2447
|
+
});
|
|
2448
|
+
Object.assign(contents, doc);
|
|
2449
|
+
return contents;
|
|
2450
|
+
}, "de_CreateCollaborationChangeRequestCommand");
|
|
2374
2451
|
var de_CreateConfiguredAudienceModelAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2375
2452
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2376
2453
|
return de_CommandError(output, context);
|
|
@@ -2659,6 +2736,20 @@ var de_GetCollaborationAnalysisTemplateCommand = /* @__PURE__ */ __name(async (o
|
|
|
2659
2736
|
Object.assign(contents, doc);
|
|
2660
2737
|
return contents;
|
|
2661
2738
|
}, "de_GetCollaborationAnalysisTemplateCommand");
|
|
2739
|
+
var de_GetCollaborationChangeRequestCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2740
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2741
|
+
return de_CommandError(output, context);
|
|
2742
|
+
}
|
|
2743
|
+
const contents = (0, import_smithy_client.map)({
|
|
2744
|
+
$metadata: deserializeMetadata(output)
|
|
2745
|
+
});
|
|
2746
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2747
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2748
|
+
collaborationChangeRequest: /* @__PURE__ */ __name((_) => de_CollaborationChangeRequest(_, context), "collaborationChangeRequest")
|
|
2749
|
+
});
|
|
2750
|
+
Object.assign(contents, doc);
|
|
2751
|
+
return contents;
|
|
2752
|
+
}, "de_GetCollaborationChangeRequestCommand");
|
|
2662
2753
|
var de_GetCollaborationConfiguredAudienceModelAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2663
2754
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2664
2755
|
return de_CommandError(output, context);
|
|
@@ -2913,6 +3004,21 @@ var de_ListCollaborationAnalysisTemplatesCommand = /* @__PURE__ */ __name(async
|
|
|
2913
3004
|
Object.assign(contents, doc);
|
|
2914
3005
|
return contents;
|
|
2915
3006
|
}, "de_ListCollaborationAnalysisTemplatesCommand");
|
|
3007
|
+
var de_ListCollaborationChangeRequestsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3008
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3009
|
+
return de_CommandError(output, context);
|
|
3010
|
+
}
|
|
3011
|
+
const contents = (0, import_smithy_client.map)({
|
|
3012
|
+
$metadata: deserializeMetadata(output)
|
|
3013
|
+
});
|
|
3014
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3015
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3016
|
+
collaborationChangeRequestSummaries: /* @__PURE__ */ __name((_) => de_CollaborationChangeRequestSummaryList(_, context), "collaborationChangeRequestSummaries"),
|
|
3017
|
+
nextToken: import_smithy_client.expectString
|
|
3018
|
+
});
|
|
3019
|
+
Object.assign(contents, doc);
|
|
3020
|
+
return contents;
|
|
3021
|
+
}, "de_ListCollaborationChangeRequestsCommand");
|
|
2916
3022
|
var de_ListCollaborationConfiguredAudienceModelAssociationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2917
3023
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2918
3024
|
return de_CommandError(output, context);
|
|
@@ -3646,6 +3752,7 @@ var de_Collaboration = /* @__PURE__ */ __name((output, context) => {
|
|
|
3646
3752
|
return (0, import_smithy_client.take)(output, {
|
|
3647
3753
|
analyticsEngine: import_smithy_client.expectString,
|
|
3648
3754
|
arn: import_smithy_client.expectString,
|
|
3755
|
+
autoApprovedChangeTypes: import_smithy_client._json,
|
|
3649
3756
|
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3650
3757
|
creatorAccountId: import_smithy_client.expectString,
|
|
3651
3758
|
creatorDisplayName: import_smithy_client.expectString,
|
|
@@ -3706,6 +3813,34 @@ var de_CollaborationAnalysisTemplateSummaryList = /* @__PURE__ */ __name((output
|
|
|
3706
3813
|
});
|
|
3707
3814
|
return retVal;
|
|
3708
3815
|
}, "de_CollaborationAnalysisTemplateSummaryList");
|
|
3816
|
+
var de_CollaborationChangeRequest = /* @__PURE__ */ __name((output, context) => {
|
|
3817
|
+
return (0, import_smithy_client.take)(output, {
|
|
3818
|
+
changes: import_smithy_client._json,
|
|
3819
|
+
collaborationId: import_smithy_client.expectString,
|
|
3820
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3821
|
+
id: import_smithy_client.expectString,
|
|
3822
|
+
isAutoApproved: import_smithy_client.expectBoolean,
|
|
3823
|
+
status: import_smithy_client.expectString,
|
|
3824
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3825
|
+
});
|
|
3826
|
+
}, "de_CollaborationChangeRequest");
|
|
3827
|
+
var de_CollaborationChangeRequestSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3828
|
+
return (0, import_smithy_client.take)(output, {
|
|
3829
|
+
changes: import_smithy_client._json,
|
|
3830
|
+
collaborationId: import_smithy_client.expectString,
|
|
3831
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3832
|
+
id: import_smithy_client.expectString,
|
|
3833
|
+
isAutoApproved: import_smithy_client.expectBoolean,
|
|
3834
|
+
status: import_smithy_client.expectString,
|
|
3835
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3836
|
+
});
|
|
3837
|
+
}, "de_CollaborationChangeRequestSummary");
|
|
3838
|
+
var de_CollaborationChangeRequestSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
3839
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3840
|
+
return de_CollaborationChangeRequestSummary(entry, context);
|
|
3841
|
+
});
|
|
3842
|
+
return retVal;
|
|
3843
|
+
}, "de_CollaborationChangeRequestSummaryList");
|
|
3709
3844
|
var de_CollaborationConfiguredAudienceModelAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
3710
3845
|
return (0, import_smithy_client.take)(output, {
|
|
3711
3846
|
arn: import_smithy_client.expectString,
|
|
@@ -4205,6 +4340,7 @@ var de_PrivacyBudgetTemplateSummaryList = /* @__PURE__ */ __name((output, contex
|
|
|
4205
4340
|
}, "de_PrivacyBudgetTemplateSummaryList");
|
|
4206
4341
|
var de_ProtectedJob = /* @__PURE__ */ __name((output, context) => {
|
|
4207
4342
|
return (0, import_smithy_client.take)(output, {
|
|
4343
|
+
computeConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "computeConfiguration"),
|
|
4208
4344
|
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
4209
4345
|
error: import_smithy_client._json,
|
|
4210
4346
|
id: import_smithy_client.expectString,
|
|
@@ -4402,6 +4538,21 @@ var CreateAnalysisTemplateCommand = class extends import_smithy_client.Command.c
|
|
|
4402
4538
|
}
|
|
4403
4539
|
};
|
|
4404
4540
|
|
|
4541
|
+
// src/commands/CreateCollaborationChangeRequestCommand.ts
|
|
4542
|
+
|
|
4543
|
+
|
|
4544
|
+
|
|
4545
|
+
var CreateCollaborationChangeRequestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4546
|
+
return [
|
|
4547
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4548
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4549
|
+
];
|
|
4550
|
+
}).s("AWSBastionControlPlaneServiceLambda", "CreateCollaborationChangeRequest", {}).n("CleanRoomsClient", "CreateCollaborationChangeRequestCommand").f(void 0, void 0).ser(se_CreateCollaborationChangeRequestCommand).de(de_CreateCollaborationChangeRequestCommand).build() {
|
|
4551
|
+
static {
|
|
4552
|
+
__name(this, "CreateCollaborationChangeRequestCommand");
|
|
4553
|
+
}
|
|
4554
|
+
};
|
|
4555
|
+
|
|
4405
4556
|
// src/commands/CreateCollaborationCommand.ts
|
|
4406
4557
|
|
|
4407
4558
|
|
|
@@ -4762,6 +4913,21 @@ var GetCollaborationAnalysisTemplateCommand = class extends import_smithy_client
|
|
|
4762
4913
|
}
|
|
4763
4914
|
};
|
|
4764
4915
|
|
|
4916
|
+
// src/commands/GetCollaborationChangeRequestCommand.ts
|
|
4917
|
+
|
|
4918
|
+
|
|
4919
|
+
|
|
4920
|
+
var GetCollaborationChangeRequestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4921
|
+
return [
|
|
4922
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4923
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4924
|
+
];
|
|
4925
|
+
}).s("AWSBastionControlPlaneServiceLambda", "GetCollaborationChangeRequest", {}).n("CleanRoomsClient", "GetCollaborationChangeRequestCommand").f(void 0, void 0).ser(se_GetCollaborationChangeRequestCommand).de(de_GetCollaborationChangeRequestCommand).build() {
|
|
4926
|
+
static {
|
|
4927
|
+
__name(this, "GetCollaborationChangeRequestCommand");
|
|
4928
|
+
}
|
|
4929
|
+
};
|
|
4930
|
+
|
|
4765
4931
|
// src/commands/GetCollaborationCommand.ts
|
|
4766
4932
|
|
|
4767
4933
|
|
|
@@ -4979,6 +5145,30 @@ var GetProtectedJobCommand = class extends import_smithy_client.Command.classBui
|
|
|
4979
5145
|
|
|
4980
5146
|
// src/models/models_1.ts
|
|
4981
5147
|
|
|
5148
|
+
var MembershipStatus = {
|
|
5149
|
+
ACTIVE: "ACTIVE",
|
|
5150
|
+
COLLABORATION_DELETED: "COLLABORATION_DELETED",
|
|
5151
|
+
REMOVED: "REMOVED"
|
|
5152
|
+
};
|
|
5153
|
+
var ProtectedJobWorkerComputeType = {
|
|
5154
|
+
CR1X: "CR.1X",
|
|
5155
|
+
CR4X: "CR.4X"
|
|
5156
|
+
};
|
|
5157
|
+
var ProtectedJobComputeConfiguration;
|
|
5158
|
+
((ProtectedJobComputeConfiguration2) => {
|
|
5159
|
+
ProtectedJobComputeConfiguration2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5160
|
+
if (value.worker !== void 0) return visitor.worker(value.worker);
|
|
5161
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5162
|
+
}, "visit");
|
|
5163
|
+
})(ProtectedJobComputeConfiguration || (ProtectedJobComputeConfiguration = {}));
|
|
5164
|
+
var ProtectedJobOutput;
|
|
5165
|
+
((ProtectedJobOutput2) => {
|
|
5166
|
+
ProtectedJobOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5167
|
+
if (value.s3 !== void 0) return visitor.s3(value.s3);
|
|
5168
|
+
if (value.memberList !== void 0) return visitor.memberList(value.memberList);
|
|
5169
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5170
|
+
}, "visit");
|
|
5171
|
+
})(ProtectedJobOutput || (ProtectedJobOutput = {}));
|
|
4982
5172
|
var ProtectedJobOutputConfigurationOutput;
|
|
4983
5173
|
((ProtectedJobOutputConfigurationOutput2) => {
|
|
4984
5174
|
ProtectedJobOutputConfigurationOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -5208,6 +5398,21 @@ var ListCollaborationAnalysisTemplatesCommand = class extends import_smithy_clie
|
|
|
5208
5398
|
}
|
|
5209
5399
|
};
|
|
5210
5400
|
|
|
5401
|
+
// src/commands/ListCollaborationChangeRequestsCommand.ts
|
|
5402
|
+
|
|
5403
|
+
|
|
5404
|
+
|
|
5405
|
+
var ListCollaborationChangeRequestsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5406
|
+
return [
|
|
5407
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5408
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5409
|
+
];
|
|
5410
|
+
}).s("AWSBastionControlPlaneServiceLambda", "ListCollaborationChangeRequests", {}).n("CleanRoomsClient", "ListCollaborationChangeRequestsCommand").f(void 0, void 0).ser(se_ListCollaborationChangeRequestsCommand).de(de_ListCollaborationChangeRequestsCommand).build() {
|
|
5411
|
+
static {
|
|
5412
|
+
__name(this, "ListCollaborationChangeRequestsCommand");
|
|
5413
|
+
}
|
|
5414
|
+
};
|
|
5415
|
+
|
|
5211
5416
|
// src/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.ts
|
|
5212
5417
|
|
|
5213
5418
|
|
|
@@ -5770,6 +5975,7 @@ var commands = {
|
|
|
5770
5975
|
BatchGetSchemaAnalysisRuleCommand,
|
|
5771
5976
|
CreateAnalysisTemplateCommand,
|
|
5772
5977
|
CreateCollaborationCommand,
|
|
5978
|
+
CreateCollaborationChangeRequestCommand,
|
|
5773
5979
|
CreateConfiguredAudienceModelAssociationCommand,
|
|
5774
5980
|
CreateConfiguredTableCommand,
|
|
5775
5981
|
CreateConfiguredTableAnalysisRuleCommand,
|
|
@@ -5794,6 +6000,7 @@ var commands = {
|
|
|
5794
6000
|
GetAnalysisTemplateCommand,
|
|
5795
6001
|
GetCollaborationCommand,
|
|
5796
6002
|
GetCollaborationAnalysisTemplateCommand,
|
|
6003
|
+
GetCollaborationChangeRequestCommand,
|
|
5797
6004
|
GetCollaborationConfiguredAudienceModelAssociationCommand,
|
|
5798
6005
|
GetCollaborationIdNamespaceAssociationCommand,
|
|
5799
6006
|
GetCollaborationPrivacyBudgetTemplateCommand,
|
|
@@ -5812,6 +6019,7 @@ var commands = {
|
|
|
5812
6019
|
GetSchemaAnalysisRuleCommand,
|
|
5813
6020
|
ListAnalysisTemplatesCommand,
|
|
5814
6021
|
ListCollaborationAnalysisTemplatesCommand,
|
|
6022
|
+
ListCollaborationChangeRequestsCommand,
|
|
5815
6023
|
ListCollaborationConfiguredAudienceModelAssociationsCommand,
|
|
5816
6024
|
ListCollaborationIdNamespaceAssociationsCommand,
|
|
5817
6025
|
ListCollaborationPrivacyBudgetsCommand,
|
|
@@ -5865,6 +6073,10 @@ var paginateListAnalysisTemplates = (0, import_core.createPaginator)(CleanRoomsC
|
|
|
5865
6073
|
|
|
5866
6074
|
var paginateListCollaborationAnalysisTemplates = (0, import_core.createPaginator)(CleanRoomsClient, ListCollaborationAnalysisTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
5867
6075
|
|
|
6076
|
+
// src/pagination/ListCollaborationChangeRequestsPaginator.ts
|
|
6077
|
+
|
|
6078
|
+
var paginateListCollaborationChangeRequests = (0, import_core.createPaginator)(CleanRoomsClient, ListCollaborationChangeRequestsCommand, "nextToken", "nextToken", "maxResults");
|
|
6079
|
+
|
|
5868
6080
|
// src/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.ts
|
|
5869
6081
|
|
|
5870
6082
|
var paginateListCollaborationConfiguredAudienceModelAssociations = (0, import_core.createPaginator)(
|
|
@@ -5950,6 +6162,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
5950
6162
|
BatchGetSchemaAnalysisRuleCommand,
|
|
5951
6163
|
BatchGetSchemaCommand,
|
|
5952
6164
|
CreateAnalysisTemplateCommand,
|
|
6165
|
+
CreateCollaborationChangeRequestCommand,
|
|
5953
6166
|
CreateCollaborationCommand,
|
|
5954
6167
|
CreateConfiguredAudienceModelAssociationCommand,
|
|
5955
6168
|
CreateConfiguredTableAnalysisRuleCommand,
|
|
@@ -5974,6 +6187,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
5974
6187
|
DeletePrivacyBudgetTemplateCommand,
|
|
5975
6188
|
GetAnalysisTemplateCommand,
|
|
5976
6189
|
GetCollaborationAnalysisTemplateCommand,
|
|
6190
|
+
GetCollaborationChangeRequestCommand,
|
|
5977
6191
|
GetCollaborationCommand,
|
|
5978
6192
|
GetCollaborationConfiguredAudienceModelAssociationCommand,
|
|
5979
6193
|
GetCollaborationIdNamespaceAssociationCommand,
|
|
@@ -5993,6 +6207,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
5993
6207
|
GetSchemaCommand,
|
|
5994
6208
|
ListAnalysisTemplatesCommand,
|
|
5995
6209
|
ListCollaborationAnalysisTemplatesCommand,
|
|
6210
|
+
ListCollaborationChangeRequestsCommand,
|
|
5996
6211
|
ListCollaborationConfiguredAudienceModelAssociationsCommand,
|
|
5997
6212
|
ListCollaborationIdNamespaceAssociationsCommand,
|
|
5998
6213
|
ListCollaborationPrivacyBudgetTemplatesCommand,
|
|
@@ -6032,6 +6247,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
6032
6247
|
UpdateProtectedQueryCommand,
|
|
6033
6248
|
paginateListAnalysisTemplates,
|
|
6034
6249
|
paginateListCollaborationAnalysisTemplates,
|
|
6250
|
+
paginateListCollaborationChangeRequests,
|
|
6035
6251
|
paginateListCollaborationConfiguredAudienceModelAssociations,
|
|
6036
6252
|
paginateListCollaborationIdNamespaceAssociations,
|
|
6037
6253
|
paginateListCollaborationPrivacyBudgetTemplates,
|
|
@@ -6084,6 +6300,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
6084
6300
|
ValidationException,
|
|
6085
6301
|
AnalysisType,
|
|
6086
6302
|
AnalyticsEngine,
|
|
6303
|
+
AutoApprovedChangeType,
|
|
6087
6304
|
SchemaConfiguration,
|
|
6088
6305
|
SchemaStatusReasonCode,
|
|
6089
6306
|
SchemaStatus,
|
|
@@ -6096,6 +6313,10 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
6096
6313
|
CollaborationJobLogStatus,
|
|
6097
6314
|
CollaborationQueryLogStatus,
|
|
6098
6315
|
MemberStatus,
|
|
6316
|
+
ChangeSpecification,
|
|
6317
|
+
ChangeSpecificationType,
|
|
6318
|
+
ChangeType,
|
|
6319
|
+
ChangeRequestStatus,
|
|
6099
6320
|
PrivacyBudgetTemplateAutoRefresh,
|
|
6100
6321
|
PrivacyBudgetTemplateParametersOutput,
|
|
6101
6322
|
PrivacyBudgetType,
|
|
@@ -6113,8 +6334,6 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
6113
6334
|
MembershipProtectedQueryOutputConfiguration,
|
|
6114
6335
|
MembershipJobLogStatus,
|
|
6115
6336
|
MembershipQueryLogStatus,
|
|
6116
|
-
MembershipStatus,
|
|
6117
|
-
ProtectedJobOutput,
|
|
6118
6337
|
AnalysisParameterFilterSensitiveLog,
|
|
6119
6338
|
AnalysisSourceFilterSensitiveLog,
|
|
6120
6339
|
AnalysisTemplateFilterSensitiveLog,
|
|
@@ -6125,6 +6344,10 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
6125
6344
|
CollaborationAnalysisTemplateFilterSensitiveLog,
|
|
6126
6345
|
BatchGetCollaborationAnalysisTemplateOutputFilterSensitiveLog,
|
|
6127
6346
|
GetCollaborationAnalysisTemplateOutputFilterSensitiveLog,
|
|
6347
|
+
MembershipStatus,
|
|
6348
|
+
ProtectedJobWorkerComputeType,
|
|
6349
|
+
ProtectedJobComputeConfiguration,
|
|
6350
|
+
ProtectedJobOutput,
|
|
6128
6351
|
ProtectedJobOutputConfigurationOutput,
|
|
6129
6352
|
ProtectedJobStatus,
|
|
6130
6353
|
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
|
+
}
|