@aws-sdk/client-cleanrooms 3.618.0 → 3.620.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 +32 -0
- package/dist-cjs/index.js +319 -30
- package/dist-es/CleanRooms.js +8 -0
- package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +50 -24
- package/dist-es/models/models_1.js +21 -0
- package/dist-es/protocols/Aws_restJson1.js +119 -0
- package/dist-types/CleanRooms.d.ts +28 -0
- package/dist-types/CleanRoomsClient.d.ts +6 -2
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +7 -3
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +3 -2
- 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/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +79 -0
- package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- 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/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +3 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +7 -3
- package/dist-types/commands/GetSchemaCommand.d.ts +3 -2
- package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +12 -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/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +614 -502
- package/dist-types/models/models_1.d.ts +430 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +92 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.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/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- 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/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 +4 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +188 -138
- package/dist-types/ts3.4/models/models_1.d.ts +140 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
- package/package.json +18 -18
|
@@ -14,6 +14,7 @@ import { CreateAnalysisTemplateCommandInput, CreateAnalysisTemplateCommandOutput
|
|
|
14
14
|
import { CreateCollaborationCommandInput, CreateCollaborationCommandOutput } from "./commands/CreateCollaborationCommand";
|
|
15
15
|
import { CreateConfiguredAudienceModelAssociationCommandInput, CreateConfiguredAudienceModelAssociationCommandOutput } from "./commands/CreateConfiguredAudienceModelAssociationCommand";
|
|
16
16
|
import { CreateConfiguredTableAnalysisRuleCommandInput, CreateConfiguredTableAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAnalysisRuleCommand";
|
|
17
|
+
import { CreateConfiguredTableAssociationAnalysisRuleCommandInput, CreateConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAssociationAnalysisRuleCommand";
|
|
17
18
|
import { CreateConfiguredTableAssociationCommandInput, CreateConfiguredTableAssociationCommandOutput } from "./commands/CreateConfiguredTableAssociationCommand";
|
|
18
19
|
import { CreateConfiguredTableCommandInput, CreateConfiguredTableCommandOutput } from "./commands/CreateConfiguredTableCommand";
|
|
19
20
|
import { CreateIdMappingTableCommandInput, CreateIdMappingTableCommandOutput } from "./commands/CreateIdMappingTableCommand";
|
|
@@ -24,6 +25,7 @@ import { DeleteAnalysisTemplateCommandInput, DeleteAnalysisTemplateCommandOutput
|
|
|
24
25
|
import { DeleteCollaborationCommandInput, DeleteCollaborationCommandOutput } from "./commands/DeleteCollaborationCommand";
|
|
25
26
|
import { DeleteConfiguredAudienceModelAssociationCommandInput, DeleteConfiguredAudienceModelAssociationCommandOutput } from "./commands/DeleteConfiguredAudienceModelAssociationCommand";
|
|
26
27
|
import { DeleteConfiguredTableAnalysisRuleCommandInput, DeleteConfiguredTableAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAnalysisRuleCommand";
|
|
28
|
+
import { DeleteConfiguredTableAssociationAnalysisRuleCommandInput, DeleteConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAssociationAnalysisRuleCommand";
|
|
27
29
|
import { DeleteConfiguredTableAssociationCommandInput, DeleteConfiguredTableAssociationCommandOutput } from "./commands/DeleteConfiguredTableAssociationCommand";
|
|
28
30
|
import { DeleteConfiguredTableCommandInput, DeleteConfiguredTableCommandOutput } from "./commands/DeleteConfiguredTableCommand";
|
|
29
31
|
import { DeleteIdMappingTableCommandInput, DeleteIdMappingTableCommandOutput } from "./commands/DeleteIdMappingTableCommand";
|
|
@@ -39,6 +41,7 @@ import { GetCollaborationIdNamespaceAssociationCommandInput, GetCollaborationIdN
|
|
|
39
41
|
import { GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput } from "./commands/GetCollaborationPrivacyBudgetTemplateCommand";
|
|
40
42
|
import { GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetConfiguredAudienceModelAssociationCommand";
|
|
41
43
|
import { GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAnalysisRuleCommand";
|
|
44
|
+
import { GetConfiguredTableAssociationAnalysisRuleCommandInput, GetConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAssociationAnalysisRuleCommand";
|
|
42
45
|
import { GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput } from "./commands/GetConfiguredTableAssociationCommand";
|
|
43
46
|
import { GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput } from "./commands/GetConfiguredTableCommand";
|
|
44
47
|
import { GetIdMappingTableCommandInput, GetIdMappingTableCommandOutput } from "./commands/GetIdMappingTableCommand";
|
|
@@ -76,6 +79,7 @@ import { UpdateAnalysisTemplateCommandInput, UpdateAnalysisTemplateCommandOutput
|
|
|
76
79
|
import { UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput } from "./commands/UpdateCollaborationCommand";
|
|
77
80
|
import { UpdateConfiguredAudienceModelAssociationCommandInput, UpdateConfiguredAudienceModelAssociationCommandOutput } from "./commands/UpdateConfiguredAudienceModelAssociationCommand";
|
|
78
81
|
import { UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAnalysisRuleCommand";
|
|
82
|
+
import { UpdateConfiguredTableAssociationAnalysisRuleCommandInput, UpdateConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAssociationAnalysisRuleCommand";
|
|
79
83
|
import { UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAssociationCommandOutput } from "./commands/UpdateConfiguredTableAssociationCommand";
|
|
80
84
|
import { UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput } from "./commands/UpdateConfiguredTableCommand";
|
|
81
85
|
import { UpdateIdMappingTableCommandInput, UpdateIdMappingTableCommandOutput } from "./commands/UpdateIdMappingTableCommand";
|
|
@@ -89,11 +93,11 @@ export { __Client };
|
|
|
89
93
|
/**
|
|
90
94
|
* @public
|
|
91
95
|
*/
|
|
92
|
-
export type ServiceInputTypes = BatchGetCollaborationAnalysisTemplateCommandInput | BatchGetSchemaAnalysisRuleCommandInput | BatchGetSchemaCommandInput | CreateAnalysisTemplateCommandInput | CreateCollaborationCommandInput | CreateConfiguredAudienceModelAssociationCommandInput | CreateConfiguredTableAnalysisRuleCommandInput | CreateConfiguredTableAssociationCommandInput | CreateConfiguredTableCommandInput | CreateIdMappingTableCommandInput | CreateIdNamespaceAssociationCommandInput | CreateMembershipCommandInput | CreatePrivacyBudgetTemplateCommandInput | DeleteAnalysisTemplateCommandInput | DeleteCollaborationCommandInput | DeleteConfiguredAudienceModelAssociationCommandInput | DeleteConfiguredTableAnalysisRuleCommandInput | DeleteConfiguredTableAssociationCommandInput | DeleteConfiguredTableCommandInput | DeleteIdMappingTableCommandInput | DeleteIdNamespaceAssociationCommandInput | DeleteMemberCommandInput | DeleteMembershipCommandInput | DeletePrivacyBudgetTemplateCommandInput | GetAnalysisTemplateCommandInput | GetCollaborationAnalysisTemplateCommandInput | GetCollaborationCommandInput | GetCollaborationConfiguredAudienceModelAssociationCommandInput | GetCollaborationIdNamespaceAssociationCommandInput | GetCollaborationPrivacyBudgetTemplateCommandInput | GetConfiguredAudienceModelAssociationCommandInput | GetConfiguredTableAnalysisRuleCommandInput | GetConfiguredTableAssociationCommandInput | GetConfiguredTableCommandInput | GetIdMappingTableCommandInput | GetIdNamespaceAssociationCommandInput | GetMembershipCommandInput | GetPrivacyBudgetTemplateCommandInput | GetProtectedQueryCommandInput | GetSchemaAnalysisRuleCommandInput | GetSchemaCommandInput | ListAnalysisTemplatesCommandInput | ListCollaborationAnalysisTemplatesCommandInput | ListCollaborationConfiguredAudienceModelAssociationsCommandInput | ListCollaborationIdNamespaceAssociationsCommandInput | ListCollaborationPrivacyBudgetTemplatesCommandInput | ListCollaborationPrivacyBudgetsCommandInput | ListCollaborationsCommandInput | ListConfiguredAudienceModelAssociationsCommandInput | ListConfiguredTableAssociationsCommandInput | ListConfiguredTablesCommandInput | ListIdMappingTablesCommandInput | ListIdNamespaceAssociationsCommandInput | ListMembersCommandInput | ListMembershipsCommandInput | ListPrivacyBudgetTemplatesCommandInput | ListPrivacyBudgetsCommandInput | ListProtectedQueriesCommandInput | ListSchemasCommandInput | ListTagsForResourceCommandInput | PopulateIdMappingTableCommandInput | PreviewPrivacyImpactCommandInput | StartProtectedQueryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnalysisTemplateCommandInput | UpdateCollaborationCommandInput | UpdateConfiguredAudienceModelAssociationCommandInput | UpdateConfiguredTableAnalysisRuleCommandInput | UpdateConfiguredTableAssociationCommandInput | UpdateConfiguredTableCommandInput | UpdateIdMappingTableCommandInput | UpdateIdNamespaceAssociationCommandInput | UpdateMembershipCommandInput | UpdatePrivacyBudgetTemplateCommandInput | UpdateProtectedQueryCommandInput;
|
|
96
|
+
export type ServiceInputTypes = BatchGetCollaborationAnalysisTemplateCommandInput | BatchGetSchemaAnalysisRuleCommandInput | BatchGetSchemaCommandInput | CreateAnalysisTemplateCommandInput | CreateCollaborationCommandInput | CreateConfiguredAudienceModelAssociationCommandInput | CreateConfiguredTableAnalysisRuleCommandInput | CreateConfiguredTableAssociationAnalysisRuleCommandInput | CreateConfiguredTableAssociationCommandInput | CreateConfiguredTableCommandInput | CreateIdMappingTableCommandInput | CreateIdNamespaceAssociationCommandInput | CreateMembershipCommandInput | CreatePrivacyBudgetTemplateCommandInput | DeleteAnalysisTemplateCommandInput | DeleteCollaborationCommandInput | DeleteConfiguredAudienceModelAssociationCommandInput | DeleteConfiguredTableAnalysisRuleCommandInput | DeleteConfiguredTableAssociationAnalysisRuleCommandInput | DeleteConfiguredTableAssociationCommandInput | DeleteConfiguredTableCommandInput | DeleteIdMappingTableCommandInput | DeleteIdNamespaceAssociationCommandInput | DeleteMemberCommandInput | DeleteMembershipCommandInput | DeletePrivacyBudgetTemplateCommandInput | GetAnalysisTemplateCommandInput | GetCollaborationAnalysisTemplateCommandInput | GetCollaborationCommandInput | GetCollaborationConfiguredAudienceModelAssociationCommandInput | GetCollaborationIdNamespaceAssociationCommandInput | GetCollaborationPrivacyBudgetTemplateCommandInput | GetConfiguredAudienceModelAssociationCommandInput | GetConfiguredTableAnalysisRuleCommandInput | GetConfiguredTableAssociationAnalysisRuleCommandInput | GetConfiguredTableAssociationCommandInput | GetConfiguredTableCommandInput | GetIdMappingTableCommandInput | GetIdNamespaceAssociationCommandInput | GetMembershipCommandInput | GetPrivacyBudgetTemplateCommandInput | GetProtectedQueryCommandInput | GetSchemaAnalysisRuleCommandInput | GetSchemaCommandInput | ListAnalysisTemplatesCommandInput | ListCollaborationAnalysisTemplatesCommandInput | ListCollaborationConfiguredAudienceModelAssociationsCommandInput | ListCollaborationIdNamespaceAssociationsCommandInput | ListCollaborationPrivacyBudgetTemplatesCommandInput | ListCollaborationPrivacyBudgetsCommandInput | ListCollaborationsCommandInput | ListConfiguredAudienceModelAssociationsCommandInput | ListConfiguredTableAssociationsCommandInput | ListConfiguredTablesCommandInput | ListIdMappingTablesCommandInput | ListIdNamespaceAssociationsCommandInput | ListMembersCommandInput | ListMembershipsCommandInput | ListPrivacyBudgetTemplatesCommandInput | ListPrivacyBudgetsCommandInput | ListProtectedQueriesCommandInput | ListSchemasCommandInput | ListTagsForResourceCommandInput | PopulateIdMappingTableCommandInput | PreviewPrivacyImpactCommandInput | StartProtectedQueryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnalysisTemplateCommandInput | UpdateCollaborationCommandInput | UpdateConfiguredAudienceModelAssociationCommandInput | UpdateConfiguredTableAnalysisRuleCommandInput | UpdateConfiguredTableAssociationAnalysisRuleCommandInput | UpdateConfiguredTableAssociationCommandInput | UpdateConfiguredTableCommandInput | UpdateIdMappingTableCommandInput | UpdateIdNamespaceAssociationCommandInput | UpdateMembershipCommandInput | UpdatePrivacyBudgetTemplateCommandInput | UpdateProtectedQueryCommandInput;
|
|
93
97
|
/**
|
|
94
98
|
* @public
|
|
95
99
|
*/
|
|
96
|
-
export type ServiceOutputTypes = BatchGetCollaborationAnalysisTemplateCommandOutput | BatchGetSchemaAnalysisRuleCommandOutput | BatchGetSchemaCommandOutput | CreateAnalysisTemplateCommandOutput | CreateCollaborationCommandOutput | CreateConfiguredAudienceModelAssociationCommandOutput | CreateConfiguredTableAnalysisRuleCommandOutput | CreateConfiguredTableAssociationCommandOutput | CreateConfiguredTableCommandOutput | CreateIdMappingTableCommandOutput | CreateIdNamespaceAssociationCommandOutput | CreateMembershipCommandOutput | CreatePrivacyBudgetTemplateCommandOutput | DeleteAnalysisTemplateCommandOutput | DeleteCollaborationCommandOutput | DeleteConfiguredAudienceModelAssociationCommandOutput | DeleteConfiguredTableAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationCommandOutput | DeleteConfiguredTableCommandOutput | DeleteIdMappingTableCommandOutput | DeleteIdNamespaceAssociationCommandOutput | DeleteMemberCommandOutput | DeleteMembershipCommandOutput | DeletePrivacyBudgetTemplateCommandOutput | GetAnalysisTemplateCommandOutput | GetCollaborationAnalysisTemplateCommandOutput | GetCollaborationCommandOutput | GetCollaborationConfiguredAudienceModelAssociationCommandOutput | GetCollaborationIdNamespaceAssociationCommandOutput | GetCollaborationPrivacyBudgetTemplateCommandOutput | GetConfiguredAudienceModelAssociationCommandOutput | GetConfiguredTableAnalysisRuleCommandOutput | GetConfiguredTableAssociationCommandOutput | GetConfiguredTableCommandOutput | GetIdMappingTableCommandOutput | GetIdNamespaceAssociationCommandOutput | GetMembershipCommandOutput | GetPrivacyBudgetTemplateCommandOutput | GetProtectedQueryCommandOutput | GetSchemaAnalysisRuleCommandOutput | GetSchemaCommandOutput | ListAnalysisTemplatesCommandOutput | ListCollaborationAnalysisTemplatesCommandOutput | ListCollaborationConfiguredAudienceModelAssociationsCommandOutput | ListCollaborationIdNamespaceAssociationsCommandOutput | ListCollaborationPrivacyBudgetTemplatesCommandOutput | ListCollaborationPrivacyBudgetsCommandOutput | ListCollaborationsCommandOutput | ListConfiguredAudienceModelAssociationsCommandOutput | ListConfiguredTableAssociationsCommandOutput | ListConfiguredTablesCommandOutput | ListIdMappingTablesCommandOutput | ListIdNamespaceAssociationsCommandOutput | ListMembersCommandOutput | ListMembershipsCommandOutput | ListPrivacyBudgetTemplatesCommandOutput | ListPrivacyBudgetsCommandOutput | ListProtectedQueriesCommandOutput | ListSchemasCommandOutput | ListTagsForResourceCommandOutput | PopulateIdMappingTableCommandOutput | PreviewPrivacyImpactCommandOutput | StartProtectedQueryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnalysisTemplateCommandOutput | UpdateCollaborationCommandOutput | UpdateConfiguredAudienceModelAssociationCommandOutput | UpdateConfiguredTableAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationCommandOutput | UpdateConfiguredTableCommandOutput | UpdateIdMappingTableCommandOutput | UpdateIdNamespaceAssociationCommandOutput | UpdateMembershipCommandOutput | UpdatePrivacyBudgetTemplateCommandOutput | UpdateProtectedQueryCommandOutput;
|
|
100
|
+
export type ServiceOutputTypes = BatchGetCollaborationAnalysisTemplateCommandOutput | BatchGetSchemaAnalysisRuleCommandOutput | BatchGetSchemaCommandOutput | CreateAnalysisTemplateCommandOutput | CreateCollaborationCommandOutput | CreateConfiguredAudienceModelAssociationCommandOutput | CreateConfiguredTableAnalysisRuleCommandOutput | CreateConfiguredTableAssociationAnalysisRuleCommandOutput | CreateConfiguredTableAssociationCommandOutput | CreateConfiguredTableCommandOutput | CreateIdMappingTableCommandOutput | CreateIdNamespaceAssociationCommandOutput | CreateMembershipCommandOutput | CreatePrivacyBudgetTemplateCommandOutput | DeleteAnalysisTemplateCommandOutput | DeleteCollaborationCommandOutput | DeleteConfiguredAudienceModelAssociationCommandOutput | DeleteConfiguredTableAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationCommandOutput | DeleteConfiguredTableCommandOutput | DeleteIdMappingTableCommandOutput | DeleteIdNamespaceAssociationCommandOutput | DeleteMemberCommandOutput | DeleteMembershipCommandOutput | DeletePrivacyBudgetTemplateCommandOutput | GetAnalysisTemplateCommandOutput | GetCollaborationAnalysisTemplateCommandOutput | GetCollaborationCommandOutput | GetCollaborationConfiguredAudienceModelAssociationCommandOutput | GetCollaborationIdNamespaceAssociationCommandOutput | GetCollaborationPrivacyBudgetTemplateCommandOutput | GetConfiguredAudienceModelAssociationCommandOutput | GetConfiguredTableAnalysisRuleCommandOutput | GetConfiguredTableAssociationAnalysisRuleCommandOutput | GetConfiguredTableAssociationCommandOutput | GetConfiguredTableCommandOutput | GetIdMappingTableCommandOutput | GetIdNamespaceAssociationCommandOutput | GetMembershipCommandOutput | GetPrivacyBudgetTemplateCommandOutput | GetProtectedQueryCommandOutput | GetSchemaAnalysisRuleCommandOutput | GetSchemaCommandOutput | ListAnalysisTemplatesCommandOutput | ListCollaborationAnalysisTemplatesCommandOutput | ListCollaborationConfiguredAudienceModelAssociationsCommandOutput | ListCollaborationIdNamespaceAssociationsCommandOutput | ListCollaborationPrivacyBudgetTemplatesCommandOutput | ListCollaborationPrivacyBudgetsCommandOutput | ListCollaborationsCommandOutput | ListConfiguredAudienceModelAssociationsCommandOutput | ListConfiguredTableAssociationsCommandOutput | ListConfiguredTablesCommandOutput | ListIdMappingTablesCommandOutput | ListIdNamespaceAssociationsCommandOutput | ListMembersCommandOutput | ListMembershipsCommandOutput | ListPrivacyBudgetTemplatesCommandOutput | ListPrivacyBudgetsCommandOutput | ListProtectedQueriesCommandOutput | ListSchemasCommandOutput | ListTagsForResourceCommandOutput | PopulateIdMappingTableCommandOutput | PreviewPrivacyImpactCommandOutput | StartProtectedQueryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnalysisTemplateCommandOutput | UpdateCollaborationCommandOutput | UpdateConfiguredAudienceModelAssociationCommandOutput | UpdateConfiguredTableAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationCommandOutput | UpdateConfiguredTableCommandOutput | UpdateIdMappingTableCommandOutput | UpdateIdNamespaceAssociationCommandOutput | UpdateMembershipCommandOutput | UpdatePrivacyBudgetTemplateCommandOutput | UpdateProtectedQueryCommandOutput;
|
|
97
101
|
/**
|
|
98
102
|
* @public
|
|
99
103
|
*/
|
|
@@ -65,6 +65,7 @@ declare const BatchGetSchemaAnalysisRuleCommand_base: {
|
|
|
65
65
|
* // listColumns: [ // required
|
|
66
66
|
* // "STRING_VALUE",
|
|
67
67
|
* // ],
|
|
68
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
68
69
|
* // },
|
|
69
70
|
* // aggregation: { // AnalysisRuleAggregation
|
|
70
71
|
* // aggregateColumns: [ // AggregateColumnList // required
|
|
@@ -95,6 +96,7 @@ declare const BatchGetSchemaAnalysisRuleCommand_base: {
|
|
|
95
96
|
* // type: "STRING_VALUE", // required
|
|
96
97
|
* // },
|
|
97
98
|
* // ],
|
|
99
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
98
100
|
* // },
|
|
99
101
|
* // custom: { // AnalysisRuleCustom
|
|
100
102
|
* // allowedAnalyses: [ // AllowedAnalysesList // required
|
|
@@ -103,6 +105,10 @@ declare const BatchGetSchemaAnalysisRuleCommand_base: {
|
|
|
103
105
|
* // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
|
|
104
106
|
* // "STRING_VALUE",
|
|
105
107
|
* // ],
|
|
108
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
109
|
+
* // disallowedOutputColumns: [
|
|
110
|
+
* // "STRING_VALUE",
|
|
111
|
+
* // ],
|
|
106
112
|
* // differentialPrivacy: { // DifferentialPrivacyConfiguration
|
|
107
113
|
* // columns: [ // DifferentialPrivacyColumnList // required
|
|
108
114
|
* // { // DifferentialPrivacyColumn
|
|
@@ -112,9 +118,7 @@ declare const BatchGetSchemaAnalysisRuleCommand_base: {
|
|
|
112
118
|
* // },
|
|
113
119
|
* // },
|
|
114
120
|
* // idMappingTable: { // AnalysisRuleIdMappingTable
|
|
115
|
-
* // joinColumns:
|
|
116
|
-
* // "STRING_VALUE",
|
|
117
|
-
* // ],
|
|
121
|
+
* // joinColumns: "<AnalysisRuleColumnList>", // required
|
|
118
122
|
* // queryConstraints: [ // QueryConstraintList // required
|
|
119
123
|
* // { // QueryConstraint Union: only one key present
|
|
120
124
|
* // requireOverlap: { // QueryConstraintRequireOverlap
|
|
@@ -74,14 +74,15 @@ declare const BatchGetSchemaCommand_base: {
|
|
|
74
74
|
* // status: "READY" || "NOT_READY", // required
|
|
75
75
|
* // reasons: [ // SchemaStatusReasonList
|
|
76
76
|
* // { // SchemaStatusReason
|
|
77
|
-
* // code: "ANALYSIS_RULE_MISSING" || "ANALYSIS_TEMPLATES_NOT_CONFIGURED" || "ANALYSIS_PROVIDERS_NOT_CONFIGURED" || "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED" || "ID_MAPPING_TABLE_NOT_POPULATED", // required
|
|
77
|
+
* // 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
|
|
78
78
|
* // message: "STRING_VALUE", // required
|
|
79
79
|
* // },
|
|
80
80
|
* // ],
|
|
81
81
|
* // analysisRuleType: "AGGREGATION" || "LIST" || "CUSTOM" || "ID_MAPPING_TABLE",
|
|
82
82
|
* // configurations: [ // SchemaConfigurationList
|
|
83
|
-
* // "DIFFERENTIAL_PRIVACY"
|
|
83
|
+
* // "DIFFERENTIAL_PRIVACY",
|
|
84
84
|
* // ],
|
|
85
|
+
* // analysisType: "DIRECT_ANALYSIS" || "ADDITIONAL_ANALYSIS", // required
|
|
85
86
|
* // },
|
|
86
87
|
* // ],
|
|
87
88
|
* // schemaTypeProperties: { // SchemaTypeProperties Union: only one key present
|
|
@@ -50,6 +50,7 @@ declare const CreateConfiguredTableAnalysisRuleCommand_base: {
|
|
|
50
50
|
* listColumns: [ // required
|
|
51
51
|
* "STRING_VALUE",
|
|
52
52
|
* ],
|
|
53
|
+
* additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
53
54
|
* },
|
|
54
55
|
* aggregation: { // AnalysisRuleAggregation
|
|
55
56
|
* aggregateColumns: [ // AggregateColumnList // required
|
|
@@ -80,6 +81,7 @@ declare const CreateConfiguredTableAnalysisRuleCommand_base: {
|
|
|
80
81
|
* type: "STRING_VALUE", // required
|
|
81
82
|
* },
|
|
82
83
|
* ],
|
|
84
|
+
* additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
83
85
|
* },
|
|
84
86
|
* custom: { // AnalysisRuleCustom
|
|
85
87
|
* allowedAnalyses: [ // AllowedAnalysesList // required
|
|
@@ -88,6 +90,10 @@ declare const CreateConfiguredTableAnalysisRuleCommand_base: {
|
|
|
88
90
|
* allowedAnalysisProviders: [ // AllowedAnalysisProviderList
|
|
89
91
|
* "STRING_VALUE",
|
|
90
92
|
* ],
|
|
93
|
+
* additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
94
|
+
* disallowedOutputColumns: [
|
|
95
|
+
* "STRING_VALUE",
|
|
96
|
+
* ],
|
|
91
97
|
* differentialPrivacy: { // DifferentialPrivacyConfiguration
|
|
92
98
|
* columns: [ // DifferentialPrivacyColumnList // required
|
|
93
99
|
* { // DifferentialPrivacyColumn
|
|
@@ -117,6 +123,7 @@ declare const CreateConfiguredTableAnalysisRuleCommand_base: {
|
|
|
117
123
|
* // listColumns: [ // required
|
|
118
124
|
* // "STRING_VALUE",
|
|
119
125
|
* // ],
|
|
126
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
120
127
|
* // },
|
|
121
128
|
* // aggregation: { // AnalysisRuleAggregation
|
|
122
129
|
* // aggregateColumns: [ // AggregateColumnList // required
|
|
@@ -147,6 +154,7 @@ declare const CreateConfiguredTableAnalysisRuleCommand_base: {
|
|
|
147
154
|
* // type: "STRING_VALUE", // required
|
|
148
155
|
* // },
|
|
149
156
|
* // ],
|
|
157
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
150
158
|
* // },
|
|
151
159
|
* // custom: { // AnalysisRuleCustom
|
|
152
160
|
* // allowedAnalyses: [ // AllowedAnalysesList // required
|
|
@@ -155,6 +163,10 @@ declare const CreateConfiguredTableAnalysisRuleCommand_base: {
|
|
|
155
163
|
* // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
|
|
156
164
|
* // "STRING_VALUE",
|
|
157
165
|
* // ],
|
|
166
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
167
|
+
* // disallowedOutputColumns: [
|
|
168
|
+
* // "STRING_VALUE",
|
|
169
|
+
* // ],
|
|
158
170
|
* // differentialPrivacy: { // DifferentialPrivacyConfiguration
|
|
159
171
|
* // columns: [ // DifferentialPrivacyColumnList // required
|
|
160
172
|
* // { // DifferentialPrivacyColumn
|
|
@@ -0,0 +1,143 @@
|
|
|
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 { CreateConfiguredTableAssociationAnalysisRuleInput, CreateConfiguredTableAssociationAnalysisRuleOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateConfiguredTableAssociationAnalysisRuleCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateConfiguredTableAssociationAnalysisRuleCommandInput extends CreateConfiguredTableAssociationAnalysisRuleInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateConfiguredTableAssociationAnalysisRuleCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateConfiguredTableAssociationAnalysisRuleCommandOutput extends CreateConfiguredTableAssociationAnalysisRuleOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateConfiguredTableAssociationAnalysisRuleCommand_base: {
|
|
25
|
+
new (input: CreateConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfiguredTableAssociationAnalysisRuleCommandInput, CreateConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfiguredTableAssociationAnalysisRuleCommandInput, CreateConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p> Creates a new analysis rule for an associated configured 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, CreateConfiguredTableAssociationAnalysisRuleCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsClient, CreateConfiguredTableAssociationAnalysisRuleCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsClient(config);
|
|
37
|
+
* const input = { // CreateConfiguredTableAssociationAnalysisRuleInput
|
|
38
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* configuredTableAssociationIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* analysisRuleType: "AGGREGATION" || "LIST" || "CUSTOM", // required
|
|
41
|
+
* analysisRulePolicy: { // ConfiguredTableAssociationAnalysisRulePolicy Union: only one key present
|
|
42
|
+
* v1: { // ConfiguredTableAssociationAnalysisRulePolicyV1 Union: only one key present
|
|
43
|
+
* list: { // ConfiguredTableAssociationAnalysisRuleList
|
|
44
|
+
* allowedResultReceivers: [ // AllowedResultReceivers
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
|
|
48
|
+
* "STRING_VALUE",
|
|
49
|
+
* ],
|
|
50
|
+
* },
|
|
51
|
+
* aggregation: { // ConfiguredTableAssociationAnalysisRuleAggregation
|
|
52
|
+
* allowedResultReceivers: [
|
|
53
|
+
* "STRING_VALUE",
|
|
54
|
+
* ],
|
|
55
|
+
* allowedAdditionalAnalyses: [
|
|
56
|
+
* "STRING_VALUE",
|
|
57
|
+
* ],
|
|
58
|
+
* },
|
|
59
|
+
* custom: { // ConfiguredTableAssociationAnalysisRuleCustom
|
|
60
|
+
* allowedResultReceivers: [
|
|
61
|
+
* "STRING_VALUE",
|
|
62
|
+
* ],
|
|
63
|
+
* allowedAdditionalAnalyses: [
|
|
64
|
+
* "STRING_VALUE",
|
|
65
|
+
* ],
|
|
66
|
+
* },
|
|
67
|
+
* },
|
|
68
|
+
* },
|
|
69
|
+
* };
|
|
70
|
+
* const command = new CreateConfiguredTableAssociationAnalysisRuleCommand(input);
|
|
71
|
+
* const response = await client.send(command);
|
|
72
|
+
* // { // CreateConfiguredTableAssociationAnalysisRuleOutput
|
|
73
|
+
* // analysisRule: { // ConfiguredTableAssociationAnalysisRule
|
|
74
|
+
* // membershipIdentifier: "STRING_VALUE", // required
|
|
75
|
+
* // configuredTableAssociationId: "STRING_VALUE", // required
|
|
76
|
+
* // configuredTableAssociationArn: "STRING_VALUE", // required
|
|
77
|
+
* // policy: { // ConfiguredTableAssociationAnalysisRulePolicy Union: only one key present
|
|
78
|
+
* // v1: { // ConfiguredTableAssociationAnalysisRulePolicyV1 Union: only one key present
|
|
79
|
+
* // list: { // ConfiguredTableAssociationAnalysisRuleList
|
|
80
|
+
* // allowedResultReceivers: [ // AllowedResultReceivers
|
|
81
|
+
* // "STRING_VALUE",
|
|
82
|
+
* // ],
|
|
83
|
+
* // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
|
|
84
|
+
* // "STRING_VALUE",
|
|
85
|
+
* // ],
|
|
86
|
+
* // },
|
|
87
|
+
* // aggregation: { // ConfiguredTableAssociationAnalysisRuleAggregation
|
|
88
|
+
* // allowedResultReceivers: [
|
|
89
|
+
* // "STRING_VALUE",
|
|
90
|
+
* // ],
|
|
91
|
+
* // allowedAdditionalAnalyses: [
|
|
92
|
+
* // "STRING_VALUE",
|
|
93
|
+
* // ],
|
|
94
|
+
* // },
|
|
95
|
+
* // custom: { // ConfiguredTableAssociationAnalysisRuleCustom
|
|
96
|
+
* // allowedResultReceivers: [
|
|
97
|
+
* // "STRING_VALUE",
|
|
98
|
+
* // ],
|
|
99
|
+
* // allowedAdditionalAnalyses: [
|
|
100
|
+
* // "STRING_VALUE",
|
|
101
|
+
* // ],
|
|
102
|
+
* // },
|
|
103
|
+
* // },
|
|
104
|
+
* // },
|
|
105
|
+
* // type: "AGGREGATION" || "LIST" || "CUSTOM", // required
|
|
106
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
107
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
108
|
+
* // },
|
|
109
|
+
* // };
|
|
110
|
+
*
|
|
111
|
+
* ```
|
|
112
|
+
*
|
|
113
|
+
* @param CreateConfiguredTableAssociationAnalysisRuleCommandInput - {@link CreateConfiguredTableAssociationAnalysisRuleCommandInput}
|
|
114
|
+
* @returns {@link CreateConfiguredTableAssociationAnalysisRuleCommandOutput}
|
|
115
|
+
* @see {@link CreateConfiguredTableAssociationAnalysisRuleCommandInput} for command's `input` shape.
|
|
116
|
+
* @see {@link CreateConfiguredTableAssociationAnalysisRuleCommandOutput} for command's `response` shape.
|
|
117
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
118
|
+
*
|
|
119
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
120
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
121
|
+
*
|
|
122
|
+
* @throws {@link ConflictException} (client fault)
|
|
123
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
124
|
+
*
|
|
125
|
+
* @throws {@link InternalServerException} (server fault)
|
|
126
|
+
* <p>Unexpected error during processing of request.</p>
|
|
127
|
+
*
|
|
128
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
129
|
+
* <p>Request references a resource which does not exist.</p>
|
|
130
|
+
*
|
|
131
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
132
|
+
* <p>Request was denied due to request throttling.</p>
|
|
133
|
+
*
|
|
134
|
+
* @throws {@link ValidationException} (client fault)
|
|
135
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
136
|
+
*
|
|
137
|
+
* @throws {@link CleanRoomsServiceException}
|
|
138
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
139
|
+
*
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
export declare class CreateConfiguredTableAssociationAnalysisRuleCommand extends CreateConfiguredTableAssociationAnalysisRuleCommand_base {
|
|
143
|
+
}
|
|
@@ -58,6 +58,9 @@ declare const CreateConfiguredTableAssociationCommand_base: {
|
|
|
58
58
|
* // roleArn: "STRING_VALUE", // required
|
|
59
59
|
* // name: "STRING_VALUE", // required
|
|
60
60
|
* // description: "STRING_VALUE",
|
|
61
|
+
* // analysisRuleTypes: [ // ConfiguredTableAssociationAnalysisRuleTypeList
|
|
62
|
+
* // "AGGREGATION" || "LIST" || "CUSTOM",
|
|
63
|
+
* // ],
|
|
61
64
|
* // createTime: new Date("TIMESTAMP"), // required
|
|
62
65
|
* // updateTime: new Date("TIMESTAMP"), // required
|
|
63
66
|
* // },
|
|
@@ -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 { CreatePrivacyBudgetTemplateInput, CreatePrivacyBudgetTemplateOutput } from "../models/
|
|
4
|
+
import { CreatePrivacyBudgetTemplateInput, CreatePrivacyBudgetTemplateOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -0,0 +1,79 @@
|
|
|
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 { DeleteConfiguredTableAssociationAnalysisRuleInput, DeleteConfiguredTableAssociationAnalysisRuleOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteConfiguredTableAssociationAnalysisRuleCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteConfiguredTableAssociationAnalysisRuleCommandInput extends DeleteConfiguredTableAssociationAnalysisRuleInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteConfiguredTableAssociationAnalysisRuleCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteConfiguredTableAssociationAnalysisRuleCommandOutput extends DeleteConfiguredTableAssociationAnalysisRuleOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteConfiguredTableAssociationAnalysisRuleCommand_base: {
|
|
25
|
+
new (input: DeleteConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfiguredTableAssociationAnalysisRuleCommandInput, DeleteConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DeleteConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfiguredTableAssociationAnalysisRuleCommandInput, DeleteConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes
|
|
31
|
+
* an analysis rule for a configured table association.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { CleanRoomsClient, DeleteConfiguredTableAssociationAnalysisRuleCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
36
|
+
* // const { CleanRoomsClient, DeleteConfiguredTableAssociationAnalysisRuleCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
37
|
+
* const client = new CleanRoomsClient(config);
|
|
38
|
+
* const input = { // DeleteConfiguredTableAssociationAnalysisRuleInput
|
|
39
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* configuredTableAssociationIdentifier: "STRING_VALUE", // required
|
|
41
|
+
* analysisRuleType: "AGGREGATION" || "LIST" || "CUSTOM", // required
|
|
42
|
+
* };
|
|
43
|
+
* const command = new DeleteConfiguredTableAssociationAnalysisRuleCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // {};
|
|
46
|
+
*
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* @param DeleteConfiguredTableAssociationAnalysisRuleCommandInput - {@link DeleteConfiguredTableAssociationAnalysisRuleCommandInput}
|
|
50
|
+
* @returns {@link DeleteConfiguredTableAssociationAnalysisRuleCommandOutput}
|
|
51
|
+
* @see {@link DeleteConfiguredTableAssociationAnalysisRuleCommandInput} for command's `input` shape.
|
|
52
|
+
* @see {@link DeleteConfiguredTableAssociationAnalysisRuleCommandOutput} for command's `response` shape.
|
|
53
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
56
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ConflictException} (client fault)
|
|
59
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InternalServerException} (server fault)
|
|
62
|
+
* <p>Unexpected error during processing of request.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
65
|
+
* <p>Request references a resource which does not exist.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
68
|
+
* <p>Request was denied due to request throttling.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ValidationException} (client fault)
|
|
71
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link CleanRoomsServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
75
|
+
*
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export declare class DeleteConfiguredTableAssociationAnalysisRuleCommand extends DeleteConfiguredTableAssociationAnalysisRuleCommand_base {
|
|
79
|
+
}
|
|
@@ -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 { DeletePrivacyBudgetTemplateInput, DeletePrivacyBudgetTemplateOutput } from "../models/
|
|
4
|
+
import { DeletePrivacyBudgetTemplateInput, DeletePrivacyBudgetTemplateOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -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
|
* // },
|
|
@@ -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
|