aws-sdk-customerprofiles 1.56.0 → 1.57.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 +1323 -6
- data/lib/aws-sdk-customerprofiles/client_api.rb +623 -0
- data/lib/aws-sdk-customerprofiles/types.rb +1375 -16
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- data/sig/client.rbs +621 -1
- data/sig/types.rbs +394 -1
- metadata +2 -2
@@ -19,26 +19,47 @@ module Aws::CustomerProfiles
|
|
19
19
|
AddProfileKeyResponse = Shapes::StructureShape.new(name: 'AddProfileKeyResponse')
|
20
20
|
AdditionalSearchKey = Shapes::StructureShape.new(name: 'AdditionalSearchKey')
|
21
21
|
Address = Shapes::StructureShape.new(name: 'Address')
|
22
|
+
AddressDimension = Shapes::StructureShape.new(name: 'AddressDimension')
|
22
23
|
AddressList = Shapes::ListShape.new(name: 'AddressList')
|
23
24
|
AppflowIntegration = Shapes::StructureShape.new(name: 'AppflowIntegration')
|
24
25
|
AppflowIntegrationWorkflowAttributes = Shapes::StructureShape.new(name: 'AppflowIntegrationWorkflowAttributes')
|
25
26
|
AppflowIntegrationWorkflowMetrics = Shapes::StructureShape.new(name: 'AppflowIntegrationWorkflowMetrics')
|
26
27
|
AppflowIntegrationWorkflowStep = Shapes::StructureShape.new(name: 'AppflowIntegrationWorkflowStep')
|
27
28
|
AttributeDetails = Shapes::StructureShape.new(name: 'AttributeDetails')
|
29
|
+
AttributeDimension = Shapes::StructureShape.new(name: 'AttributeDimension')
|
30
|
+
AttributeDimensionType = Shapes::StringShape.new(name: 'AttributeDimensionType')
|
28
31
|
AttributeItem = Shapes::StructureShape.new(name: 'AttributeItem')
|
29
32
|
AttributeList = Shapes::ListShape.new(name: 'AttributeList')
|
33
|
+
AttributeMap = Shapes::MapShape.new(name: 'AttributeMap')
|
30
34
|
AttributeMatchingModel = Shapes::StringShape.new(name: 'AttributeMatchingModel')
|
31
35
|
AttributeSourceIdMap = Shapes::MapShape.new(name: 'AttributeSourceIdMap')
|
32
36
|
AttributeTypesSelector = Shapes::StructureShape.new(name: 'AttributeTypesSelector')
|
37
|
+
AttributeValueItem = Shapes::StructureShape.new(name: 'AttributeValueItem')
|
38
|
+
AttributeValueItemList = Shapes::ListShape.new(name: 'AttributeValueItemList')
|
33
39
|
Attributes = Shapes::MapShape.new(name: 'Attributes')
|
34
40
|
AutoMerging = Shapes::StructureShape.new(name: 'AutoMerging')
|
35
41
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
36
42
|
Batch = Shapes::StructureShape.new(name: 'Batch')
|
43
|
+
BatchGetCalculatedAttributeForProfileError = Shapes::StructureShape.new(name: 'BatchGetCalculatedAttributeForProfileError')
|
44
|
+
BatchGetCalculatedAttributeForProfileErrorList = Shapes::ListShape.new(name: 'BatchGetCalculatedAttributeForProfileErrorList')
|
45
|
+
BatchGetCalculatedAttributeForProfileIdList = Shapes::ListShape.new(name: 'BatchGetCalculatedAttributeForProfileIdList')
|
46
|
+
BatchGetCalculatedAttributeForProfileRequest = Shapes::StructureShape.new(name: 'BatchGetCalculatedAttributeForProfileRequest')
|
47
|
+
BatchGetCalculatedAttributeForProfileResponse = Shapes::StructureShape.new(name: 'BatchGetCalculatedAttributeForProfileResponse')
|
48
|
+
BatchGetProfileError = Shapes::StructureShape.new(name: 'BatchGetProfileError')
|
49
|
+
BatchGetProfileErrorList = Shapes::ListShape.new(name: 'BatchGetProfileErrorList')
|
50
|
+
BatchGetProfileIdList = Shapes::ListShape.new(name: 'BatchGetProfileIdList')
|
51
|
+
BatchGetProfileRequest = Shapes::StructureShape.new(name: 'BatchGetProfileRequest')
|
52
|
+
BatchGetProfileResponse = Shapes::StructureShape.new(name: 'BatchGetProfileResponse')
|
37
53
|
Batches = Shapes::ListShape.new(name: 'Batches')
|
38
54
|
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
39
55
|
BucketPrefix = Shapes::StringShape.new(name: 'BucketPrefix')
|
40
56
|
CalculatedAttributeDefinitionsList = Shapes::ListShape.new(name: 'CalculatedAttributeDefinitionsList')
|
57
|
+
CalculatedAttributeDimension = Shapes::StructureShape.new(name: 'CalculatedAttributeDimension')
|
58
|
+
CalculatedAttributeValue = Shapes::StructureShape.new(name: 'CalculatedAttributeValue')
|
59
|
+
CalculatedAttributeValueList = Shapes::ListShape.new(name: 'CalculatedAttributeValueList')
|
41
60
|
CalculatedAttributesForProfileList = Shapes::ListShape.new(name: 'CalculatedAttributesForProfileList')
|
61
|
+
CalculatedCustomAttributes = Shapes::MapShape.new(name: 'CalculatedCustomAttributes')
|
62
|
+
ConditionOverrides = Shapes::StructureShape.new(name: 'ConditionOverrides')
|
42
63
|
Conditions = Shapes::StructureShape.new(name: 'Conditions')
|
43
64
|
ConflictResolution = Shapes::StructureShape.new(name: 'ConflictResolution')
|
44
65
|
ConflictResolvingModel = Shapes::StringShape.new(name: 'ConflictResolvingModel')
|
@@ -55,8 +76,19 @@ module Aws::CustomerProfiles
|
|
55
76
|
CreateIntegrationWorkflowResponse = Shapes::StructureShape.new(name: 'CreateIntegrationWorkflowResponse')
|
56
77
|
CreateProfileRequest = Shapes::StructureShape.new(name: 'CreateProfileRequest')
|
57
78
|
CreateProfileResponse = Shapes::StructureShape.new(name: 'CreateProfileResponse')
|
79
|
+
CreateSegmentDefinitionRequest = Shapes::StructureShape.new(name: 'CreateSegmentDefinitionRequest')
|
80
|
+
CreateSegmentDefinitionResponse = Shapes::StructureShape.new(name: 'CreateSegmentDefinitionResponse')
|
81
|
+
CreateSegmentEstimateRequest = Shapes::StructureShape.new(name: 'CreateSegmentEstimateRequest')
|
82
|
+
CreateSegmentEstimateResponse = Shapes::StructureShape.new(name: 'CreateSegmentEstimateResponse')
|
83
|
+
CreateSegmentSnapshotRequest = Shapes::StructureShape.new(name: 'CreateSegmentSnapshotRequest')
|
84
|
+
CreateSegmentSnapshotResponse = Shapes::StructureShape.new(name: 'CreateSegmentSnapshotResponse')
|
85
|
+
CustomAttributes = Shapes::MapShape.new(name: 'CustomAttributes')
|
86
|
+
DataFormat = Shapes::StringShape.new(name: 'DataFormat')
|
58
87
|
DataPullMode = Shapes::StringShape.new(name: 'DataPullMode')
|
59
88
|
Date = Shapes::TimestampShape.new(name: 'Date')
|
89
|
+
DateDimension = Shapes::StructureShape.new(name: 'DateDimension')
|
90
|
+
DateDimensionType = Shapes::StringShape.new(name: 'DateDimensionType')
|
91
|
+
DateValues = Shapes::ListShape.new(name: 'DateValues')
|
60
92
|
DatetimeTypeFieldName = Shapes::StringShape.new(name: 'DatetimeTypeFieldName')
|
61
93
|
DeleteCalculatedAttributeDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteCalculatedAttributeDefinitionRequest')
|
62
94
|
DeleteCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteCalculatedAttributeDefinitionResponse')
|
@@ -74,6 +106,8 @@ module Aws::CustomerProfiles
|
|
74
106
|
DeleteProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'DeleteProfileObjectTypeResponse')
|
75
107
|
DeleteProfileRequest = Shapes::StructureShape.new(name: 'DeleteProfileRequest')
|
76
108
|
DeleteProfileResponse = Shapes::StructureShape.new(name: 'DeleteProfileResponse')
|
109
|
+
DeleteSegmentDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteSegmentDefinitionRequest')
|
110
|
+
DeleteSegmentDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteSegmentDefinitionResponse')
|
77
111
|
DeleteWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowRequest')
|
78
112
|
DeleteWorkflowResponse = Shapes::StructureShape.new(name: 'DeleteWorkflowResponse')
|
79
113
|
DestinationField = Shapes::StringShape.new(name: 'DestinationField')
|
@@ -82,11 +116,15 @@ module Aws::CustomerProfiles
|
|
82
116
|
DetectProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'DetectProfileObjectTypeResponse')
|
83
117
|
DetectedProfileObjectType = Shapes::StructureShape.new(name: 'DetectedProfileObjectType')
|
84
118
|
DetectedProfileObjectTypes = Shapes::ListShape.new(name: 'DetectedProfileObjectTypes')
|
119
|
+
Dimension = Shapes::UnionShape.new(name: 'Dimension')
|
120
|
+
DimensionList = Shapes::ListShape.new(name: 'DimensionList')
|
85
121
|
DomainList = Shapes::ListShape.new(name: 'DomainList')
|
86
122
|
DomainStats = Shapes::StructureShape.new(name: 'DomainStats')
|
87
123
|
Double = Shapes::FloatShape.new(name: 'Double')
|
88
124
|
Double0To1 = Shapes::FloatShape.new(name: 'Double0To1')
|
89
125
|
EmailList = Shapes::ListShape.new(name: 'EmailList')
|
126
|
+
End = Shapes::IntegerShape.new(name: 'End')
|
127
|
+
EstimateStatus = Shapes::StringShape.new(name: 'EstimateStatus')
|
90
128
|
EventStreamDestinationDetails = Shapes::StructureShape.new(name: 'EventStreamDestinationDetails')
|
91
129
|
EventStreamDestinationStatus = Shapes::StringShape.new(name: 'EventStreamDestinationStatus')
|
92
130
|
EventStreamState = Shapes::StringShape.new(name: 'EventStreamState')
|
@@ -94,10 +132,19 @@ module Aws::CustomerProfiles
|
|
94
132
|
EventStreamSummaryList = Shapes::ListShape.new(name: 'EventStreamSummaryList')
|
95
133
|
ExportingConfig = Shapes::StructureShape.new(name: 'ExportingConfig')
|
96
134
|
ExportingLocation = Shapes::StructureShape.new(name: 'ExportingLocation')
|
135
|
+
ExtraLengthValueProfileDimension = Shapes::StructureShape.new(name: 'ExtraLengthValueProfileDimension')
|
136
|
+
ExtraLengthValues = Shapes::ListShape.new(name: 'ExtraLengthValues')
|
137
|
+
Failures = Shapes::ListShape.new(name: 'Failures')
|
97
138
|
FieldContentType = Shapes::StringShape.new(name: 'FieldContentType')
|
98
139
|
FieldMap = Shapes::MapShape.new(name: 'FieldMap')
|
99
140
|
FieldNameList = Shapes::ListShape.new(name: 'FieldNameList')
|
100
141
|
FieldSourceProfileIds = Shapes::StructureShape.new(name: 'FieldSourceProfileIds')
|
142
|
+
Filter = Shapes::StructureShape.new(name: 'Filter')
|
143
|
+
FilterAttributeDimension = Shapes::StructureShape.new(name: 'FilterAttributeDimension')
|
144
|
+
FilterDimension = Shapes::StructureShape.new(name: 'FilterDimension')
|
145
|
+
FilterDimensionList = Shapes::ListShape.new(name: 'FilterDimensionList')
|
146
|
+
FilterDimensionType = Shapes::StringShape.new(name: 'FilterDimensionType')
|
147
|
+
FilterGroup = Shapes::StructureShape.new(name: 'FilterGroup')
|
101
148
|
FlowDefinition = Shapes::StructureShape.new(name: 'FlowDefinition')
|
102
149
|
FlowDescription = Shapes::StringShape.new(name: 'FlowDescription')
|
103
150
|
FlowName = Shapes::StringShape.new(name: 'FlowName')
|
@@ -123,15 +170,29 @@ module Aws::CustomerProfiles
|
|
123
170
|
GetProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeResponse')
|
124
171
|
GetProfileObjectTypeTemplateRequest = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateRequest')
|
125
172
|
GetProfileObjectTypeTemplateResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateResponse')
|
173
|
+
GetSegmentDefinitionRequest = Shapes::StructureShape.new(name: 'GetSegmentDefinitionRequest')
|
174
|
+
GetSegmentDefinitionResponse = Shapes::StructureShape.new(name: 'GetSegmentDefinitionResponse')
|
175
|
+
GetSegmentEstimateRequest = Shapes::StructureShape.new(name: 'GetSegmentEstimateRequest')
|
176
|
+
GetSegmentEstimateResponse = Shapes::StructureShape.new(name: 'GetSegmentEstimateResponse')
|
177
|
+
GetSegmentMembershipMessage = Shapes::StringShape.new(name: 'GetSegmentMembershipMessage')
|
178
|
+
GetSegmentMembershipRequest = Shapes::StructureShape.new(name: 'GetSegmentMembershipRequest')
|
179
|
+
GetSegmentMembershipResponse = Shapes::StructureShape.new(name: 'GetSegmentMembershipResponse')
|
180
|
+
GetSegmentMembershipStatus = Shapes::IntegerShape.new(name: 'GetSegmentMembershipStatus')
|
181
|
+
GetSegmentSnapshotRequest = Shapes::StructureShape.new(name: 'GetSegmentSnapshotRequest')
|
182
|
+
GetSegmentSnapshotResponse = Shapes::StructureShape.new(name: 'GetSegmentSnapshotResponse')
|
126
183
|
GetSimilarProfilesRequest = Shapes::StructureShape.new(name: 'GetSimilarProfilesRequest')
|
127
184
|
GetSimilarProfilesResponse = Shapes::StructureShape.new(name: 'GetSimilarProfilesResponse')
|
128
185
|
GetWorkflowRequest = Shapes::StructureShape.new(name: 'GetWorkflowRequest')
|
129
186
|
GetWorkflowResponse = Shapes::StructureShape.new(name: 'GetWorkflowResponse')
|
130
187
|
GetWorkflowStepsRequest = Shapes::StructureShape.new(name: 'GetWorkflowStepsRequest')
|
131
188
|
GetWorkflowStepsResponse = Shapes::StructureShape.new(name: 'GetWorkflowStepsResponse')
|
189
|
+
Group = Shapes::StructureShape.new(name: 'Group')
|
190
|
+
GroupList = Shapes::ListShape.new(name: 'GroupList')
|
132
191
|
IdentityResolutionJob = Shapes::StructureShape.new(name: 'IdentityResolutionJob')
|
133
192
|
IdentityResolutionJobStatus = Shapes::StringShape.new(name: 'IdentityResolutionJobStatus')
|
134
193
|
IdentityResolutionJobsList = Shapes::ListShape.new(name: 'IdentityResolutionJobsList')
|
194
|
+
Include = Shapes::StringShape.new(name: 'Include')
|
195
|
+
IncludeOptions = Shapes::StringShape.new(name: 'IncludeOptions')
|
135
196
|
IncrementalPullConfig = Shapes::StructureShape.new(name: 'IncrementalPullConfig')
|
136
197
|
IntegrationConfig = Shapes::StructureShape.new(name: 'IntegrationConfig')
|
137
198
|
IntegrationList = Shapes::ListShape.new(name: 'IntegrationList')
|
@@ -160,6 +221,10 @@ module Aws::CustomerProfiles
|
|
160
221
|
ListIntegrationItem = Shapes::StructureShape.new(name: 'ListIntegrationItem')
|
161
222
|
ListIntegrationsRequest = Shapes::StructureShape.new(name: 'ListIntegrationsRequest')
|
162
223
|
ListIntegrationsResponse = Shapes::StructureShape.new(name: 'ListIntegrationsResponse')
|
224
|
+
ListObjectTypeAttributeItem = Shapes::StructureShape.new(name: 'ListObjectTypeAttributeItem')
|
225
|
+
ListObjectTypeAttributesList = Shapes::ListShape.new(name: 'ListObjectTypeAttributesList')
|
226
|
+
ListObjectTypeAttributesRequest = Shapes::StructureShape.new(name: 'ListObjectTypeAttributesRequest')
|
227
|
+
ListObjectTypeAttributesResponse = Shapes::StructureShape.new(name: 'ListObjectTypeAttributesResponse')
|
163
228
|
ListProfileObjectTypeItem = Shapes::StructureShape.new(name: 'ListProfileObjectTypeItem')
|
164
229
|
ListProfileObjectTypeTemplateItem = Shapes::StructureShape.new(name: 'ListProfileObjectTypeTemplateItem')
|
165
230
|
ListProfileObjectTypeTemplatesRequest = Shapes::StructureShape.new(name: 'ListProfileObjectTypeTemplatesRequest')
|
@@ -171,6 +236,8 @@ module Aws::CustomerProfiles
|
|
171
236
|
ListProfileObjectsResponse = Shapes::StructureShape.new(name: 'ListProfileObjectsResponse')
|
172
237
|
ListRuleBasedMatchesRequest = Shapes::StructureShape.new(name: 'ListRuleBasedMatchesRequest')
|
173
238
|
ListRuleBasedMatchesResponse = Shapes::StructureShape.new(name: 'ListRuleBasedMatchesResponse')
|
239
|
+
ListSegmentDefinitionsRequest = Shapes::StructureShape.new(name: 'ListSegmentDefinitionsRequest')
|
240
|
+
ListSegmentDefinitionsResponse = Shapes::StructureShape.new(name: 'ListSegmentDefinitionsResponse')
|
174
241
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
175
242
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
176
243
|
ListWorkflowsItem = Shapes::StructureShape.new(name: 'ListWorkflowsItem')
|
@@ -191,6 +258,7 @@ module Aws::CustomerProfiles
|
|
191
258
|
MatchingRules = Shapes::ListShape.new(name: 'MatchingRules')
|
192
259
|
MaxAllowedRuleLevelForMatching = Shapes::IntegerShape.new(name: 'MaxAllowedRuleLevelForMatching')
|
193
260
|
MaxAllowedRuleLevelForMerging = Shapes::IntegerShape.new(name: 'MaxAllowedRuleLevelForMerging')
|
261
|
+
MaxSize500 = Shapes::IntegerShape.new(name: 'MaxSize500')
|
194
262
|
MergeProfilesRequest = Shapes::StructureShape.new(name: 'MergeProfilesRequest')
|
195
263
|
MergeProfilesResponse = Shapes::StructureShape.new(name: 'MergeProfilesResponse')
|
196
264
|
Object = Shapes::StringShape.new(name: 'Object')
|
@@ -206,12 +274,21 @@ module Aws::CustomerProfiles
|
|
206
274
|
PartyType = Shapes::StringShape.new(name: 'PartyType')
|
207
275
|
PhoneNumberList = Shapes::ListShape.new(name: 'PhoneNumberList')
|
208
276
|
Profile = Shapes::StructureShape.new(name: 'Profile')
|
277
|
+
ProfileAttributeValuesRequest = Shapes::StructureShape.new(name: 'ProfileAttributeValuesRequest')
|
278
|
+
ProfileAttributeValuesResponse = Shapes::StructureShape.new(name: 'ProfileAttributeValuesResponse')
|
279
|
+
ProfileAttributes = Shapes::StructureShape.new(name: 'ProfileAttributes')
|
280
|
+
ProfileDimension = Shapes::StructureShape.new(name: 'ProfileDimension')
|
281
|
+
ProfileId = Shapes::StringShape.new(name: 'ProfileId')
|
209
282
|
ProfileIdList = Shapes::ListShape.new(name: 'ProfileIdList')
|
210
283
|
ProfileIdToBeMergedList = Shapes::ListShape.new(name: 'ProfileIdToBeMergedList')
|
284
|
+
ProfileIds = Shapes::ListShape.new(name: 'ProfileIds')
|
211
285
|
ProfileList = Shapes::ListShape.new(name: 'ProfileList')
|
212
286
|
ProfileObjectList = Shapes::ListShape.new(name: 'ProfileObjectList')
|
213
287
|
ProfileObjectTypeList = Shapes::ListShape.new(name: 'ProfileObjectTypeList')
|
214
288
|
ProfileObjectTypeTemplateList = Shapes::ListShape.new(name: 'ProfileObjectTypeTemplateList')
|
289
|
+
ProfileQueryFailures = Shapes::StructureShape.new(name: 'ProfileQueryFailures')
|
290
|
+
ProfileQueryResult = Shapes::StructureShape.new(name: 'ProfileQueryResult')
|
291
|
+
Profiles = Shapes::ListShape.new(name: 'Profiles')
|
215
292
|
Property = Shapes::StringShape.new(name: 'Property')
|
216
293
|
PutIntegrationRequest = Shapes::StructureShape.new(name: 'PutIntegrationRequest')
|
217
294
|
PutIntegrationResponse = Shapes::StructureShape.new(name: 'PutIntegrationResponse')
|
@@ -219,7 +296,10 @@ module Aws::CustomerProfiles
|
|
219
296
|
PutProfileObjectResponse = Shapes::StructureShape.new(name: 'PutProfileObjectResponse')
|
220
297
|
PutProfileObjectTypeRequest = Shapes::StructureShape.new(name: 'PutProfileObjectTypeRequest')
|
221
298
|
PutProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'PutProfileObjectTypeResponse')
|
299
|
+
QueryResult = Shapes::StringShape.new(name: 'QueryResult')
|
222
300
|
Range = Shapes::StructureShape.new(name: 'Range')
|
301
|
+
RangeOverride = Shapes::StructureShape.new(name: 'RangeOverride')
|
302
|
+
RangeUnit = Shapes::StringShape.new(name: 'RangeUnit')
|
223
303
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
224
304
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
225
305
|
RuleBasedMatchingRequest = Shapes::StructureShape.new(name: 'RuleBasedMatchingRequest')
|
@@ -237,16 +317,29 @@ module Aws::CustomerProfiles
|
|
237
317
|
ScheduledTriggerProperties = Shapes::StructureShape.new(name: 'ScheduledTriggerProperties')
|
238
318
|
SearchProfilesRequest = Shapes::StructureShape.new(name: 'SearchProfilesRequest')
|
239
319
|
SearchProfilesResponse = Shapes::StructureShape.new(name: 'SearchProfilesResponse')
|
320
|
+
SegmentDefinitionArn = Shapes::StringShape.new(name: 'SegmentDefinitionArn')
|
321
|
+
SegmentDefinitionItem = Shapes::StructureShape.new(name: 'SegmentDefinitionItem')
|
322
|
+
SegmentDefinitionsList = Shapes::ListShape.new(name: 'SegmentDefinitionsList')
|
323
|
+
SegmentGroup = Shapes::StructureShape.new(name: 'SegmentGroup')
|
324
|
+
SegmentGroupList = Shapes::ListShape.new(name: 'SegmentGroupList')
|
325
|
+
SegmentGroupStructure = Shapes::StructureShape.new(name: 'SegmentGroupStructure')
|
326
|
+
SegmentSnapshotStatus = Shapes::StringShape.new(name: 'SegmentSnapshotStatus')
|
240
327
|
ServiceNowConnectorOperator = Shapes::StringShape.new(name: 'ServiceNowConnectorOperator')
|
241
328
|
ServiceNowSourceProperties = Shapes::StructureShape.new(name: 'ServiceNowSourceProperties')
|
242
329
|
SourceConnectorProperties = Shapes::StructureShape.new(name: 'SourceConnectorProperties')
|
243
330
|
SourceConnectorType = Shapes::StringShape.new(name: 'SourceConnectorType')
|
244
331
|
SourceFields = Shapes::ListShape.new(name: 'SourceFields')
|
245
332
|
SourceFlowConfig = Shapes::StructureShape.new(name: 'SourceFlowConfig')
|
333
|
+
SourceSegment = Shapes::StructureShape.new(name: 'SourceSegment')
|
334
|
+
SourceSegmentList = Shapes::ListShape.new(name: 'SourceSegmentList')
|
246
335
|
StandardIdentifier = Shapes::StringShape.new(name: 'StandardIdentifier')
|
247
336
|
StandardIdentifierList = Shapes::ListShape.new(name: 'StandardIdentifierList')
|
337
|
+
Start = Shapes::IntegerShape.new(name: 'Start')
|
248
338
|
Statistic = Shapes::StringShape.new(name: 'Statistic')
|
249
339
|
Status = Shapes::StringShape.new(name: 'Status')
|
340
|
+
StatusCode = Shapes::IntegerShape.new(name: 'StatusCode')
|
341
|
+
String = Shapes::StringShape.new(name: 'String')
|
342
|
+
StringDimensionType = Shapes::StringShape.new(name: 'StringDimensionType')
|
250
343
|
TagArn = Shapes::StringShape.new(name: 'TagArn')
|
251
344
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
252
345
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
@@ -264,6 +357,7 @@ module Aws::CustomerProfiles
|
|
264
357
|
TriggerConfig = Shapes::StructureShape.new(name: 'TriggerConfig')
|
265
358
|
TriggerProperties = Shapes::StructureShape.new(name: 'TriggerProperties')
|
266
359
|
TriggerType = Shapes::StringShape.new(name: 'TriggerType')
|
360
|
+
Type = Shapes::StringShape.new(name: 'Type')
|
267
361
|
Unit = Shapes::StringShape.new(name: 'Unit')
|
268
362
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
269
363
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
@@ -276,6 +370,8 @@ module Aws::CustomerProfiles
|
|
276
370
|
UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
|
277
371
|
UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
|
278
372
|
Value = Shapes::IntegerShape.new(name: 'Value')
|
373
|
+
ValueList = Shapes::ListShape.new(name: 'ValueList')
|
374
|
+
Values = Shapes::ListShape.new(name: 'Values')
|
279
375
|
WorkflowAttributes = Shapes::StructureShape.new(name: 'WorkflowAttributes')
|
280
376
|
WorkflowList = Shapes::ListShape.new(name: 'WorkflowList')
|
281
377
|
WorkflowMetrics = Shapes::StructureShape.new(name: 'WorkflowMetrics')
|
@@ -350,6 +446,14 @@ module Aws::CustomerProfiles
|
|
350
446
|
Address.add_member(:postal_code, Shapes::ShapeRef.new(shape: string1To255, location_name: "PostalCode"))
|
351
447
|
Address.struct_class = Types::Address
|
352
448
|
|
449
|
+
AddressDimension.add_member(:city, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "City"))
|
450
|
+
AddressDimension.add_member(:country, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "Country"))
|
451
|
+
AddressDimension.add_member(:county, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "County"))
|
452
|
+
AddressDimension.add_member(:postal_code, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "PostalCode"))
|
453
|
+
AddressDimension.add_member(:province, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "Province"))
|
454
|
+
AddressDimension.add_member(:state, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "State"))
|
455
|
+
AddressDimension.struct_class = Types::AddressDimension
|
456
|
+
|
353
457
|
AddressList.member = Shapes::ShapeRef.new(shape: string1To255)
|
354
458
|
|
355
459
|
AppflowIntegration.add_member(:flow_definition, Shapes::ShapeRef.new(shape: FlowDefinition, required: true, location_name: "FlowDefinition"))
|
@@ -380,11 +484,18 @@ module Aws::CustomerProfiles
|
|
380
484
|
AttributeDetails.add_member(:expression, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Expression"))
|
381
485
|
AttributeDetails.struct_class = Types::AttributeDetails
|
382
486
|
|
487
|
+
AttributeDimension.add_member(:dimension_type, Shapes::ShapeRef.new(shape: AttributeDimensionType, required: true, location_name: "DimensionType"))
|
488
|
+
AttributeDimension.add_member(:values, Shapes::ShapeRef.new(shape: Values, required: true, location_name: "Values"))
|
489
|
+
AttributeDimension.struct_class = Types::AttributeDimension
|
490
|
+
|
383
491
|
AttributeItem.add_member(:name, Shapes::ShapeRef.new(shape: attributeName, required: true, location_name: "Name"))
|
384
492
|
AttributeItem.struct_class = Types::AttributeItem
|
385
493
|
|
386
494
|
AttributeList.member = Shapes::ShapeRef.new(shape: AttributeItem)
|
387
495
|
|
496
|
+
AttributeMap.key = Shapes::ShapeRef.new(shape: attributeName)
|
497
|
+
AttributeMap.value = Shapes::ShapeRef.new(shape: FilterAttributeDimension)
|
498
|
+
|
388
499
|
AttributeSourceIdMap.key = Shapes::ShapeRef.new(shape: string1To255)
|
389
500
|
AttributeSourceIdMap.value = Shapes::ShapeRef.new(shape: uuid)
|
390
501
|
|
@@ -394,6 +505,11 @@ module Aws::CustomerProfiles
|
|
394
505
|
AttributeTypesSelector.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailList, location_name: "EmailAddress"))
|
395
506
|
AttributeTypesSelector.struct_class = Types::AttributeTypesSelector
|
396
507
|
|
508
|
+
AttributeValueItem.add_member(:value, Shapes::ShapeRef.new(shape: string1To255, location_name: "Value"))
|
509
|
+
AttributeValueItem.struct_class = Types::AttributeValueItem
|
510
|
+
|
511
|
+
AttributeValueItemList.member = Shapes::ShapeRef.new(shape: AttributeValueItem)
|
512
|
+
|
397
513
|
Attributes.key = Shapes::ShapeRef.new(shape: string1To255)
|
398
514
|
Attributes.value = Shapes::ShapeRef.new(shape: string1To255)
|
399
515
|
|
@@ -410,12 +526,69 @@ module Aws::CustomerProfiles
|
|
410
526
|
Batch.add_member(:end_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "EndTime"))
|
411
527
|
Batch.struct_class = Types::Batch
|
412
528
|
|
529
|
+
BatchGetCalculatedAttributeForProfileError.add_member(:code, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Code"))
|
530
|
+
BatchGetCalculatedAttributeForProfileError.add_member(:message, Shapes::ShapeRef.new(shape: string1To1000, required: true, location_name: "Message"))
|
531
|
+
BatchGetCalculatedAttributeForProfileError.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
|
532
|
+
BatchGetCalculatedAttributeForProfileError.struct_class = Types::BatchGetCalculatedAttributeForProfileError
|
533
|
+
|
534
|
+
BatchGetCalculatedAttributeForProfileErrorList.member = Shapes::ShapeRef.new(shape: BatchGetCalculatedAttributeForProfileError)
|
535
|
+
|
536
|
+
BatchGetCalculatedAttributeForProfileIdList.member = Shapes::ShapeRef.new(shape: uuid)
|
537
|
+
|
538
|
+
BatchGetCalculatedAttributeForProfileRequest.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "CalculatedAttributeName"))
|
539
|
+
BatchGetCalculatedAttributeForProfileRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
540
|
+
BatchGetCalculatedAttributeForProfileRequest.add_member(:profile_ids, Shapes::ShapeRef.new(shape: BatchGetCalculatedAttributeForProfileIdList, required: true, location_name: "ProfileIds"))
|
541
|
+
BatchGetCalculatedAttributeForProfileRequest.add_member(:condition_overrides, Shapes::ShapeRef.new(shape: ConditionOverrides, location_name: "ConditionOverrides"))
|
542
|
+
BatchGetCalculatedAttributeForProfileRequest.struct_class = Types::BatchGetCalculatedAttributeForProfileRequest
|
543
|
+
|
544
|
+
BatchGetCalculatedAttributeForProfileResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchGetCalculatedAttributeForProfileErrorList, location_name: "Errors"))
|
545
|
+
BatchGetCalculatedAttributeForProfileResponse.add_member(:calculated_attribute_values, Shapes::ShapeRef.new(shape: CalculatedAttributeValueList, location_name: "CalculatedAttributeValues"))
|
546
|
+
BatchGetCalculatedAttributeForProfileResponse.add_member(:condition_overrides, Shapes::ShapeRef.new(shape: ConditionOverrides, location_name: "ConditionOverrides"))
|
547
|
+
BatchGetCalculatedAttributeForProfileResponse.struct_class = Types::BatchGetCalculatedAttributeForProfileResponse
|
548
|
+
|
549
|
+
BatchGetProfileError.add_member(:code, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Code"))
|
550
|
+
BatchGetProfileError.add_member(:message, Shapes::ShapeRef.new(shape: string1To1000, required: true, location_name: "Message"))
|
551
|
+
BatchGetProfileError.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
|
552
|
+
BatchGetProfileError.struct_class = Types::BatchGetProfileError
|
553
|
+
|
554
|
+
BatchGetProfileErrorList.member = Shapes::ShapeRef.new(shape: BatchGetProfileError)
|
555
|
+
|
556
|
+
BatchGetProfileIdList.member = Shapes::ShapeRef.new(shape: uuid)
|
557
|
+
|
558
|
+
BatchGetProfileRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
559
|
+
BatchGetProfileRequest.add_member(:profile_ids, Shapes::ShapeRef.new(shape: BatchGetProfileIdList, required: true, location_name: "ProfileIds"))
|
560
|
+
BatchGetProfileRequest.struct_class = Types::BatchGetProfileRequest
|
561
|
+
|
562
|
+
BatchGetProfileResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchGetProfileErrorList, location_name: "Errors"))
|
563
|
+
BatchGetProfileResponse.add_member(:profiles, Shapes::ShapeRef.new(shape: ProfileList, location_name: "Profiles"))
|
564
|
+
BatchGetProfileResponse.struct_class = Types::BatchGetProfileResponse
|
565
|
+
|
413
566
|
Batches.member = Shapes::ShapeRef.new(shape: Batch)
|
414
567
|
|
415
568
|
CalculatedAttributeDefinitionsList.member = Shapes::ShapeRef.new(shape: ListCalculatedAttributeDefinitionItem)
|
416
569
|
|
570
|
+
CalculatedAttributeDimension.add_member(:dimension_type, Shapes::ShapeRef.new(shape: AttributeDimensionType, required: true, location_name: "DimensionType"))
|
571
|
+
CalculatedAttributeDimension.add_member(:values, Shapes::ShapeRef.new(shape: Values, required: true, location_name: "Values"))
|
572
|
+
CalculatedAttributeDimension.add_member(:condition_overrides, Shapes::ShapeRef.new(shape: ConditionOverrides, location_name: "ConditionOverrides"))
|
573
|
+
CalculatedAttributeDimension.struct_class = Types::CalculatedAttributeDimension
|
574
|
+
|
575
|
+
CalculatedAttributeValue.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, location_name: "CalculatedAttributeName"))
|
576
|
+
CalculatedAttributeValue.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
577
|
+
CalculatedAttributeValue.add_member(:is_data_partial, Shapes::ShapeRef.new(shape: string1To255, location_name: "IsDataPartial"))
|
578
|
+
CalculatedAttributeValue.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, location_name: "ProfileId"))
|
579
|
+
CalculatedAttributeValue.add_member(:value, Shapes::ShapeRef.new(shape: string1To255, location_name: "Value"))
|
580
|
+
CalculatedAttributeValue.struct_class = Types::CalculatedAttributeValue
|
581
|
+
|
582
|
+
CalculatedAttributeValueList.member = Shapes::ShapeRef.new(shape: CalculatedAttributeValue)
|
583
|
+
|
417
584
|
CalculatedAttributesForProfileList.member = Shapes::ShapeRef.new(shape: ListCalculatedAttributeForProfileItem)
|
418
585
|
|
586
|
+
CalculatedCustomAttributes.key = Shapes::ShapeRef.new(shape: typeName)
|
587
|
+
CalculatedCustomAttributes.value = Shapes::ShapeRef.new(shape: CalculatedAttributeDimension)
|
588
|
+
|
589
|
+
ConditionOverrides.add_member(:range, Shapes::ShapeRef.new(shape: RangeOverride, location_name: "Range"))
|
590
|
+
ConditionOverrides.struct_class = Types::ConditionOverrides
|
591
|
+
|
419
592
|
Conditions.add_member(:range, Shapes::ShapeRef.new(shape: Range, location_name: "Range"))
|
420
593
|
Conditions.add_member(:object_count, Shapes::ShapeRef.new(shape: ObjectCount, location_name: "ObjectCount"))
|
421
594
|
Conditions.add_member(:threshold, Shapes::ShapeRef.new(shape: Threshold, location_name: "Threshold"))
|
@@ -441,6 +614,7 @@ module Aws::CustomerProfiles
|
|
441
614
|
CreateCalculatedAttributeDefinitionRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
442
615
|
CreateCalculatedAttributeDefinitionRequest.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, required: true, location_name: "AttributeDetails"))
|
443
616
|
CreateCalculatedAttributeDefinitionRequest.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
617
|
+
CreateCalculatedAttributeDefinitionRequest.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "Filter"))
|
444
618
|
CreateCalculatedAttributeDefinitionRequest.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, required: true, location_name: "Statistic"))
|
445
619
|
CreateCalculatedAttributeDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
446
620
|
CreateCalculatedAttributeDefinitionRequest.struct_class = Types::CreateCalculatedAttributeDefinitionRequest
|
@@ -450,6 +624,7 @@ module Aws::CustomerProfiles
|
|
450
624
|
CreateCalculatedAttributeDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
451
625
|
CreateCalculatedAttributeDefinitionResponse.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, location_name: "AttributeDetails"))
|
452
626
|
CreateCalculatedAttributeDefinitionResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
627
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "Filter"))
|
453
628
|
CreateCalculatedAttributeDefinitionResponse.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
454
629
|
CreateCalculatedAttributeDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
455
630
|
CreateCalculatedAttributeDefinitionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
@@ -527,6 +702,51 @@ module Aws::CustomerProfiles
|
|
527
702
|
CreateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
|
528
703
|
CreateProfileResponse.struct_class = Types::CreateProfileResponse
|
529
704
|
|
705
|
+
CreateSegmentDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
706
|
+
CreateSegmentDefinitionRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
|
707
|
+
CreateSegmentDefinitionRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "DisplayName"))
|
708
|
+
CreateSegmentDefinitionRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
709
|
+
CreateSegmentDefinitionRequest.add_member(:segment_groups, Shapes::ShapeRef.new(shape: SegmentGroup, required: true, location_name: "SegmentGroups"))
|
710
|
+
CreateSegmentDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
711
|
+
CreateSegmentDefinitionRequest.struct_class = Types::CreateSegmentDefinitionRequest
|
712
|
+
|
713
|
+
CreateSegmentDefinitionResponse.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "SegmentDefinitionName"))
|
714
|
+
CreateSegmentDefinitionResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "DisplayName"))
|
715
|
+
CreateSegmentDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
716
|
+
CreateSegmentDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
717
|
+
CreateSegmentDefinitionResponse.add_member(:segment_definition_arn, Shapes::ShapeRef.new(shape: SegmentDefinitionArn, location_name: "SegmentDefinitionArn"))
|
718
|
+
CreateSegmentDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
719
|
+
CreateSegmentDefinitionResponse.struct_class = Types::CreateSegmentDefinitionResponse
|
720
|
+
|
721
|
+
CreateSegmentEstimateRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
722
|
+
CreateSegmentEstimateRequest.add_member(:segment_query, Shapes::ShapeRef.new(shape: SegmentGroupStructure, required: true, location_name: "SegmentQuery"))
|
723
|
+
CreateSegmentEstimateRequest.struct_class = Types::CreateSegmentEstimateRequest
|
724
|
+
|
725
|
+
CreateSegmentEstimateResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, location_name: "DomainName"))
|
726
|
+
CreateSegmentEstimateResponse.add_member(:estimate_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "EstimateId"))
|
727
|
+
CreateSegmentEstimateResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "StatusCode"))
|
728
|
+
CreateSegmentEstimateResponse.struct_class = Types::CreateSegmentEstimateResponse
|
729
|
+
|
730
|
+
CreateSegmentSnapshotRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
731
|
+
CreateSegmentSnapshotRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
|
732
|
+
CreateSegmentSnapshotRequest.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, required: true, location_name: "DataFormat"))
|
733
|
+
CreateSegmentSnapshotRequest.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
|
734
|
+
CreateSegmentSnapshotRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
735
|
+
CreateSegmentSnapshotRequest.add_member(:destination_uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "DestinationUri"))
|
736
|
+
CreateSegmentSnapshotRequest.struct_class = Types::CreateSegmentSnapshotRequest
|
737
|
+
|
738
|
+
CreateSegmentSnapshotResponse.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "SnapshotId"))
|
739
|
+
CreateSegmentSnapshotResponse.struct_class = Types::CreateSegmentSnapshotResponse
|
740
|
+
|
741
|
+
CustomAttributes.key = Shapes::ShapeRef.new(shape: typeName)
|
742
|
+
CustomAttributes.value = Shapes::ShapeRef.new(shape: AttributeDimension)
|
743
|
+
|
744
|
+
DateDimension.add_member(:dimension_type, Shapes::ShapeRef.new(shape: DateDimensionType, required: true, location_name: "DimensionType"))
|
745
|
+
DateDimension.add_member(:values, Shapes::ShapeRef.new(shape: DateValues, required: true, location_name: "Values"))
|
746
|
+
DateDimension.struct_class = Types::DateDimension
|
747
|
+
|
748
|
+
DateValues.member = Shapes::ShapeRef.new(shape: String)
|
749
|
+
|
530
750
|
DeleteCalculatedAttributeDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
531
751
|
DeleteCalculatedAttributeDefinitionRequest.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "CalculatedAttributeName"))
|
532
752
|
DeleteCalculatedAttributeDefinitionRequest.struct_class = Types::DeleteCalculatedAttributeDefinitionRequest
|
@@ -584,6 +804,13 @@ module Aws::CustomerProfiles
|
|
584
804
|
DeleteProfileResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
585
805
|
DeleteProfileResponse.struct_class = Types::DeleteProfileResponse
|
586
806
|
|
807
|
+
DeleteSegmentDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
808
|
+
DeleteSegmentDefinitionRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
|
809
|
+
DeleteSegmentDefinitionRequest.struct_class = Types::DeleteSegmentDefinitionRequest
|
810
|
+
|
811
|
+
DeleteSegmentDefinitionResponse.add_member(:message, Shapes::ShapeRef.new(shape: string1To1000, location_name: "Message"))
|
812
|
+
DeleteSegmentDefinitionResponse.struct_class = Types::DeleteSegmentDefinitionResponse
|
813
|
+
|
587
814
|
DeleteWorkflowRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
588
815
|
DeleteWorkflowRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: string1To255, required: true, location: "uri", location_name: "WorkflowId"))
|
589
816
|
DeleteWorkflowRequest.struct_class = Types::DeleteWorkflowRequest
|
@@ -609,6 +836,16 @@ module Aws::CustomerProfiles
|
|
609
836
|
|
610
837
|
DetectedProfileObjectTypes.member = Shapes::ShapeRef.new(shape: DetectedProfileObjectType)
|
611
838
|
|
839
|
+
Dimension.add_member(:profile_attributes, Shapes::ShapeRef.new(shape: ProfileAttributes, location_name: "ProfileAttributes"))
|
840
|
+
Dimension.add_member(:calculated_attributes, Shapes::ShapeRef.new(shape: CalculatedCustomAttributes, location_name: "CalculatedAttributes"))
|
841
|
+
Dimension.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
842
|
+
Dimension.add_member_subclass(:profile_attributes, Types::Dimension::ProfileAttributes)
|
843
|
+
Dimension.add_member_subclass(:calculated_attributes, Types::Dimension::CalculatedAttributes)
|
844
|
+
Dimension.add_member_subclass(:unknown, Types::Dimension::Unknown)
|
845
|
+
Dimension.struct_class = Types::Dimension
|
846
|
+
|
847
|
+
DimensionList.member = Shapes::ShapeRef.new(shape: Dimension)
|
848
|
+
|
612
849
|
DomainList.member = Shapes::ShapeRef.new(shape: ListDomainItem)
|
613
850
|
|
614
851
|
DomainStats.add_member(:profile_count, Shapes::ShapeRef.new(shape: long, location_name: "ProfileCount"))
|
@@ -642,6 +879,14 @@ module Aws::CustomerProfiles
|
|
642
879
|
ExportingLocation.add_member(:s3_exporting, Shapes::ShapeRef.new(shape: S3ExportingLocation, location_name: "S3Exporting"))
|
643
880
|
ExportingLocation.struct_class = Types::ExportingLocation
|
644
881
|
|
882
|
+
ExtraLengthValueProfileDimension.add_member(:dimension_type, Shapes::ShapeRef.new(shape: StringDimensionType, required: true, location_name: "DimensionType"))
|
883
|
+
ExtraLengthValueProfileDimension.add_member(:values, Shapes::ShapeRef.new(shape: ExtraLengthValues, required: true, location_name: "Values"))
|
884
|
+
ExtraLengthValueProfileDimension.struct_class = Types::ExtraLengthValueProfileDimension
|
885
|
+
|
886
|
+
ExtraLengthValues.member = Shapes::ShapeRef.new(shape: string1To1000)
|
887
|
+
|
888
|
+
Failures.member = Shapes::ShapeRef.new(shape: ProfileQueryFailures)
|
889
|
+
|
645
890
|
FieldMap.key = Shapes::ShapeRef.new(shape: name)
|
646
891
|
FieldMap.value = Shapes::ShapeRef.new(shape: ObjectTypeField)
|
647
892
|
|
@@ -670,6 +915,23 @@ module Aws::CustomerProfiles
|
|
670
915
|
FieldSourceProfileIds.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeSourceIdMap, location_name: "Attributes"))
|
671
916
|
FieldSourceProfileIds.struct_class = Types::FieldSourceProfileIds
|
672
917
|
|
918
|
+
Filter.add_member(:include, Shapes::ShapeRef.new(shape: Include, required: true, location_name: "Include"))
|
919
|
+
Filter.add_member(:groups, Shapes::ShapeRef.new(shape: GroupList, required: true, location_name: "Groups"))
|
920
|
+
Filter.struct_class = Types::Filter
|
921
|
+
|
922
|
+
FilterAttributeDimension.add_member(:dimension_type, Shapes::ShapeRef.new(shape: FilterDimensionType, required: true, location_name: "DimensionType"))
|
923
|
+
FilterAttributeDimension.add_member(:values, Shapes::ShapeRef.new(shape: ValueList, required: true, location_name: "Values"))
|
924
|
+
FilterAttributeDimension.struct_class = Types::FilterAttributeDimension
|
925
|
+
|
926
|
+
FilterDimension.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeMap, required: true, location_name: "Attributes"))
|
927
|
+
FilterDimension.struct_class = Types::FilterDimension
|
928
|
+
|
929
|
+
FilterDimensionList.member = Shapes::ShapeRef.new(shape: FilterDimension)
|
930
|
+
|
931
|
+
FilterGroup.add_member(:type, Shapes::ShapeRef.new(shape: Type, required: true, location_name: "Type"))
|
932
|
+
FilterGroup.add_member(:dimensions, Shapes::ShapeRef.new(shape: FilterDimensionList, required: true, location_name: "Dimensions"))
|
933
|
+
FilterGroup.struct_class = Types::FilterGroup
|
934
|
+
|
673
935
|
FlowDefinition.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "Description"))
|
674
936
|
FlowDefinition.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "FlowName"))
|
675
937
|
FlowDefinition.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KmsArn, required: true, location_name: "KmsArn"))
|
@@ -704,6 +966,7 @@ module Aws::CustomerProfiles
|
|
704
966
|
GetCalculatedAttributeDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
705
967
|
GetCalculatedAttributeDefinitionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
706
968
|
GetCalculatedAttributeDefinitionResponse.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
969
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "Filter"))
|
707
970
|
GetCalculatedAttributeDefinitionResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
708
971
|
GetCalculatedAttributeDefinitionResponse.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, location_name: "AttributeDetails"))
|
709
972
|
GetCalculatedAttributeDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
@@ -824,6 +1087,55 @@ module Aws::CustomerProfiles
|
|
824
1087
|
GetProfileObjectTypeTemplateResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
|
825
1088
|
GetProfileObjectTypeTemplateResponse.struct_class = Types::GetProfileObjectTypeTemplateResponse
|
826
1089
|
|
1090
|
+
GetSegmentDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1091
|
+
GetSegmentDefinitionRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
|
1092
|
+
GetSegmentDefinitionRequest.struct_class = Types::GetSegmentDefinitionRequest
|
1093
|
+
|
1094
|
+
GetSegmentDefinitionResponse.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, location_name: "SegmentDefinitionName"))
|
1095
|
+
GetSegmentDefinitionResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "DisplayName"))
|
1096
|
+
GetSegmentDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
1097
|
+
GetSegmentDefinitionResponse.add_member(:segment_groups, Shapes::ShapeRef.new(shape: SegmentGroup, location_name: "SegmentGroups"))
|
1098
|
+
GetSegmentDefinitionResponse.add_member(:segment_definition_arn, Shapes::ShapeRef.new(shape: SegmentDefinitionArn, required: true, location_name: "SegmentDefinitionArn"))
|
1099
|
+
GetSegmentDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
1100
|
+
GetSegmentDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1101
|
+
GetSegmentDefinitionResponse.struct_class = Types::GetSegmentDefinitionResponse
|
1102
|
+
|
1103
|
+
GetSegmentEstimateRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1104
|
+
GetSegmentEstimateRequest.add_member(:estimate_id, Shapes::ShapeRef.new(shape: string1To255, required: true, location: "uri", location_name: "EstimateId"))
|
1105
|
+
GetSegmentEstimateRequest.struct_class = Types::GetSegmentEstimateRequest
|
1106
|
+
|
1107
|
+
GetSegmentEstimateResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, location_name: "DomainName"))
|
1108
|
+
GetSegmentEstimateResponse.add_member(:estimate_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "EstimateId"))
|
1109
|
+
GetSegmentEstimateResponse.add_member(:status, Shapes::ShapeRef.new(shape: EstimateStatus, location_name: "Status"))
|
1110
|
+
GetSegmentEstimateResponse.add_member(:estimate, Shapes::ShapeRef.new(shape: string1To255, location_name: "Estimate"))
|
1111
|
+
GetSegmentEstimateResponse.add_member(:message, Shapes::ShapeRef.new(shape: string1To255, location_name: "Message"))
|
1112
|
+
GetSegmentEstimateResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "StatusCode"))
|
1113
|
+
GetSegmentEstimateResponse.struct_class = Types::GetSegmentEstimateResponse
|
1114
|
+
|
1115
|
+
GetSegmentMembershipRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1116
|
+
GetSegmentMembershipRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
|
1117
|
+
GetSegmentMembershipRequest.add_member(:profile_ids, Shapes::ShapeRef.new(shape: ProfileIds, required: true, location_name: "ProfileIds"))
|
1118
|
+
GetSegmentMembershipRequest.struct_class = Types::GetSegmentMembershipRequest
|
1119
|
+
|
1120
|
+
GetSegmentMembershipResponse.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, location_name: "SegmentDefinitionName"))
|
1121
|
+
GetSegmentMembershipResponse.add_member(:profiles, Shapes::ShapeRef.new(shape: Profiles, location_name: "Profiles"))
|
1122
|
+
GetSegmentMembershipResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "Failures"))
|
1123
|
+
GetSegmentMembershipResponse.struct_class = Types::GetSegmentMembershipResponse
|
1124
|
+
|
1125
|
+
GetSegmentSnapshotRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1126
|
+
GetSegmentSnapshotRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
|
1127
|
+
GetSegmentSnapshotRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: uuid, required: true, location: "uri", location_name: "SnapshotId"))
|
1128
|
+
GetSegmentSnapshotRequest.struct_class = Types::GetSegmentSnapshotRequest
|
1129
|
+
|
1130
|
+
GetSegmentSnapshotResponse.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "SnapshotId"))
|
1131
|
+
GetSegmentSnapshotResponse.add_member(:status, Shapes::ShapeRef.new(shape: SegmentSnapshotStatus, required: true, location_name: "Status"))
|
1132
|
+
GetSegmentSnapshotResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: string1To1000, location_name: "StatusMessage"))
|
1133
|
+
GetSegmentSnapshotResponse.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, required: true, location_name: "DataFormat"))
|
1134
|
+
GetSegmentSnapshotResponse.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
|
1135
|
+
GetSegmentSnapshotResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
1136
|
+
GetSegmentSnapshotResponse.add_member(:destination_uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "DestinationUri"))
|
1137
|
+
GetSegmentSnapshotResponse.struct_class = Types::GetSegmentSnapshotResponse
|
1138
|
+
|
827
1139
|
GetSimilarProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
828
1140
|
GetSimilarProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
829
1141
|
GetSimilarProfilesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
@@ -866,6 +1178,14 @@ module Aws::CustomerProfiles
|
|
866
1178
|
GetWorkflowStepsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
867
1179
|
GetWorkflowStepsResponse.struct_class = Types::GetWorkflowStepsResponse
|
868
1180
|
|
1181
|
+
Group.add_member(:dimensions, Shapes::ShapeRef.new(shape: DimensionList, location_name: "Dimensions"))
|
1182
|
+
Group.add_member(:source_segments, Shapes::ShapeRef.new(shape: SourceSegmentList, location_name: "SourceSegments"))
|
1183
|
+
Group.add_member(:source_type, Shapes::ShapeRef.new(shape: IncludeOptions, location_name: "SourceType"))
|
1184
|
+
Group.add_member(:type, Shapes::ShapeRef.new(shape: IncludeOptions, location_name: "Type"))
|
1185
|
+
Group.struct_class = Types::Group
|
1186
|
+
|
1187
|
+
GroupList.member = Shapes::ShapeRef.new(shape: FilterGroup)
|
1188
|
+
|
869
1189
|
IdentityResolutionJob.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, location_name: "DomainName"))
|
870
1190
|
IdentityResolutionJob.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, location_name: "JobId"))
|
871
1191
|
IdentityResolutionJob.add_member(:status, Shapes::ShapeRef.new(shape: IdentityResolutionJobStatus, location_name: "Status"))
|
@@ -998,6 +1318,22 @@ module Aws::CustomerProfiles
|
|
998
1318
|
ListIntegrationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
999
1319
|
ListIntegrationsResponse.struct_class = Types::ListIntegrationsResponse
|
1000
1320
|
|
1321
|
+
ListObjectTypeAttributeItem.add_member(:attribute_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "AttributeName"))
|
1322
|
+
ListObjectTypeAttributeItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
|
1323
|
+
ListObjectTypeAttributeItem.struct_class = Types::ListObjectTypeAttributeItem
|
1324
|
+
|
1325
|
+
ListObjectTypeAttributesList.member = Shapes::ShapeRef.new(shape: ListObjectTypeAttributeItem)
|
1326
|
+
|
1327
|
+
ListObjectTypeAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
1328
|
+
ListObjectTypeAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
1329
|
+
ListObjectTypeAttributesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1330
|
+
ListObjectTypeAttributesRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "ObjectTypeName"))
|
1331
|
+
ListObjectTypeAttributesRequest.struct_class = Types::ListObjectTypeAttributesRequest
|
1332
|
+
|
1333
|
+
ListObjectTypeAttributesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ListObjectTypeAttributesList, location_name: "Items"))
|
1334
|
+
ListObjectTypeAttributesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
1335
|
+
ListObjectTypeAttributesResponse.struct_class = Types::ListObjectTypeAttributesResponse
|
1336
|
+
|
1001
1337
|
ListProfileObjectTypeItem.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
|
1002
1338
|
ListProfileObjectTypeItem.add_member(:description, Shapes::ShapeRef.new(shape: text, required: true, location_name: "Description"))
|
1003
1339
|
ListProfileObjectTypeItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
@@ -1055,6 +1391,15 @@ module Aws::CustomerProfiles
|
|
1055
1391
|
ListRuleBasedMatchesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
1056
1392
|
ListRuleBasedMatchesResponse.struct_class = Types::ListRuleBasedMatchesResponse
|
1057
1393
|
|
1394
|
+
ListSegmentDefinitionsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1395
|
+
ListSegmentDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize500, location: "querystring", location_name: "max-results"))
|
1396
|
+
ListSegmentDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
1397
|
+
ListSegmentDefinitionsRequest.struct_class = Types::ListSegmentDefinitionsRequest
|
1398
|
+
|
1399
|
+
ListSegmentDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
1400
|
+
ListSegmentDefinitionsResponse.add_member(:items, Shapes::ShapeRef.new(shape: SegmentDefinitionsList, location_name: "Items"))
|
1401
|
+
ListSegmentDefinitionsResponse.struct_class = Types::ListSegmentDefinitionsResponse
|
1402
|
+
|
1058
1403
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
|
1059
1404
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
1060
1405
|
|
@@ -1175,10 +1520,49 @@ module Aws::CustomerProfiles
|
|
1175
1520
|
Profile.add_member(:gender_string, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "GenderString"))
|
1176
1521
|
Profile.struct_class = Types::Profile
|
1177
1522
|
|
1523
|
+
ProfileAttributeValuesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1524
|
+
ProfileAttributeValuesRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: string1To255, required: true, location: "uri", location_name: "AttributeName"))
|
1525
|
+
ProfileAttributeValuesRequest.struct_class = Types::ProfileAttributeValuesRequest
|
1526
|
+
|
1527
|
+
ProfileAttributeValuesResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, location_name: "DomainName"))
|
1528
|
+
ProfileAttributeValuesResponse.add_member(:attribute_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "AttributeName"))
|
1529
|
+
ProfileAttributeValuesResponse.add_member(:items, Shapes::ShapeRef.new(shape: AttributeValueItemList, location_name: "Items"))
|
1530
|
+
ProfileAttributeValuesResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "StatusCode"))
|
1531
|
+
ProfileAttributeValuesResponse.struct_class = Types::ProfileAttributeValuesResponse
|
1532
|
+
|
1533
|
+
ProfileAttributes.add_member(:account_number, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "AccountNumber"))
|
1534
|
+
ProfileAttributes.add_member(:additional_information, Shapes::ShapeRef.new(shape: ExtraLengthValueProfileDimension, location_name: "AdditionalInformation"))
|
1535
|
+
ProfileAttributes.add_member(:first_name, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "FirstName"))
|
1536
|
+
ProfileAttributes.add_member(:last_name, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "LastName"))
|
1537
|
+
ProfileAttributes.add_member(:middle_name, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "MiddleName"))
|
1538
|
+
ProfileAttributes.add_member(:gender_string, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "GenderString"))
|
1539
|
+
ProfileAttributes.add_member(:party_type_string, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "PartyTypeString"))
|
1540
|
+
ProfileAttributes.add_member(:birth_date, Shapes::ShapeRef.new(shape: DateDimension, location_name: "BirthDate"))
|
1541
|
+
ProfileAttributes.add_member(:phone_number, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "PhoneNumber"))
|
1542
|
+
ProfileAttributes.add_member(:business_name, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "BusinessName"))
|
1543
|
+
ProfileAttributes.add_member(:business_phone_number, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "BusinessPhoneNumber"))
|
1544
|
+
ProfileAttributes.add_member(:home_phone_number, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "HomePhoneNumber"))
|
1545
|
+
ProfileAttributes.add_member(:mobile_phone_number, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "MobilePhoneNumber"))
|
1546
|
+
ProfileAttributes.add_member(:email_address, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "EmailAddress"))
|
1547
|
+
ProfileAttributes.add_member(:personal_email_address, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "PersonalEmailAddress"))
|
1548
|
+
ProfileAttributes.add_member(:business_email_address, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "BusinessEmailAddress"))
|
1549
|
+
ProfileAttributes.add_member(:address, Shapes::ShapeRef.new(shape: AddressDimension, location_name: "Address"))
|
1550
|
+
ProfileAttributes.add_member(:shipping_address, Shapes::ShapeRef.new(shape: AddressDimension, location_name: "ShippingAddress"))
|
1551
|
+
ProfileAttributes.add_member(:mailing_address, Shapes::ShapeRef.new(shape: AddressDimension, location_name: "MailingAddress"))
|
1552
|
+
ProfileAttributes.add_member(:billing_address, Shapes::ShapeRef.new(shape: AddressDimension, location_name: "BillingAddress"))
|
1553
|
+
ProfileAttributes.add_member(:attributes, Shapes::ShapeRef.new(shape: CustomAttributes, location_name: "Attributes"))
|
1554
|
+
ProfileAttributes.struct_class = Types::ProfileAttributes
|
1555
|
+
|
1556
|
+
ProfileDimension.add_member(:dimension_type, Shapes::ShapeRef.new(shape: StringDimensionType, required: true, location_name: "DimensionType"))
|
1557
|
+
ProfileDimension.add_member(:values, Shapes::ShapeRef.new(shape: Values, required: true, location_name: "Values"))
|
1558
|
+
ProfileDimension.struct_class = Types::ProfileDimension
|
1559
|
+
|
1178
1560
|
ProfileIdList.member = Shapes::ShapeRef.new(shape: uuid)
|
1179
1561
|
|
1180
1562
|
ProfileIdToBeMergedList.member = Shapes::ShapeRef.new(shape: uuid)
|
1181
1563
|
|
1564
|
+
ProfileIds.member = Shapes::ShapeRef.new(shape: uuid)
|
1565
|
+
|
1182
1566
|
ProfileList.member = Shapes::ShapeRef.new(shape: Profile)
|
1183
1567
|
|
1184
1568
|
ProfileObjectList.member = Shapes::ShapeRef.new(shape: ListProfileObjectsItem)
|
@@ -1187,6 +1571,18 @@ module Aws::CustomerProfiles
|
|
1187
1571
|
|
1188
1572
|
ProfileObjectTypeTemplateList.member = Shapes::ShapeRef.new(shape: ListProfileObjectTypeTemplateItem)
|
1189
1573
|
|
1574
|
+
ProfileQueryFailures.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "ProfileId"))
|
1575
|
+
ProfileQueryFailures.add_member(:message, Shapes::ShapeRef.new(shape: GetSegmentMembershipMessage, required: true, location_name: "Message"))
|
1576
|
+
ProfileQueryFailures.add_member(:status, Shapes::ShapeRef.new(shape: GetSegmentMembershipStatus, location_name: "Status"))
|
1577
|
+
ProfileQueryFailures.struct_class = Types::ProfileQueryFailures
|
1578
|
+
|
1579
|
+
ProfileQueryResult.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "ProfileId"))
|
1580
|
+
ProfileQueryResult.add_member(:query_result, Shapes::ShapeRef.new(shape: QueryResult, required: true, location_name: "QueryResult"))
|
1581
|
+
ProfileQueryResult.add_member(:profile, Shapes::ShapeRef.new(shape: Profile, location_name: "Profile"))
|
1582
|
+
ProfileQueryResult.struct_class = Types::ProfileQueryResult
|
1583
|
+
|
1584
|
+
Profiles.member = Shapes::ShapeRef.new(shape: ProfileQueryResult)
|
1585
|
+
|
1190
1586
|
PutIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1191
1587
|
PutIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "Uri"))
|
1192
1588
|
PutIntegrationRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
|
@@ -1250,6 +1646,11 @@ module Aws::CustomerProfiles
|
|
1250
1646
|
Range.add_member(:unit, Shapes::ShapeRef.new(shape: Unit, required: true, location_name: "Unit"))
|
1251
1647
|
Range.struct_class = Types::Range
|
1252
1648
|
|
1649
|
+
RangeOverride.add_member(:start, Shapes::ShapeRef.new(shape: Start, required: true, location_name: "Start"))
|
1650
|
+
RangeOverride.add_member(:end, Shapes::ShapeRef.new(shape: End, location_name: "End"))
|
1651
|
+
RangeOverride.add_member(:unit, Shapes::ShapeRef.new(shape: RangeUnit, required: true, location_name: "Unit"))
|
1652
|
+
RangeOverride.struct_class = Types::RangeOverride
|
1653
|
+
|
1253
1654
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
1254
1655
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
1255
1656
|
|
@@ -1311,6 +1712,26 @@ module Aws::CustomerProfiles
|
|
1311
1712
|
SearchProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
1312
1713
|
SearchProfilesResponse.struct_class = Types::SearchProfilesResponse
|
1313
1714
|
|
1715
|
+
SegmentDefinitionItem.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, location_name: "SegmentDefinitionName"))
|
1716
|
+
SegmentDefinitionItem.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "DisplayName"))
|
1717
|
+
SegmentDefinitionItem.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
1718
|
+
SegmentDefinitionItem.add_member(:segment_definition_arn, Shapes::ShapeRef.new(shape: SegmentDefinitionArn, location_name: "SegmentDefinitionArn"))
|
1719
|
+
SegmentDefinitionItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
1720
|
+
SegmentDefinitionItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1721
|
+
SegmentDefinitionItem.struct_class = Types::SegmentDefinitionItem
|
1722
|
+
|
1723
|
+
SegmentDefinitionsList.member = Shapes::ShapeRef.new(shape: SegmentDefinitionItem)
|
1724
|
+
|
1725
|
+
SegmentGroup.add_member(:groups, Shapes::ShapeRef.new(shape: SegmentGroupList, location_name: "Groups"))
|
1726
|
+
SegmentGroup.add_member(:include, Shapes::ShapeRef.new(shape: IncludeOptions, location_name: "Include"))
|
1727
|
+
SegmentGroup.struct_class = Types::SegmentGroup
|
1728
|
+
|
1729
|
+
SegmentGroupList.member = Shapes::ShapeRef.new(shape: Group)
|
1730
|
+
|
1731
|
+
SegmentGroupStructure.add_member(:groups, Shapes::ShapeRef.new(shape: SegmentGroupList, location_name: "Groups"))
|
1732
|
+
SegmentGroupStructure.add_member(:include, Shapes::ShapeRef.new(shape: IncludeOptions, location_name: "Include"))
|
1733
|
+
SegmentGroupStructure.struct_class = Types::SegmentGroupStructure
|
1734
|
+
|
1314
1735
|
ServiceNowSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
|
1315
1736
|
ServiceNowSourceProperties.struct_class = Types::ServiceNowSourceProperties
|
1316
1737
|
|
@@ -1329,6 +1750,11 @@ module Aws::CustomerProfiles
|
|
1329
1750
|
SourceFlowConfig.add_member(:source_connector_properties, Shapes::ShapeRef.new(shape: SourceConnectorProperties, required: true, location_name: "SourceConnectorProperties"))
|
1330
1751
|
SourceFlowConfig.struct_class = Types::SourceFlowConfig
|
1331
1752
|
|
1753
|
+
SourceSegment.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, location_name: "SegmentDefinitionName"))
|
1754
|
+
SourceSegment.struct_class = Types::SourceSegment
|
1755
|
+
|
1756
|
+
SourceSegmentList.member = Shapes::ShapeRef.new(shape: SourceSegment)
|
1757
|
+
|
1332
1758
|
StandardIdentifierList.member = Shapes::ShapeRef.new(shape: StandardIdentifier)
|
1333
1759
|
|
1334
1760
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
@@ -1457,6 +1883,10 @@ module Aws::CustomerProfiles
|
|
1457
1883
|
UpdateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
|
1458
1884
|
UpdateProfileResponse.struct_class = Types::UpdateProfileResponse
|
1459
1885
|
|
1886
|
+
ValueList.member = Shapes::ShapeRef.new(shape: string1To255)
|
1887
|
+
|
1888
|
+
Values.member = Shapes::ShapeRef.new(shape: string1To255)
|
1889
|
+
|
1460
1890
|
WorkflowAttributes.add_member(:appflow_integration, Shapes::ShapeRef.new(shape: AppflowIntegrationWorkflowAttributes, location_name: "AppflowIntegration"))
|
1461
1891
|
WorkflowAttributes.struct_class = Types::WorkflowAttributes
|
1462
1892
|
|
@@ -1513,6 +1943,32 @@ module Aws::CustomerProfiles
|
|
1513
1943
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1514
1944
|
end)
|
1515
1945
|
|
1946
|
+
api.add_operation(:batch_get_calculated_attribute_for_profile, Seahorse::Model::Operation.new.tap do |o|
|
1947
|
+
o.name = "BatchGetCalculatedAttributeForProfile"
|
1948
|
+
o.http_method = "POST"
|
1949
|
+
o.http_request_uri = "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}/batch-get-for-profiles"
|
1950
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetCalculatedAttributeForProfileRequest)
|
1951
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetCalculatedAttributeForProfileResponse)
|
1952
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1953
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1954
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1955
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1956
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1957
|
+
end)
|
1958
|
+
|
1959
|
+
api.add_operation(:batch_get_profile, Seahorse::Model::Operation.new.tap do |o|
|
1960
|
+
o.name = "BatchGetProfile"
|
1961
|
+
o.http_method = "POST"
|
1962
|
+
o.http_request_uri = "/domains/{DomainName}/batch-get-profiles"
|
1963
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetProfileRequest)
|
1964
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetProfileResponse)
|
1965
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1966
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1967
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1968
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1969
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1970
|
+
end)
|
1971
|
+
|
1516
1972
|
api.add_operation(:create_calculated_attribute_definition, Seahorse::Model::Operation.new.tap do |o|
|
1517
1973
|
o.name = "CreateCalculatedAttributeDefinition"
|
1518
1974
|
o.http_method = "POST"
|
@@ -1578,6 +2034,45 @@ module Aws::CustomerProfiles
|
|
1578
2034
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1579
2035
|
end)
|
1580
2036
|
|
2037
|
+
api.add_operation(:create_segment_definition, Seahorse::Model::Operation.new.tap do |o|
|
2038
|
+
o.name = "CreateSegmentDefinition"
|
2039
|
+
o.http_method = "POST"
|
2040
|
+
o.http_request_uri = "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}"
|
2041
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSegmentDefinitionRequest)
|
2042
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSegmentDefinitionResponse)
|
2043
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2044
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2045
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2046
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2047
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2048
|
+
end)
|
2049
|
+
|
2050
|
+
api.add_operation(:create_segment_estimate, Seahorse::Model::Operation.new.tap do |o|
|
2051
|
+
o.name = "CreateSegmentEstimate"
|
2052
|
+
o.http_method = "POST"
|
2053
|
+
o.http_request_uri = "/domains/{DomainName}/segment-estimates"
|
2054
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSegmentEstimateRequest)
|
2055
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSegmentEstimateResponse)
|
2056
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2057
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2058
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2059
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2060
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2061
|
+
end)
|
2062
|
+
|
2063
|
+
api.add_operation(:create_segment_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
2064
|
+
o.name = "CreateSegmentSnapshot"
|
2065
|
+
o.http_method = "POST"
|
2066
|
+
o.http_request_uri = "/domains/{DomainName}/segments/{SegmentDefinitionName}/snapshots"
|
2067
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSegmentSnapshotRequest)
|
2068
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSegmentSnapshotResponse)
|
2069
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2070
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2071
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2072
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2073
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2074
|
+
end)
|
2075
|
+
|
1581
2076
|
api.add_operation(:delete_calculated_attribute_definition, Seahorse::Model::Operation.new.tap do |o|
|
1582
2077
|
o.name = "DeleteCalculatedAttributeDefinition"
|
1583
2078
|
o.http_method = "DELETE"
|
@@ -1682,6 +2177,19 @@ module Aws::CustomerProfiles
|
|
1682
2177
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1683
2178
|
end)
|
1684
2179
|
|
2180
|
+
api.add_operation(:delete_segment_definition, Seahorse::Model::Operation.new.tap do |o|
|
2181
|
+
o.name = "DeleteSegmentDefinition"
|
2182
|
+
o.http_method = "DELETE"
|
2183
|
+
o.http_request_uri = "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}"
|
2184
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSegmentDefinitionRequest)
|
2185
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSegmentDefinitionResponse)
|
2186
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2187
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2188
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2189
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2190
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2191
|
+
end)
|
2192
|
+
|
1685
2193
|
api.add_operation(:delete_workflow, Seahorse::Model::Operation.new.tap do |o|
|
1686
2194
|
o.name = "DeleteWorkflow"
|
1687
2195
|
o.http_method = "DELETE"
|
@@ -1838,6 +2346,58 @@ module Aws::CustomerProfiles
|
|
1838
2346
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1839
2347
|
end)
|
1840
2348
|
|
2349
|
+
api.add_operation(:get_segment_definition, Seahorse::Model::Operation.new.tap do |o|
|
2350
|
+
o.name = "GetSegmentDefinition"
|
2351
|
+
o.http_method = "GET"
|
2352
|
+
o.http_request_uri = "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}"
|
2353
|
+
o.input = Shapes::ShapeRef.new(shape: GetSegmentDefinitionRequest)
|
2354
|
+
o.output = Shapes::ShapeRef.new(shape: GetSegmentDefinitionResponse)
|
2355
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2356
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2357
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2358
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2359
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2360
|
+
end)
|
2361
|
+
|
2362
|
+
api.add_operation(:get_segment_estimate, Seahorse::Model::Operation.new.tap do |o|
|
2363
|
+
o.name = "GetSegmentEstimate"
|
2364
|
+
o.http_method = "GET"
|
2365
|
+
o.http_request_uri = "/domains/{DomainName}/segment-estimates/{EstimateId}"
|
2366
|
+
o.input = Shapes::ShapeRef.new(shape: GetSegmentEstimateRequest)
|
2367
|
+
o.output = Shapes::ShapeRef.new(shape: GetSegmentEstimateResponse)
|
2368
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2369
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2370
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2371
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2372
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2373
|
+
end)
|
2374
|
+
|
2375
|
+
api.add_operation(:get_segment_membership, Seahorse::Model::Operation.new.tap do |o|
|
2376
|
+
o.name = "GetSegmentMembership"
|
2377
|
+
o.http_method = "POST"
|
2378
|
+
o.http_request_uri = "/domains/{DomainName}/segments/{SegmentDefinitionName}/membership"
|
2379
|
+
o.input = Shapes::ShapeRef.new(shape: GetSegmentMembershipRequest)
|
2380
|
+
o.output = Shapes::ShapeRef.new(shape: GetSegmentMembershipResponse)
|
2381
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2382
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2383
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2384
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2385
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2386
|
+
end)
|
2387
|
+
|
2388
|
+
api.add_operation(:get_segment_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
2389
|
+
o.name = "GetSegmentSnapshot"
|
2390
|
+
o.http_method = "GET"
|
2391
|
+
o.http_request_uri = "/domains/{DomainName}/segments/{SegmentDefinitionName}/snapshots/{SnapshotId}"
|
2392
|
+
o.input = Shapes::ShapeRef.new(shape: GetSegmentSnapshotRequest)
|
2393
|
+
o.output = Shapes::ShapeRef.new(shape: GetSegmentSnapshotResponse)
|
2394
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2395
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2396
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2397
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2398
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2399
|
+
end)
|
2400
|
+
|
1841
2401
|
api.add_operation(:get_similar_profiles, Seahorse::Model::Operation.new.tap do |o|
|
1842
2402
|
o.name = "GetSimilarProfiles"
|
1843
2403
|
o.http_method = "POST"
|
@@ -1849,6 +2409,12 @@ module Aws::CustomerProfiles
|
|
1849
2409
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1850
2410
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1851
2411
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2412
|
+
o[:pager] = Aws::Pager.new(
|
2413
|
+
limit_key: "max_results",
|
2414
|
+
tokens: {
|
2415
|
+
"next_token" => "next_token"
|
2416
|
+
}
|
2417
|
+
)
|
1852
2418
|
end)
|
1853
2419
|
|
1854
2420
|
api.add_operation(:get_workflow, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1974,6 +2540,38 @@ module Aws::CustomerProfiles
|
|
1974
2540
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1975
2541
|
end)
|
1976
2542
|
|
2543
|
+
api.add_operation(:list_object_type_attributes, Seahorse::Model::Operation.new.tap do |o|
|
2544
|
+
o.name = "ListObjectTypeAttributes"
|
2545
|
+
o.http_method = "GET"
|
2546
|
+
o.http_request_uri = "/domains/{DomainName}/object-types/{ObjectTypeName}/attributes"
|
2547
|
+
o.input = Shapes::ShapeRef.new(shape: ListObjectTypeAttributesRequest)
|
2548
|
+
o.output = Shapes::ShapeRef.new(shape: ListObjectTypeAttributesResponse)
|
2549
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2550
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2551
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2552
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2553
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2554
|
+
o[:pager] = Aws::Pager.new(
|
2555
|
+
limit_key: "max_results",
|
2556
|
+
tokens: {
|
2557
|
+
"next_token" => "next_token"
|
2558
|
+
}
|
2559
|
+
)
|
2560
|
+
end)
|
2561
|
+
|
2562
|
+
api.add_operation(:list_profile_attribute_values, Seahorse::Model::Operation.new.tap do |o|
|
2563
|
+
o.name = "ListProfileAttributeValues"
|
2564
|
+
o.http_method = "GET"
|
2565
|
+
o.http_request_uri = "/domains/{DomainName}/profile-attributes/{AttributeName}/values"
|
2566
|
+
o.input = Shapes::ShapeRef.new(shape: ProfileAttributeValuesRequest)
|
2567
|
+
o.output = Shapes::ShapeRef.new(shape: ProfileAttributeValuesResponse)
|
2568
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2569
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2570
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2571
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2572
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2573
|
+
end)
|
2574
|
+
|
1977
2575
|
api.add_operation(:list_profile_object_type_templates, Seahorse::Model::Operation.new.tap do |o|
|
1978
2576
|
o.name = "ListProfileObjectTypeTemplates"
|
1979
2577
|
o.http_method = "GET"
|
@@ -2024,6 +2622,31 @@ module Aws::CustomerProfiles
|
|
2024
2622
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2025
2623
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2026
2624
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2625
|
+
o[:pager] = Aws::Pager.new(
|
2626
|
+
limit_key: "max_results",
|
2627
|
+
tokens: {
|
2628
|
+
"next_token" => "next_token"
|
2629
|
+
}
|
2630
|
+
)
|
2631
|
+
end)
|
2632
|
+
|
2633
|
+
api.add_operation(:list_segment_definitions, Seahorse::Model::Operation.new.tap do |o|
|
2634
|
+
o.name = "ListSegmentDefinitions"
|
2635
|
+
o.http_method = "GET"
|
2636
|
+
o.http_request_uri = "/domains/{DomainName}/segment-definitions"
|
2637
|
+
o.input = Shapes::ShapeRef.new(shape: ListSegmentDefinitionsRequest)
|
2638
|
+
o.output = Shapes::ShapeRef.new(shape: ListSegmentDefinitionsResponse)
|
2639
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2640
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2641
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2642
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2643
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2644
|
+
o[:pager] = Aws::Pager.new(
|
2645
|
+
limit_key: "max_results",
|
2646
|
+
tokens: {
|
2647
|
+
"next_token" => "next_token"
|
2648
|
+
}
|
2649
|
+
)
|
2027
2650
|
end)
|
2028
2651
|
|
2029
2652
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|