cdk-lambda-subminute 2.0.437 → 2.0.439
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 +4 -4
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +1059 -90
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +41 -34
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +68 -7
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +24 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +2 -1
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +46 -35
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +146 -82
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +182 -19
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +165 -93
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +586 -188
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +235 -129
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +84 -43
- package/node_modules/aws-sdk/clients/bedrock.d.ts +1082 -118
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +24 -2
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +65 -1
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +37 -10
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +11 -7
- package/node_modules/aws-sdk/clients/datasync.d.ts +67 -42
- package/node_modules/aws-sdk/clients/ec2.d.ts +112 -40
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +205 -0
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +64 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +592 -88
- package/node_modules/aws-sdk/clients/pi.d.ts +5 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ssm.d.ts +186 -6
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +89 -23
- 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 +17 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +984 -403
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -35,6 +35,14 @@ declare class EMRcontainers extends Service {
|
|
35
35
|
* Creates a managed endpoint. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.
|
36
36
|
*/
|
37
37
|
createManagedEndpoint(callback?: (err: AWSError, data: EMRcontainers.Types.CreateManagedEndpointResponse) => void): Request<EMRcontainers.Types.CreateManagedEndpointResponse, AWSError>;
|
38
|
+
/**
|
39
|
+
* Creates a security configuration. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
|
40
|
+
*/
|
41
|
+
createSecurityConfiguration(params: EMRcontainers.Types.CreateSecurityConfigurationRequest, callback?: (err: AWSError, data: EMRcontainers.Types.CreateSecurityConfigurationResponse) => void): Request<EMRcontainers.Types.CreateSecurityConfigurationResponse, AWSError>;
|
42
|
+
/**
|
43
|
+
* Creates a security configuration. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
|
44
|
+
*/
|
45
|
+
createSecurityConfiguration(callback?: (err: AWSError, data: EMRcontainers.Types.CreateSecurityConfigurationResponse) => void): Request<EMRcontainers.Types.CreateSecurityConfigurationResponse, AWSError>;
|
38
46
|
/**
|
39
47
|
* Creates a virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
|
40
48
|
*/
|
@@ -91,6 +99,14 @@ declare class EMRcontainers extends Service {
|
|
91
99
|
* Displays detailed information about a managed endpoint. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.
|
92
100
|
*/
|
93
101
|
describeManagedEndpoint(callback?: (err: AWSError, data: EMRcontainers.Types.DescribeManagedEndpointResponse) => void): Request<EMRcontainers.Types.DescribeManagedEndpointResponse, AWSError>;
|
102
|
+
/**
|
103
|
+
* Displays detailed information about a specified security configuration. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
|
104
|
+
*/
|
105
|
+
describeSecurityConfiguration(params: EMRcontainers.Types.DescribeSecurityConfigurationRequest, callback?: (err: AWSError, data: EMRcontainers.Types.DescribeSecurityConfigurationResponse) => void): Request<EMRcontainers.Types.DescribeSecurityConfigurationResponse, AWSError>;
|
106
|
+
/**
|
107
|
+
* Displays detailed information about a specified security configuration. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
|
108
|
+
*/
|
109
|
+
describeSecurityConfiguration(callback?: (err: AWSError, data: EMRcontainers.Types.DescribeSecurityConfigurationResponse) => void): Request<EMRcontainers.Types.DescribeSecurityConfigurationResponse, AWSError>;
|
94
110
|
/**
|
95
111
|
* Displays detailed information about a specified virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
|
96
112
|
*/
|
@@ -131,6 +147,14 @@ declare class EMRcontainers extends Service {
|
|
131
147
|
* Lists managed endpoints based on a set of parameters. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.
|
132
148
|
*/
|
133
149
|
listManagedEndpoints(callback?: (err: AWSError, data: EMRcontainers.Types.ListManagedEndpointsResponse) => void): Request<EMRcontainers.Types.ListManagedEndpointsResponse, AWSError>;
|
150
|
+
/**
|
151
|
+
* Lists security configurations based on a set of parameters. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
|
152
|
+
*/
|
153
|
+
listSecurityConfigurations(params: EMRcontainers.Types.ListSecurityConfigurationsRequest, callback?: (err: AWSError, data: EMRcontainers.Types.ListSecurityConfigurationsResponse) => void): Request<EMRcontainers.Types.ListSecurityConfigurationsResponse, AWSError>;
|
154
|
+
/**
|
155
|
+
* Lists security configurations based on a set of parameters. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
|
156
|
+
*/
|
157
|
+
listSecurityConfigurations(callback?: (err: AWSError, data: EMRcontainers.Types.ListSecurityConfigurationsResponse) => void): Request<EMRcontainers.Types.ListSecurityConfigurationsResponse, AWSError>;
|
134
158
|
/**
|
135
159
|
* Lists the tags assigned to the resources.
|
136
160
|
*/
|
@@ -174,6 +198,16 @@ declare class EMRcontainers extends Service {
|
|
174
198
|
}
|
175
199
|
declare namespace EMRcontainers {
|
176
200
|
export type ACMCertArn = string;
|
201
|
+
export interface AuthorizationConfiguration {
|
202
|
+
/**
|
203
|
+
* Lake Formation related configuration inputs for the security configuration.
|
204
|
+
*/
|
205
|
+
lakeFormationConfiguration?: LakeFormationConfiguration;
|
206
|
+
/**
|
207
|
+
* Encryption-related configuration input for the security configuration.
|
208
|
+
*/
|
209
|
+
encryptionConfiguration?: EncryptionConfiguration;
|
210
|
+
}
|
177
211
|
export type Base64Encoded = string;
|
178
212
|
export type Boolean = boolean;
|
179
213
|
export interface CancelJobRunRequest {
|
@@ -206,6 +240,7 @@ declare namespace EMRcontainers {
|
|
206
240
|
*/
|
207
241
|
certificateData?: Base64Encoded;
|
208
242
|
}
|
243
|
+
export type CertificateProviderType = "PEM"|string;
|
209
244
|
export type ClientToken = string;
|
210
245
|
export interface CloudWatchMonitoringConfiguration {
|
211
246
|
/**
|
@@ -370,6 +405,38 @@ declare namespace EMRcontainers {
|
|
370
405
|
*/
|
371
406
|
virtualClusterId?: ResourceIdString;
|
372
407
|
}
|
408
|
+
export interface CreateSecurityConfigurationRequest {
|
409
|
+
/**
|
410
|
+
* The client idempotency token to use when creating the security configuration.
|
411
|
+
*/
|
412
|
+
clientToken: ClientToken;
|
413
|
+
/**
|
414
|
+
* The name of the security configuration.
|
415
|
+
*/
|
416
|
+
name: ResourceNameString;
|
417
|
+
/**
|
418
|
+
* Security configuration input for the request.
|
419
|
+
*/
|
420
|
+
securityConfigurationData: SecurityConfigurationData;
|
421
|
+
/**
|
422
|
+
* The tags to add to the security configuration.
|
423
|
+
*/
|
424
|
+
tags?: TagMap;
|
425
|
+
}
|
426
|
+
export interface CreateSecurityConfigurationResponse {
|
427
|
+
/**
|
428
|
+
* The ID of the security configuration.
|
429
|
+
*/
|
430
|
+
id?: ResourceIdString;
|
431
|
+
/**
|
432
|
+
* The name of the security configuration.
|
433
|
+
*/
|
434
|
+
name?: ResourceNameString;
|
435
|
+
/**
|
436
|
+
* The ARN (Amazon Resource Name) of the security configuration.
|
437
|
+
*/
|
438
|
+
arn?: SecurityConfigurationArn;
|
439
|
+
}
|
373
440
|
export interface CreateVirtualClusterRequest {
|
374
441
|
/**
|
375
442
|
* The specified name of the virtual cluster.
|
@@ -387,6 +454,10 @@ declare namespace EMRcontainers {
|
|
387
454
|
* The tags assigned to the virtual cluster.
|
388
455
|
*/
|
389
456
|
tags?: TagMap;
|
457
|
+
/**
|
458
|
+
* The ID of the security configuration.
|
459
|
+
*/
|
460
|
+
securityConfigurationId?: ResourceIdString;
|
390
461
|
}
|
391
462
|
export interface CreateVirtualClusterResponse {
|
392
463
|
/**
|
@@ -498,6 +569,18 @@ declare namespace EMRcontainers {
|
|
498
569
|
*/
|
499
570
|
endpoint?: Endpoint;
|
500
571
|
}
|
572
|
+
export interface DescribeSecurityConfigurationRequest {
|
573
|
+
/**
|
574
|
+
* The ID of the security configuration.
|
575
|
+
*/
|
576
|
+
id: ResourceIdString;
|
577
|
+
}
|
578
|
+
export interface DescribeSecurityConfigurationResponse {
|
579
|
+
/**
|
580
|
+
* Details of the security configuration.
|
581
|
+
*/
|
582
|
+
securityConfiguration?: SecurityConfiguration;
|
583
|
+
}
|
501
584
|
export interface DescribeVirtualClusterRequest {
|
502
585
|
/**
|
503
586
|
* The ID of the virtual cluster that will be described.
|
@@ -516,6 +599,12 @@ declare namespace EMRcontainers {
|
|
516
599
|
*/
|
517
600
|
namespace?: KubernetesNamespace;
|
518
601
|
}
|
602
|
+
export interface EncryptionConfiguration {
|
603
|
+
/**
|
604
|
+
* In-transit encryption-related input for the security configuration.
|
605
|
+
*/
|
606
|
+
inTransitEncryptionConfiguration?: InTransitEncryptionConfiguration;
|
607
|
+
}
|
519
608
|
export interface Endpoint {
|
520
609
|
/**
|
521
610
|
* The ID of the endpoint.
|
@@ -645,6 +734,12 @@ declare namespace EMRcontainers {
|
|
645
734
|
expiresAt?: _Date;
|
646
735
|
}
|
647
736
|
export type IAMRoleArn = string;
|
737
|
+
export interface InTransitEncryptionConfiguration {
|
738
|
+
/**
|
739
|
+
* TLS certificate-related configuration input for the security configuration.
|
740
|
+
*/
|
741
|
+
tlsCertificateConfiguration?: TLSCertificateConfiguration;
|
742
|
+
}
|
648
743
|
export type JavaInteger = number;
|
649
744
|
export type JobArn = string;
|
650
745
|
export interface JobDriver {
|
@@ -799,6 +894,20 @@ declare namespace EMRcontainers {
|
|
799
894
|
export type JobTemplates = JobTemplate[];
|
800
895
|
export type KmsKeyArn = string;
|
801
896
|
export type KubernetesNamespace = string;
|
897
|
+
export interface LakeFormationConfiguration {
|
898
|
+
/**
|
899
|
+
* The session tag to authorize Amazon EMR on EKS for API calls to Lake Formation.
|
900
|
+
*/
|
901
|
+
authorizedSessionTagValue?: SessionTagValue;
|
902
|
+
/**
|
903
|
+
* The namespace input of the system job.
|
904
|
+
*/
|
905
|
+
secureNamespaceInfo?: SecureNamespaceInfo;
|
906
|
+
/**
|
907
|
+
* The query engine IAM role ARN that is tied to the secure Spark job. The QueryEngine role assumes the JobExecutionRole to execute all the Lake Formation calls.
|
908
|
+
*/
|
909
|
+
queryEngineRoleArn?: IAMRoleArn;
|
910
|
+
}
|
802
911
|
export interface ListJobRunsRequest {
|
803
912
|
/**
|
804
913
|
* The ID of the virtual cluster for which to list the job run.
|
@@ -907,6 +1016,34 @@ declare namespace EMRcontainers {
|
|
907
1016
|
*/
|
908
1017
|
nextToken?: NextToken;
|
909
1018
|
}
|
1019
|
+
export interface ListSecurityConfigurationsRequest {
|
1020
|
+
/**
|
1021
|
+
* The date and time after which the security configuration was created.
|
1022
|
+
*/
|
1023
|
+
createdAfter?: _Date;
|
1024
|
+
/**
|
1025
|
+
* The date and time before which the security configuration was created.
|
1026
|
+
*/
|
1027
|
+
createdBefore?: _Date;
|
1028
|
+
/**
|
1029
|
+
* The maximum number of security configurations the operation can list.
|
1030
|
+
*/
|
1031
|
+
maxResults?: JavaInteger;
|
1032
|
+
/**
|
1033
|
+
* The token for the next set of security configurations to return.
|
1034
|
+
*/
|
1035
|
+
nextToken?: NextToken;
|
1036
|
+
}
|
1037
|
+
export interface ListSecurityConfigurationsResponse {
|
1038
|
+
/**
|
1039
|
+
* The list of returned security configurations.
|
1040
|
+
*/
|
1041
|
+
securityConfigurations?: SecurityConfigurations;
|
1042
|
+
/**
|
1043
|
+
* The token for the next set of security configurations to return.
|
1044
|
+
*/
|
1045
|
+
nextToken?: NextToken;
|
1046
|
+
}
|
910
1047
|
export interface ListTagsForResourceRequest {
|
911
1048
|
/**
|
912
1049
|
* The ARN of tagged resources.
|
@@ -1052,7 +1189,57 @@ declare namespace EMRcontainers {
|
|
1052
1189
|
*/
|
1053
1190
|
logUri: UriString;
|
1054
1191
|
}
|
1192
|
+
export type SecretsManagerArn = string;
|
1193
|
+
export interface SecureNamespaceInfo {
|
1194
|
+
/**
|
1195
|
+
* The ID of the Amazon EKS cluster where Amazon EMR on EKS jobs run.
|
1196
|
+
*/
|
1197
|
+
clusterId?: ClusterId;
|
1198
|
+
/**
|
1199
|
+
* The namespace of the Amazon EKS cluster where the system jobs run.
|
1200
|
+
*/
|
1201
|
+
namespace?: KubernetesNamespace;
|
1202
|
+
}
|
1203
|
+
export interface SecurityConfiguration {
|
1204
|
+
/**
|
1205
|
+
* The ID of the security configuration.
|
1206
|
+
*/
|
1207
|
+
id?: ResourceIdString;
|
1208
|
+
/**
|
1209
|
+
* The name of the security configuration.
|
1210
|
+
*/
|
1211
|
+
name?: ResourceNameString;
|
1212
|
+
/**
|
1213
|
+
* The ARN (Amazon Resource Name) of the security configuration.
|
1214
|
+
*/
|
1215
|
+
arn?: SecurityConfigurationArn;
|
1216
|
+
/**
|
1217
|
+
* The date and time that the job run was created.
|
1218
|
+
*/
|
1219
|
+
createdAt?: _Date;
|
1220
|
+
/**
|
1221
|
+
* The user who created the job run.
|
1222
|
+
*/
|
1223
|
+
createdBy?: RequestIdentityUserArn;
|
1224
|
+
/**
|
1225
|
+
* Security configuration inputs for the request.
|
1226
|
+
*/
|
1227
|
+
securityConfigurationData?: SecurityConfigurationData;
|
1228
|
+
/**
|
1229
|
+
* The tags to assign to the security configuration.
|
1230
|
+
*/
|
1231
|
+
tags?: TagMap;
|
1232
|
+
}
|
1233
|
+
export type SecurityConfigurationArn = string;
|
1234
|
+
export interface SecurityConfigurationData {
|
1235
|
+
/**
|
1236
|
+
* Authorization-related configuration input for the security configuration.
|
1237
|
+
*/
|
1238
|
+
authorizationConfiguration?: AuthorizationConfiguration;
|
1239
|
+
}
|
1240
|
+
export type SecurityConfigurations = SecurityConfiguration[];
|
1055
1241
|
export type SensitivePropertiesMap = {[key: string]: String1024};
|
1242
|
+
export type SessionTagValue = string;
|
1056
1243
|
export interface SparkSqlJobDriver {
|
1057
1244
|
/**
|
1058
1245
|
* The SQL file to be executed.
|
@@ -1149,6 +1336,20 @@ declare namespace EMRcontainers {
|
|
1149
1336
|
export type String256 = string;
|
1150
1337
|
export type StringEmpty256 = string;
|
1151
1338
|
export type SubnetIds = String256[];
|
1339
|
+
export interface TLSCertificateConfiguration {
|
1340
|
+
/**
|
1341
|
+
* The TLS certificate type. Acceptable values: PEM or Custom.
|
1342
|
+
*/
|
1343
|
+
certificateProviderType?: CertificateProviderType;
|
1344
|
+
/**
|
1345
|
+
* Secrets Manager ARN that contains the public TLS certificate contents, used for communication between the user job and the system job.
|
1346
|
+
*/
|
1347
|
+
publicCertificateSecretArn?: SecretsManagerArn;
|
1348
|
+
/**
|
1349
|
+
* Secrets Manager ARN that contains the private TLS certificate contents, used for communication between the user job and the system job.
|
1350
|
+
*/
|
1351
|
+
privateCertificateSecretArn?: SecretsManagerArn;
|
1352
|
+
}
|
1152
1353
|
export type TagKeyList = String128[];
|
1153
1354
|
export type TagMap = {[key: string]: StringEmpty256};
|
1154
1355
|
export interface TagResourceRequest {
|
@@ -1221,6 +1422,10 @@ declare namespace EMRcontainers {
|
|
1221
1422
|
* The assigned tags of the virtual cluster.
|
1222
1423
|
*/
|
1223
1424
|
tags?: TagMap;
|
1425
|
+
/**
|
1426
|
+
* The ID of the security configuration.
|
1427
|
+
*/
|
1428
|
+
securityConfigurationId?: ResourceIdString;
|
1224
1429
|
}
|
1225
1430
|
export type VirtualClusterArn = string;
|
1226
1431
|
export type VirtualClusterState = "RUNNING"|"TERMINATING"|"TERMINATED"|"ARRESTED"|string;
|
@@ -19,6 +19,14 @@ declare class EntityResolution extends Service {
|
|
19
19
|
* Adds a policy statement object. To retrieve a list of existing policy statements, use the GetPolicy API.
|
20
20
|
*/
|
21
21
|
addPolicyStatement(callback?: (err: AWSError, data: EntityResolution.Types.AddPolicyStatementOutput) => void): Request<EntityResolution.Types.AddPolicyStatementOutput, AWSError>;
|
22
|
+
/**
|
23
|
+
* Deletes multiple unique IDs in a matching workflow.
|
24
|
+
*/
|
25
|
+
batchDeleteUniqueId(params: EntityResolution.Types.BatchDeleteUniqueIdInput, callback?: (err: AWSError, data: EntityResolution.Types.BatchDeleteUniqueIdOutput) => void): Request<EntityResolution.Types.BatchDeleteUniqueIdOutput, AWSError>;
|
26
|
+
/**
|
27
|
+
* Deletes multiple unique IDs in a matching workflow.
|
28
|
+
*/
|
29
|
+
batchDeleteUniqueId(callback?: (err: AWSError, data: EntityResolution.Types.BatchDeleteUniqueIdOutput) => void): Request<EntityResolution.Types.BatchDeleteUniqueIdOutput, AWSError>;
|
22
30
|
/**
|
23
31
|
* Creates an IdMappingWorkflow object which stores the configuration of the data processing job to be run. Each IdMappingWorkflow must have a unique workflow name. To modify an existing workflow, use the UpdateIdMappingWorkflow API.
|
24
32
|
*/
|
@@ -345,6 +353,39 @@ declare namespace EntityResolution {
|
|
345
353
|
export type AttributeName = string;
|
346
354
|
export type AwsAccountId = string;
|
347
355
|
export type AwsAccountIdList = AwsAccountId[];
|
356
|
+
export interface BatchDeleteUniqueIdInput {
|
357
|
+
/**
|
358
|
+
* The input source for the batch delete unique ID operation.
|
359
|
+
*/
|
360
|
+
inputSource?: BatchDeleteUniqueIdInputInputSourceString;
|
361
|
+
/**
|
362
|
+
* The unique IDs to delete.
|
363
|
+
*/
|
364
|
+
uniqueIds: UniqueIdList;
|
365
|
+
/**
|
366
|
+
* The name of the workflow.
|
367
|
+
*/
|
368
|
+
workflowName: EntityName;
|
369
|
+
}
|
370
|
+
export type BatchDeleteUniqueIdInputInputSourceString = string;
|
371
|
+
export interface BatchDeleteUniqueIdOutput {
|
372
|
+
/**
|
373
|
+
* The unique IDs that were deleted.
|
374
|
+
*/
|
375
|
+
deleted: DeletedUniqueIdList;
|
376
|
+
/**
|
377
|
+
* The unique IDs that were disconnected.
|
378
|
+
*/
|
379
|
+
disconnectedUniqueIds: DisconnectedUniqueIdsList;
|
380
|
+
/**
|
381
|
+
* The errors from deleting multiple unique IDs.
|
382
|
+
*/
|
383
|
+
errors: DeleteUniqueIdErrorsList;
|
384
|
+
/**
|
385
|
+
* The status of the batch delete unique ID operation.
|
386
|
+
*/
|
387
|
+
status: DeleteUniqueIdStatus;
|
388
|
+
}
|
348
389
|
export type Boolean = boolean;
|
349
390
|
export interface CreateIdMappingWorkflowInput {
|
350
391
|
/**
|
@@ -654,7 +695,28 @@ declare namespace EntityResolution {
|
|
654
695
|
*/
|
655
696
|
message: String;
|
656
697
|
}
|
698
|
+
export interface DeleteUniqueIdError {
|
699
|
+
/**
|
700
|
+
* The error type for the batch delete unique ID operation.
|
701
|
+
*/
|
702
|
+
errorType: DeleteUniqueIdErrorType;
|
703
|
+
/**
|
704
|
+
* The unique ID that could not be deleted.
|
705
|
+
*/
|
706
|
+
uniqueId: UniqueId;
|
707
|
+
}
|
708
|
+
export type DeleteUniqueIdErrorType = "SERVICE_ERROR"|"VALIDATION_ERROR"|string;
|
709
|
+
export type DeleteUniqueIdErrorsList = DeleteUniqueIdError[];
|
710
|
+
export type DeleteUniqueIdStatus = "COMPLETED"|"ACCEPTED"|string;
|
711
|
+
export interface DeletedUniqueId {
|
712
|
+
/**
|
713
|
+
* The unique ID of the deleted item.
|
714
|
+
*/
|
715
|
+
uniqueId: UniqueId;
|
716
|
+
}
|
717
|
+
export type DeletedUniqueIdList = DeletedUniqueId[];
|
657
718
|
export type Description = string;
|
719
|
+
export type DisconnectedUniqueIdsList = UniqueId[];
|
658
720
|
export interface Document {
|
659
721
|
}
|
660
722
|
export type EntityName = string;
|
@@ -1798,6 +1860,8 @@ declare namespace EntityResolution {
|
|
1798
1860
|
}
|
1799
1861
|
export type TagValue = string;
|
1800
1862
|
export type Timestamp = Date;
|
1863
|
+
export type UniqueId = string;
|
1864
|
+
export type UniqueIdList = UniqueId[];
|
1801
1865
|
export interface UntagResourceInput {
|
1802
1866
|
/**
|
1803
1867
|
* The ARN of the resource for which you want to untag.
|