@aws-sdk/client-cleanrooms 3.750.0 → 3.770.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.
Files changed (71) hide show
  1. package/README.md +33 -1
  2. package/dist-cjs/index.js +742 -392
  3. package/dist-es/CleanRooms.js +8 -0
  4. package/dist-es/commands/GetProtectedJobCommand.js +22 -0
  5. package/dist-es/commands/GetProtectedQueryCommand.js +1 -1
  6. package/dist-es/commands/ListProtectedJobsCommand.js +22 -0
  7. package/dist-es/commands/StartProtectedJobCommand.js +22 -0
  8. package/dist-es/commands/UpdateProtectedJobCommand.js +22 -0
  9. package/dist-es/commands/index.js +4 -0
  10. package/dist-es/models/models_0.js +90 -75
  11. package/dist-es/models/models_1.js +96 -1
  12. package/dist-es/pagination/ListProtectedJobsPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/protocols/Aws_restJson1.js +176 -0
  15. package/dist-types/CleanRooms.d.ts +29 -1
  16. package/dist-types/CleanRoomsClient.d.ts +7 -3
  17. package/dist-types/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +30 -1
  18. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +98 -0
  19. package/dist-types/commands/BatchGetSchemaCommand.d.ts +4 -1
  20. package/dist-types/commands/CreateAnalysisTemplateCommand.d.ts +53 -2
  21. package/dist-types/commands/CreateCollaborationCommand.d.ts +10 -2
  22. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +3 -0
  23. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +8 -2
  24. package/dist-types/commands/CreateMembershipCommand.d.ts +29 -3
  25. package/dist-types/commands/GetAnalysisTemplateCommand.d.ts +30 -1
  26. package/dist-types/commands/GetCollaborationAnalysisTemplateCommand.d.ts +30 -1
  27. package/dist-types/commands/GetCollaborationCommand.d.ts +1 -0
  28. package/dist-types/commands/GetConfiguredTableCommand.d.ts +4 -1
  29. package/dist-types/commands/GetMembershipCommand.d.ts +15 -2
  30. package/dist-types/commands/GetProtectedJobCommand.d.ts +130 -0
  31. package/dist-types/commands/GetProtectedQueryCommand.d.ts +1 -1
  32. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +98 -0
  33. package/dist-types/commands/GetSchemaCommand.d.ts +4 -1
  34. package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +3 -0
  35. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +4 -1
  36. package/dist-types/commands/ListMembersCommand.d.ts +4 -1
  37. package/dist-types/commands/ListMembershipsCommand.d.ts +5 -2
  38. package/dist-types/commands/ListPrivacyBudgetsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListProtectedJobsCommand.d.ts +110 -0
  40. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +1 -2
  41. package/dist-types/commands/ListSchemasCommand.d.ts +4 -1
  42. package/dist-types/commands/StartProtectedJobCommand.d.ts +142 -0
  43. package/dist-types/commands/UpdateAnalysisTemplateCommand.d.ts +30 -1
  44. package/dist-types/commands/UpdateCollaborationCommand.d.ts +1 -0
  45. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +8 -1
  46. package/dist-types/commands/UpdateMembershipCommand.d.ts +26 -3
  47. package/dist-types/commands/UpdateProtectedJobCommand.d.ts +133 -0
  48. package/dist-types/commands/index.d.ts +4 -0
  49. package/dist-types/index.d.ts +1 -1
  50. package/dist-types/models/models_0.d.ts +3468 -3339
  51. package/dist-types/models/models_1.d.ts +1129 -1
  52. package/dist-types/pagination/ListProtectedJobsPaginator.d.ts +7 -0
  53. package/dist-types/pagination/index.d.ts +1 -0
  54. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  55. package/dist-types/ts3.4/CleanRooms.d.ts +68 -0
  56. package/dist-types/ts3.4/CleanRoomsClient.d.ts +24 -0
  57. package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +48 -0
  58. package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/ListPrivacyBudgetsCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/ListProtectedJobsCommand.d.ts +50 -0
  62. package/dist-types/ts3.4/commands/ListProtectedQueriesCommand.d.ts +4 -2
  63. package/dist-types/ts3.4/commands/StartProtectedJobCommand.d.ts +50 -0
  64. package/dist-types/ts3.4/commands/UpdateProtectedJobCommand.d.ts +51 -0
  65. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  66. package/dist-types/ts3.4/models/models_0.d.ts +328 -272
  67. package/dist-types/ts3.4/models/models_1.d.ts +401 -6
  68. package/dist-types/ts3.4/pagination/ListProtectedJobsPaginator.d.ts +11 -0
  69. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  70. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
  71. package/package.json +12 -12
@@ -58,6 +58,7 @@ export const se_CreateAnalysisTemplateCommand = async (input, context) => {
58
58
  description: [],
59
59
  format: [],
60
60
  name: [],
61
+ schema: (_) => _json(_),
61
62
  source: (_) => _json(_),
62
63
  tags: (_) => _json(_),
63
64
  }));
@@ -79,6 +80,7 @@ export const se_CreateCollaborationCommand = async (input, context) => {
79
80
  creatorPaymentConfiguration: (_) => _json(_),
80
81
  dataEncryptionMetadata: (_) => _json(_),
81
82
  description: [],
83
+ jobLogStatus: [],
82
84
  members: (_) => _json(_),
83
85
  name: [],
84
86
  queryLogStatus: [],
@@ -117,6 +119,7 @@ export const se_CreateConfiguredTableCommand = async (input, context) => {
117
119
  analysisMethod: [],
118
120
  description: [],
119
121
  name: [],
122
+ selectedAnalysisMethods: (_) => _json(_),
120
123
  tableReference: (_) => _json(_),
121
124
  tags: (_) => _json(_),
122
125
  }));
@@ -217,7 +220,9 @@ export const se_CreateMembershipCommand = async (input, context) => {
217
220
  let body;
218
221
  body = JSON.stringify(take(input, {
219
222
  collaborationIdentifier: [],
223
+ defaultJobResultConfiguration: (_) => _json(_),
220
224
  defaultResultConfiguration: (_) => _json(_),
225
+ jobLogStatus: [],
221
226
  paymentConfiguration: (_) => _json(_),
222
227
  queryLogStatus: [],
223
228
  tags: (_) => _json(_),
@@ -508,6 +513,16 @@ export const se_GetPrivacyBudgetTemplateCommand = async (input, context) => {
508
513
  b.m("GET").h(headers).b(body);
509
514
  return b.build();
510
515
  };
516
+ export const se_GetProtectedJobCommand = async (input, context) => {
517
+ const b = rb(input, context);
518
+ const headers = {};
519
+ b.bp("/memberships/{membershipIdentifier}/protectedJobs/{protectedJobIdentifier}");
520
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
521
+ b.p("protectedJobIdentifier", () => input.protectedJobIdentifier, "{protectedJobIdentifier}", false);
522
+ let body;
523
+ b.m("GET").h(headers).b(body);
524
+ return b.build();
525
+ };
511
526
  export const se_GetProtectedQueryCommand = async (input, context) => {
512
527
  const b = rb(input, context);
513
528
  const headers = {};
@@ -748,6 +763,20 @@ export const se_ListPrivacyBudgetTemplatesCommand = async (input, context) => {
748
763
  b.m("GET").h(headers).q(query).b(body);
749
764
  return b.build();
750
765
  };
766
+ export const se_ListProtectedJobsCommand = async (input, context) => {
767
+ const b = rb(input, context);
768
+ const headers = {};
769
+ b.bp("/memberships/{membershipIdentifier}/protectedJobs");
770
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
771
+ const query = map({
772
+ [_s]: [, input[_s]],
773
+ [_nT]: [, input[_nT]],
774
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
775
+ });
776
+ let body;
777
+ b.m("GET").h(headers).q(query).b(body);
778
+ return b.build();
779
+ };
751
780
  export const se_ListProtectedQueriesCommand = async (input, context) => {
752
781
  const b = rb(input, context);
753
782
  const headers = {};
@@ -809,6 +838,22 @@ export const se_PreviewPrivacyImpactCommand = async (input, context) => {
809
838
  b.m("POST").h(headers).b(body);
810
839
  return b.build();
811
840
  };
841
+ export const se_StartProtectedJobCommand = async (input, context) => {
842
+ const b = rb(input, context);
843
+ const headers = {
844
+ "content-type": "application/json",
845
+ };
846
+ b.bp("/memberships/{membershipIdentifier}/protectedJobs");
847
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
848
+ let body;
849
+ body = JSON.stringify(take(input, {
850
+ jobParameters: (_) => _json(_),
851
+ resultConfiguration: (_) => _json(_),
852
+ type: [],
853
+ }));
854
+ b.m("POST").h(headers).b(body);
855
+ return b.build();
856
+ };
812
857
  export const se_StartProtectedQueryCommand = async (input, context) => {
813
858
  const b = rb(input, context);
814
859
  const headers = {
@@ -907,8 +952,10 @@ export const se_UpdateConfiguredTableCommand = async (input, context) => {
907
952
  b.p("configuredTableIdentifier", () => input.configuredTableIdentifier, "{configuredTableIdentifier}", false);
908
953
  let body;
909
954
  body = JSON.stringify(take(input, {
955
+ analysisMethod: [],
910
956
  description: [],
911
957
  name: [],
958
+ selectedAnalysisMethods: (_) => _json(_),
912
959
  }));
913
960
  b.m("PATCH").h(headers).b(body);
914
961
  return b.build();
@@ -1002,7 +1049,9 @@ export const se_UpdateMembershipCommand = async (input, context) => {
1002
1049
  b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
1003
1050
  let body;
1004
1051
  body = JSON.stringify(take(input, {
1052
+ defaultJobResultConfiguration: (_) => _json(_),
1005
1053
  defaultResultConfiguration: (_) => _json(_),
1054
+ jobLogStatus: [],
1006
1055
  queryLogStatus: [],
1007
1056
  }));
1008
1057
  b.m("PATCH").h(headers).b(body);
@@ -1024,6 +1073,21 @@ export const se_UpdatePrivacyBudgetTemplateCommand = async (input, context) => {
1024
1073
  b.m("PATCH").h(headers).b(body);
1025
1074
  return b.build();
1026
1075
  };
1076
+ export const se_UpdateProtectedJobCommand = async (input, context) => {
1077
+ const b = rb(input, context);
1078
+ const headers = {
1079
+ "content-type": "application/json",
1080
+ };
1081
+ b.bp("/memberships/{membershipIdentifier}/protectedJobs/{protectedJobIdentifier}");
1082
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
1083
+ b.p("protectedJobIdentifier", () => input.protectedJobIdentifier, "{protectedJobIdentifier}", false);
1084
+ let body;
1085
+ body = JSON.stringify(take(input, {
1086
+ targetStatus: [],
1087
+ }));
1088
+ b.m("PATCH").h(headers).b(body);
1089
+ return b.build();
1090
+ };
1027
1091
  export const se_UpdateProtectedQueryCommand = async (input, context) => {
1028
1092
  const b = rb(input, context);
1029
1093
  const headers = {
@@ -1568,6 +1632,20 @@ export const de_GetPrivacyBudgetTemplateCommand = async (output, context) => {
1568
1632
  Object.assign(contents, doc);
1569
1633
  return contents;
1570
1634
  };
1635
+ export const de_GetProtectedJobCommand = async (output, context) => {
1636
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1637
+ return de_CommandError(output, context);
1638
+ }
1639
+ const contents = map({
1640
+ $metadata: deserializeMetadata(output),
1641
+ });
1642
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1643
+ const doc = take(data, {
1644
+ protectedJob: (_) => de_ProtectedJob(_, context),
1645
+ });
1646
+ Object.assign(contents, doc);
1647
+ return contents;
1648
+ };
1571
1649
  export const de_GetProtectedQueryCommand = async (output, context) => {
1572
1650
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1573
1651
  return de_CommandError(output, context);
@@ -1850,6 +1928,21 @@ export const de_ListPrivacyBudgetTemplatesCommand = async (output, context) => {
1850
1928
  Object.assign(contents, doc);
1851
1929
  return contents;
1852
1930
  };
1931
+ export const de_ListProtectedJobsCommand = async (output, context) => {
1932
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1933
+ return de_CommandError(output, context);
1934
+ }
1935
+ const contents = map({
1936
+ $metadata: deserializeMetadata(output),
1937
+ });
1938
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1939
+ const doc = take(data, {
1940
+ nextToken: __expectString,
1941
+ protectedJobs: (_) => de_ProtectedJobSummaryList(_, context),
1942
+ });
1943
+ Object.assign(contents, doc);
1944
+ return contents;
1945
+ };
1853
1946
  export const de_ListProtectedQueriesCommand = async (output, context) => {
1854
1947
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1855
1948
  return de_CommandError(output, context);
@@ -1922,6 +2015,20 @@ export const de_PreviewPrivacyImpactCommand = async (output, context) => {
1922
2015
  Object.assign(contents, doc);
1923
2016
  return contents;
1924
2017
  };
2018
+ export const de_StartProtectedJobCommand = async (output, context) => {
2019
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2020
+ return de_CommandError(output, context);
2021
+ }
2022
+ const contents = map({
2023
+ $metadata: deserializeMetadata(output),
2024
+ });
2025
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2026
+ const doc = take(data, {
2027
+ protectedJob: (_) => de_ProtectedJob(_, context),
2028
+ });
2029
+ Object.assign(contents, doc);
2030
+ return contents;
2031
+ };
1925
2032
  export const de_StartProtectedQueryCommand = async (output, context) => {
1926
2033
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1927
2034
  return de_CommandError(output, context);
@@ -2110,6 +2217,20 @@ export const de_UpdatePrivacyBudgetTemplateCommand = async (output, context) =>
2110
2217
  Object.assign(contents, doc);
2111
2218
  return contents;
2112
2219
  };
2220
+ export const de_UpdateProtectedJobCommand = async (output, context) => {
2221
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2222
+ return de_CommandError(output, context);
2223
+ }
2224
+ const contents = map({
2225
+ $metadata: deserializeMetadata(output),
2226
+ });
2227
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2228
+ const doc = take(data, {
2229
+ protectedJob: (_) => de_ProtectedJob(_, context),
2230
+ });
2231
+ Object.assign(contents, doc);
2232
+ return contents;
2233
+ };
2113
2234
  export const de_UpdateProtectedQueryCommand = async (output, context) => {
2114
2235
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2115
2236
  return de_CommandError(output, context);
@@ -2266,6 +2387,8 @@ const de_ValidationExceptionRes = async (parsedOutput, context) => {
2266
2387
  const de_AnalysisRule = (output, context) => {
2267
2388
  return take(output, {
2268
2389
  collaborationId: __expectString,
2390
+ collaborationPolicy: (_) => _json(__expectUnion(_)),
2391
+ consolidatedPolicy: (_) => _json(__expectUnion(_)),
2269
2392
  createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2270
2393
  name: __expectString,
2271
2394
  policy: (_) => _json(__expectUnion(_)),
@@ -2288,6 +2411,7 @@ const de_AnalysisTemplate = (output, context) => {
2288
2411
  name: __expectString,
2289
2412
  schema: _json,
2290
2413
  source: (_) => _json(__expectUnion(_)),
2414
+ sourceMetadata: (_) => _json(__expectUnion(_)),
2291
2415
  updateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2292
2416
  validations: _json,
2293
2417
  });
@@ -2314,6 +2438,11 @@ const de_AnalysisTemplateSummaryList = (output, context) => {
2314
2438
  });
2315
2439
  return retVal;
2316
2440
  };
2441
+ const de_BilledJobResourceUtilization = (output, context) => {
2442
+ return take(output, {
2443
+ units: __limitedParseDouble,
2444
+ });
2445
+ };
2317
2446
  const de_BilledResourceUtilization = (output, context) => {
2318
2447
  return take(output, {
2319
2448
  units: __limitedParseDouble,
@@ -2329,6 +2458,7 @@ const de_Collaboration = (output, context) => {
2329
2458
  dataEncryptionMetadata: _json,
2330
2459
  description: __expectString,
2331
2460
  id: __expectString,
2461
+ jobLogStatus: __expectString,
2332
2462
  memberStatus: __expectString,
2333
2463
  membershipArn: __expectString,
2334
2464
  membershipId: __expectString,
@@ -2351,6 +2481,7 @@ const de_CollaborationAnalysisTemplate = (output, context) => {
2351
2481
  name: __expectString,
2352
2482
  schema: _json,
2353
2483
  source: (_) => _json(__expectUnion(_)),
2484
+ sourceMetadata: (_) => _json(__expectUnion(_)),
2354
2485
  updateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2355
2486
  validations: _json,
2356
2487
  });
@@ -2586,6 +2717,7 @@ const de_ConfiguredTable = (output, context) => {
2586
2717
  description: __expectString,
2587
2718
  id: __expectString,
2588
2719
  name: __expectString,
2720
+ selectedAnalysisMethods: _json,
2589
2721
  tableReference: (_) => _json(__expectUnion(_)),
2590
2722
  updateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2591
2723
  });
@@ -2629,6 +2761,7 @@ const de_ConfiguredTableAssociationAnalysisRule = (output, context) => {
2629
2761
  };
2630
2762
  const de_ConfiguredTableAssociationSummary = (output, context) => {
2631
2763
  return take(output, {
2764
+ analysisRuleTypes: _json,
2632
2765
  arn: __expectString,
2633
2766
  configuredTableId: __expectString,
2634
2767
  createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
@@ -2655,6 +2788,7 @@ const de_ConfiguredTableSummary = (output, context) => {
2655
2788
  createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2656
2789
  id: __expectString,
2657
2790
  name: __expectString,
2791
+ selectedAnalysisMethods: _json,
2658
2792
  updateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2659
2793
  });
2660
2794
  };
@@ -2792,8 +2926,10 @@ const de_Membership = (output, context) => {
2792
2926
  collaborationId: __expectString,
2793
2927
  collaborationName: __expectString,
2794
2928
  createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2929
+ defaultJobResultConfiguration: _json,
2795
2930
  defaultResultConfiguration: _json,
2796
2931
  id: __expectString,
2932
+ jobLogStatus: __expectString,
2797
2933
  memberAbilities: _json,
2798
2934
  mlMemberAbilities: _json,
2799
2935
  paymentConfiguration: _json,
@@ -2908,6 +3044,44 @@ const de_PrivacyBudgetTemplateSummaryList = (output, context) => {
2908
3044
  });
2909
3045
  return retVal;
2910
3046
  };
3047
+ const de_ProtectedJob = (output, context) => {
3048
+ return take(output, {
3049
+ createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3050
+ error: _json,
3051
+ id: __expectString,
3052
+ jobParameters: _json,
3053
+ membershipArn: __expectString,
3054
+ membershipId: __expectString,
3055
+ result: _json,
3056
+ resultConfiguration: _json,
3057
+ statistics: (_) => de_ProtectedJobStatistics(_, context),
3058
+ status: __expectString,
3059
+ });
3060
+ };
3061
+ const de_ProtectedJobStatistics = (output, context) => {
3062
+ return take(output, {
3063
+ billedResourceUtilization: (_) => de_BilledJobResourceUtilization(_, context),
3064
+ totalDurationInMillis: __expectLong,
3065
+ });
3066
+ };
3067
+ const de_ProtectedJobSummary = (output, context) => {
3068
+ return take(output, {
3069
+ createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3070
+ id: __expectString,
3071
+ membershipArn: __expectString,
3072
+ membershipId: __expectString,
3073
+ receiverConfigurations: _json,
3074
+ status: __expectString,
3075
+ });
3076
+ };
3077
+ const de_ProtectedJobSummaryList = (output, context) => {
3078
+ const retVal = (output || [])
3079
+ .filter((e) => e != null)
3080
+ .map((entry) => {
3081
+ return de_ProtectedJobSummary(entry, context);
3082
+ });
3083
+ return retVal;
3084
+ };
2911
3085
  const de_ProtectedQuery = (output, context) => {
2912
3086
  return take(output, {
2913
3087
  computeConfiguration: (_) => _json(__expectUnion(_)),
@@ -2962,6 +3136,7 @@ const de_Schema = (output, context) => {
2962
3136
  partitionKeys: _json,
2963
3137
  schemaStatusDetails: _json,
2964
3138
  schemaTypeProperties: (_) => _json(__expectUnion(_)),
3139
+ selectedAnalysisMethods: _json,
2965
3140
  type: __expectString,
2966
3141
  updateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2967
3142
  });
@@ -2991,6 +3166,7 @@ const de_SchemaSummary = (output, context) => {
2991
3166
  createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2992
3167
  creatorAccountId: __expectString,
2993
3168
  name: __expectString,
3169
+ selectedAnalysisMethods: _json,
2994
3170
  type: __expectString,
2995
3171
  updateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2996
3172
  });
@@ -41,6 +41,7 @@ import { GetIdMappingTableCommandInput, GetIdMappingTableCommandOutput } from ".
41
41
  import { GetIdNamespaceAssociationCommandInput, GetIdNamespaceAssociationCommandOutput } from "./commands/GetIdNamespaceAssociationCommand";
42
42
  import { GetMembershipCommandInput, GetMembershipCommandOutput } from "./commands/GetMembershipCommand";
43
43
  import { GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput } from "./commands/GetPrivacyBudgetTemplateCommand";
44
+ import { GetProtectedJobCommandInput, GetProtectedJobCommandOutput } from "./commands/GetProtectedJobCommand";
44
45
  import { GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput } from "./commands/GetProtectedQueryCommand";
45
46
  import { GetSchemaAnalysisRuleCommandInput, GetSchemaAnalysisRuleCommandOutput } from "./commands/GetSchemaAnalysisRuleCommand";
46
47
  import { GetSchemaCommandInput, GetSchemaCommandOutput } from "./commands/GetSchemaCommand";
@@ -60,11 +61,13 @@ import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/Li
60
61
  import { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "./commands/ListMembershipsCommand";
61
62
  import { ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput } from "./commands/ListPrivacyBudgetsCommand";
62
63
  import { ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesCommandOutput } from "./commands/ListPrivacyBudgetTemplatesCommand";
64
+ import { ListProtectedJobsCommandInput, ListProtectedJobsCommandOutput } from "./commands/ListProtectedJobsCommand";
63
65
  import { ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput } from "./commands/ListProtectedQueriesCommand";
64
66
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
65
67
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
66
68
  import { PopulateIdMappingTableCommandInput, PopulateIdMappingTableCommandOutput } from "./commands/PopulateIdMappingTableCommand";
67
69
  import { PreviewPrivacyImpactCommandInput, PreviewPrivacyImpactCommandOutput } from "./commands/PreviewPrivacyImpactCommand";
70
+ import { StartProtectedJobCommandInput, StartProtectedJobCommandOutput } from "./commands/StartProtectedJobCommand";
68
71
  import { StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput } from "./commands/StartProtectedQueryCommand";
69
72
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
70
73
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
@@ -79,6 +82,7 @@ import { UpdateIdMappingTableCommandInput, UpdateIdMappingTableCommandOutput } f
79
82
  import { UpdateIdNamespaceAssociationCommandInput, UpdateIdNamespaceAssociationCommandOutput } from "./commands/UpdateIdNamespaceAssociationCommand";
80
83
  import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
81
84
  import { UpdatePrivacyBudgetTemplateCommandInput, UpdatePrivacyBudgetTemplateCommandOutput } from "./commands/UpdatePrivacyBudgetTemplateCommand";
85
+ import { UpdateProtectedJobCommandInput, UpdateProtectedJobCommandOutput } from "./commands/UpdateProtectedJobCommand";
82
86
  import { UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput } from "./commands/UpdateProtectedQueryCommand";
83
87
  export interface CleanRooms {
84
88
  /**
@@ -327,6 +331,12 @@ export interface CleanRooms {
327
331
  getPrivacyBudgetTemplate(args: GetPrivacyBudgetTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetPrivacyBudgetTemplateCommandOutput>;
328
332
  getPrivacyBudgetTemplate(args: GetPrivacyBudgetTemplateCommandInput, cb: (err: any, data?: GetPrivacyBudgetTemplateCommandOutput) => void): void;
329
333
  getPrivacyBudgetTemplate(args: GetPrivacyBudgetTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPrivacyBudgetTemplateCommandOutput) => void): void;
334
+ /**
335
+ * @see {@link GetProtectedJobCommand}
336
+ */
337
+ getProtectedJob(args: GetProtectedJobCommandInput, options?: __HttpHandlerOptions): Promise<GetProtectedJobCommandOutput>;
338
+ getProtectedJob(args: GetProtectedJobCommandInput, cb: (err: any, data?: GetProtectedJobCommandOutput) => void): void;
339
+ getProtectedJob(args: GetProtectedJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProtectedJobCommandOutput) => void): void;
330
340
  /**
331
341
  * @see {@link GetProtectedQueryCommand}
332
342
  */
@@ -444,6 +454,12 @@ export interface CleanRooms {
444
454
  listPrivacyBudgetTemplates(args: ListPrivacyBudgetTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListPrivacyBudgetTemplatesCommandOutput>;
445
455
  listPrivacyBudgetTemplates(args: ListPrivacyBudgetTemplatesCommandInput, cb: (err: any, data?: ListPrivacyBudgetTemplatesCommandOutput) => void): void;
446
456
  listPrivacyBudgetTemplates(args: ListPrivacyBudgetTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPrivacyBudgetTemplatesCommandOutput) => void): void;
457
+ /**
458
+ * @see {@link ListProtectedJobsCommand}
459
+ */
460
+ listProtectedJobs(args: ListProtectedJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListProtectedJobsCommandOutput>;
461
+ listProtectedJobs(args: ListProtectedJobsCommandInput, cb: (err: any, data?: ListProtectedJobsCommandOutput) => void): void;
462
+ listProtectedJobs(args: ListProtectedJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProtectedJobsCommandOutput) => void): void;
447
463
  /**
448
464
  * @see {@link ListProtectedQueriesCommand}
449
465
  */
@@ -474,6 +490,12 @@ export interface CleanRooms {
474
490
  previewPrivacyImpact(args: PreviewPrivacyImpactCommandInput, options?: __HttpHandlerOptions): Promise<PreviewPrivacyImpactCommandOutput>;
475
491
  previewPrivacyImpact(args: PreviewPrivacyImpactCommandInput, cb: (err: any, data?: PreviewPrivacyImpactCommandOutput) => void): void;
476
492
  previewPrivacyImpact(args: PreviewPrivacyImpactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PreviewPrivacyImpactCommandOutput) => void): void;
493
+ /**
494
+ * @see {@link StartProtectedJobCommand}
495
+ */
496
+ startProtectedJob(args: StartProtectedJobCommandInput, options?: __HttpHandlerOptions): Promise<StartProtectedJobCommandOutput>;
497
+ startProtectedJob(args: StartProtectedJobCommandInput, cb: (err: any, data?: StartProtectedJobCommandOutput) => void): void;
498
+ startProtectedJob(args: StartProtectedJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartProtectedJobCommandOutput) => void): void;
477
499
  /**
478
500
  * @see {@link StartProtectedQueryCommand}
479
501
  */
@@ -558,6 +580,12 @@ export interface CleanRooms {
558
580
  updatePrivacyBudgetTemplate(args: UpdatePrivacyBudgetTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePrivacyBudgetTemplateCommandOutput>;
559
581
  updatePrivacyBudgetTemplate(args: UpdatePrivacyBudgetTemplateCommandInput, cb: (err: any, data?: UpdatePrivacyBudgetTemplateCommandOutput) => void): void;
560
582
  updatePrivacyBudgetTemplate(args: UpdatePrivacyBudgetTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePrivacyBudgetTemplateCommandOutput) => void): void;
583
+ /**
584
+ * @see {@link UpdateProtectedJobCommand}
585
+ */
586
+ updateProtectedJob(args: UpdateProtectedJobCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProtectedJobCommandOutput>;
587
+ updateProtectedJob(args: UpdateProtectedJobCommandInput, cb: (err: any, data?: UpdateProtectedJobCommandOutput) => void): void;
588
+ updateProtectedJob(args: UpdateProtectedJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProtectedJobCommandOutput) => void): void;
561
589
  /**
562
590
  * @see {@link UpdateProtectedQueryCommand}
563
591
  */
@@ -569,7 +597,7 @@ export interface CleanRooms {
569
597
  * <p>Welcome to the <i>Clean Rooms API Reference</i>.</p>
570
598
  * <p>Clean Rooms is an Amazon Web Services service that helps multiple parties to join
571
599
  * their data together in a secure collaboration workspace. In the collaboration, members who
572
- * can query and receive results can get insights into the collective datasets without either
600
+ * can run queries and jobs and receive results can get insights into the collective datasets without either
573
601
  * party getting access to the other party's raw data.</p>
574
602
  * <p>To learn more about Clean Rooms concepts, procedures, and best practices, see the
575
603
  * <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/what-is.html">Clean Rooms User Guide</a>.</p>
@@ -48,6 +48,7 @@ import { GetIdMappingTableCommandInput, GetIdMappingTableCommandOutput } from ".
48
48
  import { GetIdNamespaceAssociationCommandInput, GetIdNamespaceAssociationCommandOutput } from "./commands/GetIdNamespaceAssociationCommand";
49
49
  import { GetMembershipCommandInput, GetMembershipCommandOutput } from "./commands/GetMembershipCommand";
50
50
  import { GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput } from "./commands/GetPrivacyBudgetTemplateCommand";
51
+ import { GetProtectedJobCommandInput, GetProtectedJobCommandOutput } from "./commands/GetProtectedJobCommand";
51
52
  import { GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput } from "./commands/GetProtectedQueryCommand";
52
53
  import { GetSchemaAnalysisRuleCommandInput, GetSchemaAnalysisRuleCommandOutput } from "./commands/GetSchemaAnalysisRuleCommand";
53
54
  import { GetSchemaCommandInput, GetSchemaCommandOutput } from "./commands/GetSchemaCommand";
@@ -67,11 +68,13 @@ import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/Li
67
68
  import { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "./commands/ListMembershipsCommand";
68
69
  import { ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput } from "./commands/ListPrivacyBudgetsCommand";
69
70
  import { ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesCommandOutput } from "./commands/ListPrivacyBudgetTemplatesCommand";
71
+ import { ListProtectedJobsCommandInput, ListProtectedJobsCommandOutput } from "./commands/ListProtectedJobsCommand";
70
72
  import { ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput } from "./commands/ListProtectedQueriesCommand";
71
73
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
72
74
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
73
75
  import { PopulateIdMappingTableCommandInput, PopulateIdMappingTableCommandOutput } from "./commands/PopulateIdMappingTableCommand";
74
76
  import { PreviewPrivacyImpactCommandInput, PreviewPrivacyImpactCommandOutput } from "./commands/PreviewPrivacyImpactCommand";
77
+ import { StartProtectedJobCommandInput, StartProtectedJobCommandOutput } from "./commands/StartProtectedJobCommand";
75
78
  import { StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput } from "./commands/StartProtectedQueryCommand";
76
79
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
77
80
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
@@ -86,6 +89,7 @@ import { UpdateIdMappingTableCommandInput, UpdateIdMappingTableCommandOutput } f
86
89
  import { UpdateIdNamespaceAssociationCommandInput, UpdateIdNamespaceAssociationCommandOutput } from "./commands/UpdateIdNamespaceAssociationCommand";
87
90
  import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
88
91
  import { UpdatePrivacyBudgetTemplateCommandInput, UpdatePrivacyBudgetTemplateCommandOutput } from "./commands/UpdatePrivacyBudgetTemplateCommand";
92
+ import { UpdateProtectedJobCommandInput, UpdateProtectedJobCommandOutput } from "./commands/UpdateProtectedJobCommand";
89
93
  import { UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput } from "./commands/UpdateProtectedQueryCommand";
90
94
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
91
95
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
@@ -93,11 +97,11 @@ export { __Client };
93
97
  /**
94
98
  * @public
95
99
  */
96
- export type ServiceInputTypes = BatchGetCollaborationAnalysisTemplateCommandInput | BatchGetSchemaAnalysisRuleCommandInput | BatchGetSchemaCommandInput | CreateAnalysisTemplateCommandInput | CreateCollaborationCommandInput | CreateConfiguredAudienceModelAssociationCommandInput | CreateConfiguredTableAnalysisRuleCommandInput | CreateConfiguredTableAssociationAnalysisRuleCommandInput | CreateConfiguredTableAssociationCommandInput | CreateConfiguredTableCommandInput | CreateIdMappingTableCommandInput | CreateIdNamespaceAssociationCommandInput | CreateMembershipCommandInput | CreatePrivacyBudgetTemplateCommandInput | DeleteAnalysisTemplateCommandInput | DeleteCollaborationCommandInput | DeleteConfiguredAudienceModelAssociationCommandInput | DeleteConfiguredTableAnalysisRuleCommandInput | DeleteConfiguredTableAssociationAnalysisRuleCommandInput | DeleteConfiguredTableAssociationCommandInput | DeleteConfiguredTableCommandInput | DeleteIdMappingTableCommandInput | DeleteIdNamespaceAssociationCommandInput | DeleteMemberCommandInput | DeleteMembershipCommandInput | DeletePrivacyBudgetTemplateCommandInput | GetAnalysisTemplateCommandInput | GetCollaborationAnalysisTemplateCommandInput | GetCollaborationCommandInput | GetCollaborationConfiguredAudienceModelAssociationCommandInput | GetCollaborationIdNamespaceAssociationCommandInput | GetCollaborationPrivacyBudgetTemplateCommandInput | GetConfiguredAudienceModelAssociationCommandInput | GetConfiguredTableAnalysisRuleCommandInput | GetConfiguredTableAssociationAnalysisRuleCommandInput | GetConfiguredTableAssociationCommandInput | GetConfiguredTableCommandInput | GetIdMappingTableCommandInput | GetIdNamespaceAssociationCommandInput | GetMembershipCommandInput | GetPrivacyBudgetTemplateCommandInput | GetProtectedQueryCommandInput | GetSchemaAnalysisRuleCommandInput | GetSchemaCommandInput | ListAnalysisTemplatesCommandInput | ListCollaborationAnalysisTemplatesCommandInput | ListCollaborationConfiguredAudienceModelAssociationsCommandInput | ListCollaborationIdNamespaceAssociationsCommandInput | ListCollaborationPrivacyBudgetTemplatesCommandInput | ListCollaborationPrivacyBudgetsCommandInput | ListCollaborationsCommandInput | ListConfiguredAudienceModelAssociationsCommandInput | ListConfiguredTableAssociationsCommandInput | ListConfiguredTablesCommandInput | ListIdMappingTablesCommandInput | ListIdNamespaceAssociationsCommandInput | ListMembersCommandInput | ListMembershipsCommandInput | ListPrivacyBudgetTemplatesCommandInput | ListPrivacyBudgetsCommandInput | ListProtectedQueriesCommandInput | ListSchemasCommandInput | ListTagsForResourceCommandInput | PopulateIdMappingTableCommandInput | PreviewPrivacyImpactCommandInput | StartProtectedQueryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnalysisTemplateCommandInput | UpdateCollaborationCommandInput | UpdateConfiguredAudienceModelAssociationCommandInput | UpdateConfiguredTableAnalysisRuleCommandInput | UpdateConfiguredTableAssociationAnalysisRuleCommandInput | UpdateConfiguredTableAssociationCommandInput | UpdateConfiguredTableCommandInput | UpdateIdMappingTableCommandInput | UpdateIdNamespaceAssociationCommandInput | UpdateMembershipCommandInput | UpdatePrivacyBudgetTemplateCommandInput | UpdateProtectedQueryCommandInput;
100
+ export type ServiceInputTypes = BatchGetCollaborationAnalysisTemplateCommandInput | BatchGetSchemaAnalysisRuleCommandInput | BatchGetSchemaCommandInput | CreateAnalysisTemplateCommandInput | CreateCollaborationCommandInput | CreateConfiguredAudienceModelAssociationCommandInput | CreateConfiguredTableAnalysisRuleCommandInput | CreateConfiguredTableAssociationAnalysisRuleCommandInput | CreateConfiguredTableAssociationCommandInput | CreateConfiguredTableCommandInput | CreateIdMappingTableCommandInput | CreateIdNamespaceAssociationCommandInput | CreateMembershipCommandInput | CreatePrivacyBudgetTemplateCommandInput | DeleteAnalysisTemplateCommandInput | DeleteCollaborationCommandInput | DeleteConfiguredAudienceModelAssociationCommandInput | DeleteConfiguredTableAnalysisRuleCommandInput | DeleteConfiguredTableAssociationAnalysisRuleCommandInput | DeleteConfiguredTableAssociationCommandInput | DeleteConfiguredTableCommandInput | DeleteIdMappingTableCommandInput | DeleteIdNamespaceAssociationCommandInput | DeleteMemberCommandInput | DeleteMembershipCommandInput | DeletePrivacyBudgetTemplateCommandInput | GetAnalysisTemplateCommandInput | GetCollaborationAnalysisTemplateCommandInput | GetCollaborationCommandInput | GetCollaborationConfiguredAudienceModelAssociationCommandInput | GetCollaborationIdNamespaceAssociationCommandInput | GetCollaborationPrivacyBudgetTemplateCommandInput | GetConfiguredAudienceModelAssociationCommandInput | GetConfiguredTableAnalysisRuleCommandInput | GetConfiguredTableAssociationAnalysisRuleCommandInput | GetConfiguredTableAssociationCommandInput | GetConfiguredTableCommandInput | GetIdMappingTableCommandInput | GetIdNamespaceAssociationCommandInput | GetMembershipCommandInput | GetPrivacyBudgetTemplateCommandInput | GetProtectedJobCommandInput | GetProtectedQueryCommandInput | GetSchemaAnalysisRuleCommandInput | GetSchemaCommandInput | ListAnalysisTemplatesCommandInput | ListCollaborationAnalysisTemplatesCommandInput | ListCollaborationConfiguredAudienceModelAssociationsCommandInput | ListCollaborationIdNamespaceAssociationsCommandInput | ListCollaborationPrivacyBudgetTemplatesCommandInput | ListCollaborationPrivacyBudgetsCommandInput | ListCollaborationsCommandInput | ListConfiguredAudienceModelAssociationsCommandInput | ListConfiguredTableAssociationsCommandInput | ListConfiguredTablesCommandInput | ListIdMappingTablesCommandInput | ListIdNamespaceAssociationsCommandInput | ListMembersCommandInput | ListMembershipsCommandInput | ListPrivacyBudgetTemplatesCommandInput | ListPrivacyBudgetsCommandInput | ListProtectedJobsCommandInput | ListProtectedQueriesCommandInput | ListSchemasCommandInput | ListTagsForResourceCommandInput | PopulateIdMappingTableCommandInput | PreviewPrivacyImpactCommandInput | StartProtectedJobCommandInput | StartProtectedQueryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnalysisTemplateCommandInput | UpdateCollaborationCommandInput | UpdateConfiguredAudienceModelAssociationCommandInput | UpdateConfiguredTableAnalysisRuleCommandInput | UpdateConfiguredTableAssociationAnalysisRuleCommandInput | UpdateConfiguredTableAssociationCommandInput | UpdateConfiguredTableCommandInput | UpdateIdMappingTableCommandInput | UpdateIdNamespaceAssociationCommandInput | UpdateMembershipCommandInput | UpdatePrivacyBudgetTemplateCommandInput | UpdateProtectedJobCommandInput | UpdateProtectedQueryCommandInput;
97
101
  /**
98
102
  * @public
99
103
  */
100
- export type ServiceOutputTypes = BatchGetCollaborationAnalysisTemplateCommandOutput | BatchGetSchemaAnalysisRuleCommandOutput | BatchGetSchemaCommandOutput | CreateAnalysisTemplateCommandOutput | CreateCollaborationCommandOutput | CreateConfiguredAudienceModelAssociationCommandOutput | CreateConfiguredTableAnalysisRuleCommandOutput | CreateConfiguredTableAssociationAnalysisRuleCommandOutput | CreateConfiguredTableAssociationCommandOutput | CreateConfiguredTableCommandOutput | CreateIdMappingTableCommandOutput | CreateIdNamespaceAssociationCommandOutput | CreateMembershipCommandOutput | CreatePrivacyBudgetTemplateCommandOutput | DeleteAnalysisTemplateCommandOutput | DeleteCollaborationCommandOutput | DeleteConfiguredAudienceModelAssociationCommandOutput | DeleteConfiguredTableAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationCommandOutput | DeleteConfiguredTableCommandOutput | DeleteIdMappingTableCommandOutput | DeleteIdNamespaceAssociationCommandOutput | DeleteMemberCommandOutput | DeleteMembershipCommandOutput | DeletePrivacyBudgetTemplateCommandOutput | GetAnalysisTemplateCommandOutput | GetCollaborationAnalysisTemplateCommandOutput | GetCollaborationCommandOutput | GetCollaborationConfiguredAudienceModelAssociationCommandOutput | GetCollaborationIdNamespaceAssociationCommandOutput | GetCollaborationPrivacyBudgetTemplateCommandOutput | GetConfiguredAudienceModelAssociationCommandOutput | GetConfiguredTableAnalysisRuleCommandOutput | GetConfiguredTableAssociationAnalysisRuleCommandOutput | GetConfiguredTableAssociationCommandOutput | GetConfiguredTableCommandOutput | GetIdMappingTableCommandOutput | GetIdNamespaceAssociationCommandOutput | GetMembershipCommandOutput | GetPrivacyBudgetTemplateCommandOutput | GetProtectedQueryCommandOutput | GetSchemaAnalysisRuleCommandOutput | GetSchemaCommandOutput | ListAnalysisTemplatesCommandOutput | ListCollaborationAnalysisTemplatesCommandOutput | ListCollaborationConfiguredAudienceModelAssociationsCommandOutput | ListCollaborationIdNamespaceAssociationsCommandOutput | ListCollaborationPrivacyBudgetTemplatesCommandOutput | ListCollaborationPrivacyBudgetsCommandOutput | ListCollaborationsCommandOutput | ListConfiguredAudienceModelAssociationsCommandOutput | ListConfiguredTableAssociationsCommandOutput | ListConfiguredTablesCommandOutput | ListIdMappingTablesCommandOutput | ListIdNamespaceAssociationsCommandOutput | ListMembersCommandOutput | ListMembershipsCommandOutput | ListPrivacyBudgetTemplatesCommandOutput | ListPrivacyBudgetsCommandOutput | ListProtectedQueriesCommandOutput | ListSchemasCommandOutput | ListTagsForResourceCommandOutput | PopulateIdMappingTableCommandOutput | PreviewPrivacyImpactCommandOutput | StartProtectedQueryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnalysisTemplateCommandOutput | UpdateCollaborationCommandOutput | UpdateConfiguredAudienceModelAssociationCommandOutput | UpdateConfiguredTableAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationCommandOutput | UpdateConfiguredTableCommandOutput | UpdateIdMappingTableCommandOutput | UpdateIdNamespaceAssociationCommandOutput | UpdateMembershipCommandOutput | UpdatePrivacyBudgetTemplateCommandOutput | UpdateProtectedQueryCommandOutput;
104
+ export type ServiceOutputTypes = BatchGetCollaborationAnalysisTemplateCommandOutput | BatchGetSchemaAnalysisRuleCommandOutput | BatchGetSchemaCommandOutput | CreateAnalysisTemplateCommandOutput | CreateCollaborationCommandOutput | CreateConfiguredAudienceModelAssociationCommandOutput | CreateConfiguredTableAnalysisRuleCommandOutput | CreateConfiguredTableAssociationAnalysisRuleCommandOutput | CreateConfiguredTableAssociationCommandOutput | CreateConfiguredTableCommandOutput | CreateIdMappingTableCommandOutput | CreateIdNamespaceAssociationCommandOutput | CreateMembershipCommandOutput | CreatePrivacyBudgetTemplateCommandOutput | DeleteAnalysisTemplateCommandOutput | DeleteCollaborationCommandOutput | DeleteConfiguredAudienceModelAssociationCommandOutput | DeleteConfiguredTableAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationCommandOutput | DeleteConfiguredTableCommandOutput | DeleteIdMappingTableCommandOutput | DeleteIdNamespaceAssociationCommandOutput | DeleteMemberCommandOutput | DeleteMembershipCommandOutput | DeletePrivacyBudgetTemplateCommandOutput | GetAnalysisTemplateCommandOutput | GetCollaborationAnalysisTemplateCommandOutput | GetCollaborationCommandOutput | GetCollaborationConfiguredAudienceModelAssociationCommandOutput | GetCollaborationIdNamespaceAssociationCommandOutput | GetCollaborationPrivacyBudgetTemplateCommandOutput | GetConfiguredAudienceModelAssociationCommandOutput | GetConfiguredTableAnalysisRuleCommandOutput | GetConfiguredTableAssociationAnalysisRuleCommandOutput | GetConfiguredTableAssociationCommandOutput | GetConfiguredTableCommandOutput | GetIdMappingTableCommandOutput | GetIdNamespaceAssociationCommandOutput | GetMembershipCommandOutput | GetPrivacyBudgetTemplateCommandOutput | GetProtectedJobCommandOutput | GetProtectedQueryCommandOutput | GetSchemaAnalysisRuleCommandOutput | GetSchemaCommandOutput | ListAnalysisTemplatesCommandOutput | ListCollaborationAnalysisTemplatesCommandOutput | ListCollaborationConfiguredAudienceModelAssociationsCommandOutput | ListCollaborationIdNamespaceAssociationsCommandOutput | ListCollaborationPrivacyBudgetTemplatesCommandOutput | ListCollaborationPrivacyBudgetsCommandOutput | ListCollaborationsCommandOutput | ListConfiguredAudienceModelAssociationsCommandOutput | ListConfiguredTableAssociationsCommandOutput | ListConfiguredTablesCommandOutput | ListIdMappingTablesCommandOutput | ListIdNamespaceAssociationsCommandOutput | ListMembersCommandOutput | ListMembershipsCommandOutput | ListPrivacyBudgetTemplatesCommandOutput | ListPrivacyBudgetsCommandOutput | ListProtectedJobsCommandOutput | ListProtectedQueriesCommandOutput | ListSchemasCommandOutput | ListTagsForResourceCommandOutput | PopulateIdMappingTableCommandOutput | PreviewPrivacyImpactCommandOutput | StartProtectedJobCommandOutput | StartProtectedQueryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnalysisTemplateCommandOutput | UpdateCollaborationCommandOutput | UpdateConfiguredAudienceModelAssociationCommandOutput | UpdateConfiguredTableAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationCommandOutput | UpdateConfiguredTableCommandOutput | UpdateIdMappingTableCommandOutput | UpdateIdNamespaceAssociationCommandOutput | UpdateMembershipCommandOutput | UpdatePrivacyBudgetTemplateCommandOutput | UpdateProtectedJobCommandOutput | UpdateProtectedQueryCommandOutput;
101
105
  /**
102
106
  * @public
103
107
  */
@@ -252,7 +256,7 @@ export interface CleanRoomsClientResolvedConfig extends CleanRoomsClientResolved
252
256
  * <p>Welcome to the <i>Clean Rooms API Reference</i>.</p>
253
257
  * <p>Clean Rooms is an Amazon Web Services service that helps multiple parties to join
254
258
  * their data together in a secure collaboration workspace. In the collaboration, members who
255
- * can query and receive results can get insights into the collective datasets without either
259
+ * can run queries and jobs and receive results can get insights into the collective datasets without either
256
260
  * party getting access to the other party's raw data.</p>
257
261
  * <p>To learn more about Clean Rooms concepts, procedures, and best practices, see the
258
262
  * <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/what-is.html">Clean Rooms User Guide</a>.</p>
@@ -60,9 +60,38 @@ declare const BatchGetCollaborationAnalysisTemplateCommand_base: {
60
60
  * // "STRING_VALUE",
61
61
  * // ],
62
62
  * // },
63
- * // format: "SQL", // required
63
+ * // format: "SQL" || "PYSPARK_1_0", // required
64
64
  * // source: { // AnalysisSource Union: only one key present
65
65
  * // text: "STRING_VALUE",
66
+ * // artifacts: { // AnalysisTemplateArtifacts
67
+ * // entryPoint: { // AnalysisTemplateArtifact
68
+ * // location: { // S3Location
69
+ * // bucket: "STRING_VALUE", // required
70
+ * // key: "STRING_VALUE", // required
71
+ * // },
72
+ * // },
73
+ * // additionalArtifacts: [ // AnalysisTemplateArtifactList
74
+ * // {
75
+ * // location: {
76
+ * // bucket: "STRING_VALUE", // required
77
+ * // key: "STRING_VALUE", // required
78
+ * // },
79
+ * // },
80
+ * // ],
81
+ * // roleArn: "STRING_VALUE", // required
82
+ * // },
83
+ * // },
84
+ * // sourceMetadata: { // AnalysisSourceMetadata Union: only one key present
85
+ * // artifacts: { // AnalysisTemplateArtifactMetadata
86
+ * // entryPointHash: { // Hash
87
+ * // sha256: "STRING_VALUE",
88
+ * // },
89
+ * // additionalArtifactHashes: [ // HashList
90
+ * // {
91
+ * // sha256: "STRING_VALUE",
92
+ * // },
93
+ * // ],
94
+ * // },
66
95
  * // },
67
96
  * // analysisParameters: [ // AnalysisParameterList
68
97
  * // { // AnalysisParameter