aws-sdk-customerprofiles 1.0.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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
  #
@@ -508,7 +546,7 @@ module Aws::CustomerProfiles
508
546
  #
509
547
  # {
510
548
  # domain_name: "name", # required
511
- # uri: "string1To255",
549
+ # uri: "string1To255", # required
512
550
  # }
513
551
  #
514
552
  # @!attribute [rw] domain_name
@@ -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
  #
@@ -821,7 +957,7 @@ module Aws::CustomerProfiles
821
957
  #
822
958
  # {
823
959
  # domain_name: "name", # required
824
- # uri: "string1To255",
960
+ # uri: "string1To255", # required
825
961
  # }
826
962
  #
827
963
  # @!attribute [rw] domain_name
@@ -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