@aws-sdk/client-cleanrooms 3.901.0 → 3.906.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +6065 -6353
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +70 -8
- package/dist-es/models/models_1.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/commands/CreateCollaborationCommand.d.ts +6 -0
- package/dist-types/commands/CreateConfiguredTableCommand.d.ts +4 -0
- package/dist-types/commands/GetCollaborationCommand.d.ts +3 -0
- package/dist-types/commands/GetConfiguredTableCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCollaborationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +106 -56
- package/dist-types/models/models_1.d.ts +57 -1
- package/dist-types/ts3.4/models/models_0.d.ts +78 -27
- package/dist-types/ts3.4/models/models_1.d.ts +28 -2
- package/package.json +5 -5
|
@@ -87,6 +87,43 @@ export interface AggregationConstraint {
|
|
|
87
87
|
minimum: number | undefined;
|
|
88
88
|
type: AggregationType | undefined;
|
|
89
89
|
}
|
|
90
|
+
export declare const SupportedS3Region: {
|
|
91
|
+
readonly AF_SOUTH_1: "af-south-1";
|
|
92
|
+
readonly AP_EAST_1: "ap-east-1";
|
|
93
|
+
readonly AP_EAST_2: "ap-east-2";
|
|
94
|
+
readonly AP_NORTHEAST_1: "ap-northeast-1";
|
|
95
|
+
readonly AP_NORTHEAST_2: "ap-northeast-2";
|
|
96
|
+
readonly AP_NORTHEAST_3: "ap-northeast-3";
|
|
97
|
+
readonly AP_SOUTHEAST_1: "ap-southeast-1";
|
|
98
|
+
readonly AP_SOUTHEAST_2: "ap-southeast-2";
|
|
99
|
+
readonly AP_SOUTHEAST_3: "ap-southeast-3";
|
|
100
|
+
readonly AP_SOUTHEAST_4: "ap-southeast-4";
|
|
101
|
+
readonly AP_SOUTHEAST_5: "ap-southeast-5";
|
|
102
|
+
readonly AP_SOUTHEAST_7: "ap-southeast-7";
|
|
103
|
+
readonly AP_SOUTH_1: "ap-south-1";
|
|
104
|
+
readonly AP_SOUTH_2: "ap-south-2";
|
|
105
|
+
readonly CA_CENTRAL_1: "ca-central-1";
|
|
106
|
+
readonly CA_WEST_1: "ca-west-1";
|
|
107
|
+
readonly EU_CENTRAL_1: "eu-central-1";
|
|
108
|
+
readonly EU_CENTRAL_2: "eu-central-2";
|
|
109
|
+
readonly EU_NORTH_1: "eu-north-1";
|
|
110
|
+
readonly EU_SOUTH_1: "eu-south-1";
|
|
111
|
+
readonly EU_SOUTH_2: "eu-south-2";
|
|
112
|
+
readonly EU_WEST_1: "eu-west-1";
|
|
113
|
+
readonly EU_WEST_2: "eu-west-2";
|
|
114
|
+
readonly EU_WEST_3: "eu-west-3";
|
|
115
|
+
readonly IL_CENTRAL_1: "il-central-1";
|
|
116
|
+
readonly ME_CENTRAL_1: "me-central-1";
|
|
117
|
+
readonly ME_SOUTH_1: "me-south-1";
|
|
118
|
+
readonly MX_CENTRAL_1: "mx-central-1";
|
|
119
|
+
readonly SA_EAST_1: "sa-east-1";
|
|
120
|
+
readonly US_EAST_1: "us-east-1";
|
|
121
|
+
readonly US_EAST_2: "us-east-2";
|
|
122
|
+
readonly US_WEST_1: "us-west-1";
|
|
123
|
+
readonly US_WEST_2: "us-west-2";
|
|
124
|
+
};
|
|
125
|
+
export type SupportedS3Region =
|
|
126
|
+
(typeof SupportedS3Region)[keyof typeof SupportedS3Region];
|
|
90
127
|
export declare const AnalysisFormat: {
|
|
91
128
|
readonly PYSPARK_1_0: "PYSPARK_1_0";
|
|
92
129
|
readonly SQL: "SQL";
|
|
@@ -734,7 +771,45 @@ export declare const AnalyticsEngine: {
|
|
|
734
771
|
};
|
|
735
772
|
export type AnalyticsEngine =
|
|
736
773
|
(typeof AnalyticsEngine)[keyof typeof AnalyticsEngine];
|
|
774
|
+
export declare const CommercialRegion: {
|
|
775
|
+
readonly AF_SOUTH_1: "af-south-1";
|
|
776
|
+
readonly AP_EAST_1: "ap-east-1";
|
|
777
|
+
readonly AP_EAST_2: "ap-east-2";
|
|
778
|
+
readonly AP_NORTHEAST_1: "ap-northeast-1";
|
|
779
|
+
readonly AP_NORTHEAST_2: "ap-northeast-2";
|
|
780
|
+
readonly AP_NORTHEAST_3: "ap-northeast-3";
|
|
781
|
+
readonly AP_SOUTHEAST_1: "ap-southeast-1";
|
|
782
|
+
readonly AP_SOUTHEAST_2: "ap-southeast-2";
|
|
783
|
+
readonly AP_SOUTHEAST_3: "ap-southeast-3";
|
|
784
|
+
readonly AP_SOUTHEAST_4: "ap-southeast-4";
|
|
785
|
+
readonly AP_SOUTHEAST_5: "ap-southeast-5";
|
|
786
|
+
readonly AP_SOUTHEAST_7: "ap-southeast-7";
|
|
787
|
+
readonly AP_SOUTH_1: "ap-south-1";
|
|
788
|
+
readonly AP_SOUTH_2: "ap-south-2";
|
|
789
|
+
readonly CA_CENTRAL_1: "ca-central-1";
|
|
790
|
+
readonly CA_WEST_1: "ca-west-1";
|
|
791
|
+
readonly EU_CENTRAL_1: "eu-central-1";
|
|
792
|
+
readonly EU_CENTRAL_2: "eu-central-2";
|
|
793
|
+
readonly EU_NORTH_1: "eu-north-1";
|
|
794
|
+
readonly EU_SOUTH_1: "eu-south-1";
|
|
795
|
+
readonly EU_SOUTH_2: "eu-south-2";
|
|
796
|
+
readonly EU_WEST_1: "eu-west-1";
|
|
797
|
+
readonly EU_WEST_2: "eu-west-2";
|
|
798
|
+
readonly EU_WEST_3: "eu-west-3";
|
|
799
|
+
readonly IL_CENTRAL_1: "il-central-1";
|
|
800
|
+
readonly ME_CENTRAL_1: "me-central-1";
|
|
801
|
+
readonly ME_SOUTH_1: "me-south-1";
|
|
802
|
+
readonly MX_CENTRAL_1: "mx-central-1";
|
|
803
|
+
readonly SA_EAST_1: "sa-east-1";
|
|
804
|
+
readonly US_EAST_1: "us-east-1";
|
|
805
|
+
readonly US_EAST_2: "us-east-2";
|
|
806
|
+
readonly US_WEST_1: "us-west-1";
|
|
807
|
+
readonly US_WEST_2: "us-west-2";
|
|
808
|
+
};
|
|
809
|
+
export type CommercialRegion =
|
|
810
|
+
(typeof CommercialRegion)[keyof typeof CommercialRegion];
|
|
737
811
|
export interface AthenaTableReference {
|
|
812
|
+
region?: CommercialRegion | undefined;
|
|
738
813
|
workGroup: string | undefined;
|
|
739
814
|
outputLocation?: string | undefined;
|
|
740
815
|
databaseName: string | undefined;
|
|
@@ -982,6 +1057,7 @@ export interface CreateCollaborationInput {
|
|
|
982
1057
|
creatorPaymentConfiguration?: PaymentConfiguration | undefined;
|
|
983
1058
|
analyticsEngine?: AnalyticsEngine | undefined;
|
|
984
1059
|
autoApprovedChangeRequestTypes?: AutoApprovedChangeType[] | undefined;
|
|
1060
|
+
allowedResultRegions?: SupportedS3Region[] | undefined;
|
|
985
1061
|
}
|
|
986
1062
|
export declare const MemberStatus: {
|
|
987
1063
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -1007,6 +1083,7 @@ export interface Collaboration {
|
|
|
1007
1083
|
jobLogStatus?: CollaborationJobLogStatus | undefined;
|
|
1008
1084
|
analyticsEngine?: AnalyticsEngine | undefined;
|
|
1009
1085
|
autoApprovedChangeTypes?: AutoApprovedChangeType[] | undefined;
|
|
1086
|
+
allowedResultRegions?: SupportedS3Region[] | undefined;
|
|
1010
1087
|
}
|
|
1011
1088
|
export interface CreateCollaborationOutput {
|
|
1012
1089
|
collaboration: Collaboration | undefined;
|
|
@@ -1706,6 +1783,7 @@ export interface UpdateConfiguredTableAssociationAnalysisRuleOutput {
|
|
|
1706
1783
|
analysisRule: ConfiguredTableAssociationAnalysisRule | undefined;
|
|
1707
1784
|
}
|
|
1708
1785
|
export interface GlueTableReference {
|
|
1786
|
+
region?: CommercialRegion | undefined;
|
|
1709
1787
|
tableName: string | undefined;
|
|
1710
1788
|
databaseName: string | undefined;
|
|
1711
1789
|
}
|
|
@@ -2152,33 +2230,6 @@ export declare const ResultFormat: {
|
|
|
2152
2230
|
readonly PARQUET: "PARQUET";
|
|
2153
2231
|
};
|
|
2154
2232
|
export type ResultFormat = (typeof ResultFormat)[keyof typeof ResultFormat];
|
|
2155
|
-
export interface ProtectedQueryS3OutputConfiguration {
|
|
2156
|
-
resultFormat: ResultFormat | undefined;
|
|
2157
|
-
bucket: string | undefined;
|
|
2158
|
-
keyPrefix?: string | undefined;
|
|
2159
|
-
singleFileOutput?: boolean | undefined;
|
|
2160
|
-
}
|
|
2161
|
-
export type MembershipProtectedQueryOutputConfiguration =
|
|
2162
|
-
| MembershipProtectedQueryOutputConfiguration.S3Member
|
|
2163
|
-
| MembershipProtectedQueryOutputConfiguration.$UnknownMember;
|
|
2164
|
-
export declare namespace MembershipProtectedQueryOutputConfiguration {
|
|
2165
|
-
interface S3Member {
|
|
2166
|
-
s3: ProtectedQueryS3OutputConfiguration;
|
|
2167
|
-
$unknown?: never;
|
|
2168
|
-
}
|
|
2169
|
-
interface $UnknownMember {
|
|
2170
|
-
s3?: never;
|
|
2171
|
-
$unknown: [string, any];
|
|
2172
|
-
}
|
|
2173
|
-
interface Visitor<T> {
|
|
2174
|
-
s3: (value: ProtectedQueryS3OutputConfiguration) => T;
|
|
2175
|
-
_: (name: string, value: any) => T;
|
|
2176
|
-
}
|
|
2177
|
-
const visit: <T>(
|
|
2178
|
-
value: MembershipProtectedQueryOutputConfiguration,
|
|
2179
|
-
visitor: Visitor<T>
|
|
2180
|
-
) => T;
|
|
2181
|
-
}
|
|
2182
2233
|
export declare const AnalysisParameterFilterSensitiveLog: (
|
|
2183
2234
|
obj: AnalysisParameter
|
|
2184
2235
|
) => any;
|
|
@@ -5,14 +5,40 @@ import {
|
|
|
5
5
|
DifferentialPrivacyAggregationType,
|
|
6
6
|
MemberAbility,
|
|
7
7
|
MembershipProtectedJobResultConfiguration,
|
|
8
|
-
MembershipProtectedQueryOutputConfiguration,
|
|
9
8
|
MLMemberAbilities,
|
|
10
9
|
PrivacyBudget,
|
|
11
10
|
PrivacyBudgetTemplateAutoRefresh,
|
|
12
11
|
PrivacyBudgetTemplateParametersOutput,
|
|
13
12
|
PrivacyBudgetType,
|
|
14
|
-
|
|
13
|
+
ResultFormat,
|
|
15
14
|
} from "./models_0";
|
|
15
|
+
export interface ProtectedQueryS3OutputConfiguration {
|
|
16
|
+
resultFormat: ResultFormat | undefined;
|
|
17
|
+
bucket: string | undefined;
|
|
18
|
+
keyPrefix?: string | undefined;
|
|
19
|
+
singleFileOutput?: boolean | undefined;
|
|
20
|
+
}
|
|
21
|
+
export type MembershipProtectedQueryOutputConfiguration =
|
|
22
|
+
| MembershipProtectedQueryOutputConfiguration.S3Member
|
|
23
|
+
| MembershipProtectedQueryOutputConfiguration.$UnknownMember;
|
|
24
|
+
export declare namespace MembershipProtectedQueryOutputConfiguration {
|
|
25
|
+
interface S3Member {
|
|
26
|
+
s3: ProtectedQueryS3OutputConfiguration;
|
|
27
|
+
$unknown?: never;
|
|
28
|
+
}
|
|
29
|
+
interface $UnknownMember {
|
|
30
|
+
s3?: never;
|
|
31
|
+
$unknown: [string, any];
|
|
32
|
+
}
|
|
33
|
+
interface Visitor<T> {
|
|
34
|
+
s3: (value: ProtectedQueryS3OutputConfiguration) => T;
|
|
35
|
+
_: (name: string, value: any) => T;
|
|
36
|
+
}
|
|
37
|
+
const visit: <T>(
|
|
38
|
+
value: MembershipProtectedQueryOutputConfiguration,
|
|
39
|
+
visitor: Visitor<T>
|
|
40
|
+
) => T;
|
|
41
|
+
}
|
|
16
42
|
export interface MembershipProtectedQueryResultConfiguration {
|
|
17
43
|
outputConfiguration: MembershipProtectedQueryOutputConfiguration | undefined;
|
|
18
44
|
roleArn?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cleanrooms",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.906.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cleanrooms",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.906.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.906.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.901.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.901.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.901.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.906.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.901.0",
|
|
30
30
|
"@aws-sdk/types": "3.901.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.901.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.901.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.906.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.3.0",
|
|
35
35
|
"@smithy/core": "^3.14.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.0",
|