@aws-sdk/client-cleanrooms 3.250.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/LICENSE +201 -0
- package/README.md +215 -0
- package/dist-cjs/CleanRooms.js +517 -0
- package/dist-cjs/CleanRoomsClient.js +40 -0
- package/dist-cjs/commands/BatchGetSchemaCommand.js +46 -0
- package/dist-cjs/commands/CreateCollaborationCommand.js +46 -0
- package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +46 -0
- package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +46 -0
- package/dist-cjs/commands/CreateConfiguredTableCommand.js +46 -0
- package/dist-cjs/commands/CreateMembershipCommand.js +46 -0
- package/dist-cjs/commands/DeleteCollaborationCommand.js +46 -0
- package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +46 -0
- package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +46 -0
- package/dist-cjs/commands/DeleteConfiguredTableCommand.js +46 -0
- package/dist-cjs/commands/DeleteMemberCommand.js +46 -0
- package/dist-cjs/commands/DeleteMembershipCommand.js +46 -0
- package/dist-cjs/commands/GetCollaborationCommand.js +46 -0
- package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +46 -0
- package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +46 -0
- package/dist-cjs/commands/GetConfiguredTableCommand.js +46 -0
- package/dist-cjs/commands/GetMembershipCommand.js +46 -0
- package/dist-cjs/commands/GetProtectedQueryCommand.js +46 -0
- package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +46 -0
- package/dist-cjs/commands/GetSchemaCommand.js +46 -0
- package/dist-cjs/commands/ListCollaborationsCommand.js +46 -0
- package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +46 -0
- package/dist-cjs/commands/ListConfiguredTablesCommand.js +46 -0
- package/dist-cjs/commands/ListMembersCommand.js +46 -0
- package/dist-cjs/commands/ListMembershipsCommand.js +46 -0
- package/dist-cjs/commands/ListProtectedQueriesCommand.js +46 -0
- package/dist-cjs/commands/ListSchemasCommand.js +46 -0
- package/dist-cjs/commands/StartProtectedQueryCommand.js +46 -0
- package/dist-cjs/commands/UpdateCollaborationCommand.js +46 -0
- package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +46 -0
- package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +46 -0
- package/dist-cjs/commands/UpdateConfiguredTableCommand.js +46 -0
- package/dist-cjs/commands/UpdateMembershipCommand.js +46 -0
- package/dist-cjs/commands/UpdateProtectedQueryCommand.js +46 -0
- package/dist-cjs/commands/index.js +37 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/CleanRoomsServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +782 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListCollaborationsPaginator.js +36 -0
- package/dist-cjs/pagination/ListConfiguredTableAssociationsPaginator.js +36 -0
- package/dist-cjs/pagination/ListConfiguredTablesPaginator.js +36 -0
- package/dist-cjs/pagination/ListMembersPaginator.js +36 -0
- package/dist-cjs/pagination/ListMembershipsPaginator.js +36 -0
- package/dist-cjs/pagination/ListProtectedQueriesPaginator.js +36 -0
- package/dist-cjs/pagination/ListSchemasPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +3336 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.js +51 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +18 -0
- package/dist-es/CleanRooms.js +513 -0
- package/dist-es/CleanRoomsClient.js +36 -0
- package/dist-es/commands/BatchGetSchemaCommand.js +42 -0
- package/dist-es/commands/CreateCollaborationCommand.js +42 -0
- package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +42 -0
- package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +42 -0
- package/dist-es/commands/CreateConfiguredTableCommand.js +42 -0
- package/dist-es/commands/CreateMembershipCommand.js +42 -0
- package/dist-es/commands/DeleteCollaborationCommand.js +42 -0
- package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +42 -0
- package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +42 -0
- package/dist-es/commands/DeleteConfiguredTableCommand.js +42 -0
- package/dist-es/commands/DeleteMemberCommand.js +42 -0
- package/dist-es/commands/DeleteMembershipCommand.js +42 -0
- package/dist-es/commands/GetCollaborationCommand.js +42 -0
- package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +42 -0
- package/dist-es/commands/GetConfiguredTableAssociationCommand.js +42 -0
- package/dist-es/commands/GetConfiguredTableCommand.js +42 -0
- package/dist-es/commands/GetMembershipCommand.js +42 -0
- package/dist-es/commands/GetProtectedQueryCommand.js +42 -0
- package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +42 -0
- package/dist-es/commands/GetSchemaCommand.js +42 -0
- package/dist-es/commands/ListCollaborationsCommand.js +42 -0
- package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +42 -0
- package/dist-es/commands/ListConfiguredTablesCommand.js +42 -0
- package/dist-es/commands/ListMembersCommand.js +42 -0
- package/dist-es/commands/ListMembershipsCommand.js +42 -0
- package/dist-es/commands/ListProtectedQueriesCommand.js +42 -0
- package/dist-es/commands/ListSchemasCommand.js +42 -0
- package/dist-es/commands/StartProtectedQueryCommand.js +42 -0
- package/dist-es/commands/UpdateCollaborationCommand.js +42 -0
- package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +42 -0
- package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +42 -0
- package/dist-es/commands/UpdateConfiguredTableCommand.js +42 -0
- package/dist-es/commands/UpdateMembershipCommand.js +42 -0
- package/dist-es/commands/UpdateProtectedQueryCommand.js +42 -0
- package/dist-es/commands/index.js +34 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/CleanRoomsServiceException.js +7 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +663 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListCollaborationsPaginator.js +32 -0
- package/dist-es/pagination/ListConfiguredTableAssociationsPaginator.js +32 -0
- package/dist-es/pagination/ListConfiguredTablesPaginator.js +32 -0
- package/dist-es/pagination/ListMembersPaginator.js +32 -0
- package/dist-es/pagination/ListMembershipsPaginator.js +32 -0
- package/dist-es/pagination/ListProtectedQueriesPaginator.js +32 -0
- package/dist-es/pagination/ListSchemasPaginator.js +32 -0
- package/dist-es/pagination/index.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +3264 -0
- package/dist-es/runtimeConfig.browser.js +37 -0
- package/dist-es/runtimeConfig.js +46 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-types/CleanRooms.d.ts +260 -0
- package/dist-types/CleanRoomsClient.d.ts +185 -0
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +37 -0
- package/dist-types/commands/CreateCollaborationCommand.d.ts +37 -0
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +38 -0
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +38 -0
- package/dist-types/commands/CreateConfiguredTableCommand.d.ts +37 -0
- package/dist-types/commands/CreateMembershipCommand.d.ts +38 -0
- package/dist-types/commands/DeleteCollaborationCommand.d.ts +37 -0
- package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +37 -0
- package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +37 -0
- package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +37 -0
- package/dist-types/commands/DeleteMemberCommand.d.ts +39 -0
- package/dist-types/commands/DeleteMembershipCommand.d.ts +37 -0
- package/dist-types/commands/GetCollaborationCommand.d.ts +37 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +37 -0
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +37 -0
- package/dist-types/commands/GetConfiguredTableCommand.d.ts +37 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +37 -0
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +37 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +37 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +37 -0
- package/dist-types/commands/ListCollaborationsCommand.d.ts +37 -0
- package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +37 -0
- package/dist-types/commands/ListConfiguredTablesCommand.d.ts +37 -0
- package/dist-types/commands/ListMembersCommand.d.ts +37 -0
- package/dist-types/commands/ListMembershipsCommand.d.ts +37 -0
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +37 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +37 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +37 -0
- package/dist-types/commands/UpdateCollaborationCommand.d.ts +37 -0
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +37 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +37 -0
- package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +37 -0
- package/dist-types/commands/UpdateMembershipCommand.d.ts +37 -0
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +34 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/CleanRoomsServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2382 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListCollaborationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListConfiguredTableAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListConfiguredTablesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMembersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMembershipsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProtectedQueriesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSchemasPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +8 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +104 -0
- package/dist-types/runtimeConfig.browser.d.ts +42 -0
- package/dist-types/runtimeConfig.d.ts +42 -0
- package/dist-types/runtimeConfig.native.d.ts +41 -0
- package/dist-types/runtimeConfig.shared.d.ts +16 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +600 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +315 -0
- package/dist-types/ts3.4/commands/BatchGetSchemaCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/CreateCollaborationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteCollaborationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredTableCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetCollaborationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetConfiguredTableCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetSchemaAnalysisRuleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListCollaborationsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListConfiguredTableAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListConfiguredTablesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListProtectedQueriesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/StartProtectedQueryCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateCollaborationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateConfiguredTableCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/CleanRoomsServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1131 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
- package/dist-types/ts3.4/pagination/ListCollaborationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfiguredTableAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfiguredTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMembershipsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProtectedQueriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +413 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +80 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +16 -0
- package/package.json +103 -0
|
@@ -0,0 +1,663 @@
|
|
|
1
|
+
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CleanRoomsServiceException as __BaseException } from "./CleanRoomsServiceException";
|
|
3
|
+
export var AccessDeniedExceptionReason;
|
|
4
|
+
(function (AccessDeniedExceptionReason) {
|
|
5
|
+
AccessDeniedExceptionReason["INSUFFICIENT_PERMISSIONS"] = "INSUFFICIENT_PERMISSIONS";
|
|
6
|
+
})(AccessDeniedExceptionReason || (AccessDeniedExceptionReason = {}));
|
|
7
|
+
export class AccessDeniedException extends __BaseException {
|
|
8
|
+
constructor(opts) {
|
|
9
|
+
super({
|
|
10
|
+
name: "AccessDeniedException",
|
|
11
|
+
$fault: "client",
|
|
12
|
+
...opts,
|
|
13
|
+
});
|
|
14
|
+
this.name = "AccessDeniedException";
|
|
15
|
+
this.$fault = "client";
|
|
16
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
17
|
+
this.reason = opts.reason;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
export var AggregateFunctionName;
|
|
21
|
+
(function (AggregateFunctionName) {
|
|
22
|
+
AggregateFunctionName["AVG"] = "AVG";
|
|
23
|
+
AggregateFunctionName["COUNT"] = "COUNT";
|
|
24
|
+
AggregateFunctionName["COUNT_DISTINCT"] = "COUNT_DISTINCT";
|
|
25
|
+
AggregateFunctionName["SUM"] = "SUM";
|
|
26
|
+
AggregateFunctionName["SUM_DISTINCT"] = "SUM_DISTINCT";
|
|
27
|
+
})(AggregateFunctionName || (AggregateFunctionName = {}));
|
|
28
|
+
export var AggregationType;
|
|
29
|
+
(function (AggregationType) {
|
|
30
|
+
AggregationType["COUNT_DISTINCT"] = "COUNT_DISTINCT";
|
|
31
|
+
})(AggregationType || (AggregationType = {}));
|
|
32
|
+
export var AnalysisMethod;
|
|
33
|
+
(function (AnalysisMethod) {
|
|
34
|
+
AnalysisMethod["DIRECT_QUERY"] = "DIRECT_QUERY";
|
|
35
|
+
})(AnalysisMethod || (AnalysisMethod = {}));
|
|
36
|
+
export var JoinRequiredOption;
|
|
37
|
+
(function (JoinRequiredOption) {
|
|
38
|
+
JoinRequiredOption["QUERY_RUNNER"] = "QUERY_RUNNER";
|
|
39
|
+
})(JoinRequiredOption || (JoinRequiredOption = {}));
|
|
40
|
+
export var ScalarFunctions;
|
|
41
|
+
(function (ScalarFunctions) {
|
|
42
|
+
ScalarFunctions["ABS"] = "ABS";
|
|
43
|
+
ScalarFunctions["CAST"] = "CAST";
|
|
44
|
+
ScalarFunctions["CEILING"] = "CEILING";
|
|
45
|
+
ScalarFunctions["COALESCE"] = "COALESCE";
|
|
46
|
+
ScalarFunctions["FLOOR"] = "FLOOR";
|
|
47
|
+
ScalarFunctions["LN"] = "LN";
|
|
48
|
+
ScalarFunctions["LOG"] = "LOG";
|
|
49
|
+
ScalarFunctions["LOWER"] = "LOWER";
|
|
50
|
+
ScalarFunctions["ROUND"] = "ROUND";
|
|
51
|
+
ScalarFunctions["RTRIM"] = "RTRIM";
|
|
52
|
+
ScalarFunctions["SQRT"] = "SQRT";
|
|
53
|
+
ScalarFunctions["TRUNC"] = "TRUNC";
|
|
54
|
+
ScalarFunctions["UPPER"] = "UPPER";
|
|
55
|
+
})(ScalarFunctions || (ScalarFunctions = {}));
|
|
56
|
+
export var AnalysisRulePolicyV1;
|
|
57
|
+
(function (AnalysisRulePolicyV1) {
|
|
58
|
+
AnalysisRulePolicyV1.visit = (value, visitor) => {
|
|
59
|
+
if (value.list !== undefined)
|
|
60
|
+
return visitor.list(value.list);
|
|
61
|
+
if (value.aggregation !== undefined)
|
|
62
|
+
return visitor.aggregation(value.aggregation);
|
|
63
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
64
|
+
};
|
|
65
|
+
})(AnalysisRulePolicyV1 || (AnalysisRulePolicyV1 = {}));
|
|
66
|
+
export var AnalysisRulePolicy;
|
|
67
|
+
(function (AnalysisRulePolicy) {
|
|
68
|
+
AnalysisRulePolicy.visit = (value, visitor) => {
|
|
69
|
+
if (value.v1 !== undefined)
|
|
70
|
+
return visitor.v1(value.v1);
|
|
71
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
72
|
+
};
|
|
73
|
+
})(AnalysisRulePolicy || (AnalysisRulePolicy = {}));
|
|
74
|
+
export var AnalysisRuleType;
|
|
75
|
+
(function (AnalysisRuleType) {
|
|
76
|
+
AnalysisRuleType["AGGREGATION"] = "AGGREGATION";
|
|
77
|
+
AnalysisRuleType["LIST"] = "LIST";
|
|
78
|
+
})(AnalysisRuleType || (AnalysisRuleType = {}));
|
|
79
|
+
export var SchemaType;
|
|
80
|
+
(function (SchemaType) {
|
|
81
|
+
SchemaType["TABLE"] = "TABLE";
|
|
82
|
+
})(SchemaType || (SchemaType = {}));
|
|
83
|
+
export class InternalServerException extends __BaseException {
|
|
84
|
+
constructor(opts) {
|
|
85
|
+
super({
|
|
86
|
+
name: "InternalServerException",
|
|
87
|
+
$fault: "server",
|
|
88
|
+
...opts,
|
|
89
|
+
});
|
|
90
|
+
this.name = "InternalServerException";
|
|
91
|
+
this.$fault = "server";
|
|
92
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
export var ResourceType;
|
|
96
|
+
(function (ResourceType) {
|
|
97
|
+
ResourceType["COLLABORATION"] = "COLLABORATION";
|
|
98
|
+
ResourceType["CONFIGURED_TABLE"] = "CONFIGURED_TABLE";
|
|
99
|
+
ResourceType["CONFIGURED_TABLE_ASSOCIATION"] = "CONFIGURED_TABLE_ASSOCIATION";
|
|
100
|
+
ResourceType["MEMBERSHIP"] = "MEMBERSHIP";
|
|
101
|
+
})(ResourceType || (ResourceType = {}));
|
|
102
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
103
|
+
constructor(opts) {
|
|
104
|
+
super({
|
|
105
|
+
name: "ResourceNotFoundException",
|
|
106
|
+
$fault: "client",
|
|
107
|
+
...opts,
|
|
108
|
+
});
|
|
109
|
+
this.name = "ResourceNotFoundException";
|
|
110
|
+
this.$fault = "client";
|
|
111
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
112
|
+
this.resourceId = opts.resourceId;
|
|
113
|
+
this.resourceType = opts.resourceType;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
export class ThrottlingException extends __BaseException {
|
|
117
|
+
constructor(opts) {
|
|
118
|
+
super({
|
|
119
|
+
name: "ThrottlingException",
|
|
120
|
+
$fault: "client",
|
|
121
|
+
...opts,
|
|
122
|
+
});
|
|
123
|
+
this.name = "ThrottlingException";
|
|
124
|
+
this.$fault = "client";
|
|
125
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
export var ValidationExceptionReason;
|
|
129
|
+
(function (ValidationExceptionReason) {
|
|
130
|
+
ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "FIELD_VALIDATION_FAILED";
|
|
131
|
+
ValidationExceptionReason["INVALID_CONFIGURATION"] = "INVALID_CONFIGURATION";
|
|
132
|
+
})(ValidationExceptionReason || (ValidationExceptionReason = {}));
|
|
133
|
+
export class ValidationException extends __BaseException {
|
|
134
|
+
constructor(opts) {
|
|
135
|
+
super({
|
|
136
|
+
name: "ValidationException",
|
|
137
|
+
$fault: "client",
|
|
138
|
+
...opts,
|
|
139
|
+
});
|
|
140
|
+
this.name = "ValidationException";
|
|
141
|
+
this.$fault = "client";
|
|
142
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
143
|
+
this.reason = opts.reason;
|
|
144
|
+
this.fieldList = opts.fieldList;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
export var MemberAbility;
|
|
148
|
+
(function (MemberAbility) {
|
|
149
|
+
MemberAbility["CAN_QUERY"] = "CAN_QUERY";
|
|
150
|
+
MemberAbility["CAN_RECEIVE_RESULTS"] = "CAN_RECEIVE_RESULTS";
|
|
151
|
+
})(MemberAbility || (MemberAbility = {}));
|
|
152
|
+
export var CollaborationQueryLogStatus;
|
|
153
|
+
(function (CollaborationQueryLogStatus) {
|
|
154
|
+
CollaborationQueryLogStatus["DISABLED"] = "DISABLED";
|
|
155
|
+
CollaborationQueryLogStatus["ENABLED"] = "ENABLED";
|
|
156
|
+
})(CollaborationQueryLogStatus || (CollaborationQueryLogStatus = {}));
|
|
157
|
+
export var MemberStatus;
|
|
158
|
+
(function (MemberStatus) {
|
|
159
|
+
MemberStatus["ACTIVE"] = "ACTIVE";
|
|
160
|
+
MemberStatus["INVITED"] = "INVITED";
|
|
161
|
+
MemberStatus["LEFT"] = "LEFT";
|
|
162
|
+
MemberStatus["REMOVED"] = "REMOVED";
|
|
163
|
+
})(MemberStatus || (MemberStatus = {}));
|
|
164
|
+
export class ServiceQuotaExceededException extends __BaseException {
|
|
165
|
+
constructor(opts) {
|
|
166
|
+
super({
|
|
167
|
+
name: "ServiceQuotaExceededException",
|
|
168
|
+
$fault: "client",
|
|
169
|
+
...opts,
|
|
170
|
+
});
|
|
171
|
+
this.name = "ServiceQuotaExceededException";
|
|
172
|
+
this.$fault = "client";
|
|
173
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
174
|
+
this.quotaName = opts.quotaName;
|
|
175
|
+
this.quotaValue = opts.quotaValue;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
export var ConflictExceptionReason;
|
|
179
|
+
(function (ConflictExceptionReason) {
|
|
180
|
+
ConflictExceptionReason["ALREADY_EXISTS"] = "ALREADY_EXISTS";
|
|
181
|
+
ConflictExceptionReason["INVALID_STATE"] = "INVALID_STATE";
|
|
182
|
+
ConflictExceptionReason["SUBRESOURCES_EXIST"] = "SUBRESOURCES_EXIST";
|
|
183
|
+
})(ConflictExceptionReason || (ConflictExceptionReason = {}));
|
|
184
|
+
export class ConflictException extends __BaseException {
|
|
185
|
+
constructor(opts) {
|
|
186
|
+
super({
|
|
187
|
+
name: "ConflictException",
|
|
188
|
+
$fault: "client",
|
|
189
|
+
...opts,
|
|
190
|
+
});
|
|
191
|
+
this.name = "ConflictException";
|
|
192
|
+
this.$fault = "client";
|
|
193
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
194
|
+
this.resourceId = opts.resourceId;
|
|
195
|
+
this.resourceType = opts.resourceType;
|
|
196
|
+
this.reason = opts.reason;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
export var FilterableMemberStatus;
|
|
200
|
+
(function (FilterableMemberStatus) {
|
|
201
|
+
FilterableMemberStatus["ACTIVE"] = "ACTIVE";
|
|
202
|
+
FilterableMemberStatus["INVITED"] = "INVITED";
|
|
203
|
+
})(FilterableMemberStatus || (FilterableMemberStatus = {}));
|
|
204
|
+
export var TableReference;
|
|
205
|
+
(function (TableReference) {
|
|
206
|
+
TableReference.visit = (value, visitor) => {
|
|
207
|
+
if (value.glue !== undefined)
|
|
208
|
+
return visitor.glue(value.glue);
|
|
209
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
210
|
+
};
|
|
211
|
+
})(TableReference || (TableReference = {}));
|
|
212
|
+
export var ConfiguredTableAnalysisRuleType;
|
|
213
|
+
(function (ConfiguredTableAnalysisRuleType) {
|
|
214
|
+
ConfiguredTableAnalysisRuleType["AGGREGATION"] = "AGGREGATION";
|
|
215
|
+
ConfiguredTableAnalysisRuleType["LIST"] = "LIST";
|
|
216
|
+
})(ConfiguredTableAnalysisRuleType || (ConfiguredTableAnalysisRuleType = {}));
|
|
217
|
+
export var ConfiguredTableAnalysisRulePolicyV1;
|
|
218
|
+
(function (ConfiguredTableAnalysisRulePolicyV1) {
|
|
219
|
+
ConfiguredTableAnalysisRulePolicyV1.visit = (value, visitor) => {
|
|
220
|
+
if (value.list !== undefined)
|
|
221
|
+
return visitor.list(value.list);
|
|
222
|
+
if (value.aggregation !== undefined)
|
|
223
|
+
return visitor.aggregation(value.aggregation);
|
|
224
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
225
|
+
};
|
|
226
|
+
})(ConfiguredTableAnalysisRulePolicyV1 || (ConfiguredTableAnalysisRulePolicyV1 = {}));
|
|
227
|
+
export var ConfiguredTableAnalysisRulePolicy;
|
|
228
|
+
(function (ConfiguredTableAnalysisRulePolicy) {
|
|
229
|
+
ConfiguredTableAnalysisRulePolicy.visit = (value, visitor) => {
|
|
230
|
+
if (value.v1 !== undefined)
|
|
231
|
+
return visitor.v1(value.v1);
|
|
232
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
233
|
+
};
|
|
234
|
+
})(ConfiguredTableAnalysisRulePolicy || (ConfiguredTableAnalysisRulePolicy = {}));
|
|
235
|
+
export var MembershipQueryLogStatus;
|
|
236
|
+
(function (MembershipQueryLogStatus) {
|
|
237
|
+
MembershipQueryLogStatus["DISABLED"] = "DISABLED";
|
|
238
|
+
MembershipQueryLogStatus["ENABLED"] = "ENABLED";
|
|
239
|
+
})(MembershipQueryLogStatus || (MembershipQueryLogStatus = {}));
|
|
240
|
+
export var MembershipStatus;
|
|
241
|
+
(function (MembershipStatus) {
|
|
242
|
+
MembershipStatus["ACTIVE"] = "ACTIVE";
|
|
243
|
+
MembershipStatus["COLLABORATION_DELETED"] = "COLLABORATION_DELETED";
|
|
244
|
+
MembershipStatus["REMOVED"] = "REMOVED";
|
|
245
|
+
})(MembershipStatus || (MembershipStatus = {}));
|
|
246
|
+
export var ProtectedQueryOutput;
|
|
247
|
+
(function (ProtectedQueryOutput) {
|
|
248
|
+
ProtectedQueryOutput.visit = (value, visitor) => {
|
|
249
|
+
if (value.s3 !== undefined)
|
|
250
|
+
return visitor.s3(value.s3);
|
|
251
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
252
|
+
};
|
|
253
|
+
})(ProtectedQueryOutput || (ProtectedQueryOutput = {}));
|
|
254
|
+
export var ResultFormat;
|
|
255
|
+
(function (ResultFormat) {
|
|
256
|
+
ResultFormat["CSV"] = "CSV";
|
|
257
|
+
ResultFormat["PARQUET"] = "PARQUET";
|
|
258
|
+
})(ResultFormat || (ResultFormat = {}));
|
|
259
|
+
export var ProtectedQueryOutputConfiguration;
|
|
260
|
+
(function (ProtectedQueryOutputConfiguration) {
|
|
261
|
+
ProtectedQueryOutputConfiguration.visit = (value, visitor) => {
|
|
262
|
+
if (value.s3 !== undefined)
|
|
263
|
+
return visitor.s3(value.s3);
|
|
264
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
265
|
+
};
|
|
266
|
+
})(ProtectedQueryOutputConfiguration || (ProtectedQueryOutputConfiguration = {}));
|
|
267
|
+
export var ProtectedQueryStatus;
|
|
268
|
+
(function (ProtectedQueryStatus) {
|
|
269
|
+
ProtectedQueryStatus["CANCELLED"] = "CANCELLED";
|
|
270
|
+
ProtectedQueryStatus["CANCELLING"] = "CANCELLING";
|
|
271
|
+
ProtectedQueryStatus["FAILED"] = "FAILED";
|
|
272
|
+
ProtectedQueryStatus["STARTED"] = "STARTED";
|
|
273
|
+
ProtectedQueryStatus["SUBMITTED"] = "SUBMITTED";
|
|
274
|
+
ProtectedQueryStatus["SUCCESS"] = "SUCCESS";
|
|
275
|
+
ProtectedQueryStatus["TIMED_OUT"] = "TIMED_OUT";
|
|
276
|
+
})(ProtectedQueryStatus || (ProtectedQueryStatus = {}));
|
|
277
|
+
export var ProtectedQueryType;
|
|
278
|
+
(function (ProtectedQueryType) {
|
|
279
|
+
ProtectedQueryType["SQL"] = "SQL";
|
|
280
|
+
})(ProtectedQueryType || (ProtectedQueryType = {}));
|
|
281
|
+
export var TargetProtectedQueryStatus;
|
|
282
|
+
(function (TargetProtectedQueryStatus) {
|
|
283
|
+
TargetProtectedQueryStatus["CANCELLED"] = "CANCELLED";
|
|
284
|
+
})(TargetProtectedQueryStatus || (TargetProtectedQueryStatus = {}));
|
|
285
|
+
export const AggregateColumnFilterSensitiveLog = (obj) => ({
|
|
286
|
+
...obj,
|
|
287
|
+
});
|
|
288
|
+
export const AggregationConstraintFilterSensitiveLog = (obj) => ({
|
|
289
|
+
...obj,
|
|
290
|
+
});
|
|
291
|
+
export const AnalysisRuleAggregationFilterSensitiveLog = (obj) => ({
|
|
292
|
+
...obj,
|
|
293
|
+
});
|
|
294
|
+
export const AnalysisRuleListFilterSensitiveLog = (obj) => ({
|
|
295
|
+
...obj,
|
|
296
|
+
});
|
|
297
|
+
export const AnalysisRulePolicyV1FilterSensitiveLog = (obj) => {
|
|
298
|
+
if (obj.list !== undefined)
|
|
299
|
+
return { list: AnalysisRuleListFilterSensitiveLog(obj.list) };
|
|
300
|
+
if (obj.aggregation !== undefined)
|
|
301
|
+
return { aggregation: AnalysisRuleAggregationFilterSensitiveLog(obj.aggregation) };
|
|
302
|
+
if (obj.$unknown !== undefined)
|
|
303
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
304
|
+
};
|
|
305
|
+
export const AnalysisRulePolicyFilterSensitiveLog = (obj) => {
|
|
306
|
+
if (obj.v1 !== undefined)
|
|
307
|
+
return { v1: AnalysisRulePolicyV1FilterSensitiveLog(obj.v1) };
|
|
308
|
+
if (obj.$unknown !== undefined)
|
|
309
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
310
|
+
};
|
|
311
|
+
export const AnalysisRuleFilterSensitiveLog = (obj) => ({
|
|
312
|
+
...obj,
|
|
313
|
+
...(obj.policy && { policy: AnalysisRulePolicyFilterSensitiveLog(obj.policy) }),
|
|
314
|
+
});
|
|
315
|
+
export const BatchGetSchemaInputFilterSensitiveLog = (obj) => ({
|
|
316
|
+
...obj,
|
|
317
|
+
});
|
|
318
|
+
export const BatchGetSchemaErrorFilterSensitiveLog = (obj) => ({
|
|
319
|
+
...obj,
|
|
320
|
+
});
|
|
321
|
+
export const ColumnFilterSensitiveLog = (obj) => ({
|
|
322
|
+
...obj,
|
|
323
|
+
});
|
|
324
|
+
export const SchemaFilterSensitiveLog = (obj) => ({
|
|
325
|
+
...obj,
|
|
326
|
+
});
|
|
327
|
+
export const BatchGetSchemaOutputFilterSensitiveLog = (obj) => ({
|
|
328
|
+
...obj,
|
|
329
|
+
});
|
|
330
|
+
export const ValidationExceptionFieldFilterSensitiveLog = (obj) => ({
|
|
331
|
+
...obj,
|
|
332
|
+
});
|
|
333
|
+
export const DataEncryptionMetadataFilterSensitiveLog = (obj) => ({
|
|
334
|
+
...obj,
|
|
335
|
+
});
|
|
336
|
+
export const MemberSpecificationFilterSensitiveLog = (obj) => ({
|
|
337
|
+
...obj,
|
|
338
|
+
});
|
|
339
|
+
export const CreateCollaborationInputFilterSensitiveLog = (obj) => ({
|
|
340
|
+
...obj,
|
|
341
|
+
});
|
|
342
|
+
export const CollaborationFilterSensitiveLog = (obj) => ({
|
|
343
|
+
...obj,
|
|
344
|
+
});
|
|
345
|
+
export const CreateCollaborationOutputFilterSensitiveLog = (obj) => ({
|
|
346
|
+
...obj,
|
|
347
|
+
});
|
|
348
|
+
export const DeleteCollaborationInputFilterSensitiveLog = (obj) => ({
|
|
349
|
+
...obj,
|
|
350
|
+
});
|
|
351
|
+
export const DeleteCollaborationOutputFilterSensitiveLog = (obj) => ({
|
|
352
|
+
...obj,
|
|
353
|
+
});
|
|
354
|
+
export const DeleteMemberInputFilterSensitiveLog = (obj) => ({
|
|
355
|
+
...obj,
|
|
356
|
+
});
|
|
357
|
+
export const DeleteMemberOutputFilterSensitiveLog = (obj) => ({
|
|
358
|
+
...obj,
|
|
359
|
+
});
|
|
360
|
+
export const GetCollaborationInputFilterSensitiveLog = (obj) => ({
|
|
361
|
+
...obj,
|
|
362
|
+
});
|
|
363
|
+
export const GetCollaborationOutputFilterSensitiveLog = (obj) => ({
|
|
364
|
+
...obj,
|
|
365
|
+
});
|
|
366
|
+
export const GetSchemaInputFilterSensitiveLog = (obj) => ({
|
|
367
|
+
...obj,
|
|
368
|
+
});
|
|
369
|
+
export const GetSchemaOutputFilterSensitiveLog = (obj) => ({
|
|
370
|
+
...obj,
|
|
371
|
+
});
|
|
372
|
+
export const GetSchemaAnalysisRuleInputFilterSensitiveLog = (obj) => ({
|
|
373
|
+
...obj,
|
|
374
|
+
});
|
|
375
|
+
export const GetSchemaAnalysisRuleOutputFilterSensitiveLog = (obj) => ({
|
|
376
|
+
...obj,
|
|
377
|
+
...(obj.analysisRule && { analysisRule: AnalysisRuleFilterSensitiveLog(obj.analysisRule) }),
|
|
378
|
+
});
|
|
379
|
+
export const ListCollaborationsInputFilterSensitiveLog = (obj) => ({
|
|
380
|
+
...obj,
|
|
381
|
+
});
|
|
382
|
+
export const CollaborationSummaryFilterSensitiveLog = (obj) => ({
|
|
383
|
+
...obj,
|
|
384
|
+
});
|
|
385
|
+
export const ListCollaborationsOutputFilterSensitiveLog = (obj) => ({
|
|
386
|
+
...obj,
|
|
387
|
+
});
|
|
388
|
+
export const ListMembersInputFilterSensitiveLog = (obj) => ({
|
|
389
|
+
...obj,
|
|
390
|
+
});
|
|
391
|
+
export const MemberSummaryFilterSensitiveLog = (obj) => ({
|
|
392
|
+
...obj,
|
|
393
|
+
});
|
|
394
|
+
export const ListMembersOutputFilterSensitiveLog = (obj) => ({
|
|
395
|
+
...obj,
|
|
396
|
+
});
|
|
397
|
+
export const ListSchemasInputFilterSensitiveLog = (obj) => ({
|
|
398
|
+
...obj,
|
|
399
|
+
});
|
|
400
|
+
export const SchemaSummaryFilterSensitiveLog = (obj) => ({
|
|
401
|
+
...obj,
|
|
402
|
+
});
|
|
403
|
+
export const ListSchemasOutputFilterSensitiveLog = (obj) => ({
|
|
404
|
+
...obj,
|
|
405
|
+
});
|
|
406
|
+
export const UpdateCollaborationInputFilterSensitiveLog = (obj) => ({
|
|
407
|
+
...obj,
|
|
408
|
+
});
|
|
409
|
+
export const UpdateCollaborationOutputFilterSensitiveLog = (obj) => ({
|
|
410
|
+
...obj,
|
|
411
|
+
});
|
|
412
|
+
export const CreateConfiguredTableAssociationInputFilterSensitiveLog = (obj) => ({
|
|
413
|
+
...obj,
|
|
414
|
+
});
|
|
415
|
+
export const ConfiguredTableAssociationFilterSensitiveLog = (obj) => ({
|
|
416
|
+
...obj,
|
|
417
|
+
});
|
|
418
|
+
export const CreateConfiguredTableAssociationOutputFilterSensitiveLog = (obj) => ({
|
|
419
|
+
...obj,
|
|
420
|
+
});
|
|
421
|
+
export const DeleteConfiguredTableAssociationInputFilterSensitiveLog = (obj) => ({
|
|
422
|
+
...obj,
|
|
423
|
+
});
|
|
424
|
+
export const DeleteConfiguredTableAssociationOutputFilterSensitiveLog = (obj) => ({
|
|
425
|
+
...obj,
|
|
426
|
+
});
|
|
427
|
+
export const GetConfiguredTableAssociationInputFilterSensitiveLog = (obj) => ({
|
|
428
|
+
...obj,
|
|
429
|
+
});
|
|
430
|
+
export const GetConfiguredTableAssociationOutputFilterSensitiveLog = (obj) => ({
|
|
431
|
+
...obj,
|
|
432
|
+
});
|
|
433
|
+
export const ListConfiguredTableAssociationsInputFilterSensitiveLog = (obj) => ({
|
|
434
|
+
...obj,
|
|
435
|
+
});
|
|
436
|
+
export const ConfiguredTableAssociationSummaryFilterSensitiveLog = (obj) => ({
|
|
437
|
+
...obj,
|
|
438
|
+
});
|
|
439
|
+
export const ListConfiguredTableAssociationsOutputFilterSensitiveLog = (obj) => ({
|
|
440
|
+
...obj,
|
|
441
|
+
});
|
|
442
|
+
export const UpdateConfiguredTableAssociationInputFilterSensitiveLog = (obj) => ({
|
|
443
|
+
...obj,
|
|
444
|
+
});
|
|
445
|
+
export const UpdateConfiguredTableAssociationOutputFilterSensitiveLog = (obj) => ({
|
|
446
|
+
...obj,
|
|
447
|
+
});
|
|
448
|
+
export const GlueTableReferenceFilterSensitiveLog = (obj) => ({
|
|
449
|
+
...obj,
|
|
450
|
+
});
|
|
451
|
+
export const TableReferenceFilterSensitiveLog = (obj) => {
|
|
452
|
+
if (obj.glue !== undefined)
|
|
453
|
+
return { glue: GlueTableReferenceFilterSensitiveLog(obj.glue) };
|
|
454
|
+
if (obj.$unknown !== undefined)
|
|
455
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
456
|
+
};
|
|
457
|
+
export const CreateConfiguredTableInputFilterSensitiveLog = (obj) => ({
|
|
458
|
+
...obj,
|
|
459
|
+
...(obj.tableReference && { tableReference: TableReferenceFilterSensitiveLog(obj.tableReference) }),
|
|
460
|
+
});
|
|
461
|
+
export const ConfiguredTableFilterSensitiveLog = (obj) => ({
|
|
462
|
+
...obj,
|
|
463
|
+
...(obj.tableReference && { tableReference: TableReferenceFilterSensitiveLog(obj.tableReference) }),
|
|
464
|
+
});
|
|
465
|
+
export const CreateConfiguredTableOutputFilterSensitiveLog = (obj) => ({
|
|
466
|
+
...obj,
|
|
467
|
+
...(obj.configuredTable && { configuredTable: ConfiguredTableFilterSensitiveLog(obj.configuredTable) }),
|
|
468
|
+
});
|
|
469
|
+
export const ConfiguredTableAnalysisRulePolicyV1FilterSensitiveLog = (obj) => {
|
|
470
|
+
if (obj.list !== undefined)
|
|
471
|
+
return { list: AnalysisRuleListFilterSensitiveLog(obj.list) };
|
|
472
|
+
if (obj.aggregation !== undefined)
|
|
473
|
+
return { aggregation: AnalysisRuleAggregationFilterSensitiveLog(obj.aggregation) };
|
|
474
|
+
if (obj.$unknown !== undefined)
|
|
475
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
476
|
+
};
|
|
477
|
+
export const ConfiguredTableAnalysisRulePolicyFilterSensitiveLog = (obj) => {
|
|
478
|
+
if (obj.v1 !== undefined)
|
|
479
|
+
return { v1: ConfiguredTableAnalysisRulePolicyV1FilterSensitiveLog(obj.v1) };
|
|
480
|
+
if (obj.$unknown !== undefined)
|
|
481
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
482
|
+
};
|
|
483
|
+
export const CreateConfiguredTableAnalysisRuleInputFilterSensitiveLog = (obj) => ({
|
|
484
|
+
...obj,
|
|
485
|
+
...(obj.analysisRulePolicy && {
|
|
486
|
+
analysisRulePolicy: ConfiguredTableAnalysisRulePolicyFilterSensitiveLog(obj.analysisRulePolicy),
|
|
487
|
+
}),
|
|
488
|
+
});
|
|
489
|
+
export const ConfiguredTableAnalysisRuleFilterSensitiveLog = (obj) => ({
|
|
490
|
+
...obj,
|
|
491
|
+
...(obj.policy && { policy: ConfiguredTableAnalysisRulePolicyFilterSensitiveLog(obj.policy) }),
|
|
492
|
+
});
|
|
493
|
+
export const CreateConfiguredTableAnalysisRuleOutputFilterSensitiveLog = (obj) => ({
|
|
494
|
+
...obj,
|
|
495
|
+
...(obj.analysisRule && { analysisRule: ConfiguredTableAnalysisRuleFilterSensitiveLog(obj.analysisRule) }),
|
|
496
|
+
});
|
|
497
|
+
export const DeleteConfiguredTableInputFilterSensitiveLog = (obj) => ({
|
|
498
|
+
...obj,
|
|
499
|
+
});
|
|
500
|
+
export const DeleteConfiguredTableOutputFilterSensitiveLog = (obj) => ({
|
|
501
|
+
...obj,
|
|
502
|
+
});
|
|
503
|
+
export const DeleteConfiguredTableAnalysisRuleInputFilterSensitiveLog = (obj) => ({
|
|
504
|
+
...obj,
|
|
505
|
+
});
|
|
506
|
+
export const DeleteConfiguredTableAnalysisRuleOutputFilterSensitiveLog = (obj) => ({
|
|
507
|
+
...obj,
|
|
508
|
+
});
|
|
509
|
+
export const GetConfiguredTableInputFilterSensitiveLog = (obj) => ({
|
|
510
|
+
...obj,
|
|
511
|
+
});
|
|
512
|
+
export const GetConfiguredTableOutputFilterSensitiveLog = (obj) => ({
|
|
513
|
+
...obj,
|
|
514
|
+
...(obj.configuredTable && { configuredTable: ConfiguredTableFilterSensitiveLog(obj.configuredTable) }),
|
|
515
|
+
});
|
|
516
|
+
export const GetConfiguredTableAnalysisRuleInputFilterSensitiveLog = (obj) => ({
|
|
517
|
+
...obj,
|
|
518
|
+
});
|
|
519
|
+
export const GetConfiguredTableAnalysisRuleOutputFilterSensitiveLog = (obj) => ({
|
|
520
|
+
...obj,
|
|
521
|
+
...(obj.analysisRule && { analysisRule: ConfiguredTableAnalysisRuleFilterSensitiveLog(obj.analysisRule) }),
|
|
522
|
+
});
|
|
523
|
+
export const ListConfiguredTablesInputFilterSensitiveLog = (obj) => ({
|
|
524
|
+
...obj,
|
|
525
|
+
});
|
|
526
|
+
export const ConfiguredTableSummaryFilterSensitiveLog = (obj) => ({
|
|
527
|
+
...obj,
|
|
528
|
+
});
|
|
529
|
+
export const ListConfiguredTablesOutputFilterSensitiveLog = (obj) => ({
|
|
530
|
+
...obj,
|
|
531
|
+
});
|
|
532
|
+
export const UpdateConfiguredTableInputFilterSensitiveLog = (obj) => ({
|
|
533
|
+
...obj,
|
|
534
|
+
});
|
|
535
|
+
export const UpdateConfiguredTableOutputFilterSensitiveLog = (obj) => ({
|
|
536
|
+
...obj,
|
|
537
|
+
...(obj.configuredTable && { configuredTable: ConfiguredTableFilterSensitiveLog(obj.configuredTable) }),
|
|
538
|
+
});
|
|
539
|
+
export const UpdateConfiguredTableAnalysisRuleInputFilterSensitiveLog = (obj) => ({
|
|
540
|
+
...obj,
|
|
541
|
+
...(obj.analysisRulePolicy && {
|
|
542
|
+
analysisRulePolicy: ConfiguredTableAnalysisRulePolicyFilterSensitiveLog(obj.analysisRulePolicy),
|
|
543
|
+
}),
|
|
544
|
+
});
|
|
545
|
+
export const UpdateConfiguredTableAnalysisRuleOutputFilterSensitiveLog = (obj) => ({
|
|
546
|
+
...obj,
|
|
547
|
+
...(obj.analysisRule && { analysisRule: ConfiguredTableAnalysisRuleFilterSensitiveLog(obj.analysisRule) }),
|
|
548
|
+
});
|
|
549
|
+
export const CreateMembershipInputFilterSensitiveLog = (obj) => ({
|
|
550
|
+
...obj,
|
|
551
|
+
});
|
|
552
|
+
export const MembershipFilterSensitiveLog = (obj) => ({
|
|
553
|
+
...obj,
|
|
554
|
+
});
|
|
555
|
+
export const CreateMembershipOutputFilterSensitiveLog = (obj) => ({
|
|
556
|
+
...obj,
|
|
557
|
+
});
|
|
558
|
+
export const DeleteMembershipInputFilterSensitiveLog = (obj) => ({
|
|
559
|
+
...obj,
|
|
560
|
+
});
|
|
561
|
+
export const DeleteMembershipOutputFilterSensitiveLog = (obj) => ({
|
|
562
|
+
...obj,
|
|
563
|
+
});
|
|
564
|
+
export const GetMembershipInputFilterSensitiveLog = (obj) => ({
|
|
565
|
+
...obj,
|
|
566
|
+
});
|
|
567
|
+
export const GetMembershipOutputFilterSensitiveLog = (obj) => ({
|
|
568
|
+
...obj,
|
|
569
|
+
});
|
|
570
|
+
export const GetProtectedQueryInputFilterSensitiveLog = (obj) => ({
|
|
571
|
+
...obj,
|
|
572
|
+
});
|
|
573
|
+
export const ProtectedQueryErrorFilterSensitiveLog = (obj) => ({
|
|
574
|
+
...obj,
|
|
575
|
+
});
|
|
576
|
+
export const ProtectedQueryS3OutputFilterSensitiveLog = (obj) => ({
|
|
577
|
+
...obj,
|
|
578
|
+
});
|
|
579
|
+
export const ProtectedQueryOutputFilterSensitiveLog = (obj) => {
|
|
580
|
+
if (obj.s3 !== undefined)
|
|
581
|
+
return { s3: ProtectedQueryS3OutputFilterSensitiveLog(obj.s3) };
|
|
582
|
+
if (obj.$unknown !== undefined)
|
|
583
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
584
|
+
};
|
|
585
|
+
export const ProtectedQueryResultFilterSensitiveLog = (obj) => ({
|
|
586
|
+
...obj,
|
|
587
|
+
...(obj.output && { output: ProtectedQueryOutputFilterSensitiveLog(obj.output) }),
|
|
588
|
+
});
|
|
589
|
+
export const ProtectedQueryS3OutputConfigurationFilterSensitiveLog = (obj) => ({
|
|
590
|
+
...obj,
|
|
591
|
+
});
|
|
592
|
+
export const ProtectedQueryOutputConfigurationFilterSensitiveLog = (obj) => {
|
|
593
|
+
if (obj.s3 !== undefined)
|
|
594
|
+
return { s3: ProtectedQueryS3OutputConfigurationFilterSensitiveLog(obj.s3) };
|
|
595
|
+
if (obj.$unknown !== undefined)
|
|
596
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
597
|
+
};
|
|
598
|
+
export const ProtectedQueryResultConfigurationFilterSensitiveLog = (obj) => ({
|
|
599
|
+
...obj,
|
|
600
|
+
...(obj.outputConfiguration && {
|
|
601
|
+
outputConfiguration: ProtectedQueryOutputConfigurationFilterSensitiveLog(obj.outputConfiguration),
|
|
602
|
+
}),
|
|
603
|
+
});
|
|
604
|
+
export const ProtectedQuerySQLParametersFilterSensitiveLog = (obj) => ({
|
|
605
|
+
...obj,
|
|
606
|
+
});
|
|
607
|
+
export const ProtectedQueryStatisticsFilterSensitiveLog = (obj) => ({
|
|
608
|
+
...obj,
|
|
609
|
+
});
|
|
610
|
+
export const ProtectedQueryFilterSensitiveLog = (obj) => ({
|
|
611
|
+
...obj,
|
|
612
|
+
...(obj.sqlParameters && { sqlParameters: SENSITIVE_STRING }),
|
|
613
|
+
...(obj.resultConfiguration && {
|
|
614
|
+
resultConfiguration: ProtectedQueryResultConfigurationFilterSensitiveLog(obj.resultConfiguration),
|
|
615
|
+
}),
|
|
616
|
+
...(obj.result && { result: ProtectedQueryResultFilterSensitiveLog(obj.result) }),
|
|
617
|
+
});
|
|
618
|
+
export const GetProtectedQueryOutputFilterSensitiveLog = (obj) => ({
|
|
619
|
+
...obj,
|
|
620
|
+
...(obj.protectedQuery && { protectedQuery: ProtectedQueryFilterSensitiveLog(obj.protectedQuery) }),
|
|
621
|
+
});
|
|
622
|
+
export const ListMembershipsInputFilterSensitiveLog = (obj) => ({
|
|
623
|
+
...obj,
|
|
624
|
+
});
|
|
625
|
+
export const MembershipSummaryFilterSensitiveLog = (obj) => ({
|
|
626
|
+
...obj,
|
|
627
|
+
});
|
|
628
|
+
export const ListMembershipsOutputFilterSensitiveLog = (obj) => ({
|
|
629
|
+
...obj,
|
|
630
|
+
});
|
|
631
|
+
export const ListProtectedQueriesInputFilterSensitiveLog = (obj) => ({
|
|
632
|
+
...obj,
|
|
633
|
+
});
|
|
634
|
+
export const ProtectedQuerySummaryFilterSensitiveLog = (obj) => ({
|
|
635
|
+
...obj,
|
|
636
|
+
});
|
|
637
|
+
export const ListProtectedQueriesOutputFilterSensitiveLog = (obj) => ({
|
|
638
|
+
...obj,
|
|
639
|
+
});
|
|
640
|
+
export const StartProtectedQueryInputFilterSensitiveLog = (obj) => ({
|
|
641
|
+
...obj,
|
|
642
|
+
...(obj.sqlParameters && { sqlParameters: SENSITIVE_STRING }),
|
|
643
|
+
...(obj.resultConfiguration && {
|
|
644
|
+
resultConfiguration: ProtectedQueryResultConfigurationFilterSensitiveLog(obj.resultConfiguration),
|
|
645
|
+
}),
|
|
646
|
+
});
|
|
647
|
+
export const StartProtectedQueryOutputFilterSensitiveLog = (obj) => ({
|
|
648
|
+
...obj,
|
|
649
|
+
...(obj.protectedQuery && { protectedQuery: ProtectedQueryFilterSensitiveLog(obj.protectedQuery) }),
|
|
650
|
+
});
|
|
651
|
+
export const UpdateMembershipInputFilterSensitiveLog = (obj) => ({
|
|
652
|
+
...obj,
|
|
653
|
+
});
|
|
654
|
+
export const UpdateMembershipOutputFilterSensitiveLog = (obj) => ({
|
|
655
|
+
...obj,
|
|
656
|
+
});
|
|
657
|
+
export const UpdateProtectedQueryInputFilterSensitiveLog = (obj) => ({
|
|
658
|
+
...obj,
|
|
659
|
+
});
|
|
660
|
+
export const UpdateProtectedQueryOutputFilterSensitiveLog = (obj) => ({
|
|
661
|
+
...obj,
|
|
662
|
+
...(obj.protectedQuery && { protectedQuery: ProtectedQueryFilterSensitiveLog(obj.protectedQuery) }),
|
|
663
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { CleanRooms } from "../CleanRooms";
|
|
2
|
+
import { CleanRoomsClient } from "../CleanRoomsClient";
|
|
3
|
+
import { ListCollaborationsCommand, } from "../commands/ListCollaborationsCommand";
|
|
4
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
5
|
+
return await client.send(new ListCollaborationsCommand(input), ...args);
|
|
6
|
+
};
|
|
7
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.listCollaborations(input, ...args);
|
|
9
|
+
};
|
|
10
|
+
export async function* paginateListCollaborations(config, input, ...additionalArguments) {
|
|
11
|
+
let token = config.startingToken || undefined;
|
|
12
|
+
let hasNext = true;
|
|
13
|
+
let page;
|
|
14
|
+
while (hasNext) {
|
|
15
|
+
input.nextToken = token;
|
|
16
|
+
input["maxResults"] = config.pageSize;
|
|
17
|
+
if (config.client instanceof CleanRooms) {
|
|
18
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
19
|
+
}
|
|
20
|
+
else if (config.client instanceof CleanRoomsClient) {
|
|
21
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
throw new Error("Invalid client, expected CleanRooms | CleanRoomsClient");
|
|
25
|
+
}
|
|
26
|
+
yield page;
|
|
27
|
+
const prevToken = token;
|
|
28
|
+
token = page.nextToken;
|
|
29
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
30
|
+
}
|
|
31
|
+
return undefined;
|
|
32
|
+
}
|