@aws-sdk/client-cleanrooms 3.378.0 → 3.381.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 +71 -7
- package/dist-cjs/CleanRooms.js +16 -0
- package/dist-cjs/commands/BatchGetCollaborationAnalysisTemplateCommand.js +47 -0
- package/dist-cjs/commands/CreateAnalysisTemplateCommand.js +47 -0
- package/dist-cjs/commands/DeleteAnalysisTemplateCommand.js +46 -0
- package/dist-cjs/commands/GetAnalysisTemplateCommand.js +47 -0
- package/dist-cjs/commands/GetCollaborationAnalysisTemplateCommand.js +47 -0
- package/dist-cjs/commands/ListAnalysisTemplatesCommand.js +46 -0
- package/dist-cjs/commands/ListCollaborationAnalysisTemplatesCommand.js +46 -0
- package/dist-cjs/commands/UpdateAnalysisTemplateCommand.js +47 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_0.js +139 -45
- package/dist-cjs/pagination/ListAnalysisTemplatesPaginator.js +29 -0
- package/dist-cjs/pagination/ListCollaborationAnalysisTemplatesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +673 -36
- package/dist-es/CleanRooms.js +16 -0
- package/dist-es/commands/BatchGetCollaborationAnalysisTemplateCommand.js +43 -0
- package/dist-es/commands/CreateAnalysisTemplateCommand.js +43 -0
- package/dist-es/commands/DeleteAnalysisTemplateCommand.js +42 -0
- package/dist-es/commands/GetAnalysisTemplateCommand.js +43 -0
- package/dist-es/commands/GetCollaborationAnalysisTemplateCommand.js +43 -0
- package/dist-es/commands/ListAnalysisTemplatesCommand.js +42 -0
- package/dist-es/commands/ListCollaborationAnalysisTemplatesCommand.js +42 -0
- package/dist-es/commands/UpdateAnalysisTemplateCommand.js +43 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +125 -42
- package/dist-es/pagination/ListAnalysisTemplatesPaginator.js +25 -0
- package/dist-es/pagination/ListCollaborationAnalysisTemplatesPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +698 -77
- package/dist-types/CleanRooms.d.ts +56 -0
- package/dist-types/CleanRoomsClient.d.ts +10 -2
- package/dist-types/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +126 -0
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisTemplateCommand.d.ts +137 -0
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +18 -2
- package/dist-types/commands/CreateConfiguredTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisTemplateCommand.d.ts +87 -0
- package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetAnalysisTemplateCommand.d.ts +116 -0
- package/dist-types/commands/GetCollaborationAnalysisTemplateCommand.d.ts +115 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +10 -2
- package/dist-types/commands/GetConfiguredTableCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +4 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +10 -2
- package/dist-types/commands/GetSchemaCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysisTemplatesCommand.d.ts +104 -0
- package/dist-types/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +103 -0
- package/dist-types/commands/ListConfiguredTablesCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +8 -0
- package/dist-types/commands/UpdateAnalysisTemplateCommand.d.ts +117 -0
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +18 -2
- package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +3 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +793 -166
- package/dist-types/pagination/ListAnalysisTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationAnalysisTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -1
- package/dist-types/ts3.4/CleanRooms.d.ts +148 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateAnalysisTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteAnalysisTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetAnalysisTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetCollaborationAnalysisTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAnalysisTemplatesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateAnalysisTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +294 -58
- package/dist-types/ts3.4/pagination/ListAnalysisTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationAnalysisTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +6 -6
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CleanRoomsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CleanRoomsClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateAnalysisTemplateInput,
|
|
16
|
+
CreateAnalysisTemplateOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateAnalysisTemplateCommandInput
|
|
20
|
+
extends CreateAnalysisTemplateInput {}
|
|
21
|
+
export interface CreateAnalysisTemplateCommandOutput
|
|
22
|
+
extends CreateAnalysisTemplateOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateAnalysisTemplateCommand extends $Command<
|
|
25
|
+
CreateAnalysisTemplateCommandInput,
|
|
26
|
+
CreateAnalysisTemplateCommandOutput,
|
|
27
|
+
CleanRoomsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateAnalysisTemplateCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateAnalysisTemplateCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CleanRoomsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateAnalysisTemplateCommandInput,
|
|
38
|
+
CreateAnalysisTemplateCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CleanRoomsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CleanRoomsClient";
|
|
14
|
+
import {
|
|
15
|
+
DeleteAnalysisTemplateInput,
|
|
16
|
+
DeleteAnalysisTemplateOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteAnalysisTemplateCommandInput
|
|
20
|
+
extends DeleteAnalysisTemplateInput {}
|
|
21
|
+
export interface DeleteAnalysisTemplateCommandOutput
|
|
22
|
+
extends DeleteAnalysisTemplateOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteAnalysisTemplateCommand extends $Command<
|
|
25
|
+
DeleteAnalysisTemplateCommandInput,
|
|
26
|
+
DeleteAnalysisTemplateCommandOutput,
|
|
27
|
+
CleanRoomsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteAnalysisTemplateCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteAnalysisTemplateCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CleanRoomsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteAnalysisTemplateCommandInput,
|
|
38
|
+
DeleteAnalysisTemplateCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CleanRoomsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CleanRoomsClient";
|
|
14
|
+
import {
|
|
15
|
+
GetAnalysisTemplateInput,
|
|
16
|
+
GetAnalysisTemplateOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetAnalysisTemplateCommandInput
|
|
20
|
+
extends GetAnalysisTemplateInput {}
|
|
21
|
+
export interface GetAnalysisTemplateCommandOutput
|
|
22
|
+
extends GetAnalysisTemplateOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetAnalysisTemplateCommand extends $Command<
|
|
25
|
+
GetAnalysisTemplateCommandInput,
|
|
26
|
+
GetAnalysisTemplateCommandOutput,
|
|
27
|
+
CleanRoomsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetAnalysisTemplateCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetAnalysisTemplateCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CleanRoomsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CleanRoomsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CleanRoomsClient";
|
|
14
|
+
import {
|
|
15
|
+
GetCollaborationAnalysisTemplateInput,
|
|
16
|
+
GetCollaborationAnalysisTemplateOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetCollaborationAnalysisTemplateCommandInput
|
|
20
|
+
extends GetCollaborationAnalysisTemplateInput {}
|
|
21
|
+
export interface GetCollaborationAnalysisTemplateCommandOutput
|
|
22
|
+
extends GetCollaborationAnalysisTemplateOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetCollaborationAnalysisTemplateCommand extends $Command<
|
|
25
|
+
GetCollaborationAnalysisTemplateCommandInput,
|
|
26
|
+
GetCollaborationAnalysisTemplateCommandOutput,
|
|
27
|
+
CleanRoomsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetCollaborationAnalysisTemplateCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetCollaborationAnalysisTemplateCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CleanRoomsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetCollaborationAnalysisTemplateCommandInput,
|
|
38
|
+
GetCollaborationAnalysisTemplateCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CleanRoomsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CleanRoomsClient";
|
|
14
|
+
import {
|
|
15
|
+
ListAnalysisTemplatesInput,
|
|
16
|
+
ListAnalysisTemplatesOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListAnalysisTemplatesCommandInput
|
|
20
|
+
extends ListAnalysisTemplatesInput {}
|
|
21
|
+
export interface ListAnalysisTemplatesCommandOutput
|
|
22
|
+
extends ListAnalysisTemplatesOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListAnalysisTemplatesCommand extends $Command<
|
|
25
|
+
ListAnalysisTemplatesCommandInput,
|
|
26
|
+
ListAnalysisTemplatesCommandOutput,
|
|
27
|
+
CleanRoomsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListAnalysisTemplatesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListAnalysisTemplatesCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CleanRoomsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListAnalysisTemplatesCommandInput,
|
|
38
|
+
ListAnalysisTemplatesCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CleanRoomsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CleanRoomsClient";
|
|
14
|
+
import {
|
|
15
|
+
ListCollaborationAnalysisTemplatesInput,
|
|
16
|
+
ListCollaborationAnalysisTemplatesOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListCollaborationAnalysisTemplatesCommandInput
|
|
20
|
+
extends ListCollaborationAnalysisTemplatesInput {}
|
|
21
|
+
export interface ListCollaborationAnalysisTemplatesCommandOutput
|
|
22
|
+
extends ListCollaborationAnalysisTemplatesOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListCollaborationAnalysisTemplatesCommand extends $Command<
|
|
25
|
+
ListCollaborationAnalysisTemplatesCommandInput,
|
|
26
|
+
ListCollaborationAnalysisTemplatesCommandOutput,
|
|
27
|
+
CleanRoomsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListCollaborationAnalysisTemplatesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListCollaborationAnalysisTemplatesCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CleanRoomsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListCollaborationAnalysisTemplatesCommandInput,
|
|
38
|
+
ListCollaborationAnalysisTemplatesCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CleanRoomsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CleanRoomsClient";
|
|
14
|
+
import {
|
|
15
|
+
UpdateAnalysisTemplateInput,
|
|
16
|
+
UpdateAnalysisTemplateOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateAnalysisTemplateCommandInput
|
|
20
|
+
extends UpdateAnalysisTemplateInput {}
|
|
21
|
+
export interface UpdateAnalysisTemplateCommandOutput
|
|
22
|
+
extends UpdateAnalysisTemplateOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateAnalysisTemplateCommand extends $Command<
|
|
25
|
+
UpdateAnalysisTemplateCommandInput,
|
|
26
|
+
UpdateAnalysisTemplateCommandOutput,
|
|
27
|
+
CleanRoomsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateAnalysisTemplateCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateAnalysisTemplateCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CleanRoomsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateAnalysisTemplateCommandInput,
|
|
38
|
+
UpdateAnalysisTemplateCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -1,15 +1,20 @@
|
|
|
1
|
+
export * from "./BatchGetCollaborationAnalysisTemplateCommand";
|
|
1
2
|
export * from "./BatchGetSchemaCommand";
|
|
3
|
+
export * from "./CreateAnalysisTemplateCommand";
|
|
2
4
|
export * from "./CreateCollaborationCommand";
|
|
3
5
|
export * from "./CreateConfiguredTableAnalysisRuleCommand";
|
|
4
6
|
export * from "./CreateConfiguredTableAssociationCommand";
|
|
5
7
|
export * from "./CreateConfiguredTableCommand";
|
|
6
8
|
export * from "./CreateMembershipCommand";
|
|
9
|
+
export * from "./DeleteAnalysisTemplateCommand";
|
|
7
10
|
export * from "./DeleteCollaborationCommand";
|
|
8
11
|
export * from "./DeleteConfiguredTableAnalysisRuleCommand";
|
|
9
12
|
export * from "./DeleteConfiguredTableAssociationCommand";
|
|
10
13
|
export * from "./DeleteConfiguredTableCommand";
|
|
11
14
|
export * from "./DeleteMemberCommand";
|
|
12
15
|
export * from "./DeleteMembershipCommand";
|
|
16
|
+
export * from "./GetAnalysisTemplateCommand";
|
|
17
|
+
export * from "./GetCollaborationAnalysisTemplateCommand";
|
|
13
18
|
export * from "./GetCollaborationCommand";
|
|
14
19
|
export * from "./GetConfiguredTableAnalysisRuleCommand";
|
|
15
20
|
export * from "./GetConfiguredTableAssociationCommand";
|
|
@@ -18,6 +23,8 @@ export * from "./GetMembershipCommand";
|
|
|
18
23
|
export * from "./GetProtectedQueryCommand";
|
|
19
24
|
export * from "./GetSchemaAnalysisRuleCommand";
|
|
20
25
|
export * from "./GetSchemaCommand";
|
|
26
|
+
export * from "./ListAnalysisTemplatesCommand";
|
|
27
|
+
export * from "./ListCollaborationAnalysisTemplatesCommand";
|
|
21
28
|
export * from "./ListCollaborationsCommand";
|
|
22
29
|
export * from "./ListConfiguredTableAssociationsCommand";
|
|
23
30
|
export * from "./ListConfiguredTablesCommand";
|
|
@@ -29,6 +36,7 @@ export * from "./ListTagsForResourceCommand";
|
|
|
29
36
|
export * from "./StartProtectedQueryCommand";
|
|
30
37
|
export * from "./TagResourceCommand";
|
|
31
38
|
export * from "./UntagResourceCommand";
|
|
39
|
+
export * from "./UpdateAnalysisTemplateCommand";
|
|
32
40
|
export * from "./UpdateCollaborationCommand";
|
|
33
41
|
export * from "./UpdateConfiguredTableAnalysisRuleCommand";
|
|
34
42
|
export * from "./UpdateConfiguredTableAssociationCommand";
|