aws-sdk-customerprofiles 1.15.0 → 1.16.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: e52203962823925c7d040a65b9b2e0f7bd93b11d9ae0abe1d91425e2b7594b61
4
- data.tar.gz: cc84b0b81a2260a2bbbacbe4a979bd669d3e990a1bcf33217619d2be8eef4102
3
+ metadata.gz: 11b3c37b2972a15d2c2f842d6b62e7d220f0748efc3dc085ac1e98bc5e539b7a
4
+ data.tar.gz: 9eba5aa189d13b8758c372a72998035cfc4ee51959fbe9424af3406a7e6547c4
5
5
  SHA512:
6
- metadata.gz: bffa339efaa288571ed4e131f370467b6b6e0f71b01b2af2b856b2bf25a38b67c8a5bc31b9d886aa48f220ec6824eb155a3139934da1d95c90aa60fc1752c56d
7
- data.tar.gz: e86af968d37f4aee4c03e423f179bf43386aefbb317de6f1d3cf162ee7f360be996859cde95f33a70c0d49b4aec6f56738a51fd30473711f7c9186882b1ab939
6
+ metadata.gz: 5bd12a2f4d17999bee2692de4d5651486dc93180e93ceaa253b2b1066db5b9df5ab81b31b5c395195ed6600ce13409df849c6481f4e9744d306defc8da5921b7
7
+ data.tar.gz: 36632ba57a75c45a0491b31d4ada913728d8279975b7c3cd43db33147c99ede7a8cb0a7171bc8a280d6edd1ed6c9743be16ad2d4af6de3fc43f4adf75c84a91e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.0 (2021-12-20)
5
+ ------------------
6
+
7
+ * Feature - This release adds an optional parameter, ObjectTypeNames to the PutIntegration API to support multiple object types per integration option. Besides, this release introduces Standard Order Objects which contain data from third party systems and each order object belongs to a specific profile.
8
+
4
9
  1.15.0 (2021-11-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -1106,6 +1106,7 @@ module Aws::CustomerProfiles
1106
1106
  # * {Types::GetIntegrationResponse#created_at #created_at} => Time
1107
1107
  # * {Types::GetIntegrationResponse#last_updated_at #last_updated_at} => Time
1108
1108
  # * {Types::GetIntegrationResponse#tags #tags} => Hash<String,String>
1109
+ # * {Types::GetIntegrationResponse#object_type_names #object_type_names} => Hash<String,String>
1109
1110
  #
1110
1111
  # @example Request syntax with placeholder values
1111
1112
  #
@@ -1123,6 +1124,8 @@ module Aws::CustomerProfiles
1123
1124
  # resp.last_updated_at #=> Time
1124
1125
  # resp.tags #=> Hash
1125
1126
  # resp.tags["TagKey"] #=> String
1127
+ # resp.object_type_names #=> Hash
1128
+ # resp.object_type_names["string1To255"] #=> String
1126
1129
  #
1127
1130
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetIntegration AWS API Documentation
1128
1131
  #
@@ -1133,9 +1136,6 @@ module Aws::CustomerProfiles
1133
1136
  req.send_request(options)
1134
1137
  end
1135
1138
 
1136
- # This API is in preview release for Amazon Connect and subject to
1137
- # change.
1138
- #
1139
1139
  # Before calling this API, use [CreateDomain][1] or [UpdateDomain][2] to
1140
1140
  # enable identity resolution: set `Matching` to true.
1141
1141
  #
@@ -1279,7 +1279,7 @@ module Aws::CustomerProfiles
1279
1279
  # resp.keys #=> Hash
1280
1280
  # resp.keys["name"] #=> Array
1281
1281
  # resp.keys["name"][0].standard_identifiers #=> Array
1282
- # resp.keys["name"][0].standard_identifiers[0] #=> String, one of "PROFILE", "ASSET", "CASE", "UNIQUE", "SECONDARY", "LOOKUP_ONLY", "NEW_ONLY"
1282
+ # resp.keys["name"][0].standard_identifiers[0] #=> String, one of "PROFILE", "ASSET", "CASE", "UNIQUE", "SECONDARY", "LOOKUP_ONLY", "NEW_ONLY", "ORDER"
1283
1283
  # resp.keys["name"][0].field_names #=> Array
1284
1284
  # resp.keys["name"][0].field_names[0] #=> String
1285
1285
  # resp.created_at #=> Time
@@ -1337,7 +1337,7 @@ module Aws::CustomerProfiles
1337
1337
  # resp.keys #=> Hash
1338
1338
  # resp.keys["name"] #=> Array
1339
1339
  # resp.keys["name"][0].standard_identifiers #=> Array
1340
- # resp.keys["name"][0].standard_identifiers[0] #=> String, one of "PROFILE", "ASSET", "CASE", "UNIQUE", "SECONDARY", "LOOKUP_ONLY", "NEW_ONLY"
1340
+ # resp.keys["name"][0].standard_identifiers[0] #=> String, one of "PROFILE", "ASSET", "CASE", "UNIQUE", "SECONDARY", "LOOKUP_ONLY", "NEW_ONLY", "ORDER"
1341
1341
  # resp.keys["name"][0].field_names #=> Array
1342
1342
  # resp.keys["name"][0].field_names[0] #=> String
1343
1343
  #
@@ -1386,6 +1386,8 @@ module Aws::CustomerProfiles
1386
1386
  # resp.items[0].last_updated_at #=> Time
1387
1387
  # resp.items[0].tags #=> Hash
1388
1388
  # resp.items[0].tags["TagKey"] #=> String
1389
+ # resp.items[0].object_type_names #=> Hash
1390
+ # resp.items[0].object_type_names["string1To255"] #=> String
1389
1391
  # resp.next_token #=> String
1390
1392
  #
1391
1393
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListAccountIntegrations AWS API Documentation
@@ -1523,6 +1525,8 @@ module Aws::CustomerProfiles
1523
1525
  # resp.items[0].last_updated_at #=> Time
1524
1526
  # resp.items[0].tags #=> Hash
1525
1527
  # resp.items[0].tags["TagKey"] #=> String
1528
+ # resp.items[0].object_type_names #=> Hash
1529
+ # resp.items[0].object_type_names["string1To255"] #=> String
1526
1530
  # resp.next_token #=> String
1527
1531
  #
1528
1532
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListIntegrations AWS API Documentation
@@ -1637,7 +1641,7 @@ module Aws::CustomerProfiles
1637
1641
  # @option params [Types::ObjectFilter] :object_filter
1638
1642
  # Applies a filter to the response to include profile objects with the
1639
1643
  # specified index values. This filter is only supported for
1640
- # ObjectTypeName \_asset and \_case.
1644
+ # ObjectTypeName \_asset, \_case and \_order.
1641
1645
  #
1642
1646
  # @return [Types::ListProfileObjectsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1643
1647
  #
@@ -1706,9 +1710,6 @@ module Aws::CustomerProfiles
1706
1710
  req.send_request(options)
1707
1711
  end
1708
1712
 
1709
- # This API is in preview release for Amazon Connect and subject to
1710
- # change.
1711
- #
1712
1713
  # Runs an AWS Lambda job that does the following:
1713
1714
  #
1714
1715
  # 1. All the profileKeys in the `ProfileToBeMerged` will be moved to
@@ -1820,7 +1821,7 @@ module Aws::CustomerProfiles
1820
1821
  # @option params [String] :uri
1821
1822
  # The URI of the S3 bucket or any other type of data source.
1822
1823
  #
1823
- # @option params [required, String] :object_type_name
1824
+ # @option params [String] :object_type_name
1824
1825
  # The name of the profile object type.
1825
1826
  #
1826
1827
  # @option params [Hash<String,String>] :tags
@@ -1830,6 +1831,15 @@ module Aws::CustomerProfiles
1830
1831
  # The configuration that controls how Customer Profiles retrieves data
1831
1832
  # from the source.
1832
1833
  #
1834
+ # @option params [Hash<String,String>] :object_type_names
1835
+ # A map in which each key is an event type from an external application
1836
+ # such as Segment or Shopify, and each value is an `ObjectTypeName`
1837
+ # (template) used to ingest the event. It supports the following event
1838
+ # types: `SegmentIdentify`, `ShopifyCreateCustomers`,
1839
+ # `ShopifyUpdateCustomers`, `ShopifyCreateDraftOrders`,
1840
+ # `ShopifyUpdateDraftOrders`, `ShopifyCreateOrders`, and
1841
+ # `ShopifyUpdatedOrders`.
1842
+ #
1833
1843
  # @return [Types::PutIntegrationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1834
1844
  #
1835
1845
  # * {Types::PutIntegrationResponse#domain_name #domain_name} => String
@@ -1838,13 +1848,14 @@ module Aws::CustomerProfiles
1838
1848
  # * {Types::PutIntegrationResponse#created_at #created_at} => Time
1839
1849
  # * {Types::PutIntegrationResponse#last_updated_at #last_updated_at} => Time
1840
1850
  # * {Types::PutIntegrationResponse#tags #tags} => Hash&lt;String,String&gt;
1851
+ # * {Types::PutIntegrationResponse#object_type_names #object_type_names} => Hash&lt;String,String&gt;
1841
1852
  #
1842
1853
  # @example Request syntax with placeholder values
1843
1854
  #
1844
1855
  # resp = client.put_integration({
1845
1856
  # domain_name: "name", # required
1846
1857
  # uri: "string1To255",
1847
- # object_type_name: "typeName", # required
1858
+ # object_type_name: "typeName",
1848
1859
  # tags: {
1849
1860
  # "TagKey" => "TagValue",
1850
1861
  # },
@@ -1911,6 +1922,9 @@ module Aws::CustomerProfiles
1911
1922
  # },
1912
1923
  # },
1913
1924
  # },
1925
+ # object_type_names: {
1926
+ # "string1To255" => "typeName",
1927
+ # },
1914
1928
  # })
1915
1929
  #
1916
1930
  # @example Response structure
@@ -1922,6 +1936,8 @@ module Aws::CustomerProfiles
1922
1936
  # resp.last_updated_at #=> Time
1923
1937
  # resp.tags #=> Hash
1924
1938
  # resp.tags["TagKey"] #=> String
1939
+ # resp.object_type_names #=> Hash
1940
+ # resp.object_type_names["string1To255"] #=> String
1925
1941
  #
1926
1942
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutIntegration AWS API Documentation
1927
1943
  #
@@ -2059,7 +2075,7 @@ module Aws::CustomerProfiles
2059
2075
  # keys: {
2060
2076
  # "name" => [
2061
2077
  # {
2062
- # standard_identifiers: ["PROFILE"], # accepts PROFILE, ASSET, CASE, UNIQUE, SECONDARY, LOOKUP_ONLY, NEW_ONLY
2078
+ # standard_identifiers: ["PROFILE"], # accepts PROFILE, ASSET, CASE, UNIQUE, SECONDARY, LOOKUP_ONLY, NEW_ONLY, ORDER
2063
2079
  # field_names: ["name"],
2064
2080
  # },
2065
2081
  # ],
@@ -2085,7 +2101,7 @@ module Aws::CustomerProfiles
2085
2101
  # resp.keys #=> Hash
2086
2102
  # resp.keys["name"] #=> Array
2087
2103
  # resp.keys["name"][0].standard_identifiers #=> Array
2088
- # resp.keys["name"][0].standard_identifiers[0] #=> String, one of "PROFILE", "ASSET", "CASE", "UNIQUE", "SECONDARY", "LOOKUP_ONLY", "NEW_ONLY"
2104
+ # resp.keys["name"][0].standard_identifiers[0] #=> String, one of "PROFILE", "ASSET", "CASE", "UNIQUE", "SECONDARY", "LOOKUP_ONLY", "NEW_ONLY", "ORDER"
2089
2105
  # resp.keys["name"][0].field_names #=> Array
2090
2106
  # resp.keys["name"][0].field_names[0] #=> String
2091
2107
  # resp.created_at #=> Time
@@ -2116,10 +2132,12 @@ module Aws::CustomerProfiles
2116
2132
  #
2117
2133
  # @option params [required, String] :key_name
2118
2134
  # A searchable identifier of a customer profile. The predefined keys you
2119
- # can use to search include: \_account, \_profileId, \_fullName,
2120
- # \_phone, \_email, \_ctrContactId, \_marketoLeadId,
2121
- # \_salesforceAccountId, \_salesforceContactId, \_zendeskUserId,
2122
- # \_zendeskExternalId, \_serviceNowSystemId.
2135
+ # can use to search include: \_account, \_profileId, \_assetId,
2136
+ # \_caseId, \_orderId, \_fullName, \_phone, \_email, \_ctrContactId,
2137
+ # \_marketoLeadId, \_salesforceAccountId, \_salesforceContactId,
2138
+ # \_salesforceAssetId, \_zendeskUserId, \_zendeskExternalId,
2139
+ # \_zendeskTicketId, \_serviceNowSystemId, \_serviceNowIncidentId,
2140
+ # \_segmentUserId, \_shopifyCustomerId, \_shopifyOrderId.
2123
2141
  #
2124
2142
  # @option params [required, Array<String>] :values
2125
2143
  # A list of key values.
@@ -2603,7 +2621,7 @@ module Aws::CustomerProfiles
2603
2621
  params: params,
2604
2622
  config: config)
2605
2623
  context[:gem_name] = 'aws-sdk-customerprofiles'
2606
- context[:gem_version] = '1.15.0'
2624
+ context[:gem_version] = '1.16.0'
2607
2625
  Seahorse::Client::Request.new(handlers, context)
2608
2626
  end
2609
2627
 
@@ -123,6 +123,7 @@ module Aws::CustomerProfiles
123
123
  ObjectTypeField = Shapes::StructureShape.new(name: 'ObjectTypeField')
124
124
  ObjectTypeKey = Shapes::StructureShape.new(name: 'ObjectTypeKey')
125
125
  ObjectTypeKeyList = Shapes::ListShape.new(name: 'ObjectTypeKeyList')
126
+ ObjectTypeNames = Shapes::MapShape.new(name: 'ObjectTypeNames')
126
127
  OperatorPropertiesKeys = Shapes::StringShape.new(name: 'OperatorPropertiesKeys')
127
128
  PartyType = Shapes::StringShape.new(name: 'PartyType')
128
129
  Profile = Shapes::StructureShape.new(name: 'Profile')
@@ -452,10 +453,11 @@ module Aws::CustomerProfiles
452
453
 
453
454
  GetIntegrationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
454
455
  GetIntegrationResponse.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
455
- GetIntegrationResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
456
+ GetIntegrationResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
456
457
  GetIntegrationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
457
458
  GetIntegrationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
458
459
  GetIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
460
+ GetIntegrationResponse.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
459
461
  GetIntegrationResponse.struct_class = Types::GetIntegrationResponse
460
462
 
461
463
  GetMatchesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
@@ -565,10 +567,11 @@ module Aws::CustomerProfiles
565
567
 
566
568
  ListIntegrationItem.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
567
569
  ListIntegrationItem.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
568
- ListIntegrationItem.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
570
+ ListIntegrationItem.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
569
571
  ListIntegrationItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
570
572
  ListIntegrationItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
571
573
  ListIntegrationItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
574
+ ListIntegrationItem.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
572
575
  ListIntegrationItem.struct_class = Types::ListIntegrationItem
573
576
 
574
577
  ListIntegrationsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
@@ -682,6 +685,9 @@ module Aws::CustomerProfiles
682
685
 
683
686
  ObjectTypeKeyList.member = Shapes::ShapeRef.new(shape: ObjectTypeKey)
684
687
 
688
+ ObjectTypeNames.key = Shapes::ShapeRef.new(shape: string1To255)
689
+ ObjectTypeNames.value = Shapes::ShapeRef.new(shape: typeName)
690
+
685
691
  Profile.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, location_name: "ProfileId"))
686
692
  Profile.add_member(:account_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "AccountNumber"))
687
693
  Profile.add_member(:additional_information, Shapes::ShapeRef.new(shape: string1To1000, location_name: "AdditionalInformation"))
@@ -720,17 +726,19 @@ module Aws::CustomerProfiles
720
726
 
721
727
  PutIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
722
728
  PutIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "Uri"))
723
- PutIntegrationRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
729
+ PutIntegrationRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
724
730
  PutIntegrationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
725
731
  PutIntegrationRequest.add_member(:flow_definition, Shapes::ShapeRef.new(shape: FlowDefinition, location_name: "FlowDefinition"))
732
+ PutIntegrationRequest.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
726
733
  PutIntegrationRequest.struct_class = Types::PutIntegrationRequest
727
734
 
728
735
  PutIntegrationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
729
736
  PutIntegrationResponse.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
730
- PutIntegrationResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
737
+ PutIntegrationResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
731
738
  PutIntegrationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
732
739
  PutIntegrationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
733
740
  PutIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
741
+ PutIntegrationResponse.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
734
742
  PutIntegrationResponse.struct_class = Types::PutIntegrationResponse
735
743
 
736
744
  PutProfileObjectRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
@@ -1591,6 +1591,16 @@ module Aws::CustomerProfiles
1591
1591
  # resource.
1592
1592
  # @return [Hash<String,String>]
1593
1593
  #
1594
+ # @!attribute [rw] object_type_names
1595
+ # A map in which each key is an event type from an external
1596
+ # application such as Segment or Shopify, and each value is an
1597
+ # `ObjectTypeName` (template) used to ingest the event. It supports
1598
+ # the following event types: `SegmentIdentify`,
1599
+ # `ShopifyCreateCustomers`, `ShopifyUpdateCustomers`,
1600
+ # `ShopifyCreateDraftOrders`, `ShopifyUpdateDraftOrders`,
1601
+ # `ShopifyCreateOrders`, and `ShopifyUpdatedOrders`.
1602
+ # @return [Hash<String,String>]
1603
+ #
1594
1604
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetIntegrationResponse AWS API Documentation
1595
1605
  #
1596
1606
  class GetIntegrationResponse < Struct.new(
@@ -1599,7 +1609,8 @@ module Aws::CustomerProfiles
1599
1609
  :object_type_name,
1600
1610
  :created_at,
1601
1611
  :last_updated_at,
1602
- :tags)
1612
+ :tags,
1613
+ :object_type_names)
1603
1614
  SENSITIVE = []
1604
1615
  include Aws::Structure
1605
1616
  end
@@ -2194,6 +2205,16 @@ module Aws::CustomerProfiles
2194
2205
  # resource.
2195
2206
  # @return [Hash<String,String>]
2196
2207
  #
2208
+ # @!attribute [rw] object_type_names
2209
+ # A map in which each key is an event type from an external
2210
+ # application such as Segment or Shopify, and each value is an
2211
+ # `ObjectTypeName` (template) used to ingest the event. It supports
2212
+ # the following event types: `SegmentIdentify`,
2213
+ # `ShopifyCreateCustomers`, `ShopifyUpdateCustomers`,
2214
+ # `ShopifyCreateDraftOrders`, `ShopifyUpdateDraftOrders`,
2215
+ # `ShopifyCreateOrders`, and `ShopifyUpdatedOrders`.
2216
+ # @return [Hash<String,String>]
2217
+ #
2197
2218
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListIntegrationItem AWS API Documentation
2198
2219
  #
2199
2220
  class ListIntegrationItem < Struct.new(
@@ -2202,7 +2223,8 @@ module Aws::CustomerProfiles
2202
2223
  :object_type_name,
2203
2224
  :created_at,
2204
2225
  :last_updated_at,
2205
- :tags)
2226
+ :tags,
2227
+ :object_type_names)
2206
2228
  SENSITIVE = []
2207
2229
  include Aws::Structure
2208
2230
  end
@@ -2469,7 +2491,7 @@ module Aws::CustomerProfiles
2469
2491
  # @!attribute [rw] object_filter
2470
2492
  # Applies a filter to the response to include profile objects with the
2471
2493
  # specified index values. This filter is only supported for
2472
- # ObjectTypeName \_asset and \_case.
2494
+ # ObjectTypeName \_asset, \_case and \_order.
2473
2495
  # @return [Types::ObjectFilter]
2474
2496
  #
2475
2497
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListProfileObjectsRequest AWS API Documentation
@@ -2751,7 +2773,7 @@ module Aws::CustomerProfiles
2751
2773
 
2752
2774
  # The filter applied to ListProfileObjects response to include profile
2753
2775
  # objects with the specified index values. This filter is only supported
2754
- # for ObjectTypeName \_asset and \_case.
2776
+ # for ObjectTypeName \_asset, \_case and \_order.
2755
2777
  #
2756
2778
  # @note When making an API call, you may pass ObjectFilter
2757
2779
  # data as a hash:
@@ -2765,7 +2787,8 @@ module Aws::CustomerProfiles
2765
2787
  # A searchable identifier of a standard profile object. The predefined
2766
2788
  # keys you can use to search for \_asset include: \_assetId,
2767
2789
  # \_assetName, \_serialNumber. The predefined keys you can use to
2768
- # search for \_case include: \_caseId.
2790
+ # search for \_case include: \_caseId. The predefined keys you can use
2791
+ # to search for \_order include: \_orderId.
2769
2792
  # @return [String]
2770
2793
  #
2771
2794
  # @!attribute [rw] values
@@ -2825,22 +2848,22 @@ module Aws::CustomerProfiles
2825
2848
  # data as a hash:
2826
2849
  #
2827
2850
  # {
2828
- # standard_identifiers: ["PROFILE"], # accepts PROFILE, ASSET, CASE, UNIQUE, SECONDARY, LOOKUP_ONLY, NEW_ONLY
2851
+ # standard_identifiers: ["PROFILE"], # accepts PROFILE, ASSET, CASE, UNIQUE, SECONDARY, LOOKUP_ONLY, NEW_ONLY, ORDER
2829
2852
  # field_names: ["name"],
2830
2853
  # }
2831
2854
  #
2832
2855
  # @!attribute [rw] standard_identifiers
2833
2856
  # The types of keys that a ProfileObject can have. Each ProfileObject
2834
- # can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE, ASSET
2835
- # or CASE means that this key can be used to tie an object to a
2836
- # PROFILE, ASSET or CASE respectively. UNIQUE means that it can be
2837
- # used to uniquely identify an object. If a key a is marked as
2838
- # SECONDARY, it will be used to search for profiles after all other
2839
- # PROFILE keys have been searched. A LOOKUP\_ONLY key is only used to
2840
- # match a profile but is not persisted to be used for searching of the
2841
- # profile. A NEW\_ONLY key is only used if the profile does not
2842
- # already exist before the object is ingested, otherwise it is only
2843
- # used for matching objects to profiles.
2857
+ # can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE,
2858
+ # ASSET, CASE, or ORDER means that this key can be used to tie an
2859
+ # object to a PROFILE, ASSET, CASE, or ORDER respectively. UNIQUE
2860
+ # means that it can be used to uniquely identify an object. If a key a
2861
+ # is marked as SECONDARY, it will be used to search for profiles after
2862
+ # all other PROFILE keys have been searched. A LOOKUP\_ONLY key is
2863
+ # only used to match a profile but is not persisted to be used for
2864
+ # searching of the profile. A NEW\_ONLY key is only used if the
2865
+ # profile does not already exist before the object is ingested,
2866
+ # otherwise it is only used for matching objects to profiles.
2844
2867
  # @return [Array<String>]
2845
2868
  #
2846
2869
  # @!attribute [rw] field_names
@@ -2984,7 +3007,7 @@ module Aws::CustomerProfiles
2984
3007
  # {
2985
3008
  # domain_name: "name", # required
2986
3009
  # uri: "string1To255",
2987
- # object_type_name: "typeName", # required
3010
+ # object_type_name: "typeName",
2988
3011
  # tags: {
2989
3012
  # "TagKey" => "TagValue",
2990
3013
  # },
@@ -3051,6 +3074,9 @@ module Aws::CustomerProfiles
3051
3074
  # },
3052
3075
  # },
3053
3076
  # },
3077
+ # object_type_names: {
3078
+ # "string1To255" => "typeName",
3079
+ # },
3054
3080
  # }
3055
3081
  #
3056
3082
  # @!attribute [rw] domain_name
@@ -3075,6 +3101,16 @@ module Aws::CustomerProfiles
3075
3101
  # from the source.
3076
3102
  # @return [Types::FlowDefinition]
3077
3103
  #
3104
+ # @!attribute [rw] object_type_names
3105
+ # A map in which each key is an event type from an external
3106
+ # application such as Segment or Shopify, and each value is an
3107
+ # `ObjectTypeName` (template) used to ingest the event. It supports
3108
+ # the following event types: `SegmentIdentify`,
3109
+ # `ShopifyCreateCustomers`, `ShopifyUpdateCustomers`,
3110
+ # `ShopifyCreateDraftOrders`, `ShopifyUpdateDraftOrders`,
3111
+ # `ShopifyCreateOrders`, and `ShopifyUpdatedOrders`.
3112
+ # @return [Hash<String,String>]
3113
+ #
3078
3114
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutIntegrationRequest AWS API Documentation
3079
3115
  #
3080
3116
  class PutIntegrationRequest < Struct.new(
@@ -3082,7 +3118,8 @@ module Aws::CustomerProfiles
3082
3118
  :uri,
3083
3119
  :object_type_name,
3084
3120
  :tags,
3085
- :flow_definition)
3121
+ :flow_definition,
3122
+ :object_type_names)
3086
3123
  SENSITIVE = []
3087
3124
  include Aws::Structure
3088
3125
  end
@@ -3112,6 +3149,16 @@ module Aws::CustomerProfiles
3112
3149
  # resource.
3113
3150
  # @return [Hash<String,String>]
3114
3151
  #
3152
+ # @!attribute [rw] object_type_names
3153
+ # A map in which each key is an event type from an external
3154
+ # application such as Segment or Shopify, and each value is an
3155
+ # `ObjectTypeName` (template) used to ingest the event. It supports
3156
+ # the following event types: `SegmentIdentify`,
3157
+ # `ShopifyCreateCustomers`, `ShopifyUpdateCustomers`,
3158
+ # `ShopifyCreateDraftOrders`, `ShopifyUpdateDraftOrders`,
3159
+ # `ShopifyCreateOrders`, and `ShopifyUpdatedOrders`.
3160
+ # @return [Hash<String,String>]
3161
+ #
3115
3162
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutIntegrationResponse AWS API Documentation
3116
3163
  #
3117
3164
  class PutIntegrationResponse < Struct.new(
@@ -3120,7 +3167,8 @@ module Aws::CustomerProfiles
3120
3167
  :object_type_name,
3121
3168
  :created_at,
3122
3169
  :last_updated_at,
3123
- :tags)
3170
+ :tags,
3171
+ :object_type_names)
3124
3172
  SENSITIVE = []
3125
3173
  include Aws::Structure
3126
3174
  end
@@ -3191,7 +3239,7 @@ module Aws::CustomerProfiles
3191
3239
  # keys: {
3192
3240
  # "name" => [
3193
3241
  # {
3194
- # standard_identifiers: ["PROFILE"], # accepts PROFILE, ASSET, CASE, UNIQUE, SECONDARY, LOOKUP_ONLY, NEW_ONLY
3242
+ # standard_identifiers: ["PROFILE"], # accepts PROFILE, ASSET, CASE, UNIQUE, SECONDARY, LOOKUP_ONLY, NEW_ONLY, ORDER
3195
3243
  # field_names: ["name"],
3196
3244
  # },
3197
3245
  # ],
@@ -3570,10 +3618,12 @@ module Aws::CustomerProfiles
3570
3618
  #
3571
3619
  # @!attribute [rw] key_name
3572
3620
  # A searchable identifier of a customer profile. The predefined keys
3573
- # you can use to search include: \_account, \_profileId, \_fullName,
3574
- # \_phone, \_email, \_ctrContactId, \_marketoLeadId,
3575
- # \_salesforceAccountId, \_salesforceContactId, \_zendeskUserId,
3576
- # \_zendeskExternalId, \_serviceNowSystemId.
3621
+ # you can use to search include: \_account, \_profileId, \_assetId,
3622
+ # \_caseId, \_orderId, \_fullName, \_phone, \_email, \_ctrContactId,
3623
+ # \_marketoLeadId, \_salesforceAccountId, \_salesforceContactId,
3624
+ # \_salesforceAssetId, \_zendeskUserId, \_zendeskExternalId,
3625
+ # \_zendeskTicketId, \_serviceNowSystemId, \_serviceNowIncidentId,
3626
+ # \_segmentUserId, \_shopifyCustomerId, \_shopifyOrderId.
3577
3627
  # @return [String]
3578
3628
  #
3579
3629
  # @!attribute [rw] values
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-customerprofiles/customizations'
48
48
  # @!group service
49
49
  module Aws::CustomerProfiles
50
50
 
51
- GEM_VERSION = '1.15.0'
51
+ GEM_VERSION = '1.16.0'
52
52
 
53
53
  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.15.0
4
+ version: 1.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-30 00:00:00.000000000 Z
11
+ date: 2021-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core