aws-sdk-customerprofiles 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 809fbbe18dc72ad1a081de760503e9d902ef26f311b8aec3fc25d952ed75dd80
4
- data.tar.gz: 34f979aee3b9d107133a3a6a57bb794be68b7be4fe597d657e333d875f38117b
3
+ metadata.gz: 3c94b1a61d3f6e15efe3caed7cd6edadb45309aebd9b93caa7a2a2c556f9fa2e
4
+ data.tar.gz: bd27cf29eec78eccee469e5fef11b84cba2c3e31e5b7aed0117e823f1dea1c2f
5
5
  SHA512:
6
- metadata.gz: ef927588c2651810b528b1f4f14986f53925a9eecc8aa9ba4a77d7bad45f863cca09d9e5e21a23fa13ec49a9a06c197e0cb0a9b2eeddcf504db5c707e94807f1
7
- data.tar.gz: b55152f7e483a2ee697b57b678745bd3655aa3e3e143fccc32511839911d3bb606dea9989a929602409474e5abe0e39b0757cd24e4624d2c55406c8d537f3f4f
6
+ metadata.gz: 91ac6c3534e54b417f6cb7775fe92ae9f2b5677e1fa43bce3f2f717475619030fc2d528f1d1bcf7a3c6a071305b57ab7c6584fc70623c1cdfd7d4610c6d8845c
7
+ data.tar.gz: a4df916d627f4356c2574580804eb809d89faa571927060dfa7afc540df1786f24ee4ce20b431dbebdda392ea4f841c562c4dacd3b8b16948ab21bf4d1a6f7eb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.0 (2021-03-26)
5
+ ------------------
6
+
7
+ * Feature - This release adds an optional parameter named FlowDefinition in PutIntegrationRequest.
8
+
4
9
  1.4.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-customerprofiles/customizations'
48
48
  # @!group service
49
49
  module Aws::CustomerProfiles
50
50
 
51
- GEM_VERSION = '1.4.0'
51
+ GEM_VERSION = '1.5.0'
52
52
 
53
53
  end
@@ -1326,7 +1326,7 @@ module Aws::CustomerProfiles
1326
1326
  # @option params [required, String] :domain_name
1327
1327
  # The unique name of the domain.
1328
1328
  #
1329
- # @option params [required, String] :uri
1329
+ # @option params [String] :uri
1330
1330
  # The URI of the S3 bucket or any other type of data source.
1331
1331
  #
1332
1332
  # @option params [required, String] :object_type_name
@@ -1335,6 +1335,8 @@ module Aws::CustomerProfiles
1335
1335
  # @option params [Hash<String,String>] :tags
1336
1336
  # The tags used to organize, track, or control access for this resource.
1337
1337
  #
1338
+ # @option params [Types::FlowDefinition] :flow_definition
1339
+ #
1338
1340
  # @return [Types::PutIntegrationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1339
1341
  #
1340
1342
  # * {Types::PutIntegrationResponse#domain_name #domain_name} => String
@@ -1348,11 +1350,74 @@ module Aws::CustomerProfiles
1348
1350
  #
1349
1351
  # resp = client.put_integration({
1350
1352
  # domain_name: "name", # required
1351
- # uri: "string1To255", # required
1353
+ # uri: "string1To255",
1352
1354
  # object_type_name: "typeName", # required
1353
1355
  # tags: {
1354
1356
  # "TagKey" => "TagValue",
1355
1357
  # },
1358
+ # flow_definition: {
1359
+ # description: "FlowDescription",
1360
+ # flow_name: "FlowName", # required
1361
+ # kms_arn: "KmsArn", # required
1362
+ # source_flow_config: { # required
1363
+ # connector_profile_name: "ConnectorProfileName",
1364
+ # connector_type: "Salesforce", # required, accepts Salesforce, Marketo, Zendesk, Servicenow, S3
1365
+ # incremental_pull_config: {
1366
+ # datetime_type_field_name: "DatetimeTypeFieldName",
1367
+ # },
1368
+ # source_connector_properties: { # required
1369
+ # marketo: {
1370
+ # object: "Object", # required
1371
+ # },
1372
+ # s3: {
1373
+ # bucket_name: "BucketName", # required
1374
+ # bucket_prefix: "BucketPrefix",
1375
+ # },
1376
+ # salesforce: {
1377
+ # object: "Object", # required
1378
+ # enable_dynamic_field_update: false,
1379
+ # include_deleted_records: false,
1380
+ # },
1381
+ # service_now: {
1382
+ # object: "Object", # required
1383
+ # },
1384
+ # zendesk: {
1385
+ # object: "Object", # required
1386
+ # },
1387
+ # },
1388
+ # },
1389
+ # tasks: [ # required
1390
+ # {
1391
+ # connector_operator: {
1392
+ # marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1393
+ # s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1394
+ # salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1395
+ # service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1396
+ # zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1397
+ # },
1398
+ # destination_field: "DestinationField",
1399
+ # source_fields: ["stringTo2048"], # required
1400
+ # task_properties: {
1401
+ # "VALUE" => "Property",
1402
+ # },
1403
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
1404
+ # },
1405
+ # ],
1406
+ # trigger_config: { # required
1407
+ # trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
1408
+ # trigger_properties: {
1409
+ # scheduled: {
1410
+ # schedule_expression: "ScheduleExpression", # required
1411
+ # data_pull_mode: "Incremental", # accepts Incremental, Complete
1412
+ # schedule_start_time: Time.now,
1413
+ # schedule_end_time: Time.now,
1414
+ # timezone: "Timezone",
1415
+ # schedule_offset: 1,
1416
+ # first_execution_from: Time.now,
1417
+ # },
1418
+ # },
1419
+ # },
1420
+ # },
1356
1421
  # })
1357
1422
  #
1358
1423
  # @example Response structure
@@ -1972,7 +2037,7 @@ module Aws::CustomerProfiles
1972
2037
  params: params,
1973
2038
  config: config)
1974
2039
  context[:gem_name] = 'aws-sdk-customerprofiles'
1975
- context[:gem_version] = '1.4.0'
2040
+ context[:gem_version] = '1.5.0'
1976
2041
  Seahorse::Client::Request.new(handlers, context)
1977
2042
  end
1978
2043
 
@@ -19,10 +19,17 @@ module Aws::CustomerProfiles
19
19
  Address = Shapes::StructureShape.new(name: 'Address')
20
20
  Attributes = Shapes::MapShape.new(name: 'Attributes')
21
21
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
22
+ BucketName = Shapes::StringShape.new(name: 'BucketName')
23
+ BucketPrefix = Shapes::StringShape.new(name: 'BucketPrefix')
24
+ ConnectorOperator = Shapes::StructureShape.new(name: 'ConnectorOperator')
25
+ ConnectorProfileName = Shapes::StringShape.new(name: 'ConnectorProfileName')
22
26
  CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
23
27
  CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
24
28
  CreateProfileRequest = Shapes::StructureShape.new(name: 'CreateProfileRequest')
25
29
  CreateProfileResponse = Shapes::StructureShape.new(name: 'CreateProfileResponse')
30
+ DataPullMode = Shapes::StringShape.new(name: 'DataPullMode')
31
+ Date = Shapes::TimestampShape.new(name: 'Date')
32
+ DatetimeTypeFieldName = Shapes::StringShape.new(name: 'DatetimeTypeFieldName')
26
33
  DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
27
34
  DeleteDomainResponse = Shapes::StructureShape.new(name: 'DeleteDomainResponse')
28
35
  DeleteIntegrationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationRequest')
@@ -35,11 +42,15 @@ module Aws::CustomerProfiles
35
42
  DeleteProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'DeleteProfileObjectTypeResponse')
36
43
  DeleteProfileRequest = Shapes::StructureShape.new(name: 'DeleteProfileRequest')
37
44
  DeleteProfileResponse = Shapes::StructureShape.new(name: 'DeleteProfileResponse')
45
+ DestinationField = Shapes::StringShape.new(name: 'DestinationField')
38
46
  DomainList = Shapes::ListShape.new(name: 'DomainList')
39
47
  DomainStats = Shapes::StructureShape.new(name: 'DomainStats')
40
48
  FieldContentType = Shapes::StringShape.new(name: 'FieldContentType')
41
49
  FieldMap = Shapes::MapShape.new(name: 'FieldMap')
42
50
  FieldNameList = Shapes::ListShape.new(name: 'FieldNameList')
51
+ FlowDefinition = Shapes::StructureShape.new(name: 'FlowDefinition')
52
+ FlowDescription = Shapes::StringShape.new(name: 'FlowDescription')
53
+ FlowName = Shapes::StringShape.new(name: 'FlowName')
43
54
  Gender = Shapes::StringShape.new(name: 'Gender')
44
55
  GetDomainRequest = Shapes::StructureShape.new(name: 'GetDomainRequest')
45
56
  GetDomainResponse = Shapes::StructureShape.new(name: 'GetDomainResponse')
@@ -49,9 +60,11 @@ module Aws::CustomerProfiles
49
60
  GetProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeResponse')
50
61
  GetProfileObjectTypeTemplateRequest = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateRequest')
51
62
  GetProfileObjectTypeTemplateResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateResponse')
63
+ IncrementalPullConfig = Shapes::StructureShape.new(name: 'IncrementalPullConfig')
52
64
  IntegrationList = Shapes::ListShape.new(name: 'IntegrationList')
53
65
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
54
66
  KeyMap = Shapes::MapShape.new(name: 'KeyMap')
67
+ KmsArn = Shapes::StringShape.new(name: 'KmsArn')
55
68
  ListAccountIntegrationsRequest = Shapes::StructureShape.new(name: 'ListAccountIntegrationsRequest')
56
69
  ListAccountIntegrationsResponse = Shapes::StructureShape.new(name: 'ListAccountIntegrationsResponse')
57
70
  ListDomainItem = Shapes::StructureShape.new(name: 'ListDomainItem')
@@ -71,15 +84,20 @@ module Aws::CustomerProfiles
71
84
  ListProfileObjectsResponse = Shapes::StructureShape.new(name: 'ListProfileObjectsResponse')
72
85
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
73
86
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
87
+ MarketoConnectorOperator = Shapes::StringShape.new(name: 'MarketoConnectorOperator')
88
+ MarketoSourceProperties = Shapes::StructureShape.new(name: 'MarketoSourceProperties')
89
+ Object = Shapes::StringShape.new(name: 'Object')
74
90
  ObjectTypeField = Shapes::StructureShape.new(name: 'ObjectTypeField')
75
91
  ObjectTypeKey = Shapes::StructureShape.new(name: 'ObjectTypeKey')
76
92
  ObjectTypeKeyList = Shapes::ListShape.new(name: 'ObjectTypeKeyList')
93
+ OperatorPropertiesKeys = Shapes::StringShape.new(name: 'OperatorPropertiesKeys')
77
94
  PartyType = Shapes::StringShape.new(name: 'PartyType')
78
95
  Profile = Shapes::StructureShape.new(name: 'Profile')
79
96
  ProfileList = Shapes::ListShape.new(name: 'ProfileList')
80
97
  ProfileObjectList = Shapes::ListShape.new(name: 'ProfileObjectList')
81
98
  ProfileObjectTypeList = Shapes::ListShape.new(name: 'ProfileObjectTypeList')
82
99
  ProfileObjectTypeTemplateList = Shapes::ListShape.new(name: 'ProfileObjectTypeTemplateList')
100
+ Property = Shapes::StringShape.new(name: 'Property')
83
101
  PutIntegrationRequest = Shapes::StructureShape.new(name: 'PutIntegrationRequest')
84
102
  PutIntegrationResponse = Shapes::StructureShape.new(name: 'PutIntegrationResponse')
85
103
  PutProfileObjectRequest = Shapes::StructureShape.new(name: 'PutProfileObjectRequest')
@@ -87,8 +105,21 @@ module Aws::CustomerProfiles
87
105
  PutProfileObjectTypeRequest = Shapes::StructureShape.new(name: 'PutProfileObjectTypeRequest')
88
106
  PutProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'PutProfileObjectTypeResponse')
89
107
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
108
+ S3ConnectorOperator = Shapes::StringShape.new(name: 'S3ConnectorOperator')
109
+ S3SourceProperties = Shapes::StructureShape.new(name: 'S3SourceProperties')
110
+ SalesforceConnectorOperator = Shapes::StringShape.new(name: 'SalesforceConnectorOperator')
111
+ SalesforceSourceProperties = Shapes::StructureShape.new(name: 'SalesforceSourceProperties')
112
+ ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
113
+ ScheduleOffset = Shapes::IntegerShape.new(name: 'ScheduleOffset')
114
+ ScheduledTriggerProperties = Shapes::StructureShape.new(name: 'ScheduledTriggerProperties')
90
115
  SearchProfilesRequest = Shapes::StructureShape.new(name: 'SearchProfilesRequest')
91
116
  SearchProfilesResponse = Shapes::StructureShape.new(name: 'SearchProfilesResponse')
117
+ ServiceNowConnectorOperator = Shapes::StringShape.new(name: 'ServiceNowConnectorOperator')
118
+ ServiceNowSourceProperties = Shapes::StructureShape.new(name: 'ServiceNowSourceProperties')
119
+ SourceConnectorProperties = Shapes::StructureShape.new(name: 'SourceConnectorProperties')
120
+ SourceConnectorType = Shapes::StringShape.new(name: 'SourceConnectorType')
121
+ SourceFields = Shapes::ListShape.new(name: 'SourceFields')
122
+ SourceFlowConfig = Shapes::StructureShape.new(name: 'SourceFlowConfig')
92
123
  StandardIdentifier = Shapes::StringShape.new(name: 'StandardIdentifier')
93
124
  StandardIdentifierList = Shapes::ListShape.new(name: 'StandardIdentifierList')
94
125
  TagArn = Shapes::StringShape.new(name: 'TagArn')
@@ -98,7 +129,15 @@ module Aws::CustomerProfiles
98
129
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
99
130
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
100
131
  TagValue = Shapes::StringShape.new(name: 'TagValue')
132
+ Task = Shapes::StructureShape.new(name: 'Task')
133
+ TaskPropertiesMap = Shapes::MapShape.new(name: 'TaskPropertiesMap')
134
+ TaskType = Shapes::StringShape.new(name: 'TaskType')
135
+ Tasks = Shapes::ListShape.new(name: 'Tasks')
101
136
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
137
+ Timezone = Shapes::StringShape.new(name: 'Timezone')
138
+ TriggerConfig = Shapes::StructureShape.new(name: 'TriggerConfig')
139
+ TriggerProperties = Shapes::StructureShape.new(name: 'TriggerProperties')
140
+ TriggerType = Shapes::StringShape.new(name: 'TriggerType')
102
141
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
103
142
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
104
143
  UpdateAddress = Shapes::StructureShape.new(name: 'UpdateAddress')
@@ -107,6 +146,8 @@ module Aws::CustomerProfiles
107
146
  UpdateDomainResponse = Shapes::StructureShape.new(name: 'UpdateDomainResponse')
108
147
  UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
109
148
  UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
149
+ ZendeskConnectorOperator = Shapes::StringShape.new(name: 'ZendeskConnectorOperator')
150
+ ZendeskSourceProperties = Shapes::StructureShape.new(name: 'ZendeskSourceProperties')
110
151
  boolean = Shapes::BooleanShape.new(name: 'boolean')
111
152
  encryptionKey = Shapes::StringShape.new(name: 'encryptionKey')
112
153
  expirationDaysInteger = Shapes::IntegerShape.new(name: 'expirationDaysInteger')
@@ -120,6 +161,7 @@ module Aws::CustomerProfiles
120
161
  string0To255 = Shapes::StringShape.new(name: 'string0To255')
121
162
  string1To1000 = Shapes::StringShape.new(name: 'string1To1000')
122
163
  string1To255 = Shapes::StringShape.new(name: 'string1To255')
164
+ stringTo2048 = Shapes::StringShape.new(name: 'stringTo2048')
123
165
  stringifiedJson = Shapes::StringShape.new(name: 'stringifiedJson')
124
166
  text = Shapes::StringShape.new(name: 'text')
125
167
  timestamp = Shapes::TimestampShape.new(name: 'timestamp')
@@ -158,6 +200,13 @@ module Aws::CustomerProfiles
158
200
  BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
159
201
  BadRequestException.struct_class = Types::BadRequestException
160
202
 
203
+ ConnectorOperator.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoConnectorOperator, location_name: "Marketo"))
204
+ ConnectorOperator.add_member(:s3, Shapes::ShapeRef.new(shape: S3ConnectorOperator, location_name: "S3"))
205
+ ConnectorOperator.add_member(:salesforce, Shapes::ShapeRef.new(shape: SalesforceConnectorOperator, location_name: "Salesforce"))
206
+ ConnectorOperator.add_member(:service_now, Shapes::ShapeRef.new(shape: ServiceNowConnectorOperator, location_name: "ServiceNow"))
207
+ ConnectorOperator.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorOperator, location_name: "Zendesk"))
208
+ ConnectorOperator.struct_class = Types::ConnectorOperator
209
+
161
210
  CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
162
211
  CreateDomainRequest.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, required: true, location_name: "DefaultExpirationDays"))
163
212
  CreateDomainRequest.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
@@ -259,6 +308,14 @@ module Aws::CustomerProfiles
259
308
 
260
309
  FieldNameList.member = Shapes::ShapeRef.new(shape: name)
261
310
 
311
+ FlowDefinition.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "Description"))
312
+ FlowDefinition.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "FlowName"))
313
+ FlowDefinition.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KmsArn, required: true, location_name: "KmsArn"))
314
+ FlowDefinition.add_member(:source_flow_config, Shapes::ShapeRef.new(shape: SourceFlowConfig, required: true, location_name: "SourceFlowConfig"))
315
+ FlowDefinition.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, required: true, location_name: "Tasks"))
316
+ FlowDefinition.add_member(:trigger_config, Shapes::ShapeRef.new(shape: TriggerConfig, required: true, location_name: "TriggerConfig"))
317
+ FlowDefinition.struct_class = Types::FlowDefinition
318
+
262
319
  GetDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
263
320
  GetDomainRequest.struct_class = Types::GetDomainRequest
264
321
 
@@ -312,6 +369,9 @@ module Aws::CustomerProfiles
312
369
  GetProfileObjectTypeTemplateResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
313
370
  GetProfileObjectTypeTemplateResponse.struct_class = Types::GetProfileObjectTypeTemplateResponse
314
371
 
372
+ IncrementalPullConfig.add_member(:datetime_type_field_name, Shapes::ShapeRef.new(shape: DatetimeTypeFieldName, location_name: "DatetimeTypeFieldName"))
373
+ IncrementalPullConfig.struct_class = Types::IncrementalPullConfig
374
+
315
375
  IntegrationList.member = Shapes::ShapeRef.new(shape: ListIntegrationItem)
316
376
 
317
377
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
@@ -411,6 +471,9 @@ module Aws::CustomerProfiles
411
471
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
412
472
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
413
473
 
474
+ MarketoSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
475
+ MarketoSourceProperties.struct_class = Types::MarketoSourceProperties
476
+
414
477
  ObjectTypeField.add_member(:source, Shapes::ShapeRef.new(shape: text, location_name: "Source"))
415
478
  ObjectTypeField.add_member(:target, Shapes::ShapeRef.new(shape: text, location_name: "Target"))
416
479
  ObjectTypeField.add_member(:content_type, Shapes::ShapeRef.new(shape: FieldContentType, location_name: "ContentType"))
@@ -455,9 +518,10 @@ module Aws::CustomerProfiles
455
518
  ProfileObjectTypeTemplateList.member = Shapes::ShapeRef.new(shape: ListProfileObjectTypeTemplateItem)
456
519
 
457
520
  PutIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
458
- PutIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
521
+ PutIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "Uri"))
459
522
  PutIntegrationRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
460
523
  PutIntegrationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
524
+ PutIntegrationRequest.add_member(:flow_definition, Shapes::ShapeRef.new(shape: FlowDefinition, location_name: "FlowDefinition"))
461
525
  PutIntegrationRequest.struct_class = Types::PutIntegrationRequest
462
526
 
463
527
  PutIntegrationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
@@ -504,6 +568,24 @@ module Aws::CustomerProfiles
504
568
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
505
569
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
506
570
 
571
+ S3SourceProperties.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "BucketName"))
572
+ S3SourceProperties.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: BucketPrefix, location_name: "BucketPrefix"))
573
+ S3SourceProperties.struct_class = Types::S3SourceProperties
574
+
575
+ SalesforceSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
576
+ SalesforceSourceProperties.add_member(:enable_dynamic_field_update, Shapes::ShapeRef.new(shape: boolean, location_name: "EnableDynamicFieldUpdate"))
577
+ SalesforceSourceProperties.add_member(:include_deleted_records, Shapes::ShapeRef.new(shape: boolean, location_name: "IncludeDeletedRecords"))
578
+ SalesforceSourceProperties.struct_class = Types::SalesforceSourceProperties
579
+
580
+ ScheduledTriggerProperties.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, required: true, location_name: "ScheduleExpression"))
581
+ ScheduledTriggerProperties.add_member(:data_pull_mode, Shapes::ShapeRef.new(shape: DataPullMode, location_name: "DataPullMode"))
582
+ ScheduledTriggerProperties.add_member(:schedule_start_time, Shapes::ShapeRef.new(shape: Date, location_name: "ScheduleStartTime"))
583
+ ScheduledTriggerProperties.add_member(:schedule_end_time, Shapes::ShapeRef.new(shape: Date, location_name: "ScheduleEndTime"))
584
+ ScheduledTriggerProperties.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "Timezone"))
585
+ ScheduledTriggerProperties.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: ScheduleOffset, location_name: "ScheduleOffset", metadata: {"box"=>true}))
586
+ ScheduledTriggerProperties.add_member(:first_execution_from, Shapes::ShapeRef.new(shape: Date, location_name: "FirstExecutionFrom"))
587
+ ScheduledTriggerProperties.struct_class = Types::ScheduledTriggerProperties
588
+
507
589
  SearchProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
508
590
  SearchProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
509
591
  SearchProfilesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
@@ -515,6 +597,24 @@ module Aws::CustomerProfiles
515
597
  SearchProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
516
598
  SearchProfilesResponse.struct_class = Types::SearchProfilesResponse
517
599
 
600
+ ServiceNowSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
601
+ ServiceNowSourceProperties.struct_class = Types::ServiceNowSourceProperties
602
+
603
+ SourceConnectorProperties.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoSourceProperties, location_name: "Marketo"))
604
+ SourceConnectorProperties.add_member(:s3, Shapes::ShapeRef.new(shape: S3SourceProperties, location_name: "S3"))
605
+ SourceConnectorProperties.add_member(:salesforce, Shapes::ShapeRef.new(shape: SalesforceSourceProperties, location_name: "Salesforce"))
606
+ SourceConnectorProperties.add_member(:service_now, Shapes::ShapeRef.new(shape: ServiceNowSourceProperties, location_name: "ServiceNow"))
607
+ SourceConnectorProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskSourceProperties, location_name: "Zendesk"))
608
+ SourceConnectorProperties.struct_class = Types::SourceConnectorProperties
609
+
610
+ SourceFields.member = Shapes::ShapeRef.new(shape: stringTo2048)
611
+
612
+ SourceFlowConfig.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "ConnectorProfileName"))
613
+ SourceFlowConfig.add_member(:connector_type, Shapes::ShapeRef.new(shape: SourceConnectorType, required: true, location_name: "ConnectorType"))
614
+ SourceFlowConfig.add_member(:incremental_pull_config, Shapes::ShapeRef.new(shape: IncrementalPullConfig, location_name: "IncrementalPullConfig"))
615
+ SourceFlowConfig.add_member(:source_connector_properties, Shapes::ShapeRef.new(shape: SourceConnectorProperties, required: true, location_name: "SourceConnectorProperties"))
616
+ SourceFlowConfig.struct_class = Types::SourceFlowConfig
617
+
518
618
  StandardIdentifierList.member = Shapes::ShapeRef.new(shape: StandardIdentifier)
519
619
 
520
620
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
@@ -528,9 +628,28 @@ module Aws::CustomerProfiles
528
628
 
529
629
  TagResourceResponse.struct_class = Types::TagResourceResponse
530
630
 
631
+ Task.add_member(:connector_operator, Shapes::ShapeRef.new(shape: ConnectorOperator, location_name: "ConnectorOperator"))
632
+ Task.add_member(:destination_field, Shapes::ShapeRef.new(shape: DestinationField, location_name: "DestinationField"))
633
+ Task.add_member(:source_fields, Shapes::ShapeRef.new(shape: SourceFields, required: true, location_name: "SourceFields"))
634
+ Task.add_member(:task_properties, Shapes::ShapeRef.new(shape: TaskPropertiesMap, location_name: "TaskProperties"))
635
+ Task.add_member(:task_type, Shapes::ShapeRef.new(shape: TaskType, required: true, location_name: "TaskType"))
636
+ Task.struct_class = Types::Task
637
+
638
+ TaskPropertiesMap.key = Shapes::ShapeRef.new(shape: OperatorPropertiesKeys)
639
+ TaskPropertiesMap.value = Shapes::ShapeRef.new(shape: Property)
640
+
641
+ Tasks.member = Shapes::ShapeRef.new(shape: Task)
642
+
531
643
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
532
644
  ThrottlingException.struct_class = Types::ThrottlingException
533
645
 
646
+ TriggerConfig.add_member(:trigger_type, Shapes::ShapeRef.new(shape: TriggerType, required: true, location_name: "TriggerType"))
647
+ TriggerConfig.add_member(:trigger_properties, Shapes::ShapeRef.new(shape: TriggerProperties, location_name: "TriggerProperties"))
648
+ TriggerConfig.struct_class = Types::TriggerConfig
649
+
650
+ TriggerProperties.add_member(:scheduled, Shapes::ShapeRef.new(shape: ScheduledTriggerProperties, location_name: "Scheduled"))
651
+ TriggerProperties.struct_class = Types::TriggerProperties
652
+
534
653
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
535
654
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
536
655
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -596,6 +715,9 @@ module Aws::CustomerProfiles
596
715
  UpdateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
597
716
  UpdateProfileResponse.struct_class = Types::UpdateProfileResponse
598
717
 
718
+ ZendeskSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
719
+ ZendeskSourceProperties.struct_class = Types::ZendeskSourceProperties
720
+
599
721
  requestValueList.member = Shapes::ShapeRef.new(shape: string1To255)
600
722
 
601
723
 
@@ -166,6 +166,44 @@ module Aws::CustomerProfiles
166
166
  include Aws::Structure
167
167
  end
168
168
 
169
+ # @note When making an API call, you may pass ConnectorOperator
170
+ # data as a hash:
171
+ #
172
+ # {
173
+ # marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
174
+ # s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
175
+ # salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
176
+ # service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
177
+ # zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
178
+ # }
179
+ #
180
+ # @!attribute [rw] marketo
181
+ # @return [String]
182
+ #
183
+ # @!attribute [rw] s3
184
+ # @return [String]
185
+ #
186
+ # @!attribute [rw] salesforce
187
+ # @return [String]
188
+ #
189
+ # @!attribute [rw] service_now
190
+ # @return [String]
191
+ #
192
+ # @!attribute [rw] zendesk
193
+ # @return [String]
194
+ #
195
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ConnectorOperator AWS API Documentation
196
+ #
197
+ class ConnectorOperator < Struct.new(
198
+ :marketo,
199
+ :s3,
200
+ :salesforce,
201
+ :service_now,
202
+ :zendesk)
203
+ SENSITIVE = []
204
+ include Aws::Structure
205
+ end
206
+
169
207
  # @note When making an API call, you may pass CreateDomainRequest
170
208
  # data as a hash:
171
209
  #
@@ -745,6 +783,104 @@ module Aws::CustomerProfiles
745
783
  include Aws::Structure
746
784
  end
747
785
 
786
+ # @note When making an API call, you may pass FlowDefinition
787
+ # data as a hash:
788
+ #
789
+ # {
790
+ # description: "FlowDescription",
791
+ # flow_name: "FlowName", # required
792
+ # kms_arn: "KmsArn", # required
793
+ # source_flow_config: { # required
794
+ # connector_profile_name: "ConnectorProfileName",
795
+ # connector_type: "Salesforce", # required, accepts Salesforce, Marketo, Zendesk, Servicenow, S3
796
+ # incremental_pull_config: {
797
+ # datetime_type_field_name: "DatetimeTypeFieldName",
798
+ # },
799
+ # source_connector_properties: { # required
800
+ # marketo: {
801
+ # object: "Object", # required
802
+ # },
803
+ # s3: {
804
+ # bucket_name: "BucketName", # required
805
+ # bucket_prefix: "BucketPrefix",
806
+ # },
807
+ # salesforce: {
808
+ # object: "Object", # required
809
+ # enable_dynamic_field_update: false,
810
+ # include_deleted_records: false,
811
+ # },
812
+ # service_now: {
813
+ # object: "Object", # required
814
+ # },
815
+ # zendesk: {
816
+ # object: "Object", # required
817
+ # },
818
+ # },
819
+ # },
820
+ # tasks: [ # required
821
+ # {
822
+ # connector_operator: {
823
+ # marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
824
+ # s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
825
+ # salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
826
+ # service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
827
+ # zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
828
+ # },
829
+ # destination_field: "DestinationField",
830
+ # source_fields: ["stringTo2048"], # required
831
+ # task_properties: {
832
+ # "VALUE" => "Property",
833
+ # },
834
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
835
+ # },
836
+ # ],
837
+ # trigger_config: { # required
838
+ # trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
839
+ # trigger_properties: {
840
+ # scheduled: {
841
+ # schedule_expression: "ScheduleExpression", # required
842
+ # data_pull_mode: "Incremental", # accepts Incremental, Complete
843
+ # schedule_start_time: Time.now,
844
+ # schedule_end_time: Time.now,
845
+ # timezone: "Timezone",
846
+ # schedule_offset: 1,
847
+ # first_execution_from: Time.now,
848
+ # },
849
+ # },
850
+ # },
851
+ # }
852
+ #
853
+ # @!attribute [rw] description
854
+ # @return [String]
855
+ #
856
+ # @!attribute [rw] flow_name
857
+ # @return [String]
858
+ #
859
+ # @!attribute [rw] kms_arn
860
+ # @return [String]
861
+ #
862
+ # @!attribute [rw] source_flow_config
863
+ # @return [Types::SourceFlowConfig]
864
+ #
865
+ # @!attribute [rw] tasks
866
+ # @return [Array<Types::Task>]
867
+ #
868
+ # @!attribute [rw] trigger_config
869
+ # @return [Types::TriggerConfig]
870
+ #
871
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/FlowDefinition AWS API Documentation
872
+ #
873
+ class FlowDefinition < Struct.new(
874
+ :description,
875
+ :flow_name,
876
+ :kms_arn,
877
+ :source_flow_config,
878
+ :tasks,
879
+ :trigger_config)
880
+ SENSITIVE = []
881
+ include Aws::Structure
882
+ end
883
+
748
884
  # @note When making an API call, you may pass GetDomainRequest
749
885
  # data as a hash:
750
886
  #
@@ -1034,6 +1170,24 @@ module Aws::CustomerProfiles
1034
1170
  include Aws::Structure
1035
1171
  end
1036
1172
 
1173
+ # @note When making an API call, you may pass IncrementalPullConfig
1174
+ # data as a hash:
1175
+ #
1176
+ # {
1177
+ # datetime_type_field_name: "DatetimeTypeFieldName",
1178
+ # }
1179
+ #
1180
+ # @!attribute [rw] datetime_type_field_name
1181
+ # @return [String]
1182
+ #
1183
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/IncrementalPullConfig AWS API Documentation
1184
+ #
1185
+ class IncrementalPullConfig < Struct.new(
1186
+ :datetime_type_field_name)
1187
+ SENSITIVE = []
1188
+ include Aws::Structure
1189
+ end
1190
+
1037
1191
  # An internal service error occurred.
1038
1192
  #
1039
1193
  # @!attribute [rw] message
@@ -1525,6 +1679,24 @@ module Aws::CustomerProfiles
1525
1679
  include Aws::Structure
1526
1680
  end
1527
1681
 
1682
+ # @note When making an API call, you may pass MarketoSourceProperties
1683
+ # data as a hash:
1684
+ #
1685
+ # {
1686
+ # object: "Object", # required
1687
+ # }
1688
+ #
1689
+ # @!attribute [rw] object
1690
+ # @return [String]
1691
+ #
1692
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/MarketoSourceProperties AWS API Documentation
1693
+ #
1694
+ class MarketoSourceProperties < Struct.new(
1695
+ :object)
1696
+ SENSITIVE = []
1697
+ include Aws::Structure
1698
+ end
1699
+
1528
1700
  # Represents a field in a ProfileObjectType.
1529
1701
  #
1530
1702
  # @note When making an API call, you may pass ObjectTypeField
@@ -1726,11 +1898,74 @@ module Aws::CustomerProfiles
1726
1898
  #
1727
1899
  # {
1728
1900
  # domain_name: "name", # required
1729
- # uri: "string1To255", # required
1901
+ # uri: "string1To255",
1730
1902
  # object_type_name: "typeName", # required
1731
1903
  # tags: {
1732
1904
  # "TagKey" => "TagValue",
1733
1905
  # },
1906
+ # flow_definition: {
1907
+ # description: "FlowDescription",
1908
+ # flow_name: "FlowName", # required
1909
+ # kms_arn: "KmsArn", # required
1910
+ # source_flow_config: { # required
1911
+ # connector_profile_name: "ConnectorProfileName",
1912
+ # connector_type: "Salesforce", # required, accepts Salesforce, Marketo, Zendesk, Servicenow, S3
1913
+ # incremental_pull_config: {
1914
+ # datetime_type_field_name: "DatetimeTypeFieldName",
1915
+ # },
1916
+ # source_connector_properties: { # required
1917
+ # marketo: {
1918
+ # object: "Object", # required
1919
+ # },
1920
+ # s3: {
1921
+ # bucket_name: "BucketName", # required
1922
+ # bucket_prefix: "BucketPrefix",
1923
+ # },
1924
+ # salesforce: {
1925
+ # object: "Object", # required
1926
+ # enable_dynamic_field_update: false,
1927
+ # include_deleted_records: false,
1928
+ # },
1929
+ # service_now: {
1930
+ # object: "Object", # required
1931
+ # },
1932
+ # zendesk: {
1933
+ # object: "Object", # required
1934
+ # },
1935
+ # },
1936
+ # },
1937
+ # tasks: [ # required
1938
+ # {
1939
+ # connector_operator: {
1940
+ # marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1941
+ # s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1942
+ # salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1943
+ # service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1944
+ # zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1945
+ # },
1946
+ # destination_field: "DestinationField",
1947
+ # source_fields: ["stringTo2048"], # required
1948
+ # task_properties: {
1949
+ # "VALUE" => "Property",
1950
+ # },
1951
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
1952
+ # },
1953
+ # ],
1954
+ # trigger_config: { # required
1955
+ # trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
1956
+ # trigger_properties: {
1957
+ # scheduled: {
1958
+ # schedule_expression: "ScheduleExpression", # required
1959
+ # data_pull_mode: "Incremental", # accepts Incremental, Complete
1960
+ # schedule_start_time: Time.now,
1961
+ # schedule_end_time: Time.now,
1962
+ # timezone: "Timezone",
1963
+ # schedule_offset: 1,
1964
+ # first_execution_from: Time.now,
1965
+ # },
1966
+ # },
1967
+ # },
1968
+ # },
1734
1969
  # }
1735
1970
  #
1736
1971
  # @!attribute [rw] domain_name
@@ -1750,13 +1985,17 @@ module Aws::CustomerProfiles
1750
1985
  # resource.
1751
1986
  # @return [Hash<String,String>]
1752
1987
  #
1988
+ # @!attribute [rw] flow_definition
1989
+ # @return [Types::FlowDefinition]
1990
+ #
1753
1991
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutIntegrationRequest AWS API Documentation
1754
1992
  #
1755
1993
  class PutIntegrationRequest < Struct.new(
1756
1994
  :domain_name,
1757
1995
  :uri,
1758
1996
  :object_type_name,
1759
- :tags)
1997
+ :tags,
1998
+ :flow_definition)
1760
1999
  SENSITIVE = []
1761
2000
  include Aws::Structure
1762
2001
  end
@@ -2020,6 +2259,105 @@ module Aws::CustomerProfiles
2020
2259
  include Aws::Structure
2021
2260
  end
2022
2261
 
2262
+ # @note When making an API call, you may pass S3SourceProperties
2263
+ # data as a hash:
2264
+ #
2265
+ # {
2266
+ # bucket_name: "BucketName", # required
2267
+ # bucket_prefix: "BucketPrefix",
2268
+ # }
2269
+ #
2270
+ # @!attribute [rw] bucket_name
2271
+ # @return [String]
2272
+ #
2273
+ # @!attribute [rw] bucket_prefix
2274
+ # @return [String]
2275
+ #
2276
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/S3SourceProperties AWS API Documentation
2277
+ #
2278
+ class S3SourceProperties < Struct.new(
2279
+ :bucket_name,
2280
+ :bucket_prefix)
2281
+ SENSITIVE = []
2282
+ include Aws::Structure
2283
+ end
2284
+
2285
+ # @note When making an API call, you may pass SalesforceSourceProperties
2286
+ # data as a hash:
2287
+ #
2288
+ # {
2289
+ # object: "Object", # required
2290
+ # enable_dynamic_field_update: false,
2291
+ # include_deleted_records: false,
2292
+ # }
2293
+ #
2294
+ # @!attribute [rw] object
2295
+ # @return [String]
2296
+ #
2297
+ # @!attribute [rw] enable_dynamic_field_update
2298
+ # @return [Boolean]
2299
+ #
2300
+ # @!attribute [rw] include_deleted_records
2301
+ # @return [Boolean]
2302
+ #
2303
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SalesforceSourceProperties AWS API Documentation
2304
+ #
2305
+ class SalesforceSourceProperties < Struct.new(
2306
+ :object,
2307
+ :enable_dynamic_field_update,
2308
+ :include_deleted_records)
2309
+ SENSITIVE = []
2310
+ include Aws::Structure
2311
+ end
2312
+
2313
+ # @note When making an API call, you may pass ScheduledTriggerProperties
2314
+ # data as a hash:
2315
+ #
2316
+ # {
2317
+ # schedule_expression: "ScheduleExpression", # required
2318
+ # data_pull_mode: "Incremental", # accepts Incremental, Complete
2319
+ # schedule_start_time: Time.now,
2320
+ # schedule_end_time: Time.now,
2321
+ # timezone: "Timezone",
2322
+ # schedule_offset: 1,
2323
+ # first_execution_from: Time.now,
2324
+ # }
2325
+ #
2326
+ # @!attribute [rw] schedule_expression
2327
+ # @return [String]
2328
+ #
2329
+ # @!attribute [rw] data_pull_mode
2330
+ # @return [String]
2331
+ #
2332
+ # @!attribute [rw] schedule_start_time
2333
+ # @return [Time]
2334
+ #
2335
+ # @!attribute [rw] schedule_end_time
2336
+ # @return [Time]
2337
+ #
2338
+ # @!attribute [rw] timezone
2339
+ # @return [String]
2340
+ #
2341
+ # @!attribute [rw] schedule_offset
2342
+ # @return [Integer]
2343
+ #
2344
+ # @!attribute [rw] first_execution_from
2345
+ # @return [Time]
2346
+ #
2347
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ScheduledTriggerProperties AWS API Documentation
2348
+ #
2349
+ class ScheduledTriggerProperties < Struct.new(
2350
+ :schedule_expression,
2351
+ :data_pull_mode,
2352
+ :schedule_start_time,
2353
+ :schedule_end_time,
2354
+ :timezone,
2355
+ :schedule_offset,
2356
+ :first_execution_from)
2357
+ SENSITIVE = []
2358
+ include Aws::Structure
2359
+ end
2360
+
2023
2361
  # @note When making an API call, you may pass SearchProfilesRequest
2024
2362
  # data as a hash:
2025
2363
  #
@@ -2084,6 +2422,129 @@ module Aws::CustomerProfiles
2084
2422
  include Aws::Structure
2085
2423
  end
2086
2424
 
2425
+ # @note When making an API call, you may pass ServiceNowSourceProperties
2426
+ # data as a hash:
2427
+ #
2428
+ # {
2429
+ # object: "Object", # required
2430
+ # }
2431
+ #
2432
+ # @!attribute [rw] object
2433
+ # @return [String]
2434
+ #
2435
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ServiceNowSourceProperties AWS API Documentation
2436
+ #
2437
+ class ServiceNowSourceProperties < Struct.new(
2438
+ :object)
2439
+ SENSITIVE = []
2440
+ include Aws::Structure
2441
+ end
2442
+
2443
+ # @note When making an API call, you may pass SourceConnectorProperties
2444
+ # data as a hash:
2445
+ #
2446
+ # {
2447
+ # marketo: {
2448
+ # object: "Object", # required
2449
+ # },
2450
+ # s3: {
2451
+ # bucket_name: "BucketName", # required
2452
+ # bucket_prefix: "BucketPrefix",
2453
+ # },
2454
+ # salesforce: {
2455
+ # object: "Object", # required
2456
+ # enable_dynamic_field_update: false,
2457
+ # include_deleted_records: false,
2458
+ # },
2459
+ # service_now: {
2460
+ # object: "Object", # required
2461
+ # },
2462
+ # zendesk: {
2463
+ # object: "Object", # required
2464
+ # },
2465
+ # }
2466
+ #
2467
+ # @!attribute [rw] marketo
2468
+ # @return [Types::MarketoSourceProperties]
2469
+ #
2470
+ # @!attribute [rw] s3
2471
+ # @return [Types::S3SourceProperties]
2472
+ #
2473
+ # @!attribute [rw] salesforce
2474
+ # @return [Types::SalesforceSourceProperties]
2475
+ #
2476
+ # @!attribute [rw] service_now
2477
+ # @return [Types::ServiceNowSourceProperties]
2478
+ #
2479
+ # @!attribute [rw] zendesk
2480
+ # @return [Types::ZendeskSourceProperties]
2481
+ #
2482
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SourceConnectorProperties AWS API Documentation
2483
+ #
2484
+ class SourceConnectorProperties < Struct.new(
2485
+ :marketo,
2486
+ :s3,
2487
+ :salesforce,
2488
+ :service_now,
2489
+ :zendesk)
2490
+ SENSITIVE = []
2491
+ include Aws::Structure
2492
+ end
2493
+
2494
+ # @note When making an API call, you may pass SourceFlowConfig
2495
+ # data as a hash:
2496
+ #
2497
+ # {
2498
+ # connector_profile_name: "ConnectorProfileName",
2499
+ # connector_type: "Salesforce", # required, accepts Salesforce, Marketo, Zendesk, Servicenow, S3
2500
+ # incremental_pull_config: {
2501
+ # datetime_type_field_name: "DatetimeTypeFieldName",
2502
+ # },
2503
+ # source_connector_properties: { # required
2504
+ # marketo: {
2505
+ # object: "Object", # required
2506
+ # },
2507
+ # s3: {
2508
+ # bucket_name: "BucketName", # required
2509
+ # bucket_prefix: "BucketPrefix",
2510
+ # },
2511
+ # salesforce: {
2512
+ # object: "Object", # required
2513
+ # enable_dynamic_field_update: false,
2514
+ # include_deleted_records: false,
2515
+ # },
2516
+ # service_now: {
2517
+ # object: "Object", # required
2518
+ # },
2519
+ # zendesk: {
2520
+ # object: "Object", # required
2521
+ # },
2522
+ # },
2523
+ # }
2524
+ #
2525
+ # @!attribute [rw] connector_profile_name
2526
+ # @return [String]
2527
+ #
2528
+ # @!attribute [rw] connector_type
2529
+ # @return [String]
2530
+ #
2531
+ # @!attribute [rw] incremental_pull_config
2532
+ # @return [Types::IncrementalPullConfig]
2533
+ #
2534
+ # @!attribute [rw] source_connector_properties
2535
+ # @return [Types::SourceConnectorProperties]
2536
+ #
2537
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SourceFlowConfig AWS API Documentation
2538
+ #
2539
+ class SourceFlowConfig < Struct.new(
2540
+ :connector_profile_name,
2541
+ :connector_type,
2542
+ :incremental_pull_config,
2543
+ :source_connector_properties)
2544
+ SENSITIVE = []
2545
+ include Aws::Structure
2546
+ end
2547
+
2087
2548
  # @note When making an API call, you may pass TagResourceRequest
2088
2549
  # data as a hash:
2089
2550
  #
@@ -2116,6 +2577,52 @@ module Aws::CustomerProfiles
2116
2577
  #
2117
2578
  class TagResourceResponse < Aws::EmptyStructure; end
2118
2579
 
2580
+ # @note When making an API call, you may pass Task
2581
+ # data as a hash:
2582
+ #
2583
+ # {
2584
+ # connector_operator: {
2585
+ # marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2586
+ # s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2587
+ # salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2588
+ # service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2589
+ # zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2590
+ # },
2591
+ # destination_field: "DestinationField",
2592
+ # source_fields: ["stringTo2048"], # required
2593
+ # task_properties: {
2594
+ # "VALUE" => "Property",
2595
+ # },
2596
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
2597
+ # }
2598
+ #
2599
+ # @!attribute [rw] connector_operator
2600
+ # @return [Types::ConnectorOperator]
2601
+ #
2602
+ # @!attribute [rw] destination_field
2603
+ # @return [String]
2604
+ #
2605
+ # @!attribute [rw] source_fields
2606
+ # @return [Array<String>]
2607
+ #
2608
+ # @!attribute [rw] task_properties
2609
+ # @return [Hash<String,String>]
2610
+ #
2611
+ # @!attribute [rw] task_type
2612
+ # @return [String]
2613
+ #
2614
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/Task AWS API Documentation
2615
+ #
2616
+ class Task < Struct.new(
2617
+ :connector_operator,
2618
+ :destination_field,
2619
+ :source_fields,
2620
+ :task_properties,
2621
+ :task_type)
2622
+ SENSITIVE = []
2623
+ include Aws::Structure
2624
+ end
2625
+
2119
2626
  # You exceeded the maximum number of requests.
2120
2627
  #
2121
2628
  # @!attribute [rw] message
@@ -2129,6 +2636,65 @@ module Aws::CustomerProfiles
2129
2636
  include Aws::Structure
2130
2637
  end
2131
2638
 
2639
+ # @note When making an API call, you may pass TriggerConfig
2640
+ # data as a hash:
2641
+ #
2642
+ # {
2643
+ # trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
2644
+ # trigger_properties: {
2645
+ # scheduled: {
2646
+ # schedule_expression: "ScheduleExpression", # required
2647
+ # data_pull_mode: "Incremental", # accepts Incremental, Complete
2648
+ # schedule_start_time: Time.now,
2649
+ # schedule_end_time: Time.now,
2650
+ # timezone: "Timezone",
2651
+ # schedule_offset: 1,
2652
+ # first_execution_from: Time.now,
2653
+ # },
2654
+ # },
2655
+ # }
2656
+ #
2657
+ # @!attribute [rw] trigger_type
2658
+ # @return [String]
2659
+ #
2660
+ # @!attribute [rw] trigger_properties
2661
+ # @return [Types::TriggerProperties]
2662
+ #
2663
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/TriggerConfig AWS API Documentation
2664
+ #
2665
+ class TriggerConfig < Struct.new(
2666
+ :trigger_type,
2667
+ :trigger_properties)
2668
+ SENSITIVE = []
2669
+ include Aws::Structure
2670
+ end
2671
+
2672
+ # @note When making an API call, you may pass TriggerProperties
2673
+ # data as a hash:
2674
+ #
2675
+ # {
2676
+ # scheduled: {
2677
+ # schedule_expression: "ScheduleExpression", # required
2678
+ # data_pull_mode: "Incremental", # accepts Incremental, Complete
2679
+ # schedule_start_time: Time.now,
2680
+ # schedule_end_time: Time.now,
2681
+ # timezone: "Timezone",
2682
+ # schedule_offset: 1,
2683
+ # first_execution_from: Time.now,
2684
+ # },
2685
+ # }
2686
+ #
2687
+ # @!attribute [rw] scheduled
2688
+ # @return [Types::ScheduledTriggerProperties]
2689
+ #
2690
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/TriggerProperties AWS API Documentation
2691
+ #
2692
+ class TriggerProperties < Struct.new(
2693
+ :scheduled)
2694
+ SENSITIVE = []
2695
+ include Aws::Structure
2696
+ end
2697
+
2132
2698
  # @note When making an API call, you may pass UntagResourceRequest
2133
2699
  # data as a hash:
2134
2700
  #
@@ -2547,5 +3113,23 @@ module Aws::CustomerProfiles
2547
3113
  include Aws::Structure
2548
3114
  end
2549
3115
 
3116
+ # @note When making an API call, you may pass ZendeskSourceProperties
3117
+ # data as a hash:
3118
+ #
3119
+ # {
3120
+ # object: "Object", # required
3121
+ # }
3122
+ #
3123
+ # @!attribute [rw] object
3124
+ # @return [String]
3125
+ #
3126
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ZendeskSourceProperties AWS API Documentation
3127
+ #
3128
+ class ZendeskSourceProperties < Struct.new(
3129
+ :object)
3130
+ SENSITIVE = []
3131
+ include Aws::Structure
3132
+ end
3133
+
2550
3134
  end
2551
3135
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-customerprofiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-customerprofiles
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-customerprofiles/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-customerprofiles
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-customerprofiles/CHANGELOG.md
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths: