aws-sdk-customerprofiles 1.26.0 → 1.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '08539fe94bd44b3ab47fb084d4e7894faa8e7f5d4a03839d74558c13140ffb3f'
4
- data.tar.gz: 8014bc59e0176fbb740cba01a9fec06c4a2a817c59c7ff12f8635babecd8da90
3
+ metadata.gz: 206a9c41b5bf79cbfcc1c919b9a316a13acf8ce4773e0368e5a04eefe0258692
4
+ data.tar.gz: 281922444e0e0f48f736d7c067373d85057d91889c55a128444263df318db185
5
5
  SHA512:
6
- metadata.gz: f408e3b718326f1c74fa8e3e9a20c622574dd7d74ada094776c85ee26538f53d918dd70348728abd93b9eddb8f8139032179f59e8309acaa3b690f7b373903a4
7
- data.tar.gz: f02bcc824b14590d72cf1aebd270362adcc0fb06c00fb7816cca203ddb096d10658e150db029e1e5e4d6c3be27cb0035b378f64bd15d8ba576c84ce913028a93
6
+ metadata.gz: 42fa8766629715c3bea5a5bbcc9c473e012e539562de9cce376a2eae1f3f619641968f2ea73f6f32061b663c1870d0533343be4d4dc871379ddf24d4abfc7fb6
7
+ data.tar.gz: ea1485acfb744bfa3fc1499faad19df90a54b48938df07e7801d106bd9cc0bee408dd8c53995a3c62ebdb11623380823cb490dd09cbf33f0be7111d21f270af7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.27.0 (2023-02-06)
10
+ ------------------
11
+
12
+ * Feature - This release deprecates the PartyType and Gender enum data types from the Profile model and replaces them with new PartyTypeString and GenderString attributes, which accept any string of length up to 255.
13
+
4
14
  1.26.0 (2023-01-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.28.0
@@ -275,6 +275,11 @@ module Aws::CustomerProfiles
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -430,7 +435,7 @@ module Aws::CustomerProfiles
430
435
  # Each Amazon Connect instance can be associated with only one domain.
431
436
  # Multiple Amazon Connect instances can be associated with one domain.
432
437
  #
433
- # Use this API or [UpdateDomain][1] to enable [identity resolution][2]\:
438
+ # Use this API or [UpdateDomain][1] to enable [identity resolution][2]:
434
439
  # set `Matching` to true.
435
440
  #
436
441
  # To prevent cross-service impersonation when you call this API, see
@@ -2687,6 +2692,8 @@ module Aws::CustomerProfiles
2687
2692
  # resp.items[0].found_by_items[0].key_name #=> String
2688
2693
  # resp.items[0].found_by_items[0].values #=> Array
2689
2694
  # resp.items[0].found_by_items[0].values[0] #=> String
2695
+ # resp.items[0].party_type_string #=> String
2696
+ # resp.items[0].gender_string #=> String
2690
2697
  # resp.next_token #=> String
2691
2698
  #
2692
2699
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SearchProfiles AWS API Documentation
@@ -2775,7 +2782,7 @@ module Aws::CustomerProfiles
2775
2782
  #
2776
2783
  # After a domain is created, the name can’t be changed.
2777
2784
  #
2778
- # Use this API or [CreateDomain][1] to enable [identity resolution][2]\:
2785
+ # Use this API or [CreateDomain][1] to enable [identity resolution][2]:
2779
2786
  # set `Matching` to true.
2780
2787
  #
2781
2788
  # To prevent cross-service impersonation when you call this API, see
@@ -3104,7 +3111,7 @@ module Aws::CustomerProfiles
3104
3111
  params: params,
3105
3112
  config: config)
3106
3113
  context[:gem_name] = 'aws-sdk-customerprofiles'
3107
- context[:gem_version] = '1.26.0'
3114
+ context[:gem_version] = '1.28.0'
3108
3115
  Seahorse::Client::Request.new(handlers, context)
3109
3116
  end
3110
3117
 
@@ -365,13 +365,13 @@ module Aws::CustomerProfiles
365
365
  CreateProfileRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
366
366
  CreateProfileRequest.add_member(:account_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "AccountNumber"))
367
367
  CreateProfileRequest.add_member(:additional_information, Shapes::ShapeRef.new(shape: string1To1000, location_name: "AdditionalInformation"))
368
- CreateProfileRequest.add_member(:party_type, Shapes::ShapeRef.new(shape: PartyType, location_name: "PartyType"))
368
+ CreateProfileRequest.add_member(:party_type, Shapes::ShapeRef.new(shape: PartyType, deprecated: true, location_name: "PartyType"))
369
369
  CreateProfileRequest.add_member(:business_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "BusinessName"))
370
370
  CreateProfileRequest.add_member(:first_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "FirstName"))
371
371
  CreateProfileRequest.add_member(:middle_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "MiddleName"))
372
372
  CreateProfileRequest.add_member(:last_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "LastName"))
373
373
  CreateProfileRequest.add_member(:birth_date, Shapes::ShapeRef.new(shape: string1To255, location_name: "BirthDate"))
374
- CreateProfileRequest.add_member(:gender, Shapes::ShapeRef.new(shape: Gender, location_name: "Gender"))
374
+ CreateProfileRequest.add_member(:gender, Shapes::ShapeRef.new(shape: Gender, deprecated: true, location_name: "Gender"))
375
375
  CreateProfileRequest.add_member(:phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "PhoneNumber"))
376
376
  CreateProfileRequest.add_member(:mobile_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "MobilePhoneNumber"))
377
377
  CreateProfileRequest.add_member(:home_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "HomePhoneNumber"))
@@ -839,13 +839,13 @@ module Aws::CustomerProfiles
839
839
  Profile.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, location_name: "ProfileId"))
840
840
  Profile.add_member(:account_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "AccountNumber"))
841
841
  Profile.add_member(:additional_information, Shapes::ShapeRef.new(shape: string1To1000, location_name: "AdditionalInformation"))
842
- Profile.add_member(:party_type, Shapes::ShapeRef.new(shape: PartyType, location_name: "PartyType"))
842
+ Profile.add_member(:party_type, Shapes::ShapeRef.new(shape: PartyType, deprecated: true, location_name: "PartyType"))
843
843
  Profile.add_member(:business_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "BusinessName"))
844
844
  Profile.add_member(:first_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "FirstName"))
845
845
  Profile.add_member(:middle_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "MiddleName"))
846
846
  Profile.add_member(:last_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "LastName"))
847
847
  Profile.add_member(:birth_date, Shapes::ShapeRef.new(shape: string1To255, location_name: "BirthDate"))
848
- Profile.add_member(:gender, Shapes::ShapeRef.new(shape: Gender, location_name: "Gender"))
848
+ Profile.add_member(:gender, Shapes::ShapeRef.new(shape: Gender, deprecated: true, location_name: "Gender"))
849
849
  Profile.add_member(:phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "PhoneNumber"))
850
850
  Profile.add_member(:mobile_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "MobilePhoneNumber"))
851
851
  Profile.add_member(:home_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "HomePhoneNumber"))
@@ -859,6 +859,8 @@ module Aws::CustomerProfiles
859
859
  Profile.add_member(:billing_address, Shapes::ShapeRef.new(shape: Address, location_name: "BillingAddress"))
860
860
  Profile.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
861
861
  Profile.add_member(:found_by_items, Shapes::ShapeRef.new(shape: foundByList, location_name: "FoundByItems"))
862
+ Profile.add_member(:party_type_string, Shapes::ShapeRef.new(shape: string1To255, location_name: "PartyTypeString"))
863
+ Profile.add_member(:gender_string, Shapes::ShapeRef.new(shape: string1To255, location_name: "GenderString"))
862
864
  Profile.struct_class = Types::Profile
863
865
 
864
866
  ProfileIdList.member = Shapes::ShapeRef.new(shape: uuid)
@@ -1065,13 +1067,13 @@ module Aws::CustomerProfiles
1065
1067
  UpdateProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
1066
1068
  UpdateProfileRequest.add_member(:additional_information, Shapes::ShapeRef.new(shape: string0To1000, location_name: "AdditionalInformation"))
1067
1069
  UpdateProfileRequest.add_member(:account_number, Shapes::ShapeRef.new(shape: string0To255, location_name: "AccountNumber"))
1068
- UpdateProfileRequest.add_member(:party_type, Shapes::ShapeRef.new(shape: PartyType, location_name: "PartyType"))
1070
+ UpdateProfileRequest.add_member(:party_type, Shapes::ShapeRef.new(shape: PartyType, deprecated: true, location_name: "PartyType"))
1069
1071
  UpdateProfileRequest.add_member(:business_name, Shapes::ShapeRef.new(shape: string0To255, location_name: "BusinessName"))
1070
1072
  UpdateProfileRequest.add_member(:first_name, Shapes::ShapeRef.new(shape: string0To255, location_name: "FirstName"))
1071
1073
  UpdateProfileRequest.add_member(:middle_name, Shapes::ShapeRef.new(shape: string0To255, location_name: "MiddleName"))
1072
1074
  UpdateProfileRequest.add_member(:last_name, Shapes::ShapeRef.new(shape: string0To255, location_name: "LastName"))
1073
1075
  UpdateProfileRequest.add_member(:birth_date, Shapes::ShapeRef.new(shape: string0To255, location_name: "BirthDate"))
1074
- UpdateProfileRequest.add_member(:gender, Shapes::ShapeRef.new(shape: Gender, location_name: "Gender"))
1076
+ UpdateProfileRequest.add_member(:gender, Shapes::ShapeRef.new(shape: Gender, deprecated: true, location_name: "Gender"))
1075
1077
  UpdateProfileRequest.add_member(:phone_number, Shapes::ShapeRef.new(shape: string0To255, location_name: "PhoneNumber"))
1076
1078
  UpdateProfileRequest.add_member(:mobile_phone_number, Shapes::ShapeRef.new(shape: string0To255, location_name: "MobilePhoneNumber"))
1077
1079
  UpdateProfileRequest.add_member(:home_phone_number, Shapes::ShapeRef.new(shape: string0To255, location_name: "HomePhoneNumber"))
@@ -370,9 +370,9 @@ module Aws::CustomerProfiles
370
370
  # How the auto-merging process should resolve conflicts between
371
371
  # different profiles.
372
372
  #
373
- # * `RECENCY`\: Uses the data that was most recently updated.
373
+ # * `RECENCY`: Uses the data that was most recently updated.
374
374
  #
375
- # * `SOURCE`\: Uses the data from a specific source. For example, if a
375
+ # * `SOURCE`: Uses the data from a specific source. For example, if a
376
376
  # company has been aquired or two departments have merged, data from
377
377
  # the specified source is used. If two duplicate profiles are from
378
378
  # the same source, then `RECENCY` is used again.
@@ -1405,27 +1405,26 @@ module Aws::CustomerProfiles
1405
1405
  # @!attribute [rw] status
1406
1406
  # The status of the Identity Resolution Job.
1407
1407
  #
1408
- # * `PENDING`\: The Identity Resolution Job is scheduled but has not
1408
+ # * `PENDING`: The Identity Resolution Job is scheduled but has not
1409
1409
  # started yet. If you turn off the Identity Resolution feature in
1410
1410
  # your domain, jobs in the `PENDING` state are deleted.
1411
1411
  #
1412
- # * `PREPROCESSING`\: The Identity Resolution Job is loading your
1413
- # data.
1412
+ # * `PREPROCESSING`: The Identity Resolution Job is loading your data.
1414
1413
  #
1415
- # * `FIND_MATCHING`\: The Identity Resolution Job is using the machine
1414
+ # * `FIND_MATCHING`: The Identity Resolution Job is using the machine
1416
1415
  # learning model to identify profiles that belong to the same
1417
1416
  # matching group.
1418
1417
  #
1419
- # * `MERGING`\: The Identity Resolution Job is merging duplicate
1418
+ # * `MERGING`: The Identity Resolution Job is merging duplicate
1420
1419
  # profiles.
1421
1420
  #
1422
- # * `COMPLETED`\: The Identity Resolution Job completed successfully.
1421
+ # * `COMPLETED`: The Identity Resolution Job completed successfully.
1423
1422
  #
1424
- # * `PARTIAL_SUCCESS`\: There's a system error and not all of the
1425
- # data is merged. The Identity Resolution Job writes a message
1426
- # indicating the source of the problem.
1423
+ # * `PARTIAL_SUCCESS`: There's a system error and not all of the data
1424
+ # is merged. The Identity Resolution Job writes a message indicating
1425
+ # the source of the problem.
1427
1426
  #
1428
- # * `FAILED`\: The Identity Resolution Job did not merge any data. It
1427
+ # * `FAILED`: The Identity Resolution Job did not merge any data. It
1429
1428
  # writes a message indicating the source of the problem.
1430
1429
  # @return [String]
1431
1430
  #
@@ -1541,9 +1540,9 @@ module Aws::CustomerProfiles
1541
1540
  # @return [String]
1542
1541
  #
1543
1542
  # @!attribute [rw] is_unstructured
1544
- # Boolean to indicate if the Flow associated with the Integration is
1545
- # created via Appflow console or with ObjectTypeName equals
1546
- # \_unstructured via API/CLI in flowDefinition
1543
+ # Boolean that shows if the Flow that's associated with the
1544
+ # Integration is created in Amazon Appflow, or with ObjectTypeName
1545
+ # equals \_unstructured via API/CLI in flowDefinition.
1547
1546
  # @return [Boolean]
1548
1547
  #
1549
1548
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetIntegrationResponse AWS API Documentation
@@ -1902,27 +1901,26 @@ module Aws::CustomerProfiles
1902
1901
  # @!attribute [rw] status
1903
1902
  # The status of the Identity Resolution Job.
1904
1903
  #
1905
- # * `PENDING`\: The Identity Resolution Job is scheduled but has not
1904
+ # * `PENDING`: The Identity Resolution Job is scheduled but has not
1906
1905
  # started yet. If you turn off the Identity Resolution feature in
1907
1906
  # your domain, jobs in the `PENDING` state are deleted.
1908
1907
  #
1909
- # * `PREPROCESSING`\: The Identity Resolution Job is loading your
1910
- # data.
1908
+ # * `PREPROCESSING`: The Identity Resolution Job is loading your data.
1911
1909
  #
1912
- # * `FIND_MATCHING`\: The Identity Resolution Job is using the machine
1910
+ # * `FIND_MATCHING`: The Identity Resolution Job is using the machine
1913
1911
  # learning model to identify profiles that belong to the same
1914
1912
  # matching group.
1915
1913
  #
1916
- # * `MERGING`\: The Identity Resolution Job is merging duplicate
1914
+ # * `MERGING`: The Identity Resolution Job is merging duplicate
1917
1915
  # profiles.
1918
1916
  #
1919
- # * `COMPLETED`\: The Identity Resolution Job completed successfully.
1917
+ # * `COMPLETED`: The Identity Resolution Job completed successfully.
1920
1918
  #
1921
- # * `PARTIAL_SUCCESS`\: There's a system error and not all of the
1922
- # data is merged. The Identity Resolution Job writes a message
1923
- # indicating the source of the problem.
1919
+ # * `PARTIAL_SUCCESS`: There's a system error and not all of the data
1920
+ # is merged. The Identity Resolution Job writes a message indicating
1921
+ # the source of the problem.
1924
1922
  #
1925
- # * `FAILED`\: The Identity Resolution Job did not merge any data. It
1923
+ # * `FAILED`: The Identity Resolution Job did not merge any data. It
1926
1924
  # writes a message indicating the source of the problem.
1927
1925
  # @return [String]
1928
1926
  #
@@ -2245,9 +2243,9 @@ module Aws::CustomerProfiles
2245
2243
  # @return [String]
2246
2244
  #
2247
2245
  # @!attribute [rw] is_unstructured
2248
- # Boolean to indicate if the Flow associated with the Integration is
2249
- # created via Appflow console or with ObjectTypeName equals
2250
- # \_unstructured via API/CLI in flowDefinition
2246
+ # Boolean that shows if the Flow that's associated with the
2247
+ # Integration is created in Amazon Appflow, or with ObjectTypeName
2248
+ # equals \_unstructured via API/CLI in flowDefinition.
2251
2249
  # @return [Boolean]
2252
2250
  #
2253
2251
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListIntegrationItem AWS API Documentation
@@ -3009,6 +3007,14 @@ module Aws::CustomerProfiles
3009
3007
  # [1]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html
3010
3008
  # @return [Array<Types::FoundByKeyValue>]
3011
3009
  #
3010
+ # @!attribute [rw] party_type_string
3011
+ # An alternative to PartyType which accepts any string as input.
3012
+ # @return [String]
3013
+ #
3014
+ # @!attribute [rw] gender_string
3015
+ # An alternative to Gender which accepts any string as input.
3016
+ # @return [String]
3017
+ #
3012
3018
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/Profile AWS API Documentation
3013
3019
  #
3014
3020
  class Profile < Struct.new(
@@ -3034,7 +3040,9 @@ module Aws::CustomerProfiles
3034
3040
  :mailing_address,
3035
3041
  :billing_address,
3036
3042
  :attributes,
3037
- :found_by_items)
3043
+ :found_by_items,
3044
+ :party_type_string,
3045
+ :gender_string)
3038
3046
  SENSITIVE = []
3039
3047
  include Aws::Structure
3040
3048
  end
@@ -3124,9 +3132,9 @@ module Aws::CustomerProfiles
3124
3132
  # @return [String]
3125
3133
  #
3126
3134
  # @!attribute [rw] is_unstructured
3127
- # Boolean to indicate if the Flow associated with the Integration is
3128
- # created via Appflow console or with ObjectTypeName equals
3129
- # \_unstructured via API/CLI in flowDefinition
3135
+ # Boolean that shows if the Flow that's associated with the
3136
+ # Integration is created in Amazon Appflow, or with ObjectTypeName
3137
+ # equals \_unstructured via API/CLI in flowDefinition.
3130
3138
  # @return [Boolean]
3131
3139
  #
3132
3140
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutIntegrationResponse AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-customerprofiles/customizations'
52
52
  # @!group service
53
53
  module Aws::CustomerProfiles
54
54
 
55
- GEM_VERSION = '1.26.0'
55
+ GEM_VERSION = '1.28.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-customerprofiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement