@aws-sdk/client-datazone 3.929.0 → 3.930.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.
@@ -26,88 +26,18 @@ export const InventorySearchScope = {
26
26
  GLOSSARY: "GLOSSARY",
27
27
  GLOSSARY_TERM: "GLOSSARY_TERM",
28
28
  };
29
- export var SearchInventoryResultItem;
30
- (function (SearchInventoryResultItem) {
31
- SearchInventoryResultItem.visit = (value, visitor) => {
32
- if (value.glossaryItem !== undefined)
33
- return visitor.glossaryItem(value.glossaryItem);
34
- if (value.glossaryTermItem !== undefined)
35
- return visitor.glossaryTermItem(value.glossaryTermItem);
36
- if (value.assetItem !== undefined)
37
- return visitor.assetItem(value.assetItem);
38
- if (value.dataProductItem !== undefined)
39
- return visitor.dataProductItem(value.dataProductItem);
40
- return visitor._(value.$unknown[0], value.$unknown[1]);
41
- };
42
- })(SearchInventoryResultItem || (SearchInventoryResultItem = {}));
43
29
  export const GroupSearchType = {
44
30
  DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP",
45
31
  SSO_GROUP: "SSO_GROUP",
46
32
  };
47
- export var SearchResultItem;
48
- (function (SearchResultItem) {
49
- SearchResultItem.visit = (value, visitor) => {
50
- if (value.assetListing !== undefined)
51
- return visitor.assetListing(value.assetListing);
52
- if (value.dataProductListing !== undefined)
53
- return visitor.dataProductListing(value.dataProductListing);
54
- return visitor._(value.$unknown[0], value.$unknown[1]);
55
- };
56
- })(SearchResultItem || (SearchResultItem = {}));
57
33
  export const TypesSearchScope = {
58
34
  ASSET_TYPE: "ASSET_TYPE",
59
35
  FORM_TYPE: "FORM_TYPE",
60
36
  LINEAGE_NODE_TYPE: "LINEAGE_NODE_TYPE",
61
37
  };
62
- export var SearchTypesResultItem;
63
- (function (SearchTypesResultItem) {
64
- SearchTypesResultItem.visit = (value, visitor) => {
65
- if (value.assetTypeItem !== undefined)
66
- return visitor.assetTypeItem(value.assetTypeItem);
67
- if (value.formTypeItem !== undefined)
68
- return visitor.formTypeItem(value.formTypeItem);
69
- if (value.lineageNodeTypeItem !== undefined)
70
- return visitor.lineageNodeTypeItem(value.lineageNodeTypeItem);
71
- return visitor._(value.$unknown[0], value.$unknown[1]);
72
- };
73
- })(SearchTypesResultItem || (SearchTypesResultItem = {}));
74
38
  export const UserSearchType = {
75
39
  DATAZONE_IAM_USER: "DATAZONE_IAM_USER",
76
40
  DATAZONE_SSO_USER: "DATAZONE_SSO_USER",
77
41
  DATAZONE_USER: "DATAZONE_USER",
78
42
  SSO_USER: "SSO_USER",
79
43
  };
80
- export var FilterClause;
81
- (function (FilterClause) {
82
- FilterClause.visit = (value, visitor) => {
83
- if (value.filter !== undefined)
84
- return visitor.filter(value.filter);
85
- if (value.and !== undefined)
86
- return visitor.and(value.and);
87
- if (value.or !== undefined)
88
- return visitor.or(value.or);
89
- return visitor._(value.$unknown[0], value.$unknown[1]);
90
- };
91
- })(FilterClause || (FilterClause = {}));
92
- export var RowFilter;
93
- (function (RowFilter) {
94
- RowFilter.visit = (value, visitor) => {
95
- if (value.expression !== undefined)
96
- return visitor.expression(value.expression);
97
- if (value.and !== undefined)
98
- return visitor.and(value.and);
99
- if (value.or !== undefined)
100
- return visitor.or(value.or);
101
- return visitor._(value.$unknown[0], value.$unknown[1]);
102
- };
103
- })(RowFilter || (RowFilter = {}));
104
- export var AssetFilterConfiguration;
105
- (function (AssetFilterConfiguration) {
106
- AssetFilterConfiguration.visit = (value, visitor) => {
107
- if (value.columnConfiguration !== undefined)
108
- return visitor.columnConfiguration(value.columnConfiguration);
109
- if (value.rowConfiguration !== undefined)
110
- return visitor.rowConfiguration(value.rowConfiguration);
111
- return visitor._(value.$unknown[0], value.$unknown[1]);
112
- };
113
- })(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
@@ -6840,7 +6840,7 @@ export var UnauthorizedException = [
6840
6840
  [0],
6841
6841
  ];
6842
6842
  TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
6843
- export var Unit = [3, n0, _U, 0, [], []];
6843
+ export var Unit_n0 = [3, n0, _U, 0, [], []];
6844
6844
  export var UntagResourceRequest = [
6845
6845
  3,
6846
6846
  n0,
@@ -7761,9 +7761,9 @@ export var PolicyGrantDetail = [
7761
7761
  () => CreateAssetTypePolicyGrantDetail,
7762
7762
  () => CreateProjectPolicyGrantDetail,
7763
7763
  () => CreateEnvironmentProfilePolicyGrantDetail,
7764
- () => Unit,
7765
- () => Unit,
7766
- () => Unit,
7764
+ () => Unit_n0,
7765
+ () => Unit_n0,
7766
+ () => Unit_n0,
7767
7767
  () => CreateProjectFromProjectProfilePolicyGrantDetail,
7768
7768
  () => UseAssetTypePolicyGrantDetail,
7769
7769
  ],
@@ -440,12 +440,15 @@ export declare namespace SubscribedListingItem {
440
440
  productListing?: never;
441
441
  $unknown: [string, any];
442
442
  }
443
+ /**
444
+ * @deprecated unused in schema-serde mode.
445
+ *
446
+ */
443
447
  interface Visitor<T> {
444
448
  assetListing: (value: SubscribedAssetListing) => T;
445
449
  productListing: (value: SubscribedProductListing) => T;
446
450
  _: (name: string, value: any) => T;
447
451
  }
448
- const visit: <T>(value: SubscribedListingItem, visitor: Visitor<T>) => T;
449
452
  }
450
453
  /**
451
454
  * <p>The details of the published asset for which the subscription grant is created.</p>
@@ -528,11 +531,14 @@ export declare namespace SubscribedPrincipal {
528
531
  project?: never;
529
532
  $unknown: [string, any];
530
533
  }
534
+ /**
535
+ * @deprecated unused in schema-serde mode.
536
+ *
537
+ */
531
538
  interface Visitor<T> {
532
539
  project: (value: SubscribedProject) => T;
533
540
  _: (name: string, value: any) => T;
534
541
  }
535
- const visit: <T>(value: SubscribedPrincipal, visitor: Visitor<T>) => T;
536
542
  }
537
543
  /**
538
544
  * @public
@@ -733,12 +739,15 @@ export declare namespace AccountSource {
733
739
  customAccountPoolHandler?: never;
734
740
  $unknown: [string, any];
735
741
  }
742
+ /**
743
+ * @deprecated unused in schema-serde mode.
744
+ *
745
+ */
736
746
  interface Visitor<T> {
737
747
  accounts: (value: AccountInfo[]) => T;
738
748
  customAccountPoolHandler: (value: CustomAccountPoolHandler) => T;
739
749
  _: (name: string, value: any) => T;
740
750
  }
741
- const visit: <T>(value: AccountSource, visitor: Visitor<T>) => T;
742
751
  }
743
752
  /**
744
753
  * <p>The parameters of the console link specified as part of the environment action.</p>
@@ -775,11 +784,14 @@ export declare namespace ActionParameters {
775
784
  awsConsoleLink?: never;
776
785
  $unknown: [string, any];
777
786
  }
787
+ /**
788
+ * @deprecated unused in schema-serde mode.
789
+ *
790
+ */
778
791
  interface Visitor<T> {
779
792
  awsConsoleLink: (value: AwsConsoleLinkParameters) => T;
780
793
  _: (name: string, value: any) => T;
781
794
  }
782
- const visit: <T>(value: ActionParameters, visitor: Visitor<T>) => T;
783
795
  }
784
796
  /**
785
797
  * @public
@@ -849,12 +861,15 @@ export declare namespace OwnerProperties {
849
861
  group?: never;
850
862
  $unknown: [string, any];
851
863
  }
864
+ /**
865
+ * @deprecated unused in schema-serde mode.
866
+ *
867
+ */
852
868
  interface Visitor<T> {
853
869
  user: (value: OwnerUserProperties) => T;
854
870
  group: (value: OwnerGroupProperties) => T;
855
871
  _: (name: string, value: any) => T;
856
872
  }
857
- const visit: <T>(value: OwnerProperties, visitor: Visitor<T>) => T;
858
873
  }
859
874
  /**
860
875
  * @public
@@ -1358,6 +1373,10 @@ export declare namespace PolicyGrantDetail {
1358
1373
  useAssetType?: never;
1359
1374
  $unknown: [string, any];
1360
1375
  }
1376
+ /**
1377
+ * @deprecated unused in schema-serde mode.
1378
+ *
1379
+ */
1361
1380
  interface Visitor<T> {
1362
1381
  createDomainUnit: (value: CreateDomainUnitPolicyGrantDetail) => T;
1363
1382
  overrideDomainUnitOwners: (value: OverrideDomainUnitOwnersPolicyGrantDetail) => T;
@@ -1375,7 +1394,6 @@ export declare namespace PolicyGrantDetail {
1375
1394
  useAssetType: (value: UseAssetTypePolicyGrantDetail) => T;
1376
1395
  _: (name: string, value: any) => T;
1377
1396
  }
1378
- const visit: <T>(value: PolicyGrantDetail, visitor: Visitor<T>) => T;
1379
1397
  }
1380
1398
  /**
1381
1399
  * @public
@@ -1456,11 +1474,14 @@ export declare namespace DomainUnitGrantFilter {
1456
1474
  allDomainUnitsGrantFilter?: never;
1457
1475
  $unknown: [string, any];
1458
1476
  }
1477
+ /**
1478
+ * @deprecated unused in schema-serde mode.
1479
+ *
1480
+ */
1459
1481
  interface Visitor<T> {
1460
1482
  allDomainUnitsGrantFilter: (value: AllDomainUnitsGrantFilter) => T;
1461
1483
  _: (name: string, value: any) => T;
1462
1484
  }
1463
- const visit: <T>(value: DomainUnitGrantFilter, visitor: Visitor<T>) => T;
1464
1485
  }
1465
1486
  /**
1466
1487
  * <p>The domain unit principal to whom the policy is granted.</p>
@@ -1507,11 +1528,14 @@ export declare namespace GroupPolicyGrantPrincipal {
1507
1528
  groupIdentifier?: never;
1508
1529
  $unknown: [string, any];
1509
1530
  }
1531
+ /**
1532
+ * @deprecated unused in schema-serde mode.
1533
+ *
1534
+ */
1510
1535
  interface Visitor<T> {
1511
1536
  groupIdentifier: (value: string) => T;
1512
1537
  _: (name: string, value: any) => T;
1513
1538
  }
1514
- const visit: <T>(value: GroupPolicyGrantPrincipal, visitor: Visitor<T>) => T;
1515
1539
  }
1516
1540
  /**
1517
1541
  * @public
@@ -1566,11 +1590,14 @@ export declare namespace ProjectGrantFilter {
1566
1590
  domainUnitFilter?: never;
1567
1591
  $unknown: [string, any];
1568
1592
  }
1593
+ /**
1594
+ * @deprecated unused in schema-serde mode.
1595
+ *
1596
+ */
1569
1597
  interface Visitor<T> {
1570
1598
  domainUnitFilter: (value: DomainUnitFilterForProject) => T;
1571
1599
  _: (name: string, value: any) => T;
1572
1600
  }
1573
- const visit: <T>(value: ProjectGrantFilter, visitor: Visitor<T>) => T;
1574
1601
  }
1575
1602
  /**
1576
1603
  * <p>The project policy grant principal.</p>
@@ -1634,12 +1661,15 @@ export declare namespace UserPolicyGrantPrincipal {
1634
1661
  allUsersGrantFilter?: never;
1635
1662
  $unknown: [string, any];
1636
1663
  }
1664
+ /**
1665
+ * @deprecated unused in schema-serde mode.
1666
+ *
1667
+ */
1637
1668
  interface Visitor<T> {
1638
1669
  userIdentifier: (value: string) => T;
1639
1670
  allUsersGrantFilter: (value: AllUsersGrantFilter) => T;
1640
1671
  _: (name: string, value: any) => T;
1641
1672
  }
1642
- const visit: <T>(value: UserPolicyGrantPrincipal, visitor: Visitor<T>) => T;
1643
1673
  }
1644
1674
  /**
1645
1675
  * <p>The policy grant principal.</p>
@@ -1704,6 +1734,10 @@ export declare namespace PolicyGrantPrincipal {
1704
1734
  domainUnit?: never;
1705
1735
  $unknown: [string, any];
1706
1736
  }
1737
+ /**
1738
+ * @deprecated unused in schema-serde mode.
1739
+ *
1740
+ */
1707
1741
  interface Visitor<T> {
1708
1742
  user: (value: UserPolicyGrantPrincipal) => T;
1709
1743
  group: (value: GroupPolicyGrantPrincipal) => T;
@@ -1711,7 +1745,6 @@ export declare namespace PolicyGrantPrincipal {
1711
1745
  domainUnit: (value: DomainUnitPolicyGrantPrincipal) => T;
1712
1746
  _: (name: string, value: any) => T;
1713
1747
  }
1714
- const visit: <T>(value: PolicyGrantPrincipal, visitor: Visitor<T>) => T;
1715
1748
  }
1716
1749
  /**
1717
1750
  * @public
@@ -2905,6 +2938,10 @@ export declare namespace RowFilterExpression {
2905
2938
  notLike?: never;
2906
2939
  $unknown: [string, any];
2907
2940
  }
2941
+ /**
2942
+ * @deprecated unused in schema-serde mode.
2943
+ *
2944
+ */
2908
2945
  interface Visitor<T> {
2909
2946
  equalTo: (value: EqualToExpression) => T;
2910
2947
  notEqualTo: (value: NotEqualToExpression) => T;
@@ -2920,7 +2957,6 @@ export declare namespace RowFilterExpression {
2920
2957
  notLike: (value: NotLikeExpression) => T;
2921
2958
  _: (name: string, value: any) => T;
2922
2959
  }
2923
- const visit: <T>(value: RowFilterExpression, visitor: Visitor<T>) => T;
2924
2960
  }
2925
2961
  /**
2926
2962
  * @public
@@ -3051,11 +3087,14 @@ export declare namespace MatchRationaleItem {
3051
3087
  textMatches?: never;
3052
3088
  $unknown: [string, any];
3053
3089
  }
3090
+ /**
3091
+ * @deprecated unused in schema-serde mode.
3092
+ *
3093
+ */
3054
3094
  interface Visitor<T> {
3055
3095
  textMatches: (value: TextMatchItem[]) => T;
3056
3096
  _: (name: string, value: any) => T;
3057
3097
  }
3058
- const visit: <T>(value: MatchRationaleItem, visitor: Visitor<T>) => T;
3059
3098
  }
3060
3099
  /**
3061
3100
  * <p>The additional attributes of an inventory asset.</p>
@@ -4050,12 +4089,15 @@ export declare namespace AwsAccount {
4050
4089
  awsAccountIdPath?: never;
4051
4090
  $unknown: [string, any];
4052
4091
  }
4092
+ /**
4093
+ * @deprecated unused in schema-serde mode.
4094
+ *
4095
+ */
4053
4096
  interface Visitor<T> {
4054
4097
  awsAccountId: (value: string) => T;
4055
4098
  awsAccountIdPath: (value: string) => T;
4056
4099
  _: (name: string, value: any) => T;
4057
4100
  }
4058
- const visit: <T>(value: AwsAccount, visitor: Visitor<T>) => T;
4059
4101
  }
4060
4102
  /**
4061
4103
  * <p>The location of a project.</p>
@@ -4512,12 +4554,15 @@ export declare namespace RedshiftCredentials {
4512
4554
  usernamePassword?: never;
4513
4555
  $unknown: [string, any];
4514
4556
  }
4557
+ /**
4558
+ * @deprecated unused in schema-serde mode.
4559
+ *
4560
+ */
4515
4561
  interface Visitor<T> {
4516
4562
  secretArn: (value: string) => T;
4517
4563
  usernamePassword: (value: UsernamePassword) => T;
4518
4564
  _: (name: string, value: any) => T;
4519
4565
  }
4520
- const visit: <T>(value: RedshiftCredentials, visitor: Visitor<T>) => T;
4521
4566
  }
4522
4567
  /**
4523
4568
  * <p>The lineage sync schedule.</p>
@@ -4581,12 +4626,15 @@ export declare namespace RedshiftStorageProperties {
4581
4626
  workgroupName?: never;
4582
4627
  $unknown: [string, any];
4583
4628
  }
4629
+ /**
4630
+ * @deprecated unused in schema-serde mode.
4631
+ *
4632
+ */
4584
4633
  interface Visitor<T> {
4585
4634
  clusterName: (value: string) => T;
4586
4635
  workgroupName: (value: string) => T;
4587
4636
  _: (name: string, value: any) => T;
4588
4637
  }
4589
- const visit: <T>(value: RedshiftStorageProperties, visitor: Visitor<T>) => T;
4590
4638
  }
4591
4639
  /**
4592
4640
  * <p>The Amazon Redshift properties.</p>
@@ -4938,6 +4986,10 @@ export declare namespace ConnectionPropertiesInput {
4938
4986
  mlflowProperties?: never;
4939
4987
  $unknown: [string, any];
4940
4988
  }
4989
+ /**
4990
+ * @deprecated unused in schema-serde mode.
4991
+ *
4992
+ */
4941
4993
  interface Visitor<T> {
4942
4994
  athenaProperties: (value: AthenaPropertiesInput) => T;
4943
4995
  glueProperties: (value: GluePropertiesInput) => T;
@@ -4951,7 +5003,6 @@ export declare namespace ConnectionPropertiesInput {
4951
5003
  mlflowProperties: (value: MlflowPropertiesInput) => T;
4952
5004
  _: (name: string, value: any) => T;
4953
5005
  }
4954
- const visit: <T>(value: ConnectionPropertiesInput, visitor: Visitor<T>) => T;
4955
5006
  }
4956
5007
  /**
4957
5008
  * @public
@@ -5490,6 +5541,10 @@ export declare namespace ConnectionPropertiesOutput {
5490
5541
  mlflowProperties?: never;
5491
5542
  $unknown: [string, any];
5492
5543
  }
5544
+ /**
5545
+ * @deprecated unused in schema-serde mode.
5546
+ *
5547
+ */
5493
5548
  interface Visitor<T> {
5494
5549
  athenaProperties: (value: AthenaPropertiesOutput) => T;
5495
5550
  glueProperties: (value: GluePropertiesOutput) => T;
@@ -5503,7 +5558,6 @@ export declare namespace ConnectionPropertiesOutput {
5503
5558
  mlflowProperties: (value: MlflowPropertiesOutput) => T;
5504
5559
  _: (name: string, value: any) => T;
5505
5560
  }
5506
- const visit: <T>(value: ConnectionPropertiesOutput, visitor: Visitor<T>) => T;
5507
5561
  }
5508
5562
  /**
5509
5563
  * <p>The Amazon Web Services Glue connection patch.</p>
@@ -5800,6 +5854,10 @@ export declare namespace ConnectionPropertiesPatch {
5800
5854
  mlflowProperties?: never;
5801
5855
  $unknown: [string, any];
5802
5856
  }
5857
+ /**
5858
+ * @deprecated unused in schema-serde mode.
5859
+ *
5860
+ */
5803
5861
  interface Visitor<T> {
5804
5862
  athenaProperties: (value: AthenaPropertiesPatch) => T;
5805
5863
  glueProperties: (value: GluePropertiesPatch) => T;
@@ -5811,7 +5869,6 @@ export declare namespace ConnectionPropertiesPatch {
5811
5869
  mlflowProperties: (value: MlflowPropertiesPatch) => T;
5812
5870
  _: (name: string, value: any) => T;
5813
5871
  }
5814
- const visit: <T>(value: ConnectionPropertiesPatch, visitor: Visitor<T>) => T;
5815
5872
  }
5816
5873
  /**
5817
5874
  * @public
@@ -6705,12 +6762,15 @@ export declare namespace RedshiftStorage {
6705
6762
  redshiftServerlessSource?: never;
6706
6763
  $unknown: [string, any];
6707
6764
  }
6765
+ /**
6766
+ * @deprecated unused in schema-serde mode.
6767
+ *
6768
+ */
6708
6769
  interface Visitor<T> {
6709
6770
  redshiftClusterSource: (value: RedshiftClusterStorage) => T;
6710
6771
  redshiftServerlessSource: (value: RedshiftServerlessStorage) => T;
6711
6772
  _: (name: string, value: any) => T;
6712
6773
  }
6713
- const visit: <T>(value: RedshiftStorage, visitor: Visitor<T>) => T;
6714
6774
  }
6715
6775
  /**
6716
6776
  * <p>The configuration details of the Amazon Redshift data source.</p>
@@ -6797,13 +6857,16 @@ export declare namespace DataSourceConfigurationInput {
6797
6857
  sageMakerRunConfiguration?: never;
6798
6858
  $unknown: [string, any];
6799
6859
  }
6860
+ /**
6861
+ * @deprecated unused in schema-serde mode.
6862
+ *
6863
+ */
6800
6864
  interface Visitor<T> {
6801
6865
  glueRunConfiguration: (value: GlueRunConfigurationInput) => T;
6802
6866
  redshiftRunConfiguration: (value: RedshiftRunConfigurationInput) => T;
6803
6867
  sageMakerRunConfiguration: (value: SageMakerRunConfigurationInput) => T;
6804
6868
  _: (name: string, value: any) => T;
6805
6869
  }
6806
- const visit: <T>(value: DataSourceConfigurationInput, visitor: Visitor<T>) => T;
6807
6870
  }
6808
6871
  /**
6809
6872
  * @public
@@ -7134,13 +7197,16 @@ export declare namespace DataSourceConfigurationOutput {
7134
7197
  sageMakerRunConfiguration?: never;
7135
7198
  $unknown: [string, any];
7136
7199
  }
7200
+ /**
7201
+ * @deprecated unused in schema-serde mode.
7202
+ *
7203
+ */
7137
7204
  interface Visitor<T> {
7138
7205
  glueRunConfiguration: (value: GlueRunConfigurationOutput) => T;
7139
7206
  redshiftRunConfiguration: (value: RedshiftRunConfigurationOutput) => T;
7140
7207
  sageMakerRunConfiguration: (value: SageMakerRunConfigurationOutput) => T;
7141
7208
  _: (name: string, value: any) => T;
7142
7209
  }
7143
- const visit: <T>(value: DataSourceConfigurationOutput, visitor: Visitor<T>) => T;
7144
7210
  }
7145
7211
  /**
7146
7212
  * @public
@@ -7586,12 +7652,15 @@ export declare namespace DomainUnitOwnerProperties {
7586
7652
  group?: never;
7587
7653
  $unknown: [string, any];
7588
7654
  }
7655
+ /**
7656
+ * @deprecated unused in schema-serde mode.
7657
+ *
7658
+ */
7589
7659
  interface Visitor<T> {
7590
7660
  user: (value: DomainUnitUserProperties) => T;
7591
7661
  group: (value: DomainUnitGroupProperties) => T;
7592
7662
  _: (name: string, value: any) => T;
7593
7663
  }
7594
- const visit: <T>(value: DomainUnitOwnerProperties, visitor: Visitor<T>) => T;
7595
7664
  }
7596
7665
  /**
7597
7666
  * @public
@@ -7869,11 +7938,14 @@ export declare namespace ProvisioningProperties {
7869
7938
  cloudFormation?: never;
7870
7939
  $unknown: [string, any];
7871
7940
  }
7941
+ /**
7942
+ * @deprecated unused in schema-serde mode.
7943
+ *
7944
+ */
7872
7945
  interface Visitor<T> {
7873
7946
  cloudFormation: (value: CloudFormationProperties) => T;
7874
7947
  _: (name: string, value: any) => T;
7875
7948
  }
7876
- const visit: <T>(value: ProvisioningProperties, visitor: Visitor<T>) => T;
7877
7949
  }
7878
7950
  /**
7879
7951
  * @public
@@ -8338,11 +8410,14 @@ export declare namespace Model {
8338
8410
  smithy?: never;
8339
8411
  $unknown: [string, any];
8340
8412
  }
8413
+ /**
8414
+ * @deprecated unused in schema-serde mode.
8415
+ *
8416
+ */
8341
8417
  interface Visitor<T> {
8342
8418
  smithy: (value: string) => T;
8343
8419
  _: (name: string, value: any) => T;
8344
8420
  }
8345
- const visit: <T>(value: Model, visitor: Visitor<T>) => T;
8346
8421
  }
8347
8422
  /**
8348
8423
  * @public
@@ -9099,10 +9174,13 @@ export declare namespace Member {
9099
9174
  groupIdentifier?: never;
9100
9175
  $unknown: [string, any];
9101
9176
  }
9177
+ /**
9178
+ * @deprecated unused in schema-serde mode.
9179
+ *
9180
+ */
9102
9181
  interface Visitor<T> {
9103
9182
  userIdentifier: (value: string) => T;
9104
9183
  groupIdentifier: (value: string) => T;
9105
9184
  _: (name: string, value: any) => T;
9106
9185
  }
9107
- const visit: <T>(value: Member, visitor: Visitor<T>) => T;
9108
9186
  }