@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 { CreateMembershipInput, CreateMembershipOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateMembershipCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateMembershipCommandInput extends CreateMembershipInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateMembershipCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateMembershipCommandOutput extends CreateMembershipOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a membership for a specific collaboration identifier and joins the
|
|
18
23
|
* collaboration.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateMembershipCommandOutput extends CreateMembershipOutput, _
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateMembershipCommandInput - {@link CreateMembershipCommandInput}
|
|
35
|
+
* @returns {@link CreateMembershipCommandOutput}
|
|
29
36
|
* @see {@link CreateMembershipCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateMembershipCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface CreateMembershipCommandOutput extends CreateMembershipOutput, _
|
|
|
56
63
|
export declare class CreateMembershipCommand extends $Command<CreateMembershipCommandInput, CreateMembershipCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
57
64
|
readonly input: CreateMembershipCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: CreateMembershipCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMembershipCommandInput, CreateMembershipCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { DeleteCollaborationInput, DeleteCollaborationOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteCollaborationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteCollaborationCommandInput extends DeleteCollaborationInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteCollaborationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteCollaborationCommandOutput extends DeleteCollaborationOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a collaboration. It 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 DeleteCollaborationCommandOutput extends DeleteCollaborationOut
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteCollaborationCommandInput - {@link DeleteCollaborationCommandInput}
|
|
34
|
+
* @returns {@link DeleteCollaborationCommandOutput}
|
|
28
35
|
* @see {@link DeleteCollaborationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteCollaborationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DeleteCollaborationCommandOutput extends DeleteCollaborationOut
|
|
|
46
53
|
export declare class DeleteCollaborationCommand extends $Command<DeleteCollaborationCommandInput, DeleteCollaborationCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
47
54
|
readonly input: DeleteCollaborationCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DeleteCollaborationCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCollaborationCommandInput, DeleteCollaborationCommandOutput>;
|
|
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 { DeleteConfiguredTableAnalysisRuleInput, DeleteConfiguredTableAnalysisRuleOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteConfiguredTableAnalysisRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteConfiguredTableAnalysisRuleCommandInput extends DeleteConfiguredTableAnalysisRuleInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteConfiguredTableAnalysisRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteConfiguredTableAnalysisRuleCommandOutput extends DeleteConfiguredTableAnalysisRuleOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes 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 DeleteConfiguredTableAnalysisRuleCommandOutput extends DeleteCo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteConfiguredTableAnalysisRuleCommandInput - {@link DeleteConfiguredTableAnalysisRuleCommandInput}
|
|
34
|
+
* @returns {@link DeleteConfiguredTableAnalysisRuleCommandOutput}
|
|
28
35
|
* @see {@link DeleteConfiguredTableAnalysisRuleCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteConfiguredTableAnalysisRuleCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DeleteConfiguredTableAnalysisRuleCommandOutput extends DeleteCo
|
|
|
52
59
|
export declare class DeleteConfiguredTableAnalysisRuleCommand extends $Command<DeleteConfiguredTableAnalysisRuleCommandInput, DeleteConfiguredTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
53
60
|
readonly input: DeleteConfiguredTableAnalysisRuleCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DeleteConfiguredTableAnalysisRuleCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfiguredTableAnalysisRuleCommandInput, DeleteConfiguredTableAnalysisRuleCommandOutput>;
|
|
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 { DeleteConfiguredTableAssociationInput, DeleteConfiguredTableAssociationOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteConfiguredTableAssociationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteConfiguredTableAssociationCommandInput extends DeleteConfiguredTableAssociationInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteConfiguredTableAssociationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteConfiguredTableAssociationCommandOutput extends DeleteConfiguredTableAssociationOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes 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 DeleteConfiguredTableAssociationCommandOutput extends DeleteCon
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteConfiguredTableAssociationCommandInput - {@link DeleteConfiguredTableAssociationCommandInput}
|
|
34
|
+
* @returns {@link DeleteConfiguredTableAssociationCommandOutput}
|
|
28
35
|
* @see {@link DeleteConfiguredTableAssociationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteConfiguredTableAssociationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DeleteConfiguredTableAssociationCommandOutput extends DeleteCon
|
|
|
52
59
|
export declare class DeleteConfiguredTableAssociationCommand extends $Command<DeleteConfiguredTableAssociationCommandInput, DeleteConfiguredTableAssociationCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
53
60
|
readonly input: DeleteConfiguredTableAssociationCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DeleteConfiguredTableAssociationCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfiguredTableAssociationCommandInput, DeleteConfiguredTableAssociationCommandOutput>;
|
|
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 { DeleteConfiguredTableInput, DeleteConfiguredTableOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteConfiguredTableCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteConfiguredTableCommandInput extends DeleteConfiguredTableInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteConfiguredTableCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteConfiguredTableCommandOutput extends DeleteConfiguredTableOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes 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 DeleteConfiguredTableCommandOutput extends DeleteConfiguredTabl
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteConfiguredTableCommandInput - {@link DeleteConfiguredTableCommandInput}
|
|
34
|
+
* @returns {@link DeleteConfiguredTableCommandOutput}
|
|
28
35
|
* @see {@link DeleteConfiguredTableCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteConfiguredTableCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DeleteConfiguredTableCommandOutput extends DeleteConfiguredTabl
|
|
|
52
59
|
export declare class DeleteConfiguredTableCommand extends $Command<DeleteConfiguredTableCommandInput, DeleteConfiguredTableCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
53
60
|
readonly input: DeleteConfiguredTableCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DeleteConfiguredTableCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfiguredTableCommandInput, DeleteConfiguredTableCommandOutput>;
|
|
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 { DeleteMemberInput, DeleteMemberOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteMemberCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteMemberCommandInput extends DeleteMemberInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteMemberCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteMemberCommandOutput extends DeleteMemberOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes the specified member from a collaboration. The removed member is placed in the
|
|
18
23
|
* Removed status and can't interact with the collaboration. The removed member's data is
|
|
19
24
|
* inaccessible to active members of the collaboration.</p>
|
|
@@ -27,6 +32,8 @@ export interface DeleteMemberCommandOutput extends DeleteMemberOutput, __Metadat
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DeleteMemberCommandInput - {@link DeleteMemberCommandInput}
|
|
36
|
+
* @returns {@link DeleteMemberCommandOutput}
|
|
30
37
|
* @see {@link DeleteMemberCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DeleteMemberCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface DeleteMemberCommandOutput extends DeleteMemberOutput, __Metadat
|
|
|
54
61
|
export declare class DeleteMemberCommand extends $Command<DeleteMemberCommandInput, DeleteMemberCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
55
62
|
readonly input: DeleteMemberCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: DeleteMemberCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMemberCommandInput, DeleteMemberCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { DeleteMembershipInput, DeleteMembershipOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteMembershipCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteMembershipCommandInput extends DeleteMembershipInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteMembershipCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteMembershipCommandOutput extends DeleteMembershipOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a specified membership. All resources under a membership must be deleted.</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 DeleteMembershipCommandOutput extends DeleteMembershipOutput, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteMembershipCommandInput - {@link DeleteMembershipCommandInput}
|
|
34
|
+
* @returns {@link DeleteMembershipCommandOutput}
|
|
28
35
|
* @see {@link DeleteMembershipCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteMembershipCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DeleteMembershipCommandOutput extends DeleteMembershipOutput, _
|
|
|
52
59
|
export declare class DeleteMembershipCommand extends $Command<DeleteMembershipCommandInput, DeleteMembershipCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
53
60
|
readonly input: DeleteMembershipCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DeleteMembershipCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMembershipCommandInput, DeleteMembershipCommandOutput>;
|
|
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 { GetCollaborationInput, GetCollaborationOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetCollaborationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetCollaborationCommandInput extends GetCollaborationInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetCollaborationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetCollaborationCommandOutput extends GetCollaborationOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns metadata about a collaboration.</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 GetCollaborationCommandOutput extends GetCollaborationOutput, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetCollaborationCommandInput - {@link GetCollaborationCommandInput}
|
|
34
|
+
* @returns {@link GetCollaborationCommandOutput}
|
|
28
35
|
* @see {@link GetCollaborationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetCollaborationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetCollaborationCommandOutput extends GetCollaborationOutput, _
|
|
|
46
53
|
export declare class GetCollaborationCommand extends $Command<GetCollaborationCommandInput, GetCollaborationCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
47
54
|
readonly input: GetCollaborationCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetCollaborationCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCollaborationCommandInput, GetCollaborationCommandOutput>;
|
|
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 { GetConfiguredTableAnalysisRuleInput, GetConfiguredTableAnalysisRuleOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetConfiguredTableAnalysisRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetConfiguredTableAnalysisRuleCommandInput extends GetConfiguredTableAnalysisRuleInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetConfiguredTableAnalysisRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetConfiguredTableAnalysisRuleCommandOutput extends GetConfiguredTableAnalysisRuleOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves 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 GetConfiguredTableAnalysisRuleCommandOutput extends GetConfigur
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetConfiguredTableAnalysisRuleCommandInput - {@link GetConfiguredTableAnalysisRuleCommandInput}
|
|
34
|
+
* @returns {@link GetConfiguredTableAnalysisRuleCommandOutput}
|
|
28
35
|
* @see {@link GetConfiguredTableAnalysisRuleCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetConfiguredTableAnalysisRuleCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetConfiguredTableAnalysisRuleCommandOutput extends GetConfigur
|
|
|
49
56
|
export declare class GetConfiguredTableAnalysisRuleCommand extends $Command<GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
50
57
|
readonly input: GetConfiguredTableAnalysisRuleCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetConfiguredTableAnalysisRuleCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { GetConfiguredTableAssociationInput, GetConfiguredTableAssociationOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetConfiguredTableAssociationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetConfiguredTableAssociationCommandInput extends GetConfiguredTableAssociationInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetConfiguredTableAssociationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetConfiguredTableAssociationCommandOutput extends GetConfiguredTableAssociationOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves 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 GetConfiguredTableAssociationCommandOutput extends GetConfigure
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetConfiguredTableAssociationCommandInput - {@link GetConfiguredTableAssociationCommandInput}
|
|
34
|
+
* @returns {@link GetConfiguredTableAssociationCommandOutput}
|
|
28
35
|
* @see {@link GetConfiguredTableAssociationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetConfiguredTableAssociationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetConfiguredTableAssociationCommandOutput extends GetConfigure
|
|
|
49
56
|
export declare class GetConfiguredTableAssociationCommand extends $Command<GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
50
57
|
readonly input: GetConfiguredTableAssociationCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetConfiguredTableAssociationCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { GetConfiguredTableInput, GetConfiguredTableOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetConfiguredTableCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetConfiguredTableCommandInput extends GetConfiguredTableInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetConfiguredTableCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetConfiguredTableCommandOutput extends GetConfiguredTableOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves 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 GetConfiguredTableCommandOutput extends GetConfiguredTableOutpu
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetConfiguredTableCommandInput - {@link GetConfiguredTableCommandInput}
|
|
34
|
+
* @returns {@link GetConfiguredTableCommandOutput}
|
|
28
35
|
* @see {@link GetConfiguredTableCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetConfiguredTableCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetConfiguredTableCommandOutput extends GetConfiguredTableOutpu
|
|
|
49
56
|
export declare class GetConfiguredTableCommand extends $Command<GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
50
57
|
readonly input: GetConfiguredTableCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetConfiguredTableCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { GetMembershipInput, GetMembershipOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetMembershipCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetMembershipCommandInput extends GetMembershipInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetMembershipCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetMembershipCommandOutput extends GetMembershipOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a specified membership for an identifier.</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 GetMembershipCommandOutput extends GetMembershipOutput, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetMembershipCommandInput - {@link GetMembershipCommandInput}
|
|
34
|
+
* @returns {@link GetMembershipCommandOutput}
|
|
28
35
|
* @see {@link GetMembershipCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetMembershipCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetMembershipCommandOutput extends GetMembershipOutput, __Metad
|
|
|
49
56
|
export declare class GetMembershipCommand extends $Command<GetMembershipCommandInput, GetMembershipCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
50
57
|
readonly input: GetMembershipCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetMembershipCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMembershipCommandInput, GetMembershipCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { GetProtectedQueryInput, GetProtectedQueryOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetProtectedQueryCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetProtectedQueryCommandInput extends GetProtectedQueryInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetProtectedQueryCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetProtectedQueryCommandOutput extends GetProtectedQueryOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns query processing metadata.</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 GetProtectedQueryCommandOutput extends GetProtectedQueryOutput,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetProtectedQueryCommandInput - {@link GetProtectedQueryCommandInput}
|
|
34
|
+
* @returns {@link GetProtectedQueryCommandOutput}
|
|
28
35
|
* @see {@link GetProtectedQueryCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetProtectedQueryCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetProtectedQueryCommandOutput extends GetProtectedQueryOutput,
|
|
|
49
56
|
export declare class GetProtectedQueryCommand extends $Command<GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
50
57
|
readonly input: GetProtectedQueryCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetProtectedQueryCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|