aws-sdk-customerprofiles 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c94b1a61d3f6e15efe3caed7cd6edadb45309aebd9b93caa7a2a2c556f9fa2e
4
- data.tar.gz: bd27cf29eec78eccee469e5fef11b84cba2c3e31e5b7aed0117e823f1dea1c2f
3
+ metadata.gz: b42cec8721c4f629deb11cfde3f4f11cc0e48cc6084ffff896ff2cb439f31999
4
+ data.tar.gz: 881173fa9b9cf461375e4fcb0f0fe92878af5ef0f59022f6b103fbe18d629a5c
5
5
  SHA512:
6
- metadata.gz: 91ac6c3534e54b417f6cb7775fe92ae9f2b5677e1fa43bce3f2f717475619030fc2d528f1d1bcf7a3c6a071305b57ab7c6584fc70623c1cdfd7d4610c6d8845c
7
- data.tar.gz: a4df916d627f4356c2574580804eb809d89faa571927060dfa7afc540df1786f24ee4ce20b431dbebdda392ea4f841c562c4dacd3b8b16948ab21bf4d1a6f7eb
6
+ metadata.gz: abc20df7cc3071a035d3a92957a47879ca79df479e34a73d733bea3867c4a5b2c42b155d1de2724955291458176c55fe3e108a4958e4d42cbce9a39618d769b2
7
+ data.tar.gz: 4ed50f0318b59af9277dbe4f75a5ec6368ef78b940e1285c222a64750fa9d0179b9cce0aedfe1c2dd31d0621675e7149cf77ba9bd84076af6462eafd0318a62a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.0 (2021-04-08)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Put-Integration API
8
+
4
9
  1.5.0 (2021-03-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.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.5.0'
51
+ GEM_VERSION = '1.6.0'
52
52
 
53
53
  end
@@ -1336,6 +1336,8 @@ module Aws::CustomerProfiles
1336
1336
  # The tags used to organize, track, or control access for this resource.
1337
1337
  #
1338
1338
  # @option params [Types::FlowDefinition] :flow_definition
1339
+ # The configuration that controls how Customer Profiles retrieves data
1340
+ # from the source.
1339
1341
  #
1340
1342
  # @return [Types::PutIntegrationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1341
1343
  #
@@ -2037,7 +2039,7 @@ module Aws::CustomerProfiles
2037
2039
  params: params,
2038
2040
  config: config)
2039
2041
  context[:gem_name] = 'aws-sdk-customerprofiles'
2040
- context[:gem_version] = '1.5.0'
2042
+ context[:gem_version] = '1.6.0'
2041
2043
  Seahorse::Client::Request.new(handlers, context)
2042
2044
  end
2043
2045
 
@@ -166,6 +166,8 @@ module Aws::CustomerProfiles
166
166
  include Aws::Structure
167
167
  end
168
168
 
169
+ # The operation to be performed on the provided source fields.
170
+ #
169
171
  # @note When making an API call, you may pass ConnectorOperator
170
172
  # data as a hash:
171
173
  #
@@ -178,18 +180,26 @@ module Aws::CustomerProfiles
178
180
  # }
179
181
  #
180
182
  # @!attribute [rw] marketo
183
+ # The operation to be performed on the provided Marketo source fields.
181
184
  # @return [String]
182
185
  #
183
186
  # @!attribute [rw] s3
187
+ # The operation to be performed on the provided Amazon S3 source
188
+ # fields.
184
189
  # @return [String]
185
190
  #
186
191
  # @!attribute [rw] salesforce
192
+ # The operation to be performed on the provided Salesforce source
193
+ # fields.
187
194
  # @return [String]
188
195
  #
189
196
  # @!attribute [rw] service_now
197
+ # The operation to be performed on the provided ServiceNow source
198
+ # fields.
190
199
  # @return [String]
191
200
  #
192
201
  # @!attribute [rw] zendesk
202
+ # The operation to be performed on the provided Zendesk source fields.
193
203
  # @return [String]
194
204
  #
195
205
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ConnectorOperator AWS API Documentation
@@ -783,6 +793,10 @@ module Aws::CustomerProfiles
783
793
  include Aws::Structure
784
794
  end
785
795
 
796
+ # The configurations that control how Customer Profiles retrieves data
797
+ # from the source, Amazon AppFlow. Customer Profiles uses this
798
+ # information to create an AppFlow flow on behalf of customers.
799
+ #
786
800
  # @note When making an API call, you may pass FlowDefinition
787
801
  # data as a hash:
788
802
  #
@@ -851,21 +865,31 @@ module Aws::CustomerProfiles
851
865
  # }
852
866
  #
853
867
  # @!attribute [rw] description
868
+ # A description of the flow you want to create.
854
869
  # @return [String]
855
870
  #
856
871
  # @!attribute [rw] flow_name
872
+ # The specified name of the flow. Use underscores (\_) or hyphens (-)
873
+ # only. Spaces are not allowed.
857
874
  # @return [String]
858
875
  #
859
876
  # @!attribute [rw] kms_arn
877
+ # The Amazon Resource Name of the AWS Key Management Service (KMS) key
878
+ # you provide for encryption.
860
879
  # @return [String]
861
880
  #
862
881
  # @!attribute [rw] source_flow_config
882
+ # The configuration that controls how Customer Profiles retrieves data
883
+ # from the source.
863
884
  # @return [Types::SourceFlowConfig]
864
885
  #
865
886
  # @!attribute [rw] tasks
887
+ # A list of tasks that Customer Profiles performs while transferring
888
+ # the data in the flow run.
866
889
  # @return [Array<Types::Task>]
867
890
  #
868
891
  # @!attribute [rw] trigger_config
892
+ # The trigger settings that determine how and when the flow runs.
869
893
  # @return [Types::TriggerConfig]
870
894
  #
871
895
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/FlowDefinition AWS API Documentation
@@ -1170,6 +1194,9 @@ module Aws::CustomerProfiles
1170
1194
  include Aws::Structure
1171
1195
  end
1172
1196
 
1197
+ # Specifies the configuration used when importing incremental records
1198
+ # from the source.
1199
+ #
1173
1200
  # @note When making an API call, you may pass IncrementalPullConfig
1174
1201
  # data as a hash:
1175
1202
  #
@@ -1178,6 +1205,8 @@ module Aws::CustomerProfiles
1178
1205
  # }
1179
1206
  #
1180
1207
  # @!attribute [rw] datetime_type_field_name
1208
+ # A field that specifies the date time or timestamp field as the
1209
+ # criteria to use when importing incremental records from the source.
1181
1210
  # @return [String]
1182
1211
  #
1183
1212
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/IncrementalPullConfig AWS API Documentation
@@ -1679,6 +1708,9 @@ module Aws::CustomerProfiles
1679
1708
  include Aws::Structure
1680
1709
  end
1681
1710
 
1711
+ # The properties that are applied when Marketo is being used as a
1712
+ # source.
1713
+ #
1682
1714
  # @note When making an API call, you may pass MarketoSourceProperties
1683
1715
  # data as a hash:
1684
1716
  #
@@ -1687,6 +1719,7 @@ module Aws::CustomerProfiles
1687
1719
  # }
1688
1720
  #
1689
1721
  # @!attribute [rw] object
1722
+ # The object specified in the Marketo flow source.
1690
1723
  # @return [String]
1691
1724
  #
1692
1725
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/MarketoSourceProperties AWS API Documentation
@@ -1986,6 +2019,8 @@ module Aws::CustomerProfiles
1986
2019
  # @return [Hash<String,String>]
1987
2020
  #
1988
2021
  # @!attribute [rw] flow_definition
2022
+ # The configuration that controls how Customer Profiles retrieves data
2023
+ # from the source.
1989
2024
  # @return [Types::FlowDefinition]
1990
2025
  #
1991
2026
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutIntegrationRequest AWS API Documentation
@@ -2259,6 +2294,9 @@ module Aws::CustomerProfiles
2259
2294
  include Aws::Structure
2260
2295
  end
2261
2296
 
2297
+ # The properties that are applied when Amazon S3 is being used as the
2298
+ # flow source.
2299
+ #
2262
2300
  # @note When making an API call, you may pass S3SourceProperties
2263
2301
  # data as a hash:
2264
2302
  #
@@ -2268,9 +2306,12 @@ module Aws::CustomerProfiles
2268
2306
  # }
2269
2307
  #
2270
2308
  # @!attribute [rw] bucket_name
2309
+ # The Amazon S3 bucket name where the source files are stored.
2271
2310
  # @return [String]
2272
2311
  #
2273
2312
  # @!attribute [rw] bucket_prefix
2313
+ # The object key for the Amazon S3 bucket in which the source files
2314
+ # are stored.
2274
2315
  # @return [String]
2275
2316
  #
2276
2317
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/S3SourceProperties AWS API Documentation
@@ -2282,6 +2323,9 @@ module Aws::CustomerProfiles
2282
2323
  include Aws::Structure
2283
2324
  end
2284
2325
 
2326
+ # The properties that are applied when Salesforce is being used as a
2327
+ # source.
2328
+ #
2285
2329
  # @note When making an API call, you may pass SalesforceSourceProperties
2286
2330
  # data as a hash:
2287
2331
  #
@@ -2292,12 +2336,17 @@ module Aws::CustomerProfiles
2292
2336
  # }
2293
2337
  #
2294
2338
  # @!attribute [rw] object
2339
+ # The object specified in the Salesforce flow source.
2295
2340
  # @return [String]
2296
2341
  #
2297
2342
  # @!attribute [rw] enable_dynamic_field_update
2343
+ # The flag that enables dynamic fetching of new (recently added)
2344
+ # fields in the Salesforce objects while running a flow.
2298
2345
  # @return [Boolean]
2299
2346
  #
2300
2347
  # @!attribute [rw] include_deleted_records
2348
+ # Indicates whether Amazon AppFlow includes deleted files in the flow
2349
+ # run.
2301
2350
  # @return [Boolean]
2302
2351
  #
2303
2352
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SalesforceSourceProperties AWS API Documentation
@@ -2310,6 +2359,10 @@ module Aws::CustomerProfiles
2310
2359
  include Aws::Structure
2311
2360
  end
2312
2361
 
2362
+ # Specifies the configuration details of a scheduled-trigger flow that
2363
+ # you define. Currently, these settings only apply to the
2364
+ # scheduled-trigger type.
2365
+ #
2313
2366
  # @note When making an API call, you may pass ScheduledTriggerProperties
2314
2367
  # data as a hash:
2315
2368
  #
@@ -2324,24 +2377,36 @@ module Aws::CustomerProfiles
2324
2377
  # }
2325
2378
  #
2326
2379
  # @!attribute [rw] schedule_expression
2380
+ # The scheduling expression that determines the rate at which the
2381
+ # schedule will run, for example rate (5 minutes).
2327
2382
  # @return [String]
2328
2383
  #
2329
2384
  # @!attribute [rw] data_pull_mode
2385
+ # Specifies whether a scheduled flow has an incremental data transfer
2386
+ # or a complete data transfer for each flow run.
2330
2387
  # @return [String]
2331
2388
  #
2332
2389
  # @!attribute [rw] schedule_start_time
2390
+ # Specifies the scheduled start time for a scheduled-trigger flow.
2333
2391
  # @return [Time]
2334
2392
  #
2335
2393
  # @!attribute [rw] schedule_end_time
2394
+ # Specifies the scheduled end time for a scheduled-trigger flow.
2336
2395
  # @return [Time]
2337
2396
  #
2338
2397
  # @!attribute [rw] timezone
2398
+ # Specifies the time zone used when referring to the date and time of
2399
+ # a scheduled-triggered flow, such as America/New\_York.
2339
2400
  # @return [String]
2340
2401
  #
2341
2402
  # @!attribute [rw] schedule_offset
2403
+ # Specifies the optional offset that is added to the time interval for
2404
+ # a schedule-triggered flow.
2342
2405
  # @return [Integer]
2343
2406
  #
2344
2407
  # @!attribute [rw] first_execution_from
2408
+ # Specifies the date range for the records to import from the
2409
+ # connector in the first flow run.
2345
2410
  # @return [Time]
2346
2411
  #
2347
2412
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ScheduledTriggerProperties AWS API Documentation
@@ -2422,6 +2487,9 @@ module Aws::CustomerProfiles
2422
2487
  include Aws::Structure
2423
2488
  end
2424
2489
 
2490
+ # The properties that are applied when ServiceNow is being used as a
2491
+ # source.
2492
+ #
2425
2493
  # @note When making an API call, you may pass ServiceNowSourceProperties
2426
2494
  # data as a hash:
2427
2495
  #
@@ -2430,6 +2498,7 @@ module Aws::CustomerProfiles
2430
2498
  # }
2431
2499
  #
2432
2500
  # @!attribute [rw] object
2501
+ # The object specified in the ServiceNow flow source.
2433
2502
  # @return [String]
2434
2503
  #
2435
2504
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ServiceNowSourceProperties AWS API Documentation
@@ -2440,6 +2509,10 @@ module Aws::CustomerProfiles
2440
2509
  include Aws::Structure
2441
2510
  end
2442
2511
 
2512
+ # Specifies the information that is required to query a particular
2513
+ # Amazon AppFlow connector. Customer Profiles supports Salesforce,
2514
+ # Zendesk, Marketo, ServiceNow and Amazon S3.
2515
+ #
2443
2516
  # @note When making an API call, you may pass SourceConnectorProperties
2444
2517
  # data as a hash:
2445
2518
  #
@@ -2465,18 +2538,27 @@ module Aws::CustomerProfiles
2465
2538
  # }
2466
2539
  #
2467
2540
  # @!attribute [rw] marketo
2541
+ # The properties that are applied when Marketo is being used as a
2542
+ # source.
2468
2543
  # @return [Types::MarketoSourceProperties]
2469
2544
  #
2470
2545
  # @!attribute [rw] s3
2546
+ # The properties that are applied when Amazon S3 is being used as the
2547
+ # flow source.
2471
2548
  # @return [Types::S3SourceProperties]
2472
2549
  #
2473
2550
  # @!attribute [rw] salesforce
2551
+ # The properties that are applied when Salesforce is being used as a
2552
+ # source.
2474
2553
  # @return [Types::SalesforceSourceProperties]
2475
2554
  #
2476
2555
  # @!attribute [rw] service_now
2556
+ # The properties that are applied when ServiceNow is being used as a
2557
+ # source.
2477
2558
  # @return [Types::ServiceNowSourceProperties]
2478
2559
  #
2479
2560
  # @!attribute [rw] zendesk
2561
+ # The properties that are applied when using Zendesk as a flow source.
2480
2562
  # @return [Types::ZendeskSourceProperties]
2481
2563
  #
2482
2564
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SourceConnectorProperties AWS API Documentation
@@ -2491,6 +2573,9 @@ module Aws::CustomerProfiles
2491
2573
  include Aws::Structure
2492
2574
  end
2493
2575
 
2576
+ # Contains information about the configuration of the source connector
2577
+ # used in the flow.
2578
+ #
2494
2579
  # @note When making an API call, you may pass SourceFlowConfig
2495
2580
  # data as a hash:
2496
2581
  #
@@ -2523,15 +2608,23 @@ module Aws::CustomerProfiles
2523
2608
  # }
2524
2609
  #
2525
2610
  # @!attribute [rw] connector_profile_name
2611
+ # The name of the AppFlow connector profile. This name must be unique
2612
+ # for each connector profile in the AWS account.
2526
2613
  # @return [String]
2527
2614
  #
2528
2615
  # @!attribute [rw] connector_type
2616
+ # The type of connector, such as Salesforce, Marketo, and so on.
2529
2617
  # @return [String]
2530
2618
  #
2531
2619
  # @!attribute [rw] incremental_pull_config
2620
+ # Defines the configuration for a scheduled incremental data pull. If
2621
+ # a valid configuration is provided, the fields specified in the
2622
+ # configuration are used when querying for the incremental data pull.
2532
2623
  # @return [Types::IncrementalPullConfig]
2533
2624
  #
2534
2625
  # @!attribute [rw] source_connector_properties
2626
+ # Specifies the information that is required to query a particular
2627
+ # source connector.
2535
2628
  # @return [Types::SourceConnectorProperties]
2536
2629
  #
2537
2630
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SourceFlowConfig AWS API Documentation
@@ -2577,6 +2670,9 @@ module Aws::CustomerProfiles
2577
2670
  #
2578
2671
  class TagResourceResponse < Aws::EmptyStructure; end
2579
2672
 
2673
+ # A class for modeling different type of tasks. Task implementation
2674
+ # varies based on the TaskType.
2675
+ #
2580
2676
  # @note When making an API call, you may pass Task
2581
2677
  # data as a hash:
2582
2678
  #
@@ -2597,18 +2693,26 @@ module Aws::CustomerProfiles
2597
2693
  # }
2598
2694
  #
2599
2695
  # @!attribute [rw] connector_operator
2696
+ # The operation to be performed on the provided source fields.
2600
2697
  # @return [Types::ConnectorOperator]
2601
2698
  #
2602
2699
  # @!attribute [rw] destination_field
2700
+ # A field in a destination connector, or a field value against which
2701
+ # Amazon AppFlow validates a source field.
2603
2702
  # @return [String]
2604
2703
  #
2605
2704
  # @!attribute [rw] source_fields
2705
+ # The source fields to which a particular task is applied.
2606
2706
  # @return [Array<String>]
2607
2707
  #
2608
2708
  # @!attribute [rw] task_properties
2709
+ # A map used to store task-related information. The service looks for
2710
+ # particular information based on the TaskType.
2609
2711
  # @return [Hash<String,String>]
2610
2712
  #
2611
2713
  # @!attribute [rw] task_type
2714
+ # Specifies the particular task implementation that Amazon AppFlow
2715
+ # performs.
2612
2716
  # @return [String]
2613
2717
  #
2614
2718
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/Task AWS API Documentation
@@ -2636,6 +2740,9 @@ module Aws::CustomerProfiles
2636
2740
  include Aws::Structure
2637
2741
  end
2638
2742
 
2743
+ # The trigger settings that determine how and when Amazon AppFlow runs
2744
+ # the specified flow.
2745
+ #
2639
2746
  # @note When making an API call, you may pass TriggerConfig
2640
2747
  # data as a hash:
2641
2748
  #
@@ -2655,9 +2762,14 @@ module Aws::CustomerProfiles
2655
2762
  # }
2656
2763
  #
2657
2764
  # @!attribute [rw] trigger_type
2765
+ # Specifies the type of flow trigger. It can be OnDemand, Scheduled,
2766
+ # or Event.
2658
2767
  # @return [String]
2659
2768
  #
2660
2769
  # @!attribute [rw] trigger_properties
2770
+ # Specifies the configuration details of a schedule-triggered flow
2771
+ # that you define. Currently, these settings only apply to the
2772
+ # Scheduled trigger type.
2661
2773
  # @return [Types::TriggerProperties]
2662
2774
  #
2663
2775
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/TriggerConfig AWS API Documentation
@@ -2669,6 +2781,10 @@ module Aws::CustomerProfiles
2669
2781
  include Aws::Structure
2670
2782
  end
2671
2783
 
2784
+ # Specifies the configuration details that control the trigger for a
2785
+ # flow. Currently, these settings only apply to the Scheduled trigger
2786
+ # type.
2787
+ #
2672
2788
  # @note When making an API call, you may pass TriggerProperties
2673
2789
  # data as a hash:
2674
2790
  #
@@ -2685,6 +2801,8 @@ module Aws::CustomerProfiles
2685
2801
  # }
2686
2802
  #
2687
2803
  # @!attribute [rw] scheduled
2804
+ # Specifies the configuration details of a schedule-triggered flow
2805
+ # that you define.
2688
2806
  # @return [Types::ScheduledTriggerProperties]
2689
2807
  #
2690
2808
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/TriggerProperties AWS API Documentation
@@ -3113,6 +3231,8 @@ module Aws::CustomerProfiles
3113
3231
  include Aws::Structure
3114
3232
  end
3115
3233
 
3234
+ # The properties that are applied when using Zendesk as a flow source.
3235
+ #
3116
3236
  # @note When making an API call, you may pass ZendeskSourceProperties
3117
3237
  # data as a hash:
3118
3238
  #
@@ -3121,6 +3241,7 @@ module Aws::CustomerProfiles
3121
3241
  # }
3122
3242
  #
3123
3243
  # @!attribute [rw] object
3244
+ # The object specified in the Zendesk flow source.
3124
3245
  # @return [String]
3125
3246
  #
3126
3247
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ZendeskSourceProperties AWS API Documentation
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.5.0
4
+ version: 1.6.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-26 00:00:00.000000000 Z
11
+ date: 2021-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core