cdk-lambda-subminute 2.0.449 → 2.0.451

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.
Files changed (71) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.waiters2.json +74 -62
  5. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +4 -1
  6. package/node_modules/aws-sdk/apis/appsync-2017-07-25.paginators.json +60 -0
  7. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1329 -202
  8. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +18 -0
  9. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +305 -287
  10. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +371 -171
  12. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
  13. package/node_modules/aws-sdk/apis/connect-contact-lens-2020-08-21.min.json +18 -1
  14. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +902 -413
  15. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1161 -1028
  17. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +162 -94
  18. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +226 -81
  19. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +113 -98
  20. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +159 -154
  21. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +144 -139
  22. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.waiters2.json +5 -0
  23. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +327 -230
  24. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +0 -3
  25. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +75 -35
  26. package/node_modules/aws-sdk/apis/metadata.json +0 -3
  27. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
  28. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +25 -21
  29. package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.min.json +4 -1
  30. package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +4 -1
  31. package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
  32. package/node_modules/aws-sdk/clients/acmpca.d.ts +12 -12
  33. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  34. package/node_modules/aws-sdk/clients/all.js +0 -1
  35. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1079 -16
  36. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +284 -257
  37. package/node_modules/aws-sdk/clients/cleanroomsml.js +1 -0
  38. package/node_modules/aws-sdk/clients/connect.d.ts +223 -6
  39. package/node_modules/aws-sdk/clients/connectcontactlens.d.ts +24 -3
  40. package/node_modules/aws-sdk/clients/datazone.d.ts +576 -64
  41. package/node_modules/aws-sdk/clients/dynamodb.d.ts +6 -6
  42. package/node_modules/aws-sdk/clients/ec2.d.ts +172 -17
  43. package/node_modules/aws-sdk/clients/entityresolution.d.ts +105 -22
  44. package/node_modules/aws-sdk/clients/firehose.d.ts +141 -0
  45. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +37 -25
  46. package/node_modules/aws-sdk/clients/ivs.d.ts +229 -229
  47. package/node_modules/aws-sdk/clients/ivschat.d.ts +166 -166
  48. package/node_modules/aws-sdk/clients/ivschat.js +1 -0
  49. package/node_modules/aws-sdk/clients/medialive.d.ts +100 -4
  50. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +1 -1
  51. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +38 -0
  52. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +56 -56
  53. package/node_modules/aws-sdk/clients/rds.d.ts +9 -9
  54. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +20 -3
  55. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  56. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  57. package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
  58. package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +1 -1
  59. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  60. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1825 -1848
  61. package/node_modules/aws-sdk/dist/aws-sdk.js +1779 -1286
  62. package/node_modules/aws-sdk/dist/aws-sdk.min.js +84 -84
  63. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  64. package/node_modules/aws-sdk/lib/core.js +1 -1
  65. package/node_modules/aws-sdk/package.json +1 -1
  66. package/package.json +3 -3
  67. package/node_modules/aws-sdk/apis/mobile-2017-07-01.examples.json +0 -5
  68. package/node_modules/aws-sdk/apis/mobile-2017-07-01.min.json +0 -341
  69. package/node_modules/aws-sdk/apis/mobile-2017-07-01.paginators.json +0 -14
  70. package/node_modules/aws-sdk/clients/mobile.d.ts +0 -333
  71. 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
  */
@@ -555,6 +579,14 @@ declare class DataZone extends Service {
555
579
  * Gets a user profile in Amazon DataZone.
556
580
  */
557
581
  getUserProfile(callback?: (err: AWSError, data: DataZone.Types.GetUserProfileOutput) => void): Request<DataZone.Types.GetUserProfileOutput, AWSError>;
582
+ /**
583
+ * Lists asset filters.
584
+ */
585
+ listAssetFilters(params: DataZone.Types.ListAssetFiltersInput, callback?: (err: AWSError, data: DataZone.Types.ListAssetFiltersOutput) => void): Request<DataZone.Types.ListAssetFiltersOutput, AWSError>;
586
+ /**
587
+ * Lists asset filters.
588
+ */
589
+ listAssetFilters(callback?: (err: AWSError, data: DataZone.Types.ListAssetFiltersOutput) => void): Request<DataZone.Types.ListAssetFiltersOutput, AWSError>;
558
590
  /**
559
591
  * Lists the revisions for the asset.
560
592
  */
@@ -843,6 +875,14 @@ declare class DataZone extends Service {
843
875
  * Untags a resource in Amazon DataZone.
844
876
  */
845
877
  untagResource(callback?: (err: AWSError, data: DataZone.Types.UntagResourceResponse) => void): Request<DataZone.Types.UntagResourceResponse, AWSError>;
878
+ /**
879
+ * Updates an asset filter.
880
+ */
881
+ updateAssetFilter(params: DataZone.Types.UpdateAssetFilterInput, callback?: (err: AWSError, data: DataZone.Types.UpdateAssetFilterOutput) => void): Request<DataZone.Types.UpdateAssetFilterOutput, AWSError>;
882
+ /**
883
+ * Updates an asset filter.
884
+ */
885
+ updateAssetFilter(callback?: (err: AWSError, data: DataZone.Types.UpdateAssetFilterOutput) => void): Request<DataZone.Types.UpdateAssetFilterOutput, AWSError>;
846
886
  /**
847
887
  * Updates the specified data source in Amazon DataZone.
848
888
  */
@@ -1089,6 +1129,59 @@ declare namespace DataZone {
1089
1129
  awsConsoleLink?: AwsConsoleLinkParameters;
1090
1130
  }
1091
1131
  export type ApplicableAssetTypes = TypeName[];
1132
+ export interface AssetFilterConfiguration {
1133
+ /**
1134
+ * The column configuration of the asset filter.
1135
+ */
1136
+ columnConfiguration?: ColumnFilterConfiguration;
1137
+ /**
1138
+ * The row configuration of the asset filter.
1139
+ */
1140
+ rowConfiguration?: RowFilterConfiguration;
1141
+ }
1142
+ export interface AssetFilterSummary {
1143
+ /**
1144
+ * The ID of the data asset.
1145
+ */
1146
+ assetId: AssetId;
1147
+ /**
1148
+ * The timestamp at which the asset filter was created.
1149
+ */
1150
+ createdAt?: CreatedAt;
1151
+ /**
1152
+ * The description of the asset filter.
1153
+ */
1154
+ description?: Description;
1155
+ /**
1156
+ * The ID of the domain where the asset filter lives.
1157
+ */
1158
+ domainId: DomainId;
1159
+ /**
1160
+ * The effective column names of the asset filter.
1161
+ */
1162
+ effectiveColumnNames?: ColumnNameList;
1163
+ /**
1164
+ * The effective row filter of the asset filter.
1165
+ */
1166
+ effectiveRowFilter?: String;
1167
+ /**
1168
+ * The error message that is displayed if the action does not succeed.
1169
+ */
1170
+ errorMessage?: String;
1171
+ /**
1172
+ * The ID of the asset filter.
1173
+ */
1174
+ id: FilterId;
1175
+ /**
1176
+ * The name of the asset filter.
1177
+ */
1178
+ name: FilterName;
1179
+ /**
1180
+ * The status of the asset filter.
1181
+ */
1182
+ status?: FilterStatus;
1183
+ }
1184
+ export type AssetFilters = AssetFilterSummary[];
1092
1185
  export type AssetId = string;
1093
1186
  export type AssetIdentifier = string;
1094
1187
  export interface AssetItem {
@@ -1468,6 +1561,13 @@ declare namespace DataZone {
1468
1561
  */
1469
1562
  templateUrl: String;
1470
1563
  }
1564
+ export interface ColumnFilterConfiguration {
1565
+ /**
1566
+ * Specifies whether to include column names.
1567
+ */
1568
+ includedColumnNames?: ColumnNameList;
1569
+ }
1570
+ export type ColumnNameList = String[];
1471
1571
  export interface ConfigurableActionParameter {
1472
1572
  /**
1473
1573
  * The key of the configurable action parameter.
@@ -1494,6 +1594,78 @@ declare namespace DataZone {
1494
1594
  */
1495
1595
  type: String;
1496
1596
  }
1597
+ export interface CreateAssetFilterInput {
1598
+ /**
1599
+ * The ID of the data asset.
1600
+ */
1601
+ assetIdentifier: AssetId;
1602
+ /**
1603
+ * A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
1604
+ */
1605
+ clientToken?: String;
1606
+ /**
1607
+ * The configuration of the asset filter.
1608
+ */
1609
+ configuration: AssetFilterConfiguration;
1610
+ /**
1611
+ * The description of the asset filter.
1612
+ */
1613
+ description?: Description;
1614
+ /**
1615
+ * The ID of the domain in which you want to create an asset filter.
1616
+ */
1617
+ domainIdentifier: DomainId;
1618
+ /**
1619
+ * The name of the asset filter.
1620
+ */
1621
+ name: FilterName;
1622
+ }
1623
+ export interface CreateAssetFilterOutput {
1624
+ /**
1625
+ * The ID of the asset.
1626
+ */
1627
+ assetId: AssetId;
1628
+ /**
1629
+ * The configuration of the asset filter.
1630
+ */
1631
+ configuration: AssetFilterConfiguration;
1632
+ /**
1633
+ * The timestamp at which the asset filter was created.
1634
+ */
1635
+ createdAt?: CreatedAt;
1636
+ /**
1637
+ * The description of the asset filter.
1638
+ */
1639
+ description?: Description;
1640
+ /**
1641
+ * The ID of the domain where the asset filter is created.
1642
+ */
1643
+ domainId: DomainId;
1644
+ /**
1645
+ * The column names in the asset filter.
1646
+ */
1647
+ effectiveColumnNames?: ColumnNameList;
1648
+ /**
1649
+ * The row filter in the asset filter.
1650
+ */
1651
+ effectiveRowFilter?: String;
1652
+ /**
1653
+ * The error message that is displayed if the asset filter is not created successfully.
1654
+ */
1655
+ errorMessage?: String;
1656
+ /**
1657
+ * The ID of the asset filter.
1658
+ */
1659
+ id: FilterId;
1660
+ /**
1661
+ * The name of the asset filter.
1662
+ */
1663
+ name: FilterName;
1664
+ /**
1665
+ * The status of the asset filter.
1666
+ */
1667
+ status?: FilterStatus;
1668
+ }
1497
1669
  export interface CreateAssetInput {
1498
1670
  /**
1499
1671
  * A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
@@ -2922,66 +3094,6 @@ declare namespace DataZone {
2922
3094
  export type CustomParameterList = CustomParameter[];
2923
3095
  export type DataAssetActivityStatus = "FAILED"|"PUBLISHING_FAILED"|"SUCCEEDED_CREATED"|"SUCCEEDED_UPDATED"|"SKIPPED_ALREADY_IMPORTED"|"SKIPPED_ARCHIVED"|"SKIPPED_NO_ACCESS"|"UNCHANGED"|string;
2924
3096
  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
3097
  export interface DataSourceConfigurationInput {
2986
3098
  /**
2987
3099
  * The configuration of the Amazon Web Services Glue data source.
@@ -3155,6 +3267,20 @@ declare namespace DataZone {
3155
3267
  export type DataSourceType = string;
3156
3268
  export type DateTime = Date;
3157
3269
  export type DecisionComment = string;
3270
+ export interface DeleteAssetFilterInput {
3271
+ /**
3272
+ * The ID of the data asset.
3273
+ */
3274
+ assetIdentifier: AssetId;
3275
+ /**
3276
+ * The ID of the domain where you want to delete an asset filter.
3277
+ */
3278
+ domainIdentifier: DomainId;
3279
+ /**
3280
+ * The ID of the asset filter that you want to delete.
3281
+ */
3282
+ identifier: FilterId;
3283
+ }
3158
3284
  export interface DeleteAssetInput {
3159
3285
  /**
3160
3286
  * The ID of the Amazon DataZone domain in which the asset is deleted.
@@ -3702,6 +3828,10 @@ declare namespace DataZone {
3702
3828
  * The ARN of the manage access role specified in the environment blueprint configuration.
3703
3829
  */
3704
3830
  manageAccessRoleArn?: RoleArn;
3831
+ /**
3832
+ * The provisioning configuration of a blueprint.
3833
+ */
3834
+ provisioningConfigurations?: ProvisioningConfigurationList;
3705
3835
  /**
3706
3836
  * The ARN of the provisioning role specified in the environment blueprint configuration.
3707
3837
  */
@@ -3877,6 +4007,16 @@ declare namespace DataZone {
3877
4007
  */
3878
4008
  updatedAt?: SyntheticTimestamp_date_time;
3879
4009
  }
4010
+ export interface EqualToExpression {
4011
+ /**
4012
+ * The name of the column.
4013
+ */
4014
+ columnName: String;
4015
+ /**
4016
+ * The value that might be equal to an expression.
4017
+ */
4018
+ value: String;
4019
+ }
3880
4020
  export type ExternalIdentifier = string;
3881
4021
  export interface FailureCause {
3882
4022
  /**
@@ -3922,7 +4062,10 @@ declare namespace DataZone {
3922
4062
  export type FilterExpressionExpressionString = string;
3923
4063
  export type FilterExpressionType = "INCLUDE"|"EXCLUDE"|string;
3924
4064
  export type FilterExpressions = FilterExpression[];
4065
+ export type FilterId = string;
3925
4066
  export type FilterList = FilterClause[];
4067
+ export type FilterName = string;
4068
+ export type FilterStatus = "VALID"|"INVALID"|string;
3926
4069
  export type FilterValueString = string;
3927
4070
  export type FirstName = string;
3928
4071
  export type Float = number;
@@ -4050,6 +4193,66 @@ declare namespace DataZone {
4050
4193
  export type Forms = string;
4051
4194
  export type FormsInputMap = {[key: string]: FormEntryInput};
4052
4195
  export type FormsOutputMap = {[key: string]: FormEntryOutput};
4196
+ export interface GetAssetFilterInput {
4197
+ /**
4198
+ * The ID of the data asset.
4199
+ */
4200
+ assetIdentifier: AssetId;
4201
+ /**
4202
+ * The ID of the domain where you want to get an asset filter.
4203
+ */
4204
+ domainIdentifier: DomainId;
4205
+ /**
4206
+ * The ID of the asset filter.
4207
+ */
4208
+ identifier: FilterId;
4209
+ }
4210
+ export interface GetAssetFilterOutput {
4211
+ /**
4212
+ * The ID of the data asset.
4213
+ */
4214
+ assetId: AssetId;
4215
+ /**
4216
+ * The configuration of the asset filter.
4217
+ */
4218
+ configuration: AssetFilterConfiguration;
4219
+ /**
4220
+ * The timestamp at which the asset filter was created.
4221
+ */
4222
+ createdAt?: CreatedAt;
4223
+ /**
4224
+ * The description of the asset filter.
4225
+ */
4226
+ description?: Description;
4227
+ /**
4228
+ * The ID of the domain where you want to get an asset filter.
4229
+ */
4230
+ domainId: DomainId;
4231
+ /**
4232
+ * The column names of the asset filter.
4233
+ */
4234
+ effectiveColumnNames?: ColumnNameList;
4235
+ /**
4236
+ * The row filter of the asset filter.
4237
+ */
4238
+ effectiveRowFilter?: String;
4239
+ /**
4240
+ * The error message that is displayed if the action does not complete successfully.
4241
+ */
4242
+ errorMessage?: String;
4243
+ /**
4244
+ * The ID of the asset filter.
4245
+ */
4246
+ id: FilterId;
4247
+ /**
4248
+ * The name of the asset filter.
4249
+ */
4250
+ name: FilterName;
4251
+ /**
4252
+ * The status of the asset filter.
4253
+ */
4254
+ status?: FilterStatus;
4255
+ }
4053
4256
  export interface GetAssetInput {
4054
4257
  /**
4055
4258
  * The ID of the Amazon DataZone domain to which the asset belongs.
@@ -4493,6 +4696,10 @@ declare namespace DataZone {
4493
4696
  * The ARN of the manage access role with which this blueprint is created.
4494
4697
  */
4495
4698
  manageAccessRoleArn?: RoleArn;
4699
+ /**
4700
+ * The provisioning configuration of a blueprint.
4701
+ */
4702
+ provisioningConfigurations?: ProvisioningConfigurationList;
4496
4703
  /**
4497
4704
  * The ARN of the provisioning role with which this blueprint is created.
4498
4705
  */
@@ -5651,6 +5858,26 @@ declare namespace DataZone {
5651
5858
  */
5652
5859
  listing?: ListingRevisionInput;
5653
5860
  }
5861
+ export interface GreaterThanExpression {
5862
+ /**
5863
+ * The name of the column.
5864
+ */
5865
+ columnName: String;
5866
+ /**
5867
+ * The value that might be greater than an expression.
5868
+ */
5869
+ value: String;
5870
+ }
5871
+ export interface GreaterThanOrEqualToExpression {
5872
+ /**
5873
+ * The name of the column.
5874
+ */
5875
+ columnName: String;
5876
+ /**
5877
+ * The value that might be greater than or equal to an expression.
5878
+ */
5879
+ value: String;
5880
+ }
5654
5881
  export interface GroupDetails {
5655
5882
  /**
5656
5883
  * The identifier of the group in Amazon DataZone.
@@ -5699,10 +5926,72 @@ declare namespace DataZone {
5699
5926
  revision: Revision;
5700
5927
  }
5701
5928
  export type ImportList = Import[];
5929
+ export interface InExpression {
5930
+ /**
5931
+ * The name of the column.
5932
+ */
5933
+ columnName: String;
5934
+ /**
5935
+ * The values that might be in the expression.
5936
+ */
5937
+ values: StringList;
5938
+ }
5702
5939
  export type Integer = number;
5703
5940
  export type InventorySearchScope = "ASSET"|"GLOSSARY"|"GLOSSARY_TERM"|string;
5941
+ export interface IsNotNullExpression {
5942
+ /**
5943
+ * The name of the column.
5944
+ */
5945
+ columnName: String;
5946
+ }
5947
+ export interface IsNullExpression {
5948
+ /**
5949
+ * The name of the column.
5950
+ */
5951
+ columnName: String;
5952
+ }
5704
5953
  export type KmsKeyArn = string;
5954
+ export interface LakeFormationConfiguration {
5955
+ /**
5956
+ * Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.
5957
+ */
5958
+ locationRegistrationExcludeS3Locations?: S3LocationList;
5959
+ /**
5960
+ * 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.
5961
+ */
5962
+ locationRegistrationRole?: RoleArn;
5963
+ }
5705
5964
  export type LastName = string;
5965
+ export interface LessThanExpression {
5966
+ /**
5967
+ * The name of the column.
5968
+ */
5969
+ columnName: String;
5970
+ /**
5971
+ * The value that might be less than the expression.
5972
+ */
5973
+ value: String;
5974
+ }
5975
+ export interface LessThanOrEqualToExpression {
5976
+ /**
5977
+ * The name of the column.
5978
+ */
5979
+ columnName: String;
5980
+ /**
5981
+ * The value that might be less than or equal to an expression.
5982
+ */
5983
+ value: String;
5984
+ }
5985
+ export interface LikeExpression {
5986
+ /**
5987
+ * The name of the column.
5988
+ */
5989
+ columnName: String;
5990
+ /**
5991
+ * The value that might be like the expression.
5992
+ */
5993
+ value: String;
5994
+ }
5706
5995
  export type LineageEvent = Buffer|Uint8Array|Blob|string;
5707
5996
  export type LineageNodeId = string;
5708
5997
  export type LineageNodeIdentifier = string;
@@ -5806,6 +6095,38 @@ declare namespace DataZone {
5806
6095
  */
5807
6096
  updatedBy?: UpdatedBy;
5808
6097
  }
6098
+ export interface ListAssetFiltersInput {
6099
+ /**
6100
+ * The ID of the data asset.
6101
+ */
6102
+ assetIdentifier: AssetId;
6103
+ /**
6104
+ * The ID of the domain where you want to list asset filters.
6105
+ */
6106
+ domainIdentifier: DomainId;
6107
+ /**
6108
+ * 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.
6109
+ */
6110
+ maxResults?: MaxResults;
6111
+ /**
6112
+ * 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.
6113
+ */
6114
+ nextToken?: PaginationToken;
6115
+ /**
6116
+ * The status of the asset filter.
6117
+ */
6118
+ status?: FilterStatus;
6119
+ }
6120
+ export interface ListAssetFiltersOutput {
6121
+ /**
6122
+ * The results of the ListAssetFilters action.
6123
+ */
6124
+ items: AssetFilters;
6125
+ /**
6126
+ * 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.
6127
+ */
6128
+ nextToken?: PaginationToken;
6129
+ }
5809
6130
  export interface ListAssetRevisionsInput {
5810
6131
  /**
5811
6132
  * The identifier of the domain.
@@ -6697,6 +7018,36 @@ declare namespace DataZone {
6697
7018
  smithy?: Smithy;
6698
7019
  }
6699
7020
  export type Name = string;
7021
+ export interface NotEqualToExpression {
7022
+ /**
7023
+ * The name of the column.
7024
+ */
7025
+ columnName: String;
7026
+ /**
7027
+ * The value that might not be equal to the expression.
7028
+ */
7029
+ value: String;
7030
+ }
7031
+ export interface NotInExpression {
7032
+ /**
7033
+ * The name of the column.
7034
+ */
7035
+ columnName: String;
7036
+ /**
7037
+ * The value that might not be in the expression.
7038
+ */
7039
+ values: StringList;
7040
+ }
7041
+ export interface NotLikeExpression {
7042
+ /**
7043
+ * The name of the column.
7044
+ */
7045
+ columnName: String;
7046
+ /**
7047
+ * The value that might not be like the expression.
7048
+ */
7049
+ value: String;
7050
+ }
6700
7051
  export interface NotificationOutput {
6701
7052
  /**
6702
7053
  * The action link included in the notification.
@@ -6889,6 +7240,13 @@ declare namespace DataZone {
6889
7240
  */
6890
7241
  updatedAt?: SyntheticTimestamp_date_time;
6891
7242
  }
7243
+ export interface ProvisioningConfiguration {
7244
+ /**
7245
+ * The Lake Formation configuration of the Data Lake blueprint.
7246
+ */
7247
+ lakeFormationConfiguration?: LakeFormationConfiguration;
7248
+ }
7249
+ export type ProvisioningConfigurationList = ProvisioningConfiguration[];
6892
7250
  export interface ProvisioningProperties {
6893
7251
  /**
6894
7252
  * The cloud formation properties included as part of the provisioning properties of an environment blueprint.
@@ -6912,6 +7270,10 @@ declare namespace DataZone {
6912
7270
  * The ARN of the manage access role.
6913
7271
  */
6914
7272
  manageAccessRoleArn?: RoleArn;
7273
+ /**
7274
+ * The provisioning configuration of a blueprint.
7275
+ */
7276
+ provisioningConfigurations?: ProvisioningConfigurationList;
6915
7277
  /**
6916
7278
  * The ARN of the provisioning role.
6917
7279
  */
@@ -6942,6 +7304,10 @@ declare namespace DataZone {
6942
7304
  * The ARN of the manage access role.
6943
7305
  */
6944
7306
  manageAccessRoleArn?: RoleArn;
7307
+ /**
7308
+ * The provisioning configuration of a blueprint.
7309
+ */
7310
+ provisioningConfigurations?: ProvisioningConfigurationList;
6945
7311
  /**
6946
7312
  * The ARN of the provisioning role.
6947
7313
  */
@@ -7264,6 +7630,81 @@ declare namespace DataZone {
7264
7630
  updatedBy?: UpdatedBy;
7265
7631
  }
7266
7632
  export type RoleArn = string;
7633
+ export interface RowFilter {
7634
+ /**
7635
+ * The 'and' clause of the row filter.
7636
+ */
7637
+ and?: RowFilterList;
7638
+ /**
7639
+ * The expression of the row filter.
7640
+ */
7641
+ expression?: RowFilterExpression;
7642
+ /**
7643
+ * The 'or' clause of the row filter.
7644
+ */
7645
+ or?: RowFilterList;
7646
+ }
7647
+ export interface RowFilterConfiguration {
7648
+ /**
7649
+ * The row filter.
7650
+ */
7651
+ rowFilter: RowFilter;
7652
+ /**
7653
+ * Specifies whether the row filter is sensitive.
7654
+ */
7655
+ sensitive?: Boolean;
7656
+ }
7657
+ export interface RowFilterExpression {
7658
+ /**
7659
+ * The 'equal to' clause of the row filter expression.
7660
+ */
7661
+ equalTo?: EqualToExpression;
7662
+ /**
7663
+ * The 'greater than' clause of the row filter expression.
7664
+ */
7665
+ greaterThan?: GreaterThanExpression;
7666
+ /**
7667
+ * The 'greater than or equal to' clause of the filter expression.
7668
+ */
7669
+ greaterThanOrEqualTo?: GreaterThanOrEqualToExpression;
7670
+ /**
7671
+ * The 'in' clause of the row filter expression.
7672
+ */
7673
+ in?: InExpression;
7674
+ /**
7675
+ * The 'is not null' clause of the row filter expression.
7676
+ */
7677
+ isNotNull?: IsNotNullExpression;
7678
+ /**
7679
+ * The 'is null' clause of the row filter expression.
7680
+ */
7681
+ isNull?: IsNullExpression;
7682
+ /**
7683
+ * The 'less than' clause of the row filter expression.
7684
+ */
7685
+ lessThan?: LessThanExpression;
7686
+ /**
7687
+ * The 'less than or equal to' clause of the row filter expression.
7688
+ */
7689
+ lessThanOrEqualTo?: LessThanOrEqualToExpression;
7690
+ /**
7691
+ * The 'like' clause of the row filter expression.
7692
+ */
7693
+ like?: LikeExpression;
7694
+ /**
7695
+ * The 'no equal to' clause of the row filter expression.
7696
+ */
7697
+ notEqualTo?: NotEqualToExpression;
7698
+ /**
7699
+ * The 'not in' clause of the row filter expression.
7700
+ */
7701
+ notIn?: NotInExpression;
7702
+ /**
7703
+ * The 'not like' clause of the row filter expression.
7704
+ */
7705
+ notLike?: NotLikeExpression;
7706
+ }
7707
+ export type RowFilterList = RowFilter[];
7267
7708
  export interface RunStatisticsForAssets {
7268
7709
  /**
7269
7710
  * The added statistic for the data source run.
@@ -7286,6 +7727,8 @@ declare namespace DataZone {
7286
7727
  */
7287
7728
  updated?: Integer;
7288
7729
  }
7730
+ export type S3Location = string;
7731
+ export type S3LocationList = S3Location[];
7289
7732
  export interface ScheduleConfiguration {
7290
7733
  /**
7291
7734
  * The schedule of the data source runs.
@@ -7382,10 +7825,6 @@ declare namespace DataZone {
7382
7825
  * The asset item included in the search results.
7383
7826
  */
7384
7827
  assetItem?: AssetItem;
7385
- /**
7386
- * The data product item included in the search results.
7387
- */
7388
- dataProductItem?: DataProductSummary;
7389
7828
  /**
7390
7829
  * The glossary item included in the search results.
7391
7830
  */
@@ -7759,6 +8198,7 @@ declare namespace DataZone {
7759
8198
  type?: MetadataGenerationRunType;
7760
8199
  }
7761
8200
  export type String = string;
8201
+ export type StringList = String[];
7762
8202
  export interface SubscribedAsset {
7763
8203
  /**
7764
8204
  * The identifier of the asset for which the subscription grant is created.
@@ -8256,6 +8696,78 @@ declare namespace DataZone {
8256
8696
  }
8257
8697
  export interface UntagResourceResponse {
8258
8698
  }
8699
+ export interface UpdateAssetFilterInput {
8700
+ /**
8701
+ * The ID of the data asset.
8702
+ */
8703
+ assetIdentifier: AssetId;
8704
+ /**
8705
+ * The configuration of the asset filter.
8706
+ */
8707
+ configuration?: AssetFilterConfiguration;
8708
+ /**
8709
+ * The description of the asset filter.
8710
+ */
8711
+ description?: Description;
8712
+ /**
8713
+ * The ID of the domain where you want to update an asset filter.
8714
+ */
8715
+ domainIdentifier: DomainId;
8716
+ /**
8717
+ * The ID of the asset filter.
8718
+ */
8719
+ identifier: FilterId;
8720
+ /**
8721
+ * The name of the asset filter.
8722
+ */
8723
+ name?: String;
8724
+ }
8725
+ export interface UpdateAssetFilterOutput {
8726
+ /**
8727
+ * The ID of the data asset.
8728
+ */
8729
+ assetId: AssetId;
8730
+ /**
8731
+ * The configuration of the asset filter.
8732
+ */
8733
+ configuration: AssetFilterConfiguration;
8734
+ /**
8735
+ * The timestamp at which the asset filter was created.
8736
+ */
8737
+ createdAt?: CreatedAt;
8738
+ /**
8739
+ * The description of the asset filter.
8740
+ */
8741
+ description?: Description;
8742
+ /**
8743
+ * The ID of the domain where the asset filter was created.
8744
+ */
8745
+ domainId: DomainId;
8746
+ /**
8747
+ * The column names of the asset filter.
8748
+ */
8749
+ effectiveColumnNames?: ColumnNameList;
8750
+ /**
8751
+ * The row filter of the asset filter.
8752
+ */
8753
+ effectiveRowFilter?: String;
8754
+ /**
8755
+ * The error message that is displayed if the action is not completed successfully.
8756
+ */
8757
+ errorMessage?: String;
8758
+ /**
8759
+ * The ID of the asset filter.
8760
+ */
8761
+ id: FilterId;
8762
+ /**
8763
+ * The name of the asset filter.
8764
+ */
8765
+ name: FilterName;
8766
+ /**
8767
+ * The status of the asset filter.
8768
+ */
8769
+ status?: FilterStatus;
8770
+ }
8259
8771
  export interface UpdateDataSourceInput {
8260
8772
  /**
8261
8773
  * The asset forms to be updated as part of the UpdateDataSource action.