@aws-sdk/client-cleanrooms 3.929.0 → 3.931.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.
@@ -49,11 +49,14 @@ export declare namespace MembershipProtectedQueryOutputConfiguration {
49
49
  s3?: never;
50
50
  $unknown: [string, any];
51
51
  }
52
+ /**
53
+ * @deprecated unused in schema-serde mode.
54
+ *
55
+ */
52
56
  interface Visitor<T> {
53
57
  s3: (value: ProtectedQueryS3OutputConfiguration) => T;
54
58
  _: (name: string, value: any) => T;
55
59
  }
56
- const visit: <T>(value: MembershipProtectedQueryOutputConfiguration, visitor: Visitor<T>) => T;
57
60
  }
58
61
  /**
59
62
  * <p>Contains configurations for protected query results.</p>
@@ -432,11 +435,14 @@ export declare namespace ProtectedJobComputeConfiguration {
432
435
  worker?: never;
433
436
  $unknown: [string, any];
434
437
  }
438
+ /**
439
+ * @deprecated unused in schema-serde mode.
440
+ *
441
+ */
435
442
  interface Visitor<T> {
436
443
  worker: (value: ProtectedJobWorkerComputeConfiguration) => T;
437
444
  _: (name: string, value: any) => T;
438
445
  }
439
- const visit: <T>(value: ProtectedJobComputeConfiguration, visitor: Visitor<T>) => T;
440
446
  }
441
447
  /**
442
448
  * <p>The protected job error.</p>
@@ -522,12 +528,15 @@ export declare namespace ProtectedJobOutput {
522
528
  memberList?: never;
523
529
  $unknown: [string, any];
524
530
  }
531
+ /**
532
+ * @deprecated unused in schema-serde mode.
533
+ *
534
+ */
525
535
  interface Visitor<T> {
526
536
  s3: (value: ProtectedJobS3Output) => T;
527
537
  memberList: (value: ProtectedJobSingleMemberOutput[]) => T;
528
538
  _: (name: string, value: any) => T;
529
539
  }
530
- const visit: <T>(value: ProtectedJobOutput, visitor: Visitor<T>) => T;
531
540
  }
532
541
  /**
533
542
  * <p>Details about the job results.</p>
@@ -602,12 +611,15 @@ export declare namespace ProtectedJobOutputConfigurationOutput {
602
611
  member?: never;
603
612
  $unknown: [string, any];
604
613
  }
614
+ /**
615
+ * @deprecated unused in schema-serde mode.
616
+ *
617
+ */
605
618
  interface Visitor<T> {
606
619
  s3: (value: ProtectedJobS3OutputConfigurationOutput) => T;
607
620
  member: (value: ProtectedJobMemberOutputConfigurationOutput) => T;
608
621
  _: (name: string, value: any) => T;
609
622
  }
610
- const visit: <T>(value: ProtectedJobOutputConfigurationOutput, visitor: Visitor<T>) => T;
611
623
  }
612
624
  /**
613
625
  * <p>The output configuration for a protected job result.</p>
@@ -773,11 +785,14 @@ export declare namespace WorkerComputeConfigurationProperties {
773
785
  spark?: never;
774
786
  $unknown: [string, any];
775
787
  }
788
+ /**
789
+ * @deprecated unused in schema-serde mode.
790
+ *
791
+ */
776
792
  interface Visitor<T> {
777
793
  spark: (value: Record<string, string>) => T;
778
794
  _: (name: string, value: any) => T;
779
795
  }
780
- const visit: <T>(value: WorkerComputeConfigurationProperties, visitor: Visitor<T>) => T;
781
796
  }
782
797
  /**
783
798
  * @public
@@ -836,11 +851,14 @@ export declare namespace ComputeConfiguration {
836
851
  worker?: never;
837
852
  $unknown: [string, any];
838
853
  }
854
+ /**
855
+ * @deprecated unused in schema-serde mode.
856
+ *
857
+ */
839
858
  interface Visitor<T> {
840
859
  worker: (value: WorkerComputeConfiguration) => T;
841
860
  _: (name: string, value: any) => T;
842
861
  }
843
- const visit: <T>(value: ComputeConfiguration, visitor: Visitor<T>) => T;
844
862
  }
845
863
  /**
846
864
  * <p>Provides the sensitivity parameters.</p>
@@ -986,13 +1004,16 @@ export declare namespace ProtectedQueryOutput {
986
1004
  distribute?: never;
987
1005
  $unknown: [string, any];
988
1006
  }
1007
+ /**
1008
+ * @deprecated unused in schema-serde mode.
1009
+ *
1010
+ */
989
1011
  interface Visitor<T> {
990
1012
  s3: (value: ProtectedQueryS3Output) => T;
991
1013
  memberList: (value: ProtectedQuerySingleMemberOutput[]) => T;
992
1014
  distribute: (value: ProtectedQueryDistributeOutput) => T;
993
1015
  _: (name: string, value: any) => T;
994
1016
  }
995
- const visit: <T>(value: ProtectedQueryOutput, visitor: Visitor<T>) => T;
996
1017
  }
997
1018
  /**
998
1019
  * <p>Details about the query results.</p>
@@ -1051,12 +1072,15 @@ export declare namespace ProtectedQueryDistributeOutputConfigurationLocation {
1051
1072
  member?: never;
1052
1073
  $unknown: [string, any];
1053
1074
  }
1075
+ /**
1076
+ * @deprecated unused in schema-serde mode.
1077
+ *
1078
+ */
1054
1079
  interface Visitor<T> {
1055
1080
  s3: (value: ProtectedQueryS3OutputConfiguration) => T;
1056
1081
  member: (value: ProtectedQueryMemberOutputConfiguration) => T;
1057
1082
  _: (name: string, value: any) => T;
1058
1083
  }
1059
- const visit: <T>(value: ProtectedQueryDistributeOutputConfigurationLocation, visitor: Visitor<T>) => T;
1060
1084
  }
1061
1085
  /**
1062
1086
  * <p> Specifies the configuration for distributing protected query results to multiple receivers, including S3 and collaboration members.</p>
@@ -1117,13 +1141,16 @@ export declare namespace ProtectedQueryOutputConfiguration {
1117
1141
  distribute?: never;
1118
1142
  $unknown: [string, any];
1119
1143
  }
1144
+ /**
1145
+ * @deprecated unused in schema-serde mode.
1146
+ *
1147
+ */
1120
1148
  interface Visitor<T> {
1121
1149
  s3: (value: ProtectedQueryS3OutputConfiguration) => T;
1122
1150
  member: (value: ProtectedQueryMemberOutputConfiguration) => T;
1123
1151
  distribute: (value: ProtectedQueryDistributeOutputConfiguration) => T;
1124
1152
  _: (name: string, value: any) => T;
1125
1153
  }
1126
- const visit: <T>(value: ProtectedQueryOutputConfiguration, visitor: Visitor<T>) => T;
1127
1154
  }
1128
1155
  /**
1129
1156
  * <p>Contains configurations for protected query results.</p>
@@ -1560,11 +1587,14 @@ export declare namespace ProtectedJobConfigurationDetails {
1560
1587
  directAnalysisConfigurationDetails?: never;
1561
1588
  $unknown: [string, any];
1562
1589
  }
1590
+ /**
1591
+ * @deprecated unused in schema-serde mode.
1592
+ *
1593
+ */
1563
1594
  interface Visitor<T> {
1564
1595
  directAnalysisConfigurationDetails: (value: ProtectedJobDirectAnalysisConfigurationDetails) => T;
1565
1596
  _: (name: string, value: any) => T;
1566
1597
  }
1567
- const visit: <T>(value: ProtectedJobConfigurationDetails, visitor: Visitor<T>) => T;
1568
1598
  }
1569
1599
  /**
1570
1600
  * <p>The protected job receiver configuration.</p>
@@ -1693,11 +1723,14 @@ export declare namespace ConfigurationDetails {
1693
1723
  directAnalysisConfigurationDetails?: never;
1694
1724
  $unknown: [string, any];
1695
1725
  }
1726
+ /**
1727
+ * @deprecated unused in schema-serde mode.
1728
+ *
1729
+ */
1696
1730
  interface Visitor<T> {
1697
1731
  directAnalysisConfigurationDetails: (value: DirectAnalysisConfigurationDetails) => T;
1698
1732
  _: (name: string, value: any) => T;
1699
1733
  }
1700
- const visit: <T>(value: ConfigurationDetails, visitor: Visitor<T>) => T;
1701
1734
  }
1702
1735
  /**
1703
1736
  * <p> The receiver configuration for a protected query.</p>
@@ -1806,11 +1839,14 @@ export declare namespace PreviewPrivacyImpactParametersInput {
1806
1839
  differentialPrivacy?: never;
1807
1840
  $unknown: [string, any];
1808
1841
  }
1842
+ /**
1843
+ * @deprecated unused in schema-serde mode.
1844
+ *
1845
+ */
1809
1846
  interface Visitor<T> {
1810
1847
  differentialPrivacy: (value: DifferentialPrivacyPreviewParametersInput) => T;
1811
1848
  _: (name: string, value: any) => T;
1812
1849
  }
1813
- const visit: <T>(value: PreviewPrivacyImpactParametersInput, visitor: Visitor<T>) => T;
1814
1850
  }
1815
1851
  /**
1816
1852
  * @public
@@ -1878,11 +1914,14 @@ export declare namespace PrivacyImpact {
1878
1914
  differentialPrivacy?: never;
1879
1915
  $unknown: [string, any];
1880
1916
  }
1917
+ /**
1918
+ * @deprecated unused in schema-serde mode.
1919
+ *
1920
+ */
1881
1921
  interface Visitor<T> {
1882
1922
  differentialPrivacy: (value: DifferentialPrivacyPrivacyImpact) => T;
1883
1923
  _: (name: string, value: any) => T;
1884
1924
  }
1885
- const visit: <T>(value: PrivacyImpact, visitor: Visitor<T>) => T;
1886
1925
  }
1887
1926
  /**
1888
1927
  * @public
@@ -1929,11 +1968,14 @@ export declare namespace ProtectedJobOutputConfigurationInput {
1929
1968
  member?: never;
1930
1969
  $unknown: [string, any];
1931
1970
  }
1971
+ /**
1972
+ * @deprecated unused in schema-serde mode.
1973
+ *
1974
+ */
1932
1975
  interface Visitor<T> {
1933
1976
  member: (value: ProtectedJobMemberOutputConfigurationInput) => T;
1934
1977
  _: (name: string, value: any) => T;
1935
1978
  }
1936
- const visit: <T>(value: ProtectedJobOutputConfigurationInput, visitor: Visitor<T>) => T;
1937
1979
  }
1938
1980
  /**
1939
1981
  * <p>The protected job result configuration input.</p>
@@ -2221,12 +2263,15 @@ export declare namespace PrivacyBudgetTemplateParametersInput {
2221
2263
  accessBudget?: never;
2222
2264
  $unknown: [string, any];
2223
2265
  }
2266
+ /**
2267
+ * @deprecated unused in schema-serde mode.
2268
+ *
2269
+ */
2224
2270
  interface Visitor<T> {
2225
2271
  differentialPrivacy: (value: DifferentialPrivacyTemplateParametersInput) => T;
2226
2272
  accessBudget: (value: AccessBudgetsPrivacyTemplateParametersInput) => T;
2227
2273
  _: (name: string, value: any) => T;
2228
2274
  }
2229
- const visit: <T>(value: PrivacyBudgetTemplateParametersInput, visitor: Visitor<T>) => T;
2230
2275
  }
2231
2276
  /**
2232
2277
  * @public
@@ -2511,12 +2556,15 @@ export declare namespace PrivacyBudgetTemplateUpdateParameters {
2511
2556
  accessBudget?: never;
2512
2557
  $unknown: [string, any];
2513
2558
  }
2559
+ /**
2560
+ * @deprecated unused in schema-serde mode.
2561
+ *
2562
+ */
2514
2563
  interface Visitor<T> {
2515
2564
  differentialPrivacy: (value: DifferentialPrivacyTemplateUpdateParameters) => T;
2516
2565
  accessBudget: (value: AccessBudgetsPrivacyTemplateUpdateParameters) => T;
2517
2566
  _: (name: string, value: any) => T;
2518
2567
  }
2519
- const visit: <T>(value: PrivacyBudgetTemplateUpdateParameters, visitor: Visitor<T>) => T;
2520
2568
  }
2521
2569
  /**
2522
2570
  * @public
@@ -223,10 +223,6 @@ export declare namespace ConfiguredTableAssociationAnalysisRulePolicyV1 {
223
223
  custom: (value: ConfiguredTableAssociationAnalysisRuleCustom) => T;
224
224
  _: (name: string, value: any) => T;
225
225
  }
226
- const visit: <T>(
227
- value: ConfiguredTableAssociationAnalysisRulePolicyV1,
228
- visitor: Visitor<T>
229
- ) => T;
230
226
  }
231
227
  export type ConfiguredTableAssociationAnalysisRulePolicy =
232
228
  | ConfiguredTableAssociationAnalysisRulePolicy.V1Member
@@ -244,10 +240,6 @@ export declare namespace ConfiguredTableAssociationAnalysisRulePolicy {
244
240
  v1: (value: ConfiguredTableAssociationAnalysisRulePolicyV1) => T;
245
241
  _: (name: string, value: any) => T;
246
242
  }
247
- const visit: <T>(
248
- value: ConfiguredTableAssociationAnalysisRulePolicy,
249
- visitor: Visitor<T>
250
- ) => T;
251
243
  }
252
244
  export declare const JoinOperator: {
253
245
  readonly AND: "AND";
@@ -358,7 +350,6 @@ export declare namespace ConsolidatedPolicyV1 {
358
350
  custom: (value: ConsolidatedPolicyCustom) => T;
359
351
  _: (name: string, value: any) => T;
360
352
  }
361
- const visit: <T>(value: ConsolidatedPolicyV1, visitor: Visitor<T>) => T;
362
353
  }
363
354
  export type ConsolidatedPolicy =
364
355
  | ConsolidatedPolicy.V1Member
@@ -376,7 +367,6 @@ export declare namespace ConsolidatedPolicy {
376
367
  v1: (value: ConsolidatedPolicyV1) => T;
377
368
  _: (name: string, value: any) => T;
378
369
  }
379
- const visit: <T>(value: ConsolidatedPolicy, visitor: Visitor<T>) => T;
380
370
  }
381
371
  export interface AnalysisRuleAggregation {
382
372
  aggregateColumns: AggregateColumn[] | undefined;
@@ -414,7 +404,6 @@ export declare namespace QueryConstraint {
414
404
  requireOverlap: (value: QueryConstraintRequireOverlap) => T;
415
405
  _: (name: string, value: any) => T;
416
406
  }
417
- const visit: <T>(value: QueryConstraint, visitor: Visitor<T>) => T;
418
407
  }
419
408
  export interface AnalysisRuleIdMappingTable {
420
409
  joinColumns: string[] | undefined;
@@ -476,7 +465,6 @@ export declare namespace AnalysisRulePolicyV1 {
476
465
  idMappingTable: (value: AnalysisRuleIdMappingTable) => T;
477
466
  _: (name: string, value: any) => T;
478
467
  }
479
- const visit: <T>(value: AnalysisRulePolicyV1, visitor: Visitor<T>) => T;
480
468
  }
481
469
  export type AnalysisRulePolicy =
482
470
  | AnalysisRulePolicy.V1Member
@@ -494,7 +482,6 @@ export declare namespace AnalysisRulePolicy {
494
482
  v1: (value: AnalysisRulePolicyV1) => T;
495
483
  _: (name: string, value: any) => T;
496
484
  }
497
- const visit: <T>(value: AnalysisRulePolicy, visitor: Visitor<T>) => T;
498
485
  }
499
486
  export declare const AnalysisRuleType: {
500
487
  readonly AGGREGATION: "AGGREGATION";
@@ -556,7 +543,6 @@ export declare namespace AnalysisSource {
556
543
  artifacts: (value: AnalysisTemplateArtifacts) => T;
557
544
  _: (name: string, value: any) => T;
558
545
  }
559
- const visit: <T>(value: AnalysisSource, visitor: Visitor<T>) => T;
560
546
  }
561
547
  export interface Hash {
562
548
  sha256?: string | undefined;
@@ -581,7 +567,6 @@ export declare namespace AnalysisSourceMetadata {
581
567
  artifacts: (value: AnalysisTemplateArtifactMetadata) => T;
582
568
  _: (name: string, value: any) => T;
583
569
  }
584
- const visit: <T>(value: AnalysisSourceMetadata, visitor: Visitor<T>) => T;
585
570
  }
586
571
  export declare const ErrorMessageType: {
587
572
  readonly DETAILED: "DETAILED";
@@ -929,7 +914,6 @@ export declare namespace SchemaTypeProperties {
929
914
  idMappingTable: (value: IdMappingTableSchemaTypeProperties) => T;
930
915
  _: (name: string, value: any) => T;
931
916
  }
932
- const visit: <T>(value: SchemaTypeProperties, visitor: Visitor<T>) => T;
933
917
  }
934
918
  export declare const SelectedAnalysisMethod: {
935
919
  readonly DIRECT_JOB: "DIRECT_JOB";
@@ -1109,7 +1093,6 @@ export declare namespace ChangeSpecification {
1109
1093
  member: (value: MemberChangeSpecification) => T;
1110
1094
  _: (name: string, value: any) => T;
1111
1095
  }
1112
- const visit: <T>(value: ChangeSpecification, visitor: Visitor<T>) => T;
1113
1096
  }
1114
1097
  export declare const ChangeSpecificationType: {
1115
1098
  readonly MEMBER: "MEMBER";
@@ -1281,10 +1264,6 @@ export declare namespace PrivacyBudgetTemplateParametersOutput {
1281
1264
  accessBudget: (value: AccessBudgetsPrivacyTemplateParametersOutput) => T;
1282
1265
  _: (name: string, value: any) => T;
1283
1266
  }
1284
- const visit: <T>(
1285
- value: PrivacyBudgetTemplateParametersOutput,
1286
- visitor: Visitor<T>
1287
- ) => T;
1288
1267
  }
1289
1268
  export declare const PrivacyBudgetType: {
1290
1269
  readonly ACCESS_BUDGET: "ACCESS_BUDGET";
@@ -1468,7 +1447,6 @@ export declare namespace PrivacyBudget {
1468
1447
  accessBudget: (value: AccessBudget) => T;
1469
1448
  _: (name: string, value: any) => T;
1470
1449
  }
1471
- const visit: <T>(value: PrivacyBudget, visitor: Visitor<T>) => T;
1472
1450
  }
1473
1451
  export interface CollaborationPrivacyBudgetSummary {
1474
1452
  id: string | undefined;
@@ -1807,7 +1785,6 @@ export declare namespace SnowflakeTableSchema {
1807
1785
  v1: (value: SnowflakeTableSchemaV1[]) => T;
1808
1786
  _: (name: string, value: any) => T;
1809
1787
  }
1810
- const visit: <T>(value: SnowflakeTableSchema, visitor: Visitor<T>) => T;
1811
1788
  }
1812
1789
  export interface SnowflakeTableReference {
1813
1790
  secretArn: string | undefined;
@@ -1853,7 +1830,6 @@ export declare namespace TableReference {
1853
1830
  athena: (value: AthenaTableReference) => T;
1854
1831
  _: (name: string, value: any) => T;
1855
1832
  }
1856
- const visit: <T>(value: TableReference, visitor: Visitor<T>) => T;
1857
1833
  }
1858
1834
  export interface CreateConfiguredTableInput {
1859
1835
  name: string | undefined;
@@ -1923,10 +1899,6 @@ export declare namespace ConfiguredTableAnalysisRulePolicyV1 {
1923
1899
  custom: (value: AnalysisRuleCustom) => T;
1924
1900
  _: (name: string, value: any) => T;
1925
1901
  }
1926
- const visit: <T>(
1927
- value: ConfiguredTableAnalysisRulePolicyV1,
1928
- visitor: Visitor<T>
1929
- ) => T;
1930
1902
  }
1931
1903
  export type ConfiguredTableAnalysisRulePolicy =
1932
1904
  | ConfiguredTableAnalysisRulePolicy.V1Member
@@ -1944,10 +1916,6 @@ export declare namespace ConfiguredTableAnalysisRulePolicy {
1944
1916
  v1: (value: ConfiguredTableAnalysisRulePolicyV1) => T;
1945
1917
  _: (name: string, value: any) => T;
1946
1918
  }
1947
- const visit: <T>(
1948
- value: ConfiguredTableAnalysisRulePolicy,
1949
- visitor: Visitor<T>
1950
- ) => T;
1951
1919
  }
1952
1920
  export interface CreateConfiguredTableAnalysisRuleInput {
1953
1921
  configuredTableIdentifier: string | undefined;
@@ -2216,10 +2184,6 @@ export declare namespace MembershipProtectedJobOutputConfiguration {
2216
2184
  s3: (value: ProtectedJobS3OutputConfigurationInput) => T;
2217
2185
  _: (name: string, value: any) => T;
2218
2186
  }
2219
- const visit: <T>(
2220
- value: MembershipProtectedJobOutputConfiguration,
2221
- visitor: Visitor<T>
2222
- ) => T;
2223
2187
  }
2224
2188
  export interface MembershipProtectedJobResultConfiguration {
2225
2189
  outputConfiguration: MembershipProtectedJobOutputConfiguration | undefined;
@@ -34,10 +34,6 @@ export declare namespace MembershipProtectedQueryOutputConfiguration {
34
34
  s3: (value: ProtectedQueryS3OutputConfiguration) => T;
35
35
  _: (name: string, value: any) => T;
36
36
  }
37
- const visit: <T>(
38
- value: MembershipProtectedQueryOutputConfiguration,
39
- visitor: Visitor<T>
40
- ) => T;
41
37
  }
42
38
  export interface MembershipProtectedQueryResultConfiguration {
43
39
  outputConfiguration: MembershipProtectedQueryOutputConfiguration | undefined;
@@ -162,10 +158,6 @@ export declare namespace ProtectedJobComputeConfiguration {
162
158
  worker: (value: ProtectedJobWorkerComputeConfiguration) => T;
163
159
  _: (name: string, value: any) => T;
164
160
  }
165
- const visit: <T>(
166
- value: ProtectedJobComputeConfiguration,
167
- visitor: Visitor<T>
168
- ) => T;
169
161
  }
170
162
  export interface ProtectedJobError {
171
163
  message: string | undefined;
@@ -205,7 +197,6 @@ export declare namespace ProtectedJobOutput {
205
197
  memberList: (value: ProtectedJobSingleMemberOutput[]) => T;
206
198
  _: (name: string, value: any) => T;
207
199
  }
208
- const visit: <T>(value: ProtectedJobOutput, visitor: Visitor<T>) => T;
209
200
  }
210
201
  export interface ProtectedJobResult {
211
202
  output: ProtectedJobOutput | undefined;
@@ -242,10 +233,6 @@ export declare namespace ProtectedJobOutputConfigurationOutput {
242
233
  member: (value: ProtectedJobMemberOutputConfigurationOutput) => T;
243
234
  _: (name: string, value: any) => T;
244
235
  }
245
- const visit: <T>(
246
- value: ProtectedJobOutputConfigurationOutput,
247
- visitor: Visitor<T>
248
- ) => T;
249
236
  }
250
237
  export interface ProtectedJobResultConfigurationOutput {
251
238
  outputConfiguration: ProtectedJobOutputConfigurationOutput | undefined;
@@ -303,10 +290,6 @@ export declare namespace WorkerComputeConfigurationProperties {
303
290
  spark: (value: Record<string, string>) => T;
304
291
  _: (name: string, value: any) => T;
305
292
  }
306
- const visit: <T>(
307
- value: WorkerComputeConfigurationProperties,
308
- visitor: Visitor<T>
309
- ) => T;
310
293
  }
311
294
  export declare const WorkerComputeType: {
312
295
  readonly CR1X: "CR.1X";
@@ -335,7 +318,6 @@ export declare namespace ComputeConfiguration {
335
318
  worker: (value: WorkerComputeConfiguration) => T;
336
319
  _: (name: string, value: any) => T;
337
320
  }
338
- const visit: <T>(value: ComputeConfiguration, visitor: Visitor<T>) => T;
339
321
  }
340
322
  export interface DifferentialPrivacySensitivityParameters {
341
323
  aggregationType: DifferentialPrivacyAggregationType | undefined;
@@ -397,7 +379,6 @@ export declare namespace ProtectedQueryOutput {
397
379
  distribute: (value: ProtectedQueryDistributeOutput) => T;
398
380
  _: (name: string, value: any) => T;
399
381
  }
400
- const visit: <T>(value: ProtectedQueryOutput, visitor: Visitor<T>) => T;
401
382
  }
402
383
  export interface ProtectedQueryResult {
403
384
  output: ProtectedQueryOutput | undefined;
@@ -430,10 +411,6 @@ export declare namespace ProtectedQueryDistributeOutputConfigurationLocation {
430
411
  member: (value: ProtectedQueryMemberOutputConfiguration) => T;
431
412
  _: (name: string, value: any) => T;
432
413
  }
433
- const visit: <T>(
434
- value: ProtectedQueryDistributeOutputConfigurationLocation,
435
- visitor: Visitor<T>
436
- ) => T;
437
414
  }
438
415
  export interface ProtectedQueryDistributeOutputConfiguration {
439
416
  locations: ProtectedQueryDistributeOutputConfigurationLocation[] | undefined;
@@ -474,10 +451,6 @@ export declare namespace ProtectedQueryOutputConfiguration {
474
451
  distribute: (value: ProtectedQueryDistributeOutputConfiguration) => T;
475
452
  _: (name: string, value: any) => T;
476
453
  }
477
- const visit: <T>(
478
- value: ProtectedQueryOutputConfiguration,
479
- visitor: Visitor<T>
480
- ) => T;
481
454
  }
482
455
  export interface ProtectedQueryResultConfiguration {
483
456
  outputConfiguration: ProtectedQueryOutputConfiguration | undefined;
@@ -602,10 +575,6 @@ export declare namespace ProtectedJobConfigurationDetails {
602
575
  ) => T;
603
576
  _: (name: string, value: any) => T;
604
577
  }
605
- const visit: <T>(
606
- value: ProtectedJobConfigurationDetails,
607
- visitor: Visitor<T>
608
- ) => T;
609
578
  }
610
579
  export interface ProtectedJobReceiverConfiguration {
611
580
  analysisType: ProtectedJobAnalysisType | undefined;
@@ -650,7 +619,6 @@ export declare namespace ConfigurationDetails {
650
619
  ) => T;
651
620
  _: (name: string, value: any) => T;
652
621
  }
653
- const visit: <T>(value: ConfigurationDetails, visitor: Visitor<T>) => T;
654
622
  }
655
623
  export interface ReceiverConfiguration {
656
624
  analysisType: AnalysisType | undefined;
@@ -690,10 +658,6 @@ export declare namespace PreviewPrivacyImpactParametersInput {
690
658
  ) => T;
691
659
  _: (name: string, value: any) => T;
692
660
  }
693
- const visit: <T>(
694
- value: PreviewPrivacyImpactParametersInput,
695
- visitor: Visitor<T>
696
- ) => T;
697
661
  }
698
662
  export interface PreviewPrivacyImpactInput {
699
663
  membershipIdentifier: string | undefined;
@@ -722,7 +686,6 @@ export declare namespace PrivacyImpact {
722
686
  differentialPrivacy: (value: DifferentialPrivacyPrivacyImpact) => T;
723
687
  _: (name: string, value: any) => T;
724
688
  }
725
- const visit: <T>(value: PrivacyImpact, visitor: Visitor<T>) => T;
726
689
  }
727
690
  export interface PreviewPrivacyImpactOutput {
728
691
  privacyImpact: PrivacyImpact | undefined;
@@ -746,10 +709,6 @@ export declare namespace ProtectedJobOutputConfigurationInput {
746
709
  member: (value: ProtectedJobMemberOutputConfigurationInput) => T;
747
710
  _: (name: string, value: any) => T;
748
711
  }
749
- const visit: <T>(
750
- value: ProtectedJobOutputConfigurationInput,
751
- visitor: Visitor<T>
752
- ) => T;
753
712
  }
754
713
  export interface ProtectedJobResultConfigurationInput {
755
714
  outputConfiguration: ProtectedJobOutputConfigurationInput | undefined;
@@ -855,10 +814,6 @@ export declare namespace PrivacyBudgetTemplateParametersInput {
855
814
  accessBudget: (value: AccessBudgetsPrivacyTemplateParametersInput) => T;
856
815
  _: (name: string, value: any) => T;
857
816
  }
858
- const visit: <T>(
859
- value: PrivacyBudgetTemplateParametersInput,
860
- visitor: Visitor<T>
861
- ) => T;
862
817
  }
863
818
  export interface CreatePrivacyBudgetTemplateInput {
864
819
  membershipIdentifier: string | undefined;
@@ -946,10 +901,6 @@ export declare namespace PrivacyBudgetTemplateUpdateParameters {
946
901
  accessBudget: (value: AccessBudgetsPrivacyTemplateUpdateParameters) => T;
947
902
  _: (name: string, value: any) => T;
948
903
  }
949
- const visit: <T>(
950
- value: PrivacyBudgetTemplateUpdateParameters,
951
- visitor: Visitor<T>
952
- ) => T;
953
904
  }
954
905
  export interface UpdatePrivacyBudgetTemplateInput {
955
906
  membershipIdentifier: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cleanrooms",
3
3
  "description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
4
- "version": "3.929.0",
4
+ "version": "3.931.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cleanrooms",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.928.0",
24
- "@aws-sdk/credential-provider-node": "3.929.0",
25
- "@aws-sdk/middleware-host-header": "3.922.0",
26
- "@aws-sdk/middleware-logger": "3.922.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.928.0",
29
- "@aws-sdk/region-config-resolver": "3.925.0",
30
- "@aws-sdk/types": "3.922.0",
31
- "@aws-sdk/util-endpoints": "3.922.0",
32
- "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.928.0",
34
- "@smithy/config-resolver": "^4.4.2",
35
- "@smithy/core": "^3.17.2",
36
- "@smithy/fetch-http-handler": "^5.3.5",
37
- "@smithy/hash-node": "^4.2.4",
38
- "@smithy/invalid-dependency": "^4.2.4",
39
- "@smithy/middleware-content-length": "^4.2.4",
40
- "@smithy/middleware-endpoint": "^4.3.6",
41
- "@smithy/middleware-retry": "^4.4.6",
42
- "@smithy/middleware-serde": "^4.2.4",
43
- "@smithy/middleware-stack": "^4.2.4",
44
- "@smithy/node-config-provider": "^4.3.4",
45
- "@smithy/node-http-handler": "^4.4.4",
46
- "@smithy/protocol-http": "^5.3.4",
47
- "@smithy/smithy-client": "^4.9.2",
48
- "@smithy/types": "^4.8.1",
49
- "@smithy/url-parser": "^4.2.4",
23
+ "@aws-sdk/core": "3.931.0",
24
+ "@aws-sdk/credential-provider-node": "3.931.0",
25
+ "@aws-sdk/middleware-host-header": "3.930.0",
26
+ "@aws-sdk/middleware-logger": "3.930.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.931.0",
29
+ "@aws-sdk/region-config-resolver": "3.930.0",
30
+ "@aws-sdk/types": "3.930.0",
31
+ "@aws-sdk/util-endpoints": "3.930.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.931.0",
34
+ "@smithy/config-resolver": "^4.4.3",
35
+ "@smithy/core": "^3.18.2",
36
+ "@smithy/fetch-http-handler": "^5.3.6",
37
+ "@smithy/hash-node": "^4.2.5",
38
+ "@smithy/invalid-dependency": "^4.2.5",
39
+ "@smithy/middleware-content-length": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.9",
41
+ "@smithy/middleware-retry": "^4.4.9",
42
+ "@smithy/middleware-serde": "^4.2.5",
43
+ "@smithy/middleware-stack": "^4.2.5",
44
+ "@smithy/node-config-provider": "^4.3.5",
45
+ "@smithy/node-http-handler": "^4.4.5",
46
+ "@smithy/protocol-http": "^5.3.5",
47
+ "@smithy/smithy-client": "^4.9.5",
48
+ "@smithy/types": "^4.9.0",
49
+ "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.5",
54
- "@smithy/util-defaults-mode-node": "^4.2.8",
55
- "@smithy/util-endpoints": "^3.2.4",
56
- "@smithy/util-middleware": "^4.2.4",
57
- "@smithy/util-retry": "^4.2.4",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.8",
54
+ "@smithy/util-defaults-mode-node": "^4.2.11",
55
+ "@smithy/util-endpoints": "^3.2.5",
56
+ "@smithy/util-middleware": "^4.2.5",
57
+ "@smithy/util-retry": "^4.2.5",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
59
  "tslib": "^2.6.2"
60
60
  },