aws-sdk 2.1598.0 → 2.1600.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. package/README.md +1 -1
  2. package/apis/bedrock-agent-2023-06-05.min.json +1 -2
  3. package/apis/cloudformation-2010-05-15.min.json +54 -45
  4. package/apis/emr-serverless-2021-07-13.min.json +56 -55
  5. package/apis/entityresolution-2018-05-10.min.json +602 -82
  6. package/apis/entityresolution-2018-05-10.paginators.json +6 -0
  7. package/apis/glue-2017-03-31.min.json +2 -0
  8. package/apis/healthlake-2017-07-01.min.json +21 -14
  9. package/apis/iotwireless-2020-11-22.min.json +23 -3
  10. package/apis/kms-2014-11-01.examples.json +73 -8
  11. package/apis/kms-2014-11-01.min.json +71 -4
  12. package/apis/kms-2014-11-01.paginators.json +14 -0
  13. package/apis/lakeformation-2017-03-31.min.json +35 -25
  14. package/apis/m2-2021-04-28.min.json +83 -6
  15. package/apis/mediapackagev2-2022-12-25.min.json +131 -8
  16. package/apis/mediatailor-2018-04-23.min.json +21 -17
  17. package/apis/outposts-2019-12-03.min.json +299 -43
  18. package/apis/outposts-2019-12-03.paginators.json +12 -0
  19. package/apis/redshift-2012-12-01.min.json +2 -1
  20. package/apis/wellarchitected-2020-03-31.min.json +203 -82
  21. package/clients/bedrockagent.d.ts +35 -35
  22. package/clients/cloudformation.d.ts +36 -1
  23. package/clients/configservice.d.ts +4 -4
  24. package/clients/emrserverless.d.ts +5 -0
  25. package/clients/entityresolution.d.ts +604 -19
  26. package/clients/glue.d.ts +13 -5
  27. package/clients/healthlake.d.ts +17 -1
  28. package/clients/iotfleethub.d.ts +19 -19
  29. package/clients/iotwireless.d.ts +71 -40
  30. package/clients/kms.d.ts +105 -12
  31. package/clients/lakeformation.d.ts +18 -2
  32. package/clients/m2.d.ts +88 -1
  33. package/clients/mediapackagev2.d.ts +154 -0
  34. package/clients/mediatailor.d.ts +17 -0
  35. package/clients/outposts.d.ts +264 -5
  36. package/clients/redshift.d.ts +4 -0
  37. package/clients/transfer.d.ts +4 -4
  38. package/clients/wellarchitected.d.ts +182 -4
  39. package/dist/aws-sdk-core-react-native.js +1 -1
  40. package/dist/aws-sdk-react-native.js +19 -19
  41. package/dist/aws-sdk.js +144 -53
  42. package/dist/aws-sdk.min.js +65 -65
  43. package/lib/core.js +1 -1
  44. package/package.json +1 -1
@@ -11,6 +11,14 @@ declare class EntityResolution extends Service {
11
11
  */
12
12
  constructor(options?: EntityResolution.Types.ClientConfiguration)
13
13
  config: Config & EntityResolution.Types.ClientConfiguration;
14
+ /**
15
+ * Adds a policy statement object. To retrieve a list of existing policy statements, use the GetPolicy API.
16
+ */
17
+ addPolicyStatement(params: EntityResolution.Types.AddPolicyStatementInput, callback?: (err: AWSError, data: EntityResolution.Types.AddPolicyStatementOutput) => void): Request<EntityResolution.Types.AddPolicyStatementOutput, AWSError>;
18
+ /**
19
+ * Adds a policy statement object. To retrieve a list of existing policy statements, use the GetPolicy API.
20
+ */
21
+ addPolicyStatement(callback?: (err: AWSError, data: EntityResolution.Types.AddPolicyStatementOutput) => void): Request<EntityResolution.Types.AddPolicyStatementOutput, AWSError>;
14
22
  /**
15
23
  * 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.
16
24
  */
@@ -19,6 +27,14 @@ declare class EntityResolution extends Service {
19
27
  * 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.
20
28
  */
21
29
  createIdMappingWorkflow(callback?: (err: AWSError, data: EntityResolution.Types.CreateIdMappingWorkflowOutput) => void): Request<EntityResolution.Types.CreateIdMappingWorkflowOutput, AWSError>;
30
+ /**
31
+ * Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it. Each ID namespace must have a unique name. To modify an existing ID namespace, use the UpdateIdNamespace API.
32
+ */
33
+ createIdNamespace(params: EntityResolution.Types.CreateIdNamespaceInput, callback?: (err: AWSError, data: EntityResolution.Types.CreateIdNamespaceOutput) => void): Request<EntityResolution.Types.CreateIdNamespaceOutput, AWSError>;
34
+ /**
35
+ * Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it. Each ID namespace must have a unique name. To modify an existing ID namespace, use the UpdateIdNamespace API.
36
+ */
37
+ createIdNamespace(callback?: (err: AWSError, data: EntityResolution.Types.CreateIdNamespaceOutput) => void): Request<EntityResolution.Types.CreateIdNamespaceOutput, AWSError>;
22
38
  /**
23
39
  * Creates a MatchingWorkflow object which stores the configuration of the data processing job to be run. It is important to note that there should not be a pre-existing MatchingWorkflow with the same name. To modify an existing workflow, utilize the UpdateMatchingWorkflow API.
24
40
  */
@@ -43,6 +59,14 @@ declare class EntityResolution extends Service {
43
59
  * Deletes the IdMappingWorkflow with a given name. This operation will succeed even if a workflow with the given name does not exist.
44
60
  */
45
61
  deleteIdMappingWorkflow(callback?: (err: AWSError, data: EntityResolution.Types.DeleteIdMappingWorkflowOutput) => void): Request<EntityResolution.Types.DeleteIdMappingWorkflowOutput, AWSError>;
62
+ /**
63
+ * Deletes the IdNamespace with a given name.
64
+ */
65
+ deleteIdNamespace(params: EntityResolution.Types.DeleteIdNamespaceInput, callback?: (err: AWSError, data: EntityResolution.Types.DeleteIdNamespaceOutput) => void): Request<EntityResolution.Types.DeleteIdNamespaceOutput, AWSError>;
66
+ /**
67
+ * Deletes the IdNamespace with a given name.
68
+ */
69
+ deleteIdNamespace(callback?: (err: AWSError, data: EntityResolution.Types.DeleteIdNamespaceOutput) => void): Request<EntityResolution.Types.DeleteIdNamespaceOutput, AWSError>;
46
70
  /**
47
71
  * Deletes the MatchingWorkflow with a given name. This operation will succeed even if a workflow with the given name does not exist.
48
72
  */
@@ -51,6 +75,14 @@ declare class EntityResolution extends Service {
51
75
  * Deletes the MatchingWorkflow with a given name. This operation will succeed even if a workflow with the given name does not exist.
52
76
  */
53
77
  deleteMatchingWorkflow(callback?: (err: AWSError, data: EntityResolution.Types.DeleteMatchingWorkflowOutput) => void): Request<EntityResolution.Types.DeleteMatchingWorkflowOutput, AWSError>;
78
+ /**
79
+ * Deletes the policy statement.
80
+ */
81
+ deletePolicyStatement(params: EntityResolution.Types.DeletePolicyStatementInput, callback?: (err: AWSError, data: EntityResolution.Types.DeletePolicyStatementOutput) => void): Request<EntityResolution.Types.DeletePolicyStatementOutput, AWSError>;
82
+ /**
83
+ * Deletes the policy statement.
84
+ */
85
+ deletePolicyStatement(callback?: (err: AWSError, data: EntityResolution.Types.DeletePolicyStatementOutput) => void): Request<EntityResolution.Types.DeletePolicyStatementOutput, AWSError>;
54
86
  /**
55
87
  * Deletes the SchemaMapping with a given name. This operation will succeed even if a schema with the given name does not exist. This operation will fail if there is a MatchingWorkflow object that references the SchemaMapping in the workflow's InputSourceConfig.
56
88
  */
@@ -75,6 +107,14 @@ declare class EntityResolution extends Service {
75
107
  * Returns the IdMappingWorkflow with a given name, if it exists.
76
108
  */
77
109
  getIdMappingWorkflow(callback?: (err: AWSError, data: EntityResolution.Types.GetIdMappingWorkflowOutput) => void): Request<EntityResolution.Types.GetIdMappingWorkflowOutput, AWSError>;
110
+ /**
111
+ * Returns the IdNamespace with a given name, if it exists.
112
+ */
113
+ getIdNamespace(params: EntityResolution.Types.GetIdNamespaceInput, callback?: (err: AWSError, data: EntityResolution.Types.GetIdNamespaceOutput) => void): Request<EntityResolution.Types.GetIdNamespaceOutput, AWSError>;
114
+ /**
115
+ * Returns the IdNamespace with a given name, if it exists.
116
+ */
117
+ getIdNamespace(callback?: (err: AWSError, data: EntityResolution.Types.GetIdNamespaceOutput) => void): Request<EntityResolution.Types.GetIdNamespaceOutput, AWSError>;
78
118
  /**
79
119
  * Returns the corresponding Match ID of a customer record if the record has been processed.
80
120
  */
@@ -99,6 +139,14 @@ declare class EntityResolution extends Service {
99
139
  * Returns the MatchingWorkflow with a given name, if it exists.
100
140
  */
101
141
  getMatchingWorkflow(callback?: (err: AWSError, data: EntityResolution.Types.GetMatchingWorkflowOutput) => void): Request<EntityResolution.Types.GetMatchingWorkflowOutput, AWSError>;
142
+ /**
143
+ * Returns the resource-based policy.
144
+ */
145
+ getPolicy(params: EntityResolution.Types.GetPolicyInput, callback?: (err: AWSError, data: EntityResolution.Types.GetPolicyOutput) => void): Request<EntityResolution.Types.GetPolicyOutput, AWSError>;
146
+ /**
147
+ * Returns the resource-based policy.
148
+ */
149
+ getPolicy(callback?: (err: AWSError, data: EntityResolution.Types.GetPolicyOutput) => void): Request<EntityResolution.Types.GetPolicyOutput, AWSError>;
102
150
  /**
103
151
  * Returns the ProviderService of a given name.
104
152
  */
@@ -131,6 +179,14 @@ declare class EntityResolution extends Service {
131
179
  * Returns a list of all the IdMappingWorkflows that have been created for an Amazon Web Services account.
132
180
  */
133
181
  listIdMappingWorkflows(callback?: (err: AWSError, data: EntityResolution.Types.ListIdMappingWorkflowsOutput) => void): Request<EntityResolution.Types.ListIdMappingWorkflowsOutput, AWSError>;
182
+ /**
183
+ * Returns a list of all ID namespaces.
184
+ */
185
+ listIdNamespaces(params: EntityResolution.Types.ListIdNamespacesInput, callback?: (err: AWSError, data: EntityResolution.Types.ListIdNamespacesOutput) => void): Request<EntityResolution.Types.ListIdNamespacesOutput, AWSError>;
186
+ /**
187
+ * Returns a list of all ID namespaces.
188
+ */
189
+ listIdNamespaces(callback?: (err: AWSError, data: EntityResolution.Types.ListIdNamespacesOutput) => void): Request<EntityResolution.Types.ListIdNamespacesOutput, AWSError>;
134
190
  /**
135
191
  * Lists all jobs for a given workflow.
136
192
  */
@@ -171,6 +227,14 @@ declare class EntityResolution extends Service {
171
227
  * Displays the tags associated with an Entity Resolution resource. In Entity Resolution, SchemaMapping, and MatchingWorkflow can be tagged.
172
228
  */
173
229
  listTagsForResource(callback?: (err: AWSError, data: EntityResolution.Types.ListTagsForResourceOutput) => void): Request<EntityResolution.Types.ListTagsForResourceOutput, AWSError>;
230
+ /**
231
+ * Updates the resource-based policy.
232
+ */
233
+ putPolicy(params: EntityResolution.Types.PutPolicyInput, callback?: (err: AWSError, data: EntityResolution.Types.PutPolicyOutput) => void): Request<EntityResolution.Types.PutPolicyOutput, AWSError>;
234
+ /**
235
+ * Updates the resource-based policy.
236
+ */
237
+ putPolicy(callback?: (err: AWSError, data: EntityResolution.Types.PutPolicyOutput) => void): Request<EntityResolution.Types.PutPolicyOutput, AWSError>;
174
238
  /**
175
239
  * Starts the IdMappingJob of a workflow. The workflow must have previously been created using the CreateIdMappingWorkflow endpoint.
176
240
  */
@@ -211,6 +275,14 @@ declare class EntityResolution extends Service {
211
275
  * Updates an existing IdMappingWorkflow. This method is identical to CreateIdMappingWorkflow, except it uses an HTTP PUT request instead of a POST request, and the IdMappingWorkflow must already exist for the method to succeed.
212
276
  */
213
277
  updateIdMappingWorkflow(callback?: (err: AWSError, data: EntityResolution.Types.UpdateIdMappingWorkflowOutput) => void): Request<EntityResolution.Types.UpdateIdMappingWorkflowOutput, AWSError>;
278
+ /**
279
+ * Updates an existing ID namespace.
280
+ */
281
+ updateIdNamespace(params: EntityResolution.Types.UpdateIdNamespaceInput, callback?: (err: AWSError, data: EntityResolution.Types.UpdateIdNamespaceOutput) => void): Request<EntityResolution.Types.UpdateIdNamespaceOutput, AWSError>;
282
+ /**
283
+ * Updates an existing ID namespace.
284
+ */
285
+ updateIdNamespace(callback?: (err: AWSError, data: EntityResolution.Types.UpdateIdNamespaceOutput) => void): Request<EntityResolution.Types.UpdateIdNamespaceOutput, AWSError>;
214
286
  /**
215
287
  * Updates an existing MatchingWorkflow. This method is identical to CreateMatchingWorkflow, except it uses an HTTP PUT request instead of a POST request, and the MatchingWorkflow must already exist for the method to succeed.
216
288
  */
@@ -229,6 +301,46 @@ declare class EntityResolution extends Service {
229
301
  updateSchemaMapping(callback?: (err: AWSError, data: EntityResolution.Types.UpdateSchemaMappingOutput) => void): Request<EntityResolution.Types.UpdateSchemaMappingOutput, AWSError>;
230
302
  }
231
303
  declare namespace EntityResolution {
304
+ export interface AddPolicyStatementInput {
305
+ /**
306
+ * The action that the principal can use on the resource. For example, entityresolution:GetIdMappingJob, entityresolution:GetMatchingJob.
307
+ */
308
+ action: StatementActionList;
309
+ /**
310
+ * The Amazon Resource Name (ARN) of the resource that will be accessed by the principal.
311
+ */
312
+ arn: VeniceGlobalArn;
313
+ /**
314
+ * A set of condition keys that you can use in key policies.
315
+ */
316
+ condition?: StatementCondition;
317
+ /**
318
+ * Determines whether the permissions specified in the policy are to be allowed (Allow) or denied (Deny).
319
+ */
320
+ effect: StatementEffect;
321
+ /**
322
+ * The Amazon Web Services service or Amazon Web Services account that can access the resource defined as ARN.
323
+ */
324
+ principal: StatementPrincipalList;
325
+ /**
326
+ * A statement identifier that differentiates the statement from others in the same policy.
327
+ */
328
+ statementId: StatementId;
329
+ }
330
+ export interface AddPolicyStatementOutput {
331
+ /**
332
+ * The Amazon Resource Name (ARN) of the resource that will be accessed by the principal.
333
+ */
334
+ arn: VeniceGlobalArn;
335
+ /**
336
+ * The resource-based policy.
337
+ */
338
+ policy?: PolicyDocument;
339
+ /**
340
+ * A unique identifier for the current revision of the policy.
341
+ */
342
+ token: PolicyToken;
343
+ }
232
344
  export type AttributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY"|string;
233
345
  export type AttributeName = string;
234
346
  export type AwsAccountId = string;
@@ -250,7 +362,7 @@ declare namespace EntityResolution {
250
362
  /**
251
363
  * A list of IdMappingWorkflowOutputSource objects, each of which contains fields OutputS3Path and Output.
252
364
  */
253
- outputSourceConfig: IdMappingWorkflowOutputSourceConfig;
365
+ outputSourceConfig?: IdMappingWorkflowOutputSourceConfig;
254
366
  /**
255
367
  * 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.
256
368
  */
@@ -280,7 +392,7 @@ declare namespace EntityResolution {
280
392
  /**
281
393
  * A list of IdMappingWorkflowOutputSource objects, each of which contains fields OutputS3Path and Output.
282
394
  */
283
- outputSourceConfig: IdMappingWorkflowOutputSourceConfig;
395
+ outputSourceConfig?: IdMappingWorkflowOutputSourceConfig;
284
396
  /**
285
397
  * 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.
286
398
  */
@@ -294,6 +406,78 @@ declare namespace EntityResolution {
294
406
  */
295
407
  workflowName: EntityName;
296
408
  }
409
+ export interface CreateIdNamespaceInput {
410
+ /**
411
+ * The description of the ID namespace.
412
+ */
413
+ description?: Description;
414
+ /**
415
+ * Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target.
416
+ */
417
+ idMappingWorkflowProperties?: IdNamespaceIdMappingWorkflowPropertiesList;
418
+ /**
419
+ * The name of the ID namespace.
420
+ */
421
+ idNamespaceName: EntityName;
422
+ /**
423
+ * A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
424
+ */
425
+ inputSourceConfig?: IdNamespaceInputSourceConfig;
426
+ /**
427
+ * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
428
+ */
429
+ roleArn?: RoleArn;
430
+ /**
431
+ * The tags used to organize, track, or control access for this resource.
432
+ */
433
+ tags?: TagMap;
434
+ /**
435
+ * The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId to which all sourceIds will resolve to.
436
+ */
437
+ type: IdNamespaceType;
438
+ }
439
+ export interface CreateIdNamespaceOutput {
440
+ /**
441
+ * The timestamp of when the ID namespace was created.
442
+ */
443
+ createdAt: Timestamp;
444
+ /**
445
+ * The description of the ID namespace.
446
+ */
447
+ description?: Description;
448
+ /**
449
+ * Determines the properties of IdMappingWorkflow where this IdNamespace can be used as a Source or a Target.
450
+ */
451
+ idMappingWorkflowProperties?: IdNamespaceIdMappingWorkflowPropertiesList;
452
+ /**
453
+ * The Amazon Resource Name (ARN) of the ID namespace.
454
+ */
455
+ idNamespaceArn: IdNamespaceArn;
456
+ /**
457
+ * The name of the ID namespace.
458
+ */
459
+ idNamespaceName: EntityName;
460
+ /**
461
+ * A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
462
+ */
463
+ inputSourceConfig?: IdNamespaceInputSourceConfig;
464
+ /**
465
+ * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in inputSourceConfig on your behalf as part of the workflow run.
466
+ */
467
+ roleArn?: RoleArn;
468
+ /**
469
+ * The tags used to organize, track, or control access for this resource.
470
+ */
471
+ tags?: TagMap;
472
+ /**
473
+ * The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId to which all sourceIds will resolve to.
474
+ */
475
+ type: IdNamespaceType;
476
+ /**
477
+ * The timestamp of when the ID namespace was last updated.
478
+ */
479
+ updatedAt: Timestamp;
480
+ }
297
481
  export interface CreateMatchingWorkflowInput {
298
482
  /**
299
483
  * A description of the workflow.
@@ -410,6 +594,18 @@ declare namespace EntityResolution {
410
594
  */
411
595
  message: String;
412
596
  }
597
+ export interface DeleteIdNamespaceInput {
598
+ /**
599
+ * The name of the ID namespace.
600
+ */
601
+ idNamespaceName: EntityName;
602
+ }
603
+ export interface DeleteIdNamespaceOutput {
604
+ /**
605
+ * A successful operation message.
606
+ */
607
+ message: String;
608
+ }
413
609
  export interface DeleteMatchingWorkflowInput {
414
610
  /**
415
611
  * The name of the workflow to be retrieved.
@@ -422,6 +618,30 @@ declare namespace EntityResolution {
422
618
  */
423
619
  message: String;
424
620
  }
621
+ export interface DeletePolicyStatementInput {
622
+ /**
623
+ * The ARN of the resource for which the policy need to be deleted.
624
+ */
625
+ arn: VeniceGlobalArn;
626
+ /**
627
+ * A statement identifier that differentiates the statement from others in the same policy.
628
+ */
629
+ statementId: StatementId;
630
+ }
631
+ export interface DeletePolicyStatementOutput {
632
+ /**
633
+ * The ARN of the resource for which the policy need to be deleted.
634
+ */
635
+ arn: VeniceGlobalArn;
636
+ /**
637
+ * The resource-based policy.
638
+ */
639
+ policy?: PolicyDocument;
640
+ /**
641
+ * A unique identifier for the deleted policy.
642
+ */
643
+ token: PolicyToken;
644
+ }
425
645
  export interface DeleteSchemaMappingInput {
426
646
  /**
427
647
  * The name of the schema to delete.
@@ -438,6 +658,8 @@ declare namespace EntityResolution {
438
658
  export interface Document {
439
659
  }
440
660
  export type EntityName = string;
661
+ export type EntityNameOrIdMappingWorkflowArn = string;
662
+ export type EntityNameOrIdNamespaceArn = string;
441
663
  export interface ErrorDetails {
442
664
  /**
443
665
  * The error message from the job, if there is one.
@@ -453,7 +675,7 @@ declare namespace EntityResolution {
453
675
  /**
454
676
  * The name of the workflow.
455
677
  */
456
- workflowName: EntityName;
678
+ workflowName: EntityNameOrIdMappingWorkflowArn;
457
679
  }
458
680
  export interface GetIdMappingJobOutput {
459
681
  /**
@@ -469,6 +691,10 @@ declare namespace EntityResolution {
469
691
  * Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
470
692
  */
471
693
  metrics?: IdMappingJobMetrics;
694
+ /**
695
+ * A list of OutputSource objects.
696
+ */
697
+ outputSourceConfig?: IdMappingJobOutputSourceConfig;
472
698
  /**
473
699
  * The time at which the job was started.
474
700
  */
@@ -504,9 +730,9 @@ declare namespace EntityResolution {
504
730
  /**
505
731
  * A list of OutputSource objects, each of which contains fields OutputS3Path and KMSArn.
506
732
  */
507
- outputSourceConfig: IdMappingWorkflowOutputSourceConfig;
733
+ outputSourceConfig?: IdMappingWorkflowOutputSourceConfig;
508
734
  /**
509
- * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access resources on your behalf.
735
+ * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
510
736
  */
511
737
  roleArn: RoleArn;
512
738
  /**
@@ -526,7 +752,59 @@ declare namespace EntityResolution {
526
752
  */
527
753
  workflowName: EntityName;
528
754
  }
755
+ export interface GetIdNamespaceInput {
756
+ /**
757
+ * The name of the ID namespace.
758
+ */
759
+ idNamespaceName: EntityNameOrIdNamespaceArn;
760
+ }
761
+ export interface GetIdNamespaceOutput {
762
+ /**
763
+ * The timestamp of when the ID namespace was created.
764
+ */
765
+ createdAt: Timestamp;
766
+ /**
767
+ * The description of the ID namespace.
768
+ */
769
+ description?: Description;
770
+ /**
771
+ * Determines the properties of IdMappingWorkflow where this IdNamespace can be used as a Source or a Target.
772
+ */
773
+ idMappingWorkflowProperties?: IdNamespaceIdMappingWorkflowPropertiesList;
774
+ /**
775
+ * The Amazon Resource Name (ARN) of the ID namespace.
776
+ */
777
+ idNamespaceArn: IdNamespaceArn;
778
+ /**
779
+ * The name of the ID namespace.
780
+ */
781
+ idNamespaceName: EntityName;
782
+ /**
783
+ * A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
784
+ */
785
+ inputSourceConfig?: IdNamespaceInputSourceConfig;
786
+ /**
787
+ * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of a workflow run.
788
+ */
789
+ roleArn?: RoleArn;
790
+ /**
791
+ * The tags used to organize, track, or control access for this resource.
792
+ */
793
+ tags?: TagMap;
794
+ /**
795
+ * The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId to which all sourceIds will resolve to.
796
+ */
797
+ type: IdNamespaceType;
798
+ /**
799
+ * The timestamp of when the ID namespace was last updated.
800
+ */
801
+ updatedAt: Timestamp;
802
+ }
529
803
  export interface GetMatchIdInput {
804
+ /**
805
+ * Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER, and the data in the input table is in a format of 1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.
806
+ */
807
+ applyNormalization?: Boolean;
530
808
  /**
531
809
  * The record to fetch the Match ID for.
532
810
  */
@@ -541,6 +819,10 @@ declare namespace EntityResolution {
541
819
  * The unique identifiers for this group of match records.
542
820
  */
543
821
  matchId?: String;
822
+ /**
823
+ * The rule the record matched on.
824
+ */
825
+ matchRule?: String;
544
826
  }
545
827
  export interface GetMatchingJobInput {
546
828
  /**
@@ -569,6 +851,10 @@ declare namespace EntityResolution {
569
851
  * Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
570
852
  */
571
853
  metrics?: JobMetrics;
854
+ /**
855
+ * A list of OutputSource objects.
856
+ */
857
+ outputSourceConfig?: JobOutputSourceConfig;
572
858
  /**
573
859
  * The time at which the job was started.
574
860
  */
@@ -610,7 +896,7 @@ declare namespace EntityResolution {
610
896
  */
611
897
  resolutionTechniques: ResolutionTechniques;
612
898
  /**
613
- * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access resources on your behalf.
899
+ * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
614
900
  */
615
901
  roleArn: String;
616
902
  /**
@@ -630,6 +916,26 @@ declare namespace EntityResolution {
630
916
  */
631
917
  workflowName: EntityName;
632
918
  }
919
+ export interface GetPolicyInput {
920
+ /**
921
+ * The Amazon Resource Name (ARN) of the resource for which the policy need to be returned.
922
+ */
923
+ arn: VeniceGlobalArn;
924
+ }
925
+ export interface GetPolicyOutput {
926
+ /**
927
+ * The Entity Resolution resource ARN.
928
+ */
929
+ arn: VeniceGlobalArn;
930
+ /**
931
+ * The resource-based policy.
932
+ */
933
+ policy?: PolicyDocument;
934
+ /**
935
+ * A unique identifier for the current revision of the policy.
936
+ */
937
+ token: PolicyToken;
938
+ }
633
939
  export interface GetProviderServiceInput {
634
940
  /**
635
941
  * The name of the provider. This name is typically the company name.
@@ -645,6 +951,10 @@ declare namespace EntityResolution {
645
951
  * Specifies whether output data from the provider is anonymized. A value of TRUE means the output will be anonymized and you can't relate the data that comes back from the provider to the identifying input. A value of FALSE means the output won't be anonymized and you can relate the data that comes back from the provider to your source data.
646
952
  */
647
953
  anonymizedOutput: Boolean;
954
+ /**
955
+ * Input schema for the provider service.
956
+ */
957
+ providerComponentSchema?: ProviderComponentSchema;
648
958
  /**
649
959
  * The definition of the provider configuration.
650
960
  */
@@ -657,10 +967,18 @@ declare namespace EntityResolution {
657
967
  * The definition of the provider entity output.
658
968
  */
659
969
  providerEntityOutputDefinition: Document;
970
+ /**
971
+ * The provider configuration required for different ID namespace types.
972
+ */
973
+ providerIdNameSpaceConfiguration?: ProviderIdNameSpaceConfiguration;
660
974
  /**
661
975
  * The Amazon Web Services accounts and the S3 permissions that are required by some providers to create an S3 bucket for intermediate data storage.
662
976
  */
663
977
  providerIntermediateDataAccessConfiguration?: ProviderIntermediateDataAccessConfiguration;
978
+ /**
979
+ * Provider service job configurations.
980
+ */
981
+ providerJobConfiguration?: Document;
664
982
  /**
665
983
  * The name of the provider. This name is typically the company name.
666
984
  */
@@ -736,6 +1054,21 @@ declare namespace EntityResolution {
736
1054
  */
737
1055
  totalRecordsProcessed?: Integer;
738
1056
  }
1057
+ export interface IdMappingJobOutputSource {
1058
+ /**
1059
+ * Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
1060
+ */
1061
+ KMSArn?: KMSArn;
1062
+ /**
1063
+ * The S3 path to which Entity Resolution will write the output table.
1064
+ */
1065
+ outputS3Path: S3Path;
1066
+ /**
1067
+ * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf as part of workflow execution.
1068
+ */
1069
+ roleArn: RoleArn;
1070
+ }
1071
+ export type IdMappingJobOutputSourceConfig = IdMappingJobOutputSource[];
739
1072
  export interface IdMappingTechniques {
740
1073
  /**
741
1074
  * The type of ID mapping.
@@ -744,19 +1077,23 @@ declare namespace EntityResolution {
744
1077
  /**
745
1078
  * An object which defines any additional configurations required by the provider service.
746
1079
  */
747
- providerProperties: ProviderProperties;
1080
+ providerProperties?: ProviderProperties;
748
1081
  }
749
1082
  export type IdMappingType = "PROVIDER"|string;
750
1083
  export type IdMappingWorkflowArn = string;
751
1084
  export interface IdMappingWorkflowInputSource {
752
1085
  /**
753
- * An Gluetable ARN for the input source table.
1086
+ * An Glue table ARN for the input source table.
754
1087
  */
755
1088
  inputSourceARN: IdMappingWorkflowInputSourceInputSourceARNString;
756
1089
  /**
757
1090
  * The name of the schema to be retrieved.
758
1091
  */
759
- schemaName: EntityName;
1092
+ schemaName?: EntityName;
1093
+ /**
1094
+ * The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId to which all sourceIds will resolve to.
1095
+ */
1096
+ type?: IdNamespaceType;
760
1097
  }
761
1098
  export type IdMappingWorkflowInputSourceConfig = IdMappingWorkflowInputSource[];
762
1099
  export type IdMappingWorkflowInputSourceInputSourceARNString = string;
@@ -790,6 +1127,58 @@ declare namespace EntityResolution {
790
1127
  */
791
1128
  workflowName: EntityName;
792
1129
  }
1130
+ export type IdNamespaceArn = string;
1131
+ export interface IdNamespaceIdMappingWorkflowProperties {
1132
+ /**
1133
+ * The type of ID mapping.
1134
+ */
1135
+ idMappingType: IdMappingType;
1136
+ /**
1137
+ * An object which defines any additional configurations required by the provider service.
1138
+ */
1139
+ providerProperties?: NamespaceProviderProperties;
1140
+ }
1141
+ export type IdNamespaceIdMappingWorkflowPropertiesList = IdNamespaceIdMappingWorkflowProperties[];
1142
+ export interface IdNamespaceInputSource {
1143
+ /**
1144
+ * An Glue table ARN for the input source table.
1145
+ */
1146
+ inputSourceARN: IdNamespaceInputSourceInputSourceARNString;
1147
+ /**
1148
+ * The name of the schema.
1149
+ */
1150
+ schemaName?: EntityName;
1151
+ }
1152
+ export type IdNamespaceInputSourceConfig = IdNamespaceInputSource[];
1153
+ export type IdNamespaceInputSourceInputSourceARNString = string;
1154
+ export type IdNamespaceList = IdNamespaceSummary[];
1155
+ export interface IdNamespaceSummary {
1156
+ /**
1157
+ * The timestamp of when the ID namespace was created.
1158
+ */
1159
+ createdAt: Timestamp;
1160
+ /**
1161
+ * The description of the ID namespace.
1162
+ */
1163
+ description?: Description;
1164
+ /**
1165
+ * The Amazon Resource Name (ARN) of the ID namespace.
1166
+ */
1167
+ idNamespaceArn: IdNamespaceArn;
1168
+ /**
1169
+ * The name of the ID namespace.
1170
+ */
1171
+ idNamespaceName: EntityName;
1172
+ /**
1173
+ * The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId to which all sourceIds will resolve to.
1174
+ */
1175
+ type: IdNamespaceType;
1176
+ /**
1177
+ * The timestamp of when the ID namespace was last updated.
1178
+ */
1179
+ updatedAt: Timestamp;
1180
+ }
1181
+ export type IdNamespaceType = "SOURCE"|"TARGET"|string;
793
1182
  export interface IncrementalRunConfig {
794
1183
  /**
795
1184
  * The type of incremental run. It takes only one value: IMMEDIATE.
@@ -840,6 +1229,21 @@ declare namespace EntityResolution {
840
1229
  */
841
1230
  totalRecordsProcessed?: Integer;
842
1231
  }
1232
+ export interface JobOutputSource {
1233
+ /**
1234
+ * Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
1235
+ */
1236
+ KMSArn?: KMSArn;
1237
+ /**
1238
+ * The S3 path to which Entity Resolution will write the output table.
1239
+ */
1240
+ outputS3Path: S3Path;
1241
+ /**
1242
+ * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf as part of workflow execution.
1243
+ */
1244
+ roleArn: RoleArn;
1245
+ }
1246
+ export type JobOutputSourceConfig = JobOutputSource[];
843
1247
  export type JobStatus = "RUNNING"|"SUCCEEDED"|"FAILED"|"QUEUED"|string;
844
1248
  export interface JobSummary {
845
1249
  /**
@@ -872,7 +1276,7 @@ declare namespace EntityResolution {
872
1276
  /**
873
1277
  * The name of the workflow to be retrieved.
874
1278
  */
875
- workflowName: EntityName;
1279
+ workflowName: EntityNameOrIdMappingWorkflowArn;
876
1280
  }
877
1281
  export type ListIdMappingJobsInputMaxResultsInteger = number;
878
1282
  export interface ListIdMappingJobsOutput {
@@ -906,6 +1310,27 @@ declare namespace EntityResolution {
906
1310
  */
907
1311
  workflowSummaries?: IdMappingWorkflowList;
908
1312
  }
1313
+ export interface ListIdNamespacesInput {
1314
+ /**
1315
+ * The maximum number of IdNamespace objects returned per page.
1316
+ */
1317
+ maxResults?: ListIdNamespacesInputMaxResultsInteger;
1318
+ /**
1319
+ * The pagination token from the previous API call.
1320
+ */
1321
+ nextToken?: NextToken;
1322
+ }
1323
+ export type ListIdNamespacesInputMaxResultsInteger = number;
1324
+ export interface ListIdNamespacesOutput {
1325
+ /**
1326
+ * A list of IdNamespaceSummaries objects.
1327
+ */
1328
+ idNamespaceSummaries?: IdNamespaceList;
1329
+ /**
1330
+ * The pagination token from the previous API call.
1331
+ */
1332
+ nextToken?: NextToken;
1333
+ }
909
1334
  export interface ListMatchingJobsInput {
910
1335
  /**
911
1336
  * The maximum number of objects returned per page.
@@ -1034,6 +1459,16 @@ declare namespace EntityResolution {
1034
1459
  */
1035
1460
  workflowName: EntityName;
1036
1461
  }
1462
+ export interface NamespaceProviderProperties {
1463
+ /**
1464
+ * An object which defines any additional configurations required by the provider service.
1465
+ */
1466
+ providerConfiguration?: Document;
1467
+ /**
1468
+ * The Amazon Resource Name (ARN) of the provider service.
1469
+ */
1470
+ providerServiceArn: ProviderServiceArn;
1471
+ }
1037
1472
  export type NextToken = string;
1038
1473
  export interface OutputAttribute {
1039
1474
  /**
@@ -1065,12 +1500,38 @@ declare namespace EntityResolution {
1065
1500
  }
1066
1501
  export type OutputSourceConfig = OutputSource[];
1067
1502
  export type OutputSourceOutputList = OutputAttribute[];
1503
+ export type PolicyDocument = string;
1504
+ export type PolicyToken = string;
1505
+ export interface ProviderComponentSchema {
1506
+ /**
1507
+ * The provider schema attributes.
1508
+ */
1509
+ providerSchemaAttributes?: ProviderSchemaAttributes;
1510
+ /**
1511
+ * Input schema for the provider service.
1512
+ */
1513
+ schemas?: Schemas;
1514
+ }
1068
1515
  export interface ProviderEndpointConfiguration {
1069
1516
  /**
1070
1517
  * The identifiers of the provider service, from Data Exchange.
1071
1518
  */
1072
1519
  marketplaceConfiguration?: ProviderMarketplaceConfiguration;
1073
1520
  }
1521
+ export interface ProviderIdNameSpaceConfiguration {
1522
+ /**
1523
+ * The description of the ID namespace.
1524
+ */
1525
+ description?: String;
1526
+ /**
1527
+ * Configurations required for the source ID namespace.
1528
+ */
1529
+ providerSourceConfigurationDefinition?: Document;
1530
+ /**
1531
+ * Configurations required for the target ID namespace.
1532
+ */
1533
+ providerTargetConfigurationDefinition?: Document;
1534
+ }
1074
1535
  export interface ProviderIntermediateDataAccessConfiguration {
1075
1536
  /**
1076
1537
  * The Amazon Web Services account that provider can use to read or write data into the customer's intermediate S3 bucket.
@@ -1113,6 +1574,25 @@ declare namespace EntityResolution {
1113
1574
  */
1114
1575
  providerServiceArn: ProviderServiceArn;
1115
1576
  }
1577
+ export interface ProviderSchemaAttribute {
1578
+ /**
1579
+ * The field name.
1580
+ */
1581
+ fieldName: AttributeName;
1582
+ /**
1583
+ * The hashing attribute of the provider schema.
1584
+ */
1585
+ hashing?: Boolean;
1586
+ /**
1587
+ * The sub type of the provider schema attribute.
1588
+ */
1589
+ subType?: AttributeName;
1590
+ /**
1591
+ * The type of the provider schema attribute.
1592
+ */
1593
+ type: SchemaAttributeType;
1594
+ }
1595
+ export type ProviderSchemaAttributes = ProviderSchemaAttribute[];
1116
1596
  export type ProviderServiceArn = string;
1117
1597
  export type ProviderServiceDisplayName = string;
1118
1598
  export type ProviderServiceList = ProviderServiceSummary[];
@@ -1138,6 +1618,34 @@ declare namespace EntityResolution {
1138
1618
  */
1139
1619
  providerServiceType: ServiceType;
1140
1620
  }
1621
+ export interface PutPolicyInput {
1622
+ /**
1623
+ * The Amazon Resource Name (ARN) of the resource for which the policy needs to be updated.
1624
+ */
1625
+ arn: VeniceGlobalArn;
1626
+ /**
1627
+ * The resource-based policy.
1628
+ */
1629
+ policy: PolicyDocument;
1630
+ /**
1631
+ * A unique identifier for the current revision of the policy.
1632
+ */
1633
+ token?: PolicyToken;
1634
+ }
1635
+ export interface PutPolicyOutput {
1636
+ /**
1637
+ * The Entity Resolution resource ARN.
1638
+ */
1639
+ arn: VeniceGlobalArn;
1640
+ /**
1641
+ * The resource-based policy.
1642
+ */
1643
+ policy?: PolicyDocument;
1644
+ /**
1645
+ * A unique identifier for the current revision of the policy.
1646
+ */
1647
+ token: PolicyToken;
1648
+ }
1141
1649
  export type RecordAttributeMap = {[key: string]: RecordAttributeMapValueString};
1142
1650
  export type RecordAttributeMapKeyString = string;
1143
1651
  export type RecordAttributeMapValueString = string;
@@ -1148,7 +1656,7 @@ declare namespace EntityResolution {
1148
1656
  */
1149
1657
  providerProperties?: ProviderProperties;
1150
1658
  /**
1151
- * The type of matching. There are two types of matching: RULE_MATCHING and ML_MATCHING.
1659
+ * The type of matching. There are three types of matching: RULE_MATCHING, ML_MATCHING, and PROVIDER.
1152
1660
  */
1153
1661
  resolutionType: ResolutionType;
1154
1662
  /**
@@ -1189,11 +1697,11 @@ declare namespace EntityResolution {
1189
1697
  */
1190
1698
  fieldName: AttributeName;
1191
1699
  /**
1192
- * Instruct Entity Resolution to combine several columns into a unified column with the identical attribute type. For example, when working with columns such as first_name, middle_name, and last_name, assigning them a common GroupName will prompt Entity Resolution to concatenate them into a single value.
1700
+ * A string that instructs Entity Resolution to combine several columns into a unified column with the identical attribute type. For example, when working with columns such as first_name, middle_name, and last_name, assigning them a common groupName will prompt Entity Resolution to concatenate them into a single value.
1193
1701
  */
1194
1702
  groupName?: AttributeName;
1195
1703
  /**
1196
- * 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.
1704
+ * A key that allows grouping of multiple input attributes into a unified matching group. For example, consider a scenario where the source table contains various addresses, such as business_address and shipping_address. By assigning a matchKey called 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.
1197
1705
  */
1198
1706
  matchKey?: AttributeName;
1199
1707
  /**
@@ -1206,6 +1714,7 @@ declare namespace EntityResolution {
1206
1714
  type: SchemaAttributeType;
1207
1715
  }
1208
1716
  export type SchemaInputAttributes = SchemaInputAttribute[];
1717
+ export type SchemaList = String[];
1209
1718
  export type SchemaMappingArn = string;
1210
1719
  export type SchemaMappingList = SchemaMappingSummary[];
1211
1720
  export interface SchemaMappingSummary {
@@ -1230,18 +1739,27 @@ declare namespace EntityResolution {
1230
1739
  */
1231
1740
  updatedAt: Timestamp;
1232
1741
  }
1742
+ export type Schemas = SchemaList[];
1233
1743
  export type ServiceType = "ASSIGNMENT"|"ID_MAPPING"|string;
1234
1744
  export interface StartIdMappingJobInput {
1745
+ /**
1746
+ * A list of OutputSource objects.
1747
+ */
1748
+ outputSourceConfig?: IdMappingJobOutputSourceConfig;
1235
1749
  /**
1236
1750
  * The name of the ID mapping job to be retrieved.
1237
1751
  */
1238
- workflowName: EntityName;
1752
+ workflowName: EntityNameOrIdMappingWorkflowArn;
1239
1753
  }
1240
1754
  export interface StartIdMappingJobOutput {
1241
1755
  /**
1242
1756
  * The ID of the job.
1243
1757
  */
1244
1758
  jobId: JobId;
1759
+ /**
1760
+ * A list of OutputSource objects.
1761
+ */
1762
+ outputSourceConfig?: IdMappingJobOutputSourceConfig;
1245
1763
  }
1246
1764
  export interface StartMatchingJobInput {
1247
1765
  /**
@@ -1255,6 +1773,13 @@ declare namespace EntityResolution {
1255
1773
  */
1256
1774
  jobId: JobId;
1257
1775
  }
1776
+ export type StatementAction = string;
1777
+ export type StatementActionList = StatementAction[];
1778
+ export type StatementCondition = string;
1779
+ export type StatementEffect = "Allow"|"Deny"|string;
1780
+ export type StatementId = string;
1781
+ export type StatementPrincipal = string;
1782
+ export type StatementPrincipalList = StatementPrincipal[];
1258
1783
  export type String = string;
1259
1784
  export type TagKey = string;
1260
1785
  export type TagKeyList = TagKey[];
@@ -1301,9 +1826,9 @@ declare namespace EntityResolution {
1301
1826
  /**
1302
1827
  * A list of OutputSource objects, each of which contains fields OutputS3Path and KMSArn.
1303
1828
  */
1304
- outputSourceConfig: IdMappingWorkflowOutputSourceConfig;
1829
+ outputSourceConfig?: IdMappingWorkflowOutputSourceConfig;
1305
1830
  /**
1306
- * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access resources on your behalf.
1831
+ * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
1307
1832
  */
1308
1833
  roleArn: RoleArn;
1309
1834
  /**
@@ -1327,13 +1852,13 @@ declare namespace EntityResolution {
1327
1852
  /**
1328
1853
  * A list of OutputSource objects, each of which contains fields OutputS3Path and KMSArn.
1329
1854
  */
1330
- outputSourceConfig: IdMappingWorkflowOutputSourceConfig;
1855
+ outputSourceConfig?: IdMappingWorkflowOutputSourceConfig;
1331
1856
  /**
1332
- * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access resources on your behalf.
1857
+ * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
1333
1858
  */
1334
1859
  roleArn: RoleArn;
1335
1860
  /**
1336
- * The Amazon Resource Name (ARN) of the workflow role. Entity Resolution assumes this role to access resources on your behalf.
1861
+ * The Amazon Resource Name (ARN) of the workflow role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
1337
1862
  */
1338
1863
  workflowArn: IdMappingWorkflowArn;
1339
1864
  /**
@@ -1341,6 +1866,66 @@ declare namespace EntityResolution {
1341
1866
  */
1342
1867
  workflowName: EntityName;
1343
1868
  }
1869
+ export interface UpdateIdNamespaceInput {
1870
+ /**
1871
+ * The description of the ID namespace.
1872
+ */
1873
+ description?: Description;
1874
+ /**
1875
+ * Determines the properties of IdMappingWorkflow where this IdNamespace can be used as a Source or a Target.
1876
+ */
1877
+ idMappingWorkflowProperties?: IdNamespaceIdMappingWorkflowPropertiesList;
1878
+ /**
1879
+ * The name of the ID namespace.
1880
+ */
1881
+ idNamespaceName: EntityName;
1882
+ /**
1883
+ * A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
1884
+ */
1885
+ inputSourceConfig?: IdNamespaceInputSourceConfig;
1886
+ /**
1887
+ * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of a workflow run.
1888
+ */
1889
+ roleArn?: RoleArn;
1890
+ }
1891
+ export interface UpdateIdNamespaceOutput {
1892
+ /**
1893
+ * The timestamp of when the ID namespace was created.
1894
+ */
1895
+ createdAt: Timestamp;
1896
+ /**
1897
+ * The description of the ID namespace.
1898
+ */
1899
+ description?: Description;
1900
+ /**
1901
+ * Determines the properties of IdMappingWorkflow where this IdNamespace can be used as a Source or a Target.
1902
+ */
1903
+ idMappingWorkflowProperties?: IdNamespaceIdMappingWorkflowPropertiesList;
1904
+ /**
1905
+ * The Amazon Resource Name (ARN) of the ID namespace.
1906
+ */
1907
+ idNamespaceArn: IdNamespaceArn;
1908
+ /**
1909
+ * The name of the ID namespace.
1910
+ */
1911
+ idNamespaceName: EntityName;
1912
+ /**
1913
+ * A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
1914
+ */
1915
+ inputSourceConfig?: IdNamespaceInputSourceConfig;
1916
+ /**
1917
+ * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of a workflow run.
1918
+ */
1919
+ roleArn?: RoleArn;
1920
+ /**
1921
+ * The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId to which all sourceIds will resolve to.
1922
+ */
1923
+ type: IdNamespaceType;
1924
+ /**
1925
+ * The timestamp of when the ID namespace was last updated.
1926
+ */
1927
+ updatedAt: Timestamp;
1928
+ }
1344
1929
  export interface UpdateMatchingWorkflowInput {
1345
1930
  /**
1346
1931
  * A description of the workflow.