@aws-sdk/client-cleanrooms 3.616.0 → 3.619.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 +136 -0
- package/dist-cjs/index.js +1123 -31
- package/dist-es/CleanRooms.js +34 -0
- package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.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/GetConfiguredTableAssociationAnalysisRuleCommand.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/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
- package/dist-es/commands/index.js +17 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +75 -20
- package/dist-es/models/models_1.js +21 -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 +602 -0
- package/dist-types/CleanRooms.d.ts +119 -0
- package/dist-types/CleanRoomsClient.d.ts +19 -2
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +20 -3
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -4
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +143 -0
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
- package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
- package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +79 -0
- package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
- package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
- package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
- package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +114 -0
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
- package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
- package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +3 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +19 -2
- package/dist-types/commands/GetSchemaCommand.d.ts +15 -4
- 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/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +12 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
- package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +145 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
- package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
- package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2016 -903
- package/dist-types/models/models_1.d.ts +430 -0
- 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 +153 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +325 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +102 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- 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/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.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/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.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/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- 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/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.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/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +486 -134
- package/dist-types/ts3.4/models/models_1.d.ts +140 -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 +204 -0
- package/package.json +1 -1
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
+
import { GetCollaborationIdNamespaceAssociationInput, GetCollaborationIdNamespaceAssociationOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetCollaborationIdNamespaceAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetCollaborationIdNamespaceAssociationCommandInput extends GetCollaborationIdNamespaceAssociationInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetCollaborationIdNamespaceAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetCollaborationIdNamespaceAssociationCommandOutput extends GetCollaborationIdNamespaceAssociationOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetCollaborationIdNamespaceAssociationCommand_base: {
|
|
25
|
+
new (input: GetCollaborationIdNamespaceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCollaborationIdNamespaceAssociationCommandInput, GetCollaborationIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: GetCollaborationIdNamespaceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCollaborationIdNamespaceAssociationCommandInput, GetCollaborationIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves an ID namespace association from a specific collaboration.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CleanRoomsClient, GetCollaborationIdNamespaceAssociationCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsClient, GetCollaborationIdNamespaceAssociationCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsClient(config);
|
|
37
|
+
* const input = { // GetCollaborationIdNamespaceAssociationInput
|
|
38
|
+
* collaborationIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* idNamespaceAssociationIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new GetCollaborationIdNamespaceAssociationCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // GetCollaborationIdNamespaceAssociationOutput
|
|
44
|
+
* // collaborationIdNamespaceAssociation: { // CollaborationIdNamespaceAssociation
|
|
45
|
+
* // id: "STRING_VALUE", // required
|
|
46
|
+
* // arn: "STRING_VALUE", // required
|
|
47
|
+
* // collaborationId: "STRING_VALUE", // required
|
|
48
|
+
* // collaborationArn: "STRING_VALUE", // required
|
|
49
|
+
* // name: "STRING_VALUE", // required
|
|
50
|
+
* // description: "STRING_VALUE",
|
|
51
|
+
* // creatorAccountId: "STRING_VALUE", // required
|
|
52
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
53
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
54
|
+
* // inputReferenceConfig: { // IdNamespaceAssociationInputReferenceConfig
|
|
55
|
+
* // inputReferenceArn: "STRING_VALUE", // required
|
|
56
|
+
* // manageResourcePolicies: true || false, // required
|
|
57
|
+
* // },
|
|
58
|
+
* // inputReferenceProperties: { // IdNamespaceAssociationInputReferenceProperties
|
|
59
|
+
* // idNamespaceType: "SOURCE" || "TARGET", // required
|
|
60
|
+
* // idMappingWorkflowsSupported: [ // IdMappingWorkflowsSupported // required
|
|
61
|
+
* // "DOCUMENT_VALUE",
|
|
62
|
+
* // ],
|
|
63
|
+
* // },
|
|
64
|
+
* // idMappingConfig: { // IdMappingConfig
|
|
65
|
+
* // allowUseAsDimensionColumn: true || false, // required
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
70
|
+
* ```
|
|
71
|
+
*
|
|
72
|
+
* @param GetCollaborationIdNamespaceAssociationCommandInput - {@link GetCollaborationIdNamespaceAssociationCommandInput}
|
|
73
|
+
* @returns {@link GetCollaborationIdNamespaceAssociationCommandOutput}
|
|
74
|
+
* @see {@link GetCollaborationIdNamespaceAssociationCommandInput} for command's `input` shape.
|
|
75
|
+
* @see {@link GetCollaborationIdNamespaceAssociationCommandOutput} for command's `response` shape.
|
|
76
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
79
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InternalServerException} (server fault)
|
|
82
|
+
* <p>Unexpected error during processing of request.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
85
|
+
* <p>Request references a resource which does not exist.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
88
|
+
* <p>Request was denied due to request throttling.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link ValidationException} (client fault)
|
|
91
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link CleanRoomsServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
95
|
+
*
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
export declare class GetCollaborationIdNamespaceAssociationCommand extends GetCollaborationIdNamespaceAssociationCommand_base {
|
|
99
|
+
}
|
|
@@ -56,6 +56,7 @@ declare const GetConfiguredTableAnalysisRuleCommand_base: {
|
|
|
56
56
|
* // listColumns: [ // required
|
|
57
57
|
* // "STRING_VALUE",
|
|
58
58
|
* // ],
|
|
59
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
59
60
|
* // },
|
|
60
61
|
* // aggregation: { // AnalysisRuleAggregation
|
|
61
62
|
* // aggregateColumns: [ // AggregateColumnList // required
|
|
@@ -86,6 +87,7 @@ declare const GetConfiguredTableAnalysisRuleCommand_base: {
|
|
|
86
87
|
* // type: "STRING_VALUE", // required
|
|
87
88
|
* // },
|
|
88
89
|
* // ],
|
|
90
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
89
91
|
* // },
|
|
90
92
|
* // custom: { // AnalysisRuleCustom
|
|
91
93
|
* // allowedAnalyses: [ // AllowedAnalysesList // required
|
|
@@ -94,6 +96,10 @@ declare const GetConfiguredTableAnalysisRuleCommand_base: {
|
|
|
94
96
|
* // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
|
|
95
97
|
* // "STRING_VALUE",
|
|
96
98
|
* // ],
|
|
99
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
100
|
+
* // disallowedOutputColumns: [
|
|
101
|
+
* // "STRING_VALUE",
|
|
102
|
+
* // ],
|
|
97
103
|
* // differentialPrivacy: { // DifferentialPrivacyConfiguration
|
|
98
104
|
* // columns: [ // DifferentialPrivacyColumnList // required
|
|
99
105
|
* // { // DifferentialPrivacyColumn
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
+
import { GetConfiguredTableAssociationAnalysisRuleInput, GetConfiguredTableAssociationAnalysisRuleOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetConfiguredTableAssociationAnalysisRuleCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetConfiguredTableAssociationAnalysisRuleCommandInput extends GetConfiguredTableAssociationAnalysisRuleInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetConfiguredTableAssociationAnalysisRuleCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetConfiguredTableAssociationAnalysisRuleCommandOutput extends GetConfiguredTableAssociationAnalysisRuleOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetConfiguredTableAssociationAnalysisRuleCommand_base: {
|
|
25
|
+
new (input: GetConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfiguredTableAssociationAnalysisRuleCommandInput, GetConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: GetConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfiguredTableAssociationAnalysisRuleCommandInput, GetConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>
|
|
31
|
+
* Retrieves
|
|
32
|
+
* the analysis rule for a configured table association.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { CleanRoomsClient, GetConfiguredTableAssociationAnalysisRuleCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
37
|
+
* // const { CleanRoomsClient, GetConfiguredTableAssociationAnalysisRuleCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
38
|
+
* const client = new CleanRoomsClient(config);
|
|
39
|
+
* const input = { // GetConfiguredTableAssociationAnalysisRuleInput
|
|
40
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
41
|
+
* configuredTableAssociationIdentifier: "STRING_VALUE", // required
|
|
42
|
+
* analysisRuleType: "AGGREGATION" || "LIST" || "CUSTOM", // required
|
|
43
|
+
* };
|
|
44
|
+
* const command = new GetConfiguredTableAssociationAnalysisRuleCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // GetConfiguredTableAssociationAnalysisRuleOutput
|
|
47
|
+
* // analysisRule: { // ConfiguredTableAssociationAnalysisRule
|
|
48
|
+
* // membershipIdentifier: "STRING_VALUE", // required
|
|
49
|
+
* // configuredTableAssociationId: "STRING_VALUE", // required
|
|
50
|
+
* // configuredTableAssociationArn: "STRING_VALUE", // required
|
|
51
|
+
* // policy: { // ConfiguredTableAssociationAnalysisRulePolicy Union: only one key present
|
|
52
|
+
* // v1: { // ConfiguredTableAssociationAnalysisRulePolicyV1 Union: only one key present
|
|
53
|
+
* // list: { // ConfiguredTableAssociationAnalysisRuleList
|
|
54
|
+
* // allowedResultReceivers: [ // AllowedResultReceivers
|
|
55
|
+
* // "STRING_VALUE",
|
|
56
|
+
* // ],
|
|
57
|
+
* // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // },
|
|
61
|
+
* // aggregation: { // ConfiguredTableAssociationAnalysisRuleAggregation
|
|
62
|
+
* // allowedResultReceivers: [
|
|
63
|
+
* // "STRING_VALUE",
|
|
64
|
+
* // ],
|
|
65
|
+
* // allowedAdditionalAnalyses: [
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // },
|
|
69
|
+
* // custom: { // ConfiguredTableAssociationAnalysisRuleCustom
|
|
70
|
+
* // allowedResultReceivers: [
|
|
71
|
+
* // "STRING_VALUE",
|
|
72
|
+
* // ],
|
|
73
|
+
* // allowedAdditionalAnalyses: [
|
|
74
|
+
* // "STRING_VALUE",
|
|
75
|
+
* // ],
|
|
76
|
+
* // },
|
|
77
|
+
* // },
|
|
78
|
+
* // },
|
|
79
|
+
* // type: "AGGREGATION" || "LIST" || "CUSTOM", // required
|
|
80
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
81
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
82
|
+
* // },
|
|
83
|
+
* // };
|
|
84
|
+
*
|
|
85
|
+
* ```
|
|
86
|
+
*
|
|
87
|
+
* @param GetConfiguredTableAssociationAnalysisRuleCommandInput - {@link GetConfiguredTableAssociationAnalysisRuleCommandInput}
|
|
88
|
+
* @returns {@link GetConfiguredTableAssociationAnalysisRuleCommandOutput}
|
|
89
|
+
* @see {@link GetConfiguredTableAssociationAnalysisRuleCommandInput} for command's `input` shape.
|
|
90
|
+
* @see {@link GetConfiguredTableAssociationAnalysisRuleCommandOutput} for command's `response` shape.
|
|
91
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
94
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link InternalServerException} (server fault)
|
|
97
|
+
* <p>Unexpected error during processing of request.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
100
|
+
* <p>Request references a resource which does not exist.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
103
|
+
* <p>Request was denied due to request throttling.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link ValidationException} (client fault)
|
|
106
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
107
|
+
*
|
|
108
|
+
* @throws {@link CleanRoomsServiceException}
|
|
109
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
110
|
+
*
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
export declare class GetConfiguredTableAssociationAnalysisRuleCommand extends GetConfiguredTableAssociationAnalysisRuleCommand_base {
|
|
114
|
+
}
|
|
@@ -51,6 +51,9 @@ declare const GetConfiguredTableAssociationCommand_base: {
|
|
|
51
51
|
* // roleArn: "STRING_VALUE", // required
|
|
52
52
|
* // name: "STRING_VALUE", // required
|
|
53
53
|
* // description: "STRING_VALUE",
|
|
54
|
+
* // analysisRuleTypes: [ // ConfiguredTableAssociationAnalysisRuleTypeList
|
|
55
|
+
* // "AGGREGATION" || "LIST" || "CUSTOM",
|
|
56
|
+
* // ],
|
|
54
57
|
* // createTime: new Date("TIMESTAMP"), // required
|
|
55
58
|
* // updateTime: new Date("TIMESTAMP"), // required
|
|
56
59
|
* // },
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
+
import { GetIdMappingTableInput, GetIdMappingTableOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetIdMappingTableCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetIdMappingTableCommandInput extends GetIdMappingTableInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetIdMappingTableCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetIdMappingTableCommandOutput extends GetIdMappingTableOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetIdMappingTableCommand_base: {
|
|
25
|
+
new (input: GetIdMappingTableCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdMappingTableCommandInput, GetIdMappingTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: GetIdMappingTableCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdMappingTableCommandInput, GetIdMappingTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves an ID mapping table.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CleanRoomsClient, GetIdMappingTableCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsClient, GetIdMappingTableCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsClient(config);
|
|
37
|
+
* const input = { // GetIdMappingTableInput
|
|
38
|
+
* idMappingTableIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new GetIdMappingTableCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // GetIdMappingTableOutput
|
|
44
|
+
* // idMappingTable: { // IdMappingTable
|
|
45
|
+
* // id: "STRING_VALUE", // required
|
|
46
|
+
* // arn: "STRING_VALUE", // required
|
|
47
|
+
* // inputReferenceConfig: { // IdMappingTableInputReferenceConfig
|
|
48
|
+
* // inputReferenceArn: "STRING_VALUE", // required
|
|
49
|
+
* // manageResourcePolicies: true || false, // required
|
|
50
|
+
* // },
|
|
51
|
+
* // membershipId: "STRING_VALUE", // required
|
|
52
|
+
* // membershipArn: "STRING_VALUE", // required
|
|
53
|
+
* // collaborationId: "STRING_VALUE", // required
|
|
54
|
+
* // collaborationArn: "STRING_VALUE", // required
|
|
55
|
+
* // description: "STRING_VALUE",
|
|
56
|
+
* // name: "STRING_VALUE", // required
|
|
57
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
58
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
59
|
+
* // inputReferenceProperties: { // IdMappingTableInputReferenceProperties
|
|
60
|
+
* // idMappingTableInputSource: [ // IdMappingTableInputSourceList // required
|
|
61
|
+
* // { // IdMappingTableInputSource
|
|
62
|
+
* // idNamespaceAssociationId: "STRING_VALUE", // required
|
|
63
|
+
* // type: "SOURCE" || "TARGET", // required
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // },
|
|
67
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
71
|
+
* ```
|
|
72
|
+
*
|
|
73
|
+
* @param GetIdMappingTableCommandInput - {@link GetIdMappingTableCommandInput}
|
|
74
|
+
* @returns {@link GetIdMappingTableCommandOutput}
|
|
75
|
+
* @see {@link GetIdMappingTableCommandInput} for command's `input` shape.
|
|
76
|
+
* @see {@link GetIdMappingTableCommandOutput} for command's `response` shape.
|
|
77
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
80
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link InternalServerException} (server fault)
|
|
83
|
+
* <p>Unexpected error during processing of request.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
86
|
+
* <p>Request references a resource which does not exist.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
89
|
+
* <p>Request was denied due to request throttling.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link ValidationException} (client fault)
|
|
92
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link CleanRoomsServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
96
|
+
*
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
export declare class GetIdMappingTableCommand extends GetIdMappingTableCommand_base {
|
|
100
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
+
import { GetIdNamespaceAssociationInput, GetIdNamespaceAssociationOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetIdNamespaceAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetIdNamespaceAssociationCommandInput extends GetIdNamespaceAssociationInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetIdNamespaceAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetIdNamespaceAssociationCommandOutput extends GetIdNamespaceAssociationOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetIdNamespaceAssociationCommand_base: {
|
|
25
|
+
new (input: GetIdNamespaceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdNamespaceAssociationCommandInput, GetIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: GetIdNamespaceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdNamespaceAssociationCommandInput, GetIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves an ID namespace association.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CleanRoomsClient, GetIdNamespaceAssociationCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsClient, GetIdNamespaceAssociationCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsClient(config);
|
|
37
|
+
* const input = { // GetIdNamespaceAssociationInput
|
|
38
|
+
* idNamespaceAssociationIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new GetIdNamespaceAssociationCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // GetIdNamespaceAssociationOutput
|
|
44
|
+
* // idNamespaceAssociation: { // IdNamespaceAssociation
|
|
45
|
+
* // id: "STRING_VALUE", // required
|
|
46
|
+
* // arn: "STRING_VALUE", // required
|
|
47
|
+
* // membershipId: "STRING_VALUE", // required
|
|
48
|
+
* // membershipArn: "STRING_VALUE", // required
|
|
49
|
+
* // collaborationId: "STRING_VALUE", // required
|
|
50
|
+
* // collaborationArn: "STRING_VALUE", // required
|
|
51
|
+
* // name: "STRING_VALUE", // required
|
|
52
|
+
* // description: "STRING_VALUE",
|
|
53
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
54
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
55
|
+
* // inputReferenceConfig: { // IdNamespaceAssociationInputReferenceConfig
|
|
56
|
+
* // inputReferenceArn: "STRING_VALUE", // required
|
|
57
|
+
* // manageResourcePolicies: true || false, // required
|
|
58
|
+
* // },
|
|
59
|
+
* // inputReferenceProperties: { // IdNamespaceAssociationInputReferenceProperties
|
|
60
|
+
* // idNamespaceType: "SOURCE" || "TARGET", // required
|
|
61
|
+
* // idMappingWorkflowsSupported: [ // IdMappingWorkflowsSupported // required
|
|
62
|
+
* // "DOCUMENT_VALUE",
|
|
63
|
+
* // ],
|
|
64
|
+
* // },
|
|
65
|
+
* // idMappingConfig: { // IdMappingConfig
|
|
66
|
+
* // allowUseAsDimensionColumn: true || false, // required
|
|
67
|
+
* // },
|
|
68
|
+
* // },
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
71
|
+
* ```
|
|
72
|
+
*
|
|
73
|
+
* @param GetIdNamespaceAssociationCommandInput - {@link GetIdNamespaceAssociationCommandInput}
|
|
74
|
+
* @returns {@link GetIdNamespaceAssociationCommandOutput}
|
|
75
|
+
* @see {@link GetIdNamespaceAssociationCommandInput} for command's `input` shape.
|
|
76
|
+
* @see {@link GetIdNamespaceAssociationCommandOutput} for command's `response` shape.
|
|
77
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
80
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link InternalServerException} (server fault)
|
|
83
|
+
* <p>Unexpected error during processing of request.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
86
|
+
* <p>Request references a resource which does not exist.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
89
|
+
* <p>Request was denied due to request throttling.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link ValidationException} (client fault)
|
|
92
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link CleanRoomsServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
96
|
+
*
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
export declare class GetIdNamespaceAssociationCommand extends GetIdNamespaceAssociationCommand_base {
|
|
100
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
-
import { GetPrivacyBudgetTemplateInput, GetPrivacyBudgetTemplateOutput } from "../models/
|
|
4
|
+
import { GetPrivacyBudgetTemplateInput, GetPrivacyBudgetTemplateOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -61,6 +61,9 @@ declare const GetProtectedQueryCommand_base: {
|
|
|
61
61
|
* // bucket: "STRING_VALUE", // required
|
|
62
62
|
* // keyPrefix: "STRING_VALUE",
|
|
63
63
|
* // },
|
|
64
|
+
* // member: { // ProtectedQueryMemberOutputConfiguration
|
|
65
|
+
* // accountId: "STRING_VALUE", // required
|
|
66
|
+
* // },
|
|
64
67
|
* // },
|
|
65
68
|
* // },
|
|
66
69
|
* // statistics: { // ProtectedQueryStatistics
|
|
@@ -37,14 +37,14 @@ declare const GetSchemaAnalysisRuleCommand_base: {
|
|
|
37
37
|
* const input = { // GetSchemaAnalysisRuleInput
|
|
38
38
|
* collaborationIdentifier: "STRING_VALUE", // required
|
|
39
39
|
* name: "STRING_VALUE", // required
|
|
40
|
-
* type: "AGGREGATION" || "LIST" || "CUSTOM", // required
|
|
40
|
+
* type: "AGGREGATION" || "LIST" || "CUSTOM" || "ID_MAPPING_TABLE", // required
|
|
41
41
|
* };
|
|
42
42
|
* const command = new GetSchemaAnalysisRuleCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
44
|
* // { // GetSchemaAnalysisRuleOutput
|
|
45
45
|
* // analysisRule: { // AnalysisRule
|
|
46
46
|
* // collaborationId: "STRING_VALUE", // required
|
|
47
|
-
* // type: "AGGREGATION" || "LIST" || "CUSTOM", // required
|
|
47
|
+
* // type: "AGGREGATION" || "LIST" || "CUSTOM" || "ID_MAPPING_TABLE", // required
|
|
48
48
|
* // name: "STRING_VALUE", // required
|
|
49
49
|
* // createTime: new Date("TIMESTAMP"), // required
|
|
50
50
|
* // updateTime: new Date("TIMESTAMP"), // required
|
|
@@ -60,6 +60,7 @@ declare const GetSchemaAnalysisRuleCommand_base: {
|
|
|
60
60
|
* // listColumns: [ // required
|
|
61
61
|
* // "STRING_VALUE",
|
|
62
62
|
* // ],
|
|
63
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
63
64
|
* // },
|
|
64
65
|
* // aggregation: { // AnalysisRuleAggregation
|
|
65
66
|
* // aggregateColumns: [ // AggregateColumnList // required
|
|
@@ -90,6 +91,7 @@ declare const GetSchemaAnalysisRuleCommand_base: {
|
|
|
90
91
|
* // type: "STRING_VALUE", // required
|
|
91
92
|
* // },
|
|
92
93
|
* // ],
|
|
94
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
93
95
|
* // },
|
|
94
96
|
* // custom: { // AnalysisRuleCustom
|
|
95
97
|
* // allowedAnalyses: [ // AllowedAnalysesList // required
|
|
@@ -98,6 +100,10 @@ declare const GetSchemaAnalysisRuleCommand_base: {
|
|
|
98
100
|
* // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
|
|
99
101
|
* // "STRING_VALUE",
|
|
100
102
|
* // ],
|
|
103
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
104
|
+
* // disallowedOutputColumns: [
|
|
105
|
+
* // "STRING_VALUE",
|
|
106
|
+
* // ],
|
|
101
107
|
* // differentialPrivacy: { // DifferentialPrivacyConfiguration
|
|
102
108
|
* // columns: [ // DifferentialPrivacyColumnList // required
|
|
103
109
|
* // { // DifferentialPrivacyColumn
|
|
@@ -106,6 +112,17 @@ declare const GetSchemaAnalysisRuleCommand_base: {
|
|
|
106
112
|
* // ],
|
|
107
113
|
* // },
|
|
108
114
|
* // },
|
|
115
|
+
* // idMappingTable: { // AnalysisRuleIdMappingTable
|
|
116
|
+
* // joinColumns: "<AnalysisRuleColumnList>", // required
|
|
117
|
+
* // queryConstraints: [ // QueryConstraintList // required
|
|
118
|
+
* // { // QueryConstraint Union: only one key present
|
|
119
|
+
* // requireOverlap: { // QueryConstraintRequireOverlap
|
|
120
|
+
* // columns: "<AnalysisRuleColumnList>",
|
|
121
|
+
* // },
|
|
122
|
+
* // },
|
|
123
|
+
* // ],
|
|
124
|
+
* // dimensionColumns: "<AnalysisRuleColumnList>",
|
|
125
|
+
* // },
|
|
109
126
|
* // },
|
|
110
127
|
* // },
|
|
111
128
|
* // },
|
|
@@ -55,7 +55,7 @@ declare const GetSchemaCommand_base: {
|
|
|
55
55
|
* // },
|
|
56
56
|
* // ],
|
|
57
57
|
* // analysisRuleTypes: [ // AnalysisRuleTypeList // required
|
|
58
|
-
* // "AGGREGATION" || "LIST" || "CUSTOM",
|
|
58
|
+
* // "AGGREGATION" || "LIST" || "CUSTOM" || "ID_MAPPING_TABLE",
|
|
59
59
|
* // ],
|
|
60
60
|
* // analysisMethod: "STRING_VALUE",
|
|
61
61
|
* // creatorAccountId: "STRING_VALUE", // required
|
|
@@ -65,22 +65,33 @@ declare const GetSchemaCommand_base: {
|
|
|
65
65
|
* // description: "STRING_VALUE", // required
|
|
66
66
|
* // createTime: new Date("TIMESTAMP"), // required
|
|
67
67
|
* // updateTime: new Date("TIMESTAMP"), // required
|
|
68
|
-
* // type: "TABLE", // required
|
|
68
|
+
* // type: "TABLE" || "ID_MAPPING_TABLE", // required
|
|
69
69
|
* // schemaStatusDetails: [ // SchemaStatusDetailList // required
|
|
70
70
|
* // { // SchemaStatusDetail
|
|
71
71
|
* // status: "READY" || "NOT_READY", // required
|
|
72
72
|
* // reasons: [ // SchemaStatusReasonList
|
|
73
73
|
* // { // SchemaStatusReason
|
|
74
|
-
* // code: "ANALYSIS_RULE_MISSING" || "ANALYSIS_TEMPLATES_NOT_CONFIGURED" || "ANALYSIS_PROVIDERS_NOT_CONFIGURED" || "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED", // required
|
|
74
|
+
* // code: "ANALYSIS_RULE_MISSING" || "ANALYSIS_TEMPLATES_NOT_CONFIGURED" || "ANALYSIS_PROVIDERS_NOT_CONFIGURED" || "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED" || "ID_MAPPING_TABLE_NOT_POPULATED" || "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_CONFIGURED" || "RESULT_RECEIVERS_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_ALLOWED" || "RESULT_RECEIVERS_NOT_ALLOWED" || "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE", // required
|
|
75
75
|
* // message: "STRING_VALUE", // required
|
|
76
76
|
* // },
|
|
77
77
|
* // ],
|
|
78
|
-
* // analysisRuleType: "AGGREGATION" || "LIST" || "CUSTOM",
|
|
78
|
+
* // analysisRuleType: "AGGREGATION" || "LIST" || "CUSTOM" || "ID_MAPPING_TABLE",
|
|
79
79
|
* // configurations: [ // SchemaConfigurationList
|
|
80
80
|
* // "DIFFERENTIAL_PRIVACY",
|
|
81
81
|
* // ],
|
|
82
|
+
* // analysisType: "DIRECT_ANALYSIS" || "ADDITIONAL_ANALYSIS", // required
|
|
82
83
|
* // },
|
|
83
84
|
* // ],
|
|
85
|
+
* // schemaTypeProperties: { // SchemaTypeProperties Union: only one key present
|
|
86
|
+
* // idMappingTable: { // IdMappingTableSchemaTypeProperties
|
|
87
|
+
* // idMappingTableInputSource: [ // IdMappingTableInputSourceList // required
|
|
88
|
+
* // { // IdMappingTableInputSource
|
|
89
|
+
* // idNamespaceAssociationId: "STRING_VALUE", // required
|
|
90
|
+
* // type: "SOURCE" || "TARGET", // required
|
|
91
|
+
* // },
|
|
92
|
+
* // ],
|
|
93
|
+
* // },
|
|
94
|
+
* // },
|
|
84
95
|
* // },
|
|
85
96
|
* // };
|
|
86
97
|
*
|