aws-sdk-entityresolution 1.26.0 → 1.28.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-entityresolution/client.rb +543 -538
- data/lib/aws-sdk-entityresolution/client_api.rb +160 -159
- data/lib/aws-sdk-entityresolution/types.rb +916 -857
- data/lib/aws-sdk-entityresolution.rb +1 -1
- data/sig/client.rbs +249 -249
- data/sig/types.rbs +156 -155
- metadata +2 -2
@@ -77,6 +77,7 @@ module Aws::EntityResolution
|
|
77
77
|
GetProviderServiceOutput = Shapes::StructureShape.new(name: 'GetProviderServiceOutput')
|
78
78
|
GetSchemaMappingInput = Shapes::StructureShape.new(name: 'GetSchemaMappingInput')
|
79
79
|
GetSchemaMappingOutput = Shapes::StructureShape.new(name: 'GetSchemaMappingOutput')
|
80
|
+
HeaderSafeUniqueId = Shapes::StringShape.new(name: 'HeaderSafeUniqueId')
|
80
81
|
IdMappingJobMetrics = Shapes::StructureShape.new(name: 'IdMappingJobMetrics')
|
81
82
|
IdMappingJobOutputSource = Shapes::StructureShape.new(name: 'IdMappingJobOutputSource')
|
82
83
|
IdMappingJobOutputSourceConfig = Shapes::ListShape.new(name: 'IdMappingJobOutputSourceConfig')
|
@@ -218,7 +219,6 @@ module Aws::EntityResolution
|
|
218
219
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
219
220
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
220
221
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
221
|
-
UniqueId = Shapes::StringShape.new(name: 'UniqueId')
|
222
222
|
UniqueIdList = Shapes::ListShape.new(name: 'UniqueIdList')
|
223
223
|
UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
|
224
224
|
UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
|
@@ -236,104 +236,104 @@ module Aws::EntityResolution
|
|
236
236
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
237
237
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
238
238
|
|
239
|
-
AddPolicyStatementInput.add_member(:action, Shapes::ShapeRef.new(shape: StatementActionList, required: true, location_name: "action"))
|
240
239
|
AddPolicyStatementInput.add_member(:arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location: "uri", location_name: "arn"))
|
241
|
-
AddPolicyStatementInput.add_member(:
|
240
|
+
AddPolicyStatementInput.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, required: true, location: "uri", location_name: "statementId"))
|
242
241
|
AddPolicyStatementInput.add_member(:effect, Shapes::ShapeRef.new(shape: StatementEffect, required: true, location_name: "effect"))
|
242
|
+
AddPolicyStatementInput.add_member(:action, Shapes::ShapeRef.new(shape: StatementActionList, required: true, location_name: "action"))
|
243
243
|
AddPolicyStatementInput.add_member(:principal, Shapes::ShapeRef.new(shape: StatementPrincipalList, required: true, location_name: "principal"))
|
244
|
-
AddPolicyStatementInput.add_member(:
|
244
|
+
AddPolicyStatementInput.add_member(:condition, Shapes::ShapeRef.new(shape: StatementCondition, location_name: "condition"))
|
245
245
|
AddPolicyStatementInput.struct_class = Types::AddPolicyStatementInput
|
246
246
|
|
247
247
|
AddPolicyStatementOutput.add_member(:arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location_name: "arn"))
|
248
|
-
AddPolicyStatementOutput.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "policy"))
|
249
248
|
AddPolicyStatementOutput.add_member(:token, Shapes::ShapeRef.new(shape: PolicyToken, required: true, location_name: "token"))
|
249
|
+
AddPolicyStatementOutput.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "policy"))
|
250
250
|
AddPolicyStatementOutput.struct_class = Types::AddPolicyStatementOutput
|
251
251
|
|
252
252
|
AwsAccountIdList.member = Shapes::ShapeRef.new(shape: AwsAccountId)
|
253
253
|
|
254
|
+
BatchDeleteUniqueIdInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
|
254
255
|
BatchDeleteUniqueIdInput.add_member(:input_source, Shapes::ShapeRef.new(shape: BatchDeleteUniqueIdInputInputSourceString, location: "header", location_name: "inputSource"))
|
255
256
|
BatchDeleteUniqueIdInput.add_member(:unique_ids, Shapes::ShapeRef.new(shape: UniqueIdList, required: true, location: "header", location_name: "uniqueIds"))
|
256
|
-
BatchDeleteUniqueIdInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
|
257
257
|
BatchDeleteUniqueIdInput.struct_class = Types::BatchDeleteUniqueIdInput
|
258
258
|
|
259
|
+
BatchDeleteUniqueIdOutput.add_member(:status, Shapes::ShapeRef.new(shape: DeleteUniqueIdStatus, required: true, location_name: "status"))
|
260
|
+
BatchDeleteUniqueIdOutput.add_member(:errors, Shapes::ShapeRef.new(shape: DeleteUniqueIdErrorsList, required: true, location_name: "errors"))
|
259
261
|
BatchDeleteUniqueIdOutput.add_member(:deleted, Shapes::ShapeRef.new(shape: DeletedUniqueIdList, required: true, location_name: "deleted"))
|
260
262
|
BatchDeleteUniqueIdOutput.add_member(:disconnected_unique_ids, Shapes::ShapeRef.new(shape: DisconnectedUniqueIdsList, required: true, location_name: "disconnectedUniqueIds"))
|
261
|
-
BatchDeleteUniqueIdOutput.add_member(:errors, Shapes::ShapeRef.new(shape: DeleteUniqueIdErrorsList, required: true, location_name: "errors"))
|
262
|
-
BatchDeleteUniqueIdOutput.add_member(:status, Shapes::ShapeRef.new(shape: DeleteUniqueIdStatus, required: true, location_name: "status"))
|
263
263
|
BatchDeleteUniqueIdOutput.struct_class = Types::BatchDeleteUniqueIdOutput
|
264
264
|
|
265
265
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
266
266
|
ConflictException.struct_class = Types::ConflictException
|
267
267
|
|
268
|
+
CreateIdMappingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
268
269
|
CreateIdMappingWorkflowInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
269
|
-
CreateIdMappingWorkflowInput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
|
270
270
|
CreateIdMappingWorkflowInput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceConfig, required: true, location_name: "inputSourceConfig"))
|
271
271
|
CreateIdMappingWorkflowInput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, location_name: "outputSourceConfig"))
|
272
|
+
CreateIdMappingWorkflowInput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
|
272
273
|
CreateIdMappingWorkflowInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IdMappingRoleArn, location_name: "roleArn"))
|
273
274
|
CreateIdMappingWorkflowInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
274
|
-
CreateIdMappingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
275
275
|
CreateIdMappingWorkflowInput.struct_class = Types::CreateIdMappingWorkflowInput
|
276
276
|
|
277
|
+
CreateIdMappingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
278
|
+
CreateIdMappingWorkflowOutput.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowArn, required: true, location_name: "workflowArn"))
|
277
279
|
CreateIdMappingWorkflowOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
278
|
-
CreateIdMappingWorkflowOutput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
|
279
280
|
CreateIdMappingWorkflowOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceConfig, required: true, location_name: "inputSourceConfig"))
|
280
281
|
CreateIdMappingWorkflowOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, location_name: "outputSourceConfig"))
|
282
|
+
CreateIdMappingWorkflowOutput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
|
281
283
|
CreateIdMappingWorkflowOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IdMappingRoleArn, location_name: "roleArn"))
|
282
|
-
CreateIdMappingWorkflowOutput.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowArn, required: true, location_name: "workflowArn"))
|
283
|
-
CreateIdMappingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
284
284
|
CreateIdMappingWorkflowOutput.struct_class = Types::CreateIdMappingWorkflowOutput
|
285
285
|
|
286
|
-
CreateIdNamespaceInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
287
|
-
CreateIdNamespaceInput.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowPropertiesList, location_name: "idMappingWorkflowProperties"))
|
288
286
|
CreateIdNamespaceInput.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "idNamespaceName"))
|
287
|
+
CreateIdNamespaceInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
289
288
|
CreateIdNamespaceInput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdNamespaceInputSourceConfig, location_name: "inputSourceConfig"))
|
289
|
+
CreateIdNamespaceInput.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowPropertiesList, location_name: "idMappingWorkflowProperties"))
|
290
|
+
CreateIdNamespaceInput.add_member(:type, Shapes::ShapeRef.new(shape: IdNamespaceType, required: true, location_name: "type"))
|
290
291
|
CreateIdNamespaceInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
291
292
|
CreateIdNamespaceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
292
|
-
CreateIdNamespaceInput.add_member(:type, Shapes::ShapeRef.new(shape: IdNamespaceType, required: true, location_name: "type"))
|
293
293
|
CreateIdNamespaceInput.struct_class = Types::CreateIdNamespaceInput
|
294
294
|
|
295
|
-
CreateIdNamespaceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
296
|
-
CreateIdNamespaceOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
297
|
-
CreateIdNamespaceOutput.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowPropertiesList, location_name: "idMappingWorkflowProperties"))
|
298
|
-
CreateIdNamespaceOutput.add_member(:id_namespace_arn, Shapes::ShapeRef.new(shape: IdNamespaceArn, required: true, location_name: "idNamespaceArn"))
|
299
295
|
CreateIdNamespaceOutput.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "idNamespaceName"))
|
296
|
+
CreateIdNamespaceOutput.add_member(:id_namespace_arn, Shapes::ShapeRef.new(shape: IdNamespaceArn, required: true, location_name: "idNamespaceArn"))
|
297
|
+
CreateIdNamespaceOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
300
298
|
CreateIdNamespaceOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdNamespaceInputSourceConfig, location_name: "inputSourceConfig"))
|
301
|
-
CreateIdNamespaceOutput.add_member(:
|
302
|
-
CreateIdNamespaceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
299
|
+
CreateIdNamespaceOutput.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowPropertiesList, location_name: "idMappingWorkflowProperties"))
|
303
300
|
CreateIdNamespaceOutput.add_member(:type, Shapes::ShapeRef.new(shape: IdNamespaceType, required: true, location_name: "type"))
|
301
|
+
CreateIdNamespaceOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
302
|
+
CreateIdNamespaceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
304
303
|
CreateIdNamespaceOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
304
|
+
CreateIdNamespaceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
305
305
|
CreateIdNamespaceOutput.struct_class = Types::CreateIdNamespaceOutput
|
306
306
|
|
307
|
+
CreateMatchingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
307
308
|
CreateMatchingWorkflowInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
308
|
-
CreateMatchingWorkflowInput.add_member(:incremental_run_config, Shapes::ShapeRef.new(shape: IncrementalRunConfig, location_name: "incrementalRunConfig"))
|
309
309
|
CreateMatchingWorkflowInput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: InputSourceConfig, required: true, location_name: "inputSourceConfig"))
|
310
310
|
CreateMatchingWorkflowInput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: OutputSourceConfig, required: true, location_name: "outputSourceConfig"))
|
311
311
|
CreateMatchingWorkflowInput.add_member(:resolution_techniques, Shapes::ShapeRef.new(shape: ResolutionTechniques, required: true, location_name: "resolutionTechniques"))
|
312
|
+
CreateMatchingWorkflowInput.add_member(:incremental_run_config, Shapes::ShapeRef.new(shape: IncrementalRunConfig, location_name: "incrementalRunConfig"))
|
312
313
|
CreateMatchingWorkflowInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "roleArn"))
|
313
314
|
CreateMatchingWorkflowInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
314
|
-
CreateMatchingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
315
315
|
CreateMatchingWorkflowInput.struct_class = Types::CreateMatchingWorkflowInput
|
316
316
|
|
317
|
+
CreateMatchingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
318
|
+
CreateMatchingWorkflowOutput.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: MatchingWorkflowArn, required: true, location_name: "workflowArn"))
|
317
319
|
CreateMatchingWorkflowOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
318
|
-
CreateMatchingWorkflowOutput.add_member(:incremental_run_config, Shapes::ShapeRef.new(shape: IncrementalRunConfig, location_name: "incrementalRunConfig"))
|
319
320
|
CreateMatchingWorkflowOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: InputSourceConfig, required: true, location_name: "inputSourceConfig"))
|
320
321
|
CreateMatchingWorkflowOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: OutputSourceConfig, required: true, location_name: "outputSourceConfig"))
|
321
322
|
CreateMatchingWorkflowOutput.add_member(:resolution_techniques, Shapes::ShapeRef.new(shape: ResolutionTechniques, required: true, location_name: "resolutionTechniques"))
|
323
|
+
CreateMatchingWorkflowOutput.add_member(:incremental_run_config, Shapes::ShapeRef.new(shape: IncrementalRunConfig, location_name: "incrementalRunConfig"))
|
322
324
|
CreateMatchingWorkflowOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "roleArn"))
|
323
|
-
CreateMatchingWorkflowOutput.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: MatchingWorkflowArn, required: true, location_name: "workflowArn"))
|
324
|
-
CreateMatchingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
325
325
|
CreateMatchingWorkflowOutput.struct_class = Types::CreateMatchingWorkflowOutput
|
326
326
|
|
327
|
+
CreateSchemaMappingInput.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "schemaName"))
|
327
328
|
CreateSchemaMappingInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
328
329
|
CreateSchemaMappingInput.add_member(:mapped_input_fields, Shapes::ShapeRef.new(shape: SchemaInputAttributes, required: true, location_name: "mappedInputFields"))
|
329
|
-
CreateSchemaMappingInput.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "schemaName"))
|
330
330
|
CreateSchemaMappingInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
331
331
|
CreateSchemaMappingInput.struct_class = Types::CreateSchemaMappingInput
|
332
332
|
|
333
|
+
CreateSchemaMappingOutput.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "schemaName"))
|
334
|
+
CreateSchemaMappingOutput.add_member(:schema_arn, Shapes::ShapeRef.new(shape: SchemaMappingArn, required: true, location_name: "schemaArn"))
|
333
335
|
CreateSchemaMappingOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
334
336
|
CreateSchemaMappingOutput.add_member(:mapped_input_fields, Shapes::ShapeRef.new(shape: SchemaInputAttributes, required: true, location_name: "mappedInputFields"))
|
335
|
-
CreateSchemaMappingOutput.add_member(:schema_arn, Shapes::ShapeRef.new(shape: SchemaMappingArn, required: true, location_name: "schemaArn"))
|
336
|
-
CreateSchemaMappingOutput.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "schemaName"))
|
337
337
|
CreateSchemaMappingOutput.struct_class = Types::CreateSchemaMappingOutput
|
338
338
|
|
339
339
|
DeleteIdMappingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
|
@@ -359,8 +359,8 @@ module Aws::EntityResolution
|
|
359
359
|
DeletePolicyStatementInput.struct_class = Types::DeletePolicyStatementInput
|
360
360
|
|
361
361
|
DeletePolicyStatementOutput.add_member(:arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location_name: "arn"))
|
362
|
-
DeletePolicyStatementOutput.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "policy"))
|
363
362
|
DeletePolicyStatementOutput.add_member(:token, Shapes::ShapeRef.new(shape: PolicyToken, required: true, location_name: "token"))
|
363
|
+
DeletePolicyStatementOutput.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "policy"))
|
364
364
|
DeletePolicyStatementOutput.struct_class = Types::DeletePolicyStatementOutput
|
365
365
|
|
366
366
|
DeleteSchemaMappingInput.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "schemaName"))
|
@@ -369,18 +369,18 @@ module Aws::EntityResolution
|
|
369
369
|
DeleteSchemaMappingOutput.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
370
370
|
DeleteSchemaMappingOutput.struct_class = Types::DeleteSchemaMappingOutput
|
371
371
|
|
372
|
+
DeleteUniqueIdError.add_member(:unique_id, Shapes::ShapeRef.new(shape: HeaderSafeUniqueId, required: true, location_name: "uniqueId"))
|
372
373
|
DeleteUniqueIdError.add_member(:error_type, Shapes::ShapeRef.new(shape: DeleteUniqueIdErrorType, required: true, location_name: "errorType"))
|
373
|
-
DeleteUniqueIdError.add_member(:unique_id, Shapes::ShapeRef.new(shape: UniqueId, required: true, location_name: "uniqueId"))
|
374
374
|
DeleteUniqueIdError.struct_class = Types::DeleteUniqueIdError
|
375
375
|
|
376
376
|
DeleteUniqueIdErrorsList.member = Shapes::ShapeRef.new(shape: DeleteUniqueIdError)
|
377
377
|
|
378
|
-
DeletedUniqueId.add_member(:unique_id, Shapes::ShapeRef.new(shape:
|
378
|
+
DeletedUniqueId.add_member(:unique_id, Shapes::ShapeRef.new(shape: HeaderSafeUniqueId, required: true, location_name: "uniqueId"))
|
379
379
|
DeletedUniqueId.struct_class = Types::DeletedUniqueId
|
380
380
|
|
381
381
|
DeletedUniqueIdList.member = Shapes::ShapeRef.new(shape: DeletedUniqueId)
|
382
382
|
|
383
|
-
DisconnectedUniqueIdsList.member = Shapes::ShapeRef.new(shape:
|
383
|
+
DisconnectedUniqueIdsList.member = Shapes::ShapeRef.new(shape: HeaderSafeUniqueId)
|
384
384
|
|
385
385
|
ErrorDetails.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "errorMessage"))
|
386
386
|
ErrorDetails.struct_class = Types::ErrorDetails
|
@@ -390,153 +390,154 @@ module Aws::EntityResolution
|
|
390
390
|
ExceedsLimitException.add_member(:quota_value, Shapes::ShapeRef.new(shape: Integer, location_name: "quotaValue"))
|
391
391
|
ExceedsLimitException.struct_class = Types::ExceedsLimitException
|
392
392
|
|
393
|
-
GetIdMappingJobInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
394
393
|
GetIdMappingJobInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityNameOrIdMappingWorkflowArn, required: true, location: "uri", location_name: "workflowName"))
|
394
|
+
GetIdMappingJobInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
395
395
|
GetIdMappingJobInput.struct_class = Types::GetIdMappingJobInput
|
396
396
|
|
397
|
-
GetIdMappingJobOutput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
398
|
-
GetIdMappingJobOutput.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "errorDetails"))
|
399
397
|
GetIdMappingJobOutput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
398
|
+
GetIdMappingJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
|
399
|
+
GetIdMappingJobOutput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
|
400
|
+
GetIdMappingJobOutput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
400
401
|
GetIdMappingJobOutput.add_member(:metrics, Shapes::ShapeRef.new(shape: IdMappingJobMetrics, location_name: "metrics"))
|
402
|
+
GetIdMappingJobOutput.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "errorDetails"))
|
401
403
|
GetIdMappingJobOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingJobOutputSourceConfig, location_name: "outputSourceConfig"))
|
402
|
-
GetIdMappingJobOutput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
|
403
|
-
GetIdMappingJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
|
404
404
|
GetIdMappingJobOutput.struct_class = Types::GetIdMappingJobOutput
|
405
405
|
|
406
406
|
GetIdMappingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
|
407
407
|
GetIdMappingWorkflowInput.struct_class = Types::GetIdMappingWorkflowInput
|
408
408
|
|
409
|
-
GetIdMappingWorkflowOutput.add_member(:
|
409
|
+
GetIdMappingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
410
|
+
GetIdMappingWorkflowOutput.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowArn, required: true, location_name: "workflowArn"))
|
410
411
|
GetIdMappingWorkflowOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
411
|
-
GetIdMappingWorkflowOutput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
|
412
412
|
GetIdMappingWorkflowOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceConfig, required: true, location_name: "inputSourceConfig"))
|
413
413
|
GetIdMappingWorkflowOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, location_name: "outputSourceConfig"))
|
414
|
+
GetIdMappingWorkflowOutput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
|
415
|
+
GetIdMappingWorkflowOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
416
|
+
GetIdMappingWorkflowOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
414
417
|
GetIdMappingWorkflowOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IdMappingRoleArn, location_name: "roleArn"))
|
415
418
|
GetIdMappingWorkflowOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
416
|
-
GetIdMappingWorkflowOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
417
|
-
GetIdMappingWorkflowOutput.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowArn, required: true, location_name: "workflowArn"))
|
418
|
-
GetIdMappingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
419
419
|
GetIdMappingWorkflowOutput.struct_class = Types::GetIdMappingWorkflowOutput
|
420
420
|
|
421
421
|
GetIdNamespaceInput.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityNameOrIdNamespaceArn, required: true, location: "uri", location_name: "idNamespaceName"))
|
422
422
|
GetIdNamespaceInput.struct_class = Types::GetIdNamespaceInput
|
423
423
|
|
424
|
-
GetIdNamespaceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
425
|
-
GetIdNamespaceOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
426
|
-
GetIdNamespaceOutput.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowPropertiesList, location_name: "idMappingWorkflowProperties"))
|
427
|
-
GetIdNamespaceOutput.add_member(:id_namespace_arn, Shapes::ShapeRef.new(shape: IdNamespaceArn, required: true, location_name: "idNamespaceArn"))
|
428
424
|
GetIdNamespaceOutput.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "idNamespaceName"))
|
425
|
+
GetIdNamespaceOutput.add_member(:id_namespace_arn, Shapes::ShapeRef.new(shape: IdNamespaceArn, required: true, location_name: "idNamespaceArn"))
|
426
|
+
GetIdNamespaceOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
429
427
|
GetIdNamespaceOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdNamespaceInputSourceConfig, location_name: "inputSourceConfig"))
|
430
|
-
GetIdNamespaceOutput.add_member(:
|
431
|
-
GetIdNamespaceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
428
|
+
GetIdNamespaceOutput.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowPropertiesList, location_name: "idMappingWorkflowProperties"))
|
432
429
|
GetIdNamespaceOutput.add_member(:type, Shapes::ShapeRef.new(shape: IdNamespaceType, required: true, location_name: "type"))
|
430
|
+
GetIdNamespaceOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
431
|
+
GetIdNamespaceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
433
432
|
GetIdNamespaceOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
433
|
+
GetIdNamespaceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
434
434
|
GetIdNamespaceOutput.struct_class = Types::GetIdNamespaceOutput
|
435
435
|
|
436
|
-
GetMatchIdInput.add_member(:apply_normalization, Shapes::ShapeRef.new(shape: Boolean, location_name: "applyNormalization"))
|
437
|
-
GetMatchIdInput.add_member(:record, Shapes::ShapeRef.new(shape: RecordAttributeMap, required: true, location_name: "record"))
|
438
436
|
GetMatchIdInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
|
437
|
+
GetMatchIdInput.add_member(:record, Shapes::ShapeRef.new(shape: RecordAttributeMap, required: true, location_name: "record"))
|
438
|
+
GetMatchIdInput.add_member(:apply_normalization, Shapes::ShapeRef.new(shape: Boolean, location_name: "applyNormalization"))
|
439
439
|
GetMatchIdInput.struct_class = Types::GetMatchIdInput
|
440
440
|
|
441
441
|
GetMatchIdOutput.add_member(:match_id, Shapes::ShapeRef.new(shape: String, location_name: "matchId"))
|
442
442
|
GetMatchIdOutput.add_member(:match_rule, Shapes::ShapeRef.new(shape: String, location_name: "matchRule"))
|
443
443
|
GetMatchIdOutput.struct_class = Types::GetMatchIdOutput
|
444
444
|
|
445
|
-
GetMatchingJobInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
446
445
|
GetMatchingJobInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
|
446
|
+
GetMatchingJobInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
447
447
|
GetMatchingJobInput.struct_class = Types::GetMatchingJobInput
|
448
448
|
|
449
|
-
GetMatchingJobOutput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
450
|
-
GetMatchingJobOutput.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "errorDetails"))
|
451
449
|
GetMatchingJobOutput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
450
|
+
GetMatchingJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
|
451
|
+
GetMatchingJobOutput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
|
452
|
+
GetMatchingJobOutput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
452
453
|
GetMatchingJobOutput.add_member(:metrics, Shapes::ShapeRef.new(shape: JobMetrics, location_name: "metrics"))
|
454
|
+
GetMatchingJobOutput.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "errorDetails"))
|
453
455
|
GetMatchingJobOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: JobOutputSourceConfig, location_name: "outputSourceConfig"))
|
454
|
-
GetMatchingJobOutput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
|
455
|
-
GetMatchingJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
|
456
456
|
GetMatchingJobOutput.struct_class = Types::GetMatchingJobOutput
|
457
457
|
|
458
458
|
GetMatchingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
|
459
459
|
GetMatchingWorkflowInput.struct_class = Types::GetMatchingWorkflowInput
|
460
460
|
|
461
|
-
GetMatchingWorkflowOutput.add_member(:
|
461
|
+
GetMatchingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
462
|
+
GetMatchingWorkflowOutput.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: MatchingWorkflowArn, required: true, location_name: "workflowArn"))
|
462
463
|
GetMatchingWorkflowOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
463
|
-
GetMatchingWorkflowOutput.add_member(:incremental_run_config, Shapes::ShapeRef.new(shape: IncrementalRunConfig, location_name: "incrementalRunConfig"))
|
464
464
|
GetMatchingWorkflowOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: InputSourceConfig, required: true, location_name: "inputSourceConfig"))
|
465
465
|
GetMatchingWorkflowOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: OutputSourceConfig, required: true, location_name: "outputSourceConfig"))
|
466
466
|
GetMatchingWorkflowOutput.add_member(:resolution_techniques, Shapes::ShapeRef.new(shape: ResolutionTechniques, required: true, location_name: "resolutionTechniques"))
|
467
|
+
GetMatchingWorkflowOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
468
|
+
GetMatchingWorkflowOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
469
|
+
GetMatchingWorkflowOutput.add_member(:incremental_run_config, Shapes::ShapeRef.new(shape: IncrementalRunConfig, location_name: "incrementalRunConfig"))
|
467
470
|
GetMatchingWorkflowOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "roleArn"))
|
468
471
|
GetMatchingWorkflowOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
469
|
-
GetMatchingWorkflowOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
470
|
-
GetMatchingWorkflowOutput.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: MatchingWorkflowArn, required: true, location_name: "workflowArn"))
|
471
|
-
GetMatchingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
472
472
|
GetMatchingWorkflowOutput.struct_class = Types::GetMatchingWorkflowOutput
|
473
473
|
|
474
474
|
GetPolicyInput.add_member(:arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location: "uri", location_name: "arn"))
|
475
475
|
GetPolicyInput.struct_class = Types::GetPolicyInput
|
476
476
|
|
477
477
|
GetPolicyOutput.add_member(:arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location_name: "arn"))
|
478
|
-
GetPolicyOutput.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "policy"))
|
479
478
|
GetPolicyOutput.add_member(:token, Shapes::ShapeRef.new(shape: PolicyToken, required: true, location_name: "token"))
|
479
|
+
GetPolicyOutput.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "policy"))
|
480
480
|
GetPolicyOutput.struct_class = Types::GetPolicyOutput
|
481
481
|
|
482
482
|
GetProviderServiceInput.add_member(:provider_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "providerName"))
|
483
483
|
GetProviderServiceInput.add_member(:provider_service_name, Shapes::ShapeRef.new(shape: ProviderServiceArn, required: true, location: "uri", location_name: "providerServiceName"))
|
484
484
|
GetProviderServiceInput.struct_class = Types::GetProviderServiceInput
|
485
485
|
|
486
|
-
GetProviderServiceOutput.add_member(:
|
487
|
-
GetProviderServiceOutput.add_member(:
|
486
|
+
GetProviderServiceOutput.add_member(:provider_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "providerName"))
|
487
|
+
GetProviderServiceOutput.add_member(:provider_service_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "providerServiceName"))
|
488
|
+
GetProviderServiceOutput.add_member(:provider_service_display_name, Shapes::ShapeRef.new(shape: ProviderServiceDisplayName, required: true, location_name: "providerServiceDisplayName"))
|
489
|
+
GetProviderServiceOutput.add_member(:provider_service_type, Shapes::ShapeRef.new(shape: ServiceType, required: true, location_name: "providerServiceType"))
|
490
|
+
GetProviderServiceOutput.add_member(:provider_service_arn, Shapes::ShapeRef.new(shape: ProviderServiceArn, required: true, location_name: "providerServiceArn"))
|
488
491
|
GetProviderServiceOutput.add_member(:provider_configuration_definition, Shapes::ShapeRef.new(shape: Document, location_name: "providerConfigurationDefinition"))
|
492
|
+
GetProviderServiceOutput.add_member(:provider_id_name_space_configuration, Shapes::ShapeRef.new(shape: ProviderIdNameSpaceConfiguration, location_name: "providerIdNameSpaceConfiguration"))
|
493
|
+
GetProviderServiceOutput.add_member(:provider_job_configuration, Shapes::ShapeRef.new(shape: Document, location_name: "providerJobConfiguration"))
|
489
494
|
GetProviderServiceOutput.add_member(:provider_endpoint_configuration, Shapes::ShapeRef.new(shape: ProviderEndpointConfiguration, required: true, location_name: "providerEndpointConfiguration"))
|
495
|
+
GetProviderServiceOutput.add_member(:anonymized_output, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "anonymizedOutput"))
|
490
496
|
GetProviderServiceOutput.add_member(:provider_entity_output_definition, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "providerEntityOutputDefinition"))
|
491
|
-
GetProviderServiceOutput.add_member(:provider_id_name_space_configuration, Shapes::ShapeRef.new(shape: ProviderIdNameSpaceConfiguration, location_name: "providerIdNameSpaceConfiguration"))
|
492
497
|
GetProviderServiceOutput.add_member(:provider_intermediate_data_access_configuration, Shapes::ShapeRef.new(shape: ProviderIntermediateDataAccessConfiguration, location_name: "providerIntermediateDataAccessConfiguration"))
|
493
|
-
GetProviderServiceOutput.add_member(:
|
494
|
-
GetProviderServiceOutput.add_member(:provider_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "providerName"))
|
495
|
-
GetProviderServiceOutput.add_member(:provider_service_arn, Shapes::ShapeRef.new(shape: ProviderServiceArn, required: true, location_name: "providerServiceArn"))
|
496
|
-
GetProviderServiceOutput.add_member(:provider_service_display_name, Shapes::ShapeRef.new(shape: ProviderServiceDisplayName, required: true, location_name: "providerServiceDisplayName"))
|
497
|
-
GetProviderServiceOutput.add_member(:provider_service_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "providerServiceName"))
|
498
|
-
GetProviderServiceOutput.add_member(:provider_service_type, Shapes::ShapeRef.new(shape: ServiceType, required: true, location_name: "providerServiceType"))
|
498
|
+
GetProviderServiceOutput.add_member(:provider_component_schema, Shapes::ShapeRef.new(shape: ProviderComponentSchema, location_name: "providerComponentSchema"))
|
499
499
|
GetProviderServiceOutput.struct_class = Types::GetProviderServiceOutput
|
500
500
|
|
501
501
|
GetSchemaMappingInput.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "schemaName"))
|
502
502
|
GetSchemaMappingInput.struct_class = Types::GetSchemaMappingInput
|
503
503
|
|
504
|
-
GetSchemaMappingOutput.add_member(:
|
504
|
+
GetSchemaMappingOutput.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "schemaName"))
|
505
|
+
GetSchemaMappingOutput.add_member(:schema_arn, Shapes::ShapeRef.new(shape: SchemaMappingArn, required: true, location_name: "schemaArn"))
|
505
506
|
GetSchemaMappingOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
506
|
-
GetSchemaMappingOutput.add_member(:has_workflows, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "hasWorkflows"))
|
507
507
|
GetSchemaMappingOutput.add_member(:mapped_input_fields, Shapes::ShapeRef.new(shape: SchemaInputAttributes, required: true, location_name: "mappedInputFields"))
|
508
|
-
GetSchemaMappingOutput.add_member(:
|
509
|
-
GetSchemaMappingOutput.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "schemaName"))
|
510
|
-
GetSchemaMappingOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
508
|
+
GetSchemaMappingOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
511
509
|
GetSchemaMappingOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
510
|
+
GetSchemaMappingOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
511
|
+
GetSchemaMappingOutput.add_member(:has_workflows, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "hasWorkflows"))
|
512
512
|
GetSchemaMappingOutput.struct_class = Types::GetSchemaMappingOutput
|
513
513
|
|
514
514
|
IdMappingJobMetrics.add_member(:input_records, Shapes::ShapeRef.new(shape: Integer, location_name: "inputRecords"))
|
515
|
+
IdMappingJobMetrics.add_member(:total_records_processed, Shapes::ShapeRef.new(shape: Integer, location_name: "totalRecordsProcessed"))
|
515
516
|
IdMappingJobMetrics.add_member(:records_not_processed, Shapes::ShapeRef.new(shape: Integer, location_name: "recordsNotProcessed"))
|
516
517
|
IdMappingJobMetrics.add_member(:total_mapped_records, Shapes::ShapeRef.new(shape: Integer, location_name: "totalMappedRecords"))
|
517
518
|
IdMappingJobMetrics.add_member(:total_mapped_source_records, Shapes::ShapeRef.new(shape: Integer, location_name: "totalMappedSourceRecords"))
|
518
519
|
IdMappingJobMetrics.add_member(:total_mapped_target_records, Shapes::ShapeRef.new(shape: Integer, location_name: "totalMappedTargetRecords"))
|
519
|
-
IdMappingJobMetrics.add_member(:
|
520
|
+
IdMappingJobMetrics.add_member(:unique_records_loaded, Shapes::ShapeRef.new(shape: Integer, location_name: "uniqueRecordsLoaded"))
|
520
521
|
IdMappingJobMetrics.struct_class = Types::IdMappingJobMetrics
|
521
522
|
|
522
|
-
IdMappingJobOutputSource.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KMSArn, location_name: "KMSArn"))
|
523
|
-
IdMappingJobOutputSource.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "outputS3Path"))
|
524
523
|
IdMappingJobOutputSource.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
524
|
+
IdMappingJobOutputSource.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "outputS3Path"))
|
525
|
+
IdMappingJobOutputSource.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KMSArn, location_name: "KMSArn"))
|
525
526
|
IdMappingJobOutputSource.struct_class = Types::IdMappingJobOutputSource
|
526
527
|
|
527
528
|
IdMappingJobOutputSourceConfig.member = Shapes::ShapeRef.new(shape: IdMappingJobOutputSource)
|
528
529
|
|
530
|
+
IdMappingRuleBasedProperties.add_member(:rules, Shapes::ShapeRef.new(shape: IdMappingRuleBasedPropertiesRulesList, location_name: "rules"))
|
531
|
+
IdMappingRuleBasedProperties.add_member(:rule_definition_type, Shapes::ShapeRef.new(shape: IdMappingWorkflowRuleDefinitionType, required: true, location_name: "ruleDefinitionType"))
|
529
532
|
IdMappingRuleBasedProperties.add_member(:attribute_matching_model, Shapes::ShapeRef.new(shape: AttributeMatchingModel, required: true, location_name: "attributeMatchingModel"))
|
530
533
|
IdMappingRuleBasedProperties.add_member(:record_matching_model, Shapes::ShapeRef.new(shape: RecordMatchingModel, required: true, location_name: "recordMatchingModel"))
|
531
|
-
IdMappingRuleBasedProperties.add_member(:rule_definition_type, Shapes::ShapeRef.new(shape: IdMappingWorkflowRuleDefinitionType, required: true, location_name: "ruleDefinitionType"))
|
532
|
-
IdMappingRuleBasedProperties.add_member(:rules, Shapes::ShapeRef.new(shape: IdMappingRuleBasedPropertiesRulesList, location_name: "rules"))
|
533
534
|
IdMappingRuleBasedProperties.struct_class = Types::IdMappingRuleBasedProperties
|
534
535
|
|
535
536
|
IdMappingRuleBasedPropertiesRulesList.member = Shapes::ShapeRef.new(shape: Rule)
|
536
537
|
|
537
538
|
IdMappingTechniques.add_member(:id_mapping_type, Shapes::ShapeRef.new(shape: IdMappingType, required: true, location_name: "idMappingType"))
|
538
|
-
IdMappingTechniques.add_member(:provider_properties, Shapes::ShapeRef.new(shape: ProviderProperties, location_name: "providerProperties"))
|
539
539
|
IdMappingTechniques.add_member(:rule_based_properties, Shapes::ShapeRef.new(shape: IdMappingRuleBasedProperties, location_name: "ruleBasedProperties"))
|
540
|
+
IdMappingTechniques.add_member(:provider_properties, Shapes::ShapeRef.new(shape: ProviderProperties, location_name: "providerProperties"))
|
540
541
|
IdMappingTechniques.struct_class = Types::IdMappingTechniques
|
541
542
|
|
542
543
|
IdMappingWorkflowInputSource.add_member(:input_source_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceInputSourceARNString, required: true, location_name: "inputSourceARN"))
|
@@ -548,18 +549,18 @@ module Aws::EntityResolution
|
|
548
549
|
|
549
550
|
IdMappingWorkflowList.member = Shapes::ShapeRef.new(shape: IdMappingWorkflowSummary)
|
550
551
|
|
551
|
-
IdMappingWorkflowOutputSource.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KMSArn, location_name: "KMSArn"))
|
552
552
|
IdMappingWorkflowOutputSource.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "outputS3Path"))
|
553
|
+
IdMappingWorkflowOutputSource.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KMSArn, location_name: "KMSArn"))
|
553
554
|
IdMappingWorkflowOutputSource.struct_class = Types::IdMappingWorkflowOutputSource
|
554
555
|
|
555
556
|
IdMappingWorkflowOutputSourceConfig.member = Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSource)
|
556
557
|
|
557
558
|
IdMappingWorkflowRuleDefinitionTypeList.member = Shapes::ShapeRef.new(shape: IdMappingWorkflowRuleDefinitionType)
|
558
559
|
|
560
|
+
IdMappingWorkflowSummary.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
561
|
+
IdMappingWorkflowSummary.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowArn, required: true, location_name: "workflowArn"))
|
559
562
|
IdMappingWorkflowSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
560
563
|
IdMappingWorkflowSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
561
|
-
IdMappingWorkflowSummary.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowArn, required: true, location_name: "workflowArn"))
|
562
|
-
IdMappingWorkflowSummary.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
563
564
|
IdMappingWorkflowSummary.struct_class = Types::IdMappingWorkflowSummary
|
564
565
|
|
565
566
|
IdNamespaceIdMappingWorkflowMetadata.add_member(:id_mapping_type, Shapes::ShapeRef.new(shape: IdMappingType, required: true, location_name: "idMappingType"))
|
@@ -568,8 +569,8 @@ module Aws::EntityResolution
|
|
568
569
|
IdNamespaceIdMappingWorkflowMetadataList.member = Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowMetadata)
|
569
570
|
|
570
571
|
IdNamespaceIdMappingWorkflowProperties.add_member(:id_mapping_type, Shapes::ShapeRef.new(shape: IdMappingType, required: true, location_name: "idMappingType"))
|
571
|
-
IdNamespaceIdMappingWorkflowProperties.add_member(:provider_properties, Shapes::ShapeRef.new(shape: NamespaceProviderProperties, location_name: "providerProperties"))
|
572
572
|
IdNamespaceIdMappingWorkflowProperties.add_member(:rule_based_properties, Shapes::ShapeRef.new(shape: NamespaceRuleBasedProperties, location_name: "ruleBasedProperties"))
|
573
|
+
IdNamespaceIdMappingWorkflowProperties.add_member(:provider_properties, Shapes::ShapeRef.new(shape: NamespaceProviderProperties, location_name: "providerProperties"))
|
573
574
|
IdNamespaceIdMappingWorkflowProperties.struct_class = Types::IdNamespaceIdMappingWorkflowProperties
|
574
575
|
|
575
576
|
IdNamespaceIdMappingWorkflowPropertiesList.member = Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowProperties)
|
@@ -582,21 +583,21 @@ module Aws::EntityResolution
|
|
582
583
|
|
583
584
|
IdNamespaceList.member = Shapes::ShapeRef.new(shape: IdNamespaceSummary)
|
584
585
|
|
585
|
-
IdNamespaceSummary.add_member(:
|
586
|
+
IdNamespaceSummary.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "idNamespaceName"))
|
587
|
+
IdNamespaceSummary.add_member(:id_namespace_arn, Shapes::ShapeRef.new(shape: IdNamespaceArn, required: true, location_name: "idNamespaceArn"))
|
586
588
|
IdNamespaceSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
587
589
|
IdNamespaceSummary.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowMetadataList, location_name: "idMappingWorkflowProperties"))
|
588
|
-
IdNamespaceSummary.add_member(:id_namespace_arn, Shapes::ShapeRef.new(shape: IdNamespaceArn, required: true, location_name: "idNamespaceArn"))
|
589
|
-
IdNamespaceSummary.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "idNamespaceName"))
|
590
590
|
IdNamespaceSummary.add_member(:type, Shapes::ShapeRef.new(shape: IdNamespaceType, required: true, location_name: "type"))
|
591
|
+
IdNamespaceSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
591
592
|
IdNamespaceSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
592
593
|
IdNamespaceSummary.struct_class = Types::IdNamespaceSummary
|
593
594
|
|
594
595
|
IncrementalRunConfig.add_member(:incremental_run_type, Shapes::ShapeRef.new(shape: IncrementalRunType, location_name: "incrementalRunType"))
|
595
596
|
IncrementalRunConfig.struct_class = Types::IncrementalRunConfig
|
596
597
|
|
597
|
-
InputSource.add_member(:apply_normalization, Shapes::ShapeRef.new(shape: Boolean, location_name: "applyNormalization"))
|
598
598
|
InputSource.add_member(:input_source_arn, Shapes::ShapeRef.new(shape: InputSourceInputSourceARNString, required: true, location_name: "inputSourceARN"))
|
599
599
|
InputSource.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "schemaName"))
|
600
|
+
InputSource.add_member(:apply_normalization, Shapes::ShapeRef.new(shape: Boolean, location_name: "applyNormalization"))
|
600
601
|
InputSource.struct_class = Types::InputSource
|
601
602
|
|
602
603
|
InputSourceConfig.member = Shapes::ShapeRef.new(shape: InputSource)
|
@@ -610,81 +611,81 @@ module Aws::EntityResolution
|
|
610
611
|
JobList.member = Shapes::ShapeRef.new(shape: JobSummary)
|
611
612
|
|
612
613
|
JobMetrics.add_member(:input_records, Shapes::ShapeRef.new(shape: Integer, location_name: "inputRecords"))
|
613
|
-
JobMetrics.add_member(:match_i_ds, Shapes::ShapeRef.new(shape: Integer, location_name: "matchIDs"))
|
614
|
-
JobMetrics.add_member(:records_not_processed, Shapes::ShapeRef.new(shape: Integer, location_name: "recordsNotProcessed"))
|
615
614
|
JobMetrics.add_member(:total_records_processed, Shapes::ShapeRef.new(shape: Integer, location_name: "totalRecordsProcessed"))
|
615
|
+
JobMetrics.add_member(:records_not_processed, Shapes::ShapeRef.new(shape: Integer, location_name: "recordsNotProcessed"))
|
616
|
+
JobMetrics.add_member(:match_i_ds, Shapes::ShapeRef.new(shape: Integer, location_name: "matchIDs"))
|
616
617
|
JobMetrics.struct_class = Types::JobMetrics
|
617
618
|
|
618
|
-
JobOutputSource.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KMSArn, location_name: "KMSArn"))
|
619
|
-
JobOutputSource.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "outputS3Path"))
|
620
619
|
JobOutputSource.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
620
|
+
JobOutputSource.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "outputS3Path"))
|
621
|
+
JobOutputSource.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KMSArn, location_name: "KMSArn"))
|
621
622
|
JobOutputSource.struct_class = Types::JobOutputSource
|
622
623
|
|
623
624
|
JobOutputSourceConfig.member = Shapes::ShapeRef.new(shape: JobOutputSource)
|
624
625
|
|
625
|
-
JobSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
626
626
|
JobSummary.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
627
|
-
JobSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
|
628
627
|
JobSummary.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
|
628
|
+
JobSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
|
629
|
+
JobSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
629
630
|
JobSummary.struct_class = Types::JobSummary
|
630
631
|
|
631
|
-
ListIdMappingJobsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListIdMappingJobsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
632
|
-
ListIdMappingJobsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
633
632
|
ListIdMappingJobsInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityNameOrIdMappingWorkflowArn, required: true, location: "uri", location_name: "workflowName"))
|
633
|
+
ListIdMappingJobsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
634
|
+
ListIdMappingJobsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListIdMappingJobsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
634
635
|
ListIdMappingJobsInput.struct_class = Types::ListIdMappingJobsInput
|
635
636
|
|
636
637
|
ListIdMappingJobsOutput.add_member(:jobs, Shapes::ShapeRef.new(shape: JobList, location_name: "jobs"))
|
637
638
|
ListIdMappingJobsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
638
639
|
ListIdMappingJobsOutput.struct_class = Types::ListIdMappingJobsOutput
|
639
640
|
|
640
|
-
ListIdMappingWorkflowsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListIdMappingWorkflowsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
641
641
|
ListIdMappingWorkflowsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
642
|
+
ListIdMappingWorkflowsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListIdMappingWorkflowsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
642
643
|
ListIdMappingWorkflowsInput.struct_class = Types::ListIdMappingWorkflowsInput
|
643
644
|
|
644
|
-
ListIdMappingWorkflowsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
645
645
|
ListIdMappingWorkflowsOutput.add_member(:workflow_summaries, Shapes::ShapeRef.new(shape: IdMappingWorkflowList, location_name: "workflowSummaries"))
|
646
|
+
ListIdMappingWorkflowsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
646
647
|
ListIdMappingWorkflowsOutput.struct_class = Types::ListIdMappingWorkflowsOutput
|
647
648
|
|
648
|
-
ListIdNamespacesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListIdNamespacesInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
649
649
|
ListIdNamespacesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
650
|
+
ListIdNamespacesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListIdNamespacesInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
650
651
|
ListIdNamespacesInput.struct_class = Types::ListIdNamespacesInput
|
651
652
|
|
652
653
|
ListIdNamespacesOutput.add_member(:id_namespace_summaries, Shapes::ShapeRef.new(shape: IdNamespaceList, location_name: "idNamespaceSummaries"))
|
653
654
|
ListIdNamespacesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
654
655
|
ListIdNamespacesOutput.struct_class = Types::ListIdNamespacesOutput
|
655
656
|
|
656
|
-
ListMatchingJobsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMatchingJobsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
657
|
-
ListMatchingJobsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
658
657
|
ListMatchingJobsInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
|
658
|
+
ListMatchingJobsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
659
|
+
ListMatchingJobsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMatchingJobsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
659
660
|
ListMatchingJobsInput.struct_class = Types::ListMatchingJobsInput
|
660
661
|
|
661
662
|
ListMatchingJobsOutput.add_member(:jobs, Shapes::ShapeRef.new(shape: JobList, location_name: "jobs"))
|
662
663
|
ListMatchingJobsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
663
664
|
ListMatchingJobsOutput.struct_class = Types::ListMatchingJobsOutput
|
664
665
|
|
665
|
-
ListMatchingWorkflowsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMatchingWorkflowsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
666
666
|
ListMatchingWorkflowsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
667
|
+
ListMatchingWorkflowsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMatchingWorkflowsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
667
668
|
ListMatchingWorkflowsInput.struct_class = Types::ListMatchingWorkflowsInput
|
668
669
|
|
669
|
-
ListMatchingWorkflowsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
670
670
|
ListMatchingWorkflowsOutput.add_member(:workflow_summaries, Shapes::ShapeRef.new(shape: MatchingWorkflowList, location_name: "workflowSummaries"))
|
671
|
+
ListMatchingWorkflowsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
671
672
|
ListMatchingWorkflowsOutput.struct_class = Types::ListMatchingWorkflowsOutput
|
672
673
|
|
673
|
-
ListProviderServicesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListProviderServicesInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
674
674
|
ListProviderServicesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
675
|
+
ListProviderServicesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListProviderServicesInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
675
676
|
ListProviderServicesInput.add_member(:provider_name, Shapes::ShapeRef.new(shape: EntityName, location: "querystring", location_name: "providerName"))
|
676
677
|
ListProviderServicesInput.struct_class = Types::ListProviderServicesInput
|
677
678
|
|
678
|
-
ListProviderServicesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
679
679
|
ListProviderServicesOutput.add_member(:provider_service_summaries, Shapes::ShapeRef.new(shape: ProviderServiceList, location_name: "providerServiceSummaries"))
|
680
|
+
ListProviderServicesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
680
681
|
ListProviderServicesOutput.struct_class = Types::ListProviderServicesOutput
|
681
682
|
|
682
|
-
ListSchemaMappingsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSchemaMappingsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
683
683
|
ListSchemaMappingsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
684
|
+
ListSchemaMappingsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSchemaMappingsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
684
685
|
ListSchemaMappingsInput.struct_class = Types::ListSchemaMappingsInput
|
685
686
|
|
686
|
-
ListSchemaMappingsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
687
687
|
ListSchemaMappingsOutput.add_member(:schema_list, Shapes::ShapeRef.new(shape: SchemaMappingList, location_name: "schemaList"))
|
688
|
+
ListSchemaMappingsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
688
689
|
ListSchemaMappingsOutput.struct_class = Types::ListSchemaMappingsOutput
|
689
690
|
|
690
691
|
ListTagsForResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location: "uri", location_name: "resourceArn"))
|
@@ -695,41 +696,41 @@ module Aws::EntityResolution
|
|
695
696
|
|
696
697
|
MatchingWorkflowList.member = Shapes::ShapeRef.new(shape: MatchingWorkflowSummary)
|
697
698
|
|
699
|
+
MatchingWorkflowSummary.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
700
|
+
MatchingWorkflowSummary.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: MatchingWorkflowArn, required: true, location_name: "workflowArn"))
|
698
701
|
MatchingWorkflowSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
699
|
-
MatchingWorkflowSummary.add_member(:resolution_type, Shapes::ShapeRef.new(shape: ResolutionType, required: true, location_name: "resolutionType"))
|
700
702
|
MatchingWorkflowSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
701
|
-
MatchingWorkflowSummary.add_member(:
|
702
|
-
MatchingWorkflowSummary.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
703
|
+
MatchingWorkflowSummary.add_member(:resolution_type, Shapes::ShapeRef.new(shape: ResolutionType, required: true, location_name: "resolutionType"))
|
703
704
|
MatchingWorkflowSummary.struct_class = Types::MatchingWorkflowSummary
|
704
705
|
|
705
|
-
NamespaceProviderProperties.add_member(:provider_configuration, Shapes::ShapeRef.new(shape: Document, location_name: "providerConfiguration"))
|
706
706
|
NamespaceProviderProperties.add_member(:provider_service_arn, Shapes::ShapeRef.new(shape: ProviderServiceArn, required: true, location_name: "providerServiceArn"))
|
707
|
+
NamespaceProviderProperties.add_member(:provider_configuration, Shapes::ShapeRef.new(shape: Document, location_name: "providerConfiguration"))
|
707
708
|
NamespaceProviderProperties.struct_class = Types::NamespaceProviderProperties
|
708
709
|
|
710
|
+
NamespaceRuleBasedProperties.add_member(:rules, Shapes::ShapeRef.new(shape: NamespaceRuleBasedPropertiesRulesList, location_name: "rules"))
|
711
|
+
NamespaceRuleBasedProperties.add_member(:rule_definition_types, Shapes::ShapeRef.new(shape: IdMappingWorkflowRuleDefinitionTypeList, location_name: "ruleDefinitionTypes"))
|
709
712
|
NamespaceRuleBasedProperties.add_member(:attribute_matching_model, Shapes::ShapeRef.new(shape: AttributeMatchingModel, location_name: "attributeMatchingModel"))
|
710
713
|
NamespaceRuleBasedProperties.add_member(:record_matching_models, Shapes::ShapeRef.new(shape: RecordMatchingModelList, location_name: "recordMatchingModels"))
|
711
|
-
NamespaceRuleBasedProperties.add_member(:rule_definition_types, Shapes::ShapeRef.new(shape: IdMappingWorkflowRuleDefinitionTypeList, location_name: "ruleDefinitionTypes"))
|
712
|
-
NamespaceRuleBasedProperties.add_member(:rules, Shapes::ShapeRef.new(shape: NamespaceRuleBasedPropertiesRulesList, location_name: "rules"))
|
713
714
|
NamespaceRuleBasedProperties.struct_class = Types::NamespaceRuleBasedProperties
|
714
715
|
|
715
716
|
NamespaceRuleBasedPropertiesRulesList.member = Shapes::ShapeRef.new(shape: Rule)
|
716
717
|
|
717
|
-
OutputAttribute.add_member(:hashed, Shapes::ShapeRef.new(shape: Boolean, location_name: "hashed"))
|
718
718
|
OutputAttribute.add_member(:name, Shapes::ShapeRef.new(shape: AttributeName, required: true, location_name: "name"))
|
719
|
+
OutputAttribute.add_member(:hashed, Shapes::ShapeRef.new(shape: Boolean, location_name: "hashed"))
|
719
720
|
OutputAttribute.struct_class = Types::OutputAttribute
|
720
721
|
|
722
|
+
OutputSource.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "outputS3Path"))
|
721
723
|
OutputSource.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KMSArn, location_name: "KMSArn"))
|
722
|
-
OutputSource.add_member(:apply_normalization, Shapes::ShapeRef.new(shape: Boolean, location_name: "applyNormalization"))
|
723
724
|
OutputSource.add_member(:output, Shapes::ShapeRef.new(shape: OutputSourceOutputList, required: true, location_name: "output"))
|
724
|
-
OutputSource.add_member(:
|
725
|
+
OutputSource.add_member(:apply_normalization, Shapes::ShapeRef.new(shape: Boolean, location_name: "applyNormalization"))
|
725
726
|
OutputSource.struct_class = Types::OutputSource
|
726
727
|
|
727
728
|
OutputSourceConfig.member = Shapes::ShapeRef.new(shape: OutputSource)
|
728
729
|
|
729
730
|
OutputSourceOutputList.member = Shapes::ShapeRef.new(shape: OutputAttribute)
|
730
731
|
|
731
|
-
ProviderComponentSchema.add_member(:provider_schema_attributes, Shapes::ShapeRef.new(shape: ProviderSchemaAttributes, location_name: "providerSchemaAttributes"))
|
732
732
|
ProviderComponentSchema.add_member(:schemas, Shapes::ShapeRef.new(shape: Schemas, location_name: "schemas"))
|
733
|
+
ProviderComponentSchema.add_member(:provider_schema_attributes, Shapes::ShapeRef.new(shape: ProviderSchemaAttributes, location_name: "providerSchemaAttributes"))
|
733
734
|
ProviderComponentSchema.struct_class = Types::ProviderComponentSchema
|
734
735
|
|
735
736
|
ProviderEndpointConfiguration.add_member(:marketplace_configuration, Shapes::ShapeRef.new(shape: ProviderMarketplaceConfiguration, location_name: "marketplaceConfiguration"))
|
@@ -739,50 +740,50 @@ module Aws::EntityResolution
|
|
739
740
|
ProviderEndpointConfiguration.struct_class = Types::ProviderEndpointConfiguration
|
740
741
|
|
741
742
|
ProviderIdNameSpaceConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
742
|
-
ProviderIdNameSpaceConfiguration.add_member(:provider_source_configuration_definition, Shapes::ShapeRef.new(shape: Document, location_name: "providerSourceConfigurationDefinition"))
|
743
743
|
ProviderIdNameSpaceConfiguration.add_member(:provider_target_configuration_definition, Shapes::ShapeRef.new(shape: Document, location_name: "providerTargetConfigurationDefinition"))
|
744
|
+
ProviderIdNameSpaceConfiguration.add_member(:provider_source_configuration_definition, Shapes::ShapeRef.new(shape: Document, location_name: "providerSourceConfigurationDefinition"))
|
744
745
|
ProviderIdNameSpaceConfiguration.struct_class = Types::ProviderIdNameSpaceConfiguration
|
745
746
|
|
746
747
|
ProviderIntermediateDataAccessConfiguration.add_member(:aws_account_ids, Shapes::ShapeRef.new(shape: AwsAccountIdList, location_name: "awsAccountIds"))
|
747
748
|
ProviderIntermediateDataAccessConfiguration.add_member(:required_bucket_actions, Shapes::ShapeRef.new(shape: RequiredBucketActionsList, location_name: "requiredBucketActions"))
|
748
749
|
ProviderIntermediateDataAccessConfiguration.struct_class = Types::ProviderIntermediateDataAccessConfiguration
|
749
750
|
|
750
|
-
ProviderMarketplaceConfiguration.add_member(:asset_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "assetId"))
|
751
751
|
ProviderMarketplaceConfiguration.add_member(:data_set_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "dataSetId"))
|
752
|
-
ProviderMarketplaceConfiguration.add_member(:listing_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "listingId"))
|
753
752
|
ProviderMarketplaceConfiguration.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "revisionId"))
|
753
|
+
ProviderMarketplaceConfiguration.add_member(:asset_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "assetId"))
|
754
|
+
ProviderMarketplaceConfiguration.add_member(:listing_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "listingId"))
|
754
755
|
ProviderMarketplaceConfiguration.struct_class = Types::ProviderMarketplaceConfiguration
|
755
756
|
|
756
|
-
ProviderProperties.add_member(:intermediate_source_configuration, Shapes::ShapeRef.new(shape: IntermediateSourceConfiguration, location_name: "intermediateSourceConfiguration"))
|
757
|
-
ProviderProperties.add_member(:provider_configuration, Shapes::ShapeRef.new(shape: Document, location_name: "providerConfiguration"))
|
758
757
|
ProviderProperties.add_member(:provider_service_arn, Shapes::ShapeRef.new(shape: ProviderServiceArn, required: true, location_name: "providerServiceArn"))
|
758
|
+
ProviderProperties.add_member(:provider_configuration, Shapes::ShapeRef.new(shape: Document, location_name: "providerConfiguration"))
|
759
|
+
ProviderProperties.add_member(:intermediate_source_configuration, Shapes::ShapeRef.new(shape: IntermediateSourceConfiguration, location_name: "intermediateSourceConfiguration"))
|
759
760
|
ProviderProperties.struct_class = Types::ProviderProperties
|
760
761
|
|
761
762
|
ProviderSchemaAttribute.add_member(:field_name, Shapes::ShapeRef.new(shape: AttributeName, required: true, location_name: "fieldName"))
|
762
|
-
ProviderSchemaAttribute.add_member(:hashing, Shapes::ShapeRef.new(shape: Boolean, location_name: "hashing"))
|
763
|
-
ProviderSchemaAttribute.add_member(:sub_type, Shapes::ShapeRef.new(shape: AttributeName, location_name: "subType"))
|
764
763
|
ProviderSchemaAttribute.add_member(:type, Shapes::ShapeRef.new(shape: SchemaAttributeType, required: true, location_name: "type"))
|
764
|
+
ProviderSchemaAttribute.add_member(:sub_type, Shapes::ShapeRef.new(shape: AttributeName, location_name: "subType"))
|
765
|
+
ProviderSchemaAttribute.add_member(:hashing, Shapes::ShapeRef.new(shape: Boolean, location_name: "hashing"))
|
765
766
|
ProviderSchemaAttribute.struct_class = Types::ProviderSchemaAttribute
|
766
767
|
|
767
768
|
ProviderSchemaAttributes.member = Shapes::ShapeRef.new(shape: ProviderSchemaAttribute)
|
768
769
|
|
769
770
|
ProviderServiceList.member = Shapes::ShapeRef.new(shape: ProviderServiceSummary)
|
770
771
|
|
771
|
-
ProviderServiceSummary.add_member(:provider_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "providerName"))
|
772
772
|
ProviderServiceSummary.add_member(:provider_service_arn, Shapes::ShapeRef.new(shape: ProviderServiceArn, required: true, location_name: "providerServiceArn"))
|
773
|
+
ProviderServiceSummary.add_member(:provider_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "providerName"))
|
773
774
|
ProviderServiceSummary.add_member(:provider_service_display_name, Shapes::ShapeRef.new(shape: ProviderServiceDisplayName, required: true, location_name: "providerServiceDisplayName"))
|
774
775
|
ProviderServiceSummary.add_member(:provider_service_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "providerServiceName"))
|
775
776
|
ProviderServiceSummary.add_member(:provider_service_type, Shapes::ShapeRef.new(shape: ServiceType, required: true, location_name: "providerServiceType"))
|
776
777
|
ProviderServiceSummary.struct_class = Types::ProviderServiceSummary
|
777
778
|
|
778
779
|
PutPolicyInput.add_member(:arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location: "uri", location_name: "arn"))
|
779
|
-
PutPolicyInput.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, required: true, location_name: "policy"))
|
780
780
|
PutPolicyInput.add_member(:token, Shapes::ShapeRef.new(shape: PolicyToken, location_name: "token"))
|
781
|
+
PutPolicyInput.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, required: true, location_name: "policy"))
|
781
782
|
PutPolicyInput.struct_class = Types::PutPolicyInput
|
782
783
|
|
783
784
|
PutPolicyOutput.add_member(:arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location_name: "arn"))
|
784
|
-
PutPolicyOutput.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "policy"))
|
785
785
|
PutPolicyOutput.add_member(:token, Shapes::ShapeRef.new(shape: PolicyToken, required: true, location_name: "token"))
|
786
|
+
PutPolicyOutput.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "policy"))
|
786
787
|
PutPolicyOutput.struct_class = Types::PutPolicyOutput
|
787
788
|
|
788
789
|
RecordAttributeMap.key = Shapes::ShapeRef.new(shape: RecordAttributeMapKeyString)
|
@@ -792,21 +793,21 @@ module Aws::EntityResolution
|
|
792
793
|
|
793
794
|
RequiredBucketActionsList.member = Shapes::ShapeRef.new(shape: String)
|
794
795
|
|
795
|
-
ResolutionTechniques.add_member(:provider_properties, Shapes::ShapeRef.new(shape: ProviderProperties, location_name: "providerProperties"))
|
796
796
|
ResolutionTechniques.add_member(:resolution_type, Shapes::ShapeRef.new(shape: ResolutionType, required: true, location_name: "resolutionType"))
|
797
797
|
ResolutionTechniques.add_member(:rule_based_properties, Shapes::ShapeRef.new(shape: RuleBasedProperties, location_name: "ruleBasedProperties"))
|
798
|
+
ResolutionTechniques.add_member(:provider_properties, Shapes::ShapeRef.new(shape: ProviderProperties, location_name: "providerProperties"))
|
798
799
|
ResolutionTechniques.struct_class = Types::ResolutionTechniques
|
799
800
|
|
800
801
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
801
802
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
802
803
|
|
803
|
-
Rule.add_member(:matching_keys, Shapes::ShapeRef.new(shape: RuleMatchingKeysList, required: true, location_name: "matchingKeys"))
|
804
804
|
Rule.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleRuleNameString, required: true, location_name: "ruleName"))
|
805
|
+
Rule.add_member(:matching_keys, Shapes::ShapeRef.new(shape: RuleMatchingKeysList, required: true, location_name: "matchingKeys"))
|
805
806
|
Rule.struct_class = Types::Rule
|
806
807
|
|
808
|
+
RuleBasedProperties.add_member(:rules, Shapes::ShapeRef.new(shape: RuleBasedPropertiesRulesList, required: true, location_name: "rules"))
|
807
809
|
RuleBasedProperties.add_member(:attribute_matching_model, Shapes::ShapeRef.new(shape: AttributeMatchingModel, required: true, location_name: "attributeMatchingModel"))
|
808
810
|
RuleBasedProperties.add_member(:match_purpose, Shapes::ShapeRef.new(shape: MatchPurpose, location_name: "matchPurpose"))
|
809
|
-
RuleBasedProperties.add_member(:rules, Shapes::ShapeRef.new(shape: RuleBasedPropertiesRulesList, required: true, location_name: "rules"))
|
810
811
|
RuleBasedProperties.struct_class = Types::RuleBasedProperties
|
811
812
|
|
812
813
|
RuleBasedPropertiesRulesList.member = Shapes::ShapeRef.new(shape: Rule)
|
@@ -814,11 +815,11 @@ module Aws::EntityResolution
|
|
814
815
|
RuleMatchingKeysList.member = Shapes::ShapeRef.new(shape: AttributeName)
|
815
816
|
|
816
817
|
SchemaInputAttribute.add_member(:field_name, Shapes::ShapeRef.new(shape: AttributeName, required: true, location_name: "fieldName"))
|
818
|
+
SchemaInputAttribute.add_member(:type, Shapes::ShapeRef.new(shape: SchemaAttributeType, required: true, location_name: "type"))
|
817
819
|
SchemaInputAttribute.add_member(:group_name, Shapes::ShapeRef.new(shape: AttributeName, location_name: "groupName"))
|
818
|
-
SchemaInputAttribute.add_member(:hashed, Shapes::ShapeRef.new(shape: Boolean, location_name: "hashed"))
|
819
820
|
SchemaInputAttribute.add_member(:match_key, Shapes::ShapeRef.new(shape: AttributeName, location_name: "matchKey"))
|
820
821
|
SchemaInputAttribute.add_member(:sub_type, Shapes::ShapeRef.new(shape: AttributeName, location_name: "subType"))
|
821
|
-
SchemaInputAttribute.add_member(:
|
822
|
+
SchemaInputAttribute.add_member(:hashed, Shapes::ShapeRef.new(shape: Boolean, location_name: "hashed"))
|
822
823
|
SchemaInputAttribute.struct_class = Types::SchemaInputAttribute
|
823
824
|
|
824
825
|
SchemaInputAttributes.member = Shapes::ShapeRef.new(shape: SchemaInputAttribute)
|
@@ -827,17 +828,17 @@ module Aws::EntityResolution
|
|
827
828
|
|
828
829
|
SchemaMappingList.member = Shapes::ShapeRef.new(shape: SchemaMappingSummary)
|
829
830
|
|
830
|
-
SchemaMappingSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
831
|
-
SchemaMappingSummary.add_member(:has_workflows, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "hasWorkflows"))
|
832
|
-
SchemaMappingSummary.add_member(:schema_arn, Shapes::ShapeRef.new(shape: SchemaMappingArn, required: true, location_name: "schemaArn"))
|
833
831
|
SchemaMappingSummary.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "schemaName"))
|
832
|
+
SchemaMappingSummary.add_member(:schema_arn, Shapes::ShapeRef.new(shape: SchemaMappingArn, required: true, location_name: "schemaArn"))
|
833
|
+
SchemaMappingSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
834
834
|
SchemaMappingSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
835
|
+
SchemaMappingSummary.add_member(:has_workflows, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "hasWorkflows"))
|
835
836
|
SchemaMappingSummary.struct_class = Types::SchemaMappingSummary
|
836
837
|
|
837
838
|
Schemas.member = Shapes::ShapeRef.new(shape: SchemaList)
|
838
839
|
|
839
|
-
StartIdMappingJobInput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingJobOutputSourceConfig, location_name: "outputSourceConfig"))
|
840
840
|
StartIdMappingJobInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityNameOrIdMappingWorkflowArn, required: true, location: "uri", location_name: "workflowName"))
|
841
|
+
StartIdMappingJobInput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingJobOutputSourceConfig, location_name: "outputSourceConfig"))
|
841
842
|
StartIdMappingJobInput.struct_class = Types::StartIdMappingJobInput
|
842
843
|
|
843
844
|
StartIdMappingJobOutput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
@@ -868,7 +869,7 @@ module Aws::EntityResolution
|
|
868
869
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
869
870
|
ThrottlingException.struct_class = Types::ThrottlingException
|
870
871
|
|
871
|
-
UniqueIdList.member = Shapes::ShapeRef.new(shape:
|
872
|
+
UniqueIdList.member = Shapes::ShapeRef.new(shape: HeaderSafeUniqueId)
|
872
873
|
|
873
874
|
UntagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location: "uri", location_name: "resourceArn"))
|
874
875
|
UntagResourceInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
@@ -876,68 +877,68 @@ module Aws::EntityResolution
|
|
876
877
|
|
877
878
|
UntagResourceOutput.struct_class = Types::UntagResourceOutput
|
878
879
|
|
880
|
+
UpdateIdMappingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
|
879
881
|
UpdateIdMappingWorkflowInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
880
|
-
UpdateIdMappingWorkflowInput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
|
881
882
|
UpdateIdMappingWorkflowInput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceConfig, required: true, location_name: "inputSourceConfig"))
|
882
883
|
UpdateIdMappingWorkflowInput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, location_name: "outputSourceConfig"))
|
884
|
+
UpdateIdMappingWorkflowInput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
|
883
885
|
UpdateIdMappingWorkflowInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IdMappingRoleArn, location_name: "roleArn"))
|
884
|
-
UpdateIdMappingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
|
885
886
|
UpdateIdMappingWorkflowInput.struct_class = Types::UpdateIdMappingWorkflowInput
|
886
887
|
|
888
|
+
UpdateIdMappingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
889
|
+
UpdateIdMappingWorkflowOutput.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowArn, required: true, location_name: "workflowArn"))
|
887
890
|
UpdateIdMappingWorkflowOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
888
|
-
UpdateIdMappingWorkflowOutput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
|
889
891
|
UpdateIdMappingWorkflowOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceConfig, required: true, location_name: "inputSourceConfig"))
|
890
892
|
UpdateIdMappingWorkflowOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, location_name: "outputSourceConfig"))
|
893
|
+
UpdateIdMappingWorkflowOutput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
|
891
894
|
UpdateIdMappingWorkflowOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IdMappingRoleArn, location_name: "roleArn"))
|
892
|
-
UpdateIdMappingWorkflowOutput.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowArn, required: true, location_name: "workflowArn"))
|
893
|
-
UpdateIdMappingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
894
895
|
UpdateIdMappingWorkflowOutput.struct_class = Types::UpdateIdMappingWorkflowOutput
|
895
896
|
|
896
|
-
UpdateIdNamespaceInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
897
|
-
UpdateIdNamespaceInput.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowPropertiesList, location_name: "idMappingWorkflowProperties"))
|
898
897
|
UpdateIdNamespaceInput.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "idNamespaceName"))
|
898
|
+
UpdateIdNamespaceInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
899
899
|
UpdateIdNamespaceInput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdNamespaceInputSourceConfig, location_name: "inputSourceConfig"))
|
900
|
+
UpdateIdNamespaceInput.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowPropertiesList, location_name: "idMappingWorkflowProperties"))
|
900
901
|
UpdateIdNamespaceInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
901
902
|
UpdateIdNamespaceInput.struct_class = Types::UpdateIdNamespaceInput
|
902
903
|
|
903
|
-
UpdateIdNamespaceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
904
|
-
UpdateIdNamespaceOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
905
|
-
UpdateIdNamespaceOutput.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowPropertiesList, location_name: "idMappingWorkflowProperties"))
|
906
|
-
UpdateIdNamespaceOutput.add_member(:id_namespace_arn, Shapes::ShapeRef.new(shape: IdNamespaceArn, required: true, location_name: "idNamespaceArn"))
|
907
904
|
UpdateIdNamespaceOutput.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "idNamespaceName"))
|
905
|
+
UpdateIdNamespaceOutput.add_member(:id_namespace_arn, Shapes::ShapeRef.new(shape: IdNamespaceArn, required: true, location_name: "idNamespaceArn"))
|
906
|
+
UpdateIdNamespaceOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
908
907
|
UpdateIdNamespaceOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdNamespaceInputSourceConfig, location_name: "inputSourceConfig"))
|
909
|
-
UpdateIdNamespaceOutput.add_member(:
|
908
|
+
UpdateIdNamespaceOutput.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowPropertiesList, location_name: "idMappingWorkflowProperties"))
|
910
909
|
UpdateIdNamespaceOutput.add_member(:type, Shapes::ShapeRef.new(shape: IdNamespaceType, required: true, location_name: "type"))
|
910
|
+
UpdateIdNamespaceOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
911
|
+
UpdateIdNamespaceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
911
912
|
UpdateIdNamespaceOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
912
913
|
UpdateIdNamespaceOutput.struct_class = Types::UpdateIdNamespaceOutput
|
913
914
|
|
915
|
+
UpdateMatchingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
|
914
916
|
UpdateMatchingWorkflowInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
915
|
-
UpdateMatchingWorkflowInput.add_member(:incremental_run_config, Shapes::ShapeRef.new(shape: IncrementalRunConfig, location_name: "incrementalRunConfig"))
|
916
917
|
UpdateMatchingWorkflowInput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: InputSourceConfig, required: true, location_name: "inputSourceConfig"))
|
917
918
|
UpdateMatchingWorkflowInput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: OutputSourceConfig, required: true, location_name: "outputSourceConfig"))
|
918
919
|
UpdateMatchingWorkflowInput.add_member(:resolution_techniques, Shapes::ShapeRef.new(shape: ResolutionTechniques, required: true, location_name: "resolutionTechniques"))
|
920
|
+
UpdateMatchingWorkflowInput.add_member(:incremental_run_config, Shapes::ShapeRef.new(shape: IncrementalRunConfig, location_name: "incrementalRunConfig"))
|
919
921
|
UpdateMatchingWorkflowInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "roleArn"))
|
920
|
-
UpdateMatchingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
|
921
922
|
UpdateMatchingWorkflowInput.struct_class = Types::UpdateMatchingWorkflowInput
|
922
923
|
|
924
|
+
UpdateMatchingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
923
925
|
UpdateMatchingWorkflowOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
924
|
-
UpdateMatchingWorkflowOutput.add_member(:incremental_run_config, Shapes::ShapeRef.new(shape: IncrementalRunConfig, location_name: "incrementalRunConfig"))
|
925
926
|
UpdateMatchingWorkflowOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: InputSourceConfig, required: true, location_name: "inputSourceConfig"))
|
926
927
|
UpdateMatchingWorkflowOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: OutputSourceConfig, required: true, location_name: "outputSourceConfig"))
|
927
928
|
UpdateMatchingWorkflowOutput.add_member(:resolution_techniques, Shapes::ShapeRef.new(shape: ResolutionTechniques, required: true, location_name: "resolutionTechniques"))
|
929
|
+
UpdateMatchingWorkflowOutput.add_member(:incremental_run_config, Shapes::ShapeRef.new(shape: IncrementalRunConfig, location_name: "incrementalRunConfig"))
|
928
930
|
UpdateMatchingWorkflowOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "roleArn"))
|
929
|
-
UpdateMatchingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
|
930
931
|
UpdateMatchingWorkflowOutput.struct_class = Types::UpdateMatchingWorkflowOutput
|
931
932
|
|
933
|
+
UpdateSchemaMappingInput.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "schemaName"))
|
932
934
|
UpdateSchemaMappingInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
933
935
|
UpdateSchemaMappingInput.add_member(:mapped_input_fields, Shapes::ShapeRef.new(shape: SchemaInputAttributes, required: true, location_name: "mappedInputFields"))
|
934
|
-
UpdateSchemaMappingInput.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "schemaName"))
|
935
936
|
UpdateSchemaMappingInput.struct_class = Types::UpdateSchemaMappingInput
|
936
937
|
|
938
|
+
UpdateSchemaMappingOutput.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "schemaName"))
|
939
|
+
UpdateSchemaMappingOutput.add_member(:schema_arn, Shapes::ShapeRef.new(shape: SchemaMappingArn, required: true, location_name: "schemaArn"))
|
937
940
|
UpdateSchemaMappingOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
938
941
|
UpdateSchemaMappingOutput.add_member(:mapped_input_fields, Shapes::ShapeRef.new(shape: SchemaInputAttributes, required: true, location_name: "mappedInputFields"))
|
939
|
-
UpdateSchemaMappingOutput.add_member(:schema_arn, Shapes::ShapeRef.new(shape: SchemaMappingArn, required: true, location_name: "schemaArn"))
|
940
|
-
UpdateSchemaMappingOutput.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "schemaName"))
|
941
942
|
UpdateSchemaMappingOutput.struct_class = Types::UpdateSchemaMappingOutput
|
942
943
|
|
943
944
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|