cdk-lambda-subminute 2.0.237 → 2.0.238
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/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +28 -5
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.waiters2.json +6 -6
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +4 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.examples.json +214 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +248 -24
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/clients/appstream.d.ts +46 -6
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +6 -6
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +29 -29
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +435 -58
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -84,27 +84,27 @@ declare class EntityResolution extends Service {
|
|
84
84
|
*/
|
85
85
|
listMatchingJobs(callback?: (err: AWSError, data: EntityResolution.Types.ListMatchingJobsOutput) => void): Request<EntityResolution.Types.ListMatchingJobsOutput, AWSError>;
|
86
86
|
/**
|
87
|
-
* Returns a list of all the MatchingWorkflows that have been created for an
|
87
|
+
* Returns a list of all the MatchingWorkflows that have been created for an Amazon Web Services account.
|
88
88
|
*/
|
89
89
|
listMatchingWorkflows(params: EntityResolution.Types.ListMatchingWorkflowsInput, callback?: (err: AWSError, data: EntityResolution.Types.ListMatchingWorkflowsOutput) => void): Request<EntityResolution.Types.ListMatchingWorkflowsOutput, AWSError>;
|
90
90
|
/**
|
91
|
-
* Returns a list of all the MatchingWorkflows that have been created for an
|
91
|
+
* Returns a list of all the MatchingWorkflows that have been created for an Amazon Web Services account.
|
92
92
|
*/
|
93
93
|
listMatchingWorkflows(callback?: (err: AWSError, data: EntityResolution.Types.ListMatchingWorkflowsOutput) => void): Request<EntityResolution.Types.ListMatchingWorkflowsOutput, AWSError>;
|
94
94
|
/**
|
95
|
-
* Returns a list of all the SchemaMappings that have been created for an
|
95
|
+
* Returns a list of all the SchemaMappings that have been created for an Amazon Web Services account.
|
96
96
|
*/
|
97
97
|
listSchemaMappings(params: EntityResolution.Types.ListSchemaMappingsInput, callback?: (err: AWSError, data: EntityResolution.Types.ListSchemaMappingsOutput) => void): Request<EntityResolution.Types.ListSchemaMappingsOutput, AWSError>;
|
98
98
|
/**
|
99
|
-
* Returns a list of all the SchemaMappings that have been created for an
|
99
|
+
* Returns a list of all the SchemaMappings that have been created for an Amazon Web Services account.
|
100
100
|
*/
|
101
101
|
listSchemaMappings(callback?: (err: AWSError, data: EntityResolution.Types.ListSchemaMappingsOutput) => void): Request<EntityResolution.Types.ListSchemaMappingsOutput, AWSError>;
|
102
102
|
/**
|
103
|
-
* Displays the tags associated with an
|
103
|
+
* Displays the tags associated with an Entity Resolution resource. In Entity Resolution, SchemaMapping, and MatchingWorkflow can be tagged.
|
104
104
|
*/
|
105
105
|
listTagsForResource(params: EntityResolution.Types.ListTagsForResourceInput, callback?: (err: AWSError, data: EntityResolution.Types.ListTagsForResourceOutput) => void): Request<EntityResolution.Types.ListTagsForResourceOutput, AWSError>;
|
106
106
|
/**
|
107
|
-
* Displays the tags associated with an
|
107
|
+
* Displays the tags associated with an Entity Resolution resource. In Entity Resolution, SchemaMapping, and MatchingWorkflow can be tagged.
|
108
108
|
*/
|
109
109
|
listTagsForResource(callback?: (err: AWSError, data: EntityResolution.Types.ListTagsForResourceOutput) => void): Request<EntityResolution.Types.ListTagsForResourceOutput, AWSError>;
|
110
110
|
/**
|
@@ -116,19 +116,19 @@ declare class EntityResolution extends Service {
|
|
116
116
|
*/
|
117
117
|
startMatchingJob(callback?: (err: AWSError, data: EntityResolution.Types.StartMatchingJobOutput) => void): Request<EntityResolution.Types.StartMatchingJobOutput, AWSError>;
|
118
118
|
/**
|
119
|
-
* Assigns one or more tags (key-value pairs) to the specified
|
119
|
+
* Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In Entity Resolution, SchemaMapping and MatchingWorkflow can be tagged. Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters. You can use the TagResource action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.
|
120
120
|
*/
|
121
121
|
tagResource(params: EntityResolution.Types.TagResourceInput, callback?: (err: AWSError, data: EntityResolution.Types.TagResourceOutput) => void): Request<EntityResolution.Types.TagResourceOutput, AWSError>;
|
122
122
|
/**
|
123
|
-
* Assigns one or more tags (key-value pairs) to the specified
|
123
|
+
* Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In Entity Resolution, SchemaMapping and MatchingWorkflow can be tagged. Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters. You can use the TagResource action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.
|
124
124
|
*/
|
125
125
|
tagResource(callback?: (err: AWSError, data: EntityResolution.Types.TagResourceOutput) => void): Request<EntityResolution.Types.TagResourceOutput, AWSError>;
|
126
126
|
/**
|
127
|
-
* Removes one or more tags from the specified
|
127
|
+
* Removes one or more tags from the specified Entity Resolution resource. In Entity Resolution, SchemaMapping, and MatchingWorkflow can be tagged.
|
128
128
|
*/
|
129
129
|
untagResource(params: EntityResolution.Types.UntagResourceInput, callback?: (err: AWSError, data: EntityResolution.Types.UntagResourceOutput) => void): Request<EntityResolution.Types.UntagResourceOutput, AWSError>;
|
130
130
|
/**
|
131
|
-
* Removes one or more tags from the specified
|
131
|
+
* Removes one or more tags from the specified Entity Resolution resource. In Entity Resolution, SchemaMapping, and MatchingWorkflow can be tagged.
|
132
132
|
*/
|
133
133
|
untagResource(callback?: (err: AWSError, data: EntityResolution.Types.UntagResourceOutput) => void): Request<EntityResolution.Types.UntagResourceOutput, AWSError>;
|
134
134
|
/**
|
@@ -162,11 +162,11 @@ declare namespace EntityResolution {
|
|
162
162
|
*/
|
163
163
|
outputSourceConfig: OutputSourceConfig;
|
164
164
|
/**
|
165
|
-
* An object which defines the resolutionType and the ruleBasedProperties
|
165
|
+
* An object which defines the resolutionType and the ruleBasedProperties.
|
166
166
|
*/
|
167
167
|
resolutionTechniques: ResolutionTechniques;
|
168
168
|
/**
|
169
|
-
* The Amazon Resource Name (ARN) of the IAM role.
|
169
|
+
* The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
|
170
170
|
*/
|
171
171
|
roleArn: String;
|
172
172
|
/**
|
@@ -196,11 +196,11 @@ declare namespace EntityResolution {
|
|
196
196
|
*/
|
197
197
|
outputSourceConfig: OutputSourceConfig;
|
198
198
|
/**
|
199
|
-
* An object which defines the resolutionType and the ruleBasedProperties
|
199
|
+
* An object which defines the resolutionType and the ruleBasedProperties.
|
200
200
|
*/
|
201
201
|
resolutionTechniques: ResolutionTechniques;
|
202
202
|
/**
|
203
|
-
* The Amazon Resource Name (ARN) of the IAM role.
|
203
|
+
* The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
|
204
204
|
*/
|
205
205
|
roleArn: String;
|
206
206
|
/**
|
@@ -220,7 +220,7 @@ declare namespace EntityResolution {
|
|
220
220
|
/**
|
221
221
|
* A list of MappedInputFields. Each MappedInputField corresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.
|
222
222
|
*/
|
223
|
-
mappedInputFields
|
223
|
+
mappedInputFields: SchemaInputAttributes;
|
224
224
|
/**
|
225
225
|
* The name of the schema. There cannot be multiple SchemaMappings with the same name.
|
226
226
|
*/
|
@@ -329,7 +329,7 @@ declare namespace EntityResolution {
|
|
329
329
|
*/
|
330
330
|
startTime: Timestamp;
|
331
331
|
/**
|
332
|
-
* The current status of the job.
|
332
|
+
* The current status of the job.
|
333
333
|
*/
|
334
334
|
status: JobStatus;
|
335
335
|
}
|
@@ -361,11 +361,11 @@ declare namespace EntityResolution {
|
|
361
361
|
*/
|
362
362
|
outputSourceConfig: OutputSourceConfig;
|
363
363
|
/**
|
364
|
-
* An object which defines the resolutionType and the ruleBasedProperties
|
364
|
+
* An object which defines the resolutionType and the ruleBasedProperties.
|
365
365
|
*/
|
366
366
|
resolutionTechniques: ResolutionTechniques;
|
367
367
|
/**
|
368
|
-
* The Amazon Resource Name (ARN) of the IAM role.
|
368
|
+
* The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access resources on your behalf.
|
369
369
|
*/
|
370
370
|
roleArn: String;
|
371
371
|
/**
|
@@ -457,7 +457,7 @@ declare namespace EntityResolution {
|
|
457
457
|
*/
|
458
458
|
matchIDs?: Integer;
|
459
459
|
/**
|
460
|
-
* The total number of records that did not get processed
|
460
|
+
* The total number of records that did not get processed.
|
461
461
|
*/
|
462
462
|
recordsNotProcessed?: Integer;
|
463
463
|
/**
|
@@ -480,7 +480,7 @@ declare namespace EntityResolution {
|
|
480
480
|
*/
|
481
481
|
startTime: Timestamp;
|
482
482
|
/**
|
483
|
-
* The current status of the job.
|
483
|
+
* The current status of the job.
|
484
484
|
*/
|
485
485
|
status: JobStatus;
|
486
486
|
}
|
@@ -611,19 +611,18 @@ declare namespace EntityResolution {
|
|
611
611
|
/**
|
612
612
|
* The S3 path to which Entity Resolution will write the output table.
|
613
613
|
*/
|
614
|
-
outputS3Path:
|
614
|
+
outputS3Path: S3Path;
|
615
615
|
}
|
616
616
|
export type OutputSourceConfig = OutputSource[];
|
617
617
|
export type OutputSourceOutputList = OutputAttribute[];
|
618
|
-
export type OutputSourceOutputS3PathString = string;
|
619
618
|
export type RecordAttributeMap = {[key: string]: RecordAttributeMapValueString};
|
620
619
|
export type RecordAttributeMapKeyString = string;
|
621
620
|
export type RecordAttributeMapValueString = string;
|
622
621
|
export interface ResolutionTechniques {
|
623
622
|
/**
|
624
|
-
* There are two types of matching
|
623
|
+
* The type of matching. There are two types of matching: RULE_MATCHING and ML_MATCHING.
|
625
624
|
*/
|
626
|
-
resolutionType
|
625
|
+
resolutionType: ResolutionType;
|
627
626
|
/**
|
628
627
|
* An object which defines the list of matching rules to run and has a field Rules, which is a list of rule objects.
|
629
628
|
*/
|
@@ -642,7 +641,7 @@ declare namespace EntityResolution {
|
|
642
641
|
}
|
643
642
|
export interface RuleBasedProperties {
|
644
643
|
/**
|
645
|
-
* You can either choose ONE_TO_ONE or MANY_TO_MANY as the AttributeMatchingModel. When choosing MANY_TO_MANY, the system can match
|
644
|
+
* The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the AttributeMatchingModel. When choosing MANY_TO_MANY, the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A and the value of BusinessEmail field of Profile B matches, the two profiles are matched on the Email type. When choosing ONE_TO_ONE ,the system can only match if the sub-types are exact matches. For example, only when the value of the Email field of Profile A and the value of the Email field of Profile B matches, the two profiles are matched on the Email type.
|
646
645
|
*/
|
647
646
|
attributeMatchingModel: AttributeMatchingModel;
|
648
647
|
/**
|
@@ -653,6 +652,7 @@ declare namespace EntityResolution {
|
|
653
652
|
export type RuleBasedPropertiesRulesList = Rule[];
|
654
653
|
export type RuleMatchingKeysList = AttributeName[];
|
655
654
|
export type RuleRuleNameString = string;
|
655
|
+
export type S3Path = string;
|
656
656
|
export type SchemaAttributeType = "NAME"|"NAME_FIRST"|"NAME_MIDDLE"|"NAME_LAST"|"ADDRESS"|"ADDRESS_STREET1"|"ADDRESS_STREET2"|"ADDRESS_STREET3"|"ADDRESS_CITY"|"ADDRESS_STATE"|"ADDRESS_COUNTRY"|"ADDRESS_POSTALCODE"|"PHONE"|"PHONE_NUMBER"|"PHONE_COUNTRYCODE"|"EMAIL_ADDRESS"|"UNIQUE_ID"|"DATE"|"STRING"|string;
|
657
657
|
export interface SchemaInputAttribute {
|
658
658
|
/**
|
@@ -664,7 +664,7 @@ declare namespace EntityResolution {
|
|
664
664
|
*/
|
665
665
|
groupName?: AttributeName;
|
666
666
|
/**
|
667
|
-
* A key that allows grouping of multiple input attributes into a unified matching group. For example, let's consider a scenario where the source table contains various addresses, such as business_address and shipping_address. By assigning the MatchKey Address
|
667
|
+
* A key that allows grouping of multiple input attributes into a unified matching group. For example, let's consider a scenario where the source table contains various addresses, such as business_address and shipping_address. By assigning the MatchKey Address to both attributes, Entity Resolution will match records across these fields to create a consolidated matching group. If no MatchKey is specified for a column, it won't be utilized for matching purposes but will still be included in the output table.
|
668
668
|
*/
|
669
669
|
matchKey?: AttributeName;
|
670
670
|
/**
|
@@ -753,11 +753,11 @@ declare namespace EntityResolution {
|
|
753
753
|
*/
|
754
754
|
outputSourceConfig: OutputSourceConfig;
|
755
755
|
/**
|
756
|
-
* An object which defines the resolutionType and the ruleBasedProperties
|
756
|
+
* An object which defines the resolutionType and the ruleBasedProperties.
|
757
757
|
*/
|
758
758
|
resolutionTechniques: ResolutionTechniques;
|
759
759
|
/**
|
760
|
-
* The Amazon Resource Name (ARN) of the IAM role.
|
760
|
+
* The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
|
761
761
|
*/
|
762
762
|
roleArn: String;
|
763
763
|
/**
|
@@ -787,7 +787,7 @@ declare namespace EntityResolution {
|
|
787
787
|
*/
|
788
788
|
resolutionTechniques: ResolutionTechniques;
|
789
789
|
/**
|
790
|
-
* The Amazon Resource Name (ARN) of the IAM role.
|
790
|
+
* The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
|
791
791
|
*/
|
792
792
|
roleArn: String;
|
793
793
|
/**
|