@aws-sdk/client-cleanrooms 3.337.0 → 3.338.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/CleanRoomsClient.js +2 -1
- package/dist-cjs/commands/BatchGetSchemaCommand.js +2 -1
- package/dist-cjs/commands/CreateCollaborationCommand.js +2 -1
- package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -1
- package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +2 -1
- package/dist-cjs/commands/CreateConfiguredTableCommand.js +2 -1
- package/dist-cjs/commands/CreateMembershipCommand.js +2 -1
- package/dist-cjs/commands/DeleteCollaborationCommand.js +2 -1
- package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -1
- package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +2 -1
- package/dist-cjs/commands/DeleteConfiguredTableCommand.js +2 -1
- package/dist-cjs/commands/DeleteMemberCommand.js +2 -1
- package/dist-cjs/commands/DeleteMembershipCommand.js +2 -1
- package/dist-cjs/commands/GetCollaborationCommand.js +2 -1
- package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -1
- package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +2 -1
- package/dist-cjs/commands/GetConfiguredTableCommand.js +2 -1
- package/dist-cjs/commands/GetMembershipCommand.js +2 -1
- package/dist-cjs/commands/GetProtectedQueryCommand.js +2 -1
- package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +2 -1
- package/dist-cjs/commands/GetSchemaCommand.js +2 -1
- package/dist-cjs/commands/ListCollaborationsCommand.js +2 -1
- package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +2 -1
- package/dist-cjs/commands/ListConfiguredTablesCommand.js +2 -1
- package/dist-cjs/commands/ListMembersCommand.js +2 -1
- package/dist-cjs/commands/ListMembershipsCommand.js +2 -1
- package/dist-cjs/commands/ListProtectedQueriesCommand.js +2 -1
- package/dist-cjs/commands/ListSchemasCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/StartProtectedQueryCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateCollaborationCommand.js +2 -1
- package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -1
- package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +2 -1
- package/dist-cjs/commands/UpdateConfiguredTableCommand.js +2 -1
- package/dist-cjs/commands/UpdateMembershipCommand.js +2 -1
- package/dist-cjs/commands/UpdateProtectedQueryCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/CleanRoomsServiceException.js +2 -1
- package/dist-es/CleanRoomsClient.js +1 -0
- package/dist-es/commands/BatchGetSchemaCommand.js +1 -0
- package/dist-es/commands/CreateCollaborationCommand.js +1 -0
- package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +1 -0
- package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +1 -0
- package/dist-es/commands/CreateConfiguredTableCommand.js +1 -0
- package/dist-es/commands/CreateMembershipCommand.js +1 -0
- package/dist-es/commands/DeleteCollaborationCommand.js +1 -0
- package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +1 -0
- package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +1 -0
- package/dist-es/commands/DeleteConfiguredTableCommand.js +1 -0
- package/dist-es/commands/DeleteMemberCommand.js +1 -0
- package/dist-es/commands/DeleteMembershipCommand.js +1 -0
- package/dist-es/commands/GetCollaborationCommand.js +1 -0
- package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +1 -0
- package/dist-es/commands/GetConfiguredTableAssociationCommand.js +1 -0
- package/dist-es/commands/GetConfiguredTableCommand.js +1 -0
- package/dist-es/commands/GetMembershipCommand.js +1 -0
- package/dist-es/commands/GetProtectedQueryCommand.js +1 -0
- package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +1 -0
- package/dist-es/commands/GetSchemaCommand.js +1 -0
- package/dist-es/commands/ListCollaborationsCommand.js +1 -0
- package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +1 -0
- package/dist-es/commands/ListConfiguredTablesCommand.js +1 -0
- package/dist-es/commands/ListMembersCommand.js +1 -0
- package/dist-es/commands/ListMembershipsCommand.js +1 -0
- package/dist-es/commands/ListProtectedQueriesCommand.js +1 -0
- package/dist-es/commands/ListSchemasCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/StartProtectedQueryCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateCollaborationCommand.js +1 -0
- package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +1 -0
- package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +1 -0
- package/dist-es/commands/UpdateConfiguredTableCommand.js +1 -0
- package/dist-es/commands/UpdateMembershipCommand.js +1 -0
- package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/CleanRoomsServiceException.js +1 -0
- package/dist-types/CleanRoomsClient.d.ts +3 -3
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +4 -0
- package/dist-types/commands/CreateCollaborationCommand.d.ts +4 -0
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +4 -0
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +4 -0
- package/dist-types/commands/CreateConfiguredTableCommand.d.ts +4 -0
- package/dist-types/commands/CreateMembershipCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCollaborationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMemberCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMembershipCommand.d.ts +4 -0
- package/dist-types/commands/GetCollaborationCommand.d.ts +4 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +4 -0
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +4 -0
- package/dist-types/commands/GetConfiguredTableCommand.d.ts +4 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +4 -0
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +4 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +4 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +4 -0
- package/dist-types/commands/ListCollaborationsCommand.d.ts +4 -0
- package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +4 -0
- package/dist-types/commands/ListConfiguredTablesCommand.d.ts +4 -0
- package/dist-types/commands/ListMembersCommand.d.ts +4 -0
- package/dist-types/commands/ListMembershipsCommand.d.ts +4 -0
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +4 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCollaborationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +4 -0
- package/dist-types/commands/UpdateMembershipCommand.d.ts +4 -0
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +4 -0
- package/dist-types/index.d.ts +14 -2
- package/dist-types/models/CleanRoomsServiceException.d.ts +1 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchGetSchemaCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCollaborationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCollaborationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredTableCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCollaborationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetConfiguredTableCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSchemaAnalysisRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCollaborationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListConfiguredTableAssociationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListConfiguredTablesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListProtectedQueriesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartProtectedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCollaborationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateConfiguredTableCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/CleanRoomsServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { ListMembershipsInput, ListMembershipsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { ListProtectedQueriesInput, ListProtectedQueriesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { ListSchemasInput, ListSchemasOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { StartProtectedQueryInput, StartProtectedQueryOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { UpdateCollaborationInput, UpdateCollaborationOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { UpdateConfiguredTableAnalysisRuleInput, UpdateConfiguredTableAnalysisRuleOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { UpdateConfiguredTableAssociationInput, UpdateConfiguredTableAssociationOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { UpdateConfiguredTableInput, UpdateConfiguredTableOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { UpdateMembershipInput, UpdateMembershipOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
5
5
|
import { UpdateProtectedQueryInput, UpdateProtectedQueryOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>Welcome to the <i>AWS Clean Rooms API Reference</i>.</p>
|
|
3
|
+
* <p>AWS Clean Rooms is an AWS service that helps multiple parties to join their data
|
|
4
|
+
* together in a secure collaboration workspace. In the collaboration, members who can query
|
|
5
|
+
* and receive results can get insights into the collective datasets without either party getting
|
|
6
|
+
* access to the other party's raw data.</p>
|
|
7
|
+
* <p>To learn more about AWS Clean Rooms concepts, procedures, and best practices, see the
|
|
8
|
+
* <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/what-is.html">AWS Clean
|
|
9
|
+
* Rooms User Guide</a>.</p>
|
|
10
|
+
*
|
|
11
|
+
* @packageDocumentation
|
|
12
|
+
*/
|
|
2
13
|
export * from "./CleanRoomsClient";
|
|
14
|
+
export * from "./CleanRooms";
|
|
3
15
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
16
|
export * from "./pagination";
|
|
17
|
+
export * from "./models";
|
|
6
18
|
export { CleanRoomsServiceException } from "./models/CleanRoomsServiceException";
|
|
@@ -199,6 +199,7 @@ import {
|
|
|
199
199
|
ClientResolvedEndpointParameters,
|
|
200
200
|
EndpointParameters,
|
|
201
201
|
} from "./endpoint/EndpointParameters";
|
|
202
|
+
export { __Client };
|
|
202
203
|
export type ServiceInputTypes =
|
|
203
204
|
| BatchGetSchemaCommandInput
|
|
204
205
|
| CreateCollaborationCommandInput
|
|
@@ -299,7 +300,7 @@ export interface ClientDefaults
|
|
|
299
300
|
logger?: __Logger;
|
|
300
301
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
301
302
|
}
|
|
302
|
-
type CleanRoomsClientConfigType = Partial<
|
|
303
|
+
export type CleanRoomsClientConfigType = Partial<
|
|
303
304
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
304
305
|
> &
|
|
305
306
|
ClientDefaults &
|
|
@@ -311,7 +312,7 @@ type CleanRoomsClientConfigType = Partial<
|
|
|
311
312
|
UserAgentInputConfig &
|
|
312
313
|
ClientInputEndpointParameters;
|
|
313
314
|
export interface CleanRoomsClientConfig extends CleanRoomsClientConfigType {}
|
|
314
|
-
type CleanRoomsClientResolvedConfigType =
|
|
315
|
+
export type CleanRoomsClientResolvedConfigType =
|
|
315
316
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
316
317
|
Required<ClientDefaults> &
|
|
317
318
|
RegionResolvedConfig &
|
|
@@ -333,4 +334,3 @@ export declare class CleanRoomsClient extends __Client<
|
|
|
333
334
|
constructor(configuration: CleanRoomsClientConfig);
|
|
334
335
|
destroy(): void;
|
|
335
336
|
}
|
|
336
|
-
export {};
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CleanRoomsClient";
|
|
14
14
|
import { BatchGetSchemaInput, BatchGetSchemaOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface BatchGetSchemaCommandInput extends BatchGetSchemaInput {}
|
|
16
17
|
export interface BatchGetSchemaCommandOutput
|
|
17
18
|
extends BatchGetSchemaOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateCollaborationInput,
|
|
16
16
|
CreateCollaborationOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateCollaborationCommandInput
|
|
19
20
|
extends CreateCollaborationInput {}
|
|
20
21
|
export interface CreateCollaborationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateConfiguredTableAnalysisRuleInput,
|
|
16
16
|
CreateConfiguredTableAnalysisRuleOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateConfiguredTableAnalysisRuleCommandInput
|
|
19
20
|
extends CreateConfiguredTableAnalysisRuleInput {}
|
|
20
21
|
export interface CreateConfiguredTableAnalysisRuleCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateConfiguredTableAssociationInput,
|
|
16
16
|
CreateConfiguredTableAssociationOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateConfiguredTableAssociationCommandInput
|
|
19
20
|
extends CreateConfiguredTableAssociationInput {}
|
|
20
21
|
export interface CreateConfiguredTableAssociationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateConfiguredTableInput,
|
|
16
16
|
CreateConfiguredTableOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateConfiguredTableCommandInput
|
|
19
20
|
extends CreateConfiguredTableInput {}
|
|
20
21
|
export interface CreateConfiguredTableCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateMembershipInput,
|
|
16
16
|
CreateMembershipOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateMembershipCommandInput extends CreateMembershipInput {}
|
|
19
20
|
export interface CreateMembershipCommandOutput
|
|
20
21
|
extends CreateMembershipOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteCollaborationInput,
|
|
16
16
|
DeleteCollaborationOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteCollaborationCommandInput
|
|
19
20
|
extends DeleteCollaborationInput {}
|
|
20
21
|
export interface DeleteCollaborationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteConfiguredTableAnalysisRuleInput,
|
|
16
16
|
DeleteConfiguredTableAnalysisRuleOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteConfiguredTableAnalysisRuleCommandInput
|
|
19
20
|
extends DeleteConfiguredTableAnalysisRuleInput {}
|
|
20
21
|
export interface DeleteConfiguredTableAnalysisRuleCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteConfiguredTableAssociationInput,
|
|
16
16
|
DeleteConfiguredTableAssociationOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteConfiguredTableAssociationCommandInput
|
|
19
20
|
extends DeleteConfiguredTableAssociationInput {}
|
|
20
21
|
export interface DeleteConfiguredTableAssociationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteConfiguredTableInput,
|
|
16
16
|
DeleteConfiguredTableOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteConfiguredTableCommandInput
|
|
19
20
|
extends DeleteConfiguredTableInput {}
|
|
20
21
|
export interface DeleteConfiguredTableCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CleanRoomsClient";
|
|
14
14
|
import { DeleteMemberInput, DeleteMemberOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteMemberCommandInput extends DeleteMemberInput {}
|
|
16
17
|
export interface DeleteMemberCommandOutput
|
|
17
18
|
extends DeleteMemberOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteMembershipInput,
|
|
16
16
|
DeleteMembershipOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteMembershipCommandInput extends DeleteMembershipInput {}
|
|
19
20
|
export interface DeleteMembershipCommandOutput
|
|
20
21
|
extends DeleteMembershipOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCollaborationInput,
|
|
16
16
|
GetCollaborationOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCollaborationCommandInput extends GetCollaborationInput {}
|
|
19
20
|
export interface GetCollaborationCommandOutput
|
|
20
21
|
extends GetCollaborationOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetConfiguredTableAnalysisRuleInput,
|
|
16
16
|
GetConfiguredTableAnalysisRuleOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetConfiguredTableAnalysisRuleCommandInput
|
|
19
20
|
extends GetConfiguredTableAnalysisRuleInput {}
|
|
20
21
|
export interface GetConfiguredTableAnalysisRuleCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetConfiguredTableAssociationInput,
|
|
16
16
|
GetConfiguredTableAssociationOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetConfiguredTableAssociationCommandInput
|
|
19
20
|
extends GetConfiguredTableAssociationInput {}
|
|
20
21
|
export interface GetConfiguredTableAssociationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetConfiguredTableInput,
|
|
16
16
|
GetConfiguredTableOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetConfiguredTableCommandInput
|
|
19
20
|
extends GetConfiguredTableInput {}
|
|
20
21
|
export interface GetConfiguredTableCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CleanRoomsClient";
|
|
14
14
|
import { GetMembershipInput, GetMembershipOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetMembershipCommandInput extends GetMembershipInput {}
|
|
16
17
|
export interface GetMembershipCommandOutput
|
|
17
18
|
extends GetMembershipOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetProtectedQueryInput,
|
|
16
16
|
GetProtectedQueryOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetProtectedQueryCommandInput extends GetProtectedQueryInput {}
|
|
19
20
|
export interface GetProtectedQueryCommandOutput
|
|
20
21
|
extends GetProtectedQueryOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetSchemaAnalysisRuleInput,
|
|
16
16
|
GetSchemaAnalysisRuleOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSchemaAnalysisRuleCommandInput
|
|
19
20
|
extends GetSchemaAnalysisRuleInput {}
|
|
20
21
|
export interface GetSchemaAnalysisRuleCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CleanRoomsClient";
|
|
14
14
|
import { GetSchemaInput, GetSchemaOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetSchemaCommandInput extends GetSchemaInput {}
|
|
16
17
|
export interface GetSchemaCommandOutput
|
|
17
18
|
extends GetSchemaOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListCollaborationsInput,
|
|
16
16
|
ListCollaborationsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListCollaborationsCommandInput
|
|
19
20
|
extends ListCollaborationsInput {}
|
|
20
21
|
export interface ListCollaborationsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListConfiguredTableAssociationsInput,
|
|
16
16
|
ListConfiguredTableAssociationsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListConfiguredTableAssociationsCommandInput
|
|
19
20
|
extends ListConfiguredTableAssociationsInput {}
|
|
20
21
|
export interface ListConfiguredTableAssociationsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListConfiguredTablesInput,
|
|
16
16
|
ListConfiguredTablesOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListConfiguredTablesCommandInput
|
|
19
20
|
extends ListConfiguredTablesInput {}
|
|
20
21
|
export interface ListConfiguredTablesCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CleanRoomsClient";
|
|
14
14
|
import { ListMembersInput, ListMembersOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListMembersCommandInput extends ListMembersInput {}
|
|
16
17
|
export interface ListMembersCommandOutput
|
|
17
18
|
extends ListMembersOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListMembershipsInput,
|
|
16
16
|
ListMembershipsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListMembershipsCommandInput extends ListMembershipsInput {}
|
|
19
20
|
export interface ListMembershipsCommandOutput
|
|
20
21
|
extends ListMembershipsOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListProtectedQueriesInput,
|
|
16
16
|
ListProtectedQueriesOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListProtectedQueriesCommandInput
|
|
19
20
|
extends ListProtectedQueriesInput {}
|
|
20
21
|
export interface ListProtectedQueriesCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CleanRoomsClient";
|
|
14
14
|
import { ListSchemasInput, ListSchemasOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListSchemasCommandInput extends ListSchemasInput {}
|
|
16
17
|
export interface ListSchemasCommandOutput
|
|
17
18
|
extends ListSchemasOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceInput,
|
|
16
16
|
ListTagsForResourceOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceInput {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartProtectedQueryInput,
|
|
16
16
|
StartProtectedQueryOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartProtectedQueryCommandInput
|
|
19
20
|
extends StartProtectedQueryInput {}
|
|
20
21
|
export interface StartProtectedQueryCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CleanRoomsClient";
|
|
14
14
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CleanRoomsClient";
|
|
14
14
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
16
17
|
export interface UntagResourceCommandOutput
|
|
17
18
|
extends UntagResourceOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateCollaborationInput,
|
|
16
16
|
UpdateCollaborationOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateCollaborationCommandInput
|
|
19
20
|
extends UpdateCollaborationInput {}
|
|
20
21
|
export interface UpdateCollaborationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateConfiguredTableAnalysisRuleInput,
|
|
16
16
|
UpdateConfiguredTableAnalysisRuleOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateConfiguredTableAnalysisRuleCommandInput
|
|
19
20
|
extends UpdateConfiguredTableAnalysisRuleInput {}
|
|
20
21
|
export interface UpdateConfiguredTableAnalysisRuleCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateConfiguredTableAssociationInput,
|
|
16
16
|
UpdateConfiguredTableAssociationOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateConfiguredTableAssociationCommandInput
|
|
19
20
|
extends UpdateConfiguredTableAssociationInput {}
|
|
20
21
|
export interface UpdateConfiguredTableAssociationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateConfiguredTableInput,
|
|
16
16
|
UpdateConfiguredTableOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateConfiguredTableCommandInput
|
|
19
20
|
extends UpdateConfiguredTableInput {}
|
|
20
21
|
export interface UpdateConfiguredTableCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateMembershipInput,
|
|
16
16
|
UpdateMembershipOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateMembershipCommandInput extends UpdateMembershipInput {}
|
|
19
20
|
export interface UpdateMembershipCommandOutput
|
|
20
21
|
extends UpdateMembershipOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateProtectedQueryInput,
|
|
16
16
|
UpdateProtectedQueryOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateProtectedQueryCommandInput
|
|
19
20
|
extends UpdateProtectedQueryInput {}
|
|
20
21
|
export interface UpdateProtectedQueryCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./CleanRooms";
|
|
2
1
|
export * from "./CleanRoomsClient";
|
|
2
|
+
export * from "./CleanRooms";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { CleanRoomsServiceException } from "./models/CleanRoomsServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class CleanRoomsServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|