cdk-lambda-subminute 2.0.450 → 2.0.452
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.waiters2.json +74 -62
- package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +15 -0
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +4 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +27 -5
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1329 -202
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +305 -287
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/codecommit-2015-04-13.min.json +7 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +371 -171
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/connect-contact-lens-2020-08-21.min.json +18 -1
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +925 -400
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1161 -1028
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.examples.json +186 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +177 -20
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +81 -63
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +33 -0
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +113 -73
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +162 -94
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +226 -81
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +113 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +159 -154
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +144 -139
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +327 -230
- package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +0 -3
- package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +75 -35
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +7 -1
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +11 -2
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +25 -21
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +163 -128
- package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.min.json +4 -1
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
- package/node_modules/aws-sdk/clients/acmpca.d.ts +12 -12
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +1 -1
- package/node_modules/aws-sdk/clients/applicationsignals.d.ts +29 -20
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +11 -8
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1079 -16
- package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +284 -257
- package/node_modules/aws-sdk/clients/cleanroomsml.js +1 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +223 -6
- package/node_modules/aws-sdk/clients/connectcontactlens.d.ts +24 -3
- package/node_modules/aws-sdk/clients/datazone.d.ts +612 -64
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +175 -20
- package/node_modules/aws-sdk/clients/ecr.d.ts +242 -8
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -2
- package/node_modules/aws-sdk/clients/elbv2.d.ts +54 -8
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +105 -22
- package/node_modules/aws-sdk/clients/firehose.d.ts +141 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +37 -25
- package/node_modules/aws-sdk/clients/ivs.d.ts +229 -229
- package/node_modules/aws-sdk/clients/ivschat.d.ts +166 -166
- package/node_modules/aws-sdk/clients/ivschat.js +1 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +100 -4
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/medicalimaging.d.ts +38 -0
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +7 -7
- package/node_modules/aws-sdk/clients/outposts.d.ts +5 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +56 -56
- package/node_modules/aws-sdk/clients/rds.d.ts +9 -9
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +20 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -9
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1835 -1858
- package/node_modules/aws-sdk/dist/aws-sdk.js +2085 -1380
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.examples.json +0 -5
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.min.json +0 -341
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/mobile.d.ts +0 -333
- package/node_modules/aws-sdk/clients/mobile.js +0 -18
@@ -59,6 +59,14 @@ declare class DataZone extends Service {
|
|
59
59
|
* Creates an asset in Amazon DataZone catalog.
|
60
60
|
*/
|
61
61
|
createAsset(callback?: (err: AWSError, data: DataZone.Types.CreateAssetOutput) => void): Request<DataZone.Types.CreateAssetOutput, AWSError>;
|
62
|
+
/**
|
63
|
+
* Creates a data asset filter.
|
64
|
+
*/
|
65
|
+
createAssetFilter(params: DataZone.Types.CreateAssetFilterInput, callback?: (err: AWSError, data: DataZone.Types.CreateAssetFilterOutput) => void): Request<DataZone.Types.CreateAssetFilterOutput, AWSError>;
|
66
|
+
/**
|
67
|
+
* Creates a data asset filter.
|
68
|
+
*/
|
69
|
+
createAssetFilter(callback?: (err: AWSError, data: DataZone.Types.CreateAssetFilterOutput) => void): Request<DataZone.Types.CreateAssetFilterOutput, AWSError>;
|
62
70
|
/**
|
63
71
|
* Creates a revision of the asset.
|
64
72
|
*/
|
@@ -211,6 +219,14 @@ declare class DataZone extends Service {
|
|
211
219
|
* Delets an asset in Amazon DataZone.
|
212
220
|
*/
|
213
221
|
deleteAsset(callback?: (err: AWSError, data: DataZone.Types.DeleteAssetOutput) => void): Request<DataZone.Types.DeleteAssetOutput, AWSError>;
|
222
|
+
/**
|
223
|
+
* Deletes an asset filter.
|
224
|
+
*/
|
225
|
+
deleteAssetFilter(params: DataZone.Types.DeleteAssetFilterInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
226
|
+
/**
|
227
|
+
* Deletes an asset filter.
|
228
|
+
*/
|
229
|
+
deleteAssetFilter(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
214
230
|
/**
|
215
231
|
* Deletes an asset type in Amazon DataZone.
|
216
232
|
*/
|
@@ -363,6 +379,14 @@ declare class DataZone extends Service {
|
|
363
379
|
* Gets an Amazon DataZone asset.
|
364
380
|
*/
|
365
381
|
getAsset(callback?: (err: AWSError, data: DataZone.Types.GetAssetOutput) => void): Request<DataZone.Types.GetAssetOutput, AWSError>;
|
382
|
+
/**
|
383
|
+
* Gets an asset filter.
|
384
|
+
*/
|
385
|
+
getAssetFilter(params: DataZone.Types.GetAssetFilterInput, callback?: (err: AWSError, data: DataZone.Types.GetAssetFilterOutput) => void): Request<DataZone.Types.GetAssetFilterOutput, AWSError>;
|
386
|
+
/**
|
387
|
+
* Gets an asset filter.
|
388
|
+
*/
|
389
|
+
getAssetFilter(callback?: (err: AWSError, data: DataZone.Types.GetAssetFilterOutput) => void): Request<DataZone.Types.GetAssetFilterOutput, AWSError>;
|
366
390
|
/**
|
367
391
|
* Gets an Amazon DataZone asset type.
|
368
392
|
*/
|
@@ -427,6 +451,14 @@ declare class DataZone extends Service {
|
|
427
451
|
* Gets the blueprint configuration in Amazon DataZone.
|
428
452
|
*/
|
429
453
|
getEnvironmentBlueprintConfiguration(callback?: (err: AWSError, data: DataZone.Types.GetEnvironmentBlueprintConfigurationOutput) => void): Request<DataZone.Types.GetEnvironmentBlueprintConfigurationOutput, AWSError>;
|
454
|
+
/**
|
455
|
+
* Gets the credentials of an environment in Amazon DataZone.
|
456
|
+
*/
|
457
|
+
getEnvironmentCredentials(params: DataZone.Types.GetEnvironmentCredentialsInput, callback?: (err: AWSError, data: DataZone.Types.GetEnvironmentCredentialsOutput) => void): Request<DataZone.Types.GetEnvironmentCredentialsOutput, AWSError>;
|
458
|
+
/**
|
459
|
+
* Gets the credentials of an environment in Amazon DataZone.
|
460
|
+
*/
|
461
|
+
getEnvironmentCredentials(callback?: (err: AWSError, data: DataZone.Types.GetEnvironmentCredentialsOutput) => void): Request<DataZone.Types.GetEnvironmentCredentialsOutput, AWSError>;
|
430
462
|
/**
|
431
463
|
* Gets an evinronment profile in Amazon DataZone.
|
432
464
|
*/
|
@@ -555,6 +587,14 @@ declare class DataZone extends Service {
|
|
555
587
|
* Gets a user profile in Amazon DataZone.
|
556
588
|
*/
|
557
589
|
getUserProfile(callback?: (err: AWSError, data: DataZone.Types.GetUserProfileOutput) => void): Request<DataZone.Types.GetUserProfileOutput, AWSError>;
|
590
|
+
/**
|
591
|
+
* Lists asset filters.
|
592
|
+
*/
|
593
|
+
listAssetFilters(params: DataZone.Types.ListAssetFiltersInput, callback?: (err: AWSError, data: DataZone.Types.ListAssetFiltersOutput) => void): Request<DataZone.Types.ListAssetFiltersOutput, AWSError>;
|
594
|
+
/**
|
595
|
+
* Lists asset filters.
|
596
|
+
*/
|
597
|
+
listAssetFilters(callback?: (err: AWSError, data: DataZone.Types.ListAssetFiltersOutput) => void): Request<DataZone.Types.ListAssetFiltersOutput, AWSError>;
|
558
598
|
/**
|
559
599
|
* Lists the revisions for the asset.
|
560
600
|
*/
|
@@ -843,6 +883,14 @@ declare class DataZone extends Service {
|
|
843
883
|
* Untags a resource in Amazon DataZone.
|
844
884
|
*/
|
845
885
|
untagResource(callback?: (err: AWSError, data: DataZone.Types.UntagResourceResponse) => void): Request<DataZone.Types.UntagResourceResponse, AWSError>;
|
886
|
+
/**
|
887
|
+
* Updates an asset filter.
|
888
|
+
*/
|
889
|
+
updateAssetFilter(params: DataZone.Types.UpdateAssetFilterInput, callback?: (err: AWSError, data: DataZone.Types.UpdateAssetFilterOutput) => void): Request<DataZone.Types.UpdateAssetFilterOutput, AWSError>;
|
890
|
+
/**
|
891
|
+
* Updates an asset filter.
|
892
|
+
*/
|
893
|
+
updateAssetFilter(callback?: (err: AWSError, data: DataZone.Types.UpdateAssetFilterOutput) => void): Request<DataZone.Types.UpdateAssetFilterOutput, AWSError>;
|
846
894
|
/**
|
847
895
|
* Updates the specified data source in Amazon DataZone.
|
848
896
|
*/
|
@@ -1089,6 +1137,59 @@ declare namespace DataZone {
|
|
1089
1137
|
awsConsoleLink?: AwsConsoleLinkParameters;
|
1090
1138
|
}
|
1091
1139
|
export type ApplicableAssetTypes = TypeName[];
|
1140
|
+
export interface AssetFilterConfiguration {
|
1141
|
+
/**
|
1142
|
+
* The column configuration of the asset filter.
|
1143
|
+
*/
|
1144
|
+
columnConfiguration?: ColumnFilterConfiguration;
|
1145
|
+
/**
|
1146
|
+
* The row configuration of the asset filter.
|
1147
|
+
*/
|
1148
|
+
rowConfiguration?: RowFilterConfiguration;
|
1149
|
+
}
|
1150
|
+
export interface AssetFilterSummary {
|
1151
|
+
/**
|
1152
|
+
* The ID of the data asset.
|
1153
|
+
*/
|
1154
|
+
assetId: AssetId;
|
1155
|
+
/**
|
1156
|
+
* The timestamp at which the asset filter was created.
|
1157
|
+
*/
|
1158
|
+
createdAt?: CreatedAt;
|
1159
|
+
/**
|
1160
|
+
* The description of the asset filter.
|
1161
|
+
*/
|
1162
|
+
description?: Description;
|
1163
|
+
/**
|
1164
|
+
* The ID of the domain where the asset filter lives.
|
1165
|
+
*/
|
1166
|
+
domainId: DomainId;
|
1167
|
+
/**
|
1168
|
+
* The effective column names of the asset filter.
|
1169
|
+
*/
|
1170
|
+
effectiveColumnNames?: ColumnNameList;
|
1171
|
+
/**
|
1172
|
+
* The effective row filter of the asset filter.
|
1173
|
+
*/
|
1174
|
+
effectiveRowFilter?: String;
|
1175
|
+
/**
|
1176
|
+
* The error message that is displayed if the action does not succeed.
|
1177
|
+
*/
|
1178
|
+
errorMessage?: String;
|
1179
|
+
/**
|
1180
|
+
* The ID of the asset filter.
|
1181
|
+
*/
|
1182
|
+
id: FilterId;
|
1183
|
+
/**
|
1184
|
+
* The name of the asset filter.
|
1185
|
+
*/
|
1186
|
+
name: FilterName;
|
1187
|
+
/**
|
1188
|
+
* The status of the asset filter.
|
1189
|
+
*/
|
1190
|
+
status?: FilterStatus;
|
1191
|
+
}
|
1192
|
+
export type AssetFilters = AssetFilterSummary[];
|
1092
1193
|
export type AssetId = string;
|
1093
1194
|
export type AssetIdentifier = string;
|
1094
1195
|
export interface AssetItem {
|
@@ -1468,6 +1569,13 @@ declare namespace DataZone {
|
|
1468
1569
|
*/
|
1469
1570
|
templateUrl: String;
|
1470
1571
|
}
|
1572
|
+
export interface ColumnFilterConfiguration {
|
1573
|
+
/**
|
1574
|
+
* Specifies whether to include column names.
|
1575
|
+
*/
|
1576
|
+
includedColumnNames?: ColumnNameList;
|
1577
|
+
}
|
1578
|
+
export type ColumnNameList = String[];
|
1471
1579
|
export interface ConfigurableActionParameter {
|
1472
1580
|
/**
|
1473
1581
|
* The key of the configurable action parameter.
|
@@ -1494,6 +1602,78 @@ declare namespace DataZone {
|
|
1494
1602
|
*/
|
1495
1603
|
type: String;
|
1496
1604
|
}
|
1605
|
+
export interface CreateAssetFilterInput {
|
1606
|
+
/**
|
1607
|
+
* The ID of the data asset.
|
1608
|
+
*/
|
1609
|
+
assetIdentifier: AssetId;
|
1610
|
+
/**
|
1611
|
+
* A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
1612
|
+
*/
|
1613
|
+
clientToken?: String;
|
1614
|
+
/**
|
1615
|
+
* The configuration of the asset filter.
|
1616
|
+
*/
|
1617
|
+
configuration: AssetFilterConfiguration;
|
1618
|
+
/**
|
1619
|
+
* The description of the asset filter.
|
1620
|
+
*/
|
1621
|
+
description?: Description;
|
1622
|
+
/**
|
1623
|
+
* The ID of the domain in which you want to create an asset filter.
|
1624
|
+
*/
|
1625
|
+
domainIdentifier: DomainId;
|
1626
|
+
/**
|
1627
|
+
* The name of the asset filter.
|
1628
|
+
*/
|
1629
|
+
name: FilterName;
|
1630
|
+
}
|
1631
|
+
export interface CreateAssetFilterOutput {
|
1632
|
+
/**
|
1633
|
+
* The ID of the asset.
|
1634
|
+
*/
|
1635
|
+
assetId: AssetId;
|
1636
|
+
/**
|
1637
|
+
* The configuration of the asset filter.
|
1638
|
+
*/
|
1639
|
+
configuration: AssetFilterConfiguration;
|
1640
|
+
/**
|
1641
|
+
* The timestamp at which the asset filter was created.
|
1642
|
+
*/
|
1643
|
+
createdAt?: CreatedAt;
|
1644
|
+
/**
|
1645
|
+
* The description of the asset filter.
|
1646
|
+
*/
|
1647
|
+
description?: Description;
|
1648
|
+
/**
|
1649
|
+
* The ID of the domain where the asset filter is created.
|
1650
|
+
*/
|
1651
|
+
domainId: DomainId;
|
1652
|
+
/**
|
1653
|
+
* The column names in the asset filter.
|
1654
|
+
*/
|
1655
|
+
effectiveColumnNames?: ColumnNameList;
|
1656
|
+
/**
|
1657
|
+
* The row filter in the asset filter.
|
1658
|
+
*/
|
1659
|
+
effectiveRowFilter?: String;
|
1660
|
+
/**
|
1661
|
+
* The error message that is displayed if the asset filter is not created successfully.
|
1662
|
+
*/
|
1663
|
+
errorMessage?: String;
|
1664
|
+
/**
|
1665
|
+
* The ID of the asset filter.
|
1666
|
+
*/
|
1667
|
+
id: FilterId;
|
1668
|
+
/**
|
1669
|
+
* The name of the asset filter.
|
1670
|
+
*/
|
1671
|
+
name: FilterName;
|
1672
|
+
/**
|
1673
|
+
* The status of the asset filter.
|
1674
|
+
*/
|
1675
|
+
status?: FilterStatus;
|
1676
|
+
}
|
1497
1677
|
export interface CreateAssetInput {
|
1498
1678
|
/**
|
1499
1679
|
* A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
@@ -2922,66 +3102,6 @@ declare namespace DataZone {
|
|
2922
3102
|
export type CustomParameterList = CustomParameter[];
|
2923
3103
|
export type DataAssetActivityStatus = "FAILED"|"PUBLISHING_FAILED"|"SUCCEEDED_CREATED"|"SUCCEEDED_UPDATED"|"SKIPPED_ALREADY_IMPORTED"|"SKIPPED_ARCHIVED"|"SKIPPED_NO_ACCESS"|"UNCHANGED"|string;
|
2924
3104
|
export type DataPointIdentifier = string;
|
2925
|
-
export type DataProductDescription = string;
|
2926
|
-
export type DataProductId = string;
|
2927
|
-
export interface DataProductItem {
|
2928
|
-
/**
|
2929
|
-
*
|
2930
|
-
*/
|
2931
|
-
domainId?: DomainId;
|
2932
|
-
/**
|
2933
|
-
*
|
2934
|
-
*/
|
2935
|
-
itemId?: DataProductId;
|
2936
|
-
}
|
2937
|
-
export type DataProductItems = DataProductItem[];
|
2938
|
-
export type DataProductName = string;
|
2939
|
-
export interface DataProductSummary {
|
2940
|
-
/**
|
2941
|
-
*
|
2942
|
-
*/
|
2943
|
-
createdAt?: CreatedAt;
|
2944
|
-
/**
|
2945
|
-
*
|
2946
|
-
*/
|
2947
|
-
createdBy?: CreatedBy;
|
2948
|
-
/**
|
2949
|
-
*
|
2950
|
-
*/
|
2951
|
-
dataProductItems?: DataProductItems;
|
2952
|
-
/**
|
2953
|
-
*
|
2954
|
-
*/
|
2955
|
-
description?: DataProductDescription;
|
2956
|
-
/**
|
2957
|
-
*
|
2958
|
-
*/
|
2959
|
-
domainId: DomainId;
|
2960
|
-
/**
|
2961
|
-
*
|
2962
|
-
*/
|
2963
|
-
glossaryTerms?: GlossaryTerms;
|
2964
|
-
/**
|
2965
|
-
*
|
2966
|
-
*/
|
2967
|
-
id: DataProductId;
|
2968
|
-
/**
|
2969
|
-
*
|
2970
|
-
*/
|
2971
|
-
name: DataProductName;
|
2972
|
-
/**
|
2973
|
-
*
|
2974
|
-
*/
|
2975
|
-
owningProjectId: ProjectId;
|
2976
|
-
/**
|
2977
|
-
*
|
2978
|
-
*/
|
2979
|
-
updatedAt?: UpdatedAt;
|
2980
|
-
/**
|
2981
|
-
*
|
2982
|
-
*/
|
2983
|
-
updatedBy?: UpdatedBy;
|
2984
|
-
}
|
2985
3105
|
export interface DataSourceConfigurationInput {
|
2986
3106
|
/**
|
2987
3107
|
* The configuration of the Amazon Web Services Glue data source.
|
@@ -3155,6 +3275,20 @@ declare namespace DataZone {
|
|
3155
3275
|
export type DataSourceType = string;
|
3156
3276
|
export type DateTime = Date;
|
3157
3277
|
export type DecisionComment = string;
|
3278
|
+
export interface DeleteAssetFilterInput {
|
3279
|
+
/**
|
3280
|
+
* The ID of the data asset.
|
3281
|
+
*/
|
3282
|
+
assetIdentifier: AssetId;
|
3283
|
+
/**
|
3284
|
+
* The ID of the domain where you want to delete an asset filter.
|
3285
|
+
*/
|
3286
|
+
domainIdentifier: DomainId;
|
3287
|
+
/**
|
3288
|
+
* The ID of the asset filter that you want to delete.
|
3289
|
+
*/
|
3290
|
+
identifier: FilterId;
|
3291
|
+
}
|
3158
3292
|
export interface DeleteAssetInput {
|
3159
3293
|
/**
|
3160
3294
|
* The ID of the Amazon DataZone domain in which the asset is deleted.
|
@@ -3702,6 +3836,10 @@ declare namespace DataZone {
|
|
3702
3836
|
* The ARN of the manage access role specified in the environment blueprint configuration.
|
3703
3837
|
*/
|
3704
3838
|
manageAccessRoleArn?: RoleArn;
|
3839
|
+
/**
|
3840
|
+
* The provisioning configuration of a blueprint.
|
3841
|
+
*/
|
3842
|
+
provisioningConfigurations?: ProvisioningConfigurationList;
|
3705
3843
|
/**
|
3706
3844
|
* The ARN of the provisioning role specified in the environment blueprint configuration.
|
3707
3845
|
*/
|
@@ -3877,6 +4015,16 @@ declare namespace DataZone {
|
|
3877
4015
|
*/
|
3878
4016
|
updatedAt?: SyntheticTimestamp_date_time;
|
3879
4017
|
}
|
4018
|
+
export interface EqualToExpression {
|
4019
|
+
/**
|
4020
|
+
* The name of the column.
|
4021
|
+
*/
|
4022
|
+
columnName: String;
|
4023
|
+
/**
|
4024
|
+
* The value that might be equal to an expression.
|
4025
|
+
*/
|
4026
|
+
value: String;
|
4027
|
+
}
|
3880
4028
|
export type ExternalIdentifier = string;
|
3881
4029
|
export interface FailureCause {
|
3882
4030
|
/**
|
@@ -3922,7 +4070,10 @@ declare namespace DataZone {
|
|
3922
4070
|
export type FilterExpressionExpressionString = string;
|
3923
4071
|
export type FilterExpressionType = "INCLUDE"|"EXCLUDE"|string;
|
3924
4072
|
export type FilterExpressions = FilterExpression[];
|
4073
|
+
export type FilterId = string;
|
3925
4074
|
export type FilterList = FilterClause[];
|
4075
|
+
export type FilterName = string;
|
4076
|
+
export type FilterStatus = "VALID"|"INVALID"|string;
|
3926
4077
|
export type FilterValueString = string;
|
3927
4078
|
export type FirstName = string;
|
3928
4079
|
export type Float = number;
|
@@ -4050,6 +4201,66 @@ declare namespace DataZone {
|
|
4050
4201
|
export type Forms = string;
|
4051
4202
|
export type FormsInputMap = {[key: string]: FormEntryInput};
|
4052
4203
|
export type FormsOutputMap = {[key: string]: FormEntryOutput};
|
4204
|
+
export interface GetAssetFilterInput {
|
4205
|
+
/**
|
4206
|
+
* The ID of the data asset.
|
4207
|
+
*/
|
4208
|
+
assetIdentifier: AssetId;
|
4209
|
+
/**
|
4210
|
+
* The ID of the domain where you want to get an asset filter.
|
4211
|
+
*/
|
4212
|
+
domainIdentifier: DomainId;
|
4213
|
+
/**
|
4214
|
+
* The ID of the asset filter.
|
4215
|
+
*/
|
4216
|
+
identifier: FilterId;
|
4217
|
+
}
|
4218
|
+
export interface GetAssetFilterOutput {
|
4219
|
+
/**
|
4220
|
+
* The ID of the data asset.
|
4221
|
+
*/
|
4222
|
+
assetId: AssetId;
|
4223
|
+
/**
|
4224
|
+
* The configuration of the asset filter.
|
4225
|
+
*/
|
4226
|
+
configuration: AssetFilterConfiguration;
|
4227
|
+
/**
|
4228
|
+
* The timestamp at which the asset filter was created.
|
4229
|
+
*/
|
4230
|
+
createdAt?: CreatedAt;
|
4231
|
+
/**
|
4232
|
+
* The description of the asset filter.
|
4233
|
+
*/
|
4234
|
+
description?: Description;
|
4235
|
+
/**
|
4236
|
+
* The ID of the domain where you want to get an asset filter.
|
4237
|
+
*/
|
4238
|
+
domainId: DomainId;
|
4239
|
+
/**
|
4240
|
+
* The column names of the asset filter.
|
4241
|
+
*/
|
4242
|
+
effectiveColumnNames?: ColumnNameList;
|
4243
|
+
/**
|
4244
|
+
* The row filter of the asset filter.
|
4245
|
+
*/
|
4246
|
+
effectiveRowFilter?: String;
|
4247
|
+
/**
|
4248
|
+
* The error message that is displayed if the action does not complete successfully.
|
4249
|
+
*/
|
4250
|
+
errorMessage?: String;
|
4251
|
+
/**
|
4252
|
+
* The ID of the asset filter.
|
4253
|
+
*/
|
4254
|
+
id: FilterId;
|
4255
|
+
/**
|
4256
|
+
* The name of the asset filter.
|
4257
|
+
*/
|
4258
|
+
name: FilterName;
|
4259
|
+
/**
|
4260
|
+
* The status of the asset filter.
|
4261
|
+
*/
|
4262
|
+
status?: FilterStatus;
|
4263
|
+
}
|
4053
4264
|
export interface GetAssetInput {
|
4054
4265
|
/**
|
4055
4266
|
* The ID of the Amazon DataZone domain to which the asset belongs.
|
@@ -4493,6 +4704,10 @@ declare namespace DataZone {
|
|
4493
4704
|
* The ARN of the manage access role with which this blueprint is created.
|
4494
4705
|
*/
|
4495
4706
|
manageAccessRoleArn?: RoleArn;
|
4707
|
+
/**
|
4708
|
+
* The provisioning configuration of a blueprint.
|
4709
|
+
*/
|
4710
|
+
provisioningConfigurations?: ProvisioningConfigurationList;
|
4496
4711
|
/**
|
4497
4712
|
* The ARN of the provisioning role with which this blueprint is created.
|
4498
4713
|
*/
|
@@ -4558,6 +4773,34 @@ declare namespace DataZone {
|
|
4558
4773
|
*/
|
4559
4774
|
userParameters?: CustomParameterList;
|
4560
4775
|
}
|
4776
|
+
export interface GetEnvironmentCredentialsInput {
|
4777
|
+
/**
|
4778
|
+
* The ID of the Amazon DataZone domain in which this environment and its credentials exist.
|
4779
|
+
*/
|
4780
|
+
domainIdentifier: DomainId;
|
4781
|
+
/**
|
4782
|
+
* The ID of the environment whose credentials this operation gets.
|
4783
|
+
*/
|
4784
|
+
environmentIdentifier: EnvironmentId;
|
4785
|
+
}
|
4786
|
+
export interface GetEnvironmentCredentialsOutput {
|
4787
|
+
/**
|
4788
|
+
* The access key ID of the environment.
|
4789
|
+
*/
|
4790
|
+
accessKeyId?: String;
|
4791
|
+
/**
|
4792
|
+
* The expiration timestamp of the environment credentials.
|
4793
|
+
*/
|
4794
|
+
expiration?: SyntheticTimestamp_date_time;
|
4795
|
+
/**
|
4796
|
+
* The secret access key of the environment credentials.
|
4797
|
+
*/
|
4798
|
+
secretAccessKey?: String;
|
4799
|
+
/**
|
4800
|
+
* The session token of the environment credentials.
|
4801
|
+
*/
|
4802
|
+
sessionToken?: String;
|
4803
|
+
}
|
4561
4804
|
export interface GetEnvironmentInput {
|
4562
4805
|
/**
|
4563
4806
|
* The ID of the Amazon DataZone domain where the environment exists.
|
@@ -5651,6 +5894,26 @@ declare namespace DataZone {
|
|
5651
5894
|
*/
|
5652
5895
|
listing?: ListingRevisionInput;
|
5653
5896
|
}
|
5897
|
+
export interface GreaterThanExpression {
|
5898
|
+
/**
|
5899
|
+
* The name of the column.
|
5900
|
+
*/
|
5901
|
+
columnName: String;
|
5902
|
+
/**
|
5903
|
+
* The value that might be greater than an expression.
|
5904
|
+
*/
|
5905
|
+
value: String;
|
5906
|
+
}
|
5907
|
+
export interface GreaterThanOrEqualToExpression {
|
5908
|
+
/**
|
5909
|
+
* The name of the column.
|
5910
|
+
*/
|
5911
|
+
columnName: String;
|
5912
|
+
/**
|
5913
|
+
* The value that might be greater than or equal to an expression.
|
5914
|
+
*/
|
5915
|
+
value: String;
|
5916
|
+
}
|
5654
5917
|
export interface GroupDetails {
|
5655
5918
|
/**
|
5656
5919
|
* The identifier of the group in Amazon DataZone.
|
@@ -5699,10 +5962,72 @@ declare namespace DataZone {
|
|
5699
5962
|
revision: Revision;
|
5700
5963
|
}
|
5701
5964
|
export type ImportList = Import[];
|
5965
|
+
export interface InExpression {
|
5966
|
+
/**
|
5967
|
+
* The name of the column.
|
5968
|
+
*/
|
5969
|
+
columnName: String;
|
5970
|
+
/**
|
5971
|
+
* The values that might be in the expression.
|
5972
|
+
*/
|
5973
|
+
values: StringList;
|
5974
|
+
}
|
5702
5975
|
export type Integer = number;
|
5703
5976
|
export type InventorySearchScope = "ASSET"|"GLOSSARY"|"GLOSSARY_TERM"|string;
|
5977
|
+
export interface IsNotNullExpression {
|
5978
|
+
/**
|
5979
|
+
* The name of the column.
|
5980
|
+
*/
|
5981
|
+
columnName: String;
|
5982
|
+
}
|
5983
|
+
export interface IsNullExpression {
|
5984
|
+
/**
|
5985
|
+
* The name of the column.
|
5986
|
+
*/
|
5987
|
+
columnName: String;
|
5988
|
+
}
|
5704
5989
|
export type KmsKeyArn = string;
|
5990
|
+
export interface LakeFormationConfiguration {
|
5991
|
+
/**
|
5992
|
+
* Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.
|
5993
|
+
*/
|
5994
|
+
locationRegistrationExcludeS3Locations?: S3LocationList;
|
5995
|
+
/**
|
5996
|
+
* The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using AWS Lake Formation hybrid access mode.
|
5997
|
+
*/
|
5998
|
+
locationRegistrationRole?: RoleArn;
|
5999
|
+
}
|
5705
6000
|
export type LastName = string;
|
6001
|
+
export interface LessThanExpression {
|
6002
|
+
/**
|
6003
|
+
* The name of the column.
|
6004
|
+
*/
|
6005
|
+
columnName: String;
|
6006
|
+
/**
|
6007
|
+
* The value that might be less than the expression.
|
6008
|
+
*/
|
6009
|
+
value: String;
|
6010
|
+
}
|
6011
|
+
export interface LessThanOrEqualToExpression {
|
6012
|
+
/**
|
6013
|
+
* The name of the column.
|
6014
|
+
*/
|
6015
|
+
columnName: String;
|
6016
|
+
/**
|
6017
|
+
* The value that might be less than or equal to an expression.
|
6018
|
+
*/
|
6019
|
+
value: String;
|
6020
|
+
}
|
6021
|
+
export interface LikeExpression {
|
6022
|
+
/**
|
6023
|
+
* The name of the column.
|
6024
|
+
*/
|
6025
|
+
columnName: String;
|
6026
|
+
/**
|
6027
|
+
* The value that might be like the expression.
|
6028
|
+
*/
|
6029
|
+
value: String;
|
6030
|
+
}
|
5706
6031
|
export type LineageEvent = Buffer|Uint8Array|Blob|string;
|
5707
6032
|
export type LineageNodeId = string;
|
5708
6033
|
export type LineageNodeIdentifier = string;
|
@@ -5806,6 +6131,38 @@ declare namespace DataZone {
|
|
5806
6131
|
*/
|
5807
6132
|
updatedBy?: UpdatedBy;
|
5808
6133
|
}
|
6134
|
+
export interface ListAssetFiltersInput {
|
6135
|
+
/**
|
6136
|
+
* The ID of the data asset.
|
6137
|
+
*/
|
6138
|
+
assetIdentifier: AssetId;
|
6139
|
+
/**
|
6140
|
+
* The ID of the domain where you want to list asset filters.
|
6141
|
+
*/
|
6142
|
+
domainIdentifier: DomainId;
|
6143
|
+
/**
|
6144
|
+
* The maximum number of asset filters to return in a single call to ListAssetFilters. When the number of asset filters to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListAssetFilters to list the next set of asset filters.
|
6145
|
+
*/
|
6146
|
+
maxResults?: MaxResults;
|
6147
|
+
/**
|
6148
|
+
* When the number of asset filters is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of asset filters, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListAssetFilters to list the next set of asset filters.
|
6149
|
+
*/
|
6150
|
+
nextToken?: PaginationToken;
|
6151
|
+
/**
|
6152
|
+
* The status of the asset filter.
|
6153
|
+
*/
|
6154
|
+
status?: FilterStatus;
|
6155
|
+
}
|
6156
|
+
export interface ListAssetFiltersOutput {
|
6157
|
+
/**
|
6158
|
+
* The results of the ListAssetFilters action.
|
6159
|
+
*/
|
6160
|
+
items: AssetFilters;
|
6161
|
+
/**
|
6162
|
+
* When the number of asset filters is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of asset filters, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListAssetFilters to list the next set of asset filters.
|
6163
|
+
*/
|
6164
|
+
nextToken?: PaginationToken;
|
6165
|
+
}
|
5809
6166
|
export interface ListAssetRevisionsInput {
|
5810
6167
|
/**
|
5811
6168
|
* The identifier of the domain.
|
@@ -6697,6 +7054,36 @@ declare namespace DataZone {
|
|
6697
7054
|
smithy?: Smithy;
|
6698
7055
|
}
|
6699
7056
|
export type Name = string;
|
7057
|
+
export interface NotEqualToExpression {
|
7058
|
+
/**
|
7059
|
+
* The name of the column.
|
7060
|
+
*/
|
7061
|
+
columnName: String;
|
7062
|
+
/**
|
7063
|
+
* The value that might not be equal to the expression.
|
7064
|
+
*/
|
7065
|
+
value: String;
|
7066
|
+
}
|
7067
|
+
export interface NotInExpression {
|
7068
|
+
/**
|
7069
|
+
* The name of the column.
|
7070
|
+
*/
|
7071
|
+
columnName: String;
|
7072
|
+
/**
|
7073
|
+
* The value that might not be in the expression.
|
7074
|
+
*/
|
7075
|
+
values: StringList;
|
7076
|
+
}
|
7077
|
+
export interface NotLikeExpression {
|
7078
|
+
/**
|
7079
|
+
* The name of the column.
|
7080
|
+
*/
|
7081
|
+
columnName: String;
|
7082
|
+
/**
|
7083
|
+
* The value that might not be like the expression.
|
7084
|
+
*/
|
7085
|
+
value: String;
|
7086
|
+
}
|
6700
7087
|
export interface NotificationOutput {
|
6701
7088
|
/**
|
6702
7089
|
* The action link included in the notification.
|
@@ -6889,6 +7276,13 @@ declare namespace DataZone {
|
|
6889
7276
|
*/
|
6890
7277
|
updatedAt?: SyntheticTimestamp_date_time;
|
6891
7278
|
}
|
7279
|
+
export interface ProvisioningConfiguration {
|
7280
|
+
/**
|
7281
|
+
* The Lake Formation configuration of the Data Lake blueprint.
|
7282
|
+
*/
|
7283
|
+
lakeFormationConfiguration?: LakeFormationConfiguration;
|
7284
|
+
}
|
7285
|
+
export type ProvisioningConfigurationList = ProvisioningConfiguration[];
|
6892
7286
|
export interface ProvisioningProperties {
|
6893
7287
|
/**
|
6894
7288
|
* The cloud formation properties included as part of the provisioning properties of an environment blueprint.
|
@@ -6912,6 +7306,10 @@ declare namespace DataZone {
|
|
6912
7306
|
* The ARN of the manage access role.
|
6913
7307
|
*/
|
6914
7308
|
manageAccessRoleArn?: RoleArn;
|
7309
|
+
/**
|
7310
|
+
* The provisioning configuration of a blueprint.
|
7311
|
+
*/
|
7312
|
+
provisioningConfigurations?: ProvisioningConfigurationList;
|
6915
7313
|
/**
|
6916
7314
|
* The ARN of the provisioning role.
|
6917
7315
|
*/
|
@@ -6942,6 +7340,10 @@ declare namespace DataZone {
|
|
6942
7340
|
* The ARN of the manage access role.
|
6943
7341
|
*/
|
6944
7342
|
manageAccessRoleArn?: RoleArn;
|
7343
|
+
/**
|
7344
|
+
* The provisioning configuration of a blueprint.
|
7345
|
+
*/
|
7346
|
+
provisioningConfigurations?: ProvisioningConfigurationList;
|
6945
7347
|
/**
|
6946
7348
|
* The ARN of the provisioning role.
|
6947
7349
|
*/
|
@@ -7264,6 +7666,81 @@ declare namespace DataZone {
|
|
7264
7666
|
updatedBy?: UpdatedBy;
|
7265
7667
|
}
|
7266
7668
|
export type RoleArn = string;
|
7669
|
+
export interface RowFilter {
|
7670
|
+
/**
|
7671
|
+
* The 'and' clause of the row filter.
|
7672
|
+
*/
|
7673
|
+
and?: RowFilterList;
|
7674
|
+
/**
|
7675
|
+
* The expression of the row filter.
|
7676
|
+
*/
|
7677
|
+
expression?: RowFilterExpression;
|
7678
|
+
/**
|
7679
|
+
* The 'or' clause of the row filter.
|
7680
|
+
*/
|
7681
|
+
or?: RowFilterList;
|
7682
|
+
}
|
7683
|
+
export interface RowFilterConfiguration {
|
7684
|
+
/**
|
7685
|
+
* The row filter.
|
7686
|
+
*/
|
7687
|
+
rowFilter: RowFilter;
|
7688
|
+
/**
|
7689
|
+
* Specifies whether the row filter is sensitive.
|
7690
|
+
*/
|
7691
|
+
sensitive?: Boolean;
|
7692
|
+
}
|
7693
|
+
export interface RowFilterExpression {
|
7694
|
+
/**
|
7695
|
+
* The 'equal to' clause of the row filter expression.
|
7696
|
+
*/
|
7697
|
+
equalTo?: EqualToExpression;
|
7698
|
+
/**
|
7699
|
+
* The 'greater than' clause of the row filter expression.
|
7700
|
+
*/
|
7701
|
+
greaterThan?: GreaterThanExpression;
|
7702
|
+
/**
|
7703
|
+
* The 'greater than or equal to' clause of the filter expression.
|
7704
|
+
*/
|
7705
|
+
greaterThanOrEqualTo?: GreaterThanOrEqualToExpression;
|
7706
|
+
/**
|
7707
|
+
* The 'in' clause of the row filter expression.
|
7708
|
+
*/
|
7709
|
+
in?: InExpression;
|
7710
|
+
/**
|
7711
|
+
* The 'is not null' clause of the row filter expression.
|
7712
|
+
*/
|
7713
|
+
isNotNull?: IsNotNullExpression;
|
7714
|
+
/**
|
7715
|
+
* The 'is null' clause of the row filter expression.
|
7716
|
+
*/
|
7717
|
+
isNull?: IsNullExpression;
|
7718
|
+
/**
|
7719
|
+
* The 'less than' clause of the row filter expression.
|
7720
|
+
*/
|
7721
|
+
lessThan?: LessThanExpression;
|
7722
|
+
/**
|
7723
|
+
* The 'less than or equal to' clause of the row filter expression.
|
7724
|
+
*/
|
7725
|
+
lessThanOrEqualTo?: LessThanOrEqualToExpression;
|
7726
|
+
/**
|
7727
|
+
* The 'like' clause of the row filter expression.
|
7728
|
+
*/
|
7729
|
+
like?: LikeExpression;
|
7730
|
+
/**
|
7731
|
+
* The 'no equal to' clause of the row filter expression.
|
7732
|
+
*/
|
7733
|
+
notEqualTo?: NotEqualToExpression;
|
7734
|
+
/**
|
7735
|
+
* The 'not in' clause of the row filter expression.
|
7736
|
+
*/
|
7737
|
+
notIn?: NotInExpression;
|
7738
|
+
/**
|
7739
|
+
* The 'not like' clause of the row filter expression.
|
7740
|
+
*/
|
7741
|
+
notLike?: NotLikeExpression;
|
7742
|
+
}
|
7743
|
+
export type RowFilterList = RowFilter[];
|
7267
7744
|
export interface RunStatisticsForAssets {
|
7268
7745
|
/**
|
7269
7746
|
* The added statistic for the data source run.
|
@@ -7286,6 +7763,8 @@ declare namespace DataZone {
|
|
7286
7763
|
*/
|
7287
7764
|
updated?: Integer;
|
7288
7765
|
}
|
7766
|
+
export type S3Location = string;
|
7767
|
+
export type S3LocationList = S3Location[];
|
7289
7768
|
export interface ScheduleConfiguration {
|
7290
7769
|
/**
|
7291
7770
|
* The schedule of the data source runs.
|
@@ -7382,10 +7861,6 @@ declare namespace DataZone {
|
|
7382
7861
|
* The asset item included in the search results.
|
7383
7862
|
*/
|
7384
7863
|
assetItem?: AssetItem;
|
7385
|
-
/**
|
7386
|
-
* The data product item included in the search results.
|
7387
|
-
*/
|
7388
|
-
dataProductItem?: DataProductSummary;
|
7389
7864
|
/**
|
7390
7865
|
* The glossary item included in the search results.
|
7391
7866
|
*/
|
@@ -7759,6 +8234,7 @@ declare namespace DataZone {
|
|
7759
8234
|
type?: MetadataGenerationRunType;
|
7760
8235
|
}
|
7761
8236
|
export type String = string;
|
8237
|
+
export type StringList = String[];
|
7762
8238
|
export interface SubscribedAsset {
|
7763
8239
|
/**
|
7764
8240
|
* The identifier of the asset for which the subscription grant is created.
|
@@ -8256,6 +8732,78 @@ declare namespace DataZone {
|
|
8256
8732
|
}
|
8257
8733
|
export interface UntagResourceResponse {
|
8258
8734
|
}
|
8735
|
+
export interface UpdateAssetFilterInput {
|
8736
|
+
/**
|
8737
|
+
* The ID of the data asset.
|
8738
|
+
*/
|
8739
|
+
assetIdentifier: AssetId;
|
8740
|
+
/**
|
8741
|
+
* The configuration of the asset filter.
|
8742
|
+
*/
|
8743
|
+
configuration?: AssetFilterConfiguration;
|
8744
|
+
/**
|
8745
|
+
* The description of the asset filter.
|
8746
|
+
*/
|
8747
|
+
description?: Description;
|
8748
|
+
/**
|
8749
|
+
* The ID of the domain where you want to update an asset filter.
|
8750
|
+
*/
|
8751
|
+
domainIdentifier: DomainId;
|
8752
|
+
/**
|
8753
|
+
* The ID of the asset filter.
|
8754
|
+
*/
|
8755
|
+
identifier: FilterId;
|
8756
|
+
/**
|
8757
|
+
* The name of the asset filter.
|
8758
|
+
*/
|
8759
|
+
name?: String;
|
8760
|
+
}
|
8761
|
+
export interface UpdateAssetFilterOutput {
|
8762
|
+
/**
|
8763
|
+
* The ID of the data asset.
|
8764
|
+
*/
|
8765
|
+
assetId: AssetId;
|
8766
|
+
/**
|
8767
|
+
* The configuration of the asset filter.
|
8768
|
+
*/
|
8769
|
+
configuration: AssetFilterConfiguration;
|
8770
|
+
/**
|
8771
|
+
* The timestamp at which the asset filter was created.
|
8772
|
+
*/
|
8773
|
+
createdAt?: CreatedAt;
|
8774
|
+
/**
|
8775
|
+
* The description of the asset filter.
|
8776
|
+
*/
|
8777
|
+
description?: Description;
|
8778
|
+
/**
|
8779
|
+
* The ID of the domain where the asset filter was created.
|
8780
|
+
*/
|
8781
|
+
domainId: DomainId;
|
8782
|
+
/**
|
8783
|
+
* The column names of the asset filter.
|
8784
|
+
*/
|
8785
|
+
effectiveColumnNames?: ColumnNameList;
|
8786
|
+
/**
|
8787
|
+
* The row filter of the asset filter.
|
8788
|
+
*/
|
8789
|
+
effectiveRowFilter?: String;
|
8790
|
+
/**
|
8791
|
+
* The error message that is displayed if the action is not completed successfully.
|
8792
|
+
*/
|
8793
|
+
errorMessage?: String;
|
8794
|
+
/**
|
8795
|
+
* The ID of the asset filter.
|
8796
|
+
*/
|
8797
|
+
id: FilterId;
|
8798
|
+
/**
|
8799
|
+
* The name of the asset filter.
|
8800
|
+
*/
|
8801
|
+
name: FilterName;
|
8802
|
+
/**
|
8803
|
+
* The status of the asset filter.
|
8804
|
+
*/
|
8805
|
+
status?: FilterStatus;
|
8806
|
+
}
|
8259
8807
|
export interface UpdateDataSourceInput {
|
8260
8808
|
/**
|
8261
8809
|
* The asset forms to be updated as part of the UpdateDataSource action.
|