aws-sdk-customerprofiles 1.18.0 → 1.19.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,10 +17,16 @@ module Aws::CustomerProfiles
17
17
  AddProfileKeyRequest = Shapes::StructureShape.new(name: 'AddProfileKeyRequest')
18
18
  AddProfileKeyResponse = Shapes::StructureShape.new(name: 'AddProfileKeyResponse')
19
19
  Address = Shapes::StructureShape.new(name: 'Address')
20
+ AppflowIntegration = Shapes::StructureShape.new(name: 'AppflowIntegration')
21
+ AppflowIntegrationWorkflowAttributes = Shapes::StructureShape.new(name: 'AppflowIntegrationWorkflowAttributes')
22
+ AppflowIntegrationWorkflowMetrics = Shapes::StructureShape.new(name: 'AppflowIntegrationWorkflowMetrics')
23
+ AppflowIntegrationWorkflowStep = Shapes::StructureShape.new(name: 'AppflowIntegrationWorkflowStep')
20
24
  AttributeSourceIdMap = Shapes::MapShape.new(name: 'AttributeSourceIdMap')
21
25
  Attributes = Shapes::MapShape.new(name: 'Attributes')
22
26
  AutoMerging = Shapes::StructureShape.new(name: 'AutoMerging')
23
27
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
28
+ Batch = Shapes::StructureShape.new(name: 'Batch')
29
+ Batches = Shapes::ListShape.new(name: 'Batches')
24
30
  BucketName = Shapes::StringShape.new(name: 'BucketName')
25
31
  BucketPrefix = Shapes::StringShape.new(name: 'BucketPrefix')
26
32
  ConflictResolution = Shapes::StructureShape.new(name: 'ConflictResolution')
@@ -30,6 +36,8 @@ module Aws::CustomerProfiles
30
36
  Consolidation = Shapes::StructureShape.new(name: 'Consolidation')
31
37
  CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
32
38
  CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
39
+ CreateIntegrationWorkflowRequest = Shapes::StructureShape.new(name: 'CreateIntegrationWorkflowRequest')
40
+ CreateIntegrationWorkflowResponse = Shapes::StructureShape.new(name: 'CreateIntegrationWorkflowResponse')
33
41
  CreateProfileRequest = Shapes::StructureShape.new(name: 'CreateProfileRequest')
34
42
  CreateProfileResponse = Shapes::StructureShape.new(name: 'CreateProfileResponse')
35
43
  DataPullMode = Shapes::StringShape.new(name: 'DataPullMode')
@@ -47,6 +55,8 @@ module Aws::CustomerProfiles
47
55
  DeleteProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'DeleteProfileObjectTypeResponse')
48
56
  DeleteProfileRequest = Shapes::StructureShape.new(name: 'DeleteProfileRequest')
49
57
  DeleteProfileResponse = Shapes::StructureShape.new(name: 'DeleteProfileResponse')
58
+ DeleteWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowRequest')
59
+ DeleteWorkflowResponse = Shapes::StructureShape.new(name: 'DeleteWorkflowResponse')
50
60
  DestinationField = Shapes::StringShape.new(name: 'DestinationField')
51
61
  DomainList = Shapes::ListShape.new(name: 'DomainList')
52
62
  DomainStats = Shapes::StructureShape.new(name: 'DomainStats')
@@ -75,10 +85,15 @@ module Aws::CustomerProfiles
75
85
  GetProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeResponse')
76
86
  GetProfileObjectTypeTemplateRequest = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateRequest')
77
87
  GetProfileObjectTypeTemplateResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateResponse')
88
+ GetWorkflowRequest = Shapes::StructureShape.new(name: 'GetWorkflowRequest')
89
+ GetWorkflowResponse = Shapes::StructureShape.new(name: 'GetWorkflowResponse')
90
+ GetWorkflowStepsRequest = Shapes::StructureShape.new(name: 'GetWorkflowStepsRequest')
91
+ GetWorkflowStepsResponse = Shapes::StructureShape.new(name: 'GetWorkflowStepsResponse')
78
92
  IdentityResolutionJob = Shapes::StructureShape.new(name: 'IdentityResolutionJob')
79
93
  IdentityResolutionJobStatus = Shapes::StringShape.new(name: 'IdentityResolutionJobStatus')
80
94
  IdentityResolutionJobsList = Shapes::ListShape.new(name: 'IdentityResolutionJobsList')
81
95
  IncrementalPullConfig = Shapes::StructureShape.new(name: 'IncrementalPullConfig')
96
+ IntegrationConfig = Shapes::StructureShape.new(name: 'IntegrationConfig')
82
97
  IntegrationList = Shapes::ListShape.new(name: 'IntegrationList')
83
98
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
84
99
  JobSchedule = Shapes::StructureShape.new(name: 'JobSchedule')
@@ -108,6 +123,9 @@ module Aws::CustomerProfiles
108
123
  ListProfileObjectsResponse = Shapes::StructureShape.new(name: 'ListProfileObjectsResponse')
109
124
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
110
125
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
126
+ ListWorkflowsItem = Shapes::StructureShape.new(name: 'ListWorkflowsItem')
127
+ ListWorkflowsRequest = Shapes::StructureShape.new(name: 'ListWorkflowsRequest')
128
+ ListWorkflowsResponse = Shapes::StructureShape.new(name: 'ListWorkflowsResponse')
111
129
  MarketoConnectorOperator = Shapes::StringShape.new(name: 'MarketoConnectorOperator')
112
130
  MarketoSourceProperties = Shapes::StructureShape.new(name: 'MarketoSourceProperties')
113
131
  MatchItem = Shapes::StructureShape.new(name: 'MatchItem')
@@ -141,6 +159,7 @@ module Aws::CustomerProfiles
141
159
  PutProfileObjectTypeRequest = Shapes::StructureShape.new(name: 'PutProfileObjectTypeRequest')
142
160
  PutProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'PutProfileObjectTypeResponse')
143
161
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
162
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
144
163
  S3ConnectorOperator = Shapes::StringShape.new(name: 'S3ConnectorOperator')
145
164
  S3ExportingConfig = Shapes::StructureShape.new(name: 'S3ExportingConfig')
146
165
  S3ExportingLocation = Shapes::StructureShape.new(name: 'S3ExportingLocation')
@@ -160,6 +179,7 @@ module Aws::CustomerProfiles
160
179
  SourceFlowConfig = Shapes::StructureShape.new(name: 'SourceFlowConfig')
161
180
  StandardIdentifier = Shapes::StringShape.new(name: 'StandardIdentifier')
162
181
  StandardIdentifierList = Shapes::ListShape.new(name: 'StandardIdentifierList')
182
+ Status = Shapes::StringShape.new(name: 'Status')
163
183
  TagArn = Shapes::StringShape.new(name: 'TagArn')
164
184
  TagKey = Shapes::StringShape.new(name: 'TagKey')
165
185
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -184,6 +204,12 @@ module Aws::CustomerProfiles
184
204
  UpdateDomainResponse = Shapes::StructureShape.new(name: 'UpdateDomainResponse')
185
205
  UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
186
206
  UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
207
+ WorkflowAttributes = Shapes::StructureShape.new(name: 'WorkflowAttributes')
208
+ WorkflowList = Shapes::ListShape.new(name: 'WorkflowList')
209
+ WorkflowMetrics = Shapes::StructureShape.new(name: 'WorkflowMetrics')
210
+ WorkflowStepItem = Shapes::StructureShape.new(name: 'WorkflowStepItem')
211
+ WorkflowStepsList = Shapes::ListShape.new(name: 'WorkflowStepsList')
212
+ WorkflowType = Shapes::StringShape.new(name: 'WorkflowType')
187
213
  ZendeskConnectorOperator = Shapes::StringShape.new(name: 'ZendeskConnectorOperator')
188
214
  ZendeskSourceProperties = Shapes::StructureShape.new(name: 'ZendeskSourceProperties')
189
215
  boolean = Shapes::BooleanShape.new(name: 'boolean')
@@ -237,6 +263,30 @@ module Aws::CustomerProfiles
237
263
  Address.add_member(:postal_code, Shapes::ShapeRef.new(shape: string1To255, location_name: "PostalCode"))
238
264
  Address.struct_class = Types::Address
239
265
 
266
+ AppflowIntegration.add_member(:flow_definition, Shapes::ShapeRef.new(shape: FlowDefinition, required: true, location_name: "FlowDefinition"))
267
+ AppflowIntegration.add_member(:batches, Shapes::ShapeRef.new(shape: Batches, location_name: "Batches"))
268
+ AppflowIntegration.struct_class = Types::AppflowIntegration
269
+
270
+ AppflowIntegrationWorkflowAttributes.add_member(:source_connector_type, Shapes::ShapeRef.new(shape: SourceConnectorType, required: true, location_name: "SourceConnectorType"))
271
+ AppflowIntegrationWorkflowAttributes.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, required: true, location_name: "ConnectorProfileName"))
272
+ AppflowIntegrationWorkflowAttributes.add_member(:role_arn, Shapes::ShapeRef.new(shape: string1To255, location_name: "RoleArn"))
273
+ AppflowIntegrationWorkflowAttributes.struct_class = Types::AppflowIntegrationWorkflowAttributes
274
+
275
+ AppflowIntegrationWorkflowMetrics.add_member(:records_processed, Shapes::ShapeRef.new(shape: long, required: true, location_name: "RecordsProcessed"))
276
+ AppflowIntegrationWorkflowMetrics.add_member(:steps_completed, Shapes::ShapeRef.new(shape: long, required: true, location_name: "StepsCompleted"))
277
+ AppflowIntegrationWorkflowMetrics.add_member(:total_steps, Shapes::ShapeRef.new(shape: long, required: true, location_name: "TotalSteps"))
278
+ AppflowIntegrationWorkflowMetrics.struct_class = Types::AppflowIntegrationWorkflowMetrics
279
+
280
+ AppflowIntegrationWorkflowStep.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "FlowName"))
281
+ AppflowIntegrationWorkflowStep.add_member(:status, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "Status"))
282
+ AppflowIntegrationWorkflowStep.add_member(:execution_message, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "ExecutionMessage"))
283
+ AppflowIntegrationWorkflowStep.add_member(:records_processed, Shapes::ShapeRef.new(shape: long, required: true, location_name: "RecordsProcessed"))
284
+ AppflowIntegrationWorkflowStep.add_member(:batch_records_start_time, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "BatchRecordsStartTime"))
285
+ AppflowIntegrationWorkflowStep.add_member(:batch_records_end_time, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "BatchRecordsEndTime"))
286
+ AppflowIntegrationWorkflowStep.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
287
+ AppflowIntegrationWorkflowStep.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
288
+ AppflowIntegrationWorkflowStep.struct_class = Types::AppflowIntegrationWorkflowStep
289
+
240
290
  AttributeSourceIdMap.key = Shapes::ShapeRef.new(shape: string1To255)
241
291
  AttributeSourceIdMap.value = Shapes::ShapeRef.new(shape: uuid)
242
292
 
@@ -251,6 +301,12 @@ module Aws::CustomerProfiles
251
301
  BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
252
302
  BadRequestException.struct_class = Types::BadRequestException
253
303
 
304
+ Batch.add_member(:start_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "StartTime"))
305
+ Batch.add_member(:end_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "EndTime"))
306
+ Batch.struct_class = Types::Batch
307
+
308
+ Batches.member = Shapes::ShapeRef.new(shape: Batch)
309
+
254
310
  ConflictResolution.add_member(:conflict_resolving_model, Shapes::ShapeRef.new(shape: ConflictResolvingModel, required: true, location_name: "ConflictResolvingModel"))
255
311
  ConflictResolution.add_member(:source_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "SourceName"))
256
312
  ConflictResolution.struct_class = Types::ConflictResolution
@@ -283,6 +339,18 @@ module Aws::CustomerProfiles
283
339
  CreateDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
284
340
  CreateDomainResponse.struct_class = Types::CreateDomainResponse
285
341
 
342
+ CreateIntegrationWorkflowRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
343
+ CreateIntegrationWorkflowRequest.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "WorkflowType"))
344
+ CreateIntegrationWorkflowRequest.add_member(:integration_config, Shapes::ShapeRef.new(shape: IntegrationConfig, required: true, location_name: "IntegrationConfig"))
345
+ CreateIntegrationWorkflowRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
346
+ CreateIntegrationWorkflowRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
347
+ CreateIntegrationWorkflowRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
348
+ CreateIntegrationWorkflowRequest.struct_class = Types::CreateIntegrationWorkflowRequest
349
+
350
+ CreateIntegrationWorkflowResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "WorkflowId"))
351
+ CreateIntegrationWorkflowResponse.add_member(:message, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Message"))
352
+ CreateIntegrationWorkflowResponse.struct_class = Types::CreateIntegrationWorkflowResponse
353
+
286
354
  CreateProfileRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
287
355
  CreateProfileRequest.add_member(:account_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "AccountNumber"))
288
356
  CreateProfileRequest.add_member(:additional_information, Shapes::ShapeRef.new(shape: string1To1000, location_name: "AdditionalInformation"))
@@ -355,6 +423,12 @@ module Aws::CustomerProfiles
355
423
  DeleteProfileResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
356
424
  DeleteProfileResponse.struct_class = Types::DeleteProfileResponse
357
425
 
426
+ DeleteWorkflowRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
427
+ DeleteWorkflowRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: string1To255, required: true, location: "uri", location_name: "WorkflowId"))
428
+ DeleteWorkflowRequest.struct_class = Types::DeleteWorkflowRequest
429
+
430
+ DeleteWorkflowResponse.struct_class = Types::DeleteWorkflowResponse
431
+
358
432
  DomainList.member = Shapes::ShapeRef.new(shape: ListDomainItem)
359
433
 
360
434
  DomainStats.add_member(:profile_count, Shapes::ShapeRef.new(shape: long, location_name: "ProfileCount"))
@@ -458,6 +532,7 @@ module Aws::CustomerProfiles
458
532
  GetIntegrationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
459
533
  GetIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
460
534
  GetIntegrationResponse.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
535
+ GetIntegrationResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "WorkflowId"))
461
536
  GetIntegrationResponse.struct_class = Types::GetIntegrationResponse
462
537
 
463
538
  GetMatchesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
@@ -501,6 +576,32 @@ module Aws::CustomerProfiles
501
576
  GetProfileObjectTypeTemplateResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
502
577
  GetProfileObjectTypeTemplateResponse.struct_class = Types::GetProfileObjectTypeTemplateResponse
503
578
 
579
+ GetWorkflowRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
580
+ GetWorkflowRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: uuid, required: true, location: "uri", location_name: "WorkflowId"))
581
+ GetWorkflowRequest.struct_class = Types::GetWorkflowRequest
582
+
583
+ GetWorkflowResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: uuid, location_name: "WorkflowId"))
584
+ GetWorkflowResponse.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "WorkflowType"))
585
+ GetWorkflowResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
586
+ GetWorkflowResponse.add_member(:error_description, Shapes::ShapeRef.new(shape: string1To255, location_name: "ErrorDescription"))
587
+ GetWorkflowResponse.add_member(:start_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "StartDate"))
588
+ GetWorkflowResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
589
+ GetWorkflowResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: WorkflowAttributes, location_name: "Attributes"))
590
+ GetWorkflowResponse.add_member(:metrics, Shapes::ShapeRef.new(shape: WorkflowMetrics, location_name: "Metrics"))
591
+ GetWorkflowResponse.struct_class = Types::GetWorkflowResponse
592
+
593
+ GetWorkflowStepsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
594
+ GetWorkflowStepsRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: uuid, required: true, location: "uri", location_name: "WorkflowId"))
595
+ GetWorkflowStepsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
596
+ GetWorkflowStepsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
597
+ GetWorkflowStepsRequest.struct_class = Types::GetWorkflowStepsRequest
598
+
599
+ GetWorkflowStepsResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: uuid, location_name: "WorkflowId"))
600
+ GetWorkflowStepsResponse.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "WorkflowType"))
601
+ GetWorkflowStepsResponse.add_member(:items, Shapes::ShapeRef.new(shape: WorkflowStepsList, location_name: "Items"))
602
+ GetWorkflowStepsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
603
+ GetWorkflowStepsResponse.struct_class = Types::GetWorkflowStepsResponse
604
+
504
605
  IdentityResolutionJob.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, location_name: "DomainName"))
505
606
  IdentityResolutionJob.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, location_name: "JobId"))
506
607
  IdentityResolutionJob.add_member(:status, Shapes::ShapeRef.new(shape: IdentityResolutionJobStatus, location_name: "Status"))
@@ -516,6 +617,9 @@ module Aws::CustomerProfiles
516
617
  IncrementalPullConfig.add_member(:datetime_type_field_name, Shapes::ShapeRef.new(shape: DatetimeTypeFieldName, location_name: "DatetimeTypeFieldName"))
517
618
  IncrementalPullConfig.struct_class = Types::IncrementalPullConfig
518
619
 
620
+ IntegrationConfig.add_member(:appflow_integration, Shapes::ShapeRef.new(shape: AppflowIntegration, location_name: "AppflowIntegration"))
621
+ IntegrationConfig.struct_class = Types::IntegrationConfig
622
+
519
623
  IntegrationList.member = Shapes::ShapeRef.new(shape: ListIntegrationItem)
520
624
 
521
625
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
@@ -536,6 +640,7 @@ module Aws::CustomerProfiles
536
640
  ListAccountIntegrationsRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
537
641
  ListAccountIntegrationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
538
642
  ListAccountIntegrationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
643
+ ListAccountIntegrationsRequest.add_member(:include_hidden, Shapes::ShapeRef.new(shape: optionalBoolean, location: "querystring", location_name: "include-hidden"))
539
644
  ListAccountIntegrationsRequest.struct_class = Types::ListAccountIntegrationsRequest
540
645
 
541
646
  ListAccountIntegrationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: IntegrationList, location_name: "Items"))
@@ -572,11 +677,13 @@ module Aws::CustomerProfiles
572
677
  ListIntegrationItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
573
678
  ListIntegrationItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
574
679
  ListIntegrationItem.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
680
+ ListIntegrationItem.add_member(:workflow_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "WorkflowId"))
575
681
  ListIntegrationItem.struct_class = Types::ListIntegrationItem
576
682
 
577
683
  ListIntegrationsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
578
684
  ListIntegrationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
579
685
  ListIntegrationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
686
+ ListIntegrationsRequest.add_member(:include_hidden, Shapes::ShapeRef.new(shape: optionalBoolean, location: "querystring", location_name: "include-hidden"))
580
687
  ListIntegrationsRequest.struct_class = Types::ListIntegrationsRequest
581
688
 
582
689
  ListIntegrationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: IntegrationList, location_name: "Items"))
@@ -635,6 +742,27 @@ module Aws::CustomerProfiles
635
742
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
636
743
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
637
744
 
745
+ ListWorkflowsItem.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "WorkflowType"))
746
+ ListWorkflowsItem.add_member(:workflow_id, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "WorkflowId"))
747
+ ListWorkflowsItem.add_member(:status, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "Status"))
748
+ ListWorkflowsItem.add_member(:status_description, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "StatusDescription"))
749
+ ListWorkflowsItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
750
+ ListWorkflowsItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
751
+ ListWorkflowsItem.struct_class = Types::ListWorkflowsItem
752
+
753
+ ListWorkflowsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
754
+ ListWorkflowsRequest.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "WorkflowType"))
755
+ ListWorkflowsRequest.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
756
+ ListWorkflowsRequest.add_member(:query_start_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "QueryStartDate"))
757
+ ListWorkflowsRequest.add_member(:query_end_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "QueryEndDate"))
758
+ ListWorkflowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
759
+ ListWorkflowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
760
+ ListWorkflowsRequest.struct_class = Types::ListWorkflowsRequest
761
+
762
+ ListWorkflowsResponse.add_member(:items, Shapes::ShapeRef.new(shape: WorkflowList, location_name: "Items"))
763
+ ListWorkflowsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
764
+ ListWorkflowsResponse.struct_class = Types::ListWorkflowsResponse
765
+
638
766
  MarketoSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
639
767
  MarketoSourceProperties.struct_class = Types::MarketoSourceProperties
640
768
 
@@ -739,6 +867,7 @@ module Aws::CustomerProfiles
739
867
  PutIntegrationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
740
868
  PutIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
741
869
  PutIntegrationResponse.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
870
+ PutIntegrationResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "WorkflowId"))
742
871
  PutIntegrationResponse.struct_class = Types::PutIntegrationResponse
743
872
 
744
873
  PutProfileObjectRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
@@ -936,6 +1065,19 @@ module Aws::CustomerProfiles
936
1065
  UpdateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
937
1066
  UpdateProfileResponse.struct_class = Types::UpdateProfileResponse
938
1067
 
1068
+ WorkflowAttributes.add_member(:appflow_integration, Shapes::ShapeRef.new(shape: AppflowIntegrationWorkflowAttributes, location_name: "AppflowIntegration"))
1069
+ WorkflowAttributes.struct_class = Types::WorkflowAttributes
1070
+
1071
+ WorkflowList.member = Shapes::ShapeRef.new(shape: ListWorkflowsItem)
1072
+
1073
+ WorkflowMetrics.add_member(:appflow_integration, Shapes::ShapeRef.new(shape: AppflowIntegrationWorkflowMetrics, location_name: "AppflowIntegration"))
1074
+ WorkflowMetrics.struct_class = Types::WorkflowMetrics
1075
+
1076
+ WorkflowStepItem.add_member(:appflow_integration, Shapes::ShapeRef.new(shape: AppflowIntegrationWorkflowStep, location_name: "AppflowIntegration"))
1077
+ WorkflowStepItem.struct_class = Types::WorkflowStepItem
1078
+
1079
+ WorkflowStepsList.member = Shapes::ShapeRef.new(shape: WorkflowStepItem)
1080
+
939
1081
  ZendeskSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
940
1082
  ZendeskSourceProperties.struct_class = Types::ZendeskSourceProperties
941
1083
 
@@ -986,6 +1128,19 @@ module Aws::CustomerProfiles
986
1128
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
987
1129
  end)
988
1130
 
1131
+ api.add_operation(:create_integration_workflow, Seahorse::Model::Operation.new.tap do |o|
1132
+ o.name = "CreateIntegrationWorkflow"
1133
+ o.http_method = "POST"
1134
+ o.http_request_uri = "/domains/{DomainName}/workflows/integrations"
1135
+ o.input = Shapes::ShapeRef.new(shape: CreateIntegrationWorkflowRequest)
1136
+ o.output = Shapes::ShapeRef.new(shape: CreateIntegrationWorkflowResponse)
1137
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1138
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1139
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1140
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1141
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1142
+ end)
1143
+
989
1144
  api.add_operation(:create_profile, Seahorse::Model::Operation.new.tap do |o|
990
1145
  o.name = "CreateProfile"
991
1146
  o.http_method = "POST"
@@ -1077,6 +1232,19 @@ module Aws::CustomerProfiles
1077
1232
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1078
1233
  end)
1079
1234
 
1235
+ api.add_operation(:delete_workflow, Seahorse::Model::Operation.new.tap do |o|
1236
+ o.name = "DeleteWorkflow"
1237
+ o.http_method = "DELETE"
1238
+ o.http_request_uri = "/domains/{DomainName}/workflows/{WorkflowId}"
1239
+ o.input = Shapes::ShapeRef.new(shape: DeleteWorkflowRequest)
1240
+ o.output = Shapes::ShapeRef.new(shape: DeleteWorkflowResponse)
1241
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1242
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1243
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1244
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1245
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1246
+ end)
1247
+
1080
1248
  api.add_operation(:get_auto_merging_preview, Seahorse::Model::Operation.new.tap do |o|
1081
1249
  o.name = "GetAutoMergingPreview"
1082
1250
  o.http_method = "POST"
@@ -1168,6 +1336,32 @@ module Aws::CustomerProfiles
1168
1336
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1169
1337
  end)
1170
1338
 
1339
+ api.add_operation(:get_workflow, Seahorse::Model::Operation.new.tap do |o|
1340
+ o.name = "GetWorkflow"
1341
+ o.http_method = "GET"
1342
+ o.http_request_uri = "/domains/{DomainName}/workflows/{WorkflowId}"
1343
+ o.input = Shapes::ShapeRef.new(shape: GetWorkflowRequest)
1344
+ o.output = Shapes::ShapeRef.new(shape: GetWorkflowResponse)
1345
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1346
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1347
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1348
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1349
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1350
+ end)
1351
+
1352
+ api.add_operation(:get_workflow_steps, Seahorse::Model::Operation.new.tap do |o|
1353
+ o.name = "GetWorkflowSteps"
1354
+ o.http_method = "GET"
1355
+ o.http_request_uri = "/domains/{DomainName}/workflows/{WorkflowId}/steps"
1356
+ o.input = Shapes::ShapeRef.new(shape: GetWorkflowStepsRequest)
1357
+ o.output = Shapes::ShapeRef.new(shape: GetWorkflowStepsResponse)
1358
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1359
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1360
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1361
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1362
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1363
+ end)
1364
+
1171
1365
  api.add_operation(:list_account_integrations, Seahorse::Model::Operation.new.tap do |o|
1172
1366
  o.name = "ListAccountIntegrations"
1173
1367
  o.http_method = "POST"
@@ -1270,6 +1464,19 @@ module Aws::CustomerProfiles
1270
1464
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1271
1465
  end)
1272
1466
 
1467
+ api.add_operation(:list_workflows, Seahorse::Model::Operation.new.tap do |o|
1468
+ o.name = "ListWorkflows"
1469
+ o.http_method = "POST"
1470
+ o.http_request_uri = "/domains/{DomainName}/workflows"
1471
+ o.input = Shapes::ShapeRef.new(shape: ListWorkflowsRequest)
1472
+ o.output = Shapes::ShapeRef.new(shape: ListWorkflowsResponse)
1473
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1474
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1475
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1476
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1477
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1478
+ end)
1479
+
1273
1480
  api.add_operation(:merge_profiles, Seahorse::Model::Operation.new.tap do |o|
1274
1481
  o.name = "MergeProfiles"
1275
1482
  o.http_method = "POST"