@aws-sdk/client-datazone 3.1099.0 → 3.1101.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 +35 -9
- package/dist-es/models/enums.js +1 -0
- package/dist-es/schemas/schemas_0.js +30 -8
- package/dist-types/commands/CreateConnectionCommand.d.ts +14 -2
- package/dist-types/commands/GetConnectionCommand.d.ts +9 -2
- package/dist-types/commands/GetNotebookExportCommand.d.ts +2 -1
- package/dist-types/commands/ListConnectionsCommand.d.ts +10 -3
- package/dist-types/commands/StartNotebookExportCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +13 -2
- package/dist-types/models/enums.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +183 -75
- package/dist-types/models/models_1.d.ts +74 -137
- package/dist-types/models/models_2.d.ts +138 -3
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/commands/GetNotebookExportCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartNotebookExportCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +119 -33
- package/dist-types/ts3.4/models/models_1.d.ts +34 -33
- package/dist-types/ts3.4/models/models_2.d.ts +35 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4439,6 +4439,27 @@ export interface ConnectionCredentials {
|
|
|
4439
4439
|
*/
|
|
4440
4440
|
expiration?: Date | undefined;
|
|
4441
4441
|
}
|
|
4442
|
+
/**
|
|
4443
|
+
* <p>Contains the Git connection properties that you specify when creating a Git connection.</p>
|
|
4444
|
+
* @public
|
|
4445
|
+
*/
|
|
4446
|
+
export interface GitPropertiesInput {
|
|
4447
|
+
/**
|
|
4448
|
+
* <p>The ARN of the CodeConnections connection used to connect to the Git repository.</p>
|
|
4449
|
+
* @public
|
|
4450
|
+
*/
|
|
4451
|
+
codeConnectionArn: string | undefined;
|
|
4452
|
+
/**
|
|
4453
|
+
* <p>The ID of the Git repository. This is the owner and repository name, for example, owner/repo-name.</p>
|
|
4454
|
+
* @public
|
|
4455
|
+
*/
|
|
4456
|
+
repositoryId: string | undefined;
|
|
4457
|
+
/**
|
|
4458
|
+
* <p>The default branch of the Git repository.</p>
|
|
4459
|
+
* @public
|
|
4460
|
+
*/
|
|
4461
|
+
defaultBranch: string | undefined;
|
|
4462
|
+
}
|
|
4442
4463
|
/**
|
|
4443
4464
|
* <p>Physical connection requirements of a connection.</p>
|
|
4444
4465
|
* @public
|
|
@@ -5045,7 +5066,7 @@ export interface WorkflowsServerlessPropertiesInput {
|
|
|
5045
5066
|
* <p>The properties of a connection.</p>
|
|
5046
5067
|
* @public
|
|
5047
5068
|
*/
|
|
5048
|
-
export type ConnectionPropertiesInput = ConnectionPropertiesInput.AmazonQPropertiesMember | ConnectionPropertiesInput.AthenaPropertiesMember | ConnectionPropertiesInput.GluePropertiesMember | ConnectionPropertiesInput.HyperPodPropertiesMember | ConnectionPropertiesInput.IamPropertiesMember | ConnectionPropertiesInput.LakehousePropertiesMember | ConnectionPropertiesInput.MlflowPropertiesMember | ConnectionPropertiesInput.RedshiftPropertiesMember | ConnectionPropertiesInput.S3PropertiesMember | ConnectionPropertiesInput.SnowflakePropertiesMember | ConnectionPropertiesInput.SparkEmrPropertiesMember | ConnectionPropertiesInput.SparkGluePropertiesMember | ConnectionPropertiesInput.VpcPropertiesMember | ConnectionPropertiesInput.WorkflowsMwaaPropertiesMember | ConnectionPropertiesInput.WorkflowsServerlessPropertiesMember | ConnectionPropertiesInput.$UnknownMember;
|
|
5069
|
+
export type ConnectionPropertiesInput = ConnectionPropertiesInput.AmazonQPropertiesMember | ConnectionPropertiesInput.AthenaPropertiesMember | ConnectionPropertiesInput.GitPropertiesMember | ConnectionPropertiesInput.GluePropertiesMember | ConnectionPropertiesInput.HyperPodPropertiesMember | ConnectionPropertiesInput.IamPropertiesMember | ConnectionPropertiesInput.LakehousePropertiesMember | ConnectionPropertiesInput.MlflowPropertiesMember | ConnectionPropertiesInput.RedshiftPropertiesMember | ConnectionPropertiesInput.S3PropertiesMember | ConnectionPropertiesInput.SnowflakePropertiesMember | ConnectionPropertiesInput.SparkEmrPropertiesMember | ConnectionPropertiesInput.SparkGluePropertiesMember | ConnectionPropertiesInput.VpcPropertiesMember | ConnectionPropertiesInput.WorkflowsMwaaPropertiesMember | ConnectionPropertiesInput.WorkflowsServerlessPropertiesMember | ConnectionPropertiesInput.$UnknownMember;
|
|
5049
5070
|
/**
|
|
5050
5071
|
* @public
|
|
5051
5072
|
*/
|
|
@@ -5070,6 +5091,7 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5070
5091
|
workflowsServerlessProperties?: never;
|
|
5071
5092
|
lakehouseProperties?: never;
|
|
5072
5093
|
vpcProperties?: never;
|
|
5094
|
+
gitProperties?: never;
|
|
5073
5095
|
$unknown?: never;
|
|
5074
5096
|
}
|
|
5075
5097
|
/**
|
|
@@ -5092,6 +5114,7 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5092
5114
|
workflowsServerlessProperties?: never;
|
|
5093
5115
|
lakehouseProperties?: never;
|
|
5094
5116
|
vpcProperties?: never;
|
|
5117
|
+
gitProperties?: never;
|
|
5095
5118
|
$unknown?: never;
|
|
5096
5119
|
}
|
|
5097
5120
|
/**
|
|
@@ -5114,6 +5137,7 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5114
5137
|
workflowsServerlessProperties?: never;
|
|
5115
5138
|
lakehouseProperties?: never;
|
|
5116
5139
|
vpcProperties?: never;
|
|
5140
|
+
gitProperties?: never;
|
|
5117
5141
|
$unknown?: never;
|
|
5118
5142
|
}
|
|
5119
5143
|
/**
|
|
@@ -5136,6 +5160,7 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5136
5160
|
workflowsServerlessProperties?: never;
|
|
5137
5161
|
lakehouseProperties?: never;
|
|
5138
5162
|
vpcProperties?: never;
|
|
5163
|
+
gitProperties?: never;
|
|
5139
5164
|
$unknown?: never;
|
|
5140
5165
|
}
|
|
5141
5166
|
/**
|
|
@@ -5158,6 +5183,7 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5158
5183
|
workflowsServerlessProperties?: never;
|
|
5159
5184
|
lakehouseProperties?: never;
|
|
5160
5185
|
vpcProperties?: never;
|
|
5186
|
+
gitProperties?: never;
|
|
5161
5187
|
$unknown?: never;
|
|
5162
5188
|
}
|
|
5163
5189
|
/**
|
|
@@ -5180,6 +5206,7 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5180
5206
|
workflowsServerlessProperties?: never;
|
|
5181
5207
|
lakehouseProperties?: never;
|
|
5182
5208
|
vpcProperties?: never;
|
|
5209
|
+
gitProperties?: never;
|
|
5183
5210
|
$unknown?: never;
|
|
5184
5211
|
}
|
|
5185
5212
|
/**
|
|
@@ -5202,6 +5229,7 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5202
5229
|
workflowsServerlessProperties?: never;
|
|
5203
5230
|
lakehouseProperties?: never;
|
|
5204
5231
|
vpcProperties?: never;
|
|
5232
|
+
gitProperties?: never;
|
|
5205
5233
|
$unknown?: never;
|
|
5206
5234
|
}
|
|
5207
5235
|
/**
|
|
@@ -5224,6 +5252,7 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5224
5252
|
workflowsServerlessProperties?: never;
|
|
5225
5253
|
lakehouseProperties?: never;
|
|
5226
5254
|
vpcProperties?: never;
|
|
5255
|
+
gitProperties?: never;
|
|
5227
5256
|
$unknown?: never;
|
|
5228
5257
|
}
|
|
5229
5258
|
/**
|
|
@@ -5246,6 +5275,7 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5246
5275
|
workflowsServerlessProperties?: never;
|
|
5247
5276
|
lakehouseProperties?: never;
|
|
5248
5277
|
vpcProperties?: never;
|
|
5278
|
+
gitProperties?: never;
|
|
5249
5279
|
$unknown?: never;
|
|
5250
5280
|
}
|
|
5251
5281
|
/**
|
|
@@ -5268,6 +5298,7 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5268
5298
|
workflowsServerlessProperties?: never;
|
|
5269
5299
|
lakehouseProperties?: never;
|
|
5270
5300
|
vpcProperties?: never;
|
|
5301
|
+
gitProperties?: never;
|
|
5271
5302
|
$unknown?: never;
|
|
5272
5303
|
}
|
|
5273
5304
|
/**
|
|
@@ -5290,6 +5321,7 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5290
5321
|
workflowsServerlessProperties?: never;
|
|
5291
5322
|
lakehouseProperties?: never;
|
|
5292
5323
|
vpcProperties?: never;
|
|
5324
|
+
gitProperties?: never;
|
|
5293
5325
|
$unknown?: never;
|
|
5294
5326
|
}
|
|
5295
5327
|
/**
|
|
@@ -5312,6 +5344,7 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5312
5344
|
workflowsServerlessProperties?: never;
|
|
5313
5345
|
lakehouseProperties?: never;
|
|
5314
5346
|
vpcProperties?: never;
|
|
5347
|
+
gitProperties?: never;
|
|
5315
5348
|
$unknown?: never;
|
|
5316
5349
|
}
|
|
5317
5350
|
/**
|
|
@@ -5334,6 +5367,7 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5334
5367
|
workflowsServerlessProperties: WorkflowsServerlessPropertiesInput;
|
|
5335
5368
|
lakehouseProperties?: never;
|
|
5336
5369
|
vpcProperties?: never;
|
|
5370
|
+
gitProperties?: never;
|
|
5337
5371
|
$unknown?: never;
|
|
5338
5372
|
}
|
|
5339
5373
|
/**
|
|
@@ -5356,6 +5390,7 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5356
5390
|
workflowsServerlessProperties?: never;
|
|
5357
5391
|
lakehouseProperties: LakehousePropertiesInput;
|
|
5358
5392
|
vpcProperties?: never;
|
|
5393
|
+
gitProperties?: never;
|
|
5359
5394
|
$unknown?: never;
|
|
5360
5395
|
}
|
|
5361
5396
|
/**
|
|
@@ -5378,6 +5413,30 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5378
5413
|
workflowsServerlessProperties?: never;
|
|
5379
5414
|
lakehouseProperties?: never;
|
|
5380
5415
|
vpcProperties: VpcPropertiesInput;
|
|
5416
|
+
gitProperties?: never;
|
|
5417
|
+
$unknown?: never;
|
|
5418
|
+
}
|
|
5419
|
+
/**
|
|
5420
|
+
* <p>The Git properties of a connection.</p>
|
|
5421
|
+
* @public
|
|
5422
|
+
*/
|
|
5423
|
+
interface GitPropertiesMember {
|
|
5424
|
+
athenaProperties?: never;
|
|
5425
|
+
glueProperties?: never;
|
|
5426
|
+
hyperPodProperties?: never;
|
|
5427
|
+
iamProperties?: never;
|
|
5428
|
+
redshiftProperties?: never;
|
|
5429
|
+
sparkEmrProperties?: never;
|
|
5430
|
+
sparkGlueProperties?: never;
|
|
5431
|
+
s3Properties?: never;
|
|
5432
|
+
snowflakeProperties?: never;
|
|
5433
|
+
amazonQProperties?: never;
|
|
5434
|
+
mlflowProperties?: never;
|
|
5435
|
+
workflowsMwaaProperties?: never;
|
|
5436
|
+
workflowsServerlessProperties?: never;
|
|
5437
|
+
lakehouseProperties?: never;
|
|
5438
|
+
vpcProperties?: never;
|
|
5439
|
+
gitProperties: GitPropertiesInput;
|
|
5381
5440
|
$unknown?: never;
|
|
5382
5441
|
}
|
|
5383
5442
|
/**
|
|
@@ -5399,6 +5458,7 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5399
5458
|
workflowsServerlessProperties?: never;
|
|
5400
5459
|
lakehouseProperties?: never;
|
|
5401
5460
|
vpcProperties?: never;
|
|
5461
|
+
gitProperties?: never;
|
|
5402
5462
|
$unknown: [string, any];
|
|
5403
5463
|
}
|
|
5404
5464
|
/**
|
|
@@ -5421,9 +5481,41 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
5421
5481
|
workflowsServerlessProperties: (value: WorkflowsServerlessPropertiesInput) => T;
|
|
5422
5482
|
lakehouseProperties: (value: LakehousePropertiesInput) => T;
|
|
5423
5483
|
vpcProperties: (value: VpcPropertiesInput) => T;
|
|
5484
|
+
gitProperties: (value: GitPropertiesInput) => T;
|
|
5424
5485
|
_: (name: string, value: any) => T;
|
|
5425
5486
|
}
|
|
5426
5487
|
}
|
|
5488
|
+
/**
|
|
5489
|
+
* <p>The properties of a Git connection returned by get and list operations, including connection status and any error details.</p>
|
|
5490
|
+
* @public
|
|
5491
|
+
*/
|
|
5492
|
+
export interface GitPropertiesOutput {
|
|
5493
|
+
/**
|
|
5494
|
+
* <p>The ARN of the CodeConnections connection used to connect to the Git repository.</p>
|
|
5495
|
+
* @public
|
|
5496
|
+
*/
|
|
5497
|
+
codeConnectionArn: string | undefined;
|
|
5498
|
+
/**
|
|
5499
|
+
* <p>The ID of the Git repository. This is the owner and repository name, for example, owner/repo-name.</p>
|
|
5500
|
+
* @public
|
|
5501
|
+
*/
|
|
5502
|
+
repositoryId: string | undefined;
|
|
5503
|
+
/**
|
|
5504
|
+
* <p>The default branch of the Git repository.</p>
|
|
5505
|
+
* @public
|
|
5506
|
+
*/
|
|
5507
|
+
defaultBranch: string | undefined;
|
|
5508
|
+
/**
|
|
5509
|
+
* <p>The status of the Git connection.</p>
|
|
5510
|
+
* @public
|
|
5511
|
+
*/
|
|
5512
|
+
status?: ConnectionStatus | undefined;
|
|
5513
|
+
/**
|
|
5514
|
+
* <p>The error message that describes why the Git connection failed. This member is populated when the connection status is CREATE_FAILED or UPDATE_FAILED.</p>
|
|
5515
|
+
* @public
|
|
5516
|
+
*/
|
|
5517
|
+
errorMessage?: string | undefined;
|
|
5518
|
+
}
|
|
5427
5519
|
/**
|
|
5428
5520
|
* <p>The properties of the Amazon Web Services Glue connection.</p>
|
|
5429
5521
|
* @public
|
|
@@ -5854,7 +5946,7 @@ export interface WorkflowsServerlessPropertiesOutput {
|
|
|
5854
5946
|
* <p>The properties of a connection.</p>
|
|
5855
5947
|
* @public
|
|
5856
5948
|
*/
|
|
5857
|
-
export type ConnectionPropertiesOutput = ConnectionPropertiesOutput.AmazonQPropertiesMember | ConnectionPropertiesOutput.AthenaPropertiesMember | ConnectionPropertiesOutput.GluePropertiesMember | ConnectionPropertiesOutput.HyperPodPropertiesMember | ConnectionPropertiesOutput.IamPropertiesMember | ConnectionPropertiesOutput.LakehousePropertiesMember | ConnectionPropertiesOutput.MlflowPropertiesMember | ConnectionPropertiesOutput.RedshiftPropertiesMember | ConnectionPropertiesOutput.S3PropertiesMember | ConnectionPropertiesOutput.SnowflakePropertiesMember | ConnectionPropertiesOutput.SparkEmrPropertiesMember | ConnectionPropertiesOutput.SparkGluePropertiesMember | ConnectionPropertiesOutput.VpcPropertiesMember | ConnectionPropertiesOutput.WorkflowsMwaaPropertiesMember | ConnectionPropertiesOutput.WorkflowsServerlessPropertiesMember | ConnectionPropertiesOutput.$UnknownMember;
|
|
5949
|
+
export type ConnectionPropertiesOutput = ConnectionPropertiesOutput.AmazonQPropertiesMember | ConnectionPropertiesOutput.AthenaPropertiesMember | ConnectionPropertiesOutput.GitPropertiesMember | ConnectionPropertiesOutput.GluePropertiesMember | ConnectionPropertiesOutput.HyperPodPropertiesMember | ConnectionPropertiesOutput.IamPropertiesMember | ConnectionPropertiesOutput.LakehousePropertiesMember | ConnectionPropertiesOutput.MlflowPropertiesMember | ConnectionPropertiesOutput.RedshiftPropertiesMember | ConnectionPropertiesOutput.S3PropertiesMember | ConnectionPropertiesOutput.SnowflakePropertiesMember | ConnectionPropertiesOutput.SparkEmrPropertiesMember | ConnectionPropertiesOutput.SparkGluePropertiesMember | ConnectionPropertiesOutput.VpcPropertiesMember | ConnectionPropertiesOutput.WorkflowsMwaaPropertiesMember | ConnectionPropertiesOutput.WorkflowsServerlessPropertiesMember | ConnectionPropertiesOutput.$UnknownMember;
|
|
5858
5950
|
/**
|
|
5859
5951
|
* @public
|
|
5860
5952
|
*/
|
|
@@ -5879,6 +5971,7 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
5879
5971
|
workflowsServerlessProperties?: never;
|
|
5880
5972
|
lakehouseProperties?: never;
|
|
5881
5973
|
vpcProperties?: never;
|
|
5974
|
+
gitProperties?: never;
|
|
5882
5975
|
$unknown?: never;
|
|
5883
5976
|
}
|
|
5884
5977
|
/**
|
|
@@ -5901,6 +5994,7 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
5901
5994
|
workflowsServerlessProperties?: never;
|
|
5902
5995
|
lakehouseProperties?: never;
|
|
5903
5996
|
vpcProperties?: never;
|
|
5997
|
+
gitProperties?: never;
|
|
5904
5998
|
$unknown?: never;
|
|
5905
5999
|
}
|
|
5906
6000
|
/**
|
|
@@ -5923,6 +6017,7 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
5923
6017
|
workflowsServerlessProperties?: never;
|
|
5924
6018
|
lakehouseProperties?: never;
|
|
5925
6019
|
vpcProperties?: never;
|
|
6020
|
+
gitProperties?: never;
|
|
5926
6021
|
$unknown?: never;
|
|
5927
6022
|
}
|
|
5928
6023
|
/**
|
|
@@ -5945,6 +6040,7 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
5945
6040
|
workflowsServerlessProperties?: never;
|
|
5946
6041
|
lakehouseProperties?: never;
|
|
5947
6042
|
vpcProperties?: never;
|
|
6043
|
+
gitProperties?: never;
|
|
5948
6044
|
$unknown?: never;
|
|
5949
6045
|
}
|
|
5950
6046
|
/**
|
|
@@ -5967,6 +6063,7 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
5967
6063
|
workflowsServerlessProperties?: never;
|
|
5968
6064
|
lakehouseProperties?: never;
|
|
5969
6065
|
vpcProperties?: never;
|
|
6066
|
+
gitProperties?: never;
|
|
5970
6067
|
$unknown?: never;
|
|
5971
6068
|
}
|
|
5972
6069
|
/**
|
|
@@ -5989,6 +6086,7 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
5989
6086
|
workflowsServerlessProperties?: never;
|
|
5990
6087
|
lakehouseProperties?: never;
|
|
5991
6088
|
vpcProperties?: never;
|
|
6089
|
+
gitProperties?: never;
|
|
5992
6090
|
$unknown?: never;
|
|
5993
6091
|
}
|
|
5994
6092
|
/**
|
|
@@ -6011,6 +6109,7 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
6011
6109
|
workflowsServerlessProperties?: never;
|
|
6012
6110
|
lakehouseProperties?: never;
|
|
6013
6111
|
vpcProperties?: never;
|
|
6112
|
+
gitProperties?: never;
|
|
6014
6113
|
$unknown?: never;
|
|
6015
6114
|
}
|
|
6016
6115
|
/**
|
|
@@ -6033,6 +6132,7 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
6033
6132
|
workflowsServerlessProperties?: never;
|
|
6034
6133
|
lakehouseProperties?: never;
|
|
6035
6134
|
vpcProperties?: never;
|
|
6135
|
+
gitProperties?: never;
|
|
6036
6136
|
$unknown?: never;
|
|
6037
6137
|
}
|
|
6038
6138
|
/**
|
|
@@ -6055,6 +6155,7 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
6055
6155
|
workflowsServerlessProperties?: never;
|
|
6056
6156
|
lakehouseProperties?: never;
|
|
6057
6157
|
vpcProperties?: never;
|
|
6158
|
+
gitProperties?: never;
|
|
6058
6159
|
$unknown?: never;
|
|
6059
6160
|
}
|
|
6060
6161
|
/**
|
|
@@ -6077,6 +6178,7 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
6077
6178
|
workflowsServerlessProperties?: never;
|
|
6078
6179
|
lakehouseProperties?: never;
|
|
6079
6180
|
vpcProperties?: never;
|
|
6181
|
+
gitProperties?: never;
|
|
6080
6182
|
$unknown?: never;
|
|
6081
6183
|
}
|
|
6082
6184
|
/**
|
|
@@ -6099,6 +6201,7 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
6099
6201
|
workflowsServerlessProperties?: never;
|
|
6100
6202
|
lakehouseProperties?: never;
|
|
6101
6203
|
vpcProperties?: never;
|
|
6204
|
+
gitProperties?: never;
|
|
6102
6205
|
$unknown?: never;
|
|
6103
6206
|
}
|
|
6104
6207
|
/**
|
|
@@ -6121,6 +6224,7 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
6121
6224
|
workflowsServerlessProperties?: never;
|
|
6122
6225
|
lakehouseProperties?: never;
|
|
6123
6226
|
vpcProperties?: never;
|
|
6227
|
+
gitProperties?: never;
|
|
6124
6228
|
$unknown?: never;
|
|
6125
6229
|
}
|
|
6126
6230
|
/**
|
|
@@ -6143,6 +6247,7 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
6143
6247
|
workflowsServerlessProperties: WorkflowsServerlessPropertiesOutput;
|
|
6144
6248
|
lakehouseProperties?: never;
|
|
6145
6249
|
vpcProperties?: never;
|
|
6250
|
+
gitProperties?: never;
|
|
6146
6251
|
$unknown?: never;
|
|
6147
6252
|
}
|
|
6148
6253
|
/**
|
|
@@ -6165,6 +6270,7 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
6165
6270
|
workflowsServerlessProperties?: never;
|
|
6166
6271
|
lakehouseProperties: LakehousePropertiesOutput;
|
|
6167
6272
|
vpcProperties?: never;
|
|
6273
|
+
gitProperties?: never;
|
|
6168
6274
|
$unknown?: never;
|
|
6169
6275
|
}
|
|
6170
6276
|
/**
|
|
@@ -6187,6 +6293,30 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
6187
6293
|
workflowsServerlessProperties?: never;
|
|
6188
6294
|
lakehouseProperties?: never;
|
|
6189
6295
|
vpcProperties: VpcPropertiesOutput;
|
|
6296
|
+
gitProperties?: never;
|
|
6297
|
+
$unknown?: never;
|
|
6298
|
+
}
|
|
6299
|
+
/**
|
|
6300
|
+
* <p>The Git properties of a connection.</p>
|
|
6301
|
+
* @public
|
|
6302
|
+
*/
|
|
6303
|
+
interface GitPropertiesMember {
|
|
6304
|
+
athenaProperties?: never;
|
|
6305
|
+
glueProperties?: never;
|
|
6306
|
+
hyperPodProperties?: never;
|
|
6307
|
+
iamProperties?: never;
|
|
6308
|
+
redshiftProperties?: never;
|
|
6309
|
+
sparkEmrProperties?: never;
|
|
6310
|
+
sparkGlueProperties?: never;
|
|
6311
|
+
s3Properties?: never;
|
|
6312
|
+
snowflakeProperties?: never;
|
|
6313
|
+
amazonQProperties?: never;
|
|
6314
|
+
mlflowProperties?: never;
|
|
6315
|
+
workflowsMwaaProperties?: never;
|
|
6316
|
+
workflowsServerlessProperties?: never;
|
|
6317
|
+
lakehouseProperties?: never;
|
|
6318
|
+
vpcProperties?: never;
|
|
6319
|
+
gitProperties: GitPropertiesOutput;
|
|
6190
6320
|
$unknown?: never;
|
|
6191
6321
|
}
|
|
6192
6322
|
/**
|
|
@@ -6208,6 +6338,7 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
6208
6338
|
workflowsServerlessProperties?: never;
|
|
6209
6339
|
lakehouseProperties?: never;
|
|
6210
6340
|
vpcProperties?: never;
|
|
6341
|
+
gitProperties?: never;
|
|
6211
6342
|
$unknown: [string, any];
|
|
6212
6343
|
}
|
|
6213
6344
|
/**
|
|
@@ -6230,9 +6361,26 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
6230
6361
|
workflowsServerlessProperties: (value: WorkflowsServerlessPropertiesOutput) => T;
|
|
6231
6362
|
lakehouseProperties: (value: LakehousePropertiesOutput) => T;
|
|
6232
6363
|
vpcProperties: (value: VpcPropertiesOutput) => T;
|
|
6364
|
+
gitProperties: (value: GitPropertiesOutput) => T;
|
|
6233
6365
|
_: (name: string, value: any) => T;
|
|
6234
6366
|
}
|
|
6235
6367
|
}
|
|
6368
|
+
/**
|
|
6369
|
+
* <p>The properties used to update an existing Git connection, such as the CodeConnections ARN or the default branch.</p>
|
|
6370
|
+
* @public
|
|
6371
|
+
*/
|
|
6372
|
+
export interface GitPropertiesPatch {
|
|
6373
|
+
/**
|
|
6374
|
+
* <p>The ARN of the CodeConnections connection used to connect to the Git repository.</p>
|
|
6375
|
+
* @public
|
|
6376
|
+
*/
|
|
6377
|
+
codeConnectionArn?: string | undefined;
|
|
6378
|
+
/**
|
|
6379
|
+
* <p>The default branch of the Git repository.</p>
|
|
6380
|
+
* @public
|
|
6381
|
+
*/
|
|
6382
|
+
defaultBranch?: string | undefined;
|
|
6383
|
+
}
|
|
6236
6384
|
/**
|
|
6237
6385
|
* <p>The Amazon Web Services Glue connection patch.</p>
|
|
6238
6386
|
* @public
|
|
@@ -6468,7 +6616,7 @@ export interface VpcPropertiesPatch {
|
|
|
6468
6616
|
* <p>The connection properties patch.</p>
|
|
6469
6617
|
* @public
|
|
6470
6618
|
*/
|
|
6471
|
-
export type ConnectionPropertiesPatch = ConnectionPropertiesPatch.AmazonQPropertiesMember | ConnectionPropertiesPatch.AthenaPropertiesMember | ConnectionPropertiesPatch.GluePropertiesMember | ConnectionPropertiesPatch.IamPropertiesMember | ConnectionPropertiesPatch.LakehousePropertiesMember | ConnectionPropertiesPatch.MlflowPropertiesMember | ConnectionPropertiesPatch.RedshiftPropertiesMember | ConnectionPropertiesPatch.S3PropertiesMember | ConnectionPropertiesPatch.SnowflakePropertiesMember | ConnectionPropertiesPatch.SparkEmrPropertiesMember | ConnectionPropertiesPatch.VpcPropertiesMember | ConnectionPropertiesPatch.$UnknownMember;
|
|
6619
|
+
export type ConnectionPropertiesPatch = ConnectionPropertiesPatch.AmazonQPropertiesMember | ConnectionPropertiesPatch.AthenaPropertiesMember | ConnectionPropertiesPatch.GitPropertiesMember | ConnectionPropertiesPatch.GluePropertiesMember | ConnectionPropertiesPatch.IamPropertiesMember | ConnectionPropertiesPatch.LakehousePropertiesMember | ConnectionPropertiesPatch.MlflowPropertiesMember | ConnectionPropertiesPatch.RedshiftPropertiesMember | ConnectionPropertiesPatch.S3PropertiesMember | ConnectionPropertiesPatch.SnowflakePropertiesMember | ConnectionPropertiesPatch.SparkEmrPropertiesMember | ConnectionPropertiesPatch.VpcPropertiesMember | ConnectionPropertiesPatch.$UnknownMember;
|
|
6472
6620
|
/**
|
|
6473
6621
|
* @public
|
|
6474
6622
|
*/
|
|
@@ -6489,6 +6637,7 @@ export declare namespace ConnectionPropertiesPatch {
|
|
|
6489
6637
|
mlflowProperties?: never;
|
|
6490
6638
|
lakehouseProperties?: never;
|
|
6491
6639
|
vpcProperties?: never;
|
|
6640
|
+
gitProperties?: never;
|
|
6492
6641
|
$unknown?: never;
|
|
6493
6642
|
}
|
|
6494
6643
|
/**
|
|
@@ -6507,6 +6656,7 @@ export declare namespace ConnectionPropertiesPatch {
|
|
|
6507
6656
|
mlflowProperties?: never;
|
|
6508
6657
|
lakehouseProperties?: never;
|
|
6509
6658
|
vpcProperties?: never;
|
|
6659
|
+
gitProperties?: never;
|
|
6510
6660
|
$unknown?: never;
|
|
6511
6661
|
}
|
|
6512
6662
|
/**
|
|
@@ -6525,6 +6675,7 @@ export declare namespace ConnectionPropertiesPatch {
|
|
|
6525
6675
|
mlflowProperties?: never;
|
|
6526
6676
|
lakehouseProperties?: never;
|
|
6527
6677
|
vpcProperties?: never;
|
|
6678
|
+
gitProperties?: never;
|
|
6528
6679
|
$unknown?: never;
|
|
6529
6680
|
}
|
|
6530
6681
|
/**
|
|
@@ -6543,6 +6694,7 @@ export declare namespace ConnectionPropertiesPatch {
|
|
|
6543
6694
|
mlflowProperties?: never;
|
|
6544
6695
|
lakehouseProperties?: never;
|
|
6545
6696
|
vpcProperties?: never;
|
|
6697
|
+
gitProperties?: never;
|
|
6546
6698
|
$unknown?: never;
|
|
6547
6699
|
}
|
|
6548
6700
|
/**
|
|
@@ -6561,6 +6713,7 @@ export declare namespace ConnectionPropertiesPatch {
|
|
|
6561
6713
|
mlflowProperties?: never;
|
|
6562
6714
|
lakehouseProperties?: never;
|
|
6563
6715
|
vpcProperties?: never;
|
|
6716
|
+
gitProperties?: never;
|
|
6564
6717
|
$unknown?: never;
|
|
6565
6718
|
}
|
|
6566
6719
|
/**
|
|
@@ -6579,6 +6732,7 @@ export declare namespace ConnectionPropertiesPatch {
|
|
|
6579
6732
|
mlflowProperties?: never;
|
|
6580
6733
|
lakehouseProperties?: never;
|
|
6581
6734
|
vpcProperties?: never;
|
|
6735
|
+
gitProperties?: never;
|
|
6582
6736
|
$unknown?: never;
|
|
6583
6737
|
}
|
|
6584
6738
|
/**
|
|
@@ -6597,6 +6751,7 @@ export declare namespace ConnectionPropertiesPatch {
|
|
|
6597
6751
|
mlflowProperties?: never;
|
|
6598
6752
|
lakehouseProperties?: never;
|
|
6599
6753
|
vpcProperties?: never;
|
|
6754
|
+
gitProperties?: never;
|
|
6600
6755
|
$unknown?: never;
|
|
6601
6756
|
}
|
|
6602
6757
|
/**
|
|
@@ -6615,6 +6770,7 @@ export declare namespace ConnectionPropertiesPatch {
|
|
|
6615
6770
|
mlflowProperties?: never;
|
|
6616
6771
|
lakehouseProperties?: never;
|
|
6617
6772
|
vpcProperties?: never;
|
|
6773
|
+
gitProperties?: never;
|
|
6618
6774
|
$unknown?: never;
|
|
6619
6775
|
}
|
|
6620
6776
|
/**
|
|
@@ -6633,6 +6789,7 @@ export declare namespace ConnectionPropertiesPatch {
|
|
|
6633
6789
|
mlflowProperties: MlflowPropertiesPatch;
|
|
6634
6790
|
lakehouseProperties?: never;
|
|
6635
6791
|
vpcProperties?: never;
|
|
6792
|
+
gitProperties?: never;
|
|
6636
6793
|
$unknown?: never;
|
|
6637
6794
|
}
|
|
6638
6795
|
/**
|
|
@@ -6651,6 +6808,7 @@ export declare namespace ConnectionPropertiesPatch {
|
|
|
6651
6808
|
mlflowProperties?: never;
|
|
6652
6809
|
lakehouseProperties: LakehousePropertiesPatch;
|
|
6653
6810
|
vpcProperties?: never;
|
|
6811
|
+
gitProperties?: never;
|
|
6654
6812
|
$unknown?: never;
|
|
6655
6813
|
}
|
|
6656
6814
|
/**
|
|
@@ -6669,6 +6827,26 @@ export declare namespace ConnectionPropertiesPatch {
|
|
|
6669
6827
|
mlflowProperties?: never;
|
|
6670
6828
|
lakehouseProperties?: never;
|
|
6671
6829
|
vpcProperties: VpcPropertiesPatch;
|
|
6830
|
+
gitProperties?: never;
|
|
6831
|
+
$unknown?: never;
|
|
6832
|
+
}
|
|
6833
|
+
/**
|
|
6834
|
+
* <p>The Git properties of a connection properties patch.</p>
|
|
6835
|
+
* @public
|
|
6836
|
+
*/
|
|
6837
|
+
interface GitPropertiesMember {
|
|
6838
|
+
athenaProperties?: never;
|
|
6839
|
+
glueProperties?: never;
|
|
6840
|
+
iamProperties?: never;
|
|
6841
|
+
redshiftProperties?: never;
|
|
6842
|
+
sparkEmrProperties?: never;
|
|
6843
|
+
s3Properties?: never;
|
|
6844
|
+
snowflakeProperties?: never;
|
|
6845
|
+
amazonQProperties?: never;
|
|
6846
|
+
mlflowProperties?: never;
|
|
6847
|
+
lakehouseProperties?: never;
|
|
6848
|
+
vpcProperties?: never;
|
|
6849
|
+
gitProperties: GitPropertiesPatch;
|
|
6672
6850
|
$unknown?: never;
|
|
6673
6851
|
}
|
|
6674
6852
|
/**
|
|
@@ -6686,6 +6864,7 @@ export declare namespace ConnectionPropertiesPatch {
|
|
|
6686
6864
|
mlflowProperties?: never;
|
|
6687
6865
|
lakehouseProperties?: never;
|
|
6688
6866
|
vpcProperties?: never;
|
|
6867
|
+
gitProperties?: never;
|
|
6689
6868
|
$unknown: [string, any];
|
|
6690
6869
|
}
|
|
6691
6870
|
/**
|
|
@@ -6704,6 +6883,7 @@ export declare namespace ConnectionPropertiesPatch {
|
|
|
6704
6883
|
mlflowProperties: (value: MlflowPropertiesPatch) => T;
|
|
6705
6884
|
lakehouseProperties: (value: LakehousePropertiesPatch) => T;
|
|
6706
6885
|
vpcProperties: (value: VpcPropertiesPatch) => T;
|
|
6886
|
+
gitProperties: (value: GitPropertiesPatch) => T;
|
|
6707
6887
|
_: (name: string, value: any) => T;
|
|
6708
6888
|
}
|
|
6709
6889
|
}
|
|
@@ -10204,75 +10384,3 @@ export interface GlossaryTermEnforcementDetail {
|
|
|
10204
10384
|
*/
|
|
10205
10385
|
requiredGlossaryTermIds?: string[] | undefined;
|
|
10206
10386
|
}
|
|
10207
|
-
/**
|
|
10208
|
-
* <p>The reference of a metadata form.</p>
|
|
10209
|
-
* @public
|
|
10210
|
-
*/
|
|
10211
|
-
export interface MetadataFormReference {
|
|
10212
|
-
/**
|
|
10213
|
-
* <p>The type ID of the metadata form reference.</p>
|
|
10214
|
-
* @public
|
|
10215
|
-
*/
|
|
10216
|
-
typeIdentifier: string | undefined;
|
|
10217
|
-
/**
|
|
10218
|
-
* <p>The type revision of the metadata form reference.</p>
|
|
10219
|
-
* @public
|
|
10220
|
-
*/
|
|
10221
|
-
typeRevision: string | undefined;
|
|
10222
|
-
}
|
|
10223
|
-
/**
|
|
10224
|
-
* <p>The enforcement details of a metadata form.</p>
|
|
10225
|
-
* @public
|
|
10226
|
-
*/
|
|
10227
|
-
export interface MetadataFormEnforcementDetail {
|
|
10228
|
-
/**
|
|
10229
|
-
* <p>The required metadata forms.</p>
|
|
10230
|
-
* @public
|
|
10231
|
-
*/
|
|
10232
|
-
requiredMetadataForms?: MetadataFormReference[] | undefined;
|
|
10233
|
-
}
|
|
10234
|
-
/**
|
|
10235
|
-
* <p>The details of a rule.</p>
|
|
10236
|
-
* @public
|
|
10237
|
-
*/
|
|
10238
|
-
export type RuleDetail = RuleDetail.GlossaryTermEnforcementDetailMember | RuleDetail.MetadataFormEnforcementDetailMember | RuleDetail.$UnknownMember;
|
|
10239
|
-
/**
|
|
10240
|
-
* @public
|
|
10241
|
-
*/
|
|
10242
|
-
export declare namespace RuleDetail {
|
|
10243
|
-
/**
|
|
10244
|
-
* <p>The enforcement detail of the metadata form.</p>
|
|
10245
|
-
* @public
|
|
10246
|
-
*/
|
|
10247
|
-
interface MetadataFormEnforcementDetailMember {
|
|
10248
|
-
metadataFormEnforcementDetail: MetadataFormEnforcementDetail;
|
|
10249
|
-
glossaryTermEnforcementDetail?: never;
|
|
10250
|
-
$unknown?: never;
|
|
10251
|
-
}
|
|
10252
|
-
/**
|
|
10253
|
-
* <p>The enforcement details of a glossary term that's part of the metadata rule.</p>
|
|
10254
|
-
* @public
|
|
10255
|
-
*/
|
|
10256
|
-
interface GlossaryTermEnforcementDetailMember {
|
|
10257
|
-
metadataFormEnforcementDetail?: never;
|
|
10258
|
-
glossaryTermEnforcementDetail: GlossaryTermEnforcementDetail;
|
|
10259
|
-
$unknown?: never;
|
|
10260
|
-
}
|
|
10261
|
-
/**
|
|
10262
|
-
* @public
|
|
10263
|
-
*/
|
|
10264
|
-
interface $UnknownMember {
|
|
10265
|
-
metadataFormEnforcementDetail?: never;
|
|
10266
|
-
glossaryTermEnforcementDetail?: never;
|
|
10267
|
-
$unknown: [string, any];
|
|
10268
|
-
}
|
|
10269
|
-
/**
|
|
10270
|
-
* @deprecated unused in schema-serde mode.
|
|
10271
|
-
*
|
|
10272
|
-
*/
|
|
10273
|
-
interface Visitor<T> {
|
|
10274
|
-
metadataFormEnforcementDetail: (value: MetadataFormEnforcementDetail) => T;
|
|
10275
|
-
glossaryTermEnforcementDetail: (value: GlossaryTermEnforcementDetail) => T;
|
|
10276
|
-
_: (name: string, value: any) => T;
|
|
10277
|
-
}
|
|
10278
|
-
}
|