cdk-lambda-subminute 2.0.311 → 2.0.313
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/accessanalyzer-2019-11-01.min.json +101 -95
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +91 -71
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.examples.json +5 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +2322 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.paginators.json +52 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +697 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +18 -18
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1222 -83
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +36 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +1226 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1180 -417
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +129 -84
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +481 -132
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/metadata.json +17 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +369 -195
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +49 -46
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +3025 -0
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.paginators.json +76 -0
- package/node_modules/aws-sdk/apis/qconnect-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/qconnect-2020-10-19.min.json +2499 -0
- package/node_modules/aws-sdk/apis/qconnect-2020-10-19.paginators.json +64 -0
- package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +8 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +128 -128
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +649 -186
- package/node_modules/aws-sdk/apis/s3-2006-03-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +121 -115
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1688 -980
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +13 -2
- package/node_modules/aws-sdk/clients/all.d.ts +5 -0
- package/node_modules/aws-sdk/clients/all.js +6 -1
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +31 -31
- package/node_modules/aws-sdk/clients/bedrock.d.ts +53 -17
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +1258 -0
- package/node_modules/aws-sdk/clients/bedrockagent.js +18 -0
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +439 -0
- package/node_modules/aws-sdk/clients/bedrockagentruntime.js +18 -0
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +13 -13
- package/node_modules/aws-sdk/clients/bedrockruntime.js +1 -0
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1292 -177
- package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +1232 -0
- package/node_modules/aws-sdk/clients/cleanroomsml.js +18 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +886 -20
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +40 -0
- package/node_modules/aws-sdk/clients/elasticache.d.ts +484 -12
- package/node_modules/aws-sdk/clients/opensearch.d.ts +170 -1
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +13 -0
- package/node_modules/aws-sdk/clients/qbusiness.d.ts +3231 -0
- package/node_modules/aws-sdk/clients/qbusiness.js +18 -0
- package/node_modules/aws-sdk/clients/qconnect.d.ts +2552 -0
- package/node_modules/aws-sdk/clients/qconnect.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +795 -666
- package/node_modules/aws-sdk/clients/s3control.d.ts +135 -125
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +950 -44
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +11 -2
- package/node_modules/aws-sdk/clients/sts.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 +286 -94
- package/node_modules/aws-sdk/dist/aws-sdk.js +2343 -722
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -82
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
- 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/CHANGELOG.md +0 -9325
@@ -131,6 +131,14 @@ declare class CustomerProfiles extends Service {
|
|
131
131
|
* Deletes the specified workflow and all its corresponding resources. This is an async process.
|
132
132
|
*/
|
133
133
|
deleteWorkflow(callback?: (err: AWSError, data: CustomerProfiles.Types.DeleteWorkflowResponse) => void): Request<CustomerProfiles.Types.DeleteWorkflowResponse, AWSError>;
|
134
|
+
/**
|
135
|
+
* The process of detecting profile object type mapping by using given objects.
|
136
|
+
*/
|
137
|
+
detectProfileObjectType(params: CustomerProfiles.Types.DetectProfileObjectTypeRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.DetectProfileObjectTypeResponse) => void): Request<CustomerProfiles.Types.DetectProfileObjectTypeResponse, AWSError>;
|
138
|
+
/**
|
139
|
+
* The process of detecting profile object type mapping by using given objects.
|
140
|
+
*/
|
141
|
+
detectProfileObjectType(callback?: (err: AWSError, data: CustomerProfiles.Types.DetectProfileObjectTypeResponse) => void): Request<CustomerProfiles.Types.DetectProfileObjectTypeResponse, AWSError>;
|
134
142
|
/**
|
135
143
|
* Tests the auto-merging settings of your Identity Resolution Job without merging your data. It randomly selects a sample of matching groups from the existing matching results, and applies the automerging settings that you provided. You can then view the number of profiles in the sample, the number of matches, and the number of profiles identified to be merged. This enables you to evaluate the accuracy of the attributes in your matching list. You can't view which profiles are matched and would be merged. We strongly recommend you use this API to do a dry run of the automerging process before running the Identity Resolution Job. Include at least two matching attributes. If your matching list includes too few attributes (such as only FirstName or only LastName), there may be a large number of matches. This increases the chances of erroneous merges.
|
136
144
|
*/
|
@@ -1167,6 +1175,37 @@ declare namespace CustomerProfiles {
|
|
1167
1175
|
*/
|
1168
1176
|
UnhealthySince?: timestamp;
|
1169
1177
|
}
|
1178
|
+
export interface DetectProfileObjectTypeRequest {
|
1179
|
+
/**
|
1180
|
+
* A string that is serialized from a JSON object.
|
1181
|
+
*/
|
1182
|
+
Objects: Objects;
|
1183
|
+
/**
|
1184
|
+
* The unique name of the domain.
|
1185
|
+
*/
|
1186
|
+
DomainName: name;
|
1187
|
+
}
|
1188
|
+
export interface DetectProfileObjectTypeResponse {
|
1189
|
+
/**
|
1190
|
+
* Detected ProfileObjectType mappings from given objects. A maximum of one mapping is supported.
|
1191
|
+
*/
|
1192
|
+
DetectedProfileObjectTypes?: DetectedProfileObjectTypes;
|
1193
|
+
}
|
1194
|
+
export interface DetectedProfileObjectType {
|
1195
|
+
/**
|
1196
|
+
* The format of sourceLastUpdatedTimestamp that was detected in fields.
|
1197
|
+
*/
|
1198
|
+
SourceLastUpdatedTimestampFormat?: string1To255;
|
1199
|
+
/**
|
1200
|
+
* A map of the name and the ObjectType field.
|
1201
|
+
*/
|
1202
|
+
Fields?: FieldMap;
|
1203
|
+
/**
|
1204
|
+
* A list of unique keys that can be used to map data to a profile.
|
1205
|
+
*/
|
1206
|
+
Keys?: KeyMap;
|
1207
|
+
}
|
1208
|
+
export type DetectedProfileObjectTypes = DetectedProfileObjectType[];
|
1170
1209
|
export type DomainList = ListDomainItem[];
|
1171
1210
|
export interface DomainStats {
|
1172
1211
|
/**
|
@@ -2667,6 +2706,7 @@ declare namespace CustomerProfiles {
|
|
2667
2706
|
}
|
2668
2707
|
export type ObjectTypeKeyList = ObjectTypeKey[];
|
2669
2708
|
export type ObjectTypeNames = {[key: string]: typeName};
|
2709
|
+
export type Objects = stringifiedJson[];
|
2670
2710
|
export type Operator = "EQUAL_TO"|"GREATER_THAN"|"LESS_THAN"|"NOT_EQUAL_TO"|string;
|
2671
2711
|
export type OperatorPropertiesKeys = "VALUE"|"VALUES"|"DATA_TYPE"|"UPPER_BOUND"|"LOWER_BOUND"|"SOURCE_DATA_TYPE"|"DESTINATION_DATA_TYPE"|"VALIDATION_ACTION"|"MASK_VALUE"|"MASK_LENGTH"|"TRUNCATE_LENGTH"|"MATH_OPERATION_FIELDS_ORDER"|"CONCAT_FORMAT"|"SUBFIELD_CATEGORY_MAP"|string;
|
2672
2712
|
export type PartyType = "INDIVIDUAL"|"BUSINESS"|"OTHER"|string;
|