aws-sdk-customerprofiles 1.67.0 → 1.69.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: 948438e5243d77c73b8a46a0365347fc498d941db0faa566c5dc3a07cfb19cd4
4
- data.tar.gz: 1872d9503f1a56d8a5d713c51ba00941600b810a72edf0b524e2712acd9f4d78
3
+ metadata.gz: 0c5a870dbec519e6110ab933f085604f36f697908813996c9e1da899718ccd81
4
+ data.tar.gz: 125f3b737e066564cae0258eb2d372b1f59be1a4c8942ae50a21e01b1d8af70b
5
5
  SHA512:
6
- metadata.gz: 87ba17b54438276aa15a3f9e3ffe2328cf414fcae5d40d6c22cc8a9536c5c1cd9ed70ab3e659400f64026c268db5994735744ffffae8fb765fa8c04851ce8a14
7
- data.tar.gz: 7cc86e757e763a6a1463c391a884555a5b148ca7766eb7665f2c0e6f6a7b6547abb1324b22951aed15b55dbf58cc79b780bba6c0172bcb5e5810f3a1c2ec1218
6
+ metadata.gz: a79ef7e7fe6420de4bd4a81597a1c535df307dba77103f89ecaf287adad20184c36eb2a243439aff3e4268b83685800b5d28b7b1f441f33bcb5770c85052df36
7
+ data.tar.gz: 07da9fdadf517f9d3d21c0fc1e28aa124ec57085ddd0232824288dcf1399394acf0ff9740ddde7cf3fa4cbd23e4727f8c99c98f19a91296ad2ebc11e6d6b7a58
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.68.0 (2025-07-31)
10
+ ------------------
11
+
12
+ * Feature - The release updates standard profile with 2 new fields that supports account-level engagement. Updated APIs include CreateProfile, UpdateProfile, MergeProfiles, SearchProfiles, BatchGetProfile, GetSegmentMembership, CreateSegmentDefinition, CreateSegmentEstimate.
13
+
4
14
  1.67.0 (2025-07-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.69.0
@@ -95,8 +95,8 @@ module Aws::CustomerProfiles
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::CustomerProfiles
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::CustomerProfiles
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::CustomerProfiles
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -687,6 +684,17 @@ module Aws::CustomerProfiles
687
684
  # resp.profiles[0].found_by_items[0].values[0] #=> String
688
685
  # resp.profiles[0].party_type_string #=> String
689
686
  # resp.profiles[0].gender_string #=> String
687
+ # resp.profiles[0].profile_type #=> String, one of "ACCOUNT_PROFILE", "PROFILE"
688
+ # resp.profiles[0].engagement_preferences.phone #=> Array
689
+ # resp.profiles[0].engagement_preferences.phone[0].key_name #=> String
690
+ # resp.profiles[0].engagement_preferences.phone[0].key_value #=> String
691
+ # resp.profiles[0].engagement_preferences.phone[0].profile_id #=> String
692
+ # resp.profiles[0].engagement_preferences.phone[0].contact_type #=> String, one of "PhoneNumber", "MobilePhoneNumber", "HomePhoneNumber", "BusinessPhoneNumber", "EmailAddress", "PersonalEmailAddress", "BusinessEmailAddress"
693
+ # resp.profiles[0].engagement_preferences.email #=> Array
694
+ # resp.profiles[0].engagement_preferences.email[0].key_name #=> String
695
+ # resp.profiles[0].engagement_preferences.email[0].key_value #=> String
696
+ # resp.profiles[0].engagement_preferences.email[0].profile_id #=> String
697
+ # resp.profiles[0].engagement_preferences.email[0].contact_type #=> String, one of "PhoneNumber", "MobilePhoneNumber", "HomePhoneNumber", "BusinessPhoneNumber", "EmailAddress", "PersonalEmailAddress", "BusinessEmailAddress"
690
698
  #
691
699
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/BatchGetProfile AWS API Documentation
692
700
  #
@@ -1532,6 +1540,12 @@ module Aws::CustomerProfiles
1532
1540
  # @option params [String] :gender_string
1533
1541
  # An alternative to `Gender` which accepts any string as input.
1534
1542
  #
1543
+ # @option params [String] :profile_type
1544
+ # The type of the profile.
1545
+ #
1546
+ # @option params [Types::EngagementPreferences] :engagement_preferences
1547
+ # Object that defines the preferred methods of engagement, per channel.
1548
+ #
1535
1549
  # @return [Types::CreateProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1536
1550
  #
1537
1551
  # * {Types::CreateProfileResponse#profile_id #profile_id} => String
@@ -1609,6 +1623,25 @@ module Aws::CustomerProfiles
1609
1623
  # },
1610
1624
  # party_type_string: "sensitiveString1To255",
1611
1625
  # gender_string: "sensitiveString1To255",
1626
+ # profile_type: "ACCOUNT_PROFILE", # accepts ACCOUNT_PROFILE, PROFILE
1627
+ # engagement_preferences: {
1628
+ # phone: [
1629
+ # {
1630
+ # key_name: "name",
1631
+ # key_value: "string1To255",
1632
+ # profile_id: "uuid",
1633
+ # contact_type: "PhoneNumber", # accepts PhoneNumber, MobilePhoneNumber, HomePhoneNumber, BusinessPhoneNumber, EmailAddress, PersonalEmailAddress, BusinessEmailAddress
1634
+ # },
1635
+ # ],
1636
+ # email: [
1637
+ # {
1638
+ # key_name: "name",
1639
+ # key_value: "string1To255",
1640
+ # profile_id: "uuid",
1641
+ # contact_type: "PhoneNumber", # accepts PhoneNumber, MobilePhoneNumber, HomePhoneNumber, BusinessPhoneNumber, EmailAddress, PersonalEmailAddress, BusinessEmailAddress
1642
+ # },
1643
+ # ],
1644
+ # },
1612
1645
  # })
1613
1646
  #
1614
1647
  # @example Response structure
@@ -1841,6 +1874,10 @@ module Aws::CustomerProfiles
1841
1874
  # values: ["string1To255"], # required
1842
1875
  # },
1843
1876
  # },
1877
+ # profile_type: {
1878
+ # dimension_type: "INCLUSIVE", # required, accepts INCLUSIVE, EXCLUSIVE
1879
+ # values: ["ACCOUNT_PROFILE"], # required, accepts ACCOUNT_PROFILE, PROFILE
1880
+ # },
1844
1881
  # },
1845
1882
  # calculated_attributes: {
1846
1883
  # "typeName" => {
@@ -2090,6 +2127,10 @@ module Aws::CustomerProfiles
2090
2127
  # values: ["string1To255"], # required
2091
2128
  # },
2092
2129
  # },
2130
+ # profile_type: {
2131
+ # dimension_type: "INCLUSIVE", # required, accepts INCLUSIVE, EXCLUSIVE
2132
+ # values: ["ACCOUNT_PROFILE"], # required, accepts ACCOUNT_PROFILE, PROFILE
2133
+ # },
2093
2134
  # },
2094
2135
  # calculated_attributes: {
2095
2136
  # "typeName" => {
@@ -3611,6 +3652,9 @@ module Aws::CustomerProfiles
3611
3652
  # resp.segment_groups.groups[0].dimensions[0].profile_attributes.attributes["typeName"].dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEGINS_WITH", "ENDS_WITH", "BEFORE", "AFTER", "BETWEEN", "NOT_BETWEEN", "ON", "GREATER_THAN", "LESS_THAN", "GREATER_THAN_OR_EQUAL", "LESS_THAN_OR_EQUAL", "EQUAL"
3612
3653
  # resp.segment_groups.groups[0].dimensions[0].profile_attributes.attributes["typeName"].values #=> Array
3613
3654
  # resp.segment_groups.groups[0].dimensions[0].profile_attributes.attributes["typeName"].values[0] #=> String
3655
+ # resp.segment_groups.groups[0].dimensions[0].profile_attributes.profile_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3656
+ # resp.segment_groups.groups[0].dimensions[0].profile_attributes.profile_type.values #=> Array
3657
+ # resp.segment_groups.groups[0].dimensions[0].profile_attributes.profile_type.values[0] #=> String, one of "ACCOUNT_PROFILE", "PROFILE"
3614
3658
  # resp.segment_groups.groups[0].dimensions[0].calculated_attributes #=> Hash
3615
3659
  # resp.segment_groups.groups[0].dimensions[0].calculated_attributes["typeName"].dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEGINS_WITH", "ENDS_WITH", "BEFORE", "AFTER", "BETWEEN", "NOT_BETWEEN", "ON", "GREATER_THAN", "LESS_THAN", "GREATER_THAN_OR_EQUAL", "LESS_THAN_OR_EQUAL", "EQUAL"
3616
3660
  # resp.segment_groups.groups[0].dimensions[0].calculated_attributes["typeName"].values #=> Array
@@ -3776,6 +3820,17 @@ module Aws::CustomerProfiles
3776
3820
  # resp.profiles[0].profile.found_by_items[0].values[0] #=> String
3777
3821
  # resp.profiles[0].profile.party_type_string #=> String
3778
3822
  # resp.profiles[0].profile.gender_string #=> String
3823
+ # resp.profiles[0].profile.profile_type #=> String, one of "ACCOUNT_PROFILE", "PROFILE"
3824
+ # resp.profiles[0].profile.engagement_preferences.phone #=> Array
3825
+ # resp.profiles[0].profile.engagement_preferences.phone[0].key_name #=> String
3826
+ # resp.profiles[0].profile.engagement_preferences.phone[0].key_value #=> String
3827
+ # resp.profiles[0].profile.engagement_preferences.phone[0].profile_id #=> String
3828
+ # resp.profiles[0].profile.engagement_preferences.phone[0].contact_type #=> String, one of "PhoneNumber", "MobilePhoneNumber", "HomePhoneNumber", "BusinessPhoneNumber", "EmailAddress", "PersonalEmailAddress", "BusinessEmailAddress"
3829
+ # resp.profiles[0].profile.engagement_preferences.email #=> Array
3830
+ # resp.profiles[0].profile.engagement_preferences.email[0].key_name #=> String
3831
+ # resp.profiles[0].profile.engagement_preferences.email[0].key_value #=> String
3832
+ # resp.profiles[0].profile.engagement_preferences.email[0].profile_id #=> String
3833
+ # resp.profiles[0].profile.engagement_preferences.email[0].contact_type #=> String, one of "PhoneNumber", "MobilePhoneNumber", "HomePhoneNumber", "BusinessPhoneNumber", "EmailAddress", "PersonalEmailAddress", "BusinessEmailAddress"
3779
3834
  # resp.failures #=> Array
3780
3835
  # resp.failures[0].profile_id #=> String
3781
3836
  # resp.failures[0].message #=> String
@@ -5096,6 +5151,8 @@ module Aws::CustomerProfiles
5096
5151
  # attributes: {
5097
5152
  # "string1To255" => "uuid",
5098
5153
  # },
5154
+ # profile_type: "uuid",
5155
+ # engagement_preferences: "uuid",
5099
5156
  # },
5100
5157
  # })
5101
5158
  #
@@ -5619,6 +5676,17 @@ module Aws::CustomerProfiles
5619
5676
  # resp.items[0].found_by_items[0].values[0] #=> String
5620
5677
  # resp.items[0].party_type_string #=> String
5621
5678
  # resp.items[0].gender_string #=> String
5679
+ # resp.items[0].profile_type #=> String, one of "ACCOUNT_PROFILE", "PROFILE"
5680
+ # resp.items[0].engagement_preferences.phone #=> Array
5681
+ # resp.items[0].engagement_preferences.phone[0].key_name #=> String
5682
+ # resp.items[0].engagement_preferences.phone[0].key_value #=> String
5683
+ # resp.items[0].engagement_preferences.phone[0].profile_id #=> String
5684
+ # resp.items[0].engagement_preferences.phone[0].contact_type #=> String, one of "PhoneNumber", "MobilePhoneNumber", "HomePhoneNumber", "BusinessPhoneNumber", "EmailAddress", "PersonalEmailAddress", "BusinessEmailAddress"
5685
+ # resp.items[0].engagement_preferences.email #=> Array
5686
+ # resp.items[0].engagement_preferences.email[0].key_name #=> String
5687
+ # resp.items[0].engagement_preferences.email[0].key_value #=> String
5688
+ # resp.items[0].engagement_preferences.email[0].profile_id #=> String
5689
+ # resp.items[0].engagement_preferences.email[0].contact_type #=> String, one of "PhoneNumber", "MobilePhoneNumber", "HomePhoneNumber", "BusinessPhoneNumber", "EmailAddress", "PersonalEmailAddress", "BusinessEmailAddress"
5622
5690
  # resp.next_token #=> String
5623
5691
  #
5624
5692
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SearchProfiles AWS API Documentation
@@ -6324,6 +6392,12 @@ module Aws::CustomerProfiles
6324
6392
  # @option params [String] :gender_string
6325
6393
  # An alternative to `Gender` which accepts any string as input.
6326
6394
  #
6395
+ # @option params [String] :profile_type
6396
+ # Determines the type of the profile.
6397
+ #
6398
+ # @option params [Types::EngagementPreferences] :engagement_preferences
6399
+ # Object that defines users preferred methods of engagement.
6400
+ #
6327
6401
  # @return [Types::UpdateProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6328
6402
  #
6329
6403
  # * {Types::UpdateProfileResponse#profile_id #profile_id} => String
@@ -6402,6 +6476,25 @@ module Aws::CustomerProfiles
6402
6476
  # },
6403
6477
  # party_type_string: "sensitiveString0To255",
6404
6478
  # gender_string: "sensitiveString0To255",
6479
+ # profile_type: "ACCOUNT_PROFILE", # accepts ACCOUNT_PROFILE, PROFILE
6480
+ # engagement_preferences: {
6481
+ # phone: [
6482
+ # {
6483
+ # key_name: "name",
6484
+ # key_value: "string1To255",
6485
+ # profile_id: "uuid",
6486
+ # contact_type: "PhoneNumber", # accepts PhoneNumber, MobilePhoneNumber, HomePhoneNumber, BusinessPhoneNumber, EmailAddress, PersonalEmailAddress, BusinessEmailAddress
6487
+ # },
6488
+ # ],
6489
+ # email: [
6490
+ # {
6491
+ # key_name: "name",
6492
+ # key_value: "string1To255",
6493
+ # profile_id: "uuid",
6494
+ # contact_type: "PhoneNumber", # accepts PhoneNumber, MobilePhoneNumber, HomePhoneNumber, BusinessPhoneNumber, EmailAddress, PersonalEmailAddress, BusinessEmailAddress
6495
+ # },
6496
+ # ],
6497
+ # },
6405
6498
  # })
6406
6499
  #
6407
6500
  # @example Response structure
@@ -6435,7 +6528,7 @@ module Aws::CustomerProfiles
6435
6528
  tracer: tracer
6436
6529
  )
6437
6530
  context[:gem_name] = 'aws-sdk-customerprofiles'
6438
- context[:gem_version] = '1.67.0'
6531
+ context[:gem_version] = '1.69.0'
6439
6532
  Seahorse::Client::Request.new(handlers, context)
6440
6533
  end
6441
6534
 
@@ -67,6 +67,8 @@ module Aws::CustomerProfiles
67
67
  ConnectorOperator = Shapes::StructureShape.new(name: 'ConnectorOperator')
68
68
  ConnectorProfileName = Shapes::StringShape.new(name: 'ConnectorProfileName')
69
69
  Consolidation = Shapes::StructureShape.new(name: 'Consolidation')
70
+ ContactPreference = Shapes::StructureShape.new(name: 'ContactPreference')
71
+ ContactType = Shapes::StringShape.new(name: 'ContactType')
70
72
  CreateCalculatedAttributeDefinitionRequest = Shapes::StructureShape.new(name: 'CreateCalculatedAttributeDefinitionRequest')
71
73
  CreateCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'CreateCalculatedAttributeDefinitionResponse')
72
74
  CreateDomainLayoutRequest = Shapes::StructureShape.new(name: 'CreateDomainLayoutRequest')
@@ -134,7 +136,9 @@ module Aws::CustomerProfiles
134
136
  Double = Shapes::FloatShape.new(name: 'Double')
135
137
  Double0To1 = Shapes::FloatShape.new(name: 'Double0To1')
136
138
  EmailList = Shapes::ListShape.new(name: 'EmailList')
139
+ EmailPreferenceList = Shapes::ListShape.new(name: 'EmailPreferenceList')
137
140
  End = Shapes::IntegerShape.new(name: 'End')
141
+ EngagementPreferences = Shapes::StructureShape.new(name: 'EngagementPreferences')
138
142
  EstimateStatus = Shapes::StringShape.new(name: 'EstimateStatus')
139
143
  EventStreamDestinationDetails = Shapes::StructureShape.new(name: 'EventStreamDestinationDetails')
140
144
  EventStreamDestinationStatus = Shapes::StringShape.new(name: 'EventStreamDestinationStatus')
@@ -316,6 +320,7 @@ module Aws::CustomerProfiles
316
320
  PeriodUnit = Shapes::StringShape.new(name: 'PeriodUnit')
317
321
  Periods = Shapes::ListShape.new(name: 'Periods')
318
322
  PhoneNumberList = Shapes::ListShape.new(name: 'PhoneNumberList')
323
+ PhonePreferenceList = Shapes::ListShape.new(name: 'PhonePreferenceList')
319
324
  Profile = Shapes::StructureShape.new(name: 'Profile')
320
325
  ProfileAttributeValuesRequest = Shapes::StructureShape.new(name: 'ProfileAttributeValuesRequest')
321
326
  ProfileAttributeValuesResponse = Shapes::StructureShape.new(name: 'ProfileAttributeValuesResponse')
@@ -331,6 +336,10 @@ module Aws::CustomerProfiles
331
336
  ProfileObjectTypeTemplateList = Shapes::ListShape.new(name: 'ProfileObjectTypeTemplateList')
332
337
  ProfileQueryFailures = Shapes::StructureShape.new(name: 'ProfileQueryFailures')
333
338
  ProfileQueryResult = Shapes::StructureShape.new(name: 'ProfileQueryResult')
339
+ ProfileType = Shapes::StringShape.new(name: 'ProfileType')
340
+ ProfileTypeDimension = Shapes::StructureShape.new(name: 'ProfileTypeDimension')
341
+ ProfileTypeDimensionType = Shapes::StringShape.new(name: 'ProfileTypeDimensionType')
342
+ ProfileTypeValues = Shapes::ListShape.new(name: 'ProfileTypeValues')
334
343
  Profiles = Shapes::ListShape.new(name: 'Profiles')
335
344
  Property = Shapes::StringShape.new(name: 'Property')
336
345
  PutIntegrationRequest = Shapes::StructureShape.new(name: 'PutIntegrationRequest')
@@ -676,6 +685,12 @@ module Aws::CustomerProfiles
676
685
  Consolidation.add_member(:matching_attributes_list, Shapes::ShapeRef.new(shape: MatchingAttributesList, required: true, location_name: "MatchingAttributesList"))
677
686
  Consolidation.struct_class = Types::Consolidation
678
687
 
688
+ ContactPreference.add_member(:key_name, Shapes::ShapeRef.new(shape: name, location_name: "KeyName"))
689
+ ContactPreference.add_member(:key_value, Shapes::ShapeRef.new(shape: string1To255, location_name: "KeyValue"))
690
+ ContactPreference.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, location_name: "ProfileId"))
691
+ ContactPreference.add_member(:contact_type, Shapes::ShapeRef.new(shape: ContactType, location_name: "ContactType"))
692
+ ContactPreference.struct_class = Types::ContactPreference
693
+
679
694
  CreateCalculatedAttributeDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
680
695
  CreateCalculatedAttributeDefinitionRequest.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "CalculatedAttributeName"))
681
696
  CreateCalculatedAttributeDefinitionRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
@@ -812,6 +827,8 @@ module Aws::CustomerProfiles
812
827
  CreateProfileRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
813
828
  CreateProfileRequest.add_member(:party_type_string, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "PartyTypeString"))
814
829
  CreateProfileRequest.add_member(:gender_string, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "GenderString"))
830
+ CreateProfileRequest.add_member(:profile_type, Shapes::ShapeRef.new(shape: ProfileType, location_name: "ProfileType"))
831
+ CreateProfileRequest.add_member(:engagement_preferences, Shapes::ShapeRef.new(shape: EngagementPreferences, location_name: "EngagementPreferences"))
815
832
  CreateProfileRequest.struct_class = Types::CreateProfileRequest
816
833
 
817
834
  CreateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
@@ -995,6 +1012,12 @@ module Aws::CustomerProfiles
995
1012
 
996
1013
  EmailList.member = Shapes::ShapeRef.new(shape: string1To255)
997
1014
 
1015
+ EmailPreferenceList.member = Shapes::ShapeRef.new(shape: ContactPreference)
1016
+
1017
+ EngagementPreferences.add_member(:phone, Shapes::ShapeRef.new(shape: PhonePreferenceList, location_name: "Phone"))
1018
+ EngagementPreferences.add_member(:email, Shapes::ShapeRef.new(shape: EmailPreferenceList, location_name: "Email"))
1019
+ EngagementPreferences.struct_class = Types::EngagementPreferences
1020
+
998
1021
  EventStreamDestinationDetails.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
999
1022
  EventStreamDestinationDetails.add_member(:status, Shapes::ShapeRef.new(shape: EventStreamDestinationStatus, required: true, location_name: "Status"))
1000
1023
  EventStreamDestinationDetails.add_member(:unhealthy_since, Shapes::ShapeRef.new(shape: timestamp, location_name: "UnhealthySince"))
@@ -1081,6 +1104,8 @@ module Aws::CustomerProfiles
1081
1104
  FieldSourceProfileIds.add_member(:mailing_address, Shapes::ShapeRef.new(shape: uuid, location_name: "MailingAddress"))
1082
1105
  FieldSourceProfileIds.add_member(:billing_address, Shapes::ShapeRef.new(shape: uuid, location_name: "BillingAddress"))
1083
1106
  FieldSourceProfileIds.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeSourceIdMap, location_name: "Attributes"))
1107
+ FieldSourceProfileIds.add_member(:profile_type, Shapes::ShapeRef.new(shape: uuid, location_name: "ProfileType"))
1108
+ FieldSourceProfileIds.add_member(:engagement_preferences, Shapes::ShapeRef.new(shape: uuid, location_name: "EngagementPreferences"))
1084
1109
  FieldSourceProfileIds.struct_class = Types::FieldSourceProfileIds
1085
1110
 
1086
1111
  Filter.add_member(:include, Shapes::ShapeRef.new(shape: Include, required: true, location_name: "Include"))
@@ -1781,6 +1806,8 @@ module Aws::CustomerProfiles
1781
1806
 
1782
1807
  PhoneNumberList.member = Shapes::ShapeRef.new(shape: string1To255)
1783
1808
 
1809
+ PhonePreferenceList.member = Shapes::ShapeRef.new(shape: ContactPreference)
1810
+
1784
1811
  Profile.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, location_name: "ProfileId"))
1785
1812
  Profile.add_member(:account_number, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "AccountNumber"))
1786
1813
  Profile.add_member(:additional_information, Shapes::ShapeRef.new(shape: sensitiveString1To1000, location_name: "AdditionalInformation"))
@@ -1806,6 +1833,8 @@ module Aws::CustomerProfiles
1806
1833
  Profile.add_member(:found_by_items, Shapes::ShapeRef.new(shape: foundByList, location_name: "FoundByItems"))
1807
1834
  Profile.add_member(:party_type_string, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "PartyTypeString"))
1808
1835
  Profile.add_member(:gender_string, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "GenderString"))
1836
+ Profile.add_member(:profile_type, Shapes::ShapeRef.new(shape: ProfileType, location_name: "ProfileType"))
1837
+ Profile.add_member(:engagement_preferences, Shapes::ShapeRef.new(shape: EngagementPreferences, location_name: "EngagementPreferences"))
1809
1838
  Profile.struct_class = Types::Profile
1810
1839
 
1811
1840
  ProfileAttributeValuesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
@@ -1839,6 +1868,7 @@ module Aws::CustomerProfiles
1839
1868
  ProfileAttributes.add_member(:mailing_address, Shapes::ShapeRef.new(shape: AddressDimension, location_name: "MailingAddress"))
1840
1869
  ProfileAttributes.add_member(:billing_address, Shapes::ShapeRef.new(shape: AddressDimension, location_name: "BillingAddress"))
1841
1870
  ProfileAttributes.add_member(:attributes, Shapes::ShapeRef.new(shape: CustomAttributes, location_name: "Attributes"))
1871
+ ProfileAttributes.add_member(:profile_type, Shapes::ShapeRef.new(shape: ProfileTypeDimension, location_name: "ProfileType"))
1842
1872
  ProfileAttributes.struct_class = Types::ProfileAttributes
1843
1873
 
1844
1874
  ProfileDimension.add_member(:dimension_type, Shapes::ShapeRef.new(shape: StringDimensionType, required: true, location_name: "DimensionType"))
@@ -1869,6 +1899,12 @@ module Aws::CustomerProfiles
1869
1899
  ProfileQueryResult.add_member(:profile, Shapes::ShapeRef.new(shape: Profile, location_name: "Profile"))
1870
1900
  ProfileQueryResult.struct_class = Types::ProfileQueryResult
1871
1901
 
1902
+ ProfileTypeDimension.add_member(:dimension_type, Shapes::ShapeRef.new(shape: ProfileTypeDimensionType, required: true, location_name: "DimensionType"))
1903
+ ProfileTypeDimension.add_member(:values, Shapes::ShapeRef.new(shape: ProfileTypeValues, required: true, location_name: "Values"))
1904
+ ProfileTypeDimension.struct_class = Types::ProfileTypeDimension
1905
+
1906
+ ProfileTypeValues.member = Shapes::ShapeRef.new(shape: ProfileType)
1907
+
1872
1908
  Profiles.member = Shapes::ShapeRef.new(shape: ProfileQueryResult)
1873
1909
 
1874
1910
  PutIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
@@ -2236,6 +2272,8 @@ module Aws::CustomerProfiles
2236
2272
  UpdateProfileRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: UpdateAttributes, location_name: "Attributes"))
2237
2273
  UpdateProfileRequest.add_member(:party_type_string, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "PartyTypeString"))
2238
2274
  UpdateProfileRequest.add_member(:gender_string, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "GenderString"))
2275
+ UpdateProfileRequest.add_member(:profile_type, Shapes::ShapeRef.new(shape: ProfileType, location_name: "ProfileType"))
2276
+ UpdateProfileRequest.add_member(:engagement_preferences, Shapes::ShapeRef.new(shape: EngagementPreferences, location_name: "EngagementPreferences"))
2239
2277
  UpdateProfileRequest.struct_class = Types::UpdateProfileRequest
2240
2278
 
2241
2279
  UpdateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
@@ -888,6 +888,36 @@ module Aws::CustomerProfiles
888
888
  include Aws::Structure
889
889
  end
890
890
 
891
+ # Object that defines users contact preference.
892
+ #
893
+ # @!attribute [rw] key_name
894
+ # A searchable, unique identifier of a customer profile.
895
+ # @return [String]
896
+ #
897
+ # @!attribute [rw] key_value
898
+ # The key value used to look up profile based off the keyName.
899
+ # @return [String]
900
+ #
901
+ # @!attribute [rw] profile_id
902
+ # The unique identifier of a customer profile.
903
+ # @return [String]
904
+ #
905
+ # @!attribute [rw] contact_type
906
+ # The contact type used for engagement. For example: HomePhoneNumber,
907
+ # PersonalEmailAddress.
908
+ # @return [String]
909
+ #
910
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ContactPreference AWS API Documentation
911
+ #
912
+ class ContactPreference < Struct.new(
913
+ :key_name,
914
+ :key_value,
915
+ :profile_id,
916
+ :contact_type)
917
+ SENSITIVE = []
918
+ include Aws::Structure
919
+ end
920
+
891
921
  # @!attribute [rw] domain_name
892
922
  # The unique name of the domain.
893
923
  # @return [String]
@@ -1604,6 +1634,15 @@ module Aws::CustomerProfiles
1604
1634
  # An alternative to `Gender` which accepts any string as input.
1605
1635
  # @return [String]
1606
1636
  #
1637
+ # @!attribute [rw] profile_type
1638
+ # The type of the profile.
1639
+ # @return [String]
1640
+ #
1641
+ # @!attribute [rw] engagement_preferences
1642
+ # Object that defines the preferred methods of engagement, per
1643
+ # channel.
1644
+ # @return [Types::EngagementPreferences]
1645
+ #
1607
1646
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/CreateProfileRequest AWS API Documentation
1608
1647
  #
1609
1648
  class CreateProfileRequest < Struct.new(
@@ -1630,8 +1669,10 @@ module Aws::CustomerProfiles
1630
1669
  :billing_address,
1631
1670
  :attributes,
1632
1671
  :party_type_string,
1633
- :gender_string)
1634
- SENSITIVE = [:account_number, :additional_information, :party_type, :business_name, :first_name, :middle_name, :last_name, :birth_date, :gender, :phone_number, :mobile_phone_number, :home_phone_number, :business_phone_number, :email_address, :personal_email_address, :business_email_address, :address, :shipping_address, :mailing_address, :billing_address, :attributes, :party_type_string, :gender_string]
1672
+ :gender_string,
1673
+ :profile_type,
1674
+ :engagement_preferences)
1675
+ SENSITIVE = [:account_number, :additional_information, :party_type, :business_name, :first_name, :middle_name, :last_name, :birth_date, :gender, :phone_number, :mobile_phone_number, :home_phone_number, :business_phone_number, :email_address, :personal_email_address, :business_email_address, :address, :shipping_address, :mailing_address, :billing_address, :attributes, :party_type_string, :gender_string, :profile_type, :engagement_preferences]
1635
1676
  include Aws::Structure
1636
1677
  end
1637
1678
 
@@ -2370,6 +2411,25 @@ module Aws::CustomerProfiles
2370
2411
  include Aws::Structure
2371
2412
  end
2372
2413
 
2414
+ # Object that defines users preferred methods of engagement.
2415
+ #
2416
+ # @!attribute [rw] phone
2417
+ # A list of phone-related contact preferences
2418
+ # @return [Array<Types::ContactPreference>]
2419
+ #
2420
+ # @!attribute [rw] email
2421
+ # A list of email-related contact preferences
2422
+ # @return [Array<Types::ContactPreference>]
2423
+ #
2424
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/EngagementPreferences AWS API Documentation
2425
+ #
2426
+ class EngagementPreferences < Struct.new(
2427
+ :phone,
2428
+ :email)
2429
+ SENSITIVE = []
2430
+ include Aws::Structure
2431
+ end
2432
+
2373
2433
  # Details of the destination being used for the EventStream.
2374
2434
  #
2375
2435
  # @!attribute [rw] uri
@@ -2692,6 +2752,15 @@ module Aws::CustomerProfiles
2692
2752
  # A unique identifier for the attributes field to be merged.
2693
2753
  # @return [Hash<String,String>]
2694
2754
  #
2755
+ # @!attribute [rw] profile_type
2756
+ # A unique identifier for the profile type field to be merged.
2757
+ # @return [String]
2758
+ #
2759
+ # @!attribute [rw] engagement_preferences
2760
+ # A unique identifier for the engagement preferences field to be
2761
+ # merged.
2762
+ # @return [String]
2763
+ #
2695
2764
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/FieldSourceProfileIds AWS API Documentation
2696
2765
  #
2697
2766
  class FieldSourceProfileIds < Struct.new(
@@ -2715,7 +2784,9 @@ module Aws::CustomerProfiles
2715
2784
  :shipping_address,
2716
2785
  :mailing_address,
2717
2786
  :billing_address,
2718
- :attributes)
2787
+ :attributes,
2788
+ :profile_type,
2789
+ :engagement_preferences)
2719
2790
  SENSITIVE = []
2720
2791
  include Aws::Structure
2721
2792
  end
@@ -6205,6 +6276,14 @@ module Aws::CustomerProfiles
6205
6276
  # An alternative to Gender which accepts any string as input.
6206
6277
  # @return [String]
6207
6278
  #
6279
+ # @!attribute [rw] profile_type
6280
+ # The type of the profile.
6281
+ # @return [String]
6282
+ #
6283
+ # @!attribute [rw] engagement_preferences
6284
+ # The customer or account’s engagement preferences.
6285
+ # @return [Types::EngagementPreferences]
6286
+ #
6208
6287
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/Profile AWS API Documentation
6209
6288
  #
6210
6289
  class Profile < Struct.new(
@@ -6232,8 +6311,10 @@ module Aws::CustomerProfiles
6232
6311
  :attributes,
6233
6312
  :found_by_items,
6234
6313
  :party_type_string,
6235
- :gender_string)
6236
- SENSITIVE = [:account_number, :additional_information, :party_type, :business_name, :first_name, :middle_name, :last_name, :birth_date, :gender, :phone_number, :mobile_phone_number, :home_phone_number, :business_phone_number, :email_address, :personal_email_address, :business_email_address, :address, :shipping_address, :mailing_address, :billing_address, :attributes, :party_type_string, :gender_string]
6314
+ :gender_string,
6315
+ :profile_type,
6316
+ :engagement_preferences)
6317
+ SENSITIVE = [:account_number, :additional_information, :party_type, :business_name, :first_name, :middle_name, :last_name, :birth_date, :gender, :phone_number, :mobile_phone_number, :home_phone_number, :business_phone_number, :email_address, :personal_email_address, :business_email_address, :address, :shipping_address, :mailing_address, :billing_address, :attributes, :party_type_string, :gender_string, :profile_type, :engagement_preferences]
6237
6318
  include Aws::Structure
6238
6319
  end
6239
6320
 
@@ -6371,6 +6452,10 @@ module Aws::CustomerProfiles
6371
6452
  # A field to describe values to segment on within attributes.
6372
6453
  # @return [Hash<String,Types::AttributeDimension>]
6373
6454
  #
6455
+ # @!attribute [rw] profile_type
6456
+ # A field to describe values to segment on within profile type.
6457
+ # @return [Types::ProfileTypeDimension]
6458
+ #
6374
6459
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ProfileAttributes AWS API Documentation
6375
6460
  #
6376
6461
  class ProfileAttributes < Struct.new(
@@ -6394,7 +6479,8 @@ module Aws::CustomerProfiles
6394
6479
  :shipping_address,
6395
6480
  :mailing_address,
6396
6481
  :billing_address,
6397
- :attributes)
6482
+ :attributes,
6483
+ :profile_type)
6398
6484
  SENSITIVE = []
6399
6485
  include Aws::Structure
6400
6486
  end
@@ -6466,6 +6552,25 @@ module Aws::CustomerProfiles
6466
6552
  include Aws::Structure
6467
6553
  end
6468
6554
 
6555
+ # Object to hold the dimension of a profile type field to segment on.
6556
+ #
6557
+ # @!attribute [rw] dimension_type
6558
+ # The action to segment on.
6559
+ # @return [String]
6560
+ #
6561
+ # @!attribute [rw] values
6562
+ # The values to apply the DimensionType on.
6563
+ # @return [Array<String>]
6564
+ #
6565
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ProfileTypeDimension AWS API Documentation
6566
+ #
6567
+ class ProfileTypeDimension < Struct.new(
6568
+ :dimension_type,
6569
+ :values)
6570
+ SENSITIVE = [:values]
6571
+ include Aws::Structure
6572
+ end
6573
+
6469
6574
  # @!attribute [rw] domain_name
6470
6575
  # The unique name of the domain.
6471
6576
  # @return [String]
@@ -8336,6 +8441,14 @@ module Aws::CustomerProfiles
8336
8441
  # An alternative to `Gender` which accepts any string as input.
8337
8442
  # @return [String]
8338
8443
  #
8444
+ # @!attribute [rw] profile_type
8445
+ # Determines the type of the profile.
8446
+ # @return [String]
8447
+ #
8448
+ # @!attribute [rw] engagement_preferences
8449
+ # Object that defines users preferred methods of engagement.
8450
+ # @return [Types::EngagementPreferences]
8451
+ #
8339
8452
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/UpdateProfileRequest AWS API Documentation
8340
8453
  #
8341
8454
  class UpdateProfileRequest < Struct.new(
@@ -8363,8 +8476,10 @@ module Aws::CustomerProfiles
8363
8476
  :billing_address,
8364
8477
  :attributes,
8365
8478
  :party_type_string,
8366
- :gender_string)
8367
- SENSITIVE = [:additional_information, :account_number, :party_type, :business_name, :first_name, :middle_name, :last_name, :birth_date, :gender, :phone_number, :mobile_phone_number, :home_phone_number, :business_phone_number, :email_address, :personal_email_address, :business_email_address, :address, :shipping_address, :mailing_address, :billing_address, :attributes, :party_type_string, :gender_string]
8479
+ :gender_string,
8480
+ :profile_type,
8481
+ :engagement_preferences)
8482
+ SENSITIVE = [:additional_information, :account_number, :party_type, :business_name, :first_name, :middle_name, :last_name, :birth_date, :gender, :phone_number, :mobile_phone_number, :home_phone_number, :business_phone_number, :email_address, :personal_email_address, :business_email_address, :address, :shipping_address, :mailing_address, :billing_address, :attributes, :party_type_string, :gender_string, :profile_type, :engagement_preferences]
8368
8483
  include Aws::Structure
8369
8484
  end
8370
8485
 
@@ -54,7 +54,7 @@ module Aws::CustomerProfiles
54
54
  autoload :EndpointProvider, 'aws-sdk-customerprofiles/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-customerprofiles/endpoints'
56
56
 
57
- GEM_VERSION = '1.67.0'
57
+ GEM_VERSION = '1.69.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -518,7 +518,26 @@ module Aws
518
518
  },
519
519
  ?attributes: Hash[::String, ::String],
520
520
  ?party_type_string: ::String,
521
- ?gender_string: ::String
521
+ ?gender_string: ::String,
522
+ ?profile_type: ("ACCOUNT_PROFILE" | "PROFILE"),
523
+ ?engagement_preferences: {
524
+ phone: Array[
525
+ {
526
+ key_name: ::String?,
527
+ key_value: ::String?,
528
+ profile_id: ::String?,
529
+ contact_type: ("PhoneNumber" | "MobilePhoneNumber" | "HomePhoneNumber" | "BusinessPhoneNumber" | "EmailAddress" | "PersonalEmailAddress" | "BusinessEmailAddress")?
530
+ },
531
+ ]?,
532
+ email: Array[
533
+ {
534
+ key_name: ::String?,
535
+ key_value: ::String?,
536
+ profile_id: ::String?,
537
+ contact_type: ("PhoneNumber" | "MobilePhoneNumber" | "HomePhoneNumber" | "BusinessPhoneNumber" | "EmailAddress" | "PersonalEmailAddress" | "BusinessEmailAddress")?
538
+ },
539
+ ]?
540
+ }
522
541
  ) -> _CreateProfileResponseSuccess
523
542
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProfileResponseSuccess
524
543
 
@@ -714,7 +733,11 @@ module Aws
714
733
  attributes: Hash[::String, {
715
734
  dimension_type: ("INCLUSIVE" | "EXCLUSIVE" | "CONTAINS" | "BEGINS_WITH" | "ENDS_WITH" | "BEFORE" | "AFTER" | "BETWEEN" | "NOT_BETWEEN" | "ON" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUAL" | "LESS_THAN_OR_EQUAL" | "EQUAL"),
716
735
  values: Array[::String]
717
- }]?
736
+ }]?,
737
+ profile_type: {
738
+ dimension_type: ("INCLUSIVE" | "EXCLUSIVE"),
739
+ values: Array[("ACCOUNT_PROFILE" | "PROFILE")]
740
+ }?
718
741
  }?,
719
742
  calculated_attributes: Hash[::String, {
720
743
  dimension_type: ("INCLUSIVE" | "EXCLUSIVE" | "CONTAINS" | "BEGINS_WITH" | "ENDS_WITH" | "BEFORE" | "AFTER" | "BETWEEN" | "NOT_BETWEEN" | "ON" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUAL" | "LESS_THAN_OR_EQUAL" | "EQUAL"),
@@ -930,7 +953,11 @@ module Aws
930
953
  attributes: Hash[::String, {
931
954
  dimension_type: ("INCLUSIVE" | "EXCLUSIVE" | "CONTAINS" | "BEGINS_WITH" | "ENDS_WITH" | "BEFORE" | "AFTER" | "BETWEEN" | "NOT_BETWEEN" | "ON" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUAL" | "LESS_THAN_OR_EQUAL" | "EQUAL"),
932
955
  values: Array[::String]
933
- }]?
956
+ }]?,
957
+ profile_type: {
958
+ dimension_type: ("INCLUSIVE" | "EXCLUSIVE"),
959
+ values: Array[("ACCOUNT_PROFILE" | "PROFILE")]
960
+ }?
934
961
  }?,
935
962
  calculated_attributes: Hash[::String, {
936
963
  dimension_type: ("INCLUSIVE" | "EXCLUSIVE" | "CONTAINS" | "BEGINS_WITH" | "ENDS_WITH" | "BEFORE" | "AFTER" | "BETWEEN" | "NOT_BETWEEN" | "ON" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUAL" | "LESS_THAN_OR_EQUAL" | "EQUAL"),
@@ -1808,7 +1835,9 @@ module Aws
1808
1835
  shipping_address: ::String?,
1809
1836
  mailing_address: ::String?,
1810
1837
  billing_address: ::String?,
1811
- attributes: Hash[::String, ::String]?
1838
+ attributes: Hash[::String, ::String]?,
1839
+ profile_type: ::String?,
1840
+ engagement_preferences: ::String?
1812
1841
  }
1813
1842
  ) -> _MergeProfilesResponseSuccess
1814
1843
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _MergeProfilesResponseSuccess
@@ -2281,7 +2310,26 @@ module Aws
2281
2310
  },
2282
2311
  ?attributes: Hash[::String, ::String],
2283
2312
  ?party_type_string: ::String,
2284
- ?gender_string: ::String
2313
+ ?gender_string: ::String,
2314
+ ?profile_type: ("ACCOUNT_PROFILE" | "PROFILE"),
2315
+ ?engagement_preferences: {
2316
+ phone: Array[
2317
+ {
2318
+ key_name: ::String?,
2319
+ key_value: ::String?,
2320
+ profile_id: ::String?,
2321
+ contact_type: ("PhoneNumber" | "MobilePhoneNumber" | "HomePhoneNumber" | "BusinessPhoneNumber" | "EmailAddress" | "PersonalEmailAddress" | "BusinessEmailAddress")?
2322
+ },
2323
+ ]?,
2324
+ email: Array[
2325
+ {
2326
+ key_name: ::String?,
2327
+ key_value: ::String?,
2328
+ profile_id: ::String?,
2329
+ contact_type: ("PhoneNumber" | "MobilePhoneNumber" | "HomePhoneNumber" | "BusinessPhoneNumber" | "EmailAddress" | "PersonalEmailAddress" | "BusinessEmailAddress")?
2330
+ },
2331
+ ]?
2332
+ }
2285
2333
  ) -> _UpdateProfileResponseSuccess
2286
2334
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateProfileResponseSuccess
2287
2335
  end
data/sig/types.rbs CHANGED
@@ -228,6 +228,14 @@ module Aws::CustomerProfiles
228
228
  SENSITIVE: []
229
229
  end
230
230
 
231
+ class ContactPreference
232
+ attr_accessor key_name: ::String
233
+ attr_accessor key_value: ::String
234
+ attr_accessor profile_id: ::String
235
+ attr_accessor contact_type: ("PhoneNumber" | "MobilePhoneNumber" | "HomePhoneNumber" | "BusinessPhoneNumber" | "EmailAddress" | "PersonalEmailAddress" | "BusinessEmailAddress")
236
+ SENSITIVE: []
237
+ end
238
+
231
239
  class CreateCalculatedAttributeDefinitionRequest
232
240
  attr_accessor domain_name: ::String
233
241
  attr_accessor calculated_attribute_name: ::String
@@ -389,7 +397,9 @@ module Aws::CustomerProfiles
389
397
  attr_accessor attributes: ::Hash[::String, ::String]
390
398
  attr_accessor party_type_string: ::String
391
399
  attr_accessor gender_string: ::String
392
- SENSITIVE: [:account_number, :additional_information, :party_type, :business_name, :first_name, :middle_name, :last_name, :birth_date, :gender, :phone_number, :mobile_phone_number, :home_phone_number, :business_phone_number, :email_address, :personal_email_address, :business_email_address, :address, :shipping_address, :mailing_address, :billing_address, :attributes, :party_type_string, :gender_string]
400
+ attr_accessor profile_type: ("ACCOUNT_PROFILE" | "PROFILE")
401
+ attr_accessor engagement_preferences: Types::EngagementPreferences
402
+ SENSITIVE: [:account_number, :additional_information, :party_type, :business_name, :first_name, :middle_name, :last_name, :birth_date, :gender, :phone_number, :mobile_phone_number, :home_phone_number, :business_phone_number, :email_address, :personal_email_address, :business_email_address, :address, :shipping_address, :mailing_address, :billing_address, :attributes, :party_type_string, :gender_string, :profile_type, :engagement_preferences]
393
403
  end
394
404
 
395
405
  class CreateProfileResponse
@@ -641,6 +651,12 @@ module Aws::CustomerProfiles
641
651
  SENSITIVE: []
642
652
  end
643
653
 
654
+ class EngagementPreferences
655
+ attr_accessor phone: ::Array[Types::ContactPreference]
656
+ attr_accessor email: ::Array[Types::ContactPreference]
657
+ SENSITIVE: []
658
+ end
659
+
644
660
  class EventStreamDestinationDetails
645
661
  attr_accessor uri: ::String
646
662
  attr_accessor status: ("HEALTHY" | "UNHEALTHY")
@@ -725,6 +741,8 @@ module Aws::CustomerProfiles
725
741
  attr_accessor mailing_address: ::String
726
742
  attr_accessor billing_address: ::String
727
743
  attr_accessor attributes: ::Hash[::String, ::String]
744
+ attr_accessor profile_type: ::String
745
+ attr_accessor engagement_preferences: ::String
728
746
  SENSITIVE: []
729
747
  end
730
748
 
@@ -1638,7 +1656,9 @@ module Aws::CustomerProfiles
1638
1656
  attr_accessor found_by_items: ::Array[Types::FoundByKeyValue]
1639
1657
  attr_accessor party_type_string: ::String
1640
1658
  attr_accessor gender_string: ::String
1641
- SENSITIVE: [:account_number, :additional_information, :party_type, :business_name, :first_name, :middle_name, :last_name, :birth_date, :gender, :phone_number, :mobile_phone_number, :home_phone_number, :business_phone_number, :email_address, :personal_email_address, :business_email_address, :address, :shipping_address, :mailing_address, :billing_address, :attributes, :party_type_string, :gender_string]
1659
+ attr_accessor profile_type: ("ACCOUNT_PROFILE" | "PROFILE")
1660
+ attr_accessor engagement_preferences: Types::EngagementPreferences
1661
+ SENSITIVE: [:account_number, :additional_information, :party_type, :business_name, :first_name, :middle_name, :last_name, :birth_date, :gender, :phone_number, :mobile_phone_number, :home_phone_number, :business_phone_number, :email_address, :personal_email_address, :business_email_address, :address, :shipping_address, :mailing_address, :billing_address, :attributes, :party_type_string, :gender_string, :profile_type, :engagement_preferences]
1642
1662
  end
1643
1663
 
1644
1664
  class ProfileAttributeValuesRequest
@@ -1677,6 +1697,7 @@ module Aws::CustomerProfiles
1677
1697
  attr_accessor mailing_address: Types::AddressDimension
1678
1698
  attr_accessor billing_address: Types::AddressDimension
1679
1699
  attr_accessor attributes: ::Hash[::String, Types::AttributeDimension]
1700
+ attr_accessor profile_type: Types::ProfileTypeDimension
1680
1701
  SENSITIVE: []
1681
1702
  end
1682
1703
 
@@ -1700,6 +1721,12 @@ module Aws::CustomerProfiles
1700
1721
  SENSITIVE: []
1701
1722
  end
1702
1723
 
1724
+ class ProfileTypeDimension
1725
+ attr_accessor dimension_type: ("INCLUSIVE" | "EXCLUSIVE")
1726
+ attr_accessor values: ::Array[("ACCOUNT_PROFILE" | "PROFILE")]
1727
+ SENSITIVE: []
1728
+ end
1729
+
1703
1730
  class PutIntegrationRequest
1704
1731
  attr_accessor domain_name: ::String
1705
1732
  attr_accessor uri: ::String
@@ -2137,7 +2164,9 @@ module Aws::CustomerProfiles
2137
2164
  attr_accessor attributes: ::Hash[::String, ::String]
2138
2165
  attr_accessor party_type_string: ::String
2139
2166
  attr_accessor gender_string: ::String
2140
- SENSITIVE: [:additional_information, :account_number, :party_type, :business_name, :first_name, :middle_name, :last_name, :birth_date, :gender, :phone_number, :mobile_phone_number, :home_phone_number, :business_phone_number, :email_address, :personal_email_address, :business_email_address, :address, :shipping_address, :mailing_address, :billing_address, :attributes, :party_type_string, :gender_string]
2167
+ attr_accessor profile_type: ("ACCOUNT_PROFILE" | "PROFILE")
2168
+ attr_accessor engagement_preferences: Types::EngagementPreferences
2169
+ SENSITIVE: [:additional_information, :account_number, :party_type, :business_name, :first_name, :middle_name, :last_name, :birth_date, :gender, :phone_number, :mobile_phone_number, :home_phone_number, :business_phone_number, :email_address, :personal_email_address, :business_email_address, :address, :shipping_address, :mailing_address, :billing_address, :attributes, :party_type_string, :gender_string, :profile_type, :engagement_preferences]
2141
2170
  end
2142
2171
 
2143
2172
  class UpdateProfileResponse
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-customerprofiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.69.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.227.0
21
+ version: 3.228.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.227.0
31
+ version: 3.228.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement