@aws-sdk/client-cleanrooms 3.296.0 → 3.298.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/commands/BatchGetSchemaCommand.js +2 -3
- package/dist-cjs/commands/CreateCollaborationCommand.js +2 -3
- package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +2 -3
- package/dist-cjs/commands/CreateConfiguredTableCommand.js +2 -3
- package/dist-cjs/commands/CreateMembershipCommand.js +2 -3
- package/dist-cjs/commands/DeleteCollaborationCommand.js +2 -3
- package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +2 -3
- package/dist-cjs/commands/DeleteConfiguredTableCommand.js +2 -3
- package/dist-cjs/commands/DeleteMemberCommand.js +2 -3
- package/dist-cjs/commands/DeleteMembershipCommand.js +2 -3
- package/dist-cjs/commands/GetCollaborationCommand.js +2 -3
- package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +2 -3
- package/dist-cjs/commands/GetConfiguredTableCommand.js +2 -3
- package/dist-cjs/commands/GetMembershipCommand.js +2 -3
- package/dist-cjs/commands/GetProtectedQueryCommand.js +1 -1
- package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +2 -3
- package/dist-cjs/commands/GetSchemaCommand.js +2 -3
- package/dist-cjs/commands/ListCollaborationsCommand.js +2 -3
- package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +2 -3
- package/dist-cjs/commands/ListConfiguredTablesCommand.js +2 -3
- package/dist-cjs/commands/ListMembersCommand.js +2 -3
- package/dist-cjs/commands/ListMembershipsCommand.js +2 -3
- package/dist-cjs/commands/ListProtectedQueriesCommand.js +2 -3
- package/dist-cjs/commands/ListSchemasCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateCollaborationCommand.js +2 -3
- package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +2 -3
- package/dist-cjs/commands/UpdateConfiguredTableCommand.js +2 -3
- package/dist-cjs/commands/UpdateMembershipCommand.js +2 -3
- package/dist-cjs/commands/UpdateProtectedQueryCommand.js +1 -1
- package/dist-cjs/models/models_0.js +4 -484
- package/dist-es/commands/BatchGetSchemaCommand.js +2 -3
- package/dist-es/commands/CreateCollaborationCommand.js +2 -3
- package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +2 -3
- package/dist-es/commands/CreateConfiguredTableCommand.js +2 -3
- package/dist-es/commands/CreateMembershipCommand.js +2 -3
- package/dist-es/commands/DeleteCollaborationCommand.js +2 -3
- package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +2 -3
- package/dist-es/commands/DeleteConfiguredTableCommand.js +2 -3
- package/dist-es/commands/DeleteMemberCommand.js +2 -3
- package/dist-es/commands/DeleteMembershipCommand.js +2 -3
- package/dist-es/commands/GetCollaborationCommand.js +2 -3
- package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-es/commands/GetConfiguredTableAssociationCommand.js +2 -3
- package/dist-es/commands/GetConfiguredTableCommand.js +2 -3
- package/dist-es/commands/GetMembershipCommand.js +2 -3
- package/dist-es/commands/GetProtectedQueryCommand.js +2 -2
- package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +2 -3
- package/dist-es/commands/GetSchemaCommand.js +2 -3
- package/dist-es/commands/ListCollaborationsCommand.js +2 -3
- package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +2 -3
- package/dist-es/commands/ListConfiguredTablesCommand.js +2 -3
- package/dist-es/commands/ListMembersCommand.js +2 -3
- package/dist-es/commands/ListMembershipsCommand.js +2 -3
- package/dist-es/commands/ListProtectedQueriesCommand.js +2 -3
- package/dist-es/commands/ListSchemasCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateCollaborationCommand.js +2 -3
- package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +2 -3
- package/dist-es/commands/UpdateConfiguredTableCommand.js +2 -3
- package/dist-es/commands/UpdateMembershipCommand.js +2 -3
- package/dist-es/commands/UpdateProtectedQueryCommand.js +2 -2
- package/dist-es/models/models_0.js +3 -374
- package/dist-types/CleanRooms.d.ts +38 -0
- package/dist-types/CleanRoomsClient.d.ts +24 -4
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +16 -0
- package/dist-types/commands/CreateCollaborationCommand.d.ts +16 -0
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +16 -0
- package/dist-types/commands/CreateConfiguredTableCommand.d.ts +16 -0
- package/dist-types/commands/CreateMembershipCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCollaborationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMemberCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMembershipCommand.d.ts +16 -0
- package/dist-types/commands/GetCollaborationCommand.d.ts +16 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +16 -0
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +16 -0
- package/dist-types/commands/GetConfiguredTableCommand.d.ts +16 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +16 -0
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +16 -0
- package/dist-types/commands/ListCollaborationsCommand.d.ts +16 -0
- package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListConfiguredTablesCommand.d.ts +16 -0
- package/dist-types/commands/ListMembersCommand.d.ts +16 -0
- package/dist-types/commands/ListMembershipsCommand.d.ts +16 -0
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCollaborationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMembershipCommand.d.ts +16 -0
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +16 -0
- package/dist-types/models/CleanRoomsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +356 -433
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListCollaborationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListConfiguredTableAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListConfiguredTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMembershipsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProtectedQueriesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSchemasPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -313
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { UpdateCollaborationInput, UpdateCollaborationOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateCollaborationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateCollaborationCommandInput extends UpdateCollaborationInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateCollaborationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateCollaborationCommandOutput extends UpdateCollaborationOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates collaboration metadata and can only be called by the collaboration owner.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateCollaborationCommandOutput extends UpdateCollaborationOut
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateCollaborationCommandInput - {@link UpdateCollaborationCommandInput}
|
|
34
|
+
* @returns {@link UpdateCollaborationCommandOutput}
|
|
28
35
|
* @see {@link UpdateCollaborationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateCollaborationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface UpdateCollaborationCommandOutput extends UpdateCollaborationOut
|
|
|
46
53
|
export declare class UpdateCollaborationCommand extends $Command<UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
47
54
|
readonly input: UpdateCollaborationCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: UpdateCollaborationCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { UpdateConfiguredTableAnalysisRuleInput, UpdateConfiguredTableAnalysisRuleOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateConfiguredTableAnalysisRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateConfiguredTableAnalysisRuleCommandInput extends UpdateConfiguredTableAnalysisRuleInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateConfiguredTableAnalysisRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateConfiguredTableAnalysisRuleCommandOutput extends UpdateConfiguredTableAnalysisRuleOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a configured table analysis rule.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateConfiguredTableAnalysisRuleCommandOutput extends UpdateCo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateConfiguredTableAnalysisRuleCommandInput - {@link UpdateConfiguredTableAnalysisRuleCommandInput}
|
|
34
|
+
* @returns {@link UpdateConfiguredTableAnalysisRuleCommandOutput}
|
|
28
35
|
* @see {@link UpdateConfiguredTableAnalysisRuleCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateConfiguredTableAnalysisRuleCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateConfiguredTableAnalysisRuleCommandOutput extends UpdateCo
|
|
|
52
59
|
export declare class UpdateConfiguredTableAnalysisRuleCommand extends $Command<UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateConfiguredTableAnalysisRuleCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateConfiguredTableAnalysisRuleCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { UpdateConfiguredTableAssociationInput, UpdateConfiguredTableAssociationOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateConfiguredTableAssociationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateConfiguredTableAssociationCommandInput extends UpdateConfiguredTableAssociationInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateConfiguredTableAssociationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateConfiguredTableAssociationCommandOutput extends UpdateConfiguredTableAssociationOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a configured table association.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateConfiguredTableAssociationCommandOutput extends UpdateCon
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateConfiguredTableAssociationCommandInput - {@link UpdateConfiguredTableAssociationCommandInput}
|
|
34
|
+
* @returns {@link UpdateConfiguredTableAssociationCommandOutput}
|
|
28
35
|
* @see {@link UpdateConfiguredTableAssociationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateConfiguredTableAssociationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateConfiguredTableAssociationCommandOutput extends UpdateCon
|
|
|
52
59
|
export declare class UpdateConfiguredTableAssociationCommand extends $Command<UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAssociationCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateConfiguredTableAssociationCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateConfiguredTableAssociationCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAssociationCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { UpdateConfiguredTableInput, UpdateConfiguredTableOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateConfiguredTableCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateConfiguredTableCommandInput extends UpdateConfiguredTableInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateConfiguredTableCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateConfiguredTableCommandOutput extends UpdateConfiguredTableOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a configured table.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateConfiguredTableCommandOutput extends UpdateConfiguredTabl
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateConfiguredTableCommandInput - {@link UpdateConfiguredTableCommandInput}
|
|
34
|
+
* @returns {@link UpdateConfiguredTableCommandOutput}
|
|
28
35
|
* @see {@link UpdateConfiguredTableCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateConfiguredTableCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateConfiguredTableCommandOutput extends UpdateConfiguredTabl
|
|
|
52
59
|
export declare class UpdateConfiguredTableCommand extends $Command<UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateConfiguredTableCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateConfiguredTableCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { UpdateMembershipInput, UpdateMembershipOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateMembershipCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateMembershipCommandInput extends UpdateMembershipInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateMembershipCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateMembershipCommandOutput extends UpdateMembershipOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a membership.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateMembershipCommandOutput extends UpdateMembershipOutput, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateMembershipCommandInput - {@link UpdateMembershipCommandInput}
|
|
34
|
+
* @returns {@link UpdateMembershipCommandOutput}
|
|
28
35
|
* @see {@link UpdateMembershipCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateMembershipCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateMembershipCommandOutput extends UpdateMembershipOutput, _
|
|
|
52
59
|
export declare class UpdateMembershipCommand extends $Command<UpdateMembershipCommandInput, UpdateMembershipCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateMembershipCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateMembershipCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMembershipCommandInput, UpdateMembershipCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { UpdateProtectedQueryInput, UpdateProtectedQueryOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateProtectedQueryCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateProtectedQueryCommandInput extends UpdateProtectedQueryInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateProtectedQueryCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateProtectedQueryCommandOutput extends UpdateProtectedQueryOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the processing of a currently running query.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateProtectedQueryCommandOutput extends UpdateProtectedQueryO
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateProtectedQueryCommandInput - {@link UpdateProtectedQueryCommandInput}
|
|
34
|
+
* @returns {@link UpdateProtectedQueryCommandOutput}
|
|
28
35
|
* @see {@link UpdateProtectedQueryCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateProtectedQueryCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateProtectedQueryCommandOutput extends UpdateProtectedQueryO
|
|
|
52
59
|
export declare class UpdateProtectedQueryCommand extends $Command<UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateProtectedQueryCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateProtectedQueryCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from CleanRooms service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class CleanRoomsServiceException extends __ServiceException {
|