aws-sdk-customerprofiles 1.82.0 → 1.83.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 +25 -6
- data/lib/aws-sdk-customerprofiles/client_api.rb +20 -1
- data/lib/aws-sdk-customerprofiles/types.rb +57 -2
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- data/sig/client.rbs +11 -0
- data/sig/types.rbs +17 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '098ee60b649bbecf6ccd20738d91dc32d4e847fc396e48d785994b47a196108b'
|
|
4
|
+
data.tar.gz: 4ff1a09307e275a40ed7f6a954db82ccafcda349f4625dce16a1d342178bedce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d0b4024a098428ae397529af1a57c7bb99644946edfb87dc58e9743c2ca405a317186d4828102fe9ff8383384ee1cbf4c03d71218f5efb6639d8d3bf1447535
|
|
7
|
+
data.tar.gz: '09ae9e681e41d68c47d045b61cfea40361765789e5785e9b7ae7791a1550271e9a8487be4a625b49e56a906dda9a3e63342176a3810127cbd0d16e86af83ed58'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.83.0
|
|
@@ -1807,6 +1807,9 @@ module Aws::CustomerProfiles
|
|
|
1807
1807
|
# @option params [String] :segment_sql_query
|
|
1808
1808
|
# The segment SQL query.
|
|
1809
1809
|
#
|
|
1810
|
+
# @option params [Types::SegmentSort] :segment_sort
|
|
1811
|
+
# The segment sort.
|
|
1812
|
+
#
|
|
1810
1813
|
# @option params [Hash<String,String>] :tags
|
|
1811
1814
|
# The tags used to organize, track, or control access for this resource.
|
|
1812
1815
|
#
|
|
@@ -2001,7 +2004,7 @@ module Aws::CustomerProfiles
|
|
|
2001
2004
|
# },
|
|
2002
2005
|
# },
|
|
2003
2006
|
# attributes: {
|
|
2004
|
-
# "
|
|
2007
|
+
# "string1To255" => {
|
|
2005
2008
|
# dimension_type: "INCLUSIVE", # required, accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEGINS_WITH, ENDS_WITH, BEFORE, AFTER, BETWEEN, NOT_BETWEEN, ON, GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUAL, LESS_THAN_OR_EQUAL, EQUAL
|
|
2006
2009
|
# values: ["string1To255"], # required
|
|
2007
2010
|
# },
|
|
@@ -2038,6 +2041,16 @@ module Aws::CustomerProfiles
|
|
|
2038
2041
|
# include: "ALL", # accepts ALL, ANY, NONE
|
|
2039
2042
|
# },
|
|
2040
2043
|
# segment_sql_query: "sensitiveString1To50000",
|
|
2044
|
+
# segment_sort: {
|
|
2045
|
+
# attributes: [ # required
|
|
2046
|
+
# {
|
|
2047
|
+
# name: "fieldName", # required
|
|
2048
|
+
# data_type: "STRING", # accepts STRING, NUMBER, DATE
|
|
2049
|
+
# order: "ASC", # required, accepts ASC, DESC
|
|
2050
|
+
# type: "PROFILE", # accepts PROFILE, CALCULATED
|
|
2051
|
+
# },
|
|
2052
|
+
# ],
|
|
2053
|
+
# },
|
|
2041
2054
|
# tags: {
|
|
2042
2055
|
# "TagKey" => "TagValue",
|
|
2043
2056
|
# },
|
|
@@ -2258,7 +2271,7 @@ module Aws::CustomerProfiles
|
|
|
2258
2271
|
# },
|
|
2259
2272
|
# },
|
|
2260
2273
|
# attributes: {
|
|
2261
|
-
# "
|
|
2274
|
+
# "string1To255" => {
|
|
2262
2275
|
# dimension_type: "INCLUSIVE", # required, accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEGINS_WITH, ENDS_WITH, BEFORE, AFTER, BETWEEN, NOT_BETWEEN, ON, GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUAL, LESS_THAN_OR_EQUAL, EQUAL
|
|
2263
2276
|
# values: ["string1To255"], # required
|
|
2264
2277
|
# },
|
|
@@ -4129,6 +4142,7 @@ module Aws::CustomerProfiles
|
|
|
4129
4142
|
# * {Types::GetSegmentDefinitionResponse#display_name #display_name} => String
|
|
4130
4143
|
# * {Types::GetSegmentDefinitionResponse#description #description} => String
|
|
4131
4144
|
# * {Types::GetSegmentDefinitionResponse#segment_groups #segment_groups} => Types::SegmentGroup
|
|
4145
|
+
# * {Types::GetSegmentDefinitionResponse#segment_sort #segment_sort} => Types::SegmentSort
|
|
4132
4146
|
# * {Types::GetSegmentDefinitionResponse#segment_definition_arn #segment_definition_arn} => String
|
|
4133
4147
|
# * {Types::GetSegmentDefinitionResponse#created_at #created_at} => Time
|
|
4134
4148
|
# * {Types::GetSegmentDefinitionResponse#tags #tags} => Hash<String,String>
|
|
@@ -4270,9 +4284,9 @@ module Aws::CustomerProfiles
|
|
|
4270
4284
|
# resp.segment_groups.groups[0].dimensions[0].profile_attributes.billing_address.state.values #=> Array
|
|
4271
4285
|
# resp.segment_groups.groups[0].dimensions[0].profile_attributes.billing_address.state.values[0] #=> String
|
|
4272
4286
|
# resp.segment_groups.groups[0].dimensions[0].profile_attributes.attributes #=> Hash
|
|
4273
|
-
# resp.segment_groups.groups[0].dimensions[0].profile_attributes.attributes["
|
|
4274
|
-
# resp.segment_groups.groups[0].dimensions[0].profile_attributes.attributes["
|
|
4275
|
-
# resp.segment_groups.groups[0].dimensions[0].profile_attributes.attributes["
|
|
4287
|
+
# resp.segment_groups.groups[0].dimensions[0].profile_attributes.attributes["string1To255"].dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEGINS_WITH", "ENDS_WITH", "BEFORE", "AFTER", "BETWEEN", "NOT_BETWEEN", "ON", "GREATER_THAN", "LESS_THAN", "GREATER_THAN_OR_EQUAL", "LESS_THAN_OR_EQUAL", "EQUAL"
|
|
4288
|
+
# resp.segment_groups.groups[0].dimensions[0].profile_attributes.attributes["string1To255"].values #=> Array
|
|
4289
|
+
# resp.segment_groups.groups[0].dimensions[0].profile_attributes.attributes["string1To255"].values[0] #=> String
|
|
4276
4290
|
# resp.segment_groups.groups[0].dimensions[0].profile_attributes.profile_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
|
|
4277
4291
|
# resp.segment_groups.groups[0].dimensions[0].profile_attributes.profile_type.values #=> Array
|
|
4278
4292
|
# resp.segment_groups.groups[0].dimensions[0].profile_attributes.profile_type.values[0] #=> String, one of "ACCOUNT_PROFILE", "PROFILE"
|
|
@@ -4288,6 +4302,11 @@ module Aws::CustomerProfiles
|
|
|
4288
4302
|
# resp.segment_groups.groups[0].source_type #=> String, one of "ALL", "ANY", "NONE"
|
|
4289
4303
|
# resp.segment_groups.groups[0].type #=> String, one of "ALL", "ANY", "NONE"
|
|
4290
4304
|
# resp.segment_groups.include #=> String, one of "ALL", "ANY", "NONE"
|
|
4305
|
+
# resp.segment_sort.attributes #=> Array
|
|
4306
|
+
# resp.segment_sort.attributes[0].name #=> String
|
|
4307
|
+
# resp.segment_sort.attributes[0].data_type #=> String, one of "STRING", "NUMBER", "DATE"
|
|
4308
|
+
# resp.segment_sort.attributes[0].order #=> String, one of "ASC", "DESC"
|
|
4309
|
+
# resp.segment_sort.attributes[0].type #=> String, one of "PROFILE", "CALCULATED"
|
|
4291
4310
|
# resp.segment_definition_arn #=> String
|
|
4292
4311
|
# resp.created_at #=> Time
|
|
4293
4312
|
# resp.tags #=> Hash
|
|
@@ -7702,7 +7721,7 @@ module Aws::CustomerProfiles
|
|
|
7702
7721
|
tracer: tracer
|
|
7703
7722
|
)
|
|
7704
7723
|
context[:gem_name] = 'aws-sdk-customerprofiles'
|
|
7705
|
-
context[:gem_version] = '1.
|
|
7724
|
+
context[:gem_version] = '1.83.0'
|
|
7706
7725
|
Seahorse::Client::Request.new(handlers, context)
|
|
7707
7726
|
end
|
|
7708
7727
|
|
|
@@ -475,9 +475,15 @@ module Aws::CustomerProfiles
|
|
|
475
475
|
SegmentGroupList = Shapes::ListShape.new(name: 'SegmentGroupList')
|
|
476
476
|
SegmentGroupStructure = Shapes::StructureShape.new(name: 'SegmentGroupStructure')
|
|
477
477
|
SegmentSnapshotStatus = Shapes::StringShape.new(name: 'SegmentSnapshotStatus')
|
|
478
|
+
SegmentSort = Shapes::StructureShape.new(name: 'SegmentSort')
|
|
479
|
+
SegmentSortDataType = Shapes::StringShape.new(name: 'SegmentSortDataType')
|
|
480
|
+
SegmentSortOrder = Shapes::StringShape.new(name: 'SegmentSortOrder')
|
|
478
481
|
SegmentType = Shapes::StringShape.new(name: 'SegmentType')
|
|
479
482
|
ServiceNowConnectorOperator = Shapes::StringShape.new(name: 'ServiceNowConnectorOperator')
|
|
480
483
|
ServiceNowSourceProperties = Shapes::StructureShape.new(name: 'ServiceNowSourceProperties')
|
|
484
|
+
SortAttribute = Shapes::StructureShape.new(name: 'SortAttribute')
|
|
485
|
+
SortAttributeList = Shapes::ListShape.new(name: 'SortAttributeList')
|
|
486
|
+
SortAttributeType = Shapes::StringShape.new(name: 'SortAttributeType')
|
|
481
487
|
SourceConnectorProperties = Shapes::StructureShape.new(name: 'SourceConnectorProperties')
|
|
482
488
|
SourceConnectorType = Shapes::StringShape.new(name: 'SourceConnectorType')
|
|
483
489
|
SourceFields = Shapes::ListShape.new(name: 'SourceFields')
|
|
@@ -992,6 +998,7 @@ module Aws::CustomerProfiles
|
|
|
992
998
|
CreateSegmentDefinitionRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveString1To4000, location_name: "Description"))
|
|
993
999
|
CreateSegmentDefinitionRequest.add_member(:segment_groups, Shapes::ShapeRef.new(shape: SegmentGroup, location_name: "SegmentGroups"))
|
|
994
1000
|
CreateSegmentDefinitionRequest.add_member(:segment_sql_query, Shapes::ShapeRef.new(shape: sensitiveString1To50000, location_name: "SegmentSqlQuery"))
|
|
1001
|
+
CreateSegmentDefinitionRequest.add_member(:segment_sort, Shapes::ShapeRef.new(shape: SegmentSort, location_name: "SegmentSort"))
|
|
995
1002
|
CreateSegmentDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
996
1003
|
CreateSegmentDefinitionRequest.struct_class = Types::CreateSegmentDefinitionRequest
|
|
997
1004
|
|
|
@@ -1034,7 +1041,7 @@ module Aws::CustomerProfiles
|
|
|
1034
1041
|
CreateUploadJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "JobId"))
|
|
1035
1042
|
CreateUploadJobResponse.struct_class = Types::CreateUploadJobResponse
|
|
1036
1043
|
|
|
1037
|
-
CustomAttributes.key = Shapes::ShapeRef.new(shape:
|
|
1044
|
+
CustomAttributes.key = Shapes::ShapeRef.new(shape: string1To255)
|
|
1038
1045
|
CustomAttributes.value = Shapes::ShapeRef.new(shape: AttributeDimension)
|
|
1039
1046
|
|
|
1040
1047
|
DataStoreRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "Enabled"))
|
|
@@ -1631,6 +1638,7 @@ module Aws::CustomerProfiles
|
|
|
1631
1638
|
GetSegmentDefinitionResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "DisplayName"))
|
|
1632
1639
|
GetSegmentDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveString1To4000, location_name: "Description"))
|
|
1633
1640
|
GetSegmentDefinitionResponse.add_member(:segment_groups, Shapes::ShapeRef.new(shape: SegmentGroup, location_name: "SegmentGroups"))
|
|
1641
|
+
GetSegmentDefinitionResponse.add_member(:segment_sort, Shapes::ShapeRef.new(shape: SegmentSort, location_name: "SegmentSort"))
|
|
1634
1642
|
GetSegmentDefinitionResponse.add_member(:segment_definition_arn, Shapes::ShapeRef.new(shape: SegmentDefinitionArn, required: true, location_name: "SegmentDefinitionArn"))
|
|
1635
1643
|
GetSegmentDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
|
1636
1644
|
GetSegmentDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
@@ -2560,9 +2568,20 @@ module Aws::CustomerProfiles
|
|
|
2560
2568
|
SegmentGroupStructure.add_member(:include, Shapes::ShapeRef.new(shape: IncludeOptions, location_name: "Include"))
|
|
2561
2569
|
SegmentGroupStructure.struct_class = Types::SegmentGroupStructure
|
|
2562
2570
|
|
|
2571
|
+
SegmentSort.add_member(:attributes, Shapes::ShapeRef.new(shape: SortAttributeList, required: true, location_name: "Attributes"))
|
|
2572
|
+
SegmentSort.struct_class = Types::SegmentSort
|
|
2573
|
+
|
|
2563
2574
|
ServiceNowSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
|
|
2564
2575
|
ServiceNowSourceProperties.struct_class = Types::ServiceNowSourceProperties
|
|
2565
2576
|
|
|
2577
|
+
SortAttribute.add_member(:name, Shapes::ShapeRef.new(shape: fieldName, required: true, location_name: "Name"))
|
|
2578
|
+
SortAttribute.add_member(:data_type, Shapes::ShapeRef.new(shape: SegmentSortDataType, location_name: "DataType"))
|
|
2579
|
+
SortAttribute.add_member(:order, Shapes::ShapeRef.new(shape: SegmentSortOrder, required: true, location_name: "Order"))
|
|
2580
|
+
SortAttribute.add_member(:type, Shapes::ShapeRef.new(shape: SortAttributeType, location_name: "Type"))
|
|
2581
|
+
SortAttribute.struct_class = Types::SortAttribute
|
|
2582
|
+
|
|
2583
|
+
SortAttributeList.member = Shapes::ShapeRef.new(shape: SortAttribute)
|
|
2584
|
+
|
|
2566
2585
|
SourceConnectorProperties.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoSourceProperties, location_name: "Marketo"))
|
|
2567
2586
|
SourceConnectorProperties.add_member(:s3, Shapes::ShapeRef.new(shape: S3SourceProperties, location_name: "S3"))
|
|
2568
2587
|
SourceConnectorProperties.add_member(:salesforce, Shapes::ShapeRef.new(shape: SalesforceSourceProperties, location_name: "Salesforce"))
|
|
@@ -1909,6 +1909,10 @@ module Aws::CustomerProfiles
|
|
|
1909
1909
|
# The segment SQL query.
|
|
1910
1910
|
# @return [String]
|
|
1911
1911
|
#
|
|
1912
|
+
# @!attribute [rw] segment_sort
|
|
1913
|
+
# The segment sort.
|
|
1914
|
+
# @return [Types::SegmentSort]
|
|
1915
|
+
#
|
|
1912
1916
|
# @!attribute [rw] tags
|
|
1913
1917
|
# The tags used to organize, track, or control access for this
|
|
1914
1918
|
# resource.
|
|
@@ -1923,8 +1927,9 @@ module Aws::CustomerProfiles
|
|
|
1923
1927
|
:description,
|
|
1924
1928
|
:segment_groups,
|
|
1925
1929
|
:segment_sql_query,
|
|
1930
|
+
:segment_sort,
|
|
1926
1931
|
:tags)
|
|
1927
|
-
SENSITIVE = [:description, :segment_groups, :segment_sql_query]
|
|
1932
|
+
SENSITIVE = [:description, :segment_groups, :segment_sql_query, :segment_sort]
|
|
1928
1933
|
include Aws::Structure
|
|
1929
1934
|
end
|
|
1930
1935
|
|
|
@@ -4815,6 +4820,10 @@ module Aws::CustomerProfiles
|
|
|
4815
4820
|
# The segment criteria associated with this definition.
|
|
4816
4821
|
# @return [Types::SegmentGroup]
|
|
4817
4822
|
#
|
|
4823
|
+
# @!attribute [rw] segment_sort
|
|
4824
|
+
# The segment sort.
|
|
4825
|
+
# @return [Types::SegmentSort]
|
|
4826
|
+
#
|
|
4818
4827
|
# @!attribute [rw] segment_definition_arn
|
|
4819
4828
|
# The arn of the segment definition.
|
|
4820
4829
|
# @return [String]
|
|
@@ -4847,12 +4856,13 @@ module Aws::CustomerProfiles
|
|
|
4847
4856
|
:display_name,
|
|
4848
4857
|
:description,
|
|
4849
4858
|
:segment_groups,
|
|
4859
|
+
:segment_sort,
|
|
4850
4860
|
:segment_definition_arn,
|
|
4851
4861
|
:created_at,
|
|
4852
4862
|
:tags,
|
|
4853
4863
|
:segment_sql_query,
|
|
4854
4864
|
:segment_type)
|
|
4855
|
-
SENSITIVE = [:description, :segment_groups, :segment_sql_query]
|
|
4865
|
+
SENSITIVE = [:description, :segment_groups, :segment_sort, :segment_sql_query]
|
|
4856
4866
|
include Aws::Structure
|
|
4857
4867
|
end
|
|
4858
4868
|
|
|
@@ -9246,6 +9256,21 @@ module Aws::CustomerProfiles
|
|
|
9246
9256
|
include Aws::Structure
|
|
9247
9257
|
end
|
|
9248
9258
|
|
|
9259
|
+
# Defines how segments should be sorted and ordered in the results.
|
|
9260
|
+
#
|
|
9261
|
+
# @!attribute [rw] attributes
|
|
9262
|
+
# A list of attributes used to sort the segments and their ordering
|
|
9263
|
+
# preferences.
|
|
9264
|
+
# @return [Array<Types::SortAttribute>]
|
|
9265
|
+
#
|
|
9266
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SegmentSort AWS API Documentation
|
|
9267
|
+
#
|
|
9268
|
+
class SegmentSort < Struct.new(
|
|
9269
|
+
:attributes)
|
|
9270
|
+
SENSITIVE = []
|
|
9271
|
+
include Aws::Structure
|
|
9272
|
+
end
|
|
9273
|
+
|
|
9249
9274
|
# The properties that are applied when ServiceNow is being used as a
|
|
9250
9275
|
# source.
|
|
9251
9276
|
#
|
|
@@ -9261,6 +9286,36 @@ module Aws::CustomerProfiles
|
|
|
9261
9286
|
include Aws::Structure
|
|
9262
9287
|
end
|
|
9263
9288
|
|
|
9289
|
+
# Defines the characteristics and rules for sorting by a specific
|
|
9290
|
+
# attribute.
|
|
9291
|
+
#
|
|
9292
|
+
# @!attribute [rw] name
|
|
9293
|
+
# The name of the attribute to sort by.
|
|
9294
|
+
# @return [String]
|
|
9295
|
+
#
|
|
9296
|
+
# @!attribute [rw] data_type
|
|
9297
|
+
# The data type of the sort attribute (e.g., string, number, date).
|
|
9298
|
+
# @return [String]
|
|
9299
|
+
#
|
|
9300
|
+
# @!attribute [rw] order
|
|
9301
|
+
# The sort order for the attribute (ascending or descending).
|
|
9302
|
+
# @return [String]
|
|
9303
|
+
#
|
|
9304
|
+
# @!attribute [rw] type
|
|
9305
|
+
# The type of attribute (e.g., profile, calculated).
|
|
9306
|
+
# @return [String]
|
|
9307
|
+
#
|
|
9308
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SortAttribute AWS API Documentation
|
|
9309
|
+
#
|
|
9310
|
+
class SortAttribute < Struct.new(
|
|
9311
|
+
:name,
|
|
9312
|
+
:data_type,
|
|
9313
|
+
:order,
|
|
9314
|
+
:type)
|
|
9315
|
+
SENSITIVE = []
|
|
9316
|
+
include Aws::Structure
|
|
9317
|
+
end
|
|
9318
|
+
|
|
9264
9319
|
# Specifies the information that is required to query a particular
|
|
9265
9320
|
# Amazon AppFlow connector. Customer Profiles supports Salesforce,
|
|
9266
9321
|
# Zendesk, Marketo, ServiceNow and Amazon S3.
|
data/sig/client.rbs
CHANGED
|
@@ -813,6 +813,16 @@ module Aws
|
|
|
813
813
|
include: ("ALL" | "ANY" | "NONE")?
|
|
814
814
|
},
|
|
815
815
|
?segment_sql_query: ::String,
|
|
816
|
+
?segment_sort: {
|
|
817
|
+
attributes: Array[
|
|
818
|
+
{
|
|
819
|
+
name: ::String,
|
|
820
|
+
data_type: ("STRING" | "NUMBER" | "DATE")?,
|
|
821
|
+
order: ("ASC" | "DESC"),
|
|
822
|
+
type: ("PROFILE" | "CALCULATED")?
|
|
823
|
+
},
|
|
824
|
+
]
|
|
825
|
+
},
|
|
816
826
|
?tags: Hash[::String, ::String]
|
|
817
827
|
) -> _CreateSegmentDefinitionResponseSuccess
|
|
818
828
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSegmentDefinitionResponseSuccess
|
|
@@ -1607,6 +1617,7 @@ module Aws
|
|
|
1607
1617
|
def display_name: () -> ::String
|
|
1608
1618
|
def description: () -> ::String
|
|
1609
1619
|
def segment_groups: () -> Types::SegmentGroup
|
|
1620
|
+
def segment_sort: () -> Types::SegmentSort
|
|
1610
1621
|
def segment_definition_arn: () -> ::String
|
|
1611
1622
|
def created_at: () -> ::Time
|
|
1612
1623
|
def tags: () -> ::Hash[::String, ::String]
|
data/sig/types.rbs
CHANGED
|
@@ -464,8 +464,9 @@ module Aws::CustomerProfiles
|
|
|
464
464
|
attr_accessor description: ::String
|
|
465
465
|
attr_accessor segment_groups: Types::SegmentGroup
|
|
466
466
|
attr_accessor segment_sql_query: ::String
|
|
467
|
+
attr_accessor segment_sort: Types::SegmentSort
|
|
467
468
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
468
|
-
SENSITIVE: [:description, :segment_groups, :segment_sql_query]
|
|
469
|
+
SENSITIVE: [:description, :segment_groups, :segment_sql_query, :segment_sort]
|
|
469
470
|
end
|
|
470
471
|
|
|
471
472
|
class CreateSegmentDefinitionResponse
|
|
@@ -1271,12 +1272,13 @@ module Aws::CustomerProfiles
|
|
|
1271
1272
|
attr_accessor display_name: ::String
|
|
1272
1273
|
attr_accessor description: ::String
|
|
1273
1274
|
attr_accessor segment_groups: Types::SegmentGroup
|
|
1275
|
+
attr_accessor segment_sort: Types::SegmentSort
|
|
1274
1276
|
attr_accessor segment_definition_arn: ::String
|
|
1275
1277
|
attr_accessor created_at: ::Time
|
|
1276
1278
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
1277
1279
|
attr_accessor segment_sql_query: ::String
|
|
1278
1280
|
attr_accessor segment_type: ("CLASSIC" | "ENHANCED")
|
|
1279
|
-
SENSITIVE: [:description, :segment_groups, :segment_sql_query]
|
|
1281
|
+
SENSITIVE: [:description, :segment_groups, :segment_sort, :segment_sql_query]
|
|
1280
1282
|
end
|
|
1281
1283
|
|
|
1282
1284
|
class GetSegmentEstimateRequest
|
|
@@ -2388,11 +2390,24 @@ module Aws::CustomerProfiles
|
|
|
2388
2390
|
SENSITIVE: []
|
|
2389
2391
|
end
|
|
2390
2392
|
|
|
2393
|
+
class SegmentSort
|
|
2394
|
+
attr_accessor attributes: ::Array[Types::SortAttribute]
|
|
2395
|
+
SENSITIVE: []
|
|
2396
|
+
end
|
|
2397
|
+
|
|
2391
2398
|
class ServiceNowSourceProperties
|
|
2392
2399
|
attr_accessor object: ::String
|
|
2393
2400
|
SENSITIVE: []
|
|
2394
2401
|
end
|
|
2395
2402
|
|
|
2403
|
+
class SortAttribute
|
|
2404
|
+
attr_accessor name: ::String
|
|
2405
|
+
attr_accessor data_type: ("STRING" | "NUMBER" | "DATE")
|
|
2406
|
+
attr_accessor order: ("ASC" | "DESC")
|
|
2407
|
+
attr_accessor type: ("PROFILE" | "CALCULATED")
|
|
2408
|
+
SENSITIVE: []
|
|
2409
|
+
end
|
|
2410
|
+
|
|
2396
2411
|
class SourceConnectorProperties
|
|
2397
2412
|
attr_accessor marketo: Types::MarketoSourceProperties
|
|
2398
2413
|
attr_accessor s3: Types::S3SourceProperties
|