aws-sdk-customerprofiles 1.35.0 → 1.36.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: 3847894d76e1158f0a0c5509d8ec22aae467b67a1b1c362cc9051402c52d992e
4
- data.tar.gz: 8bcf0ba3fa492543be704ba0c05fe17b6735f8332c2524b925dc9d848cfdf229
3
+ metadata.gz: b2397b7f2d45e6342f64f023dce128e73505e507234c984c18d21902e66e446a
4
+ data.tar.gz: ed7a881e7160fac748fb71aaca71bc340cadd19e74b067a9256576caa7c56111
5
5
  SHA512:
6
- metadata.gz: da2b1470141ec4944abf55c78e1c25416d54440bedfe1f40b9ab9421a37d24b684f4e9c7df6f39acb4243a22ba751c7f95aae2a223fdbc3d2fcdd7a16bd82b1c
7
- data.tar.gz: ceb6ae46e835a86ffaec735e4a8930f1909cf78a555358300e49e443f0d892f427a69d8434a3d0baabaf97e5a486ad033e0d18a0fd3822fd4042134878795b29
6
+ metadata.gz: 2825abbede415d15a84e0258eb71156b8c87b9d5eb8e2e3c962616034d6bc473147e1e69b2d28ced002cf5683e3a656eaa08d446cd5e489dec016041950b88e9
7
+ data.tar.gz: 7fed9b377a7dc13c01ba8b2bd1b097947eb3133a1ead7d3a9a5be8e10000cf181fa41ddde502499e445266d61dfae4f75d15b98fff4e9763570c3c9ac4cf0128
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2023-08-31)
5
+ ------------------
6
+
7
+ * Feature - Adds sensitive trait to various shapes in Customer Profiles API model.
8
+
4
9
  1.35.0 (2023-07-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -1015,22 +1015,22 @@ module Aws::CustomerProfiles
1015
1015
  #
1016
1016
  # resp = client.create_profile({
1017
1017
  # domain_name: "name", # required
1018
- # account_number: "string1To255",
1019
- # additional_information: "string1To1000",
1018
+ # account_number: "sensitiveString1To255",
1019
+ # additional_information: "sensitiveString1To1000",
1020
1020
  # party_type: "INDIVIDUAL", # accepts INDIVIDUAL, BUSINESS, OTHER
1021
- # business_name: "string1To255",
1022
- # first_name: "string1To255",
1023
- # middle_name: "string1To255",
1024
- # last_name: "string1To255",
1025
- # birth_date: "string1To255",
1021
+ # business_name: "sensitiveString1To255",
1022
+ # first_name: "sensitiveString1To255",
1023
+ # middle_name: "sensitiveString1To255",
1024
+ # last_name: "sensitiveString1To255",
1025
+ # birth_date: "sensitiveString1To255",
1026
1026
  # gender: "MALE", # accepts MALE, FEMALE, UNSPECIFIED
1027
- # phone_number: "string1To255",
1028
- # mobile_phone_number: "string1To255",
1029
- # home_phone_number: "string1To255",
1030
- # business_phone_number: "string1To255",
1031
- # email_address: "string1To255",
1032
- # personal_email_address: "string1To255",
1033
- # business_email_address: "string1To255",
1027
+ # phone_number: "sensitiveString1To255",
1028
+ # mobile_phone_number: "sensitiveString1To255",
1029
+ # home_phone_number: "sensitiveString1To255",
1030
+ # business_phone_number: "sensitiveString1To255",
1031
+ # email_address: "sensitiveString1To255",
1032
+ # personal_email_address: "sensitiveString1To255",
1033
+ # business_email_address: "sensitiveString1To255",
1034
1034
  # address: {
1035
1035
  # address_1: "string1To255",
1036
1036
  # address_2: "string1To255",
@@ -1082,8 +1082,8 @@ module Aws::CustomerProfiles
1082
1082
  # attributes: {
1083
1083
  # "string1To255" => "string1To255",
1084
1084
  # },
1085
- # party_type_string: "string1To255",
1086
- # gender_string: "string1To255",
1085
+ # party_type_string: "sensitiveString1To255",
1086
+ # gender_string: "sensitiveString1To255",
1087
1087
  # })
1088
1088
  #
1089
1089
  # @example Response structure
@@ -3184,7 +3184,7 @@ module Aws::CustomerProfiles
3184
3184
  # resp = client.put_profile_object_type({
3185
3185
  # domain_name: "name", # required
3186
3186
  # object_type_name: "typeName", # required
3187
- # description: "text", # required
3187
+ # description: "sensitiveText", # required
3188
3188
  # template_id: "name",
3189
3189
  # expiration_days: 1,
3190
3190
  # encryption_key: "encryptionKey",
@@ -3847,22 +3847,22 @@ module Aws::CustomerProfiles
3847
3847
  # resp = client.update_profile({
3848
3848
  # domain_name: "name", # required
3849
3849
  # profile_id: "uuid", # required
3850
- # additional_information: "string0To1000",
3851
- # account_number: "string0To255",
3850
+ # additional_information: "sensitiveString0To1000",
3851
+ # account_number: "sensitiveString0To255",
3852
3852
  # party_type: "INDIVIDUAL", # accepts INDIVIDUAL, BUSINESS, OTHER
3853
- # business_name: "string0To255",
3854
- # first_name: "string0To255",
3855
- # middle_name: "string0To255",
3856
- # last_name: "string0To255",
3857
- # birth_date: "string0To255",
3853
+ # business_name: "sensitiveString0To255",
3854
+ # first_name: "sensitiveString0To255",
3855
+ # middle_name: "sensitiveString0To255",
3856
+ # last_name: "sensitiveString0To255",
3857
+ # birth_date: "sensitiveString0To255",
3858
3858
  # gender: "MALE", # accepts MALE, FEMALE, UNSPECIFIED
3859
- # phone_number: "string0To255",
3860
- # mobile_phone_number: "string0To255",
3861
- # home_phone_number: "string0To255",
3862
- # business_phone_number: "string0To255",
3863
- # email_address: "string0To255",
3864
- # personal_email_address: "string0To255",
3865
- # business_email_address: "string0To255",
3859
+ # phone_number: "sensitiveString0To255",
3860
+ # mobile_phone_number: "sensitiveString0To255",
3861
+ # home_phone_number: "sensitiveString0To255",
3862
+ # business_phone_number: "sensitiveString0To255",
3863
+ # email_address: "sensitiveString0To255",
3864
+ # personal_email_address: "sensitiveString0To255",
3865
+ # business_email_address: "sensitiveString0To255",
3866
3866
  # address: {
3867
3867
  # address_1: "string0To255",
3868
3868
  # address_2: "string0To255",
@@ -3914,8 +3914,8 @@ module Aws::CustomerProfiles
3914
3914
  # attributes: {
3915
3915
  # "string1To255" => "string0To255",
3916
3916
  # },
3917
- # party_type_string: "string0To255",
3918
- # gender_string: "string0To255",
3917
+ # party_type_string: "sensitiveString0To255",
3918
+ # gender_string: "sensitiveString0To255",
3919
3919
  # })
3920
3920
  #
3921
3921
  # @example Response structure
@@ -3944,7 +3944,7 @@ module Aws::CustomerProfiles
3944
3944
  params: params,
3945
3945
  config: config)
3946
3946
  context[:gem_name] = 'aws-sdk-customerprofiles'
3947
- context[:gem_version] = '1.35.0'
3947
+ context[:gem_version] = '1.36.0'
3948
3948
  Seahorse::Client::Request.new(handlers, context)
3949
3949
  end
3950
3950
 
@@ -296,8 +296,12 @@ module Aws::CustomerProfiles
296
296
  s3BucketName = Shapes::StringShape.new(name: 's3BucketName')
297
297
  s3KeyName = Shapes::StringShape.new(name: 's3KeyName')
298
298
  s3KeyNameCustomerOutputConfig = Shapes::StringShape.new(name: 's3KeyNameCustomerOutputConfig')
299
+ sensitiveString0To1000 = Shapes::StringShape.new(name: 'sensitiveString0To1000')
300
+ sensitiveString0To255 = Shapes::StringShape.new(name: 'sensitiveString0To255')
301
+ sensitiveString1To1000 = Shapes::StringShape.new(name: 'sensitiveString1To1000')
302
+ sensitiveString1To255 = Shapes::StringShape.new(name: 'sensitiveString1To255')
303
+ sensitiveText = Shapes::StringShape.new(name: 'sensitiveText')
299
304
  sqsQueueUrl = Shapes::StringShape.new(name: 'sqsQueueUrl')
300
- string0To1000 = Shapes::StringShape.new(name: 'string0To1000')
301
305
  string0To255 = Shapes::StringShape.new(name: 'string0To255')
302
306
  string1To1000 = Shapes::StringShape.new(name: 'string1To1000')
303
307
  string1To255 = Shapes::StringShape.new(name: 'string1To255')
@@ -487,29 +491,29 @@ module Aws::CustomerProfiles
487
491
  CreateIntegrationWorkflowResponse.struct_class = Types::CreateIntegrationWorkflowResponse
488
492
 
489
493
  CreateProfileRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
490
- CreateProfileRequest.add_member(:account_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "AccountNumber"))
491
- CreateProfileRequest.add_member(:additional_information, Shapes::ShapeRef.new(shape: string1To1000, location_name: "AdditionalInformation"))
494
+ CreateProfileRequest.add_member(:account_number, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "AccountNumber"))
495
+ CreateProfileRequest.add_member(:additional_information, Shapes::ShapeRef.new(shape: sensitiveString1To1000, location_name: "AdditionalInformation"))
492
496
  CreateProfileRequest.add_member(:party_type, Shapes::ShapeRef.new(shape: PartyType, deprecated: true, location_name: "PartyType"))
493
- CreateProfileRequest.add_member(:business_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "BusinessName"))
494
- CreateProfileRequest.add_member(:first_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "FirstName"))
495
- CreateProfileRequest.add_member(:middle_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "MiddleName"))
496
- CreateProfileRequest.add_member(:last_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "LastName"))
497
- CreateProfileRequest.add_member(:birth_date, Shapes::ShapeRef.new(shape: string1To255, location_name: "BirthDate"))
497
+ CreateProfileRequest.add_member(:business_name, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "BusinessName"))
498
+ CreateProfileRequest.add_member(:first_name, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "FirstName"))
499
+ CreateProfileRequest.add_member(:middle_name, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "MiddleName"))
500
+ CreateProfileRequest.add_member(:last_name, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "LastName"))
501
+ CreateProfileRequest.add_member(:birth_date, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "BirthDate"))
498
502
  CreateProfileRequest.add_member(:gender, Shapes::ShapeRef.new(shape: Gender, deprecated: true, location_name: "Gender"))
499
- CreateProfileRequest.add_member(:phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "PhoneNumber"))
500
- CreateProfileRequest.add_member(:mobile_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "MobilePhoneNumber"))
501
- CreateProfileRequest.add_member(:home_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "HomePhoneNumber"))
502
- CreateProfileRequest.add_member(:business_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "BusinessPhoneNumber"))
503
- CreateProfileRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: string1To255, location_name: "EmailAddress"))
504
- CreateProfileRequest.add_member(:personal_email_address, Shapes::ShapeRef.new(shape: string1To255, location_name: "PersonalEmailAddress"))
505
- CreateProfileRequest.add_member(:business_email_address, Shapes::ShapeRef.new(shape: string1To255, location_name: "BusinessEmailAddress"))
503
+ CreateProfileRequest.add_member(:phone_number, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "PhoneNumber"))
504
+ CreateProfileRequest.add_member(:mobile_phone_number, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "MobilePhoneNumber"))
505
+ CreateProfileRequest.add_member(:home_phone_number, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "HomePhoneNumber"))
506
+ CreateProfileRequest.add_member(:business_phone_number, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "BusinessPhoneNumber"))
507
+ CreateProfileRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "EmailAddress"))
508
+ CreateProfileRequest.add_member(:personal_email_address, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "PersonalEmailAddress"))
509
+ CreateProfileRequest.add_member(:business_email_address, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "BusinessEmailAddress"))
506
510
  CreateProfileRequest.add_member(:address, Shapes::ShapeRef.new(shape: Address, location_name: "Address"))
507
511
  CreateProfileRequest.add_member(:shipping_address, Shapes::ShapeRef.new(shape: Address, location_name: "ShippingAddress"))
508
512
  CreateProfileRequest.add_member(:mailing_address, Shapes::ShapeRef.new(shape: Address, location_name: "MailingAddress"))
509
513
  CreateProfileRequest.add_member(:billing_address, Shapes::ShapeRef.new(shape: Address, location_name: "BillingAddress"))
510
514
  CreateProfileRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
511
- CreateProfileRequest.add_member(:party_type_string, Shapes::ShapeRef.new(shape: string1To255, location_name: "PartyTypeString"))
512
- CreateProfileRequest.add_member(:gender_string, Shapes::ShapeRef.new(shape: string1To255, location_name: "GenderString"))
515
+ CreateProfileRequest.add_member(:party_type_string, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "PartyTypeString"))
516
+ CreateProfileRequest.add_member(:gender_string, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "GenderString"))
513
517
  CreateProfileRequest.struct_class = Types::CreateProfileRequest
514
518
 
515
519
  CreateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
@@ -770,7 +774,7 @@ module Aws::CustomerProfiles
770
774
  GetProfileObjectTypeRequest.struct_class = Types::GetProfileObjectTypeRequest
771
775
 
772
776
  GetProfileObjectTypeResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
773
- GetProfileObjectTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: text, required: true, location_name: "Description"))
777
+ GetProfileObjectTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, required: true, location_name: "Description"))
774
778
  GetProfileObjectTypeResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: name, location_name: "TemplateId"))
775
779
  GetProfileObjectTypeResponse.add_member(:expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "ExpirationDays"))
776
780
  GetProfileObjectTypeResponse.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
@@ -1115,30 +1119,30 @@ module Aws::CustomerProfiles
1115
1119
  PhoneNumberList.member = Shapes::ShapeRef.new(shape: string1To255)
1116
1120
 
1117
1121
  Profile.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, location_name: "ProfileId"))
1118
- Profile.add_member(:account_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "AccountNumber"))
1119
- Profile.add_member(:additional_information, Shapes::ShapeRef.new(shape: string1To1000, location_name: "AdditionalInformation"))
1122
+ Profile.add_member(:account_number, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "AccountNumber"))
1123
+ Profile.add_member(:additional_information, Shapes::ShapeRef.new(shape: sensitiveString1To1000, location_name: "AdditionalInformation"))
1120
1124
  Profile.add_member(:party_type, Shapes::ShapeRef.new(shape: PartyType, deprecated: true, location_name: "PartyType"))
1121
- Profile.add_member(:business_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "BusinessName"))
1122
- Profile.add_member(:first_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "FirstName"))
1123
- Profile.add_member(:middle_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "MiddleName"))
1124
- Profile.add_member(:last_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "LastName"))
1125
- Profile.add_member(:birth_date, Shapes::ShapeRef.new(shape: string1To255, location_name: "BirthDate"))
1125
+ Profile.add_member(:business_name, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "BusinessName"))
1126
+ Profile.add_member(:first_name, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "FirstName"))
1127
+ Profile.add_member(:middle_name, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "MiddleName"))
1128
+ Profile.add_member(:last_name, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "LastName"))
1129
+ Profile.add_member(:birth_date, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "BirthDate"))
1126
1130
  Profile.add_member(:gender, Shapes::ShapeRef.new(shape: Gender, deprecated: true, location_name: "Gender"))
1127
- Profile.add_member(:phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "PhoneNumber"))
1128
- Profile.add_member(:mobile_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "MobilePhoneNumber"))
1129
- Profile.add_member(:home_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "HomePhoneNumber"))
1130
- Profile.add_member(:business_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "BusinessPhoneNumber"))
1131
- Profile.add_member(:email_address, Shapes::ShapeRef.new(shape: string1To255, location_name: "EmailAddress"))
1132
- Profile.add_member(:personal_email_address, Shapes::ShapeRef.new(shape: string1To255, location_name: "PersonalEmailAddress"))
1133
- Profile.add_member(:business_email_address, Shapes::ShapeRef.new(shape: string1To255, location_name: "BusinessEmailAddress"))
1131
+ Profile.add_member(:phone_number, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "PhoneNumber"))
1132
+ Profile.add_member(:mobile_phone_number, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "MobilePhoneNumber"))
1133
+ Profile.add_member(:home_phone_number, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "HomePhoneNumber"))
1134
+ Profile.add_member(:business_phone_number, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "BusinessPhoneNumber"))
1135
+ Profile.add_member(:email_address, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "EmailAddress"))
1136
+ Profile.add_member(:personal_email_address, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "PersonalEmailAddress"))
1137
+ Profile.add_member(:business_email_address, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "BusinessEmailAddress"))
1134
1138
  Profile.add_member(:address, Shapes::ShapeRef.new(shape: Address, location_name: "Address"))
1135
1139
  Profile.add_member(:shipping_address, Shapes::ShapeRef.new(shape: Address, location_name: "ShippingAddress"))
1136
1140
  Profile.add_member(:mailing_address, Shapes::ShapeRef.new(shape: Address, location_name: "MailingAddress"))
1137
1141
  Profile.add_member(:billing_address, Shapes::ShapeRef.new(shape: Address, location_name: "BillingAddress"))
1138
1142
  Profile.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
1139
1143
  Profile.add_member(:found_by_items, Shapes::ShapeRef.new(shape: foundByList, location_name: "FoundByItems"))
1140
- Profile.add_member(:party_type_string, Shapes::ShapeRef.new(shape: string1To255, location_name: "PartyTypeString"))
1141
- Profile.add_member(:gender_string, Shapes::ShapeRef.new(shape: string1To255, location_name: "GenderString"))
1144
+ Profile.add_member(:party_type_string, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "PartyTypeString"))
1145
+ Profile.add_member(:gender_string, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "GenderString"))
1142
1146
  Profile.struct_class = Types::Profile
1143
1147
 
1144
1148
  ProfileIdList.member = Shapes::ShapeRef.new(shape: uuid)
@@ -1182,7 +1186,7 @@ module Aws::CustomerProfiles
1182
1186
 
1183
1187
  PutProfileObjectTypeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
1184
1188
  PutProfileObjectTypeRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "ObjectTypeName"))
1185
- PutProfileObjectTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: text, required: true, location_name: "Description"))
1189
+ PutProfileObjectTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, required: true, location_name: "Description"))
1186
1190
  PutProfileObjectTypeRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: name, location_name: "TemplateId"))
1187
1191
  PutProfileObjectTypeRequest.add_member(:expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "ExpirationDays"))
1188
1192
  PutProfileObjectTypeRequest.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
@@ -1194,7 +1198,7 @@ module Aws::CustomerProfiles
1194
1198
  PutProfileObjectTypeRequest.struct_class = Types::PutProfileObjectTypeRequest
1195
1199
 
1196
1200
  PutProfileObjectTypeResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
1197
- PutProfileObjectTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: text, required: true, location_name: "Description"))
1201
+ PutProfileObjectTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, required: true, location_name: "Description"))
1198
1202
  PutProfileObjectTypeResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: name, location_name: "TemplateId"))
1199
1203
  PutProfileObjectTypeResponse.add_member(:expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "ExpirationDays"))
1200
1204
  PutProfileObjectTypeResponse.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
@@ -1390,29 +1394,29 @@ module Aws::CustomerProfiles
1390
1394
 
1391
1395
  UpdateProfileRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
1392
1396
  UpdateProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
1393
- UpdateProfileRequest.add_member(:additional_information, Shapes::ShapeRef.new(shape: string0To1000, location_name: "AdditionalInformation"))
1394
- UpdateProfileRequest.add_member(:account_number, Shapes::ShapeRef.new(shape: string0To255, location_name: "AccountNumber"))
1397
+ UpdateProfileRequest.add_member(:additional_information, Shapes::ShapeRef.new(shape: sensitiveString0To1000, location_name: "AdditionalInformation"))
1398
+ UpdateProfileRequest.add_member(:account_number, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "AccountNumber"))
1395
1399
  UpdateProfileRequest.add_member(:party_type, Shapes::ShapeRef.new(shape: PartyType, deprecated: true, location_name: "PartyType"))
1396
- UpdateProfileRequest.add_member(:business_name, Shapes::ShapeRef.new(shape: string0To255, location_name: "BusinessName"))
1397
- UpdateProfileRequest.add_member(:first_name, Shapes::ShapeRef.new(shape: string0To255, location_name: "FirstName"))
1398
- UpdateProfileRequest.add_member(:middle_name, Shapes::ShapeRef.new(shape: string0To255, location_name: "MiddleName"))
1399
- UpdateProfileRequest.add_member(:last_name, Shapes::ShapeRef.new(shape: string0To255, location_name: "LastName"))
1400
- UpdateProfileRequest.add_member(:birth_date, Shapes::ShapeRef.new(shape: string0To255, location_name: "BirthDate"))
1400
+ UpdateProfileRequest.add_member(:business_name, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "BusinessName"))
1401
+ UpdateProfileRequest.add_member(:first_name, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "FirstName"))
1402
+ UpdateProfileRequest.add_member(:middle_name, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "MiddleName"))
1403
+ UpdateProfileRequest.add_member(:last_name, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "LastName"))
1404
+ UpdateProfileRequest.add_member(:birth_date, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "BirthDate"))
1401
1405
  UpdateProfileRequest.add_member(:gender, Shapes::ShapeRef.new(shape: Gender, deprecated: true, location_name: "Gender"))
1402
- UpdateProfileRequest.add_member(:phone_number, Shapes::ShapeRef.new(shape: string0To255, location_name: "PhoneNumber"))
1403
- UpdateProfileRequest.add_member(:mobile_phone_number, Shapes::ShapeRef.new(shape: string0To255, location_name: "MobilePhoneNumber"))
1404
- UpdateProfileRequest.add_member(:home_phone_number, Shapes::ShapeRef.new(shape: string0To255, location_name: "HomePhoneNumber"))
1405
- UpdateProfileRequest.add_member(:business_phone_number, Shapes::ShapeRef.new(shape: string0To255, location_name: "BusinessPhoneNumber"))
1406
- UpdateProfileRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: string0To255, location_name: "EmailAddress"))
1407
- UpdateProfileRequest.add_member(:personal_email_address, Shapes::ShapeRef.new(shape: string0To255, location_name: "PersonalEmailAddress"))
1408
- UpdateProfileRequest.add_member(:business_email_address, Shapes::ShapeRef.new(shape: string0To255, location_name: "BusinessEmailAddress"))
1406
+ UpdateProfileRequest.add_member(:phone_number, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "PhoneNumber"))
1407
+ UpdateProfileRequest.add_member(:mobile_phone_number, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "MobilePhoneNumber"))
1408
+ UpdateProfileRequest.add_member(:home_phone_number, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "HomePhoneNumber"))
1409
+ UpdateProfileRequest.add_member(:business_phone_number, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "BusinessPhoneNumber"))
1410
+ UpdateProfileRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "EmailAddress"))
1411
+ UpdateProfileRequest.add_member(:personal_email_address, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "PersonalEmailAddress"))
1412
+ UpdateProfileRequest.add_member(:business_email_address, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "BusinessEmailAddress"))
1409
1413
  UpdateProfileRequest.add_member(:address, Shapes::ShapeRef.new(shape: UpdateAddress, location_name: "Address"))
1410
1414
  UpdateProfileRequest.add_member(:shipping_address, Shapes::ShapeRef.new(shape: UpdateAddress, location_name: "ShippingAddress"))
1411
1415
  UpdateProfileRequest.add_member(:mailing_address, Shapes::ShapeRef.new(shape: UpdateAddress, location_name: "MailingAddress"))
1412
1416
  UpdateProfileRequest.add_member(:billing_address, Shapes::ShapeRef.new(shape: UpdateAddress, location_name: "BillingAddress"))
1413
1417
  UpdateProfileRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: UpdateAttributes, location_name: "Attributes"))
1414
- UpdateProfileRequest.add_member(:party_type_string, Shapes::ShapeRef.new(shape: string0To255, location_name: "PartyTypeString"))
1415
- UpdateProfileRequest.add_member(:gender_string, Shapes::ShapeRef.new(shape: string0To255, location_name: "GenderString"))
1418
+ UpdateProfileRequest.add_member(:party_type_string, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "PartyTypeString"))
1419
+ UpdateProfileRequest.add_member(:gender_string, Shapes::ShapeRef.new(shape: sensitiveString0To255, location_name: "GenderString"))
1416
1420
  UpdateProfileRequest.struct_class = Types::UpdateProfileRequest
1417
1421
 
1418
1422
  UpdateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
@@ -177,7 +177,7 @@ module Aws::CustomerProfiles
177
177
  class AppflowIntegration < Struct.new(
178
178
  :flow_definition,
179
179
  :batches)
180
- SENSITIVE = []
180
+ SENSITIVE = [:flow_definition]
181
181
  include Aws::Structure
182
182
  end
183
183
 
@@ -639,7 +639,7 @@ module Aws::CustomerProfiles
639
639
  :conditions,
640
640
  :statistic,
641
641
  :tags)
642
- SENSITIVE = []
642
+ SENSITIVE = [:attribute_details, :conditions, :statistic]
643
643
  include Aws::Structure
644
644
  end
645
645
 
@@ -696,7 +696,7 @@ module Aws::CustomerProfiles
696
696
  :created_at,
697
697
  :last_updated_at,
698
698
  :tags)
699
- SENSITIVE = []
699
+ SENSITIVE = [:attribute_details, :conditions, :statistic]
700
700
  include Aws::Structure
701
701
  end
702
702
 
@@ -1078,7 +1078,7 @@ module Aws::CustomerProfiles
1078
1078
  :attributes,
1079
1079
  :party_type_string,
1080
1080
  :gender_string)
1081
- SENSITIVE = []
1081
+ 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]
1082
1082
  include Aws::Structure
1083
1083
  end
1084
1084
 
@@ -1838,7 +1838,7 @@ module Aws::CustomerProfiles
1838
1838
  :conditions,
1839
1839
  :attribute_details,
1840
1840
  :tags)
1841
- SENSITIVE = []
1841
+ SENSITIVE = [:statistic, :conditions, :attribute_details]
1842
1842
  include Aws::Structure
1843
1843
  end
1844
1844
 
@@ -2370,7 +2370,7 @@ module Aws::CustomerProfiles
2370
2370
  :created_at,
2371
2371
  :last_updated_at,
2372
2372
  :tags)
2373
- SENSITIVE = []
2373
+ SENSITIVE = [:description, :fields, :keys]
2374
2374
  include Aws::Structure
2375
2375
  end
2376
2376
 
@@ -2430,7 +2430,7 @@ module Aws::CustomerProfiles
2430
2430
  :source_last_updated_timestamp_format,
2431
2431
  :fields,
2432
2432
  :keys)
2433
- SENSITIVE = []
2433
+ SENSITIVE = [:fields, :keys]
2434
2434
  include Aws::Structure
2435
2435
  end
2436
2436
 
@@ -3391,7 +3391,7 @@ module Aws::CustomerProfiles
3391
3391
  class ListProfileObjectTypesResponse < Struct.new(
3392
3392
  :items,
3393
3393
  :next_token)
3394
- SENSITIVE = []
3394
+ SENSITIVE = [:items]
3395
3395
  include Aws::Structure
3396
3396
  end
3397
3397
 
@@ -3416,7 +3416,7 @@ module Aws::CustomerProfiles
3416
3416
  :object_type_name,
3417
3417
  :profile_object_unique_key,
3418
3418
  :object)
3419
- SENSITIVE = []
3419
+ SENSITIVE = [:object]
3420
3420
  include Aws::Structure
3421
3421
  end
3422
3422
 
@@ -4085,7 +4085,7 @@ module Aws::CustomerProfiles
4085
4085
  :found_by_items,
4086
4086
  :party_type_string,
4087
4087
  :gender_string)
4088
- SENSITIVE = []
4088
+ 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]
4089
4089
  include Aws::Structure
4090
4090
  end
4091
4091
 
@@ -4130,7 +4130,7 @@ module Aws::CustomerProfiles
4130
4130
  :tags,
4131
4131
  :flow_definition,
4132
4132
  :object_type_names)
4133
- SENSITIVE = []
4133
+ SENSITIVE = [:flow_definition]
4134
4134
  include Aws::Structure
4135
4135
  end
4136
4136
 
@@ -4213,7 +4213,7 @@ module Aws::CustomerProfiles
4213
4213
  :object_type_name,
4214
4214
  :object,
4215
4215
  :domain_name)
4216
- SENSITIVE = []
4216
+ SENSITIVE = [:object]
4217
4217
  include Aws::Structure
4218
4218
  end
4219
4219
 
@@ -4303,7 +4303,7 @@ module Aws::CustomerProfiles
4303
4303
  :fields,
4304
4304
  :keys,
4305
4305
  :tags)
4306
- SENSITIVE = []
4306
+ SENSITIVE = [:description, :fields, :keys]
4307
4307
  include Aws::Structure
4308
4308
  end
4309
4309
 
@@ -4384,7 +4384,7 @@ module Aws::CustomerProfiles
4384
4384
  :created_at,
4385
4385
  :last_updated_at,
4386
4386
  :tags)
4387
- SENSITIVE = []
4387
+ SENSITIVE = [:description, :fields, :keys]
4388
4388
  include Aws::Structure
4389
4389
  end
4390
4390
 
@@ -5138,7 +5138,7 @@ module Aws::CustomerProfiles
5138
5138
  :display_name,
5139
5139
  :description,
5140
5140
  :conditions)
5141
- SENSITIVE = []
5141
+ SENSITIVE = [:conditions]
5142
5142
  include Aws::Structure
5143
5143
  end
5144
5144
 
@@ -5195,7 +5195,7 @@ module Aws::CustomerProfiles
5195
5195
  :conditions,
5196
5196
  :attribute_details,
5197
5197
  :tags)
5198
- SENSITIVE = []
5198
+ SENSITIVE = [:statistic, :conditions, :attribute_details]
5199
5199
  include Aws::Structure
5200
5200
  end
5201
5201
 
@@ -5479,7 +5479,7 @@ module Aws::CustomerProfiles
5479
5479
  :attributes,
5480
5480
  :party_type_string,
5481
5481
  :gender_string)
5482
- SENSITIVE = []
5482
+ 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]
5483
5483
  include Aws::Structure
5484
5484
  end
5485
5485
 
@@ -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.35.0'
55
+ GEM_VERSION = '1.36.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.35.0
4
+ version: 1.36.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-07-25 00:00:00.000000000 Z
11
+ date: 2023-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core