aws-sdk-customerprofiles 1.44.0 → 1.45.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-customerprofiles/client.rb +34 -5
- data/lib/aws-sdk-customerprofiles/client_api.rb +11 -0
- data/lib/aws-sdk-customerprofiles/types.rb +38 -3
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- data/sig/client.rbs +5 -0
- data/sig/types.rbs +7 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a0306b4d4ad7ab300ca7c98f095839b0db0546eba6e199cada2604873eb510bb
|
4
|
+
data.tar.gz: d20790a74bfe09c4ebe9425b8a4e69a4d196588c20bd59c27835810287743192
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75a0ce38ce6f481ec9b854105ee8ff2e7198f821a8566decc874b3f02889b23f70c33cae42fb9b0ecf3d6016bd54d0c829173114131852d5c265c5d2901f65f9
|
7
|
+
data.tar.gz: 23c034057ef34ab610e9b2b01e9cc25bf91fbc8ccdb2ae9bbd999971534af0605acfb2d3ac8ac183cab3030c972c222045fb164287849b21d1eee41ae8fe7a67
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.45.0 (2024-06-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release includes changes to ProfileObjectType APIs, adds functionality top set and get capacity for profile object types.
|
8
|
+
|
4
9
|
1.44.0 (2024-06-05)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.45.0
|
@@ -89,6 +89,11 @@ module Aws::CustomerProfiles
|
|
89
89
|
|
90
90
|
# @overload initialize(options)
|
91
91
|
# @param [Hash] options
|
92
|
+
#
|
93
|
+
# @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
|
94
|
+
# A list of plugins to apply to the client. Each plugin is either a
|
95
|
+
# class name or an instance of a plugin class.
|
96
|
+
#
|
92
97
|
# @option options [required, Aws::CredentialProvider] :credentials
|
93
98
|
# Your AWS credentials. This can be an instance of any one of the
|
94
99
|
# following classes:
|
@@ -209,7 +214,6 @@ module Aws::CustomerProfiles
|
|
209
214
|
# 'https://example.com'
|
210
215
|
# 'http://example.com:123'
|
211
216
|
#
|
212
|
-
#
|
213
217
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
214
218
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
215
219
|
# for endpoint discovery enabled operations. Defaults to 1000.
|
@@ -298,7 +302,6 @@ module Aws::CustomerProfiles
|
|
298
302
|
# throttling. This is a provisional mode that may change behavior
|
299
303
|
# in the future.
|
300
304
|
#
|
301
|
-
#
|
302
305
|
# @option options [String] :sdk_ua_app_id
|
303
306
|
# A unique and opaque application ID that is appended to the
|
304
307
|
# User-Agent header as app/sdk_ua_app_id. It should have a
|
@@ -592,11 +595,23 @@ module Aws::CustomerProfiles
|
|
592
595
|
# [Cross-service confused deputy prevention][3] for sample policies that
|
593
596
|
# you should apply.
|
594
597
|
#
|
598
|
+
# <note markdown="1"> It is not possible to associate a Customer Profiles domain with an
|
599
|
+
# Amazon Connect Instance directly from the API. If you would like to
|
600
|
+
# create a domain and associate a Customer Profiles domain, use the
|
601
|
+
# Amazon Connect admin website. For more information, see [Enable
|
602
|
+
# Customer Profiles][4].
|
603
|
+
#
|
604
|
+
# Each Amazon Connect instance can be associated with only one domain.
|
605
|
+
# Multiple Amazon Connect instances can be associated with one domain.
|
606
|
+
#
|
607
|
+
# </note>
|
608
|
+
#
|
595
609
|
#
|
596
610
|
#
|
597
611
|
# [1]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UpdateDomain.html
|
598
612
|
# [2]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html
|
599
613
|
# [3]: https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html
|
614
|
+
# [4]: https://docs.aws.amazon.com/connect/latest/adminguide/enable-customer-profiles.html#enable-customer-profiles-step1
|
600
615
|
#
|
601
616
|
# @option params [required, String] :domain_name
|
602
617
|
# The unique name of the domain.
|
@@ -961,7 +976,7 @@ module Aws::CustomerProfiles
|
|
961
976
|
# The unique name of the domain.
|
962
977
|
#
|
963
978
|
# @option params [String] :account_number
|
964
|
-
#
|
979
|
+
# An account number that you have given to the customer.
|
965
980
|
#
|
966
981
|
# @option params [String] :additional_information
|
967
982
|
# Any additional information relevant to the customer’s profile.
|
@@ -1989,6 +2004,8 @@ module Aws::CustomerProfiles
|
|
1989
2004
|
# * {Types::GetProfileObjectTypeResponse#encryption_key #encryption_key} => String
|
1990
2005
|
# * {Types::GetProfileObjectTypeResponse#allow_profile_creation #allow_profile_creation} => Boolean
|
1991
2006
|
# * {Types::GetProfileObjectTypeResponse#source_last_updated_timestamp_format #source_last_updated_timestamp_format} => String
|
2007
|
+
# * {Types::GetProfileObjectTypeResponse#max_available_profile_object_count #max_available_profile_object_count} => Integer
|
2008
|
+
# * {Types::GetProfileObjectTypeResponse#max_profile_object_count #max_profile_object_count} => Integer
|
1992
2009
|
# * {Types::GetProfileObjectTypeResponse#fields #fields} => Hash<String,Types::ObjectTypeField>
|
1993
2010
|
# * {Types::GetProfileObjectTypeResponse#keys #keys} => Hash<String,Array<Types::ObjectTypeKey>>
|
1994
2011
|
# * {Types::GetProfileObjectTypeResponse#created_at #created_at} => Time
|
@@ -2011,6 +2028,8 @@ module Aws::CustomerProfiles
|
|
2011
2028
|
# resp.encryption_key #=> String
|
2012
2029
|
# resp.allow_profile_creation #=> Boolean
|
2013
2030
|
# resp.source_last_updated_timestamp_format #=> String
|
2031
|
+
# resp.max_available_profile_object_count #=> Integer
|
2032
|
+
# resp.max_profile_object_count #=> Integer
|
2014
2033
|
# resp.fields #=> Hash
|
2015
2034
|
# resp.fields["name"].source #=> String
|
2016
2035
|
# resp.fields["name"].target #=> String
|
@@ -2672,6 +2691,8 @@ module Aws::CustomerProfiles
|
|
2672
2691
|
# resp.items[0].description #=> String
|
2673
2692
|
# resp.items[0].created_at #=> Time
|
2674
2693
|
# resp.items[0].last_updated_at #=> Time
|
2694
|
+
# resp.items[0].max_profile_object_count #=> Integer
|
2695
|
+
# resp.items[0].max_available_profile_object_count #=> Integer
|
2675
2696
|
# resp.items[0].tags #=> Hash
|
2676
2697
|
# resp.items[0].tags["TagKey"] #=> String
|
2677
2698
|
# resp.next_token #=> String
|
@@ -3224,6 +3245,9 @@ module Aws::CustomerProfiles
|
|
3224
3245
|
# The format of your `sourceLastUpdatedTimestamp` that was previously
|
3225
3246
|
# set up.
|
3226
3247
|
#
|
3248
|
+
# @option params [Integer] :max_profile_object_count
|
3249
|
+
# The amount of profile object max count assigned to the object type
|
3250
|
+
#
|
3227
3251
|
# @option params [Hash<String,Types::ObjectTypeField>] :fields
|
3228
3252
|
# A map of the name and ObjectType field.
|
3229
3253
|
#
|
@@ -3242,6 +3266,8 @@ module Aws::CustomerProfiles
|
|
3242
3266
|
# * {Types::PutProfileObjectTypeResponse#encryption_key #encryption_key} => String
|
3243
3267
|
# * {Types::PutProfileObjectTypeResponse#allow_profile_creation #allow_profile_creation} => Boolean
|
3244
3268
|
# * {Types::PutProfileObjectTypeResponse#source_last_updated_timestamp_format #source_last_updated_timestamp_format} => String
|
3269
|
+
# * {Types::PutProfileObjectTypeResponse#max_profile_object_count #max_profile_object_count} => Integer
|
3270
|
+
# * {Types::PutProfileObjectTypeResponse#max_available_profile_object_count #max_available_profile_object_count} => Integer
|
3245
3271
|
# * {Types::PutProfileObjectTypeResponse#fields #fields} => Hash<String,Types::ObjectTypeField>
|
3246
3272
|
# * {Types::PutProfileObjectTypeResponse#keys #keys} => Hash<String,Array<Types::ObjectTypeKey>>
|
3247
3273
|
# * {Types::PutProfileObjectTypeResponse#created_at #created_at} => Time
|
@@ -3259,6 +3285,7 @@ module Aws::CustomerProfiles
|
|
3259
3285
|
# encryption_key: "encryptionKey",
|
3260
3286
|
# allow_profile_creation: false,
|
3261
3287
|
# source_last_updated_timestamp_format: "string1To255",
|
3288
|
+
# max_profile_object_count: 1,
|
3262
3289
|
# fields: {
|
3263
3290
|
# "name" => {
|
3264
3291
|
# source: "text",
|
@@ -3288,6 +3315,8 @@ module Aws::CustomerProfiles
|
|
3288
3315
|
# resp.encryption_key #=> String
|
3289
3316
|
# resp.allow_profile_creation #=> Boolean
|
3290
3317
|
# resp.source_last_updated_timestamp_format #=> String
|
3318
|
+
# resp.max_profile_object_count #=> Integer
|
3319
|
+
# resp.max_available_profile_object_count #=> Integer
|
3291
3320
|
# resp.fields #=> Hash
|
3292
3321
|
# resp.fields["name"].source #=> String
|
3293
3322
|
# resp.fields["name"].target #=> String
|
@@ -3839,7 +3868,7 @@ module Aws::CustomerProfiles
|
|
3839
3868
|
# Any additional information relevant to the customer’s profile.
|
3840
3869
|
#
|
3841
3870
|
# @option params [String] :account_number
|
3842
|
-
#
|
3871
|
+
# An account number that you have given to the customer.
|
3843
3872
|
#
|
3844
3873
|
# @option params [String] :party_type
|
3845
3874
|
# The type of profile used to describe the customer.
|
@@ -4013,7 +4042,7 @@ module Aws::CustomerProfiles
|
|
4013
4042
|
params: params,
|
4014
4043
|
config: config)
|
4015
4044
|
context[:gem_name] = 'aws-sdk-customerprofiles'
|
4016
|
-
context[:gem_version] = '1.
|
4045
|
+
context[:gem_version] = '1.45.0'
|
4017
4046
|
Seahorse::Client::Request.new(handlers, context)
|
4018
4047
|
end
|
4019
4048
|
|
@@ -295,6 +295,8 @@ module Aws::CustomerProfiles
|
|
295
295
|
matchesNumber = Shapes::IntegerShape.new(name: 'matchesNumber')
|
296
296
|
maxSize100 = Shapes::IntegerShape.new(name: 'maxSize100')
|
297
297
|
message = Shapes::StringShape.new(name: 'message')
|
298
|
+
minSize0 = Shapes::IntegerShape.new(name: 'minSize0')
|
299
|
+
minSize1 = Shapes::IntegerShape.new(name: 'minSize1')
|
298
300
|
name = Shapes::StringShape.new(name: 'name')
|
299
301
|
optionalBoolean = Shapes::BooleanShape.new(name: 'optionalBoolean')
|
300
302
|
requestValueList = Shapes::ListShape.new(name: 'requestValueList')
|
@@ -799,6 +801,8 @@ module Aws::CustomerProfiles
|
|
799
801
|
GetProfileObjectTypeResponse.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
|
800
802
|
GetProfileObjectTypeResponse.add_member(:allow_profile_creation, Shapes::ShapeRef.new(shape: boolean, location_name: "AllowProfileCreation"))
|
801
803
|
GetProfileObjectTypeResponse.add_member(:source_last_updated_timestamp_format, Shapes::ShapeRef.new(shape: string1To255, location_name: "SourceLastUpdatedTimestampFormat"))
|
804
|
+
GetProfileObjectTypeResponse.add_member(:max_available_profile_object_count, Shapes::ShapeRef.new(shape: minSize0, location_name: "MaxAvailableProfileObjectCount"))
|
805
|
+
GetProfileObjectTypeResponse.add_member(:max_profile_object_count, Shapes::ShapeRef.new(shape: minSize1, location_name: "MaxProfileObjectCount"))
|
802
806
|
GetProfileObjectTypeResponse.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
|
803
807
|
GetProfileObjectTypeResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
|
804
808
|
GetProfileObjectTypeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
@@ -995,6 +999,8 @@ module Aws::CustomerProfiles
|
|
995
999
|
ListProfileObjectTypeItem.add_member(:description, Shapes::ShapeRef.new(shape: text, required: true, location_name: "Description"))
|
996
1000
|
ListProfileObjectTypeItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
997
1001
|
ListProfileObjectTypeItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
1002
|
+
ListProfileObjectTypeItem.add_member(:max_profile_object_count, Shapes::ShapeRef.new(shape: minSize1, location_name: "MaxProfileObjectCount"))
|
1003
|
+
ListProfileObjectTypeItem.add_member(:max_available_profile_object_count, Shapes::ShapeRef.new(shape: minSize0, location_name: "MaxAvailableProfileObjectCount"))
|
998
1004
|
ListProfileObjectTypeItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
999
1005
|
ListProfileObjectTypeItem.struct_class = Types::ListProfileObjectTypeItem
|
1000
1006
|
|
@@ -1213,6 +1219,7 @@ module Aws::CustomerProfiles
|
|
1213
1219
|
PutProfileObjectTypeRequest.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
|
1214
1220
|
PutProfileObjectTypeRequest.add_member(:allow_profile_creation, Shapes::ShapeRef.new(shape: boolean, location_name: "AllowProfileCreation"))
|
1215
1221
|
PutProfileObjectTypeRequest.add_member(:source_last_updated_timestamp_format, Shapes::ShapeRef.new(shape: string1To255, location_name: "SourceLastUpdatedTimestampFormat"))
|
1222
|
+
PutProfileObjectTypeRequest.add_member(:max_profile_object_count, Shapes::ShapeRef.new(shape: minSize1, location_name: "MaxProfileObjectCount"))
|
1216
1223
|
PutProfileObjectTypeRequest.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
|
1217
1224
|
PutProfileObjectTypeRequest.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
|
1218
1225
|
PutProfileObjectTypeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
@@ -1225,6 +1232,8 @@ module Aws::CustomerProfiles
|
|
1225
1232
|
PutProfileObjectTypeResponse.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
|
1226
1233
|
PutProfileObjectTypeResponse.add_member(:allow_profile_creation, Shapes::ShapeRef.new(shape: boolean, location_name: "AllowProfileCreation"))
|
1227
1234
|
PutProfileObjectTypeResponse.add_member(:source_last_updated_timestamp_format, Shapes::ShapeRef.new(shape: string1To255, location_name: "SourceLastUpdatedTimestampFormat"))
|
1235
|
+
PutProfileObjectTypeResponse.add_member(:max_profile_object_count, Shapes::ShapeRef.new(shape: minSize1, location_name: "MaxProfileObjectCount"))
|
1236
|
+
PutProfileObjectTypeResponse.add_member(:max_available_profile_object_count, Shapes::ShapeRef.new(shape: minSize0, location_name: "MaxAvailableProfileObjectCount"))
|
1228
1237
|
PutProfileObjectTypeResponse.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
|
1229
1238
|
PutProfileObjectTypeResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
|
1230
1239
|
PutProfileObjectTypeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
@@ -1473,9 +1482,11 @@ module Aws::CustomerProfiles
|
|
1473
1482
|
|
1474
1483
|
api.metadata = {
|
1475
1484
|
"apiVersion" => "2020-08-15",
|
1485
|
+
"auth" => ["aws.auth#sigv4"],
|
1476
1486
|
"endpointPrefix" => "profile",
|
1477
1487
|
"jsonVersion" => "1.1",
|
1478
1488
|
"protocol" => "rest-json",
|
1489
|
+
"protocols" => ["rest-json"],
|
1479
1490
|
"serviceAbbreviation" => "Customer Profiles",
|
1480
1491
|
"serviceFullName" => "Amazon Connect Customer Profiles",
|
1481
1492
|
"serviceId" => "Customer Profiles",
|
@@ -957,7 +957,7 @@ module Aws::CustomerProfiles
|
|
957
957
|
# @return [String]
|
958
958
|
#
|
959
959
|
# @!attribute [rw] account_number
|
960
|
-
#
|
960
|
+
# An account number that you have given to the customer.
|
961
961
|
# @return [String]
|
962
962
|
#
|
963
963
|
# @!attribute [rw] additional_information
|
@@ -2389,6 +2389,14 @@ module Aws::CustomerProfiles
|
|
2389
2389
|
# set up.
|
2390
2390
|
# @return [String]
|
2391
2391
|
#
|
2392
|
+
# @!attribute [rw] max_available_profile_object_count
|
2393
|
+
# The amount of provisioned profile object max count available.
|
2394
|
+
# @return [Integer]
|
2395
|
+
#
|
2396
|
+
# @!attribute [rw] max_profile_object_count
|
2397
|
+
# The amount of profile object max count assigned to the object type.
|
2398
|
+
# @return [Integer]
|
2399
|
+
#
|
2392
2400
|
# @!attribute [rw] fields
|
2393
2401
|
# A map of the name and ObjectType field.
|
2394
2402
|
# @return [Hash<String,Types::ObjectTypeField>]
|
@@ -2420,6 +2428,8 @@ module Aws::CustomerProfiles
|
|
2420
2428
|
:encryption_key,
|
2421
2429
|
:allow_profile_creation,
|
2422
2430
|
:source_last_updated_timestamp_format,
|
2431
|
+
:max_available_profile_object_count,
|
2432
|
+
:max_profile_object_count,
|
2423
2433
|
:fields,
|
2424
2434
|
:keys,
|
2425
2435
|
:created_at,
|
@@ -3334,6 +3344,14 @@ module Aws::CustomerProfiles
|
|
3334
3344
|
# The timestamp of when the domain was most recently edited.
|
3335
3345
|
# @return [Time]
|
3336
3346
|
#
|
3347
|
+
# @!attribute [rw] max_profile_object_count
|
3348
|
+
# The amount of profile object max count assigned to the object type.
|
3349
|
+
# @return [Integer]
|
3350
|
+
#
|
3351
|
+
# @!attribute [rw] max_available_profile_object_count
|
3352
|
+
# The amount of provisioned profile object max count available.
|
3353
|
+
# @return [Integer]
|
3354
|
+
#
|
3337
3355
|
# @!attribute [rw] tags
|
3338
3356
|
# The tags used to organize, track, or control access for this
|
3339
3357
|
# resource.
|
@@ -3346,6 +3364,8 @@ module Aws::CustomerProfiles
|
|
3346
3364
|
:description,
|
3347
3365
|
:created_at,
|
3348
3366
|
:last_updated_at,
|
3367
|
+
:max_profile_object_count,
|
3368
|
+
:max_available_profile_object_count,
|
3349
3369
|
:tags)
|
3350
3370
|
SENSITIVE = []
|
3351
3371
|
include Aws::Structure
|
@@ -3990,7 +4010,7 @@ module Aws::CustomerProfiles
|
|
3990
4010
|
# @return [String]
|
3991
4011
|
#
|
3992
4012
|
# @!attribute [rw] account_number
|
3993
|
-
#
|
4013
|
+
# An account number that you have given to the customer.
|
3994
4014
|
# @return [String]
|
3995
4015
|
#
|
3996
4016
|
# @!attribute [rw] additional_information
|
@@ -4331,6 +4351,10 @@ module Aws::CustomerProfiles
|
|
4331
4351
|
# set up.
|
4332
4352
|
# @return [String]
|
4333
4353
|
#
|
4354
|
+
# @!attribute [rw] max_profile_object_count
|
4355
|
+
# The amount of profile object max count assigned to the object type
|
4356
|
+
# @return [Integer]
|
4357
|
+
#
|
4334
4358
|
# @!attribute [rw] fields
|
4335
4359
|
# A map of the name and ObjectType field.
|
4336
4360
|
# @return [Hash<String,Types::ObjectTypeField>]
|
@@ -4355,6 +4379,7 @@ module Aws::CustomerProfiles
|
|
4355
4379
|
:encryption_key,
|
4356
4380
|
:allow_profile_creation,
|
4357
4381
|
:source_last_updated_timestamp_format,
|
4382
|
+
:max_profile_object_count,
|
4358
4383
|
:fields,
|
4359
4384
|
:keys,
|
4360
4385
|
:tags)
|
@@ -4403,6 +4428,14 @@ module Aws::CustomerProfiles
|
|
4403
4428
|
# [1]: https://docs.oracle.com/javase/10/docs/api/java/text/SimpleDateFormat.html
|
4404
4429
|
# @return [String]
|
4405
4430
|
#
|
4431
|
+
# @!attribute [rw] max_profile_object_count
|
4432
|
+
# The amount of profile object max count assigned to the object type.
|
4433
|
+
# @return [Integer]
|
4434
|
+
#
|
4435
|
+
# @!attribute [rw] max_available_profile_object_count
|
4436
|
+
# The amount of provisioned profile object max count available.
|
4437
|
+
# @return [Integer]
|
4438
|
+
#
|
4406
4439
|
# @!attribute [rw] fields
|
4407
4440
|
# A map of the name and ObjectType field.
|
4408
4441
|
# @return [Hash<String,Types::ObjectTypeField>]
|
@@ -4434,6 +4467,8 @@ module Aws::CustomerProfiles
|
|
4434
4467
|
:encryption_key,
|
4435
4468
|
:allow_profile_creation,
|
4436
4469
|
:source_last_updated_timestamp_format,
|
4470
|
+
:max_profile_object_count,
|
4471
|
+
:max_available_profile_object_count,
|
4437
4472
|
:fields,
|
4438
4473
|
:keys,
|
4439
4474
|
:created_at,
|
@@ -5416,7 +5451,7 @@ module Aws::CustomerProfiles
|
|
5416
5451
|
# @return [String]
|
5417
5452
|
#
|
5418
5453
|
# @!attribute [rw] account_number
|
5419
|
-
#
|
5454
|
+
# An account number that you have given to the customer.
|
5420
5455
|
# @return [String]
|
5421
5456
|
#
|
5422
5457
|
# @!attribute [rw] party_type
|
data/sig/client.rbs
CHANGED
@@ -646,6 +646,8 @@ module Aws
|
|
646
646
|
def encryption_key: () -> ::String
|
647
647
|
def allow_profile_creation: () -> bool
|
648
648
|
def source_last_updated_timestamp_format: () -> ::String
|
649
|
+
def max_available_profile_object_count: () -> ::Integer
|
650
|
+
def max_profile_object_count: () -> ::Integer
|
649
651
|
def fields: () -> ::Hash[::String, Types::ObjectTypeField]
|
650
652
|
def keys: () -> ::Hash[::String, ::Array[Types::ObjectTypeKey]]
|
651
653
|
def created_at: () -> ::Time
|
@@ -1045,6 +1047,8 @@ module Aws
|
|
1045
1047
|
def encryption_key: () -> ::String
|
1046
1048
|
def allow_profile_creation: () -> bool
|
1047
1049
|
def source_last_updated_timestamp_format: () -> ::String
|
1050
|
+
def max_profile_object_count: () -> ::Integer
|
1051
|
+
def max_available_profile_object_count: () -> ::Integer
|
1048
1052
|
def fields: () -> ::Hash[::String, Types::ObjectTypeField]
|
1049
1053
|
def keys: () -> ::Hash[::String, ::Array[Types::ObjectTypeKey]]
|
1050
1054
|
def created_at: () -> ::Time
|
@@ -1061,6 +1065,7 @@ module Aws
|
|
1061
1065
|
?encryption_key: ::String,
|
1062
1066
|
?allow_profile_creation: bool,
|
1063
1067
|
?source_last_updated_timestamp_format: ::String,
|
1068
|
+
?max_profile_object_count: ::Integer,
|
1064
1069
|
?fields: Hash[::String, {
|
1065
1070
|
source: ::String?,
|
1066
1071
|
target: ::String?,
|
data/sig/types.rbs
CHANGED
@@ -610,6 +610,8 @@ module Aws::CustomerProfiles
|
|
610
610
|
attr_accessor encryption_key: ::String
|
611
611
|
attr_accessor allow_profile_creation: bool
|
612
612
|
attr_accessor source_last_updated_timestamp_format: ::String
|
613
|
+
attr_accessor max_available_profile_object_count: ::Integer
|
614
|
+
attr_accessor max_profile_object_count: ::Integer
|
613
615
|
attr_accessor fields: ::Hash[::String, Types::ObjectTypeField]
|
614
616
|
attr_accessor keys: ::Hash[::String, ::Array[Types::ObjectTypeKey]]
|
615
617
|
attr_accessor created_at: ::Time
|
@@ -865,6 +867,8 @@ module Aws::CustomerProfiles
|
|
865
867
|
attr_accessor description: ::String
|
866
868
|
attr_accessor created_at: ::Time
|
867
869
|
attr_accessor last_updated_at: ::Time
|
870
|
+
attr_accessor max_profile_object_count: ::Integer
|
871
|
+
attr_accessor max_available_profile_object_count: ::Integer
|
868
872
|
attr_accessor tags: ::Hash[::String, ::String]
|
869
873
|
SENSITIVE: []
|
870
874
|
end
|
@@ -1112,6 +1116,7 @@ module Aws::CustomerProfiles
|
|
1112
1116
|
attr_accessor encryption_key: ::String
|
1113
1117
|
attr_accessor allow_profile_creation: bool
|
1114
1118
|
attr_accessor source_last_updated_timestamp_format: ::String
|
1119
|
+
attr_accessor max_profile_object_count: ::Integer
|
1115
1120
|
attr_accessor fields: ::Hash[::String, Types::ObjectTypeField]
|
1116
1121
|
attr_accessor keys: ::Hash[::String, ::Array[Types::ObjectTypeKey]]
|
1117
1122
|
attr_accessor tags: ::Hash[::String, ::String]
|
@@ -1126,6 +1131,8 @@ module Aws::CustomerProfiles
|
|
1126
1131
|
attr_accessor encryption_key: ::String
|
1127
1132
|
attr_accessor allow_profile_creation: bool
|
1128
1133
|
attr_accessor source_last_updated_timestamp_format: ::String
|
1134
|
+
attr_accessor max_profile_object_count: ::Integer
|
1135
|
+
attr_accessor max_available_profile_object_count: ::Integer
|
1129
1136
|
attr_accessor fields: ::Hash[::String, Types::ObjectTypeField]
|
1130
1137
|
attr_accessor keys: ::Hash[::String, ::Array[Types::ObjectTypeKey]]
|
1131
1138
|
attr_accessor created_at: ::Time
|
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.
|
4
|
+
version: 1.45.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: 2024-06-
|
11
|
+
date: 2024-06-24 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.
|
22
|
+
version: 3.198.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.
|
32
|
+
version: 3.198.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|