@aws-sdk/client-cleanrooms 3.901.0 → 3.903.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 +84 -8
- 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 +1 -1
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
4
|
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
5
|
-
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "
|
|
5
|
+
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" }];
|
|
6
6
|
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 }] };
|
|
7
7
|
exports.ruleSet = _data;
|
package/dist-cjs/index.js
CHANGED
|
@@ -57,6 +57,7 @@ __export(index_exports, {
|
|
|
57
57
|
CollaborationAnalysisTemplateFilterSensitiveLog: () => CollaborationAnalysisTemplateFilterSensitiveLog,
|
|
58
58
|
CollaborationJobLogStatus: () => CollaborationJobLogStatus,
|
|
59
59
|
CollaborationQueryLogStatus: () => CollaborationQueryLogStatus,
|
|
60
|
+
CommercialRegion: () => CommercialRegion,
|
|
60
61
|
ComputeConfiguration: () => ComputeConfiguration,
|
|
61
62
|
ConfigurationDetails: () => ConfigurationDetails,
|
|
62
63
|
ConfiguredTableAnalysisRulePolicy: () => ConfiguredTableAnalysisRulePolicy,
|
|
@@ -199,6 +200,7 @@ __export(index_exports, {
|
|
|
199
200
|
StartProtectedQueryCommand: () => StartProtectedQueryCommand,
|
|
200
201
|
StartProtectedQueryInputFilterSensitiveLog: () => StartProtectedQueryInputFilterSensitiveLog,
|
|
201
202
|
StartProtectedQueryOutputFilterSensitiveLog: () => StartProtectedQueryOutputFilterSensitiveLog,
|
|
203
|
+
SupportedS3Region: () => SupportedS3Region,
|
|
202
204
|
TableReference: () => TableReference,
|
|
203
205
|
TagResourceCommand: () => TagResourceCommand,
|
|
204
206
|
TargetProtectedJobStatus: () => TargetProtectedJobStatus,
|
|
@@ -467,6 +469,41 @@ var AggregateFunctionName = {
|
|
|
467
469
|
var AggregationType = {
|
|
468
470
|
COUNT_DISTINCT: "COUNT_DISTINCT"
|
|
469
471
|
};
|
|
472
|
+
var SupportedS3Region = {
|
|
473
|
+
AF_SOUTH_1: "af-south-1",
|
|
474
|
+
AP_EAST_1: "ap-east-1",
|
|
475
|
+
AP_EAST_2: "ap-east-2",
|
|
476
|
+
AP_NORTHEAST_1: "ap-northeast-1",
|
|
477
|
+
AP_NORTHEAST_2: "ap-northeast-2",
|
|
478
|
+
AP_NORTHEAST_3: "ap-northeast-3",
|
|
479
|
+
AP_SOUTHEAST_1: "ap-southeast-1",
|
|
480
|
+
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
481
|
+
AP_SOUTHEAST_3: "ap-southeast-3",
|
|
482
|
+
AP_SOUTHEAST_4: "ap-southeast-4",
|
|
483
|
+
AP_SOUTHEAST_5: "ap-southeast-5",
|
|
484
|
+
AP_SOUTHEAST_7: "ap-southeast-7",
|
|
485
|
+
AP_SOUTH_1: "ap-south-1",
|
|
486
|
+
AP_SOUTH_2: "ap-south-2",
|
|
487
|
+
CA_CENTRAL_1: "ca-central-1",
|
|
488
|
+
CA_WEST_1: "ca-west-1",
|
|
489
|
+
EU_CENTRAL_1: "eu-central-1",
|
|
490
|
+
EU_CENTRAL_2: "eu-central-2",
|
|
491
|
+
EU_NORTH_1: "eu-north-1",
|
|
492
|
+
EU_SOUTH_1: "eu-south-1",
|
|
493
|
+
EU_SOUTH_2: "eu-south-2",
|
|
494
|
+
EU_WEST_1: "eu-west-1",
|
|
495
|
+
EU_WEST_2: "eu-west-2",
|
|
496
|
+
EU_WEST_3: "eu-west-3",
|
|
497
|
+
IL_CENTRAL_1: "il-central-1",
|
|
498
|
+
ME_CENTRAL_1: "me-central-1",
|
|
499
|
+
ME_SOUTH_1: "me-south-1",
|
|
500
|
+
MX_CENTRAL_1: "mx-central-1",
|
|
501
|
+
SA_EAST_1: "sa-east-1",
|
|
502
|
+
US_EAST_1: "us-east-1",
|
|
503
|
+
US_EAST_2: "us-east-2",
|
|
504
|
+
US_WEST_1: "us-west-1",
|
|
505
|
+
US_WEST_2: "us-west-2"
|
|
506
|
+
};
|
|
470
507
|
var AnalysisFormat = {
|
|
471
508
|
PYSPARK_1_0: "PYSPARK_1_0",
|
|
472
509
|
SQL: "SQL"
|
|
@@ -814,6 +851,41 @@ var AnalyticsEngine = {
|
|
|
814
851
|
CLEAN_ROOMS_SQL: "CLEAN_ROOMS_SQL",
|
|
815
852
|
SPARK: "SPARK"
|
|
816
853
|
};
|
|
854
|
+
var CommercialRegion = {
|
|
855
|
+
AF_SOUTH_1: "af-south-1",
|
|
856
|
+
AP_EAST_1: "ap-east-1",
|
|
857
|
+
AP_EAST_2: "ap-east-2",
|
|
858
|
+
AP_NORTHEAST_1: "ap-northeast-1",
|
|
859
|
+
AP_NORTHEAST_2: "ap-northeast-2",
|
|
860
|
+
AP_NORTHEAST_3: "ap-northeast-3",
|
|
861
|
+
AP_SOUTHEAST_1: "ap-southeast-1",
|
|
862
|
+
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
863
|
+
AP_SOUTHEAST_3: "ap-southeast-3",
|
|
864
|
+
AP_SOUTHEAST_4: "ap-southeast-4",
|
|
865
|
+
AP_SOUTHEAST_5: "ap-southeast-5",
|
|
866
|
+
AP_SOUTHEAST_7: "ap-southeast-7",
|
|
867
|
+
AP_SOUTH_1: "ap-south-1",
|
|
868
|
+
AP_SOUTH_2: "ap-south-2",
|
|
869
|
+
CA_CENTRAL_1: "ca-central-1",
|
|
870
|
+
CA_WEST_1: "ca-west-1",
|
|
871
|
+
EU_CENTRAL_1: "eu-central-1",
|
|
872
|
+
EU_CENTRAL_2: "eu-central-2",
|
|
873
|
+
EU_NORTH_1: "eu-north-1",
|
|
874
|
+
EU_SOUTH_1: "eu-south-1",
|
|
875
|
+
EU_SOUTH_2: "eu-south-2",
|
|
876
|
+
EU_WEST_1: "eu-west-1",
|
|
877
|
+
EU_WEST_2: "eu-west-2",
|
|
878
|
+
EU_WEST_3: "eu-west-3",
|
|
879
|
+
IL_CENTRAL_1: "il-central-1",
|
|
880
|
+
ME_CENTRAL_1: "me-central-1",
|
|
881
|
+
ME_SOUTH_1: "me-south-1",
|
|
882
|
+
MX_CENTRAL_1: "mx-central-1",
|
|
883
|
+
SA_EAST_1: "sa-east-1",
|
|
884
|
+
US_EAST_1: "us-east-1",
|
|
885
|
+
US_EAST_2: "us-east-2",
|
|
886
|
+
US_WEST_1: "us-west-1",
|
|
887
|
+
US_WEST_2: "us-west-2"
|
|
888
|
+
};
|
|
817
889
|
var AutoApprovedChangeType = {
|
|
818
890
|
ADD_MEMBER: "ADD_MEMBER"
|
|
819
891
|
};
|
|
@@ -992,13 +1064,6 @@ var ResultFormat = {
|
|
|
992
1064
|
CSV: "CSV",
|
|
993
1065
|
PARQUET: "PARQUET"
|
|
994
1066
|
};
|
|
995
|
-
var MembershipProtectedQueryOutputConfiguration;
|
|
996
|
-
((MembershipProtectedQueryOutputConfiguration3) => {
|
|
997
|
-
MembershipProtectedQueryOutputConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
998
|
-
if (value.s3 !== void 0) return visitor.s3(value.s3);
|
|
999
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1000
|
-
}, "visit");
|
|
1001
|
-
})(MembershipProtectedQueryOutputConfiguration || (MembershipProtectedQueryOutputConfiguration = {}));
|
|
1002
1067
|
var AnalysisParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1003
1068
|
...obj
|
|
1004
1069
|
}), "AnalysisParameterFilterSensitiveLog");
|
|
@@ -1135,6 +1200,7 @@ var se_CreateCollaborationCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1135
1200
|
let body;
|
|
1136
1201
|
body = JSON.stringify(
|
|
1137
1202
|
(0, import_smithy_client.take)(input, {
|
|
1203
|
+
allowedResultRegions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "allowedResultRegions"),
|
|
1138
1204
|
analyticsEngine: [],
|
|
1139
1205
|
autoApprovedChangeRequestTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "autoApprovedChangeRequestTypes"),
|
|
1140
1206
|
creatorDisplayName: [],
|
|
@@ -3795,6 +3861,7 @@ var de_BilledResourceUtilization = /* @__PURE__ */ __name((output, context) => {
|
|
|
3795
3861
|
}, "de_BilledResourceUtilization");
|
|
3796
3862
|
var de_Collaboration = /* @__PURE__ */ __name((output, context) => {
|
|
3797
3863
|
return (0, import_smithy_client.take)(output, {
|
|
3864
|
+
allowedResultRegions: import_smithy_client._json,
|
|
3798
3865
|
analyticsEngine: import_smithy_client.expectString,
|
|
3799
3866
|
arn: import_smithy_client.expectString,
|
|
3800
3867
|
autoApprovedChangeTypes: import_smithy_client._json,
|
|
@@ -5206,6 +5273,13 @@ var GetProtectedJobCommand = class extends import_smithy_client.Command.classBui
|
|
|
5206
5273
|
|
|
5207
5274
|
// src/models/models_1.ts
|
|
5208
5275
|
|
|
5276
|
+
var MembershipProtectedQueryOutputConfiguration;
|
|
5277
|
+
((MembershipProtectedQueryOutputConfiguration2) => {
|
|
5278
|
+
MembershipProtectedQueryOutputConfiguration2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5279
|
+
if (value.s3 !== void 0) return visitor.s3(value.s3);
|
|
5280
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5281
|
+
}, "visit");
|
|
5282
|
+
})(MembershipProtectedQueryOutputConfiguration || (MembershipProtectedQueryOutputConfiguration = {}));
|
|
5209
5283
|
var MembershipJobLogStatus = {
|
|
5210
5284
|
DISABLED: "DISABLED",
|
|
5211
5285
|
ENABLED: "ENABLED"
|
|
@@ -6343,6 +6417,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
6343
6417
|
AdditionalAnalyses,
|
|
6344
6418
|
AggregateFunctionName,
|
|
6345
6419
|
AggregationType,
|
|
6420
|
+
SupportedS3Region,
|
|
6346
6421
|
AnalysisFormat,
|
|
6347
6422
|
AnalysisMethod,
|
|
6348
6423
|
ParameterType,
|
|
@@ -6373,6 +6448,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
6373
6448
|
ValidationException,
|
|
6374
6449
|
AnalysisType,
|
|
6375
6450
|
AnalyticsEngine,
|
|
6451
|
+
CommercialRegion,
|
|
6376
6452
|
AutoApprovedChangeType,
|
|
6377
6453
|
SchemaConfiguration,
|
|
6378
6454
|
SchemaStatusReasonCode,
|
|
@@ -6405,7 +6481,6 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
6405
6481
|
JobType,
|
|
6406
6482
|
MembershipProtectedJobOutputConfiguration,
|
|
6407
6483
|
ResultFormat,
|
|
6408
|
-
MembershipProtectedQueryOutputConfiguration,
|
|
6409
6484
|
AnalysisParameterFilterSensitiveLog,
|
|
6410
6485
|
AnalysisSourceFilterSensitiveLog,
|
|
6411
6486
|
AnalysisTemplateFilterSensitiveLog,
|
|
@@ -6416,6 +6491,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
6416
6491
|
CollaborationAnalysisTemplateFilterSensitiveLog,
|
|
6417
6492
|
BatchGetCollaborationAnalysisTemplateOutputFilterSensitiveLog,
|
|
6418
6493
|
GetCollaborationAnalysisTemplateOutputFilterSensitiveLog,
|
|
6494
|
+
MembershipProtectedQueryOutputConfiguration,
|
|
6419
6495
|
MembershipJobLogStatus,
|
|
6420
6496
|
MembershipQueryLogStatus,
|
|
6421
6497
|
MembershipStatus,
|
|
@@ -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
|
|
@@ -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.903.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",
|