aws-sdk-entityresolution 1.5.0 → 1.7.0

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.
@@ -24,6 +24,73 @@ module Aws::EntityResolution
24
24
  include Aws::Structure
25
25
  end
26
26
 
27
+ # @!attribute [rw] action
28
+ # The action that the principal can use on the resource.
29
+ #
30
+ # For example, `entityresolution:GetIdMappingJob`,
31
+ # `entityresolution:GetMatchingJob`.
32
+ # @return [Array<String>]
33
+ #
34
+ # @!attribute [rw] arn
35
+ # The Amazon Resource Name (ARN) of the resource that will be accessed
36
+ # by the principal.
37
+ # @return [String]
38
+ #
39
+ # @!attribute [rw] condition
40
+ # A set of condition keys that you can use in key policies.
41
+ # @return [String]
42
+ #
43
+ # @!attribute [rw] effect
44
+ # Determines whether the permissions specified in the policy are to be
45
+ # allowed (`Allow`) or denied (`Deny`).
46
+ # @return [String]
47
+ #
48
+ # @!attribute [rw] principal
49
+ # The Amazon Web Services service or Amazon Web Services account that
50
+ # can access the resource defined as ARN.
51
+ # @return [Array<String>]
52
+ #
53
+ # @!attribute [rw] statement_id
54
+ # A statement identifier that differentiates the statement from others
55
+ # in the same policy.
56
+ # @return [String]
57
+ #
58
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/AddPolicyStatementInput AWS API Documentation
59
+ #
60
+ class AddPolicyStatementInput < Struct.new(
61
+ :action,
62
+ :arn,
63
+ :condition,
64
+ :effect,
65
+ :principal,
66
+ :statement_id)
67
+ SENSITIVE = []
68
+ include Aws::Structure
69
+ end
70
+
71
+ # @!attribute [rw] arn
72
+ # The Amazon Resource Name (ARN) of the resource that will be accessed
73
+ # by the principal.
74
+ # @return [String]
75
+ #
76
+ # @!attribute [rw] policy
77
+ # The resource-based policy.
78
+ # @return [String]
79
+ #
80
+ # @!attribute [rw] token
81
+ # A unique identifier for the current revision of the policy.
82
+ # @return [String]
83
+ #
84
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/AddPolicyStatementOutput AWS API Documentation
85
+ #
86
+ class AddPolicyStatementOutput < Struct.new(
87
+ :arn,
88
+ :policy,
89
+ :token)
90
+ SENSITIVE = []
91
+ include Aws::Structure
92
+ end
93
+
27
94
  # The request could not be processed because of conflict in the current
28
95
  # state of the resource. Example: Workflow already exists, Schema
29
96
  # already exists, Workflow is currently running, etc. `HTTP Status Code:
@@ -137,6 +204,129 @@ module Aws::EntityResolution
137
204
  include Aws::Structure
138
205
  end
139
206
 
207
+ # @!attribute [rw] description
208
+ # The description of the ID namespace.
209
+ # @return [String]
210
+ #
211
+ # @!attribute [rw] id_mapping_workflow_properties
212
+ # Determines the properties of `IdMappingWorflow` where this
213
+ # `IdNamespace` can be used as a `Source` or a `Target`.
214
+ # @return [Array<Types::IdNamespaceIdMappingWorkflowProperties>]
215
+ #
216
+ # @!attribute [rw] id_namespace_name
217
+ # The name of the ID namespace.
218
+ # @return [String]
219
+ #
220
+ # @!attribute [rw] input_source_config
221
+ # A list of `InputSource` objects, which have the fields
222
+ # `InputSourceARN` and `SchemaName`.
223
+ # @return [Array<Types::IdNamespaceInputSource>]
224
+ #
225
+ # @!attribute [rw] role_arn
226
+ # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
227
+ # assumes this role to access the resources defined in this
228
+ # `IdNamespace` on your behalf as part of the workflow run.
229
+ # @return [String]
230
+ #
231
+ # @!attribute [rw] tags
232
+ # The tags used to organize, track, or control access for this
233
+ # resource.
234
+ # @return [Hash<String,String>]
235
+ #
236
+ # @!attribute [rw] type
237
+ # The type of ID namespace. There are two types: `SOURCE` and
238
+ # `TARGET`.
239
+ #
240
+ # The `SOURCE` contains configurations for `sourceId` data that will
241
+ # be processed in an ID mapping workflow.
242
+ #
243
+ # The `TARGET` contains a configuration of `targetId` to which all
244
+ # `sourceIds` will resolve to.
245
+ # @return [String]
246
+ #
247
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/CreateIdNamespaceInput AWS API Documentation
248
+ #
249
+ class CreateIdNamespaceInput < Struct.new(
250
+ :description,
251
+ :id_mapping_workflow_properties,
252
+ :id_namespace_name,
253
+ :input_source_config,
254
+ :role_arn,
255
+ :tags,
256
+ :type)
257
+ SENSITIVE = []
258
+ include Aws::Structure
259
+ end
260
+
261
+ # @!attribute [rw] created_at
262
+ # The timestamp of when the ID namespace was created.
263
+ # @return [Time]
264
+ #
265
+ # @!attribute [rw] description
266
+ # The description of the ID namespace.
267
+ # @return [String]
268
+ #
269
+ # @!attribute [rw] id_mapping_workflow_properties
270
+ # Determines the properties of `IdMappingWorkflow` where this
271
+ # `IdNamespace` can be used as a `Source` or a `Target`.
272
+ # @return [Array<Types::IdNamespaceIdMappingWorkflowProperties>]
273
+ #
274
+ # @!attribute [rw] id_namespace_arn
275
+ # The Amazon Resource Name (ARN) of the ID namespace.
276
+ # @return [String]
277
+ #
278
+ # @!attribute [rw] id_namespace_name
279
+ # The name of the ID namespace.
280
+ # @return [String]
281
+ #
282
+ # @!attribute [rw] input_source_config
283
+ # A list of `InputSource` objects, which have the fields
284
+ # `InputSourceARN` and `SchemaName`.
285
+ # @return [Array<Types::IdNamespaceInputSource>]
286
+ #
287
+ # @!attribute [rw] role_arn
288
+ # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
289
+ # assumes this role to access the resources defined in
290
+ # `inputSourceConfig` on your behalf as part of the workflow run.
291
+ # @return [String]
292
+ #
293
+ # @!attribute [rw] tags
294
+ # The tags used to organize, track, or control access for this
295
+ # resource.
296
+ # @return [Hash<String,String>]
297
+ #
298
+ # @!attribute [rw] type
299
+ # The type of ID namespace. There are two types: `SOURCE` and
300
+ # `TARGET`.
301
+ #
302
+ # The `SOURCE` contains configurations for `sourceId` data that will
303
+ # be processed in an ID mapping workflow.
304
+ #
305
+ # The `TARGET` contains a configuration of `targetId` to which all
306
+ # `sourceIds` will resolve to.
307
+ # @return [String]
308
+ #
309
+ # @!attribute [rw] updated_at
310
+ # The timestamp of when the ID namespace was last updated.
311
+ # @return [Time]
312
+ #
313
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/CreateIdNamespaceOutput AWS API Documentation
314
+ #
315
+ class CreateIdNamespaceOutput < Struct.new(
316
+ :created_at,
317
+ :description,
318
+ :id_mapping_workflow_properties,
319
+ :id_namespace_arn,
320
+ :id_namespace_name,
321
+ :input_source_config,
322
+ :role_arn,
323
+ :tags,
324
+ :type,
325
+ :updated_at)
326
+ SENSITIVE = []
327
+ include Aws::Structure
328
+ end
329
+
140
330
  # @!attribute [rw] description
141
331
  # A description of the workflow.
142
332
  # @return [String]
@@ -331,6 +521,30 @@ module Aws::EntityResolution
331
521
  include Aws::Structure
332
522
  end
333
523
 
524
+ # @!attribute [rw] id_namespace_name
525
+ # The name of the ID namespace.
526
+ # @return [String]
527
+ #
528
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/DeleteIdNamespaceInput AWS API Documentation
529
+ #
530
+ class DeleteIdNamespaceInput < Struct.new(
531
+ :id_namespace_name)
532
+ SENSITIVE = []
533
+ include Aws::Structure
534
+ end
535
+
536
+ # @!attribute [rw] message
537
+ # A successful operation message.
538
+ # @return [String]
539
+ #
540
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/DeleteIdNamespaceOutput AWS API Documentation
541
+ #
542
+ class DeleteIdNamespaceOutput < Struct.new(
543
+ :message)
544
+ SENSITIVE = []
545
+ include Aws::Structure
546
+ end
547
+
334
548
  # @!attribute [rw] workflow_name
335
549
  # The name of the workflow to be retrieved.
336
550
  # @return [String]
@@ -355,6 +569,46 @@ module Aws::EntityResolution
355
569
  include Aws::Structure
356
570
  end
357
571
 
572
+ # @!attribute [rw] arn
573
+ # The ARN of the resource for which the policy need to be deleted.
574
+ # @return [String]
575
+ #
576
+ # @!attribute [rw] statement_id
577
+ # A statement identifier that differentiates the statement from others
578
+ # in the same policy.
579
+ # @return [String]
580
+ #
581
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/DeletePolicyStatementInput AWS API Documentation
582
+ #
583
+ class DeletePolicyStatementInput < Struct.new(
584
+ :arn,
585
+ :statement_id)
586
+ SENSITIVE = []
587
+ include Aws::Structure
588
+ end
589
+
590
+ # @!attribute [rw] arn
591
+ # The ARN of the resource for which the policy need to be deleted.
592
+ # @return [String]
593
+ #
594
+ # @!attribute [rw] policy
595
+ # The resource-based policy.
596
+ # @return [String]
597
+ #
598
+ # @!attribute [rw] token
599
+ # A unique identifier for the deleted policy.
600
+ # @return [String]
601
+ #
602
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/DeletePolicyStatementOutput AWS API Documentation
603
+ #
604
+ class DeletePolicyStatementOutput < Struct.new(
605
+ :arn,
606
+ :policy,
607
+ :token)
608
+ SENSITIVE = []
609
+ include Aws::Structure
610
+ end
611
+
358
612
  # @!attribute [rw] schema_name
359
613
  # The name of the schema to delete.
360
614
  # @return [String]
@@ -452,6 +706,10 @@ module Aws::EntityResolution
452
706
  # processed, unique IDs generated, and records the execution skipped.
453
707
  # @return [Types::IdMappingJobMetrics]
454
708
  #
709
+ # @!attribute [rw] output_source_config
710
+ # A list of `OutputSource` objects.
711
+ # @return [Array<Types::IdMappingJobOutputSource>]
712
+ #
455
713
  # @!attribute [rw] start_time
456
714
  # The time at which the job was started.
457
715
  # @return [Time]
@@ -467,6 +725,7 @@ module Aws::EntityResolution
467
725
  :error_details,
468
726
  :job_id,
469
727
  :metrics,
728
+ :output_source_config,
470
729
  :start_time,
471
730
  :status)
472
731
  SENSITIVE = []
@@ -510,7 +769,8 @@ module Aws::EntityResolution
510
769
  #
511
770
  # @!attribute [rw] role_arn
512
771
  # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
513
- # assumes this role to access resources on your behalf.
772
+ # assumes this role to access Amazon Web Services resources on your
773
+ # behalf.
514
774
  # @return [String]
515
775
  #
516
776
  # @!attribute [rw] tags
@@ -548,6 +808,95 @@ module Aws::EntityResolution
548
808
  include Aws::Structure
549
809
  end
550
810
 
811
+ # @!attribute [rw] id_namespace_name
812
+ # The name of the ID namespace.
813
+ # @return [String]
814
+ #
815
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetIdNamespaceInput AWS API Documentation
816
+ #
817
+ class GetIdNamespaceInput < Struct.new(
818
+ :id_namespace_name)
819
+ SENSITIVE = []
820
+ include Aws::Structure
821
+ end
822
+
823
+ # @!attribute [rw] created_at
824
+ # The timestamp of when the ID namespace was created.
825
+ # @return [Time]
826
+ #
827
+ # @!attribute [rw] description
828
+ # The description of the ID namespace.
829
+ # @return [String]
830
+ #
831
+ # @!attribute [rw] id_mapping_workflow_properties
832
+ # Determines the properties of `IdMappingWorkflow` where this
833
+ # `IdNamespace` can be used as a `Source` or a `Target`.
834
+ # @return [Array<Types::IdNamespaceIdMappingWorkflowProperties>]
835
+ #
836
+ # @!attribute [rw] id_namespace_arn
837
+ # The Amazon Resource Name (ARN) of the ID namespace.
838
+ # @return [String]
839
+ #
840
+ # @!attribute [rw] id_namespace_name
841
+ # The name of the ID namespace.
842
+ # @return [String]
843
+ #
844
+ # @!attribute [rw] input_source_config
845
+ # A list of `InputSource` objects, which have the fields
846
+ # `InputSourceARN` and `SchemaName`.
847
+ # @return [Array<Types::IdNamespaceInputSource>]
848
+ #
849
+ # @!attribute [rw] role_arn
850
+ # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
851
+ # assumes this role to access the resources defined in this
852
+ # `IdNamespace` on your behalf as part of a workflow run.
853
+ # @return [String]
854
+ #
855
+ # @!attribute [rw] tags
856
+ # The tags used to organize, track, or control access for this
857
+ # resource.
858
+ # @return [Hash<String,String>]
859
+ #
860
+ # @!attribute [rw] type
861
+ # The type of ID namespace. There are two types: `SOURCE` and
862
+ # `TARGET`.
863
+ #
864
+ # The `SOURCE` contains configurations for `sourceId` data that will
865
+ # be processed in an ID mapping workflow.
866
+ #
867
+ # The `TARGET` contains a configuration of `targetId` to which all
868
+ # `sourceIds` will resolve to.
869
+ # @return [String]
870
+ #
871
+ # @!attribute [rw] updated_at
872
+ # The timestamp of when the ID namespace was last updated.
873
+ # @return [Time]
874
+ #
875
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetIdNamespaceOutput AWS API Documentation
876
+ #
877
+ class GetIdNamespaceOutput < Struct.new(
878
+ :created_at,
879
+ :description,
880
+ :id_mapping_workflow_properties,
881
+ :id_namespace_arn,
882
+ :id_namespace_name,
883
+ :input_source_config,
884
+ :role_arn,
885
+ :tags,
886
+ :type,
887
+ :updated_at)
888
+ SENSITIVE = []
889
+ include Aws::Structure
890
+ end
891
+
892
+ # @!attribute [rw] apply_normalization
893
+ # Normalizes the attributes defined in the schema in the input data.
894
+ # For example, if an attribute has an `AttributeType` of
895
+ # `PHONE_NUMBER`, and the data in the input table is in a format of
896
+ # 1234567890, Entity Resolution will normalize this field in the
897
+ # output to (123)-456-7890.
898
+ # @return [Boolean]
899
+ #
551
900
  # @!attribute [rw] record
552
901
  # The record to fetch the Match ID for.
553
902
  # @return [Hash<String,String>]
@@ -559,6 +908,7 @@ module Aws::EntityResolution
559
908
  # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetMatchIdInput AWS API Documentation
560
909
  #
561
910
  class GetMatchIdInput < Struct.new(
911
+ :apply_normalization,
562
912
  :record,
563
913
  :workflow_name)
564
914
  SENSITIVE = [:record]
@@ -569,10 +919,15 @@ module Aws::EntityResolution
569
919
  # The unique identifiers for this group of match records.
570
920
  # @return [String]
571
921
  #
922
+ # @!attribute [rw] match_rule
923
+ # The rule the record matched on.
924
+ # @return [String]
925
+ #
572
926
  # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetMatchIdOutput AWS API Documentation
573
927
  #
574
928
  class GetMatchIdOutput < Struct.new(
575
- :match_id)
929
+ :match_id,
930
+ :match_rule)
576
931
  SENSITIVE = []
577
932
  include Aws::Structure
578
933
  end
@@ -611,6 +966,10 @@ module Aws::EntityResolution
611
966
  # processed, unique IDs generated, and records the execution skipped.
612
967
  # @return [Types::JobMetrics]
613
968
  #
969
+ # @!attribute [rw] output_source_config
970
+ # A list of `OutputSource` objects.
971
+ # @return [Array<Types::JobOutputSource>]
972
+ #
614
973
  # @!attribute [rw] start_time
615
974
  # The time at which the job was started.
616
975
  # @return [Time]
@@ -626,6 +985,7 @@ module Aws::EntityResolution
626
985
  :error_details,
627
986
  :job_id,
628
987
  :metrics,
988
+ :output_source_config,
629
989
  :start_time,
630
990
  :status)
631
991
  SENSITIVE = []
@@ -674,7 +1034,8 @@ module Aws::EntityResolution
674
1034
  #
675
1035
  # @!attribute [rw] role_arn
676
1036
  # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
677
- # assumes this role to access resources on your behalf.
1037
+ # assumes this role to access Amazon Web Services resources on your
1038
+ # behalf.
678
1039
  # @return [String]
679
1040
  #
680
1041
  # @!attribute [rw] tags
@@ -713,6 +1074,41 @@ module Aws::EntityResolution
713
1074
  include Aws::Structure
714
1075
  end
715
1076
 
1077
+ # @!attribute [rw] arn
1078
+ # The Amazon Resource Name (ARN) of the resource for which the policy
1079
+ # need to be returned.
1080
+ # @return [String]
1081
+ #
1082
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetPolicyInput AWS API Documentation
1083
+ #
1084
+ class GetPolicyInput < Struct.new(
1085
+ :arn)
1086
+ SENSITIVE = []
1087
+ include Aws::Structure
1088
+ end
1089
+
1090
+ # @!attribute [rw] arn
1091
+ # The Entity Resolution resource ARN.
1092
+ # @return [String]
1093
+ #
1094
+ # @!attribute [rw] policy
1095
+ # The resource-based policy.
1096
+ # @return [String]
1097
+ #
1098
+ # @!attribute [rw] token
1099
+ # A unique identifier for the current revision of the policy.
1100
+ # @return [String]
1101
+ #
1102
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetPolicyOutput AWS API Documentation
1103
+ #
1104
+ class GetPolicyOutput < Struct.new(
1105
+ :arn,
1106
+ :policy,
1107
+ :token)
1108
+ SENSITIVE = []
1109
+ include Aws::Structure
1110
+ end
1111
+
716
1112
  # @!attribute [rw] provider_name
717
1113
  # The name of the provider. This name is typically the company name.
718
1114
  # @return [String]
@@ -740,6 +1136,10 @@ module Aws::EntityResolution
740
1136
  # source data.
741
1137
  # @return [Boolean]
742
1138
  #
1139
+ # @!attribute [rw] provider_component_schema
1140
+ # Input schema for the provider service.
1141
+ # @return [Types::ProviderComponentSchema]
1142
+ #
743
1143
  # @!attribute [rw] provider_configuration_definition
744
1144
  # The definition of the provider configuration.
745
1145
  # @return [Hash,Array,String,Numeric,Boolean]
@@ -752,12 +1152,21 @@ module Aws::EntityResolution
752
1152
  # The definition of the provider entity output.
753
1153
  # @return [Hash,Array,String,Numeric,Boolean]
754
1154
  #
1155
+ # @!attribute [rw] provider_id_name_space_configuration
1156
+ # The provider configuration required for different ID namespace
1157
+ # types.
1158
+ # @return [Types::ProviderIdNameSpaceConfiguration]
1159
+ #
755
1160
  # @!attribute [rw] provider_intermediate_data_access_configuration
756
1161
  # The Amazon Web Services accounts and the S3 permissions that are
757
1162
  # required by some providers to create an S3 bucket for intermediate
758
1163
  # data storage.
759
1164
  # @return [Types::ProviderIntermediateDataAccessConfiguration]
760
1165
  #
1166
+ # @!attribute [rw] provider_job_configuration
1167
+ # Provider service job configurations.
1168
+ # @return [Hash,Array,String,Numeric,Boolean]
1169
+ #
761
1170
  # @!attribute [rw] provider_name
762
1171
  # The name of the provider. This name is typically the company name.
763
1172
  # @return [String]
@@ -783,10 +1192,13 @@ module Aws::EntityResolution
783
1192
  #
784
1193
  class GetProviderServiceOutput < Struct.new(
785
1194
  :anonymized_output,
1195
+ :provider_component_schema,
786
1196
  :provider_configuration_definition,
787
1197
  :provider_endpoint_configuration,
788
1198
  :provider_entity_output_definition,
1199
+ :provider_id_name_space_configuration,
789
1200
  :provider_intermediate_data_access_configuration,
1201
+ :provider_job_configuration,
790
1202
  :provider_name,
791
1203
  :provider_service_arn,
792
1204
  :provider_service_display_name,
@@ -884,6 +1296,33 @@ module Aws::EntityResolution
884
1296
  include Aws::Structure
885
1297
  end
886
1298
 
1299
+ # An object containing `KMSArn`, `OutputS3Path`, and `RoleARN`.
1300
+ #
1301
+ # @!attribute [rw] kms_arn
1302
+ # Customer KMS ARN for encryption at rest. If not provided, system
1303
+ # will use an Entity Resolution managed KMS key.
1304
+ # @return [String]
1305
+ #
1306
+ # @!attribute [rw] output_s3_path
1307
+ # The S3 path to which Entity Resolution will write the output table.
1308
+ # @return [String]
1309
+ #
1310
+ # @!attribute [rw] role_arn
1311
+ # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
1312
+ # assumes this role to access Amazon Web Services resources on your
1313
+ # behalf as part of workflow execution.
1314
+ # @return [String]
1315
+ #
1316
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/IdMappingJobOutputSource AWS API Documentation
1317
+ #
1318
+ class IdMappingJobOutputSource < Struct.new(
1319
+ :kms_arn,
1320
+ :output_s3_path,
1321
+ :role_arn)
1322
+ SENSITIVE = []
1323
+ include Aws::Structure
1324
+ end
1325
+
887
1326
  # An object which defines the ID mapping techniques and provider
888
1327
  # configurations.
889
1328
  #
@@ -905,21 +1344,33 @@ module Aws::EntityResolution
905
1344
  include Aws::Structure
906
1345
  end
907
1346
 
908
- # An object containing `InputSourceARN` and `SchemaName`.
1347
+ # An object containing `InputSourceARN`, `SchemaName`, and `Type`.
909
1348
  #
910
1349
  # @!attribute [rw] input_source_arn
911
- # An Gluetable ARN for the input source table.
1350
+ # An Glue table ARN for the input source table.
1351
+ # @return [String]
1352
+ #
1353
+ # @!attribute [rw] schema_name
1354
+ # The name of the schema to be retrieved.
912
1355
  # @return [String]
913
1356
  #
914
- # @!attribute [rw] schema_name
915
- # The name of the schema to be retrieved.
1357
+ # @!attribute [rw] type
1358
+ # The type of ID namespace. There are two types: `SOURCE` and
1359
+ # `TARGET`.
1360
+ #
1361
+ # The `SOURCE` contains configurations for `sourceId` data that will
1362
+ # be processed in an ID mapping workflow.
1363
+ #
1364
+ # The `TARGET` contains a configuration of `targetId` to which all
1365
+ # `sourceIds` will resolve to.
916
1366
  # @return [String]
917
1367
  #
918
1368
  # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/IdMappingWorkflowInputSource AWS API Documentation
919
1369
  #
920
1370
  class IdMappingWorkflowInputSource < Struct.new(
921
1371
  :input_source_arn,
922
- :schema_name)
1372
+ :schema_name,
1373
+ :type)
923
1374
  SENSITIVE = []
924
1375
  include Aws::Structure
925
1376
  end
@@ -976,6 +1427,91 @@ module Aws::EntityResolution
976
1427
  include Aws::Structure
977
1428
  end
978
1429
 
1430
+ # An object containing `IdMappingType` and `ProviderProperties`.
1431
+ #
1432
+ # @!attribute [rw] id_mapping_type
1433
+ # The type of ID mapping.
1434
+ # @return [String]
1435
+ #
1436
+ # @!attribute [rw] provider_properties
1437
+ # An object which defines any additional configurations required by
1438
+ # the provider service.
1439
+ # @return [Types::NamespaceProviderProperties]
1440
+ #
1441
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/IdNamespaceIdMappingWorkflowProperties AWS API Documentation
1442
+ #
1443
+ class IdNamespaceIdMappingWorkflowProperties < Struct.new(
1444
+ :id_mapping_type,
1445
+ :provider_properties)
1446
+ SENSITIVE = []
1447
+ include Aws::Structure
1448
+ end
1449
+
1450
+ # An object containing `InputSourceARN` and `SchemaName`.
1451
+ #
1452
+ # @!attribute [rw] input_source_arn
1453
+ # An Glue table ARN for the input source table.
1454
+ # @return [String]
1455
+ #
1456
+ # @!attribute [rw] schema_name
1457
+ # The name of the schema.
1458
+ # @return [String]
1459
+ #
1460
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/IdNamespaceInputSource AWS API Documentation
1461
+ #
1462
+ class IdNamespaceInputSource < Struct.new(
1463
+ :input_source_arn,
1464
+ :schema_name)
1465
+ SENSITIVE = []
1466
+ include Aws::Structure
1467
+ end
1468
+
1469
+ # A summary of ID namespaces.
1470
+ #
1471
+ # @!attribute [rw] created_at
1472
+ # The timestamp of when the ID namespace was created.
1473
+ # @return [Time]
1474
+ #
1475
+ # @!attribute [rw] description
1476
+ # The description of the ID namespace.
1477
+ # @return [String]
1478
+ #
1479
+ # @!attribute [rw] id_namespace_arn
1480
+ # The Amazon Resource Name (ARN) of the ID namespace.
1481
+ # @return [String]
1482
+ #
1483
+ # @!attribute [rw] id_namespace_name
1484
+ # The name of the ID namespace.
1485
+ # @return [String]
1486
+ #
1487
+ # @!attribute [rw] type
1488
+ # The type of ID namespace. There are two types: `SOURCE` and
1489
+ # `TARGET`.
1490
+ #
1491
+ # The `SOURCE` contains configurations for `sourceId` data that will
1492
+ # be processed in an ID mapping workflow.
1493
+ #
1494
+ # The `TARGET` contains a configuration of `targetId` to which all
1495
+ # `sourceIds` will resolve to.
1496
+ # @return [String]
1497
+ #
1498
+ # @!attribute [rw] updated_at
1499
+ # The timestamp of when the ID namespace was last updated.
1500
+ # @return [Time]
1501
+ #
1502
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/IdNamespaceSummary AWS API Documentation
1503
+ #
1504
+ class IdNamespaceSummary < Struct.new(
1505
+ :created_at,
1506
+ :description,
1507
+ :id_namespace_arn,
1508
+ :id_namespace_name,
1509
+ :type,
1510
+ :updated_at)
1511
+ SENSITIVE = []
1512
+ include Aws::Structure
1513
+ end
1514
+
979
1515
  # An object which defines an incremental run type and has only
980
1516
  # `incrementalRunType` as a field.
981
1517
  #
@@ -1080,6 +1616,33 @@ module Aws::EntityResolution
1080
1616
  include Aws::Structure
1081
1617
  end
1082
1618
 
1619
+ # An object containing `KMSArn`, `OutputS3Path`, and `RoleArn`.
1620
+ #
1621
+ # @!attribute [rw] kms_arn
1622
+ # Customer KMS ARN for encryption at rest. If not provided, system
1623
+ # will use an Entity Resolution managed KMS key.
1624
+ # @return [String]
1625
+ #
1626
+ # @!attribute [rw] output_s3_path
1627
+ # The S3 path to which Entity Resolution will write the output table.
1628
+ # @return [String]
1629
+ #
1630
+ # @!attribute [rw] role_arn
1631
+ # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
1632
+ # assumes this role to access Amazon Web Services resources on your
1633
+ # behalf as part of workflow execution.
1634
+ # @return [String]
1635
+ #
1636
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/JobOutputSource AWS API Documentation
1637
+ #
1638
+ class JobOutputSource < Struct.new(
1639
+ :kms_arn,
1640
+ :output_s3_path,
1641
+ :role_arn)
1642
+ SENSITIVE = []
1643
+ include Aws::Structure
1644
+ end
1645
+
1083
1646
  # An object containing the `JobId`, `Status`, `StartTime`, and `EndTime`
1084
1647
  # of a job.
1085
1648
  #
@@ -1183,6 +1746,40 @@ module Aws::EntityResolution
1183
1746
  include Aws::Structure
1184
1747
  end
1185
1748
 
1749
+ # @!attribute [rw] max_results
1750
+ # The maximum number of `IdNamespace` objects returned per page.
1751
+ # @return [Integer]
1752
+ #
1753
+ # @!attribute [rw] next_token
1754
+ # The pagination token from the previous API call.
1755
+ # @return [String]
1756
+ #
1757
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListIdNamespacesInput AWS API Documentation
1758
+ #
1759
+ class ListIdNamespacesInput < Struct.new(
1760
+ :max_results,
1761
+ :next_token)
1762
+ SENSITIVE = []
1763
+ include Aws::Structure
1764
+ end
1765
+
1766
+ # @!attribute [rw] id_namespace_summaries
1767
+ # A list of `IdNamespaceSummaries` objects.
1768
+ # @return [Array<Types::IdNamespaceSummary>]
1769
+ #
1770
+ # @!attribute [rw] next_token
1771
+ # The pagination token from the previous API call.
1772
+ # @return [String]
1773
+ #
1774
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListIdNamespacesOutput AWS API Documentation
1775
+ #
1776
+ class ListIdNamespacesOutput < Struct.new(
1777
+ :id_namespace_summaries,
1778
+ :next_token)
1779
+ SENSITIVE = []
1780
+ include Aws::Structure
1781
+ end
1782
+
1186
1783
  # @!attribute [rw] max_results
1187
1784
  # The maximum number of objects returned per page.
1188
1785
  # @return [Integer]
@@ -1396,6 +1993,26 @@ module Aws::EntityResolution
1396
1993
  include Aws::Structure
1397
1994
  end
1398
1995
 
1996
+ # An object containing `ProviderConfiguration` and `ProviderServiceArn`.
1997
+ #
1998
+ # @!attribute [rw] provider_configuration
1999
+ # An object which defines any additional configurations required by
2000
+ # the provider service.
2001
+ # @return [Hash,Array,String,Numeric,Boolean]
2002
+ #
2003
+ # @!attribute [rw] provider_service_arn
2004
+ # The Amazon Resource Name (ARN) of the provider service.
2005
+ # @return [String]
2006
+ #
2007
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/NamespaceProviderProperties AWS API Documentation
2008
+ #
2009
+ class NamespaceProviderProperties < Struct.new(
2010
+ :provider_configuration,
2011
+ :provider_service_arn)
2012
+ SENSITIVE = []
2013
+ include Aws::Structure
2014
+ end
2015
+
1399
2016
  # A list of `OutputAttribute` objects, each of which have the fields
1400
2017
  # `Name` and `Hashed`. Each of these objects selects a column to be
1401
2018
  # included in the output table, and whether the values of the column
@@ -1459,6 +2076,25 @@ module Aws::EntityResolution
1459
2076
  include Aws::Structure
1460
2077
  end
1461
2078
 
2079
+ # The input schema supported by provider service.
2080
+ #
2081
+ # @!attribute [rw] provider_schema_attributes
2082
+ # The provider schema attributes.
2083
+ # @return [Array<Types::ProviderSchemaAttribute>]
2084
+ #
2085
+ # @!attribute [rw] schemas
2086
+ # Input schema for the provider service.
2087
+ # @return [Array<Array<String>>]
2088
+ #
2089
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ProviderComponentSchema AWS API Documentation
2090
+ #
2091
+ class ProviderComponentSchema < Struct.new(
2092
+ :provider_schema_attributes,
2093
+ :schemas)
2094
+ SENSITIVE = []
2095
+ include Aws::Structure
2096
+ end
2097
+
1462
2098
  # The required configuration fields to use with the provider service.
1463
2099
  #
1464
2100
  # @note ProviderEndpointConfiguration is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ProviderEndpointConfiguration corresponding to the set member.
@@ -1480,6 +2116,30 @@ module Aws::EntityResolution
1480
2116
  class Unknown < ProviderEndpointConfiguration; end
1481
2117
  end
1482
2118
 
2119
+ # The provider configuration required for different ID namespace types.
2120
+ #
2121
+ # @!attribute [rw] description
2122
+ # The description of the ID namespace.
2123
+ # @return [String]
2124
+ #
2125
+ # @!attribute [rw] provider_source_configuration_definition
2126
+ # Configurations required for the source ID namespace.
2127
+ # @return [Hash,Array,String,Numeric,Boolean]
2128
+ #
2129
+ # @!attribute [rw] provider_target_configuration_definition
2130
+ # Configurations required for the target ID namespace.
2131
+ # @return [Hash,Array,String,Numeric,Boolean]
2132
+ #
2133
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ProviderIdNameSpaceConfiguration AWS API Documentation
2134
+ #
2135
+ class ProviderIdNameSpaceConfiguration < Struct.new(
2136
+ :description,
2137
+ :provider_source_configuration_definition,
2138
+ :provider_target_configuration_definition)
2139
+ SENSITIVE = []
2140
+ include Aws::Structure
2141
+ end
2142
+
1483
2143
  # The required configuration fields to give intermediate access to a
1484
2144
  # provider service.
1485
2145
  #
@@ -1556,6 +2216,35 @@ module Aws::EntityResolution
1556
2216
  include Aws::Structure
1557
2217
  end
1558
2218
 
2219
+ # The provider schema attribute.
2220
+ #
2221
+ # @!attribute [rw] field_name
2222
+ # The field name.
2223
+ # @return [String]
2224
+ #
2225
+ # @!attribute [rw] hashing
2226
+ # The hashing attribute of the provider schema.
2227
+ # @return [Boolean]
2228
+ #
2229
+ # @!attribute [rw] sub_type
2230
+ # The sub type of the provider schema attribute.
2231
+ # @return [String]
2232
+ #
2233
+ # @!attribute [rw] type
2234
+ # The type of the provider schema attribute.
2235
+ # @return [String]
2236
+ #
2237
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ProviderSchemaAttribute AWS API Documentation
2238
+ #
2239
+ class ProviderSchemaAttribute < Struct.new(
2240
+ :field_name,
2241
+ :hashing,
2242
+ :sub_type,
2243
+ :type)
2244
+ SENSITIVE = []
2245
+ include Aws::Structure
2246
+ end
2247
+
1559
2248
  # A list of `ProviderService` objects, each of which contain the fields
1560
2249
  # `providerName`, `providerServiceArn`, `providerServiceName`, and
1561
2250
  # `providerServiceType`.
@@ -1593,6 +2282,51 @@ module Aws::EntityResolution
1593
2282
  include Aws::Structure
1594
2283
  end
1595
2284
 
2285
+ # @!attribute [rw] arn
2286
+ # The Amazon Resource Name (ARN) of the resource for which the policy
2287
+ # needs to be updated.
2288
+ # @return [String]
2289
+ #
2290
+ # @!attribute [rw] policy
2291
+ # The resource-based policy.
2292
+ # @return [String]
2293
+ #
2294
+ # @!attribute [rw] token
2295
+ # A unique identifier for the current revision of the policy.
2296
+ # @return [String]
2297
+ #
2298
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/PutPolicyInput AWS API Documentation
2299
+ #
2300
+ class PutPolicyInput < Struct.new(
2301
+ :arn,
2302
+ :policy,
2303
+ :token)
2304
+ SENSITIVE = []
2305
+ include Aws::Structure
2306
+ end
2307
+
2308
+ # @!attribute [rw] arn
2309
+ # The Entity Resolution resource ARN.
2310
+ # @return [String]
2311
+ #
2312
+ # @!attribute [rw] policy
2313
+ # The resource-based policy.
2314
+ # @return [String]
2315
+ #
2316
+ # @!attribute [rw] token
2317
+ # A unique identifier for the current revision of the policy.
2318
+ # @return [String]
2319
+ #
2320
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/PutPolicyOutput AWS API Documentation
2321
+ #
2322
+ class PutPolicyOutput < Struct.new(
2323
+ :arn,
2324
+ :policy,
2325
+ :token)
2326
+ SENSITIVE = []
2327
+ include Aws::Structure
2328
+ end
2329
+
1596
2330
  # An object which defines the `resolutionType` and the
1597
2331
  # `ruleBasedProperties`.
1598
2332
  #
@@ -1601,8 +2335,8 @@ module Aws::EntityResolution
1601
2335
  # @return [Types::ProviderProperties]
1602
2336
  #
1603
2337
  # @!attribute [rw] resolution_type
1604
- # The type of matching. There are two types of matching:
1605
- # `RULE_MATCHING` and `ML_MATCHING`.
2338
+ # The type of matching. There are three types of matching:
2339
+ # `RULE_MATCHING`, `ML_MATCHING`, and `PROVIDER`.
1606
2340
  # @return [String]
1607
2341
  #
1608
2342
  # @!attribute [rw] rule_based_properties
@@ -1684,30 +2418,32 @@ module Aws::EntityResolution
1684
2418
  include Aws::Structure
1685
2419
  end
1686
2420
 
1687
- # An object containing `FieldName`, `Type`, `GroupName`, and `MatchKey`.
2421
+ # An object containing `FieldName`, `Type`, `GroupName`, `MatchKey`, and
2422
+ # `SubType`.
1688
2423
  #
1689
2424
  # @!attribute [rw] field_name
1690
2425
  # A string containing the field name.
1691
2426
  # @return [String]
1692
2427
  #
1693
2428
  # @!attribute [rw] group_name
1694
- # Instruct Entity Resolution to combine several columns into a unified
1695
- # column with the identical attribute type. For example, when working
1696
- # with columns such as first\_name, middle\_name, and last\_name,
1697
- # assigning them a common `GroupName` will prompt Entity Resolution to
1698
- # concatenate them into a single value.
2429
+ # A string that instructs Entity Resolution to combine several columns
2430
+ # into a unified column with the identical attribute type.
2431
+ #
2432
+ # For example, when working with columns such as `first_name`,
2433
+ # `middle_name`, and `last_name`, assigning them a common `groupName`
2434
+ # will prompt Entity Resolution to concatenate them into a single
2435
+ # value.
1699
2436
  # @return [String]
1700
2437
  #
1701
2438
  # @!attribute [rw] match_key
1702
2439
  # A key that allows grouping of multiple input attributes into a
1703
- # unified matching group. For example, let's consider a scenario
1704
- # where the source table contains various addresses, such as
1705
- # `business_address` and `shipping_address`. By assigning the
1706
- # `MatchKey` *Address* to both attributes, Entity Resolution will
1707
- # match records across these fields to create a consolidated matching
1708
- # group. If no `MatchKey` is specified for a column, it won't be
1709
- # utilized for matching purposes but will still be included in the
1710
- # output table.
2440
+ # unified matching group. For example, consider a scenario where the
2441
+ # source table contains various addresses, such as `business_address`
2442
+ # and `shipping_address`. By assigning a `matchKey` called `address`
2443
+ # to both attributes, Entity Resolution will match records across
2444
+ # these fields to create a consolidated matching group. If no
2445
+ # `matchKey` is specified for a column, it won't be utilized for
2446
+ # matching purposes but will still be included in the output table.
1711
2447
  # @return [String]
1712
2448
  #
1713
2449
  # @!attribute [rw] sub_type
@@ -1766,6 +2502,10 @@ module Aws::EntityResolution
1766
2502
  include Aws::Structure
1767
2503
  end
1768
2504
 
2505
+ # @!attribute [rw] output_source_config
2506
+ # A list of `OutputSource` objects.
2507
+ # @return [Array<Types::IdMappingJobOutputSource>]
2508
+ #
1769
2509
  # @!attribute [rw] workflow_name
1770
2510
  # The name of the ID mapping job to be retrieved.
1771
2511
  # @return [String]
@@ -1773,6 +2513,7 @@ module Aws::EntityResolution
1773
2513
  # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/StartIdMappingJobInput AWS API Documentation
1774
2514
  #
1775
2515
  class StartIdMappingJobInput < Struct.new(
2516
+ :output_source_config,
1776
2517
  :workflow_name)
1777
2518
  SENSITIVE = []
1778
2519
  include Aws::Structure
@@ -1782,10 +2523,15 @@ module Aws::EntityResolution
1782
2523
  # The ID of the job.
1783
2524
  # @return [String]
1784
2525
  #
2526
+ # @!attribute [rw] output_source_config
2527
+ # A list of `OutputSource` objects.
2528
+ # @return [Array<Types::IdMappingJobOutputSource>]
2529
+ #
1785
2530
  # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/StartIdMappingJobOutput AWS API Documentation
1786
2531
  #
1787
2532
  class StartIdMappingJobOutput < Struct.new(
1788
- :job_id)
2533
+ :job_id,
2534
+ :output_source_config)
1789
2535
  SENSITIVE = []
1790
2536
  include Aws::Structure
1791
2537
  end
@@ -1892,7 +2638,8 @@ module Aws::EntityResolution
1892
2638
  #
1893
2639
  # @!attribute [rw] role_arn
1894
2640
  # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
1895
- # assumes this role to access resources on your behalf.
2641
+ # assumes this role to access Amazon Web Services resources on your
2642
+ # behalf.
1896
2643
  # @return [String]
1897
2644
  #
1898
2645
  # @!attribute [rw] workflow_name
@@ -1933,12 +2680,14 @@ module Aws::EntityResolution
1933
2680
  #
1934
2681
  # @!attribute [rw] role_arn
1935
2682
  # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
1936
- # assumes this role to access resources on your behalf.
2683
+ # assumes this role to access Amazon Web Services resources on your
2684
+ # behalf.
1937
2685
  # @return [String]
1938
2686
  #
1939
2687
  # @!attribute [rw] workflow_arn
1940
2688
  # The Amazon Resource Name (ARN) of the workflow role. Entity
1941
- # Resolution assumes this role to access resources on your behalf.
2689
+ # Resolution assumes this role to access Amazon Web Services resources
2690
+ # on your behalf.
1942
2691
  # @return [String]
1943
2692
  #
1944
2693
  # @!attribute [rw] workflow_name
@@ -1959,6 +2708,105 @@ module Aws::EntityResolution
1959
2708
  include Aws::Structure
1960
2709
  end
1961
2710
 
2711
+ # @!attribute [rw] description
2712
+ # The description of the ID namespace.
2713
+ # @return [String]
2714
+ #
2715
+ # @!attribute [rw] id_mapping_workflow_properties
2716
+ # Determines the properties of `IdMappingWorkflow` where this
2717
+ # `IdNamespace` can be used as a `Source` or a `Target`.
2718
+ # @return [Array<Types::IdNamespaceIdMappingWorkflowProperties>]
2719
+ #
2720
+ # @!attribute [rw] id_namespace_name
2721
+ # The name of the ID namespace.
2722
+ # @return [String]
2723
+ #
2724
+ # @!attribute [rw] input_source_config
2725
+ # A list of `InputSource` objects, which have the fields
2726
+ # `InputSourceARN` and `SchemaName`.
2727
+ # @return [Array<Types::IdNamespaceInputSource>]
2728
+ #
2729
+ # @!attribute [rw] role_arn
2730
+ # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
2731
+ # assumes this role to access the resources defined in this
2732
+ # `IdNamespace` on your behalf as part of a workflow run.
2733
+ # @return [String]
2734
+ #
2735
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/UpdateIdNamespaceInput AWS API Documentation
2736
+ #
2737
+ class UpdateIdNamespaceInput < Struct.new(
2738
+ :description,
2739
+ :id_mapping_workflow_properties,
2740
+ :id_namespace_name,
2741
+ :input_source_config,
2742
+ :role_arn)
2743
+ SENSITIVE = []
2744
+ include Aws::Structure
2745
+ end
2746
+
2747
+ # @!attribute [rw] created_at
2748
+ # The timestamp of when the ID namespace was created.
2749
+ # @return [Time]
2750
+ #
2751
+ # @!attribute [rw] description
2752
+ # The description of the ID namespace.
2753
+ # @return [String]
2754
+ #
2755
+ # @!attribute [rw] id_mapping_workflow_properties
2756
+ # Determines the properties of `IdMappingWorkflow` where this
2757
+ # `IdNamespace` can be used as a `Source` or a `Target`.
2758
+ # @return [Array<Types::IdNamespaceIdMappingWorkflowProperties>]
2759
+ #
2760
+ # @!attribute [rw] id_namespace_arn
2761
+ # The Amazon Resource Name (ARN) of the ID namespace.
2762
+ # @return [String]
2763
+ #
2764
+ # @!attribute [rw] id_namespace_name
2765
+ # The name of the ID namespace.
2766
+ # @return [String]
2767
+ #
2768
+ # @!attribute [rw] input_source_config
2769
+ # A list of `InputSource` objects, which have the fields
2770
+ # `InputSourceARN` and `SchemaName`.
2771
+ # @return [Array<Types::IdNamespaceInputSource>]
2772
+ #
2773
+ # @!attribute [rw] role_arn
2774
+ # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
2775
+ # assumes this role to access the resources defined in this
2776
+ # `IdNamespace` on your behalf as part of a workflow run.
2777
+ # @return [String]
2778
+ #
2779
+ # @!attribute [rw] type
2780
+ # The type of ID namespace. There are two types: `SOURCE` and
2781
+ # `TARGET`.
2782
+ #
2783
+ # The `SOURCE` contains configurations for `sourceId` data that will
2784
+ # be processed in an ID mapping workflow.
2785
+ #
2786
+ # The `TARGET` contains a configuration of `targetId` to which all
2787
+ # `sourceIds` will resolve to.
2788
+ # @return [String]
2789
+ #
2790
+ # @!attribute [rw] updated_at
2791
+ # The timestamp of when the ID namespace was last updated.
2792
+ # @return [Time]
2793
+ #
2794
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/UpdateIdNamespaceOutput AWS API Documentation
2795
+ #
2796
+ class UpdateIdNamespaceOutput < Struct.new(
2797
+ :created_at,
2798
+ :description,
2799
+ :id_mapping_workflow_properties,
2800
+ :id_namespace_arn,
2801
+ :id_namespace_name,
2802
+ :input_source_config,
2803
+ :role_arn,
2804
+ :type,
2805
+ :updated_at)
2806
+ SENSITIVE = []
2807
+ include Aws::Structure
2808
+ end
2809
+
1962
2810
  # @!attribute [rw] description
1963
2811
  # A description of the workflow.
1964
2812
  # @return [String]