@aws-sdk/client-datazone 3.1035.0 → 3.1037.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.
@@ -4542,6 +4542,17 @@ export interface IamPropertiesInput {
4542
4542
  */
4543
4543
  glueLineageSyncEnabled?: boolean | undefined;
4544
4544
  }
4545
+ /**
4546
+ * <p>The lakehouse properties of a connection.</p>
4547
+ * @public
4548
+ */
4549
+ export interface LakehousePropertiesInput {
4550
+ /**
4551
+ * <p>Specifies whether to enable Glue lineage sync for tables managed by Glue crawlers.</p>
4552
+ * @public
4553
+ */
4554
+ glueLineageSyncEnabled?: boolean | undefined;
4555
+ }
4545
4556
  /**
4546
4557
  * <p>The MLflow properties of a connection.</p>
4547
4558
  * @public
@@ -4872,7 +4883,7 @@ export interface WorkflowsServerlessPropertiesInput {
4872
4883
  * <p>The properties of a connection.</p>
4873
4884
  * @public
4874
4885
  */
4875
- export type ConnectionPropertiesInput = ConnectionPropertiesInput.AmazonQPropertiesMember | ConnectionPropertiesInput.AthenaPropertiesMember | ConnectionPropertiesInput.GluePropertiesMember | ConnectionPropertiesInput.HyperPodPropertiesMember | ConnectionPropertiesInput.IamPropertiesMember | ConnectionPropertiesInput.MlflowPropertiesMember | ConnectionPropertiesInput.RedshiftPropertiesMember | ConnectionPropertiesInput.S3PropertiesMember | ConnectionPropertiesInput.SparkEmrPropertiesMember | ConnectionPropertiesInput.SparkGluePropertiesMember | ConnectionPropertiesInput.WorkflowsMwaaPropertiesMember | ConnectionPropertiesInput.WorkflowsServerlessPropertiesMember | ConnectionPropertiesInput.$UnknownMember;
4886
+ export type ConnectionPropertiesInput = ConnectionPropertiesInput.AmazonQPropertiesMember | ConnectionPropertiesInput.AthenaPropertiesMember | ConnectionPropertiesInput.GluePropertiesMember | ConnectionPropertiesInput.HyperPodPropertiesMember | ConnectionPropertiesInput.IamPropertiesMember | ConnectionPropertiesInput.LakehousePropertiesMember | ConnectionPropertiesInput.MlflowPropertiesMember | ConnectionPropertiesInput.RedshiftPropertiesMember | ConnectionPropertiesInput.S3PropertiesMember | ConnectionPropertiesInput.SparkEmrPropertiesMember | ConnectionPropertiesInput.SparkGluePropertiesMember | ConnectionPropertiesInput.WorkflowsMwaaPropertiesMember | ConnectionPropertiesInput.WorkflowsServerlessPropertiesMember | ConnectionPropertiesInput.$UnknownMember;
4876
4887
  /**
4877
4888
  * @public
4878
4889
  */
@@ -4894,6 +4905,7 @@ export declare namespace ConnectionPropertiesInput {
4894
4905
  mlflowProperties?: never;
4895
4906
  workflowsMwaaProperties?: never;
4896
4907
  workflowsServerlessProperties?: never;
4908
+ lakehouseProperties?: never;
4897
4909
  $unknown?: never;
4898
4910
  }
4899
4911
  /**
@@ -4913,6 +4925,7 @@ export declare namespace ConnectionPropertiesInput {
4913
4925
  mlflowProperties?: never;
4914
4926
  workflowsMwaaProperties?: never;
4915
4927
  workflowsServerlessProperties?: never;
4928
+ lakehouseProperties?: never;
4916
4929
  $unknown?: never;
4917
4930
  }
4918
4931
  /**
@@ -4932,6 +4945,7 @@ export declare namespace ConnectionPropertiesInput {
4932
4945
  mlflowProperties?: never;
4933
4946
  workflowsMwaaProperties?: never;
4934
4947
  workflowsServerlessProperties?: never;
4948
+ lakehouseProperties?: never;
4935
4949
  $unknown?: never;
4936
4950
  }
4937
4951
  /**
@@ -4951,6 +4965,7 @@ export declare namespace ConnectionPropertiesInput {
4951
4965
  mlflowProperties?: never;
4952
4966
  workflowsMwaaProperties?: never;
4953
4967
  workflowsServerlessProperties?: never;
4968
+ lakehouseProperties?: never;
4954
4969
  $unknown?: never;
4955
4970
  }
4956
4971
  /**
@@ -4970,6 +4985,7 @@ export declare namespace ConnectionPropertiesInput {
4970
4985
  mlflowProperties?: never;
4971
4986
  workflowsMwaaProperties?: never;
4972
4987
  workflowsServerlessProperties?: never;
4988
+ lakehouseProperties?: never;
4973
4989
  $unknown?: never;
4974
4990
  }
4975
4991
  /**
@@ -4989,6 +5005,7 @@ export declare namespace ConnectionPropertiesInput {
4989
5005
  mlflowProperties?: never;
4990
5006
  workflowsMwaaProperties?: never;
4991
5007
  workflowsServerlessProperties?: never;
5008
+ lakehouseProperties?: never;
4992
5009
  $unknown?: never;
4993
5010
  }
4994
5011
  /**
@@ -5008,6 +5025,7 @@ export declare namespace ConnectionPropertiesInput {
5008
5025
  mlflowProperties?: never;
5009
5026
  workflowsMwaaProperties?: never;
5010
5027
  workflowsServerlessProperties?: never;
5028
+ lakehouseProperties?: never;
5011
5029
  $unknown?: never;
5012
5030
  }
5013
5031
  /**
@@ -5027,6 +5045,7 @@ export declare namespace ConnectionPropertiesInput {
5027
5045
  mlflowProperties?: never;
5028
5046
  workflowsMwaaProperties?: never;
5029
5047
  workflowsServerlessProperties?: never;
5048
+ lakehouseProperties?: never;
5030
5049
  $unknown?: never;
5031
5050
  }
5032
5051
  /**
@@ -5046,6 +5065,7 @@ export declare namespace ConnectionPropertiesInput {
5046
5065
  mlflowProperties?: never;
5047
5066
  workflowsMwaaProperties?: never;
5048
5067
  workflowsServerlessProperties?: never;
5068
+ lakehouseProperties?: never;
5049
5069
  $unknown?: never;
5050
5070
  }
5051
5071
  /**
@@ -5065,6 +5085,7 @@ export declare namespace ConnectionPropertiesInput {
5065
5085
  mlflowProperties: MlflowPropertiesInput;
5066
5086
  workflowsMwaaProperties?: never;
5067
5087
  workflowsServerlessProperties?: never;
5088
+ lakehouseProperties?: never;
5068
5089
  $unknown?: never;
5069
5090
  }
5070
5091
  /**
@@ -5084,6 +5105,7 @@ export declare namespace ConnectionPropertiesInput {
5084
5105
  mlflowProperties?: never;
5085
5106
  workflowsMwaaProperties: WorkflowsMwaaPropertiesInput;
5086
5107
  workflowsServerlessProperties?: never;
5108
+ lakehouseProperties?: never;
5087
5109
  $unknown?: never;
5088
5110
  }
5089
5111
  /**
@@ -5103,6 +5125,27 @@ export declare namespace ConnectionPropertiesInput {
5103
5125
  mlflowProperties?: never;
5104
5126
  workflowsMwaaProperties?: never;
5105
5127
  workflowsServerlessProperties: WorkflowsServerlessPropertiesInput;
5128
+ lakehouseProperties?: never;
5129
+ $unknown?: never;
5130
+ }
5131
+ /**
5132
+ * <p>The lakehouse properties of a connection.</p>
5133
+ * @public
5134
+ */
5135
+ interface LakehousePropertiesMember {
5136
+ athenaProperties?: never;
5137
+ glueProperties?: never;
5138
+ hyperPodProperties?: never;
5139
+ iamProperties?: never;
5140
+ redshiftProperties?: never;
5141
+ sparkEmrProperties?: never;
5142
+ sparkGlueProperties?: never;
5143
+ s3Properties?: never;
5144
+ amazonQProperties?: never;
5145
+ mlflowProperties?: never;
5146
+ workflowsMwaaProperties?: never;
5147
+ workflowsServerlessProperties?: never;
5148
+ lakehouseProperties: LakehousePropertiesInput;
5106
5149
  $unknown?: never;
5107
5150
  }
5108
5151
  /**
@@ -5121,6 +5164,7 @@ export declare namespace ConnectionPropertiesInput {
5121
5164
  mlflowProperties?: never;
5122
5165
  workflowsMwaaProperties?: never;
5123
5166
  workflowsServerlessProperties?: never;
5167
+ lakehouseProperties?: never;
5124
5168
  $unknown: [string, any];
5125
5169
  }
5126
5170
  /**
@@ -5140,6 +5184,7 @@ export declare namespace ConnectionPropertiesInput {
5140
5184
  mlflowProperties: (value: MlflowPropertiesInput) => T;
5141
5185
  workflowsMwaaProperties: (value: WorkflowsMwaaPropertiesInput) => T;
5142
5186
  workflowsServerlessProperties: (value: WorkflowsServerlessPropertiesInput) => T;
5187
+ lakehouseProperties: (value: LakehousePropertiesInput) => T;
5143
5188
  _: (name: string, value: any) => T;
5144
5189
  }
5145
5190
  }
@@ -5196,6 +5241,17 @@ export interface IamPropertiesOutput {
5196
5241
  */
5197
5242
  glueLineageSyncEnabled?: boolean | undefined;
5198
5243
  }
5244
+ /**
5245
+ * <p>The lakehouse properties of a connection.</p>
5246
+ * @public
5247
+ */
5248
+ export interface LakehousePropertiesOutput {
5249
+ /**
5250
+ * <p>Specifies whether Glue lineage sync is enabled for tables managed by Glue crawlers.</p>
5251
+ * @public
5252
+ */
5253
+ glueLineageSyncEnabled?: boolean | undefined;
5254
+ }
5199
5255
  /**
5200
5256
  * <p>The MLflow properties of a connection.</p>
5201
5257
  * @public
@@ -5474,7 +5530,7 @@ export interface WorkflowsServerlessPropertiesOutput {
5474
5530
  * <p>The properties of a connection.</p>
5475
5531
  * @public
5476
5532
  */
5477
- export type ConnectionPropertiesOutput = ConnectionPropertiesOutput.AmazonQPropertiesMember | ConnectionPropertiesOutput.AthenaPropertiesMember | ConnectionPropertiesOutput.GluePropertiesMember | ConnectionPropertiesOutput.HyperPodPropertiesMember | ConnectionPropertiesOutput.IamPropertiesMember | ConnectionPropertiesOutput.MlflowPropertiesMember | ConnectionPropertiesOutput.RedshiftPropertiesMember | ConnectionPropertiesOutput.S3PropertiesMember | ConnectionPropertiesOutput.SparkEmrPropertiesMember | ConnectionPropertiesOutput.SparkGluePropertiesMember | ConnectionPropertiesOutput.WorkflowsMwaaPropertiesMember | ConnectionPropertiesOutput.WorkflowsServerlessPropertiesMember | ConnectionPropertiesOutput.$UnknownMember;
5533
+ export type ConnectionPropertiesOutput = ConnectionPropertiesOutput.AmazonQPropertiesMember | ConnectionPropertiesOutput.AthenaPropertiesMember | ConnectionPropertiesOutput.GluePropertiesMember | ConnectionPropertiesOutput.HyperPodPropertiesMember | ConnectionPropertiesOutput.IamPropertiesMember | ConnectionPropertiesOutput.LakehousePropertiesMember | ConnectionPropertiesOutput.MlflowPropertiesMember | ConnectionPropertiesOutput.RedshiftPropertiesMember | ConnectionPropertiesOutput.S3PropertiesMember | ConnectionPropertiesOutput.SparkEmrPropertiesMember | ConnectionPropertiesOutput.SparkGluePropertiesMember | ConnectionPropertiesOutput.WorkflowsMwaaPropertiesMember | ConnectionPropertiesOutput.WorkflowsServerlessPropertiesMember | ConnectionPropertiesOutput.$UnknownMember;
5478
5534
  /**
5479
5535
  * @public
5480
5536
  */
@@ -5496,6 +5552,7 @@ export declare namespace ConnectionPropertiesOutput {
5496
5552
  mlflowProperties?: never;
5497
5553
  workflowsMwaaProperties?: never;
5498
5554
  workflowsServerlessProperties?: never;
5555
+ lakehouseProperties?: never;
5499
5556
  $unknown?: never;
5500
5557
  }
5501
5558
  /**
@@ -5515,6 +5572,7 @@ export declare namespace ConnectionPropertiesOutput {
5515
5572
  mlflowProperties?: never;
5516
5573
  workflowsMwaaProperties?: never;
5517
5574
  workflowsServerlessProperties?: never;
5575
+ lakehouseProperties?: never;
5518
5576
  $unknown?: never;
5519
5577
  }
5520
5578
  /**
@@ -5534,6 +5592,7 @@ export declare namespace ConnectionPropertiesOutput {
5534
5592
  mlflowProperties?: never;
5535
5593
  workflowsMwaaProperties?: never;
5536
5594
  workflowsServerlessProperties?: never;
5595
+ lakehouseProperties?: never;
5537
5596
  $unknown?: never;
5538
5597
  }
5539
5598
  /**
@@ -5553,6 +5612,7 @@ export declare namespace ConnectionPropertiesOutput {
5553
5612
  mlflowProperties?: never;
5554
5613
  workflowsMwaaProperties?: never;
5555
5614
  workflowsServerlessProperties?: never;
5615
+ lakehouseProperties?: never;
5556
5616
  $unknown?: never;
5557
5617
  }
5558
5618
  /**
@@ -5572,6 +5632,7 @@ export declare namespace ConnectionPropertiesOutput {
5572
5632
  mlflowProperties?: never;
5573
5633
  workflowsMwaaProperties?: never;
5574
5634
  workflowsServerlessProperties?: never;
5635
+ lakehouseProperties?: never;
5575
5636
  $unknown?: never;
5576
5637
  }
5577
5638
  /**
@@ -5591,6 +5652,7 @@ export declare namespace ConnectionPropertiesOutput {
5591
5652
  mlflowProperties?: never;
5592
5653
  workflowsMwaaProperties?: never;
5593
5654
  workflowsServerlessProperties?: never;
5655
+ lakehouseProperties?: never;
5594
5656
  $unknown?: never;
5595
5657
  }
5596
5658
  /**
@@ -5610,6 +5672,7 @@ export declare namespace ConnectionPropertiesOutput {
5610
5672
  mlflowProperties?: never;
5611
5673
  workflowsMwaaProperties?: never;
5612
5674
  workflowsServerlessProperties?: never;
5675
+ lakehouseProperties?: never;
5613
5676
  $unknown?: never;
5614
5677
  }
5615
5678
  /**
@@ -5629,6 +5692,7 @@ export declare namespace ConnectionPropertiesOutput {
5629
5692
  mlflowProperties?: never;
5630
5693
  workflowsMwaaProperties?: never;
5631
5694
  workflowsServerlessProperties?: never;
5695
+ lakehouseProperties?: never;
5632
5696
  $unknown?: never;
5633
5697
  }
5634
5698
  /**
@@ -5648,6 +5712,7 @@ export declare namespace ConnectionPropertiesOutput {
5648
5712
  mlflowProperties?: never;
5649
5713
  workflowsMwaaProperties?: never;
5650
5714
  workflowsServerlessProperties?: never;
5715
+ lakehouseProperties?: never;
5651
5716
  $unknown?: never;
5652
5717
  }
5653
5718
  /**
@@ -5667,6 +5732,7 @@ export declare namespace ConnectionPropertiesOutput {
5667
5732
  mlflowProperties: MlflowPropertiesOutput;
5668
5733
  workflowsMwaaProperties?: never;
5669
5734
  workflowsServerlessProperties?: never;
5735
+ lakehouseProperties?: never;
5670
5736
  $unknown?: never;
5671
5737
  }
5672
5738
  /**
@@ -5686,6 +5752,7 @@ export declare namespace ConnectionPropertiesOutput {
5686
5752
  mlflowProperties?: never;
5687
5753
  workflowsMwaaProperties: WorkflowsMwaaPropertiesOutput;
5688
5754
  workflowsServerlessProperties?: never;
5755
+ lakehouseProperties?: never;
5689
5756
  $unknown?: never;
5690
5757
  }
5691
5758
  /**
@@ -5705,6 +5772,27 @@ export declare namespace ConnectionPropertiesOutput {
5705
5772
  mlflowProperties?: never;
5706
5773
  workflowsMwaaProperties?: never;
5707
5774
  workflowsServerlessProperties: WorkflowsServerlessPropertiesOutput;
5775
+ lakehouseProperties?: never;
5776
+ $unknown?: never;
5777
+ }
5778
+ /**
5779
+ * <p>The lakehouse properties of a connection.</p>
5780
+ * @public
5781
+ */
5782
+ interface LakehousePropertiesMember {
5783
+ athenaProperties?: never;
5784
+ glueProperties?: never;
5785
+ hyperPodProperties?: never;
5786
+ iamProperties?: never;
5787
+ redshiftProperties?: never;
5788
+ sparkEmrProperties?: never;
5789
+ sparkGlueProperties?: never;
5790
+ s3Properties?: never;
5791
+ amazonQProperties?: never;
5792
+ mlflowProperties?: never;
5793
+ workflowsMwaaProperties?: never;
5794
+ workflowsServerlessProperties?: never;
5795
+ lakehouseProperties: LakehousePropertiesOutput;
5708
5796
  $unknown?: never;
5709
5797
  }
5710
5798
  /**
@@ -5723,6 +5811,7 @@ export declare namespace ConnectionPropertiesOutput {
5723
5811
  mlflowProperties?: never;
5724
5812
  workflowsMwaaProperties?: never;
5725
5813
  workflowsServerlessProperties?: never;
5814
+ lakehouseProperties?: never;
5726
5815
  $unknown: [string, any];
5727
5816
  }
5728
5817
  /**
@@ -5742,6 +5831,7 @@ export declare namespace ConnectionPropertiesOutput {
5742
5831
  mlflowProperties: (value: MlflowPropertiesOutput) => T;
5743
5832
  workflowsMwaaProperties: (value: WorkflowsMwaaPropertiesOutput) => T;
5744
5833
  workflowsServerlessProperties: (value: WorkflowsServerlessPropertiesOutput) => T;
5834
+ lakehouseProperties: (value: LakehousePropertiesOutput) => T;
5745
5835
  _: (name: string, value: any) => T;
5746
5836
  }
5747
5837
  }
@@ -5788,6 +5878,17 @@ export interface IamPropertiesPatch {
5788
5878
  */
5789
5879
  glueLineageSyncEnabled?: boolean | undefined;
5790
5880
  }
5881
+ /**
5882
+ * <p>The lakehouse properties of a connection properties patch.</p>
5883
+ * @public
5884
+ */
5885
+ export interface LakehousePropertiesPatch {
5886
+ /**
5887
+ * <p>Specifies whether to enable Glue lineage sync for tables managed by Glue crawlers.</p>
5888
+ * @public
5889
+ */
5890
+ glueLineageSyncEnabled?: boolean | undefined;
5891
+ }
5791
5892
  /**
5792
5893
  * <p>The MLflow properties of a connection.</p>
5793
5894
  * @public
@@ -5906,7 +6007,7 @@ export interface SparkEmrPropertiesPatch {
5906
6007
  * <p>The connection properties patch.</p>
5907
6008
  * @public
5908
6009
  */
5909
- export type ConnectionPropertiesPatch = ConnectionPropertiesPatch.AmazonQPropertiesMember | ConnectionPropertiesPatch.AthenaPropertiesMember | ConnectionPropertiesPatch.GluePropertiesMember | ConnectionPropertiesPatch.IamPropertiesMember | ConnectionPropertiesPatch.MlflowPropertiesMember | ConnectionPropertiesPatch.RedshiftPropertiesMember | ConnectionPropertiesPatch.S3PropertiesMember | ConnectionPropertiesPatch.SparkEmrPropertiesMember | ConnectionPropertiesPatch.$UnknownMember;
6010
+ export type ConnectionPropertiesPatch = ConnectionPropertiesPatch.AmazonQPropertiesMember | ConnectionPropertiesPatch.AthenaPropertiesMember | ConnectionPropertiesPatch.GluePropertiesMember | ConnectionPropertiesPatch.IamPropertiesMember | ConnectionPropertiesPatch.LakehousePropertiesMember | ConnectionPropertiesPatch.MlflowPropertiesMember | ConnectionPropertiesPatch.RedshiftPropertiesMember | ConnectionPropertiesPatch.S3PropertiesMember | ConnectionPropertiesPatch.SparkEmrPropertiesMember | ConnectionPropertiesPatch.$UnknownMember;
5910
6011
  /**
5911
6012
  * @public
5912
6013
  */
@@ -5924,6 +6025,7 @@ export declare namespace ConnectionPropertiesPatch {
5924
6025
  s3Properties?: never;
5925
6026
  amazonQProperties?: never;
5926
6027
  mlflowProperties?: never;
6028
+ lakehouseProperties?: never;
5927
6029
  $unknown?: never;
5928
6030
  }
5929
6031
  /**
@@ -5939,6 +6041,7 @@ export declare namespace ConnectionPropertiesPatch {
5939
6041
  s3Properties?: never;
5940
6042
  amazonQProperties?: never;
5941
6043
  mlflowProperties?: never;
6044
+ lakehouseProperties?: never;
5942
6045
  $unknown?: never;
5943
6046
  }
5944
6047
  /**
@@ -5954,6 +6057,7 @@ export declare namespace ConnectionPropertiesPatch {
5954
6057
  s3Properties?: never;
5955
6058
  amazonQProperties?: never;
5956
6059
  mlflowProperties?: never;
6060
+ lakehouseProperties?: never;
5957
6061
  $unknown?: never;
5958
6062
  }
5959
6063
  /**
@@ -5969,6 +6073,7 @@ export declare namespace ConnectionPropertiesPatch {
5969
6073
  s3Properties?: never;
5970
6074
  amazonQProperties?: never;
5971
6075
  mlflowProperties?: never;
6076
+ lakehouseProperties?: never;
5972
6077
  $unknown?: never;
5973
6078
  }
5974
6079
  /**
@@ -5984,6 +6089,7 @@ export declare namespace ConnectionPropertiesPatch {
5984
6089
  s3Properties?: never;
5985
6090
  amazonQProperties?: never;
5986
6091
  mlflowProperties?: never;
6092
+ lakehouseProperties?: never;
5987
6093
  $unknown?: never;
5988
6094
  }
5989
6095
  /**
@@ -5999,6 +6105,7 @@ export declare namespace ConnectionPropertiesPatch {
5999
6105
  s3Properties: S3PropertiesPatch;
6000
6106
  amazonQProperties?: never;
6001
6107
  mlflowProperties?: never;
6108
+ lakehouseProperties?: never;
6002
6109
  $unknown?: never;
6003
6110
  }
6004
6111
  /**
@@ -6014,6 +6121,7 @@ export declare namespace ConnectionPropertiesPatch {
6014
6121
  s3Properties?: never;
6015
6122
  amazonQProperties: AmazonQPropertiesPatch;
6016
6123
  mlflowProperties?: never;
6124
+ lakehouseProperties?: never;
6017
6125
  $unknown?: never;
6018
6126
  }
6019
6127
  /**
@@ -6029,6 +6137,23 @@ export declare namespace ConnectionPropertiesPatch {
6029
6137
  s3Properties?: never;
6030
6138
  amazonQProperties?: never;
6031
6139
  mlflowProperties: MlflowPropertiesPatch;
6140
+ lakehouseProperties?: never;
6141
+ $unknown?: never;
6142
+ }
6143
+ /**
6144
+ * <p>The lakehouse properties of a connection properties patch.</p>
6145
+ * @public
6146
+ */
6147
+ interface LakehousePropertiesMember {
6148
+ athenaProperties?: never;
6149
+ glueProperties?: never;
6150
+ iamProperties?: never;
6151
+ redshiftProperties?: never;
6152
+ sparkEmrProperties?: never;
6153
+ s3Properties?: never;
6154
+ amazonQProperties?: never;
6155
+ mlflowProperties?: never;
6156
+ lakehouseProperties: LakehousePropertiesPatch;
6032
6157
  $unknown?: never;
6033
6158
  }
6034
6159
  /**
@@ -6043,6 +6168,7 @@ export declare namespace ConnectionPropertiesPatch {
6043
6168
  s3Properties?: never;
6044
6169
  amazonQProperties?: never;
6045
6170
  mlflowProperties?: never;
6171
+ lakehouseProperties?: never;
6046
6172
  $unknown: [string, any];
6047
6173
  }
6048
6174
  /**
@@ -6058,6 +6184,7 @@ export declare namespace ConnectionPropertiesPatch {
6058
6184
  s3Properties: (value: S3PropertiesPatch) => T;
6059
6185
  amazonQProperties: (value: AmazonQPropertiesPatch) => T;
6060
6186
  mlflowProperties: (value: MlflowPropertiesPatch) => T;
6187
+ lakehouseProperties: (value: LakehousePropertiesPatch) => T;
6061
6188
  _: (name: string, value: any) => T;
6062
6189
  }
6063
6190
  }
@@ -9909,198 +10036,3 @@ export interface SubscribedUserInput {
9909
10036
  */
9910
10037
  identifier?: string | undefined;
9911
10038
  }
9912
- /**
9913
- * <p>The principal that is to be given a subscriptiong grant.</p>
9914
- * @public
9915
- */
9916
- export type SubscribedPrincipalInput = SubscribedPrincipalInput.GroupMember | SubscribedPrincipalInput.IamMember | SubscribedPrincipalInput.ProjectMember | SubscribedPrincipalInput.UserMember | SubscribedPrincipalInput.$UnknownMember;
9917
- /**
9918
- * @public
9919
- */
9920
- export declare namespace SubscribedPrincipalInput {
9921
- /**
9922
- * <p>The project that is to be given a subscription grant.</p>
9923
- * @public
9924
- */
9925
- interface ProjectMember {
9926
- project: SubscribedProjectInput;
9927
- user?: never;
9928
- group?: never;
9929
- iam?: never;
9930
- $unknown?: never;
9931
- }
9932
- /**
9933
- * <p>The subscribed user.</p>
9934
- * @public
9935
- */
9936
- interface UserMember {
9937
- project?: never;
9938
- user: SubscribedUserInput;
9939
- group?: never;
9940
- iam?: never;
9941
- $unknown?: never;
9942
- }
9943
- /**
9944
- * <p>The subscribed group.</p>
9945
- * @public
9946
- */
9947
- interface GroupMember {
9948
- project?: never;
9949
- user?: never;
9950
- group: SubscribedGroupInput;
9951
- iam?: never;
9952
- $unknown?: never;
9953
- }
9954
- /**
9955
- * <p>The subscribed IAM principal.</p>
9956
- * @public
9957
- */
9958
- interface IamMember {
9959
- project?: never;
9960
- user?: never;
9961
- group?: never;
9962
- iam: SubscribedIamPrincipalInput;
9963
- $unknown?: never;
9964
- }
9965
- /**
9966
- * @public
9967
- */
9968
- interface $UnknownMember {
9969
- project?: never;
9970
- user?: never;
9971
- group?: never;
9972
- iam?: never;
9973
- $unknown: [string, any];
9974
- }
9975
- /**
9976
- * @deprecated unused in schema-serde mode.
9977
- *
9978
- */
9979
- interface Visitor<T> {
9980
- project: (value: SubscribedProjectInput) => T;
9981
- user: (value: SubscribedUserInput) => T;
9982
- group: (value: SubscribedGroupInput) => T;
9983
- iam: (value: SubscribedIamPrincipalInput) => T;
9984
- _: (name: string, value: any) => T;
9985
- }
9986
- }
9987
- /**
9988
- * @public
9989
- */
9990
- export interface CreateSubscriptionRequestInput {
9991
- /**
9992
- * <p>The ID of the Amazon DataZone domain in which the subscription request is created.</p>
9993
- * @public
9994
- */
9995
- domainIdentifier: string | undefined;
9996
- /**
9997
- * <p>The Amazon DataZone principals for whom the subscription request is created.</p>
9998
- * @public
9999
- */
10000
- subscribedPrincipals: SubscribedPrincipalInput[] | undefined;
10001
- /**
10002
- * <p>The published asset for which the subscription grant is to be created.</p>
10003
- * @public
10004
- */
10005
- subscribedListings: SubscribedListingInput[] | undefined;
10006
- /**
10007
- * <p>The reason for the subscription request.</p>
10008
- * @public
10009
- */
10010
- requestReason: string | undefined;
10011
- /**
10012
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
10013
- * @public
10014
- */
10015
- clientToken?: string | undefined;
10016
- /**
10017
- * <p>The metadata form included in the subscription request.</p>
10018
- * @public
10019
- */
10020
- metadataForms?: FormInput[] | undefined;
10021
- /**
10022
- * <p>The asset permissions of the subscription request.</p>
10023
- * @public
10024
- */
10025
- assetPermissions?: AssetPermission[] | undefined;
10026
- /**
10027
- * <p>The asset scopes of the subscription request.</p>
10028
- * @public
10029
- */
10030
- assetScopes?: AcceptedAssetScope[] | undefined;
10031
- }
10032
- /**
10033
- * @public
10034
- */
10035
- export interface CreateSubscriptionRequestOutput {
10036
- /**
10037
- * <p>The ID of the subscription request.</p>
10038
- * @public
10039
- */
10040
- id: string | undefined;
10041
- /**
10042
- * <p>The Amazon DataZone user who created the subscription request.</p>
10043
- * @public
10044
- */
10045
- createdBy: string | undefined;
10046
- /**
10047
- * <p>The Amazon DataZone user who updated the subscription request.</p>
10048
- * @public
10049
- */
10050
- updatedBy?: string | undefined;
10051
- /**
10052
- * <p>The ID of the Amazon DataZone domain in whcih the subscription request is created.</p>
10053
- * @public
10054
- */
10055
- domainId: string | undefined;
10056
- /**
10057
- * <p>The status of the subscription request.</p>
10058
- * @public
10059
- */
10060
- status: SubscriptionRequestStatus | undefined;
10061
- /**
10062
- * <p>A timestamp of when the subscription request is created.</p>
10063
- * @public
10064
- */
10065
- createdAt: Date | undefined;
10066
- /**
10067
- * <p>The timestamp of when the subscription request was updated.</p>
10068
- * @public
10069
- */
10070
- updatedAt: Date | undefined;
10071
- /**
10072
- * <p>The reason for the subscription request.</p>
10073
- * @public
10074
- */
10075
- requestReason: string | undefined;
10076
- /**
10077
- * <p>The subscribed principals of the subscription request.</p>
10078
- * @public
10079
- */
10080
- subscribedPrincipals: SubscribedPrincipal[] | undefined;
10081
- /**
10082
- * <p>The published asset for which the subscription grant is to be created.</p>
10083
- * @public
10084
- */
10085
- subscribedListings: SubscribedListing[] | undefined;
10086
- /**
10087
- * <p>The ID of the reviewer of the subscription request.</p>
10088
- * @public
10089
- */
10090
- reviewerId?: string | undefined;
10091
- /**
10092
- * <p>The decision comment of the subscription request.</p>
10093
- * @public
10094
- */
10095
- decisionComment?: string | undefined;
10096
- /**
10097
- * <p>The ID of the existing subscription.</p>
10098
- * @public
10099
- */
10100
- existingSubscriptionId?: string | undefined;
10101
- /**
10102
- * <p>The metadata form included in the subscription request.</p>
10103
- * @public
10104
- */
10105
- metadataForms?: FormOutput[] | undefined;
10106
- }