@aws-sdk/client-cleanrooms 3.863.0 → 3.871.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/dist-cjs/index.js CHANGED
@@ -89,6 +89,7 @@ __export(index_exports, {
89
89
  DeleteMembershipCommand: () => DeleteMembershipCommand,
90
90
  DeletePrivacyBudgetTemplateCommand: () => DeletePrivacyBudgetTemplateCommand,
91
91
  DifferentialPrivacyAggregationType: () => DifferentialPrivacyAggregationType,
92
+ ErrorMessageType: () => ErrorMessageType,
92
93
  FilterableMemberStatus: () => FilterableMemberStatus,
93
94
  GetAnalysisTemplateCommand: () => GetAnalysisTemplateCommand,
94
95
  GetAnalysisTemplateOutputFilterSensitiveLog: () => GetAnalysisTemplateOutputFilterSensitiveLog,
@@ -591,6 +592,9 @@ var AnalysisSourceMetadata;
591
592
  return visitor._(value.$unknown[0], value.$unknown[1]);
592
593
  }, "visit");
593
594
  })(AnalysisSourceMetadata || (AnalysisSourceMetadata = {}));
595
+ var ErrorMessageType = {
596
+ DETAILED: "DETAILED"
597
+ };
594
598
  var AnalysisTemplateValidationStatus = {
595
599
  INVALID: "INVALID",
596
600
  UNABLE_TO_VALIDATE: "UNABLE_TO_VALIDATE",
@@ -961,14 +965,6 @@ var ProtectedJobOutput;
961
965
  return visitor._(value.$unknown[0], value.$unknown[1]);
962
966
  }, "visit");
963
967
  })(ProtectedJobOutput || (ProtectedJobOutput = {}));
964
- var ProtectedJobOutputConfigurationOutput;
965
- ((ProtectedJobOutputConfigurationOutput2) => {
966
- ProtectedJobOutputConfigurationOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
967
- if (value.s3 !== void 0) return visitor.s3(value.s3);
968
- if (value.member !== void 0) return visitor.member(value.member);
969
- return visitor._(value.$unknown[0], value.$unknown[1]);
970
- }, "visit");
971
- })(ProtectedJobOutputConfigurationOutput || (ProtectedJobOutputConfigurationOutput = {}));
972
968
  var AnalysisParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
973
969
  ...obj
974
970
  }), "AnalysisParameterFilterSensitiveLog");
@@ -1085,6 +1081,7 @@ var se_CreateAnalysisTemplateCommand = /* @__PURE__ */ __name(async (input, cont
1085
1081
  (0, import_smithy_client.take)(input, {
1086
1082
  analysisParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "analysisParameters"),
1087
1083
  description: [],
1084
+ errorMessageConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "errorMessageConfiguration"),
1088
1085
  format: [],
1089
1086
  name: [],
1090
1087
  schema: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schema"),
@@ -3602,6 +3599,7 @@ var de_AnalysisTemplate = /* @__PURE__ */ __name((output, context) => {
3602
3599
  collaborationId: import_smithy_client.expectString,
3603
3600
  createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
3604
3601
  description: import_smithy_client.expectString,
3602
+ errorMessageConfiguration: import_smithy_client._json,
3605
3603
  format: import_smithy_client.expectString,
3606
3604
  id: import_smithy_client.expectString,
3607
3605
  membershipArn: import_smithy_client.expectString,
@@ -3672,6 +3670,7 @@ var de_CollaborationAnalysisTemplate = /* @__PURE__ */ __name((output, context)
3672
3670
  createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
3673
3671
  creatorAccountId: import_smithy_client.expectString,
3674
3672
  description: import_smithy_client.expectString,
3673
+ errorMessageConfiguration: import_smithy_client._json,
3675
3674
  format: import_smithy_client.expectString,
3676
3675
  id: import_smithy_client.expectString,
3677
3676
  name: import_smithy_client.expectString,
@@ -4980,6 +4979,14 @@ var GetProtectedJobCommand = class extends import_smithy_client.Command.classBui
4980
4979
 
4981
4980
  // src/models/models_1.ts
4982
4981
 
4982
+ var ProtectedJobOutputConfigurationOutput;
4983
+ ((ProtectedJobOutputConfigurationOutput2) => {
4984
+ ProtectedJobOutputConfigurationOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
4985
+ if (value.s3 !== void 0) return visitor.s3(value.s3);
4986
+ if (value.member !== void 0) return visitor.member(value.member);
4987
+ return visitor._(value.$unknown[0], value.$unknown[1]);
4988
+ }, "visit");
4989
+ })(ProtectedJobOutputConfigurationOutput || (ProtectedJobOutputConfigurationOutput = {}));
4983
4990
  var ProtectedJobStatus = {
4984
4991
  CANCELLED: "CANCELLED",
4985
4992
  CANCELLING: "CANCELLING",
@@ -6063,6 +6070,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
6063
6070
  AnalysisRuleType,
6064
6071
  AnalysisSource,
6065
6072
  AnalysisSourceMetadata,
6073
+ ErrorMessageType,
6066
6074
  AnalysisTemplateValidationStatus,
6067
6075
  AnalysisTemplateValidationType,
6068
6076
  ConflictExceptionReason,
@@ -6107,7 +6115,6 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
6107
6115
  MembershipQueryLogStatus,
6108
6116
  MembershipStatus,
6109
6117
  ProtectedJobOutput,
6110
- ProtectedJobOutputConfigurationOutput,
6111
6118
  AnalysisParameterFilterSensitiveLog,
6112
6119
  AnalysisSourceFilterSensitiveLog,
6113
6120
  AnalysisTemplateFilterSensitiveLog,
@@ -6118,6 +6125,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
6118
6125
  CollaborationAnalysisTemplateFilterSensitiveLog,
6119
6126
  BatchGetCollaborationAnalysisTemplateOutputFilterSensitiveLog,
6120
6127
  GetCollaborationAnalysisTemplateOutputFilterSensitiveLog,
6128
+ ProtectedJobOutputConfigurationOutput,
6121
6129
  ProtectedJobStatus,
6122
6130
  WorkerComputeType,
6123
6131
  ComputeConfiguration,
@@ -198,6 +198,9 @@ export var AnalysisSourceMetadata;
198
198
  return visitor._(value.$unknown[0], value.$unknown[1]);
199
199
  };
200
200
  })(AnalysisSourceMetadata || (AnalysisSourceMetadata = {}));
201
+ export const ErrorMessageType = {
202
+ DETAILED: "DETAILED",
203
+ };
201
204
  export const AnalysisTemplateValidationStatus = {
202
205
  INVALID: "INVALID",
203
206
  UNABLE_TO_VALIDATE: "UNABLE_TO_VALIDATE",
@@ -511,16 +514,6 @@ export var ProtectedJobOutput;
511
514
  return visitor._(value.$unknown[0], value.$unknown[1]);
512
515
  };
513
516
  })(ProtectedJobOutput || (ProtectedJobOutput = {}));
514
- export var ProtectedJobOutputConfigurationOutput;
515
- (function (ProtectedJobOutputConfigurationOutput) {
516
- ProtectedJobOutputConfigurationOutput.visit = (value, visitor) => {
517
- if (value.s3 !== undefined)
518
- return visitor.s3(value.s3);
519
- if (value.member !== undefined)
520
- return visitor.member(value.member);
521
- return visitor._(value.$unknown[0], value.$unknown[1]);
522
- };
523
- })(ProtectedJobOutputConfigurationOutput || (ProtectedJobOutputConfigurationOutput = {}));
524
517
  export const AnalysisParameterFilterSensitiveLog = (obj) => ({
525
518
  ...obj,
526
519
  });
@@ -1,4 +1,14 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
+ export var ProtectedJobOutputConfigurationOutput;
3
+ (function (ProtectedJobOutputConfigurationOutput) {
4
+ ProtectedJobOutputConfigurationOutput.visit = (value, visitor) => {
5
+ if (value.s3 !== undefined)
6
+ return visitor.s3(value.s3);
7
+ if (value.member !== undefined)
8
+ return visitor.member(value.member);
9
+ return visitor._(value.$unknown[0], value.$unknown[1]);
10
+ };
11
+ })(ProtectedJobOutputConfigurationOutput || (ProtectedJobOutputConfigurationOutput = {}));
2
12
  export const ProtectedJobStatus = {
3
13
  CANCELLED: "CANCELLED",
4
14
  CANCELLING: "CANCELLING",
@@ -56,6 +56,7 @@ export const se_CreateAnalysisTemplateCommand = async (input, context) => {
56
56
  body = JSON.stringify(take(input, {
57
57
  analysisParameters: (_) => _json(_),
58
58
  description: [],
59
+ errorMessageConfiguration: (_) => _json(_),
59
60
  format: [],
60
61
  name: [],
61
62
  schema: (_) => _json(_),
@@ -2407,6 +2408,7 @@ const de_AnalysisTemplate = (output, context) => {
2407
2408
  collaborationId: __expectString,
2408
2409
  createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2409
2410
  description: __expectString,
2411
+ errorMessageConfiguration: _json,
2410
2412
  format: __expectString,
2411
2413
  id: __expectString,
2412
2414
  membershipArn: __expectString,
@@ -2479,6 +2481,7 @@ const de_CollaborationAnalysisTemplate = (output, context) => {
2479
2481
  createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2480
2482
  creatorAccountId: __expectString,
2481
2483
  description: __expectString,
2484
+ errorMessageConfiguration: _json,
2482
2485
  format: __expectString,
2483
2486
  id: __expectString,
2484
2487
  name: __expectString,
@@ -110,6 +110,9 @@ declare const BatchGetCollaborationAnalysisTemplateCommand_base: {
110
110
  * // ],
111
111
  * // },
112
112
  * // ],
113
+ * // errorMessageConfiguration: { // ErrorMessageConfiguration
114
+ * // type: "DETAILED", // required
115
+ * // },
113
116
  * // },
114
117
  * // ],
115
118
  * // errors: [ // BatchGetCollaborationAnalysisTemplateErrorList // required
@@ -74,6 +74,9 @@ declare const CreateAnalysisTemplateCommand_base: {
74
74
  * "STRING_VALUE",
75
75
  * ],
76
76
  * },
77
+ * errorMessageConfiguration: { // ErrorMessageConfiguration
78
+ * type: "DETAILED", // required
79
+ * },
77
80
  * };
78
81
  * const command = new CreateAnalysisTemplateCommand(input);
79
82
  * const response = await client.send(command);
@@ -145,6 +148,9 @@ declare const CreateAnalysisTemplateCommand_base: {
145
148
  * // ],
146
149
  * // },
147
150
  * // ],
151
+ * // errorMessageConfiguration: { // ErrorMessageConfiguration
152
+ * // type: "DETAILED", // required
153
+ * // },
148
154
  * // },
149
155
  * // };
150
156
  *
@@ -108,6 +108,9 @@ declare const GetAnalysisTemplateCommand_base: {
108
108
  * // ],
109
109
  * // },
110
110
  * // ],
111
+ * // errorMessageConfiguration: { // ErrorMessageConfiguration
112
+ * // type: "DETAILED", // required
113
+ * // },
111
114
  * // },
112
115
  * // };
113
116
  *
@@ -107,6 +107,9 @@ declare const GetCollaborationAnalysisTemplateCommand_base: {
107
107
  * // ],
108
108
  * // },
109
109
  * // ],
110
+ * // errorMessageConfiguration: { // ErrorMessageConfiguration
111
+ * // type: "DETAILED", // required
112
+ * // },
110
113
  * // },
111
114
  * // };
112
115
  *
@@ -109,6 +109,9 @@ declare const UpdateAnalysisTemplateCommand_base: {
109
109
  * // ],
110
110
  * // },
111
111
  * // ],
112
+ * // errorMessageConfiguration: { // ErrorMessageConfiguration
113
+ * // type: "DETAILED", // required
114
+ * // },
112
115
  * // },
113
116
  * // };
114
117
  *
@@ -1106,6 +1106,28 @@ export declare namespace AnalysisSourceMetadata {
1106
1106
  }
1107
1107
  const visit: <T>(value: AnalysisSourceMetadata, visitor: Visitor<T>) => T;
1108
1108
  }
1109
+ /**
1110
+ * @public
1111
+ * @enum
1112
+ */
1113
+ export declare const ErrorMessageType: {
1114
+ readonly DETAILED: "DETAILED";
1115
+ };
1116
+ /**
1117
+ * @public
1118
+ */
1119
+ export type ErrorMessageType = (typeof ErrorMessageType)[keyof typeof ErrorMessageType];
1120
+ /**
1121
+ * <p>A structure that defines the level of detail included in error messages returned by PySpark jobs. This configuration allows you to control the verbosity of error messages to help with troubleshooting PySpark jobs while maintaining appropriate security controls.</p>
1122
+ * @public
1123
+ */
1124
+ export interface ErrorMessageConfiguration {
1125
+ /**
1126
+ * <p>The level of detail for error messages returned by the PySpark job. When set to DETAILED, error messages include more information to help troubleshoot issues with your PySpark job.</p> <p>Because this setting may expose sensitive data, it is recommended for development and testing environments.</p>
1127
+ * @public
1128
+ */
1129
+ type: ErrorMessageType | undefined;
1130
+ }
1109
1131
  /**
1110
1132
  * <p>The reasons for the validation results.</p>
1111
1133
  * @public
@@ -1247,6 +1269,11 @@ export interface AnalysisTemplate {
1247
1269
  * @public
1248
1270
  */
1249
1271
  validations?: AnalysisTemplateValidationStatusDetail[] | undefined;
1272
+ /**
1273
+ * <p>The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to <code>DETAILED</code>, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.</p>
1274
+ * @public
1275
+ */
1276
+ errorMessageConfiguration?: ErrorMessageConfiguration | undefined;
1250
1277
  }
1251
1278
  /**
1252
1279
  * @public
@@ -1346,6 +1373,11 @@ export interface CreateAnalysisTemplateInput {
1346
1373
  * @public
1347
1374
  */
1348
1375
  schema?: AnalysisSchema | undefined;
1376
+ /**
1377
+ * <p>The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to <code>DETAILED</code>, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.</p>
1378
+ * @public
1379
+ */
1380
+ errorMessageConfiguration?: ErrorMessageConfiguration | undefined;
1349
1381
  }
1350
1382
  /**
1351
1383
  * @public
@@ -1788,6 +1820,11 @@ export interface CollaborationAnalysisTemplate {
1788
1820
  * @public
1789
1821
  */
1790
1822
  validations?: AnalysisTemplateValidationStatusDetail[] | undefined;
1823
+ /**
1824
+ * <p>The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to <code>DETAILED</code>, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.</p>
1825
+ * @public
1826
+ */
1827
+ errorMessageConfiguration?: ErrorMessageConfiguration | undefined;
1791
1828
  }
1792
1829
  /**
1793
1830
  * <p>Details of errors thrown by the call to retrieve multiple analysis templates within a collaboration by their identifiers.</p>
@@ -6610,64 +6647,6 @@ export interface ProtectedJobMemberOutputConfigurationOutput {
6610
6647
  */
6611
6648
  accountId: string | undefined;
6612
6649
  }
6613
- /**
6614
- * <p> The output configuration for a protected job's S3 output.</p>
6615
- * @public
6616
- */
6617
- export interface ProtectedJobS3OutputConfigurationOutput {
6618
- /**
6619
- * <p> The S3 bucket for job output.</p>
6620
- * @public
6621
- */
6622
- bucket: string | undefined;
6623
- /**
6624
- * <p>The S3 prefix to unload the protected job results.</p>
6625
- * @public
6626
- */
6627
- keyPrefix?: string | undefined;
6628
- }
6629
- /**
6630
- * <p> The protected job output configuration output.</p>
6631
- * @public
6632
- */
6633
- export type ProtectedJobOutputConfigurationOutput = ProtectedJobOutputConfigurationOutput.MemberMember | ProtectedJobOutputConfigurationOutput.S3Member | ProtectedJobOutputConfigurationOutput.$UnknownMember;
6634
- /**
6635
- * @public
6636
- */
6637
- export declare namespace ProtectedJobOutputConfigurationOutput {
6638
- /**
6639
- * <p>If present, the output for a protected job with an `S3` output type.</p>
6640
- * @public
6641
- */
6642
- interface S3Member {
6643
- s3: ProtectedJobS3OutputConfigurationOutput;
6644
- member?: never;
6645
- $unknown?: never;
6646
- }
6647
- /**
6648
- * <p> The member output configuration for a protected job.</p>
6649
- * @public
6650
- */
6651
- interface MemberMember {
6652
- s3?: never;
6653
- member: ProtectedJobMemberOutputConfigurationOutput;
6654
- $unknown?: never;
6655
- }
6656
- /**
6657
- * @public
6658
- */
6659
- interface $UnknownMember {
6660
- s3?: never;
6661
- member?: never;
6662
- $unknown: [string, any];
6663
- }
6664
- interface Visitor<T> {
6665
- s3: (value: ProtectedJobS3OutputConfigurationOutput) => T;
6666
- member: (value: ProtectedJobMemberOutputConfigurationOutput) => T;
6667
- _: (name: string, value: any) => T;
6668
- }
6669
- const visit: <T>(value: ProtectedJobOutputConfigurationOutput, visitor: Visitor<T>) => T;
6670
- }
6671
6650
  /**
6672
6651
  * @internal
6673
6652
  */
@@ -1,4 +1,62 @@
1
- import { AnalysisType, DifferentialPrivacyAggregationType, MemberAbility, Membership, MembershipJobLogStatus, MembershipPaymentConfiguration, MembershipProtectedJobResultConfiguration, MembershipProtectedQueryResultConfiguration, MembershipQueryLogStatus, MembershipStatus, MLMemberAbilities, PrivacyBudget, PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetTemplateParametersOutput, PrivacyBudgetType, ProtectedJobError, ProtectedJobOutputConfigurationOutput, ProtectedJobParameters, ProtectedJobResult, ProtectedQueryS3OutputConfiguration } from "./models_0";
1
+ import { AnalysisType, DifferentialPrivacyAggregationType, MemberAbility, Membership, MembershipJobLogStatus, MembershipPaymentConfiguration, MembershipProtectedJobResultConfiguration, MembershipProtectedQueryResultConfiguration, MembershipQueryLogStatus, MembershipStatus, MLMemberAbilities, PrivacyBudget, PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetTemplateParametersOutput, PrivacyBudgetType, ProtectedJobError, ProtectedJobMemberOutputConfigurationOutput, ProtectedJobParameters, ProtectedJobResult, ProtectedQueryS3OutputConfiguration } from "./models_0";
2
+ /**
3
+ * <p> The output configuration for a protected job's S3 output.</p>
4
+ * @public
5
+ */
6
+ export interface ProtectedJobS3OutputConfigurationOutput {
7
+ /**
8
+ * <p> The S3 bucket for job output.</p>
9
+ * @public
10
+ */
11
+ bucket: string | undefined;
12
+ /**
13
+ * <p>The S3 prefix to unload the protected job results.</p>
14
+ * @public
15
+ */
16
+ keyPrefix?: string | undefined;
17
+ }
18
+ /**
19
+ * <p> The protected job output configuration output.</p>
20
+ * @public
21
+ */
22
+ export type ProtectedJobOutputConfigurationOutput = ProtectedJobOutputConfigurationOutput.MemberMember | ProtectedJobOutputConfigurationOutput.S3Member | ProtectedJobOutputConfigurationOutput.$UnknownMember;
23
+ /**
24
+ * @public
25
+ */
26
+ export declare namespace ProtectedJobOutputConfigurationOutput {
27
+ /**
28
+ * <p>If present, the output for a protected job with an `S3` output type.</p>
29
+ * @public
30
+ */
31
+ interface S3Member {
32
+ s3: ProtectedJobS3OutputConfigurationOutput;
33
+ member?: never;
34
+ $unknown?: never;
35
+ }
36
+ /**
37
+ * <p> The member output configuration for a protected job.</p>
38
+ * @public
39
+ */
40
+ interface MemberMember {
41
+ s3?: never;
42
+ member: ProtectedJobMemberOutputConfigurationOutput;
43
+ $unknown?: never;
44
+ }
45
+ /**
46
+ * @public
47
+ */
48
+ interface $UnknownMember {
49
+ s3?: never;
50
+ member?: never;
51
+ $unknown: [string, any];
52
+ }
53
+ interface Visitor<T> {
54
+ s3: (value: ProtectedJobS3OutputConfigurationOutput) => T;
55
+ member: (value: ProtectedJobMemberOutputConfigurationOutput) => T;
56
+ _: (name: string, value: any) => T;
57
+ }
58
+ const visit: <T>(value: ProtectedJobOutputConfigurationOutput, visitor: Visitor<T>) => T;
59
+ }
2
60
  /**
3
61
  * <p>The output configuration for a protected job result.</p>
4
62
  * @public
@@ -503,6 +503,14 @@ export declare namespace AnalysisSourceMetadata {
503
503
  }
504
504
  const visit: <T>(value: AnalysisSourceMetadata, visitor: Visitor<T>) => T;
505
505
  }
506
+ export declare const ErrorMessageType: {
507
+ readonly DETAILED: "DETAILED";
508
+ };
509
+ export type ErrorMessageType =
510
+ (typeof ErrorMessageType)[keyof typeof ErrorMessageType];
511
+ export interface ErrorMessageConfiguration {
512
+ type: ErrorMessageType | undefined;
513
+ }
506
514
  export interface AnalysisTemplateValidationStatusReason {
507
515
  message: string | undefined;
508
516
  }
@@ -540,6 +548,7 @@ export interface AnalysisTemplate {
540
548
  sourceMetadata?: AnalysisSourceMetadata | undefined;
541
549
  analysisParameters?: AnalysisParameter[] | undefined;
542
550
  validations?: AnalysisTemplateValidationStatusDetail[] | undefined;
551
+ errorMessageConfiguration?: ErrorMessageConfiguration | undefined;
543
552
  }
544
553
  export declare const ConflictExceptionReason: {
545
554
  readonly ALREADY_EXISTS: "ALREADY_EXISTS";
@@ -572,6 +581,7 @@ export interface CreateAnalysisTemplateInput {
572
581
  tags?: Record<string, string> | undefined;
573
582
  analysisParameters?: AnalysisParameter[] | undefined;
574
583
  schema?: AnalysisSchema | undefined;
584
+ errorMessageConfiguration?: ErrorMessageConfiguration | undefined;
575
585
  }
576
586
  export interface CreateAnalysisTemplateOutput {
577
587
  analysisTemplate: AnalysisTemplate | undefined;
@@ -707,6 +717,7 @@ export interface CollaborationAnalysisTemplate {
707
717
  sourceMetadata?: AnalysisSourceMetadata | undefined;
708
718
  analysisParameters?: AnalysisParameter[] | undefined;
709
719
  validations?: AnalysisTemplateValidationStatusDetail[] | undefined;
720
+ errorMessageConfiguration?: ErrorMessageConfiguration | undefined;
710
721
  }
711
722
  export interface BatchGetCollaborationAnalysisTemplateError {
712
723
  arn: string | undefined;
@@ -2138,40 +2149,6 @@ export interface ProtectedJobResult {
2138
2149
  export interface ProtectedJobMemberOutputConfigurationOutput {
2139
2150
  accountId: string | undefined;
2140
2151
  }
2141
- export interface ProtectedJobS3OutputConfigurationOutput {
2142
- bucket: string | undefined;
2143
- keyPrefix?: string | undefined;
2144
- }
2145
- export type ProtectedJobOutputConfigurationOutput =
2146
- | ProtectedJobOutputConfigurationOutput.MemberMember
2147
- | ProtectedJobOutputConfigurationOutput.S3Member
2148
- | ProtectedJobOutputConfigurationOutput.$UnknownMember;
2149
- export declare namespace ProtectedJobOutputConfigurationOutput {
2150
- interface S3Member {
2151
- s3: ProtectedJobS3OutputConfigurationOutput;
2152
- member?: never;
2153
- $unknown?: never;
2154
- }
2155
- interface MemberMember {
2156
- s3?: never;
2157
- member: ProtectedJobMemberOutputConfigurationOutput;
2158
- $unknown?: never;
2159
- }
2160
- interface $UnknownMember {
2161
- s3?: never;
2162
- member?: never;
2163
- $unknown: [string, any];
2164
- }
2165
- interface Visitor<T> {
2166
- s3: (value: ProtectedJobS3OutputConfigurationOutput) => T;
2167
- member: (value: ProtectedJobMemberOutputConfigurationOutput) => T;
2168
- _: (name: string, value: any) => T;
2169
- }
2170
- const visit: <T>(
2171
- value: ProtectedJobOutputConfigurationOutput,
2172
- visitor: Visitor<T>
2173
- ) => T;
2174
- }
2175
2152
  export declare const AnalysisParameterFilterSensitiveLog: (
2176
2153
  obj: AnalysisParameter
2177
2154
  ) => any;
@@ -15,11 +15,45 @@ import {
15
15
  PrivacyBudgetTemplateParametersOutput,
16
16
  PrivacyBudgetType,
17
17
  ProtectedJobError,
18
- ProtectedJobOutputConfigurationOutput,
18
+ ProtectedJobMemberOutputConfigurationOutput,
19
19
  ProtectedJobParameters,
20
20
  ProtectedJobResult,
21
21
  ProtectedQueryS3OutputConfiguration,
22
22
  } from "./models_0";
23
+ export interface ProtectedJobS3OutputConfigurationOutput {
24
+ bucket: string | undefined;
25
+ keyPrefix?: string | undefined;
26
+ }
27
+ export type ProtectedJobOutputConfigurationOutput =
28
+ | ProtectedJobOutputConfigurationOutput.MemberMember
29
+ | ProtectedJobOutputConfigurationOutput.S3Member
30
+ | ProtectedJobOutputConfigurationOutput.$UnknownMember;
31
+ export declare namespace ProtectedJobOutputConfigurationOutput {
32
+ interface S3Member {
33
+ s3: ProtectedJobS3OutputConfigurationOutput;
34
+ member?: never;
35
+ $unknown?: never;
36
+ }
37
+ interface MemberMember {
38
+ s3?: never;
39
+ member: ProtectedJobMemberOutputConfigurationOutput;
40
+ $unknown?: never;
41
+ }
42
+ interface $UnknownMember {
43
+ s3?: never;
44
+ member?: never;
45
+ $unknown: [string, any];
46
+ }
47
+ interface Visitor<T> {
48
+ s3: (value: ProtectedJobS3OutputConfigurationOutput) => T;
49
+ member: (value: ProtectedJobMemberOutputConfigurationOutput) => T;
50
+ _: (name: string, value: any) => T;
51
+ }
52
+ const visit: <T>(
53
+ value: ProtectedJobOutputConfigurationOutput,
54
+ visitor: Visitor<T>
55
+ ) => T;
56
+ }
23
57
  export interface ProtectedJobResultConfigurationOutput {
24
58
  outputConfiguration: ProtectedJobOutputConfigurationOutput | undefined;
25
59
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cleanrooms",
3
3
  "description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
4
- "version": "3.863.0",
4
+ "version": "3.871.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cleanrooms",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.863.0",
24
- "@aws-sdk/credential-provider-node": "3.863.0",
23
+ "@aws-sdk/core": "3.864.0",
24
+ "@aws-sdk/credential-provider-node": "3.864.0",
25
25
  "@aws-sdk/middleware-host-header": "3.862.0",
26
26
  "@aws-sdk/middleware-logger": "3.862.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.862.0",
28
- "@aws-sdk/middleware-user-agent": "3.863.0",
28
+ "@aws-sdk/middleware-user-agent": "3.864.0",
29
29
  "@aws-sdk/region-config-resolver": "3.862.0",
30
30
  "@aws-sdk/types": "3.862.0",
31
31
  "@aws-sdk/util-endpoints": "3.862.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.862.0",
33
- "@aws-sdk/util-user-agent-node": "3.863.0",
33
+ "@aws-sdk/util-user-agent-node": "3.864.0",
34
34
  "@smithy/config-resolver": "^4.1.5",
35
35
  "@smithy/core": "^3.8.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.1",