aws-sdk-customerprofiles 1.21.0 → 1.22.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: 1cf8252e3e392e9db017f0496fb466f12e1e6c4175df18911628f7204d7fee3f
4
- data.tar.gz: e574411ae7d0fb5fffc597863a7147b0e03a368efeea1d54a3d5615c7f7c66b6
3
+ metadata.gz: 65457f6c8b50e184e428481d7e9fab32ee5595ebbe0059f217fc3b43de88762d
4
+ data.tar.gz: d1b2fb4511410140a8e73a9bcf3523f898ae20fa55f22846c86ce4673b24fb84
5
5
  SHA512:
6
- metadata.gz: 7ed826c479c4f35dccb78b28c13a14f4b4cc90b9c2fcf2a210f9769b4675aa80b255f65d14855d3940db0125b39aa2809bcda94acc0e2a51a1287f18be91d057
7
- data.tar.gz: 3e837f6b804a568c1bf6b4bf541979e51eeaaee932226f64e8e6c22b0c7e78d558e4096146dbed7638c991c6149c7c37b4a54153345d79bfc8b7c0ceb1e9b74d
6
+ metadata.gz: 8bfa23fc150f5db905a2b7727377f8675a522824ae033041617ba4974be8ae7c5a49ffd967f3c02c4b6af6077469801a82765d07c132727c79b9b97c5dedd489
7
+ data.tar.gz: 9468e32571e866ae96a468fcd75bcd2bf76b6a3b8878402e0c1358653d3dd2eadfa28fc0d86f6ff38bf9f5b51a269d666134694b1d842d0e1ee59cc26d65bc33
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2022-09-13)
5
+ ------------------
6
+
7
+ * Feature - Added isUnstructured in response for Customer Profiles Integration APIs
8
+
4
9
  1.21.0 (2022-06-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -352,7 +352,7 @@ module Aws::CustomerProfiles
352
352
  # @!group API Operations
353
353
 
354
354
  # Associates a new key value with a specific profile, such as a Contact
355
- # Trace Record (CTR) ContactId.
355
+ # Record ContactId.
356
356
  #
357
357
  # A profile object can have a single unique key and any number of
358
358
  # additional keys that can be used to identify the profile that it
@@ -1293,6 +1293,7 @@ module Aws::CustomerProfiles
1293
1293
  # * {Types::GetIntegrationResponse#tags #tags} => Hash<String,String>
1294
1294
  # * {Types::GetIntegrationResponse#object_type_names #object_type_names} => Hash<String,String>
1295
1295
  # * {Types::GetIntegrationResponse#workflow_id #workflow_id} => String
1296
+ # * {Types::GetIntegrationResponse#is_unstructured #is_unstructured} => Boolean
1296
1297
  #
1297
1298
  # @example Request syntax with placeholder values
1298
1299
  #
@@ -1313,6 +1314,7 @@ module Aws::CustomerProfiles
1313
1314
  # resp.object_type_names #=> Hash
1314
1315
  # resp.object_type_names["string1To255"] #=> String
1315
1316
  # resp.workflow_id #=> String
1317
+ # resp.is_unstructured #=> Boolean
1316
1318
  #
1317
1319
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetIntegration AWS API Documentation
1318
1320
  #
@@ -1685,6 +1687,7 @@ module Aws::CustomerProfiles
1685
1687
  # resp.items[0].object_type_names #=> Hash
1686
1688
  # resp.items[0].object_type_names["string1To255"] #=> String
1687
1689
  # resp.items[0].workflow_id #=> String
1690
+ # resp.items[0].is_unstructured #=> Boolean
1688
1691
  # resp.next_token #=> String
1689
1692
  #
1690
1693
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListAccountIntegrations AWS API Documentation
@@ -1830,6 +1833,7 @@ module Aws::CustomerProfiles
1830
1833
  # resp.items[0].object_type_names #=> Hash
1831
1834
  # resp.items[0].object_type_names["string1To255"] #=> String
1832
1835
  # resp.items[0].workflow_id #=> String
1836
+ # resp.items[0].is_unstructured #=> Boolean
1833
1837
  # resp.next_token #=> String
1834
1838
  #
1835
1839
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListIntegrations AWS API Documentation
@@ -2181,6 +2185,14 @@ module Aws::CustomerProfiles
2181
2185
  #
2182
2186
  # An integration can belong to only one domain.
2183
2187
  #
2188
+ # To add or remove tags on an existing Integration, see [ TagResource
2189
+ # ][1]/[ UntagResource][2].
2190
+ #
2191
+ #
2192
+ #
2193
+ # [1]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_TagResource.html
2194
+ # [2]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UntagResource.html
2195
+ #
2184
2196
  # @option params [required, String] :domain_name
2185
2197
  # The unique name of the domain.
2186
2198
  #
@@ -2216,6 +2228,7 @@ module Aws::CustomerProfiles
2216
2228
  # * {Types::PutIntegrationResponse#tags #tags} => Hash<String,String>
2217
2229
  # * {Types::PutIntegrationResponse#object_type_names #object_type_names} => Hash<String,String>
2218
2230
  # * {Types::PutIntegrationResponse#workflow_id #workflow_id} => String
2231
+ # * {Types::PutIntegrationResponse#is_unstructured #is_unstructured} => Boolean
2219
2232
  #
2220
2233
  # @example Request syntax with placeholder values
2221
2234
  #
@@ -2306,6 +2319,7 @@ module Aws::CustomerProfiles
2306
2319
  # resp.object_type_names #=> Hash
2307
2320
  # resp.object_type_names["string1To255"] #=> String
2308
2321
  # resp.workflow_id #=> String
2322
+ # resp.is_unstructured #=> Boolean
2309
2323
  #
2310
2324
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutIntegration AWS API Documentation
2311
2325
  #
@@ -2318,10 +2332,10 @@ module Aws::CustomerProfiles
2318
2332
 
2319
2333
  # Adds additional objects to customer profiles of a given ObjectType.
2320
2334
  #
2321
- # When adding a specific profile object, like a Contact Trace Record
2322
- # (CTR), an inferred profile can get created if it is not mapped to an
2323
- # existing profile. The resulting profile will only have a phone number
2324
- # populated in the standard ProfileObject. Any additional CTRs with the
2335
+ # When adding a specific profile object, like a Contact Record, an
2336
+ # inferred profile can get created if it is not mapped to an existing
2337
+ # profile. The resulting profile will only have a phone number populated
2338
+ # in the standard ProfileObject. Any additional Contact Records with the
2325
2339
  # same phone number will be mapped to the same inferred profile.
2326
2340
  #
2327
2341
  # When a ProfileObject is created and if a ProfileObjectType already
@@ -2367,6 +2381,14 @@ module Aws::CustomerProfiles
2367
2381
 
2368
2382
  # Defines a ProfileObjectType.
2369
2383
  #
2384
+ # To add or remove tags on an existing ObjectType, see [
2385
+ # TagResource][1]/[UntagResource][2].
2386
+ #
2387
+ #
2388
+ #
2389
+ # [1]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_TagResource.html
2390
+ # [2]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UntagResource.html
2391
+ #
2370
2392
  # @option params [required, String] :domain_name
2371
2393
  # The unique name of the domain.
2372
2394
  #
@@ -2689,11 +2711,16 @@ module Aws::CustomerProfiles
2689
2711
  # [Cross-service confused deputy prevention][3] for sample policies that
2690
2712
  # you should apply.
2691
2713
  #
2714
+ # To add or remove tags on an existing Domain, see
2715
+ # [TagResource][4]/[UntagResource][5].
2716
+ #
2692
2717
  #
2693
2718
  #
2694
2719
  # [1]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateDomain.html
2695
2720
  # [2]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html
2696
2721
  # [3]: https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html
2722
+ # [4]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_TagResource.html
2723
+ # [5]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UntagResource.html
2697
2724
  #
2698
2725
  # @option params [required, String] :domain_name
2699
2726
  # The unique name of the domain.
@@ -2998,7 +3025,7 @@ module Aws::CustomerProfiles
2998
3025
  params: params,
2999
3026
  config: config)
3000
3027
  context[:gem_name] = 'aws-sdk-customerprofiles'
3001
- context[:gem_version] = '1.21.0'
3028
+ context[:gem_version] = '1.22.0'
3002
3029
  Seahorse::Client::Request.new(handlers, context)
3003
3030
  end
3004
3031
 
@@ -536,6 +536,7 @@ module Aws::CustomerProfiles
536
536
  GetIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
537
537
  GetIntegrationResponse.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
538
538
  GetIntegrationResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "WorkflowId"))
539
+ GetIntegrationResponse.add_member(:is_unstructured, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "IsUnstructured"))
539
540
  GetIntegrationResponse.struct_class = Types::GetIntegrationResponse
540
541
 
541
542
  GetMatchesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
@@ -681,6 +682,7 @@ module Aws::CustomerProfiles
681
682
  ListIntegrationItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
682
683
  ListIntegrationItem.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
683
684
  ListIntegrationItem.add_member(:workflow_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "WorkflowId"))
685
+ ListIntegrationItem.add_member(:is_unstructured, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "IsUnstructured"))
684
686
  ListIntegrationItem.struct_class = Types::ListIntegrationItem
685
687
 
686
688
  ListIntegrationsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
@@ -871,6 +873,7 @@ module Aws::CustomerProfiles
871
873
  PutIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
872
874
  PutIntegrationResponse.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
873
875
  PutIntegrationResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "WorkflowId"))
876
+ PutIntegrationResponse.add_member(:is_unstructured, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "IsUnstructured"))
874
877
  PutIntegrationResponse.struct_class = Types::PutIntegrationResponse
875
878
 
876
879
  PutProfileObjectRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
@@ -2036,6 +2036,12 @@ module Aws::CustomerProfiles
2036
2036
  # Unique identifier for the workflow.
2037
2037
  # @return [String]
2038
2038
  #
2039
+ # @!attribute [rw] is_unstructured
2040
+ # Boolean to indicate if the Flow associated with the Integration is
2041
+ # created via Appflow console or with ObjectTypeName equals
2042
+ # \_unstructured via API/CLI in flowDefinition
2043
+ # @return [Boolean]
2044
+ #
2039
2045
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetIntegrationResponse AWS API Documentation
2040
2046
  #
2041
2047
  class GetIntegrationResponse < Struct.new(
@@ -2046,7 +2052,8 @@ module Aws::CustomerProfiles
2046
2052
  :last_updated_at,
2047
2053
  :tags,
2048
2054
  :object_type_names,
2049
- :workflow_id)
2055
+ :workflow_id,
2056
+ :is_unstructured)
2050
2057
  SENSITIVE = []
2051
2058
  include Aws::Structure
2052
2059
  end
@@ -2894,6 +2901,12 @@ module Aws::CustomerProfiles
2894
2901
  # Unique identifier for the workflow.
2895
2902
  # @return [String]
2896
2903
  #
2904
+ # @!attribute [rw] is_unstructured
2905
+ # Boolean to indicate if the Flow associated with the Integration is
2906
+ # created via Appflow console or with ObjectTypeName equals
2907
+ # \_unstructured via API/CLI in flowDefinition
2908
+ # @return [Boolean]
2909
+ #
2897
2910
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListIntegrationItem AWS API Documentation
2898
2911
  #
2899
2912
  class ListIntegrationItem < Struct.new(
@@ -2904,7 +2917,8 @@ module Aws::CustomerProfiles
2904
2917
  :last_updated_at,
2905
2918
  :tags,
2906
2919
  :object_type_names,
2907
- :workflow_id)
2920
+ :workflow_id,
2921
+ :is_unstructured)
2908
2922
  SENSITIVE = []
2909
2923
  include Aws::Structure
2910
2924
  end
@@ -3973,6 +3987,12 @@ module Aws::CustomerProfiles
3973
3987
  # Unique identifier for the workflow.
3974
3988
  # @return [String]
3975
3989
  #
3990
+ # @!attribute [rw] is_unstructured
3991
+ # Boolean to indicate if the Flow associated with the Integration is
3992
+ # created via Appflow console or with ObjectTypeName equals
3993
+ # \_unstructured via API/CLI in flowDefinition
3994
+ # @return [Boolean]
3995
+ #
3976
3996
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutIntegrationResponse AWS API Documentation
3977
3997
  #
3978
3998
  class PutIntegrationResponse < Struct.new(
@@ -3983,7 +4003,8 @@ module Aws::CustomerProfiles
3983
4003
  :last_updated_at,
3984
4004
  :tags,
3985
4005
  :object_type_names,
3986
- :workflow_id)
4006
+ :workflow_id,
4007
+ :is_unstructured)
3987
4008
  SENSITIVE = []
3988
4009
  include Aws::Structure
3989
4010
  end
@@ -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.21.0'
51
+ GEM_VERSION = '1.22.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.21.0
4
+ version: 1.22.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: 2022-06-30 00:00:00.000000000 Z
11
+ date: 2022-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core