cdk-lambda-subminute 2.0.283 → 2.0.284

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 (32) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +12 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +8 -5
  6. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +125 -0
  7. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +27 -15
  8. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +47 -0
  9. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +37 -10
  10. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +222 -107
  11. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +205 -76
  13. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
  14. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +136 -106
  15. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +1 -0
  16. package/node_modules/aws-sdk/clients/connect.d.ts +46 -22
  17. package/node_modules/aws-sdk/clients/dataexchange.d.ts +153 -0
  18. package/node_modules/aws-sdk/clients/datasync.d.ts +45 -30
  19. package/node_modules/aws-sdk/clients/finspace.d.ts +46 -2
  20. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +24 -0
  21. package/node_modules/aws-sdk/clients/rds.d.ts +148 -0
  22. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +212 -2
  23. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +136 -103
  24. package/node_modules/aws-sdk/clients/s3outposts.d.ts +5 -0
  25. package/node_modules/aws-sdk/clients/wisdom.d.ts +8 -8
  26. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  27. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  28. package/node_modules/aws-sdk/dist/aws-sdk.js +239 -115
  29. package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
  30. package/node_modules/aws-sdk/lib/core.js +1 -1
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/package.json +3 -3
@@ -119,6 +119,7 @@
119
119
  "type": "structure",
120
120
  "members": {
121
121
  "OutpostArn": {},
122
+ "S3OutpostArn": {},
122
123
  "OutpostId": {},
123
124
  "OwnerId": {},
124
125
  "CapacityInBytes": {
@@ -1028,11 +1028,11 @@ declare class Connect extends Service {
1028
1028
  */
1029
1029
  listSecurityKeys(callback?: (err: AWSError, data: Connect.Types.ListSecurityKeysResponse) => void): Request<Connect.Types.ListSecurityKeysResponse, AWSError>;
1030
1030
  /**
1031
- * Returns a list of third party applications in a specific security profile.
1031
+ * Returns a list of third-party applications in a specific security profile.
1032
1032
  */
1033
1033
  listSecurityProfileApplications(params: Connect.Types.ListSecurityProfileApplicationsRequest, callback?: (err: AWSError, data: Connect.Types.ListSecurityProfileApplicationsResponse) => void): Request<Connect.Types.ListSecurityProfileApplicationsResponse, AWSError>;
1034
1034
  /**
1035
- * Returns a list of third party applications in a specific security profile.
1035
+ * Returns a list of third-party applications in a specific security profile.
1036
1036
  */
1037
1037
  listSecurityProfileApplications(callback?: (err: AWSError, data: Connect.Types.ListSecurityProfileApplicationsResponse) => void): Request<Connect.Types.ListSecurityProfileApplicationsResponse, AWSError>;
1038
1038
  /**
@@ -1156,11 +1156,11 @@ declare class Connect extends Service {
1156
1156
  */
1157
1157
  replicateInstance(callback?: (err: AWSError, data: Connect.Types.ReplicateInstanceResponse) => void): Request<Connect.Types.ReplicateInstanceResponse, AWSError>;
1158
1158
  /**
1159
- * When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call or screen. Voice and screen recordings are supported.
1159
+ * When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would resume. Voice and screen recordings are supported.
1160
1160
  */
1161
1161
  resumeContactRecording(params: Connect.Types.ResumeContactRecordingRequest, callback?: (err: AWSError, data: Connect.Types.ResumeContactRecordingResponse) => void): Request<Connect.Types.ResumeContactRecordingResponse, AWSError>;
1162
1162
  /**
1163
- * When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call or screen. Voice and screen recordings are supported.
1163
+ * When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would resume. Voice and screen recordings are supported.
1164
1164
  */
1165
1165
  resumeContactRecording(callback?: (err: AWSError, data: Connect.Types.ResumeContactRecordingResponse) => void): Request<Connect.Types.ResumeContactRecordingResponse, AWSError>;
1166
1166
  /**
@@ -1324,11 +1324,11 @@ declare class Connect extends Service {
1324
1324
  */
1325
1325
  submitContactEvaluation(callback?: (err: AWSError, data: Connect.Types.SubmitContactEvaluationResponse) => void): Request<Connect.Types.SubmitContactEvaluationResponse, AWSError>;
1326
1326
  /**
1327
- * When a contact is being recorded, this API suspends recording the call or screen. For example, you might suspend the call or screen recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording. The period of time that the recording is suspended is filled with silence in the final recording. Voice and screen recordings are supported.
1327
+ * When a contact is being recorded, this API suspends recording whatever is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would be suspended. For example, you might suspend the screen recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording the screen. The period of time that the recording is suspended is filled with silence in the final recording. Voice and screen recordings are supported.
1328
1328
  */
1329
1329
  suspendContactRecording(params: Connect.Types.SuspendContactRecordingRequest, callback?: (err: AWSError, data: Connect.Types.SuspendContactRecordingResponse) => void): Request<Connect.Types.SuspendContactRecordingResponse, AWSError>;
1330
1330
  /**
1331
- * When a contact is being recorded, this API suspends recording the call or screen. For example, you might suspend the call or screen recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording. The period of time that the recording is suspended is filled with silence in the final recording. Voice and screen recordings are supported.
1331
+ * When a contact is being recorded, this API suspends recording whatever is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would be suspended. For example, you might suspend the screen recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording the screen. The period of time that the recording is suspended is filled with silence in the final recording. Voice and screen recordings are supported.
1332
1332
  */
1333
1333
  suspendContactRecording(callback?: (err: AWSError, data: Connect.Types.SuspendContactRecordingResponse) => void): Request<Connect.Types.SuspendContactRecordingResponse, AWSError>;
1334
1334
  /**
@@ -2125,9 +2125,13 @@ declare namespace Connect {
2125
2125
  export type ChatStreamingEndpointARN = string;
2126
2126
  export interface ClaimPhoneNumberRequest {
2127
2127
  /**
2128
- * The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.
2128
+ * The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. You must enter InstanceId or TargetArn.
2129
2129
  */
2130
- TargetArn: ARN;
2130
+ TargetArn?: ARN;
2131
+ /**
2132
+ * The identifier of the Amazon Connect instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. You must enter InstanceId or TargetArn.
2133
+ */
2134
+ InstanceId?: InstanceId;
2131
2135
  /**
2132
2136
  * The phone number you want to claim. Phone numbers are formatted [+] [country code] [subscriber number including area code].
2133
2137
  */
@@ -2181,9 +2185,13 @@ declare namespace Connect {
2181
2185
  */
2182
2186
  PhoneNumberDescription?: PhoneNumberDescription;
2183
2187
  /**
2184
- * The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.
2188
+ * The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.
2185
2189
  */
2186
2190
  TargetArn?: ARN;
2191
+ /**
2192
+ * The identifier of the Amazon Connect instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
2193
+ */
2194
+ InstanceId?: InstanceId;
2187
2195
  /**
2188
2196
  * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
2189
2197
  */
@@ -2919,7 +2927,7 @@ declare namespace Connect {
2919
2927
  */
2920
2928
  TagRestrictedResources?: TagRestrictedResourceList;
2921
2929
  /**
2922
- * This API is in preview release for Amazon Connect and is subject to change. A list of third party applications that the security profile will give access to.
2930
+ * This API is in preview release for Amazon Connect and is subject to change. A list of third-party applications that the security profile will give access to.
2923
2931
  */
2924
2932
  Applications?: Applications;
2925
2933
  }
@@ -6076,16 +6084,24 @@ declare namespace Connect {
6076
6084
  */
6077
6085
  PhoneNumberType?: PhoneNumberType;
6078
6086
  /**
6079
- * The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.
6087
+ * The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.
6080
6088
  */
6081
6089
  TargetArn?: ARN;
6090
+ /**
6091
+ * The identifier of the Amazon Connect instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
6092
+ */
6093
+ InstanceId?: InstanceId;
6082
6094
  }
6083
6095
  export type ListPhoneNumbersSummaryList = ListPhoneNumbersSummary[];
6084
6096
  export interface ListPhoneNumbersV2Request {
6085
6097
  /**
6086
- * The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to. If TargetArn input is not provided, this API lists numbers claimed to all the Amazon Connect instances belonging to your account in the same Amazon Web Services Region as the request.
6098
+ * The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. If both TargetArn and InstanceId input are not provided, this API lists numbers claimed to all the Amazon Connect instances belonging to your account in the same Amazon Web Services Region as the request.
6087
6099
  */
6088
6100
  TargetArn?: ARN;
6101
+ /**
6102
+ * The identifier of the Amazon Connect instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. If both TargetArn and InstanceId are not provided, this API lists numbers claimed to all the Amazon Connect instances belonging to your account in the same AWS Region as the request.
6103
+ */
6104
+ InstanceId?: InstanceId;
6089
6105
  /**
6090
6106
  * The maximum number of results to return per page.
6091
6107
  */
@@ -6335,15 +6351,15 @@ declare namespace Connect {
6335
6351
  }
6336
6352
  export interface ListSecurityProfileApplicationsRequest {
6337
6353
  /**
6338
- * The security profile identifier.
6354
+ * The identifier for the security profle.
6339
6355
  */
6340
6356
  SecurityProfileId: SecurityProfileId;
6341
6357
  /**
6342
- * The instance identifier.
6358
+ * The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
6343
6359
  */
6344
6360
  InstanceId: InstanceId;
6345
6361
  /**
6346
- * The token for the next set of results. The next set of results can be retrieved by using the token value returned in the previous response when making the next request.
6362
+ * The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
6347
6363
  */
6348
6364
  NextToken?: NextToken;
6349
6365
  /**
@@ -6353,11 +6369,11 @@ declare namespace Connect {
6353
6369
  }
6354
6370
  export interface ListSecurityProfileApplicationsResponse {
6355
6371
  /**
6356
- * This API is in preview release for Amazon Connect and is subject to change. A list of the third party application's metadata.
6372
+ * This API is in preview release for Amazon Connect and is subject to change. A list of the third-party application's metadata.
6357
6373
  */
6358
6374
  Applications?: Applications;
6359
6375
  /**
6360
- * The token for the next set of results. The next set of results can be retrieved by using the token value returned in the previous response when making the next request.
6376
+ * If there are additional results, this is the token for the next set of results.
6361
6377
  */
6362
6378
  NextToken?: NextToken;
6363
6379
  }
@@ -7628,9 +7644,13 @@ declare namespace Connect {
7628
7644
  export type S3Uri = string;
7629
7645
  export interface SearchAvailablePhoneNumbersRequest {
7630
7646
  /**
7631
- * The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.
7647
+ * The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. You must enter InstanceId or TargetArn.
7648
+ */
7649
+ TargetArn?: ARN;
7650
+ /**
7651
+ * The identifier of the Amazon Connect instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. You must enter InstanceId or TargetArn.
7632
7652
  */
7633
- TargetArn: ARN;
7653
+ InstanceId?: InstanceId;
7634
7654
  /**
7635
7655
  * The ISO country code.
7636
7656
  */
@@ -9203,9 +9223,13 @@ declare namespace Connect {
9203
9223
  */
9204
9224
  PhoneNumberId: PhoneNumberId;
9205
9225
  /**
9206
- * The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.
9226
+ * The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. You must enter InstanceId or TargetArn.
9227
+ */
9228
+ TargetArn?: ARN;
9229
+ /**
9230
+ * The identifier of the Amazon Connect instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. You must enter InstanceId or TargetArn.
9207
9231
  */
9208
- TargetArn: ARN;
9232
+ InstanceId?: InstanceId;
9209
9233
  /**
9210
9234
  * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
9211
9235
  */
@@ -9486,7 +9510,7 @@ declare namespace Connect {
9486
9510
  */
9487
9511
  TagRestrictedResources?: TagRestrictedResourceList;
9488
9512
  /**
9489
- * This API is in preview release for Amazon Connect and is subject to change. A list of the third party application's metadata.
9513
+ * This API is in preview release for Amazon Connect and is subject to change. A list of the third-party application's metadata.
9490
9514
  */
9491
9515
  Applications?: Applications;
9492
9516
  }
@@ -187,6 +187,14 @@ declare class DataExchange extends Service {
187
187
  * This operation invokes an API Gateway API asset. The request is proxied to the provider’s API Gateway API.
188
188
  */
189
189
  sendApiAsset(callback?: (err: AWSError, data: DataExchange.Types.SendApiAssetResponse) => void): Request<DataExchange.Types.SendApiAssetResponse, AWSError>;
190
+ /**
191
+ * The type of event associated with the data set.
192
+ */
193
+ sendDataSetNotification(params: DataExchange.Types.SendDataSetNotificationRequest, callback?: (err: AWSError, data: DataExchange.Types.SendDataSetNotificationResponse) => void): Request<DataExchange.Types.SendDataSetNotificationResponse, AWSError>;
194
+ /**
195
+ * The type of event associated with the data set.
196
+ */
197
+ sendDataSetNotification(callback?: (err: AWSError, data: DataExchange.Types.SendDataSetNotificationResponse) => void): Request<DataExchange.Types.SendDataSetNotificationResponse, AWSError>;
190
198
  /**
191
199
  * This operation starts a job.
192
200
  */
@@ -408,6 +416,7 @@ declare namespace DataExchange {
408
416
  */
409
417
  JobId: __string;
410
418
  }
419
+ export type ClientToken = string;
411
420
  export type Code = "ACCESS_DENIED_EXCEPTION"|"INTERNAL_SERVER_EXCEPTION"|"MALWARE_DETECTED"|"RESOURCE_NOT_FOUND_EXCEPTION"|"SERVICE_QUOTA_EXCEEDED_EXCEPTION"|"VALIDATION_EXCEPTION"|"MALWARE_SCAN_ENCRYPTED_FILE"|string;
412
421
  export interface CreateDataSetRequest {
413
422
  /**
@@ -687,6 +696,12 @@ declare namespace DataExchange {
687
696
  */
688
697
  UpdatedAt: Timestamp;
689
698
  }
699
+ export interface DataUpdateRequestDetails {
700
+ /**
701
+ * A datetime in the past when the data was updated. This typically means that the underlying resource supporting the data set was updated.
702
+ */
703
+ DataUpdatedAt?: Timestamp;
704
+ }
690
705
  export interface DatabaseLFTagPolicy {
691
706
  /**
692
707
  * A list of LF-tag conditions that apply to database resources.
@@ -740,6 +755,12 @@ declare namespace DataExchange {
740
755
  */
741
756
  RevisionId: __string;
742
757
  }
758
+ export interface DeprecationRequestDetails {
759
+ /**
760
+ * A datetime in the future when the data set will be deprecated.
761
+ */
762
+ DeprecationAt: Timestamp;
763
+ }
743
764
  export type Description = string;
744
765
  export interface Details {
745
766
  /**
@@ -1514,6 +1535,16 @@ declare namespace DataExchange {
1514
1535
  LFTagPolicy?: LFTagPolicyDetails;
1515
1536
  }
1516
1537
  export type LakeFormationDataPermissionType = "LFTagPolicy"|string;
1538
+ export interface LakeFormationTagPolicyDetails {
1539
+ /**
1540
+ * The underlying Glue database that the notification is referring to.
1541
+ */
1542
+ Database?: __string;
1543
+ /**
1544
+ * The underlying Glue table that the notification is referring to.
1545
+ */
1546
+ Table?: __string;
1547
+ }
1517
1548
  export interface ListDataSetRevisionsRequest {
1518
1549
  /**
1519
1550
  * The unique identifier for a data set.
@@ -1626,9 +1657,13 @@ declare namespace DataExchange {
1626
1657
  export type ListOfLFPermissions = LFPermission[];
1627
1658
  export type ListOfLFTagValues = String[];
1628
1659
  export type ListOfLFTags = LFTag[];
1660
+ export type ListOfLakeFormationTagPolicies = LakeFormationTagPolicyDetails[];
1629
1661
  export type ListOfRedshiftDataShareAssetSourceEntry = RedshiftDataShareAssetSourceEntry[];
1662
+ export type ListOfRedshiftDataShares = RedshiftDataShareDetails[];
1630
1663
  export type ListOfRevisionDestinationEntry = RevisionDestinationEntry[];
1631
1664
  export type ListOfRevisionEntry = RevisionEntry[];
1665
+ export type ListOfS3DataAccesses = S3DataAccessDetails[];
1666
+ export type ListOfSchemaChangeDetails = SchemaChangeDetails[];
1632
1667
  export type ListOfTableTagPolicyLFPermissions = TableTagPolicyLFPermission[];
1633
1668
  export type ListOf__string = __string[];
1634
1669
  export interface ListRevisionAssetsRequest {
@@ -1675,6 +1710,21 @@ declare namespace DataExchange {
1675
1710
  export type MaxResults = number;
1676
1711
  export type Name = string;
1677
1712
  export type NextToken = string;
1713
+ export interface NotificationDetails {
1714
+ /**
1715
+ * Extra details specific to a data update type notification.
1716
+ */
1717
+ DataUpdate?: DataUpdateRequestDetails;
1718
+ /**
1719
+ * Extra details specific to a deprecation type notification.
1720
+ */
1721
+ Deprecation?: DeprecationRequestDetails;
1722
+ /**
1723
+ * Extra details specific to a schema change type notification.
1724
+ */
1725
+ SchemaChange?: SchemaChangeRequestDetails;
1726
+ }
1727
+ export type NotificationType = "DATA_DELAY"|"DATA_UPDATE"|"DEPRECATION"|"SCHEMA_CHANGE"|string;
1678
1728
  export type Origin = "OWNED"|"ENTITLED"|string;
1679
1729
  export interface OriginDetails {
1680
1730
  /**
@@ -1695,6 +1745,32 @@ declare namespace DataExchange {
1695
1745
  */
1696
1746
  DataShareArn: __string;
1697
1747
  }
1748
+ export interface RedshiftDataShareDetails {
1749
+ /**
1750
+ * The ARN of the underlying Redshift data share that is being affected by this notification.
1751
+ */
1752
+ Arn: __string;
1753
+ /**
1754
+ * The database name in the Redshift data share that is being affected by this notification.
1755
+ */
1756
+ Database: __string;
1757
+ /**
1758
+ * A function name in the Redshift database that is being affected by this notification.
1759
+ */
1760
+ Function?: __string;
1761
+ /**
1762
+ * A table name in the Redshift database that is being affected by this notification.
1763
+ */
1764
+ Table?: __string;
1765
+ /**
1766
+ * A schema name in the Redshift database that is being affected by this notification.
1767
+ */
1768
+ Schema?: __string;
1769
+ /**
1770
+ * A view name in the Redshift database that is being affected by this notification.
1771
+ */
1772
+ View?: __string;
1773
+ }
1698
1774
  export interface RequestDetails {
1699
1775
  /**
1700
1776
  * Details about the export to signed URL request.
@@ -1942,12 +2018,61 @@ declare namespace DataExchange {
1942
2018
  */
1943
2019
  KmsKeysToGrant?: ListOfKmsKeysToGrant;
1944
2020
  }
2021
+ export interface S3DataAccessDetails {
2022
+ /**
2023
+ * A list of the key prefixes affected by this notification. This can have up to 50 entries.
2024
+ */
2025
+ KeyPrefixes?: ListOf__string;
2026
+ /**
2027
+ * A list of the keys affected by this notification. This can have up to 50 entries.
2028
+ */
2029
+ Keys?: ListOf__string;
2030
+ }
1945
2031
  export interface S3SnapshotAsset {
1946
2032
  /**
1947
2033
  * The size of the Amazon S3 object that is the object.
1948
2034
  */
1949
2035
  Size: __doubleMin0;
1950
2036
  }
2037
+ export interface SchemaChangeDetails {
2038
+ /**
2039
+ * Name of the changing field. This value can be up to 255 characters long.
2040
+ */
2041
+ Name: __string;
2042
+ /**
2043
+ * Is the field being added, removed, or modified?
2044
+ */
2045
+ Type: SchemaChangeType;
2046
+ /**
2047
+ * Description of what's changing about this field. This value can be up to 512 characters long.
2048
+ */
2049
+ Description?: __string;
2050
+ }
2051
+ export interface SchemaChangeRequestDetails {
2052
+ /**
2053
+ * List of schema changes happening in the scope of this notification. This can have up to 100 entries.
2054
+ */
2055
+ Changes?: ListOfSchemaChangeDetails;
2056
+ /**
2057
+ * A date in the future when the schema change is taking effect.
2058
+ */
2059
+ SchemaChangeAt: Timestamp;
2060
+ }
2061
+ export type SchemaChangeType = "ADD"|"REMOVE"|"MODIFY"|string;
2062
+ export interface ScopeDetails {
2063
+ /**
2064
+ * Underlying LF resources that will be affected by this notification.
2065
+ */
2066
+ LakeFormationTagPolicies?: ListOfLakeFormationTagPolicies;
2067
+ /**
2068
+ * Underlying Redshift resources that will be affected by this notification.
2069
+ */
2070
+ RedshiftDataShares?: ListOfRedshiftDataShares;
2071
+ /**
2072
+ * Underlying S3 resources that will be affected by this notification.
2073
+ */
2074
+ S3DataAccesses?: ListOfS3DataAccesses;
2075
+ }
1951
2076
  export interface SendApiAssetRequest {
1952
2077
  /**
1953
2078
  * The request body.
@@ -1992,6 +2117,34 @@ declare namespace DataExchange {
1992
2117
  */
1993
2118
  ResponseHeaders?: MapOf__string;
1994
2119
  }
2120
+ export interface SendDataSetNotificationRequest {
2121
+ /**
2122
+ * Affected scope of this notification such as the underlying resources affected by the notification event.
2123
+ */
2124
+ Scope?: ScopeDetails;
2125
+ /**
2126
+ * Idempotency key for the notification, this key allows us to deduplicate notifications that are sent in quick succession erroneously.
2127
+ */
2128
+ ClientToken?: ClientToken;
2129
+ /**
2130
+ * Free-form text field for providers to add information about their notifications.
2131
+ */
2132
+ Comment?: __stringMin0Max16384;
2133
+ /**
2134
+ * Affected data set of the notification.
2135
+ */
2136
+ DataSetId: __string;
2137
+ /**
2138
+ * Extra details specific to this notification type.
2139
+ */
2140
+ Details?: NotificationDetails;
2141
+ /**
2142
+ * The type of the notification. Describing the kind of event the notification is alerting you to.
2143
+ */
2144
+ Type: NotificationType;
2145
+ }
2146
+ export interface SendDataSetNotificationResponse {
2147
+ }
1995
2148
  export type ServerSideEncryptionTypes = "aws:kms"|"AES256"|string;
1996
2149
  export interface StartJobRequest {
1997
2150
  /**