aws-sdk-customerprofiles 1.37.0 → 1.39.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 +10 -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 +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35d9777d55c852c9d1cd31a09e782670226656eb95c64ea20bf460ab878f6f89
|
4
|
+
data.tar.gz: 7e3e2846a25c8d0e70318be54768835f41d4ffc47eecdcecad152bec39c8088b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2e0ba1b55f78191121c76ddc414b76994515b631ce30e1f23a19090da86f6b2df4c16f1d4cc7c56c35f60c8954f4e510501c1bb6fb4f0fe804c0c8d028ea3ec
|
7
|
+
data.tar.gz: 91588be806dbfb36d33ce7a98402e7256fbc9cadd3c77aafc4b1cb3b11b325b2eb3b6711ecb54c8b9ca2d4d1b7c919482c5c0a84c056c5416693a2dd5d73c6bb
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.39.0 (2023-11-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.38.0 (2023-10-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model.
|
13
|
+
|
4
14
|
1.37.0 (2023-09-27)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.39.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.39.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.39.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-11-22 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.188.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.188.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
80
80
|
requirements:
|
81
81
|
- - ">="
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version: '2.
|
83
|
+
version: '2.5'
|
84
84
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
85
85
|
requirements:
|
86
86
|
- - ">="
|