@aws-sdk/client-cleanrooms 3.398.0 → 3.403.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 +7 -5
- package/dist-cjs/models/models_0.js +16 -6
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/models/models_0.js +14 -4
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/CleanRooms.d.ts +8 -6
- package/dist-types/CleanRoomsClient.d.ts +8 -6
- package/dist-types/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateMembershipCommand.d.ts +20 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +10 -0
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +5 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -1
- package/dist-types/commands/UpdateMembershipCommand.d.ts +20 -0
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -0
- package/dist-types/index.d.ts +8 -6
- package/dist-types/models/models_0.d.ts +331 -138
- package/dist-types/ts3.4/models/models_0.d.ts +53 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,12 +7,14 @@
|
|
|
7
7
|
AWS SDK for JavaScript CleanRooms Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
9
|
<p>Welcome to the <i>Clean Rooms API Reference</i>.</p>
|
|
10
|
-
<p>Clean Rooms
|
|
11
|
-
together in a secure collaboration workspace. In the collaboration, members who
|
|
12
|
-
and receive results can get insights into the collective datasets without either
|
|
13
|
-
access to the other party's raw data.</p>
|
|
14
|
-
<p>To learn more about Clean Rooms
|
|
10
|
+
<p>Clean Rooms is an Amazon Web Services service that helps multiple parties to join
|
|
11
|
+
their data together in a secure collaboration workspace. In the collaboration, members who
|
|
12
|
+
can query and receive results can get insights into the collective datasets without either
|
|
13
|
+
party getting access to the other party's raw data.</p>
|
|
14
|
+
<p>To learn more about Clean Rooms concepts, procedures, and best practices, see the
|
|
15
15
|
<a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/what-is.html">Clean Rooms User Guide</a>.</p>
|
|
16
|
+
<p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the
|
|
17
|
+
<a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p>
|
|
16
18
|
|
|
17
19
|
## Installing
|
|
18
20
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UpdateProtectedQueryOutputFilterSensitiveLog = exports.StartProtectedQueryOutputFilterSensitiveLog = exports.StartProtectedQueryInputFilterSensitiveLog = exports.GetProtectedQueryOutputFilterSensitiveLog = exports.ProtectedQueryFilterSensitiveLog = exports.ProtectedQuerySQLParametersFilterSensitiveLog = void 0;
|
|
3
|
+
exports.BatchGetCollaborationAnalysisTemplateOutputFilterSensitiveLog = exports.CollaborationAnalysisTemplateFilterSensitiveLog = exports.UpdateAnalysisTemplateOutputFilterSensitiveLog = exports.GetAnalysisTemplateOutputFilterSensitiveLog = exports.CreateAnalysisTemplateOutputFilterSensitiveLog = exports.CreateAnalysisTemplateInputFilterSensitiveLog = exports.AnalysisTemplateFilterSensitiveLog = exports.AnalysisSourceFilterSensitiveLog = exports.AnalysisParameterFilterSensitiveLog = exports.TargetProtectedQueryStatus = exports.ProtectedQueryType = exports.ProtectedQueryStatus = exports.ProtectedQueryOutputConfiguration = exports.ProtectedQueryOutput = exports.MembershipStatus = exports.MembershipQueryLogStatus = exports.MembershipProtectedQueryOutputConfiguration = exports.ResultFormat = exports.ConfiguredTableAnalysisRulePolicy = exports.ConfiguredTableAnalysisRulePolicyV1 = exports.ConfiguredTableAnalysisRuleType = exports.TableReference = exports.FilterableMemberStatus = exports.MemberStatus = exports.CollaborationQueryLogStatus = exports.MemberAbility = exports.SchemaType = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.ResourceType = exports.ConflictExceptionReason = exports.AnalysisSource = exports.AnalysisRuleType = exports.AnalysisRulePolicy = exports.AnalysisRulePolicyV1 = exports.ScalarFunctions = exports.JoinRequiredOption = exports.JoinOperator = exports.ParameterType = exports.AnalysisMethod = exports.AnalysisFormat = exports.AggregationType = exports.AggregateFunctionName = exports.AccessDeniedException = exports.AccessDeniedExceptionReason = void 0;
|
|
4
|
+
exports.UpdateProtectedQueryOutputFilterSensitiveLog = exports.StartProtectedQueryOutputFilterSensitiveLog = exports.StartProtectedQueryInputFilterSensitiveLog = exports.GetProtectedQueryOutputFilterSensitiveLog = exports.ProtectedQueryFilterSensitiveLog = exports.ProtectedQuerySQLParametersFilterSensitiveLog = exports.GetCollaborationAnalysisTemplateOutputFilterSensitiveLog = void 0;
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
const CleanRoomsServiceException_1 = require("./CleanRoomsServiceException");
|
|
7
7
|
exports.AccessDeniedExceptionReason = {
|
|
@@ -267,6 +267,18 @@ var ConfiguredTableAnalysisRulePolicy;
|
|
|
267
267
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
268
268
|
};
|
|
269
269
|
})(ConfiguredTableAnalysisRulePolicy = exports.ConfiguredTableAnalysisRulePolicy || (exports.ConfiguredTableAnalysisRulePolicy = {}));
|
|
270
|
+
exports.ResultFormat = {
|
|
271
|
+
CSV: "CSV",
|
|
272
|
+
PARQUET: "PARQUET",
|
|
273
|
+
};
|
|
274
|
+
var MembershipProtectedQueryOutputConfiguration;
|
|
275
|
+
(function (MembershipProtectedQueryOutputConfiguration) {
|
|
276
|
+
MembershipProtectedQueryOutputConfiguration.visit = (value, visitor) => {
|
|
277
|
+
if (value.s3 !== undefined)
|
|
278
|
+
return visitor.s3(value.s3);
|
|
279
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
280
|
+
};
|
|
281
|
+
})(MembershipProtectedQueryOutputConfiguration = exports.MembershipProtectedQueryOutputConfiguration || (exports.MembershipProtectedQueryOutputConfiguration = {}));
|
|
270
282
|
exports.MembershipQueryLogStatus = {
|
|
271
283
|
DISABLED: "DISABLED",
|
|
272
284
|
ENABLED: "ENABLED",
|
|
@@ -281,13 +293,11 @@ var ProtectedQueryOutput;
|
|
|
281
293
|
ProtectedQueryOutput.visit = (value, visitor) => {
|
|
282
294
|
if (value.s3 !== undefined)
|
|
283
295
|
return visitor.s3(value.s3);
|
|
296
|
+
if (value.memberList !== undefined)
|
|
297
|
+
return visitor.memberList(value.memberList);
|
|
284
298
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
285
299
|
};
|
|
286
300
|
})(ProtectedQueryOutput = exports.ProtectedQueryOutput || (exports.ProtectedQueryOutput = {}));
|
|
287
|
-
exports.ResultFormat = {
|
|
288
|
-
CSV: "CSV",
|
|
289
|
-
PARQUET: "PARQUET",
|
|
290
|
-
};
|
|
291
301
|
var ProtectedQueryOutputConfiguration;
|
|
292
302
|
(function (ProtectedQueryOutputConfiguration) {
|
|
293
303
|
ProtectedQueryOutputConfiguration.visit = (value, visitor) => {
|
|
@@ -194,6 +194,7 @@ const se_CreateMembershipCommand = async (input, context) => {
|
|
|
194
194
|
let body;
|
|
195
195
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
196
196
|
collaborationIdentifier: [],
|
|
197
|
+
defaultResultConfiguration: (_) => (0, smithy_client_1._json)(_),
|
|
197
198
|
queryLogStatus: [],
|
|
198
199
|
tags: (_) => (0, smithy_client_1._json)(_),
|
|
199
200
|
}));
|
|
@@ -944,6 +945,7 @@ const se_UpdateMembershipCommand = async (input, context) => {
|
|
|
944
945
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
945
946
|
let body;
|
|
946
947
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
948
|
+
defaultResultConfiguration: (_) => (0, smithy_client_1._json)(_),
|
|
947
949
|
queryLogStatus: [],
|
|
948
950
|
}));
|
|
949
951
|
return new protocol_http_1.HttpRequest({
|
|
@@ -3365,6 +3367,7 @@ const de_Membership = (output, context) => {
|
|
|
3365
3367
|
collaborationId: smithy_client_1.expectString,
|
|
3366
3368
|
collaborationName: smithy_client_1.expectString,
|
|
3367
3369
|
createTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
3370
|
+
defaultResultConfiguration: smithy_client_1._json,
|
|
3368
3371
|
id: smithy_client_1.expectString,
|
|
3369
3372
|
memberAbilities: smithy_client_1._json,
|
|
3370
3373
|
queryLogStatus: smithy_client_1.expectString,
|
|
@@ -256,6 +256,18 @@ export var ConfiguredTableAnalysisRulePolicy;
|
|
|
256
256
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
257
257
|
};
|
|
258
258
|
})(ConfiguredTableAnalysisRulePolicy || (ConfiguredTableAnalysisRulePolicy = {}));
|
|
259
|
+
export const ResultFormat = {
|
|
260
|
+
CSV: "CSV",
|
|
261
|
+
PARQUET: "PARQUET",
|
|
262
|
+
};
|
|
263
|
+
export var MembershipProtectedQueryOutputConfiguration;
|
|
264
|
+
(function (MembershipProtectedQueryOutputConfiguration) {
|
|
265
|
+
MembershipProtectedQueryOutputConfiguration.visit = (value, visitor) => {
|
|
266
|
+
if (value.s3 !== undefined)
|
|
267
|
+
return visitor.s3(value.s3);
|
|
268
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
269
|
+
};
|
|
270
|
+
})(MembershipProtectedQueryOutputConfiguration || (MembershipProtectedQueryOutputConfiguration = {}));
|
|
259
271
|
export const MembershipQueryLogStatus = {
|
|
260
272
|
DISABLED: "DISABLED",
|
|
261
273
|
ENABLED: "ENABLED",
|
|
@@ -270,13 +282,11 @@ export var ProtectedQueryOutput;
|
|
|
270
282
|
ProtectedQueryOutput.visit = (value, visitor) => {
|
|
271
283
|
if (value.s3 !== undefined)
|
|
272
284
|
return visitor.s3(value.s3);
|
|
285
|
+
if (value.memberList !== undefined)
|
|
286
|
+
return visitor.memberList(value.memberList);
|
|
273
287
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
274
288
|
};
|
|
275
289
|
})(ProtectedQueryOutput || (ProtectedQueryOutput = {}));
|
|
276
|
-
export const ResultFormat = {
|
|
277
|
-
CSV: "CSV",
|
|
278
|
-
PARQUET: "PARQUET",
|
|
279
|
-
};
|
|
280
290
|
export var ProtectedQueryOutputConfiguration;
|
|
281
291
|
(function (ProtectedQueryOutputConfiguration) {
|
|
282
292
|
ProtectedQueryOutputConfiguration.visit = (value, visitor) => {
|
|
@@ -183,6 +183,7 @@ export const se_CreateMembershipCommand = async (input, context) => {
|
|
|
183
183
|
let body;
|
|
184
184
|
body = JSON.stringify(take(input, {
|
|
185
185
|
collaborationIdentifier: [],
|
|
186
|
+
defaultResultConfiguration: (_) => _json(_),
|
|
186
187
|
queryLogStatus: [],
|
|
187
188
|
tags: (_) => _json(_),
|
|
188
189
|
}));
|
|
@@ -897,6 +898,7 @@ export const se_UpdateMembershipCommand = async (input, context) => {
|
|
|
897
898
|
resolvedPath = __resolvedPath(resolvedPath, input, "membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
898
899
|
let body;
|
|
899
900
|
body = JSON.stringify(take(input, {
|
|
901
|
+
defaultResultConfiguration: (_) => _json(_),
|
|
900
902
|
queryLogStatus: [],
|
|
901
903
|
}));
|
|
902
904
|
return new __HttpRequest({
|
|
@@ -3271,6 +3273,7 @@ const de_Membership = (output, context) => {
|
|
|
3271
3273
|
collaborationId: __expectString,
|
|
3272
3274
|
collaborationName: __expectString,
|
|
3273
3275
|
createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
3276
|
+
defaultResultConfiguration: _json,
|
|
3274
3277
|
id: __expectString,
|
|
3275
3278
|
memberAbilities: _json,
|
|
3276
3279
|
queryLogStatus: __expectString,
|
|
@@ -320,12 +320,14 @@ export interface CleanRooms {
|
|
|
320
320
|
/**
|
|
321
321
|
* @public
|
|
322
322
|
* <p>Welcome to the <i>Clean Rooms API Reference</i>.</p>
|
|
323
|
-
* <p>Clean Rooms
|
|
324
|
-
* together in a secure collaboration workspace. In the collaboration, members who
|
|
325
|
-
* and receive results can get insights into the collective datasets without either
|
|
326
|
-
* access to the other party's raw data.</p>
|
|
327
|
-
* <p>To learn more about Clean Rooms
|
|
328
|
-
*
|
|
323
|
+
* <p>Clean Rooms is an Amazon Web Services service that helps multiple parties to join
|
|
324
|
+
* their data together in a secure collaboration workspace. In the collaboration, members who
|
|
325
|
+
* can query and receive results can get insights into the collective datasets without either
|
|
326
|
+
* party getting access to the other party's raw data.</p>
|
|
327
|
+
* <p>To learn more about Clean Rooms concepts, procedures, and best practices, see the
|
|
328
|
+
* <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/what-is.html">Clean Rooms User Guide</a>.</p>
|
|
329
|
+
* <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the
|
|
330
|
+
* <a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p>
|
|
329
331
|
*/
|
|
330
332
|
export declare class CleanRooms extends CleanRoomsClient implements CleanRooms {
|
|
331
333
|
}
|
|
@@ -196,12 +196,14 @@ export interface CleanRoomsClientResolvedConfig extends CleanRoomsClientResolved
|
|
|
196
196
|
/**
|
|
197
197
|
* @public
|
|
198
198
|
* <p>Welcome to the <i>Clean Rooms API Reference</i>.</p>
|
|
199
|
-
* <p>Clean Rooms
|
|
200
|
-
* together in a secure collaboration workspace. In the collaboration, members who
|
|
201
|
-
* and receive results can get insights into the collective datasets without either
|
|
202
|
-
* access to the other party's raw data.</p>
|
|
203
|
-
* <p>To learn more about Clean Rooms
|
|
204
|
-
*
|
|
199
|
+
* <p>Clean Rooms is an Amazon Web Services service that helps multiple parties to join
|
|
200
|
+
* their data together in a secure collaboration workspace. In the collaboration, members who
|
|
201
|
+
* can query and receive results can get insights into the collective datasets without either
|
|
202
|
+
* party getting access to the other party's raw data.</p>
|
|
203
|
+
* <p>To learn more about Clean Rooms concepts, procedures, and best practices, see the
|
|
204
|
+
* <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/what-is.html">Clean Rooms User Guide</a>.</p>
|
|
205
|
+
* <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the
|
|
206
|
+
* <a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p>
|
|
205
207
|
*/
|
|
206
208
|
export declare class CleanRoomsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CleanRoomsClientResolvedConfig> {
|
|
207
209
|
/**
|
|
@@ -23,7 +23,8 @@ export interface BatchGetCollaborationAnalysisTemplateCommandOutput extends Batc
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Retrieves multiple analysis templates within a collaboration by their Amazon Resource
|
|
26
|
+
* <p>Retrieves multiple analysis templates within a collaboration by their Amazon Resource
|
|
27
|
+
* Names (ARNs).</p>
|
|
27
28
|
* @example
|
|
28
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
30
|
* ```javascript
|
|
@@ -37,6 +37,16 @@ export interface CreateMembershipCommandOutput extends CreateMembershipOutput, _
|
|
|
37
37
|
* tags: { // TagMap
|
|
38
38
|
* "<keys>": "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
|
+
* defaultResultConfiguration: { // MembershipProtectedQueryResultConfiguration
|
|
41
|
+
* outputConfiguration: { // MembershipProtectedQueryOutputConfiguration Union: only one key present
|
|
42
|
+
* s3: { // ProtectedQueryS3OutputConfiguration
|
|
43
|
+
* resultFormat: "STRING_VALUE", // required
|
|
44
|
+
* bucket: "STRING_VALUE", // required
|
|
45
|
+
* keyPrefix: "STRING_VALUE",
|
|
46
|
+
* },
|
|
47
|
+
* },
|
|
48
|
+
* roleArn: "STRING_VALUE",
|
|
49
|
+
* },
|
|
40
50
|
* };
|
|
41
51
|
* const command = new CreateMembershipCommand(input);
|
|
42
52
|
* const response = await client.send(command);
|
|
@@ -56,6 +66,16 @@ export interface CreateMembershipCommandOutput extends CreateMembershipOutput, _
|
|
|
56
66
|
* // "STRING_VALUE",
|
|
57
67
|
* // ],
|
|
58
68
|
* // queryLogStatus: "STRING_VALUE", // required
|
|
69
|
+
* // defaultResultConfiguration: { // MembershipProtectedQueryResultConfiguration
|
|
70
|
+
* // outputConfiguration: { // MembershipProtectedQueryOutputConfiguration Union: only one key present
|
|
71
|
+
* // s3: { // ProtectedQueryS3OutputConfiguration
|
|
72
|
+
* // resultFormat: "STRING_VALUE", // required
|
|
73
|
+
* // bucket: "STRING_VALUE", // required
|
|
74
|
+
* // keyPrefix: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // },
|
|
77
|
+
* // roleArn: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
59
79
|
* // },
|
|
60
80
|
* // };
|
|
61
81
|
*
|
|
@@ -51,6 +51,16 @@ export interface GetMembershipCommandOutput extends GetMembershipOutput, __Metad
|
|
|
51
51
|
* // "STRING_VALUE",
|
|
52
52
|
* // ],
|
|
53
53
|
* // queryLogStatus: "STRING_VALUE", // required
|
|
54
|
+
* // defaultResultConfiguration: { // MembershipProtectedQueryResultConfiguration
|
|
55
|
+
* // outputConfiguration: { // MembershipProtectedQueryOutputConfiguration Union: only one key present
|
|
56
|
+
* // s3: { // ProtectedQueryS3OutputConfiguration
|
|
57
|
+
* // resultFormat: "STRING_VALUE", // required
|
|
58
|
+
* // bucket: "STRING_VALUE", // required
|
|
59
|
+
* // keyPrefix: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // },
|
|
62
|
+
* // roleArn: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
54
64
|
* // },
|
|
55
65
|
* // };
|
|
56
66
|
*
|
|
@@ -67,6 +67,11 @@ export interface GetProtectedQueryCommandOutput extends GetProtectedQueryOutput,
|
|
|
67
67
|
* // s3: { // ProtectedQueryS3Output
|
|
68
68
|
* // location: "STRING_VALUE", // required
|
|
69
69
|
* // },
|
|
70
|
+
* // memberList: [ // ProtectedQueryMemberOutputList
|
|
71
|
+
* // { // ProtectedQuerySingleMemberOutput
|
|
72
|
+
* // accountId: "STRING_VALUE", // required
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
70
75
|
* // },
|
|
71
76
|
* // },
|
|
72
77
|
* // error: { // ProtectedQueryError
|
|
@@ -23,7 +23,7 @@ export interface StartProtectedQueryCommandOutput extends StartProtectedQueryOut
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Creates a protected query that is started by Clean Rooms
|
|
26
|
+
* <p>Creates a protected query that is started by Clean Rooms.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -83,6 +83,11 @@ export interface StartProtectedQueryCommandOutput extends StartProtectedQueryOut
|
|
|
83
83
|
* // s3: { // ProtectedQueryS3Output
|
|
84
84
|
* // location: "STRING_VALUE", // required
|
|
85
85
|
* // },
|
|
86
|
+
* // memberList: [ // ProtectedQueryMemberOutputList
|
|
87
|
+
* // { // ProtectedQuerySingleMemberOutput
|
|
88
|
+
* // accountId: "STRING_VALUE", // required
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
86
91
|
* // },
|
|
87
92
|
* // },
|
|
88
93
|
* // error: { // ProtectedQueryError
|
|
@@ -33,6 +33,16 @@ export interface UpdateMembershipCommandOutput extends UpdateMembershipOutput, _
|
|
|
33
33
|
* const input = { // UpdateMembershipInput
|
|
34
34
|
* membershipIdentifier: "STRING_VALUE", // required
|
|
35
35
|
* queryLogStatus: "STRING_VALUE",
|
|
36
|
+
* defaultResultConfiguration: { // MembershipProtectedQueryResultConfiguration
|
|
37
|
+
* outputConfiguration: { // MembershipProtectedQueryOutputConfiguration Union: only one key present
|
|
38
|
+
* s3: { // ProtectedQueryS3OutputConfiguration
|
|
39
|
+
* resultFormat: "STRING_VALUE", // required
|
|
40
|
+
* bucket: "STRING_VALUE", // required
|
|
41
|
+
* keyPrefix: "STRING_VALUE",
|
|
42
|
+
* },
|
|
43
|
+
* },
|
|
44
|
+
* roleArn: "STRING_VALUE",
|
|
45
|
+
* },
|
|
36
46
|
* };
|
|
37
47
|
* const command = new UpdateMembershipCommand(input);
|
|
38
48
|
* const response = await client.send(command);
|
|
@@ -52,6 +62,16 @@ export interface UpdateMembershipCommandOutput extends UpdateMembershipOutput, _
|
|
|
52
62
|
* // "STRING_VALUE",
|
|
53
63
|
* // ],
|
|
54
64
|
* // queryLogStatus: "STRING_VALUE", // required
|
|
65
|
+
* // defaultResultConfiguration: { // MembershipProtectedQueryResultConfiguration
|
|
66
|
+
* // outputConfiguration: { // MembershipProtectedQueryOutputConfiguration Union: only one key present
|
|
67
|
+
* // s3: { // ProtectedQueryS3OutputConfiguration
|
|
68
|
+
* // resultFormat: "STRING_VALUE", // required
|
|
69
|
+
* // bucket: "STRING_VALUE", // required
|
|
70
|
+
* // keyPrefix: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // },
|
|
73
|
+
* // roleArn: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
55
75
|
* // },
|
|
56
76
|
* // };
|
|
57
77
|
*
|
|
@@ -68,6 +68,11 @@ export interface UpdateProtectedQueryCommandOutput extends UpdateProtectedQueryO
|
|
|
68
68
|
* // s3: { // ProtectedQueryS3Output
|
|
69
69
|
* // location: "STRING_VALUE", // required
|
|
70
70
|
* // },
|
|
71
|
+
* // memberList: [ // ProtectedQueryMemberOutputList
|
|
72
|
+
* // { // ProtectedQuerySingleMemberOutput
|
|
73
|
+
* // accountId: "STRING_VALUE", // required
|
|
74
|
+
* // },
|
|
75
|
+
* // ],
|
|
71
76
|
* // },
|
|
72
77
|
* // },
|
|
73
78
|
* // error: { // ProtectedQueryError
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* <p>Welcome to the <i>Clean Rooms API Reference</i>.</p>
|
|
3
|
-
* <p>Clean Rooms
|
|
4
|
-
* together in a secure collaboration workspace. In the collaboration, members who
|
|
5
|
-
* and receive results can get insights into the collective datasets without either
|
|
6
|
-
* access to the other party's raw data.</p>
|
|
7
|
-
* <p>To learn more about Clean Rooms
|
|
8
|
-
*
|
|
3
|
+
* <p>Clean Rooms is an Amazon Web Services service that helps multiple parties to join
|
|
4
|
+
* their data together in a secure collaboration workspace. In the collaboration, members who
|
|
5
|
+
* can query and receive results can get insights into the collective datasets without either
|
|
6
|
+
* party getting access to the other party's raw data.</p>
|
|
7
|
+
* <p>To learn more about Clean Rooms concepts, procedures, and best practices, see the
|
|
8
|
+
* <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/what-is.html">Clean Rooms User Guide</a>.</p>
|
|
9
|
+
* <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the
|
|
10
|
+
* <a href="https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html">Clean Rooms SQL Reference</a>.</p>
|
|
9
11
|
*
|
|
10
12
|
* @packageDocumentation
|
|
11
13
|
*/
|