@aws-sdk/client-cleanrooms 3.987.0 → 3.989.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var CleanRoomsServiceException = require('./models/CleanRoomsServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,3272 +113,6 @@ class CleanRoomsClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class CleanRoomsServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, CleanRoomsServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends CleanRoomsServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- reason;
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- this.reason = opts.reason;
132
- }
133
- }
134
- class ConflictException extends CleanRoomsServiceException {
135
- name = "ConflictException";
136
- $fault = "client";
137
- resourceId;
138
- resourceType;
139
- reason;
140
- constructor(opts) {
141
- super({
142
- name: "ConflictException",
143
- $fault: "client",
144
- ...opts,
145
- });
146
- Object.setPrototypeOf(this, ConflictException.prototype);
147
- this.resourceId = opts.resourceId;
148
- this.resourceType = opts.resourceType;
149
- this.reason = opts.reason;
150
- }
151
- }
152
- class InternalServerException extends CleanRoomsServiceException {
153
- name = "InternalServerException";
154
- $fault = "server";
155
- constructor(opts) {
156
- super({
157
- name: "InternalServerException",
158
- $fault: "server",
159
- ...opts,
160
- });
161
- Object.setPrototypeOf(this, InternalServerException.prototype);
162
- }
163
- }
164
- class ResourceNotFoundException extends CleanRoomsServiceException {
165
- name = "ResourceNotFoundException";
166
- $fault = "client";
167
- resourceId;
168
- resourceType;
169
- constructor(opts) {
170
- super({
171
- name: "ResourceNotFoundException",
172
- $fault: "client",
173
- ...opts,
174
- });
175
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
176
- this.resourceId = opts.resourceId;
177
- this.resourceType = opts.resourceType;
178
- }
179
- }
180
- class ServiceQuotaExceededException extends CleanRoomsServiceException {
181
- name = "ServiceQuotaExceededException";
182
- $fault = "client";
183
- quotaName;
184
- quotaValue;
185
- constructor(opts) {
186
- super({
187
- name: "ServiceQuotaExceededException",
188
- $fault: "client",
189
- ...opts,
190
- });
191
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
192
- this.quotaName = opts.quotaName;
193
- this.quotaValue = opts.quotaValue;
194
- }
195
- }
196
- class ThrottlingException extends CleanRoomsServiceException {
197
- name = "ThrottlingException";
198
- $fault = "client";
199
- constructor(opts) {
200
- super({
201
- name: "ThrottlingException",
202
- $fault: "client",
203
- ...opts,
204
- });
205
- Object.setPrototypeOf(this, ThrottlingException.prototype);
206
- }
207
- }
208
- class ValidationException extends CleanRoomsServiceException {
209
- name = "ValidationException";
210
- $fault = "client";
211
- reason;
212
- fieldList;
213
- constructor(opts) {
214
- super({
215
- name: "ValidationException",
216
- $fault: "client",
217
- ...opts,
218
- });
219
- Object.setPrototypeOf(this, ValidationException.prototype);
220
- this.reason = opts.reason;
221
- this.fieldList = opts.fieldList;
222
- }
223
- }
224
-
225
- const _AB = "AccessBudget";
226
- const _ABD = "AccessBudgetDetails";
227
- const _ABDL = "AccessBudgetDetailsList";
228
- const _ABPTPI = "AccessBudgetsPrivacyTemplateParametersInput";
229
- const _ABPTPO = "AccessBudgetsPrivacyTemplateParametersOutput";
230
- const _ABPTUP = "AccessBudgetsPrivacyTemplateUpdateParameters";
231
- const _AC = "AggregateColumn";
232
- const _ACL = "AggregateColumnList";
233
- const _ACg = "AggregationConstraint";
234
- const _ACgg = "AggregationConstraints";
235
- const _ADE = "AccessDeniedException";
236
- const _AP = "AnalysisParameter";
237
- const _APL = "AnalysisParameterList";
238
- const _AR = "AnalysisRule";
239
- const _ARA = "AnalysisRuleAggregation";
240
- const _ARC = "AnalysisRuleCustom";
241
- const _ARIMT = "AnalysisRuleIdMappingTable";
242
- const _ARL = "AnalysisRuleList";
243
- const _ARP = "AnalysisRulePolicy";
244
- const _ARPV = "AnalysisRulePolicyV1";
245
- const _AS = "AnalysisSchema";
246
- const _ASD = "ApprovalStatusDetails";
247
- const _ASM = "AnalysisSourceMetadata";
248
- const _ASn = "AnalysisSource";
249
- const _ASp = "ApprovalStatuses";
250
- const _AT = "AnalysisTemplate";
251
- const _ATA = "AnalysisTemplateArtifact";
252
- const _ATAL = "AnalysisTemplateArtifactList";
253
- const _ATAM = "AnalysisTemplateArtifactMetadata";
254
- const _ATAn = "AnalysisTemplateArtifacts";
255
- const _ATR = "AthenaTableReference";
256
- const _ATS = "AnalysisTemplateSummary";
257
- const _ATSL = "AnalysisTemplateSummaryList";
258
- const _ATT = "AnalysisTemplateText";
259
- const _ATVSD = "AnalysisTemplateValidationStatusDetail";
260
- const _ATVSDL = "AnalysisTemplateValidationStatusDetailList";
261
- const _ATVSR = "AnalysisTemplateValidationStatusReason";
262
- const _ATVSRL = "AnalysisTemplateValidationStatusReasonList";
263
- const _BGCAT = "BatchGetCollaborationAnalysisTemplate";
264
- const _BGCATE = "BatchGetCollaborationAnalysisTemplateError";
265
- const _BGCATEL = "BatchGetCollaborationAnalysisTemplateErrorList";
266
- const _BGCATI = "BatchGetCollaborationAnalysisTemplateInput";
267
- const _BGCATO = "BatchGetCollaborationAnalysisTemplateOutput";
268
- const _BGS = "BatchGetSchema";
269
- const _BGSAR = "BatchGetSchemaAnalysisRule";
270
- const _BGSARE = "BatchGetSchemaAnalysisRuleError";
271
- const _BGSAREL = "BatchGetSchemaAnalysisRuleErrorList";
272
- const _BGSARI = "BatchGetSchemaAnalysisRuleInput";
273
- const _BGSARO = "BatchGetSchemaAnalysisRuleOutput";
274
- const _BGSE = "BatchGetSchemaError";
275
- const _BGSEL = "BatchGetSchemaErrorList";
276
- const _BGSI = "BatchGetSchemaInput";
277
- const _BGSO = "BatchGetSchemaOutput";
278
- const _BJRU = "BilledJobResourceUtilization";
279
- const _BP = "BudgetParameter";
280
- const _BPu = "BudgetParameters";
281
- const _BRU = "BilledResourceUtilization";
282
- const _C = "Change";
283
- const _CAMA = "ConfiguredAudienceModelAssociation";
284
- const _CAMAS = "ConfiguredAudienceModelAssociationSummary";
285
- const _CAMASL = "ConfiguredAudienceModelAssociationSummaryList";
286
- const _CAT = "CollaborationAnalysisTemplate";
287
- const _CATI = "CreateAnalysisTemplateInput";
288
- const _CATL = "CollaborationAnalysisTemplateList";
289
- const _CATO = "CreateAnalysisTemplateOutput";
290
- const _CATS = "CollaborationAnalysisTemplateSummary";
291
- const _CATSL = "CollaborationAnalysisTemplateSummaryList";
292
- const _CATr = "CreateAnalysisTemplate";
293
- const _CC = "ComputeConfiguration";
294
- const _CCAMA = "CollaborationConfiguredAudienceModelAssociation";
295
- const _CCAMAI = "CreateConfiguredAudienceModelAssociationInput";
296
- const _CCAMAO = "CreateConfiguredAudienceModelAssociationOutput";
297
- const _CCAMAS = "CollaborationConfiguredAudienceModelAssociationSummary";
298
- const _CCAMASL = "CollaborationConfiguredAudienceModelAssociationSummaryList";
299
- const _CCAMAr = "CreateConfiguredAudienceModelAssociation";
300
- const _CCCR = "CreateCollaborationChangeRequest";
301
- const _CCCRI = "CreateCollaborationChangeRequestInput";
302
- const _CCCRO = "CreateCollaborationChangeRequestOutput";
303
- const _CCD = "ColumnClassificationDetails";
304
- const _CCI = "CreateCollaborationInput";
305
- const _CCO = "CreateCollaborationOutput";
306
- const _CCR = "CollaborationChangeRequest";
307
- const _CCRS = "CollaborationChangeRequestSummary";
308
- const _CCRSL = "CollaborationChangeRequestSummaryList";
309
- const _CCS = "CollaborationChangeSpecification";
310
- const _CCT = "CreateConfiguredTable";
311
- const _CCTA = "CreateConfiguredTableAssociation";
312
- const _CCTAAR = "CreateConfiguredTableAssociationAnalysisRule";
313
- const _CCTAARI = "CreateConfiguredTableAssociationAnalysisRuleInput";
314
- const _CCTAARO = "CreateConfiguredTableAssociationAnalysisRuleOutput";
315
- const _CCTAI = "CreateConfiguredTableAssociationInput";
316
- const _CCTAO = "CreateConfiguredTableAssociationOutput";
317
- const _CCTAR = "CreateConfiguredTableAnalysisRule";
318
- const _CCTARI = "CreateConfiguredTableAnalysisRuleInput";
319
- const _CCTARO = "CreateConfiguredTableAnalysisRuleOutput";
320
- const _CCTI = "CreateConfiguredTableInput";
321
- const _CCTO = "CreateConfiguredTableOutput";
322
- const _CCr = "CreateCollaboration";
323
- const _CD = "ConfigurationDetails";
324
- const _CE = "ConflictException";
325
- const _CI = "ChangeInput";
326
- const _CIL = "ChangeInputList";
327
- const _CIMT = "CreateIdMappingTable";
328
- const _CIMTI = "CreateIdMappingTableInput";
329
- const _CIMTO = "CreateIdMappingTableOutput";
330
- const _CINA = "CollaborationIdNamespaceAssociation";
331
- const _CINAI = "CreateIdNamespaceAssociationInput";
332
- const _CINAO = "CreateIdNamespaceAssociationOutput";
333
- const _CINAS = "CollaborationIdNamespaceAssociationSummary";
334
- const _CINASL = "CollaborationIdNamespaceAssociationSummaryList";
335
- const _CINAr = "CreateIdNamespaceAssociation";
336
- const _CL = "ChangeList";
337
- const _CLo = "ColumnList";
338
- const _CM = "CreateMembership";
339
- const _CMI = "CreateMembershipInput";
340
- const _CML = "ColumnMappingList";
341
- const _CMO = "CreateMembershipOutput";
342
- const _CP = "ConsolidatedPolicy";
343
- const _CPA = "ConsolidatedPolicyAggregation";
344
- const _CPBS = "CollaborationPrivacyBudgetSummary";
345
- const _CPBSL = "CollaborationPrivacyBudgetSummaryList";
346
- const _CPBT = "CollaborationPrivacyBudgetTemplate";
347
- const _CPBTI = "CreatePrivacyBudgetTemplateInput";
348
- const _CPBTO = "CreatePrivacyBudgetTemplateOutput";
349
- const _CPBTS = "CollaborationPrivacyBudgetTemplateSummary";
350
- const _CPBTSL = "CollaborationPrivacyBudgetTemplateSummaryList";
351
- const _CPBTr = "CreatePrivacyBudgetTemplate";
352
- const _CPC = "ConsolidatedPolicyCustom";
353
- const _CPL = "ConsolidatedPolicyList";
354
- const _CPV = "ConsolidatedPolicyV1";
355
- const _CS = "CollaborationSummary";
356
- const _CSL = "CollaborationSummaryList";
357
- const _CSh = "ChangeSpecification";
358
- const _CT = "ConfiguredTable";
359
- const _CTA = "ConfiguredTableAssociation";
360
- const _CTAAR = "ConfiguredTableAssociationAnalysisRule";
361
- const _CTAARA = "ConfiguredTableAssociationAnalysisRuleAggregation";
362
- const _CTAARC = "ConfiguredTableAssociationAnalysisRuleCustom";
363
- const _CTAARL = "ConfiguredTableAssociationAnalysisRuleList";
364
- const _CTAARP = "ConfiguredTableAssociationAnalysisRulePolicy";
365
- const _CTAARPV = "ConfiguredTableAssociationAnalysisRulePolicyV1";
366
- const _CTAR = "ConfiguredTableAnalysisRule";
367
- const _CTARP = "ConfiguredTableAnalysisRulePolicy";
368
- const _CTARPV = "ConfiguredTableAnalysisRulePolicyV1";
369
- const _CTAS = "ConfiguredTableAssociationSummary";
370
- const _CTASL = "ConfiguredTableAssociationSummaryList";
371
- const _CTS = "ConfiguredTableSummary";
372
- const _CTSL = "ConfiguredTableSummaryList";
373
- const _Co = "Collaboration";
374
- const _Col = "Column";
375
- const _DACD = "DirectAnalysisConfigurationDetails";
376
- const _DAT = "DeleteAnalysisTemplate";
377
- const _DATI = "DeleteAnalysisTemplateInput";
378
- const _DATO = "DeleteAnalysisTemplateOutput";
379
- const _DC = "DeleteCollaboration";
380
- const _DCAMA = "DeleteConfiguredAudienceModelAssociation";
381
- const _DCAMAI = "DeleteConfiguredAudienceModelAssociationInput";
382
- const _DCAMAO = "DeleteConfiguredAudienceModelAssociationOutput";
383
- const _DCI = "DeleteCollaborationInput";
384
- const _DCO = "DeleteCollaborationOutput";
385
- const _DCT = "DeleteConfiguredTable";
386
- const _DCTA = "DeleteConfiguredTableAssociation";
387
- const _DCTAAR = "DeleteConfiguredTableAssociationAnalysisRule";
388
- const _DCTAARI = "DeleteConfiguredTableAssociationAnalysisRuleInput";
389
- const _DCTAARO = "DeleteConfiguredTableAssociationAnalysisRuleOutput";
390
- const _DCTAI = "DeleteConfiguredTableAssociationInput";
391
- const _DCTAO = "DeleteConfiguredTableAssociationOutput";
392
- const _DCTAR = "DeleteConfiguredTableAnalysisRule";
393
- const _DCTARI = "DeleteConfiguredTableAnalysisRuleInput";
394
- const _DCTARO = "DeleteConfiguredTableAnalysisRuleOutput";
395
- const _DCTI = "DeleteConfiguredTableInput";
396
- const _DCTO = "DeleteConfiguredTableOutput";
397
- const _DEM = "DataEncryptionMetadata";
398
- const _DIMT = "DeleteIdMappingTable";
399
- const _DIMTI = "DeleteIdMappingTableInput";
400
- const _DIMTO = "DeleteIdMappingTableOutput";
401
- const _DINA = "DeleteIdNamespaceAssociation";
402
- const _DINAI = "DeleteIdNamespaceAssociationInput";
403
- const _DINAO = "DeleteIdNamespaceAssociationOutput";
404
- const _DM = "DeleteMember";
405
- const _DMI = "DeleteMemberInput";
406
- const _DMIe = "DeleteMembershipInput";
407
- const _DMO = "DeleteMemberOutput";
408
- const _DMOe = "DeleteMembershipOutput";
409
- const _DMe = "DeleteMembership";
410
- const _DPBT = "DeletePrivacyBudgetTemplate";
411
- const _DPBTI = "DeletePrivacyBudgetTemplateInput";
412
- const _DPBTO = "DeletePrivacyBudgetTemplateOutput";
413
- const _DPC = "DifferentialPrivacyColumn";
414
- const _DPCL = "DifferentialPrivacyColumnList";
415
- const _DPCi = "DifferentialPrivacyConfiguration";
416
- const _DPP = "DifferentialPrivacyParameters";
417
- const _DPPA = "DifferentialPrivacyPreviewAggregation";
418
- const _DPPAL = "DifferentialPrivacyPreviewAggregationList";
419
- const _DPPB = "DifferentialPrivacyPrivacyBudget";
420
- const _DPPBA = "DifferentialPrivacyPrivacyBudgetAggregation";
421
- const _DPPBAL = "DifferentialPrivacyPrivacyBudgetAggregationList";
422
- const _DPPI = "DifferentialPrivacyPrivacyImpact";
423
- const _DPPPI = "DifferentialPrivacyPreviewParametersInput";
424
- const _DPSP = "DifferentialPrivacySensitivityParameters";
425
- const _DPSPL = "DifferentialPrivacySensitivityParametersList";
426
- const _DPTPI = "DifferentialPrivacyTemplateParametersInput";
427
- const _DPTPO = "DifferentialPrivacyTemplateParametersOutput";
428
- const _DPTUP = "DifferentialPrivacyTemplateUpdateParameters";
429
- const _EMC = "ErrorMessageConfiguration";
430
- const _GAT = "GetAnalysisTemplate";
431
- const _GATI = "GetAnalysisTemplateInput";
432
- const _GATO = "GetAnalysisTemplateOutput";
433
- const _GC = "GetCollaboration";
434
- const _GCAMA = "GetConfiguredAudienceModelAssociation";
435
- const _GCAMAI = "GetConfiguredAudienceModelAssociationInput";
436
- const _GCAMAO = "GetConfiguredAudienceModelAssociationOutput";
437
- const _GCAT = "GetCollaborationAnalysisTemplate";
438
- const _GCATI = "GetCollaborationAnalysisTemplateInput";
439
- const _GCATO = "GetCollaborationAnalysisTemplateOutput";
440
- const _GCCAMA = "GetCollaborationConfiguredAudienceModelAssociation";
441
- const _GCCAMAI = "GetCollaborationConfiguredAudienceModelAssociationInput";
442
- const _GCCAMAO = "GetCollaborationConfiguredAudienceModelAssociationOutput";
443
- const _GCCR = "GetCollaborationChangeRequest";
444
- const _GCCRI = "GetCollaborationChangeRequestInput";
445
- const _GCCRO = "GetCollaborationChangeRequestOutput";
446
- const _GCI = "GetCollaborationInput";
447
- const _GCINA = "GetCollaborationIdNamespaceAssociation";
448
- const _GCINAI = "GetCollaborationIdNamespaceAssociationInput";
449
- const _GCINAO = "GetCollaborationIdNamespaceAssociationOutput";
450
- const _GCO = "GetCollaborationOutput";
451
- const _GCPBT = "GetCollaborationPrivacyBudgetTemplate";
452
- const _GCPBTI = "GetCollaborationPrivacyBudgetTemplateInput";
453
- const _GCPBTO = "GetCollaborationPrivacyBudgetTemplateOutput";
454
- const _GCT = "GetConfiguredTable";
455
- const _GCTA = "GetConfiguredTableAssociation";
456
- const _GCTAAR = "GetConfiguredTableAssociationAnalysisRule";
457
- const _GCTAARI = "GetConfiguredTableAssociationAnalysisRuleInput";
458
- const _GCTAARO = "GetConfiguredTableAssociationAnalysisRuleOutput";
459
- const _GCTAI = "GetConfiguredTableAssociationInput";
460
- const _GCTAO = "GetConfiguredTableAssociationOutput";
461
- const _GCTAR = "GetConfiguredTableAnalysisRule";
462
- const _GCTARI = "GetConfiguredTableAnalysisRuleInput";
463
- const _GCTARO = "GetConfiguredTableAnalysisRuleOutput";
464
- const _GCTI = "GetConfiguredTableInput";
465
- const _GCTO = "GetConfiguredTableOutput";
466
- const _GIMT = "GetIdMappingTable";
467
- const _GIMTI = "GetIdMappingTableInput";
468
- const _GIMTO = "GetIdMappingTableOutput";
469
- const _GINA = "GetIdNamespaceAssociation";
470
- const _GINAI = "GetIdNamespaceAssociationInput";
471
- const _GINAO = "GetIdNamespaceAssociationOutput";
472
- const _GM = "GetMembership";
473
- const _GMI = "GetMembershipInput";
474
- const _GMO = "GetMembershipOutput";
475
- const _GPBT = "GetPrivacyBudgetTemplate";
476
- const _GPBTI = "GetPrivacyBudgetTemplateInput";
477
- const _GPBTO = "GetPrivacyBudgetTemplateOutput";
478
- const _GPJ = "GetProtectedJob";
479
- const _GPJI = "GetProtectedJobInput";
480
- const _GPJO = "GetProtectedJobOutput";
481
- const _GPQ = "GetProtectedQuery";
482
- const _GPQI = "GetProtectedQueryInput";
483
- const _GPQO = "GetProtectedQueryOutput";
484
- const _GS = "GetSchema";
485
- const _GSAR = "GetSchemaAnalysisRule";
486
- const _GSARI = "GetSchemaAnalysisRuleInput";
487
- const _GSARO = "GetSchemaAnalysisRuleOutput";
488
- const _GSI = "GetSchemaInput";
489
- const _GSO = "GetSchemaOutput";
490
- const _GTR = "GlueTableReference";
491
- const _H = "Hash";
492
- const _HL = "HashList";
493
- const _IMC = "IdMappingConfig";
494
- const _IMT = "IdMappingTable";
495
- const _IMTIRC = "IdMappingTableInputReferenceConfig";
496
- const _IMTIRP = "IdMappingTableInputReferenceProperties";
497
- const _IMTIS = "IdMappingTableInputSource";
498
- const _IMTISL = "IdMappingTableInputSourceList";
499
- const _IMTS = "IdMappingTableSummary";
500
- const _IMTSL = "IdMappingTableSummaryList";
501
- const _IMTSTP = "IdMappingTableSchemaTypeProperties";
502
- const _INA = "IdNamespaceAssociation";
503
- const _INAIRC = "IdNamespaceAssociationInputReferenceConfig";
504
- const _INAIRP = "IdNamespaceAssociationInputReferenceProperties";
505
- const _INAIRPS = "IdNamespaceAssociationInputReferencePropertiesSummary";
506
- const _INAS = "IdNamespaceAssociationSummary";
507
- const _INASL = "IdNamespaceAssociationSummaryList";
508
- const _ISE = "InternalServerException";
509
- const _JCPC = "JobComputePaymentConfig";
510
- const _JPM = "JobParameterMap";
511
- const _LAT = "ListAnalysisTemplates";
512
- const _LATI = "ListAnalysisTemplatesInput";
513
- const _LATO = "ListAnalysisTemplatesOutput";
514
- const _LC = "ListCollaborations";
515
- const _LCAMA = "ListConfiguredAudienceModelAssociations";
516
- const _LCAMAI = "ListConfiguredAudienceModelAssociationsInput";
517
- const _LCAMAO = "ListConfiguredAudienceModelAssociationsOutput";
518
- const _LCAT = "ListCollaborationAnalysisTemplates";
519
- const _LCATI = "ListCollaborationAnalysisTemplatesInput";
520
- const _LCATO = "ListCollaborationAnalysisTemplatesOutput";
521
- const _LCCAMA = "ListCollaborationConfiguredAudienceModelAssociations";
522
- const _LCCAMAI = "ListCollaborationConfiguredAudienceModelAssociationsInput";
523
- const _LCCAMAO = "ListCollaborationConfiguredAudienceModelAssociationsOutput";
524
- const _LCCR = "ListCollaborationChangeRequests";
525
- const _LCCRI = "ListCollaborationChangeRequestsInput";
526
- const _LCCRO = "ListCollaborationChangeRequestsOutput";
527
- const _LCI = "ListCollaborationsInput";
528
- const _LCINA = "ListCollaborationIdNamespaceAssociations";
529
- const _LCINAI = "ListCollaborationIdNamespaceAssociationsInput";
530
- const _LCINAO = "ListCollaborationIdNamespaceAssociationsOutput";
531
- const _LCO = "ListCollaborationsOutput";
532
- const _LCPB = "ListCollaborationPrivacyBudgets";
533
- const _LCPBI = "ListCollaborationPrivacyBudgetsInput";
534
- const _LCPBO = "ListCollaborationPrivacyBudgetsOutput";
535
- const _LCPBT = "ListCollaborationPrivacyBudgetTemplates";
536
- const _LCPBTI = "ListCollaborationPrivacyBudgetTemplatesInput";
537
- const _LCPBTO = "ListCollaborationPrivacyBudgetTemplatesOutput";
538
- const _LCT = "ListConfiguredTables";
539
- const _LCTA = "ListConfiguredTableAssociations";
540
- const _LCTAI = "ListConfiguredTableAssociationsInput";
541
- const _LCTAO = "ListConfiguredTableAssociationsOutput";
542
- const _LCTI = "ListConfiguredTablesInput";
543
- const _LCTO = "ListConfiguredTablesOutput";
544
- const _LIMT = "ListIdMappingTables";
545
- const _LIMTI = "ListIdMappingTablesInput";
546
- const _LIMTO = "ListIdMappingTablesOutput";
547
- const _LINA = "ListIdNamespaceAssociations";
548
- const _LINAI = "ListIdNamespaceAssociationsInput";
549
- const _LINAO = "ListIdNamespaceAssociationsOutput";
550
- const _LM = "ListMembers";
551
- const _LMI = "ListMembershipsInput";
552
- const _LMIi = "ListMembersInput";
553
- const _LMO = "ListMembershipsOutput";
554
- const _LMOi = "ListMembersOutput";
555
- const _LMi = "ListMemberships";
556
- const _LPB = "ListPrivacyBudgets";
557
- const _LPBI = "ListPrivacyBudgetsInput";
558
- const _LPBO = "ListPrivacyBudgetsOutput";
559
- const _LPBT = "ListPrivacyBudgetTemplates";
560
- const _LPBTI = "ListPrivacyBudgetTemplatesInput";
561
- const _LPBTO = "ListPrivacyBudgetTemplatesOutput";
562
- const _LPJ = "ListProtectedJobs";
563
- const _LPJI = "ListProtectedJobsInput";
564
- const _LPJO = "ListProtectedJobsOutput";
565
- const _LPQ = "ListProtectedQueries";
566
- const _LPQI = "ListProtectedQueriesInput";
567
- const _LPQO = "ListProtectedQueriesOutput";
568
- const _LS = "ListSchemas";
569
- const _LSI = "ListSchemasInput";
570
- const _LSO = "ListSchemasOutput";
571
- const _LTFR = "ListTagsForResource";
572
- const _LTFRI = "ListTagsForResourceInput";
573
- const _LTFRO = "ListTagsForResourceOutput";
574
- const _M = "Membership";
575
- const _MCS = "MemberChangeSpecification";
576
- const _MIPC = "ModelInferencePaymentConfig";
577
- const _MJCPC = "MembershipJobComputePaymentConfig";
578
- const _ML = "MemberList";
579
- const _MLMA = "MLMemberAbilities";
580
- const _MLPC = "MLPaymentConfig";
581
- const _MLSDP = "MLSyntheticDataParameters";
582
- const _MMIPC = "MembershipModelInferencePaymentConfig";
583
- const _MMLPC = "MembershipMLPaymentConfig";
584
- const _MMTPC = "MembershipModelTrainingPaymentConfig";
585
- const _MPC = "MembershipPaymentConfiguration";
586
- const _MPJOC = "MembershipProtectedJobOutputConfiguration";
587
- const _MPJRC = "MembershipProtectedJobResultConfiguration";
588
- const _MPQOC = "MembershipProtectedQueryOutputConfiguration";
589
- const _MPQRC = "MembershipProtectedQueryResultConfiguration";
590
- const _MQCPC = "MembershipQueryComputePaymentConfig";
591
- const _MS = "MembershipSummary";
592
- const _MSDGPC = "MembershipSyntheticDataGenerationPaymentConfig";
593
- const _MSL = "MembershipSummaryList";
594
- const _MSLe = "MemberSummaryList";
595
- const _MSe = "MemberSpecification";
596
- const _MSem = "MemberSummary";
597
- const _MTPC = "ModelTrainingPaymentConfig";
598
- const _PB = "PrivacyBudget";
599
- const _PBS = "PrivacyBudgetSummary";
600
- const _PBSL = "PrivacyBudgetSummaryList";
601
- const _PBT = "PrivacyBudgetTemplate";
602
- const _PBTPI = "PrivacyBudgetTemplateParametersInput";
603
- const _PBTPO = "PrivacyBudgetTemplateParametersOutput";
604
- const _PBTS = "PrivacyBudgetTemplateSummary";
605
- const _PBTSL = "PrivacyBudgetTemplateSummaryList";
606
- const _PBTUP = "PrivacyBudgetTemplateUpdateParameters";
607
- const _PC = "PaymentConfiguration";
608
- const _PI = "PrivacyImpact";
609
- const _PIMT = "PopulateIdMappingTable";
610
- const _PIMTI = "PopulateIdMappingTableInput";
611
- const _PIMTO = "PopulateIdMappingTableOutput";
612
- const _PJ = "ProtectedJob";
613
- const _PJCC = "ProtectedJobComputeConfiguration";
614
- const _PJCD = "ProtectedJobConfigurationDetails";
615
- const _PJDACD = "ProtectedJobDirectAnalysisConfigurationDetails";
616
- const _PJE = "ProtectedJobError";
617
- const _PJMOCI = "ProtectedJobMemberOutputConfigurationInput";
618
- const _PJMOCO = "ProtectedJobMemberOutputConfigurationOutput";
619
- const _PJMOL = "ProtectedJobMemberOutputList";
620
- const _PJO = "ProtectedJobOutput";
621
- const _PJOCI = "ProtectedJobOutputConfigurationInput";
622
- const _PJOCO = "ProtectedJobOutputConfigurationOutput";
623
- const _PJP = "ProtectedJobParameters";
624
- const _PJR = "ProtectedJobResult";
625
- const _PJRC = "ProtectedJobReceiverConfiguration";
626
- const _PJRCI = "ProtectedJobResultConfigurationInput";
627
- const _PJRCO = "ProtectedJobResultConfigurationOutput";
628
- const _PJRCr = "ProtectedJobReceiverConfigurations";
629
- const _PJS = "ProtectedJobStatistics";
630
- const _PJSL = "ProtectedJobSummaryList";
631
- const _PJSMO = "ProtectedJobSingleMemberOutput";
632
- const _PJSO = "ProtectedJobS3Output";
633
- const _PJSOCI = "ProtectedJobS3OutputConfigurationInput";
634
- const _PJSOCO = "ProtectedJobS3OutputConfigurationOutput";
635
- const _PJSr = "ProtectedJobSummary";
636
- const _PJWCC = "ProtectedJobWorkerComputeConfiguration";
637
- const _PPI = "PreviewPrivacyImpact";
638
- const _PPII = "PreviewPrivacyImpactInput";
639
- const _PPIO = "PreviewPrivacyImpactOutput";
640
- const _PPIPI = "PreviewPrivacyImpactParametersInput";
641
- const _PQ = "ProtectedQuery";
642
- const _PQDO = "ProtectedQueryDistributeOutput";
643
- const _PQDOC = "ProtectedQueryDistributeOutputConfiguration";
644
- const _PQDOCL = "ProtectedQueryDistributeOutputConfigurationLocations";
645
- const _PQDOCLr = "ProtectedQueryDistributeOutputConfigurationLocation";
646
- const _PQE = "ProtectedQueryError";
647
- const _PQMOC = "ProtectedQueryMemberOutputConfiguration";
648
- const _PQMOL = "ProtectedQueryMemberOutputList";
649
- const _PQO = "ProtectedQueryOutput";
650
- const _PQOC = "ProtectedQueryOutputConfiguration";
651
- const _PQR = "ProtectedQueryResult";
652
- const _PQRC = "ProtectedQueryResultConfiguration";
653
- const _PQS = "ProtectedQueryStatistics";
654
- const _PQSL = "ProtectedQuerySummaryList";
655
- const _PQSMO = "ProtectedQuerySingleMemberOutput";
656
- const _PQSO = "ProtectedQueryS3Output";
657
- const _PQSOC = "ProtectedQueryS3OutputConfiguration";
658
- const _PQSQLP = "ProtectedQuerySQLParameters";
659
- const _PQSr = "ProtectedQuerySummary";
660
- const _QC = "QueryConstraint";
661
- const _QCL = "QueryConstraintList";
662
- const _QCPC = "QueryComputePaymentConfig";
663
- const _QCRO = "QueryConstraintRequireOverlap";
664
- const _RC = "ReceiverConfiguration";
665
- const _RCL = "ReceiverConfigurationsList";
666
- const _RNFE = "ResourceNotFoundException";
667
- const _S = "Schema";
668
- const _SARL = "SchemaAnalysisRuleList";
669
- const _SARR = "SchemaAnalysisRuleRequest";
670
- const _SARRL = "SchemaAnalysisRuleRequestList";
671
- const _SDCP = "SyntheticDataColumnProperties";
672
- const _SDGPC = "SyntheticDataGenerationPaymentConfig";
673
- const _SDP = "SyntheticDataParameters";
674
- const _SL = "S3Location";
675
- const _SLc = "SchemaList";
676
- const _SPJ = "StartProtectedJob";
677
- const _SPJI = "StartProtectedJobInput";
678
- const _SPJO = "StartProtectedJobOutput";
679
- const _SPQ = "StartProtectedQuery";
680
- const _SPQI = "StartProtectedQueryInput";
681
- const _SPQO = "StartProtectedQueryOutput";
682
- const _SQEE = "ServiceQuotaExceededException";
683
- const _SS = "SchemaSummary";
684
- const _SSD = "SchemaStatusDetail";
685
- const _SSDL = "SchemaStatusDetailList";
686
- const _SSL = "SchemaSummaryList";
687
- const _SSR = "SchemaStatusReason";
688
- const _SSRL = "SchemaStatusReasonList";
689
- const _STP = "SchemaTypeProperties";
690
- const _STR = "SnowflakeTableReference";
691
- const _STS = "SnowflakeTableSchema";
692
- const _STSL = "SnowflakeTableSchemaList";
693
- const _STSV = "SnowflakeTableSchemaV1";
694
- const _TE = "ThrottlingException";
695
- const _TR = "TableReference";
696
- const _TRI = "TagResourceInput";
697
- const _TRO = "TagResourceOutput";
698
- const _TRa = "TagResource";
699
- const _UAT = "UpdateAnalysisTemplate";
700
- const _UATI = "UpdateAnalysisTemplateInput";
701
- const _UATO = "UpdateAnalysisTemplateOutput";
702
- const _UC = "UpdateCollaboration";
703
- const _UCAMA = "UpdateConfiguredAudienceModelAssociation";
704
- const _UCAMAI = "UpdateConfiguredAudienceModelAssociationInput";
705
- const _UCAMAO = "UpdateConfiguredAudienceModelAssociationOutput";
706
- const _UCCR = "UpdateCollaborationChangeRequest";
707
- const _UCCRI = "UpdateCollaborationChangeRequestInput";
708
- const _UCCRO = "UpdateCollaborationChangeRequestOutput";
709
- const _UCI = "UpdateCollaborationInput";
710
- const _UCO = "UpdateCollaborationOutput";
711
- const _UCT = "UpdateConfiguredTable";
712
- const _UCTA = "UpdateConfiguredTableAssociation";
713
- const _UCTAAR = "UpdateConfiguredTableAssociationAnalysisRule";
714
- const _UCTAARI = "UpdateConfiguredTableAssociationAnalysisRuleInput";
715
- const _UCTAARO = "UpdateConfiguredTableAssociationAnalysisRuleOutput";
716
- const _UCTAI = "UpdateConfiguredTableAssociationInput";
717
- const _UCTAO = "UpdateConfiguredTableAssociationOutput";
718
- const _UCTAR = "UpdateConfiguredTableAnalysisRule";
719
- const _UCTARI = "UpdateConfiguredTableAnalysisRuleInput";
720
- const _UCTARO = "UpdateConfiguredTableAnalysisRuleOutput";
721
- const _UCTI = "UpdateConfiguredTableInput";
722
- const _UCTO = "UpdateConfiguredTableOutput";
723
- const _UIMT = "UpdateIdMappingTable";
724
- const _UIMTI = "UpdateIdMappingTableInput";
725
- const _UIMTO = "UpdateIdMappingTableOutput";
726
- const _UINA = "UpdateIdNamespaceAssociation";
727
- const _UINAI = "UpdateIdNamespaceAssociationInput";
728
- const _UINAO = "UpdateIdNamespaceAssociationOutput";
729
- const _UM = "UpdateMembership";
730
- const _UMI = "UpdateMembershipInput";
731
- const _UMO = "UpdateMembershipOutput";
732
- const _UPBT = "UpdatePrivacyBudgetTemplate";
733
- const _UPBTI = "UpdatePrivacyBudgetTemplateInput";
734
- const _UPBTO = "UpdatePrivacyBudgetTemplateOutput";
735
- const _UPJ = "UpdateProtectedJob";
736
- const _UPJI = "UpdateProtectedJobInput";
737
- const _UPJO = "UpdateProtectedJobOutput";
738
- const _UPQ = "UpdateProtectedQuery";
739
- const _UPQI = "UpdateProtectedQueryInput";
740
- const _UPQO = "UpdateProtectedQueryOutput";
741
- const _UR = "UntagResource";
742
- const _URI = "UntagResourceInput";
743
- const _URO = "UntagResourceOutput";
744
- const _VE = "ValidationException";
745
- const _VEF = "ValidationExceptionField";
746
- const _VEFL = "ValidationExceptionFieldList";
747
- const _WCC = "WorkerComputeConfiguration";
748
- const _WCCP = "WorkerComputeConfigurationProperties";
749
- const _a = "arn";
750
- const _aA = "additionalAnalyses";
751
- const _aAA = "allowedAdditionalAnalyses";
752
- const _aACRT = "autoApprovedChangeRequestTypes";
753
- const _aACT = "autoApprovedChangeTypes";
754
- const _aAH = "additionalArtifactHashes";
755
- const _aAP = "allowedAnalysisProviders";
756
- const _aAd = "additionalArtifacts";
757
- const _aAl = "allowedAnalyses";
758
- const _aB = "accessBudget";
759
- const _aBRA = "accessBudgetResourceArn";
760
- const _aC = "aggregateColumns";
761
- const _aCl = "allowedColumns";
762
- const _aCll = "allowCleartext";
763
- const _aD = "allowDuplicates";
764
- const _aE = "analyticsEngine";
765
- const _aEg = "aggregationExpression";
766
- const _aI = "accountId";
767
- const _aIc = "accountIdentifier";
768
- const _aJO = "allowedJoinOperators";
769
- const _aJOCWDN = "allowJoinsOnColumnsWithDifferentNames";
770
- const _aM = "analysisMethod";
771
- const _aP = "analysisParameters";
772
- const _aR = "autoRefresh";
773
- const _aRB = "aggregateRemainingBudget";
774
- const _aRP = "analysisRulePolicy";
775
- const _aRR = "allowedResultRegions";
776
- const _aRRl = "allowedResultReceivers";
777
- const _aRT = "analysisRuleTypes";
778
- const _aRTn = "analysisRuleType";
779
- const _aRn = "analysisRules";
780
- const _aRna = "analysisRule";
781
- const _aT = "analysisTemplate";
782
- const _aTA = "analysisTemplateArns";
783
- const _aTAn = "analysisTemplateArn";
784
- const _aTI = "analysisTemplateIdentifier";
785
- const _aTS = "analysisTemplateSummaries";
786
- const _aTg = "aggregationType";
787
- const _aTn = "analysisType";
788
- const _aUADC = "allowUseAsDimensionColumn";
789
- const _ab = "abilities";
790
- const _ac = "action";
791
- const _ag = "aggregations";
792
- const _agg = "aggregation";
793
- const _ap = "approvals";
794
- const _ar = "artifacts";
795
- const _at = "athena";
796
- const _b = "budget";
797
- const _bP = "budgetParameters";
798
- const _bRU = "billedResourceUtilization";
799
- const _bT = "budgetType";
800
- const _bu = "bucket";
801
- const _c = "client";
802
- const _cA = "collaborationArn";
803
- const _cAI = "creatorAccountId";
804
- const _cAMA = "configuredAudienceModelArn";
805
- const _cAMAI = "configuredAudienceModelAssociationIdentifier";
806
- const _cAMAN = "configuredAudienceModelAssociationName";
807
- const _cAMAS = "configuredAudienceModelAssociationSummaries";
808
- const _cAMAo = "configuredAudienceModelAssociation";
809
- const _cAT = "collaborationAnalysisTemplates";
810
- const _cATS = "collaborationAnalysisTemplateSummaries";
811
- const _cATo = "collaborationAnalysisTemplate";
812
- const _cC = "columnClassification";
813
- const _cCAI = "collaborationCreatorAccountId";
814
- const _cCAMA = "collaborationConfiguredAudienceModelAssociation";
815
- const _cCAMAS = "collaborationConfiguredAudienceModelAssociationSummaries";
816
- const _cCDN = "collaborationCreatorDisplayName";
817
- const _cCR = "collaborationChangeRequest";
818
- const _cCRS = "collaborationChangeRequestSummaries";
819
- const _cCo = "computeConfiguration";
820
- const _cD = "configurationDetails";
821
- const _cDN = "creatorDisplayName";
822
- const _cI = "collaborationId";
823
- const _cINA = "collaborationIdNamespaceAssociation";
824
- const _cINAS = "collaborationIdNamespaceAssociationSummaries";
825
- const _cIo = "collaborationIdentifier";
826
- const _cL = "collaborationList";
827
- const _cM = "columnMapping";
828
- const _cMA = "creatorMemberAbilities";
829
- const _cMLMA = "creatorMLMemberAbilities";
830
- const _cMLMAu = "customMLMemberAbilities";
831
- const _cN = "columnNames";
832
- const _cNo = "columnName";
833
- const _cNol = "collaborationName";
834
- const _cP = "collaborationPolicy";
835
- const _cPBS = "collaborationPrivacyBudgetSummaries";
836
- const _cPBT = "collaborationPrivacyBudgetTemplate";
837
- const _cPBTS = "collaborationPrivacyBudgetTemplateSummaries";
838
- const _cPC = "creatorPaymentConfiguration";
839
- const _cPo = "consolidatedPolicy";
840
- const _cRI = "changeRequestIdentifier";
841
- const _cT = "createTime";
842
- const _cTA = "configuredTableArn";
843
- const _cTAA = "configuredTableAssociationArn";
844
- const _cTAI = "configuredTableAssociationId";
845
- const _cTAIo = "configuredTableAssociationIdentifier";
846
- const _cTAS = "configuredTableAssociationSummaries";
847
- const _cTAo = "configuredTableAssociation";
848
- const _cTI = "configuredTableId";
849
- const _cTIo = "configuredTableIdentifier";
850
- const _cTS = "configuredTableSummaries";
851
- const _cTo = "configuredTable";
852
- const _cTol = "columnType";
853
- const _ch = "changes";
854
- const _co = "code";
855
- const _col = "collaboration";
856
- const _colu = "columns";
857
- const _con = "configurations";
858
- const _cu = "custom";
859
- const _d = "details";
860
- const _dACD = "directAnalysisConfigurationDetails";
861
- const _dC = "dimensionColumns";
862
- const _dEM = "dataEncryptionMetadata";
863
- const _dJRC = "defaultJobResultConfiguration";
864
- const _dN = "databaseName";
865
- const _dNi = "displayName";
866
- const _dOC = "disallowedOutputColumns";
867
- const _dP = "differentialPrivacy";
868
- const _dRC = "defaultResultConfiguration";
869
- const _dV = "defaultValue";
870
- const _de = "description";
871
- const _di = "distribute";
872
- const _e = "error";
873
- const _eMC = "errorMessageConfiguration";
874
- const _eP = "entryPoint";
875
- const _ePH = "entryPointHash";
876
- const _eT = "endTime";
877
- const _ep = "epsilon";
878
- const _er = "errors";
879
- const _f = "function";
880
- const _fL = "fieldList";
881
- const _fo = "format";
882
- const _g = "glue";
883
- const _h = "http";
884
- const _hE = "httpError";
885
- const _hQ = "httpQuery";
886
- const _i = "id";
887
- const _iAA = "isAutoApproved";
888
- const _iMC = "idMappingConfig";
889
- const _iME = "isMetricsEnabled";
890
- const _iMJI = "idMappingJobId";
891
- const _iMT = "idMappingTable";
892
- const _iMTI = "idMappingTableIdentifier";
893
- const _iMTIS = "idMappingTableInputSource";
894
- const _iMTS = "idMappingTableSummaries";
895
- const _iMWS = "idMappingWorkflowsSupported";
896
- const _iNA = "idNamespaceAssociation";
897
- const _iNAI = "idNamespaceAssociationIdentifier";
898
- const _iNAId = "idNamespaceAssociationId";
899
- const _iNAS = "idNamespaceAssociationSummaries";
900
- const _iNT = "idNamespaceType";
901
- const _iPV = "isPredictiveValue";
902
- const _iR = "isResponsible";
903
- const _iRA = "inputReferenceArn";
904
- const _iRC = "inputReferenceConfig";
905
- const _iRP = "inputReferenceProperties";
906
- const _iSD = "isSyntheticData";
907
- const _jC = "joinColumns";
908
- const _jCo = "jobCompute";
909
- const _jLS = "jobLogStatus";
910
- const _jP = "jobParameters";
911
- const _jR = "joinRequired";
912
- const _jT = "jobType";
913
- const _k = "key";
914
- const _kKA = "kmsKeyArn";
915
- const _kP = "keyPrefix";
916
- const _l = "location";
917
- const _lC = "listColumns";
918
- const _li = "list";
919
- const _lo = "locations";
920
- const _m = "message";
921
- const _mA = "membershipArn";
922
- const _mAe = "memberAbilities";
923
- const _mAl = "mlAbilities";
924
- const _mC = "maxCount";
925
- const _mCV = "minColumnValue";
926
- const _mCVa = "maxColumnValue";
927
- const _mI = "membershipId";
928
- const _mIe = "membershipIdentifier";
929
- const _mIo = "modelInference";
930
- const _mL = "machineLearning";
931
- const _mLe = "memberList";
932
- const _mMA = "mlMemberAbilities";
933
- const _mMIAS = "maxMembershipInferenceAttackScore";
934
- const _mR = "maxResults";
935
- const _mRP = "manageResourcePolicies";
936
- const _mS = "memberStatus";
937
- const _mSDP = "mlSyntheticDataParameters";
938
- const _mSe = "membershipSummaries";
939
- const _mSem = "memberSummaries";
940
- const _mT = "modelTraining";
941
- const _me = "members";
942
- const _mem = "membership";
943
- const _memb = "member";
944
- const _mi = "minimum";
945
- const _n = "name";
946
- const _nT = "nextToken";
947
- const _na = "names";
948
- const _nu = "number";
949
- const _o = "output";
950
- const _oC = "outputConstraints";
951
- const _oCu = "outputConfiguration";
952
- const _oL = "outputLocation";
953
- const _p = "policy";
954
- const _pBS = "privacyBudgetSummaries";
955
- const _pBT = "privacyBudgetType";
956
- const _pBTA = "privacyBudgetTemplateArn";
957
- const _pBTI = "privacyBudgetTemplateId";
958
- const _pBTIr = "privacyBudgetTemplateIdentifier";
959
- const _pBTS = "privacyBudgetTemplateSummaries";
960
- const _pBTr = "privacyBudgetTemplate";
961
- const _pC = "paymentConfiguration";
962
- const _pI = "privacyImpact";
963
- const _pJ = "protectedJob";
964
- const _pJI = "protectedJobIdentifier";
965
- const _pJr = "protectedJobs";
966
- const _pK = "partitionKeys";
967
- const _pN = "preserveNulls";
968
- const _pQ = "protectedQuery";
969
- const _pQI = "protectedQueryIdentifier";
970
- const _pQr = "protectedQueries";
971
- const _pa = "parameters";
972
- const _pr = "properties";
973
- const _qC = "queryConstraints";
974
- const _qCu = "queryCompute";
975
- const _qLS = "queryLogStatus";
976
- const _qN = "quotaName";
977
- const _qS = "queryString";
978
- const _qV = "quotaValue";
979
- const _r = "reason";
980
- const _rA = "resourceArn";
981
- const _rAI = "receiverAccountIds";
982
- const _rAo = "roleArn";
983
- const _rB = "remainingBudget";
984
- const _rC = "remainingCount";
985
- const _rCe = "resultConfiguration";
986
- const _rCec = "receiverConfigurations";
987
- const _rF = "resultFormat";
988
- const _rI = "resourceId";
989
- const _rO = "requireOverlap";
990
- const _rT = "referencedTables";
991
- const _rTe = "resourceType";
992
- const _re = "reasons";
993
- const _reg = "region";
994
- const _res = "result";
995
- const _s = "schema";
996
- const _sA = "secretArn";
997
- const _sAM = "selectedAnalysisMethods";
998
- const _sARR = "schemaAnalysisRuleRequests";
999
- const _sDG = "syntheticDataGeneration";
1000
- const _sDP = "syntheticDataParameters";
1001
- const _sF = "scalarFunctions";
1002
- const _sFO = "singleFileOutput";
1003
- const _sM = "sourceMetadata";
1004
- const _sN = "schemaName";
1005
- const _sP = "sensitivityParameters";
1006
- const _sPq = "sqlParameters";
1007
- const _sS = "schemaSummaries";
1008
- const _sSD = "schemaStatusDetails";
1009
- const _sT = "startTime";
1010
- const _sTP = "schemaTypeProperties";
1011
- const _sTc = "schemaType";
1012
- const _sTp = "specificationType";
1013
- const _s_ = "s3";
1014
- const _sc = "schemas";
1015
- const _se = "server";
1016
- const _sh = "sha256";
1017
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cleanrooms";
1018
- const _sn = "snowflake";
1019
- const _so = "source";
1020
- const _sp = "specification";
1021
- const _spa = "spark";
1022
- const _st = "status";
1023
- const _sta = "statistics";
1024
- const _t = "type";
1025
- const _tDIM = "totalDurationInMillis";
1026
- const _tK = "tagKeys";
1027
- const _tN = "tableName";
1028
- const _tR = "tableReference";
1029
- const _tS = "tableSchema";
1030
- const _tSa = "targetStatus";
1031
- const _ta = "tags";
1032
- const _te = "text";
1033
- const _ty = "types";
1034
- const _u = "units";
1035
- const _uCL = "userContributionLimit";
1036
- const _uNPQ = "usersNoisePerQuery";
1037
- const _uT = "updateTime";
1038
- const _v = "validations";
1039
- const _v_ = "v1";
1040
- const _w = "worker";
1041
- const _wG = "workGroup";
1042
- const n0 = "com.amazonaws.cleanrooms";
1043
- var AnalysisTemplateText = [0, n0, _ATT, 8, 0];
1044
- var AccessBudget$ = [3, n0, _AB,
1045
- 0,
1046
- [_rA, _d, _aRB],
1047
- [0, () => AccessBudgetDetailsList, 1], 3
1048
- ];
1049
- var AccessBudgetDetails$ = [3, n0, _ABD,
1050
- 0,
1051
- [_sT, _rB, _b, _bT, _eT, _aR],
1052
- [4, 1, 1, 0, 4, 0], 4
1053
- ];
1054
- var AccessBudgetsPrivacyTemplateParametersInput$ = [3, n0, _ABPTPI,
1055
- 0,
1056
- [_bP, _rA],
1057
- [() => BudgetParameters, 0], 2
1058
- ];
1059
- var AccessBudgetsPrivacyTemplateParametersOutput$ = [3, n0, _ABPTPO,
1060
- 0,
1061
- [_bP, _rA],
1062
- [() => BudgetParameters, 0], 2
1063
- ];
1064
- var AccessBudgetsPrivacyTemplateUpdateParameters$ = [3, n0, _ABPTUP,
1065
- 0,
1066
- [_bP],
1067
- [() => BudgetParameters], 1
1068
- ];
1069
- var AccessDeniedException$ = [-3, n0, _ADE,
1070
- { [_e]: _c, [_hE]: 403 },
1071
- [_m, _r],
1072
- [0, 0]
1073
- ];
1074
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
1075
- var AggregateColumn$ = [3, n0, _AC,
1076
- 0,
1077
- [_cN, _f],
1078
- [64 | 0, 0], 2
1079
- ];
1080
- var AggregationConstraint$ = [3, n0, _ACg,
1081
- 0,
1082
- [_cNo, _mi, _t],
1083
- [0, 1, 0], 3
1084
- ];
1085
- var AnalysisParameter$ = [3, n0, _AP,
1086
- 8,
1087
- [_n, _t, _dV],
1088
- [0, 0, 0], 2
1089
- ];
1090
- var AnalysisRule$ = [3, n0, _AR,
1091
- 0,
1092
- [_cI, _t, _n, _cT, _uT, _p, _cP, _cPo],
1093
- [0, 0, 0, 4, 4, () => AnalysisRulePolicy$, () => ConfiguredTableAssociationAnalysisRulePolicy$, () => ConsolidatedPolicy$], 6
1094
- ];
1095
- var AnalysisRuleAggregation$ = [3, n0, _ARA,
1096
- 0,
1097
- [_aC, _jC, _dC, _sF, _oC, _jR, _aJO, _aA],
1098
- [() => AggregateColumnList, 64 | 0, 64 | 0, 64 | 0, () => AggregationConstraints, 0, 64 | 0, 0], 5
1099
- ];
1100
- var AnalysisRuleCustom$ = [3, n0, _ARC,
1101
- 0,
1102
- [_aAl, _aAP, _aA, _dOC, _dP],
1103
- [64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration$], 1
1104
- ];
1105
- var AnalysisRuleIdMappingTable$ = [3, n0, _ARIMT,
1106
- 0,
1107
- [_jC, _qC, _dC],
1108
- [64 | 0, () => QueryConstraintList, 64 | 0], 2
1109
- ];
1110
- var AnalysisRuleList$ = [3, n0, _ARL,
1111
- 0,
1112
- [_jC, _lC, _aJO, _aA],
1113
- [64 | 0, 64 | 0, 64 | 0, 0], 2
1114
- ];
1115
- var AnalysisSchema$ = [3, n0, _AS,
1116
- 0,
1117
- [_rT],
1118
- [64 | 0]
1119
- ];
1120
- var AnalysisTemplate$ = [3, n0, _AT,
1121
- 0,
1122
- [_i, _a, _cI, _cA, _mI, _mA, _n, _cT, _uT, _s, _fo, _so, _de, _sM, _aP, _v, _eMC, _sDP],
1123
- [0, 0, 0, 0, 0, 0, 0, 4, 4, () => AnalysisSchema$, 0, [() => AnalysisSource$, 0], 0, () => AnalysisSourceMetadata$, [() => AnalysisParameterList, 0], () => AnalysisTemplateValidationStatusDetailList, () => ErrorMessageConfiguration$, () => SyntheticDataParameters$], 12
1124
- ];
1125
- var AnalysisTemplateArtifact$ = [3, n0, _ATA,
1126
- 0,
1127
- [_l],
1128
- [() => S3Location$], 1
1129
- ];
1130
- var AnalysisTemplateArtifactMetadata$ = [3, n0, _ATAM,
1131
- 0,
1132
- [_ePH, _aAH],
1133
- [() => Hash$, () => HashList], 1
1134
- ];
1135
- var AnalysisTemplateArtifacts$ = [3, n0, _ATAn,
1136
- 0,
1137
- [_eP, _rAo, _aAd],
1138
- [() => AnalysisTemplateArtifact$, 0, () => AnalysisTemplateArtifactList], 2
1139
- ];
1140
- var AnalysisTemplateSummary$ = [3, n0, _ATS,
1141
- 0,
1142
- [_a, _cT, _i, _n, _uT, _mA, _mI, _cA, _cI, _de, _iSD],
1143
- [0, 4, 0, 0, 4, 0, 0, 0, 0, 0, 2], 9
1144
- ];
1145
- var AnalysisTemplateValidationStatusDetail$ = [3, n0, _ATVSD,
1146
- 0,
1147
- [_t, _st, _re],
1148
- [0, 0, () => AnalysisTemplateValidationStatusReasonList], 2
1149
- ];
1150
- var AnalysisTemplateValidationStatusReason$ = [3, n0, _ATVSR,
1151
- 0,
1152
- [_m],
1153
- [0], 1
1154
- ];
1155
- var ApprovalStatusDetails$ = [3, n0, _ASD,
1156
- 0,
1157
- [_st],
1158
- [0], 1
1159
- ];
1160
- var AthenaTableReference$ = [3, n0, _ATR,
1161
- 0,
1162
- [_wG, _dN, _tN, _reg, _oL],
1163
- [0, 0, 0, 0, 0], 3
1164
- ];
1165
- var BatchGetCollaborationAnalysisTemplateError$ = [3, n0, _BGCATE,
1166
- 0,
1167
- [_a, _co, _m],
1168
- [0, 0, 0], 3
1169
- ];
1170
- var BatchGetCollaborationAnalysisTemplateInput$ = [3, n0, _BGCATI,
1171
- 0,
1172
- [_cIo, _aTA],
1173
- [[0, 1], 64 | 0], 2
1174
- ];
1175
- var BatchGetCollaborationAnalysisTemplateOutput$ = [3, n0, _BGCATO,
1176
- 0,
1177
- [_cAT, _er],
1178
- [[() => CollaborationAnalysisTemplateList, 0], () => BatchGetCollaborationAnalysisTemplateErrorList], 2
1179
- ];
1180
- var BatchGetSchemaAnalysisRuleError$ = [3, n0, _BGSARE,
1181
- 0,
1182
- [_n, _t, _co, _m],
1183
- [0, 0, 0, 0], 4
1184
- ];
1185
- var BatchGetSchemaAnalysisRuleInput$ = [3, n0, _BGSARI,
1186
- 0,
1187
- [_cIo, _sARR],
1188
- [[0, 1], () => SchemaAnalysisRuleRequestList], 2
1189
- ];
1190
- var BatchGetSchemaAnalysisRuleOutput$ = [3, n0, _BGSARO,
1191
- 0,
1192
- [_aRn, _er],
1193
- [() => SchemaAnalysisRuleList, () => BatchGetSchemaAnalysisRuleErrorList], 2
1194
- ];
1195
- var BatchGetSchemaError$ = [3, n0, _BGSE,
1196
- 0,
1197
- [_n, _co, _m],
1198
- [0, 0, 0], 3
1199
- ];
1200
- var BatchGetSchemaInput$ = [3, n0, _BGSI,
1201
- 0,
1202
- [_cIo, _na],
1203
- [[0, 1], 64 | 0], 2
1204
- ];
1205
- var BatchGetSchemaOutput$ = [3, n0, _BGSO,
1206
- 0,
1207
- [_sc, _er],
1208
- [() => SchemaList, () => BatchGetSchemaErrorList], 2
1209
- ];
1210
- var BilledJobResourceUtilization$ = [3, n0, _BJRU,
1211
- 0,
1212
- [_u],
1213
- [1], 1
1214
- ];
1215
- var BilledResourceUtilization$ = [3, n0, _BRU,
1216
- 0,
1217
- [_u],
1218
- [1], 1
1219
- ];
1220
- var BudgetParameter$ = [3, n0, _BP,
1221
- 0,
1222
- [_t, _b, _aR],
1223
- [0, 1, 0], 2
1224
- ];
1225
- var Change$ = [3, n0, _C,
1226
- 0,
1227
- [_sTp, _sp, _ty],
1228
- [0, () => ChangeSpecification$, 64 | 0], 3
1229
- ];
1230
- var ChangeInput$ = [3, n0, _CI,
1231
- 0,
1232
- [_sTp, _sp],
1233
- [0, () => ChangeSpecification$], 2
1234
- ];
1235
- var Collaboration$ = [3, n0, _Co,
1236
- 0,
1237
- [_i, _a, _n, _cAI, _cDN, _cT, _uT, _mS, _qLS, _de, _mI, _mA, _dEM, _jLS, _aE, _aACT, _aRR, _iME],
1238
- [0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, () => DataEncryptionMetadata$, 0, 0, 64 | 0, 64 | 0, 2], 9
1239
- ];
1240
- var CollaborationAnalysisTemplate$ = [3, n0, _CAT,
1241
- 0,
1242
- [_i, _a, _cI, _cA, _cAI, _n, _cT, _uT, _s, _fo, _de, _so, _sM, _aP, _v, _eMC, _sDP],
1243
- [0, 0, 0, 0, 0, 0, 4, 4, () => AnalysisSchema$, 0, 0, [() => AnalysisSource$, 0], () => AnalysisSourceMetadata$, [() => AnalysisParameterList, 0], () => AnalysisTemplateValidationStatusDetailList, () => ErrorMessageConfiguration$, () => SyntheticDataParameters$], 10
1244
- ];
1245
- var CollaborationAnalysisTemplateSummary$ = [3, n0, _CATS,
1246
- 0,
1247
- [_a, _cT, _i, _n, _uT, _cA, _cI, _cAI, _de, _iSD],
1248
- [0, 4, 0, 0, 4, 0, 0, 0, 0, 2], 8
1249
- ];
1250
- var CollaborationChangeRequest$ = [3, n0, _CCR,
1251
- 0,
1252
- [_i, _cI, _cT, _uT, _st, _iAA, _ch, _ap],
1253
- [0, 0, 4, 4, 0, 2, () => ChangeList, () => ApprovalStatuses], 7
1254
- ];
1255
- var CollaborationChangeRequestSummary$ = [3, n0, _CCRS,
1256
- 0,
1257
- [_i, _cI, _cT, _uT, _st, _iAA, _ch, _ap],
1258
- [0, 0, 4, 4, 0, 2, () => ChangeList, () => ApprovalStatuses], 7
1259
- ];
1260
- var CollaborationChangeSpecification$ = [3, n0, _CCS,
1261
- 0,
1262
- [_aACT],
1263
- [64 | 0]
1264
- ];
1265
- var CollaborationConfiguredAudienceModelAssociation$ = [3, n0, _CCAMA,
1266
- 0,
1267
- [_i, _a, _cI, _cA, _cAMA, _n, _cAI, _cT, _uT, _de],
1268
- [0, 0, 0, 0, 0, 0, 0, 4, 4, 0], 9
1269
- ];
1270
- var CollaborationConfiguredAudienceModelAssociationSummary$ = [3, n0, _CCAMAS,
1271
- 0,
1272
- [_a, _cT, _i, _n, _uT, _cA, _cI, _cAI, _de],
1273
- [0, 4, 0, 0, 4, 0, 0, 0, 0], 8
1274
- ];
1275
- var CollaborationIdNamespaceAssociation$ = [3, n0, _CINA,
1276
- 0,
1277
- [_i, _a, _cI, _cA, _n, _cAI, _cT, _uT, _iRC, _iRP, _de, _iMC],
1278
- [0, 0, 0, 0, 0, 0, 4, 4, () => IdNamespaceAssociationInputReferenceConfig$, () => IdNamespaceAssociationInputReferenceProperties$, 0, () => IdMappingConfig$], 10
1279
- ];
1280
- var CollaborationIdNamespaceAssociationSummary$ = [3, n0, _CINAS,
1281
- 0,
1282
- [_a, _cT, _i, _uT, _cA, _cI, _cAI, _iRC, _n, _iRP, _de],
1283
- [0, 4, 0, 4, 0, 0, 0, () => IdNamespaceAssociationInputReferenceConfig$, 0, () => IdNamespaceAssociationInputReferencePropertiesSummary$, 0], 10
1284
- ];
1285
- var CollaborationPrivacyBudgetSummary$ = [3, n0, _CPBS,
1286
- 0,
1287
- [_i, _pBTI, _pBTA, _cI, _cA, _cAI, _t, _cT, _uT, _b],
1288
- [0, 0, 0, 0, 0, 0, 0, 4, 4, () => PrivacyBudget$], 10
1289
- ];
1290
- var CollaborationPrivacyBudgetTemplate$ = [3, n0, _CPBT,
1291
- 0,
1292
- [_i, _a, _cI, _cA, _cAI, _cT, _uT, _pBT, _aR, _pa],
1293
- [0, 0, 0, 0, 0, 4, 4, 0, 0, () => PrivacyBudgetTemplateParametersOutput$], 10
1294
- ];
1295
- var CollaborationPrivacyBudgetTemplateSummary$ = [3, n0, _CPBTS,
1296
- 0,
1297
- [_i, _a, _cI, _cA, _cAI, _pBT, _cT, _uT],
1298
- [0, 0, 0, 0, 0, 0, 4, 4], 8
1299
- ];
1300
- var CollaborationSummary$ = [3, n0, _CS,
1301
- 0,
1302
- [_i, _a, _n, _cAI, _cDN, _cT, _uT, _mS, _mI, _mA, _aE],
1303
- [0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0], 8
1304
- ];
1305
- var Column$ = [3, n0, _Col,
1306
- 0,
1307
- [_n, _t],
1308
- [0, 0], 2
1309
- ];
1310
- var ColumnClassificationDetails$ = [3, n0, _CCD,
1311
- 0,
1312
- [_cM],
1313
- [() => ColumnMappingList], 1
1314
- ];
1315
- var ConfiguredAudienceModelAssociation$ = [3, n0, _CAMA,
1316
- 0,
1317
- [_i, _a, _cAMA, _mI, _mA, _cI, _cA, _n, _mRP, _cT, _uT, _de],
1318
- [0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 4, 0], 11
1319
- ];
1320
- var ConfiguredAudienceModelAssociationSummary$ = [3, n0, _CAMAS,
1321
- 0,
1322
- [_mI, _mA, _cA, _cI, _cT, _uT, _i, _a, _n, _cAMA, _de],
1323
- [0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0], 10
1324
- ];
1325
- var ConfiguredTable$ = [3, n0, _CT,
1326
- 0,
1327
- [_i, _a, _n, _tR, _cT, _uT, _aRT, _aM, _aCl, _de, _sAM],
1328
- [0, 0, 0, () => TableReference$, 4, 4, 64 | 0, 0, 64 | 0, 0, 64 | 0], 9
1329
- ];
1330
- var ConfiguredTableAnalysisRule$ = [3, n0, _CTAR,
1331
- 0,
1332
- [_cTI, _cTA, _p, _t, _cT, _uT],
1333
- [0, 0, () => ConfiguredTableAnalysisRulePolicy$, 0, 4, 4], 6
1334
- ];
1335
- var ConfiguredTableAssociation$ = [3, n0, _CTA,
1336
- 0,
1337
- [_a, _i, _cTI, _cTA, _mI, _mA, _rAo, _n, _cT, _uT, _de, _aRT],
1338
- [0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 64 | 0], 10
1339
- ];
1340
- var ConfiguredTableAssociationAnalysisRule$ = [3, n0, _CTAAR,
1341
- 0,
1342
- [_mIe, _cTAI, _cTAA, _p, _t, _cT, _uT],
1343
- [0, 0, 0, () => ConfiguredTableAssociationAnalysisRulePolicy$, 0, 4, 4], 7
1344
- ];
1345
- var ConfiguredTableAssociationAnalysisRuleAggregation$ = [3, n0, _CTAARA,
1346
- 0,
1347
- [_aRRl, _aAA],
1348
- [64 | 0, 64 | 0]
1349
- ];
1350
- var ConfiguredTableAssociationAnalysisRuleCustom$ = [3, n0, _CTAARC,
1351
- 0,
1352
- [_aRRl, _aAA],
1353
- [64 | 0, 64 | 0]
1354
- ];
1355
- var ConfiguredTableAssociationAnalysisRuleList$ = [3, n0, _CTAARL,
1356
- 0,
1357
- [_aRRl, _aAA],
1358
- [64 | 0, 64 | 0]
1359
- ];
1360
- var ConfiguredTableAssociationSummary$ = [3, n0, _CTAS,
1361
- 0,
1362
- [_cTI, _mI, _mA, _n, _cT, _uT, _i, _a, _aRT],
1363
- [0, 0, 0, 0, 4, 4, 0, 0, 64 | 0], 8
1364
- ];
1365
- var ConfiguredTableSummary$ = [3, n0, _CTS,
1366
- 0,
1367
- [_i, _a, _n, _cT, _uT, _aRT, _aM, _sAM],
1368
- [0, 0, 0, 4, 4, 64 | 0, 0, 64 | 0], 7
1369
- ];
1370
- var ConflictException$ = [-3, n0, _CE,
1371
- { [_e]: _c, [_hE]: 409 },
1372
- [_m, _rI, _rTe, _r],
1373
- [0, 0, 0, 0]
1374
- ];
1375
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
1376
- var ConsolidatedPolicyAggregation$ = [3, n0, _CPA,
1377
- 0,
1378
- [_aC, _jC, _dC, _sF, _oC, _jR, _aJO, _aA, _aRRl, _aAA],
1379
- [() => AggregateColumnList, 64 | 0, 64 | 0, 64 | 0, () => AggregationConstraints, 0, 64 | 0, 0, 64 | 0, 64 | 0], 5
1380
- ];
1381
- var ConsolidatedPolicyCustom$ = [3, n0, _CPC,
1382
- 0,
1383
- [_aAl, _aAP, _aA, _dOC, _dP, _aRRl, _aAA],
1384
- [64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration$, 64 | 0, 64 | 0], 1
1385
- ];
1386
- var ConsolidatedPolicyList$ = [3, n0, _CPL,
1387
- 0,
1388
- [_jC, _lC, _aJO, _aA, _aRRl, _aAA],
1389
- [64 | 0, 64 | 0, 64 | 0, 0, 64 | 0, 64 | 0], 2
1390
- ];
1391
- var CreateAnalysisTemplateInput$ = [3, n0, _CATI,
1392
- 0,
1393
- [_mIe, _n, _fo, _so, _de, _ta, _aP, _s, _eMC, _sDP],
1394
- [[0, 1], 0, 0, [() => AnalysisSource$, 0], 0, 128 | 0, [() => AnalysisParameterList, 0], () => AnalysisSchema$, () => ErrorMessageConfiguration$, () => SyntheticDataParameters$], 4
1395
- ];
1396
- var CreateAnalysisTemplateOutput$ = [3, n0, _CATO,
1397
- 0,
1398
- [_aT],
1399
- [[() => AnalysisTemplate$, 0]], 1
1400
- ];
1401
- var CreateCollaborationChangeRequestInput$ = [3, n0, _CCCRI,
1402
- 0,
1403
- [_cIo, _ch],
1404
- [[0, 1], () => ChangeInputList], 2
1405
- ];
1406
- var CreateCollaborationChangeRequestOutput$ = [3, n0, _CCCRO,
1407
- 0,
1408
- [_cCR],
1409
- [() => CollaborationChangeRequest$], 1
1410
- ];
1411
- var CreateCollaborationInput$ = [3, n0, _CCI,
1412
- 0,
1413
- [_me, _n, _de, _cMA, _cDN, _qLS, _cMLMA, _dEM, _jLS, _ta, _cPC, _aE, _aACRT, _aRR, _iME],
1414
- [() => MemberList, 0, 0, 64 | 0, 0, 0, () => MLMemberAbilities$, () => DataEncryptionMetadata$, 0, 128 | 0, () => PaymentConfiguration$, 0, 64 | 0, 64 | 0, 2], 6
1415
- ];
1416
- var CreateCollaborationOutput$ = [3, n0, _CCO,
1417
- 0,
1418
- [_col],
1419
- [() => Collaboration$], 1
1420
- ];
1421
- var CreateConfiguredAudienceModelAssociationInput$ = [3, n0, _CCAMAI,
1422
- 0,
1423
- [_mIe, _cAMA, _cAMAN, _mRP, _ta, _de],
1424
- [[0, 1], 0, 0, 2, 128 | 0, 0], 4
1425
- ];
1426
- var CreateConfiguredAudienceModelAssociationOutput$ = [3, n0, _CCAMAO,
1427
- 0,
1428
- [_cAMAo],
1429
- [() => ConfiguredAudienceModelAssociation$], 1
1430
- ];
1431
- var CreateConfiguredTableAnalysisRuleInput$ = [3, n0, _CCTARI,
1432
- 0,
1433
- [_cTIo, _aRTn, _aRP],
1434
- [[0, 1], 0, () => ConfiguredTableAnalysisRulePolicy$], 3
1435
- ];
1436
- var CreateConfiguredTableAnalysisRuleOutput$ = [3, n0, _CCTARO,
1437
- 0,
1438
- [_aRna],
1439
- [() => ConfiguredTableAnalysisRule$], 1
1440
- ];
1441
- var CreateConfiguredTableAssociationAnalysisRuleInput$ = [3, n0, _CCTAARI,
1442
- 0,
1443
- [_mIe, _cTAIo, _aRTn, _aRP],
1444
- [[0, 1], [0, 1], 0, () => ConfiguredTableAssociationAnalysisRulePolicy$], 4
1445
- ];
1446
- var CreateConfiguredTableAssociationAnalysisRuleOutput$ = [3, n0, _CCTAARO,
1447
- 0,
1448
- [_aRna],
1449
- [() => ConfiguredTableAssociationAnalysisRule$], 1
1450
- ];
1451
- var CreateConfiguredTableAssociationInput$ = [3, n0, _CCTAI,
1452
- 0,
1453
- [_n, _mIe, _cTIo, _rAo, _de, _ta],
1454
- [0, [0, 1], 0, 0, 0, 128 | 0], 4
1455
- ];
1456
- var CreateConfiguredTableAssociationOutput$ = [3, n0, _CCTAO,
1457
- 0,
1458
- [_cTAo],
1459
- [() => ConfiguredTableAssociation$], 1
1460
- ];
1461
- var CreateConfiguredTableInput$ = [3, n0, _CCTI,
1462
- 0,
1463
- [_n, _tR, _aCl, _aM, _de, _sAM, _ta],
1464
- [0, () => TableReference$, 64 | 0, 0, 0, 64 | 0, 128 | 0], 4
1465
- ];
1466
- var CreateConfiguredTableOutput$ = [3, n0, _CCTO,
1467
- 0,
1468
- [_cTo],
1469
- [() => ConfiguredTable$], 1
1470
- ];
1471
- var CreateIdMappingTableInput$ = [3, n0, _CIMTI,
1472
- 0,
1473
- [_mIe, _n, _iRC, _de, _ta, _kKA],
1474
- [[0, 1], 0, () => IdMappingTableInputReferenceConfig$, 0, 128 | 0, 0], 3
1475
- ];
1476
- var CreateIdMappingTableOutput$ = [3, n0, _CIMTO,
1477
- 0,
1478
- [_iMT],
1479
- [() => IdMappingTable$], 1
1480
- ];
1481
- var CreateIdNamespaceAssociationInput$ = [3, n0, _CINAI,
1482
- 0,
1483
- [_mIe, _iRC, _n, _ta, _de, _iMC],
1484
- [[0, 1], () => IdNamespaceAssociationInputReferenceConfig$, 0, 128 | 0, 0, () => IdMappingConfig$], 3
1485
- ];
1486
- var CreateIdNamespaceAssociationOutput$ = [3, n0, _CINAO,
1487
- 0,
1488
- [_iNA],
1489
- [() => IdNamespaceAssociation$], 1
1490
- ];
1491
- var CreateMembershipInput$ = [3, n0, _CMI,
1492
- 0,
1493
- [_cIo, _qLS, _jLS, _ta, _dRC, _dJRC, _pC, _iME],
1494
- [0, 0, 0, 128 | 0, () => MembershipProtectedQueryResultConfiguration$, () => MembershipProtectedJobResultConfiguration$, () => MembershipPaymentConfiguration$, 2], 2
1495
- ];
1496
- var CreateMembershipOutput$ = [3, n0, _CMO,
1497
- 0,
1498
- [_mem],
1499
- [() => Membership$], 1
1500
- ];
1501
- var CreatePrivacyBudgetTemplateInput$ = [3, n0, _CPBTI,
1502
- 0,
1503
- [_mIe, _pBT, _pa, _aR, _ta],
1504
- [[0, 1], 0, () => PrivacyBudgetTemplateParametersInput$, 0, 128 | 0], 3
1505
- ];
1506
- var CreatePrivacyBudgetTemplateOutput$ = [3, n0, _CPBTO,
1507
- 0,
1508
- [_pBTr],
1509
- [() => PrivacyBudgetTemplate$], 1
1510
- ];
1511
- var DataEncryptionMetadata$ = [3, n0, _DEM,
1512
- 0,
1513
- [_aCll, _aD, _aJOCWDN, _pN],
1514
- [2, 2, 2, 2], 4
1515
- ];
1516
- var DeleteAnalysisTemplateInput$ = [3, n0, _DATI,
1517
- 0,
1518
- [_mIe, _aTI],
1519
- [[0, 1], [0, 1]], 2
1520
- ];
1521
- var DeleteAnalysisTemplateOutput$ = [3, n0, _DATO,
1522
- 0,
1523
- [],
1524
- []
1525
- ];
1526
- var DeleteCollaborationInput$ = [3, n0, _DCI,
1527
- 0,
1528
- [_cIo],
1529
- [[0, 1]], 1
1530
- ];
1531
- var DeleteCollaborationOutput$ = [3, n0, _DCO,
1532
- 0,
1533
- [],
1534
- []
1535
- ];
1536
- var DeleteConfiguredAudienceModelAssociationInput$ = [3, n0, _DCAMAI,
1537
- 0,
1538
- [_cAMAI, _mIe],
1539
- [[0, 1], [0, 1]], 2
1540
- ];
1541
- var DeleteConfiguredAudienceModelAssociationOutput$ = [3, n0, _DCAMAO,
1542
- 0,
1543
- [],
1544
- []
1545
- ];
1546
- var DeleteConfiguredTableAnalysisRuleInput$ = [3, n0, _DCTARI,
1547
- 0,
1548
- [_cTIo, _aRTn],
1549
- [[0, 1], [0, 1]], 2
1550
- ];
1551
- var DeleteConfiguredTableAnalysisRuleOutput$ = [3, n0, _DCTARO,
1552
- 0,
1553
- [],
1554
- []
1555
- ];
1556
- var DeleteConfiguredTableAssociationAnalysisRuleInput$ = [3, n0, _DCTAARI,
1557
- 0,
1558
- [_mIe, _cTAIo, _aRTn],
1559
- [[0, 1], [0, 1], [0, 1]], 3
1560
- ];
1561
- var DeleteConfiguredTableAssociationAnalysisRuleOutput$ = [3, n0, _DCTAARO,
1562
- 0,
1563
- [],
1564
- []
1565
- ];
1566
- var DeleteConfiguredTableAssociationInput$ = [3, n0, _DCTAI,
1567
- 0,
1568
- [_cTAIo, _mIe],
1569
- [[0, 1], [0, 1]], 2
1570
- ];
1571
- var DeleteConfiguredTableAssociationOutput$ = [3, n0, _DCTAO,
1572
- 0,
1573
- [],
1574
- []
1575
- ];
1576
- var DeleteConfiguredTableInput$ = [3, n0, _DCTI,
1577
- 0,
1578
- [_cTIo],
1579
- [[0, 1]], 1
1580
- ];
1581
- var DeleteConfiguredTableOutput$ = [3, n0, _DCTO,
1582
- 0,
1583
- [],
1584
- []
1585
- ];
1586
- var DeleteIdMappingTableInput$ = [3, n0, _DIMTI,
1587
- 0,
1588
- [_iMTI, _mIe],
1589
- [[0, 1], [0, 1]], 2
1590
- ];
1591
- var DeleteIdMappingTableOutput$ = [3, n0, _DIMTO,
1592
- 0,
1593
- [],
1594
- []
1595
- ];
1596
- var DeleteIdNamespaceAssociationInput$ = [3, n0, _DINAI,
1597
- 0,
1598
- [_iNAI, _mIe],
1599
- [[0, 1], [0, 1]], 2
1600
- ];
1601
- var DeleteIdNamespaceAssociationOutput$ = [3, n0, _DINAO,
1602
- 0,
1603
- [],
1604
- []
1605
- ];
1606
- var DeleteMemberInput$ = [3, n0, _DMI,
1607
- 0,
1608
- [_cIo, _aI],
1609
- [[0, 1], [0, 1]], 2
1610
- ];
1611
- var DeleteMemberOutput$ = [3, n0, _DMO,
1612
- 0,
1613
- [],
1614
- []
1615
- ];
1616
- var DeleteMembershipInput$ = [3, n0, _DMIe,
1617
- 0,
1618
- [_mIe],
1619
- [[0, 1]], 1
1620
- ];
1621
- var DeleteMembershipOutput$ = [3, n0, _DMOe,
1622
- 0,
1623
- [],
1624
- []
1625
- ];
1626
- var DeletePrivacyBudgetTemplateInput$ = [3, n0, _DPBTI,
1627
- 0,
1628
- [_mIe, _pBTIr],
1629
- [[0, 1], [0, 1]], 2
1630
- ];
1631
- var DeletePrivacyBudgetTemplateOutput$ = [3, n0, _DPBTO,
1632
- 0,
1633
- [],
1634
- []
1635
- ];
1636
- var DifferentialPrivacyColumn$ = [3, n0, _DPC,
1637
- 0,
1638
- [_n],
1639
- [0], 1
1640
- ];
1641
- var DifferentialPrivacyConfiguration$ = [3, n0, _DPCi,
1642
- 0,
1643
- [_colu],
1644
- [() => DifferentialPrivacyColumnList], 1
1645
- ];
1646
- var DifferentialPrivacyParameters$ = [3, n0, _DPP,
1647
- 0,
1648
- [_sP],
1649
- [() => DifferentialPrivacySensitivityParametersList], 1
1650
- ];
1651
- var DifferentialPrivacyPreviewAggregation$ = [3, n0, _DPPA,
1652
- 0,
1653
- [_t, _mC],
1654
- [0, 1], 2
1655
- ];
1656
- var DifferentialPrivacyPreviewParametersInput$ = [3, n0, _DPPPI,
1657
- 0,
1658
- [_ep, _uNPQ],
1659
- [1, 1], 2
1660
- ];
1661
- var DifferentialPrivacyPrivacyBudget$ = [3, n0, _DPPB,
1662
- 0,
1663
- [_ag, _ep],
1664
- [() => DifferentialPrivacyPrivacyBudgetAggregationList, 1], 2
1665
- ];
1666
- var DifferentialPrivacyPrivacyBudgetAggregation$ = [3, n0, _DPPBA,
1667
- 0,
1668
- [_t, _mC, _rC],
1669
- [0, 1, 1], 3
1670
- ];
1671
- var DifferentialPrivacyPrivacyImpact$ = [3, n0, _DPPI,
1672
- 0,
1673
- [_ag],
1674
- [() => DifferentialPrivacyPreviewAggregationList], 1
1675
- ];
1676
- var DifferentialPrivacySensitivityParameters$ = [3, n0, _DPSP,
1677
- 0,
1678
- [_aTg, _aEg, _uCL, _mCV, _mCVa],
1679
- [0, 0, 1, 1, 1], 3
1680
- ];
1681
- var DifferentialPrivacyTemplateParametersInput$ = [3, n0, _DPTPI,
1682
- 0,
1683
- [_ep, _uNPQ],
1684
- [1, 1], 2
1685
- ];
1686
- var DifferentialPrivacyTemplateParametersOutput$ = [3, n0, _DPTPO,
1687
- 0,
1688
- [_ep, _uNPQ],
1689
- [1, 1], 2
1690
- ];
1691
- var DifferentialPrivacyTemplateUpdateParameters$ = [3, n0, _DPTUP,
1692
- 0,
1693
- [_ep, _uNPQ],
1694
- [1, 1]
1695
- ];
1696
- var DirectAnalysisConfigurationDetails$ = [3, n0, _DACD,
1697
- 0,
1698
- [_rAI],
1699
- [64 | 0]
1700
- ];
1701
- var ErrorMessageConfiguration$ = [3, n0, _EMC,
1702
- 0,
1703
- [_t],
1704
- [0], 1
1705
- ];
1706
- var GetAnalysisTemplateInput$ = [3, n0, _GATI,
1707
- 0,
1708
- [_mIe, _aTI],
1709
- [[0, 1], [0, 1]], 2
1710
- ];
1711
- var GetAnalysisTemplateOutput$ = [3, n0, _GATO,
1712
- 0,
1713
- [_aT],
1714
- [[() => AnalysisTemplate$, 0]], 1
1715
- ];
1716
- var GetCollaborationAnalysisTemplateInput$ = [3, n0, _GCATI,
1717
- 0,
1718
- [_cIo, _aTAn],
1719
- [[0, 1], [0, 1]], 2
1720
- ];
1721
- var GetCollaborationAnalysisTemplateOutput$ = [3, n0, _GCATO,
1722
- 0,
1723
- [_cATo],
1724
- [[() => CollaborationAnalysisTemplate$, 0]], 1
1725
- ];
1726
- var GetCollaborationChangeRequestInput$ = [3, n0, _GCCRI,
1727
- 0,
1728
- [_cIo, _cRI],
1729
- [[0, 1], [0, 1]], 2
1730
- ];
1731
- var GetCollaborationChangeRequestOutput$ = [3, n0, _GCCRO,
1732
- 0,
1733
- [_cCR],
1734
- [() => CollaborationChangeRequest$], 1
1735
- ];
1736
- var GetCollaborationConfiguredAudienceModelAssociationInput$ = [3, n0, _GCCAMAI,
1737
- 0,
1738
- [_cIo, _cAMAI],
1739
- [[0, 1], [0, 1]], 2
1740
- ];
1741
- var GetCollaborationConfiguredAudienceModelAssociationOutput$ = [3, n0, _GCCAMAO,
1742
- 0,
1743
- [_cCAMA],
1744
- [() => CollaborationConfiguredAudienceModelAssociation$], 1
1745
- ];
1746
- var GetCollaborationIdNamespaceAssociationInput$ = [3, n0, _GCINAI,
1747
- 0,
1748
- [_cIo, _iNAI],
1749
- [[0, 1], [0, 1]], 2
1750
- ];
1751
- var GetCollaborationIdNamespaceAssociationOutput$ = [3, n0, _GCINAO,
1752
- 0,
1753
- [_cINA],
1754
- [() => CollaborationIdNamespaceAssociation$], 1
1755
- ];
1756
- var GetCollaborationInput$ = [3, n0, _GCI,
1757
- 0,
1758
- [_cIo],
1759
- [[0, 1]], 1
1760
- ];
1761
- var GetCollaborationOutput$ = [3, n0, _GCO,
1762
- 0,
1763
- [_col],
1764
- [() => Collaboration$], 1
1765
- ];
1766
- var GetCollaborationPrivacyBudgetTemplateInput$ = [3, n0, _GCPBTI,
1767
- 0,
1768
- [_cIo, _pBTIr],
1769
- [[0, 1], [0, 1]], 2
1770
- ];
1771
- var GetCollaborationPrivacyBudgetTemplateOutput$ = [3, n0, _GCPBTO,
1772
- 0,
1773
- [_cPBT],
1774
- [() => CollaborationPrivacyBudgetTemplate$], 1
1775
- ];
1776
- var GetConfiguredAudienceModelAssociationInput$ = [3, n0, _GCAMAI,
1777
- 0,
1778
- [_cAMAI, _mIe],
1779
- [[0, 1], [0, 1]], 2
1780
- ];
1781
- var GetConfiguredAudienceModelAssociationOutput$ = [3, n0, _GCAMAO,
1782
- 0,
1783
- [_cAMAo],
1784
- [() => ConfiguredAudienceModelAssociation$], 1
1785
- ];
1786
- var GetConfiguredTableAnalysisRuleInput$ = [3, n0, _GCTARI,
1787
- 0,
1788
- [_cTIo, _aRTn],
1789
- [[0, 1], [0, 1]], 2
1790
- ];
1791
- var GetConfiguredTableAnalysisRuleOutput$ = [3, n0, _GCTARO,
1792
- 0,
1793
- [_aRna],
1794
- [() => ConfiguredTableAnalysisRule$], 1
1795
- ];
1796
- var GetConfiguredTableAssociationAnalysisRuleInput$ = [3, n0, _GCTAARI,
1797
- 0,
1798
- [_mIe, _cTAIo, _aRTn],
1799
- [[0, 1], [0, 1], [0, 1]], 3
1800
- ];
1801
- var GetConfiguredTableAssociationAnalysisRuleOutput$ = [3, n0, _GCTAARO,
1802
- 0,
1803
- [_aRna],
1804
- [() => ConfiguredTableAssociationAnalysisRule$], 1
1805
- ];
1806
- var GetConfiguredTableAssociationInput$ = [3, n0, _GCTAI,
1807
- 0,
1808
- [_cTAIo, _mIe],
1809
- [[0, 1], [0, 1]], 2
1810
- ];
1811
- var GetConfiguredTableAssociationOutput$ = [3, n0, _GCTAO,
1812
- 0,
1813
- [_cTAo],
1814
- [() => ConfiguredTableAssociation$], 1
1815
- ];
1816
- var GetConfiguredTableInput$ = [3, n0, _GCTI,
1817
- 0,
1818
- [_cTIo],
1819
- [[0, 1]], 1
1820
- ];
1821
- var GetConfiguredTableOutput$ = [3, n0, _GCTO,
1822
- 0,
1823
- [_cTo],
1824
- [() => ConfiguredTable$], 1
1825
- ];
1826
- var GetIdMappingTableInput$ = [3, n0, _GIMTI,
1827
- 0,
1828
- [_iMTI, _mIe],
1829
- [[0, 1], [0, 1]], 2
1830
- ];
1831
- var GetIdMappingTableOutput$ = [3, n0, _GIMTO,
1832
- 0,
1833
- [_iMT],
1834
- [() => IdMappingTable$], 1
1835
- ];
1836
- var GetIdNamespaceAssociationInput$ = [3, n0, _GINAI,
1837
- 0,
1838
- [_iNAI, _mIe],
1839
- [[0, 1], [0, 1]], 2
1840
- ];
1841
- var GetIdNamespaceAssociationOutput$ = [3, n0, _GINAO,
1842
- 0,
1843
- [_iNA],
1844
- [() => IdNamespaceAssociation$], 1
1845
- ];
1846
- var GetMembershipInput$ = [3, n0, _GMI,
1847
- 0,
1848
- [_mIe],
1849
- [[0, 1]], 1
1850
- ];
1851
- var GetMembershipOutput$ = [3, n0, _GMO,
1852
- 0,
1853
- [_mem],
1854
- [() => Membership$], 1
1855
- ];
1856
- var GetPrivacyBudgetTemplateInput$ = [3, n0, _GPBTI,
1857
- 0,
1858
- [_mIe, _pBTIr],
1859
- [[0, 1], [0, 1]], 2
1860
- ];
1861
- var GetPrivacyBudgetTemplateOutput$ = [3, n0, _GPBTO,
1862
- 0,
1863
- [_pBTr],
1864
- [() => PrivacyBudgetTemplate$], 1
1865
- ];
1866
- var GetProtectedJobInput$ = [3, n0, _GPJI,
1867
- 0,
1868
- [_mIe, _pJI],
1869
- [[0, 1], [0, 1]], 2
1870
- ];
1871
- var GetProtectedJobOutput$ = [3, n0, _GPJO,
1872
- 0,
1873
- [_pJ],
1874
- [[() => ProtectedJob$, 0]], 1
1875
- ];
1876
- var GetProtectedQueryInput$ = [3, n0, _GPQI,
1877
- 0,
1878
- [_mIe, _pQI],
1879
- [[0, 1], [0, 1]], 2
1880
- ];
1881
- var GetProtectedQueryOutput$ = [3, n0, _GPQO,
1882
- 0,
1883
- [_pQ],
1884
- [[() => ProtectedQuery$, 0]], 1
1885
- ];
1886
- var GetSchemaAnalysisRuleInput$ = [3, n0, _GSARI,
1887
- 0,
1888
- [_cIo, _n, _t],
1889
- [[0, 1], [0, 1], [0, 1]], 3
1890
- ];
1891
- var GetSchemaAnalysisRuleOutput$ = [3, n0, _GSARO,
1892
- 0,
1893
- [_aRna],
1894
- [() => AnalysisRule$], 1
1895
- ];
1896
- var GetSchemaInput$ = [3, n0, _GSI,
1897
- 0,
1898
- [_cIo, _n],
1899
- [[0, 1], [0, 1]], 2
1900
- ];
1901
- var GetSchemaOutput$ = [3, n0, _GSO,
1902
- 0,
1903
- [_s],
1904
- [() => Schema$], 1
1905
- ];
1906
- var GlueTableReference$ = [3, n0, _GTR,
1907
- 0,
1908
- [_tN, _dN, _reg],
1909
- [0, 0, 0], 2
1910
- ];
1911
- var Hash$ = [3, n0, _H,
1912
- 0,
1913
- [_sh],
1914
- [0]
1915
- ];
1916
- var IdMappingConfig$ = [3, n0, _IMC,
1917
- 0,
1918
- [_aUADC],
1919
- [2], 1
1920
- ];
1921
- var IdMappingTable$ = [3, n0, _IMT,
1922
- 0,
1923
- [_i, _a, _iRC, _mI, _mA, _cI, _cA, _n, _cT, _uT, _iRP, _de, _kKA],
1924
- [0, 0, () => IdMappingTableInputReferenceConfig$, 0, 0, 0, 0, 0, 4, 4, () => IdMappingTableInputReferenceProperties$, 0, 0], 11
1925
- ];
1926
- var IdMappingTableInputReferenceConfig$ = [3, n0, _IMTIRC,
1927
- 0,
1928
- [_iRA, _mRP],
1929
- [0, 2], 2
1930
- ];
1931
- var IdMappingTableInputReferenceProperties$ = [3, n0, _IMTIRP,
1932
- 0,
1933
- [_iMTIS],
1934
- [() => IdMappingTableInputSourceList], 1
1935
- ];
1936
- var IdMappingTableInputSource$ = [3, n0, _IMTIS,
1937
- 0,
1938
- [_iNAId, _t],
1939
- [0, 0], 2
1940
- ];
1941
- var IdMappingTableSchemaTypeProperties$ = [3, n0, _IMTSTP,
1942
- 0,
1943
- [_iMTIS],
1944
- [() => IdMappingTableInputSourceList], 1
1945
- ];
1946
- var IdMappingTableSummary$ = [3, n0, _IMTS,
1947
- 0,
1948
- [_cA, _cI, _mI, _mA, _cT, _uT, _i, _a, _iRC, _n, _de],
1949
- [0, 0, 0, 0, 4, 4, 0, 0, () => IdMappingTableInputReferenceConfig$, 0, 0], 10
1950
- ];
1951
- var IdNamespaceAssociation$ = [3, n0, _INA,
1952
- 0,
1953
- [_i, _a, _mI, _mA, _cI, _cA, _n, _cT, _uT, _iRC, _iRP, _de, _iMC],
1954
- [0, 0, 0, 0, 0, 0, 0, 4, 4, () => IdNamespaceAssociationInputReferenceConfig$, () => IdNamespaceAssociationInputReferenceProperties$, 0, () => IdMappingConfig$], 11
1955
- ];
1956
- var IdNamespaceAssociationInputReferenceConfig$ = [3, n0, _INAIRC,
1957
- 0,
1958
- [_iRA, _mRP],
1959
- [0, 2], 2
1960
- ];
1961
- var IdNamespaceAssociationInputReferenceProperties$ = [3, n0, _INAIRP,
1962
- 0,
1963
- [_iNT, _iMWS],
1964
- [0, 64 | 15], 2
1965
- ];
1966
- var IdNamespaceAssociationInputReferencePropertiesSummary$ = [3, n0, _INAIRPS,
1967
- 0,
1968
- [_iNT],
1969
- [0], 1
1970
- ];
1971
- var IdNamespaceAssociationSummary$ = [3, n0, _INAS,
1972
- 0,
1973
- [_mI, _mA, _cA, _cI, _cT, _uT, _i, _a, _iRC, _n, _iRP, _de],
1974
- [0, 0, 0, 0, 4, 4, 0, 0, () => IdNamespaceAssociationInputReferenceConfig$, 0, () => IdNamespaceAssociationInputReferencePropertiesSummary$, 0], 11
1975
- ];
1976
- var InternalServerException$ = [-3, n0, _ISE,
1977
- { [_e]: _se, [_hE]: 500 },
1978
- [_m],
1979
- [0]
1980
- ];
1981
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1982
- var JobComputePaymentConfig$ = [3, n0, _JCPC,
1983
- 0,
1984
- [_iR],
1985
- [2], 1
1986
- ];
1987
- var ListAnalysisTemplatesInput$ = [3, n0, _LATI,
1988
- 0,
1989
- [_mIe, _nT, _mR],
1990
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
1991
- ];
1992
- var ListAnalysisTemplatesOutput$ = [3, n0, _LATO,
1993
- 0,
1994
- [_aTS, _nT],
1995
- [() => AnalysisTemplateSummaryList, 0], 1
1996
- ];
1997
- var ListCollaborationAnalysisTemplatesInput$ = [3, n0, _LCATI,
1998
- 0,
1999
- [_cIo, _nT, _mR],
2000
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2001
- ];
2002
- var ListCollaborationAnalysisTemplatesOutput$ = [3, n0, _LCATO,
2003
- 0,
2004
- [_cATS, _nT],
2005
- [() => CollaborationAnalysisTemplateSummaryList, 0], 1
2006
- ];
2007
- var ListCollaborationChangeRequestsInput$ = [3, n0, _LCCRI,
2008
- 0,
2009
- [_cIo, _st, _nT, _mR],
2010
- [[0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2011
- ];
2012
- var ListCollaborationChangeRequestsOutput$ = [3, n0, _LCCRO,
2013
- 0,
2014
- [_cCRS, _nT],
2015
- [() => CollaborationChangeRequestSummaryList, 0], 1
2016
- ];
2017
- var ListCollaborationConfiguredAudienceModelAssociationsInput$ = [3, n0, _LCCAMAI,
2018
- 0,
2019
- [_cIo, _nT, _mR],
2020
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2021
- ];
2022
- var ListCollaborationConfiguredAudienceModelAssociationsOutput$ = [3, n0, _LCCAMAO,
2023
- 0,
2024
- [_cCAMAS, _nT],
2025
- [() => CollaborationConfiguredAudienceModelAssociationSummaryList, 0], 1
2026
- ];
2027
- var ListCollaborationIdNamespaceAssociationsInput$ = [3, n0, _LCINAI,
2028
- 0,
2029
- [_cIo, _nT, _mR],
2030
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2031
- ];
2032
- var ListCollaborationIdNamespaceAssociationsOutput$ = [3, n0, _LCINAO,
2033
- 0,
2034
- [_cINAS, _nT],
2035
- [() => CollaborationIdNamespaceAssociationSummaryList, 0], 1
2036
- ];
2037
- var ListCollaborationPrivacyBudgetsInput$ = [3, n0, _LCPBI,
2038
- 0,
2039
- [_cIo, _pBT, _mR, _nT, _aBRA],
2040
- [[0, 1], [0, { [_hQ]: _pBT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _aBRA }]], 2
2041
- ];
2042
- var ListCollaborationPrivacyBudgetsOutput$ = [3, n0, _LCPBO,
2043
- 0,
2044
- [_cPBS, _nT],
2045
- [() => CollaborationPrivacyBudgetSummaryList, 0], 1
2046
- ];
2047
- var ListCollaborationPrivacyBudgetTemplatesInput$ = [3, n0, _LCPBTI,
2048
- 0,
2049
- [_cIo, _nT, _mR],
2050
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2051
- ];
2052
- var ListCollaborationPrivacyBudgetTemplatesOutput$ = [3, n0, _LCPBTO,
2053
- 0,
2054
- [_cPBTS, _nT],
2055
- [() => CollaborationPrivacyBudgetTemplateSummaryList, 0], 1
2056
- ];
2057
- var ListCollaborationsInput$ = [3, n0, _LCI,
2058
- 0,
2059
- [_nT, _mR, _mS],
2060
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _mS }]]
2061
- ];
2062
- var ListCollaborationsOutput$ = [3, n0, _LCO,
2063
- 0,
2064
- [_cL, _nT],
2065
- [() => CollaborationSummaryList, 0], 1
2066
- ];
2067
- var ListConfiguredAudienceModelAssociationsInput$ = [3, n0, _LCAMAI,
2068
- 0,
2069
- [_mIe, _nT, _mR],
2070
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2071
- ];
2072
- var ListConfiguredAudienceModelAssociationsOutput$ = [3, n0, _LCAMAO,
2073
- 0,
2074
- [_cAMAS, _nT],
2075
- [() => ConfiguredAudienceModelAssociationSummaryList, 0], 1
2076
- ];
2077
- var ListConfiguredTableAssociationsInput$ = [3, n0, _LCTAI,
2078
- 0,
2079
- [_mIe, _nT, _mR],
2080
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2081
- ];
2082
- var ListConfiguredTableAssociationsOutput$ = [3, n0, _LCTAO,
2083
- 0,
2084
- [_cTAS, _nT],
2085
- [() => ConfiguredTableAssociationSummaryList, 0], 1
2086
- ];
2087
- var ListConfiguredTablesInput$ = [3, n0, _LCTI,
2088
- 0,
2089
- [_nT, _mR],
2090
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
2091
- ];
2092
- var ListConfiguredTablesOutput$ = [3, n0, _LCTO,
2093
- 0,
2094
- [_cTS, _nT],
2095
- [() => ConfiguredTableSummaryList, 0], 1
2096
- ];
2097
- var ListIdMappingTablesInput$ = [3, n0, _LIMTI,
2098
- 0,
2099
- [_mIe, _nT, _mR],
2100
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2101
- ];
2102
- var ListIdMappingTablesOutput$ = [3, n0, _LIMTO,
2103
- 0,
2104
- [_iMTS, _nT],
2105
- [() => IdMappingTableSummaryList, 0], 1
2106
- ];
2107
- var ListIdNamespaceAssociationsInput$ = [3, n0, _LINAI,
2108
- 0,
2109
- [_mIe, _nT, _mR],
2110
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2111
- ];
2112
- var ListIdNamespaceAssociationsOutput$ = [3, n0, _LINAO,
2113
- 0,
2114
- [_iNAS, _nT],
2115
- [() => IdNamespaceAssociationSummaryList, 0], 1
2116
- ];
2117
- var ListMembershipsInput$ = [3, n0, _LMI,
2118
- 0,
2119
- [_nT, _mR, _st],
2120
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _st }]]
2121
- ];
2122
- var ListMembershipsOutput$ = [3, n0, _LMO,
2123
- 0,
2124
- [_mSe, _nT],
2125
- [() => MembershipSummaryList, 0], 1
2126
- ];
2127
- var ListMembersInput$ = [3, n0, _LMIi,
2128
- 0,
2129
- [_cIo, _nT, _mR],
2130
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2131
- ];
2132
- var ListMembersOutput$ = [3, n0, _LMOi,
2133
- 0,
2134
- [_mSem, _nT],
2135
- [() => MemberSummaryList, 0], 1
2136
- ];
2137
- var ListPrivacyBudgetsInput$ = [3, n0, _LPBI,
2138
- 0,
2139
- [_mIe, _pBT, _nT, _mR, _aBRA],
2140
- [[0, 1], [0, { [_hQ]: _pBT }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _aBRA }]], 2
2141
- ];
2142
- var ListPrivacyBudgetsOutput$ = [3, n0, _LPBO,
2143
- 0,
2144
- [_pBS, _nT],
2145
- [() => PrivacyBudgetSummaryList, 0], 1
2146
- ];
2147
- var ListPrivacyBudgetTemplatesInput$ = [3, n0, _LPBTI,
2148
- 0,
2149
- [_mIe, _nT, _mR],
2150
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2151
- ];
2152
- var ListPrivacyBudgetTemplatesOutput$ = [3, n0, _LPBTO,
2153
- 0,
2154
- [_pBTS, _nT],
2155
- [() => PrivacyBudgetTemplateSummaryList, 0], 1
2156
- ];
2157
- var ListProtectedJobsInput$ = [3, n0, _LPJI,
2158
- 0,
2159
- [_mIe, _st, _nT, _mR],
2160
- [[0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2161
- ];
2162
- var ListProtectedJobsOutput$ = [3, n0, _LPJO,
2163
- 0,
2164
- [_pJr, _nT],
2165
- [() => ProtectedJobSummaryList, 0], 1
2166
- ];
2167
- var ListProtectedQueriesInput$ = [3, n0, _LPQI,
2168
- 0,
2169
- [_mIe, _st, _nT, _mR],
2170
- [[0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2171
- ];
2172
- var ListProtectedQueriesOutput$ = [3, n0, _LPQO,
2173
- 0,
2174
- [_pQr, _nT],
2175
- [() => ProtectedQuerySummaryList, 0], 1
2176
- ];
2177
- var ListSchemasInput$ = [3, n0, _LSI,
2178
- 0,
2179
- [_cIo, _sTc, _nT, _mR],
2180
- [[0, 1], [0, { [_hQ]: _sTc }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2181
- ];
2182
- var ListSchemasOutput$ = [3, n0, _LSO,
2183
- 0,
2184
- [_sS, _nT],
2185
- [() => SchemaSummaryList, 0], 1
2186
- ];
2187
- var ListTagsForResourceInput$ = [3, n0, _LTFRI,
2188
- 0,
2189
- [_rA],
2190
- [[0, 1]], 1
2191
- ];
2192
- var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
2193
- 0,
2194
- [_ta],
2195
- [128 | 0], 1
2196
- ];
2197
- var MemberChangeSpecification$ = [3, n0, _MCS,
2198
- 0,
2199
- [_aI, _mAe, _dNi],
2200
- [0, 64 | 0, 0], 2
2201
- ];
2202
- var Membership$ = [3, n0, _M,
2203
- 0,
2204
- [_i, _a, _cA, _cI, _cCAI, _cCDN, _cNol, _cT, _uT, _st, _mAe, _qLS, _pC, _mMA, _jLS, _dRC, _dJRC, _iME],
2205
- [0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 64 | 0, 0, () => MembershipPaymentConfiguration$, () => MLMemberAbilities$, 0, () => MembershipProtectedQueryResultConfiguration$, () => MembershipProtectedJobResultConfiguration$, 2], 13
2206
- ];
2207
- var MembershipJobComputePaymentConfig$ = [3, n0, _MJCPC,
2208
- 0,
2209
- [_iR],
2210
- [2], 1
2211
- ];
2212
- var MembershipMLPaymentConfig$ = [3, n0, _MMLPC,
2213
- 0,
2214
- [_mT, _mIo, _sDG],
2215
- [() => MembershipModelTrainingPaymentConfig$, () => MembershipModelInferencePaymentConfig$, () => MembershipSyntheticDataGenerationPaymentConfig$]
2216
- ];
2217
- var MembershipModelInferencePaymentConfig$ = [3, n0, _MMIPC,
2218
- 0,
2219
- [_iR],
2220
- [2], 1
2221
- ];
2222
- var MembershipModelTrainingPaymentConfig$ = [3, n0, _MMTPC,
2223
- 0,
2224
- [_iR],
2225
- [2], 1
2226
- ];
2227
- var MembershipPaymentConfiguration$ = [3, n0, _MPC,
2228
- 0,
2229
- [_qCu, _mL, _jCo],
2230
- [() => MembershipQueryComputePaymentConfig$, () => MembershipMLPaymentConfig$, () => MembershipJobComputePaymentConfig$], 1
2231
- ];
2232
- var MembershipProtectedJobResultConfiguration$ = [3, n0, _MPJRC,
2233
- 0,
2234
- [_oCu, _rAo],
2235
- [() => MembershipProtectedJobOutputConfiguration$, 0], 2
2236
- ];
2237
- var MembershipProtectedQueryResultConfiguration$ = [3, n0, _MPQRC,
2238
- 0,
2239
- [_oCu, _rAo],
2240
- [() => MembershipProtectedQueryOutputConfiguration$, 0], 1
2241
- ];
2242
- var MembershipQueryComputePaymentConfig$ = [3, n0, _MQCPC,
2243
- 0,
2244
- [_iR],
2245
- [2], 1
2246
- ];
2247
- var MembershipSummary$ = [3, n0, _MS,
2248
- 0,
2249
- [_i, _a, _cA, _cI, _cCAI, _cCDN, _cNol, _cT, _uT, _st, _mAe, _pC, _mMA],
2250
- [0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 64 | 0, () => MembershipPaymentConfiguration$, () => MLMemberAbilities$], 12
2251
- ];
2252
- var MembershipSyntheticDataGenerationPaymentConfig$ = [3, n0, _MSDGPC,
2253
- 0,
2254
- [_iR],
2255
- [2], 1
2256
- ];
2257
- var MemberSpecification$ = [3, n0, _MSe,
2258
- 0,
2259
- [_aI, _mAe, _dNi, _mMA, _pC],
2260
- [0, 64 | 0, 0, () => MLMemberAbilities$, () => PaymentConfiguration$], 3
2261
- ];
2262
- var MemberSummary$ = [3, n0, _MSem,
2263
- 0,
2264
- [_aI, _st, _dNi, _ab, _cT, _uT, _pC, _mAl, _mI, _mA],
2265
- [0, 0, 0, 64 | 0, 4, 4, () => PaymentConfiguration$, () => MLMemberAbilities$, 0, 0], 7
2266
- ];
2267
- var MLMemberAbilities$ = [3, n0, _MLMA,
2268
- 0,
2269
- [_cMLMAu],
2270
- [64 | 0], 1
2271
- ];
2272
- var MLPaymentConfig$ = [3, n0, _MLPC,
2273
- 0,
2274
- [_mT, _mIo, _sDG],
2275
- [() => ModelTrainingPaymentConfig$, () => ModelInferencePaymentConfig$, () => SyntheticDataGenerationPaymentConfig$]
2276
- ];
2277
- var MLSyntheticDataParameters$ = [3, n0, _MLSDP,
2278
- 0,
2279
- [_ep, _mMIAS, _cC],
2280
- [1, 1, () => ColumnClassificationDetails$], 3
2281
- ];
2282
- var ModelInferencePaymentConfig$ = [3, n0, _MIPC,
2283
- 0,
2284
- [_iR],
2285
- [2], 1
2286
- ];
2287
- var ModelTrainingPaymentConfig$ = [3, n0, _MTPC,
2288
- 0,
2289
- [_iR],
2290
- [2], 1
2291
- ];
2292
- var PaymentConfiguration$ = [3, n0, _PC,
2293
- 0,
2294
- [_qCu, _mL, _jCo],
2295
- [() => QueryComputePaymentConfig$, () => MLPaymentConfig$, () => JobComputePaymentConfig$], 1
2296
- ];
2297
- var PopulateIdMappingTableInput$ = [3, n0, _PIMTI,
2298
- 0,
2299
- [_iMTI, _mIe, _jT],
2300
- [[0, 1], [0, 1], 0], 2
2301
- ];
2302
- var PopulateIdMappingTableOutput$ = [3, n0, _PIMTO,
2303
- 0,
2304
- [_iMJI],
2305
- [0], 1
2306
- ];
2307
- var PreviewPrivacyImpactInput$ = [3, n0, _PPII,
2308
- 0,
2309
- [_mIe, _pa],
2310
- [[0, 1], () => PreviewPrivacyImpactParametersInput$], 2
2311
- ];
2312
- var PreviewPrivacyImpactOutput$ = [3, n0, _PPIO,
2313
- 0,
2314
- [_pI],
2315
- [() => PrivacyImpact$], 1
2316
- ];
2317
- var PrivacyBudgetSummary$ = [3, n0, _PBS,
2318
- 0,
2319
- [_i, _pBTI, _pBTA, _mI, _mA, _cI, _cA, _t, _cT, _uT, _b],
2320
- [0, 0, 0, 0, 0, 0, 0, 0, 4, 4, () => PrivacyBudget$], 11
2321
- ];
2322
- var PrivacyBudgetTemplate$ = [3, n0, _PBT,
2323
- 0,
2324
- [_i, _a, _mI, _mA, _cI, _cA, _cT, _uT, _pBT, _aR, _pa],
2325
- [0, 0, 0, 0, 0, 0, 4, 4, 0, 0, () => PrivacyBudgetTemplateParametersOutput$], 11
2326
- ];
2327
- var PrivacyBudgetTemplateSummary$ = [3, n0, _PBTS,
2328
- 0,
2329
- [_i, _a, _mI, _mA, _cI, _cA, _pBT, _cT, _uT],
2330
- [0, 0, 0, 0, 0, 0, 0, 4, 4], 9
2331
- ];
2332
- var ProtectedJob$ = [3, n0, _PJ,
2333
- 0,
2334
- [_i, _mI, _mA, _cT, _st, _jP, _rCe, _sta, _res, _e, _cCo],
2335
- [0, 0, 0, 4, 0, [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationOutput$, () => ProtectedJobStatistics$, () => ProtectedJobResult$, () => ProtectedJobError$, () => ProtectedJobComputeConfiguration$], 5
2336
- ];
2337
- var ProtectedJobDirectAnalysisConfigurationDetails$ = [3, n0, _PJDACD,
2338
- 0,
2339
- [_rAI],
2340
- [64 | 0]
2341
- ];
2342
- var ProtectedJobError$ = [3, n0, _PJE,
2343
- 0,
2344
- [_m, _co],
2345
- [0, 0], 2
2346
- ];
2347
- var ProtectedJobMemberOutputConfigurationInput$ = [3, n0, _PJMOCI,
2348
- 0,
2349
- [_aI],
2350
- [0], 1
2351
- ];
2352
- var ProtectedJobMemberOutputConfigurationOutput$ = [3, n0, _PJMOCO,
2353
- 0,
2354
- [_aI],
2355
- [0], 1
2356
- ];
2357
- var ProtectedJobParameters$ = [3, n0, _PJP,
2358
- 0,
2359
- [_aTAn, _pa],
2360
- [0, [() => JobParameterMap, 0]], 1
2361
- ];
2362
- var ProtectedJobReceiverConfiguration$ = [3, n0, _PJRC,
2363
- 0,
2364
- [_aTn, _cD],
2365
- [0, () => ProtectedJobConfigurationDetails$], 1
2366
- ];
2367
- var ProtectedJobResult$ = [3, n0, _PJR,
2368
- 0,
2369
- [_o],
2370
- [() => ProtectedJobOutput$], 1
2371
- ];
2372
- var ProtectedJobResultConfigurationInput$ = [3, n0, _PJRCI,
2373
- 0,
2374
- [_oCu],
2375
- [() => ProtectedJobOutputConfigurationInput$], 1
2376
- ];
2377
- var ProtectedJobResultConfigurationOutput$ = [3, n0, _PJRCO,
2378
- 0,
2379
- [_oCu],
2380
- [() => ProtectedJobOutputConfigurationOutput$], 1
2381
- ];
2382
- var ProtectedJobS3Output$ = [3, n0, _PJSO,
2383
- 0,
2384
- [_l],
2385
- [0], 1
2386
- ];
2387
- var ProtectedJobS3OutputConfigurationInput$ = [3, n0, _PJSOCI,
2388
- 0,
2389
- [_bu, _kP],
2390
- [0, 0], 1
2391
- ];
2392
- var ProtectedJobS3OutputConfigurationOutput$ = [3, n0, _PJSOCO,
2393
- 0,
2394
- [_bu, _kP],
2395
- [0, 0], 1
2396
- ];
2397
- var ProtectedJobSingleMemberOutput$ = [3, n0, _PJSMO,
2398
- 0,
2399
- [_aI],
2400
- [0], 1
2401
- ];
2402
- var ProtectedJobStatistics$ = [3, n0, _PJS,
2403
- 0,
2404
- [_tDIM, _bRU],
2405
- [1, () => BilledJobResourceUtilization$]
2406
- ];
2407
- var ProtectedJobSummary$ = [3, n0, _PJSr,
2408
- 0,
2409
- [_i, _mI, _mA, _cT, _st, _rCec],
2410
- [0, 0, 0, 4, 0, () => ProtectedJobReceiverConfigurations], 6
2411
- ];
2412
- var ProtectedJobWorkerComputeConfiguration$ = [3, n0, _PJWCC,
2413
- 0,
2414
- [_t, _nu],
2415
- [0, 1], 2
2416
- ];
2417
- var ProtectedQuery$ = [3, n0, _PQ,
2418
- 0,
2419
- [_i, _mI, _mA, _cT, _st, _sPq, _rCe, _sta, _res, _e, _dP, _cCo],
2420
- [0, 0, 0, 4, 0, [() => ProtectedQuerySQLParameters$, 0], () => ProtectedQueryResultConfiguration$, () => ProtectedQueryStatistics$, () => ProtectedQueryResult$, () => ProtectedQueryError$, () => DifferentialPrivacyParameters$, () => ComputeConfiguration$], 5
2421
- ];
2422
- var ProtectedQueryDistributeOutput$ = [3, n0, _PQDO,
2423
- 0,
2424
- [_s_, _mLe],
2425
- [() => ProtectedQueryS3Output$, () => ProtectedQueryMemberOutputList]
2426
- ];
2427
- var ProtectedQueryDistributeOutputConfiguration$ = [3, n0, _PQDOC,
2428
- 0,
2429
- [_lo],
2430
- [() => ProtectedQueryDistributeOutputConfigurationLocations], 1
2431
- ];
2432
- var ProtectedQueryError$ = [3, n0, _PQE,
2433
- 0,
2434
- [_m, _co],
2435
- [0, 0], 2
2436
- ];
2437
- var ProtectedQueryMemberOutputConfiguration$ = [3, n0, _PQMOC,
2438
- 0,
2439
- [_aI],
2440
- [0], 1
2441
- ];
2442
- var ProtectedQueryResult$ = [3, n0, _PQR,
2443
- 0,
2444
- [_o],
2445
- [() => ProtectedQueryOutput$], 1
2446
- ];
2447
- var ProtectedQueryResultConfiguration$ = [3, n0, _PQRC,
2448
- 0,
2449
- [_oCu],
2450
- [() => ProtectedQueryOutputConfiguration$], 1
2451
- ];
2452
- var ProtectedQueryS3Output$ = [3, n0, _PQSO,
2453
- 0,
2454
- [_l],
2455
- [0], 1
2456
- ];
2457
- var ProtectedQueryS3OutputConfiguration$ = [3, n0, _PQSOC,
2458
- 0,
2459
- [_rF, _bu, _kP, _sFO],
2460
- [0, 0, 0, 2], 2
2461
- ];
2462
- var ProtectedQuerySingleMemberOutput$ = [3, n0, _PQSMO,
2463
- 0,
2464
- [_aI],
2465
- [0], 1
2466
- ];
2467
- var ProtectedQuerySQLParameters$ = [3, n0, _PQSQLP,
2468
- 8,
2469
- [_qS, _aTAn, _pa],
2470
- [0, 0, 128 | 0]
2471
- ];
2472
- var ProtectedQueryStatistics$ = [3, n0, _PQS,
2473
- 0,
2474
- [_tDIM, _bRU],
2475
- [1, () => BilledResourceUtilization$]
2476
- ];
2477
- var ProtectedQuerySummary$ = [3, n0, _PQSr,
2478
- 0,
2479
- [_i, _mI, _mA, _cT, _st, _rCec],
2480
- [0, 0, 0, 4, 0, () => ReceiverConfigurationsList], 6
2481
- ];
2482
- var QueryComputePaymentConfig$ = [3, n0, _QCPC,
2483
- 0,
2484
- [_iR],
2485
- [2], 1
2486
- ];
2487
- var QueryConstraintRequireOverlap$ = [3, n0, _QCRO,
2488
- 0,
2489
- [_colu],
2490
- [64 | 0]
2491
- ];
2492
- var ReceiverConfiguration$ = [3, n0, _RC,
2493
- 0,
2494
- [_aTn, _cD],
2495
- [0, () => ConfigurationDetails$], 1
2496
- ];
2497
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
2498
- { [_e]: _c, [_hE]: 404 },
2499
- [_m, _rI, _rTe],
2500
- [0, 0, 0], 3
2501
- ];
2502
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2503
- var S3Location$ = [3, n0, _SL,
2504
- 0,
2505
- [_bu, _k],
2506
- [0, 0], 2
2507
- ];
2508
- var Schema$ = [3, n0, _S,
2509
- 0,
2510
- [_colu, _pK, _aRT, _cAI, _n, _cI, _cA, _de, _cT, _uT, _t, _sSD, _aM, _sAM, _rA, _sTP],
2511
- [() => ColumnList, () => ColumnList, 64 | 0, 0, 0, 0, 0, 0, 4, 4, 0, () => SchemaStatusDetailList, 0, 64 | 0, 0, () => SchemaTypeProperties$], 12
2512
- ];
2513
- var SchemaAnalysisRuleRequest$ = [3, n0, _SARR,
2514
- 0,
2515
- [_n, _t],
2516
- [0, 0], 2
2517
- ];
2518
- var SchemaStatusDetail$ = [3, n0, _SSD,
2519
- 0,
2520
- [_st, _aTn, _re, _aRTn, _con],
2521
- [0, 0, () => SchemaStatusReasonList, 0, 64 | 0], 2
2522
- ];
2523
- var SchemaStatusReason$ = [3, n0, _SSR,
2524
- 0,
2525
- [_co, _m],
2526
- [0, 0], 2
2527
- ];
2528
- var SchemaSummary$ = [3, n0, _SS,
2529
- 0,
2530
- [_n, _t, _cAI, _cT, _uT, _cI, _cA, _aRT, _aM, _rA, _sAM],
2531
- [0, 0, 0, 4, 4, 0, 0, 64 | 0, 0, 0, 64 | 0], 8
2532
- ];
2533
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
2534
- { [_e]: _c, [_hE]: 402 },
2535
- [_m, _qN, _qV],
2536
- [0, 0, 1], 3
2537
- ];
2538
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
2539
- var SnowflakeTableReference$ = [3, n0, _STR,
2540
- 0,
2541
- [_sA, _aIc, _dN, _tN, _sN, _tS],
2542
- [0, 0, 0, 0, 0, () => SnowflakeTableSchema$], 6
2543
- ];
2544
- var SnowflakeTableSchemaV1$ = [3, n0, _STSV,
2545
- 0,
2546
- [_cNo, _cTol],
2547
- [0, 0], 2
2548
- ];
2549
- var StartProtectedJobInput$ = [3, n0, _SPJI,
2550
- 0,
2551
- [_t, _mIe, _jP, _rCe, _cCo],
2552
- [0, [0, 1], [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationInput$, () => ProtectedJobComputeConfiguration$], 3
2553
- ];
2554
- var StartProtectedJobOutput$ = [3, n0, _SPJO,
2555
- 0,
2556
- [_pJ],
2557
- [[() => ProtectedJob$, 0]], 1
2558
- ];
2559
- var StartProtectedQueryInput$ = [3, n0, _SPQI,
2560
- 0,
2561
- [_t, _mIe, _sPq, _rCe, _cCo],
2562
- [0, [0, 1], [() => ProtectedQuerySQLParameters$, 0], () => ProtectedQueryResultConfiguration$, () => ComputeConfiguration$], 3
2563
- ];
2564
- var StartProtectedQueryOutput$ = [3, n0, _SPQO,
2565
- 0,
2566
- [_pQ],
2567
- [[() => ProtectedQuery$, 0]], 1
2568
- ];
2569
- var SyntheticDataColumnProperties$ = [3, n0, _SDCP,
2570
- 0,
2571
- [_cNo, _cTol, _iPV],
2572
- [0, 0, 2], 3
2573
- ];
2574
- var SyntheticDataGenerationPaymentConfig$ = [3, n0, _SDGPC,
2575
- 0,
2576
- [_iR],
2577
- [2], 1
2578
- ];
2579
- var TagResourceInput$ = [3, n0, _TRI,
2580
- 0,
2581
- [_rA, _ta],
2582
- [[0, 1], 128 | 0], 2
2583
- ];
2584
- var TagResourceOutput$ = [3, n0, _TRO,
2585
- 0,
2586
- [],
2587
- []
2588
- ];
2589
- var ThrottlingException$ = [-3, n0, _TE,
2590
- { [_e]: _c, [_hE]: 429 },
2591
- [_m],
2592
- [0]
2593
- ];
2594
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2595
- var UntagResourceInput$ = [3, n0, _URI,
2596
- 0,
2597
- [_rA, _tK],
2598
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
2599
- ];
2600
- var UntagResourceOutput$ = [3, n0, _URO,
2601
- 0,
2602
- [],
2603
- []
2604
- ];
2605
- var UpdateAnalysisTemplateInput$ = [3, n0, _UATI,
2606
- 0,
2607
- [_mIe, _aTI, _de],
2608
- [[0, 1], [0, 1], 0], 2
2609
- ];
2610
- var UpdateAnalysisTemplateOutput$ = [3, n0, _UATO,
2611
- 0,
2612
- [_aT],
2613
- [[() => AnalysisTemplate$, 0]], 1
2614
- ];
2615
- var UpdateCollaborationChangeRequestInput$ = [3, n0, _UCCRI,
2616
- 0,
2617
- [_cIo, _cRI, _ac],
2618
- [[0, 1], [0, 1], 0], 3
2619
- ];
2620
- var UpdateCollaborationChangeRequestOutput$ = [3, n0, _UCCRO,
2621
- 0,
2622
- [_cCR],
2623
- [() => CollaborationChangeRequest$], 1
2624
- ];
2625
- var UpdateCollaborationInput$ = [3, n0, _UCI,
2626
- 0,
2627
- [_cIo, _n, _de, _aE],
2628
- [[0, 1], 0, 0, 0], 1
2629
- ];
2630
- var UpdateCollaborationOutput$ = [3, n0, _UCO,
2631
- 0,
2632
- [_col],
2633
- [() => Collaboration$], 1
2634
- ];
2635
- var UpdateConfiguredAudienceModelAssociationInput$ = [3, n0, _UCAMAI,
2636
- 0,
2637
- [_cAMAI, _mIe, _de, _n],
2638
- [[0, 1], [0, 1], 0, 0], 2
2639
- ];
2640
- var UpdateConfiguredAudienceModelAssociationOutput$ = [3, n0, _UCAMAO,
2641
- 0,
2642
- [_cAMAo],
2643
- [() => ConfiguredAudienceModelAssociation$], 1
2644
- ];
2645
- var UpdateConfiguredTableAnalysisRuleInput$ = [3, n0, _UCTARI,
2646
- 0,
2647
- [_cTIo, _aRTn, _aRP],
2648
- [[0, 1], [0, 1], () => ConfiguredTableAnalysisRulePolicy$], 3
2649
- ];
2650
- var UpdateConfiguredTableAnalysisRuleOutput$ = [3, n0, _UCTARO,
2651
- 0,
2652
- [_aRna],
2653
- [() => ConfiguredTableAnalysisRule$], 1
2654
- ];
2655
- var UpdateConfiguredTableAssociationAnalysisRuleInput$ = [3, n0, _UCTAARI,
2656
- 0,
2657
- [_mIe, _cTAIo, _aRTn, _aRP],
2658
- [[0, 1], [0, 1], [0, 1], () => ConfiguredTableAssociationAnalysisRulePolicy$], 4
2659
- ];
2660
- var UpdateConfiguredTableAssociationAnalysisRuleOutput$ = [3, n0, _UCTAARO,
2661
- 0,
2662
- [_aRna],
2663
- [() => ConfiguredTableAssociationAnalysisRule$], 1
2664
- ];
2665
- var UpdateConfiguredTableAssociationInput$ = [3, n0, _UCTAI,
2666
- 0,
2667
- [_cTAIo, _mIe, _de, _rAo],
2668
- [[0, 1], [0, 1], 0, 0], 2
2669
- ];
2670
- var UpdateConfiguredTableAssociationOutput$ = [3, n0, _UCTAO,
2671
- 0,
2672
- [_cTAo],
2673
- [() => ConfiguredTableAssociation$], 1
2674
- ];
2675
- var UpdateConfiguredTableInput$ = [3, n0, _UCTI,
2676
- 0,
2677
- [_cTIo, _n, _de, _tR, _aCl, _aM, _sAM],
2678
- [[0, 1], 0, 0, () => TableReference$, 64 | 0, 0, 64 | 0], 1
2679
- ];
2680
- var UpdateConfiguredTableOutput$ = [3, n0, _UCTO,
2681
- 0,
2682
- [_cTo],
2683
- [() => ConfiguredTable$], 1
2684
- ];
2685
- var UpdateIdMappingTableInput$ = [3, n0, _UIMTI,
2686
- 0,
2687
- [_iMTI, _mIe, _de, _kKA],
2688
- [[0, 1], [0, 1], 0, 0], 2
2689
- ];
2690
- var UpdateIdMappingTableOutput$ = [3, n0, _UIMTO,
2691
- 0,
2692
- [_iMT],
2693
- [() => IdMappingTable$], 1
2694
- ];
2695
- var UpdateIdNamespaceAssociationInput$ = [3, n0, _UINAI,
2696
- 0,
2697
- [_iNAI, _mIe, _n, _de, _iMC],
2698
- [[0, 1], [0, 1], 0, 0, () => IdMappingConfig$], 2
2699
- ];
2700
- var UpdateIdNamespaceAssociationOutput$ = [3, n0, _UINAO,
2701
- 0,
2702
- [_iNA],
2703
- [() => IdNamespaceAssociation$], 1
2704
- ];
2705
- var UpdateMembershipInput$ = [3, n0, _UMI,
2706
- 0,
2707
- [_mIe, _qLS, _jLS, _dRC, _dJRC],
2708
- [[0, 1], 0, 0, () => MembershipProtectedQueryResultConfiguration$, () => MembershipProtectedJobResultConfiguration$], 1
2709
- ];
2710
- var UpdateMembershipOutput$ = [3, n0, _UMO,
2711
- 0,
2712
- [_mem],
2713
- [() => Membership$], 1
2714
- ];
2715
- var UpdatePrivacyBudgetTemplateInput$ = [3, n0, _UPBTI,
2716
- 0,
2717
- [_mIe, _pBTIr, _pBT, _pa],
2718
- [[0, 1], [0, 1], 0, () => PrivacyBudgetTemplateUpdateParameters$], 3
2719
- ];
2720
- var UpdatePrivacyBudgetTemplateOutput$ = [3, n0, _UPBTO,
2721
- 0,
2722
- [_pBTr],
2723
- [() => PrivacyBudgetTemplate$], 1
2724
- ];
2725
- var UpdateProtectedJobInput$ = [3, n0, _UPJI,
2726
- 0,
2727
- [_mIe, _pJI, _tSa],
2728
- [[0, 1], [0, 1], 0], 3
2729
- ];
2730
- var UpdateProtectedJobOutput$ = [3, n0, _UPJO,
2731
- 0,
2732
- [_pJ],
2733
- [[() => ProtectedJob$, 0]], 1
2734
- ];
2735
- var UpdateProtectedQueryInput$ = [3, n0, _UPQI,
2736
- 0,
2737
- [_mIe, _pQI, _tSa],
2738
- [[0, 1], [0, 1], 0], 3
2739
- ];
2740
- var UpdateProtectedQueryOutput$ = [3, n0, _UPQO,
2741
- 0,
2742
- [_pQ],
2743
- [[() => ProtectedQuery$, 0]], 1
2744
- ];
2745
- var ValidationException$ = [-3, n0, _VE,
2746
- { [_e]: _c, [_hE]: 400 },
2747
- [_m, _r, _fL],
2748
- [0, 0, () => ValidationExceptionFieldList]
2749
- ];
2750
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
2751
- var ValidationExceptionField$ = [3, n0, _VEF,
2752
- 0,
2753
- [_n, _m],
2754
- [0, 0], 2
2755
- ];
2756
- var WorkerComputeConfiguration$ = [3, n0, _WCC,
2757
- 0,
2758
- [_t, _nu, _pr],
2759
- [0, 1, () => WorkerComputeConfigurationProperties$]
2760
- ];
2761
- var CleanRoomsServiceException$ = [-3, _sm, "CleanRoomsServiceException", 0, [], []];
2762
- schema.TypeRegistry.for(_sm).registerError(CleanRoomsServiceException$, CleanRoomsServiceException);
2763
- var AccessBudgetDetailsList = [1, n0, _ABDL,
2764
- 0, () => AccessBudgetDetails$
2765
- ];
2766
- var AggregateColumnList = [1, n0, _ACL,
2767
- 0, () => AggregateColumn$
2768
- ];
2769
- var AggregationConstraints = [1, n0, _ACgg,
2770
- 0, () => AggregationConstraint$
2771
- ];
2772
- var AnalysisParameterList = [1, n0, _APL,
2773
- 0, [() => AnalysisParameter$,
2774
- 0]
2775
- ];
2776
- var AnalysisTemplateArtifactList = [1, n0, _ATAL,
2777
- 0, () => AnalysisTemplateArtifact$
2778
- ];
2779
- var AnalysisTemplateSummaryList = [1, n0, _ATSL,
2780
- 0, () => AnalysisTemplateSummary$
2781
- ];
2782
- var AnalysisTemplateValidationStatusDetailList = [1, n0, _ATVSDL,
2783
- 0, () => AnalysisTemplateValidationStatusDetail$
2784
- ];
2785
- var AnalysisTemplateValidationStatusReasonList = [1, n0, _ATVSRL,
2786
- 0, () => AnalysisTemplateValidationStatusReason$
2787
- ];
2788
- var BatchGetCollaborationAnalysisTemplateErrorList = [1, n0, _BGCATEL,
2789
- 0, () => BatchGetCollaborationAnalysisTemplateError$
2790
- ];
2791
- var BatchGetSchemaAnalysisRuleErrorList = [1, n0, _BGSAREL,
2792
- 0, () => BatchGetSchemaAnalysisRuleError$
2793
- ];
2794
- var BatchGetSchemaErrorList = [1, n0, _BGSEL,
2795
- 0, () => BatchGetSchemaError$
2796
- ];
2797
- var BudgetParameters = [1, n0, _BPu,
2798
- 0, () => BudgetParameter$
2799
- ];
2800
- var ChangeInputList = [1, n0, _CIL,
2801
- 0, () => ChangeInput$
2802
- ];
2803
- var ChangeList = [1, n0, _CL,
2804
- 0, () => Change$
2805
- ];
2806
- var CollaborationAnalysisTemplateList = [1, n0, _CATL,
2807
- 0, [() => CollaborationAnalysisTemplate$,
2808
- 0]
2809
- ];
2810
- var CollaborationAnalysisTemplateSummaryList = [1, n0, _CATSL,
2811
- 0, () => CollaborationAnalysisTemplateSummary$
2812
- ];
2813
- var CollaborationChangeRequestSummaryList = [1, n0, _CCRSL,
2814
- 0, () => CollaborationChangeRequestSummary$
2815
- ];
2816
- var CollaborationConfiguredAudienceModelAssociationSummaryList = [1, n0, _CCAMASL,
2817
- 0, () => CollaborationConfiguredAudienceModelAssociationSummary$
2818
- ];
2819
- var CollaborationIdNamespaceAssociationSummaryList = [1, n0, _CINASL,
2820
- 0, () => CollaborationIdNamespaceAssociationSummary$
2821
- ];
2822
- var CollaborationPrivacyBudgetSummaryList = [1, n0, _CPBSL,
2823
- 0, () => CollaborationPrivacyBudgetSummary$
2824
- ];
2825
- var CollaborationPrivacyBudgetTemplateSummaryList = [1, n0, _CPBTSL,
2826
- 0, () => CollaborationPrivacyBudgetTemplateSummary$
2827
- ];
2828
- var CollaborationSummaryList = [1, n0, _CSL,
2829
- 0, () => CollaborationSummary$
2830
- ];
2831
- var ColumnList = [1, n0, _CLo,
2832
- 0, () => Column$
2833
- ];
2834
- var ColumnMappingList = [1, n0, _CML,
2835
- 0, () => SyntheticDataColumnProperties$
2836
- ];
2837
- var ConfiguredAudienceModelAssociationSummaryList = [1, n0, _CAMASL,
2838
- 0, () => ConfiguredAudienceModelAssociationSummary$
2839
- ];
2840
- var ConfiguredTableAssociationSummaryList = [1, n0, _CTASL,
2841
- 0, () => ConfiguredTableAssociationSummary$
2842
- ];
2843
- var ConfiguredTableSummaryList = [1, n0, _CTSL,
2844
- 0, () => ConfiguredTableSummary$
2845
- ];
2846
- var DifferentialPrivacyColumnList = [1, n0, _DPCL,
2847
- 0, () => DifferentialPrivacyColumn$
2848
- ];
2849
- var DifferentialPrivacyPreviewAggregationList = [1, n0, _DPPAL,
2850
- 0, () => DifferentialPrivacyPreviewAggregation$
2851
- ];
2852
- var DifferentialPrivacyPrivacyBudgetAggregationList = [1, n0, _DPPBAL,
2853
- 0, () => DifferentialPrivacyPrivacyBudgetAggregation$
2854
- ];
2855
- var DifferentialPrivacySensitivityParametersList = [1, n0, _DPSPL,
2856
- 0, () => DifferentialPrivacySensitivityParameters$
2857
- ];
2858
- var HashList = [1, n0, _HL,
2859
- 0, () => Hash$
2860
- ];
2861
- var IdMappingTableInputSourceList = [1, n0, _IMTISL,
2862
- 0, () => IdMappingTableInputSource$
2863
- ];
2864
- var IdMappingTableSummaryList = [1, n0, _IMTSL,
2865
- 0, () => IdMappingTableSummary$
2866
- ];
2867
- var IdNamespaceAssociationSummaryList = [1, n0, _INASL,
2868
- 0, () => IdNamespaceAssociationSummary$
2869
- ];
2870
- var MemberList = [1, n0, _ML,
2871
- 0, () => MemberSpecification$
2872
- ];
2873
- var MembershipSummaryList = [1, n0, _MSL,
2874
- 0, () => MembershipSummary$
2875
- ];
2876
- var MemberSummaryList = [1, n0, _MSLe,
2877
- 0, () => MemberSummary$
2878
- ];
2879
- var PrivacyBudgetSummaryList = [1, n0, _PBSL,
2880
- 0, () => PrivacyBudgetSummary$
2881
- ];
2882
- var PrivacyBudgetTemplateSummaryList = [1, n0, _PBTSL,
2883
- 0, () => PrivacyBudgetTemplateSummary$
2884
- ];
2885
- var ProtectedJobMemberOutputList = [1, n0, _PJMOL,
2886
- 0, () => ProtectedJobSingleMemberOutput$
2887
- ];
2888
- var ProtectedJobReceiverConfigurations = [1, n0, _PJRCr,
2889
- 0, () => ProtectedJobReceiverConfiguration$
2890
- ];
2891
- var ProtectedJobSummaryList = [1, n0, _PJSL,
2892
- 0, () => ProtectedJobSummary$
2893
- ];
2894
- var ProtectedQueryDistributeOutputConfigurationLocations = [1, n0, _PQDOCL,
2895
- 0, () => ProtectedQueryDistributeOutputConfigurationLocation$
2896
- ];
2897
- var ProtectedQueryMemberOutputList = [1, n0, _PQMOL,
2898
- 0, () => ProtectedQuerySingleMemberOutput$
2899
- ];
2900
- var ProtectedQuerySummaryList = [1, n0, _PQSL,
2901
- 0, () => ProtectedQuerySummary$
2902
- ];
2903
- var QueryConstraintList = [1, n0, _QCL,
2904
- 0, () => QueryConstraint$
2905
- ];
2906
- var ReceiverConfigurationsList = [1, n0, _RCL,
2907
- 0, () => ReceiverConfiguration$
2908
- ];
2909
- var SchemaAnalysisRuleList = [1, n0, _SARL,
2910
- 0, () => AnalysisRule$
2911
- ];
2912
- var SchemaAnalysisRuleRequestList = [1, n0, _SARRL,
2913
- 0, () => SchemaAnalysisRuleRequest$
2914
- ];
2915
- var SchemaList = [1, n0, _SLc,
2916
- 0, () => Schema$
2917
- ];
2918
- var SchemaStatusDetailList = [1, n0, _SSDL,
2919
- 0, () => SchemaStatusDetail$
2920
- ];
2921
- var SchemaStatusReasonList = [1, n0, _SSRL,
2922
- 0, () => SchemaStatusReason$
2923
- ];
2924
- var SchemaSummaryList = [1, n0, _SSL,
2925
- 0, () => SchemaSummary$
2926
- ];
2927
- var SnowflakeTableSchemaList = [1, n0, _STSL,
2928
- 0, () => SnowflakeTableSchemaV1$
2929
- ];
2930
- var ValidationExceptionFieldList = [1, n0, _VEFL,
2931
- 0, () => ValidationExceptionField$
2932
- ];
2933
- var ApprovalStatuses = [2, n0, _ASp,
2934
- 0, 0, () => ApprovalStatusDetails$
2935
- ];
2936
- var JobParameterMap = [2, n0, _JPM,
2937
- 8, 0, 0
2938
- ];
2939
- var AnalysisRulePolicy$ = [4, n0, _ARP,
2940
- 0,
2941
- [_v_],
2942
- [() => AnalysisRulePolicyV1$]
2943
- ];
2944
- var AnalysisRulePolicyV1$ = [4, n0, _ARPV,
2945
- 0,
2946
- [_li, _agg, _cu, _iMT],
2947
- [() => AnalysisRuleList$, () => AnalysisRuleAggregation$, () => AnalysisRuleCustom$, () => AnalysisRuleIdMappingTable$]
2948
- ];
2949
- var AnalysisSource$ = [4, n0, _ASn,
2950
- 0,
2951
- [_te, _ar],
2952
- [[() => AnalysisTemplateText, 0], () => AnalysisTemplateArtifacts$]
2953
- ];
2954
- var AnalysisSourceMetadata$ = [4, n0, _ASM,
2955
- 0,
2956
- [_ar],
2957
- [() => AnalysisTemplateArtifactMetadata$]
2958
- ];
2959
- var ChangeSpecification$ = [4, n0, _CSh,
2960
- 0,
2961
- [_memb, _col],
2962
- [() => MemberChangeSpecification$, () => CollaborationChangeSpecification$]
2963
- ];
2964
- var ComputeConfiguration$ = [4, n0, _CC,
2965
- 0,
2966
- [_w],
2967
- [() => WorkerComputeConfiguration$]
2968
- ];
2969
- var ConfigurationDetails$ = [4, n0, _CD,
2970
- 0,
2971
- [_dACD],
2972
- [() => DirectAnalysisConfigurationDetails$]
2973
- ];
2974
- var ConfiguredTableAnalysisRulePolicy$ = [4, n0, _CTARP,
2975
- 0,
2976
- [_v_],
2977
- [() => ConfiguredTableAnalysisRulePolicyV1$]
2978
- ];
2979
- var ConfiguredTableAnalysisRulePolicyV1$ = [4, n0, _CTARPV,
2980
- 0,
2981
- [_li, _agg, _cu],
2982
- [() => AnalysisRuleList$, () => AnalysisRuleAggregation$, () => AnalysisRuleCustom$]
2983
- ];
2984
- var ConfiguredTableAssociationAnalysisRulePolicy$ = [4, n0, _CTAARP,
2985
- 0,
2986
- [_v_],
2987
- [() => ConfiguredTableAssociationAnalysisRulePolicyV1$]
2988
- ];
2989
- var ConfiguredTableAssociationAnalysisRulePolicyV1$ = [4, n0, _CTAARPV,
2990
- 0,
2991
- [_li, _agg, _cu],
2992
- [() => ConfiguredTableAssociationAnalysisRuleList$, () => ConfiguredTableAssociationAnalysisRuleAggregation$, () => ConfiguredTableAssociationAnalysisRuleCustom$]
2993
- ];
2994
- var ConsolidatedPolicy$ = [4, n0, _CP,
2995
- 0,
2996
- [_v_],
2997
- [() => ConsolidatedPolicyV1$]
2998
- ];
2999
- var ConsolidatedPolicyV1$ = [4, n0, _CPV,
3000
- 0,
3001
- [_li, _agg, _cu],
3002
- [() => ConsolidatedPolicyList$, () => ConsolidatedPolicyAggregation$, () => ConsolidatedPolicyCustom$]
3003
- ];
3004
- var MembershipProtectedJobOutputConfiguration$ = [4, n0, _MPJOC,
3005
- 0,
3006
- [_s_],
3007
- [() => ProtectedJobS3OutputConfigurationInput$]
3008
- ];
3009
- var MembershipProtectedQueryOutputConfiguration$ = [4, n0, _MPQOC,
3010
- 0,
3011
- [_s_],
3012
- [() => ProtectedQueryS3OutputConfiguration$]
3013
- ];
3014
- var PreviewPrivacyImpactParametersInput$ = [4, n0, _PPIPI,
3015
- 0,
3016
- [_dP],
3017
- [() => DifferentialPrivacyPreviewParametersInput$]
3018
- ];
3019
- var PrivacyBudget$ = [4, n0, _PB,
3020
- 0,
3021
- [_dP, _aB],
3022
- [() => DifferentialPrivacyPrivacyBudget$, () => AccessBudget$]
3023
- ];
3024
- var PrivacyBudgetTemplateParametersInput$ = [4, n0, _PBTPI,
3025
- 0,
3026
- [_dP, _aB],
3027
- [() => DifferentialPrivacyTemplateParametersInput$, () => AccessBudgetsPrivacyTemplateParametersInput$]
3028
- ];
3029
- var PrivacyBudgetTemplateParametersOutput$ = [4, n0, _PBTPO,
3030
- 0,
3031
- [_dP, _aB],
3032
- [() => DifferentialPrivacyTemplateParametersOutput$, () => AccessBudgetsPrivacyTemplateParametersOutput$]
3033
- ];
3034
- var PrivacyBudgetTemplateUpdateParameters$ = [4, n0, _PBTUP,
3035
- 0,
3036
- [_dP, _aB],
3037
- [() => DifferentialPrivacyTemplateUpdateParameters$, () => AccessBudgetsPrivacyTemplateUpdateParameters$]
3038
- ];
3039
- var PrivacyImpact$ = [4, n0, _PI,
3040
- 0,
3041
- [_dP],
3042
- [() => DifferentialPrivacyPrivacyImpact$]
3043
- ];
3044
- var ProtectedJobComputeConfiguration$ = [4, n0, _PJCC,
3045
- 0,
3046
- [_w],
3047
- [() => ProtectedJobWorkerComputeConfiguration$]
3048
- ];
3049
- var ProtectedJobConfigurationDetails$ = [4, n0, _PJCD,
3050
- 0,
3051
- [_dACD],
3052
- [() => ProtectedJobDirectAnalysisConfigurationDetails$]
3053
- ];
3054
- var ProtectedJobOutput$ = [4, n0, _PJO,
3055
- 0,
3056
- [_s_, _mLe],
3057
- [() => ProtectedJobS3Output$, () => ProtectedJobMemberOutputList]
3058
- ];
3059
- var ProtectedJobOutputConfigurationInput$ = [4, n0, _PJOCI,
3060
- 0,
3061
- [_memb],
3062
- [() => ProtectedJobMemberOutputConfigurationInput$]
3063
- ];
3064
- var ProtectedJobOutputConfigurationOutput$ = [4, n0, _PJOCO,
3065
- 0,
3066
- [_s_, _memb],
3067
- [() => ProtectedJobS3OutputConfigurationOutput$, () => ProtectedJobMemberOutputConfigurationOutput$]
3068
- ];
3069
- var ProtectedQueryDistributeOutputConfigurationLocation$ = [4, n0, _PQDOCLr,
3070
- 0,
3071
- [_s_, _memb],
3072
- [() => ProtectedQueryS3OutputConfiguration$, () => ProtectedQueryMemberOutputConfiguration$]
3073
- ];
3074
- var ProtectedQueryOutput$ = [4, n0, _PQO,
3075
- 0,
3076
- [_s_, _mLe, _di],
3077
- [() => ProtectedQueryS3Output$, () => ProtectedQueryMemberOutputList, () => ProtectedQueryDistributeOutput$]
3078
- ];
3079
- var ProtectedQueryOutputConfiguration$ = [4, n0, _PQOC,
3080
- 0,
3081
- [_s_, _memb, _di],
3082
- [() => ProtectedQueryS3OutputConfiguration$, () => ProtectedQueryMemberOutputConfiguration$, () => ProtectedQueryDistributeOutputConfiguration$]
3083
- ];
3084
- var QueryConstraint$ = [4, n0, _QC,
3085
- 0,
3086
- [_rO],
3087
- [() => QueryConstraintRequireOverlap$]
3088
- ];
3089
- var SchemaTypeProperties$ = [4, n0, _STP,
3090
- 0,
3091
- [_iMT],
3092
- [() => IdMappingTableSchemaTypeProperties$]
3093
- ];
3094
- var SnowflakeTableSchema$ = [4, n0, _STS,
3095
- 0,
3096
- [_v_],
3097
- [() => SnowflakeTableSchemaList]
3098
- ];
3099
- var SyntheticDataParameters$ = [4, n0, _SDP,
3100
- 0,
3101
- [_mSDP],
3102
- [() => MLSyntheticDataParameters$]
3103
- ];
3104
- var TableReference$ = [4, n0, _TR,
3105
- 0,
3106
- [_g, _sn, _at],
3107
- [() => GlueTableReference$, () => SnowflakeTableReference$, () => AthenaTableReference$]
3108
- ];
3109
- var WorkerComputeConfigurationProperties$ = [4, n0, _WCCP,
3110
- 0,
3111
- [_spa],
3112
- [128 | 0]
3113
- ];
3114
- var BatchGetCollaborationAnalysisTemplate$ = [9, n0, _BGCAT,
3115
- { [_h]: ["POST", "/collaborations/{collaborationIdentifier}/batch-analysistemplates", 200] }, () => BatchGetCollaborationAnalysisTemplateInput$, () => BatchGetCollaborationAnalysisTemplateOutput$
3116
- ];
3117
- var BatchGetSchema$ = [9, n0, _BGS,
3118
- { [_h]: ["POST", "/collaborations/{collaborationIdentifier}/batch-schema", 200] }, () => BatchGetSchemaInput$, () => BatchGetSchemaOutput$
3119
- ];
3120
- var BatchGetSchemaAnalysisRule$ = [9, n0, _BGSAR,
3121
- { [_h]: ["POST", "/collaborations/{collaborationIdentifier}/batch-schema-analysis-rule", 200] }, () => BatchGetSchemaAnalysisRuleInput$, () => BatchGetSchemaAnalysisRuleOutput$
3122
- ];
3123
- var CreateAnalysisTemplate$ = [9, n0, _CATr,
3124
- { [_h]: ["POST", "/memberships/{membershipIdentifier}/analysistemplates", 200] }, () => CreateAnalysisTemplateInput$, () => CreateAnalysisTemplateOutput$
3125
- ];
3126
- var CreateCollaboration$ = [9, n0, _CCr,
3127
- { [_h]: ["POST", "/collaborations", 200] }, () => CreateCollaborationInput$, () => CreateCollaborationOutput$
3128
- ];
3129
- var CreateCollaborationChangeRequest$ = [9, n0, _CCCR,
3130
- { [_h]: ["POST", "/collaborations/{collaborationIdentifier}/changeRequests", 200] }, () => CreateCollaborationChangeRequestInput$, () => CreateCollaborationChangeRequestOutput$
3131
- ];
3132
- var CreateConfiguredAudienceModelAssociation$ = [9, n0, _CCAMAr,
3133
- { [_h]: ["POST", "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations", 200] }, () => CreateConfiguredAudienceModelAssociationInput$, () => CreateConfiguredAudienceModelAssociationOutput$
3134
- ];
3135
- var CreateConfiguredTable$ = [9, n0, _CCT,
3136
- { [_h]: ["POST", "/configuredTables", 200] }, () => CreateConfiguredTableInput$, () => CreateConfiguredTableOutput$
3137
- ];
3138
- var CreateConfiguredTableAnalysisRule$ = [9, n0, _CCTAR,
3139
- { [_h]: ["POST", "/configuredTables/{configuredTableIdentifier}/analysisRule", 200] }, () => CreateConfiguredTableAnalysisRuleInput$, () => CreateConfiguredTableAnalysisRuleOutput$
3140
- ];
3141
- var CreateConfiguredTableAssociation$ = [9, n0, _CCTA,
3142
- { [_h]: ["POST", "/memberships/{membershipIdentifier}/configuredTableAssociations", 200] }, () => CreateConfiguredTableAssociationInput$, () => CreateConfiguredTableAssociationOutput$
3143
- ];
3144
- var CreateConfiguredTableAssociationAnalysisRule$ = [9, n0, _CCTAAR,
3145
- { [_h]: ["POST", "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule", 200] }, () => CreateConfiguredTableAssociationAnalysisRuleInput$, () => CreateConfiguredTableAssociationAnalysisRuleOutput$
3146
- ];
3147
- var CreateIdMappingTable$ = [9, n0, _CIMT,
3148
- { [_h]: ["POST", "/memberships/{membershipIdentifier}/idmappingtables", 200] }, () => CreateIdMappingTableInput$, () => CreateIdMappingTableOutput$
3149
- ];
3150
- var CreateIdNamespaceAssociation$ = [9, n0, _CINAr,
3151
- { [_h]: ["POST", "/memberships/{membershipIdentifier}/idnamespaceassociations", 200] }, () => CreateIdNamespaceAssociationInput$, () => CreateIdNamespaceAssociationOutput$
3152
- ];
3153
- var CreateMembership$ = [9, n0, _CM,
3154
- { [_h]: ["POST", "/memberships", 200] }, () => CreateMembershipInput$, () => CreateMembershipOutput$
3155
- ];
3156
- var CreatePrivacyBudgetTemplate$ = [9, n0, _CPBTr,
3157
- { [_h]: ["POST", "/memberships/{membershipIdentifier}/privacybudgettemplates", 200] }, () => CreatePrivacyBudgetTemplateInput$, () => CreatePrivacyBudgetTemplateOutput$
3158
- ];
3159
- var DeleteAnalysisTemplate$ = [9, n0, _DAT,
3160
- { [_h]: ["DELETE", "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", 204] }, () => DeleteAnalysisTemplateInput$, () => DeleteAnalysisTemplateOutput$
3161
- ];
3162
- var DeleteCollaboration$ = [9, n0, _DC,
3163
- { [_h]: ["DELETE", "/collaborations/{collaborationIdentifier}", 204] }, () => DeleteCollaborationInput$, () => DeleteCollaborationOutput$
3164
- ];
3165
- var DeleteConfiguredAudienceModelAssociation$ = [9, n0, _DCAMA,
3166
- { [_h]: ["DELETE", "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}", 204] }, () => DeleteConfiguredAudienceModelAssociationInput$, () => DeleteConfiguredAudienceModelAssociationOutput$
3167
- ];
3168
- var DeleteConfiguredTable$ = [9, n0, _DCT,
3169
- { [_h]: ["DELETE", "/configuredTables/{configuredTableIdentifier}", 204] }, () => DeleteConfiguredTableInput$, () => DeleteConfiguredTableOutput$
3170
- ];
3171
- var DeleteConfiguredTableAnalysisRule$ = [9, n0, _DCTAR,
3172
- { [_h]: ["DELETE", "/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}", 204] }, () => DeleteConfiguredTableAnalysisRuleInput$, () => DeleteConfiguredTableAnalysisRuleOutput$
3173
- ];
3174
- var DeleteConfiguredTableAssociation$ = [9, n0, _DCTA,
3175
- { [_h]: ["DELETE", "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}", 204] }, () => DeleteConfiguredTableAssociationInput$, () => DeleteConfiguredTableAssociationOutput$
3176
- ];
3177
- var DeleteConfiguredTableAssociationAnalysisRule$ = [9, n0, _DCTAAR,
3178
- { [_h]: ["DELETE", "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule/{analysisRuleType}", 204] }, () => DeleteConfiguredTableAssociationAnalysisRuleInput$, () => DeleteConfiguredTableAssociationAnalysisRuleOutput$
3179
- ];
3180
- var DeleteIdMappingTable$ = [9, n0, _DIMT,
3181
- { [_h]: ["DELETE", "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}", 204] }, () => DeleteIdMappingTableInput$, () => DeleteIdMappingTableOutput$
3182
- ];
3183
- var DeleteIdNamespaceAssociation$ = [9, n0, _DINA,
3184
- { [_h]: ["DELETE", "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}", 204] }, () => DeleteIdNamespaceAssociationInput$, () => DeleteIdNamespaceAssociationOutput$
3185
- ];
3186
- var DeleteMember$ = [9, n0, _DM,
3187
- { [_h]: ["DELETE", "/collaborations/{collaborationIdentifier}/member/{accountId}", 204] }, () => DeleteMemberInput$, () => DeleteMemberOutput$
3188
- ];
3189
- var DeleteMembership$ = [9, n0, _DMe,
3190
- { [_h]: ["DELETE", "/memberships/{membershipIdentifier}", 204] }, () => DeleteMembershipInput$, () => DeleteMembershipOutput$
3191
- ];
3192
- var DeletePrivacyBudgetTemplate$ = [9, n0, _DPBT,
3193
- { [_h]: ["DELETE", "/memberships/{membershipIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}", 204] }, () => DeletePrivacyBudgetTemplateInput$, () => DeletePrivacyBudgetTemplateOutput$
3194
- ];
3195
- var GetAnalysisTemplate$ = [9, n0, _GAT,
3196
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", 200] }, () => GetAnalysisTemplateInput$, () => GetAnalysisTemplateOutput$
3197
- ];
3198
- var GetCollaboration$ = [9, n0, _GC,
3199
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}", 200] }, () => GetCollaborationInput$, () => GetCollaborationOutput$
3200
- ];
3201
- var GetCollaborationAnalysisTemplate$ = [9, n0, _GCAT,
3202
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/analysistemplates/{analysisTemplateArn}", 200] }, () => GetCollaborationAnalysisTemplateInput$, () => GetCollaborationAnalysisTemplateOutput$
3203
- ];
3204
- var GetCollaborationChangeRequest$ = [9, n0, _GCCR,
3205
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/changeRequests/{changeRequestIdentifier}", 200] }, () => GetCollaborationChangeRequestInput$, () => GetCollaborationChangeRequestOutput$
3206
- ];
3207
- var GetCollaborationConfiguredAudienceModelAssociation$ = [9, n0, _GCCAMA,
3208
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}", 200] }, () => GetCollaborationConfiguredAudienceModelAssociationInput$, () => GetCollaborationConfiguredAudienceModelAssociationOutput$
3209
- ];
3210
- var GetCollaborationIdNamespaceAssociation$ = [9, n0, _GCINA,
3211
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}", 200] }, () => GetCollaborationIdNamespaceAssociationInput$, () => GetCollaborationIdNamespaceAssociationOutput$
3212
- ];
3213
- var GetCollaborationPrivacyBudgetTemplate$ = [9, n0, _GCPBT,
3214
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}", 200] }, () => GetCollaborationPrivacyBudgetTemplateInput$, () => GetCollaborationPrivacyBudgetTemplateOutput$
3215
- ];
3216
- var GetConfiguredAudienceModelAssociation$ = [9, n0, _GCAMA,
3217
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}", 200] }, () => GetConfiguredAudienceModelAssociationInput$, () => GetConfiguredAudienceModelAssociationOutput$
3218
- ];
3219
- var GetConfiguredTable$ = [9, n0, _GCT,
3220
- { [_h]: ["GET", "/configuredTables/{configuredTableIdentifier}", 200] }, () => GetConfiguredTableInput$, () => GetConfiguredTableOutput$
3221
- ];
3222
- var GetConfiguredTableAnalysisRule$ = [9, n0, _GCTAR,
3223
- { [_h]: ["GET", "/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}", 200] }, () => GetConfiguredTableAnalysisRuleInput$, () => GetConfiguredTableAnalysisRuleOutput$
3224
- ];
3225
- var GetConfiguredTableAssociation$ = [9, n0, _GCTA,
3226
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}", 200] }, () => GetConfiguredTableAssociationInput$, () => GetConfiguredTableAssociationOutput$
3227
- ];
3228
- var GetConfiguredTableAssociationAnalysisRule$ = [9, n0, _GCTAAR,
3229
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule/{analysisRuleType}", 200] }, () => GetConfiguredTableAssociationAnalysisRuleInput$, () => GetConfiguredTableAssociationAnalysisRuleOutput$
3230
- ];
3231
- var GetIdMappingTable$ = [9, n0, _GIMT,
3232
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}", 200] }, () => GetIdMappingTableInput$, () => GetIdMappingTableOutput$
3233
- ];
3234
- var GetIdNamespaceAssociation$ = [9, n0, _GINA,
3235
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}", 200] }, () => GetIdNamespaceAssociationInput$, () => GetIdNamespaceAssociationOutput$
3236
- ];
3237
- var GetMembership$ = [9, n0, _GM,
3238
- { [_h]: ["GET", "/memberships/{membershipIdentifier}", 200] }, () => GetMembershipInput$, () => GetMembershipOutput$
3239
- ];
3240
- var GetPrivacyBudgetTemplate$ = [9, n0, _GPBT,
3241
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}", 200] }, () => GetPrivacyBudgetTemplateInput$, () => GetPrivacyBudgetTemplateOutput$
3242
- ];
3243
- var GetProtectedJob$ = [9, n0, _GPJ,
3244
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/protectedJobs/{protectedJobIdentifier}", 200] }, () => GetProtectedJobInput$, () => GetProtectedJobOutput$
3245
- ];
3246
- var GetProtectedQuery$ = [9, n0, _GPQ,
3247
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}", 200] }, () => GetProtectedQueryInput$, () => GetProtectedQueryOutput$
3248
- ];
3249
- var GetSchema$ = [9, n0, _GS,
3250
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/schemas/{name}", 200] }, () => GetSchemaInput$, () => GetSchemaOutput$
3251
- ];
3252
- var GetSchemaAnalysisRule$ = [9, n0, _GSAR,
3253
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/schemas/{name}/analysisRule/{type}", 200] }, () => GetSchemaAnalysisRuleInput$, () => GetSchemaAnalysisRuleOutput$
3254
- ];
3255
- var ListAnalysisTemplates$ = [9, n0, _LAT,
3256
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/analysistemplates", 200] }, () => ListAnalysisTemplatesInput$, () => ListAnalysisTemplatesOutput$
3257
- ];
3258
- var ListCollaborationAnalysisTemplates$ = [9, n0, _LCAT,
3259
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/analysistemplates", 200] }, () => ListCollaborationAnalysisTemplatesInput$, () => ListCollaborationAnalysisTemplatesOutput$
3260
- ];
3261
- var ListCollaborationChangeRequests$ = [9, n0, _LCCR,
3262
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/changeRequests", 200] }, () => ListCollaborationChangeRequestsInput$, () => ListCollaborationChangeRequestsOutput$
3263
- ];
3264
- var ListCollaborationConfiguredAudienceModelAssociations$ = [9, n0, _LCCAMA,
3265
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/configuredaudiencemodelassociations", 200] }, () => ListCollaborationConfiguredAudienceModelAssociationsInput$, () => ListCollaborationConfiguredAudienceModelAssociationsOutput$
3266
- ];
3267
- var ListCollaborationIdNamespaceAssociations$ = [9, n0, _LCINA,
3268
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/idnamespaceassociations", 200] }, () => ListCollaborationIdNamespaceAssociationsInput$, () => ListCollaborationIdNamespaceAssociationsOutput$
3269
- ];
3270
- var ListCollaborationPrivacyBudgets$ = [9, n0, _LCPB,
3271
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/privacybudgets", 200] }, () => ListCollaborationPrivacyBudgetsInput$, () => ListCollaborationPrivacyBudgetsOutput$
3272
- ];
3273
- var ListCollaborationPrivacyBudgetTemplates$ = [9, n0, _LCPBT,
3274
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/privacybudgettemplates", 200] }, () => ListCollaborationPrivacyBudgetTemplatesInput$, () => ListCollaborationPrivacyBudgetTemplatesOutput$
3275
- ];
3276
- var ListCollaborations$ = [9, n0, _LC,
3277
- { [_h]: ["GET", "/collaborations", 200] }, () => ListCollaborationsInput$, () => ListCollaborationsOutput$
3278
- ];
3279
- var ListConfiguredAudienceModelAssociations$ = [9, n0, _LCAMA,
3280
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations", 200] }, () => ListConfiguredAudienceModelAssociationsInput$, () => ListConfiguredAudienceModelAssociationsOutput$
3281
- ];
3282
- var ListConfiguredTableAssociations$ = [9, n0, _LCTA,
3283
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/configuredTableAssociations", 200] }, () => ListConfiguredTableAssociationsInput$, () => ListConfiguredTableAssociationsOutput$
3284
- ];
3285
- var ListConfiguredTables$ = [9, n0, _LCT,
3286
- { [_h]: ["GET", "/configuredTables", 200] }, () => ListConfiguredTablesInput$, () => ListConfiguredTablesOutput$
3287
- ];
3288
- var ListIdMappingTables$ = [9, n0, _LIMT,
3289
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/idmappingtables", 200] }, () => ListIdMappingTablesInput$, () => ListIdMappingTablesOutput$
3290
- ];
3291
- var ListIdNamespaceAssociations$ = [9, n0, _LINA,
3292
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/idnamespaceassociations", 200] }, () => ListIdNamespaceAssociationsInput$, () => ListIdNamespaceAssociationsOutput$
3293
- ];
3294
- var ListMembers$ = [9, n0, _LM,
3295
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/members", 200] }, () => ListMembersInput$, () => ListMembersOutput$
3296
- ];
3297
- var ListMemberships$ = [9, n0, _LMi,
3298
- { [_h]: ["GET", "/memberships", 200] }, () => ListMembershipsInput$, () => ListMembershipsOutput$
3299
- ];
3300
- var ListPrivacyBudgets$ = [9, n0, _LPB,
3301
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/privacybudgets", 200] }, () => ListPrivacyBudgetsInput$, () => ListPrivacyBudgetsOutput$
3302
- ];
3303
- var ListPrivacyBudgetTemplates$ = [9, n0, _LPBT,
3304
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/privacybudgettemplates", 200] }, () => ListPrivacyBudgetTemplatesInput$, () => ListPrivacyBudgetTemplatesOutput$
3305
- ];
3306
- var ListProtectedJobs$ = [9, n0, _LPJ,
3307
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/protectedJobs", 200] }, () => ListProtectedJobsInput$, () => ListProtectedJobsOutput$
3308
- ];
3309
- var ListProtectedQueries$ = [9, n0, _LPQ,
3310
- { [_h]: ["GET", "/memberships/{membershipIdentifier}/protectedQueries", 200] }, () => ListProtectedQueriesInput$, () => ListProtectedQueriesOutput$
3311
- ];
3312
- var ListSchemas$ = [9, n0, _LS,
3313
- { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/schemas", 200] }, () => ListSchemasInput$, () => ListSchemasOutput$
3314
- ];
3315
- var ListTagsForResource$ = [9, n0, _LTFR,
3316
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
3317
- ];
3318
- var PopulateIdMappingTable$ = [9, n0, _PIMT,
3319
- { [_h]: ["POST", "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}/populate", 200] }, () => PopulateIdMappingTableInput$, () => PopulateIdMappingTableOutput$
3320
- ];
3321
- var PreviewPrivacyImpact$ = [9, n0, _PPI,
3322
- { [_h]: ["POST", "/memberships/{membershipIdentifier}/previewprivacyimpact", 200] }, () => PreviewPrivacyImpactInput$, () => PreviewPrivacyImpactOutput$
3323
- ];
3324
- var StartProtectedJob$ = [9, n0, _SPJ,
3325
- { [_h]: ["POST", "/memberships/{membershipIdentifier}/protectedJobs", 200] }, () => StartProtectedJobInput$, () => StartProtectedJobOutput$
3326
- ];
3327
- var StartProtectedQuery$ = [9, n0, _SPQ,
3328
- { [_h]: ["POST", "/memberships/{membershipIdentifier}/protectedQueries", 200] }, () => StartProtectedQueryInput$, () => StartProtectedQueryOutput$
3329
- ];
3330
- var TagResource$ = [9, n0, _TRa,
3331
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceInput$, () => TagResourceOutput$
3332
- ];
3333
- var UntagResource$ = [9, n0, _UR,
3334
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
3335
- ];
3336
- var UpdateAnalysisTemplate$ = [9, n0, _UAT,
3337
- { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", 200] }, () => UpdateAnalysisTemplateInput$, () => UpdateAnalysisTemplateOutput$
3338
- ];
3339
- var UpdateCollaboration$ = [9, n0, _UC,
3340
- { [_h]: ["PATCH", "/collaborations/{collaborationIdentifier}", 200] }, () => UpdateCollaborationInput$, () => UpdateCollaborationOutput$
3341
- ];
3342
- var UpdateCollaborationChangeRequest$ = [9, n0, _UCCR,
3343
- { [_h]: ["PATCH", "/collaborations/{collaborationIdentifier}/changeRequests/{changeRequestIdentifier}", 200] }, () => UpdateCollaborationChangeRequestInput$, () => UpdateCollaborationChangeRequestOutput$
3344
- ];
3345
- var UpdateConfiguredAudienceModelAssociation$ = [9, n0, _UCAMA,
3346
- { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}", 200] }, () => UpdateConfiguredAudienceModelAssociationInput$, () => UpdateConfiguredAudienceModelAssociationOutput$
3347
- ];
3348
- var UpdateConfiguredTable$ = [9, n0, _UCT,
3349
- { [_h]: ["PATCH", "/configuredTables/{configuredTableIdentifier}", 200] }, () => UpdateConfiguredTableInput$, () => UpdateConfiguredTableOutput$
3350
- ];
3351
- var UpdateConfiguredTableAnalysisRule$ = [9, n0, _UCTAR,
3352
- { [_h]: ["PATCH", "/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}", 200] }, () => UpdateConfiguredTableAnalysisRuleInput$, () => UpdateConfiguredTableAnalysisRuleOutput$
3353
- ];
3354
- var UpdateConfiguredTableAssociation$ = [9, n0, _UCTA,
3355
- { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}", 200] }, () => UpdateConfiguredTableAssociationInput$, () => UpdateConfiguredTableAssociationOutput$
3356
- ];
3357
- var UpdateConfiguredTableAssociationAnalysisRule$ = [9, n0, _UCTAAR,
3358
- { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule/{analysisRuleType}", 200] }, () => UpdateConfiguredTableAssociationAnalysisRuleInput$, () => UpdateConfiguredTableAssociationAnalysisRuleOutput$
3359
- ];
3360
- var UpdateIdMappingTable$ = [9, n0, _UIMT,
3361
- { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}", 200] }, () => UpdateIdMappingTableInput$, () => UpdateIdMappingTableOutput$
3362
- ];
3363
- var UpdateIdNamespaceAssociation$ = [9, n0, _UINA,
3364
- { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}", 200] }, () => UpdateIdNamespaceAssociationInput$, () => UpdateIdNamespaceAssociationOutput$
3365
- ];
3366
- var UpdateMembership$ = [9, n0, _UM,
3367
- { [_h]: ["PATCH", "/memberships/{membershipIdentifier}", 200] }, () => UpdateMembershipInput$, () => UpdateMembershipOutput$
3368
- ];
3369
- var UpdatePrivacyBudgetTemplate$ = [9, n0, _UPBT,
3370
- { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}", 200] }, () => UpdatePrivacyBudgetTemplateInput$, () => UpdatePrivacyBudgetTemplateOutput$
3371
- ];
3372
- var UpdateProtectedJob$ = [9, n0, _UPJ,
3373
- { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/protectedJobs/{protectedJobIdentifier}", 200] }, () => UpdateProtectedJobInput$, () => UpdateProtectedJobOutput$
3374
- ];
3375
- var UpdateProtectedQuery$ = [9, n0, _UPQ,
3376
- { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}", 200] }, () => UpdateProtectedQueryInput$, () => UpdateProtectedQueryOutput$
3377
- ];
3378
-
3379
116
  class BatchGetCollaborationAnalysisTemplateCommand extends smithyClient.Command
3380
117
  .classBuilder()
3381
118
  .ep(commonParams)
@@ -3384,7 +121,7 @@ class BatchGetCollaborationAnalysisTemplateCommand extends smithyClient.Command
3384
121
  })
3385
122
  .s("AWSBastionControlPlaneServiceLambda", "BatchGetCollaborationAnalysisTemplate", {})
3386
123
  .n("CleanRoomsClient", "BatchGetCollaborationAnalysisTemplateCommand")
3387
- .sc(BatchGetCollaborationAnalysisTemplate$)
124
+ .sc(schemas_0.BatchGetCollaborationAnalysisTemplate$)
3388
125
  .build() {
3389
126
  }
3390
127
 
@@ -3396,7 +133,7 @@ class BatchGetSchemaAnalysisRuleCommand extends smithyClient.Command
3396
133
  })
3397
134
  .s("AWSBastionControlPlaneServiceLambda", "BatchGetSchemaAnalysisRule", {})
3398
135
  .n("CleanRoomsClient", "BatchGetSchemaAnalysisRuleCommand")
3399
- .sc(BatchGetSchemaAnalysisRule$)
136
+ .sc(schemas_0.BatchGetSchemaAnalysisRule$)
3400
137
  .build() {
3401
138
  }
3402
139
 
@@ -3408,7 +145,7 @@ class BatchGetSchemaCommand extends smithyClient.Command
3408
145
  })
3409
146
  .s("AWSBastionControlPlaneServiceLambda", "BatchGetSchema", {})
3410
147
  .n("CleanRoomsClient", "BatchGetSchemaCommand")
3411
- .sc(BatchGetSchema$)
148
+ .sc(schemas_0.BatchGetSchema$)
3412
149
  .build() {
3413
150
  }
3414
151
 
@@ -3420,7 +157,7 @@ class CreateAnalysisTemplateCommand extends smithyClient.Command
3420
157
  })
3421
158
  .s("AWSBastionControlPlaneServiceLambda", "CreateAnalysisTemplate", {})
3422
159
  .n("CleanRoomsClient", "CreateAnalysisTemplateCommand")
3423
- .sc(CreateAnalysisTemplate$)
160
+ .sc(schemas_0.CreateAnalysisTemplate$)
3424
161
  .build() {
3425
162
  }
3426
163
 
@@ -3432,7 +169,7 @@ class CreateCollaborationChangeRequestCommand extends smithyClient.Command
3432
169
  })
3433
170
  .s("AWSBastionControlPlaneServiceLambda", "CreateCollaborationChangeRequest", {})
3434
171
  .n("CleanRoomsClient", "CreateCollaborationChangeRequestCommand")
3435
- .sc(CreateCollaborationChangeRequest$)
172
+ .sc(schemas_0.CreateCollaborationChangeRequest$)
3436
173
  .build() {
3437
174
  }
3438
175
 
@@ -3444,7 +181,7 @@ class CreateCollaborationCommand extends smithyClient.Command
3444
181
  })
3445
182
  .s("AWSBastionControlPlaneServiceLambda", "CreateCollaboration", {})
3446
183
  .n("CleanRoomsClient", "CreateCollaborationCommand")
3447
- .sc(CreateCollaboration$)
184
+ .sc(schemas_0.CreateCollaboration$)
3448
185
  .build() {
3449
186
  }
3450
187
 
@@ -3456,7 +193,7 @@ class CreateConfiguredAudienceModelAssociationCommand extends smithyClient.Comma
3456
193
  })
3457
194
  .s("AWSBastionControlPlaneServiceLambda", "CreateConfiguredAudienceModelAssociation", {})
3458
195
  .n("CleanRoomsClient", "CreateConfiguredAudienceModelAssociationCommand")
3459
- .sc(CreateConfiguredAudienceModelAssociation$)
196
+ .sc(schemas_0.CreateConfiguredAudienceModelAssociation$)
3460
197
  .build() {
3461
198
  }
3462
199
 
@@ -3468,7 +205,7 @@ class CreateConfiguredTableAnalysisRuleCommand extends smithyClient.Command
3468
205
  })
3469
206
  .s("AWSBastionControlPlaneServiceLambda", "CreateConfiguredTableAnalysisRule", {})
3470
207
  .n("CleanRoomsClient", "CreateConfiguredTableAnalysisRuleCommand")
3471
- .sc(CreateConfiguredTableAnalysisRule$)
208
+ .sc(schemas_0.CreateConfiguredTableAnalysisRule$)
3472
209
  .build() {
3473
210
  }
3474
211
 
@@ -3480,7 +217,7 @@ class CreateConfiguredTableAssociationAnalysisRuleCommand extends smithyClient.C
3480
217
  })
3481
218
  .s("AWSBastionControlPlaneServiceLambda", "CreateConfiguredTableAssociationAnalysisRule", {})
3482
219
  .n("CleanRoomsClient", "CreateConfiguredTableAssociationAnalysisRuleCommand")
3483
- .sc(CreateConfiguredTableAssociationAnalysisRule$)
220
+ .sc(schemas_0.CreateConfiguredTableAssociationAnalysisRule$)
3484
221
  .build() {
3485
222
  }
3486
223
 
@@ -3492,7 +229,7 @@ class CreateConfiguredTableAssociationCommand extends smithyClient.Command
3492
229
  })
3493
230
  .s("AWSBastionControlPlaneServiceLambda", "CreateConfiguredTableAssociation", {})
3494
231
  .n("CleanRoomsClient", "CreateConfiguredTableAssociationCommand")
3495
- .sc(CreateConfiguredTableAssociation$)
232
+ .sc(schemas_0.CreateConfiguredTableAssociation$)
3496
233
  .build() {
3497
234
  }
3498
235
 
@@ -3504,7 +241,7 @@ class CreateConfiguredTableCommand extends smithyClient.Command
3504
241
  })
3505
242
  .s("AWSBastionControlPlaneServiceLambda", "CreateConfiguredTable", {})
3506
243
  .n("CleanRoomsClient", "CreateConfiguredTableCommand")
3507
- .sc(CreateConfiguredTable$)
244
+ .sc(schemas_0.CreateConfiguredTable$)
3508
245
  .build() {
3509
246
  }
3510
247
 
@@ -3516,7 +253,7 @@ class CreateIdMappingTableCommand extends smithyClient.Command
3516
253
  })
3517
254
  .s("AWSBastionControlPlaneServiceLambda", "CreateIdMappingTable", {})
3518
255
  .n("CleanRoomsClient", "CreateIdMappingTableCommand")
3519
- .sc(CreateIdMappingTable$)
256
+ .sc(schemas_0.CreateIdMappingTable$)
3520
257
  .build() {
3521
258
  }
3522
259
 
@@ -3528,7 +265,7 @@ class CreateIdNamespaceAssociationCommand extends smithyClient.Command
3528
265
  })
3529
266
  .s("AWSBastionControlPlaneServiceLambda", "CreateIdNamespaceAssociation", {})
3530
267
  .n("CleanRoomsClient", "CreateIdNamespaceAssociationCommand")
3531
- .sc(CreateIdNamespaceAssociation$)
268
+ .sc(schemas_0.CreateIdNamespaceAssociation$)
3532
269
  .build() {
3533
270
  }
3534
271
 
@@ -3540,7 +277,7 @@ class CreateMembershipCommand extends smithyClient.Command
3540
277
  })
3541
278
  .s("AWSBastionControlPlaneServiceLambda", "CreateMembership", {})
3542
279
  .n("CleanRoomsClient", "CreateMembershipCommand")
3543
- .sc(CreateMembership$)
280
+ .sc(schemas_0.CreateMembership$)
3544
281
  .build() {
3545
282
  }
3546
283
 
@@ -3552,7 +289,7 @@ class CreatePrivacyBudgetTemplateCommand extends smithyClient.Command
3552
289
  })
3553
290
  .s("AWSBastionControlPlaneServiceLambda", "CreatePrivacyBudgetTemplate", {})
3554
291
  .n("CleanRoomsClient", "CreatePrivacyBudgetTemplateCommand")
3555
- .sc(CreatePrivacyBudgetTemplate$)
292
+ .sc(schemas_0.CreatePrivacyBudgetTemplate$)
3556
293
  .build() {
3557
294
  }
3558
295
 
@@ -3564,7 +301,7 @@ class DeleteAnalysisTemplateCommand extends smithyClient.Command
3564
301
  })
3565
302
  .s("AWSBastionControlPlaneServiceLambda", "DeleteAnalysisTemplate", {})
3566
303
  .n("CleanRoomsClient", "DeleteAnalysisTemplateCommand")
3567
- .sc(DeleteAnalysisTemplate$)
304
+ .sc(schemas_0.DeleteAnalysisTemplate$)
3568
305
  .build() {
3569
306
  }
3570
307
 
@@ -3576,7 +313,7 @@ class DeleteCollaborationCommand extends smithyClient.Command
3576
313
  })
3577
314
  .s("AWSBastionControlPlaneServiceLambda", "DeleteCollaboration", {})
3578
315
  .n("CleanRoomsClient", "DeleteCollaborationCommand")
3579
- .sc(DeleteCollaboration$)
316
+ .sc(schemas_0.DeleteCollaboration$)
3580
317
  .build() {
3581
318
  }
3582
319
 
@@ -3588,7 +325,7 @@ class DeleteConfiguredAudienceModelAssociationCommand extends smithyClient.Comma
3588
325
  })
3589
326
  .s("AWSBastionControlPlaneServiceLambda", "DeleteConfiguredAudienceModelAssociation", {})
3590
327
  .n("CleanRoomsClient", "DeleteConfiguredAudienceModelAssociationCommand")
3591
- .sc(DeleteConfiguredAudienceModelAssociation$)
328
+ .sc(schemas_0.DeleteConfiguredAudienceModelAssociation$)
3592
329
  .build() {
3593
330
  }
3594
331
 
@@ -3600,7 +337,7 @@ class DeleteConfiguredTableAnalysisRuleCommand extends smithyClient.Command
3600
337
  })
3601
338
  .s("AWSBastionControlPlaneServiceLambda", "DeleteConfiguredTableAnalysisRule", {})
3602
339
  .n("CleanRoomsClient", "DeleteConfiguredTableAnalysisRuleCommand")
3603
- .sc(DeleteConfiguredTableAnalysisRule$)
340
+ .sc(schemas_0.DeleteConfiguredTableAnalysisRule$)
3604
341
  .build() {
3605
342
  }
3606
343
 
@@ -3612,7 +349,7 @@ class DeleteConfiguredTableAssociationAnalysisRuleCommand extends smithyClient.C
3612
349
  })
3613
350
  .s("AWSBastionControlPlaneServiceLambda", "DeleteConfiguredTableAssociationAnalysisRule", {})
3614
351
  .n("CleanRoomsClient", "DeleteConfiguredTableAssociationAnalysisRuleCommand")
3615
- .sc(DeleteConfiguredTableAssociationAnalysisRule$)
352
+ .sc(schemas_0.DeleteConfiguredTableAssociationAnalysisRule$)
3616
353
  .build() {
3617
354
  }
3618
355
 
@@ -3624,7 +361,7 @@ class DeleteConfiguredTableAssociationCommand extends smithyClient.Command
3624
361
  })
3625
362
  .s("AWSBastionControlPlaneServiceLambda", "DeleteConfiguredTableAssociation", {})
3626
363
  .n("CleanRoomsClient", "DeleteConfiguredTableAssociationCommand")
3627
- .sc(DeleteConfiguredTableAssociation$)
364
+ .sc(schemas_0.DeleteConfiguredTableAssociation$)
3628
365
  .build() {
3629
366
  }
3630
367
 
@@ -3636,7 +373,7 @@ class DeleteConfiguredTableCommand extends smithyClient.Command
3636
373
  })
3637
374
  .s("AWSBastionControlPlaneServiceLambda", "DeleteConfiguredTable", {})
3638
375
  .n("CleanRoomsClient", "DeleteConfiguredTableCommand")
3639
- .sc(DeleteConfiguredTable$)
376
+ .sc(schemas_0.DeleteConfiguredTable$)
3640
377
  .build() {
3641
378
  }
3642
379
 
@@ -3648,7 +385,7 @@ class DeleteIdMappingTableCommand extends smithyClient.Command
3648
385
  })
3649
386
  .s("AWSBastionControlPlaneServiceLambda", "DeleteIdMappingTable", {})
3650
387
  .n("CleanRoomsClient", "DeleteIdMappingTableCommand")
3651
- .sc(DeleteIdMappingTable$)
388
+ .sc(schemas_0.DeleteIdMappingTable$)
3652
389
  .build() {
3653
390
  }
3654
391
 
@@ -3660,7 +397,7 @@ class DeleteIdNamespaceAssociationCommand extends smithyClient.Command
3660
397
  })
3661
398
  .s("AWSBastionControlPlaneServiceLambda", "DeleteIdNamespaceAssociation", {})
3662
399
  .n("CleanRoomsClient", "DeleteIdNamespaceAssociationCommand")
3663
- .sc(DeleteIdNamespaceAssociation$)
400
+ .sc(schemas_0.DeleteIdNamespaceAssociation$)
3664
401
  .build() {
3665
402
  }
3666
403
 
@@ -3672,7 +409,7 @@ class DeleteMemberCommand extends smithyClient.Command
3672
409
  })
3673
410
  .s("AWSBastionControlPlaneServiceLambda", "DeleteMember", {})
3674
411
  .n("CleanRoomsClient", "DeleteMemberCommand")
3675
- .sc(DeleteMember$)
412
+ .sc(schemas_0.DeleteMember$)
3676
413
  .build() {
3677
414
  }
3678
415
 
@@ -3684,7 +421,7 @@ class DeleteMembershipCommand extends smithyClient.Command
3684
421
  })
3685
422
  .s("AWSBastionControlPlaneServiceLambda", "DeleteMembership", {})
3686
423
  .n("CleanRoomsClient", "DeleteMembershipCommand")
3687
- .sc(DeleteMembership$)
424
+ .sc(schemas_0.DeleteMembership$)
3688
425
  .build() {
3689
426
  }
3690
427
 
@@ -3696,7 +433,7 @@ class DeletePrivacyBudgetTemplateCommand extends smithyClient.Command
3696
433
  })
3697
434
  .s("AWSBastionControlPlaneServiceLambda", "DeletePrivacyBudgetTemplate", {})
3698
435
  .n("CleanRoomsClient", "DeletePrivacyBudgetTemplateCommand")
3699
- .sc(DeletePrivacyBudgetTemplate$)
436
+ .sc(schemas_0.DeletePrivacyBudgetTemplate$)
3700
437
  .build() {
3701
438
  }
3702
439
 
@@ -3708,7 +445,7 @@ class GetAnalysisTemplateCommand extends smithyClient.Command
3708
445
  })
3709
446
  .s("AWSBastionControlPlaneServiceLambda", "GetAnalysisTemplate", {})
3710
447
  .n("CleanRoomsClient", "GetAnalysisTemplateCommand")
3711
- .sc(GetAnalysisTemplate$)
448
+ .sc(schemas_0.GetAnalysisTemplate$)
3712
449
  .build() {
3713
450
  }
3714
451
 
@@ -3720,7 +457,7 @@ class GetCollaborationAnalysisTemplateCommand extends smithyClient.Command
3720
457
  })
3721
458
  .s("AWSBastionControlPlaneServiceLambda", "GetCollaborationAnalysisTemplate", {})
3722
459
  .n("CleanRoomsClient", "GetCollaborationAnalysisTemplateCommand")
3723
- .sc(GetCollaborationAnalysisTemplate$)
460
+ .sc(schemas_0.GetCollaborationAnalysisTemplate$)
3724
461
  .build() {
3725
462
  }
3726
463
 
@@ -3732,7 +469,7 @@ class GetCollaborationChangeRequestCommand extends smithyClient.Command
3732
469
  })
3733
470
  .s("AWSBastionControlPlaneServiceLambda", "GetCollaborationChangeRequest", {})
3734
471
  .n("CleanRoomsClient", "GetCollaborationChangeRequestCommand")
3735
- .sc(GetCollaborationChangeRequest$)
472
+ .sc(schemas_0.GetCollaborationChangeRequest$)
3736
473
  .build() {
3737
474
  }
3738
475
 
@@ -3744,7 +481,7 @@ class GetCollaborationCommand extends smithyClient.Command
3744
481
  })
3745
482
  .s("AWSBastionControlPlaneServiceLambda", "GetCollaboration", {})
3746
483
  .n("CleanRoomsClient", "GetCollaborationCommand")
3747
- .sc(GetCollaboration$)
484
+ .sc(schemas_0.GetCollaboration$)
3748
485
  .build() {
3749
486
  }
3750
487
 
@@ -3756,7 +493,7 @@ class GetCollaborationConfiguredAudienceModelAssociationCommand extends smithyCl
3756
493
  })
3757
494
  .s("AWSBastionControlPlaneServiceLambda", "GetCollaborationConfiguredAudienceModelAssociation", {})
3758
495
  .n("CleanRoomsClient", "GetCollaborationConfiguredAudienceModelAssociationCommand")
3759
- .sc(GetCollaborationConfiguredAudienceModelAssociation$)
496
+ .sc(schemas_0.GetCollaborationConfiguredAudienceModelAssociation$)
3760
497
  .build() {
3761
498
  }
3762
499
 
@@ -3768,7 +505,7 @@ class GetCollaborationIdNamespaceAssociationCommand extends smithyClient.Command
3768
505
  })
3769
506
  .s("AWSBastionControlPlaneServiceLambda", "GetCollaborationIdNamespaceAssociation", {})
3770
507
  .n("CleanRoomsClient", "GetCollaborationIdNamespaceAssociationCommand")
3771
- .sc(GetCollaborationIdNamespaceAssociation$)
508
+ .sc(schemas_0.GetCollaborationIdNamespaceAssociation$)
3772
509
  .build() {
3773
510
  }
3774
511
 
@@ -3780,7 +517,7 @@ class GetCollaborationPrivacyBudgetTemplateCommand extends smithyClient.Command
3780
517
  })
3781
518
  .s("AWSBastionControlPlaneServiceLambda", "GetCollaborationPrivacyBudgetTemplate", {})
3782
519
  .n("CleanRoomsClient", "GetCollaborationPrivacyBudgetTemplateCommand")
3783
- .sc(GetCollaborationPrivacyBudgetTemplate$)
520
+ .sc(schemas_0.GetCollaborationPrivacyBudgetTemplate$)
3784
521
  .build() {
3785
522
  }
3786
523
 
@@ -3792,7 +529,7 @@ class GetConfiguredAudienceModelAssociationCommand extends smithyClient.Command
3792
529
  })
3793
530
  .s("AWSBastionControlPlaneServiceLambda", "GetConfiguredAudienceModelAssociation", {})
3794
531
  .n("CleanRoomsClient", "GetConfiguredAudienceModelAssociationCommand")
3795
- .sc(GetConfiguredAudienceModelAssociation$)
532
+ .sc(schemas_0.GetConfiguredAudienceModelAssociation$)
3796
533
  .build() {
3797
534
  }
3798
535
 
@@ -3804,7 +541,7 @@ class GetConfiguredTableAnalysisRuleCommand extends smithyClient.Command
3804
541
  })
3805
542
  .s("AWSBastionControlPlaneServiceLambda", "GetConfiguredTableAnalysisRule", {})
3806
543
  .n("CleanRoomsClient", "GetConfiguredTableAnalysisRuleCommand")
3807
- .sc(GetConfiguredTableAnalysisRule$)
544
+ .sc(schemas_0.GetConfiguredTableAnalysisRule$)
3808
545
  .build() {
3809
546
  }
3810
547
 
@@ -3816,7 +553,7 @@ class GetConfiguredTableAssociationAnalysisRuleCommand extends smithyClient.Comm
3816
553
  })
3817
554
  .s("AWSBastionControlPlaneServiceLambda", "GetConfiguredTableAssociationAnalysisRule", {})
3818
555
  .n("CleanRoomsClient", "GetConfiguredTableAssociationAnalysisRuleCommand")
3819
- .sc(GetConfiguredTableAssociationAnalysisRule$)
556
+ .sc(schemas_0.GetConfiguredTableAssociationAnalysisRule$)
3820
557
  .build() {
3821
558
  }
3822
559
 
@@ -3828,7 +565,7 @@ class GetConfiguredTableAssociationCommand extends smithyClient.Command
3828
565
  })
3829
566
  .s("AWSBastionControlPlaneServiceLambda", "GetConfiguredTableAssociation", {})
3830
567
  .n("CleanRoomsClient", "GetConfiguredTableAssociationCommand")
3831
- .sc(GetConfiguredTableAssociation$)
568
+ .sc(schemas_0.GetConfiguredTableAssociation$)
3832
569
  .build() {
3833
570
  }
3834
571
 
@@ -3840,7 +577,7 @@ class GetConfiguredTableCommand extends smithyClient.Command
3840
577
  })
3841
578
  .s("AWSBastionControlPlaneServiceLambda", "GetConfiguredTable", {})
3842
579
  .n("CleanRoomsClient", "GetConfiguredTableCommand")
3843
- .sc(GetConfiguredTable$)
580
+ .sc(schemas_0.GetConfiguredTable$)
3844
581
  .build() {
3845
582
  }
3846
583
 
@@ -3852,7 +589,7 @@ class GetIdMappingTableCommand extends smithyClient.Command
3852
589
  })
3853
590
  .s("AWSBastionControlPlaneServiceLambda", "GetIdMappingTable", {})
3854
591
  .n("CleanRoomsClient", "GetIdMappingTableCommand")
3855
- .sc(GetIdMappingTable$)
592
+ .sc(schemas_0.GetIdMappingTable$)
3856
593
  .build() {
3857
594
  }
3858
595
 
@@ -3864,7 +601,7 @@ class GetIdNamespaceAssociationCommand extends smithyClient.Command
3864
601
  })
3865
602
  .s("AWSBastionControlPlaneServiceLambda", "GetIdNamespaceAssociation", {})
3866
603
  .n("CleanRoomsClient", "GetIdNamespaceAssociationCommand")
3867
- .sc(GetIdNamespaceAssociation$)
604
+ .sc(schemas_0.GetIdNamespaceAssociation$)
3868
605
  .build() {
3869
606
  }
3870
607
 
@@ -3876,7 +613,7 @@ class GetMembershipCommand extends smithyClient.Command
3876
613
  })
3877
614
  .s("AWSBastionControlPlaneServiceLambda", "GetMembership", {})
3878
615
  .n("CleanRoomsClient", "GetMembershipCommand")
3879
- .sc(GetMembership$)
616
+ .sc(schemas_0.GetMembership$)
3880
617
  .build() {
3881
618
  }
3882
619
 
@@ -3888,7 +625,7 @@ class GetPrivacyBudgetTemplateCommand extends smithyClient.Command
3888
625
  })
3889
626
  .s("AWSBastionControlPlaneServiceLambda", "GetPrivacyBudgetTemplate", {})
3890
627
  .n("CleanRoomsClient", "GetPrivacyBudgetTemplateCommand")
3891
- .sc(GetPrivacyBudgetTemplate$)
628
+ .sc(schemas_0.GetPrivacyBudgetTemplate$)
3892
629
  .build() {
3893
630
  }
3894
631
 
@@ -3900,7 +637,7 @@ class GetProtectedJobCommand extends smithyClient.Command
3900
637
  })
3901
638
  .s("AWSBastionControlPlaneServiceLambda", "GetProtectedJob", {})
3902
639
  .n("CleanRoomsClient", "GetProtectedJobCommand")
3903
- .sc(GetProtectedJob$)
640
+ .sc(schemas_0.GetProtectedJob$)
3904
641
  .build() {
3905
642
  }
3906
643
 
@@ -3912,7 +649,7 @@ class GetProtectedQueryCommand extends smithyClient.Command
3912
649
  })
3913
650
  .s("AWSBastionControlPlaneServiceLambda", "GetProtectedQuery", {})
3914
651
  .n("CleanRoomsClient", "GetProtectedQueryCommand")
3915
- .sc(GetProtectedQuery$)
652
+ .sc(schemas_0.GetProtectedQuery$)
3916
653
  .build() {
3917
654
  }
3918
655
 
@@ -3924,7 +661,7 @@ class GetSchemaAnalysisRuleCommand extends smithyClient.Command
3924
661
  })
3925
662
  .s("AWSBastionControlPlaneServiceLambda", "GetSchemaAnalysisRule", {})
3926
663
  .n("CleanRoomsClient", "GetSchemaAnalysisRuleCommand")
3927
- .sc(GetSchemaAnalysisRule$)
664
+ .sc(schemas_0.GetSchemaAnalysisRule$)
3928
665
  .build() {
3929
666
  }
3930
667
 
@@ -3936,7 +673,7 @@ class GetSchemaCommand extends smithyClient.Command
3936
673
  })
3937
674
  .s("AWSBastionControlPlaneServiceLambda", "GetSchema", {})
3938
675
  .n("CleanRoomsClient", "GetSchemaCommand")
3939
- .sc(GetSchema$)
676
+ .sc(schemas_0.GetSchema$)
3940
677
  .build() {
3941
678
  }
3942
679
 
@@ -3948,7 +685,7 @@ class ListAnalysisTemplatesCommand extends smithyClient.Command
3948
685
  })
3949
686
  .s("AWSBastionControlPlaneServiceLambda", "ListAnalysisTemplates", {})
3950
687
  .n("CleanRoomsClient", "ListAnalysisTemplatesCommand")
3951
- .sc(ListAnalysisTemplates$)
688
+ .sc(schemas_0.ListAnalysisTemplates$)
3952
689
  .build() {
3953
690
  }
3954
691
 
@@ -3960,7 +697,7 @@ class ListCollaborationAnalysisTemplatesCommand extends smithyClient.Command
3960
697
  })
3961
698
  .s("AWSBastionControlPlaneServiceLambda", "ListCollaborationAnalysisTemplates", {})
3962
699
  .n("CleanRoomsClient", "ListCollaborationAnalysisTemplatesCommand")
3963
- .sc(ListCollaborationAnalysisTemplates$)
700
+ .sc(schemas_0.ListCollaborationAnalysisTemplates$)
3964
701
  .build() {
3965
702
  }
3966
703
 
@@ -3972,7 +709,7 @@ class ListCollaborationChangeRequestsCommand extends smithyClient.Command
3972
709
  })
3973
710
  .s("AWSBastionControlPlaneServiceLambda", "ListCollaborationChangeRequests", {})
3974
711
  .n("CleanRoomsClient", "ListCollaborationChangeRequestsCommand")
3975
- .sc(ListCollaborationChangeRequests$)
712
+ .sc(schemas_0.ListCollaborationChangeRequests$)
3976
713
  .build() {
3977
714
  }
3978
715
 
@@ -3984,7 +721,7 @@ class ListCollaborationConfiguredAudienceModelAssociationsCommand extends smithy
3984
721
  })
3985
722
  .s("AWSBastionControlPlaneServiceLambda", "ListCollaborationConfiguredAudienceModelAssociations", {})
3986
723
  .n("CleanRoomsClient", "ListCollaborationConfiguredAudienceModelAssociationsCommand")
3987
- .sc(ListCollaborationConfiguredAudienceModelAssociations$)
724
+ .sc(schemas_0.ListCollaborationConfiguredAudienceModelAssociations$)
3988
725
  .build() {
3989
726
  }
3990
727
 
@@ -3996,7 +733,7 @@ class ListCollaborationIdNamespaceAssociationsCommand extends smithyClient.Comma
3996
733
  })
3997
734
  .s("AWSBastionControlPlaneServiceLambda", "ListCollaborationIdNamespaceAssociations", {})
3998
735
  .n("CleanRoomsClient", "ListCollaborationIdNamespaceAssociationsCommand")
3999
- .sc(ListCollaborationIdNamespaceAssociations$)
736
+ .sc(schemas_0.ListCollaborationIdNamespaceAssociations$)
4000
737
  .build() {
4001
738
  }
4002
739
 
@@ -4008,7 +745,7 @@ class ListCollaborationPrivacyBudgetsCommand extends smithyClient.Command
4008
745
  })
4009
746
  .s("AWSBastionControlPlaneServiceLambda", "ListCollaborationPrivacyBudgets", {})
4010
747
  .n("CleanRoomsClient", "ListCollaborationPrivacyBudgetsCommand")
4011
- .sc(ListCollaborationPrivacyBudgets$)
748
+ .sc(schemas_0.ListCollaborationPrivacyBudgets$)
4012
749
  .build() {
4013
750
  }
4014
751
 
@@ -4020,7 +757,7 @@ class ListCollaborationPrivacyBudgetTemplatesCommand extends smithyClient.Comman
4020
757
  })
4021
758
  .s("AWSBastionControlPlaneServiceLambda", "ListCollaborationPrivacyBudgetTemplates", {})
4022
759
  .n("CleanRoomsClient", "ListCollaborationPrivacyBudgetTemplatesCommand")
4023
- .sc(ListCollaborationPrivacyBudgetTemplates$)
760
+ .sc(schemas_0.ListCollaborationPrivacyBudgetTemplates$)
4024
761
  .build() {
4025
762
  }
4026
763
 
@@ -4032,7 +769,7 @@ class ListCollaborationsCommand extends smithyClient.Command
4032
769
  })
4033
770
  .s("AWSBastionControlPlaneServiceLambda", "ListCollaborations", {})
4034
771
  .n("CleanRoomsClient", "ListCollaborationsCommand")
4035
- .sc(ListCollaborations$)
772
+ .sc(schemas_0.ListCollaborations$)
4036
773
  .build() {
4037
774
  }
4038
775
 
@@ -4044,7 +781,7 @@ class ListConfiguredAudienceModelAssociationsCommand extends smithyClient.Comman
4044
781
  })
4045
782
  .s("AWSBastionControlPlaneServiceLambda", "ListConfiguredAudienceModelAssociations", {})
4046
783
  .n("CleanRoomsClient", "ListConfiguredAudienceModelAssociationsCommand")
4047
- .sc(ListConfiguredAudienceModelAssociations$)
784
+ .sc(schemas_0.ListConfiguredAudienceModelAssociations$)
4048
785
  .build() {
4049
786
  }
4050
787
 
@@ -4056,7 +793,7 @@ class ListConfiguredTableAssociationsCommand extends smithyClient.Command
4056
793
  })
4057
794
  .s("AWSBastionControlPlaneServiceLambda", "ListConfiguredTableAssociations", {})
4058
795
  .n("CleanRoomsClient", "ListConfiguredTableAssociationsCommand")
4059
- .sc(ListConfiguredTableAssociations$)
796
+ .sc(schemas_0.ListConfiguredTableAssociations$)
4060
797
  .build() {
4061
798
  }
4062
799
 
@@ -4068,7 +805,7 @@ class ListConfiguredTablesCommand extends smithyClient.Command
4068
805
  })
4069
806
  .s("AWSBastionControlPlaneServiceLambda", "ListConfiguredTables", {})
4070
807
  .n("CleanRoomsClient", "ListConfiguredTablesCommand")
4071
- .sc(ListConfiguredTables$)
808
+ .sc(schemas_0.ListConfiguredTables$)
4072
809
  .build() {
4073
810
  }
4074
811
 
@@ -4080,7 +817,7 @@ class ListIdMappingTablesCommand extends smithyClient.Command
4080
817
  })
4081
818
  .s("AWSBastionControlPlaneServiceLambda", "ListIdMappingTables", {})
4082
819
  .n("CleanRoomsClient", "ListIdMappingTablesCommand")
4083
- .sc(ListIdMappingTables$)
820
+ .sc(schemas_0.ListIdMappingTables$)
4084
821
  .build() {
4085
822
  }
4086
823
 
@@ -4092,7 +829,7 @@ class ListIdNamespaceAssociationsCommand extends smithyClient.Command
4092
829
  })
4093
830
  .s("AWSBastionControlPlaneServiceLambda", "ListIdNamespaceAssociations", {})
4094
831
  .n("CleanRoomsClient", "ListIdNamespaceAssociationsCommand")
4095
- .sc(ListIdNamespaceAssociations$)
832
+ .sc(schemas_0.ListIdNamespaceAssociations$)
4096
833
  .build() {
4097
834
  }
4098
835
 
@@ -4104,7 +841,7 @@ class ListMembersCommand extends smithyClient.Command
4104
841
  })
4105
842
  .s("AWSBastionControlPlaneServiceLambda", "ListMembers", {})
4106
843
  .n("CleanRoomsClient", "ListMembersCommand")
4107
- .sc(ListMembers$)
844
+ .sc(schemas_0.ListMembers$)
4108
845
  .build() {
4109
846
  }
4110
847
 
@@ -4116,7 +853,7 @@ class ListMembershipsCommand extends smithyClient.Command
4116
853
  })
4117
854
  .s("AWSBastionControlPlaneServiceLambda", "ListMemberships", {})
4118
855
  .n("CleanRoomsClient", "ListMembershipsCommand")
4119
- .sc(ListMemberships$)
856
+ .sc(schemas_0.ListMemberships$)
4120
857
  .build() {
4121
858
  }
4122
859
 
@@ -4128,7 +865,7 @@ class ListPrivacyBudgetsCommand extends smithyClient.Command
4128
865
  })
4129
866
  .s("AWSBastionControlPlaneServiceLambda", "ListPrivacyBudgets", {})
4130
867
  .n("CleanRoomsClient", "ListPrivacyBudgetsCommand")
4131
- .sc(ListPrivacyBudgets$)
868
+ .sc(schemas_0.ListPrivacyBudgets$)
4132
869
  .build() {
4133
870
  }
4134
871
 
@@ -4140,7 +877,7 @@ class ListPrivacyBudgetTemplatesCommand extends smithyClient.Command
4140
877
  })
4141
878
  .s("AWSBastionControlPlaneServiceLambda", "ListPrivacyBudgetTemplates", {})
4142
879
  .n("CleanRoomsClient", "ListPrivacyBudgetTemplatesCommand")
4143
- .sc(ListPrivacyBudgetTemplates$)
880
+ .sc(schemas_0.ListPrivacyBudgetTemplates$)
4144
881
  .build() {
4145
882
  }
4146
883
 
@@ -4152,7 +889,7 @@ class ListProtectedJobsCommand extends smithyClient.Command
4152
889
  })
4153
890
  .s("AWSBastionControlPlaneServiceLambda", "ListProtectedJobs", {})
4154
891
  .n("CleanRoomsClient", "ListProtectedJobsCommand")
4155
- .sc(ListProtectedJobs$)
892
+ .sc(schemas_0.ListProtectedJobs$)
4156
893
  .build() {
4157
894
  }
4158
895
 
@@ -4164,7 +901,7 @@ class ListProtectedQueriesCommand extends smithyClient.Command
4164
901
  })
4165
902
  .s("AWSBastionControlPlaneServiceLambda", "ListProtectedQueries", {})
4166
903
  .n("CleanRoomsClient", "ListProtectedQueriesCommand")
4167
- .sc(ListProtectedQueries$)
904
+ .sc(schemas_0.ListProtectedQueries$)
4168
905
  .build() {
4169
906
  }
4170
907
 
@@ -4176,7 +913,7 @@ class ListSchemasCommand extends smithyClient.Command
4176
913
  })
4177
914
  .s("AWSBastionControlPlaneServiceLambda", "ListSchemas", {})
4178
915
  .n("CleanRoomsClient", "ListSchemasCommand")
4179
- .sc(ListSchemas$)
916
+ .sc(schemas_0.ListSchemas$)
4180
917
  .build() {
4181
918
  }
4182
919
 
@@ -4188,7 +925,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
4188
925
  })
4189
926
  .s("AWSBastionControlPlaneServiceLambda", "ListTagsForResource", {})
4190
927
  .n("CleanRoomsClient", "ListTagsForResourceCommand")
4191
- .sc(ListTagsForResource$)
928
+ .sc(schemas_0.ListTagsForResource$)
4192
929
  .build() {
4193
930
  }
4194
931
 
@@ -4200,7 +937,7 @@ class PopulateIdMappingTableCommand extends smithyClient.Command
4200
937
  })
4201
938
  .s("AWSBastionControlPlaneServiceLambda", "PopulateIdMappingTable", {})
4202
939
  .n("CleanRoomsClient", "PopulateIdMappingTableCommand")
4203
- .sc(PopulateIdMappingTable$)
940
+ .sc(schemas_0.PopulateIdMappingTable$)
4204
941
  .build() {
4205
942
  }
4206
943
 
@@ -4212,7 +949,7 @@ class PreviewPrivacyImpactCommand extends smithyClient.Command
4212
949
  })
4213
950
  .s("AWSBastionControlPlaneServiceLambda", "PreviewPrivacyImpact", {})
4214
951
  .n("CleanRoomsClient", "PreviewPrivacyImpactCommand")
4215
- .sc(PreviewPrivacyImpact$)
952
+ .sc(schemas_0.PreviewPrivacyImpact$)
4216
953
  .build() {
4217
954
  }
4218
955
 
@@ -4224,7 +961,7 @@ class StartProtectedJobCommand extends smithyClient.Command
4224
961
  })
4225
962
  .s("AWSBastionControlPlaneServiceLambda", "StartProtectedJob", {})
4226
963
  .n("CleanRoomsClient", "StartProtectedJobCommand")
4227
- .sc(StartProtectedJob$)
964
+ .sc(schemas_0.StartProtectedJob$)
4228
965
  .build() {
4229
966
  }
4230
967
 
@@ -4236,7 +973,7 @@ class StartProtectedQueryCommand extends smithyClient.Command
4236
973
  })
4237
974
  .s("AWSBastionControlPlaneServiceLambda", "StartProtectedQuery", {})
4238
975
  .n("CleanRoomsClient", "StartProtectedQueryCommand")
4239
- .sc(StartProtectedQuery$)
976
+ .sc(schemas_0.StartProtectedQuery$)
4240
977
  .build() {
4241
978
  }
4242
979
 
@@ -4248,7 +985,7 @@ class TagResourceCommand extends smithyClient.Command
4248
985
  })
4249
986
  .s("AWSBastionControlPlaneServiceLambda", "TagResource", {})
4250
987
  .n("CleanRoomsClient", "TagResourceCommand")
4251
- .sc(TagResource$)
988
+ .sc(schemas_0.TagResource$)
4252
989
  .build() {
4253
990
  }
4254
991
 
@@ -4260,7 +997,7 @@ class UntagResourceCommand extends smithyClient.Command
4260
997
  })
4261
998
  .s("AWSBastionControlPlaneServiceLambda", "UntagResource", {})
4262
999
  .n("CleanRoomsClient", "UntagResourceCommand")
4263
- .sc(UntagResource$)
1000
+ .sc(schemas_0.UntagResource$)
4264
1001
  .build() {
4265
1002
  }
4266
1003
 
@@ -4272,7 +1009,7 @@ class UpdateAnalysisTemplateCommand extends smithyClient.Command
4272
1009
  })
4273
1010
  .s("AWSBastionControlPlaneServiceLambda", "UpdateAnalysisTemplate", {})
4274
1011
  .n("CleanRoomsClient", "UpdateAnalysisTemplateCommand")
4275
- .sc(UpdateAnalysisTemplate$)
1012
+ .sc(schemas_0.UpdateAnalysisTemplate$)
4276
1013
  .build() {
4277
1014
  }
4278
1015
 
@@ -4284,7 +1021,7 @@ class UpdateCollaborationChangeRequestCommand extends smithyClient.Command
4284
1021
  })
4285
1022
  .s("AWSBastionControlPlaneServiceLambda", "UpdateCollaborationChangeRequest", {})
4286
1023
  .n("CleanRoomsClient", "UpdateCollaborationChangeRequestCommand")
4287
- .sc(UpdateCollaborationChangeRequest$)
1024
+ .sc(schemas_0.UpdateCollaborationChangeRequest$)
4288
1025
  .build() {
4289
1026
  }
4290
1027
 
@@ -4296,7 +1033,7 @@ class UpdateCollaborationCommand extends smithyClient.Command
4296
1033
  })
4297
1034
  .s("AWSBastionControlPlaneServiceLambda", "UpdateCollaboration", {})
4298
1035
  .n("CleanRoomsClient", "UpdateCollaborationCommand")
4299
- .sc(UpdateCollaboration$)
1036
+ .sc(schemas_0.UpdateCollaboration$)
4300
1037
  .build() {
4301
1038
  }
4302
1039
 
@@ -4308,7 +1045,7 @@ class UpdateConfiguredAudienceModelAssociationCommand extends smithyClient.Comma
4308
1045
  })
4309
1046
  .s("AWSBastionControlPlaneServiceLambda", "UpdateConfiguredAudienceModelAssociation", {})
4310
1047
  .n("CleanRoomsClient", "UpdateConfiguredAudienceModelAssociationCommand")
4311
- .sc(UpdateConfiguredAudienceModelAssociation$)
1048
+ .sc(schemas_0.UpdateConfiguredAudienceModelAssociation$)
4312
1049
  .build() {
4313
1050
  }
4314
1051
 
@@ -4320,7 +1057,7 @@ class UpdateConfiguredTableAnalysisRuleCommand extends smithyClient.Command
4320
1057
  })
4321
1058
  .s("AWSBastionControlPlaneServiceLambda", "UpdateConfiguredTableAnalysisRule", {})
4322
1059
  .n("CleanRoomsClient", "UpdateConfiguredTableAnalysisRuleCommand")
4323
- .sc(UpdateConfiguredTableAnalysisRule$)
1060
+ .sc(schemas_0.UpdateConfiguredTableAnalysisRule$)
4324
1061
  .build() {
4325
1062
  }
4326
1063
 
@@ -4332,7 +1069,7 @@ class UpdateConfiguredTableAssociationAnalysisRuleCommand extends smithyClient.C
4332
1069
  })
4333
1070
  .s("AWSBastionControlPlaneServiceLambda", "UpdateConfiguredTableAssociationAnalysisRule", {})
4334
1071
  .n("CleanRoomsClient", "UpdateConfiguredTableAssociationAnalysisRuleCommand")
4335
- .sc(UpdateConfiguredTableAssociationAnalysisRule$)
1072
+ .sc(schemas_0.UpdateConfiguredTableAssociationAnalysisRule$)
4336
1073
  .build() {
4337
1074
  }
4338
1075
 
@@ -4344,7 +1081,7 @@ class UpdateConfiguredTableAssociationCommand extends smithyClient.Command
4344
1081
  })
4345
1082
  .s("AWSBastionControlPlaneServiceLambda", "UpdateConfiguredTableAssociation", {})
4346
1083
  .n("CleanRoomsClient", "UpdateConfiguredTableAssociationCommand")
4347
- .sc(UpdateConfiguredTableAssociation$)
1084
+ .sc(schemas_0.UpdateConfiguredTableAssociation$)
4348
1085
  .build() {
4349
1086
  }
4350
1087
 
@@ -4356,7 +1093,7 @@ class UpdateConfiguredTableCommand extends smithyClient.Command
4356
1093
  })
4357
1094
  .s("AWSBastionControlPlaneServiceLambda", "UpdateConfiguredTable", {})
4358
1095
  .n("CleanRoomsClient", "UpdateConfiguredTableCommand")
4359
- .sc(UpdateConfiguredTable$)
1096
+ .sc(schemas_0.UpdateConfiguredTable$)
4360
1097
  .build() {
4361
1098
  }
4362
1099
 
@@ -4368,7 +1105,7 @@ class UpdateIdMappingTableCommand extends smithyClient.Command
4368
1105
  })
4369
1106
  .s("AWSBastionControlPlaneServiceLambda", "UpdateIdMappingTable", {})
4370
1107
  .n("CleanRoomsClient", "UpdateIdMappingTableCommand")
4371
- .sc(UpdateIdMappingTable$)
1108
+ .sc(schemas_0.UpdateIdMappingTable$)
4372
1109
  .build() {
4373
1110
  }
4374
1111
 
@@ -4380,7 +1117,7 @@ class UpdateIdNamespaceAssociationCommand extends smithyClient.Command
4380
1117
  })
4381
1118
  .s("AWSBastionControlPlaneServiceLambda", "UpdateIdNamespaceAssociation", {})
4382
1119
  .n("CleanRoomsClient", "UpdateIdNamespaceAssociationCommand")
4383
- .sc(UpdateIdNamespaceAssociation$)
1120
+ .sc(schemas_0.UpdateIdNamespaceAssociation$)
4384
1121
  .build() {
4385
1122
  }
4386
1123
 
@@ -4392,7 +1129,7 @@ class UpdateMembershipCommand extends smithyClient.Command
4392
1129
  })
4393
1130
  .s("AWSBastionControlPlaneServiceLambda", "UpdateMembership", {})
4394
1131
  .n("CleanRoomsClient", "UpdateMembershipCommand")
4395
- .sc(UpdateMembership$)
1132
+ .sc(schemas_0.UpdateMembership$)
4396
1133
  .build() {
4397
1134
  }
4398
1135
 
@@ -4404,7 +1141,7 @@ class UpdatePrivacyBudgetTemplateCommand extends smithyClient.Command
4404
1141
  })
4405
1142
  .s("AWSBastionControlPlaneServiceLambda", "UpdatePrivacyBudgetTemplate", {})
4406
1143
  .n("CleanRoomsClient", "UpdatePrivacyBudgetTemplateCommand")
4407
- .sc(UpdatePrivacyBudgetTemplate$)
1144
+ .sc(schemas_0.UpdatePrivacyBudgetTemplate$)
4408
1145
  .build() {
4409
1146
  }
4410
1147
 
@@ -4416,7 +1153,7 @@ class UpdateProtectedJobCommand extends smithyClient.Command
4416
1153
  })
4417
1154
  .s("AWSBastionControlPlaneServiceLambda", "UpdateProtectedJob", {})
4418
1155
  .n("CleanRoomsClient", "UpdateProtectedJobCommand")
4419
- .sc(UpdateProtectedJob$)
1156
+ .sc(schemas_0.UpdateProtectedJob$)
4420
1157
  .build() {
4421
1158
  }
4422
1159
 
@@ -4428,7 +1165,7 @@ class UpdateProtectedQueryCommand extends smithyClient.Command
4428
1165
  })
4429
1166
  .s("AWSBastionControlPlaneServiceLambda", "UpdateProtectedQuery", {})
4430
1167
  .n("CleanRoomsClient", "UpdateProtectedQueryCommand")
4431
- .sc(UpdateProtectedQuery$)
1168
+ .sc(schemas_0.UpdateProtectedQuery$)
4432
1169
  .build() {
4433
1170
  }
4434
1171
 
@@ -4992,630 +1729,160 @@ Object.defineProperty(exports, "__Client", {
4992
1729
  enumerable: true,
4993
1730
  get: function () { return smithyClient.Client; }
4994
1731
  });
4995
- exports.AccessBudget$ = AccessBudget$;
4996
- exports.AccessBudgetDetails$ = AccessBudgetDetails$;
1732
+ Object.defineProperty(exports, "CleanRoomsServiceException", {
1733
+ enumerable: true,
1734
+ get: function () { return CleanRoomsServiceException.CleanRoomsServiceException; }
1735
+ });
4997
1736
  exports.AccessBudgetType = AccessBudgetType;
4998
- exports.AccessBudgetsPrivacyTemplateParametersInput$ = AccessBudgetsPrivacyTemplateParametersInput$;
4999
- exports.AccessBudgetsPrivacyTemplateParametersOutput$ = AccessBudgetsPrivacyTemplateParametersOutput$;
5000
- exports.AccessBudgetsPrivacyTemplateUpdateParameters$ = AccessBudgetsPrivacyTemplateUpdateParameters$;
5001
- exports.AccessDeniedException = AccessDeniedException;
5002
- exports.AccessDeniedException$ = AccessDeniedException$;
5003
1737
  exports.AccessDeniedExceptionReason = AccessDeniedExceptionReason;
5004
1738
  exports.AdditionalAnalyses = AdditionalAnalyses;
5005
- exports.AggregateColumn$ = AggregateColumn$;
5006
1739
  exports.AggregateFunctionName = AggregateFunctionName;
5007
- exports.AggregationConstraint$ = AggregationConstraint$;
5008
1740
  exports.AggregationType = AggregationType;
5009
1741
  exports.AnalysisFormat = AnalysisFormat;
5010
1742
  exports.AnalysisMethod = AnalysisMethod;
5011
- exports.AnalysisParameter$ = AnalysisParameter$;
5012
- exports.AnalysisRule$ = AnalysisRule$;
5013
- exports.AnalysisRuleAggregation$ = AnalysisRuleAggregation$;
5014
- exports.AnalysisRuleCustom$ = AnalysisRuleCustom$;
5015
- exports.AnalysisRuleIdMappingTable$ = AnalysisRuleIdMappingTable$;
5016
- exports.AnalysisRuleList$ = AnalysisRuleList$;
5017
- exports.AnalysisRulePolicy$ = AnalysisRulePolicy$;
5018
- exports.AnalysisRulePolicyV1$ = AnalysisRulePolicyV1$;
5019
1743
  exports.AnalysisRuleType = AnalysisRuleType;
5020
- exports.AnalysisSchema$ = AnalysisSchema$;
5021
- exports.AnalysisSource$ = AnalysisSource$;
5022
- exports.AnalysisSourceMetadata$ = AnalysisSourceMetadata$;
5023
- exports.AnalysisTemplate$ = AnalysisTemplate$;
5024
- exports.AnalysisTemplateArtifact$ = AnalysisTemplateArtifact$;
5025
- exports.AnalysisTemplateArtifactMetadata$ = AnalysisTemplateArtifactMetadata$;
5026
- exports.AnalysisTemplateArtifacts$ = AnalysisTemplateArtifacts$;
5027
- exports.AnalysisTemplateSummary$ = AnalysisTemplateSummary$;
5028
1744
  exports.AnalysisTemplateValidationStatus = AnalysisTemplateValidationStatus;
5029
- exports.AnalysisTemplateValidationStatusDetail$ = AnalysisTemplateValidationStatusDetail$;
5030
- exports.AnalysisTemplateValidationStatusReason$ = AnalysisTemplateValidationStatusReason$;
5031
1745
  exports.AnalysisTemplateValidationType = AnalysisTemplateValidationType;
5032
1746
  exports.AnalysisType = AnalysisType;
5033
1747
  exports.AnalyticsEngine = AnalyticsEngine;
5034
1748
  exports.ApprovalStatus = ApprovalStatus;
5035
- exports.ApprovalStatusDetails$ = ApprovalStatusDetails$;
5036
- exports.AthenaTableReference$ = AthenaTableReference$;
5037
1749
  exports.AutoApprovedChangeType = AutoApprovedChangeType;
5038
1750
  exports.AutoRefreshMode = AutoRefreshMode;
5039
- exports.BatchGetCollaborationAnalysisTemplate$ = BatchGetCollaborationAnalysisTemplate$;
5040
1751
  exports.BatchGetCollaborationAnalysisTemplateCommand = BatchGetCollaborationAnalysisTemplateCommand;
5041
- exports.BatchGetCollaborationAnalysisTemplateError$ = BatchGetCollaborationAnalysisTemplateError$;
5042
- exports.BatchGetCollaborationAnalysisTemplateInput$ = BatchGetCollaborationAnalysisTemplateInput$;
5043
- exports.BatchGetCollaborationAnalysisTemplateOutput$ = BatchGetCollaborationAnalysisTemplateOutput$;
5044
- exports.BatchGetSchema$ = BatchGetSchema$;
5045
- exports.BatchGetSchemaAnalysisRule$ = BatchGetSchemaAnalysisRule$;
5046
1752
  exports.BatchGetSchemaAnalysisRuleCommand = BatchGetSchemaAnalysisRuleCommand;
5047
- exports.BatchGetSchemaAnalysisRuleError$ = BatchGetSchemaAnalysisRuleError$;
5048
- exports.BatchGetSchemaAnalysisRuleInput$ = BatchGetSchemaAnalysisRuleInput$;
5049
- exports.BatchGetSchemaAnalysisRuleOutput$ = BatchGetSchemaAnalysisRuleOutput$;
5050
1753
  exports.BatchGetSchemaCommand = BatchGetSchemaCommand;
5051
- exports.BatchGetSchemaError$ = BatchGetSchemaError$;
5052
- exports.BatchGetSchemaInput$ = BatchGetSchemaInput$;
5053
- exports.BatchGetSchemaOutput$ = BatchGetSchemaOutput$;
5054
- exports.BilledJobResourceUtilization$ = BilledJobResourceUtilization$;
5055
- exports.BilledResourceUtilization$ = BilledResourceUtilization$;
5056
- exports.BudgetParameter$ = BudgetParameter$;
5057
- exports.Change$ = Change$;
5058
- exports.ChangeInput$ = ChangeInput$;
5059
1754
  exports.ChangeRequestAction = ChangeRequestAction;
5060
1755
  exports.ChangeRequestStatus = ChangeRequestStatus;
5061
- exports.ChangeSpecification$ = ChangeSpecification$;
5062
1756
  exports.ChangeSpecificationType = ChangeSpecificationType;
5063
1757
  exports.ChangeType = ChangeType;
5064
1758
  exports.CleanRooms = CleanRooms;
5065
1759
  exports.CleanRoomsClient = CleanRoomsClient;
5066
- exports.CleanRoomsServiceException = CleanRoomsServiceException;
5067
- exports.CleanRoomsServiceException$ = CleanRoomsServiceException$;
5068
- exports.Collaboration$ = Collaboration$;
5069
- exports.CollaborationAnalysisTemplate$ = CollaborationAnalysisTemplate$;
5070
- exports.CollaborationAnalysisTemplateSummary$ = CollaborationAnalysisTemplateSummary$;
5071
- exports.CollaborationChangeRequest$ = CollaborationChangeRequest$;
5072
- exports.CollaborationChangeRequestSummary$ = CollaborationChangeRequestSummary$;
5073
- exports.CollaborationChangeSpecification$ = CollaborationChangeSpecification$;
5074
- exports.CollaborationConfiguredAudienceModelAssociation$ = CollaborationConfiguredAudienceModelAssociation$;
5075
- exports.CollaborationConfiguredAudienceModelAssociationSummary$ = CollaborationConfiguredAudienceModelAssociationSummary$;
5076
- exports.CollaborationIdNamespaceAssociation$ = CollaborationIdNamespaceAssociation$;
5077
- exports.CollaborationIdNamespaceAssociationSummary$ = CollaborationIdNamespaceAssociationSummary$;
5078
1760
  exports.CollaborationJobLogStatus = CollaborationJobLogStatus;
5079
- exports.CollaborationPrivacyBudgetSummary$ = CollaborationPrivacyBudgetSummary$;
5080
- exports.CollaborationPrivacyBudgetTemplate$ = CollaborationPrivacyBudgetTemplate$;
5081
- exports.CollaborationPrivacyBudgetTemplateSummary$ = CollaborationPrivacyBudgetTemplateSummary$;
5082
1761
  exports.CollaborationQueryLogStatus = CollaborationQueryLogStatus;
5083
- exports.CollaborationSummary$ = CollaborationSummary$;
5084
- exports.Column$ = Column$;
5085
- exports.ColumnClassificationDetails$ = ColumnClassificationDetails$;
5086
1762
  exports.CommercialRegion = CommercialRegion;
5087
- exports.ComputeConfiguration$ = ComputeConfiguration$;
5088
- exports.ConfigurationDetails$ = ConfigurationDetails$;
5089
- exports.ConfiguredAudienceModelAssociation$ = ConfiguredAudienceModelAssociation$;
5090
- exports.ConfiguredAudienceModelAssociationSummary$ = ConfiguredAudienceModelAssociationSummary$;
5091
- exports.ConfiguredTable$ = ConfiguredTable$;
5092
- exports.ConfiguredTableAnalysisRule$ = ConfiguredTableAnalysisRule$;
5093
- exports.ConfiguredTableAnalysisRulePolicy$ = ConfiguredTableAnalysisRulePolicy$;
5094
- exports.ConfiguredTableAnalysisRulePolicyV1$ = ConfiguredTableAnalysisRulePolicyV1$;
5095
1763
  exports.ConfiguredTableAnalysisRuleType = ConfiguredTableAnalysisRuleType;
5096
- exports.ConfiguredTableAssociation$ = ConfiguredTableAssociation$;
5097
- exports.ConfiguredTableAssociationAnalysisRule$ = ConfiguredTableAssociationAnalysisRule$;
5098
- exports.ConfiguredTableAssociationAnalysisRuleAggregation$ = ConfiguredTableAssociationAnalysisRuleAggregation$;
5099
- exports.ConfiguredTableAssociationAnalysisRuleCustom$ = ConfiguredTableAssociationAnalysisRuleCustom$;
5100
- exports.ConfiguredTableAssociationAnalysisRuleList$ = ConfiguredTableAssociationAnalysisRuleList$;
5101
- exports.ConfiguredTableAssociationAnalysisRulePolicy$ = ConfiguredTableAssociationAnalysisRulePolicy$;
5102
- exports.ConfiguredTableAssociationAnalysisRulePolicyV1$ = ConfiguredTableAssociationAnalysisRulePolicyV1$;
5103
1764
  exports.ConfiguredTableAssociationAnalysisRuleType = ConfiguredTableAssociationAnalysisRuleType;
5104
- exports.ConfiguredTableAssociationSummary$ = ConfiguredTableAssociationSummary$;
5105
- exports.ConfiguredTableSummary$ = ConfiguredTableSummary$;
5106
- exports.ConflictException = ConflictException;
5107
- exports.ConflictException$ = ConflictException$;
5108
1765
  exports.ConflictExceptionReason = ConflictExceptionReason;
5109
- exports.ConsolidatedPolicy$ = ConsolidatedPolicy$;
5110
- exports.ConsolidatedPolicyAggregation$ = ConsolidatedPolicyAggregation$;
5111
- exports.ConsolidatedPolicyCustom$ = ConsolidatedPolicyCustom$;
5112
- exports.ConsolidatedPolicyList$ = ConsolidatedPolicyList$;
5113
- exports.ConsolidatedPolicyV1$ = ConsolidatedPolicyV1$;
5114
- exports.CreateAnalysisTemplate$ = CreateAnalysisTemplate$;
5115
1766
  exports.CreateAnalysisTemplateCommand = CreateAnalysisTemplateCommand;
5116
- exports.CreateAnalysisTemplateInput$ = CreateAnalysisTemplateInput$;
5117
- exports.CreateAnalysisTemplateOutput$ = CreateAnalysisTemplateOutput$;
5118
- exports.CreateCollaboration$ = CreateCollaboration$;
5119
- exports.CreateCollaborationChangeRequest$ = CreateCollaborationChangeRequest$;
5120
1767
  exports.CreateCollaborationChangeRequestCommand = CreateCollaborationChangeRequestCommand;
5121
- exports.CreateCollaborationChangeRequestInput$ = CreateCollaborationChangeRequestInput$;
5122
- exports.CreateCollaborationChangeRequestOutput$ = CreateCollaborationChangeRequestOutput$;
5123
1768
  exports.CreateCollaborationCommand = CreateCollaborationCommand;
5124
- exports.CreateCollaborationInput$ = CreateCollaborationInput$;
5125
- exports.CreateCollaborationOutput$ = CreateCollaborationOutput$;
5126
- exports.CreateConfiguredAudienceModelAssociation$ = CreateConfiguredAudienceModelAssociation$;
5127
1769
  exports.CreateConfiguredAudienceModelAssociationCommand = CreateConfiguredAudienceModelAssociationCommand;
5128
- exports.CreateConfiguredAudienceModelAssociationInput$ = CreateConfiguredAudienceModelAssociationInput$;
5129
- exports.CreateConfiguredAudienceModelAssociationOutput$ = CreateConfiguredAudienceModelAssociationOutput$;
5130
- exports.CreateConfiguredTable$ = CreateConfiguredTable$;
5131
- exports.CreateConfiguredTableAnalysisRule$ = CreateConfiguredTableAnalysisRule$;
5132
1770
  exports.CreateConfiguredTableAnalysisRuleCommand = CreateConfiguredTableAnalysisRuleCommand;
5133
- exports.CreateConfiguredTableAnalysisRuleInput$ = CreateConfiguredTableAnalysisRuleInput$;
5134
- exports.CreateConfiguredTableAnalysisRuleOutput$ = CreateConfiguredTableAnalysisRuleOutput$;
5135
- exports.CreateConfiguredTableAssociation$ = CreateConfiguredTableAssociation$;
5136
- exports.CreateConfiguredTableAssociationAnalysisRule$ = CreateConfiguredTableAssociationAnalysisRule$;
5137
1771
  exports.CreateConfiguredTableAssociationAnalysisRuleCommand = CreateConfiguredTableAssociationAnalysisRuleCommand;
5138
- exports.CreateConfiguredTableAssociationAnalysisRuleInput$ = CreateConfiguredTableAssociationAnalysisRuleInput$;
5139
- exports.CreateConfiguredTableAssociationAnalysisRuleOutput$ = CreateConfiguredTableAssociationAnalysisRuleOutput$;
5140
1772
  exports.CreateConfiguredTableAssociationCommand = CreateConfiguredTableAssociationCommand;
5141
- exports.CreateConfiguredTableAssociationInput$ = CreateConfiguredTableAssociationInput$;
5142
- exports.CreateConfiguredTableAssociationOutput$ = CreateConfiguredTableAssociationOutput$;
5143
1773
  exports.CreateConfiguredTableCommand = CreateConfiguredTableCommand;
5144
- exports.CreateConfiguredTableInput$ = CreateConfiguredTableInput$;
5145
- exports.CreateConfiguredTableOutput$ = CreateConfiguredTableOutput$;
5146
- exports.CreateIdMappingTable$ = CreateIdMappingTable$;
5147
1774
  exports.CreateIdMappingTableCommand = CreateIdMappingTableCommand;
5148
- exports.CreateIdMappingTableInput$ = CreateIdMappingTableInput$;
5149
- exports.CreateIdMappingTableOutput$ = CreateIdMappingTableOutput$;
5150
- exports.CreateIdNamespaceAssociation$ = CreateIdNamespaceAssociation$;
5151
1775
  exports.CreateIdNamespaceAssociationCommand = CreateIdNamespaceAssociationCommand;
5152
- exports.CreateIdNamespaceAssociationInput$ = CreateIdNamespaceAssociationInput$;
5153
- exports.CreateIdNamespaceAssociationOutput$ = CreateIdNamespaceAssociationOutput$;
5154
- exports.CreateMembership$ = CreateMembership$;
5155
1776
  exports.CreateMembershipCommand = CreateMembershipCommand;
5156
- exports.CreateMembershipInput$ = CreateMembershipInput$;
5157
- exports.CreateMembershipOutput$ = CreateMembershipOutput$;
5158
- exports.CreatePrivacyBudgetTemplate$ = CreatePrivacyBudgetTemplate$;
5159
1777
  exports.CreatePrivacyBudgetTemplateCommand = CreatePrivacyBudgetTemplateCommand;
5160
- exports.CreatePrivacyBudgetTemplateInput$ = CreatePrivacyBudgetTemplateInput$;
5161
- exports.CreatePrivacyBudgetTemplateOutput$ = CreatePrivacyBudgetTemplateOutput$;
5162
1778
  exports.CustomMLMemberAbility = CustomMLMemberAbility;
5163
- exports.DataEncryptionMetadata$ = DataEncryptionMetadata$;
5164
- exports.DeleteAnalysisTemplate$ = DeleteAnalysisTemplate$;
5165
1779
  exports.DeleteAnalysisTemplateCommand = DeleteAnalysisTemplateCommand;
5166
- exports.DeleteAnalysisTemplateInput$ = DeleteAnalysisTemplateInput$;
5167
- exports.DeleteAnalysisTemplateOutput$ = DeleteAnalysisTemplateOutput$;
5168
- exports.DeleteCollaboration$ = DeleteCollaboration$;
5169
1780
  exports.DeleteCollaborationCommand = DeleteCollaborationCommand;
5170
- exports.DeleteCollaborationInput$ = DeleteCollaborationInput$;
5171
- exports.DeleteCollaborationOutput$ = DeleteCollaborationOutput$;
5172
- exports.DeleteConfiguredAudienceModelAssociation$ = DeleteConfiguredAudienceModelAssociation$;
5173
1781
  exports.DeleteConfiguredAudienceModelAssociationCommand = DeleteConfiguredAudienceModelAssociationCommand;
5174
- exports.DeleteConfiguredAudienceModelAssociationInput$ = DeleteConfiguredAudienceModelAssociationInput$;
5175
- exports.DeleteConfiguredAudienceModelAssociationOutput$ = DeleteConfiguredAudienceModelAssociationOutput$;
5176
- exports.DeleteConfiguredTable$ = DeleteConfiguredTable$;
5177
- exports.DeleteConfiguredTableAnalysisRule$ = DeleteConfiguredTableAnalysisRule$;
5178
1782
  exports.DeleteConfiguredTableAnalysisRuleCommand = DeleteConfiguredTableAnalysisRuleCommand;
5179
- exports.DeleteConfiguredTableAnalysisRuleInput$ = DeleteConfiguredTableAnalysisRuleInput$;
5180
- exports.DeleteConfiguredTableAnalysisRuleOutput$ = DeleteConfiguredTableAnalysisRuleOutput$;
5181
- exports.DeleteConfiguredTableAssociation$ = DeleteConfiguredTableAssociation$;
5182
- exports.DeleteConfiguredTableAssociationAnalysisRule$ = DeleteConfiguredTableAssociationAnalysisRule$;
5183
1783
  exports.DeleteConfiguredTableAssociationAnalysisRuleCommand = DeleteConfiguredTableAssociationAnalysisRuleCommand;
5184
- exports.DeleteConfiguredTableAssociationAnalysisRuleInput$ = DeleteConfiguredTableAssociationAnalysisRuleInput$;
5185
- exports.DeleteConfiguredTableAssociationAnalysisRuleOutput$ = DeleteConfiguredTableAssociationAnalysisRuleOutput$;
5186
1784
  exports.DeleteConfiguredTableAssociationCommand = DeleteConfiguredTableAssociationCommand;
5187
- exports.DeleteConfiguredTableAssociationInput$ = DeleteConfiguredTableAssociationInput$;
5188
- exports.DeleteConfiguredTableAssociationOutput$ = DeleteConfiguredTableAssociationOutput$;
5189
1785
  exports.DeleteConfiguredTableCommand = DeleteConfiguredTableCommand;
5190
- exports.DeleteConfiguredTableInput$ = DeleteConfiguredTableInput$;
5191
- exports.DeleteConfiguredTableOutput$ = DeleteConfiguredTableOutput$;
5192
- exports.DeleteIdMappingTable$ = DeleteIdMappingTable$;
5193
1786
  exports.DeleteIdMappingTableCommand = DeleteIdMappingTableCommand;
5194
- exports.DeleteIdMappingTableInput$ = DeleteIdMappingTableInput$;
5195
- exports.DeleteIdMappingTableOutput$ = DeleteIdMappingTableOutput$;
5196
- exports.DeleteIdNamespaceAssociation$ = DeleteIdNamespaceAssociation$;
5197
1787
  exports.DeleteIdNamespaceAssociationCommand = DeleteIdNamespaceAssociationCommand;
5198
- exports.DeleteIdNamespaceAssociationInput$ = DeleteIdNamespaceAssociationInput$;
5199
- exports.DeleteIdNamespaceAssociationOutput$ = DeleteIdNamespaceAssociationOutput$;
5200
- exports.DeleteMember$ = DeleteMember$;
5201
1788
  exports.DeleteMemberCommand = DeleteMemberCommand;
5202
- exports.DeleteMemberInput$ = DeleteMemberInput$;
5203
- exports.DeleteMemberOutput$ = DeleteMemberOutput$;
5204
- exports.DeleteMembership$ = DeleteMembership$;
5205
1789
  exports.DeleteMembershipCommand = DeleteMembershipCommand;
5206
- exports.DeleteMembershipInput$ = DeleteMembershipInput$;
5207
- exports.DeleteMembershipOutput$ = DeleteMembershipOutput$;
5208
- exports.DeletePrivacyBudgetTemplate$ = DeletePrivacyBudgetTemplate$;
5209
1790
  exports.DeletePrivacyBudgetTemplateCommand = DeletePrivacyBudgetTemplateCommand;
5210
- exports.DeletePrivacyBudgetTemplateInput$ = DeletePrivacyBudgetTemplateInput$;
5211
- exports.DeletePrivacyBudgetTemplateOutput$ = DeletePrivacyBudgetTemplateOutput$;
5212
1791
  exports.DifferentialPrivacyAggregationType = DifferentialPrivacyAggregationType;
5213
- exports.DifferentialPrivacyColumn$ = DifferentialPrivacyColumn$;
5214
- exports.DifferentialPrivacyConfiguration$ = DifferentialPrivacyConfiguration$;
5215
- exports.DifferentialPrivacyParameters$ = DifferentialPrivacyParameters$;
5216
- exports.DifferentialPrivacyPreviewAggregation$ = DifferentialPrivacyPreviewAggregation$;
5217
- exports.DifferentialPrivacyPreviewParametersInput$ = DifferentialPrivacyPreviewParametersInput$;
5218
- exports.DifferentialPrivacyPrivacyBudget$ = DifferentialPrivacyPrivacyBudget$;
5219
- exports.DifferentialPrivacyPrivacyBudgetAggregation$ = DifferentialPrivacyPrivacyBudgetAggregation$;
5220
- exports.DifferentialPrivacyPrivacyImpact$ = DifferentialPrivacyPrivacyImpact$;
5221
- exports.DifferentialPrivacySensitivityParameters$ = DifferentialPrivacySensitivityParameters$;
5222
- exports.DifferentialPrivacyTemplateParametersInput$ = DifferentialPrivacyTemplateParametersInput$;
5223
- exports.DifferentialPrivacyTemplateParametersOutput$ = DifferentialPrivacyTemplateParametersOutput$;
5224
- exports.DifferentialPrivacyTemplateUpdateParameters$ = DifferentialPrivacyTemplateUpdateParameters$;
5225
- exports.DirectAnalysisConfigurationDetails$ = DirectAnalysisConfigurationDetails$;
5226
- exports.ErrorMessageConfiguration$ = ErrorMessageConfiguration$;
5227
1792
  exports.ErrorMessageType = ErrorMessageType;
5228
1793
  exports.FilterableMemberStatus = FilterableMemberStatus;
5229
- exports.GetAnalysisTemplate$ = GetAnalysisTemplate$;
5230
1794
  exports.GetAnalysisTemplateCommand = GetAnalysisTemplateCommand;
5231
- exports.GetAnalysisTemplateInput$ = GetAnalysisTemplateInput$;
5232
- exports.GetAnalysisTemplateOutput$ = GetAnalysisTemplateOutput$;
5233
- exports.GetCollaboration$ = GetCollaboration$;
5234
- exports.GetCollaborationAnalysisTemplate$ = GetCollaborationAnalysisTemplate$;
5235
1795
  exports.GetCollaborationAnalysisTemplateCommand = GetCollaborationAnalysisTemplateCommand;
5236
- exports.GetCollaborationAnalysisTemplateInput$ = GetCollaborationAnalysisTemplateInput$;
5237
- exports.GetCollaborationAnalysisTemplateOutput$ = GetCollaborationAnalysisTemplateOutput$;
5238
- exports.GetCollaborationChangeRequest$ = GetCollaborationChangeRequest$;
5239
1796
  exports.GetCollaborationChangeRequestCommand = GetCollaborationChangeRequestCommand;
5240
- exports.GetCollaborationChangeRequestInput$ = GetCollaborationChangeRequestInput$;
5241
- exports.GetCollaborationChangeRequestOutput$ = GetCollaborationChangeRequestOutput$;
5242
1797
  exports.GetCollaborationCommand = GetCollaborationCommand;
5243
- exports.GetCollaborationConfiguredAudienceModelAssociation$ = GetCollaborationConfiguredAudienceModelAssociation$;
5244
1798
  exports.GetCollaborationConfiguredAudienceModelAssociationCommand = GetCollaborationConfiguredAudienceModelAssociationCommand;
5245
- exports.GetCollaborationConfiguredAudienceModelAssociationInput$ = GetCollaborationConfiguredAudienceModelAssociationInput$;
5246
- exports.GetCollaborationConfiguredAudienceModelAssociationOutput$ = GetCollaborationConfiguredAudienceModelAssociationOutput$;
5247
- exports.GetCollaborationIdNamespaceAssociation$ = GetCollaborationIdNamespaceAssociation$;
5248
1799
  exports.GetCollaborationIdNamespaceAssociationCommand = GetCollaborationIdNamespaceAssociationCommand;
5249
- exports.GetCollaborationIdNamespaceAssociationInput$ = GetCollaborationIdNamespaceAssociationInput$;
5250
- exports.GetCollaborationIdNamespaceAssociationOutput$ = GetCollaborationIdNamespaceAssociationOutput$;
5251
- exports.GetCollaborationInput$ = GetCollaborationInput$;
5252
- exports.GetCollaborationOutput$ = GetCollaborationOutput$;
5253
- exports.GetCollaborationPrivacyBudgetTemplate$ = GetCollaborationPrivacyBudgetTemplate$;
5254
1800
  exports.GetCollaborationPrivacyBudgetTemplateCommand = GetCollaborationPrivacyBudgetTemplateCommand;
5255
- exports.GetCollaborationPrivacyBudgetTemplateInput$ = GetCollaborationPrivacyBudgetTemplateInput$;
5256
- exports.GetCollaborationPrivacyBudgetTemplateOutput$ = GetCollaborationPrivacyBudgetTemplateOutput$;
5257
- exports.GetConfiguredAudienceModelAssociation$ = GetConfiguredAudienceModelAssociation$;
5258
1801
  exports.GetConfiguredAudienceModelAssociationCommand = GetConfiguredAudienceModelAssociationCommand;
5259
- exports.GetConfiguredAudienceModelAssociationInput$ = GetConfiguredAudienceModelAssociationInput$;
5260
- exports.GetConfiguredAudienceModelAssociationOutput$ = GetConfiguredAudienceModelAssociationOutput$;
5261
- exports.GetConfiguredTable$ = GetConfiguredTable$;
5262
- exports.GetConfiguredTableAnalysisRule$ = GetConfiguredTableAnalysisRule$;
5263
1802
  exports.GetConfiguredTableAnalysisRuleCommand = GetConfiguredTableAnalysisRuleCommand;
5264
- exports.GetConfiguredTableAnalysisRuleInput$ = GetConfiguredTableAnalysisRuleInput$;
5265
- exports.GetConfiguredTableAnalysisRuleOutput$ = GetConfiguredTableAnalysisRuleOutput$;
5266
- exports.GetConfiguredTableAssociation$ = GetConfiguredTableAssociation$;
5267
- exports.GetConfiguredTableAssociationAnalysisRule$ = GetConfiguredTableAssociationAnalysisRule$;
5268
1803
  exports.GetConfiguredTableAssociationAnalysisRuleCommand = GetConfiguredTableAssociationAnalysisRuleCommand;
5269
- exports.GetConfiguredTableAssociationAnalysisRuleInput$ = GetConfiguredTableAssociationAnalysisRuleInput$;
5270
- exports.GetConfiguredTableAssociationAnalysisRuleOutput$ = GetConfiguredTableAssociationAnalysisRuleOutput$;
5271
1804
  exports.GetConfiguredTableAssociationCommand = GetConfiguredTableAssociationCommand;
5272
- exports.GetConfiguredTableAssociationInput$ = GetConfiguredTableAssociationInput$;
5273
- exports.GetConfiguredTableAssociationOutput$ = GetConfiguredTableAssociationOutput$;
5274
1805
  exports.GetConfiguredTableCommand = GetConfiguredTableCommand;
5275
- exports.GetConfiguredTableInput$ = GetConfiguredTableInput$;
5276
- exports.GetConfiguredTableOutput$ = GetConfiguredTableOutput$;
5277
- exports.GetIdMappingTable$ = GetIdMappingTable$;
5278
1806
  exports.GetIdMappingTableCommand = GetIdMappingTableCommand;
5279
- exports.GetIdMappingTableInput$ = GetIdMappingTableInput$;
5280
- exports.GetIdMappingTableOutput$ = GetIdMappingTableOutput$;
5281
- exports.GetIdNamespaceAssociation$ = GetIdNamespaceAssociation$;
5282
1807
  exports.GetIdNamespaceAssociationCommand = GetIdNamespaceAssociationCommand;
5283
- exports.GetIdNamespaceAssociationInput$ = GetIdNamespaceAssociationInput$;
5284
- exports.GetIdNamespaceAssociationOutput$ = GetIdNamespaceAssociationOutput$;
5285
- exports.GetMembership$ = GetMembership$;
5286
1808
  exports.GetMembershipCommand = GetMembershipCommand;
5287
- exports.GetMembershipInput$ = GetMembershipInput$;
5288
- exports.GetMembershipOutput$ = GetMembershipOutput$;
5289
- exports.GetPrivacyBudgetTemplate$ = GetPrivacyBudgetTemplate$;
5290
1809
  exports.GetPrivacyBudgetTemplateCommand = GetPrivacyBudgetTemplateCommand;
5291
- exports.GetPrivacyBudgetTemplateInput$ = GetPrivacyBudgetTemplateInput$;
5292
- exports.GetPrivacyBudgetTemplateOutput$ = GetPrivacyBudgetTemplateOutput$;
5293
- exports.GetProtectedJob$ = GetProtectedJob$;
5294
1810
  exports.GetProtectedJobCommand = GetProtectedJobCommand;
5295
- exports.GetProtectedJobInput$ = GetProtectedJobInput$;
5296
- exports.GetProtectedJobOutput$ = GetProtectedJobOutput$;
5297
- exports.GetProtectedQuery$ = GetProtectedQuery$;
5298
1811
  exports.GetProtectedQueryCommand = GetProtectedQueryCommand;
5299
- exports.GetProtectedQueryInput$ = GetProtectedQueryInput$;
5300
- exports.GetProtectedQueryOutput$ = GetProtectedQueryOutput$;
5301
- exports.GetSchema$ = GetSchema$;
5302
- exports.GetSchemaAnalysisRule$ = GetSchemaAnalysisRule$;
5303
1812
  exports.GetSchemaAnalysisRuleCommand = GetSchemaAnalysisRuleCommand;
5304
- exports.GetSchemaAnalysisRuleInput$ = GetSchemaAnalysisRuleInput$;
5305
- exports.GetSchemaAnalysisRuleOutput$ = GetSchemaAnalysisRuleOutput$;
5306
1813
  exports.GetSchemaCommand = GetSchemaCommand;
5307
- exports.GetSchemaInput$ = GetSchemaInput$;
5308
- exports.GetSchemaOutput$ = GetSchemaOutput$;
5309
- exports.GlueTableReference$ = GlueTableReference$;
5310
- exports.Hash$ = Hash$;
5311
- exports.IdMappingConfig$ = IdMappingConfig$;
5312
- exports.IdMappingTable$ = IdMappingTable$;
5313
- exports.IdMappingTableInputReferenceConfig$ = IdMappingTableInputReferenceConfig$;
5314
- exports.IdMappingTableInputReferenceProperties$ = IdMappingTableInputReferenceProperties$;
5315
- exports.IdMappingTableInputSource$ = IdMappingTableInputSource$;
5316
- exports.IdMappingTableSchemaTypeProperties$ = IdMappingTableSchemaTypeProperties$;
5317
- exports.IdMappingTableSummary$ = IdMappingTableSummary$;
5318
- exports.IdNamespaceAssociation$ = IdNamespaceAssociation$;
5319
- exports.IdNamespaceAssociationInputReferenceConfig$ = IdNamespaceAssociationInputReferenceConfig$;
5320
- exports.IdNamespaceAssociationInputReferenceProperties$ = IdNamespaceAssociationInputReferenceProperties$;
5321
- exports.IdNamespaceAssociationInputReferencePropertiesSummary$ = IdNamespaceAssociationInputReferencePropertiesSummary$;
5322
- exports.IdNamespaceAssociationSummary$ = IdNamespaceAssociationSummary$;
5323
1814
  exports.IdNamespaceType = IdNamespaceType;
5324
- exports.InternalServerException = InternalServerException;
5325
- exports.InternalServerException$ = InternalServerException$;
5326
- exports.JobComputePaymentConfig$ = JobComputePaymentConfig$;
5327
1815
  exports.JobType = JobType;
5328
1816
  exports.JoinOperator = JoinOperator;
5329
1817
  exports.JoinRequiredOption = JoinRequiredOption;
5330
- exports.ListAnalysisTemplates$ = ListAnalysisTemplates$;
5331
1818
  exports.ListAnalysisTemplatesCommand = ListAnalysisTemplatesCommand;
5332
- exports.ListAnalysisTemplatesInput$ = ListAnalysisTemplatesInput$;
5333
- exports.ListAnalysisTemplatesOutput$ = ListAnalysisTemplatesOutput$;
5334
- exports.ListCollaborationAnalysisTemplates$ = ListCollaborationAnalysisTemplates$;
5335
1819
  exports.ListCollaborationAnalysisTemplatesCommand = ListCollaborationAnalysisTemplatesCommand;
5336
- exports.ListCollaborationAnalysisTemplatesInput$ = ListCollaborationAnalysisTemplatesInput$;
5337
- exports.ListCollaborationAnalysisTemplatesOutput$ = ListCollaborationAnalysisTemplatesOutput$;
5338
- exports.ListCollaborationChangeRequests$ = ListCollaborationChangeRequests$;
5339
1820
  exports.ListCollaborationChangeRequestsCommand = ListCollaborationChangeRequestsCommand;
5340
- exports.ListCollaborationChangeRequestsInput$ = ListCollaborationChangeRequestsInput$;
5341
- exports.ListCollaborationChangeRequestsOutput$ = ListCollaborationChangeRequestsOutput$;
5342
- exports.ListCollaborationConfiguredAudienceModelAssociations$ = ListCollaborationConfiguredAudienceModelAssociations$;
5343
1821
  exports.ListCollaborationConfiguredAudienceModelAssociationsCommand = ListCollaborationConfiguredAudienceModelAssociationsCommand;
5344
- exports.ListCollaborationConfiguredAudienceModelAssociationsInput$ = ListCollaborationConfiguredAudienceModelAssociationsInput$;
5345
- exports.ListCollaborationConfiguredAudienceModelAssociationsOutput$ = ListCollaborationConfiguredAudienceModelAssociationsOutput$;
5346
- exports.ListCollaborationIdNamespaceAssociations$ = ListCollaborationIdNamespaceAssociations$;
5347
1822
  exports.ListCollaborationIdNamespaceAssociationsCommand = ListCollaborationIdNamespaceAssociationsCommand;
5348
- exports.ListCollaborationIdNamespaceAssociationsInput$ = ListCollaborationIdNamespaceAssociationsInput$;
5349
- exports.ListCollaborationIdNamespaceAssociationsOutput$ = ListCollaborationIdNamespaceAssociationsOutput$;
5350
- exports.ListCollaborationPrivacyBudgetTemplates$ = ListCollaborationPrivacyBudgetTemplates$;
5351
1823
  exports.ListCollaborationPrivacyBudgetTemplatesCommand = ListCollaborationPrivacyBudgetTemplatesCommand;
5352
- exports.ListCollaborationPrivacyBudgetTemplatesInput$ = ListCollaborationPrivacyBudgetTemplatesInput$;
5353
- exports.ListCollaborationPrivacyBudgetTemplatesOutput$ = ListCollaborationPrivacyBudgetTemplatesOutput$;
5354
- exports.ListCollaborationPrivacyBudgets$ = ListCollaborationPrivacyBudgets$;
5355
1824
  exports.ListCollaborationPrivacyBudgetsCommand = ListCollaborationPrivacyBudgetsCommand;
5356
- exports.ListCollaborationPrivacyBudgetsInput$ = ListCollaborationPrivacyBudgetsInput$;
5357
- exports.ListCollaborationPrivacyBudgetsOutput$ = ListCollaborationPrivacyBudgetsOutput$;
5358
- exports.ListCollaborations$ = ListCollaborations$;
5359
1825
  exports.ListCollaborationsCommand = ListCollaborationsCommand;
5360
- exports.ListCollaborationsInput$ = ListCollaborationsInput$;
5361
- exports.ListCollaborationsOutput$ = ListCollaborationsOutput$;
5362
- exports.ListConfiguredAudienceModelAssociations$ = ListConfiguredAudienceModelAssociations$;
5363
1826
  exports.ListConfiguredAudienceModelAssociationsCommand = ListConfiguredAudienceModelAssociationsCommand;
5364
- exports.ListConfiguredAudienceModelAssociationsInput$ = ListConfiguredAudienceModelAssociationsInput$;
5365
- exports.ListConfiguredAudienceModelAssociationsOutput$ = ListConfiguredAudienceModelAssociationsOutput$;
5366
- exports.ListConfiguredTableAssociations$ = ListConfiguredTableAssociations$;
5367
1827
  exports.ListConfiguredTableAssociationsCommand = ListConfiguredTableAssociationsCommand;
5368
- exports.ListConfiguredTableAssociationsInput$ = ListConfiguredTableAssociationsInput$;
5369
- exports.ListConfiguredTableAssociationsOutput$ = ListConfiguredTableAssociationsOutput$;
5370
- exports.ListConfiguredTables$ = ListConfiguredTables$;
5371
1828
  exports.ListConfiguredTablesCommand = ListConfiguredTablesCommand;
5372
- exports.ListConfiguredTablesInput$ = ListConfiguredTablesInput$;
5373
- exports.ListConfiguredTablesOutput$ = ListConfiguredTablesOutput$;
5374
- exports.ListIdMappingTables$ = ListIdMappingTables$;
5375
1829
  exports.ListIdMappingTablesCommand = ListIdMappingTablesCommand;
5376
- exports.ListIdMappingTablesInput$ = ListIdMappingTablesInput$;
5377
- exports.ListIdMappingTablesOutput$ = ListIdMappingTablesOutput$;
5378
- exports.ListIdNamespaceAssociations$ = ListIdNamespaceAssociations$;
5379
1830
  exports.ListIdNamespaceAssociationsCommand = ListIdNamespaceAssociationsCommand;
5380
- exports.ListIdNamespaceAssociationsInput$ = ListIdNamespaceAssociationsInput$;
5381
- exports.ListIdNamespaceAssociationsOutput$ = ListIdNamespaceAssociationsOutput$;
5382
- exports.ListMembers$ = ListMembers$;
5383
1831
  exports.ListMembersCommand = ListMembersCommand;
5384
- exports.ListMembersInput$ = ListMembersInput$;
5385
- exports.ListMembersOutput$ = ListMembersOutput$;
5386
- exports.ListMemberships$ = ListMemberships$;
5387
1832
  exports.ListMembershipsCommand = ListMembershipsCommand;
5388
- exports.ListMembershipsInput$ = ListMembershipsInput$;
5389
- exports.ListMembershipsOutput$ = ListMembershipsOutput$;
5390
- exports.ListPrivacyBudgetTemplates$ = ListPrivacyBudgetTemplates$;
5391
1833
  exports.ListPrivacyBudgetTemplatesCommand = ListPrivacyBudgetTemplatesCommand;
5392
- exports.ListPrivacyBudgetTemplatesInput$ = ListPrivacyBudgetTemplatesInput$;
5393
- exports.ListPrivacyBudgetTemplatesOutput$ = ListPrivacyBudgetTemplatesOutput$;
5394
- exports.ListPrivacyBudgets$ = ListPrivacyBudgets$;
5395
1834
  exports.ListPrivacyBudgetsCommand = ListPrivacyBudgetsCommand;
5396
- exports.ListPrivacyBudgetsInput$ = ListPrivacyBudgetsInput$;
5397
- exports.ListPrivacyBudgetsOutput$ = ListPrivacyBudgetsOutput$;
5398
- exports.ListProtectedJobs$ = ListProtectedJobs$;
5399
1835
  exports.ListProtectedJobsCommand = ListProtectedJobsCommand;
5400
- exports.ListProtectedJobsInput$ = ListProtectedJobsInput$;
5401
- exports.ListProtectedJobsOutput$ = ListProtectedJobsOutput$;
5402
- exports.ListProtectedQueries$ = ListProtectedQueries$;
5403
1836
  exports.ListProtectedQueriesCommand = ListProtectedQueriesCommand;
5404
- exports.ListProtectedQueriesInput$ = ListProtectedQueriesInput$;
5405
- exports.ListProtectedQueriesOutput$ = ListProtectedQueriesOutput$;
5406
- exports.ListSchemas$ = ListSchemas$;
5407
1837
  exports.ListSchemasCommand = ListSchemasCommand;
5408
- exports.ListSchemasInput$ = ListSchemasInput$;
5409
- exports.ListSchemasOutput$ = ListSchemasOutput$;
5410
- exports.ListTagsForResource$ = ListTagsForResource$;
5411
1838
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
5412
- exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
5413
- exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
5414
- exports.MLMemberAbilities$ = MLMemberAbilities$;
5415
- exports.MLPaymentConfig$ = MLPaymentConfig$;
5416
- exports.MLSyntheticDataParameters$ = MLSyntheticDataParameters$;
5417
1839
  exports.MemberAbility = MemberAbility;
5418
- exports.MemberChangeSpecification$ = MemberChangeSpecification$;
5419
- exports.MemberSpecification$ = MemberSpecification$;
5420
1840
  exports.MemberStatus = MemberStatus;
5421
- exports.MemberSummary$ = MemberSummary$;
5422
- exports.Membership$ = Membership$;
5423
- exports.MembershipJobComputePaymentConfig$ = MembershipJobComputePaymentConfig$;
5424
1841
  exports.MembershipJobLogStatus = MembershipJobLogStatus;
5425
- exports.MembershipMLPaymentConfig$ = MembershipMLPaymentConfig$;
5426
- exports.MembershipModelInferencePaymentConfig$ = MembershipModelInferencePaymentConfig$;
5427
- exports.MembershipModelTrainingPaymentConfig$ = MembershipModelTrainingPaymentConfig$;
5428
- exports.MembershipPaymentConfiguration$ = MembershipPaymentConfiguration$;
5429
- exports.MembershipProtectedJobOutputConfiguration$ = MembershipProtectedJobOutputConfiguration$;
5430
- exports.MembershipProtectedJobResultConfiguration$ = MembershipProtectedJobResultConfiguration$;
5431
- exports.MembershipProtectedQueryOutputConfiguration$ = MembershipProtectedQueryOutputConfiguration$;
5432
- exports.MembershipProtectedQueryResultConfiguration$ = MembershipProtectedQueryResultConfiguration$;
5433
- exports.MembershipQueryComputePaymentConfig$ = MembershipQueryComputePaymentConfig$;
5434
1842
  exports.MembershipQueryLogStatus = MembershipQueryLogStatus;
5435
1843
  exports.MembershipStatus = MembershipStatus;
5436
- exports.MembershipSummary$ = MembershipSummary$;
5437
- exports.MembershipSyntheticDataGenerationPaymentConfig$ = MembershipSyntheticDataGenerationPaymentConfig$;
5438
- exports.ModelInferencePaymentConfig$ = ModelInferencePaymentConfig$;
5439
- exports.ModelTrainingPaymentConfig$ = ModelTrainingPaymentConfig$;
5440
1844
  exports.ParameterType = ParameterType;
5441
- exports.PaymentConfiguration$ = PaymentConfiguration$;
5442
- exports.PopulateIdMappingTable$ = PopulateIdMappingTable$;
5443
1845
  exports.PopulateIdMappingTableCommand = PopulateIdMappingTableCommand;
5444
- exports.PopulateIdMappingTableInput$ = PopulateIdMappingTableInput$;
5445
- exports.PopulateIdMappingTableOutput$ = PopulateIdMappingTableOutput$;
5446
- exports.PreviewPrivacyImpact$ = PreviewPrivacyImpact$;
5447
1846
  exports.PreviewPrivacyImpactCommand = PreviewPrivacyImpactCommand;
5448
- exports.PreviewPrivacyImpactInput$ = PreviewPrivacyImpactInput$;
5449
- exports.PreviewPrivacyImpactOutput$ = PreviewPrivacyImpactOutput$;
5450
- exports.PreviewPrivacyImpactParametersInput$ = PreviewPrivacyImpactParametersInput$;
5451
- exports.PrivacyBudget$ = PrivacyBudget$;
5452
- exports.PrivacyBudgetSummary$ = PrivacyBudgetSummary$;
5453
- exports.PrivacyBudgetTemplate$ = PrivacyBudgetTemplate$;
5454
1847
  exports.PrivacyBudgetTemplateAutoRefresh = PrivacyBudgetTemplateAutoRefresh;
5455
- exports.PrivacyBudgetTemplateParametersInput$ = PrivacyBudgetTemplateParametersInput$;
5456
- exports.PrivacyBudgetTemplateParametersOutput$ = PrivacyBudgetTemplateParametersOutput$;
5457
- exports.PrivacyBudgetTemplateSummary$ = PrivacyBudgetTemplateSummary$;
5458
- exports.PrivacyBudgetTemplateUpdateParameters$ = PrivacyBudgetTemplateUpdateParameters$;
5459
1848
  exports.PrivacyBudgetType = PrivacyBudgetType;
5460
- exports.PrivacyImpact$ = PrivacyImpact$;
5461
- exports.ProtectedJob$ = ProtectedJob$;
5462
1849
  exports.ProtectedJobAnalysisType = ProtectedJobAnalysisType;
5463
- exports.ProtectedJobComputeConfiguration$ = ProtectedJobComputeConfiguration$;
5464
- exports.ProtectedJobConfigurationDetails$ = ProtectedJobConfigurationDetails$;
5465
- exports.ProtectedJobDirectAnalysisConfigurationDetails$ = ProtectedJobDirectAnalysisConfigurationDetails$;
5466
- exports.ProtectedJobError$ = ProtectedJobError$;
5467
- exports.ProtectedJobMemberOutputConfigurationInput$ = ProtectedJobMemberOutputConfigurationInput$;
5468
- exports.ProtectedJobMemberOutputConfigurationOutput$ = ProtectedJobMemberOutputConfigurationOutput$;
5469
- exports.ProtectedJobOutput$ = ProtectedJobOutput$;
5470
- exports.ProtectedJobOutputConfigurationInput$ = ProtectedJobOutputConfigurationInput$;
5471
- exports.ProtectedJobOutputConfigurationOutput$ = ProtectedJobOutputConfigurationOutput$;
5472
- exports.ProtectedJobParameters$ = ProtectedJobParameters$;
5473
- exports.ProtectedJobReceiverConfiguration$ = ProtectedJobReceiverConfiguration$;
5474
- exports.ProtectedJobResult$ = ProtectedJobResult$;
5475
- exports.ProtectedJobResultConfigurationInput$ = ProtectedJobResultConfigurationInput$;
5476
- exports.ProtectedJobResultConfigurationOutput$ = ProtectedJobResultConfigurationOutput$;
5477
- exports.ProtectedJobS3Output$ = ProtectedJobS3Output$;
5478
- exports.ProtectedJobS3OutputConfigurationInput$ = ProtectedJobS3OutputConfigurationInput$;
5479
- exports.ProtectedJobS3OutputConfigurationOutput$ = ProtectedJobS3OutputConfigurationOutput$;
5480
- exports.ProtectedJobSingleMemberOutput$ = ProtectedJobSingleMemberOutput$;
5481
- exports.ProtectedJobStatistics$ = ProtectedJobStatistics$;
5482
1850
  exports.ProtectedJobStatus = ProtectedJobStatus;
5483
- exports.ProtectedJobSummary$ = ProtectedJobSummary$;
5484
1851
  exports.ProtectedJobType = ProtectedJobType;
5485
- exports.ProtectedJobWorkerComputeConfiguration$ = ProtectedJobWorkerComputeConfiguration$;
5486
1852
  exports.ProtectedJobWorkerComputeType = ProtectedJobWorkerComputeType;
5487
- exports.ProtectedQuery$ = ProtectedQuery$;
5488
- exports.ProtectedQueryDistributeOutput$ = ProtectedQueryDistributeOutput$;
5489
- exports.ProtectedQueryDistributeOutputConfiguration$ = ProtectedQueryDistributeOutputConfiguration$;
5490
- exports.ProtectedQueryDistributeOutputConfigurationLocation$ = ProtectedQueryDistributeOutputConfigurationLocation$;
5491
- exports.ProtectedQueryError$ = ProtectedQueryError$;
5492
- exports.ProtectedQueryMemberOutputConfiguration$ = ProtectedQueryMemberOutputConfiguration$;
5493
- exports.ProtectedQueryOutput$ = ProtectedQueryOutput$;
5494
- exports.ProtectedQueryOutputConfiguration$ = ProtectedQueryOutputConfiguration$;
5495
- exports.ProtectedQueryResult$ = ProtectedQueryResult$;
5496
- exports.ProtectedQueryResultConfiguration$ = ProtectedQueryResultConfiguration$;
5497
- exports.ProtectedQueryS3Output$ = ProtectedQueryS3Output$;
5498
- exports.ProtectedQueryS3OutputConfiguration$ = ProtectedQueryS3OutputConfiguration$;
5499
- exports.ProtectedQuerySQLParameters$ = ProtectedQuerySQLParameters$;
5500
- exports.ProtectedQuerySingleMemberOutput$ = ProtectedQuerySingleMemberOutput$;
5501
- exports.ProtectedQueryStatistics$ = ProtectedQueryStatistics$;
5502
1853
  exports.ProtectedQueryStatus = ProtectedQueryStatus;
5503
- exports.ProtectedQuerySummary$ = ProtectedQuerySummary$;
5504
1854
  exports.ProtectedQueryType = ProtectedQueryType;
5505
- exports.QueryComputePaymentConfig$ = QueryComputePaymentConfig$;
5506
- exports.QueryConstraint$ = QueryConstraint$;
5507
- exports.QueryConstraintRequireOverlap$ = QueryConstraintRequireOverlap$;
5508
- exports.ReceiverConfiguration$ = ReceiverConfiguration$;
5509
- exports.ResourceNotFoundException = ResourceNotFoundException;
5510
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
5511
1855
  exports.ResourceType = ResourceType;
5512
1856
  exports.ResultFormat = ResultFormat;
5513
- exports.S3Location$ = S3Location$;
5514
1857
  exports.ScalarFunctions = ScalarFunctions;
5515
- exports.Schema$ = Schema$;
5516
- exports.SchemaAnalysisRuleRequest$ = SchemaAnalysisRuleRequest$;
5517
1858
  exports.SchemaConfiguration = SchemaConfiguration;
5518
1859
  exports.SchemaStatus = SchemaStatus;
5519
- exports.SchemaStatusDetail$ = SchemaStatusDetail$;
5520
- exports.SchemaStatusReason$ = SchemaStatusReason$;
5521
1860
  exports.SchemaStatusReasonCode = SchemaStatusReasonCode;
5522
- exports.SchemaSummary$ = SchemaSummary$;
5523
1861
  exports.SchemaType = SchemaType;
5524
- exports.SchemaTypeProperties$ = SchemaTypeProperties$;
5525
1862
  exports.SelectedAnalysisMethod = SelectedAnalysisMethod;
5526
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
5527
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
5528
- exports.SnowflakeTableReference$ = SnowflakeTableReference$;
5529
- exports.SnowflakeTableSchema$ = SnowflakeTableSchema$;
5530
- exports.SnowflakeTableSchemaV1$ = SnowflakeTableSchemaV1$;
5531
- exports.StartProtectedJob$ = StartProtectedJob$;
5532
1863
  exports.StartProtectedJobCommand = StartProtectedJobCommand;
5533
- exports.StartProtectedJobInput$ = StartProtectedJobInput$;
5534
- exports.StartProtectedJobOutput$ = StartProtectedJobOutput$;
5535
- exports.StartProtectedQuery$ = StartProtectedQuery$;
5536
1864
  exports.StartProtectedQueryCommand = StartProtectedQueryCommand;
5537
- exports.StartProtectedQueryInput$ = StartProtectedQueryInput$;
5538
- exports.StartProtectedQueryOutput$ = StartProtectedQueryOutput$;
5539
1865
  exports.SupportedS3Region = SupportedS3Region;
5540
- exports.SyntheticDataColumnProperties$ = SyntheticDataColumnProperties$;
5541
1866
  exports.SyntheticDataColumnType = SyntheticDataColumnType;
5542
- exports.SyntheticDataGenerationPaymentConfig$ = SyntheticDataGenerationPaymentConfig$;
5543
- exports.SyntheticDataParameters$ = SyntheticDataParameters$;
5544
- exports.TableReference$ = TableReference$;
5545
- exports.TagResource$ = TagResource$;
5546
1867
  exports.TagResourceCommand = TagResourceCommand;
5547
- exports.TagResourceInput$ = TagResourceInput$;
5548
- exports.TagResourceOutput$ = TagResourceOutput$;
5549
1868
  exports.TargetProtectedJobStatus = TargetProtectedJobStatus;
5550
1869
  exports.TargetProtectedQueryStatus = TargetProtectedQueryStatus;
5551
- exports.ThrottlingException = ThrottlingException;
5552
- exports.ThrottlingException$ = ThrottlingException$;
5553
- exports.UntagResource$ = UntagResource$;
5554
1870
  exports.UntagResourceCommand = UntagResourceCommand;
5555
- exports.UntagResourceInput$ = UntagResourceInput$;
5556
- exports.UntagResourceOutput$ = UntagResourceOutput$;
5557
- exports.UpdateAnalysisTemplate$ = UpdateAnalysisTemplate$;
5558
1871
  exports.UpdateAnalysisTemplateCommand = UpdateAnalysisTemplateCommand;
5559
- exports.UpdateAnalysisTemplateInput$ = UpdateAnalysisTemplateInput$;
5560
- exports.UpdateAnalysisTemplateOutput$ = UpdateAnalysisTemplateOutput$;
5561
- exports.UpdateCollaboration$ = UpdateCollaboration$;
5562
- exports.UpdateCollaborationChangeRequest$ = UpdateCollaborationChangeRequest$;
5563
1872
  exports.UpdateCollaborationChangeRequestCommand = UpdateCollaborationChangeRequestCommand;
5564
- exports.UpdateCollaborationChangeRequestInput$ = UpdateCollaborationChangeRequestInput$;
5565
- exports.UpdateCollaborationChangeRequestOutput$ = UpdateCollaborationChangeRequestOutput$;
5566
1873
  exports.UpdateCollaborationCommand = UpdateCollaborationCommand;
5567
- exports.UpdateCollaborationInput$ = UpdateCollaborationInput$;
5568
- exports.UpdateCollaborationOutput$ = UpdateCollaborationOutput$;
5569
- exports.UpdateConfiguredAudienceModelAssociation$ = UpdateConfiguredAudienceModelAssociation$;
5570
1874
  exports.UpdateConfiguredAudienceModelAssociationCommand = UpdateConfiguredAudienceModelAssociationCommand;
5571
- exports.UpdateConfiguredAudienceModelAssociationInput$ = UpdateConfiguredAudienceModelAssociationInput$;
5572
- exports.UpdateConfiguredAudienceModelAssociationOutput$ = UpdateConfiguredAudienceModelAssociationOutput$;
5573
- exports.UpdateConfiguredTable$ = UpdateConfiguredTable$;
5574
- exports.UpdateConfiguredTableAnalysisRule$ = UpdateConfiguredTableAnalysisRule$;
5575
1875
  exports.UpdateConfiguredTableAnalysisRuleCommand = UpdateConfiguredTableAnalysisRuleCommand;
5576
- exports.UpdateConfiguredTableAnalysisRuleInput$ = UpdateConfiguredTableAnalysisRuleInput$;
5577
- exports.UpdateConfiguredTableAnalysisRuleOutput$ = UpdateConfiguredTableAnalysisRuleOutput$;
5578
- exports.UpdateConfiguredTableAssociation$ = UpdateConfiguredTableAssociation$;
5579
- exports.UpdateConfiguredTableAssociationAnalysisRule$ = UpdateConfiguredTableAssociationAnalysisRule$;
5580
1876
  exports.UpdateConfiguredTableAssociationAnalysisRuleCommand = UpdateConfiguredTableAssociationAnalysisRuleCommand;
5581
- exports.UpdateConfiguredTableAssociationAnalysisRuleInput$ = UpdateConfiguredTableAssociationAnalysisRuleInput$;
5582
- exports.UpdateConfiguredTableAssociationAnalysisRuleOutput$ = UpdateConfiguredTableAssociationAnalysisRuleOutput$;
5583
1877
  exports.UpdateConfiguredTableAssociationCommand = UpdateConfiguredTableAssociationCommand;
5584
- exports.UpdateConfiguredTableAssociationInput$ = UpdateConfiguredTableAssociationInput$;
5585
- exports.UpdateConfiguredTableAssociationOutput$ = UpdateConfiguredTableAssociationOutput$;
5586
1878
  exports.UpdateConfiguredTableCommand = UpdateConfiguredTableCommand;
5587
- exports.UpdateConfiguredTableInput$ = UpdateConfiguredTableInput$;
5588
- exports.UpdateConfiguredTableOutput$ = UpdateConfiguredTableOutput$;
5589
- exports.UpdateIdMappingTable$ = UpdateIdMappingTable$;
5590
1879
  exports.UpdateIdMappingTableCommand = UpdateIdMappingTableCommand;
5591
- exports.UpdateIdMappingTableInput$ = UpdateIdMappingTableInput$;
5592
- exports.UpdateIdMappingTableOutput$ = UpdateIdMappingTableOutput$;
5593
- exports.UpdateIdNamespaceAssociation$ = UpdateIdNamespaceAssociation$;
5594
1880
  exports.UpdateIdNamespaceAssociationCommand = UpdateIdNamespaceAssociationCommand;
5595
- exports.UpdateIdNamespaceAssociationInput$ = UpdateIdNamespaceAssociationInput$;
5596
- exports.UpdateIdNamespaceAssociationOutput$ = UpdateIdNamespaceAssociationOutput$;
5597
- exports.UpdateMembership$ = UpdateMembership$;
5598
1881
  exports.UpdateMembershipCommand = UpdateMembershipCommand;
5599
- exports.UpdateMembershipInput$ = UpdateMembershipInput$;
5600
- exports.UpdateMembershipOutput$ = UpdateMembershipOutput$;
5601
- exports.UpdatePrivacyBudgetTemplate$ = UpdatePrivacyBudgetTemplate$;
5602
1882
  exports.UpdatePrivacyBudgetTemplateCommand = UpdatePrivacyBudgetTemplateCommand;
5603
- exports.UpdatePrivacyBudgetTemplateInput$ = UpdatePrivacyBudgetTemplateInput$;
5604
- exports.UpdatePrivacyBudgetTemplateOutput$ = UpdatePrivacyBudgetTemplateOutput$;
5605
- exports.UpdateProtectedJob$ = UpdateProtectedJob$;
5606
1883
  exports.UpdateProtectedJobCommand = UpdateProtectedJobCommand;
5607
- exports.UpdateProtectedJobInput$ = UpdateProtectedJobInput$;
5608
- exports.UpdateProtectedJobOutput$ = UpdateProtectedJobOutput$;
5609
- exports.UpdateProtectedQuery$ = UpdateProtectedQuery$;
5610
1884
  exports.UpdateProtectedQueryCommand = UpdateProtectedQueryCommand;
5611
- exports.UpdateProtectedQueryInput$ = UpdateProtectedQueryInput$;
5612
- exports.UpdateProtectedQueryOutput$ = UpdateProtectedQueryOutput$;
5613
- exports.ValidationException = ValidationException;
5614
- exports.ValidationException$ = ValidationException$;
5615
- exports.ValidationExceptionField$ = ValidationExceptionField$;
5616
1885
  exports.ValidationExceptionReason = ValidationExceptionReason;
5617
- exports.WorkerComputeConfiguration$ = WorkerComputeConfiguration$;
5618
- exports.WorkerComputeConfigurationProperties$ = WorkerComputeConfigurationProperties$;
5619
1886
  exports.WorkerComputeType = WorkerComputeType;
5620
1887
  exports.paginateListAnalysisTemplates = paginateListAnalysisTemplates;
5621
1888
  exports.paginateListCollaborationAnalysisTemplates = paginateListCollaborationAnalysisTemplates;
@@ -5637,3 +1904,15 @@ exports.paginateListPrivacyBudgets = paginateListPrivacyBudgets;
5637
1904
  exports.paginateListProtectedJobs = paginateListProtectedJobs;
5638
1905
  exports.paginateListProtectedQueries = paginateListProtectedQueries;
5639
1906
  exports.paginateListSchemas = paginateListSchemas;
1907
+ Object.keys(schemas_0).forEach(function (k) {
1908
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1909
+ enumerable: true,
1910
+ get: function () { return schemas_0[k]; }
1911
+ });
1912
+ });
1913
+ Object.keys(errors).forEach(function (k) {
1914
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1915
+ enumerable: true,
1916
+ get: function () { return errors[k]; }
1917
+ });
1918
+ });