@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
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
2
|
-
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "
|
|
2
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "string" }, i = { [s]: true, "default": false, "type": "boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
|
|
3
3
|
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ rules: [{ endpoint: { url: "https://cleanrooms-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ rules: [{ endpoint: { url: "https://cleanrooms-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ rules: [{ endpoint: { url: "https://cleanrooms.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { rules: [{ endpoint: { url: "https://cleanrooms.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -42,6 +42,41 @@ export const AggregateFunctionName = {
|
|
|
42
42
|
export const AggregationType = {
|
|
43
43
|
COUNT_DISTINCT: "COUNT_DISTINCT",
|
|
44
44
|
};
|
|
45
|
+
export const SupportedS3Region = {
|
|
46
|
+
AF_SOUTH_1: "af-south-1",
|
|
47
|
+
AP_EAST_1: "ap-east-1",
|
|
48
|
+
AP_EAST_2: "ap-east-2",
|
|
49
|
+
AP_NORTHEAST_1: "ap-northeast-1",
|
|
50
|
+
AP_NORTHEAST_2: "ap-northeast-2",
|
|
51
|
+
AP_NORTHEAST_3: "ap-northeast-3",
|
|
52
|
+
AP_SOUTHEAST_1: "ap-southeast-1",
|
|
53
|
+
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
54
|
+
AP_SOUTHEAST_3: "ap-southeast-3",
|
|
55
|
+
AP_SOUTHEAST_4: "ap-southeast-4",
|
|
56
|
+
AP_SOUTHEAST_5: "ap-southeast-5",
|
|
57
|
+
AP_SOUTHEAST_7: "ap-southeast-7",
|
|
58
|
+
AP_SOUTH_1: "ap-south-1",
|
|
59
|
+
AP_SOUTH_2: "ap-south-2",
|
|
60
|
+
CA_CENTRAL_1: "ca-central-1",
|
|
61
|
+
CA_WEST_1: "ca-west-1",
|
|
62
|
+
EU_CENTRAL_1: "eu-central-1",
|
|
63
|
+
EU_CENTRAL_2: "eu-central-2",
|
|
64
|
+
EU_NORTH_1: "eu-north-1",
|
|
65
|
+
EU_SOUTH_1: "eu-south-1",
|
|
66
|
+
EU_SOUTH_2: "eu-south-2",
|
|
67
|
+
EU_WEST_1: "eu-west-1",
|
|
68
|
+
EU_WEST_2: "eu-west-2",
|
|
69
|
+
EU_WEST_3: "eu-west-3",
|
|
70
|
+
IL_CENTRAL_1: "il-central-1",
|
|
71
|
+
ME_CENTRAL_1: "me-central-1",
|
|
72
|
+
ME_SOUTH_1: "me-south-1",
|
|
73
|
+
MX_CENTRAL_1: "mx-central-1",
|
|
74
|
+
SA_EAST_1: "sa-east-1",
|
|
75
|
+
US_EAST_1: "us-east-1",
|
|
76
|
+
US_EAST_2: "us-east-2",
|
|
77
|
+
US_WEST_1: "us-west-1",
|
|
78
|
+
US_WEST_2: "us-west-2",
|
|
79
|
+
};
|
|
45
80
|
export const AnalysisFormat = {
|
|
46
81
|
PYSPARK_1_0: "PYSPARK_1_0",
|
|
47
82
|
SQL: "SQL",
|
|
@@ -334,6 +369,41 @@ export const AnalyticsEngine = {
|
|
|
334
369
|
CLEAN_ROOMS_SQL: "CLEAN_ROOMS_SQL",
|
|
335
370
|
SPARK: "SPARK",
|
|
336
371
|
};
|
|
372
|
+
export const CommercialRegion = {
|
|
373
|
+
AF_SOUTH_1: "af-south-1",
|
|
374
|
+
AP_EAST_1: "ap-east-1",
|
|
375
|
+
AP_EAST_2: "ap-east-2",
|
|
376
|
+
AP_NORTHEAST_1: "ap-northeast-1",
|
|
377
|
+
AP_NORTHEAST_2: "ap-northeast-2",
|
|
378
|
+
AP_NORTHEAST_3: "ap-northeast-3",
|
|
379
|
+
AP_SOUTHEAST_1: "ap-southeast-1",
|
|
380
|
+
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
381
|
+
AP_SOUTHEAST_3: "ap-southeast-3",
|
|
382
|
+
AP_SOUTHEAST_4: "ap-southeast-4",
|
|
383
|
+
AP_SOUTHEAST_5: "ap-southeast-5",
|
|
384
|
+
AP_SOUTHEAST_7: "ap-southeast-7",
|
|
385
|
+
AP_SOUTH_1: "ap-south-1",
|
|
386
|
+
AP_SOUTH_2: "ap-south-2",
|
|
387
|
+
CA_CENTRAL_1: "ca-central-1",
|
|
388
|
+
CA_WEST_1: "ca-west-1",
|
|
389
|
+
EU_CENTRAL_1: "eu-central-1",
|
|
390
|
+
EU_CENTRAL_2: "eu-central-2",
|
|
391
|
+
EU_NORTH_1: "eu-north-1",
|
|
392
|
+
EU_SOUTH_1: "eu-south-1",
|
|
393
|
+
EU_SOUTH_2: "eu-south-2",
|
|
394
|
+
EU_WEST_1: "eu-west-1",
|
|
395
|
+
EU_WEST_2: "eu-west-2",
|
|
396
|
+
EU_WEST_3: "eu-west-3",
|
|
397
|
+
IL_CENTRAL_1: "il-central-1",
|
|
398
|
+
ME_CENTRAL_1: "me-central-1",
|
|
399
|
+
ME_SOUTH_1: "me-south-1",
|
|
400
|
+
MX_CENTRAL_1: "mx-central-1",
|
|
401
|
+
SA_EAST_1: "sa-east-1",
|
|
402
|
+
US_EAST_1: "us-east-1",
|
|
403
|
+
US_EAST_2: "us-east-2",
|
|
404
|
+
US_WEST_1: "us-west-1",
|
|
405
|
+
US_WEST_2: "us-west-2",
|
|
406
|
+
};
|
|
337
407
|
export const AutoApprovedChangeType = {
|
|
338
408
|
ADD_MEMBER: "ADD_MEMBER",
|
|
339
409
|
};
|
|
@@ -527,14 +597,6 @@ export const ResultFormat = {
|
|
|
527
597
|
CSV: "CSV",
|
|
528
598
|
PARQUET: "PARQUET",
|
|
529
599
|
};
|
|
530
|
-
export var MembershipProtectedQueryOutputConfiguration;
|
|
531
|
-
(function (MembershipProtectedQueryOutputConfiguration) {
|
|
532
|
-
MembershipProtectedQueryOutputConfiguration.visit = (value, visitor) => {
|
|
533
|
-
if (value.s3 !== undefined)
|
|
534
|
-
return visitor.s3(value.s3);
|
|
535
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
536
|
-
};
|
|
537
|
-
})(MembershipProtectedQueryOutputConfiguration || (MembershipProtectedQueryOutputConfiguration = {}));
|
|
538
600
|
export const AnalysisParameterFilterSensitiveLog = (obj) => ({
|
|
539
601
|
...obj,
|
|
540
602
|
});
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
export var MembershipProtectedQueryOutputConfiguration;
|
|
3
|
+
(function (MembershipProtectedQueryOutputConfiguration) {
|
|
4
|
+
MembershipProtectedQueryOutputConfiguration.visit = (value, visitor) => {
|
|
5
|
+
if (value.s3 !== undefined)
|
|
6
|
+
return visitor.s3(value.s3);
|
|
7
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
8
|
+
};
|
|
9
|
+
})(MembershipProtectedQueryOutputConfiguration || (MembershipProtectedQueryOutputConfiguration = {}));
|
|
2
10
|
export const MembershipJobLogStatus = {
|
|
3
11
|
DISABLED: "DISABLED",
|
|
4
12
|
ENABLED: "ENABLED",
|
|
@@ -74,6 +74,7 @@ export const se_CreateCollaborationCommand = async (input, context) => {
|
|
|
74
74
|
b.bp("/collaborations");
|
|
75
75
|
let body;
|
|
76
76
|
body = JSON.stringify(take(input, {
|
|
77
|
+
allowedResultRegions: (_) => _json(_),
|
|
77
78
|
analyticsEngine: [],
|
|
78
79
|
autoApprovedChangeRequestTypes: (_) => _json(_),
|
|
79
80
|
creatorDisplayName: [],
|
|
@@ -2570,6 +2571,7 @@ const de_BilledResourceUtilization = (output, context) => {
|
|
|
2570
2571
|
};
|
|
2571
2572
|
const de_Collaboration = (output, context) => {
|
|
2572
2573
|
return take(output, {
|
|
2574
|
+
allowedResultRegions: _json,
|
|
2573
2575
|
analyticsEngine: __expectString,
|
|
2574
2576
|
arn: __expectString,
|
|
2575
2577
|
autoApprovedChangeTypes: _json,
|
|
@@ -109,6 +109,9 @@ declare const CreateCollaborationCommand_base: {
|
|
|
109
109
|
* autoApprovedChangeRequestTypes: [ // AutoApprovedChangeTypeList
|
|
110
110
|
* "ADD_MEMBER",
|
|
111
111
|
* ],
|
|
112
|
+
* allowedResultRegions: [ // AllowedResultRegions
|
|
113
|
+
* "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1",
|
|
114
|
+
* ],
|
|
112
115
|
* };
|
|
113
116
|
* const command = new CreateCollaborationCommand(input);
|
|
114
117
|
* const response = await client.send(command);
|
|
@@ -137,6 +140,9 @@ declare const CreateCollaborationCommand_base: {
|
|
|
137
140
|
* // autoApprovedChangeTypes: [ // AutoApprovedChangeTypeList
|
|
138
141
|
* // "ADD_MEMBER",
|
|
139
142
|
* // ],
|
|
143
|
+
* // allowedResultRegions: [ // AllowedResultRegions
|
|
144
|
+
* // "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1",
|
|
145
|
+
* // ],
|
|
140
146
|
* // },
|
|
141
147
|
* // };
|
|
142
148
|
*
|
|
@@ -41,6 +41,7 @@ declare const CreateConfiguredTableCommand_base: {
|
|
|
41
41
|
* description: "STRING_VALUE",
|
|
42
42
|
* tableReference: { // TableReference Union: only one key present
|
|
43
43
|
* glue: { // GlueTableReference
|
|
44
|
+
* region: "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1" || "ap-east-2",
|
|
44
45
|
* tableName: "STRING_VALUE", // required
|
|
45
46
|
* databaseName: "STRING_VALUE", // required
|
|
46
47
|
* },
|
|
@@ -60,6 +61,7 @@ declare const CreateConfiguredTableCommand_base: {
|
|
|
60
61
|
* },
|
|
61
62
|
* },
|
|
62
63
|
* athena: { // AthenaTableReference
|
|
64
|
+
* region: "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1" || "ap-east-2",
|
|
63
65
|
* workGroup: "STRING_VALUE", // required
|
|
64
66
|
* outputLocation: "STRING_VALUE",
|
|
65
67
|
* databaseName: "STRING_VALUE", // required
|
|
@@ -87,6 +89,7 @@ declare const CreateConfiguredTableCommand_base: {
|
|
|
87
89
|
* // description: "STRING_VALUE",
|
|
88
90
|
* // tableReference: { // TableReference Union: only one key present
|
|
89
91
|
* // glue: { // GlueTableReference
|
|
92
|
+
* // region: "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1" || "ap-east-2",
|
|
90
93
|
* // tableName: "STRING_VALUE", // required
|
|
91
94
|
* // databaseName: "STRING_VALUE", // required
|
|
92
95
|
* // },
|
|
@@ -106,6 +109,7 @@ declare const CreateConfiguredTableCommand_base: {
|
|
|
106
109
|
* // },
|
|
107
110
|
* // },
|
|
108
111
|
* // athena: { // AthenaTableReference
|
|
112
|
+
* // region: "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1" || "ap-east-2",
|
|
109
113
|
* // workGroup: "STRING_VALUE", // required
|
|
110
114
|
* // outputLocation: "STRING_VALUE",
|
|
111
115
|
* // databaseName: "STRING_VALUE", // required
|
|
@@ -66,6 +66,9 @@ declare const GetCollaborationCommand_base: {
|
|
|
66
66
|
* // autoApprovedChangeTypes: [ // AutoApprovedChangeTypeList
|
|
67
67
|
* // "ADD_MEMBER",
|
|
68
68
|
* // ],
|
|
69
|
+
* // allowedResultRegions: [ // AllowedResultRegions
|
|
70
|
+
* // "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1",
|
|
71
|
+
* // ],
|
|
69
72
|
* // },
|
|
70
73
|
* // };
|
|
71
74
|
*
|
|
@@ -49,6 +49,7 @@ declare const GetConfiguredTableCommand_base: {
|
|
|
49
49
|
* // description: "STRING_VALUE",
|
|
50
50
|
* // tableReference: { // TableReference Union: only one key present
|
|
51
51
|
* // glue: { // GlueTableReference
|
|
52
|
+
* // region: "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1" || "ap-east-2",
|
|
52
53
|
* // tableName: "STRING_VALUE", // required
|
|
53
54
|
* // databaseName: "STRING_VALUE", // required
|
|
54
55
|
* // },
|
|
@@ -68,6 +69,7 @@ declare const GetConfiguredTableCommand_base: {
|
|
|
68
69
|
* // },
|
|
69
70
|
* // },
|
|
70
71
|
* // athena: { // AthenaTableReference
|
|
72
|
+
* // region: "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1" || "ap-east-2",
|
|
71
73
|
* // workGroup: "STRING_VALUE", // required
|
|
72
74
|
* // outputLocation: "STRING_VALUE",
|
|
73
75
|
* // databaseName: "STRING_VALUE", // required
|
|
@@ -69,6 +69,9 @@ declare const UpdateCollaborationCommand_base: {
|
|
|
69
69
|
* // autoApprovedChangeTypes: [ // AutoApprovedChangeTypeList
|
|
70
70
|
* // "ADD_MEMBER",
|
|
71
71
|
* // ],
|
|
72
|
+
* // allowedResultRegions: [ // AllowedResultRegions
|
|
73
|
+
* // "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1",
|
|
74
|
+
* // ],
|
|
72
75
|
* // },
|
|
73
76
|
* // };
|
|
74
77
|
*
|
|
@@ -42,6 +42,7 @@ declare const UpdateConfiguredTableCommand_base: {
|
|
|
42
42
|
* description: "STRING_VALUE",
|
|
43
43
|
* tableReference: { // TableReference Union: only one key present
|
|
44
44
|
* glue: { // GlueTableReference
|
|
45
|
+
* region: "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1" || "ap-east-2",
|
|
45
46
|
* tableName: "STRING_VALUE", // required
|
|
46
47
|
* databaseName: "STRING_VALUE", // required
|
|
47
48
|
* },
|
|
@@ -61,6 +62,7 @@ declare const UpdateConfiguredTableCommand_base: {
|
|
|
61
62
|
* },
|
|
62
63
|
* },
|
|
63
64
|
* athena: { // AthenaTableReference
|
|
65
|
+
* region: "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1" || "ap-east-2",
|
|
64
66
|
* workGroup: "STRING_VALUE", // required
|
|
65
67
|
* outputLocation: "STRING_VALUE",
|
|
66
68
|
* databaseName: "STRING_VALUE", // required
|
|
@@ -85,6 +87,7 @@ declare const UpdateConfiguredTableCommand_base: {
|
|
|
85
87
|
* // description: "STRING_VALUE",
|
|
86
88
|
* // tableReference: { // TableReference Union: only one key present
|
|
87
89
|
* // glue: { // GlueTableReference
|
|
90
|
+
* // region: "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1" || "ap-east-2",
|
|
88
91
|
* // tableName: "STRING_VALUE", // required
|
|
89
92
|
* // databaseName: "STRING_VALUE", // required
|
|
90
93
|
* // },
|
|
@@ -104,6 +107,7 @@ declare const UpdateConfiguredTableCommand_base: {
|
|
|
104
107
|
* // },
|
|
105
108
|
* // },
|
|
106
109
|
* // athena: { // AthenaTableReference
|
|
110
|
+
* // region: "us-west-1" || "us-west-2" || "us-east-1" || "us-east-2" || "af-south-1" || "ap-east-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-5" || "ap-southeast-4" || "ap-southeast-7" || "ap-south-1" || "ap-northeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ca-central-1" || "ca-west-1" || "eu-south-1" || "eu-west-3" || "eu-south-2" || "eu-central-2" || "eu-central-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "me-south-1" || "me-central-1" || "il-central-1" || "sa-east-1" || "mx-central-1" || "ap-east-2",
|
|
107
111
|
* // workGroup: "STRING_VALUE", // required
|
|
108
112
|
* // outputLocation: "STRING_VALUE",
|
|
109
113
|
* // databaseName: "STRING_VALUE", // required
|
|
@@ -252,6 +252,49 @@ export interface AggregationConstraint {
|
|
|
252
252
|
*/
|
|
253
253
|
type: AggregationType | undefined;
|
|
254
254
|
}
|
|
255
|
+
/**
|
|
256
|
+
* @public
|
|
257
|
+
* @enum
|
|
258
|
+
*/
|
|
259
|
+
export declare const SupportedS3Region: {
|
|
260
|
+
readonly AF_SOUTH_1: "af-south-1";
|
|
261
|
+
readonly AP_EAST_1: "ap-east-1";
|
|
262
|
+
readonly AP_EAST_2: "ap-east-2";
|
|
263
|
+
readonly AP_NORTHEAST_1: "ap-northeast-1";
|
|
264
|
+
readonly AP_NORTHEAST_2: "ap-northeast-2";
|
|
265
|
+
readonly AP_NORTHEAST_3: "ap-northeast-3";
|
|
266
|
+
readonly AP_SOUTHEAST_1: "ap-southeast-1";
|
|
267
|
+
readonly AP_SOUTHEAST_2: "ap-southeast-2";
|
|
268
|
+
readonly AP_SOUTHEAST_3: "ap-southeast-3";
|
|
269
|
+
readonly AP_SOUTHEAST_4: "ap-southeast-4";
|
|
270
|
+
readonly AP_SOUTHEAST_5: "ap-southeast-5";
|
|
271
|
+
readonly AP_SOUTHEAST_7: "ap-southeast-7";
|
|
272
|
+
readonly AP_SOUTH_1: "ap-south-1";
|
|
273
|
+
readonly AP_SOUTH_2: "ap-south-2";
|
|
274
|
+
readonly CA_CENTRAL_1: "ca-central-1";
|
|
275
|
+
readonly CA_WEST_1: "ca-west-1";
|
|
276
|
+
readonly EU_CENTRAL_1: "eu-central-1";
|
|
277
|
+
readonly EU_CENTRAL_2: "eu-central-2";
|
|
278
|
+
readonly EU_NORTH_1: "eu-north-1";
|
|
279
|
+
readonly EU_SOUTH_1: "eu-south-1";
|
|
280
|
+
readonly EU_SOUTH_2: "eu-south-2";
|
|
281
|
+
readonly EU_WEST_1: "eu-west-1";
|
|
282
|
+
readonly EU_WEST_2: "eu-west-2";
|
|
283
|
+
readonly EU_WEST_3: "eu-west-3";
|
|
284
|
+
readonly IL_CENTRAL_1: "il-central-1";
|
|
285
|
+
readonly ME_CENTRAL_1: "me-central-1";
|
|
286
|
+
readonly ME_SOUTH_1: "me-south-1";
|
|
287
|
+
readonly MX_CENTRAL_1: "mx-central-1";
|
|
288
|
+
readonly SA_EAST_1: "sa-east-1";
|
|
289
|
+
readonly US_EAST_1: "us-east-1";
|
|
290
|
+
readonly US_EAST_2: "us-east-2";
|
|
291
|
+
readonly US_WEST_1: "us-west-1";
|
|
292
|
+
readonly US_WEST_2: "us-west-2";
|
|
293
|
+
};
|
|
294
|
+
/**
|
|
295
|
+
* @public
|
|
296
|
+
*/
|
|
297
|
+
export type SupportedS3Region = (typeof SupportedS3Region)[keyof typeof SupportedS3Region];
|
|
255
298
|
/**
|
|
256
299
|
* @public
|
|
257
300
|
* @enum
|
|
@@ -1846,11 +1889,59 @@ export declare const AnalyticsEngine: {
|
|
|
1846
1889
|
* @public
|
|
1847
1890
|
*/
|
|
1848
1891
|
export type AnalyticsEngine = (typeof AnalyticsEngine)[keyof typeof AnalyticsEngine];
|
|
1892
|
+
/**
|
|
1893
|
+
* @public
|
|
1894
|
+
* @enum
|
|
1895
|
+
*/
|
|
1896
|
+
export declare const CommercialRegion: {
|
|
1897
|
+
readonly AF_SOUTH_1: "af-south-1";
|
|
1898
|
+
readonly AP_EAST_1: "ap-east-1";
|
|
1899
|
+
readonly AP_EAST_2: "ap-east-2";
|
|
1900
|
+
readonly AP_NORTHEAST_1: "ap-northeast-1";
|
|
1901
|
+
readonly AP_NORTHEAST_2: "ap-northeast-2";
|
|
1902
|
+
readonly AP_NORTHEAST_3: "ap-northeast-3";
|
|
1903
|
+
readonly AP_SOUTHEAST_1: "ap-southeast-1";
|
|
1904
|
+
readonly AP_SOUTHEAST_2: "ap-southeast-2";
|
|
1905
|
+
readonly AP_SOUTHEAST_3: "ap-southeast-3";
|
|
1906
|
+
readonly AP_SOUTHEAST_4: "ap-southeast-4";
|
|
1907
|
+
readonly AP_SOUTHEAST_5: "ap-southeast-5";
|
|
1908
|
+
readonly AP_SOUTHEAST_7: "ap-southeast-7";
|
|
1909
|
+
readonly AP_SOUTH_1: "ap-south-1";
|
|
1910
|
+
readonly AP_SOUTH_2: "ap-south-2";
|
|
1911
|
+
readonly CA_CENTRAL_1: "ca-central-1";
|
|
1912
|
+
readonly CA_WEST_1: "ca-west-1";
|
|
1913
|
+
readonly EU_CENTRAL_1: "eu-central-1";
|
|
1914
|
+
readonly EU_CENTRAL_2: "eu-central-2";
|
|
1915
|
+
readonly EU_NORTH_1: "eu-north-1";
|
|
1916
|
+
readonly EU_SOUTH_1: "eu-south-1";
|
|
1917
|
+
readonly EU_SOUTH_2: "eu-south-2";
|
|
1918
|
+
readonly EU_WEST_1: "eu-west-1";
|
|
1919
|
+
readonly EU_WEST_2: "eu-west-2";
|
|
1920
|
+
readonly EU_WEST_3: "eu-west-3";
|
|
1921
|
+
readonly IL_CENTRAL_1: "il-central-1";
|
|
1922
|
+
readonly ME_CENTRAL_1: "me-central-1";
|
|
1923
|
+
readonly ME_SOUTH_1: "me-south-1";
|
|
1924
|
+
readonly MX_CENTRAL_1: "mx-central-1";
|
|
1925
|
+
readonly SA_EAST_1: "sa-east-1";
|
|
1926
|
+
readonly US_EAST_1: "us-east-1";
|
|
1927
|
+
readonly US_EAST_2: "us-east-2";
|
|
1928
|
+
readonly US_WEST_1: "us-west-1";
|
|
1929
|
+
readonly US_WEST_2: "us-west-2";
|
|
1930
|
+
};
|
|
1931
|
+
/**
|
|
1932
|
+
* @public
|
|
1933
|
+
*/
|
|
1934
|
+
export type CommercialRegion = (typeof CommercialRegion)[keyof typeof CommercialRegion];
|
|
1849
1935
|
/**
|
|
1850
1936
|
* <p> A reference to a table within Athena.</p>
|
|
1851
1937
|
* @public
|
|
1852
1938
|
*/
|
|
1853
1939
|
export interface AthenaTableReference {
|
|
1940
|
+
/**
|
|
1941
|
+
* <p>The Amazon Web Services Region where the Athena table is located. This parameter is required to uniquely identify and access tables across different Regions.</p>
|
|
1942
|
+
* @public
|
|
1943
|
+
*/
|
|
1944
|
+
region?: CommercialRegion | undefined;
|
|
1854
1945
|
/**
|
|
1855
1946
|
* <p> The workgroup of the Athena table reference.</p>
|
|
1856
1947
|
* @public
|
|
@@ -2696,6 +2787,11 @@ export interface CreateCollaborationInput {
|
|
|
2696
2787
|
* @public
|
|
2697
2788
|
*/
|
|
2698
2789
|
autoApprovedChangeRequestTypes?: AutoApprovedChangeType[] | undefined;
|
|
2790
|
+
/**
|
|
2791
|
+
* <p>The Amazon Web Services Regions where collaboration query results can be stored. When specified, results can only be written to these Regions. This parameter enables you to meet your compliance and data governance requirements, and implement regional data governance policies.</p>
|
|
2792
|
+
* @public
|
|
2793
|
+
*/
|
|
2794
|
+
allowedResultRegions?: SupportedS3Region[] | undefined;
|
|
2699
2795
|
}
|
|
2700
2796
|
/**
|
|
2701
2797
|
* @public
|
|
@@ -2796,6 +2892,11 @@ export interface Collaboration {
|
|
|
2796
2892
|
* @public
|
|
2797
2893
|
*/
|
|
2798
2894
|
autoApprovedChangeTypes?: AutoApprovedChangeType[] | undefined;
|
|
2895
|
+
/**
|
|
2896
|
+
* <p>The Amazon Web Services Regions where collaboration query results can be stored. Returns the list of Region identifiers that were specified when the collaboration was created. This list is used to enforce regional storage policies and compliance requirements.</p>
|
|
2897
|
+
* @public
|
|
2898
|
+
*/
|
|
2899
|
+
allowedResultRegions?: SupportedS3Region[] | undefined;
|
|
2799
2900
|
}
|
|
2800
2901
|
/**
|
|
2801
2902
|
* @public
|
|
@@ -5255,6 +5356,11 @@ export interface UpdateConfiguredTableAssociationAnalysisRuleOutput {
|
|
|
5255
5356
|
* @public
|
|
5256
5357
|
*/
|
|
5257
5358
|
export interface GlueTableReference {
|
|
5359
|
+
/**
|
|
5360
|
+
* <p>The Amazon Web Services Region where the Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.</p>
|
|
5361
|
+
* @public
|
|
5362
|
+
*/
|
|
5363
|
+
region?: CommercialRegion | undefined;
|
|
5258
5364
|
/**
|
|
5259
5365
|
* <p>The name of the Glue table.</p>
|
|
5260
5366
|
* @public
|
|
@@ -6676,62 +6782,6 @@ export declare const ResultFormat: {
|
|
|
6676
6782
|
* @public
|
|
6677
6783
|
*/
|
|
6678
6784
|
export type ResultFormat = (typeof ResultFormat)[keyof typeof ResultFormat];
|
|
6679
|
-
/**
|
|
6680
|
-
* <p>Contains the configuration to write the query results to S3.</p>
|
|
6681
|
-
* @public
|
|
6682
|
-
*/
|
|
6683
|
-
export interface ProtectedQueryS3OutputConfiguration {
|
|
6684
|
-
/**
|
|
6685
|
-
* <p>Intended file format of the result.</p>
|
|
6686
|
-
* @public
|
|
6687
|
-
*/
|
|
6688
|
-
resultFormat: ResultFormat | undefined;
|
|
6689
|
-
/**
|
|
6690
|
-
* <p>The S3 bucket to unload the protected query results.</p>
|
|
6691
|
-
* @public
|
|
6692
|
-
*/
|
|
6693
|
-
bucket: string | undefined;
|
|
6694
|
-
/**
|
|
6695
|
-
* <p>The S3 prefix to unload the protected query results.</p>
|
|
6696
|
-
* @public
|
|
6697
|
-
*/
|
|
6698
|
-
keyPrefix?: string | undefined;
|
|
6699
|
-
/**
|
|
6700
|
-
* <p>Indicates whether files should be output as a single file (<code>TRUE</code>) or output as multiple files (<code>FALSE</code>). This parameter is only supported for analyses with the Spark analytics engine.</p>
|
|
6701
|
-
* @public
|
|
6702
|
-
*/
|
|
6703
|
-
singleFileOutput?: boolean | undefined;
|
|
6704
|
-
}
|
|
6705
|
-
/**
|
|
6706
|
-
* <p>Contains configurations for protected query results.</p>
|
|
6707
|
-
* @public
|
|
6708
|
-
*/
|
|
6709
|
-
export type MembershipProtectedQueryOutputConfiguration = MembershipProtectedQueryOutputConfiguration.S3Member | MembershipProtectedQueryOutputConfiguration.$UnknownMember;
|
|
6710
|
-
/**
|
|
6711
|
-
* @public
|
|
6712
|
-
*/
|
|
6713
|
-
export declare namespace MembershipProtectedQueryOutputConfiguration {
|
|
6714
|
-
/**
|
|
6715
|
-
* <p>Contains the configuration to write the query results to S3.</p>
|
|
6716
|
-
* @public
|
|
6717
|
-
*/
|
|
6718
|
-
interface S3Member {
|
|
6719
|
-
s3: ProtectedQueryS3OutputConfiguration;
|
|
6720
|
-
$unknown?: never;
|
|
6721
|
-
}
|
|
6722
|
-
/**
|
|
6723
|
-
* @public
|
|
6724
|
-
*/
|
|
6725
|
-
interface $UnknownMember {
|
|
6726
|
-
s3?: never;
|
|
6727
|
-
$unknown: [string, any];
|
|
6728
|
-
}
|
|
6729
|
-
interface Visitor<T> {
|
|
6730
|
-
s3: (value: ProtectedQueryS3OutputConfiguration) => T;
|
|
6731
|
-
_: (name: string, value: any) => T;
|
|
6732
|
-
}
|
|
6733
|
-
const visit: <T>(value: MembershipProtectedQueryOutputConfiguration, visitor: Visitor<T>) => T;
|
|
6734
|
-
}
|
|
6735
6785
|
/**
|
|
6736
6786
|
* @internal
|
|
6737
6787
|
*/
|
|
@@ -1,4 +1,60 @@
|
|
|
1
|
-
import { AccessBudgetsPrivacyTemplateParametersInput, AccessBudgetsPrivacyTemplateUpdateParameters, AnalysisType, DifferentialPrivacyAggregationType, MemberAbility, MembershipProtectedJobResultConfiguration,
|
|
1
|
+
import { AccessBudgetsPrivacyTemplateParametersInput, AccessBudgetsPrivacyTemplateUpdateParameters, AnalysisType, DifferentialPrivacyAggregationType, MemberAbility, MembershipProtectedJobResultConfiguration, MLMemberAbilities, PrivacyBudget, PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetTemplateParametersOutput, PrivacyBudgetType, ResultFormat } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* <p>Contains the configuration to write the query results to S3.</p>
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface ProtectedQueryS3OutputConfiguration {
|
|
7
|
+
/**
|
|
8
|
+
* <p>Intended file format of the result.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
resultFormat: ResultFormat | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The S3 bucket to unload the protected query results.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
bucket: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The S3 prefix to unload the protected query results.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
keyPrefix?: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>Indicates whether files should be output as a single file (<code>TRUE</code>) or output as multiple files (<code>FALSE</code>). This parameter is only supported for analyses with the Spark analytics engine.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
singleFileOutput?: boolean | undefined;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* <p>Contains configurations for protected query results.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export type MembershipProtectedQueryOutputConfiguration = MembershipProtectedQueryOutputConfiguration.S3Member | MembershipProtectedQueryOutputConfiguration.$UnknownMember;
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export declare namespace MembershipProtectedQueryOutputConfiguration {
|
|
37
|
+
/**
|
|
38
|
+
* <p>Contains the configuration to write the query results to S3.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
interface S3Member {
|
|
42
|
+
s3: ProtectedQueryS3OutputConfiguration;
|
|
43
|
+
$unknown?: never;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
interface $UnknownMember {
|
|
49
|
+
s3?: never;
|
|
50
|
+
$unknown: [string, any];
|
|
51
|
+
}
|
|
52
|
+
interface Visitor<T> {
|
|
53
|
+
s3: (value: ProtectedQueryS3OutputConfiguration) => T;
|
|
54
|
+
_: (name: string, value: any) => T;
|
|
55
|
+
}
|
|
56
|
+
const visit: <T>(value: MembershipProtectedQueryOutputConfiguration, visitor: Visitor<T>) => T;
|
|
57
|
+
}
|
|
2
58
|
/**
|
|
3
59
|
* <p>Contains configurations for protected query results.</p>
|
|
4
60
|
* @public
|