@aws-sdk/client-cleanrooms 3.614.0 → 3.618.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 +104 -0
- package/dist-cjs/index.js +814 -11
- package/dist-es/CleanRooms.js +26 -0
- package/dist-es/CleanRoomsClient.js +5 -5
- package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/DeleteIdMappingTableCommand.js +24 -0
- package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/GetIdMappingTableCommand.js +24 -0
- package/dist-es/commands/GetIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +24 -0
- package/dist-es/commands/ListIdMappingTablesCommand.js +24 -0
- package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +24 -0
- package/dist-es/commands/PopulateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +29 -0
- package/dist-es/pagination/ListCollaborationIdNamespaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListIdMappingTablesPaginator.js +4 -0
- package/dist-es/pagination/ListIdNamespaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +483 -0
- package/dist-types/CleanRooms.d.ts +91 -0
- package/dist-types/CleanRoomsClient.d.ts +17 -4
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +16 -3
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -5
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
- package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
- package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
- package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
- package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
- package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +15 -2
- package/dist-types/commands/GetSchemaCommand.d.ts +15 -5
- package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +97 -0
- package/dist-types/commands/ListIdMappingTablesCommand.d.ts +95 -0
- package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +98 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
- package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
- package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +1334 -333
- package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CleanRooms.d.ts +233 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +80 -2
- package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +302 -0
- package/dist-types/ts3.4/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdMappingTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdNamespaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +17 -17
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteIdMappingTableInput,
|
|
10
|
+
DeleteIdMappingTableOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteIdMappingTableCommandInput
|
|
15
|
+
extends DeleteIdMappingTableInput {}
|
|
16
|
+
export interface DeleteIdMappingTableCommandOutput
|
|
17
|
+
extends DeleteIdMappingTableOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteIdMappingTableCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteIdMappingTableCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteIdMappingTableCommandInput,
|
|
24
|
+
DeleteIdMappingTableCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteIdMappingTableCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteIdMappingTableCommandInput,
|
|
33
|
+
DeleteIdMappingTableCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteIdMappingTableCommand extends DeleteIdMappingTableCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteIdNamespaceAssociationInput,
|
|
10
|
+
DeleteIdNamespaceAssociationOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteIdNamespaceAssociationCommandInput
|
|
15
|
+
extends DeleteIdNamespaceAssociationInput {}
|
|
16
|
+
export interface DeleteIdNamespaceAssociationCommandOutput
|
|
17
|
+
extends DeleteIdNamespaceAssociationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteIdNamespaceAssociationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteIdNamespaceAssociationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteIdNamespaceAssociationCommandInput,
|
|
24
|
+
DeleteIdNamespaceAssociationCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteIdNamespaceAssociationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteIdNamespaceAssociationCommandInput,
|
|
33
|
+
DeleteIdNamespaceAssociationCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteIdNamespaceAssociationCommand extends DeleteIdNamespaceAssociationCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
GetCollaborationIdNamespaceAssociationInput,
|
|
10
|
+
GetCollaborationIdNamespaceAssociationOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetCollaborationIdNamespaceAssociationCommandInput
|
|
15
|
+
extends GetCollaborationIdNamespaceAssociationInput {}
|
|
16
|
+
export interface GetCollaborationIdNamespaceAssociationCommandOutput
|
|
17
|
+
extends GetCollaborationIdNamespaceAssociationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetCollaborationIdNamespaceAssociationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetCollaborationIdNamespaceAssociationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetCollaborationIdNamespaceAssociationCommandInput,
|
|
24
|
+
GetCollaborationIdNamespaceAssociationCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetCollaborationIdNamespaceAssociationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetCollaborationIdNamespaceAssociationCommandInput,
|
|
33
|
+
GetCollaborationIdNamespaceAssociationCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetCollaborationIdNamespaceAssociationCommand extends GetCollaborationIdNamespaceAssociationCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
GetIdMappingTableInput,
|
|
10
|
+
GetIdMappingTableOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetIdMappingTableCommandInput extends GetIdMappingTableInput {}
|
|
15
|
+
export interface GetIdMappingTableCommandOutput
|
|
16
|
+
extends GetIdMappingTableOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetIdMappingTableCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetIdMappingTableCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetIdMappingTableCommandInput,
|
|
23
|
+
GetIdMappingTableCommandOutput,
|
|
24
|
+
CleanRoomsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetIdMappingTableCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetIdMappingTableCommandInput,
|
|
32
|
+
GetIdMappingTableCommandOutput,
|
|
33
|
+
CleanRoomsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetIdMappingTableCommand extends GetIdMappingTableCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
GetIdNamespaceAssociationInput,
|
|
10
|
+
GetIdNamespaceAssociationOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetIdNamespaceAssociationCommandInput
|
|
15
|
+
extends GetIdNamespaceAssociationInput {}
|
|
16
|
+
export interface GetIdNamespaceAssociationCommandOutput
|
|
17
|
+
extends GetIdNamespaceAssociationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetIdNamespaceAssociationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetIdNamespaceAssociationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetIdNamespaceAssociationCommandInput,
|
|
24
|
+
GetIdNamespaceAssociationCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetIdNamespaceAssociationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetIdNamespaceAssociationCommandInput,
|
|
33
|
+
GetIdNamespaceAssociationCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetIdNamespaceAssociationCommand extends GetIdNamespaceAssociationCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
ListCollaborationIdNamespaceAssociationsInput,
|
|
10
|
+
ListCollaborationIdNamespaceAssociationsOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListCollaborationIdNamespaceAssociationsCommandInput
|
|
15
|
+
extends ListCollaborationIdNamespaceAssociationsInput {}
|
|
16
|
+
export interface ListCollaborationIdNamespaceAssociationsCommandOutput
|
|
17
|
+
extends ListCollaborationIdNamespaceAssociationsOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListCollaborationIdNamespaceAssociationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListCollaborationIdNamespaceAssociationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListCollaborationIdNamespaceAssociationsCommandInput,
|
|
24
|
+
ListCollaborationIdNamespaceAssociationsCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListCollaborationIdNamespaceAssociationsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListCollaborationIdNamespaceAssociationsCommandInput,
|
|
33
|
+
ListCollaborationIdNamespaceAssociationsCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListCollaborationIdNamespaceAssociationsCommand extends ListCollaborationIdNamespaceAssociationsCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
ListIdMappingTablesInput,
|
|
10
|
+
ListIdMappingTablesOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListIdMappingTablesCommandInput
|
|
15
|
+
extends ListIdMappingTablesInput {}
|
|
16
|
+
export interface ListIdMappingTablesCommandOutput
|
|
17
|
+
extends ListIdMappingTablesOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListIdMappingTablesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListIdMappingTablesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListIdMappingTablesCommandInput,
|
|
24
|
+
ListIdMappingTablesCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListIdMappingTablesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListIdMappingTablesCommandInput,
|
|
33
|
+
ListIdMappingTablesCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListIdMappingTablesCommand extends ListIdMappingTablesCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
ListIdNamespaceAssociationsInput,
|
|
10
|
+
ListIdNamespaceAssociationsOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListIdNamespaceAssociationsCommandInput
|
|
15
|
+
extends ListIdNamespaceAssociationsInput {}
|
|
16
|
+
export interface ListIdNamespaceAssociationsCommandOutput
|
|
17
|
+
extends ListIdNamespaceAssociationsOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListIdNamespaceAssociationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListIdNamespaceAssociationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListIdNamespaceAssociationsCommandInput,
|
|
24
|
+
ListIdNamespaceAssociationsCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListIdNamespaceAssociationsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListIdNamespaceAssociationsCommandInput,
|
|
33
|
+
ListIdNamespaceAssociationsCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListIdNamespaceAssociationsCommand extends ListIdNamespaceAssociationsCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
PopulateIdMappingTableInput,
|
|
10
|
+
PopulateIdMappingTableOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface PopulateIdMappingTableCommandInput
|
|
15
|
+
extends PopulateIdMappingTableInput {}
|
|
16
|
+
export interface PopulateIdMappingTableCommandOutput
|
|
17
|
+
extends PopulateIdMappingTableOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const PopulateIdMappingTableCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: PopulateIdMappingTableCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
PopulateIdMappingTableCommandInput,
|
|
24
|
+
PopulateIdMappingTableCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: PopulateIdMappingTableCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
PopulateIdMappingTableCommandInput,
|
|
33
|
+
PopulateIdMappingTableCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class PopulateIdMappingTableCommand extends PopulateIdMappingTableCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateIdMappingTableInput,
|
|
10
|
+
UpdateIdMappingTableOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateIdMappingTableCommandInput
|
|
15
|
+
extends UpdateIdMappingTableInput {}
|
|
16
|
+
export interface UpdateIdMappingTableCommandOutput
|
|
17
|
+
extends UpdateIdMappingTableOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateIdMappingTableCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateIdMappingTableCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateIdMappingTableCommandInput,
|
|
24
|
+
UpdateIdMappingTableCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateIdMappingTableCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateIdMappingTableCommandInput,
|
|
33
|
+
UpdateIdMappingTableCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateIdMappingTableCommand extends UpdateIdMappingTableCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateIdNamespaceAssociationInput,
|
|
10
|
+
UpdateIdNamespaceAssociationOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateIdNamespaceAssociationCommandInput
|
|
15
|
+
extends UpdateIdNamespaceAssociationInput {}
|
|
16
|
+
export interface UpdateIdNamespaceAssociationCommandOutput
|
|
17
|
+
extends UpdateIdNamespaceAssociationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateIdNamespaceAssociationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateIdNamespaceAssociationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateIdNamespaceAssociationCommandInput,
|
|
24
|
+
UpdateIdNamespaceAssociationCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateIdNamespaceAssociationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateIdNamespaceAssociationCommandInput,
|
|
33
|
+
UpdateIdNamespaceAssociationCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateIdNamespaceAssociationCommand extends UpdateIdNamespaceAssociationCommand_base {}
|
|
@@ -7,6 +7,8 @@ export * from "./CreateConfiguredAudienceModelAssociationCommand";
|
|
|
7
7
|
export * from "./CreateConfiguredTableAnalysisRuleCommand";
|
|
8
8
|
export * from "./CreateConfiguredTableAssociationCommand";
|
|
9
9
|
export * from "./CreateConfiguredTableCommand";
|
|
10
|
+
export * from "./CreateIdMappingTableCommand";
|
|
11
|
+
export * from "./CreateIdNamespaceAssociationCommand";
|
|
10
12
|
export * from "./CreateMembershipCommand";
|
|
11
13
|
export * from "./CreatePrivacyBudgetTemplateCommand";
|
|
12
14
|
export * from "./DeleteAnalysisTemplateCommand";
|
|
@@ -15,6 +17,8 @@ export * from "./DeleteConfiguredAudienceModelAssociationCommand";
|
|
|
15
17
|
export * from "./DeleteConfiguredTableAnalysisRuleCommand";
|
|
16
18
|
export * from "./DeleteConfiguredTableAssociationCommand";
|
|
17
19
|
export * from "./DeleteConfiguredTableCommand";
|
|
20
|
+
export * from "./DeleteIdMappingTableCommand";
|
|
21
|
+
export * from "./DeleteIdNamespaceAssociationCommand";
|
|
18
22
|
export * from "./DeleteMemberCommand";
|
|
19
23
|
export * from "./DeleteMembershipCommand";
|
|
20
24
|
export * from "./DeletePrivacyBudgetTemplateCommand";
|
|
@@ -22,11 +26,14 @@ export * from "./GetAnalysisTemplateCommand";
|
|
|
22
26
|
export * from "./GetCollaborationAnalysisTemplateCommand";
|
|
23
27
|
export * from "./GetCollaborationCommand";
|
|
24
28
|
export * from "./GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
29
|
+
export * from "./GetCollaborationIdNamespaceAssociationCommand";
|
|
25
30
|
export * from "./GetCollaborationPrivacyBudgetTemplateCommand";
|
|
26
31
|
export * from "./GetConfiguredAudienceModelAssociationCommand";
|
|
27
32
|
export * from "./GetConfiguredTableAnalysisRuleCommand";
|
|
28
33
|
export * from "./GetConfiguredTableAssociationCommand";
|
|
29
34
|
export * from "./GetConfiguredTableCommand";
|
|
35
|
+
export * from "./GetIdMappingTableCommand";
|
|
36
|
+
export * from "./GetIdNamespaceAssociationCommand";
|
|
30
37
|
export * from "./GetMembershipCommand";
|
|
31
38
|
export * from "./GetPrivacyBudgetTemplateCommand";
|
|
32
39
|
export * from "./GetProtectedQueryCommand";
|
|
@@ -35,12 +42,15 @@ export * from "./GetSchemaCommand";
|
|
|
35
42
|
export * from "./ListAnalysisTemplatesCommand";
|
|
36
43
|
export * from "./ListCollaborationAnalysisTemplatesCommand";
|
|
37
44
|
export * from "./ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
45
|
+
export * from "./ListCollaborationIdNamespaceAssociationsCommand";
|
|
38
46
|
export * from "./ListCollaborationPrivacyBudgetTemplatesCommand";
|
|
39
47
|
export * from "./ListCollaborationPrivacyBudgetsCommand";
|
|
40
48
|
export * from "./ListCollaborationsCommand";
|
|
41
49
|
export * from "./ListConfiguredAudienceModelAssociationsCommand";
|
|
42
50
|
export * from "./ListConfiguredTableAssociationsCommand";
|
|
43
51
|
export * from "./ListConfiguredTablesCommand";
|
|
52
|
+
export * from "./ListIdMappingTablesCommand";
|
|
53
|
+
export * from "./ListIdNamespaceAssociationsCommand";
|
|
44
54
|
export * from "./ListMembersCommand";
|
|
45
55
|
export * from "./ListMembershipsCommand";
|
|
46
56
|
export * from "./ListPrivacyBudgetTemplatesCommand";
|
|
@@ -48,6 +58,7 @@ export * from "./ListPrivacyBudgetsCommand";
|
|
|
48
58
|
export * from "./ListProtectedQueriesCommand";
|
|
49
59
|
export * from "./ListSchemasCommand";
|
|
50
60
|
export * from "./ListTagsForResourceCommand";
|
|
61
|
+
export * from "./PopulateIdMappingTableCommand";
|
|
51
62
|
export * from "./PreviewPrivacyImpactCommand";
|
|
52
63
|
export * from "./StartProtectedQueryCommand";
|
|
53
64
|
export * from "./TagResourceCommand";
|
|
@@ -58,6 +69,8 @@ export * from "./UpdateConfiguredAudienceModelAssociationCommand";
|
|
|
58
69
|
export * from "./UpdateConfiguredTableAnalysisRuleCommand";
|
|
59
70
|
export * from "./UpdateConfiguredTableAssociationCommand";
|
|
60
71
|
export * from "./UpdateConfiguredTableCommand";
|
|
72
|
+
export * from "./UpdateIdMappingTableCommand";
|
|
73
|
+
export * from "./UpdateIdNamespaceAssociationCommand";
|
|
61
74
|
export * from "./UpdateMembershipCommand";
|
|
62
75
|
export * from "./UpdatePrivacyBudgetTemplateCommand";
|
|
63
76
|
export * from "./UpdateProtectedQueryCommand";
|