aws-sdk-customerprofiles 1.24.0 → 1.26.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.
@@ -23,16 +23,6 @@ module Aws::CustomerProfiles
23
23
  include Aws::Structure
24
24
  end
25
25
 
26
- # @note When making an API call, you may pass AddProfileKeyRequest
27
- # data as a hash:
28
- #
29
- # {
30
- # profile_id: "uuid", # required
31
- # key_name: "name", # required
32
- # values: ["string1To255"], # required
33
- # domain_name: "name", # required
34
- # }
35
- #
36
26
  # @!attribute [rw] profile_id
37
27
  # The unique identifier of a customer profile.
38
28
  # @return [String]
@@ -93,14 +83,6 @@ module Aws::CustomerProfiles
93
83
  # [2]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html#customerprofiles-SearchProfiles-request-Values
94
84
  # [3]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html
95
85
  #
96
- # @note When making an API call, you may pass AdditionalSearchKey
97
- # data as a hash:
98
- #
99
- # {
100
- # key_name: "name", # required
101
- # values: ["string1To255"], # required
102
- # }
103
- #
104
86
  # @!attribute [rw] key_name
105
87
  # A searchable identifier of a customer profile.
106
88
  # @return [String]
@@ -121,22 +103,6 @@ module Aws::CustomerProfiles
121
103
  # A generic address associated with the customer that is not mailing,
122
104
  # shipping, or billing.
123
105
  #
124
- # @note When making an API call, you may pass Address
125
- # data as a hash:
126
- #
127
- # {
128
- # address_1: "string1To255",
129
- # address_2: "string1To255",
130
- # address_3: "string1To255",
131
- # address_4: "string1To255",
132
- # city: "string1To255",
133
- # county: "string1To255",
134
- # state: "string1To255",
135
- # province: "string1To255",
136
- # country: "string1To255",
137
- # postal_code: "string1To255",
138
- # }
139
- #
140
106
  # @!attribute [rw] address_1
141
107
  # The first line of a customer address.
142
108
  # @return [String]
@@ -196,81 +162,6 @@ module Aws::CustomerProfiles
196
162
 
197
163
  # Details for workflow of type `APPFLOW_INTEGRATION`.
198
164
  #
199
- # @note When making an API call, you may pass AppflowIntegration
200
- # data as a hash:
201
- #
202
- # {
203
- # flow_definition: { # required
204
- # description: "FlowDescription",
205
- # flow_name: "FlowName", # required
206
- # kms_arn: "KmsArn", # required
207
- # source_flow_config: { # required
208
- # connector_profile_name: "ConnectorProfileName",
209
- # connector_type: "Salesforce", # required, accepts Salesforce, Marketo, Zendesk, Servicenow, S3
210
- # incremental_pull_config: {
211
- # datetime_type_field_name: "DatetimeTypeFieldName",
212
- # },
213
- # source_connector_properties: { # required
214
- # marketo: {
215
- # object: "Object", # required
216
- # },
217
- # s3: {
218
- # bucket_name: "BucketName", # required
219
- # bucket_prefix: "BucketPrefix",
220
- # },
221
- # salesforce: {
222
- # object: "Object", # required
223
- # enable_dynamic_field_update: false,
224
- # include_deleted_records: false,
225
- # },
226
- # service_now: {
227
- # object: "Object", # required
228
- # },
229
- # zendesk: {
230
- # object: "Object", # required
231
- # },
232
- # },
233
- # },
234
- # tasks: [ # required
235
- # {
236
- # connector_operator: {
237
- # 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
238
- # 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
239
- # 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
240
- # 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
241
- # 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
242
- # },
243
- # destination_field: "DestinationField",
244
- # source_fields: ["stringTo2048"], # required
245
- # task_properties: {
246
- # "VALUE" => "Property",
247
- # },
248
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
249
- # },
250
- # ],
251
- # trigger_config: { # required
252
- # trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
253
- # trigger_properties: {
254
- # scheduled: {
255
- # schedule_expression: "ScheduleExpression", # required
256
- # data_pull_mode: "Incremental", # accepts Incremental, Complete
257
- # schedule_start_time: Time.now,
258
- # schedule_end_time: Time.now,
259
- # timezone: "Timezone",
260
- # schedule_offset: 1,
261
- # first_execution_from: Time.now,
262
- # },
263
- # },
264
- # },
265
- # },
266
- # batches: [
267
- # {
268
- # start_time: Time.now, # required
269
- # end_time: Time.now, # required
270
- # },
271
- # ],
272
- # }
273
- #
274
165
  # @!attribute [rw] flow_definition
275
166
  # The configurations that control how Customer Profiles retrieves data
276
167
  # from the source, Amazon AppFlow. Customer Profiles uses this
@@ -403,23 +294,6 @@ module Aws::CustomerProfiles
403
294
  # Configuration settings for how to perform the auto-merging of
404
295
  # profiles.
405
296
  #
406
- # @note When making an API call, you may pass AutoMerging
407
- # data as a hash:
408
- #
409
- # {
410
- # enabled: false, # required
411
- # consolidation: {
412
- # matching_attributes_list: [ # required
413
- # ["string1To255"],
414
- # ],
415
- # },
416
- # conflict_resolution: {
417
- # conflict_resolving_model: "RECENCY", # required, accepts RECENCY, SOURCE
418
- # source_name: "string1To255",
419
- # },
420
- # min_allowed_confidence_score_for_merging: 1.0,
421
- # }
422
- #
423
297
  # @!attribute [rw] enabled
424
298
  # The flag that enables the auto-merging of duplicate profiles.
425
299
  # @return [Boolean]
@@ -472,14 +346,6 @@ module Aws::CustomerProfiles
472
346
  # `APPFLOW_INTEGRATION` workflow. `APPFLOW_INTEGRATION` workflow splits
473
347
  # ingestion based on these boundaries.
474
348
  #
475
- # @note When making an API call, you may pass Batch
476
- # data as a hash:
477
- #
478
- # {
479
- # start_time: Time.now, # required
480
- # end_time: Time.now, # required
481
- # }
482
- #
483
349
  # @!attribute [rw] start_time
484
350
  # Start time of batch to split ingestion.
485
351
  # @return [Time]
@@ -500,14 +366,6 @@ module Aws::CustomerProfiles
500
366
  # How the auto-merging process should resolve conflicts between
501
367
  # different profiles.
502
368
  #
503
- # @note When making an API call, you may pass ConflictResolution
504
- # data as a hash:
505
- #
506
- # {
507
- # conflict_resolving_model: "RECENCY", # required, accepts RECENCY, SOURCE
508
- # source_name: "string1To255",
509
- # }
510
- #
511
369
  # @!attribute [rw] conflict_resolving_model
512
370
  # How the auto-merging process should resolve conflicts between
513
371
  # different profiles.
@@ -536,17 +394,6 @@ module Aws::CustomerProfiles
536
394
 
537
395
  # The operation to be performed on the provided source fields.
538
396
  #
539
- # @note When making an API call, you may pass ConnectorOperator
540
- # data as a hash:
541
- #
542
- # {
543
- # 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
544
- # 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
545
- # 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
546
- # 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
547
- # 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
548
- # }
549
- #
550
397
  # @!attribute [rw] marketo
551
398
  # The operation to be performed on the provided Marketo source fields.
552
399
  # @return [String]
@@ -584,15 +431,6 @@ module Aws::CustomerProfiles
584
431
 
585
432
  # The matching criteria to be used during the auto-merging process.
586
433
  #
587
- # @note When making an API call, you may pass Consolidation
588
- # data as a hash:
589
- #
590
- # {
591
- # matching_attributes_list: [ # required
592
- # ["string1To255"],
593
- # ],
594
- # }
595
- #
596
434
  # @!attribute [rw] matching_attributes_list
597
435
  # A list of matching criteria.
598
436
  # @return [Array<Array<String>>]
@@ -605,45 +443,6 @@ module Aws::CustomerProfiles
605
443
  include Aws::Structure
606
444
  end
607
445
 
608
- # @note When making an API call, you may pass CreateDomainRequest
609
- # data as a hash:
610
- #
611
- # {
612
- # domain_name: "name", # required
613
- # default_expiration_days: 1, # required
614
- # default_encryption_key: "encryptionKey",
615
- # dead_letter_queue_url: "sqsQueueUrl",
616
- # matching: {
617
- # enabled: false, # required
618
- # job_schedule: {
619
- # day_of_the_week: "SUNDAY", # required, accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
620
- # time: "JobScheduleTime", # required
621
- # },
622
- # auto_merging: {
623
- # enabled: false, # required
624
- # consolidation: {
625
- # matching_attributes_list: [ # required
626
- # ["string1To255"],
627
- # ],
628
- # },
629
- # conflict_resolution: {
630
- # conflict_resolving_model: "RECENCY", # required, accepts RECENCY, SOURCE
631
- # source_name: "string1To255",
632
- # },
633
- # min_allowed_confidence_score_for_merging: 1.0,
634
- # },
635
- # exporting_config: {
636
- # s3_exporting: {
637
- # s3_bucket_name: "s3BucketName", # required
638
- # s3_key_name: "s3KeyNameCustomerOutputConfig",
639
- # },
640
- # },
641
- # },
642
- # tags: {
643
- # "TagKey" => "TagValue",
644
- # },
645
- # }
646
- #
647
446
  # @!attribute [rw] domain_name
648
447
  # The unique name of the domain.
649
448
  # @return [String]
@@ -767,92 +566,6 @@ module Aws::CustomerProfiles
767
566
  include Aws::Structure
768
567
  end
769
568
 
770
- # @note When making an API call, you may pass CreateIntegrationWorkflowRequest
771
- # data as a hash:
772
- #
773
- # {
774
- # domain_name: "name", # required
775
- # workflow_type: "APPFLOW_INTEGRATION", # required, accepts APPFLOW_INTEGRATION
776
- # integration_config: { # required
777
- # appflow_integration: {
778
- # flow_definition: { # required
779
- # description: "FlowDescription",
780
- # flow_name: "FlowName", # required
781
- # kms_arn: "KmsArn", # required
782
- # source_flow_config: { # required
783
- # connector_profile_name: "ConnectorProfileName",
784
- # connector_type: "Salesforce", # required, accepts Salesforce, Marketo, Zendesk, Servicenow, S3
785
- # incremental_pull_config: {
786
- # datetime_type_field_name: "DatetimeTypeFieldName",
787
- # },
788
- # source_connector_properties: { # required
789
- # marketo: {
790
- # object: "Object", # required
791
- # },
792
- # s3: {
793
- # bucket_name: "BucketName", # required
794
- # bucket_prefix: "BucketPrefix",
795
- # },
796
- # salesforce: {
797
- # object: "Object", # required
798
- # enable_dynamic_field_update: false,
799
- # include_deleted_records: false,
800
- # },
801
- # service_now: {
802
- # object: "Object", # required
803
- # },
804
- # zendesk: {
805
- # object: "Object", # required
806
- # },
807
- # },
808
- # },
809
- # tasks: [ # required
810
- # {
811
- # connector_operator: {
812
- # 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
813
- # 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
814
- # 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
815
- # 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
816
- # 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
817
- # },
818
- # destination_field: "DestinationField",
819
- # source_fields: ["stringTo2048"], # required
820
- # task_properties: {
821
- # "VALUE" => "Property",
822
- # },
823
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
824
- # },
825
- # ],
826
- # trigger_config: { # required
827
- # trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
828
- # trigger_properties: {
829
- # scheduled: {
830
- # schedule_expression: "ScheduleExpression", # required
831
- # data_pull_mode: "Incremental", # accepts Incremental, Complete
832
- # schedule_start_time: Time.now,
833
- # schedule_end_time: Time.now,
834
- # timezone: "Timezone",
835
- # schedule_offset: 1,
836
- # first_execution_from: Time.now,
837
- # },
838
- # },
839
- # },
840
- # },
841
- # batches: [
842
- # {
843
- # start_time: Time.now, # required
844
- # end_time: Time.now, # required
845
- # },
846
- # ],
847
- # },
848
- # },
849
- # object_type_name: "typeName", # required
850
- # role_arn: "RoleArn", # required
851
- # tags: {
852
- # "TagKey" => "TagValue",
853
- # },
854
- # }
855
- #
856
569
  # @!attribute [rw] domain_name
857
570
  # The unique name of the domain.
858
571
  # @return [String]
@@ -911,80 +624,6 @@ module Aws::CustomerProfiles
911
624
  include Aws::Structure
912
625
  end
913
626
 
914
- # @note When making an API call, you may pass CreateProfileRequest
915
- # data as a hash:
916
- #
917
- # {
918
- # domain_name: "name", # required
919
- # account_number: "string1To255",
920
- # additional_information: "string1To1000",
921
- # party_type: "INDIVIDUAL", # accepts INDIVIDUAL, BUSINESS, OTHER
922
- # business_name: "string1To255",
923
- # first_name: "string1To255",
924
- # middle_name: "string1To255",
925
- # last_name: "string1To255",
926
- # birth_date: "string1To255",
927
- # gender: "MALE", # accepts MALE, FEMALE, UNSPECIFIED
928
- # phone_number: "string1To255",
929
- # mobile_phone_number: "string1To255",
930
- # home_phone_number: "string1To255",
931
- # business_phone_number: "string1To255",
932
- # email_address: "string1To255",
933
- # personal_email_address: "string1To255",
934
- # business_email_address: "string1To255",
935
- # address: {
936
- # address_1: "string1To255",
937
- # address_2: "string1To255",
938
- # address_3: "string1To255",
939
- # address_4: "string1To255",
940
- # city: "string1To255",
941
- # county: "string1To255",
942
- # state: "string1To255",
943
- # province: "string1To255",
944
- # country: "string1To255",
945
- # postal_code: "string1To255",
946
- # },
947
- # shipping_address: {
948
- # address_1: "string1To255",
949
- # address_2: "string1To255",
950
- # address_3: "string1To255",
951
- # address_4: "string1To255",
952
- # city: "string1To255",
953
- # county: "string1To255",
954
- # state: "string1To255",
955
- # province: "string1To255",
956
- # country: "string1To255",
957
- # postal_code: "string1To255",
958
- # },
959
- # mailing_address: {
960
- # address_1: "string1To255",
961
- # address_2: "string1To255",
962
- # address_3: "string1To255",
963
- # address_4: "string1To255",
964
- # city: "string1To255",
965
- # county: "string1To255",
966
- # state: "string1To255",
967
- # province: "string1To255",
968
- # country: "string1To255",
969
- # postal_code: "string1To255",
970
- # },
971
- # billing_address: {
972
- # address_1: "string1To255",
973
- # address_2: "string1To255",
974
- # address_3: "string1To255",
975
- # address_4: "string1To255",
976
- # city: "string1To255",
977
- # county: "string1To255",
978
- # state: "string1To255",
979
- # province: "string1To255",
980
- # country: "string1To255",
981
- # postal_code: "string1To255",
982
- # },
983
- # attributes: {
984
- # "string1To255" => "string1To255",
985
- # },
986
- # }
987
- #
988
627
  # @!attribute [rw] domain_name
989
628
  # The unique name of the domain.
990
629
  # @return [String]
@@ -1076,6 +715,14 @@ module Aws::CustomerProfiles
1076
715
  # A key value pair of attributes of a customer profile.
1077
716
  # @return [Hash<String,String>]
1078
717
  #
718
+ # @!attribute [rw] party_type_string
719
+ # An alternative to `PartyType` which accepts any string as input.
720
+ # @return [String]
721
+ #
722
+ # @!attribute [rw] gender_string
723
+ # An alternative to `Gender` which accepts any string as input.
724
+ # @return [String]
725
+ #
1079
726
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/CreateProfileRequest AWS API Documentation
1080
727
  #
1081
728
  class CreateProfileRequest < Struct.new(
@@ -1100,7 +747,9 @@ module Aws::CustomerProfiles
1100
747
  :shipping_address,
1101
748
  :mailing_address,
1102
749
  :billing_address,
1103
- :attributes)
750
+ :attributes,
751
+ :party_type_string,
752
+ :gender_string)
1104
753
  SENSITIVE = []
1105
754
  include Aws::Structure
1106
755
  end
@@ -1117,13 +766,6 @@ module Aws::CustomerProfiles
1117
766
  include Aws::Structure
1118
767
  end
1119
768
 
1120
- # @note When making an API call, you may pass DeleteDomainRequest
1121
- # data as a hash:
1122
- #
1123
- # {
1124
- # domain_name: "name", # required
1125
- # }
1126
- #
1127
769
  # @!attribute [rw] domain_name
1128
770
  # The unique name of the domain.
1129
771
  # @return [String]
@@ -1148,14 +790,6 @@ module Aws::CustomerProfiles
1148
790
  include Aws::Structure
1149
791
  end
1150
792
 
1151
- # @note When making an API call, you may pass DeleteIntegrationRequest
1152
- # data as a hash:
1153
- #
1154
- # {
1155
- # domain_name: "name", # required
1156
- # uri: "string1To255", # required
1157
- # }
1158
- #
1159
793
  # @!attribute [rw] domain_name
1160
794
  # The unique name of the domain.
1161
795
  # @return [String]
@@ -1185,16 +819,6 @@ module Aws::CustomerProfiles
1185
819
  include Aws::Structure
1186
820
  end
1187
821
 
1188
- # @note When making an API call, you may pass DeleteProfileKeyRequest
1189
- # data as a hash:
1190
- #
1191
- # {
1192
- # profile_id: "uuid", # required
1193
- # key_name: "name", # required
1194
- # values: ["string1To255"], # required
1195
- # domain_name: "name", # required
1196
- # }
1197
- #
1198
822
  # @!attribute [rw] profile_id
1199
823
  # The unique identifier of a customer profile.
1200
824
  # @return [String]
@@ -1234,16 +858,6 @@ module Aws::CustomerProfiles
1234
858
  include Aws::Structure
1235
859
  end
1236
860
 
1237
- # @note When making an API call, you may pass DeleteProfileObjectRequest
1238
- # data as a hash:
1239
- #
1240
- # {
1241
- # profile_id: "uuid", # required
1242
- # profile_object_unique_key: "string1To255", # required
1243
- # object_type_name: "typeName", # required
1244
- # domain_name: "name", # required
1245
- # }
1246
- #
1247
861
  # @!attribute [rw] profile_id
1248
862
  # The unique identifier of a customer profile.
1249
863
  # @return [String]
@@ -1284,14 +898,6 @@ module Aws::CustomerProfiles
1284
898
  include Aws::Structure
1285
899
  end
1286
900
 
1287
- # @note When making an API call, you may pass DeleteProfileObjectTypeRequest
1288
- # data as a hash:
1289
- #
1290
- # {
1291
- # domain_name: "name", # required
1292
- # object_type_name: "typeName", # required
1293
- # }
1294
- #
1295
901
  # @!attribute [rw] domain_name
1296
902
  # The unique name of the domain.
1297
903
  # @return [String]
@@ -1321,14 +927,6 @@ module Aws::CustomerProfiles
1321
927
  include Aws::Structure
1322
928
  end
1323
929
 
1324
- # @note When making an API call, you may pass DeleteProfileRequest
1325
- # data as a hash:
1326
- #
1327
- # {
1328
- # profile_id: "uuid", # required
1329
- # domain_name: "name", # required
1330
- # }
1331
- #
1332
930
  # @!attribute [rw] profile_id
1333
931
  # The unique identifier of a customer profile.
1334
932
  # @return [String]
@@ -1358,14 +956,6 @@ module Aws::CustomerProfiles
1358
956
  include Aws::Structure
1359
957
  end
1360
958
 
1361
- # @note When making an API call, you may pass DeleteWorkflowRequest
1362
- # data as a hash:
1363
- #
1364
- # {
1365
- # domain_name: "name", # required
1366
- # workflow_id: "string1To255", # required
1367
- # }
1368
- #
1369
959
  # @!attribute [rw] domain_name
1370
960
  # The unique name of the domain.
1371
961
  # @return [String]
@@ -1433,16 +1023,6 @@ module Aws::CustomerProfiles
1433
1023
  #
1434
1024
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html#customer-profiles-cross-service
1435
1025
  #
1436
- # @note When making an API call, you may pass ExportingConfig
1437
- # data as a hash:
1438
- #
1439
- # {
1440
- # s3_exporting: {
1441
- # s3_bucket_name: "s3BucketName", # required
1442
- # s3_key_name: "s3KeyNameCustomerOutputConfig",
1443
- # },
1444
- # }
1445
- #
1446
1026
  # @!attribute [rw] s3_exporting
1447
1027
  # The S3 location where Identity Resolution Jobs write result files.
1448
1028
  # @return [Types::S3ExportingConfig]
@@ -1472,35 +1052,6 @@ module Aws::CustomerProfiles
1472
1052
 
1473
1053
  # A duplicate customer profile that is to be merged into a main profile.
1474
1054
  #
1475
- # @note When making an API call, you may pass FieldSourceProfileIds
1476
- # data as a hash:
1477
- #
1478
- # {
1479
- # account_number: "uuid",
1480
- # additional_information: "uuid",
1481
- # party_type: "uuid",
1482
- # business_name: "uuid",
1483
- # first_name: "uuid",
1484
- # middle_name: "uuid",
1485
- # last_name: "uuid",
1486
- # birth_date: "uuid",
1487
- # gender: "uuid",
1488
- # phone_number: "uuid",
1489
- # mobile_phone_number: "uuid",
1490
- # home_phone_number: "uuid",
1491
- # business_phone_number: "uuid",
1492
- # email_address: "uuid",
1493
- # personal_email_address: "uuid",
1494
- # business_email_address: "uuid",
1495
- # address: "uuid",
1496
- # shipping_address: "uuid",
1497
- # mailing_address: "uuid",
1498
- # billing_address: "uuid",
1499
- # attributes: {
1500
- # "string1To255" => "uuid",
1501
- # },
1502
- # }
1503
- #
1504
1055
  # @!attribute [rw] account_number
1505
1056
  # A unique identifier for the account number field to be merged.
1506
1057
  # @return [String]
@@ -1620,73 +1171,6 @@ module Aws::CustomerProfiles
1620
1171
  # from the source, Amazon AppFlow. Customer Profiles uses this
1621
1172
  # information to create an AppFlow flow on behalf of customers.
1622
1173
  #
1623
- # @note When making an API call, you may pass FlowDefinition
1624
- # data as a hash:
1625
- #
1626
- # {
1627
- # description: "FlowDescription",
1628
- # flow_name: "FlowName", # required
1629
- # kms_arn: "KmsArn", # required
1630
- # source_flow_config: { # required
1631
- # connector_profile_name: "ConnectorProfileName",
1632
- # connector_type: "Salesforce", # required, accepts Salesforce, Marketo, Zendesk, Servicenow, S3
1633
- # incremental_pull_config: {
1634
- # datetime_type_field_name: "DatetimeTypeFieldName",
1635
- # },
1636
- # source_connector_properties: { # required
1637
- # marketo: {
1638
- # object: "Object", # required
1639
- # },
1640
- # s3: {
1641
- # bucket_name: "BucketName", # required
1642
- # bucket_prefix: "BucketPrefix",
1643
- # },
1644
- # salesforce: {
1645
- # object: "Object", # required
1646
- # enable_dynamic_field_update: false,
1647
- # include_deleted_records: false,
1648
- # },
1649
- # service_now: {
1650
- # object: "Object", # required
1651
- # },
1652
- # zendesk: {
1653
- # object: "Object", # required
1654
- # },
1655
- # },
1656
- # },
1657
- # tasks: [ # required
1658
- # {
1659
- # connector_operator: {
1660
- # 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
1661
- # 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
1662
- # 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
1663
- # 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
1664
- # 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
1665
- # },
1666
- # destination_field: "DestinationField",
1667
- # source_fields: ["stringTo2048"], # required
1668
- # task_properties: {
1669
- # "VALUE" => "Property",
1670
- # },
1671
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
1672
- # },
1673
- # ],
1674
- # trigger_config: { # required
1675
- # trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
1676
- # trigger_properties: {
1677
- # scheduled: {
1678
- # schedule_expression: "ScheduleExpression", # required
1679
- # data_pull_mode: "Incremental", # accepts Incremental, Complete
1680
- # schedule_start_time: Time.now,
1681
- # schedule_end_time: Time.now,
1682
- # timezone: "Timezone",
1683
- # schedule_offset: 1,
1684
- # first_execution_from: Time.now,
1685
- # },
1686
- # },
1687
- # },
1688
- # }
1689
- #
1690
1174
  # @!attribute [rw] description
1691
1175
  # A description of the flow you want to create.
1692
1176
  # @return [String]
@@ -1753,23 +1237,6 @@ module Aws::CustomerProfiles
1753
1237
  include Aws::Structure
1754
1238
  end
1755
1239
 
1756
- # @note When making an API call, you may pass GetAutoMergingPreviewRequest
1757
- # data as a hash:
1758
- #
1759
- # {
1760
- # domain_name: "name", # required
1761
- # consolidation: { # required
1762
- # matching_attributes_list: [ # required
1763
- # ["string1To255"],
1764
- # ],
1765
- # },
1766
- # conflict_resolution: { # required
1767
- # conflict_resolving_model: "RECENCY", # required, accepts RECENCY, SOURCE
1768
- # source_name: "string1To255",
1769
- # },
1770
- # min_allowed_confidence_score_for_merging: 1.0,
1771
- # }
1772
- #
1773
1240
  # @!attribute [rw] domain_name
1774
1241
  # The unique name of the domain.
1775
1242
  # @return [String]
@@ -1828,13 +1295,6 @@ module Aws::CustomerProfiles
1828
1295
  include Aws::Structure
1829
1296
  end
1830
1297
 
1831
- # @note When making an API call, you may pass GetDomainRequest
1832
- # data as a hash:
1833
- #
1834
- # {
1835
- # domain_name: "name", # required
1836
- # }
1837
- #
1838
1298
  # @!attribute [rw] domain_name
1839
1299
  # The unique name of the domain.
1840
1300
  # @return [String]
@@ -1917,14 +1377,6 @@ module Aws::CustomerProfiles
1917
1377
  include Aws::Structure
1918
1378
  end
1919
1379
 
1920
- # @note When making an API call, you may pass GetIdentityResolutionJobRequest
1921
- # data as a hash:
1922
- #
1923
- # {
1924
- # domain_name: "name", # required
1925
- # job_id: "uuid", # required
1926
- # }
1927
- #
1928
1380
  # @!attribute [rw] domain_name
1929
1381
  # The unique name of the domain.
1930
1382
  # @return [String]
@@ -2032,14 +1484,6 @@ module Aws::CustomerProfiles
2032
1484
  include Aws::Structure
2033
1485
  end
2034
1486
 
2035
- # @note When making an API call, you may pass GetIntegrationRequest
2036
- # data as a hash:
2037
- #
2038
- # {
2039
- # domain_name: "name", # required
2040
- # uri: "string1To255", # required
2041
- # }
2042
- #
2043
1487
  # @!attribute [rw] domain_name
2044
1488
  # The unique name of the domain.
2045
1489
  # @return [String]
@@ -2118,15 +1562,6 @@ module Aws::CustomerProfiles
2118
1562
  include Aws::Structure
2119
1563
  end
2120
1564
 
2121
- # @note When making an API call, you may pass GetMatchesRequest
2122
- # data as a hash:
2123
- #
2124
- # {
2125
- # next_token: "token",
2126
- # max_results: 1,
2127
- # domain_name: "name", # required
2128
- # }
2129
- #
2130
1565
  # @!attribute [rw] next_token
2131
1566
  # The token for the next set of results. Use the value returned in the
2132
1567
  # previous response in the next request to retrieve the next set of
@@ -2179,14 +1614,6 @@ module Aws::CustomerProfiles
2179
1614
  include Aws::Structure
2180
1615
  end
2181
1616
 
2182
- # @note When making an API call, you may pass GetProfileObjectTypeRequest
2183
- # data as a hash:
2184
- #
2185
- # {
2186
- # domain_name: "name", # required
2187
- # object_type_name: "typeName", # required
2188
- # }
2189
- #
2190
1617
  # @!attribute [rw] domain_name
2191
1618
  # The unique name of the domain.
2192
1619
  # @return [String]
@@ -2279,13 +1706,6 @@ module Aws::CustomerProfiles
2279
1706
  include Aws::Structure
2280
1707
  end
2281
1708
 
2282
- # @note When making an API call, you may pass GetProfileObjectTypeTemplateRequest
2283
- # data as a hash:
2284
- #
2285
- # {
2286
- # template_id: "name", # required
2287
- # }
2288
- #
2289
1709
  # @!attribute [rw] template_id
2290
1710
  # A unique identifier for the object template.
2291
1711
  # @return [String]
@@ -2346,14 +1766,6 @@ module Aws::CustomerProfiles
2346
1766
  include Aws::Structure
2347
1767
  end
2348
1768
 
2349
- # @note When making an API call, you may pass GetWorkflowRequest
2350
- # data as a hash:
2351
- #
2352
- # {
2353
- # domain_name: "name", # required
2354
- # workflow_id: "uuid", # required
2355
- # }
2356
- #
2357
1769
  # @!attribute [rw] domain_name
2358
1770
  # The unique name of the domain.
2359
1771
  # @return [String]
@@ -2419,16 +1831,6 @@ module Aws::CustomerProfiles
2419
1831
  include Aws::Structure
2420
1832
  end
2421
1833
 
2422
- # @note When making an API call, you may pass GetWorkflowStepsRequest
2423
- # data as a hash:
2424
- #
2425
- # {
2426
- # domain_name: "name", # required
2427
- # workflow_id: "uuid", # required
2428
- # next_token: "token",
2429
- # max_results: 1,
2430
- # }
2431
- #
2432
1834
  # @!attribute [rw] domain_name
2433
1835
  # The unique name of the domain.
2434
1836
  # @return [String]
@@ -2564,13 +1966,6 @@ module Aws::CustomerProfiles
2564
1966
  # Specifies the configuration used when importing incremental records
2565
1967
  # from the source.
2566
1968
  #
2567
- # @note When making an API call, you may pass IncrementalPullConfig
2568
- # data as a hash:
2569
- #
2570
- # {
2571
- # datetime_type_field_name: "DatetimeTypeFieldName",
2572
- # }
2573
- #
2574
1969
  # @!attribute [rw] datetime_type_field_name
2575
1970
  # A field that specifies the date time or timestamp field as the
2576
1971
  # criteria to use when importing incremental records from the source.
@@ -2586,83 +1981,6 @@ module Aws::CustomerProfiles
2586
1981
 
2587
1982
  # Configuration data for integration workflow.
2588
1983
  #
2589
- # @note When making an API call, you may pass IntegrationConfig
2590
- # data as a hash:
2591
- #
2592
- # {
2593
- # appflow_integration: {
2594
- # flow_definition: { # required
2595
- # description: "FlowDescription",
2596
- # flow_name: "FlowName", # required
2597
- # kms_arn: "KmsArn", # required
2598
- # source_flow_config: { # required
2599
- # connector_profile_name: "ConnectorProfileName",
2600
- # connector_type: "Salesforce", # required, accepts Salesforce, Marketo, Zendesk, Servicenow, S3
2601
- # incremental_pull_config: {
2602
- # datetime_type_field_name: "DatetimeTypeFieldName",
2603
- # },
2604
- # source_connector_properties: { # required
2605
- # marketo: {
2606
- # object: "Object", # required
2607
- # },
2608
- # s3: {
2609
- # bucket_name: "BucketName", # required
2610
- # bucket_prefix: "BucketPrefix",
2611
- # },
2612
- # salesforce: {
2613
- # object: "Object", # required
2614
- # enable_dynamic_field_update: false,
2615
- # include_deleted_records: false,
2616
- # },
2617
- # service_now: {
2618
- # object: "Object", # required
2619
- # },
2620
- # zendesk: {
2621
- # object: "Object", # required
2622
- # },
2623
- # },
2624
- # },
2625
- # tasks: [ # required
2626
- # {
2627
- # connector_operator: {
2628
- # 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
2629
- # 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
2630
- # 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
2631
- # 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
2632
- # 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
2633
- # },
2634
- # destination_field: "DestinationField",
2635
- # source_fields: ["stringTo2048"], # required
2636
- # task_properties: {
2637
- # "VALUE" => "Property",
2638
- # },
2639
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
2640
- # },
2641
- # ],
2642
- # trigger_config: { # required
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
- # batches: [
2658
- # {
2659
- # start_time: Time.now, # required
2660
- # end_time: Time.now, # required
2661
- # },
2662
- # ],
2663
- # },
2664
- # }
2665
- #
2666
1984
  # @!attribute [rw] appflow_integration
2667
1985
  # Configuration data for `APPFLOW_INTEGRATION` workflow type.
2668
1986
  # @return [Types::AppflowIntegration]
@@ -2691,14 +2009,6 @@ module Aws::CustomerProfiles
2691
2009
  # The day and time when do you want to start the Identity Resolution Job
2692
2010
  # every week.
2693
2011
  #
2694
- # @note When making an API call, you may pass JobSchedule
2695
- # data as a hash:
2696
- #
2697
- # {
2698
- # day_of_the_week: "SUNDAY", # required, accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
2699
- # time: "JobScheduleTime", # required
2700
- # }
2701
- #
2702
2012
  # @!attribute [rw] day_of_the_week
2703
2013
  # The day when the Identity Resolution Job should run every week.
2704
2014
  # @return [String]
@@ -2740,16 +2050,6 @@ module Aws::CustomerProfiles
2740
2050
  include Aws::Structure
2741
2051
  end
2742
2052
 
2743
- # @note When making an API call, you may pass ListAccountIntegrationsRequest
2744
- # data as a hash:
2745
- #
2746
- # {
2747
- # uri: "string1To255", # required
2748
- # next_token: "token",
2749
- # max_results: 1,
2750
- # include_hidden: false,
2751
- # }
2752
- #
2753
2053
  # @!attribute [rw] uri
2754
2054
  # The URI of the S3 bucket or any other type of data source.
2755
2055
  # @return [String]
@@ -2827,14 +2127,6 @@ module Aws::CustomerProfiles
2827
2127
  include Aws::Structure
2828
2128
  end
2829
2129
 
2830
- # @note When making an API call, you may pass ListDomainsRequest
2831
- # data as a hash:
2832
- #
2833
- # {
2834
- # next_token: "token",
2835
- # max_results: 1,
2836
- # }
2837
- #
2838
2130
  # @!attribute [rw] next_token
2839
2131
  # The pagination token from the previous ListDomain API call.
2840
2132
  # @return [String]
@@ -2869,15 +2161,6 @@ module Aws::CustomerProfiles
2869
2161
  include Aws::Structure
2870
2162
  end
2871
2163
 
2872
- # @note When making an API call, you may pass ListIdentityResolutionJobsRequest
2873
- # data as a hash:
2874
- #
2875
- # {
2876
- # domain_name: "name", # required
2877
- # next_token: "token",
2878
- # max_results: 1,
2879
- # }
2880
- #
2881
2164
  # @!attribute [rw] domain_name
2882
2165
  # The unique name of the domain.
2883
2166
  # @return [String]
@@ -2983,16 +2266,6 @@ module Aws::CustomerProfiles
2983
2266
  include Aws::Structure
2984
2267
  end
2985
2268
 
2986
- # @note When making an API call, you may pass ListIntegrationsRequest
2987
- # data as a hash:
2988
- #
2989
- # {
2990
- # domain_name: "name", # required
2991
- # next_token: "token",
2992
- # max_results: 1,
2993
- # include_hidden: false,
2994
- # }
2995
- #
2996
2269
  # @!attribute [rw] domain_name
2997
2270
  # The unique name of the domain.
2998
2271
  # @return [String]
@@ -3097,14 +2370,6 @@ module Aws::CustomerProfiles
3097
2370
  include Aws::Structure
3098
2371
  end
3099
2372
 
3100
- # @note When making an API call, you may pass ListProfileObjectTypeTemplatesRequest
3101
- # data as a hash:
3102
- #
3103
- # {
3104
- # next_token: "token",
3105
- # max_results: 1,
3106
- # }
3107
- #
3108
2373
  # @!attribute [rw] next_token
3109
2374
  # The pagination token from the previous ListObjectTypeTemplates API
3110
2375
  # call.
@@ -3141,15 +2406,6 @@ module Aws::CustomerProfiles
3141
2406
  include Aws::Structure
3142
2407
  end
3143
2408
 
3144
- # @note When making an API call, you may pass ListProfileObjectTypesRequest
3145
- # data as a hash:
3146
- #
3147
- # {
3148
- # domain_name: "name", # required
3149
- # next_token: "token",
3150
- # max_results: 1,
3151
- # }
3152
- #
3153
2409
  # @!attribute [rw] domain_name
3154
2410
  # The unique name of the domain.
3155
2411
  # @return [String]
@@ -3214,21 +2470,6 @@ module Aws::CustomerProfiles
3214
2470
  include Aws::Structure
3215
2471
  end
3216
2472
 
3217
- # @note When making an API call, you may pass ListProfileObjectsRequest
3218
- # data as a hash:
3219
- #
3220
- # {
3221
- # next_token: "token",
3222
- # max_results: 1,
3223
- # domain_name: "name", # required
3224
- # object_type_name: "typeName", # required
3225
- # profile_id: "uuid", # required
3226
- # object_filter: {
3227
- # key_name: "name", # required
3228
- # values: ["string1To255"], # required
3229
- # },
3230
- # }
3231
- #
3232
2473
  # @!attribute [rw] next_token
3233
2474
  # The pagination token from the previous call to ListProfileObjects.
3234
2475
  # @return [String]
@@ -3285,13 +2526,6 @@ module Aws::CustomerProfiles
3285
2526
  include Aws::Structure
3286
2527
  end
3287
2528
 
3288
- # @note When making an API call, you may pass ListTagsForResourceRequest
3289
- # data as a hash:
3290
- #
3291
- # {
3292
- # resource_arn: "TagArn", # required
3293
- # }
3294
- #
3295
2529
  # @!attribute [rw] resource_arn
3296
2530
  # The ARN of the resource for which you want to view tags.
3297
2531
  # @return [String]
@@ -3357,19 +2591,6 @@ module Aws::CustomerProfiles
3357
2591
  include Aws::Structure
3358
2592
  end
3359
2593
 
3360
- # @note When making an API call, you may pass ListWorkflowsRequest
3361
- # data as a hash:
3362
- #
3363
- # {
3364
- # domain_name: "name", # required
3365
- # workflow_type: "APPFLOW_INTEGRATION", # accepts APPFLOW_INTEGRATION
3366
- # status: "NOT_STARTED", # accepts NOT_STARTED, IN_PROGRESS, COMPLETE, FAILED, SPLIT, RETRY, CANCELLED
3367
- # query_start_date: Time.now,
3368
- # query_end_date: Time.now,
3369
- # next_token: "token",
3370
- # max_results: 1,
3371
- # }
3372
- #
3373
2594
  # @!attribute [rw] domain_name
3374
2595
  # The unique name of the domain.
3375
2596
  # @return [String]
@@ -3436,13 +2657,6 @@ module Aws::CustomerProfiles
3436
2657
  # The properties that are applied when Marketo is being used as a
3437
2658
  # source.
3438
2659
  #
3439
- # @note When making an API call, you may pass MarketoSourceProperties
3440
- # data as a hash:
3441
- #
3442
- # {
3443
- # object: "Object", # required
3444
- # }
3445
- #
3446
2660
  # @!attribute [rw] object
3447
2661
  # The object specified in the Marketo flow source.
3448
2662
  # @return [String]
@@ -3489,36 +2703,6 @@ module Aws::CustomerProfiles
3489
2703
 
3490
2704
  # The flag that enables the matching process of duplicate profiles.
3491
2705
  #
3492
- # @note When making an API call, you may pass MatchingRequest
3493
- # data as a hash:
3494
- #
3495
- # {
3496
- # enabled: false, # required
3497
- # job_schedule: {
3498
- # day_of_the_week: "SUNDAY", # required, accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
3499
- # time: "JobScheduleTime", # required
3500
- # },
3501
- # auto_merging: {
3502
- # enabled: false, # required
3503
- # consolidation: {
3504
- # matching_attributes_list: [ # required
3505
- # ["string1To255"],
3506
- # ],
3507
- # },
3508
- # conflict_resolution: {
3509
- # conflict_resolving_model: "RECENCY", # required, accepts RECENCY, SOURCE
3510
- # source_name: "string1To255",
3511
- # },
3512
- # min_allowed_confidence_score_for_merging: 1.0,
3513
- # },
3514
- # exporting_config: {
3515
- # s3_exporting: {
3516
- # s3_bucket_name: "s3BucketName", # required
3517
- # s3_key_name: "s3KeyNameCustomerOutputConfig",
3518
- # },
3519
- # },
3520
- # }
3521
- #
3522
2706
  # @!attribute [rw] enabled
3523
2707
  # The flag that enables the matching process of duplicate profiles.
3524
2708
  # @return [Boolean]
@@ -3579,40 +2763,6 @@ module Aws::CustomerProfiles
3579
2763
  include Aws::Structure
3580
2764
  end
3581
2765
 
3582
- # @note When making an API call, you may pass MergeProfilesRequest
3583
- # data as a hash:
3584
- #
3585
- # {
3586
- # domain_name: "name", # required
3587
- # main_profile_id: "uuid", # required
3588
- # profile_ids_to_be_merged: ["uuid"], # required
3589
- # field_source_profile_ids: {
3590
- # account_number: "uuid",
3591
- # additional_information: "uuid",
3592
- # party_type: "uuid",
3593
- # business_name: "uuid",
3594
- # first_name: "uuid",
3595
- # middle_name: "uuid",
3596
- # last_name: "uuid",
3597
- # birth_date: "uuid",
3598
- # gender: "uuid",
3599
- # phone_number: "uuid",
3600
- # mobile_phone_number: "uuid",
3601
- # home_phone_number: "uuid",
3602
- # business_phone_number: "uuid",
3603
- # email_address: "uuid",
3604
- # personal_email_address: "uuid",
3605
- # business_email_address: "uuid",
3606
- # address: "uuid",
3607
- # shipping_address: "uuid",
3608
- # mailing_address: "uuid",
3609
- # billing_address: "uuid",
3610
- # attributes: {
3611
- # "string1To255" => "uuid",
3612
- # },
3613
- # },
3614
- # }
3615
- #
3616
2766
  # @!attribute [rw] domain_name
3617
2767
  # The unique name of the domain.
3618
2768
  # @return [String]
@@ -3659,14 +2809,6 @@ module Aws::CustomerProfiles
3659
2809
  # objects with the specified index values. This filter is only supported
3660
2810
  # for ObjectTypeName \_asset, \_case and \_order.
3661
2811
  #
3662
- # @note When making an API call, you may pass ObjectFilter
3663
- # data as a hash:
3664
- #
3665
- # {
3666
- # key_name: "name", # required
3667
- # values: ["string1To255"], # required
3668
- # }
3669
- #
3670
2812
  # @!attribute [rw] key_name
3671
2813
  # A searchable identifier of a standard profile object. The predefined
3672
2814
  # keys you can use to search for \_asset include: \_assetId,
@@ -3690,15 +2832,6 @@ module Aws::CustomerProfiles
3690
2832
 
3691
2833
  # Represents a field in a ProfileObjectType.
3692
2834
  #
3693
- # @note When making an API call, you may pass ObjectTypeField
3694
- # data as a hash:
3695
- #
3696
- # {
3697
- # source: "text",
3698
- # target: "text",
3699
- # content_type: "STRING", # accepts STRING, NUMBER, PHONE_NUMBER, EMAIL_ADDRESS, NAME
3700
- # }
3701
- #
3702
2835
  # @!attribute [rw] source
3703
2836
  # A field of a ProfileObject. For example: \_source.FirstName, where
3704
2837
  # “\_source” is a ProfileObjectType of a Zendesk user and “FirstName”
@@ -3728,14 +2861,6 @@ module Aws::CustomerProfiles
3728
2861
  # An object that defines the Key element of a ProfileObject. A Key is a
3729
2862
  # special element that can be used to search for a customer profile.
3730
2863
  #
3731
- # @note When making an API call, you may pass ObjectTypeKey
3732
- # data as a hash:
3733
- #
3734
- # {
3735
- # standard_identifiers: ["PROFILE"], # accepts PROFILE, ASSET, CASE, UNIQUE, SECONDARY, LOOKUP_ONLY, NEW_ONLY, ORDER
3736
- # field_names: ["name"],
3737
- # }
3738
- #
3739
2864
  # @!attribute [rw] standard_identifiers
3740
2865
  # The types of keys that a ProfileObject can have. Each ProfileObject
3741
2866
  # can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE,
@@ -3914,84 +3039,6 @@ module Aws::CustomerProfiles
3914
3039
  include Aws::Structure
3915
3040
  end
3916
3041
 
3917
- # @note When making an API call, you may pass PutIntegrationRequest
3918
- # data as a hash:
3919
- #
3920
- # {
3921
- # domain_name: "name", # required
3922
- # uri: "string1To255",
3923
- # object_type_name: "typeName",
3924
- # tags: {
3925
- # "TagKey" => "TagValue",
3926
- # },
3927
- # flow_definition: {
3928
- # description: "FlowDescription",
3929
- # flow_name: "FlowName", # required
3930
- # kms_arn: "KmsArn", # required
3931
- # source_flow_config: { # required
3932
- # connector_profile_name: "ConnectorProfileName",
3933
- # connector_type: "Salesforce", # required, accepts Salesforce, Marketo, Zendesk, Servicenow, S3
3934
- # incremental_pull_config: {
3935
- # datetime_type_field_name: "DatetimeTypeFieldName",
3936
- # },
3937
- # source_connector_properties: { # required
3938
- # marketo: {
3939
- # object: "Object", # required
3940
- # },
3941
- # s3: {
3942
- # bucket_name: "BucketName", # required
3943
- # bucket_prefix: "BucketPrefix",
3944
- # },
3945
- # salesforce: {
3946
- # object: "Object", # required
3947
- # enable_dynamic_field_update: false,
3948
- # include_deleted_records: false,
3949
- # },
3950
- # service_now: {
3951
- # object: "Object", # required
3952
- # },
3953
- # zendesk: {
3954
- # object: "Object", # required
3955
- # },
3956
- # },
3957
- # },
3958
- # tasks: [ # required
3959
- # {
3960
- # connector_operator: {
3961
- # 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
3962
- # 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
3963
- # 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
3964
- # 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
3965
- # 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
3966
- # },
3967
- # destination_field: "DestinationField",
3968
- # source_fields: ["stringTo2048"], # required
3969
- # task_properties: {
3970
- # "VALUE" => "Property",
3971
- # },
3972
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
3973
- # },
3974
- # ],
3975
- # trigger_config: { # required
3976
- # trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
3977
- # trigger_properties: {
3978
- # scheduled: {
3979
- # schedule_expression: "ScheduleExpression", # required
3980
- # data_pull_mode: "Incremental", # accepts Incremental, Complete
3981
- # schedule_start_time: Time.now,
3982
- # schedule_end_time: Time.now,
3983
- # timezone: "Timezone",
3984
- # schedule_offset: 1,
3985
- # first_execution_from: Time.now,
3986
- # },
3987
- # },
3988
- # },
3989
- # },
3990
- # object_type_names: {
3991
- # "string1To255" => "typeName",
3992
- # },
3993
- # }
3994
- #
3995
3042
  # @!attribute [rw] domain_name
3996
3043
  # The unique name of the domain.
3997
3044
  # @return [String]
@@ -4098,15 +3145,6 @@ module Aws::CustomerProfiles
4098
3145
  include Aws::Structure
4099
3146
  end
4100
3147
 
4101
- # @note When making an API call, you may pass PutProfileObjectRequest
4102
- # data as a hash:
4103
- #
4104
- # {
4105
- # object_type_name: "typeName", # required
4106
- # object: "stringifiedJson", # required
4107
- # domain_name: "name", # required
4108
- # }
4109
- #
4110
3148
  # @!attribute [rw] object_type_name
4111
3149
  # The name of the profile object type.
4112
3150
  # @return [String]
@@ -4142,38 +3180,6 @@ module Aws::CustomerProfiles
4142
3180
  include Aws::Structure
4143
3181
  end
4144
3182
 
4145
- # @note When making an API call, you may pass PutProfileObjectTypeRequest
4146
- # data as a hash:
4147
- #
4148
- # {
4149
- # domain_name: "name", # required
4150
- # object_type_name: "typeName", # required
4151
- # description: "text", # required
4152
- # template_id: "name",
4153
- # expiration_days: 1,
4154
- # encryption_key: "encryptionKey",
4155
- # allow_profile_creation: false,
4156
- # source_last_updated_timestamp_format: "string1To255",
4157
- # fields: {
4158
- # "name" => {
4159
- # source: "text",
4160
- # target: "text",
4161
- # content_type: "STRING", # accepts STRING, NUMBER, PHONE_NUMBER, EMAIL_ADDRESS, NAME
4162
- # },
4163
- # },
4164
- # keys: {
4165
- # "name" => [
4166
- # {
4167
- # standard_identifiers: ["PROFILE"], # accepts PROFILE, ASSET, CASE, UNIQUE, SECONDARY, LOOKUP_ONLY, NEW_ONLY, ORDER
4168
- # field_names: ["name"],
4169
- # },
4170
- # ],
4171
- # },
4172
- # tags: {
4173
- # "TagKey" => "TagValue",
4174
- # },
4175
- # }
4176
- #
4177
3183
  # @!attribute [rw] domain_name
4178
3184
  # The unique name of the domain.
4179
3185
  # @return [String]
@@ -4348,14 +3354,6 @@ module Aws::CustomerProfiles
4348
3354
  # Configuration information about the S3 bucket where Identity
4349
3355
  # Resolution Jobs write result files.
4350
3356
  #
4351
- # @note When making an API call, you may pass S3ExportingConfig
4352
- # data as a hash:
4353
- #
4354
- # {
4355
- # s3_bucket_name: "s3BucketName", # required
4356
- # s3_key_name: "s3KeyNameCustomerOutputConfig",
4357
- # }
4358
- #
4359
3357
  # @!attribute [rw] s3_bucket_name
4360
3358
  # The name of the S3 bucket where Identity Resolution Jobs write
4361
3359
  # result files.
@@ -4399,14 +3397,6 @@ module Aws::CustomerProfiles
4399
3397
  # The properties that are applied when Amazon S3 is being used as the
4400
3398
  # flow source.
4401
3399
  #
4402
- # @note When making an API call, you may pass S3SourceProperties
4403
- # data as a hash:
4404
- #
4405
- # {
4406
- # bucket_name: "BucketName", # required
4407
- # bucket_prefix: "BucketPrefix",
4408
- # }
4409
- #
4410
3400
  # @!attribute [rw] bucket_name
4411
3401
  # The Amazon S3 bucket name where the source files are stored.
4412
3402
  # @return [String]
@@ -4428,15 +3418,6 @@ module Aws::CustomerProfiles
4428
3418
  # The properties that are applied when Salesforce is being used as a
4429
3419
  # source.
4430
3420
  #
4431
- # @note When making an API call, you may pass SalesforceSourceProperties
4432
- # data as a hash:
4433
- #
4434
- # {
4435
- # object: "Object", # required
4436
- # enable_dynamic_field_update: false,
4437
- # include_deleted_records: false,
4438
- # }
4439
- #
4440
3421
  # @!attribute [rw] object
4441
3422
  # The object specified in the Salesforce flow source.
4442
3423
  # @return [String]
@@ -4465,19 +3446,6 @@ module Aws::CustomerProfiles
4465
3446
  # you define. Currently, these settings only apply to the
4466
3447
  # scheduled-trigger type.
4467
3448
  #
4468
- # @note When making an API call, you may pass ScheduledTriggerProperties
4469
- # data as a hash:
4470
- #
4471
- # {
4472
- # schedule_expression: "ScheduleExpression", # required
4473
- # data_pull_mode: "Incremental", # accepts Incremental, Complete
4474
- # schedule_start_time: Time.now,
4475
- # schedule_end_time: Time.now,
4476
- # timezone: "Timezone",
4477
- # schedule_offset: 1,
4478
- # first_execution_from: Time.now,
4479
- # }
4480
- #
4481
3449
  # @!attribute [rw] schedule_expression
4482
3450
  # The scheduling expression that determines the rate at which the
4483
3451
  # schedule will run, for example rate (5 minutes).
@@ -4525,24 +3493,6 @@ module Aws::CustomerProfiles
4525
3493
  include Aws::Structure
4526
3494
  end
4527
3495
 
4528
- # @note When making an API call, you may pass SearchProfilesRequest
4529
- # data as a hash:
4530
- #
4531
- # {
4532
- # next_token: "token",
4533
- # max_results: 1,
4534
- # domain_name: "name", # required
4535
- # key_name: "name", # required
4536
- # values: ["string1To255"], # required
4537
- # additional_search_keys: [
4538
- # {
4539
- # key_name: "name", # required
4540
- # values: ["string1To255"], # required
4541
- # },
4542
- # ],
4543
- # logical_operator: "AND", # accepts AND, OR
4544
- # }
4545
- #
4546
3496
  # @!attribute [rw] next_token
4547
3497
  # The pagination token from the previous SearchProfiles API call.
4548
3498
  # @return [String]
@@ -4634,13 +3584,6 @@ module Aws::CustomerProfiles
4634
3584
  # The properties that are applied when ServiceNow is being used as a
4635
3585
  # source.
4636
3586
  #
4637
- # @note When making an API call, you may pass ServiceNowSourceProperties
4638
- # data as a hash:
4639
- #
4640
- # {
4641
- # object: "Object", # required
4642
- # }
4643
- #
4644
3587
  # @!attribute [rw] object
4645
3588
  # The object specified in the ServiceNow flow source.
4646
3589
  # @return [String]
@@ -4657,30 +3600,6 @@ module Aws::CustomerProfiles
4657
3600
  # Amazon AppFlow connector. Customer Profiles supports Salesforce,
4658
3601
  # Zendesk, Marketo, ServiceNow and Amazon S3.
4659
3602
  #
4660
- # @note When making an API call, you may pass SourceConnectorProperties
4661
- # data as a hash:
4662
- #
4663
- # {
4664
- # marketo: {
4665
- # object: "Object", # required
4666
- # },
4667
- # s3: {
4668
- # bucket_name: "BucketName", # required
4669
- # bucket_prefix: "BucketPrefix",
4670
- # },
4671
- # salesforce: {
4672
- # object: "Object", # required
4673
- # enable_dynamic_field_update: false,
4674
- # include_deleted_records: false,
4675
- # },
4676
- # service_now: {
4677
- # object: "Object", # required
4678
- # },
4679
- # zendesk: {
4680
- # object: "Object", # required
4681
- # },
4682
- # }
4683
- #
4684
3603
  # @!attribute [rw] marketo
4685
3604
  # The properties that are applied when Marketo is being used as a
4686
3605
  # source.
@@ -4720,37 +3639,6 @@ module Aws::CustomerProfiles
4720
3639
  # Contains information about the configuration of the source connector
4721
3640
  # used in the flow.
4722
3641
  #
4723
- # @note When making an API call, you may pass SourceFlowConfig
4724
- # data as a hash:
4725
- #
4726
- # {
4727
- # connector_profile_name: "ConnectorProfileName",
4728
- # connector_type: "Salesforce", # required, accepts Salesforce, Marketo, Zendesk, Servicenow, S3
4729
- # incremental_pull_config: {
4730
- # datetime_type_field_name: "DatetimeTypeFieldName",
4731
- # },
4732
- # source_connector_properties: { # required
4733
- # marketo: {
4734
- # object: "Object", # required
4735
- # },
4736
- # s3: {
4737
- # bucket_name: "BucketName", # required
4738
- # bucket_prefix: "BucketPrefix",
4739
- # },
4740
- # salesforce: {
4741
- # object: "Object", # required
4742
- # enable_dynamic_field_update: false,
4743
- # include_deleted_records: false,
4744
- # },
4745
- # service_now: {
4746
- # object: "Object", # required
4747
- # },
4748
- # zendesk: {
4749
- # object: "Object", # required
4750
- # },
4751
- # },
4752
- # }
4753
- #
4754
3642
  # @!attribute [rw] connector_profile_name
4755
3643
  # The name of the AppFlow connector profile. This name must be unique
4756
3644
  # for each connector profile in the AWS account.
@@ -4782,16 +3670,6 @@ module Aws::CustomerProfiles
4782
3670
  include Aws::Structure
4783
3671
  end
4784
3672
 
4785
- # @note When making an API call, you may pass TagResourceRequest
4786
- # data as a hash:
4787
- #
4788
- # {
4789
- # resource_arn: "TagArn", # required
4790
- # tags: { # required
4791
- # "TagKey" => "TagValue",
4792
- # },
4793
- # }
4794
- #
4795
3673
  # @!attribute [rw] resource_arn
4796
3674
  # The ARN of the resource that you're adding tags to.
4797
3675
  # @return [String]
@@ -4817,25 +3695,6 @@ module Aws::CustomerProfiles
4817
3695
  # A class for modeling different type of tasks. Task implementation
4818
3696
  # varies based on the TaskType.
4819
3697
  #
4820
- # @note When making an API call, you may pass Task
4821
- # data as a hash:
4822
- #
4823
- # {
4824
- # connector_operator: {
4825
- # 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
4826
- # 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
4827
- # 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
4828
- # 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
4829
- # 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
4830
- # },
4831
- # destination_field: "DestinationField",
4832
- # source_fields: ["stringTo2048"], # required
4833
- # task_properties: {
4834
- # "VALUE" => "Property",
4835
- # },
4836
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
4837
- # }
4838
- #
4839
3698
  # @!attribute [rw] connector_operator
4840
3699
  # The operation to be performed on the provided source fields.
4841
3700
  # @return [Types::ConnectorOperator]
@@ -4887,24 +3746,6 @@ module Aws::CustomerProfiles
4887
3746
  # The trigger settings that determine how and when Amazon AppFlow runs
4888
3747
  # the specified flow.
4889
3748
  #
4890
- # @note When making an API call, you may pass TriggerConfig
4891
- # data as a hash:
4892
- #
4893
- # {
4894
- # trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
4895
- # trigger_properties: {
4896
- # scheduled: {
4897
- # schedule_expression: "ScheduleExpression", # required
4898
- # data_pull_mode: "Incremental", # accepts Incremental, Complete
4899
- # schedule_start_time: Time.now,
4900
- # schedule_end_time: Time.now,
4901
- # timezone: "Timezone",
4902
- # schedule_offset: 1,
4903
- # first_execution_from: Time.now,
4904
- # },
4905
- # },
4906
- # }
4907
- #
4908
3749
  # @!attribute [rw] trigger_type
4909
3750
  # Specifies the type of flow trigger. It can be OnDemand, Scheduled,
4910
3751
  # or Event.
@@ -4929,21 +3770,6 @@ module Aws::CustomerProfiles
4929
3770
  # flow. Currently, these settings only apply to the Scheduled trigger
4930
3771
  # type.
4931
3772
  #
4932
- # @note When making an API call, you may pass TriggerProperties
4933
- # data as a hash:
4934
- #
4935
- # {
4936
- # scheduled: {
4937
- # schedule_expression: "ScheduleExpression", # required
4938
- # data_pull_mode: "Incremental", # accepts Incremental, Complete
4939
- # schedule_start_time: Time.now,
4940
- # schedule_end_time: Time.now,
4941
- # timezone: "Timezone",
4942
- # schedule_offset: 1,
4943
- # first_execution_from: Time.now,
4944
- # },
4945
- # }
4946
- #
4947
3773
  # @!attribute [rw] scheduled
4948
3774
  # Specifies the configuration details of a schedule-triggered flow
4949
3775
  # that you define.
@@ -4957,14 +3783,6 @@ module Aws::CustomerProfiles
4957
3783
  include Aws::Structure
4958
3784
  end
4959
3785
 
4960
- # @note When making an API call, you may pass UntagResourceRequest
4961
- # data as a hash:
4962
- #
4963
- # {
4964
- # resource_arn: "TagArn", # required
4965
- # tag_keys: ["TagKey"], # required
4966
- # }
4967
- #
4968
3786
  # @!attribute [rw] resource_arn
4969
3787
  # The ARN of the resource from which you are removing tags.
4970
3788
  # @return [String]
@@ -4988,22 +3806,6 @@ module Aws::CustomerProfiles
4988
3806
 
4989
3807
  # Updates associated with the address properties of a customer profile.
4990
3808
  #
4991
- # @note When making an API call, you may pass UpdateAddress
4992
- # data as a hash:
4993
- #
4994
- # {
4995
- # address_1: "string0To255",
4996
- # address_2: "string0To255",
4997
- # address_3: "string0To255",
4998
- # address_4: "string0To255",
4999
- # city: "string0To255",
5000
- # county: "string0To255",
5001
- # state: "string0To255",
5002
- # province: "string0To255",
5003
- # country: "string0To255",
5004
- # postal_code: "string0To255",
5005
- # }
5006
- #
5007
3809
  # @!attribute [rw] address_1
5008
3810
  # The first line of a customer address.
5009
3811
  # @return [String]
@@ -5061,45 +3863,6 @@ module Aws::CustomerProfiles
5061
3863
  include Aws::Structure
5062
3864
  end
5063
3865
 
5064
- # @note When making an API call, you may pass UpdateDomainRequest
5065
- # data as a hash:
5066
- #
5067
- # {
5068
- # domain_name: "name", # required
5069
- # default_expiration_days: 1,
5070
- # default_encryption_key: "encryptionKey",
5071
- # dead_letter_queue_url: "sqsQueueUrl",
5072
- # matching: {
5073
- # enabled: false, # required
5074
- # job_schedule: {
5075
- # day_of_the_week: "SUNDAY", # required, accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
5076
- # time: "JobScheduleTime", # required
5077
- # },
5078
- # auto_merging: {
5079
- # enabled: false, # required
5080
- # consolidation: {
5081
- # matching_attributes_list: [ # required
5082
- # ["string1To255"],
5083
- # ],
5084
- # },
5085
- # conflict_resolution: {
5086
- # conflict_resolving_model: "RECENCY", # required, accepts RECENCY, SOURCE
5087
- # source_name: "string1To255",
5088
- # },
5089
- # min_allowed_confidence_score_for_merging: 1.0,
5090
- # },
5091
- # exporting_config: {
5092
- # s3_exporting: {
5093
- # s3_bucket_name: "s3BucketName", # required
5094
- # s3_key_name: "s3KeyNameCustomerOutputConfig",
5095
- # },
5096
- # },
5097
- # },
5098
- # tags: {
5099
- # "TagKey" => "TagValue",
5100
- # },
5101
- # }
5102
- #
5103
3866
  # @!attribute [rw] domain_name
5104
3867
  # The unique name of the domain.
5105
3868
  # @return [String]
@@ -5225,81 +3988,6 @@ module Aws::CustomerProfiles
5225
3988
  include Aws::Structure
5226
3989
  end
5227
3990
 
5228
- # @note When making an API call, you may pass UpdateProfileRequest
5229
- # data as a hash:
5230
- #
5231
- # {
5232
- # domain_name: "name", # required
5233
- # profile_id: "uuid", # required
5234
- # additional_information: "string0To1000",
5235
- # account_number: "string0To255",
5236
- # party_type: "INDIVIDUAL", # accepts INDIVIDUAL, BUSINESS, OTHER
5237
- # business_name: "string0To255",
5238
- # first_name: "string0To255",
5239
- # middle_name: "string0To255",
5240
- # last_name: "string0To255",
5241
- # birth_date: "string0To255",
5242
- # gender: "MALE", # accepts MALE, FEMALE, UNSPECIFIED
5243
- # phone_number: "string0To255",
5244
- # mobile_phone_number: "string0To255",
5245
- # home_phone_number: "string0To255",
5246
- # business_phone_number: "string0To255",
5247
- # email_address: "string0To255",
5248
- # personal_email_address: "string0To255",
5249
- # business_email_address: "string0To255",
5250
- # address: {
5251
- # address_1: "string0To255",
5252
- # address_2: "string0To255",
5253
- # address_3: "string0To255",
5254
- # address_4: "string0To255",
5255
- # city: "string0To255",
5256
- # county: "string0To255",
5257
- # state: "string0To255",
5258
- # province: "string0To255",
5259
- # country: "string0To255",
5260
- # postal_code: "string0To255",
5261
- # },
5262
- # shipping_address: {
5263
- # address_1: "string0To255",
5264
- # address_2: "string0To255",
5265
- # address_3: "string0To255",
5266
- # address_4: "string0To255",
5267
- # city: "string0To255",
5268
- # county: "string0To255",
5269
- # state: "string0To255",
5270
- # province: "string0To255",
5271
- # country: "string0To255",
5272
- # postal_code: "string0To255",
5273
- # },
5274
- # mailing_address: {
5275
- # address_1: "string0To255",
5276
- # address_2: "string0To255",
5277
- # address_3: "string0To255",
5278
- # address_4: "string0To255",
5279
- # city: "string0To255",
5280
- # county: "string0To255",
5281
- # state: "string0To255",
5282
- # province: "string0To255",
5283
- # country: "string0To255",
5284
- # postal_code: "string0To255",
5285
- # },
5286
- # billing_address: {
5287
- # address_1: "string0To255",
5288
- # address_2: "string0To255",
5289
- # address_3: "string0To255",
5290
- # address_4: "string0To255",
5291
- # city: "string0To255",
5292
- # county: "string0To255",
5293
- # state: "string0To255",
5294
- # province: "string0To255",
5295
- # country: "string0To255",
5296
- # postal_code: "string0To255",
5297
- # },
5298
- # attributes: {
5299
- # "string1To255" => "string0To255",
5300
- # },
5301
- # }
5302
- #
5303
3991
  # @!attribute [rw] domain_name
5304
3992
  # The unique name of the domain.
5305
3993
  # @return [String]
@@ -5395,6 +4083,14 @@ module Aws::CustomerProfiles
5395
4083
  # A key value pair of attributes of a customer profile.
5396
4084
  # @return [Hash<String,String>]
5397
4085
  #
4086
+ # @!attribute [rw] party_type_string
4087
+ # An alternative to `PartyType` which accepts any string as input.
4088
+ # @return [String]
4089
+ #
4090
+ # @!attribute [rw] gender_string
4091
+ # An alternative to `Gender` which accepts any string as input.
4092
+ # @return [String]
4093
+ #
5398
4094
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/UpdateProfileRequest AWS API Documentation
5399
4095
  #
5400
4096
  class UpdateProfileRequest < Struct.new(
@@ -5420,7 +4116,9 @@ module Aws::CustomerProfiles
5420
4116
  :shipping_address,
5421
4117
  :mailing_address,
5422
4118
  :billing_address,
5423
- :attributes)
4119
+ :attributes,
4120
+ :party_type_string,
4121
+ :gender_string)
5424
4122
  SENSITIVE = []
5425
4123
  include Aws::Structure
5426
4124
  end
@@ -5482,13 +4180,6 @@ module Aws::CustomerProfiles
5482
4180
 
5483
4181
  # The properties that are applied when using Zendesk as a flow source.
5484
4182
  #
5485
- # @note When making an API call, you may pass ZendeskSourceProperties
5486
- # data as a hash:
5487
- #
5488
- # {
5489
- # object: "Object", # required
5490
- # }
5491
- #
5492
4183
  # @!attribute [rw] object
5493
4184
  # The object specified in the Zendesk flow source.
5494
4185
  # @return [String]