@aws-sdk/client-cleanrooms 3.750.0 → 3.770.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -1
- package/dist-cjs/index.js +742 -392
- package/dist-es/CleanRooms.js +8 -0
- package/dist-es/commands/GetProtectedJobCommand.js +22 -0
- package/dist-es/commands/GetProtectedQueryCommand.js +1 -1
- package/dist-es/commands/ListProtectedJobsCommand.js +22 -0
- package/dist-es/commands/StartProtectedJobCommand.js +22 -0
- package/dist-es/commands/UpdateProtectedJobCommand.js +22 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +90 -75
- package/dist-es/models/models_1.js +96 -1
- package/dist-es/pagination/ListProtectedJobsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +176 -0
- package/dist-types/CleanRooms.d.ts +29 -1
- package/dist-types/CleanRoomsClient.d.ts +7 -3
- package/dist-types/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +30 -1
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +98 -0
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +4 -1
- package/dist-types/commands/CreateAnalysisTemplateCommand.d.ts +53 -2
- package/dist-types/commands/CreateCollaborationCommand.d.ts +10 -2
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +3 -0
- package/dist-types/commands/CreateConfiguredTableCommand.d.ts +8 -2
- package/dist-types/commands/CreateMembershipCommand.d.ts +29 -3
- package/dist-types/commands/GetAnalysisTemplateCommand.d.ts +30 -1
- package/dist-types/commands/GetCollaborationAnalysisTemplateCommand.d.ts +30 -1
- package/dist-types/commands/GetCollaborationCommand.d.ts +1 -0
- package/dist-types/commands/GetConfiguredTableCommand.d.ts +4 -1
- package/dist-types/commands/GetMembershipCommand.d.ts +15 -2
- package/dist-types/commands/GetProtectedJobCommand.d.ts +130 -0
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +1 -1
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +98 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +4 -1
- package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +3 -0
- package/dist-types/commands/ListConfiguredTablesCommand.d.ts +4 -1
- package/dist-types/commands/ListMembersCommand.d.ts +4 -1
- package/dist-types/commands/ListMembershipsCommand.d.ts +5 -2
- package/dist-types/commands/ListPrivacyBudgetsCommand.d.ts +1 -1
- package/dist-types/commands/ListProtectedJobsCommand.d.ts +110 -0
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +1 -2
- package/dist-types/commands/ListSchemasCommand.d.ts +4 -1
- package/dist-types/commands/StartProtectedJobCommand.d.ts +142 -0
- package/dist-types/commands/UpdateAnalysisTemplateCommand.d.ts +30 -1
- package/dist-types/commands/UpdateCollaborationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +8 -1
- package/dist-types/commands/UpdateMembershipCommand.d.ts +26 -3
- package/dist-types/commands/UpdateProtectedJobCommand.d.ts +133 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +3468 -3339
- package/dist-types/models/models_1.d.ts +1129 -1
- package/dist-types/pagination/ListProtectedJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +68 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPrivacyBudgetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProtectedJobsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListProtectedQueriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartProtectedJobCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateProtectedJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +328 -272
- package/dist-types/ts3.4/models/models_1.d.ts +401 -6
- package/dist-types/ts3.4/pagination/ListProtectedJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
- package/package.json +12 -12
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AccessDeniedExceptionReason: () => AccessDeniedExceptionReason,
|
|
26
26
|
AdditionalAnalyses: () => AdditionalAnalyses,
|
|
@@ -34,6 +34,7 @@ __export(src_exports, {
|
|
|
34
34
|
AnalysisRuleType: () => AnalysisRuleType,
|
|
35
35
|
AnalysisSource: () => AnalysisSource,
|
|
36
36
|
AnalysisSourceFilterSensitiveLog: () => AnalysisSourceFilterSensitiveLog,
|
|
37
|
+
AnalysisSourceMetadata: () => AnalysisSourceMetadata,
|
|
37
38
|
AnalysisTemplateFilterSensitiveLog: () => AnalysisTemplateFilterSensitiveLog,
|
|
38
39
|
AnalysisTemplateValidationStatus: () => AnalysisTemplateValidationStatus,
|
|
39
40
|
AnalysisTemplateValidationType: () => AnalysisTemplateValidationType,
|
|
@@ -47,6 +48,7 @@ __export(src_exports, {
|
|
|
47
48
|
CleanRoomsClient: () => CleanRoomsClient,
|
|
48
49
|
CleanRoomsServiceException: () => CleanRoomsServiceException,
|
|
49
50
|
CollaborationAnalysisTemplateFilterSensitiveLog: () => CollaborationAnalysisTemplateFilterSensitiveLog,
|
|
51
|
+
CollaborationJobLogStatus: () => CollaborationJobLogStatus,
|
|
50
52
|
CollaborationQueryLogStatus: () => CollaborationQueryLogStatus,
|
|
51
53
|
ComputeConfiguration: () => ComputeConfiguration,
|
|
52
54
|
ConfigurationDetails: () => ConfigurationDetails,
|
|
@@ -58,6 +60,8 @@ __export(src_exports, {
|
|
|
58
60
|
ConfiguredTableAssociationAnalysisRuleType: () => ConfiguredTableAssociationAnalysisRuleType,
|
|
59
61
|
ConflictException: () => ConflictException,
|
|
60
62
|
ConflictExceptionReason: () => ConflictExceptionReason,
|
|
63
|
+
ConsolidatedPolicy: () => ConsolidatedPolicy,
|
|
64
|
+
ConsolidatedPolicyV1: () => ConsolidatedPolicyV1,
|
|
61
65
|
CreateAnalysisTemplateCommand: () => CreateAnalysisTemplateCommand,
|
|
62
66
|
CreateAnalysisTemplateInputFilterSensitiveLog: () => CreateAnalysisTemplateInputFilterSensitiveLog,
|
|
63
67
|
CreateAnalysisTemplateOutputFilterSensitiveLog: () => CreateAnalysisTemplateOutputFilterSensitiveLog,
|
|
@@ -103,6 +107,7 @@ __export(src_exports, {
|
|
|
103
107
|
GetIdNamespaceAssociationCommand: () => GetIdNamespaceAssociationCommand,
|
|
104
108
|
GetMembershipCommand: () => GetMembershipCommand,
|
|
105
109
|
GetPrivacyBudgetTemplateCommand: () => GetPrivacyBudgetTemplateCommand,
|
|
110
|
+
GetProtectedJobCommand: () => GetProtectedJobCommand,
|
|
106
111
|
GetProtectedQueryCommand: () => GetProtectedQueryCommand,
|
|
107
112
|
GetProtectedQueryOutputFilterSensitiveLog: () => GetProtectedQueryOutputFilterSensitiveLog,
|
|
108
113
|
GetSchemaAnalysisRuleCommand: () => GetSchemaAnalysisRuleCommand,
|
|
@@ -127,11 +132,14 @@ __export(src_exports, {
|
|
|
127
132
|
ListMembershipsCommand: () => ListMembershipsCommand,
|
|
128
133
|
ListPrivacyBudgetTemplatesCommand: () => ListPrivacyBudgetTemplatesCommand,
|
|
129
134
|
ListPrivacyBudgetsCommand: () => ListPrivacyBudgetsCommand,
|
|
135
|
+
ListProtectedJobsCommand: () => ListProtectedJobsCommand,
|
|
130
136
|
ListProtectedQueriesCommand: () => ListProtectedQueriesCommand,
|
|
131
137
|
ListSchemasCommand: () => ListSchemasCommand,
|
|
132
138
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
133
139
|
MemberAbility: () => MemberAbility,
|
|
134
140
|
MemberStatus: () => MemberStatus,
|
|
141
|
+
MembershipJobLogStatus: () => MembershipJobLogStatus,
|
|
142
|
+
MembershipProtectedJobOutputConfiguration: () => MembershipProtectedJobOutputConfiguration,
|
|
135
143
|
MembershipProtectedQueryOutputConfiguration: () => MembershipProtectedQueryOutputConfiguration,
|
|
136
144
|
MembershipQueryLogStatus: () => MembershipQueryLogStatus,
|
|
137
145
|
MembershipStatus: () => MembershipStatus,
|
|
@@ -146,6 +154,13 @@ __export(src_exports, {
|
|
|
146
154
|
PrivacyBudgetTemplateUpdateParameters: () => PrivacyBudgetTemplateUpdateParameters,
|
|
147
155
|
PrivacyBudgetType: () => PrivacyBudgetType,
|
|
148
156
|
PrivacyImpact: () => PrivacyImpact,
|
|
157
|
+
ProtectedJobAnalysisType: () => ProtectedJobAnalysisType,
|
|
158
|
+
ProtectedJobConfigurationDetails: () => ProtectedJobConfigurationDetails,
|
|
159
|
+
ProtectedJobOutput: () => ProtectedJobOutput,
|
|
160
|
+
ProtectedJobOutputConfigurationInput: () => ProtectedJobOutputConfigurationInput,
|
|
161
|
+
ProtectedJobOutputConfigurationOutput: () => ProtectedJobOutputConfigurationOutput,
|
|
162
|
+
ProtectedJobStatus: () => ProtectedJobStatus,
|
|
163
|
+
ProtectedJobType: () => ProtectedJobType,
|
|
149
164
|
ProtectedQueryFilterSensitiveLog: () => ProtectedQueryFilterSensitiveLog,
|
|
150
165
|
ProtectedQueryOutput: () => ProtectedQueryOutput,
|
|
151
166
|
ProtectedQueryOutputConfiguration: () => ProtectedQueryOutputConfiguration,
|
|
@@ -162,13 +177,16 @@ __export(src_exports, {
|
|
|
162
177
|
SchemaStatusReasonCode: () => SchemaStatusReasonCode,
|
|
163
178
|
SchemaType: () => SchemaType,
|
|
164
179
|
SchemaTypeProperties: () => SchemaTypeProperties,
|
|
180
|
+
SelectedAnalysisMethod: () => SelectedAnalysisMethod,
|
|
165
181
|
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
166
182
|
SnowflakeTableSchema: () => SnowflakeTableSchema,
|
|
183
|
+
StartProtectedJobCommand: () => StartProtectedJobCommand,
|
|
167
184
|
StartProtectedQueryCommand: () => StartProtectedQueryCommand,
|
|
168
185
|
StartProtectedQueryInputFilterSensitiveLog: () => StartProtectedQueryInputFilterSensitiveLog,
|
|
169
186
|
StartProtectedQueryOutputFilterSensitiveLog: () => StartProtectedQueryOutputFilterSensitiveLog,
|
|
170
187
|
TableReference: () => TableReference,
|
|
171
188
|
TagResourceCommand: () => TagResourceCommand,
|
|
189
|
+
TargetProtectedJobStatus: () => TargetProtectedJobStatus,
|
|
172
190
|
TargetProtectedQueryStatus: () => TargetProtectedQueryStatus,
|
|
173
191
|
ThrottlingException: () => ThrottlingException,
|
|
174
192
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
@@ -184,6 +202,7 @@ __export(src_exports, {
|
|
|
184
202
|
UpdateIdNamespaceAssociationCommand: () => UpdateIdNamespaceAssociationCommand,
|
|
185
203
|
UpdateMembershipCommand: () => UpdateMembershipCommand,
|
|
186
204
|
UpdatePrivacyBudgetTemplateCommand: () => UpdatePrivacyBudgetTemplateCommand,
|
|
205
|
+
UpdateProtectedJobCommand: () => UpdateProtectedJobCommand,
|
|
187
206
|
UpdateProtectedQueryCommand: () => UpdateProtectedQueryCommand,
|
|
188
207
|
UpdateProtectedQueryOutputFilterSensitiveLog: () => UpdateProtectedQueryOutputFilterSensitiveLog,
|
|
189
208
|
ValidationException: () => ValidationException,
|
|
@@ -206,10 +225,11 @@ __export(src_exports, {
|
|
|
206
225
|
paginateListMemberships: () => paginateListMemberships,
|
|
207
226
|
paginateListPrivacyBudgetTemplates: () => paginateListPrivacyBudgetTemplates,
|
|
208
227
|
paginateListPrivacyBudgets: () => paginateListPrivacyBudgets,
|
|
228
|
+
paginateListProtectedJobs: () => paginateListProtectedJobs,
|
|
209
229
|
paginateListProtectedQueries: () => paginateListProtectedQueries,
|
|
210
230
|
paginateListSchemas: () => paginateListSchemas
|
|
211
231
|
});
|
|
212
|
-
module.exports = __toCommonJS(
|
|
232
|
+
module.exports = __toCommonJS(index_exports);
|
|
213
233
|
|
|
214
234
|
// src/CleanRoomsClient.ts
|
|
215
235
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -336,9 +356,9 @@ var CleanRoomsClient = class extends import_smithy_client.Client {
|
|
|
336
356
|
this.middlewareStack.use(
|
|
337
357
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
338
358
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultCleanRoomsHttpAuthSchemeParametersProvider,
|
|
339
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
359
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
340
360
|
"aws.auth#sigv4": config.credentials
|
|
341
|
-
})
|
|
361
|
+
}), "identityProviderConfigProvider")
|
|
342
362
|
})
|
|
343
363
|
);
|
|
344
364
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -423,10 +443,13 @@ var AggregationType = {
|
|
|
423
443
|
COUNT_DISTINCT: "COUNT_DISTINCT"
|
|
424
444
|
};
|
|
425
445
|
var AnalysisFormat = {
|
|
446
|
+
PYSPARK_1_0: "PYSPARK_1_0",
|
|
426
447
|
SQL: "SQL"
|
|
427
448
|
};
|
|
428
449
|
var AnalysisMethod = {
|
|
429
|
-
|
|
450
|
+
DIRECT_JOB: "DIRECT_JOB",
|
|
451
|
+
DIRECT_QUERY: "DIRECT_QUERY",
|
|
452
|
+
MULTIPLE: "MULTIPLE"
|
|
430
453
|
};
|
|
431
454
|
var ParameterType = {
|
|
432
455
|
BIGINT: "BIGINT",
|
|
@@ -458,6 +481,22 @@ var ParameterType = {
|
|
|
458
481
|
VARBYTE: "VARBYTE",
|
|
459
482
|
VARCHAR: "VARCHAR"
|
|
460
483
|
};
|
|
484
|
+
var ConfiguredTableAssociationAnalysisRulePolicyV1;
|
|
485
|
+
((ConfiguredTableAssociationAnalysisRulePolicyV13) => {
|
|
486
|
+
ConfiguredTableAssociationAnalysisRulePolicyV13.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
487
|
+
if (value.list !== void 0) return visitor.list(value.list);
|
|
488
|
+
if (value.aggregation !== void 0) return visitor.aggregation(value.aggregation);
|
|
489
|
+
if (value.custom !== void 0) return visitor.custom(value.custom);
|
|
490
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
491
|
+
}, "visit");
|
|
492
|
+
})(ConfiguredTableAssociationAnalysisRulePolicyV1 || (ConfiguredTableAssociationAnalysisRulePolicyV1 = {}));
|
|
493
|
+
var ConfiguredTableAssociationAnalysisRulePolicy;
|
|
494
|
+
((ConfiguredTableAssociationAnalysisRulePolicy3) => {
|
|
495
|
+
ConfiguredTableAssociationAnalysisRulePolicy3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
496
|
+
if (value.v1 !== void 0) return visitor.v1(value.v1);
|
|
497
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
498
|
+
}, "visit");
|
|
499
|
+
})(ConfiguredTableAssociationAnalysisRulePolicy || (ConfiguredTableAssociationAnalysisRulePolicy = {}));
|
|
461
500
|
var JoinOperator = {
|
|
462
501
|
AND: "AND",
|
|
463
502
|
OR: "OR"
|
|
@@ -491,33 +530,43 @@ var ScalarFunctions = {
|
|
|
491
530
|
TRUNC: "TRUNC",
|
|
492
531
|
UPPER: "UPPER"
|
|
493
532
|
};
|
|
533
|
+
var ConsolidatedPolicyV1;
|
|
534
|
+
((ConsolidatedPolicyV12) => {
|
|
535
|
+
ConsolidatedPolicyV12.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
536
|
+
if (value.list !== void 0) return visitor.list(value.list);
|
|
537
|
+
if (value.aggregation !== void 0) return visitor.aggregation(value.aggregation);
|
|
538
|
+
if (value.custom !== void 0) return visitor.custom(value.custom);
|
|
539
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
540
|
+
}, "visit");
|
|
541
|
+
})(ConsolidatedPolicyV1 || (ConsolidatedPolicyV1 = {}));
|
|
542
|
+
var ConsolidatedPolicy;
|
|
543
|
+
((ConsolidatedPolicy2) => {
|
|
544
|
+
ConsolidatedPolicy2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
545
|
+
if (value.v1 !== void 0) return visitor.v1(value.v1);
|
|
546
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
547
|
+
}, "visit");
|
|
548
|
+
})(ConsolidatedPolicy || (ConsolidatedPolicy = {}));
|
|
494
549
|
var QueryConstraint;
|
|
495
550
|
((QueryConstraint2) => {
|
|
496
551
|
QueryConstraint2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
497
|
-
if (value.requireOverlap !== void 0)
|
|
498
|
-
return visitor.requireOverlap(value.requireOverlap);
|
|
552
|
+
if (value.requireOverlap !== void 0) return visitor.requireOverlap(value.requireOverlap);
|
|
499
553
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
500
554
|
}, "visit");
|
|
501
555
|
})(QueryConstraint || (QueryConstraint = {}));
|
|
502
556
|
var AnalysisRulePolicyV1;
|
|
503
557
|
((AnalysisRulePolicyV12) => {
|
|
504
558
|
AnalysisRulePolicyV12.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
505
|
-
if (value.list !== void 0)
|
|
506
|
-
|
|
507
|
-
if (value.
|
|
508
|
-
|
|
509
|
-
if (value.custom !== void 0)
|
|
510
|
-
return visitor.custom(value.custom);
|
|
511
|
-
if (value.idMappingTable !== void 0)
|
|
512
|
-
return visitor.idMappingTable(value.idMappingTable);
|
|
559
|
+
if (value.list !== void 0) return visitor.list(value.list);
|
|
560
|
+
if (value.aggregation !== void 0) return visitor.aggregation(value.aggregation);
|
|
561
|
+
if (value.custom !== void 0) return visitor.custom(value.custom);
|
|
562
|
+
if (value.idMappingTable !== void 0) return visitor.idMappingTable(value.idMappingTable);
|
|
513
563
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
514
564
|
}, "visit");
|
|
515
565
|
})(AnalysisRulePolicyV1 || (AnalysisRulePolicyV1 = {}));
|
|
516
566
|
var AnalysisRulePolicy;
|
|
517
567
|
((AnalysisRulePolicy2) => {
|
|
518
568
|
AnalysisRulePolicy2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
519
|
-
if (value.v1 !== void 0)
|
|
520
|
-
return visitor.v1(value.v1);
|
|
569
|
+
if (value.v1 !== void 0) return visitor.v1(value.v1);
|
|
521
570
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
522
571
|
}, "visit");
|
|
523
572
|
})(AnalysisRulePolicy || (AnalysisRulePolicy = {}));
|
|
@@ -530,11 +579,18 @@ var AnalysisRuleType = {
|
|
|
530
579
|
var AnalysisSource;
|
|
531
580
|
((AnalysisSource3) => {
|
|
532
581
|
AnalysisSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
533
|
-
if (value.text !== void 0)
|
|
534
|
-
|
|
582
|
+
if (value.text !== void 0) return visitor.text(value.text);
|
|
583
|
+
if (value.artifacts !== void 0) return visitor.artifacts(value.artifacts);
|
|
535
584
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
536
585
|
}, "visit");
|
|
537
586
|
})(AnalysisSource || (AnalysisSource = {}));
|
|
587
|
+
var AnalysisSourceMetadata;
|
|
588
|
+
((AnalysisSourceMetadata2) => {
|
|
589
|
+
AnalysisSourceMetadata2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
590
|
+
if (value.artifacts !== void 0) return visitor.artifacts(value.artifacts);
|
|
591
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
592
|
+
}, "visit");
|
|
593
|
+
})(AnalysisSourceMetadata || (AnalysisSourceMetadata = {}));
|
|
538
594
|
var AnalysisTemplateValidationStatus = {
|
|
539
595
|
INVALID: "INVALID",
|
|
540
596
|
UNABLE_TO_VALIDATE: "UNABLE_TO_VALIDATE",
|
|
@@ -757,23 +813,31 @@ var IdNamespaceType = {
|
|
|
757
813
|
var SchemaTypeProperties;
|
|
758
814
|
((SchemaTypeProperties2) => {
|
|
759
815
|
SchemaTypeProperties2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
760
|
-
if (value.idMappingTable !== void 0)
|
|
761
|
-
return visitor.idMappingTable(value.idMappingTable);
|
|
816
|
+
if (value.idMappingTable !== void 0) return visitor.idMappingTable(value.idMappingTable);
|
|
762
817
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
763
818
|
}, "visit");
|
|
764
819
|
})(SchemaTypeProperties || (SchemaTypeProperties = {}));
|
|
820
|
+
var SelectedAnalysisMethod = {
|
|
821
|
+
DIRECT_JOB: "DIRECT_JOB",
|
|
822
|
+
DIRECT_QUERY: "DIRECT_QUERY"
|
|
823
|
+
};
|
|
765
824
|
var SchemaType = {
|
|
766
825
|
ID_MAPPING_TABLE: "ID_MAPPING_TABLE",
|
|
767
826
|
TABLE: "TABLE"
|
|
768
827
|
};
|
|
769
828
|
var MemberAbility = {
|
|
770
829
|
CAN_QUERY: "CAN_QUERY",
|
|
771
|
-
CAN_RECEIVE_RESULTS: "CAN_RECEIVE_RESULTS"
|
|
830
|
+
CAN_RECEIVE_RESULTS: "CAN_RECEIVE_RESULTS",
|
|
831
|
+
CAN_RUN_JOB: "CAN_RUN_JOB"
|
|
772
832
|
};
|
|
773
833
|
var CustomMLMemberAbility = {
|
|
774
834
|
CAN_RECEIVE_INFERENCE_OUTPUT: "CAN_RECEIVE_INFERENCE_OUTPUT",
|
|
775
835
|
CAN_RECEIVE_MODEL_OUTPUT: "CAN_RECEIVE_MODEL_OUTPUT"
|
|
776
836
|
};
|
|
837
|
+
var CollaborationJobLogStatus = {
|
|
838
|
+
DISABLED: "DISABLED",
|
|
839
|
+
ENABLED: "ENABLED"
|
|
840
|
+
};
|
|
777
841
|
var CollaborationQueryLogStatus = {
|
|
778
842
|
DISABLED: "DISABLED",
|
|
779
843
|
ENABLED: "ENABLED"
|
|
@@ -789,10 +853,9 @@ var PrivacyBudgetTemplateAutoRefresh = {
|
|
|
789
853
|
NONE: "NONE"
|
|
790
854
|
};
|
|
791
855
|
var PrivacyBudgetTemplateParametersOutput;
|
|
792
|
-
((
|
|
793
|
-
|
|
794
|
-
if (value.differentialPrivacy !== void 0)
|
|
795
|
-
return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
856
|
+
((PrivacyBudgetTemplateParametersOutput2) => {
|
|
857
|
+
PrivacyBudgetTemplateParametersOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
858
|
+
if (value.differentialPrivacy !== void 0) return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
796
859
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
797
860
|
}, "visit");
|
|
798
861
|
})(PrivacyBudgetTemplateParametersOutput || (PrivacyBudgetTemplateParametersOutput = {}));
|
|
@@ -809,8 +872,7 @@ var DifferentialPrivacyAggregationType = {
|
|
|
809
872
|
var PrivacyBudget;
|
|
810
873
|
((PrivacyBudget2) => {
|
|
811
874
|
PrivacyBudget2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
812
|
-
if (value.differentialPrivacy !== void 0)
|
|
813
|
-
return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
875
|
+
if (value.differentialPrivacy !== void 0) return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
814
876
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
815
877
|
}, "visit");
|
|
816
878
|
})(PrivacyBudget || (PrivacyBudget = {}));
|
|
@@ -823,43 +885,19 @@ var ConfiguredTableAssociationAnalysisRuleType = {
|
|
|
823
885
|
CUSTOM: "CUSTOM",
|
|
824
886
|
LIST: "LIST"
|
|
825
887
|
};
|
|
826
|
-
var ConfiguredTableAssociationAnalysisRulePolicyV1;
|
|
827
|
-
((ConfiguredTableAssociationAnalysisRulePolicyV13) => {
|
|
828
|
-
ConfiguredTableAssociationAnalysisRulePolicyV13.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
829
|
-
if (value.list !== void 0)
|
|
830
|
-
return visitor.list(value.list);
|
|
831
|
-
if (value.aggregation !== void 0)
|
|
832
|
-
return visitor.aggregation(value.aggregation);
|
|
833
|
-
if (value.custom !== void 0)
|
|
834
|
-
return visitor.custom(value.custom);
|
|
835
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
836
|
-
}, "visit");
|
|
837
|
-
})(ConfiguredTableAssociationAnalysisRulePolicyV1 || (ConfiguredTableAssociationAnalysisRulePolicyV1 = {}));
|
|
838
|
-
var ConfiguredTableAssociationAnalysisRulePolicy;
|
|
839
|
-
((ConfiguredTableAssociationAnalysisRulePolicy3) => {
|
|
840
|
-
ConfiguredTableAssociationAnalysisRulePolicy3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
841
|
-
if (value.v1 !== void 0)
|
|
842
|
-
return visitor.v1(value.v1);
|
|
843
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
844
|
-
}, "visit");
|
|
845
|
-
})(ConfiguredTableAssociationAnalysisRulePolicy || (ConfiguredTableAssociationAnalysisRulePolicy = {}));
|
|
846
888
|
var SnowflakeTableSchema;
|
|
847
889
|
((SnowflakeTableSchema3) => {
|
|
848
890
|
SnowflakeTableSchema3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
849
|
-
if (value.v1 !== void 0)
|
|
850
|
-
return visitor.v1(value.v1);
|
|
891
|
+
if (value.v1 !== void 0) return visitor.v1(value.v1);
|
|
851
892
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
852
893
|
}, "visit");
|
|
853
894
|
})(SnowflakeTableSchema || (SnowflakeTableSchema = {}));
|
|
854
895
|
var TableReference;
|
|
855
896
|
((TableReference3) => {
|
|
856
897
|
TableReference3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
857
|
-
if (value.glue !== void 0)
|
|
858
|
-
|
|
859
|
-
if (value.
|
|
860
|
-
return visitor.snowflake(value.snowflake);
|
|
861
|
-
if (value.athena !== void 0)
|
|
862
|
-
return visitor.athena(value.athena);
|
|
898
|
+
if (value.glue !== void 0) return visitor.glue(value.glue);
|
|
899
|
+
if (value.snowflake !== void 0) return visitor.snowflake(value.snowflake);
|
|
900
|
+
if (value.athena !== void 0) return visitor.athena(value.athena);
|
|
863
901
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
864
902
|
}, "visit");
|
|
865
903
|
})(TableReference || (TableReference = {}));
|
|
@@ -871,23 +909,26 @@ var ConfiguredTableAnalysisRuleType = {
|
|
|
871
909
|
var ConfiguredTableAnalysisRulePolicyV1;
|
|
872
910
|
((ConfiguredTableAnalysisRulePolicyV13) => {
|
|
873
911
|
ConfiguredTableAnalysisRulePolicyV13.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
874
|
-
if (value.list !== void 0)
|
|
875
|
-
|
|
876
|
-
if (value.
|
|
877
|
-
return visitor.aggregation(value.aggregation);
|
|
878
|
-
if (value.custom !== void 0)
|
|
879
|
-
return visitor.custom(value.custom);
|
|
912
|
+
if (value.list !== void 0) return visitor.list(value.list);
|
|
913
|
+
if (value.aggregation !== void 0) return visitor.aggregation(value.aggregation);
|
|
914
|
+
if (value.custom !== void 0) return visitor.custom(value.custom);
|
|
880
915
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
881
916
|
}, "visit");
|
|
882
917
|
})(ConfiguredTableAnalysisRulePolicyV1 || (ConfiguredTableAnalysisRulePolicyV1 = {}));
|
|
883
918
|
var ConfiguredTableAnalysisRulePolicy;
|
|
884
919
|
((ConfiguredTableAnalysisRulePolicy3) => {
|
|
885
920
|
ConfiguredTableAnalysisRulePolicy3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
886
|
-
if (value.v1 !== void 0)
|
|
887
|
-
return visitor.v1(value.v1);
|
|
921
|
+
if (value.v1 !== void 0) return visitor.v1(value.v1);
|
|
888
922
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
889
923
|
}, "visit");
|
|
890
924
|
})(ConfiguredTableAnalysisRulePolicy || (ConfiguredTableAnalysisRulePolicy = {}));
|
|
925
|
+
var MembershipProtectedJobOutputConfiguration;
|
|
926
|
+
((MembershipProtectedJobOutputConfiguration3) => {
|
|
927
|
+
MembershipProtectedJobOutputConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
928
|
+
if (value.s3 !== void 0) return visitor.s3(value.s3);
|
|
929
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
930
|
+
}, "visit");
|
|
931
|
+
})(MembershipProtectedJobOutputConfiguration || (MembershipProtectedJobOutputConfiguration = {}));
|
|
891
932
|
var ResultFormat = {
|
|
892
933
|
CSV: "CSV",
|
|
893
934
|
PARQUET: "PARQUET"
|
|
@@ -895,11 +936,14 @@ var ResultFormat = {
|
|
|
895
936
|
var MembershipProtectedQueryOutputConfiguration;
|
|
896
937
|
((MembershipProtectedQueryOutputConfiguration3) => {
|
|
897
938
|
MembershipProtectedQueryOutputConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
898
|
-
if (value.s3 !== void 0)
|
|
899
|
-
return visitor.s3(value.s3);
|
|
939
|
+
if (value.s3 !== void 0) return visitor.s3(value.s3);
|
|
900
940
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
901
941
|
}, "visit");
|
|
902
942
|
})(MembershipProtectedQueryOutputConfiguration || (MembershipProtectedQueryOutputConfiguration = {}));
|
|
943
|
+
var MembershipJobLogStatus = {
|
|
944
|
+
DISABLED: "DISABLED",
|
|
945
|
+
ENABLED: "ENABLED"
|
|
946
|
+
};
|
|
903
947
|
var MembershipQueryLogStatus = {
|
|
904
948
|
DISABLED: "DISABLED",
|
|
905
949
|
ENABLED: "ENABLED"
|
|
@@ -909,72 +953,39 @@ var MembershipStatus = {
|
|
|
909
953
|
COLLABORATION_DELETED: "COLLABORATION_DELETED",
|
|
910
954
|
REMOVED: "REMOVED"
|
|
911
955
|
};
|
|
912
|
-
var
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
((ComputeConfiguration4) => {
|
|
918
|
-
ComputeConfiguration4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
919
|
-
if (value.worker !== void 0)
|
|
920
|
-
return visitor.worker(value.worker);
|
|
956
|
+
var ProtectedJobOutput;
|
|
957
|
+
((ProtectedJobOutput2) => {
|
|
958
|
+
ProtectedJobOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
959
|
+
if (value.s3 !== void 0) return visitor.s3(value.s3);
|
|
960
|
+
if (value.memberList !== void 0) return visitor.memberList(value.memberList);
|
|
921
961
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
922
962
|
}, "visit");
|
|
923
|
-
})(
|
|
924
|
-
var
|
|
925
|
-
((
|
|
926
|
-
|
|
927
|
-
if (value.s3 !== void 0)
|
|
928
|
-
|
|
929
|
-
if (value.memberList !== void 0)
|
|
930
|
-
return visitor.memberList(value.memberList);
|
|
931
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
932
|
-
}, "visit");
|
|
933
|
-
})(ProtectedQueryOutput || (ProtectedQueryOutput = {}));
|
|
934
|
-
var ProtectedQueryOutputConfiguration;
|
|
935
|
-
((ProtectedQueryOutputConfiguration3) => {
|
|
936
|
-
ProtectedQueryOutputConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
937
|
-
if (value.s3 !== void 0)
|
|
938
|
-
return visitor.s3(value.s3);
|
|
939
|
-
if (value.member !== void 0)
|
|
940
|
-
return visitor.member(value.member);
|
|
963
|
+
})(ProtectedJobOutput || (ProtectedJobOutput = {}));
|
|
964
|
+
var ProtectedJobOutputConfigurationOutput;
|
|
965
|
+
((ProtectedJobOutputConfigurationOutput2) => {
|
|
966
|
+
ProtectedJobOutputConfigurationOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
967
|
+
if (value.s3 !== void 0) return visitor.s3(value.s3);
|
|
968
|
+
if (value.member !== void 0) return visitor.member(value.member);
|
|
941
969
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
942
970
|
}, "visit");
|
|
943
|
-
})(
|
|
944
|
-
var ProtectedQueryStatus = {
|
|
945
|
-
CANCELLED: "CANCELLED",
|
|
946
|
-
CANCELLING: "CANCELLING",
|
|
947
|
-
FAILED: "FAILED",
|
|
948
|
-
STARTED: "STARTED",
|
|
949
|
-
SUBMITTED: "SUBMITTED",
|
|
950
|
-
SUCCESS: "SUCCESS",
|
|
951
|
-
TIMED_OUT: "TIMED_OUT"
|
|
952
|
-
};
|
|
953
|
-
var ConfigurationDetails;
|
|
954
|
-
((ConfigurationDetails3) => {
|
|
955
|
-
ConfigurationDetails3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
956
|
-
if (value.directAnalysisConfigurationDetails !== void 0)
|
|
957
|
-
return visitor.directAnalysisConfigurationDetails(value.directAnalysisConfigurationDetails);
|
|
958
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
959
|
-
}, "visit");
|
|
960
|
-
})(ConfigurationDetails || (ConfigurationDetails = {}));
|
|
971
|
+
})(ProtectedJobOutputConfigurationOutput || (ProtectedJobOutputConfigurationOutput = {}));
|
|
961
972
|
var AnalysisParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
962
973
|
...obj
|
|
963
974
|
}), "AnalysisParameterFilterSensitiveLog");
|
|
964
975
|
var AnalysisSourceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
965
|
-
if (obj.text !== void 0)
|
|
966
|
-
|
|
967
|
-
if (obj.$unknown !== void 0)
|
|
968
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
976
|
+
if (obj.text !== void 0) return { text: import_smithy_client.SENSITIVE_STRING };
|
|
977
|
+
if (obj.artifacts !== void 0) return { artifacts: obj.artifacts };
|
|
978
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
969
979
|
}, "AnalysisSourceFilterSensitiveLog");
|
|
970
980
|
var AnalysisTemplateFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
971
981
|
...obj,
|
|
972
|
-
...obj.source && { source:
|
|
982
|
+
...obj.source && { source: AnalysisSourceFilterSensitiveLog(obj.source) },
|
|
983
|
+
...obj.sourceMetadata && { sourceMetadata: obj.sourceMetadata },
|
|
973
984
|
...obj.analysisParameters && { analysisParameters: import_smithy_client.SENSITIVE_STRING }
|
|
974
985
|
}), "AnalysisTemplateFilterSensitiveLog");
|
|
975
986
|
var CreateAnalysisTemplateInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
976
987
|
...obj,
|
|
977
|
-
...obj.source && { source:
|
|
988
|
+
...obj.source && { source: AnalysisSourceFilterSensitiveLog(obj.source) },
|
|
978
989
|
...obj.analysisParameters && { analysisParameters: import_smithy_client.SENSITIVE_STRING }
|
|
979
990
|
}), "CreateAnalysisTemplateInputFilterSensitiveLog");
|
|
980
991
|
var CreateAnalysisTemplateOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
@@ -991,7 +1002,8 @@ var UpdateAnalysisTemplateOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj
|
|
|
991
1002
|
}), "UpdateAnalysisTemplateOutputFilterSensitiveLog");
|
|
992
1003
|
var CollaborationAnalysisTemplateFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
993
1004
|
...obj,
|
|
994
|
-
...obj.source && { source:
|
|
1005
|
+
...obj.source && { source: AnalysisSourceFilterSensitiveLog(obj.source) },
|
|
1006
|
+
...obj.sourceMetadata && { sourceMetadata: obj.sourceMetadata },
|
|
995
1007
|
...obj.analysisParameters && { analysisParameters: import_smithy_client.SENSITIVE_STRING }
|
|
996
1008
|
}), "CollaborationAnalysisTemplateFilterSensitiveLog");
|
|
997
1009
|
var BatchGetCollaborationAnalysisTemplateOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
@@ -1008,20 +1020,6 @@ var GetCollaborationAnalysisTemplateOutputFilterSensitiveLog = /* @__PURE__ */ _
|
|
|
1008
1020
|
collaborationAnalysisTemplate: CollaborationAnalysisTemplateFilterSensitiveLog(obj.collaborationAnalysisTemplate)
|
|
1009
1021
|
}
|
|
1010
1022
|
}), "GetCollaborationAnalysisTemplateOutputFilterSensitiveLog");
|
|
1011
|
-
var ProtectedQuerySQLParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1012
|
-
...obj
|
|
1013
|
-
}), "ProtectedQuerySQLParametersFilterSensitiveLog");
|
|
1014
|
-
var ProtectedQueryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1015
|
-
...obj,
|
|
1016
|
-
...obj.sqlParameters && { sqlParameters: import_smithy_client.SENSITIVE_STRING },
|
|
1017
|
-
...obj.resultConfiguration && { resultConfiguration: obj.resultConfiguration },
|
|
1018
|
-
...obj.result && { result: obj.result },
|
|
1019
|
-
...obj.computeConfiguration && { computeConfiguration: obj.computeConfiguration }
|
|
1020
|
-
}), "ProtectedQueryFilterSensitiveLog");
|
|
1021
|
-
var GetProtectedQueryOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1022
|
-
...obj,
|
|
1023
|
-
...obj.protectedQuery && { protectedQuery: ProtectedQueryFilterSensitiveLog(obj.protectedQuery) }
|
|
1024
|
-
}), "GetProtectedQueryOutputFilterSensitiveLog");
|
|
1025
1023
|
|
|
1026
1024
|
// src/protocols/Aws_restJson1.ts
|
|
1027
1025
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1037,7 +1035,7 @@ var se_BatchGetCollaborationAnalysisTemplateCommand = /* @__PURE__ */ __name(asy
|
|
|
1037
1035
|
let body;
|
|
1038
1036
|
body = JSON.stringify(
|
|
1039
1037
|
(0, import_smithy_client.take)(input, {
|
|
1040
|
-
analysisTemplateArns: (_) => (0, import_smithy_client._json)(_)
|
|
1038
|
+
analysisTemplateArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "analysisTemplateArns")
|
|
1041
1039
|
})
|
|
1042
1040
|
);
|
|
1043
1041
|
b.m("POST").h(headers).b(body);
|
|
@@ -1053,7 +1051,7 @@ var se_BatchGetSchemaCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1053
1051
|
let body;
|
|
1054
1052
|
body = JSON.stringify(
|
|
1055
1053
|
(0, import_smithy_client.take)(input, {
|
|
1056
|
-
names: (_) => (0, import_smithy_client._json)(_)
|
|
1054
|
+
names: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "names")
|
|
1057
1055
|
})
|
|
1058
1056
|
);
|
|
1059
1057
|
b.m("POST").h(headers).b(body);
|
|
@@ -1069,7 +1067,7 @@ var se_BatchGetSchemaAnalysisRuleCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1069
1067
|
let body;
|
|
1070
1068
|
body = JSON.stringify(
|
|
1071
1069
|
(0, import_smithy_client.take)(input, {
|
|
1072
|
-
schemaAnalysisRuleRequests: (_) => (0, import_smithy_client._json)(_)
|
|
1070
|
+
schemaAnalysisRuleRequests: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schemaAnalysisRuleRequests")
|
|
1073
1071
|
})
|
|
1074
1072
|
);
|
|
1075
1073
|
b.m("POST").h(headers).b(body);
|
|
@@ -1085,12 +1083,13 @@ var se_CreateAnalysisTemplateCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1085
1083
|
let body;
|
|
1086
1084
|
body = JSON.stringify(
|
|
1087
1085
|
(0, import_smithy_client.take)(input, {
|
|
1088
|
-
analysisParameters: (_) => (0, import_smithy_client._json)(_),
|
|
1086
|
+
analysisParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "analysisParameters"),
|
|
1089
1087
|
description: [],
|
|
1090
1088
|
format: [],
|
|
1091
1089
|
name: [],
|
|
1092
|
-
|
|
1093
|
-
|
|
1090
|
+
schema: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schema"),
|
|
1091
|
+
source: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "source"),
|
|
1092
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1094
1093
|
})
|
|
1095
1094
|
);
|
|
1096
1095
|
b.m("POST").h(headers).b(body);
|
|
@@ -1107,15 +1106,16 @@ var se_CreateCollaborationCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1107
1106
|
(0, import_smithy_client.take)(input, {
|
|
1108
1107
|
analyticsEngine: [],
|
|
1109
1108
|
creatorDisplayName: [],
|
|
1110
|
-
creatorMLMemberAbilities: (_) => (0, import_smithy_client._json)(_),
|
|
1111
|
-
creatorMemberAbilities: (_) => (0, import_smithy_client._json)(_),
|
|
1112
|
-
creatorPaymentConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1113
|
-
dataEncryptionMetadata: (_) => (0, import_smithy_client._json)(_),
|
|
1109
|
+
creatorMLMemberAbilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "creatorMLMemberAbilities"),
|
|
1110
|
+
creatorMemberAbilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "creatorMemberAbilities"),
|
|
1111
|
+
creatorPaymentConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "creatorPaymentConfiguration"),
|
|
1112
|
+
dataEncryptionMetadata: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dataEncryptionMetadata"),
|
|
1114
1113
|
description: [],
|
|
1115
|
-
|
|
1114
|
+
jobLogStatus: [],
|
|
1115
|
+
members: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "members"),
|
|
1116
1116
|
name: [],
|
|
1117
1117
|
queryLogStatus: [],
|
|
1118
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1118
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1119
1119
|
})
|
|
1120
1120
|
);
|
|
1121
1121
|
b.m("POST").h(headers).b(body);
|
|
@@ -1135,7 +1135,7 @@ var se_CreateConfiguredAudienceModelAssociationCommand = /* @__PURE__ */ __name(
|
|
|
1135
1135
|
configuredAudienceModelAssociationName: [],
|
|
1136
1136
|
description: [],
|
|
1137
1137
|
manageResourcePolicies: [],
|
|
1138
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1138
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1139
1139
|
})
|
|
1140
1140
|
);
|
|
1141
1141
|
b.m("POST").h(headers).b(body);
|
|
@@ -1150,12 +1150,13 @@ var se_CreateConfiguredTableCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1150
1150
|
let body;
|
|
1151
1151
|
body = JSON.stringify(
|
|
1152
1152
|
(0, import_smithy_client.take)(input, {
|
|
1153
|
-
allowedColumns: (_) => (0, import_smithy_client._json)(_),
|
|
1153
|
+
allowedColumns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "allowedColumns"),
|
|
1154
1154
|
analysisMethod: [],
|
|
1155
1155
|
description: [],
|
|
1156
1156
|
name: [],
|
|
1157
|
-
|
|
1158
|
-
|
|
1157
|
+
selectedAnalysisMethods: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "selectedAnalysisMethods"),
|
|
1158
|
+
tableReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tableReference"),
|
|
1159
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1159
1160
|
})
|
|
1160
1161
|
);
|
|
1161
1162
|
b.m("POST").h(headers).b(body);
|
|
@@ -1171,7 +1172,7 @@ var se_CreateConfiguredTableAnalysisRuleCommand = /* @__PURE__ */ __name(async (
|
|
|
1171
1172
|
let body;
|
|
1172
1173
|
body = JSON.stringify(
|
|
1173
1174
|
(0, import_smithy_client.take)(input, {
|
|
1174
|
-
analysisRulePolicy: (_) => (0, import_smithy_client._json)(_),
|
|
1175
|
+
analysisRulePolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "analysisRulePolicy"),
|
|
1175
1176
|
analysisRuleType: []
|
|
1176
1177
|
})
|
|
1177
1178
|
);
|
|
@@ -1192,7 +1193,7 @@ var se_CreateConfiguredTableAssociationCommand = /* @__PURE__ */ __name(async (i
|
|
|
1192
1193
|
description: [],
|
|
1193
1194
|
name: [],
|
|
1194
1195
|
roleArn: [],
|
|
1195
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1196
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1196
1197
|
})
|
|
1197
1198
|
);
|
|
1198
1199
|
b.m("POST").h(headers).b(body);
|
|
@@ -1216,7 +1217,7 @@ var se_CreateConfiguredTableAssociationAnalysisRuleCommand = /* @__PURE__ */ __n
|
|
|
1216
1217
|
let body;
|
|
1217
1218
|
body = JSON.stringify(
|
|
1218
1219
|
(0, import_smithy_client.take)(input, {
|
|
1219
|
-
analysisRulePolicy: (_) => (0, import_smithy_client._json)(_),
|
|
1220
|
+
analysisRulePolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "analysisRulePolicy"),
|
|
1220
1221
|
analysisRuleType: []
|
|
1221
1222
|
})
|
|
1222
1223
|
);
|
|
@@ -1234,10 +1235,10 @@ var se_CreateIdMappingTableCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1234
1235
|
body = JSON.stringify(
|
|
1235
1236
|
(0, import_smithy_client.take)(input, {
|
|
1236
1237
|
description: [],
|
|
1237
|
-
inputReferenceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1238
|
+
inputReferenceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputReferenceConfig"),
|
|
1238
1239
|
kmsKeyArn: [],
|
|
1239
1240
|
name: [],
|
|
1240
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1241
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1241
1242
|
})
|
|
1242
1243
|
);
|
|
1243
1244
|
b.m("POST").h(headers).b(body);
|
|
@@ -1254,10 +1255,10 @@ var se_CreateIdNamespaceAssociationCommand = /* @__PURE__ */ __name(async (input
|
|
|
1254
1255
|
body = JSON.stringify(
|
|
1255
1256
|
(0, import_smithy_client.take)(input, {
|
|
1256
1257
|
description: [],
|
|
1257
|
-
idMappingConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1258
|
-
inputReferenceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1258
|
+
idMappingConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "idMappingConfig"),
|
|
1259
|
+
inputReferenceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputReferenceConfig"),
|
|
1259
1260
|
name: [],
|
|
1260
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1261
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1261
1262
|
})
|
|
1262
1263
|
);
|
|
1263
1264
|
b.m("POST").h(headers).b(body);
|
|
@@ -1273,10 +1274,12 @@ var se_CreateMembershipCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1273
1274
|
body = JSON.stringify(
|
|
1274
1275
|
(0, import_smithy_client.take)(input, {
|
|
1275
1276
|
collaborationIdentifier: [],
|
|
1276
|
-
|
|
1277
|
-
|
|
1277
|
+
defaultJobResultConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "defaultJobResultConfiguration"),
|
|
1278
|
+
defaultResultConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "defaultResultConfiguration"),
|
|
1279
|
+
jobLogStatus: [],
|
|
1280
|
+
paymentConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "paymentConfiguration"),
|
|
1278
1281
|
queryLogStatus: [],
|
|
1279
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1282
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1280
1283
|
})
|
|
1281
1284
|
);
|
|
1282
1285
|
b.m("POST").h(headers).b(body);
|
|
@@ -1293,9 +1296,9 @@ var se_CreatePrivacyBudgetTemplateCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1293
1296
|
body = JSON.stringify(
|
|
1294
1297
|
(0, import_smithy_client.take)(input, {
|
|
1295
1298
|
autoRefresh: [],
|
|
1296
|
-
parameters: (_) => (0, import_smithy_client._json)(_),
|
|
1299
|
+
parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "parameters"),
|
|
1297
1300
|
privacyBudgetType: [],
|
|
1298
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1301
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1299
1302
|
})
|
|
1300
1303
|
);
|
|
1301
1304
|
b.m("POST").h(headers).b(body);
|
|
@@ -1642,6 +1645,16 @@ var se_GetPrivacyBudgetTemplateCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1642
1645
|
b.m("GET").h(headers).b(body);
|
|
1643
1646
|
return b.build();
|
|
1644
1647
|
}, "se_GetPrivacyBudgetTemplateCommand");
|
|
1648
|
+
var se_GetProtectedJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1649
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1650
|
+
const headers = {};
|
|
1651
|
+
b.bp("/memberships/{membershipIdentifier}/protectedJobs/{protectedJobIdentifier}");
|
|
1652
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1653
|
+
b.p("protectedJobIdentifier", () => input.protectedJobIdentifier, "{protectedJobIdentifier}", false);
|
|
1654
|
+
let body;
|
|
1655
|
+
b.m("GET").h(headers).b(body);
|
|
1656
|
+
return b.build();
|
|
1657
|
+
}, "se_GetProtectedJobCommand");
|
|
1645
1658
|
var se_GetProtectedQueryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1646
1659
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1647
1660
|
const headers = {};
|
|
@@ -1882,6 +1895,20 @@ var se_ListPrivacyBudgetTemplatesCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1882
1895
|
b.m("GET").h(headers).q(query).b(body);
|
|
1883
1896
|
return b.build();
|
|
1884
1897
|
}, "se_ListPrivacyBudgetTemplatesCommand");
|
|
1898
|
+
var se_ListProtectedJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1899
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1900
|
+
const headers = {};
|
|
1901
|
+
b.bp("/memberships/{membershipIdentifier}/protectedJobs");
|
|
1902
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1903
|
+
const query = (0, import_smithy_client.map)({
|
|
1904
|
+
[_s]: [, input[_s]],
|
|
1905
|
+
[_nT]: [, input[_nT]],
|
|
1906
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1907
|
+
});
|
|
1908
|
+
let body;
|
|
1909
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1910
|
+
return b.build();
|
|
1911
|
+
}, "se_ListProtectedJobsCommand");
|
|
1885
1912
|
var se_ListProtectedQueriesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1886
1913
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1887
1914
|
const headers = {};
|
|
@@ -1939,12 +1966,30 @@ var se_PreviewPrivacyImpactCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1939
1966
|
let body;
|
|
1940
1967
|
body = JSON.stringify(
|
|
1941
1968
|
(0, import_smithy_client.take)(input, {
|
|
1942
|
-
parameters: (_) => (0, import_smithy_client._json)(_)
|
|
1969
|
+
parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "parameters")
|
|
1943
1970
|
})
|
|
1944
1971
|
);
|
|
1945
1972
|
b.m("POST").h(headers).b(body);
|
|
1946
1973
|
return b.build();
|
|
1947
1974
|
}, "se_PreviewPrivacyImpactCommand");
|
|
1975
|
+
var se_StartProtectedJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1976
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1977
|
+
const headers = {
|
|
1978
|
+
"content-type": "application/json"
|
|
1979
|
+
};
|
|
1980
|
+
b.bp("/memberships/{membershipIdentifier}/protectedJobs");
|
|
1981
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1982
|
+
let body;
|
|
1983
|
+
body = JSON.stringify(
|
|
1984
|
+
(0, import_smithy_client.take)(input, {
|
|
1985
|
+
jobParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobParameters"),
|
|
1986
|
+
resultConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resultConfiguration"),
|
|
1987
|
+
type: []
|
|
1988
|
+
})
|
|
1989
|
+
);
|
|
1990
|
+
b.m("POST").h(headers).b(body);
|
|
1991
|
+
return b.build();
|
|
1992
|
+
}, "se_StartProtectedJobCommand");
|
|
1948
1993
|
var se_StartProtectedQueryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1949
1994
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1950
1995
|
const headers = {
|
|
@@ -1955,9 +2000,9 @@ var se_StartProtectedQueryCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1955
2000
|
let body;
|
|
1956
2001
|
body = JSON.stringify(
|
|
1957
2002
|
(0, import_smithy_client.take)(input, {
|
|
1958
|
-
computeConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1959
|
-
resultConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1960
|
-
sqlParameters: (_) => (0, import_smithy_client._json)(_),
|
|
2003
|
+
computeConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "computeConfiguration"),
|
|
2004
|
+
resultConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resultConfiguration"),
|
|
2005
|
+
sqlParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sqlParameters"),
|
|
1961
2006
|
type: []
|
|
1962
2007
|
})
|
|
1963
2008
|
);
|
|
@@ -1974,7 +2019,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1974
2019
|
let body;
|
|
1975
2020
|
body = JSON.stringify(
|
|
1976
2021
|
(0, import_smithy_client.take)(input, {
|
|
1977
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2022
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1978
2023
|
})
|
|
1979
2024
|
);
|
|
1980
2025
|
b.m("POST").h(headers).b(body);
|
|
@@ -2061,8 +2106,10 @@ var se_UpdateConfiguredTableCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2061
2106
|
let body;
|
|
2062
2107
|
body = JSON.stringify(
|
|
2063
2108
|
(0, import_smithy_client.take)(input, {
|
|
2109
|
+
analysisMethod: [],
|
|
2064
2110
|
description: [],
|
|
2065
|
-
name: []
|
|
2111
|
+
name: [],
|
|
2112
|
+
selectedAnalysisMethods: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "selectedAnalysisMethods")
|
|
2066
2113
|
})
|
|
2067
2114
|
);
|
|
2068
2115
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2079,7 +2126,7 @@ var se_UpdateConfiguredTableAnalysisRuleCommand = /* @__PURE__ */ __name(async (
|
|
|
2079
2126
|
let body;
|
|
2080
2127
|
body = JSON.stringify(
|
|
2081
2128
|
(0, import_smithy_client.take)(input, {
|
|
2082
|
-
analysisRulePolicy: (_) => (0, import_smithy_client._json)(_)
|
|
2129
|
+
analysisRulePolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "analysisRulePolicy")
|
|
2083
2130
|
})
|
|
2084
2131
|
);
|
|
2085
2132
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2127,7 +2174,7 @@ var se_UpdateConfiguredTableAssociationAnalysisRuleCommand = /* @__PURE__ */ __n
|
|
|
2127
2174
|
let body;
|
|
2128
2175
|
body = JSON.stringify(
|
|
2129
2176
|
(0, import_smithy_client.take)(input, {
|
|
2130
|
-
analysisRulePolicy: (_) => (0, import_smithy_client._json)(_)
|
|
2177
|
+
analysisRulePolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "analysisRulePolicy")
|
|
2131
2178
|
})
|
|
2132
2179
|
);
|
|
2133
2180
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2168,7 +2215,7 @@ var se_UpdateIdNamespaceAssociationCommand = /* @__PURE__ */ __name(async (input
|
|
|
2168
2215
|
body = JSON.stringify(
|
|
2169
2216
|
(0, import_smithy_client.take)(input, {
|
|
2170
2217
|
description: [],
|
|
2171
|
-
idMappingConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2218
|
+
idMappingConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "idMappingConfig"),
|
|
2172
2219
|
name: []
|
|
2173
2220
|
})
|
|
2174
2221
|
);
|
|
@@ -2185,7 +2232,9 @@ var se_UpdateMembershipCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2185
2232
|
let body;
|
|
2186
2233
|
body = JSON.stringify(
|
|
2187
2234
|
(0, import_smithy_client.take)(input, {
|
|
2188
|
-
|
|
2235
|
+
defaultJobResultConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "defaultJobResultConfiguration"),
|
|
2236
|
+
defaultResultConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "defaultResultConfiguration"),
|
|
2237
|
+
jobLogStatus: [],
|
|
2189
2238
|
queryLogStatus: []
|
|
2190
2239
|
})
|
|
2191
2240
|
);
|
|
@@ -2208,13 +2257,30 @@ var se_UpdatePrivacyBudgetTemplateCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2208
2257
|
let body;
|
|
2209
2258
|
body = JSON.stringify(
|
|
2210
2259
|
(0, import_smithy_client.take)(input, {
|
|
2211
|
-
parameters: (_) => (0, import_smithy_client._json)(_),
|
|
2260
|
+
parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "parameters"),
|
|
2212
2261
|
privacyBudgetType: []
|
|
2213
2262
|
})
|
|
2214
2263
|
);
|
|
2215
2264
|
b.m("PATCH").h(headers).b(body);
|
|
2216
2265
|
return b.build();
|
|
2217
2266
|
}, "se_UpdatePrivacyBudgetTemplateCommand");
|
|
2267
|
+
var se_UpdateProtectedJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2268
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2269
|
+
const headers = {
|
|
2270
|
+
"content-type": "application/json"
|
|
2271
|
+
};
|
|
2272
|
+
b.bp("/memberships/{membershipIdentifier}/protectedJobs/{protectedJobIdentifier}");
|
|
2273
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
2274
|
+
b.p("protectedJobIdentifier", () => input.protectedJobIdentifier, "{protectedJobIdentifier}", false);
|
|
2275
|
+
let body;
|
|
2276
|
+
body = JSON.stringify(
|
|
2277
|
+
(0, import_smithy_client.take)(input, {
|
|
2278
|
+
targetStatus: []
|
|
2279
|
+
})
|
|
2280
|
+
);
|
|
2281
|
+
b.m("PATCH").h(headers).b(body);
|
|
2282
|
+
return b.build();
|
|
2283
|
+
}, "se_UpdateProtectedJobCommand");
|
|
2218
2284
|
var se_UpdateProtectedQueryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2219
2285
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2220
2286
|
const headers = {
|
|
@@ -2241,7 +2307,7 @@ var de_BatchGetCollaborationAnalysisTemplateCommand = /* @__PURE__ */ __name(asy
|
|
|
2241
2307
|
});
|
|
2242
2308
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2243
2309
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2244
|
-
collaborationAnalysisTemplates: (_) => de_CollaborationAnalysisTemplateList(_, context),
|
|
2310
|
+
collaborationAnalysisTemplates: /* @__PURE__ */ __name((_) => de_CollaborationAnalysisTemplateList(_, context), "collaborationAnalysisTemplates"),
|
|
2245
2311
|
errors: import_smithy_client._json
|
|
2246
2312
|
});
|
|
2247
2313
|
Object.assign(contents, doc);
|
|
@@ -2257,7 +2323,7 @@ var de_BatchGetSchemaCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2257
2323
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2258
2324
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2259
2325
|
errors: import_smithy_client._json,
|
|
2260
|
-
schemas: (_) => de_SchemaList(_, context)
|
|
2326
|
+
schemas: /* @__PURE__ */ __name((_) => de_SchemaList(_, context), "schemas")
|
|
2261
2327
|
});
|
|
2262
2328
|
Object.assign(contents, doc);
|
|
2263
2329
|
return contents;
|
|
@@ -2271,7 +2337,7 @@ var de_BatchGetSchemaAnalysisRuleCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2271
2337
|
});
|
|
2272
2338
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2273
2339
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2274
|
-
analysisRules: (_) => de_SchemaAnalysisRuleList(_, context),
|
|
2340
|
+
analysisRules: /* @__PURE__ */ __name((_) => de_SchemaAnalysisRuleList(_, context), "analysisRules"),
|
|
2275
2341
|
errors: import_smithy_client._json
|
|
2276
2342
|
});
|
|
2277
2343
|
Object.assign(contents, doc);
|
|
@@ -2286,7 +2352,7 @@ var de_CreateAnalysisTemplateCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2286
2352
|
});
|
|
2287
2353
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2288
2354
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2289
|
-
analysisTemplate: (_) => de_AnalysisTemplate(_, context)
|
|
2355
|
+
analysisTemplate: /* @__PURE__ */ __name((_) => de_AnalysisTemplate(_, context), "analysisTemplate")
|
|
2290
2356
|
});
|
|
2291
2357
|
Object.assign(contents, doc);
|
|
2292
2358
|
return contents;
|
|
@@ -2300,7 +2366,7 @@ var de_CreateCollaborationCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2300
2366
|
});
|
|
2301
2367
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2302
2368
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2303
|
-
collaboration: (_) => de_Collaboration(_, context)
|
|
2369
|
+
collaboration: /* @__PURE__ */ __name((_) => de_Collaboration(_, context), "collaboration")
|
|
2304
2370
|
});
|
|
2305
2371
|
Object.assign(contents, doc);
|
|
2306
2372
|
return contents;
|
|
@@ -2314,7 +2380,7 @@ var de_CreateConfiguredAudienceModelAssociationCommand = /* @__PURE__ */ __name(
|
|
|
2314
2380
|
});
|
|
2315
2381
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2316
2382
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2317
|
-
configuredAudienceModelAssociation: (_) => de_ConfiguredAudienceModelAssociation(_, context)
|
|
2383
|
+
configuredAudienceModelAssociation: /* @__PURE__ */ __name((_) => de_ConfiguredAudienceModelAssociation(_, context), "configuredAudienceModelAssociation")
|
|
2318
2384
|
});
|
|
2319
2385
|
Object.assign(contents, doc);
|
|
2320
2386
|
return contents;
|
|
@@ -2328,7 +2394,7 @@ var de_CreateConfiguredTableCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2328
2394
|
});
|
|
2329
2395
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2330
2396
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2331
|
-
configuredTable: (_) => de_ConfiguredTable(_, context)
|
|
2397
|
+
configuredTable: /* @__PURE__ */ __name((_) => de_ConfiguredTable(_, context), "configuredTable")
|
|
2332
2398
|
});
|
|
2333
2399
|
Object.assign(contents, doc);
|
|
2334
2400
|
return contents;
|
|
@@ -2342,7 +2408,7 @@ var de_CreateConfiguredTableAnalysisRuleCommand = /* @__PURE__ */ __name(async (
|
|
|
2342
2408
|
});
|
|
2343
2409
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2344
2410
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2345
|
-
analysisRule: (_) => de_ConfiguredTableAnalysisRule(_, context)
|
|
2411
|
+
analysisRule: /* @__PURE__ */ __name((_) => de_ConfiguredTableAnalysisRule(_, context), "analysisRule")
|
|
2346
2412
|
});
|
|
2347
2413
|
Object.assign(contents, doc);
|
|
2348
2414
|
return contents;
|
|
@@ -2356,7 +2422,7 @@ var de_CreateConfiguredTableAssociationCommand = /* @__PURE__ */ __name(async (o
|
|
|
2356
2422
|
});
|
|
2357
2423
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2358
2424
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2359
|
-
configuredTableAssociation: (_) => de_ConfiguredTableAssociation(_, context)
|
|
2425
|
+
configuredTableAssociation: /* @__PURE__ */ __name((_) => de_ConfiguredTableAssociation(_, context), "configuredTableAssociation")
|
|
2360
2426
|
});
|
|
2361
2427
|
Object.assign(contents, doc);
|
|
2362
2428
|
return contents;
|
|
@@ -2370,7 +2436,7 @@ var de_CreateConfiguredTableAssociationAnalysisRuleCommand = /* @__PURE__ */ __n
|
|
|
2370
2436
|
});
|
|
2371
2437
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2372
2438
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2373
|
-
analysisRule: (_) => de_ConfiguredTableAssociationAnalysisRule(_, context)
|
|
2439
|
+
analysisRule: /* @__PURE__ */ __name((_) => de_ConfiguredTableAssociationAnalysisRule(_, context), "analysisRule")
|
|
2374
2440
|
});
|
|
2375
2441
|
Object.assign(contents, doc);
|
|
2376
2442
|
return contents;
|
|
@@ -2384,7 +2450,7 @@ var de_CreateIdMappingTableCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2384
2450
|
});
|
|
2385
2451
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2386
2452
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2387
|
-
idMappingTable: (_) => de_IdMappingTable(_, context)
|
|
2453
|
+
idMappingTable: /* @__PURE__ */ __name((_) => de_IdMappingTable(_, context), "idMappingTable")
|
|
2388
2454
|
});
|
|
2389
2455
|
Object.assign(contents, doc);
|
|
2390
2456
|
return contents;
|
|
@@ -2398,7 +2464,7 @@ var de_CreateIdNamespaceAssociationCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
2398
2464
|
});
|
|
2399
2465
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2400
2466
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2401
|
-
idNamespaceAssociation: (_) => de_IdNamespaceAssociation(_, context)
|
|
2467
|
+
idNamespaceAssociation: /* @__PURE__ */ __name((_) => de_IdNamespaceAssociation(_, context), "idNamespaceAssociation")
|
|
2402
2468
|
});
|
|
2403
2469
|
Object.assign(contents, doc);
|
|
2404
2470
|
return contents;
|
|
@@ -2412,7 +2478,7 @@ var de_CreateMembershipCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2412
2478
|
});
|
|
2413
2479
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2414
2480
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2415
|
-
membership: (_) => de_Membership(_, context)
|
|
2481
|
+
membership: /* @__PURE__ */ __name((_) => de_Membership(_, context), "membership")
|
|
2416
2482
|
});
|
|
2417
2483
|
Object.assign(contents, doc);
|
|
2418
2484
|
return contents;
|
|
@@ -2426,7 +2492,7 @@ var de_CreatePrivacyBudgetTemplateCommand = /* @__PURE__ */ __name(async (output
|
|
|
2426
2492
|
});
|
|
2427
2493
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2428
2494
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2429
|
-
privacyBudgetTemplate: (_) => de_PrivacyBudgetTemplate(_, context)
|
|
2495
|
+
privacyBudgetTemplate: /* @__PURE__ */ __name((_) => de_PrivacyBudgetTemplate(_, context), "privacyBudgetTemplate")
|
|
2430
2496
|
});
|
|
2431
2497
|
Object.assign(contents, doc);
|
|
2432
2498
|
return contents;
|
|
@@ -2560,7 +2626,7 @@ var de_GetAnalysisTemplateCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2560
2626
|
});
|
|
2561
2627
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2562
2628
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2563
|
-
analysisTemplate: (_) => de_AnalysisTemplate(_, context)
|
|
2629
|
+
analysisTemplate: /* @__PURE__ */ __name((_) => de_AnalysisTemplate(_, context), "analysisTemplate")
|
|
2564
2630
|
});
|
|
2565
2631
|
Object.assign(contents, doc);
|
|
2566
2632
|
return contents;
|
|
@@ -2574,7 +2640,7 @@ var de_GetCollaborationCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2574
2640
|
});
|
|
2575
2641
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2576
2642
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2577
|
-
collaboration: (_) => de_Collaboration(_, context)
|
|
2643
|
+
collaboration: /* @__PURE__ */ __name((_) => de_Collaboration(_, context), "collaboration")
|
|
2578
2644
|
});
|
|
2579
2645
|
Object.assign(contents, doc);
|
|
2580
2646
|
return contents;
|
|
@@ -2588,7 +2654,7 @@ var de_GetCollaborationAnalysisTemplateCommand = /* @__PURE__ */ __name(async (o
|
|
|
2588
2654
|
});
|
|
2589
2655
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2590
2656
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2591
|
-
collaborationAnalysisTemplate: (_) => de_CollaborationAnalysisTemplate(_, context)
|
|
2657
|
+
collaborationAnalysisTemplate: /* @__PURE__ */ __name((_) => de_CollaborationAnalysisTemplate(_, context), "collaborationAnalysisTemplate")
|
|
2592
2658
|
});
|
|
2593
2659
|
Object.assign(contents, doc);
|
|
2594
2660
|
return contents;
|
|
@@ -2602,7 +2668,7 @@ var de_GetCollaborationConfiguredAudienceModelAssociationCommand = /* @__PURE__
|
|
|
2602
2668
|
});
|
|
2603
2669
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2604
2670
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2605
|
-
collaborationConfiguredAudienceModelAssociation: (_) => de_CollaborationConfiguredAudienceModelAssociation(_, context)
|
|
2671
|
+
collaborationConfiguredAudienceModelAssociation: /* @__PURE__ */ __name((_) => de_CollaborationConfiguredAudienceModelAssociation(_, context), "collaborationConfiguredAudienceModelAssociation")
|
|
2606
2672
|
});
|
|
2607
2673
|
Object.assign(contents, doc);
|
|
2608
2674
|
return contents;
|
|
@@ -2616,7 +2682,7 @@ var de_GetCollaborationIdNamespaceAssociationCommand = /* @__PURE__ */ __name(as
|
|
|
2616
2682
|
});
|
|
2617
2683
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2618
2684
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2619
|
-
collaborationIdNamespaceAssociation: (_) => de_CollaborationIdNamespaceAssociation(_, context)
|
|
2685
|
+
collaborationIdNamespaceAssociation: /* @__PURE__ */ __name((_) => de_CollaborationIdNamespaceAssociation(_, context), "collaborationIdNamespaceAssociation")
|
|
2620
2686
|
});
|
|
2621
2687
|
Object.assign(contents, doc);
|
|
2622
2688
|
return contents;
|
|
@@ -2630,7 +2696,7 @@ var de_GetCollaborationPrivacyBudgetTemplateCommand = /* @__PURE__ */ __name(asy
|
|
|
2630
2696
|
});
|
|
2631
2697
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2632
2698
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2633
|
-
collaborationPrivacyBudgetTemplate: (_) => de_CollaborationPrivacyBudgetTemplate(_, context)
|
|
2699
|
+
collaborationPrivacyBudgetTemplate: /* @__PURE__ */ __name((_) => de_CollaborationPrivacyBudgetTemplate(_, context), "collaborationPrivacyBudgetTemplate")
|
|
2634
2700
|
});
|
|
2635
2701
|
Object.assign(contents, doc);
|
|
2636
2702
|
return contents;
|
|
@@ -2644,7 +2710,7 @@ var de_GetConfiguredAudienceModelAssociationCommand = /* @__PURE__ */ __name(asy
|
|
|
2644
2710
|
});
|
|
2645
2711
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2646
2712
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2647
|
-
configuredAudienceModelAssociation: (_) => de_ConfiguredAudienceModelAssociation(_, context)
|
|
2713
|
+
configuredAudienceModelAssociation: /* @__PURE__ */ __name((_) => de_ConfiguredAudienceModelAssociation(_, context), "configuredAudienceModelAssociation")
|
|
2648
2714
|
});
|
|
2649
2715
|
Object.assign(contents, doc);
|
|
2650
2716
|
return contents;
|
|
@@ -2658,7 +2724,7 @@ var de_GetConfiguredTableCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2658
2724
|
});
|
|
2659
2725
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2660
2726
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2661
|
-
configuredTable: (_) => de_ConfiguredTable(_, context)
|
|
2727
|
+
configuredTable: /* @__PURE__ */ __name((_) => de_ConfiguredTable(_, context), "configuredTable")
|
|
2662
2728
|
});
|
|
2663
2729
|
Object.assign(contents, doc);
|
|
2664
2730
|
return contents;
|
|
@@ -2672,7 +2738,7 @@ var de_GetConfiguredTableAnalysisRuleCommand = /* @__PURE__ */ __name(async (out
|
|
|
2672
2738
|
});
|
|
2673
2739
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2674
2740
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2675
|
-
analysisRule: (_) => de_ConfiguredTableAnalysisRule(_, context)
|
|
2741
|
+
analysisRule: /* @__PURE__ */ __name((_) => de_ConfiguredTableAnalysisRule(_, context), "analysisRule")
|
|
2676
2742
|
});
|
|
2677
2743
|
Object.assign(contents, doc);
|
|
2678
2744
|
return contents;
|
|
@@ -2686,7 +2752,7 @@ var de_GetConfiguredTableAssociationCommand = /* @__PURE__ */ __name(async (outp
|
|
|
2686
2752
|
});
|
|
2687
2753
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2688
2754
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2689
|
-
configuredTableAssociation: (_) => de_ConfiguredTableAssociation(_, context)
|
|
2755
|
+
configuredTableAssociation: /* @__PURE__ */ __name((_) => de_ConfiguredTableAssociation(_, context), "configuredTableAssociation")
|
|
2690
2756
|
});
|
|
2691
2757
|
Object.assign(contents, doc);
|
|
2692
2758
|
return contents;
|
|
@@ -2700,7 +2766,7 @@ var de_GetConfiguredTableAssociationAnalysisRuleCommand = /* @__PURE__ */ __name
|
|
|
2700
2766
|
});
|
|
2701
2767
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2702
2768
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2703
|
-
analysisRule: (_) => de_ConfiguredTableAssociationAnalysisRule(_, context)
|
|
2769
|
+
analysisRule: /* @__PURE__ */ __name((_) => de_ConfiguredTableAssociationAnalysisRule(_, context), "analysisRule")
|
|
2704
2770
|
});
|
|
2705
2771
|
Object.assign(contents, doc);
|
|
2706
2772
|
return contents;
|
|
@@ -2714,7 +2780,7 @@ var de_GetIdMappingTableCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2714
2780
|
});
|
|
2715
2781
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2716
2782
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2717
|
-
idMappingTable: (_) => de_IdMappingTable(_, context)
|
|
2783
|
+
idMappingTable: /* @__PURE__ */ __name((_) => de_IdMappingTable(_, context), "idMappingTable")
|
|
2718
2784
|
});
|
|
2719
2785
|
Object.assign(contents, doc);
|
|
2720
2786
|
return contents;
|
|
@@ -2728,7 +2794,7 @@ var de_GetIdNamespaceAssociationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2728
2794
|
});
|
|
2729
2795
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2730
2796
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2731
|
-
idNamespaceAssociation: (_) => de_IdNamespaceAssociation(_, context)
|
|
2797
|
+
idNamespaceAssociation: /* @__PURE__ */ __name((_) => de_IdNamespaceAssociation(_, context), "idNamespaceAssociation")
|
|
2732
2798
|
});
|
|
2733
2799
|
Object.assign(contents, doc);
|
|
2734
2800
|
return contents;
|
|
@@ -2742,7 +2808,7 @@ var de_GetMembershipCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2742
2808
|
});
|
|
2743
2809
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2744
2810
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2745
|
-
membership: (_) => de_Membership(_, context)
|
|
2811
|
+
membership: /* @__PURE__ */ __name((_) => de_Membership(_, context), "membership")
|
|
2746
2812
|
});
|
|
2747
2813
|
Object.assign(contents, doc);
|
|
2748
2814
|
return contents;
|
|
@@ -2756,11 +2822,25 @@ var de_GetPrivacyBudgetTemplateCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2756
2822
|
});
|
|
2757
2823
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2758
2824
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2759
|
-
privacyBudgetTemplate: (_) => de_PrivacyBudgetTemplate(_, context)
|
|
2825
|
+
privacyBudgetTemplate: /* @__PURE__ */ __name((_) => de_PrivacyBudgetTemplate(_, context), "privacyBudgetTemplate")
|
|
2760
2826
|
});
|
|
2761
2827
|
Object.assign(contents, doc);
|
|
2762
2828
|
return contents;
|
|
2763
2829
|
}, "de_GetPrivacyBudgetTemplateCommand");
|
|
2830
|
+
var de_GetProtectedJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2831
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2832
|
+
return de_CommandError(output, context);
|
|
2833
|
+
}
|
|
2834
|
+
const contents = (0, import_smithy_client.map)({
|
|
2835
|
+
$metadata: deserializeMetadata(output)
|
|
2836
|
+
});
|
|
2837
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2838
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2839
|
+
protectedJob: /* @__PURE__ */ __name((_) => de_ProtectedJob(_, context), "protectedJob")
|
|
2840
|
+
});
|
|
2841
|
+
Object.assign(contents, doc);
|
|
2842
|
+
return contents;
|
|
2843
|
+
}, "de_GetProtectedJobCommand");
|
|
2764
2844
|
var de_GetProtectedQueryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2765
2845
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2766
2846
|
return de_CommandError(output, context);
|
|
@@ -2770,7 +2850,7 @@ var de_GetProtectedQueryCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2770
2850
|
});
|
|
2771
2851
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2772
2852
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2773
|
-
protectedQuery: (_) => de_ProtectedQuery(_, context)
|
|
2853
|
+
protectedQuery: /* @__PURE__ */ __name((_) => de_ProtectedQuery(_, context), "protectedQuery")
|
|
2774
2854
|
});
|
|
2775
2855
|
Object.assign(contents, doc);
|
|
2776
2856
|
return contents;
|
|
@@ -2784,7 +2864,7 @@ var de_GetSchemaCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2784
2864
|
});
|
|
2785
2865
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2786
2866
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2787
|
-
schema: (_) => de_Schema(_, context)
|
|
2867
|
+
schema: /* @__PURE__ */ __name((_) => de_Schema(_, context), "schema")
|
|
2788
2868
|
});
|
|
2789
2869
|
Object.assign(contents, doc);
|
|
2790
2870
|
return contents;
|
|
@@ -2798,7 +2878,7 @@ var de_GetSchemaAnalysisRuleCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2798
2878
|
});
|
|
2799
2879
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2800
2880
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2801
|
-
analysisRule: (_) => de_AnalysisRule(_, context)
|
|
2881
|
+
analysisRule: /* @__PURE__ */ __name((_) => de_AnalysisRule(_, context), "analysisRule")
|
|
2802
2882
|
});
|
|
2803
2883
|
Object.assign(contents, doc);
|
|
2804
2884
|
return contents;
|
|
@@ -2812,7 +2892,7 @@ var de_ListAnalysisTemplatesCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2812
2892
|
});
|
|
2813
2893
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2814
2894
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2815
|
-
analysisTemplateSummaries: (_) => de_AnalysisTemplateSummaryList(_, context),
|
|
2895
|
+
analysisTemplateSummaries: /* @__PURE__ */ __name((_) => de_AnalysisTemplateSummaryList(_, context), "analysisTemplateSummaries"),
|
|
2816
2896
|
nextToken: import_smithy_client.expectString
|
|
2817
2897
|
});
|
|
2818
2898
|
Object.assign(contents, doc);
|
|
@@ -2827,7 +2907,7 @@ var de_ListCollaborationAnalysisTemplatesCommand = /* @__PURE__ */ __name(async
|
|
|
2827
2907
|
});
|
|
2828
2908
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2829
2909
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2830
|
-
collaborationAnalysisTemplateSummaries: (_) => de_CollaborationAnalysisTemplateSummaryList(_, context),
|
|
2910
|
+
collaborationAnalysisTemplateSummaries: /* @__PURE__ */ __name((_) => de_CollaborationAnalysisTemplateSummaryList(_, context), "collaborationAnalysisTemplateSummaries"),
|
|
2831
2911
|
nextToken: import_smithy_client.expectString
|
|
2832
2912
|
});
|
|
2833
2913
|
Object.assign(contents, doc);
|
|
@@ -2842,7 +2922,7 @@ var de_ListCollaborationConfiguredAudienceModelAssociationsCommand = /* @__PURE_
|
|
|
2842
2922
|
});
|
|
2843
2923
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2844
2924
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2845
|
-
collaborationConfiguredAudienceModelAssociationSummaries: (_) => de_CollaborationConfiguredAudienceModelAssociationSummaryList(_, context),
|
|
2925
|
+
collaborationConfiguredAudienceModelAssociationSummaries: /* @__PURE__ */ __name((_) => de_CollaborationConfiguredAudienceModelAssociationSummaryList(_, context), "collaborationConfiguredAudienceModelAssociationSummaries"),
|
|
2846
2926
|
nextToken: import_smithy_client.expectString
|
|
2847
2927
|
});
|
|
2848
2928
|
Object.assign(contents, doc);
|
|
@@ -2857,7 +2937,7 @@ var de_ListCollaborationIdNamespaceAssociationsCommand = /* @__PURE__ */ __name(
|
|
|
2857
2937
|
});
|
|
2858
2938
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2859
2939
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2860
|
-
collaborationIdNamespaceAssociationSummaries: (_) => de_CollaborationIdNamespaceAssociationSummaryList(_, context),
|
|
2940
|
+
collaborationIdNamespaceAssociationSummaries: /* @__PURE__ */ __name((_) => de_CollaborationIdNamespaceAssociationSummaryList(_, context), "collaborationIdNamespaceAssociationSummaries"),
|
|
2861
2941
|
nextToken: import_smithy_client.expectString
|
|
2862
2942
|
});
|
|
2863
2943
|
Object.assign(contents, doc);
|
|
@@ -2872,7 +2952,7 @@ var de_ListCollaborationPrivacyBudgetsCommand = /* @__PURE__ */ __name(async (ou
|
|
|
2872
2952
|
});
|
|
2873
2953
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2874
2954
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2875
|
-
collaborationPrivacyBudgetSummaries: (_) => de_CollaborationPrivacyBudgetSummaryList(_, context),
|
|
2955
|
+
collaborationPrivacyBudgetSummaries: /* @__PURE__ */ __name((_) => de_CollaborationPrivacyBudgetSummaryList(_, context), "collaborationPrivacyBudgetSummaries"),
|
|
2876
2956
|
nextToken: import_smithy_client.expectString
|
|
2877
2957
|
});
|
|
2878
2958
|
Object.assign(contents, doc);
|
|
@@ -2887,7 +2967,7 @@ var de_ListCollaborationPrivacyBudgetTemplatesCommand = /* @__PURE__ */ __name(a
|
|
|
2887
2967
|
});
|
|
2888
2968
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2889
2969
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2890
|
-
collaborationPrivacyBudgetTemplateSummaries: (_) => de_CollaborationPrivacyBudgetTemplateSummaryList(_, context),
|
|
2970
|
+
collaborationPrivacyBudgetTemplateSummaries: /* @__PURE__ */ __name((_) => de_CollaborationPrivacyBudgetTemplateSummaryList(_, context), "collaborationPrivacyBudgetTemplateSummaries"),
|
|
2891
2971
|
nextToken: import_smithy_client.expectString
|
|
2892
2972
|
});
|
|
2893
2973
|
Object.assign(contents, doc);
|
|
@@ -2902,7 +2982,7 @@ var de_ListCollaborationsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2902
2982
|
});
|
|
2903
2983
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2904
2984
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2905
|
-
collaborationList: (_) => de_CollaborationSummaryList(_, context),
|
|
2985
|
+
collaborationList: /* @__PURE__ */ __name((_) => de_CollaborationSummaryList(_, context), "collaborationList"),
|
|
2906
2986
|
nextToken: import_smithy_client.expectString
|
|
2907
2987
|
});
|
|
2908
2988
|
Object.assign(contents, doc);
|
|
@@ -2917,7 +2997,7 @@ var de_ListConfiguredAudienceModelAssociationsCommand = /* @__PURE__ */ __name(a
|
|
|
2917
2997
|
});
|
|
2918
2998
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2919
2999
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2920
|
-
configuredAudienceModelAssociationSummaries: (_) => de_ConfiguredAudienceModelAssociationSummaryList(_, context),
|
|
3000
|
+
configuredAudienceModelAssociationSummaries: /* @__PURE__ */ __name((_) => de_ConfiguredAudienceModelAssociationSummaryList(_, context), "configuredAudienceModelAssociationSummaries"),
|
|
2921
3001
|
nextToken: import_smithy_client.expectString
|
|
2922
3002
|
});
|
|
2923
3003
|
Object.assign(contents, doc);
|
|
@@ -2932,7 +3012,7 @@ var de_ListConfiguredTableAssociationsCommand = /* @__PURE__ */ __name(async (ou
|
|
|
2932
3012
|
});
|
|
2933
3013
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2934
3014
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2935
|
-
configuredTableAssociationSummaries: (_) => de_ConfiguredTableAssociationSummaryList(_, context),
|
|
3015
|
+
configuredTableAssociationSummaries: /* @__PURE__ */ __name((_) => de_ConfiguredTableAssociationSummaryList(_, context), "configuredTableAssociationSummaries"),
|
|
2936
3016
|
nextToken: import_smithy_client.expectString
|
|
2937
3017
|
});
|
|
2938
3018
|
Object.assign(contents, doc);
|
|
@@ -2947,7 +3027,7 @@ var de_ListConfiguredTablesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2947
3027
|
});
|
|
2948
3028
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2949
3029
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2950
|
-
configuredTableSummaries: (_) => de_ConfiguredTableSummaryList(_, context),
|
|
3030
|
+
configuredTableSummaries: /* @__PURE__ */ __name((_) => de_ConfiguredTableSummaryList(_, context), "configuredTableSummaries"),
|
|
2951
3031
|
nextToken: import_smithy_client.expectString
|
|
2952
3032
|
});
|
|
2953
3033
|
Object.assign(contents, doc);
|
|
@@ -2962,7 +3042,7 @@ var de_ListIdMappingTablesCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2962
3042
|
});
|
|
2963
3043
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2964
3044
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2965
|
-
idMappingTableSummaries: (_) => de_IdMappingTableSummaryList(_, context),
|
|
3045
|
+
idMappingTableSummaries: /* @__PURE__ */ __name((_) => de_IdMappingTableSummaryList(_, context), "idMappingTableSummaries"),
|
|
2966
3046
|
nextToken: import_smithy_client.expectString
|
|
2967
3047
|
});
|
|
2968
3048
|
Object.assign(contents, doc);
|
|
@@ -2977,7 +3057,7 @@ var de_ListIdNamespaceAssociationsCommand = /* @__PURE__ */ __name(async (output
|
|
|
2977
3057
|
});
|
|
2978
3058
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2979
3059
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2980
|
-
idNamespaceAssociationSummaries: (_) => de_IdNamespaceAssociationSummaryList(_, context),
|
|
3060
|
+
idNamespaceAssociationSummaries: /* @__PURE__ */ __name((_) => de_IdNamespaceAssociationSummaryList(_, context), "idNamespaceAssociationSummaries"),
|
|
2981
3061
|
nextToken: import_smithy_client.expectString
|
|
2982
3062
|
});
|
|
2983
3063
|
Object.assign(contents, doc);
|
|
@@ -2992,7 +3072,7 @@ var de_ListMembersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2992
3072
|
});
|
|
2993
3073
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2994
3074
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2995
|
-
memberSummaries: (_) => de_MemberSummaryList(_, context),
|
|
3075
|
+
memberSummaries: /* @__PURE__ */ __name((_) => de_MemberSummaryList(_, context), "memberSummaries"),
|
|
2996
3076
|
nextToken: import_smithy_client.expectString
|
|
2997
3077
|
});
|
|
2998
3078
|
Object.assign(contents, doc);
|
|
@@ -3007,7 +3087,7 @@ var de_ListMembershipsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3007
3087
|
});
|
|
3008
3088
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3009
3089
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3010
|
-
membershipSummaries: (_) => de_MembershipSummaryList(_, context),
|
|
3090
|
+
membershipSummaries: /* @__PURE__ */ __name((_) => de_MembershipSummaryList(_, context), "membershipSummaries"),
|
|
3011
3091
|
nextToken: import_smithy_client.expectString
|
|
3012
3092
|
});
|
|
3013
3093
|
Object.assign(contents, doc);
|
|
@@ -3023,7 +3103,7 @@ var de_ListPrivacyBudgetsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3023
3103
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3024
3104
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3025
3105
|
nextToken: import_smithy_client.expectString,
|
|
3026
|
-
privacyBudgetSummaries: (_) => de_PrivacyBudgetSummaryList(_, context)
|
|
3106
|
+
privacyBudgetSummaries: /* @__PURE__ */ __name((_) => de_PrivacyBudgetSummaryList(_, context), "privacyBudgetSummaries")
|
|
3027
3107
|
});
|
|
3028
3108
|
Object.assign(contents, doc);
|
|
3029
3109
|
return contents;
|
|
@@ -3038,11 +3118,26 @@ var de_ListPrivacyBudgetTemplatesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3038
3118
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3039
3119
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3040
3120
|
nextToken: import_smithy_client.expectString,
|
|
3041
|
-
privacyBudgetTemplateSummaries: (_) => de_PrivacyBudgetTemplateSummaryList(_, context)
|
|
3121
|
+
privacyBudgetTemplateSummaries: /* @__PURE__ */ __name((_) => de_PrivacyBudgetTemplateSummaryList(_, context), "privacyBudgetTemplateSummaries")
|
|
3042
3122
|
});
|
|
3043
3123
|
Object.assign(contents, doc);
|
|
3044
3124
|
return contents;
|
|
3045
3125
|
}, "de_ListPrivacyBudgetTemplatesCommand");
|
|
3126
|
+
var de_ListProtectedJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3127
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3128
|
+
return de_CommandError(output, context);
|
|
3129
|
+
}
|
|
3130
|
+
const contents = (0, import_smithy_client.map)({
|
|
3131
|
+
$metadata: deserializeMetadata(output)
|
|
3132
|
+
});
|
|
3133
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3134
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3135
|
+
nextToken: import_smithy_client.expectString,
|
|
3136
|
+
protectedJobs: /* @__PURE__ */ __name((_) => de_ProtectedJobSummaryList(_, context), "protectedJobs")
|
|
3137
|
+
});
|
|
3138
|
+
Object.assign(contents, doc);
|
|
3139
|
+
return contents;
|
|
3140
|
+
}, "de_ListProtectedJobsCommand");
|
|
3046
3141
|
var de_ListProtectedQueriesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3047
3142
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3048
3143
|
return de_CommandError(output, context);
|
|
@@ -3053,7 +3148,7 @@ var de_ListProtectedQueriesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3053
3148
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3054
3149
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3055
3150
|
nextToken: import_smithy_client.expectString,
|
|
3056
|
-
protectedQueries: (_) => de_ProtectedQuerySummaryList(_, context)
|
|
3151
|
+
protectedQueries: /* @__PURE__ */ __name((_) => de_ProtectedQuerySummaryList(_, context), "protectedQueries")
|
|
3057
3152
|
});
|
|
3058
3153
|
Object.assign(contents, doc);
|
|
3059
3154
|
return contents;
|
|
@@ -3068,7 +3163,7 @@ var de_ListSchemasCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3068
3163
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3069
3164
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3070
3165
|
nextToken: import_smithy_client.expectString,
|
|
3071
|
-
schemaSummaries: (_) => de_SchemaSummaryList(_, context)
|
|
3166
|
+
schemaSummaries: /* @__PURE__ */ __name((_) => de_SchemaSummaryList(_, context), "schemaSummaries")
|
|
3072
3167
|
});
|
|
3073
3168
|
Object.assign(contents, doc);
|
|
3074
3169
|
return contents;
|
|
@@ -3110,11 +3205,25 @@ var de_PreviewPrivacyImpactCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3110
3205
|
});
|
|
3111
3206
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3112
3207
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3113
|
-
privacyImpact: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
|
|
3208
|
+
privacyImpact: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "privacyImpact")
|
|
3114
3209
|
});
|
|
3115
3210
|
Object.assign(contents, doc);
|
|
3116
3211
|
return contents;
|
|
3117
3212
|
}, "de_PreviewPrivacyImpactCommand");
|
|
3213
|
+
var de_StartProtectedJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3214
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3215
|
+
return de_CommandError(output, context);
|
|
3216
|
+
}
|
|
3217
|
+
const contents = (0, import_smithy_client.map)({
|
|
3218
|
+
$metadata: deserializeMetadata(output)
|
|
3219
|
+
});
|
|
3220
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3221
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3222
|
+
protectedJob: /* @__PURE__ */ __name((_) => de_ProtectedJob(_, context), "protectedJob")
|
|
3223
|
+
});
|
|
3224
|
+
Object.assign(contents, doc);
|
|
3225
|
+
return contents;
|
|
3226
|
+
}, "de_StartProtectedJobCommand");
|
|
3118
3227
|
var de_StartProtectedQueryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3119
3228
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3120
3229
|
return de_CommandError(output, context);
|
|
@@ -3124,7 +3233,7 @@ var de_StartProtectedQueryCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
3124
3233
|
});
|
|
3125
3234
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3126
3235
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3127
|
-
protectedQuery: (_) => de_ProtectedQuery(_, context)
|
|
3236
|
+
protectedQuery: /* @__PURE__ */ __name((_) => de_ProtectedQuery(_, context), "protectedQuery")
|
|
3128
3237
|
});
|
|
3129
3238
|
Object.assign(contents, doc);
|
|
3130
3239
|
return contents;
|
|
@@ -3158,7 +3267,7 @@ var de_UpdateAnalysisTemplateCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
3158
3267
|
});
|
|
3159
3268
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3160
3269
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3161
|
-
analysisTemplate: (_) => de_AnalysisTemplate(_, context)
|
|
3270
|
+
analysisTemplate: /* @__PURE__ */ __name((_) => de_AnalysisTemplate(_, context), "analysisTemplate")
|
|
3162
3271
|
});
|
|
3163
3272
|
Object.assign(contents, doc);
|
|
3164
3273
|
return contents;
|
|
@@ -3172,7 +3281,7 @@ var de_UpdateCollaborationCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
3172
3281
|
});
|
|
3173
3282
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3174
3283
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3175
|
-
collaboration: (_) => de_Collaboration(_, context)
|
|
3284
|
+
collaboration: /* @__PURE__ */ __name((_) => de_Collaboration(_, context), "collaboration")
|
|
3176
3285
|
});
|
|
3177
3286
|
Object.assign(contents, doc);
|
|
3178
3287
|
return contents;
|
|
@@ -3186,7 +3295,7 @@ var de_UpdateConfiguredAudienceModelAssociationCommand = /* @__PURE__ */ __name(
|
|
|
3186
3295
|
});
|
|
3187
3296
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3188
3297
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3189
|
-
configuredAudienceModelAssociation: (_) => de_ConfiguredAudienceModelAssociation(_, context)
|
|
3298
|
+
configuredAudienceModelAssociation: /* @__PURE__ */ __name((_) => de_ConfiguredAudienceModelAssociation(_, context), "configuredAudienceModelAssociation")
|
|
3190
3299
|
});
|
|
3191
3300
|
Object.assign(contents, doc);
|
|
3192
3301
|
return contents;
|
|
@@ -3200,7 +3309,7 @@ var de_UpdateConfiguredTableCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3200
3309
|
});
|
|
3201
3310
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3202
3311
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3203
|
-
configuredTable: (_) => de_ConfiguredTable(_, context)
|
|
3312
|
+
configuredTable: /* @__PURE__ */ __name((_) => de_ConfiguredTable(_, context), "configuredTable")
|
|
3204
3313
|
});
|
|
3205
3314
|
Object.assign(contents, doc);
|
|
3206
3315
|
return contents;
|
|
@@ -3214,7 +3323,7 @@ var de_UpdateConfiguredTableAnalysisRuleCommand = /* @__PURE__ */ __name(async (
|
|
|
3214
3323
|
});
|
|
3215
3324
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3216
3325
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3217
|
-
analysisRule: (_) => de_ConfiguredTableAnalysisRule(_, context)
|
|
3326
|
+
analysisRule: /* @__PURE__ */ __name((_) => de_ConfiguredTableAnalysisRule(_, context), "analysisRule")
|
|
3218
3327
|
});
|
|
3219
3328
|
Object.assign(contents, doc);
|
|
3220
3329
|
return contents;
|
|
@@ -3228,7 +3337,7 @@ var de_UpdateConfiguredTableAssociationCommand = /* @__PURE__ */ __name(async (o
|
|
|
3228
3337
|
});
|
|
3229
3338
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3230
3339
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3231
|
-
configuredTableAssociation: (_) => de_ConfiguredTableAssociation(_, context)
|
|
3340
|
+
configuredTableAssociation: /* @__PURE__ */ __name((_) => de_ConfiguredTableAssociation(_, context), "configuredTableAssociation")
|
|
3232
3341
|
});
|
|
3233
3342
|
Object.assign(contents, doc);
|
|
3234
3343
|
return contents;
|
|
@@ -3242,7 +3351,7 @@ var de_UpdateConfiguredTableAssociationAnalysisRuleCommand = /* @__PURE__ */ __n
|
|
|
3242
3351
|
});
|
|
3243
3352
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3244
3353
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3245
|
-
analysisRule: (_) => de_ConfiguredTableAssociationAnalysisRule(_, context)
|
|
3354
|
+
analysisRule: /* @__PURE__ */ __name((_) => de_ConfiguredTableAssociationAnalysisRule(_, context), "analysisRule")
|
|
3246
3355
|
});
|
|
3247
3356
|
Object.assign(contents, doc);
|
|
3248
3357
|
return contents;
|
|
@@ -3256,7 +3365,7 @@ var de_UpdateIdMappingTableCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3256
3365
|
});
|
|
3257
3366
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3258
3367
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3259
|
-
idMappingTable: (_) => de_IdMappingTable(_, context)
|
|
3368
|
+
idMappingTable: /* @__PURE__ */ __name((_) => de_IdMappingTable(_, context), "idMappingTable")
|
|
3260
3369
|
});
|
|
3261
3370
|
Object.assign(contents, doc);
|
|
3262
3371
|
return contents;
|
|
@@ -3270,7 +3379,7 @@ var de_UpdateIdNamespaceAssociationCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
3270
3379
|
});
|
|
3271
3380
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3272
3381
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3273
|
-
idNamespaceAssociation: (_) => de_IdNamespaceAssociation(_, context)
|
|
3382
|
+
idNamespaceAssociation: /* @__PURE__ */ __name((_) => de_IdNamespaceAssociation(_, context), "idNamespaceAssociation")
|
|
3274
3383
|
});
|
|
3275
3384
|
Object.assign(contents, doc);
|
|
3276
3385
|
return contents;
|
|
@@ -3284,7 +3393,7 @@ var de_UpdateMembershipCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3284
3393
|
});
|
|
3285
3394
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3286
3395
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3287
|
-
membership: (_) => de_Membership(_, context)
|
|
3396
|
+
membership: /* @__PURE__ */ __name((_) => de_Membership(_, context), "membership")
|
|
3288
3397
|
});
|
|
3289
3398
|
Object.assign(contents, doc);
|
|
3290
3399
|
return contents;
|
|
@@ -3298,11 +3407,25 @@ var de_UpdatePrivacyBudgetTemplateCommand = /* @__PURE__ */ __name(async (output
|
|
|
3298
3407
|
});
|
|
3299
3408
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3300
3409
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3301
|
-
privacyBudgetTemplate: (_) => de_PrivacyBudgetTemplate(_, context)
|
|
3410
|
+
privacyBudgetTemplate: /* @__PURE__ */ __name((_) => de_PrivacyBudgetTemplate(_, context), "privacyBudgetTemplate")
|
|
3302
3411
|
});
|
|
3303
3412
|
Object.assign(contents, doc);
|
|
3304
3413
|
return contents;
|
|
3305
3414
|
}, "de_UpdatePrivacyBudgetTemplateCommand");
|
|
3415
|
+
var de_UpdateProtectedJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3416
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3417
|
+
return de_CommandError(output, context);
|
|
3418
|
+
}
|
|
3419
|
+
const contents = (0, import_smithy_client.map)({
|
|
3420
|
+
$metadata: deserializeMetadata(output)
|
|
3421
|
+
});
|
|
3422
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3423
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3424
|
+
protectedJob: /* @__PURE__ */ __name((_) => de_ProtectedJob(_, context), "protectedJob")
|
|
3425
|
+
});
|
|
3426
|
+
Object.assign(contents, doc);
|
|
3427
|
+
return contents;
|
|
3428
|
+
}, "de_UpdateProtectedJobCommand");
|
|
3306
3429
|
var de_UpdateProtectedQueryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3307
3430
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3308
3431
|
return de_CommandError(output, context);
|
|
@@ -3312,7 +3435,7 @@ var de_UpdateProtectedQueryCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3312
3435
|
});
|
|
3313
3436
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3314
3437
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3315
|
-
protectedQuery: (_) => de_ProtectedQuery(_, context)
|
|
3438
|
+
protectedQuery: /* @__PURE__ */ __name((_) => de_ProtectedQuery(_, context), "protectedQuery")
|
|
3316
3439
|
});
|
|
3317
3440
|
Object.assign(contents, doc);
|
|
3318
3441
|
return contents;
|
|
@@ -3459,11 +3582,13 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
3459
3582
|
var de_AnalysisRule = /* @__PURE__ */ __name((output, context) => {
|
|
3460
3583
|
return (0, import_smithy_client.take)(output, {
|
|
3461
3584
|
collaborationId: import_smithy_client.expectString,
|
|
3462
|
-
|
|
3585
|
+
collaborationPolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "collaborationPolicy"),
|
|
3586
|
+
consolidatedPolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "consolidatedPolicy"),
|
|
3587
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3463
3588
|
name: import_smithy_client.expectString,
|
|
3464
|
-
policy: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3589
|
+
policy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "policy"),
|
|
3465
3590
|
type: import_smithy_client.expectString,
|
|
3466
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3591
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3467
3592
|
});
|
|
3468
3593
|
}, "de_AnalysisRule");
|
|
3469
3594
|
var de_AnalysisTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3472,7 +3597,7 @@ var de_AnalysisTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
|
3472
3597
|
arn: import_smithy_client.expectString,
|
|
3473
3598
|
collaborationArn: import_smithy_client.expectString,
|
|
3474
3599
|
collaborationId: import_smithy_client.expectString,
|
|
3475
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3600
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3476
3601
|
description: import_smithy_client.expectString,
|
|
3477
3602
|
format: import_smithy_client.expectString,
|
|
3478
3603
|
id: import_smithy_client.expectString,
|
|
@@ -3480,8 +3605,9 @@ var de_AnalysisTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
|
3480
3605
|
membershipId: import_smithy_client.expectString,
|
|
3481
3606
|
name: import_smithy_client.expectString,
|
|
3482
3607
|
schema: import_smithy_client._json,
|
|
3483
|
-
source: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3484
|
-
|
|
3608
|
+
source: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "source"),
|
|
3609
|
+
sourceMetadata: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "sourceMetadata"),
|
|
3610
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime"),
|
|
3485
3611
|
validations: import_smithy_client._json
|
|
3486
3612
|
});
|
|
3487
3613
|
}, "de_AnalysisTemplate");
|
|
@@ -3490,13 +3616,13 @@ var de_AnalysisTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3490
3616
|
arn: import_smithy_client.expectString,
|
|
3491
3617
|
collaborationArn: import_smithy_client.expectString,
|
|
3492
3618
|
collaborationId: import_smithy_client.expectString,
|
|
3493
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3619
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3494
3620
|
description: import_smithy_client.expectString,
|
|
3495
3621
|
id: import_smithy_client.expectString,
|
|
3496
3622
|
membershipArn: import_smithy_client.expectString,
|
|
3497
3623
|
membershipId: import_smithy_client.expectString,
|
|
3498
3624
|
name: import_smithy_client.expectString,
|
|
3499
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3625
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3500
3626
|
});
|
|
3501
3627
|
}, "de_AnalysisTemplateSummary");
|
|
3502
3628
|
var de_AnalysisTemplateSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3505,6 +3631,11 @@ var de_AnalysisTemplateSummaryList = /* @__PURE__ */ __name((output, context) =>
|
|
|
3505
3631
|
});
|
|
3506
3632
|
return retVal;
|
|
3507
3633
|
}, "de_AnalysisTemplateSummaryList");
|
|
3634
|
+
var de_BilledJobResourceUtilization = /* @__PURE__ */ __name((output, context) => {
|
|
3635
|
+
return (0, import_smithy_client.take)(output, {
|
|
3636
|
+
units: import_smithy_client.limitedParseDouble
|
|
3637
|
+
});
|
|
3638
|
+
}, "de_BilledJobResourceUtilization");
|
|
3508
3639
|
var de_BilledResourceUtilization = /* @__PURE__ */ __name((output, context) => {
|
|
3509
3640
|
return (0, import_smithy_client.take)(output, {
|
|
3510
3641
|
units: import_smithy_client.limitedParseDouble
|
|
@@ -3514,18 +3645,19 @@ var de_Collaboration = /* @__PURE__ */ __name((output, context) => {
|
|
|
3514
3645
|
return (0, import_smithy_client.take)(output, {
|
|
3515
3646
|
analyticsEngine: import_smithy_client.expectString,
|
|
3516
3647
|
arn: import_smithy_client.expectString,
|
|
3517
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3648
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3518
3649
|
creatorAccountId: import_smithy_client.expectString,
|
|
3519
3650
|
creatorDisplayName: import_smithy_client.expectString,
|
|
3520
3651
|
dataEncryptionMetadata: import_smithy_client._json,
|
|
3521
3652
|
description: import_smithy_client.expectString,
|
|
3522
3653
|
id: import_smithy_client.expectString,
|
|
3654
|
+
jobLogStatus: import_smithy_client.expectString,
|
|
3523
3655
|
memberStatus: import_smithy_client.expectString,
|
|
3524
3656
|
membershipArn: import_smithy_client.expectString,
|
|
3525
3657
|
membershipId: import_smithy_client.expectString,
|
|
3526
3658
|
name: import_smithy_client.expectString,
|
|
3527
3659
|
queryLogStatus: import_smithy_client.expectString,
|
|
3528
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3660
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3529
3661
|
});
|
|
3530
3662
|
}, "de_Collaboration");
|
|
3531
3663
|
var de_CollaborationAnalysisTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3534,15 +3666,16 @@ var de_CollaborationAnalysisTemplate = /* @__PURE__ */ __name((output, context)
|
|
|
3534
3666
|
arn: import_smithy_client.expectString,
|
|
3535
3667
|
collaborationArn: import_smithy_client.expectString,
|
|
3536
3668
|
collaborationId: import_smithy_client.expectString,
|
|
3537
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3669
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3538
3670
|
creatorAccountId: import_smithy_client.expectString,
|
|
3539
3671
|
description: import_smithy_client.expectString,
|
|
3540
3672
|
format: import_smithy_client.expectString,
|
|
3541
3673
|
id: import_smithy_client.expectString,
|
|
3542
3674
|
name: import_smithy_client.expectString,
|
|
3543
3675
|
schema: import_smithy_client._json,
|
|
3544
|
-
source: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3545
|
-
|
|
3676
|
+
source: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "source"),
|
|
3677
|
+
sourceMetadata: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "sourceMetadata"),
|
|
3678
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime"),
|
|
3546
3679
|
validations: import_smithy_client._json
|
|
3547
3680
|
});
|
|
3548
3681
|
}, "de_CollaborationAnalysisTemplate");
|
|
@@ -3557,12 +3690,12 @@ var de_CollaborationAnalysisTemplateSummary = /* @__PURE__ */ __name((output, co
|
|
|
3557
3690
|
arn: import_smithy_client.expectString,
|
|
3558
3691
|
collaborationArn: import_smithy_client.expectString,
|
|
3559
3692
|
collaborationId: import_smithy_client.expectString,
|
|
3560
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3693
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3561
3694
|
creatorAccountId: import_smithy_client.expectString,
|
|
3562
3695
|
description: import_smithy_client.expectString,
|
|
3563
3696
|
id: import_smithy_client.expectString,
|
|
3564
3697
|
name: import_smithy_client.expectString,
|
|
3565
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3698
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3566
3699
|
});
|
|
3567
3700
|
}, "de_CollaborationAnalysisTemplateSummary");
|
|
3568
3701
|
var de_CollaborationAnalysisTemplateSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3577,12 +3710,12 @@ var de_CollaborationConfiguredAudienceModelAssociation = /* @__PURE__ */ __name(
|
|
|
3577
3710
|
collaborationArn: import_smithy_client.expectString,
|
|
3578
3711
|
collaborationId: import_smithy_client.expectString,
|
|
3579
3712
|
configuredAudienceModelArn: import_smithy_client.expectString,
|
|
3580
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3713
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3581
3714
|
creatorAccountId: import_smithy_client.expectString,
|
|
3582
3715
|
description: import_smithy_client.expectString,
|
|
3583
3716
|
id: import_smithy_client.expectString,
|
|
3584
3717
|
name: import_smithy_client.expectString,
|
|
3585
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3718
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3586
3719
|
});
|
|
3587
3720
|
}, "de_CollaborationConfiguredAudienceModelAssociation");
|
|
3588
3721
|
var de_CollaborationConfiguredAudienceModelAssociationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3590,12 +3723,12 @@ var de_CollaborationConfiguredAudienceModelAssociationSummary = /* @__PURE__ */
|
|
|
3590
3723
|
arn: import_smithy_client.expectString,
|
|
3591
3724
|
collaborationArn: import_smithy_client.expectString,
|
|
3592
3725
|
collaborationId: import_smithy_client.expectString,
|
|
3593
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3726
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3594
3727
|
creatorAccountId: import_smithy_client.expectString,
|
|
3595
3728
|
description: import_smithy_client.expectString,
|
|
3596
3729
|
id: import_smithy_client.expectString,
|
|
3597
3730
|
name: import_smithy_client.expectString,
|
|
3598
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3731
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3599
3732
|
});
|
|
3600
3733
|
}, "de_CollaborationConfiguredAudienceModelAssociationSummary");
|
|
3601
3734
|
var de_CollaborationConfiguredAudienceModelAssociationSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3609,15 +3742,15 @@ var de_CollaborationIdNamespaceAssociation = /* @__PURE__ */ __name((output, con
|
|
|
3609
3742
|
arn: import_smithy_client.expectString,
|
|
3610
3743
|
collaborationArn: import_smithy_client.expectString,
|
|
3611
3744
|
collaborationId: import_smithy_client.expectString,
|
|
3612
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3745
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3613
3746
|
creatorAccountId: import_smithy_client.expectString,
|
|
3614
3747
|
description: import_smithy_client.expectString,
|
|
3615
3748
|
id: import_smithy_client.expectString,
|
|
3616
3749
|
idMappingConfig: import_smithy_client._json,
|
|
3617
3750
|
inputReferenceConfig: import_smithy_client._json,
|
|
3618
|
-
inputReferenceProperties: (_) => de_IdNamespaceAssociationInputReferenceProperties(_, context),
|
|
3751
|
+
inputReferenceProperties: /* @__PURE__ */ __name((_) => de_IdNamespaceAssociationInputReferenceProperties(_, context), "inputReferenceProperties"),
|
|
3619
3752
|
name: import_smithy_client.expectString,
|
|
3620
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3753
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3621
3754
|
});
|
|
3622
3755
|
}, "de_CollaborationIdNamespaceAssociation");
|
|
3623
3756
|
var de_CollaborationIdNamespaceAssociationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3625,14 +3758,14 @@ var de_CollaborationIdNamespaceAssociationSummary = /* @__PURE__ */ __name((outp
|
|
|
3625
3758
|
arn: import_smithy_client.expectString,
|
|
3626
3759
|
collaborationArn: import_smithy_client.expectString,
|
|
3627
3760
|
collaborationId: import_smithy_client.expectString,
|
|
3628
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3761
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3629
3762
|
creatorAccountId: import_smithy_client.expectString,
|
|
3630
3763
|
description: import_smithy_client.expectString,
|
|
3631
3764
|
id: import_smithy_client.expectString,
|
|
3632
3765
|
inputReferenceConfig: import_smithy_client._json,
|
|
3633
3766
|
inputReferenceProperties: import_smithy_client._json,
|
|
3634
3767
|
name: import_smithy_client.expectString,
|
|
3635
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3768
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3636
3769
|
});
|
|
3637
3770
|
}, "de_CollaborationIdNamespaceAssociationSummary");
|
|
3638
3771
|
var de_CollaborationIdNamespaceAssociationSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3643,16 +3776,16 @@ var de_CollaborationIdNamespaceAssociationSummaryList = /* @__PURE__ */ __name((
|
|
|
3643
3776
|
}, "de_CollaborationIdNamespaceAssociationSummaryList");
|
|
3644
3777
|
var de_CollaborationPrivacyBudgetSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3645
3778
|
return (0, import_smithy_client.take)(output, {
|
|
3646
|
-
budget: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3779
|
+
budget: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "budget"),
|
|
3647
3780
|
collaborationArn: import_smithy_client.expectString,
|
|
3648
3781
|
collaborationId: import_smithy_client.expectString,
|
|
3649
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3782
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3650
3783
|
creatorAccountId: import_smithy_client.expectString,
|
|
3651
3784
|
id: import_smithy_client.expectString,
|
|
3652
3785
|
privacyBudgetTemplateArn: import_smithy_client.expectString,
|
|
3653
3786
|
privacyBudgetTemplateId: import_smithy_client.expectString,
|
|
3654
3787
|
type: import_smithy_client.expectString,
|
|
3655
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3788
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3656
3789
|
});
|
|
3657
3790
|
}, "de_CollaborationPrivacyBudgetSummary");
|
|
3658
3791
|
var de_CollaborationPrivacyBudgetSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3667,12 +3800,12 @@ var de_CollaborationPrivacyBudgetTemplate = /* @__PURE__ */ __name((output, cont
|
|
|
3667
3800
|
autoRefresh: import_smithy_client.expectString,
|
|
3668
3801
|
collaborationArn: import_smithy_client.expectString,
|
|
3669
3802
|
collaborationId: import_smithy_client.expectString,
|
|
3670
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3803
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3671
3804
|
creatorAccountId: import_smithy_client.expectString,
|
|
3672
3805
|
id: import_smithy_client.expectString,
|
|
3673
|
-
parameters: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3806
|
+
parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "parameters"),
|
|
3674
3807
|
privacyBudgetType: import_smithy_client.expectString,
|
|
3675
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3808
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3676
3809
|
});
|
|
3677
3810
|
}, "de_CollaborationPrivacyBudgetTemplate");
|
|
3678
3811
|
var de_CollaborationPrivacyBudgetTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3680,11 +3813,11 @@ var de_CollaborationPrivacyBudgetTemplateSummary = /* @__PURE__ */ __name((outpu
|
|
|
3680
3813
|
arn: import_smithy_client.expectString,
|
|
3681
3814
|
collaborationArn: import_smithy_client.expectString,
|
|
3682
3815
|
collaborationId: import_smithy_client.expectString,
|
|
3683
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3816
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3684
3817
|
creatorAccountId: import_smithy_client.expectString,
|
|
3685
3818
|
id: import_smithy_client.expectString,
|
|
3686
3819
|
privacyBudgetType: import_smithy_client.expectString,
|
|
3687
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3820
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3688
3821
|
});
|
|
3689
3822
|
}, "de_CollaborationPrivacyBudgetTemplateSummary");
|
|
3690
3823
|
var de_CollaborationPrivacyBudgetTemplateSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3697,7 +3830,7 @@ var de_CollaborationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3697
3830
|
return (0, import_smithy_client.take)(output, {
|
|
3698
3831
|
analyticsEngine: import_smithy_client.expectString,
|
|
3699
3832
|
arn: import_smithy_client.expectString,
|
|
3700
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3833
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3701
3834
|
creatorAccountId: import_smithy_client.expectString,
|
|
3702
3835
|
creatorDisplayName: import_smithy_client.expectString,
|
|
3703
3836
|
id: import_smithy_client.expectString,
|
|
@@ -3705,7 +3838,7 @@ var de_CollaborationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3705
3838
|
membershipArn: import_smithy_client.expectString,
|
|
3706
3839
|
membershipId: import_smithy_client.expectString,
|
|
3707
3840
|
name: import_smithy_client.expectString,
|
|
3708
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3841
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3709
3842
|
});
|
|
3710
3843
|
}, "de_CollaborationSummary");
|
|
3711
3844
|
var de_CollaborationSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3720,14 +3853,14 @@ var de_ConfiguredAudienceModelAssociation = /* @__PURE__ */ __name((output, cont
|
|
|
3720
3853
|
collaborationArn: import_smithy_client.expectString,
|
|
3721
3854
|
collaborationId: import_smithy_client.expectString,
|
|
3722
3855
|
configuredAudienceModelArn: import_smithy_client.expectString,
|
|
3723
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3856
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3724
3857
|
description: import_smithy_client.expectString,
|
|
3725
3858
|
id: import_smithy_client.expectString,
|
|
3726
3859
|
manageResourcePolicies: import_smithy_client.expectBoolean,
|
|
3727
3860
|
membershipArn: import_smithy_client.expectString,
|
|
3728
3861
|
membershipId: import_smithy_client.expectString,
|
|
3729
3862
|
name: import_smithy_client.expectString,
|
|
3730
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3863
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3731
3864
|
});
|
|
3732
3865
|
}, "de_ConfiguredAudienceModelAssociation");
|
|
3733
3866
|
var de_ConfiguredAudienceModelAssociationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3736,13 +3869,13 @@ var de_ConfiguredAudienceModelAssociationSummary = /* @__PURE__ */ __name((outpu
|
|
|
3736
3869
|
collaborationArn: import_smithy_client.expectString,
|
|
3737
3870
|
collaborationId: import_smithy_client.expectString,
|
|
3738
3871
|
configuredAudienceModelArn: import_smithy_client.expectString,
|
|
3739
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3872
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3740
3873
|
description: import_smithy_client.expectString,
|
|
3741
3874
|
id: import_smithy_client.expectString,
|
|
3742
3875
|
membershipArn: import_smithy_client.expectString,
|
|
3743
3876
|
membershipId: import_smithy_client.expectString,
|
|
3744
3877
|
name: import_smithy_client.expectString,
|
|
3745
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3878
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3746
3879
|
});
|
|
3747
3880
|
}, "de_ConfiguredAudienceModelAssociationSummary");
|
|
3748
3881
|
var de_ConfiguredAudienceModelAssociationSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3757,22 +3890,23 @@ var de_ConfiguredTable = /* @__PURE__ */ __name((output, context) => {
|
|
|
3757
3890
|
analysisMethod: import_smithy_client.expectString,
|
|
3758
3891
|
analysisRuleTypes: import_smithy_client._json,
|
|
3759
3892
|
arn: import_smithy_client.expectString,
|
|
3760
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3893
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3761
3894
|
description: import_smithy_client.expectString,
|
|
3762
3895
|
id: import_smithy_client.expectString,
|
|
3763
3896
|
name: import_smithy_client.expectString,
|
|
3764
|
-
|
|
3765
|
-
|
|
3897
|
+
selectedAnalysisMethods: import_smithy_client._json,
|
|
3898
|
+
tableReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "tableReference"),
|
|
3899
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3766
3900
|
});
|
|
3767
3901
|
}, "de_ConfiguredTable");
|
|
3768
3902
|
var de_ConfiguredTableAnalysisRule = /* @__PURE__ */ __name((output, context) => {
|
|
3769
3903
|
return (0, import_smithy_client.take)(output, {
|
|
3770
3904
|
configuredTableArn: import_smithy_client.expectString,
|
|
3771
3905
|
configuredTableId: import_smithy_client.expectString,
|
|
3772
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3773
|
-
policy: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3906
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3907
|
+
policy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "policy"),
|
|
3774
3908
|
type: import_smithy_client.expectString,
|
|
3775
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3909
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3776
3910
|
});
|
|
3777
3911
|
}, "de_ConfiguredTableAnalysisRule");
|
|
3778
3912
|
var de_ConfiguredTableAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3781,37 +3915,38 @@ var de_ConfiguredTableAssociation = /* @__PURE__ */ __name((output, context) =>
|
|
|
3781
3915
|
arn: import_smithy_client.expectString,
|
|
3782
3916
|
configuredTableArn: import_smithy_client.expectString,
|
|
3783
3917
|
configuredTableId: import_smithy_client.expectString,
|
|
3784
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3918
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3785
3919
|
description: import_smithy_client.expectString,
|
|
3786
3920
|
id: import_smithy_client.expectString,
|
|
3787
3921
|
membershipArn: import_smithy_client.expectString,
|
|
3788
3922
|
membershipId: import_smithy_client.expectString,
|
|
3789
3923
|
name: import_smithy_client.expectString,
|
|
3790
3924
|
roleArn: import_smithy_client.expectString,
|
|
3791
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3925
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3792
3926
|
});
|
|
3793
3927
|
}, "de_ConfiguredTableAssociation");
|
|
3794
3928
|
var de_ConfiguredTableAssociationAnalysisRule = /* @__PURE__ */ __name((output, context) => {
|
|
3795
3929
|
return (0, import_smithy_client.take)(output, {
|
|
3796
3930
|
configuredTableAssociationArn: import_smithy_client.expectString,
|
|
3797
3931
|
configuredTableAssociationId: import_smithy_client.expectString,
|
|
3798
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3932
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3799
3933
|
membershipIdentifier: import_smithy_client.expectString,
|
|
3800
|
-
policy: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3934
|
+
policy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "policy"),
|
|
3801
3935
|
type: import_smithy_client.expectString,
|
|
3802
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3936
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3803
3937
|
});
|
|
3804
3938
|
}, "de_ConfiguredTableAssociationAnalysisRule");
|
|
3805
3939
|
var de_ConfiguredTableAssociationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3806
3940
|
return (0, import_smithy_client.take)(output, {
|
|
3941
|
+
analysisRuleTypes: import_smithy_client._json,
|
|
3807
3942
|
arn: import_smithy_client.expectString,
|
|
3808
3943
|
configuredTableId: import_smithy_client.expectString,
|
|
3809
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3944
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3810
3945
|
id: import_smithy_client.expectString,
|
|
3811
3946
|
membershipArn: import_smithy_client.expectString,
|
|
3812
3947
|
membershipId: import_smithy_client.expectString,
|
|
3813
3948
|
name: import_smithy_client.expectString,
|
|
3814
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3949
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3815
3950
|
});
|
|
3816
3951
|
}, "de_ConfiguredTableAssociationSummary");
|
|
3817
3952
|
var de_ConfiguredTableAssociationSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3825,10 +3960,11 @@ var de_ConfiguredTableSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3825
3960
|
analysisMethod: import_smithy_client.expectString,
|
|
3826
3961
|
analysisRuleTypes: import_smithy_client._json,
|
|
3827
3962
|
arn: import_smithy_client.expectString,
|
|
3828
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3963
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3829
3964
|
id: import_smithy_client.expectString,
|
|
3830
3965
|
name: import_smithy_client.expectString,
|
|
3831
|
-
|
|
3966
|
+
selectedAnalysisMethods: import_smithy_client._json,
|
|
3967
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3832
3968
|
});
|
|
3833
3969
|
}, "de_ConfiguredTableSummary");
|
|
3834
3970
|
var de_ConfiguredTableSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3839,7 +3975,7 @@ var de_ConfiguredTableSummaryList = /* @__PURE__ */ __name((output, context) =>
|
|
|
3839
3975
|
}, "de_ConfiguredTableSummaryList");
|
|
3840
3976
|
var de_DifferentialPrivacyParameters = /* @__PURE__ */ __name((output, context) => {
|
|
3841
3977
|
return (0, import_smithy_client.take)(output, {
|
|
3842
|
-
sensitivityParameters: (_) => de_DifferentialPrivacySensitivityParametersList(_, context)
|
|
3978
|
+
sensitivityParameters: /* @__PURE__ */ __name((_) => de_DifferentialPrivacySensitivityParametersList(_, context), "sensitivityParameters")
|
|
3843
3979
|
});
|
|
3844
3980
|
}, "de_DifferentialPrivacyParameters");
|
|
3845
3981
|
var de_DifferentialPrivacySensitivityParameters = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3862,7 +3998,7 @@ var de_IdMappingTable = /* @__PURE__ */ __name((output, context) => {
|
|
|
3862
3998
|
arn: import_smithy_client.expectString,
|
|
3863
3999
|
collaborationArn: import_smithy_client.expectString,
|
|
3864
4000
|
collaborationId: import_smithy_client.expectString,
|
|
3865
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4001
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3866
4002
|
description: import_smithy_client.expectString,
|
|
3867
4003
|
id: import_smithy_client.expectString,
|
|
3868
4004
|
inputReferenceConfig: import_smithy_client._json,
|
|
@@ -3871,7 +4007,7 @@ var de_IdMappingTable = /* @__PURE__ */ __name((output, context) => {
|
|
|
3871
4007
|
membershipArn: import_smithy_client.expectString,
|
|
3872
4008
|
membershipId: import_smithy_client.expectString,
|
|
3873
4009
|
name: import_smithy_client.expectString,
|
|
3874
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4010
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3875
4011
|
});
|
|
3876
4012
|
}, "de_IdMappingTable");
|
|
3877
4013
|
var de_IdMappingTableSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3879,14 +4015,14 @@ var de_IdMappingTableSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3879
4015
|
arn: import_smithy_client.expectString,
|
|
3880
4016
|
collaborationArn: import_smithy_client.expectString,
|
|
3881
4017
|
collaborationId: import_smithy_client.expectString,
|
|
3882
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4018
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3883
4019
|
description: import_smithy_client.expectString,
|
|
3884
4020
|
id: import_smithy_client.expectString,
|
|
3885
4021
|
inputReferenceConfig: import_smithy_client._json,
|
|
3886
4022
|
membershipArn: import_smithy_client.expectString,
|
|
3887
4023
|
membershipId: import_smithy_client.expectString,
|
|
3888
4024
|
name: import_smithy_client.expectString,
|
|
3889
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4025
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3890
4026
|
});
|
|
3891
4027
|
}, "de_IdMappingTableSummary");
|
|
3892
4028
|
var de_IdMappingTableSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3906,21 +4042,21 @@ var de_IdNamespaceAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
|
3906
4042
|
arn: import_smithy_client.expectString,
|
|
3907
4043
|
collaborationArn: import_smithy_client.expectString,
|
|
3908
4044
|
collaborationId: import_smithy_client.expectString,
|
|
3909
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4045
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3910
4046
|
description: import_smithy_client.expectString,
|
|
3911
4047
|
id: import_smithy_client.expectString,
|
|
3912
4048
|
idMappingConfig: import_smithy_client._json,
|
|
3913
4049
|
inputReferenceConfig: import_smithy_client._json,
|
|
3914
|
-
inputReferenceProperties: (_) => de_IdNamespaceAssociationInputReferenceProperties(_, context),
|
|
4050
|
+
inputReferenceProperties: /* @__PURE__ */ __name((_) => de_IdNamespaceAssociationInputReferenceProperties(_, context), "inputReferenceProperties"),
|
|
3915
4051
|
membershipArn: import_smithy_client.expectString,
|
|
3916
4052
|
membershipId: import_smithy_client.expectString,
|
|
3917
4053
|
name: import_smithy_client.expectString,
|
|
3918
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4054
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3919
4055
|
});
|
|
3920
4056
|
}, "de_IdNamespaceAssociation");
|
|
3921
4057
|
var de_IdNamespaceAssociationInputReferenceProperties = /* @__PURE__ */ __name((output, context) => {
|
|
3922
4058
|
return (0, import_smithy_client.take)(output, {
|
|
3923
|
-
idMappingWorkflowsSupported: (_) => de_IdMappingWorkflowsSupported(_, context),
|
|
4059
|
+
idMappingWorkflowsSupported: /* @__PURE__ */ __name((_) => de_IdMappingWorkflowsSupported(_, context), "idMappingWorkflowsSupported"),
|
|
3924
4060
|
idNamespaceType: import_smithy_client.expectString
|
|
3925
4061
|
});
|
|
3926
4062
|
}, "de_IdNamespaceAssociationInputReferenceProperties");
|
|
@@ -3929,7 +4065,7 @@ var de_IdNamespaceAssociationSummary = /* @__PURE__ */ __name((output, context)
|
|
|
3929
4065
|
arn: import_smithy_client.expectString,
|
|
3930
4066
|
collaborationArn: import_smithy_client.expectString,
|
|
3931
4067
|
collaborationId: import_smithy_client.expectString,
|
|
3932
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4068
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3933
4069
|
description: import_smithy_client.expectString,
|
|
3934
4070
|
id: import_smithy_client.expectString,
|
|
3935
4071
|
inputReferenceConfig: import_smithy_client._json,
|
|
@@ -3937,7 +4073,7 @@ var de_IdNamespaceAssociationSummary = /* @__PURE__ */ __name((output, context)
|
|
|
3937
4073
|
membershipArn: import_smithy_client.expectString,
|
|
3938
4074
|
membershipId: import_smithy_client.expectString,
|
|
3939
4075
|
name: import_smithy_client.expectString,
|
|
3940
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4076
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3941
4077
|
});
|
|
3942
4078
|
}, "de_IdNamespaceAssociationSummary");
|
|
3943
4079
|
var de_IdNamespaceAssociationSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3954,15 +4090,17 @@ var de_Membership = /* @__PURE__ */ __name((output, context) => {
|
|
|
3954
4090
|
collaborationCreatorDisplayName: import_smithy_client.expectString,
|
|
3955
4091
|
collaborationId: import_smithy_client.expectString,
|
|
3956
4092
|
collaborationName: import_smithy_client.expectString,
|
|
3957
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4093
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
4094
|
+
defaultJobResultConfiguration: import_smithy_client._json,
|
|
3958
4095
|
defaultResultConfiguration: import_smithy_client._json,
|
|
3959
4096
|
id: import_smithy_client.expectString,
|
|
4097
|
+
jobLogStatus: import_smithy_client.expectString,
|
|
3960
4098
|
memberAbilities: import_smithy_client._json,
|
|
3961
4099
|
mlMemberAbilities: import_smithy_client._json,
|
|
3962
4100
|
paymentConfiguration: import_smithy_client._json,
|
|
3963
4101
|
queryLogStatus: import_smithy_client.expectString,
|
|
3964
4102
|
status: import_smithy_client.expectString,
|
|
3965
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4103
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3966
4104
|
});
|
|
3967
4105
|
}, "de_Membership");
|
|
3968
4106
|
var de_MembershipSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3973,13 +4111,13 @@ var de_MembershipSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3973
4111
|
collaborationCreatorDisplayName: import_smithy_client.expectString,
|
|
3974
4112
|
collaborationId: import_smithy_client.expectString,
|
|
3975
4113
|
collaborationName: import_smithy_client.expectString,
|
|
3976
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4114
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3977
4115
|
id: import_smithy_client.expectString,
|
|
3978
4116
|
memberAbilities: import_smithy_client._json,
|
|
3979
4117
|
mlMemberAbilities: import_smithy_client._json,
|
|
3980
4118
|
paymentConfiguration: import_smithy_client._json,
|
|
3981
4119
|
status: import_smithy_client.expectString,
|
|
3982
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4120
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
3983
4121
|
});
|
|
3984
4122
|
}, "de_MembershipSummary");
|
|
3985
4123
|
var de_MembershipSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3992,14 +4130,14 @@ var de_MemberSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3992
4130
|
return (0, import_smithy_client.take)(output, {
|
|
3993
4131
|
abilities: import_smithy_client._json,
|
|
3994
4132
|
accountId: import_smithy_client.expectString,
|
|
3995
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4133
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
3996
4134
|
displayName: import_smithy_client.expectString,
|
|
3997
4135
|
membershipArn: import_smithy_client.expectString,
|
|
3998
4136
|
membershipId: import_smithy_client.expectString,
|
|
3999
4137
|
mlAbilities: import_smithy_client._json,
|
|
4000
4138
|
paymentConfiguration: import_smithy_client._json,
|
|
4001
4139
|
status: import_smithy_client.expectString,
|
|
4002
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4140
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
4003
4141
|
});
|
|
4004
4142
|
}, "de_MemberSummary");
|
|
4005
4143
|
var de_MemberSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4010,17 +4148,17 @@ var de_MemberSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4010
4148
|
}, "de_MemberSummaryList");
|
|
4011
4149
|
var de_PrivacyBudgetSummary = /* @__PURE__ */ __name((output, context) => {
|
|
4012
4150
|
return (0, import_smithy_client.take)(output, {
|
|
4013
|
-
budget: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
4151
|
+
budget: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "budget"),
|
|
4014
4152
|
collaborationArn: import_smithy_client.expectString,
|
|
4015
4153
|
collaborationId: import_smithy_client.expectString,
|
|
4016
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4154
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
4017
4155
|
id: import_smithy_client.expectString,
|
|
4018
4156
|
membershipArn: import_smithy_client.expectString,
|
|
4019
4157
|
membershipId: import_smithy_client.expectString,
|
|
4020
4158
|
privacyBudgetTemplateArn: import_smithy_client.expectString,
|
|
4021
4159
|
privacyBudgetTemplateId: import_smithy_client.expectString,
|
|
4022
4160
|
type: import_smithy_client.expectString,
|
|
4023
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4161
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
4024
4162
|
});
|
|
4025
4163
|
}, "de_PrivacyBudgetSummary");
|
|
4026
4164
|
var de_PrivacyBudgetSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4035,13 +4173,13 @@ var de_PrivacyBudgetTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
|
4035
4173
|
autoRefresh: import_smithy_client.expectString,
|
|
4036
4174
|
collaborationArn: import_smithy_client.expectString,
|
|
4037
4175
|
collaborationId: import_smithy_client.expectString,
|
|
4038
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4176
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
4039
4177
|
id: import_smithy_client.expectString,
|
|
4040
4178
|
membershipArn: import_smithy_client.expectString,
|
|
4041
4179
|
membershipId: import_smithy_client.expectString,
|
|
4042
|
-
parameters: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
4180
|
+
parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "parameters"),
|
|
4043
4181
|
privacyBudgetType: import_smithy_client.expectString,
|
|
4044
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4182
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
4045
4183
|
});
|
|
4046
4184
|
}, "de_PrivacyBudgetTemplate");
|
|
4047
4185
|
var de_PrivacyBudgetTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4049,12 +4187,12 @@ var de_PrivacyBudgetTemplateSummary = /* @__PURE__ */ __name((output, context) =
|
|
|
4049
4187
|
arn: import_smithy_client.expectString,
|
|
4050
4188
|
collaborationArn: import_smithy_client.expectString,
|
|
4051
4189
|
collaborationId: import_smithy_client.expectString,
|
|
4052
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4190
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
4053
4191
|
id: import_smithy_client.expectString,
|
|
4054
4192
|
membershipArn: import_smithy_client.expectString,
|
|
4055
4193
|
membershipId: import_smithy_client.expectString,
|
|
4056
4194
|
privacyBudgetType: import_smithy_client.expectString,
|
|
4057
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4195
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
4058
4196
|
});
|
|
4059
4197
|
}, "de_PrivacyBudgetTemplateSummary");
|
|
4060
4198
|
var de_PrivacyBudgetTemplateSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4063,11 +4201,47 @@ var de_PrivacyBudgetTemplateSummaryList = /* @__PURE__ */ __name((output, contex
|
|
|
4063
4201
|
});
|
|
4064
4202
|
return retVal;
|
|
4065
4203
|
}, "de_PrivacyBudgetTemplateSummaryList");
|
|
4204
|
+
var de_ProtectedJob = /* @__PURE__ */ __name((output, context) => {
|
|
4205
|
+
return (0, import_smithy_client.take)(output, {
|
|
4206
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
4207
|
+
error: import_smithy_client._json,
|
|
4208
|
+
id: import_smithy_client.expectString,
|
|
4209
|
+
jobParameters: import_smithy_client._json,
|
|
4210
|
+
membershipArn: import_smithy_client.expectString,
|
|
4211
|
+
membershipId: import_smithy_client.expectString,
|
|
4212
|
+
result: import_smithy_client._json,
|
|
4213
|
+
resultConfiguration: import_smithy_client._json,
|
|
4214
|
+
statistics: /* @__PURE__ */ __name((_) => de_ProtectedJobStatistics(_, context), "statistics"),
|
|
4215
|
+
status: import_smithy_client.expectString
|
|
4216
|
+
});
|
|
4217
|
+
}, "de_ProtectedJob");
|
|
4218
|
+
var de_ProtectedJobStatistics = /* @__PURE__ */ __name((output, context) => {
|
|
4219
|
+
return (0, import_smithy_client.take)(output, {
|
|
4220
|
+
billedResourceUtilization: /* @__PURE__ */ __name((_) => de_BilledJobResourceUtilization(_, context), "billedResourceUtilization"),
|
|
4221
|
+
totalDurationInMillis: import_smithy_client.expectLong
|
|
4222
|
+
});
|
|
4223
|
+
}, "de_ProtectedJobStatistics");
|
|
4224
|
+
var de_ProtectedJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
4225
|
+
return (0, import_smithy_client.take)(output, {
|
|
4226
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
4227
|
+
id: import_smithy_client.expectString,
|
|
4228
|
+
membershipArn: import_smithy_client.expectString,
|
|
4229
|
+
membershipId: import_smithy_client.expectString,
|
|
4230
|
+
receiverConfigurations: import_smithy_client._json,
|
|
4231
|
+
status: import_smithy_client.expectString
|
|
4232
|
+
});
|
|
4233
|
+
}, "de_ProtectedJobSummary");
|
|
4234
|
+
var de_ProtectedJobSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
4235
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
4236
|
+
return de_ProtectedJobSummary(entry, context);
|
|
4237
|
+
});
|
|
4238
|
+
return retVal;
|
|
4239
|
+
}, "de_ProtectedJobSummaryList");
|
|
4066
4240
|
var de_ProtectedQuery = /* @__PURE__ */ __name((output, context) => {
|
|
4067
4241
|
return (0, import_smithy_client.take)(output, {
|
|
4068
|
-
computeConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
4069
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4070
|
-
differentialPrivacy: (_) => de_DifferentialPrivacyParameters(_, context),
|
|
4242
|
+
computeConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "computeConfiguration"),
|
|
4243
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
4244
|
+
differentialPrivacy: /* @__PURE__ */ __name((_) => de_DifferentialPrivacyParameters(_, context), "differentialPrivacy"),
|
|
4071
4245
|
error: import_smithy_client._json,
|
|
4072
4246
|
id: import_smithy_client.expectString,
|
|
4073
4247
|
membershipArn: import_smithy_client.expectString,
|
|
@@ -4075,19 +4249,19 @@ var de_ProtectedQuery = /* @__PURE__ */ __name((output, context) => {
|
|
|
4075
4249
|
result: import_smithy_client._json,
|
|
4076
4250
|
resultConfiguration: import_smithy_client._json,
|
|
4077
4251
|
sqlParameters: import_smithy_client._json,
|
|
4078
|
-
statistics: (_) => de_ProtectedQueryStatistics(_, context),
|
|
4252
|
+
statistics: /* @__PURE__ */ __name((_) => de_ProtectedQueryStatistics(_, context), "statistics"),
|
|
4079
4253
|
status: import_smithy_client.expectString
|
|
4080
4254
|
});
|
|
4081
4255
|
}, "de_ProtectedQuery");
|
|
4082
4256
|
var de_ProtectedQueryStatistics = /* @__PURE__ */ __name((output, context) => {
|
|
4083
4257
|
return (0, import_smithy_client.take)(output, {
|
|
4084
|
-
billedResourceUtilization: (_) => de_BilledResourceUtilization(_, context),
|
|
4258
|
+
billedResourceUtilization: /* @__PURE__ */ __name((_) => de_BilledResourceUtilization(_, context), "billedResourceUtilization"),
|
|
4085
4259
|
totalDurationInMillis: import_smithy_client.expectLong
|
|
4086
4260
|
});
|
|
4087
4261
|
}, "de_ProtectedQueryStatistics");
|
|
4088
4262
|
var de_ProtectedQuerySummary = /* @__PURE__ */ __name((output, context) => {
|
|
4089
4263
|
return (0, import_smithy_client.take)(output, {
|
|
4090
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4264
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
4091
4265
|
id: import_smithy_client.expectString,
|
|
4092
4266
|
membershipArn: import_smithy_client.expectString,
|
|
4093
4267
|
membershipId: import_smithy_client.expectString,
|
|
@@ -4108,15 +4282,16 @@ var de_Schema = /* @__PURE__ */ __name((output, context) => {
|
|
|
4108
4282
|
collaborationArn: import_smithy_client.expectString,
|
|
4109
4283
|
collaborationId: import_smithy_client.expectString,
|
|
4110
4284
|
columns: import_smithy_client._json,
|
|
4111
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4285
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
4112
4286
|
creatorAccountId: import_smithy_client.expectString,
|
|
4113
4287
|
description: import_smithy_client.expectString,
|
|
4114
4288
|
name: import_smithy_client.expectString,
|
|
4115
4289
|
partitionKeys: import_smithy_client._json,
|
|
4116
4290
|
schemaStatusDetails: import_smithy_client._json,
|
|
4117
|
-
schemaTypeProperties: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
4291
|
+
schemaTypeProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "schemaTypeProperties"),
|
|
4292
|
+
selectedAnalysisMethods: import_smithy_client._json,
|
|
4118
4293
|
type: import_smithy_client.expectString,
|
|
4119
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4294
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
4120
4295
|
});
|
|
4121
4296
|
}, "de_Schema");
|
|
4122
4297
|
var de_SchemaAnalysisRuleList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4137,11 +4312,12 @@ var de_SchemaSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
4137
4312
|
analysisRuleTypes: import_smithy_client._json,
|
|
4138
4313
|
collaborationArn: import_smithy_client.expectString,
|
|
4139
4314
|
collaborationId: import_smithy_client.expectString,
|
|
4140
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4315
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
4141
4316
|
creatorAccountId: import_smithy_client.expectString,
|
|
4142
4317
|
name: import_smithy_client.expectString,
|
|
4318
|
+
selectedAnalysisMethods: import_smithy_client._json,
|
|
4143
4319
|
type: import_smithy_client.expectString,
|
|
4144
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4320
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateTime")
|
|
4145
4321
|
});
|
|
4146
4322
|
}, "de_SchemaSummary");
|
|
4147
4323
|
var de_SchemaSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4779,10 +4955,168 @@ var GetPrivacyBudgetTemplateCommand = class extends import_smithy_client.Command
|
|
|
4779
4955
|
}
|
|
4780
4956
|
};
|
|
4781
4957
|
|
|
4958
|
+
// src/commands/GetProtectedJobCommand.ts
|
|
4959
|
+
|
|
4960
|
+
|
|
4961
|
+
|
|
4962
|
+
var GetProtectedJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4963
|
+
return [
|
|
4964
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4965
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4966
|
+
];
|
|
4967
|
+
}).s("AWSBastionControlPlaneServiceLambda", "GetProtectedJob", {}).n("CleanRoomsClient", "GetProtectedJobCommand").f(void 0, void 0).ser(se_GetProtectedJobCommand).de(de_GetProtectedJobCommand).build() {
|
|
4968
|
+
static {
|
|
4969
|
+
__name(this, "GetProtectedJobCommand");
|
|
4970
|
+
}
|
|
4971
|
+
};
|
|
4972
|
+
|
|
4782
4973
|
// src/commands/GetProtectedQueryCommand.ts
|
|
4783
4974
|
|
|
4784
4975
|
|
|
4785
4976
|
|
|
4977
|
+
|
|
4978
|
+
// src/models/models_1.ts
|
|
4979
|
+
|
|
4980
|
+
var ProtectedJobStatus = {
|
|
4981
|
+
CANCELLED: "CANCELLED",
|
|
4982
|
+
CANCELLING: "CANCELLING",
|
|
4983
|
+
FAILED: "FAILED",
|
|
4984
|
+
STARTED: "STARTED",
|
|
4985
|
+
SUBMITTED: "SUBMITTED",
|
|
4986
|
+
SUCCESS: "SUCCESS"
|
|
4987
|
+
};
|
|
4988
|
+
var WorkerComputeType = {
|
|
4989
|
+
CR1X: "CR.1X",
|
|
4990
|
+
CR4X: "CR.4X"
|
|
4991
|
+
};
|
|
4992
|
+
var ComputeConfiguration;
|
|
4993
|
+
((ComputeConfiguration2) => {
|
|
4994
|
+
ComputeConfiguration2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
4995
|
+
if (value.worker !== void 0) return visitor.worker(value.worker);
|
|
4996
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
4997
|
+
}, "visit");
|
|
4998
|
+
})(ComputeConfiguration || (ComputeConfiguration = {}));
|
|
4999
|
+
var ProtectedQueryOutput;
|
|
5000
|
+
((ProtectedQueryOutput2) => {
|
|
5001
|
+
ProtectedQueryOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5002
|
+
if (value.s3 !== void 0) return visitor.s3(value.s3);
|
|
5003
|
+
if (value.memberList !== void 0) return visitor.memberList(value.memberList);
|
|
5004
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5005
|
+
}, "visit");
|
|
5006
|
+
})(ProtectedQueryOutput || (ProtectedQueryOutput = {}));
|
|
5007
|
+
var ProtectedQueryOutputConfiguration;
|
|
5008
|
+
((ProtectedQueryOutputConfiguration2) => {
|
|
5009
|
+
ProtectedQueryOutputConfiguration2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5010
|
+
if (value.s3 !== void 0) return visitor.s3(value.s3);
|
|
5011
|
+
if (value.member !== void 0) return visitor.member(value.member);
|
|
5012
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5013
|
+
}, "visit");
|
|
5014
|
+
})(ProtectedQueryOutputConfiguration || (ProtectedQueryOutputConfiguration = {}));
|
|
5015
|
+
var ProtectedQueryStatus = {
|
|
5016
|
+
CANCELLED: "CANCELLED",
|
|
5017
|
+
CANCELLING: "CANCELLING",
|
|
5018
|
+
FAILED: "FAILED",
|
|
5019
|
+
STARTED: "STARTED",
|
|
5020
|
+
SUBMITTED: "SUBMITTED",
|
|
5021
|
+
SUCCESS: "SUCCESS",
|
|
5022
|
+
TIMED_OUT: "TIMED_OUT"
|
|
5023
|
+
};
|
|
5024
|
+
var ProtectedJobAnalysisType = {
|
|
5025
|
+
DIRECT_ANALYSIS: "DIRECT_ANALYSIS"
|
|
5026
|
+
};
|
|
5027
|
+
var ProtectedJobConfigurationDetails;
|
|
5028
|
+
((ProtectedJobConfigurationDetails2) => {
|
|
5029
|
+
ProtectedJobConfigurationDetails2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5030
|
+
if (value.directAnalysisConfigurationDetails !== void 0)
|
|
5031
|
+
return visitor.directAnalysisConfigurationDetails(value.directAnalysisConfigurationDetails);
|
|
5032
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5033
|
+
}, "visit");
|
|
5034
|
+
})(ProtectedJobConfigurationDetails || (ProtectedJobConfigurationDetails = {}));
|
|
5035
|
+
var ConfigurationDetails;
|
|
5036
|
+
((ConfigurationDetails2) => {
|
|
5037
|
+
ConfigurationDetails2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5038
|
+
if (value.directAnalysisConfigurationDetails !== void 0)
|
|
5039
|
+
return visitor.directAnalysisConfigurationDetails(value.directAnalysisConfigurationDetails);
|
|
5040
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5041
|
+
}, "visit");
|
|
5042
|
+
})(ConfigurationDetails || (ConfigurationDetails = {}));
|
|
5043
|
+
var PreviewPrivacyImpactParametersInput;
|
|
5044
|
+
((PreviewPrivacyImpactParametersInput2) => {
|
|
5045
|
+
PreviewPrivacyImpactParametersInput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5046
|
+
if (value.differentialPrivacy !== void 0) return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
5047
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5048
|
+
}, "visit");
|
|
5049
|
+
})(PreviewPrivacyImpactParametersInput || (PreviewPrivacyImpactParametersInput = {}));
|
|
5050
|
+
var PrivacyImpact;
|
|
5051
|
+
((PrivacyImpact2) => {
|
|
5052
|
+
PrivacyImpact2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5053
|
+
if (value.differentialPrivacy !== void 0) return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
5054
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5055
|
+
}, "visit");
|
|
5056
|
+
})(PrivacyImpact || (PrivacyImpact = {}));
|
|
5057
|
+
var ProtectedJobOutputConfigurationInput;
|
|
5058
|
+
((ProtectedJobOutputConfigurationInput2) => {
|
|
5059
|
+
ProtectedJobOutputConfigurationInput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5060
|
+
if (value.member !== void 0) return visitor.member(value.member);
|
|
5061
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5062
|
+
}, "visit");
|
|
5063
|
+
})(ProtectedJobOutputConfigurationInput || (ProtectedJobOutputConfigurationInput = {}));
|
|
5064
|
+
var ProtectedJobType = {
|
|
5065
|
+
PYSPARK: "PYSPARK"
|
|
5066
|
+
};
|
|
5067
|
+
var ProtectedQueryType = {
|
|
5068
|
+
SQL: "SQL"
|
|
5069
|
+
};
|
|
5070
|
+
var TargetProtectedJobStatus = {
|
|
5071
|
+
CANCELLED: "CANCELLED"
|
|
5072
|
+
};
|
|
5073
|
+
var TargetProtectedQueryStatus = {
|
|
5074
|
+
CANCELLED: "CANCELLED"
|
|
5075
|
+
};
|
|
5076
|
+
var PrivacyBudgetTemplateParametersInput;
|
|
5077
|
+
((PrivacyBudgetTemplateParametersInput2) => {
|
|
5078
|
+
PrivacyBudgetTemplateParametersInput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5079
|
+
if (value.differentialPrivacy !== void 0) return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
5080
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5081
|
+
}, "visit");
|
|
5082
|
+
})(PrivacyBudgetTemplateParametersInput || (PrivacyBudgetTemplateParametersInput = {}));
|
|
5083
|
+
var PrivacyBudgetTemplateUpdateParameters;
|
|
5084
|
+
((PrivacyBudgetTemplateUpdateParameters2) => {
|
|
5085
|
+
PrivacyBudgetTemplateUpdateParameters2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5086
|
+
if (value.differentialPrivacy !== void 0) return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
5087
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5088
|
+
}, "visit");
|
|
5089
|
+
})(PrivacyBudgetTemplateUpdateParameters || (PrivacyBudgetTemplateUpdateParameters = {}));
|
|
5090
|
+
var ProtectedQuerySQLParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5091
|
+
...obj
|
|
5092
|
+
}), "ProtectedQuerySQLParametersFilterSensitiveLog");
|
|
5093
|
+
var ProtectedQueryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5094
|
+
...obj,
|
|
5095
|
+
...obj.sqlParameters && { sqlParameters: import_smithy_client.SENSITIVE_STRING },
|
|
5096
|
+
...obj.resultConfiguration && { resultConfiguration: obj.resultConfiguration },
|
|
5097
|
+
...obj.result && { result: obj.result },
|
|
5098
|
+
...obj.computeConfiguration && { computeConfiguration: obj.computeConfiguration }
|
|
5099
|
+
}), "ProtectedQueryFilterSensitiveLog");
|
|
5100
|
+
var GetProtectedQueryOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5101
|
+
...obj,
|
|
5102
|
+
...obj.protectedQuery && { protectedQuery: ProtectedQueryFilterSensitiveLog(obj.protectedQuery) }
|
|
5103
|
+
}), "GetProtectedQueryOutputFilterSensitiveLog");
|
|
5104
|
+
var StartProtectedQueryInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5105
|
+
...obj,
|
|
5106
|
+
...obj.sqlParameters && { sqlParameters: import_smithy_client.SENSITIVE_STRING },
|
|
5107
|
+
...obj.resultConfiguration && { resultConfiguration: obj.resultConfiguration },
|
|
5108
|
+
...obj.computeConfiguration && { computeConfiguration: obj.computeConfiguration }
|
|
5109
|
+
}), "StartProtectedQueryInputFilterSensitiveLog");
|
|
5110
|
+
var StartProtectedQueryOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5111
|
+
...obj,
|
|
5112
|
+
...obj.protectedQuery && { protectedQuery: ProtectedQueryFilterSensitiveLog(obj.protectedQuery) }
|
|
5113
|
+
}), "StartProtectedQueryOutputFilterSensitiveLog");
|
|
5114
|
+
var UpdateProtectedQueryOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5115
|
+
...obj,
|
|
5116
|
+
...obj.protectedQuery && { protectedQuery: ProtectedQueryFilterSensitiveLog(obj.protectedQuery) }
|
|
5117
|
+
}), "UpdateProtectedQueryOutputFilterSensitiveLog");
|
|
5118
|
+
|
|
5119
|
+
// src/commands/GetProtectedQueryCommand.ts
|
|
4786
5120
|
var GetProtectedQueryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4787
5121
|
return [
|
|
4788
5122
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -5064,6 +5398,21 @@ var ListPrivacyBudgetTemplatesCommand = class extends import_smithy_client.Comma
|
|
|
5064
5398
|
}
|
|
5065
5399
|
};
|
|
5066
5400
|
|
|
5401
|
+
// src/commands/ListProtectedJobsCommand.ts
|
|
5402
|
+
|
|
5403
|
+
|
|
5404
|
+
|
|
5405
|
+
var ListProtectedJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5406
|
+
return [
|
|
5407
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5408
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5409
|
+
];
|
|
5410
|
+
}).s("AWSBastionControlPlaneServiceLambda", "ListProtectedJobs", {}).n("CleanRoomsClient", "ListProtectedJobsCommand").f(void 0, void 0).ser(se_ListProtectedJobsCommand).de(de_ListProtectedJobsCommand).build() {
|
|
5411
|
+
static {
|
|
5412
|
+
__name(this, "ListProtectedJobsCommand");
|
|
5413
|
+
}
|
|
5414
|
+
};
|
|
5415
|
+
|
|
5067
5416
|
// src/commands/ListProtectedQueriesCommand.ts
|
|
5068
5417
|
|
|
5069
5418
|
|
|
@@ -5139,67 +5488,25 @@ var PreviewPrivacyImpactCommand = class extends import_smithy_client.Command.cla
|
|
|
5139
5488
|
}
|
|
5140
5489
|
};
|
|
5141
5490
|
|
|
5142
|
-
// src/commands/
|
|
5143
|
-
|
|
5491
|
+
// src/commands/StartProtectedJobCommand.ts
|
|
5144
5492
|
|
|
5145
5493
|
|
|
5146
5494
|
|
|
5147
|
-
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
((
|
|
5151
|
-
|
|
5152
|
-
|
|
5153
|
-
|
|
5154
|
-
|
|
5155
|
-
}
|
|
5156
|
-
})(PreviewPrivacyImpactParametersInput || (PreviewPrivacyImpactParametersInput = {}));
|
|
5157
|
-
var PrivacyImpact;
|
|
5158
|
-
((PrivacyImpact2) => {
|
|
5159
|
-
PrivacyImpact2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5160
|
-
if (value.differentialPrivacy !== void 0)
|
|
5161
|
-
return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
5162
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5163
|
-
}, "visit");
|
|
5164
|
-
})(PrivacyImpact || (PrivacyImpact = {}));
|
|
5165
|
-
var ProtectedQueryType = {
|
|
5166
|
-
SQL: "SQL"
|
|
5167
|
-
};
|
|
5168
|
-
var TargetProtectedQueryStatus = {
|
|
5169
|
-
CANCELLED: "CANCELLED"
|
|
5495
|
+
var StartProtectedJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5496
|
+
return [
|
|
5497
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5498
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5499
|
+
];
|
|
5500
|
+
}).s("AWSBastionControlPlaneServiceLambda", "StartProtectedJob", {}).n("CleanRoomsClient", "StartProtectedJobCommand").f(void 0, void 0).ser(se_StartProtectedJobCommand).de(de_StartProtectedJobCommand).build() {
|
|
5501
|
+
static {
|
|
5502
|
+
__name(this, "StartProtectedJobCommand");
|
|
5503
|
+
}
|
|
5170
5504
|
};
|
|
5171
|
-
var PrivacyBudgetTemplateParametersInput;
|
|
5172
|
-
((PrivacyBudgetTemplateParametersInput2) => {
|
|
5173
|
-
PrivacyBudgetTemplateParametersInput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5174
|
-
if (value.differentialPrivacy !== void 0)
|
|
5175
|
-
return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
5176
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5177
|
-
}, "visit");
|
|
5178
|
-
})(PrivacyBudgetTemplateParametersInput || (PrivacyBudgetTemplateParametersInput = {}));
|
|
5179
|
-
var PrivacyBudgetTemplateUpdateParameters;
|
|
5180
|
-
((PrivacyBudgetTemplateUpdateParameters2) => {
|
|
5181
|
-
PrivacyBudgetTemplateUpdateParameters2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
5182
|
-
if (value.differentialPrivacy !== void 0)
|
|
5183
|
-
return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
5184
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
5185
|
-
}, "visit");
|
|
5186
|
-
})(PrivacyBudgetTemplateUpdateParameters || (PrivacyBudgetTemplateUpdateParameters = {}));
|
|
5187
|
-
var StartProtectedQueryInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5188
|
-
...obj,
|
|
5189
|
-
...obj.sqlParameters && { sqlParameters: import_smithy_client.SENSITIVE_STRING },
|
|
5190
|
-
...obj.resultConfiguration && { resultConfiguration: obj.resultConfiguration },
|
|
5191
|
-
...obj.computeConfiguration && { computeConfiguration: obj.computeConfiguration }
|
|
5192
|
-
}), "StartProtectedQueryInputFilterSensitiveLog");
|
|
5193
|
-
var StartProtectedQueryOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5194
|
-
...obj,
|
|
5195
|
-
...obj.protectedQuery && { protectedQuery: ProtectedQueryFilterSensitiveLog(obj.protectedQuery) }
|
|
5196
|
-
}), "StartProtectedQueryOutputFilterSensitiveLog");
|
|
5197
|
-
var UpdateProtectedQueryOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5198
|
-
...obj,
|
|
5199
|
-
...obj.protectedQuery && { protectedQuery: ProtectedQueryFilterSensitiveLog(obj.protectedQuery) }
|
|
5200
|
-
}), "UpdateProtectedQueryOutputFilterSensitiveLog");
|
|
5201
5505
|
|
|
5202
5506
|
// src/commands/StartProtectedQueryCommand.ts
|
|
5507
|
+
|
|
5508
|
+
|
|
5509
|
+
|
|
5203
5510
|
var StartProtectedQueryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5204
5511
|
return [
|
|
5205
5512
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -5406,6 +5713,21 @@ var UpdatePrivacyBudgetTemplateCommand = class extends import_smithy_client.Comm
|
|
|
5406
5713
|
}
|
|
5407
5714
|
};
|
|
5408
5715
|
|
|
5716
|
+
// src/commands/UpdateProtectedJobCommand.ts
|
|
5717
|
+
|
|
5718
|
+
|
|
5719
|
+
|
|
5720
|
+
var UpdateProtectedJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5721
|
+
return [
|
|
5722
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5723
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5724
|
+
];
|
|
5725
|
+
}).s("AWSBastionControlPlaneServiceLambda", "UpdateProtectedJob", {}).n("CleanRoomsClient", "UpdateProtectedJobCommand").f(void 0, void 0).ser(se_UpdateProtectedJobCommand).de(de_UpdateProtectedJobCommand).build() {
|
|
5726
|
+
static {
|
|
5727
|
+
__name(this, "UpdateProtectedJobCommand");
|
|
5728
|
+
}
|
|
5729
|
+
};
|
|
5730
|
+
|
|
5409
5731
|
// src/commands/UpdateProtectedQueryCommand.ts
|
|
5410
5732
|
|
|
5411
5733
|
|
|
@@ -5464,6 +5786,7 @@ var commands = {
|
|
|
5464
5786
|
GetIdNamespaceAssociationCommand,
|
|
5465
5787
|
GetMembershipCommand,
|
|
5466
5788
|
GetPrivacyBudgetTemplateCommand,
|
|
5789
|
+
GetProtectedJobCommand,
|
|
5467
5790
|
GetProtectedQueryCommand,
|
|
5468
5791
|
GetSchemaCommand,
|
|
5469
5792
|
GetSchemaAnalysisRuleCommand,
|
|
@@ -5483,11 +5806,13 @@ var commands = {
|
|
|
5483
5806
|
ListMembershipsCommand,
|
|
5484
5807
|
ListPrivacyBudgetsCommand,
|
|
5485
5808
|
ListPrivacyBudgetTemplatesCommand,
|
|
5809
|
+
ListProtectedJobsCommand,
|
|
5486
5810
|
ListProtectedQueriesCommand,
|
|
5487
5811
|
ListSchemasCommand,
|
|
5488
5812
|
ListTagsForResourceCommand,
|
|
5489
5813
|
PopulateIdMappingTableCommand,
|
|
5490
5814
|
PreviewPrivacyImpactCommand,
|
|
5815
|
+
StartProtectedJobCommand,
|
|
5491
5816
|
StartProtectedQueryCommand,
|
|
5492
5817
|
TagResourceCommand,
|
|
5493
5818
|
UntagResourceCommand,
|
|
@@ -5502,6 +5827,7 @@ var commands = {
|
|
|
5502
5827
|
UpdateIdNamespaceAssociationCommand,
|
|
5503
5828
|
UpdateMembershipCommand,
|
|
5504
5829
|
UpdatePrivacyBudgetTemplateCommand,
|
|
5830
|
+
UpdateProtectedJobCommand,
|
|
5505
5831
|
UpdateProtectedQueryCommand
|
|
5506
5832
|
};
|
|
5507
5833
|
var CleanRooms = class extends CleanRoomsClient {
|
|
@@ -5581,6 +5907,10 @@ var paginateListPrivacyBudgetTemplates = (0, import_core.createPaginator)(CleanR
|
|
|
5581
5907
|
|
|
5582
5908
|
var paginateListPrivacyBudgets = (0, import_core.createPaginator)(CleanRoomsClient, ListPrivacyBudgetsCommand, "nextToken", "nextToken", "maxResults");
|
|
5583
5909
|
|
|
5910
|
+
// src/pagination/ListProtectedJobsPaginator.ts
|
|
5911
|
+
|
|
5912
|
+
var paginateListProtectedJobs = (0, import_core.createPaginator)(CleanRoomsClient, ListProtectedJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
5913
|
+
|
|
5584
5914
|
// src/pagination/ListProtectedQueriesPaginator.ts
|
|
5585
5915
|
|
|
5586
5916
|
var paginateListProtectedQueries = (0, import_core.createPaginator)(CleanRoomsClient, ListProtectedQueriesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -5637,6 +5967,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
5637
5967
|
GetIdNamespaceAssociationCommand,
|
|
5638
5968
|
GetMembershipCommand,
|
|
5639
5969
|
GetPrivacyBudgetTemplateCommand,
|
|
5970
|
+
GetProtectedJobCommand,
|
|
5640
5971
|
GetProtectedQueryCommand,
|
|
5641
5972
|
GetSchemaAnalysisRuleCommand,
|
|
5642
5973
|
GetSchemaCommand,
|
|
@@ -5656,11 +5987,13 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
5656
5987
|
ListMembershipsCommand,
|
|
5657
5988
|
ListPrivacyBudgetTemplatesCommand,
|
|
5658
5989
|
ListPrivacyBudgetsCommand,
|
|
5990
|
+
ListProtectedJobsCommand,
|
|
5659
5991
|
ListProtectedQueriesCommand,
|
|
5660
5992
|
ListSchemasCommand,
|
|
5661
5993
|
ListTagsForResourceCommand,
|
|
5662
5994
|
PopulateIdMappingTableCommand,
|
|
5663
5995
|
PreviewPrivacyImpactCommand,
|
|
5996
|
+
StartProtectedJobCommand,
|
|
5664
5997
|
StartProtectedQueryCommand,
|
|
5665
5998
|
TagResourceCommand,
|
|
5666
5999
|
UntagResourceCommand,
|
|
@@ -5675,6 +6008,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
5675
6008
|
UpdateIdNamespaceAssociationCommand,
|
|
5676
6009
|
UpdateMembershipCommand,
|
|
5677
6010
|
UpdatePrivacyBudgetTemplateCommand,
|
|
6011
|
+
UpdateProtectedJobCommand,
|
|
5678
6012
|
UpdateProtectedQueryCommand,
|
|
5679
6013
|
paginateListAnalysisTemplates,
|
|
5680
6014
|
paginateListCollaborationAnalysisTemplates,
|
|
@@ -5692,6 +6026,7 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
5692
6026
|
paginateListMemberships,
|
|
5693
6027
|
paginateListPrivacyBudgetTemplates,
|
|
5694
6028
|
paginateListPrivacyBudgets,
|
|
6029
|
+
paginateListProtectedJobs,
|
|
5695
6030
|
paginateListProtectedQueries,
|
|
5696
6031
|
paginateListSchemas,
|
|
5697
6032
|
AccessDeniedExceptionReason,
|
|
@@ -5702,14 +6037,19 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
5702
6037
|
AnalysisFormat,
|
|
5703
6038
|
AnalysisMethod,
|
|
5704
6039
|
ParameterType,
|
|
6040
|
+
ConfiguredTableAssociationAnalysisRulePolicyV1,
|
|
6041
|
+
ConfiguredTableAssociationAnalysisRulePolicy,
|
|
5705
6042
|
JoinOperator,
|
|
5706
6043
|
JoinRequiredOption,
|
|
5707
6044
|
ScalarFunctions,
|
|
6045
|
+
ConsolidatedPolicyV1,
|
|
6046
|
+
ConsolidatedPolicy,
|
|
5708
6047
|
QueryConstraint,
|
|
5709
6048
|
AnalysisRulePolicyV1,
|
|
5710
6049
|
AnalysisRulePolicy,
|
|
5711
6050
|
AnalysisRuleType,
|
|
5712
6051
|
AnalysisSource,
|
|
6052
|
+
AnalysisSourceMetadata,
|
|
5713
6053
|
AnalysisTemplateValidationStatus,
|
|
5714
6054
|
AnalysisTemplateValidationType,
|
|
5715
6055
|
ConflictExceptionReason,
|
|
@@ -5728,9 +6068,11 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
5728
6068
|
SchemaStatus,
|
|
5729
6069
|
IdNamespaceType,
|
|
5730
6070
|
SchemaTypeProperties,
|
|
6071
|
+
SelectedAnalysisMethod,
|
|
5731
6072
|
SchemaType,
|
|
5732
6073
|
MemberAbility,
|
|
5733
6074
|
CustomMLMemberAbility,
|
|
6075
|
+
CollaborationJobLogStatus,
|
|
5734
6076
|
CollaborationQueryLogStatus,
|
|
5735
6077
|
MemberStatus,
|
|
5736
6078
|
PrivacyBudgetTemplateAutoRefresh,
|
|
@@ -5740,23 +6082,19 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
5740
6082
|
PrivacyBudget,
|
|
5741
6083
|
FilterableMemberStatus,
|
|
5742
6084
|
ConfiguredTableAssociationAnalysisRuleType,
|
|
5743
|
-
ConfiguredTableAssociationAnalysisRulePolicyV1,
|
|
5744
|
-
ConfiguredTableAssociationAnalysisRulePolicy,
|
|
5745
6085
|
SnowflakeTableSchema,
|
|
5746
6086
|
TableReference,
|
|
5747
6087
|
ConfiguredTableAnalysisRuleType,
|
|
5748
6088
|
ConfiguredTableAnalysisRulePolicyV1,
|
|
5749
6089
|
ConfiguredTableAnalysisRulePolicy,
|
|
6090
|
+
MembershipProtectedJobOutputConfiguration,
|
|
5750
6091
|
ResultFormat,
|
|
5751
6092
|
MembershipProtectedQueryOutputConfiguration,
|
|
6093
|
+
MembershipJobLogStatus,
|
|
5752
6094
|
MembershipQueryLogStatus,
|
|
5753
6095
|
MembershipStatus,
|
|
5754
|
-
|
|
5755
|
-
|
|
5756
|
-
ProtectedQueryOutput,
|
|
5757
|
-
ProtectedQueryOutputConfiguration,
|
|
5758
|
-
ProtectedQueryStatus,
|
|
5759
|
-
ConfigurationDetails,
|
|
6096
|
+
ProtectedJobOutput,
|
|
6097
|
+
ProtectedJobOutputConfigurationOutput,
|
|
5760
6098
|
AnalysisParameterFilterSensitiveLog,
|
|
5761
6099
|
AnalysisSourceFilterSensitiveLog,
|
|
5762
6100
|
AnalysisTemplateFilterSensitiveLog,
|
|
@@ -5767,15 +6105,27 @@ var paginateListSchemas = (0, import_core.createPaginator)(CleanRoomsClient, Lis
|
|
|
5767
6105
|
CollaborationAnalysisTemplateFilterSensitiveLog,
|
|
5768
6106
|
BatchGetCollaborationAnalysisTemplateOutputFilterSensitiveLog,
|
|
5769
6107
|
GetCollaborationAnalysisTemplateOutputFilterSensitiveLog,
|
|
5770
|
-
|
|
5771
|
-
|
|
5772
|
-
|
|
6108
|
+
ProtectedJobStatus,
|
|
6109
|
+
WorkerComputeType,
|
|
6110
|
+
ComputeConfiguration,
|
|
6111
|
+
ProtectedQueryOutput,
|
|
6112
|
+
ProtectedQueryOutputConfiguration,
|
|
6113
|
+
ProtectedQueryStatus,
|
|
6114
|
+
ProtectedJobAnalysisType,
|
|
6115
|
+
ProtectedJobConfigurationDetails,
|
|
6116
|
+
ConfigurationDetails,
|
|
5773
6117
|
PreviewPrivacyImpactParametersInput,
|
|
5774
6118
|
PrivacyImpact,
|
|
6119
|
+
ProtectedJobOutputConfigurationInput,
|
|
6120
|
+
ProtectedJobType,
|
|
5775
6121
|
ProtectedQueryType,
|
|
6122
|
+
TargetProtectedJobStatus,
|
|
5776
6123
|
TargetProtectedQueryStatus,
|
|
5777
6124
|
PrivacyBudgetTemplateParametersInput,
|
|
5778
6125
|
PrivacyBudgetTemplateUpdateParameters,
|
|
6126
|
+
ProtectedQuerySQLParametersFilterSensitiveLog,
|
|
6127
|
+
ProtectedQueryFilterSensitiveLog,
|
|
6128
|
+
GetProtectedQueryOutputFilterSensitiveLog,
|
|
5779
6129
|
StartProtectedQueryInputFilterSensitiveLog,
|
|
5780
6130
|
StartProtectedQueryOutputFilterSensitiveLog,
|
|
5781
6131
|
UpdateProtectedQueryOutputFilterSensitiveLog
|