aws-sdk-customerprofiles 1.56.0 → 1.58.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-customerprofiles/client.rb +1784 -72
- data/lib/aws-sdk-customerprofiles/client_api.rb +845 -0
- data/lib/aws-sdk-customerprofiles/types.rb +2016 -126
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- data/sig/client.rbs +769 -2
- data/sig/types.rbs +533 -1
- metadata +2 -2
@@ -19,26 +19,48 @@ 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
|
+
ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
|
63
|
+
ConditionOverrides = Shapes::StructureShape.new(name: 'ConditionOverrides')
|
42
64
|
Conditions = Shapes::StructureShape.new(name: 'Conditions')
|
43
65
|
ConflictResolution = Shapes::StructureShape.new(name: 'ConflictResolution')
|
44
66
|
ConflictResolvingModel = Shapes::StringShape.new(name: 'ConflictResolvingModel')
|
@@ -51,12 +73,25 @@ module Aws::CustomerProfiles
|
|
51
73
|
CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
|
52
74
|
CreateEventStreamRequest = Shapes::StructureShape.new(name: 'CreateEventStreamRequest')
|
53
75
|
CreateEventStreamResponse = Shapes::StructureShape.new(name: 'CreateEventStreamResponse')
|
76
|
+
CreateEventTriggerRequest = Shapes::StructureShape.new(name: 'CreateEventTriggerRequest')
|
77
|
+
CreateEventTriggerResponse = Shapes::StructureShape.new(name: 'CreateEventTriggerResponse')
|
54
78
|
CreateIntegrationWorkflowRequest = Shapes::StructureShape.new(name: 'CreateIntegrationWorkflowRequest')
|
55
79
|
CreateIntegrationWorkflowResponse = Shapes::StructureShape.new(name: 'CreateIntegrationWorkflowResponse')
|
56
80
|
CreateProfileRequest = Shapes::StructureShape.new(name: 'CreateProfileRequest')
|
57
81
|
CreateProfileResponse = Shapes::StructureShape.new(name: 'CreateProfileResponse')
|
82
|
+
CreateSegmentDefinitionRequest = Shapes::StructureShape.new(name: 'CreateSegmentDefinitionRequest')
|
83
|
+
CreateSegmentDefinitionResponse = Shapes::StructureShape.new(name: 'CreateSegmentDefinitionResponse')
|
84
|
+
CreateSegmentEstimateRequest = Shapes::StructureShape.new(name: 'CreateSegmentEstimateRequest')
|
85
|
+
CreateSegmentEstimateResponse = Shapes::StructureShape.new(name: 'CreateSegmentEstimateResponse')
|
86
|
+
CreateSegmentSnapshotRequest = Shapes::StructureShape.new(name: 'CreateSegmentSnapshotRequest')
|
87
|
+
CreateSegmentSnapshotResponse = Shapes::StructureShape.new(name: 'CreateSegmentSnapshotResponse')
|
88
|
+
CustomAttributes = Shapes::MapShape.new(name: 'CustomAttributes')
|
89
|
+
DataFormat = Shapes::StringShape.new(name: 'DataFormat')
|
58
90
|
DataPullMode = Shapes::StringShape.new(name: 'DataPullMode')
|
59
91
|
Date = Shapes::TimestampShape.new(name: 'Date')
|
92
|
+
DateDimension = Shapes::StructureShape.new(name: 'DateDimension')
|
93
|
+
DateDimensionType = Shapes::StringShape.new(name: 'DateDimensionType')
|
94
|
+
DateValues = Shapes::ListShape.new(name: 'DateValues')
|
60
95
|
DatetimeTypeFieldName = Shapes::StringShape.new(name: 'DatetimeTypeFieldName')
|
61
96
|
DeleteCalculatedAttributeDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteCalculatedAttributeDefinitionRequest')
|
62
97
|
DeleteCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteCalculatedAttributeDefinitionResponse')
|
@@ -64,6 +99,8 @@ module Aws::CustomerProfiles
|
|
64
99
|
DeleteDomainResponse = Shapes::StructureShape.new(name: 'DeleteDomainResponse')
|
65
100
|
DeleteEventStreamRequest = Shapes::StructureShape.new(name: 'DeleteEventStreamRequest')
|
66
101
|
DeleteEventStreamResponse = Shapes::StructureShape.new(name: 'DeleteEventStreamResponse')
|
102
|
+
DeleteEventTriggerRequest = Shapes::StructureShape.new(name: 'DeleteEventTriggerRequest')
|
103
|
+
DeleteEventTriggerResponse = Shapes::StructureShape.new(name: 'DeleteEventTriggerResponse')
|
67
104
|
DeleteIntegrationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationRequest')
|
68
105
|
DeleteIntegrationResponse = Shapes::StructureShape.new(name: 'DeleteIntegrationResponse')
|
69
106
|
DeleteProfileKeyRequest = Shapes::StructureShape.new(name: 'DeleteProfileKeyRequest')
|
@@ -74,6 +111,8 @@ module Aws::CustomerProfiles
|
|
74
111
|
DeleteProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'DeleteProfileObjectTypeResponse')
|
75
112
|
DeleteProfileRequest = Shapes::StructureShape.new(name: 'DeleteProfileRequest')
|
76
113
|
DeleteProfileResponse = Shapes::StructureShape.new(name: 'DeleteProfileResponse')
|
114
|
+
DeleteSegmentDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteSegmentDefinitionRequest')
|
115
|
+
DeleteSegmentDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteSegmentDefinitionResponse')
|
77
116
|
DeleteWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowRequest')
|
78
117
|
DeleteWorkflowResponse = Shapes::StructureShape.new(name: 'DeleteWorkflowResponse')
|
79
118
|
DestinationField = Shapes::StringShape.new(name: 'DestinationField')
|
@@ -82,22 +121,45 @@ module Aws::CustomerProfiles
|
|
82
121
|
DetectProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'DetectProfileObjectTypeResponse')
|
83
122
|
DetectedProfileObjectType = Shapes::StructureShape.new(name: 'DetectedProfileObjectType')
|
84
123
|
DetectedProfileObjectTypes = Shapes::ListShape.new(name: 'DetectedProfileObjectTypes')
|
124
|
+
Dimension = Shapes::UnionShape.new(name: 'Dimension')
|
125
|
+
DimensionList = Shapes::ListShape.new(name: 'DimensionList')
|
85
126
|
DomainList = Shapes::ListShape.new(name: 'DomainList')
|
86
127
|
DomainStats = Shapes::StructureShape.new(name: 'DomainStats')
|
87
128
|
Double = Shapes::FloatShape.new(name: 'Double')
|
88
129
|
Double0To1 = Shapes::FloatShape.new(name: 'Double0To1')
|
89
130
|
EmailList = Shapes::ListShape.new(name: 'EmailList')
|
131
|
+
End = Shapes::IntegerShape.new(name: 'End')
|
132
|
+
EstimateStatus = Shapes::StringShape.new(name: 'EstimateStatus')
|
90
133
|
EventStreamDestinationDetails = Shapes::StructureShape.new(name: 'EventStreamDestinationDetails')
|
91
134
|
EventStreamDestinationStatus = Shapes::StringShape.new(name: 'EventStreamDestinationStatus')
|
92
135
|
EventStreamState = Shapes::StringShape.new(name: 'EventStreamState')
|
93
136
|
EventStreamSummary = Shapes::StructureShape.new(name: 'EventStreamSummary')
|
94
137
|
EventStreamSummaryList = Shapes::ListShape.new(name: 'EventStreamSummaryList')
|
138
|
+
EventTriggerCondition = Shapes::StructureShape.new(name: 'EventTriggerCondition')
|
139
|
+
EventTriggerConditions = Shapes::ListShape.new(name: 'EventTriggerConditions')
|
140
|
+
EventTriggerDimension = Shapes::StructureShape.new(name: 'EventTriggerDimension')
|
141
|
+
EventTriggerDimensions = Shapes::ListShape.new(name: 'EventTriggerDimensions')
|
142
|
+
EventTriggerLimits = Shapes::StructureShape.new(name: 'EventTriggerLimits')
|
143
|
+
EventTriggerLogicalOperator = Shapes::StringShape.new(name: 'EventTriggerLogicalOperator')
|
144
|
+
EventTriggerNames = Shapes::ListShape.new(name: 'EventTriggerNames')
|
145
|
+
EventTriggerSummaryItem = Shapes::StructureShape.new(name: 'EventTriggerSummaryItem')
|
146
|
+
EventTriggerSummaryList = Shapes::ListShape.new(name: 'EventTriggerSummaryList')
|
147
|
+
EventTriggerValues = Shapes::ListShape.new(name: 'EventTriggerValues')
|
95
148
|
ExportingConfig = Shapes::StructureShape.new(name: 'ExportingConfig')
|
96
149
|
ExportingLocation = Shapes::StructureShape.new(name: 'ExportingLocation')
|
150
|
+
ExtraLengthValueProfileDimension = Shapes::StructureShape.new(name: 'ExtraLengthValueProfileDimension')
|
151
|
+
ExtraLengthValues = Shapes::ListShape.new(name: 'ExtraLengthValues')
|
152
|
+
Failures = Shapes::ListShape.new(name: 'Failures')
|
97
153
|
FieldContentType = Shapes::StringShape.new(name: 'FieldContentType')
|
98
154
|
FieldMap = Shapes::MapShape.new(name: 'FieldMap')
|
99
155
|
FieldNameList = Shapes::ListShape.new(name: 'FieldNameList')
|
100
156
|
FieldSourceProfileIds = Shapes::StructureShape.new(name: 'FieldSourceProfileIds')
|
157
|
+
Filter = Shapes::StructureShape.new(name: 'Filter')
|
158
|
+
FilterAttributeDimension = Shapes::StructureShape.new(name: 'FilterAttributeDimension')
|
159
|
+
FilterDimension = Shapes::StructureShape.new(name: 'FilterDimension')
|
160
|
+
FilterDimensionList = Shapes::ListShape.new(name: 'FilterDimensionList')
|
161
|
+
FilterDimensionType = Shapes::StringShape.new(name: 'FilterDimensionType')
|
162
|
+
FilterGroup = Shapes::StructureShape.new(name: 'FilterGroup')
|
101
163
|
FlowDefinition = Shapes::StructureShape.new(name: 'FlowDefinition')
|
102
164
|
FlowDescription = Shapes::StringShape.new(name: 'FlowDescription')
|
103
165
|
FlowName = Shapes::StringShape.new(name: 'FlowName')
|
@@ -113,6 +175,8 @@ module Aws::CustomerProfiles
|
|
113
175
|
GetDomainResponse = Shapes::StructureShape.new(name: 'GetDomainResponse')
|
114
176
|
GetEventStreamRequest = Shapes::StructureShape.new(name: 'GetEventStreamRequest')
|
115
177
|
GetEventStreamResponse = Shapes::StructureShape.new(name: 'GetEventStreamResponse')
|
178
|
+
GetEventTriggerRequest = Shapes::StructureShape.new(name: 'GetEventTriggerRequest')
|
179
|
+
GetEventTriggerResponse = Shapes::StructureShape.new(name: 'GetEventTriggerResponse')
|
116
180
|
GetIdentityResolutionJobRequest = Shapes::StructureShape.new(name: 'GetIdentityResolutionJobRequest')
|
117
181
|
GetIdentityResolutionJobResponse = Shapes::StructureShape.new(name: 'GetIdentityResolutionJobResponse')
|
118
182
|
GetIntegrationRequest = Shapes::StructureShape.new(name: 'GetIntegrationRequest')
|
@@ -123,15 +187,29 @@ module Aws::CustomerProfiles
|
|
123
187
|
GetProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeResponse')
|
124
188
|
GetProfileObjectTypeTemplateRequest = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateRequest')
|
125
189
|
GetProfileObjectTypeTemplateResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateResponse')
|
190
|
+
GetSegmentDefinitionRequest = Shapes::StructureShape.new(name: 'GetSegmentDefinitionRequest')
|
191
|
+
GetSegmentDefinitionResponse = Shapes::StructureShape.new(name: 'GetSegmentDefinitionResponse')
|
192
|
+
GetSegmentEstimateRequest = Shapes::StructureShape.new(name: 'GetSegmentEstimateRequest')
|
193
|
+
GetSegmentEstimateResponse = Shapes::StructureShape.new(name: 'GetSegmentEstimateResponse')
|
194
|
+
GetSegmentMembershipMessage = Shapes::StringShape.new(name: 'GetSegmentMembershipMessage')
|
195
|
+
GetSegmentMembershipRequest = Shapes::StructureShape.new(name: 'GetSegmentMembershipRequest')
|
196
|
+
GetSegmentMembershipResponse = Shapes::StructureShape.new(name: 'GetSegmentMembershipResponse')
|
197
|
+
GetSegmentMembershipStatus = Shapes::IntegerShape.new(name: 'GetSegmentMembershipStatus')
|
198
|
+
GetSegmentSnapshotRequest = Shapes::StructureShape.new(name: 'GetSegmentSnapshotRequest')
|
199
|
+
GetSegmentSnapshotResponse = Shapes::StructureShape.new(name: 'GetSegmentSnapshotResponse')
|
126
200
|
GetSimilarProfilesRequest = Shapes::StructureShape.new(name: 'GetSimilarProfilesRequest')
|
127
201
|
GetSimilarProfilesResponse = Shapes::StructureShape.new(name: 'GetSimilarProfilesResponse')
|
128
202
|
GetWorkflowRequest = Shapes::StructureShape.new(name: 'GetWorkflowRequest')
|
129
203
|
GetWorkflowResponse = Shapes::StructureShape.new(name: 'GetWorkflowResponse')
|
130
204
|
GetWorkflowStepsRequest = Shapes::StructureShape.new(name: 'GetWorkflowStepsRequest')
|
131
205
|
GetWorkflowStepsResponse = Shapes::StructureShape.new(name: 'GetWorkflowStepsResponse')
|
206
|
+
Group = Shapes::StructureShape.new(name: 'Group')
|
207
|
+
GroupList = Shapes::ListShape.new(name: 'GroupList')
|
132
208
|
IdentityResolutionJob = Shapes::StructureShape.new(name: 'IdentityResolutionJob')
|
133
209
|
IdentityResolutionJobStatus = Shapes::StringShape.new(name: 'IdentityResolutionJobStatus')
|
134
210
|
IdentityResolutionJobsList = Shapes::ListShape.new(name: 'IdentityResolutionJobsList')
|
211
|
+
Include = Shapes::StringShape.new(name: 'Include')
|
212
|
+
IncludeOptions = Shapes::StringShape.new(name: 'IncludeOptions')
|
135
213
|
IncrementalPullConfig = Shapes::StructureShape.new(name: 'IncrementalPullConfig')
|
136
214
|
IntegrationConfig = Shapes::StructureShape.new(name: 'IntegrationConfig')
|
137
215
|
IntegrationList = Shapes::ListShape.new(name: 'IntegrationList')
|
@@ -155,11 +233,17 @@ module Aws::CustomerProfiles
|
|
155
233
|
ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
|
156
234
|
ListEventStreamsRequest = Shapes::StructureShape.new(name: 'ListEventStreamsRequest')
|
157
235
|
ListEventStreamsResponse = Shapes::StructureShape.new(name: 'ListEventStreamsResponse')
|
236
|
+
ListEventTriggersRequest = Shapes::StructureShape.new(name: 'ListEventTriggersRequest')
|
237
|
+
ListEventTriggersResponse = Shapes::StructureShape.new(name: 'ListEventTriggersResponse')
|
158
238
|
ListIdentityResolutionJobsRequest = Shapes::StructureShape.new(name: 'ListIdentityResolutionJobsRequest')
|
159
239
|
ListIdentityResolutionJobsResponse = Shapes::StructureShape.new(name: 'ListIdentityResolutionJobsResponse')
|
160
240
|
ListIntegrationItem = Shapes::StructureShape.new(name: 'ListIntegrationItem')
|
161
241
|
ListIntegrationsRequest = Shapes::StructureShape.new(name: 'ListIntegrationsRequest')
|
162
242
|
ListIntegrationsResponse = Shapes::StructureShape.new(name: 'ListIntegrationsResponse')
|
243
|
+
ListObjectTypeAttributeItem = Shapes::StructureShape.new(name: 'ListObjectTypeAttributeItem')
|
244
|
+
ListObjectTypeAttributesList = Shapes::ListShape.new(name: 'ListObjectTypeAttributesList')
|
245
|
+
ListObjectTypeAttributesRequest = Shapes::StructureShape.new(name: 'ListObjectTypeAttributesRequest')
|
246
|
+
ListObjectTypeAttributesResponse = Shapes::StructureShape.new(name: 'ListObjectTypeAttributesResponse')
|
163
247
|
ListProfileObjectTypeItem = Shapes::StructureShape.new(name: 'ListProfileObjectTypeItem')
|
164
248
|
ListProfileObjectTypeTemplateItem = Shapes::StructureShape.new(name: 'ListProfileObjectTypeTemplateItem')
|
165
249
|
ListProfileObjectTypeTemplatesRequest = Shapes::StructureShape.new(name: 'ListProfileObjectTypeTemplatesRequest')
|
@@ -171,6 +255,8 @@ module Aws::CustomerProfiles
|
|
171
255
|
ListProfileObjectsResponse = Shapes::StructureShape.new(name: 'ListProfileObjectsResponse')
|
172
256
|
ListRuleBasedMatchesRequest = Shapes::StructureShape.new(name: 'ListRuleBasedMatchesRequest')
|
173
257
|
ListRuleBasedMatchesResponse = Shapes::StructureShape.new(name: 'ListRuleBasedMatchesResponse')
|
258
|
+
ListSegmentDefinitionsRequest = Shapes::StructureShape.new(name: 'ListSegmentDefinitionsRequest')
|
259
|
+
ListSegmentDefinitionsResponse = Shapes::StructureShape.new(name: 'ListSegmentDefinitionsResponse')
|
174
260
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
175
261
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
176
262
|
ListWorkflowsItem = Shapes::StructureShape.new(name: 'ListWorkflowsItem')
|
@@ -191,9 +277,12 @@ module Aws::CustomerProfiles
|
|
191
277
|
MatchingRules = Shapes::ListShape.new(name: 'MatchingRules')
|
192
278
|
MaxAllowedRuleLevelForMatching = Shapes::IntegerShape.new(name: 'MaxAllowedRuleLevelForMatching')
|
193
279
|
MaxAllowedRuleLevelForMerging = Shapes::IntegerShape.new(name: 'MaxAllowedRuleLevelForMerging')
|
280
|
+
MaxSize500 = Shapes::IntegerShape.new(name: 'MaxSize500')
|
194
281
|
MergeProfilesRequest = Shapes::StructureShape.new(name: 'MergeProfilesRequest')
|
195
282
|
MergeProfilesResponse = Shapes::StructureShape.new(name: 'MergeProfilesResponse')
|
196
283
|
Object = Shapes::StringShape.new(name: 'Object')
|
284
|
+
ObjectAttribute = Shapes::StructureShape.new(name: 'ObjectAttribute')
|
285
|
+
ObjectAttributes = Shapes::ListShape.new(name: 'ObjectAttributes')
|
197
286
|
ObjectCount = Shapes::IntegerShape.new(name: 'ObjectCount')
|
198
287
|
ObjectFilter = Shapes::StructureShape.new(name: 'ObjectFilter')
|
199
288
|
ObjectTypeField = Shapes::StructureShape.new(name: 'ObjectTypeField')
|
@@ -204,14 +293,26 @@ module Aws::CustomerProfiles
|
|
204
293
|
Operator = Shapes::StringShape.new(name: 'Operator')
|
205
294
|
OperatorPropertiesKeys = Shapes::StringShape.new(name: 'OperatorPropertiesKeys')
|
206
295
|
PartyType = Shapes::StringShape.new(name: 'PartyType')
|
296
|
+
Period = Shapes::StructureShape.new(name: 'Period')
|
297
|
+
PeriodUnit = Shapes::StringShape.new(name: 'PeriodUnit')
|
298
|
+
Periods = Shapes::ListShape.new(name: 'Periods')
|
207
299
|
PhoneNumberList = Shapes::ListShape.new(name: 'PhoneNumberList')
|
208
300
|
Profile = Shapes::StructureShape.new(name: 'Profile')
|
301
|
+
ProfileAttributeValuesRequest = Shapes::StructureShape.new(name: 'ProfileAttributeValuesRequest')
|
302
|
+
ProfileAttributeValuesResponse = Shapes::StructureShape.new(name: 'ProfileAttributeValuesResponse')
|
303
|
+
ProfileAttributes = Shapes::StructureShape.new(name: 'ProfileAttributes')
|
304
|
+
ProfileDimension = Shapes::StructureShape.new(name: 'ProfileDimension')
|
305
|
+
ProfileId = Shapes::StringShape.new(name: 'ProfileId')
|
209
306
|
ProfileIdList = Shapes::ListShape.new(name: 'ProfileIdList')
|
210
307
|
ProfileIdToBeMergedList = Shapes::ListShape.new(name: 'ProfileIdToBeMergedList')
|
308
|
+
ProfileIds = Shapes::ListShape.new(name: 'ProfileIds')
|
211
309
|
ProfileList = Shapes::ListShape.new(name: 'ProfileList')
|
212
310
|
ProfileObjectList = Shapes::ListShape.new(name: 'ProfileObjectList')
|
213
311
|
ProfileObjectTypeList = Shapes::ListShape.new(name: 'ProfileObjectTypeList')
|
214
312
|
ProfileObjectTypeTemplateList = Shapes::ListShape.new(name: 'ProfileObjectTypeTemplateList')
|
313
|
+
ProfileQueryFailures = Shapes::StructureShape.new(name: 'ProfileQueryFailures')
|
314
|
+
ProfileQueryResult = Shapes::StructureShape.new(name: 'ProfileQueryResult')
|
315
|
+
Profiles = Shapes::ListShape.new(name: 'Profiles')
|
215
316
|
Property = Shapes::StringShape.new(name: 'Property')
|
216
317
|
PutIntegrationRequest = Shapes::StructureShape.new(name: 'PutIntegrationRequest')
|
217
318
|
PutIntegrationResponse = Shapes::StructureShape.new(name: 'PutIntegrationResponse')
|
@@ -219,7 +320,10 @@ module Aws::CustomerProfiles
|
|
219
320
|
PutProfileObjectResponse = Shapes::StructureShape.new(name: 'PutProfileObjectResponse')
|
220
321
|
PutProfileObjectTypeRequest = Shapes::StructureShape.new(name: 'PutProfileObjectTypeRequest')
|
221
322
|
PutProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'PutProfileObjectTypeResponse')
|
323
|
+
QueryResult = Shapes::StringShape.new(name: 'QueryResult')
|
222
324
|
Range = Shapes::StructureShape.new(name: 'Range')
|
325
|
+
RangeOverride = Shapes::StructureShape.new(name: 'RangeOverride')
|
326
|
+
RangeUnit = Shapes::StringShape.new(name: 'RangeUnit')
|
223
327
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
224
328
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
225
329
|
RuleBasedMatchingRequest = Shapes::StructureShape.new(name: 'RuleBasedMatchingRequest')
|
@@ -237,16 +341,29 @@ module Aws::CustomerProfiles
|
|
237
341
|
ScheduledTriggerProperties = Shapes::StructureShape.new(name: 'ScheduledTriggerProperties')
|
238
342
|
SearchProfilesRequest = Shapes::StructureShape.new(name: 'SearchProfilesRequest')
|
239
343
|
SearchProfilesResponse = Shapes::StructureShape.new(name: 'SearchProfilesResponse')
|
344
|
+
SegmentDefinitionArn = Shapes::StringShape.new(name: 'SegmentDefinitionArn')
|
345
|
+
SegmentDefinitionItem = Shapes::StructureShape.new(name: 'SegmentDefinitionItem')
|
346
|
+
SegmentDefinitionsList = Shapes::ListShape.new(name: 'SegmentDefinitionsList')
|
347
|
+
SegmentGroup = Shapes::StructureShape.new(name: 'SegmentGroup')
|
348
|
+
SegmentGroupList = Shapes::ListShape.new(name: 'SegmentGroupList')
|
349
|
+
SegmentGroupStructure = Shapes::StructureShape.new(name: 'SegmentGroupStructure')
|
350
|
+
SegmentSnapshotStatus = Shapes::StringShape.new(name: 'SegmentSnapshotStatus')
|
240
351
|
ServiceNowConnectorOperator = Shapes::StringShape.new(name: 'ServiceNowConnectorOperator')
|
241
352
|
ServiceNowSourceProperties = Shapes::StructureShape.new(name: 'ServiceNowSourceProperties')
|
242
353
|
SourceConnectorProperties = Shapes::StructureShape.new(name: 'SourceConnectorProperties')
|
243
354
|
SourceConnectorType = Shapes::StringShape.new(name: 'SourceConnectorType')
|
244
355
|
SourceFields = Shapes::ListShape.new(name: 'SourceFields')
|
245
356
|
SourceFlowConfig = Shapes::StructureShape.new(name: 'SourceFlowConfig')
|
357
|
+
SourceSegment = Shapes::StructureShape.new(name: 'SourceSegment')
|
358
|
+
SourceSegmentList = Shapes::ListShape.new(name: 'SourceSegmentList')
|
246
359
|
StandardIdentifier = Shapes::StringShape.new(name: 'StandardIdentifier')
|
247
360
|
StandardIdentifierList = Shapes::ListShape.new(name: 'StandardIdentifierList')
|
361
|
+
Start = Shapes::IntegerShape.new(name: 'Start')
|
248
362
|
Statistic = Shapes::StringShape.new(name: 'Statistic')
|
249
363
|
Status = Shapes::StringShape.new(name: 'Status')
|
364
|
+
StatusCode = Shapes::IntegerShape.new(name: 'StatusCode')
|
365
|
+
String = Shapes::StringShape.new(name: 'String')
|
366
|
+
StringDimensionType = Shapes::StringShape.new(name: 'StringDimensionType')
|
250
367
|
TagArn = Shapes::StringShape.new(name: 'TagArn')
|
251
368
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
252
369
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
@@ -264,6 +381,7 @@ module Aws::CustomerProfiles
|
|
264
381
|
TriggerConfig = Shapes::StructureShape.new(name: 'TriggerConfig')
|
265
382
|
TriggerProperties = Shapes::StructureShape.new(name: 'TriggerProperties')
|
266
383
|
TriggerType = Shapes::StringShape.new(name: 'TriggerType')
|
384
|
+
Type = Shapes::StringShape.new(name: 'Type')
|
267
385
|
Unit = Shapes::StringShape.new(name: 'Unit')
|
268
386
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
269
387
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
@@ -273,9 +391,13 @@ module Aws::CustomerProfiles
|
|
273
391
|
UpdateCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'UpdateCalculatedAttributeDefinitionResponse')
|
274
392
|
UpdateDomainRequest = Shapes::StructureShape.new(name: 'UpdateDomainRequest')
|
275
393
|
UpdateDomainResponse = Shapes::StructureShape.new(name: 'UpdateDomainResponse')
|
394
|
+
UpdateEventTriggerRequest = Shapes::StructureShape.new(name: 'UpdateEventTriggerRequest')
|
395
|
+
UpdateEventTriggerResponse = Shapes::StructureShape.new(name: 'UpdateEventTriggerResponse')
|
276
396
|
UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
|
277
397
|
UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
|
278
398
|
Value = Shapes::IntegerShape.new(name: 'Value')
|
399
|
+
ValueList = Shapes::ListShape.new(name: 'ValueList')
|
400
|
+
Values = Shapes::ListShape.new(name: 'Values')
|
279
401
|
WorkflowAttributes = Shapes::StructureShape.new(name: 'WorkflowAttributes')
|
280
402
|
WorkflowList = Shapes::ListShape.new(name: 'WorkflowList')
|
281
403
|
WorkflowMetrics = Shapes::StructureShape.new(name: 'WorkflowMetrics')
|
@@ -290,16 +412,20 @@ module Aws::CustomerProfiles
|
|
290
412
|
displayName = Shapes::StringShape.new(name: 'displayName')
|
291
413
|
encryptionKey = Shapes::StringShape.new(name: 'encryptionKey')
|
292
414
|
expirationDaysInteger = Shapes::IntegerShape.new(name: 'expirationDaysInteger')
|
415
|
+
fieldName = Shapes::StringShape.new(name: 'fieldName')
|
293
416
|
foundByList = Shapes::ListShape.new(name: 'foundByList')
|
294
417
|
logicalOperator = Shapes::StringShape.new(name: 'logicalOperator')
|
295
418
|
long = Shapes::IntegerShape.new(name: 'long')
|
296
419
|
matchesNumber = Shapes::IntegerShape.new(name: 'matchesNumber')
|
297
420
|
maxSize100 = Shapes::IntegerShape.new(name: 'maxSize100')
|
421
|
+
maxSize1000 = Shapes::IntegerShape.new(name: 'maxSize1000')
|
422
|
+
maxSize24 = Shapes::IntegerShape.new(name: 'maxSize24')
|
298
423
|
message = Shapes::StringShape.new(name: 'message')
|
299
424
|
minSize0 = Shapes::IntegerShape.new(name: 'minSize0')
|
300
425
|
minSize1 = Shapes::IntegerShape.new(name: 'minSize1')
|
301
426
|
name = Shapes::StringShape.new(name: 'name')
|
302
427
|
optionalBoolean = Shapes::BooleanShape.new(name: 'optionalBoolean')
|
428
|
+
optionalLong = Shapes::IntegerShape.new(name: 'optionalLong')
|
303
429
|
requestValueList = Shapes::ListShape.new(name: 'requestValueList')
|
304
430
|
s3BucketName = Shapes::StringShape.new(name: 's3BucketName')
|
305
431
|
s3KeyName = Shapes::StringShape.new(name: 's3KeyName')
|
@@ -350,6 +476,14 @@ module Aws::CustomerProfiles
|
|
350
476
|
Address.add_member(:postal_code, Shapes::ShapeRef.new(shape: string1To255, location_name: "PostalCode"))
|
351
477
|
Address.struct_class = Types::Address
|
352
478
|
|
479
|
+
AddressDimension.add_member(:city, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "City"))
|
480
|
+
AddressDimension.add_member(:country, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "Country"))
|
481
|
+
AddressDimension.add_member(:county, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "County"))
|
482
|
+
AddressDimension.add_member(:postal_code, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "PostalCode"))
|
483
|
+
AddressDimension.add_member(:province, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "Province"))
|
484
|
+
AddressDimension.add_member(:state, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "State"))
|
485
|
+
AddressDimension.struct_class = Types::AddressDimension
|
486
|
+
|
353
487
|
AddressList.member = Shapes::ShapeRef.new(shape: string1To255)
|
354
488
|
|
355
489
|
AppflowIntegration.add_member(:flow_definition, Shapes::ShapeRef.new(shape: FlowDefinition, required: true, location_name: "FlowDefinition"))
|
@@ -380,11 +514,18 @@ module Aws::CustomerProfiles
|
|
380
514
|
AttributeDetails.add_member(:expression, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Expression"))
|
381
515
|
AttributeDetails.struct_class = Types::AttributeDetails
|
382
516
|
|
517
|
+
AttributeDimension.add_member(:dimension_type, Shapes::ShapeRef.new(shape: AttributeDimensionType, required: true, location_name: "DimensionType"))
|
518
|
+
AttributeDimension.add_member(:values, Shapes::ShapeRef.new(shape: Values, required: true, location_name: "Values"))
|
519
|
+
AttributeDimension.struct_class = Types::AttributeDimension
|
520
|
+
|
383
521
|
AttributeItem.add_member(:name, Shapes::ShapeRef.new(shape: attributeName, required: true, location_name: "Name"))
|
384
522
|
AttributeItem.struct_class = Types::AttributeItem
|
385
523
|
|
386
524
|
AttributeList.member = Shapes::ShapeRef.new(shape: AttributeItem)
|
387
525
|
|
526
|
+
AttributeMap.key = Shapes::ShapeRef.new(shape: attributeName)
|
527
|
+
AttributeMap.value = Shapes::ShapeRef.new(shape: FilterAttributeDimension)
|
528
|
+
|
388
529
|
AttributeSourceIdMap.key = Shapes::ShapeRef.new(shape: string1To255)
|
389
530
|
AttributeSourceIdMap.value = Shapes::ShapeRef.new(shape: uuid)
|
390
531
|
|
@@ -394,6 +535,11 @@ module Aws::CustomerProfiles
|
|
394
535
|
AttributeTypesSelector.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailList, location_name: "EmailAddress"))
|
395
536
|
AttributeTypesSelector.struct_class = Types::AttributeTypesSelector
|
396
537
|
|
538
|
+
AttributeValueItem.add_member(:value, Shapes::ShapeRef.new(shape: string1To255, location_name: "Value"))
|
539
|
+
AttributeValueItem.struct_class = Types::AttributeValueItem
|
540
|
+
|
541
|
+
AttributeValueItemList.member = Shapes::ShapeRef.new(shape: AttributeValueItem)
|
542
|
+
|
397
543
|
Attributes.key = Shapes::ShapeRef.new(shape: string1To255)
|
398
544
|
Attributes.value = Shapes::ShapeRef.new(shape: string1To255)
|
399
545
|
|
@@ -410,12 +556,69 @@ module Aws::CustomerProfiles
|
|
410
556
|
Batch.add_member(:end_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "EndTime"))
|
411
557
|
Batch.struct_class = Types::Batch
|
412
558
|
|
559
|
+
BatchGetCalculatedAttributeForProfileError.add_member(:code, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Code"))
|
560
|
+
BatchGetCalculatedAttributeForProfileError.add_member(:message, Shapes::ShapeRef.new(shape: string1To1000, required: true, location_name: "Message"))
|
561
|
+
BatchGetCalculatedAttributeForProfileError.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
|
562
|
+
BatchGetCalculatedAttributeForProfileError.struct_class = Types::BatchGetCalculatedAttributeForProfileError
|
563
|
+
|
564
|
+
BatchGetCalculatedAttributeForProfileErrorList.member = Shapes::ShapeRef.new(shape: BatchGetCalculatedAttributeForProfileError)
|
565
|
+
|
566
|
+
BatchGetCalculatedAttributeForProfileIdList.member = Shapes::ShapeRef.new(shape: uuid)
|
567
|
+
|
568
|
+
BatchGetCalculatedAttributeForProfileRequest.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "CalculatedAttributeName"))
|
569
|
+
BatchGetCalculatedAttributeForProfileRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
570
|
+
BatchGetCalculatedAttributeForProfileRequest.add_member(:profile_ids, Shapes::ShapeRef.new(shape: BatchGetCalculatedAttributeForProfileIdList, required: true, location_name: "ProfileIds"))
|
571
|
+
BatchGetCalculatedAttributeForProfileRequest.add_member(:condition_overrides, Shapes::ShapeRef.new(shape: ConditionOverrides, location_name: "ConditionOverrides"))
|
572
|
+
BatchGetCalculatedAttributeForProfileRequest.struct_class = Types::BatchGetCalculatedAttributeForProfileRequest
|
573
|
+
|
574
|
+
BatchGetCalculatedAttributeForProfileResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchGetCalculatedAttributeForProfileErrorList, location_name: "Errors"))
|
575
|
+
BatchGetCalculatedAttributeForProfileResponse.add_member(:calculated_attribute_values, Shapes::ShapeRef.new(shape: CalculatedAttributeValueList, location_name: "CalculatedAttributeValues"))
|
576
|
+
BatchGetCalculatedAttributeForProfileResponse.add_member(:condition_overrides, Shapes::ShapeRef.new(shape: ConditionOverrides, location_name: "ConditionOverrides"))
|
577
|
+
BatchGetCalculatedAttributeForProfileResponse.struct_class = Types::BatchGetCalculatedAttributeForProfileResponse
|
578
|
+
|
579
|
+
BatchGetProfileError.add_member(:code, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Code"))
|
580
|
+
BatchGetProfileError.add_member(:message, Shapes::ShapeRef.new(shape: string1To1000, required: true, location_name: "Message"))
|
581
|
+
BatchGetProfileError.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
|
582
|
+
BatchGetProfileError.struct_class = Types::BatchGetProfileError
|
583
|
+
|
584
|
+
BatchGetProfileErrorList.member = Shapes::ShapeRef.new(shape: BatchGetProfileError)
|
585
|
+
|
586
|
+
BatchGetProfileIdList.member = Shapes::ShapeRef.new(shape: uuid)
|
587
|
+
|
588
|
+
BatchGetProfileRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
589
|
+
BatchGetProfileRequest.add_member(:profile_ids, Shapes::ShapeRef.new(shape: BatchGetProfileIdList, required: true, location_name: "ProfileIds"))
|
590
|
+
BatchGetProfileRequest.struct_class = Types::BatchGetProfileRequest
|
591
|
+
|
592
|
+
BatchGetProfileResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchGetProfileErrorList, location_name: "Errors"))
|
593
|
+
BatchGetProfileResponse.add_member(:profiles, Shapes::ShapeRef.new(shape: ProfileList, location_name: "Profiles"))
|
594
|
+
BatchGetProfileResponse.struct_class = Types::BatchGetProfileResponse
|
595
|
+
|
413
596
|
Batches.member = Shapes::ShapeRef.new(shape: Batch)
|
414
597
|
|
415
598
|
CalculatedAttributeDefinitionsList.member = Shapes::ShapeRef.new(shape: ListCalculatedAttributeDefinitionItem)
|
416
599
|
|
600
|
+
CalculatedAttributeDimension.add_member(:dimension_type, Shapes::ShapeRef.new(shape: AttributeDimensionType, required: true, location_name: "DimensionType"))
|
601
|
+
CalculatedAttributeDimension.add_member(:values, Shapes::ShapeRef.new(shape: Values, required: true, location_name: "Values"))
|
602
|
+
CalculatedAttributeDimension.add_member(:condition_overrides, Shapes::ShapeRef.new(shape: ConditionOverrides, location_name: "ConditionOverrides"))
|
603
|
+
CalculatedAttributeDimension.struct_class = Types::CalculatedAttributeDimension
|
604
|
+
|
605
|
+
CalculatedAttributeValue.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, location_name: "CalculatedAttributeName"))
|
606
|
+
CalculatedAttributeValue.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
607
|
+
CalculatedAttributeValue.add_member(:is_data_partial, Shapes::ShapeRef.new(shape: string1To255, location_name: "IsDataPartial"))
|
608
|
+
CalculatedAttributeValue.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, location_name: "ProfileId"))
|
609
|
+
CalculatedAttributeValue.add_member(:value, Shapes::ShapeRef.new(shape: string1To255, location_name: "Value"))
|
610
|
+
CalculatedAttributeValue.struct_class = Types::CalculatedAttributeValue
|
611
|
+
|
612
|
+
CalculatedAttributeValueList.member = Shapes::ShapeRef.new(shape: CalculatedAttributeValue)
|
613
|
+
|
417
614
|
CalculatedAttributesForProfileList.member = Shapes::ShapeRef.new(shape: ListCalculatedAttributeForProfileItem)
|
418
615
|
|
616
|
+
CalculatedCustomAttributes.key = Shapes::ShapeRef.new(shape: typeName)
|
617
|
+
CalculatedCustomAttributes.value = Shapes::ShapeRef.new(shape: CalculatedAttributeDimension)
|
618
|
+
|
619
|
+
ConditionOverrides.add_member(:range, Shapes::ShapeRef.new(shape: RangeOverride, location_name: "Range"))
|
620
|
+
ConditionOverrides.struct_class = Types::ConditionOverrides
|
621
|
+
|
419
622
|
Conditions.add_member(:range, Shapes::ShapeRef.new(shape: Range, location_name: "Range"))
|
420
623
|
Conditions.add_member(:object_count, Shapes::ShapeRef.new(shape: ObjectCount, location_name: "ObjectCount"))
|
421
624
|
Conditions.add_member(:threshold, Shapes::ShapeRef.new(shape: Threshold, location_name: "Threshold"))
|
@@ -441,6 +644,7 @@ module Aws::CustomerProfiles
|
|
441
644
|
CreateCalculatedAttributeDefinitionRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
442
645
|
CreateCalculatedAttributeDefinitionRequest.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, required: true, location_name: "AttributeDetails"))
|
443
646
|
CreateCalculatedAttributeDefinitionRequest.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
647
|
+
CreateCalculatedAttributeDefinitionRequest.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "Filter"))
|
444
648
|
CreateCalculatedAttributeDefinitionRequest.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, required: true, location_name: "Statistic"))
|
445
649
|
CreateCalculatedAttributeDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
446
650
|
CreateCalculatedAttributeDefinitionRequest.struct_class = Types::CreateCalculatedAttributeDefinitionRequest
|
@@ -450,6 +654,7 @@ module Aws::CustomerProfiles
|
|
450
654
|
CreateCalculatedAttributeDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
451
655
|
CreateCalculatedAttributeDefinitionResponse.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, location_name: "AttributeDetails"))
|
452
656
|
CreateCalculatedAttributeDefinitionResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
657
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "Filter"))
|
453
658
|
CreateCalculatedAttributeDefinitionResponse.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
454
659
|
CreateCalculatedAttributeDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
455
660
|
CreateCalculatedAttributeDefinitionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
@@ -486,6 +691,27 @@ module Aws::CustomerProfiles
|
|
486
691
|
CreateEventStreamResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
487
692
|
CreateEventStreamResponse.struct_class = Types::CreateEventStreamResponse
|
488
693
|
|
694
|
+
CreateEventTriggerRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
695
|
+
CreateEventTriggerRequest.add_member(:event_trigger_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "EventTriggerName"))
|
696
|
+
CreateEventTriggerRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
|
697
|
+
CreateEventTriggerRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
698
|
+
CreateEventTriggerRequest.add_member(:event_trigger_conditions, Shapes::ShapeRef.new(shape: EventTriggerConditions, required: true, location_name: "EventTriggerConditions"))
|
699
|
+
CreateEventTriggerRequest.add_member(:segment_filter, Shapes::ShapeRef.new(shape: name, location_name: "SegmentFilter"))
|
700
|
+
CreateEventTriggerRequest.add_member(:event_trigger_limits, Shapes::ShapeRef.new(shape: EventTriggerLimits, location_name: "EventTriggerLimits"))
|
701
|
+
CreateEventTriggerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
702
|
+
CreateEventTriggerRequest.struct_class = Types::CreateEventTriggerRequest
|
703
|
+
|
704
|
+
CreateEventTriggerResponse.add_member(:event_trigger_name, Shapes::ShapeRef.new(shape: name, location_name: "EventTriggerName"))
|
705
|
+
CreateEventTriggerResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
|
706
|
+
CreateEventTriggerResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
707
|
+
CreateEventTriggerResponse.add_member(:event_trigger_conditions, Shapes::ShapeRef.new(shape: EventTriggerConditions, location_name: "EventTriggerConditions"))
|
708
|
+
CreateEventTriggerResponse.add_member(:segment_filter, Shapes::ShapeRef.new(shape: name, location_name: "SegmentFilter"))
|
709
|
+
CreateEventTriggerResponse.add_member(:event_trigger_limits, Shapes::ShapeRef.new(shape: EventTriggerLimits, location_name: "EventTriggerLimits"))
|
710
|
+
CreateEventTriggerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
711
|
+
CreateEventTriggerResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
712
|
+
CreateEventTriggerResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
713
|
+
CreateEventTriggerResponse.struct_class = Types::CreateEventTriggerResponse
|
714
|
+
|
489
715
|
CreateIntegrationWorkflowRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
490
716
|
CreateIntegrationWorkflowRequest.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "WorkflowType"))
|
491
717
|
CreateIntegrationWorkflowRequest.add_member(:integration_config, Shapes::ShapeRef.new(shape: IntegrationConfig, required: true, location_name: "IntegrationConfig"))
|
@@ -527,6 +753,51 @@ module Aws::CustomerProfiles
|
|
527
753
|
CreateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
|
528
754
|
CreateProfileResponse.struct_class = Types::CreateProfileResponse
|
529
755
|
|
756
|
+
CreateSegmentDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
757
|
+
CreateSegmentDefinitionRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
|
758
|
+
CreateSegmentDefinitionRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "DisplayName"))
|
759
|
+
CreateSegmentDefinitionRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
760
|
+
CreateSegmentDefinitionRequest.add_member(:segment_groups, Shapes::ShapeRef.new(shape: SegmentGroup, required: true, location_name: "SegmentGroups"))
|
761
|
+
CreateSegmentDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
762
|
+
CreateSegmentDefinitionRequest.struct_class = Types::CreateSegmentDefinitionRequest
|
763
|
+
|
764
|
+
CreateSegmentDefinitionResponse.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "SegmentDefinitionName"))
|
765
|
+
CreateSegmentDefinitionResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "DisplayName"))
|
766
|
+
CreateSegmentDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
767
|
+
CreateSegmentDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
768
|
+
CreateSegmentDefinitionResponse.add_member(:segment_definition_arn, Shapes::ShapeRef.new(shape: SegmentDefinitionArn, location_name: "SegmentDefinitionArn"))
|
769
|
+
CreateSegmentDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
770
|
+
CreateSegmentDefinitionResponse.struct_class = Types::CreateSegmentDefinitionResponse
|
771
|
+
|
772
|
+
CreateSegmentEstimateRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
773
|
+
CreateSegmentEstimateRequest.add_member(:segment_query, Shapes::ShapeRef.new(shape: SegmentGroupStructure, required: true, location_name: "SegmentQuery"))
|
774
|
+
CreateSegmentEstimateRequest.struct_class = Types::CreateSegmentEstimateRequest
|
775
|
+
|
776
|
+
CreateSegmentEstimateResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, location_name: "DomainName"))
|
777
|
+
CreateSegmentEstimateResponse.add_member(:estimate_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "EstimateId"))
|
778
|
+
CreateSegmentEstimateResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "StatusCode"))
|
779
|
+
CreateSegmentEstimateResponse.struct_class = Types::CreateSegmentEstimateResponse
|
780
|
+
|
781
|
+
CreateSegmentSnapshotRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
782
|
+
CreateSegmentSnapshotRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
|
783
|
+
CreateSegmentSnapshotRequest.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, required: true, location_name: "DataFormat"))
|
784
|
+
CreateSegmentSnapshotRequest.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
|
785
|
+
CreateSegmentSnapshotRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
786
|
+
CreateSegmentSnapshotRequest.add_member(:destination_uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "DestinationUri"))
|
787
|
+
CreateSegmentSnapshotRequest.struct_class = Types::CreateSegmentSnapshotRequest
|
788
|
+
|
789
|
+
CreateSegmentSnapshotResponse.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "SnapshotId"))
|
790
|
+
CreateSegmentSnapshotResponse.struct_class = Types::CreateSegmentSnapshotResponse
|
791
|
+
|
792
|
+
CustomAttributes.key = Shapes::ShapeRef.new(shape: typeName)
|
793
|
+
CustomAttributes.value = Shapes::ShapeRef.new(shape: AttributeDimension)
|
794
|
+
|
795
|
+
DateDimension.add_member(:dimension_type, Shapes::ShapeRef.new(shape: DateDimensionType, required: true, location_name: "DimensionType"))
|
796
|
+
DateDimension.add_member(:values, Shapes::ShapeRef.new(shape: DateValues, required: true, location_name: "Values"))
|
797
|
+
DateDimension.struct_class = Types::DateDimension
|
798
|
+
|
799
|
+
DateValues.member = Shapes::ShapeRef.new(shape: String)
|
800
|
+
|
530
801
|
DeleteCalculatedAttributeDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
531
802
|
DeleteCalculatedAttributeDefinitionRequest.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "CalculatedAttributeName"))
|
532
803
|
DeleteCalculatedAttributeDefinitionRequest.struct_class = Types::DeleteCalculatedAttributeDefinitionRequest
|
@@ -545,6 +816,13 @@ module Aws::CustomerProfiles
|
|
545
816
|
|
546
817
|
DeleteEventStreamResponse.struct_class = Types::DeleteEventStreamResponse
|
547
818
|
|
819
|
+
DeleteEventTriggerRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
820
|
+
DeleteEventTriggerRequest.add_member(:event_trigger_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "EventTriggerName"))
|
821
|
+
DeleteEventTriggerRequest.struct_class = Types::DeleteEventTriggerRequest
|
822
|
+
|
823
|
+
DeleteEventTriggerResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, required: true, location_name: "Message"))
|
824
|
+
DeleteEventTriggerResponse.struct_class = Types::DeleteEventTriggerResponse
|
825
|
+
|
548
826
|
DeleteIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
549
827
|
DeleteIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
|
550
828
|
DeleteIntegrationRequest.struct_class = Types::DeleteIntegrationRequest
|
@@ -584,6 +862,13 @@ module Aws::CustomerProfiles
|
|
584
862
|
DeleteProfileResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
585
863
|
DeleteProfileResponse.struct_class = Types::DeleteProfileResponse
|
586
864
|
|
865
|
+
DeleteSegmentDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
866
|
+
DeleteSegmentDefinitionRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
|
867
|
+
DeleteSegmentDefinitionRequest.struct_class = Types::DeleteSegmentDefinitionRequest
|
868
|
+
|
869
|
+
DeleteSegmentDefinitionResponse.add_member(:message, Shapes::ShapeRef.new(shape: string1To1000, location_name: "Message"))
|
870
|
+
DeleteSegmentDefinitionResponse.struct_class = Types::DeleteSegmentDefinitionResponse
|
871
|
+
|
587
872
|
DeleteWorkflowRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
588
873
|
DeleteWorkflowRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: string1To255, required: true, location: "uri", location_name: "WorkflowId"))
|
589
874
|
DeleteWorkflowRequest.struct_class = Types::DeleteWorkflowRequest
|
@@ -609,6 +894,16 @@ module Aws::CustomerProfiles
|
|
609
894
|
|
610
895
|
DetectedProfileObjectTypes.member = Shapes::ShapeRef.new(shape: DetectedProfileObjectType)
|
611
896
|
|
897
|
+
Dimension.add_member(:profile_attributes, Shapes::ShapeRef.new(shape: ProfileAttributes, location_name: "ProfileAttributes"))
|
898
|
+
Dimension.add_member(:calculated_attributes, Shapes::ShapeRef.new(shape: CalculatedCustomAttributes, location_name: "CalculatedAttributes"))
|
899
|
+
Dimension.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
900
|
+
Dimension.add_member_subclass(:profile_attributes, Types::Dimension::ProfileAttributes)
|
901
|
+
Dimension.add_member_subclass(:calculated_attributes, Types::Dimension::CalculatedAttributes)
|
902
|
+
Dimension.add_member_subclass(:unknown, Types::Dimension::Unknown)
|
903
|
+
Dimension.struct_class = Types::Dimension
|
904
|
+
|
905
|
+
DimensionList.member = Shapes::ShapeRef.new(shape: Dimension)
|
906
|
+
|
612
907
|
DomainList.member = Shapes::ShapeRef.new(shape: ListDomainItem)
|
613
908
|
|
614
909
|
DomainStats.add_member(:profile_count, Shapes::ShapeRef.new(shape: long, location_name: "ProfileCount"))
|
@@ -636,12 +931,49 @@ module Aws::CustomerProfiles
|
|
636
931
|
|
637
932
|
EventStreamSummaryList.member = Shapes::ShapeRef.new(shape: EventStreamSummary)
|
638
933
|
|
934
|
+
EventTriggerCondition.add_member(:event_trigger_dimensions, Shapes::ShapeRef.new(shape: EventTriggerDimensions, required: true, location_name: "EventTriggerDimensions"))
|
935
|
+
EventTriggerCondition.add_member(:logical_operator, Shapes::ShapeRef.new(shape: EventTriggerLogicalOperator, required: true, location_name: "LogicalOperator"))
|
936
|
+
EventTriggerCondition.struct_class = Types::EventTriggerCondition
|
937
|
+
|
938
|
+
EventTriggerConditions.member = Shapes::ShapeRef.new(shape: EventTriggerCondition)
|
939
|
+
|
940
|
+
EventTriggerDimension.add_member(:object_attributes, Shapes::ShapeRef.new(shape: ObjectAttributes, required: true, location_name: "ObjectAttributes"))
|
941
|
+
EventTriggerDimension.struct_class = Types::EventTriggerDimension
|
942
|
+
|
943
|
+
EventTriggerDimensions.member = Shapes::ShapeRef.new(shape: EventTriggerDimension)
|
944
|
+
|
945
|
+
EventTriggerLimits.add_member(:event_expiration, Shapes::ShapeRef.new(shape: optionalLong, location_name: "EventExpiration"))
|
946
|
+
EventTriggerLimits.add_member(:periods, Shapes::ShapeRef.new(shape: Periods, location_name: "Periods"))
|
947
|
+
EventTriggerLimits.struct_class = Types::EventTriggerLimits
|
948
|
+
|
949
|
+
EventTriggerNames.member = Shapes::ShapeRef.new(shape: name)
|
950
|
+
|
951
|
+
EventTriggerSummaryItem.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
|
952
|
+
EventTriggerSummaryItem.add_member(:event_trigger_name, Shapes::ShapeRef.new(shape: name, location_name: "EventTriggerName"))
|
953
|
+
EventTriggerSummaryItem.add_member(:description, Shapes::ShapeRef.new(shape: text, location_name: "Description"))
|
954
|
+
EventTriggerSummaryItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
955
|
+
EventTriggerSummaryItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
956
|
+
EventTriggerSummaryItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
957
|
+
EventTriggerSummaryItem.struct_class = Types::EventTriggerSummaryItem
|
958
|
+
|
959
|
+
EventTriggerSummaryList.member = Shapes::ShapeRef.new(shape: EventTriggerSummaryItem)
|
960
|
+
|
961
|
+
EventTriggerValues.member = Shapes::ShapeRef.new(shape: string1To255)
|
962
|
+
|
639
963
|
ExportingConfig.add_member(:s3_exporting, Shapes::ShapeRef.new(shape: S3ExportingConfig, location_name: "S3Exporting"))
|
640
964
|
ExportingConfig.struct_class = Types::ExportingConfig
|
641
965
|
|
642
966
|
ExportingLocation.add_member(:s3_exporting, Shapes::ShapeRef.new(shape: S3ExportingLocation, location_name: "S3Exporting"))
|
643
967
|
ExportingLocation.struct_class = Types::ExportingLocation
|
644
968
|
|
969
|
+
ExtraLengthValueProfileDimension.add_member(:dimension_type, Shapes::ShapeRef.new(shape: StringDimensionType, required: true, location_name: "DimensionType"))
|
970
|
+
ExtraLengthValueProfileDimension.add_member(:values, Shapes::ShapeRef.new(shape: ExtraLengthValues, required: true, location_name: "Values"))
|
971
|
+
ExtraLengthValueProfileDimension.struct_class = Types::ExtraLengthValueProfileDimension
|
972
|
+
|
973
|
+
ExtraLengthValues.member = Shapes::ShapeRef.new(shape: string1To1000)
|
974
|
+
|
975
|
+
Failures.member = Shapes::ShapeRef.new(shape: ProfileQueryFailures)
|
976
|
+
|
645
977
|
FieldMap.key = Shapes::ShapeRef.new(shape: name)
|
646
978
|
FieldMap.value = Shapes::ShapeRef.new(shape: ObjectTypeField)
|
647
979
|
|
@@ -670,6 +1002,23 @@ module Aws::CustomerProfiles
|
|
670
1002
|
FieldSourceProfileIds.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeSourceIdMap, location_name: "Attributes"))
|
671
1003
|
FieldSourceProfileIds.struct_class = Types::FieldSourceProfileIds
|
672
1004
|
|
1005
|
+
Filter.add_member(:include, Shapes::ShapeRef.new(shape: Include, required: true, location_name: "Include"))
|
1006
|
+
Filter.add_member(:groups, Shapes::ShapeRef.new(shape: GroupList, required: true, location_name: "Groups"))
|
1007
|
+
Filter.struct_class = Types::Filter
|
1008
|
+
|
1009
|
+
FilterAttributeDimension.add_member(:dimension_type, Shapes::ShapeRef.new(shape: FilterDimensionType, required: true, location_name: "DimensionType"))
|
1010
|
+
FilterAttributeDimension.add_member(:values, Shapes::ShapeRef.new(shape: ValueList, required: true, location_name: "Values"))
|
1011
|
+
FilterAttributeDimension.struct_class = Types::FilterAttributeDimension
|
1012
|
+
|
1013
|
+
FilterDimension.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeMap, required: true, location_name: "Attributes"))
|
1014
|
+
FilterDimension.struct_class = Types::FilterDimension
|
1015
|
+
|
1016
|
+
FilterDimensionList.member = Shapes::ShapeRef.new(shape: FilterDimension)
|
1017
|
+
|
1018
|
+
FilterGroup.add_member(:type, Shapes::ShapeRef.new(shape: Type, required: true, location_name: "Type"))
|
1019
|
+
FilterGroup.add_member(:dimensions, Shapes::ShapeRef.new(shape: FilterDimensionList, required: true, location_name: "Dimensions"))
|
1020
|
+
FilterGroup.struct_class = Types::FilterGroup
|
1021
|
+
|
673
1022
|
FlowDefinition.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "Description"))
|
674
1023
|
FlowDefinition.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "FlowName"))
|
675
1024
|
FlowDefinition.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KmsArn, required: true, location_name: "KmsArn"))
|
@@ -704,6 +1053,7 @@ module Aws::CustomerProfiles
|
|
704
1053
|
GetCalculatedAttributeDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
705
1054
|
GetCalculatedAttributeDefinitionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
706
1055
|
GetCalculatedAttributeDefinitionResponse.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
1056
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "Filter"))
|
707
1057
|
GetCalculatedAttributeDefinitionResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
708
1058
|
GetCalculatedAttributeDefinitionResponse.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, location_name: "AttributeDetails"))
|
709
1059
|
GetCalculatedAttributeDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
@@ -748,6 +1098,21 @@ module Aws::CustomerProfiles
|
|
748
1098
|
GetEventStreamResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
749
1099
|
GetEventStreamResponse.struct_class = Types::GetEventStreamResponse
|
750
1100
|
|
1101
|
+
GetEventTriggerRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1102
|
+
GetEventTriggerRequest.add_member(:event_trigger_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "EventTriggerName"))
|
1103
|
+
GetEventTriggerRequest.struct_class = Types::GetEventTriggerRequest
|
1104
|
+
|
1105
|
+
GetEventTriggerResponse.add_member(:event_trigger_name, Shapes::ShapeRef.new(shape: name, location_name: "EventTriggerName"))
|
1106
|
+
GetEventTriggerResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
|
1107
|
+
GetEventTriggerResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
1108
|
+
GetEventTriggerResponse.add_member(:event_trigger_conditions, Shapes::ShapeRef.new(shape: EventTriggerConditions, location_name: "EventTriggerConditions"))
|
1109
|
+
GetEventTriggerResponse.add_member(:segment_filter, Shapes::ShapeRef.new(shape: name, location_name: "SegmentFilter"))
|
1110
|
+
GetEventTriggerResponse.add_member(:event_trigger_limits, Shapes::ShapeRef.new(shape: EventTriggerLimits, location_name: "EventTriggerLimits"))
|
1111
|
+
GetEventTriggerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
1112
|
+
GetEventTriggerResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
1113
|
+
GetEventTriggerResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1114
|
+
GetEventTriggerResponse.struct_class = Types::GetEventTriggerResponse
|
1115
|
+
|
751
1116
|
GetIdentityResolutionJobRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
752
1117
|
GetIdentityResolutionJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, required: true, location: "uri", location_name: "JobId"))
|
753
1118
|
GetIdentityResolutionJobRequest.struct_class = Types::GetIdentityResolutionJobRequest
|
@@ -779,6 +1144,7 @@ module Aws::CustomerProfiles
|
|
779
1144
|
GetIntegrationResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "WorkflowId"))
|
780
1145
|
GetIntegrationResponse.add_member(:is_unstructured, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "IsUnstructured"))
|
781
1146
|
GetIntegrationResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
1147
|
+
GetIntegrationResponse.add_member(:event_trigger_names, Shapes::ShapeRef.new(shape: EventTriggerNames, location_name: "EventTriggerNames"))
|
782
1148
|
GetIntegrationResponse.struct_class = Types::GetIntegrationResponse
|
783
1149
|
|
784
1150
|
GetMatchesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
@@ -824,6 +1190,55 @@ module Aws::CustomerProfiles
|
|
824
1190
|
GetProfileObjectTypeTemplateResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
|
825
1191
|
GetProfileObjectTypeTemplateResponse.struct_class = Types::GetProfileObjectTypeTemplateResponse
|
826
1192
|
|
1193
|
+
GetSegmentDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1194
|
+
GetSegmentDefinitionRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
|
1195
|
+
GetSegmentDefinitionRequest.struct_class = Types::GetSegmentDefinitionRequest
|
1196
|
+
|
1197
|
+
GetSegmentDefinitionResponse.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, location_name: "SegmentDefinitionName"))
|
1198
|
+
GetSegmentDefinitionResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "DisplayName"))
|
1199
|
+
GetSegmentDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
1200
|
+
GetSegmentDefinitionResponse.add_member(:segment_groups, Shapes::ShapeRef.new(shape: SegmentGroup, location_name: "SegmentGroups"))
|
1201
|
+
GetSegmentDefinitionResponse.add_member(:segment_definition_arn, Shapes::ShapeRef.new(shape: SegmentDefinitionArn, required: true, location_name: "SegmentDefinitionArn"))
|
1202
|
+
GetSegmentDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
1203
|
+
GetSegmentDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1204
|
+
GetSegmentDefinitionResponse.struct_class = Types::GetSegmentDefinitionResponse
|
1205
|
+
|
1206
|
+
GetSegmentEstimateRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1207
|
+
GetSegmentEstimateRequest.add_member(:estimate_id, Shapes::ShapeRef.new(shape: string1To255, required: true, location: "uri", location_name: "EstimateId"))
|
1208
|
+
GetSegmentEstimateRequest.struct_class = Types::GetSegmentEstimateRequest
|
1209
|
+
|
1210
|
+
GetSegmentEstimateResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, location_name: "DomainName"))
|
1211
|
+
GetSegmentEstimateResponse.add_member(:estimate_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "EstimateId"))
|
1212
|
+
GetSegmentEstimateResponse.add_member(:status, Shapes::ShapeRef.new(shape: EstimateStatus, location_name: "Status"))
|
1213
|
+
GetSegmentEstimateResponse.add_member(:estimate, Shapes::ShapeRef.new(shape: string1To255, location_name: "Estimate"))
|
1214
|
+
GetSegmentEstimateResponse.add_member(:message, Shapes::ShapeRef.new(shape: string1To255, location_name: "Message"))
|
1215
|
+
GetSegmentEstimateResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "StatusCode"))
|
1216
|
+
GetSegmentEstimateResponse.struct_class = Types::GetSegmentEstimateResponse
|
1217
|
+
|
1218
|
+
GetSegmentMembershipRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1219
|
+
GetSegmentMembershipRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
|
1220
|
+
GetSegmentMembershipRequest.add_member(:profile_ids, Shapes::ShapeRef.new(shape: ProfileIds, required: true, location_name: "ProfileIds"))
|
1221
|
+
GetSegmentMembershipRequest.struct_class = Types::GetSegmentMembershipRequest
|
1222
|
+
|
1223
|
+
GetSegmentMembershipResponse.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, location_name: "SegmentDefinitionName"))
|
1224
|
+
GetSegmentMembershipResponse.add_member(:profiles, Shapes::ShapeRef.new(shape: Profiles, location_name: "Profiles"))
|
1225
|
+
GetSegmentMembershipResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "Failures"))
|
1226
|
+
GetSegmentMembershipResponse.struct_class = Types::GetSegmentMembershipResponse
|
1227
|
+
|
1228
|
+
GetSegmentSnapshotRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1229
|
+
GetSegmentSnapshotRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
|
1230
|
+
GetSegmentSnapshotRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: uuid, required: true, location: "uri", location_name: "SnapshotId"))
|
1231
|
+
GetSegmentSnapshotRequest.struct_class = Types::GetSegmentSnapshotRequest
|
1232
|
+
|
1233
|
+
GetSegmentSnapshotResponse.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "SnapshotId"))
|
1234
|
+
GetSegmentSnapshotResponse.add_member(:status, Shapes::ShapeRef.new(shape: SegmentSnapshotStatus, required: true, location_name: "Status"))
|
1235
|
+
GetSegmentSnapshotResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: string1To1000, location_name: "StatusMessage"))
|
1236
|
+
GetSegmentSnapshotResponse.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, required: true, location_name: "DataFormat"))
|
1237
|
+
GetSegmentSnapshotResponse.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
|
1238
|
+
GetSegmentSnapshotResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
1239
|
+
GetSegmentSnapshotResponse.add_member(:destination_uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "DestinationUri"))
|
1240
|
+
GetSegmentSnapshotResponse.struct_class = Types::GetSegmentSnapshotResponse
|
1241
|
+
|
827
1242
|
GetSimilarProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
828
1243
|
GetSimilarProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
829
1244
|
GetSimilarProfilesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
@@ -866,6 +1281,14 @@ module Aws::CustomerProfiles
|
|
866
1281
|
GetWorkflowStepsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
867
1282
|
GetWorkflowStepsResponse.struct_class = Types::GetWorkflowStepsResponse
|
868
1283
|
|
1284
|
+
Group.add_member(:dimensions, Shapes::ShapeRef.new(shape: DimensionList, location_name: "Dimensions"))
|
1285
|
+
Group.add_member(:source_segments, Shapes::ShapeRef.new(shape: SourceSegmentList, location_name: "SourceSegments"))
|
1286
|
+
Group.add_member(:source_type, Shapes::ShapeRef.new(shape: IncludeOptions, location_name: "SourceType"))
|
1287
|
+
Group.add_member(:type, Shapes::ShapeRef.new(shape: IncludeOptions, location_name: "Type"))
|
1288
|
+
Group.struct_class = Types::Group
|
1289
|
+
|
1290
|
+
GroupList.member = Shapes::ShapeRef.new(shape: FilterGroup)
|
1291
|
+
|
869
1292
|
IdentityResolutionJob.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, location_name: "DomainName"))
|
870
1293
|
IdentityResolutionJob.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, location_name: "JobId"))
|
871
1294
|
IdentityResolutionJob.add_member(:status, Shapes::ShapeRef.new(shape: IdentityResolutionJobStatus, location_name: "Status"))
|
@@ -967,6 +1390,15 @@ module Aws::CustomerProfiles
|
|
967
1390
|
ListEventStreamsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
968
1391
|
ListEventStreamsResponse.struct_class = Types::ListEventStreamsResponse
|
969
1392
|
|
1393
|
+
ListEventTriggersRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1394
|
+
ListEventTriggersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
1395
|
+
ListEventTriggersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
1396
|
+
ListEventTriggersRequest.struct_class = Types::ListEventTriggersRequest
|
1397
|
+
|
1398
|
+
ListEventTriggersResponse.add_member(:items, Shapes::ShapeRef.new(shape: EventTriggerSummaryList, location_name: "Items"))
|
1399
|
+
ListEventTriggersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
1400
|
+
ListEventTriggersResponse.struct_class = Types::ListEventTriggersResponse
|
1401
|
+
|
970
1402
|
ListIdentityResolutionJobsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
971
1403
|
ListIdentityResolutionJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
972
1404
|
ListIdentityResolutionJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
@@ -986,6 +1418,7 @@ module Aws::CustomerProfiles
|
|
986
1418
|
ListIntegrationItem.add_member(:workflow_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "WorkflowId"))
|
987
1419
|
ListIntegrationItem.add_member(:is_unstructured, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "IsUnstructured"))
|
988
1420
|
ListIntegrationItem.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
1421
|
+
ListIntegrationItem.add_member(:event_trigger_names, Shapes::ShapeRef.new(shape: EventTriggerNames, location_name: "EventTriggerNames"))
|
989
1422
|
ListIntegrationItem.struct_class = Types::ListIntegrationItem
|
990
1423
|
|
991
1424
|
ListIntegrationsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
@@ -998,6 +1431,22 @@ module Aws::CustomerProfiles
|
|
998
1431
|
ListIntegrationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
999
1432
|
ListIntegrationsResponse.struct_class = Types::ListIntegrationsResponse
|
1000
1433
|
|
1434
|
+
ListObjectTypeAttributeItem.add_member(:attribute_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "AttributeName"))
|
1435
|
+
ListObjectTypeAttributeItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
|
1436
|
+
ListObjectTypeAttributeItem.struct_class = Types::ListObjectTypeAttributeItem
|
1437
|
+
|
1438
|
+
ListObjectTypeAttributesList.member = Shapes::ShapeRef.new(shape: ListObjectTypeAttributeItem)
|
1439
|
+
|
1440
|
+
ListObjectTypeAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
1441
|
+
ListObjectTypeAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
1442
|
+
ListObjectTypeAttributesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1443
|
+
ListObjectTypeAttributesRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "ObjectTypeName"))
|
1444
|
+
ListObjectTypeAttributesRequest.struct_class = Types::ListObjectTypeAttributesRequest
|
1445
|
+
|
1446
|
+
ListObjectTypeAttributesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ListObjectTypeAttributesList, location_name: "Items"))
|
1447
|
+
ListObjectTypeAttributesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
1448
|
+
ListObjectTypeAttributesResponse.struct_class = Types::ListObjectTypeAttributesResponse
|
1449
|
+
|
1001
1450
|
ListProfileObjectTypeItem.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
|
1002
1451
|
ListProfileObjectTypeItem.add_member(:description, Shapes::ShapeRef.new(shape: text, required: true, location_name: "Description"))
|
1003
1452
|
ListProfileObjectTypeItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
@@ -1055,6 +1504,15 @@ module Aws::CustomerProfiles
|
|
1055
1504
|
ListRuleBasedMatchesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
1056
1505
|
ListRuleBasedMatchesResponse.struct_class = Types::ListRuleBasedMatchesResponse
|
1057
1506
|
|
1507
|
+
ListSegmentDefinitionsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1508
|
+
ListSegmentDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize500, location: "querystring", location_name: "max-results"))
|
1509
|
+
ListSegmentDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
1510
|
+
ListSegmentDefinitionsRequest.struct_class = Types::ListSegmentDefinitionsRequest
|
1511
|
+
|
1512
|
+
ListSegmentDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
1513
|
+
ListSegmentDefinitionsResponse.add_member(:items, Shapes::ShapeRef.new(shape: SegmentDefinitionsList, location_name: "Items"))
|
1514
|
+
ListSegmentDefinitionsResponse.struct_class = Types::ListSegmentDefinitionsResponse
|
1515
|
+
|
1058
1516
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
|
1059
1517
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
1060
1518
|
|
@@ -1126,6 +1584,14 @@ module Aws::CustomerProfiles
|
|
1126
1584
|
MergeProfilesResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
1127
1585
|
MergeProfilesResponse.struct_class = Types::MergeProfilesResponse
|
1128
1586
|
|
1587
|
+
ObjectAttribute.add_member(:source, Shapes::ShapeRef.new(shape: text, location_name: "Source"))
|
1588
|
+
ObjectAttribute.add_member(:field_name, Shapes::ShapeRef.new(shape: fieldName, location_name: "FieldName"))
|
1589
|
+
ObjectAttribute.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, required: true, location_name: "ComparisonOperator"))
|
1590
|
+
ObjectAttribute.add_member(:values, Shapes::ShapeRef.new(shape: EventTriggerValues, required: true, location_name: "Values"))
|
1591
|
+
ObjectAttribute.struct_class = Types::ObjectAttribute
|
1592
|
+
|
1593
|
+
ObjectAttributes.member = Shapes::ShapeRef.new(shape: ObjectAttribute)
|
1594
|
+
|
1129
1595
|
ObjectFilter.add_member(:key_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "KeyName"))
|
1130
1596
|
ObjectFilter.add_member(:values, Shapes::ShapeRef.new(shape: requestValueList, required: true, location_name: "Values"))
|
1131
1597
|
ObjectFilter.struct_class = Types::ObjectFilter
|
@@ -1146,6 +1612,14 @@ module Aws::CustomerProfiles
|
|
1146
1612
|
|
1147
1613
|
Objects.member = Shapes::ShapeRef.new(shape: stringifiedJson)
|
1148
1614
|
|
1615
|
+
Period.add_member(:unit, Shapes::ShapeRef.new(shape: PeriodUnit, required: true, location_name: "Unit"))
|
1616
|
+
Period.add_member(:value, Shapes::ShapeRef.new(shape: maxSize24, required: true, location_name: "Value"))
|
1617
|
+
Period.add_member(:max_invocations_per_profile, Shapes::ShapeRef.new(shape: maxSize1000, location_name: "MaxInvocationsPerProfile"))
|
1618
|
+
Period.add_member(:unlimited, Shapes::ShapeRef.new(shape: boolean, location_name: "Unlimited"))
|
1619
|
+
Period.struct_class = Types::Period
|
1620
|
+
|
1621
|
+
Periods.member = Shapes::ShapeRef.new(shape: Period)
|
1622
|
+
|
1149
1623
|
PhoneNumberList.member = Shapes::ShapeRef.new(shape: string1To255)
|
1150
1624
|
|
1151
1625
|
Profile.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, location_name: "ProfileId"))
|
@@ -1175,10 +1649,49 @@ module Aws::CustomerProfiles
|
|
1175
1649
|
Profile.add_member(:gender_string, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "GenderString"))
|
1176
1650
|
Profile.struct_class = Types::Profile
|
1177
1651
|
|
1652
|
+
ProfileAttributeValuesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1653
|
+
ProfileAttributeValuesRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: string1To255, required: true, location: "uri", location_name: "AttributeName"))
|
1654
|
+
ProfileAttributeValuesRequest.struct_class = Types::ProfileAttributeValuesRequest
|
1655
|
+
|
1656
|
+
ProfileAttributeValuesResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, location_name: "DomainName"))
|
1657
|
+
ProfileAttributeValuesResponse.add_member(:attribute_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "AttributeName"))
|
1658
|
+
ProfileAttributeValuesResponse.add_member(:items, Shapes::ShapeRef.new(shape: AttributeValueItemList, location_name: "Items"))
|
1659
|
+
ProfileAttributeValuesResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "StatusCode"))
|
1660
|
+
ProfileAttributeValuesResponse.struct_class = Types::ProfileAttributeValuesResponse
|
1661
|
+
|
1662
|
+
ProfileAttributes.add_member(:account_number, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "AccountNumber"))
|
1663
|
+
ProfileAttributes.add_member(:additional_information, Shapes::ShapeRef.new(shape: ExtraLengthValueProfileDimension, location_name: "AdditionalInformation"))
|
1664
|
+
ProfileAttributes.add_member(:first_name, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "FirstName"))
|
1665
|
+
ProfileAttributes.add_member(:last_name, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "LastName"))
|
1666
|
+
ProfileAttributes.add_member(:middle_name, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "MiddleName"))
|
1667
|
+
ProfileAttributes.add_member(:gender_string, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "GenderString"))
|
1668
|
+
ProfileAttributes.add_member(:party_type_string, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "PartyTypeString"))
|
1669
|
+
ProfileAttributes.add_member(:birth_date, Shapes::ShapeRef.new(shape: DateDimension, location_name: "BirthDate"))
|
1670
|
+
ProfileAttributes.add_member(:phone_number, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "PhoneNumber"))
|
1671
|
+
ProfileAttributes.add_member(:business_name, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "BusinessName"))
|
1672
|
+
ProfileAttributes.add_member(:business_phone_number, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "BusinessPhoneNumber"))
|
1673
|
+
ProfileAttributes.add_member(:home_phone_number, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "HomePhoneNumber"))
|
1674
|
+
ProfileAttributes.add_member(:mobile_phone_number, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "MobilePhoneNumber"))
|
1675
|
+
ProfileAttributes.add_member(:email_address, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "EmailAddress"))
|
1676
|
+
ProfileAttributes.add_member(:personal_email_address, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "PersonalEmailAddress"))
|
1677
|
+
ProfileAttributes.add_member(:business_email_address, Shapes::ShapeRef.new(shape: ProfileDimension, location_name: "BusinessEmailAddress"))
|
1678
|
+
ProfileAttributes.add_member(:address, Shapes::ShapeRef.new(shape: AddressDimension, location_name: "Address"))
|
1679
|
+
ProfileAttributes.add_member(:shipping_address, Shapes::ShapeRef.new(shape: AddressDimension, location_name: "ShippingAddress"))
|
1680
|
+
ProfileAttributes.add_member(:mailing_address, Shapes::ShapeRef.new(shape: AddressDimension, location_name: "MailingAddress"))
|
1681
|
+
ProfileAttributes.add_member(:billing_address, Shapes::ShapeRef.new(shape: AddressDimension, location_name: "BillingAddress"))
|
1682
|
+
ProfileAttributes.add_member(:attributes, Shapes::ShapeRef.new(shape: CustomAttributes, location_name: "Attributes"))
|
1683
|
+
ProfileAttributes.struct_class = Types::ProfileAttributes
|
1684
|
+
|
1685
|
+
ProfileDimension.add_member(:dimension_type, Shapes::ShapeRef.new(shape: StringDimensionType, required: true, location_name: "DimensionType"))
|
1686
|
+
ProfileDimension.add_member(:values, Shapes::ShapeRef.new(shape: Values, required: true, location_name: "Values"))
|
1687
|
+
ProfileDimension.struct_class = Types::ProfileDimension
|
1688
|
+
|
1178
1689
|
ProfileIdList.member = Shapes::ShapeRef.new(shape: uuid)
|
1179
1690
|
|
1180
1691
|
ProfileIdToBeMergedList.member = Shapes::ShapeRef.new(shape: uuid)
|
1181
1692
|
|
1693
|
+
ProfileIds.member = Shapes::ShapeRef.new(shape: uuid)
|
1694
|
+
|
1182
1695
|
ProfileList.member = Shapes::ShapeRef.new(shape: Profile)
|
1183
1696
|
|
1184
1697
|
ProfileObjectList.member = Shapes::ShapeRef.new(shape: ListProfileObjectsItem)
|
@@ -1187,6 +1700,18 @@ module Aws::CustomerProfiles
|
|
1187
1700
|
|
1188
1701
|
ProfileObjectTypeTemplateList.member = Shapes::ShapeRef.new(shape: ListProfileObjectTypeTemplateItem)
|
1189
1702
|
|
1703
|
+
ProfileQueryFailures.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "ProfileId"))
|
1704
|
+
ProfileQueryFailures.add_member(:message, Shapes::ShapeRef.new(shape: GetSegmentMembershipMessage, required: true, location_name: "Message"))
|
1705
|
+
ProfileQueryFailures.add_member(:status, Shapes::ShapeRef.new(shape: GetSegmentMembershipStatus, location_name: "Status"))
|
1706
|
+
ProfileQueryFailures.struct_class = Types::ProfileQueryFailures
|
1707
|
+
|
1708
|
+
ProfileQueryResult.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "ProfileId"))
|
1709
|
+
ProfileQueryResult.add_member(:query_result, Shapes::ShapeRef.new(shape: QueryResult, required: true, location_name: "QueryResult"))
|
1710
|
+
ProfileQueryResult.add_member(:profile, Shapes::ShapeRef.new(shape: Profile, location_name: "Profile"))
|
1711
|
+
ProfileQueryResult.struct_class = Types::ProfileQueryResult
|
1712
|
+
|
1713
|
+
Profiles.member = Shapes::ShapeRef.new(shape: ProfileQueryResult)
|
1714
|
+
|
1190
1715
|
PutIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1191
1716
|
PutIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "Uri"))
|
1192
1717
|
PutIntegrationRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
|
@@ -1194,6 +1719,7 @@ module Aws::CustomerProfiles
|
|
1194
1719
|
PutIntegrationRequest.add_member(:flow_definition, Shapes::ShapeRef.new(shape: FlowDefinition, location_name: "FlowDefinition"))
|
1195
1720
|
PutIntegrationRequest.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
|
1196
1721
|
PutIntegrationRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
1722
|
+
PutIntegrationRequest.add_member(:event_trigger_names, Shapes::ShapeRef.new(shape: EventTriggerNames, location_name: "EventTriggerNames"))
|
1197
1723
|
PutIntegrationRequest.struct_class = Types::PutIntegrationRequest
|
1198
1724
|
|
1199
1725
|
PutIntegrationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
|
@@ -1206,6 +1732,7 @@ module Aws::CustomerProfiles
|
|
1206
1732
|
PutIntegrationResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "WorkflowId"))
|
1207
1733
|
PutIntegrationResponse.add_member(:is_unstructured, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "IsUnstructured"))
|
1208
1734
|
PutIntegrationResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
1735
|
+
PutIntegrationResponse.add_member(:event_trigger_names, Shapes::ShapeRef.new(shape: EventTriggerNames, location_name: "EventTriggerNames"))
|
1209
1736
|
PutIntegrationResponse.struct_class = Types::PutIntegrationResponse
|
1210
1737
|
|
1211
1738
|
PutProfileObjectRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
|
@@ -1250,6 +1777,11 @@ module Aws::CustomerProfiles
|
|
1250
1777
|
Range.add_member(:unit, Shapes::ShapeRef.new(shape: Unit, required: true, location_name: "Unit"))
|
1251
1778
|
Range.struct_class = Types::Range
|
1252
1779
|
|
1780
|
+
RangeOverride.add_member(:start, Shapes::ShapeRef.new(shape: Start, required: true, location_name: "Start"))
|
1781
|
+
RangeOverride.add_member(:end, Shapes::ShapeRef.new(shape: End, location_name: "End"))
|
1782
|
+
RangeOverride.add_member(:unit, Shapes::ShapeRef.new(shape: RangeUnit, required: true, location_name: "Unit"))
|
1783
|
+
RangeOverride.struct_class = Types::RangeOverride
|
1784
|
+
|
1253
1785
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
1254
1786
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
1255
1787
|
|
@@ -1311,6 +1843,26 @@ module Aws::CustomerProfiles
|
|
1311
1843
|
SearchProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
1312
1844
|
SearchProfilesResponse.struct_class = Types::SearchProfilesResponse
|
1313
1845
|
|
1846
|
+
SegmentDefinitionItem.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, location_name: "SegmentDefinitionName"))
|
1847
|
+
SegmentDefinitionItem.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "DisplayName"))
|
1848
|
+
SegmentDefinitionItem.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
1849
|
+
SegmentDefinitionItem.add_member(:segment_definition_arn, Shapes::ShapeRef.new(shape: SegmentDefinitionArn, location_name: "SegmentDefinitionArn"))
|
1850
|
+
SegmentDefinitionItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
1851
|
+
SegmentDefinitionItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1852
|
+
SegmentDefinitionItem.struct_class = Types::SegmentDefinitionItem
|
1853
|
+
|
1854
|
+
SegmentDefinitionsList.member = Shapes::ShapeRef.new(shape: SegmentDefinitionItem)
|
1855
|
+
|
1856
|
+
SegmentGroup.add_member(:groups, Shapes::ShapeRef.new(shape: SegmentGroupList, location_name: "Groups"))
|
1857
|
+
SegmentGroup.add_member(:include, Shapes::ShapeRef.new(shape: IncludeOptions, location_name: "Include"))
|
1858
|
+
SegmentGroup.struct_class = Types::SegmentGroup
|
1859
|
+
|
1860
|
+
SegmentGroupList.member = Shapes::ShapeRef.new(shape: Group)
|
1861
|
+
|
1862
|
+
SegmentGroupStructure.add_member(:groups, Shapes::ShapeRef.new(shape: SegmentGroupList, location_name: "Groups"))
|
1863
|
+
SegmentGroupStructure.add_member(:include, Shapes::ShapeRef.new(shape: IncludeOptions, location_name: "Include"))
|
1864
|
+
SegmentGroupStructure.struct_class = Types::SegmentGroupStructure
|
1865
|
+
|
1314
1866
|
ServiceNowSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
|
1315
1867
|
ServiceNowSourceProperties.struct_class = Types::ServiceNowSourceProperties
|
1316
1868
|
|
@@ -1329,6 +1881,11 @@ module Aws::CustomerProfiles
|
|
1329
1881
|
SourceFlowConfig.add_member(:source_connector_properties, Shapes::ShapeRef.new(shape: SourceConnectorProperties, required: true, location_name: "SourceConnectorProperties"))
|
1330
1882
|
SourceFlowConfig.struct_class = Types::SourceFlowConfig
|
1331
1883
|
|
1884
|
+
SourceSegment.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, location_name: "SegmentDefinitionName"))
|
1885
|
+
SourceSegment.struct_class = Types::SourceSegment
|
1886
|
+
|
1887
|
+
SourceSegmentList.member = Shapes::ShapeRef.new(shape: SourceSegment)
|
1888
|
+
|
1332
1889
|
StandardIdentifierList.member = Shapes::ShapeRef.new(shape: StandardIdentifier)
|
1333
1890
|
|
1334
1891
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
@@ -1427,6 +1984,26 @@ module Aws::CustomerProfiles
|
|
1427
1984
|
UpdateDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1428
1985
|
UpdateDomainResponse.struct_class = Types::UpdateDomainResponse
|
1429
1986
|
|
1987
|
+
UpdateEventTriggerRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1988
|
+
UpdateEventTriggerRequest.add_member(:event_trigger_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "EventTriggerName"))
|
1989
|
+
UpdateEventTriggerRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
|
1990
|
+
UpdateEventTriggerRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
1991
|
+
UpdateEventTriggerRequest.add_member(:event_trigger_conditions, Shapes::ShapeRef.new(shape: EventTriggerConditions, location_name: "EventTriggerConditions"))
|
1992
|
+
UpdateEventTriggerRequest.add_member(:segment_filter, Shapes::ShapeRef.new(shape: name, location_name: "SegmentFilter"))
|
1993
|
+
UpdateEventTriggerRequest.add_member(:event_trigger_limits, Shapes::ShapeRef.new(shape: EventTriggerLimits, location_name: "EventTriggerLimits"))
|
1994
|
+
UpdateEventTriggerRequest.struct_class = Types::UpdateEventTriggerRequest
|
1995
|
+
|
1996
|
+
UpdateEventTriggerResponse.add_member(:event_trigger_name, Shapes::ShapeRef.new(shape: name, location_name: "EventTriggerName"))
|
1997
|
+
UpdateEventTriggerResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
|
1998
|
+
UpdateEventTriggerResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
1999
|
+
UpdateEventTriggerResponse.add_member(:event_trigger_conditions, Shapes::ShapeRef.new(shape: EventTriggerConditions, location_name: "EventTriggerConditions"))
|
2000
|
+
UpdateEventTriggerResponse.add_member(:segment_filter, Shapes::ShapeRef.new(shape: name, location_name: "SegmentFilter"))
|
2001
|
+
UpdateEventTriggerResponse.add_member(:event_trigger_limits, Shapes::ShapeRef.new(shape: EventTriggerLimits, location_name: "EventTriggerLimits"))
|
2002
|
+
UpdateEventTriggerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
2003
|
+
UpdateEventTriggerResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
2004
|
+
UpdateEventTriggerResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
2005
|
+
UpdateEventTriggerResponse.struct_class = Types::UpdateEventTriggerResponse
|
2006
|
+
|
1430
2007
|
UpdateProfileRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1431
2008
|
UpdateProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
|
1432
2009
|
UpdateProfileRequest.add_member(:additional_information, Shapes::ShapeRef.new(shape: sensitiveString0To1000, location_name: "AdditionalInformation"))
|
@@ -1457,6 +2034,10 @@ module Aws::CustomerProfiles
|
|
1457
2034
|
UpdateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
|
1458
2035
|
UpdateProfileResponse.struct_class = Types::UpdateProfileResponse
|
1459
2036
|
|
2037
|
+
ValueList.member = Shapes::ShapeRef.new(shape: string1To255)
|
2038
|
+
|
2039
|
+
Values.member = Shapes::ShapeRef.new(shape: string1To255)
|
2040
|
+
|
1460
2041
|
WorkflowAttributes.add_member(:appflow_integration, Shapes::ShapeRef.new(shape: AppflowIntegrationWorkflowAttributes, location_name: "AppflowIntegration"))
|
1461
2042
|
WorkflowAttributes.struct_class = Types::WorkflowAttributes
|
1462
2043
|
|
@@ -1513,6 +2094,32 @@ module Aws::CustomerProfiles
|
|
1513
2094
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1514
2095
|
end)
|
1515
2096
|
|
2097
|
+
api.add_operation(:batch_get_calculated_attribute_for_profile, Seahorse::Model::Operation.new.tap do |o|
|
2098
|
+
o.name = "BatchGetCalculatedAttributeForProfile"
|
2099
|
+
o.http_method = "POST"
|
2100
|
+
o.http_request_uri = "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}/batch-get-for-profiles"
|
2101
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetCalculatedAttributeForProfileRequest)
|
2102
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetCalculatedAttributeForProfileResponse)
|
2103
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2104
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2105
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2106
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2107
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2108
|
+
end)
|
2109
|
+
|
2110
|
+
api.add_operation(:batch_get_profile, Seahorse::Model::Operation.new.tap do |o|
|
2111
|
+
o.name = "BatchGetProfile"
|
2112
|
+
o.http_method = "POST"
|
2113
|
+
o.http_request_uri = "/domains/{DomainName}/batch-get-profiles"
|
2114
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetProfileRequest)
|
2115
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetProfileResponse)
|
2116
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2117
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2118
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2119
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2120
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2121
|
+
end)
|
2122
|
+
|
1516
2123
|
api.add_operation(:create_calculated_attribute_definition, Seahorse::Model::Operation.new.tap do |o|
|
1517
2124
|
o.name = "CreateCalculatedAttributeDefinition"
|
1518
2125
|
o.http_method = "POST"
|
@@ -1552,6 +2159,19 @@ module Aws::CustomerProfiles
|
|
1552
2159
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1553
2160
|
end)
|
1554
2161
|
|
2162
|
+
api.add_operation(:create_event_trigger, Seahorse::Model::Operation.new.tap do |o|
|
2163
|
+
o.name = "CreateEventTrigger"
|
2164
|
+
o.http_method = "POST"
|
2165
|
+
o.http_request_uri = "/domains/{DomainName}/event-triggers/{EventTriggerName}"
|
2166
|
+
o.input = Shapes::ShapeRef.new(shape: CreateEventTriggerRequest)
|
2167
|
+
o.output = Shapes::ShapeRef.new(shape: CreateEventTriggerResponse)
|
2168
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2169
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2170
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2171
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2172
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2173
|
+
end)
|
2174
|
+
|
1555
2175
|
api.add_operation(:create_integration_workflow, Seahorse::Model::Operation.new.tap do |o|
|
1556
2176
|
o.name = "CreateIntegrationWorkflow"
|
1557
2177
|
o.http_method = "POST"
|
@@ -1578,6 +2198,45 @@ module Aws::CustomerProfiles
|
|
1578
2198
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1579
2199
|
end)
|
1580
2200
|
|
2201
|
+
api.add_operation(:create_segment_definition, Seahorse::Model::Operation.new.tap do |o|
|
2202
|
+
o.name = "CreateSegmentDefinition"
|
2203
|
+
o.http_method = "POST"
|
2204
|
+
o.http_request_uri = "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}"
|
2205
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSegmentDefinitionRequest)
|
2206
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSegmentDefinitionResponse)
|
2207
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2208
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2209
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2210
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2211
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2212
|
+
end)
|
2213
|
+
|
2214
|
+
api.add_operation(:create_segment_estimate, Seahorse::Model::Operation.new.tap do |o|
|
2215
|
+
o.name = "CreateSegmentEstimate"
|
2216
|
+
o.http_method = "POST"
|
2217
|
+
o.http_request_uri = "/domains/{DomainName}/segment-estimates"
|
2218
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSegmentEstimateRequest)
|
2219
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSegmentEstimateResponse)
|
2220
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2221
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2222
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2223
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2224
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2225
|
+
end)
|
2226
|
+
|
2227
|
+
api.add_operation(:create_segment_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
2228
|
+
o.name = "CreateSegmentSnapshot"
|
2229
|
+
o.http_method = "POST"
|
2230
|
+
o.http_request_uri = "/domains/{DomainName}/segments/{SegmentDefinitionName}/snapshots"
|
2231
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSegmentSnapshotRequest)
|
2232
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSegmentSnapshotResponse)
|
2233
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2234
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2235
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2236
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2237
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2238
|
+
end)
|
2239
|
+
|
1581
2240
|
api.add_operation(:delete_calculated_attribute_definition, Seahorse::Model::Operation.new.tap do |o|
|
1582
2241
|
o.name = "DeleteCalculatedAttributeDefinition"
|
1583
2242
|
o.http_method = "DELETE"
|
@@ -1617,6 +2276,19 @@ module Aws::CustomerProfiles
|
|
1617
2276
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1618
2277
|
end)
|
1619
2278
|
|
2279
|
+
api.add_operation(:delete_event_trigger, Seahorse::Model::Operation.new.tap do |o|
|
2280
|
+
o.name = "DeleteEventTrigger"
|
2281
|
+
o.http_method = "DELETE"
|
2282
|
+
o.http_request_uri = "/domains/{DomainName}/event-triggers/{EventTriggerName}"
|
2283
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteEventTriggerRequest)
|
2284
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteEventTriggerResponse)
|
2285
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2286
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2287
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2288
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2289
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2290
|
+
end)
|
2291
|
+
|
1620
2292
|
api.add_operation(:delete_integration, Seahorse::Model::Operation.new.tap do |o|
|
1621
2293
|
o.name = "DeleteIntegration"
|
1622
2294
|
o.http_method = "POST"
|
@@ -1682,6 +2354,19 @@ module Aws::CustomerProfiles
|
|
1682
2354
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1683
2355
|
end)
|
1684
2356
|
|
2357
|
+
api.add_operation(:delete_segment_definition, Seahorse::Model::Operation.new.tap do |o|
|
2358
|
+
o.name = "DeleteSegmentDefinition"
|
2359
|
+
o.http_method = "DELETE"
|
2360
|
+
o.http_request_uri = "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}"
|
2361
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSegmentDefinitionRequest)
|
2362
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSegmentDefinitionResponse)
|
2363
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2364
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2365
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2366
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2367
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2368
|
+
end)
|
2369
|
+
|
1685
2370
|
api.add_operation(:delete_workflow, Seahorse::Model::Operation.new.tap do |o|
|
1686
2371
|
o.name = "DeleteWorkflow"
|
1687
2372
|
o.http_method = "DELETE"
|
@@ -1773,6 +2458,19 @@ module Aws::CustomerProfiles
|
|
1773
2458
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1774
2459
|
end)
|
1775
2460
|
|
2461
|
+
api.add_operation(:get_event_trigger, Seahorse::Model::Operation.new.tap do |o|
|
2462
|
+
o.name = "GetEventTrigger"
|
2463
|
+
o.http_method = "GET"
|
2464
|
+
o.http_request_uri = "/domains/{DomainName}/event-triggers/{EventTriggerName}"
|
2465
|
+
o.input = Shapes::ShapeRef.new(shape: GetEventTriggerRequest)
|
2466
|
+
o.output = Shapes::ShapeRef.new(shape: GetEventTriggerResponse)
|
2467
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2468
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2469
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2470
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2471
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2472
|
+
end)
|
2473
|
+
|
1776
2474
|
api.add_operation(:get_identity_resolution_job, Seahorse::Model::Operation.new.tap do |o|
|
1777
2475
|
o.name = "GetIdentityResolutionJob"
|
1778
2476
|
o.http_method = "GET"
|
@@ -1838,6 +2536,58 @@ module Aws::CustomerProfiles
|
|
1838
2536
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1839
2537
|
end)
|
1840
2538
|
|
2539
|
+
api.add_operation(:get_segment_definition, Seahorse::Model::Operation.new.tap do |o|
|
2540
|
+
o.name = "GetSegmentDefinition"
|
2541
|
+
o.http_method = "GET"
|
2542
|
+
o.http_request_uri = "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}"
|
2543
|
+
o.input = Shapes::ShapeRef.new(shape: GetSegmentDefinitionRequest)
|
2544
|
+
o.output = Shapes::ShapeRef.new(shape: GetSegmentDefinitionResponse)
|
2545
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2546
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2547
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2548
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2549
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2550
|
+
end)
|
2551
|
+
|
2552
|
+
api.add_operation(:get_segment_estimate, Seahorse::Model::Operation.new.tap do |o|
|
2553
|
+
o.name = "GetSegmentEstimate"
|
2554
|
+
o.http_method = "GET"
|
2555
|
+
o.http_request_uri = "/domains/{DomainName}/segment-estimates/{EstimateId}"
|
2556
|
+
o.input = Shapes::ShapeRef.new(shape: GetSegmentEstimateRequest)
|
2557
|
+
o.output = Shapes::ShapeRef.new(shape: GetSegmentEstimateResponse)
|
2558
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2559
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2560
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2561
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2562
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2563
|
+
end)
|
2564
|
+
|
2565
|
+
api.add_operation(:get_segment_membership, Seahorse::Model::Operation.new.tap do |o|
|
2566
|
+
o.name = "GetSegmentMembership"
|
2567
|
+
o.http_method = "POST"
|
2568
|
+
o.http_request_uri = "/domains/{DomainName}/segments/{SegmentDefinitionName}/membership"
|
2569
|
+
o.input = Shapes::ShapeRef.new(shape: GetSegmentMembershipRequest)
|
2570
|
+
o.output = Shapes::ShapeRef.new(shape: GetSegmentMembershipResponse)
|
2571
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2572
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2573
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2574
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2575
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2576
|
+
end)
|
2577
|
+
|
2578
|
+
api.add_operation(:get_segment_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
2579
|
+
o.name = "GetSegmentSnapshot"
|
2580
|
+
o.http_method = "GET"
|
2581
|
+
o.http_request_uri = "/domains/{DomainName}/segments/{SegmentDefinitionName}/snapshots/{SnapshotId}"
|
2582
|
+
o.input = Shapes::ShapeRef.new(shape: GetSegmentSnapshotRequest)
|
2583
|
+
o.output = Shapes::ShapeRef.new(shape: GetSegmentSnapshotResponse)
|
2584
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2585
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2586
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2587
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2588
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2589
|
+
end)
|
2590
|
+
|
1841
2591
|
api.add_operation(:get_similar_profiles, Seahorse::Model::Operation.new.tap do |o|
|
1842
2592
|
o.name = "GetSimilarProfiles"
|
1843
2593
|
o.http_method = "POST"
|
@@ -1849,6 +2599,12 @@ module Aws::CustomerProfiles
|
|
1849
2599
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1850
2600
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1851
2601
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2602
|
+
o[:pager] = Aws::Pager.new(
|
2603
|
+
limit_key: "max_results",
|
2604
|
+
tokens: {
|
2605
|
+
"next_token" => "next_token"
|
2606
|
+
}
|
2607
|
+
)
|
1852
2608
|
end)
|
1853
2609
|
|
1854
2610
|
api.add_operation(:get_workflow, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1948,6 +2704,25 @@ module Aws::CustomerProfiles
|
|
1948
2704
|
)
|
1949
2705
|
end)
|
1950
2706
|
|
2707
|
+
api.add_operation(:list_event_triggers, Seahorse::Model::Operation.new.tap do |o|
|
2708
|
+
o.name = "ListEventTriggers"
|
2709
|
+
o.http_method = "GET"
|
2710
|
+
o.http_request_uri = "/domains/{DomainName}/event-triggers"
|
2711
|
+
o.input = Shapes::ShapeRef.new(shape: ListEventTriggersRequest)
|
2712
|
+
o.output = Shapes::ShapeRef.new(shape: ListEventTriggersResponse)
|
2713
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2714
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2715
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2716
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2717
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2718
|
+
o[:pager] = Aws::Pager.new(
|
2719
|
+
limit_key: "max_results",
|
2720
|
+
tokens: {
|
2721
|
+
"next_token" => "next_token"
|
2722
|
+
}
|
2723
|
+
)
|
2724
|
+
end)
|
2725
|
+
|
1951
2726
|
api.add_operation(:list_identity_resolution_jobs, Seahorse::Model::Operation.new.tap do |o|
|
1952
2727
|
o.name = "ListIdentityResolutionJobs"
|
1953
2728
|
o.http_method = "GET"
|
@@ -1974,6 +2749,38 @@ module Aws::CustomerProfiles
|
|
1974
2749
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1975
2750
|
end)
|
1976
2751
|
|
2752
|
+
api.add_operation(:list_object_type_attributes, Seahorse::Model::Operation.new.tap do |o|
|
2753
|
+
o.name = "ListObjectTypeAttributes"
|
2754
|
+
o.http_method = "GET"
|
2755
|
+
o.http_request_uri = "/domains/{DomainName}/object-types/{ObjectTypeName}/attributes"
|
2756
|
+
o.input = Shapes::ShapeRef.new(shape: ListObjectTypeAttributesRequest)
|
2757
|
+
o.output = Shapes::ShapeRef.new(shape: ListObjectTypeAttributesResponse)
|
2758
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2759
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2760
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2761
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2762
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2763
|
+
o[:pager] = Aws::Pager.new(
|
2764
|
+
limit_key: "max_results",
|
2765
|
+
tokens: {
|
2766
|
+
"next_token" => "next_token"
|
2767
|
+
}
|
2768
|
+
)
|
2769
|
+
end)
|
2770
|
+
|
2771
|
+
api.add_operation(:list_profile_attribute_values, Seahorse::Model::Operation.new.tap do |o|
|
2772
|
+
o.name = "ListProfileAttributeValues"
|
2773
|
+
o.http_method = "GET"
|
2774
|
+
o.http_request_uri = "/domains/{DomainName}/profile-attributes/{AttributeName}/values"
|
2775
|
+
o.input = Shapes::ShapeRef.new(shape: ProfileAttributeValuesRequest)
|
2776
|
+
o.output = Shapes::ShapeRef.new(shape: ProfileAttributeValuesResponse)
|
2777
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2778
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2779
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2780
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2781
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2782
|
+
end)
|
2783
|
+
|
1977
2784
|
api.add_operation(:list_profile_object_type_templates, Seahorse::Model::Operation.new.tap do |o|
|
1978
2785
|
o.name = "ListProfileObjectTypeTemplates"
|
1979
2786
|
o.http_method = "GET"
|
@@ -2024,6 +2831,31 @@ module Aws::CustomerProfiles
|
|
2024
2831
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2025
2832
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2026
2833
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2834
|
+
o[:pager] = Aws::Pager.new(
|
2835
|
+
limit_key: "max_results",
|
2836
|
+
tokens: {
|
2837
|
+
"next_token" => "next_token"
|
2838
|
+
}
|
2839
|
+
)
|
2840
|
+
end)
|
2841
|
+
|
2842
|
+
api.add_operation(:list_segment_definitions, Seahorse::Model::Operation.new.tap do |o|
|
2843
|
+
o.name = "ListSegmentDefinitions"
|
2844
|
+
o.http_method = "GET"
|
2845
|
+
o.http_request_uri = "/domains/{DomainName}/segment-definitions"
|
2846
|
+
o.input = Shapes::ShapeRef.new(shape: ListSegmentDefinitionsRequest)
|
2847
|
+
o.output = Shapes::ShapeRef.new(shape: ListSegmentDefinitionsResponse)
|
2848
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2849
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2850
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2851
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2852
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2853
|
+
o[:pager] = Aws::Pager.new(
|
2854
|
+
limit_key: "max_results",
|
2855
|
+
tokens: {
|
2856
|
+
"next_token" => "next_token"
|
2857
|
+
}
|
2858
|
+
)
|
2027
2859
|
end)
|
2028
2860
|
|
2029
2861
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2162,6 +2994,19 @@ module Aws::CustomerProfiles
|
|
2162
2994
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2163
2995
|
end)
|
2164
2996
|
|
2997
|
+
api.add_operation(:update_event_trigger, Seahorse::Model::Operation.new.tap do |o|
|
2998
|
+
o.name = "UpdateEventTrigger"
|
2999
|
+
o.http_method = "PUT"
|
3000
|
+
o.http_request_uri = "/domains/{DomainName}/event-triggers/{EventTriggerName}"
|
3001
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateEventTriggerRequest)
|
3002
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateEventTriggerResponse)
|
3003
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3004
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3005
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3006
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3007
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3008
|
+
end)
|
3009
|
+
|
2165
3010
|
api.add_operation(:update_profile, Seahorse::Model::Operation.new.tap do |o|
|
2166
3011
|
o.name = "UpdateProfile"
|
2167
3012
|
o.http_method = "PUT"
|