aws-sdk-customerprofiles 1.37.0 → 1.38.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-customerprofiles/client.rb +3 -3
- data/lib/aws-sdk-customerprofiles/client_api.rb +6 -6
- data/lib/aws-sdk-customerprofiles/types.rb +7 -7
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: baa2dd26c16a75a06dc6ffa172480ef77cf59be584a326928c69731545f03bb2
|
4
|
+
data.tar.gz: a2125d632628ca5a35de2af70812db4c378e8fec0464a9c846b326ff294e9816
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8c5289dd3ecdc8b856eb84fa1159cd588df99ee1b45633fcf418ff6f96f7efcb008c71a0e1905492cd3106ebd0b28467468075819e742cb1fd2b950235c64ed
|
7
|
+
data.tar.gz: ad35dd71ece8ddd199a530291d7ccbbfbd9d34dea4e8a023bee1fbd4e301e758c9c06aae8b31a4582d7b3f76a0596fbbc6757e1600d2c8c46c5f350360771d89
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.38.0
|
@@ -498,7 +498,7 @@ module Aws::CustomerProfiles
|
|
498
498
|
# domain_name: "name", # required
|
499
499
|
# calculated_attribute_name: "typeName", # required
|
500
500
|
# display_name: "displayName",
|
501
|
-
# description: "
|
501
|
+
# description: "sensitiveText",
|
502
502
|
# attribute_details: { # required
|
503
503
|
# attributes: [ # required
|
504
504
|
# {
|
@@ -3514,7 +3514,7 @@ module Aws::CustomerProfiles
|
|
3514
3514
|
# domain_name: "name", # required
|
3515
3515
|
# calculated_attribute_name: "typeName", # required
|
3516
3516
|
# display_name: "displayName",
|
3517
|
-
# description: "
|
3517
|
+
# description: "sensitiveText",
|
3518
3518
|
# conditions: {
|
3519
3519
|
# range: {
|
3520
3520
|
# value: 1, # required
|
@@ -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.
|
3947
|
+
context[:gem_version] = '1.38.0'
|
3948
3948
|
Seahorse::Client::Request.new(handlers, context)
|
3949
3949
|
end
|
3950
3950
|
|
@@ -430,7 +430,7 @@ module Aws::CustomerProfiles
|
|
430
430
|
CreateCalculatedAttributeDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
431
431
|
CreateCalculatedAttributeDefinitionRequest.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "CalculatedAttributeName"))
|
432
432
|
CreateCalculatedAttributeDefinitionRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
433
|
-
CreateCalculatedAttributeDefinitionRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
433
|
+
CreateCalculatedAttributeDefinitionRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
434
434
|
CreateCalculatedAttributeDefinitionRequest.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, required: true, location_name: "AttributeDetails"))
|
435
435
|
CreateCalculatedAttributeDefinitionRequest.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
436
436
|
CreateCalculatedAttributeDefinitionRequest.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, required: true, location_name: "Statistic"))
|
@@ -439,7 +439,7 @@ module Aws::CustomerProfiles
|
|
439
439
|
|
440
440
|
CreateCalculatedAttributeDefinitionResponse.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, location_name: "CalculatedAttributeName"))
|
441
441
|
CreateCalculatedAttributeDefinitionResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
442
|
-
CreateCalculatedAttributeDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape:
|
442
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
443
443
|
CreateCalculatedAttributeDefinitionResponse.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, location_name: "AttributeDetails"))
|
444
444
|
CreateCalculatedAttributeDefinitionResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
445
445
|
CreateCalculatedAttributeDefinitionResponse.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
@@ -678,7 +678,7 @@ module Aws::CustomerProfiles
|
|
678
678
|
|
679
679
|
GetCalculatedAttributeDefinitionResponse.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, location_name: "CalculatedAttributeName"))
|
680
680
|
GetCalculatedAttributeDefinitionResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
681
|
-
GetCalculatedAttributeDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape:
|
681
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
682
682
|
GetCalculatedAttributeDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
683
683
|
GetCalculatedAttributeDefinitionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
684
684
|
GetCalculatedAttributeDefinitionResponse.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
@@ -888,7 +888,7 @@ module Aws::CustomerProfiles
|
|
888
888
|
|
889
889
|
ListCalculatedAttributeDefinitionItem.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, location_name: "CalculatedAttributeName"))
|
890
890
|
ListCalculatedAttributeDefinitionItem.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
891
|
-
ListCalculatedAttributeDefinitionItem.add_member(:description, Shapes::ShapeRef.new(shape:
|
891
|
+
ListCalculatedAttributeDefinitionItem.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
892
892
|
ListCalculatedAttributeDefinitionItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
893
893
|
ListCalculatedAttributeDefinitionItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
894
894
|
ListCalculatedAttributeDefinitionItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
@@ -1357,13 +1357,13 @@ module Aws::CustomerProfiles
|
|
1357
1357
|
UpdateCalculatedAttributeDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1358
1358
|
UpdateCalculatedAttributeDefinitionRequest.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "CalculatedAttributeName"))
|
1359
1359
|
UpdateCalculatedAttributeDefinitionRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
1360
|
-
UpdateCalculatedAttributeDefinitionRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
1360
|
+
UpdateCalculatedAttributeDefinitionRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
1361
1361
|
UpdateCalculatedAttributeDefinitionRequest.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
1362
1362
|
UpdateCalculatedAttributeDefinitionRequest.struct_class = Types::UpdateCalculatedAttributeDefinitionRequest
|
1363
1363
|
|
1364
1364
|
UpdateCalculatedAttributeDefinitionResponse.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, location_name: "CalculatedAttributeName"))
|
1365
1365
|
UpdateCalculatedAttributeDefinitionResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
1366
|
-
UpdateCalculatedAttributeDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape:
|
1366
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
1367
1367
|
UpdateCalculatedAttributeDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
1368
1368
|
UpdateCalculatedAttributeDefinitionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
1369
1369
|
UpdateCalculatedAttributeDefinitionResponse.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
@@ -639,7 +639,7 @@ module Aws::CustomerProfiles
|
|
639
639
|
:conditions,
|
640
640
|
:statistic,
|
641
641
|
:tags)
|
642
|
-
SENSITIVE = [:attribute_details, :conditions, :statistic]
|
642
|
+
SENSITIVE = [:description, :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 = [:attribute_details, :conditions, :statistic]
|
699
|
+
SENSITIVE = [:description, :attribute_details, :conditions, :statistic]
|
700
700
|
include Aws::Structure
|
701
701
|
end
|
702
702
|
|
@@ -1838,7 +1838,7 @@ module Aws::CustomerProfiles
|
|
1838
1838
|
:conditions,
|
1839
1839
|
:attribute_details,
|
1840
1840
|
:tags)
|
1841
|
-
SENSITIVE = [:statistic, :conditions, :attribute_details]
|
1841
|
+
SENSITIVE = [:description, :statistic, :conditions, :attribute_details]
|
1842
1842
|
include Aws::Structure
|
1843
1843
|
end
|
1844
1844
|
|
@@ -2886,7 +2886,7 @@ module Aws::CustomerProfiles
|
|
2886
2886
|
:created_at,
|
2887
2887
|
:last_updated_at,
|
2888
2888
|
:tags)
|
2889
|
-
SENSITIVE = []
|
2889
|
+
SENSITIVE = [:description]
|
2890
2890
|
include Aws::Structure
|
2891
2891
|
end
|
2892
2892
|
|
@@ -2928,7 +2928,7 @@ module Aws::CustomerProfiles
|
|
2928
2928
|
class ListCalculatedAttributeDefinitionsResponse < Struct.new(
|
2929
2929
|
:items,
|
2930
2930
|
:next_token)
|
2931
|
-
SENSITIVE = []
|
2931
|
+
SENSITIVE = [:items]
|
2932
2932
|
include Aws::Structure
|
2933
2933
|
end
|
2934
2934
|
|
@@ -5138,7 +5138,7 @@ module Aws::CustomerProfiles
|
|
5138
5138
|
:display_name,
|
5139
5139
|
:description,
|
5140
5140
|
:conditions)
|
5141
|
-
SENSITIVE = [:conditions]
|
5141
|
+
SENSITIVE = [:description, :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 = [:statistic, :conditions, :attribute_details]
|
5198
|
+
SENSITIVE = [:description, :statistic, :conditions, :attribute_details]
|
5199
5199
|
include Aws::Structure
|
5200
5200
|
end
|
5201
5201
|
|
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.38.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-
|
11
|
+
date: 2023-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|