aws-sdk-customerprofiles 1.28.0 → 1.30.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 +592 -3
- data/lib/aws-sdk-customerprofiles/client_api.rb +384 -0
- data/lib/aws-sdk-customerprofiles/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-customerprofiles/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-customerprofiles/endpoints.rb +154 -0
- data/lib/aws-sdk-customerprofiles/plugins/endpoints.rb +22 -0
- data/lib/aws-sdk-customerprofiles/types.rb +887 -15
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- metadata +2 -2
@@ -22,6 +22,9 @@ module Aws::CustomerProfiles
|
|
22
22
|
AppflowIntegrationWorkflowAttributes = Shapes::StructureShape.new(name: 'AppflowIntegrationWorkflowAttributes')
|
23
23
|
AppflowIntegrationWorkflowMetrics = Shapes::StructureShape.new(name: 'AppflowIntegrationWorkflowMetrics')
|
24
24
|
AppflowIntegrationWorkflowStep = Shapes::StructureShape.new(name: 'AppflowIntegrationWorkflowStep')
|
25
|
+
AttributeDetails = Shapes::StructureShape.new(name: 'AttributeDetails')
|
26
|
+
AttributeItem = Shapes::StructureShape.new(name: 'AttributeItem')
|
27
|
+
AttributeList = Shapes::ListShape.new(name: 'AttributeList')
|
25
28
|
AttributeSourceIdMap = Shapes::MapShape.new(name: 'AttributeSourceIdMap')
|
26
29
|
Attributes = Shapes::MapShape.new(name: 'Attributes')
|
27
30
|
AutoMerging = Shapes::StructureShape.new(name: 'AutoMerging')
|
@@ -30,13 +33,20 @@ module Aws::CustomerProfiles
|
|
30
33
|
Batches = Shapes::ListShape.new(name: 'Batches')
|
31
34
|
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
32
35
|
BucketPrefix = Shapes::StringShape.new(name: 'BucketPrefix')
|
36
|
+
CalculatedAttributeDefinitionsList = Shapes::ListShape.new(name: 'CalculatedAttributeDefinitionsList')
|
37
|
+
CalculatedAttributesForProfileList = Shapes::ListShape.new(name: 'CalculatedAttributesForProfileList')
|
38
|
+
Conditions = Shapes::StructureShape.new(name: 'Conditions')
|
33
39
|
ConflictResolution = Shapes::StructureShape.new(name: 'ConflictResolution')
|
34
40
|
ConflictResolvingModel = Shapes::StringShape.new(name: 'ConflictResolvingModel')
|
35
41
|
ConnectorOperator = Shapes::StructureShape.new(name: 'ConnectorOperator')
|
36
42
|
ConnectorProfileName = Shapes::StringShape.new(name: 'ConnectorProfileName')
|
37
43
|
Consolidation = Shapes::StructureShape.new(name: 'Consolidation')
|
44
|
+
CreateCalculatedAttributeDefinitionRequest = Shapes::StructureShape.new(name: 'CreateCalculatedAttributeDefinitionRequest')
|
45
|
+
CreateCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'CreateCalculatedAttributeDefinitionResponse')
|
38
46
|
CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
|
39
47
|
CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
|
48
|
+
CreateEventStreamRequest = Shapes::StructureShape.new(name: 'CreateEventStreamRequest')
|
49
|
+
CreateEventStreamResponse = Shapes::StructureShape.new(name: 'CreateEventStreamResponse')
|
40
50
|
CreateIntegrationWorkflowRequest = Shapes::StructureShape.new(name: 'CreateIntegrationWorkflowRequest')
|
41
51
|
CreateIntegrationWorkflowResponse = Shapes::StructureShape.new(name: 'CreateIntegrationWorkflowResponse')
|
42
52
|
CreateProfileRequest = Shapes::StructureShape.new(name: 'CreateProfileRequest')
|
@@ -44,8 +54,12 @@ module Aws::CustomerProfiles
|
|
44
54
|
DataPullMode = Shapes::StringShape.new(name: 'DataPullMode')
|
45
55
|
Date = Shapes::TimestampShape.new(name: 'Date')
|
46
56
|
DatetimeTypeFieldName = Shapes::StringShape.new(name: 'DatetimeTypeFieldName')
|
57
|
+
DeleteCalculatedAttributeDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteCalculatedAttributeDefinitionRequest')
|
58
|
+
DeleteCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteCalculatedAttributeDefinitionResponse')
|
47
59
|
DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
|
48
60
|
DeleteDomainResponse = Shapes::StructureShape.new(name: 'DeleteDomainResponse')
|
61
|
+
DeleteEventStreamRequest = Shapes::StructureShape.new(name: 'DeleteEventStreamRequest')
|
62
|
+
DeleteEventStreamResponse = Shapes::StructureShape.new(name: 'DeleteEventStreamResponse')
|
49
63
|
DeleteIntegrationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationRequest')
|
50
64
|
DeleteIntegrationResponse = Shapes::StructureShape.new(name: 'DeleteIntegrationResponse')
|
51
65
|
DeleteProfileKeyRequest = Shapes::StructureShape.new(name: 'DeleteProfileKeyRequest')
|
@@ -59,10 +73,16 @@ module Aws::CustomerProfiles
|
|
59
73
|
DeleteWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowRequest')
|
60
74
|
DeleteWorkflowResponse = Shapes::StructureShape.new(name: 'DeleteWorkflowResponse')
|
61
75
|
DestinationField = Shapes::StringShape.new(name: 'DestinationField')
|
76
|
+
DestinationSummary = Shapes::StructureShape.new(name: 'DestinationSummary')
|
62
77
|
DomainList = Shapes::ListShape.new(name: 'DomainList')
|
63
78
|
DomainStats = Shapes::StructureShape.new(name: 'DomainStats')
|
64
79
|
Double = Shapes::FloatShape.new(name: 'Double')
|
65
80
|
Double0To1 = Shapes::FloatShape.new(name: 'Double0To1')
|
81
|
+
EventStreamDestinationDetails = Shapes::StructureShape.new(name: 'EventStreamDestinationDetails')
|
82
|
+
EventStreamDestinationStatus = Shapes::StringShape.new(name: 'EventStreamDestinationStatus')
|
83
|
+
EventStreamState = Shapes::StringShape.new(name: 'EventStreamState')
|
84
|
+
EventStreamSummary = Shapes::StructureShape.new(name: 'EventStreamSummary')
|
85
|
+
EventStreamSummaryList = Shapes::ListShape.new(name: 'EventStreamSummaryList')
|
66
86
|
ExportingConfig = Shapes::StructureShape.new(name: 'ExportingConfig')
|
67
87
|
ExportingLocation = Shapes::StructureShape.new(name: 'ExportingLocation')
|
68
88
|
FieldContentType = Shapes::StringShape.new(name: 'FieldContentType')
|
@@ -76,8 +96,14 @@ module Aws::CustomerProfiles
|
|
76
96
|
Gender = Shapes::StringShape.new(name: 'Gender')
|
77
97
|
GetAutoMergingPreviewRequest = Shapes::StructureShape.new(name: 'GetAutoMergingPreviewRequest')
|
78
98
|
GetAutoMergingPreviewResponse = Shapes::StructureShape.new(name: 'GetAutoMergingPreviewResponse')
|
99
|
+
GetCalculatedAttributeDefinitionRequest = Shapes::StructureShape.new(name: 'GetCalculatedAttributeDefinitionRequest')
|
100
|
+
GetCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'GetCalculatedAttributeDefinitionResponse')
|
101
|
+
GetCalculatedAttributeForProfileRequest = Shapes::StructureShape.new(name: 'GetCalculatedAttributeForProfileRequest')
|
102
|
+
GetCalculatedAttributeForProfileResponse = Shapes::StructureShape.new(name: 'GetCalculatedAttributeForProfileResponse')
|
79
103
|
GetDomainRequest = Shapes::StructureShape.new(name: 'GetDomainRequest')
|
80
104
|
GetDomainResponse = Shapes::StructureShape.new(name: 'GetDomainResponse')
|
105
|
+
GetEventStreamRequest = Shapes::StructureShape.new(name: 'GetEventStreamRequest')
|
106
|
+
GetEventStreamResponse = Shapes::StructureShape.new(name: 'GetEventStreamResponse')
|
81
107
|
GetIdentityResolutionJobRequest = Shapes::StructureShape.new(name: 'GetIdentityResolutionJobRequest')
|
82
108
|
GetIdentityResolutionJobResponse = Shapes::StructureShape.new(name: 'GetIdentityResolutionJobResponse')
|
83
109
|
GetIntegrationRequest = Shapes::StructureShape.new(name: 'GetIntegrationRequest')
|
@@ -107,9 +133,17 @@ module Aws::CustomerProfiles
|
|
107
133
|
KmsArn = Shapes::StringShape.new(name: 'KmsArn')
|
108
134
|
ListAccountIntegrationsRequest = Shapes::StructureShape.new(name: 'ListAccountIntegrationsRequest')
|
109
135
|
ListAccountIntegrationsResponse = Shapes::StructureShape.new(name: 'ListAccountIntegrationsResponse')
|
136
|
+
ListCalculatedAttributeDefinitionItem = Shapes::StructureShape.new(name: 'ListCalculatedAttributeDefinitionItem')
|
137
|
+
ListCalculatedAttributeDefinitionsRequest = Shapes::StructureShape.new(name: 'ListCalculatedAttributeDefinitionsRequest')
|
138
|
+
ListCalculatedAttributeDefinitionsResponse = Shapes::StructureShape.new(name: 'ListCalculatedAttributeDefinitionsResponse')
|
139
|
+
ListCalculatedAttributeForProfileItem = Shapes::StructureShape.new(name: 'ListCalculatedAttributeForProfileItem')
|
140
|
+
ListCalculatedAttributesForProfileRequest = Shapes::StructureShape.new(name: 'ListCalculatedAttributesForProfileRequest')
|
141
|
+
ListCalculatedAttributesForProfileResponse = Shapes::StructureShape.new(name: 'ListCalculatedAttributesForProfileResponse')
|
110
142
|
ListDomainItem = Shapes::StructureShape.new(name: 'ListDomainItem')
|
111
143
|
ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
|
112
144
|
ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
|
145
|
+
ListEventStreamsRequest = Shapes::StructureShape.new(name: 'ListEventStreamsRequest')
|
146
|
+
ListEventStreamsResponse = Shapes::StructureShape.new(name: 'ListEventStreamsResponse')
|
113
147
|
ListIdentityResolutionJobsRequest = Shapes::StructureShape.new(name: 'ListIdentityResolutionJobsRequest')
|
114
148
|
ListIdentityResolutionJobsResponse = Shapes::StructureShape.new(name: 'ListIdentityResolutionJobsResponse')
|
115
149
|
ListIntegrationItem = Shapes::StructureShape.new(name: 'ListIntegrationItem')
|
@@ -140,11 +174,13 @@ module Aws::CustomerProfiles
|
|
140
174
|
MergeProfilesRequest = Shapes::StructureShape.new(name: 'MergeProfilesRequest')
|
141
175
|
MergeProfilesResponse = Shapes::StructureShape.new(name: 'MergeProfilesResponse')
|
142
176
|
Object = Shapes::StringShape.new(name: 'Object')
|
177
|
+
ObjectCount = Shapes::IntegerShape.new(name: 'ObjectCount')
|
143
178
|
ObjectFilter = Shapes::StructureShape.new(name: 'ObjectFilter')
|
144
179
|
ObjectTypeField = Shapes::StructureShape.new(name: 'ObjectTypeField')
|
145
180
|
ObjectTypeKey = Shapes::StructureShape.new(name: 'ObjectTypeKey')
|
146
181
|
ObjectTypeKeyList = Shapes::ListShape.new(name: 'ObjectTypeKeyList')
|
147
182
|
ObjectTypeNames = Shapes::MapShape.new(name: 'ObjectTypeNames')
|
183
|
+
Operator = Shapes::StringShape.new(name: 'Operator')
|
148
184
|
OperatorPropertiesKeys = Shapes::StringShape.new(name: 'OperatorPropertiesKeys')
|
149
185
|
PartyType = Shapes::StringShape.new(name: 'PartyType')
|
150
186
|
Profile = Shapes::StructureShape.new(name: 'Profile')
|
@@ -161,6 +197,7 @@ module Aws::CustomerProfiles
|
|
161
197
|
PutProfileObjectResponse = Shapes::StructureShape.new(name: 'PutProfileObjectResponse')
|
162
198
|
PutProfileObjectTypeRequest = Shapes::StructureShape.new(name: 'PutProfileObjectTypeRequest')
|
163
199
|
PutProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'PutProfileObjectTypeResponse')
|
200
|
+
Range = Shapes::StructureShape.new(name: 'Range')
|
164
201
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
165
202
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
166
203
|
S3ConnectorOperator = Shapes::StringShape.new(name: 'S3ConnectorOperator')
|
@@ -182,6 +219,7 @@ module Aws::CustomerProfiles
|
|
182
219
|
SourceFlowConfig = Shapes::StructureShape.new(name: 'SourceFlowConfig')
|
183
220
|
StandardIdentifier = Shapes::StringShape.new(name: 'StandardIdentifier')
|
184
221
|
StandardIdentifierList = Shapes::ListShape.new(name: 'StandardIdentifierList')
|
222
|
+
Statistic = Shapes::StringShape.new(name: 'Statistic')
|
185
223
|
Status = Shapes::StringShape.new(name: 'Status')
|
186
224
|
TagArn = Shapes::StringShape.new(name: 'TagArn')
|
187
225
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
@@ -194,19 +232,24 @@ module Aws::CustomerProfiles
|
|
194
232
|
TaskPropertiesMap = Shapes::MapShape.new(name: 'TaskPropertiesMap')
|
195
233
|
TaskType = Shapes::StringShape.new(name: 'TaskType')
|
196
234
|
Tasks = Shapes::ListShape.new(name: 'Tasks')
|
235
|
+
Threshold = Shapes::StructureShape.new(name: 'Threshold')
|
197
236
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
198
237
|
Timezone = Shapes::StringShape.new(name: 'Timezone')
|
199
238
|
TriggerConfig = Shapes::StructureShape.new(name: 'TriggerConfig')
|
200
239
|
TriggerProperties = Shapes::StructureShape.new(name: 'TriggerProperties')
|
201
240
|
TriggerType = Shapes::StringShape.new(name: 'TriggerType')
|
241
|
+
Unit = Shapes::StringShape.new(name: 'Unit')
|
202
242
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
203
243
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
204
244
|
UpdateAddress = Shapes::StructureShape.new(name: 'UpdateAddress')
|
205
245
|
UpdateAttributes = Shapes::MapShape.new(name: 'UpdateAttributes')
|
246
|
+
UpdateCalculatedAttributeDefinitionRequest = Shapes::StructureShape.new(name: 'UpdateCalculatedAttributeDefinitionRequest')
|
247
|
+
UpdateCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'UpdateCalculatedAttributeDefinitionResponse')
|
206
248
|
UpdateDomainRequest = Shapes::StructureShape.new(name: 'UpdateDomainRequest')
|
207
249
|
UpdateDomainResponse = Shapes::StructureShape.new(name: 'UpdateDomainResponse')
|
208
250
|
UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
|
209
251
|
UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
|
252
|
+
Value = Shapes::IntegerShape.new(name: 'Value')
|
210
253
|
WorkflowAttributes = Shapes::StructureShape.new(name: 'WorkflowAttributes')
|
211
254
|
WorkflowList = Shapes::ListShape.new(name: 'WorkflowList')
|
212
255
|
WorkflowMetrics = Shapes::StructureShape.new(name: 'WorkflowMetrics')
|
@@ -216,7 +259,9 @@ module Aws::CustomerProfiles
|
|
216
259
|
ZendeskConnectorOperator = Shapes::StringShape.new(name: 'ZendeskConnectorOperator')
|
217
260
|
ZendeskSourceProperties = Shapes::StructureShape.new(name: 'ZendeskSourceProperties')
|
218
261
|
additionalSearchKeysList = Shapes::ListShape.new(name: 'additionalSearchKeysList')
|
262
|
+
attributeName = Shapes::StringShape.new(name: 'attributeName')
|
219
263
|
boolean = Shapes::BooleanShape.new(name: 'boolean')
|
264
|
+
displayName = Shapes::StringShape.new(name: 'displayName')
|
220
265
|
encryptionKey = Shapes::StringShape.new(name: 'encryptionKey')
|
221
266
|
expirationDaysInteger = Shapes::IntegerShape.new(name: 'expirationDaysInteger')
|
222
267
|
foundByList = Shapes::ListShape.new(name: 'foundByList')
|
@@ -297,6 +342,15 @@ module Aws::CustomerProfiles
|
|
297
342
|
AppflowIntegrationWorkflowStep.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
|
298
343
|
AppflowIntegrationWorkflowStep.struct_class = Types::AppflowIntegrationWorkflowStep
|
299
344
|
|
345
|
+
AttributeDetails.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeList, required: true, location_name: "Attributes"))
|
346
|
+
AttributeDetails.add_member(:expression, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Expression"))
|
347
|
+
AttributeDetails.struct_class = Types::AttributeDetails
|
348
|
+
|
349
|
+
AttributeItem.add_member(:name, Shapes::ShapeRef.new(shape: attributeName, required: true, location_name: "Name"))
|
350
|
+
AttributeItem.struct_class = Types::AttributeItem
|
351
|
+
|
352
|
+
AttributeList.member = Shapes::ShapeRef.new(shape: AttributeItem)
|
353
|
+
|
300
354
|
AttributeSourceIdMap.key = Shapes::ShapeRef.new(shape: string1To255)
|
301
355
|
AttributeSourceIdMap.value = Shapes::ShapeRef.new(shape: uuid)
|
302
356
|
|
@@ -318,6 +372,15 @@ module Aws::CustomerProfiles
|
|
318
372
|
|
319
373
|
Batches.member = Shapes::ShapeRef.new(shape: Batch)
|
320
374
|
|
375
|
+
CalculatedAttributeDefinitionsList.member = Shapes::ShapeRef.new(shape: ListCalculatedAttributeDefinitionItem)
|
376
|
+
|
377
|
+
CalculatedAttributesForProfileList.member = Shapes::ShapeRef.new(shape: ListCalculatedAttributeForProfileItem)
|
378
|
+
|
379
|
+
Conditions.add_member(:range, Shapes::ShapeRef.new(shape: Range, location_name: "Range"))
|
380
|
+
Conditions.add_member(:object_count, Shapes::ShapeRef.new(shape: ObjectCount, location_name: "ObjectCount"))
|
381
|
+
Conditions.add_member(:threshold, Shapes::ShapeRef.new(shape: Threshold, location_name: "Threshold"))
|
382
|
+
Conditions.struct_class = Types::Conditions
|
383
|
+
|
321
384
|
ConflictResolution.add_member(:conflict_resolving_model, Shapes::ShapeRef.new(shape: ConflictResolvingModel, required: true, location_name: "ConflictResolvingModel"))
|
322
385
|
ConflictResolution.add_member(:source_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "SourceName"))
|
323
386
|
ConflictResolution.struct_class = Types::ConflictResolution
|
@@ -332,6 +395,27 @@ module Aws::CustomerProfiles
|
|
332
395
|
Consolidation.add_member(:matching_attributes_list, Shapes::ShapeRef.new(shape: MatchingAttributesList, required: true, location_name: "MatchingAttributesList"))
|
333
396
|
Consolidation.struct_class = Types::Consolidation
|
334
397
|
|
398
|
+
CreateCalculatedAttributeDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
399
|
+
CreateCalculatedAttributeDefinitionRequest.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "CalculatedAttributeName"))
|
400
|
+
CreateCalculatedAttributeDefinitionRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
401
|
+
CreateCalculatedAttributeDefinitionRequest.add_member(:description, Shapes::ShapeRef.new(shape: text, location_name: "Description"))
|
402
|
+
CreateCalculatedAttributeDefinitionRequest.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, required: true, location_name: "AttributeDetails"))
|
403
|
+
CreateCalculatedAttributeDefinitionRequest.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
404
|
+
CreateCalculatedAttributeDefinitionRequest.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, required: true, location_name: "Statistic"))
|
405
|
+
CreateCalculatedAttributeDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
406
|
+
CreateCalculatedAttributeDefinitionRequest.struct_class = Types::CreateCalculatedAttributeDefinitionRequest
|
407
|
+
|
408
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, location_name: "CalculatedAttributeName"))
|
409
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
410
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: text, location_name: "Description"))
|
411
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, location_name: "AttributeDetails"))
|
412
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
413
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
414
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
415
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
416
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
417
|
+
CreateCalculatedAttributeDefinitionResponse.struct_class = Types::CreateCalculatedAttributeDefinitionResponse
|
418
|
+
|
335
419
|
CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
336
420
|
CreateDomainRequest.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, required: true, location_name: "DefaultExpirationDays"))
|
337
421
|
CreateDomainRequest.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
|
@@ -350,6 +434,16 @@ module Aws::CustomerProfiles
|
|
350
434
|
CreateDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
351
435
|
CreateDomainResponse.struct_class = Types::CreateDomainResponse
|
352
436
|
|
437
|
+
CreateEventStreamRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
438
|
+
CreateEventStreamRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
|
439
|
+
CreateEventStreamRequest.add_member(:event_stream_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "EventStreamName"))
|
440
|
+
CreateEventStreamRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
441
|
+
CreateEventStreamRequest.struct_class = Types::CreateEventStreamRequest
|
442
|
+
|
443
|
+
CreateEventStreamResponse.add_member(:event_stream_arn, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "EventStreamArn"))
|
444
|
+
CreateEventStreamResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
445
|
+
CreateEventStreamResponse.struct_class = Types::CreateEventStreamResponse
|
446
|
+
|
353
447
|
CreateIntegrationWorkflowRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
354
448
|
CreateIntegrationWorkflowRequest.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "WorkflowType"))
|
355
449
|
CreateIntegrationWorkflowRequest.add_member(:integration_config, Shapes::ShapeRef.new(shape: IntegrationConfig, required: true, location_name: "IntegrationConfig"))
|
@@ -391,12 +485,24 @@ module Aws::CustomerProfiles
|
|
391
485
|
CreateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
|
392
486
|
CreateProfileResponse.struct_class = Types::CreateProfileResponse
|
393
487
|
|
488
|
+
DeleteCalculatedAttributeDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
489
|
+
DeleteCalculatedAttributeDefinitionRequest.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "CalculatedAttributeName"))
|
490
|
+
DeleteCalculatedAttributeDefinitionRequest.struct_class = Types::DeleteCalculatedAttributeDefinitionRequest
|
491
|
+
|
492
|
+
DeleteCalculatedAttributeDefinitionResponse.struct_class = Types::DeleteCalculatedAttributeDefinitionResponse
|
493
|
+
|
394
494
|
DeleteDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
395
495
|
DeleteDomainRequest.struct_class = Types::DeleteDomainRequest
|
396
496
|
|
397
497
|
DeleteDomainResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, required: true, location_name: "Message"))
|
398
498
|
DeleteDomainResponse.struct_class = Types::DeleteDomainResponse
|
399
499
|
|
500
|
+
DeleteEventStreamRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
501
|
+
DeleteEventStreamRequest.add_member(:event_stream_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "EventStreamName"))
|
502
|
+
DeleteEventStreamRequest.struct_class = Types::DeleteEventStreamRequest
|
503
|
+
|
504
|
+
DeleteEventStreamResponse.struct_class = Types::DeleteEventStreamResponse
|
505
|
+
|
400
506
|
DeleteIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
401
507
|
DeleteIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
|
402
508
|
DeleteIntegrationRequest.struct_class = Types::DeleteIntegrationRequest
|
@@ -442,6 +548,11 @@ module Aws::CustomerProfiles
|
|
442
548
|
|
443
549
|
DeleteWorkflowResponse.struct_class = Types::DeleteWorkflowResponse
|
444
550
|
|
551
|
+
DestinationSummary.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
|
552
|
+
DestinationSummary.add_member(:status, Shapes::ShapeRef.new(shape: EventStreamDestinationStatus, required: true, location_name: "Status"))
|
553
|
+
DestinationSummary.add_member(:unhealthy_since, Shapes::ShapeRef.new(shape: timestamp, location_name: "UnhealthySince"))
|
554
|
+
DestinationSummary.struct_class = Types::DestinationSummary
|
555
|
+
|
445
556
|
DomainList.member = Shapes::ShapeRef.new(shape: ListDomainItem)
|
446
557
|
|
447
558
|
DomainStats.add_member(:profile_count, Shapes::ShapeRef.new(shape: long, location_name: "ProfileCount"))
|
@@ -450,6 +561,23 @@ module Aws::CustomerProfiles
|
|
450
561
|
DomainStats.add_member(:total_size, Shapes::ShapeRef.new(shape: long, location_name: "TotalSize"))
|
451
562
|
DomainStats.struct_class = Types::DomainStats
|
452
563
|
|
564
|
+
EventStreamDestinationDetails.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
|
565
|
+
EventStreamDestinationDetails.add_member(:status, Shapes::ShapeRef.new(shape: EventStreamDestinationStatus, required: true, location_name: "Status"))
|
566
|
+
EventStreamDestinationDetails.add_member(:unhealthy_since, Shapes::ShapeRef.new(shape: timestamp, location_name: "UnhealthySince"))
|
567
|
+
EventStreamDestinationDetails.add_member(:message, Shapes::ShapeRef.new(shape: string1To1000, location_name: "Message"))
|
568
|
+
EventStreamDestinationDetails.struct_class = Types::EventStreamDestinationDetails
|
569
|
+
|
570
|
+
EventStreamSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
|
571
|
+
EventStreamSummary.add_member(:event_stream_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "EventStreamName"))
|
572
|
+
EventStreamSummary.add_member(:event_stream_arn, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "EventStreamArn"))
|
573
|
+
EventStreamSummary.add_member(:state, Shapes::ShapeRef.new(shape: EventStreamState, required: true, location_name: "State"))
|
574
|
+
EventStreamSummary.add_member(:stopped_since, Shapes::ShapeRef.new(shape: timestamp, location_name: "StoppedSince"))
|
575
|
+
EventStreamSummary.add_member(:destination_summary, Shapes::ShapeRef.new(shape: DestinationSummary, location_name: "DestinationSummary"))
|
576
|
+
EventStreamSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
577
|
+
EventStreamSummary.struct_class = Types::EventStreamSummary
|
578
|
+
|
579
|
+
EventStreamSummaryList.member = Shapes::ShapeRef.new(shape: EventStreamSummary)
|
580
|
+
|
453
581
|
ExportingConfig.add_member(:s3_exporting, Shapes::ShapeRef.new(shape: S3ExportingConfig, location_name: "S3Exporting"))
|
454
582
|
ExportingConfig.struct_class = Types::ExportingConfig
|
455
583
|
|
@@ -508,6 +636,32 @@ module Aws::CustomerProfiles
|
|
508
636
|
GetAutoMergingPreviewResponse.add_member(:number_of_profiles_will_be_merged, Shapes::ShapeRef.new(shape: long, location_name: "NumberOfProfilesWillBeMerged"))
|
509
637
|
GetAutoMergingPreviewResponse.struct_class = Types::GetAutoMergingPreviewResponse
|
510
638
|
|
639
|
+
GetCalculatedAttributeDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
640
|
+
GetCalculatedAttributeDefinitionRequest.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "CalculatedAttributeName"))
|
641
|
+
GetCalculatedAttributeDefinitionRequest.struct_class = Types::GetCalculatedAttributeDefinitionRequest
|
642
|
+
|
643
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, location_name: "CalculatedAttributeName"))
|
644
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
645
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: text, location_name: "Description"))
|
646
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
647
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
648
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
649
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
650
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, location_name: "AttributeDetails"))
|
651
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
652
|
+
GetCalculatedAttributeDefinitionResponse.struct_class = Types::GetCalculatedAttributeDefinitionResponse
|
653
|
+
|
654
|
+
GetCalculatedAttributeForProfileRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
655
|
+
GetCalculatedAttributeForProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location: "uri", location_name: "ProfileId"))
|
656
|
+
GetCalculatedAttributeForProfileRequest.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "CalculatedAttributeName"))
|
657
|
+
GetCalculatedAttributeForProfileRequest.struct_class = Types::GetCalculatedAttributeForProfileRequest
|
658
|
+
|
659
|
+
GetCalculatedAttributeForProfileResponse.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, location_name: "CalculatedAttributeName"))
|
660
|
+
GetCalculatedAttributeForProfileResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
661
|
+
GetCalculatedAttributeForProfileResponse.add_member(:is_data_partial, Shapes::ShapeRef.new(shape: string1To255, location_name: "IsDataPartial"))
|
662
|
+
GetCalculatedAttributeForProfileResponse.add_member(:value, Shapes::ShapeRef.new(shape: string1To255, location_name: "Value"))
|
663
|
+
GetCalculatedAttributeForProfileResponse.struct_class = Types::GetCalculatedAttributeForProfileResponse
|
664
|
+
|
511
665
|
GetDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
512
666
|
GetDomainRequest.struct_class = Types::GetDomainRequest
|
513
667
|
|
@@ -522,6 +676,19 @@ module Aws::CustomerProfiles
|
|
522
676
|
GetDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
523
677
|
GetDomainResponse.struct_class = Types::GetDomainResponse
|
524
678
|
|
679
|
+
GetEventStreamRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
680
|
+
GetEventStreamRequest.add_member(:event_stream_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "EventStreamName"))
|
681
|
+
GetEventStreamRequest.struct_class = Types::GetEventStreamRequest
|
682
|
+
|
683
|
+
GetEventStreamResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
|
684
|
+
GetEventStreamResponse.add_member(:event_stream_arn, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "EventStreamArn"))
|
685
|
+
GetEventStreamResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
686
|
+
GetEventStreamResponse.add_member(:state, Shapes::ShapeRef.new(shape: EventStreamState, required: true, location_name: "State"))
|
687
|
+
GetEventStreamResponse.add_member(:stopped_since, Shapes::ShapeRef.new(shape: timestamp, location_name: "StoppedSince"))
|
688
|
+
GetEventStreamResponse.add_member(:destination_details, Shapes::ShapeRef.new(shape: EventStreamDestinationDetails, required: true, location_name: "DestinationDetails"))
|
689
|
+
GetEventStreamResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
690
|
+
GetEventStreamResponse.struct_class = Types::GetEventStreamResponse
|
691
|
+
|
525
692
|
GetIdentityResolutionJobRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
526
693
|
GetIdentityResolutionJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, required: true, location: "uri", location_name: "JobId"))
|
527
694
|
GetIdentityResolutionJobRequest.struct_class = Types::GetIdentityResolutionJobRequest
|
@@ -666,6 +833,39 @@ module Aws::CustomerProfiles
|
|
666
833
|
ListAccountIntegrationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
667
834
|
ListAccountIntegrationsResponse.struct_class = Types::ListAccountIntegrationsResponse
|
668
835
|
|
836
|
+
ListCalculatedAttributeDefinitionItem.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, location_name: "CalculatedAttributeName"))
|
837
|
+
ListCalculatedAttributeDefinitionItem.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
838
|
+
ListCalculatedAttributeDefinitionItem.add_member(:description, Shapes::ShapeRef.new(shape: text, location_name: "Description"))
|
839
|
+
ListCalculatedAttributeDefinitionItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
840
|
+
ListCalculatedAttributeDefinitionItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
841
|
+
ListCalculatedAttributeDefinitionItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
842
|
+
ListCalculatedAttributeDefinitionItem.struct_class = Types::ListCalculatedAttributeDefinitionItem
|
843
|
+
|
844
|
+
ListCalculatedAttributeDefinitionsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
845
|
+
ListCalculatedAttributeDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
846
|
+
ListCalculatedAttributeDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
847
|
+
ListCalculatedAttributeDefinitionsRequest.struct_class = Types::ListCalculatedAttributeDefinitionsRequest
|
848
|
+
|
849
|
+
ListCalculatedAttributeDefinitionsResponse.add_member(:items, Shapes::ShapeRef.new(shape: CalculatedAttributeDefinitionsList, location_name: "Items"))
|
850
|
+
ListCalculatedAttributeDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
851
|
+
ListCalculatedAttributeDefinitionsResponse.struct_class = Types::ListCalculatedAttributeDefinitionsResponse
|
852
|
+
|
853
|
+
ListCalculatedAttributeForProfileItem.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, location_name: "CalculatedAttributeName"))
|
854
|
+
ListCalculatedAttributeForProfileItem.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
855
|
+
ListCalculatedAttributeForProfileItem.add_member(:is_data_partial, Shapes::ShapeRef.new(shape: string1To255, location_name: "IsDataPartial"))
|
856
|
+
ListCalculatedAttributeForProfileItem.add_member(:value, Shapes::ShapeRef.new(shape: string1To255, location_name: "Value"))
|
857
|
+
ListCalculatedAttributeForProfileItem.struct_class = Types::ListCalculatedAttributeForProfileItem
|
858
|
+
|
859
|
+
ListCalculatedAttributesForProfileRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
860
|
+
ListCalculatedAttributesForProfileRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
861
|
+
ListCalculatedAttributesForProfileRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
862
|
+
ListCalculatedAttributesForProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location: "uri", location_name: "ProfileId"))
|
863
|
+
ListCalculatedAttributesForProfileRequest.struct_class = Types::ListCalculatedAttributesForProfileRequest
|
864
|
+
|
865
|
+
ListCalculatedAttributesForProfileResponse.add_member(:items, Shapes::ShapeRef.new(shape: CalculatedAttributesForProfileList, location_name: "Items"))
|
866
|
+
ListCalculatedAttributesForProfileResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
867
|
+
ListCalculatedAttributesForProfileResponse.struct_class = Types::ListCalculatedAttributesForProfileResponse
|
868
|
+
|
669
869
|
ListDomainItem.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
|
670
870
|
ListDomainItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
671
871
|
ListDomainItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
|
@@ -680,6 +880,15 @@ module Aws::CustomerProfiles
|
|
680
880
|
ListDomainsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
681
881
|
ListDomainsResponse.struct_class = Types::ListDomainsResponse
|
682
882
|
|
883
|
+
ListEventStreamsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
884
|
+
ListEventStreamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
885
|
+
ListEventStreamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
886
|
+
ListEventStreamsRequest.struct_class = Types::ListEventStreamsRequest
|
887
|
+
|
888
|
+
ListEventStreamsResponse.add_member(:items, Shapes::ShapeRef.new(shape: EventStreamSummaryList, location_name: "Items"))
|
889
|
+
ListEventStreamsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
890
|
+
ListEventStreamsResponse.struct_class = Types::ListEventStreamsResponse
|
891
|
+
|
683
892
|
ListIdentityResolutionJobsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
684
893
|
ListIdentityResolutionJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
685
894
|
ListIdentityResolutionJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
@@ -929,6 +1138,10 @@ module Aws::CustomerProfiles
|
|
929
1138
|
PutProfileObjectTypeResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
930
1139
|
PutProfileObjectTypeResponse.struct_class = Types::PutProfileObjectTypeResponse
|
931
1140
|
|
1141
|
+
Range.add_member(:value, Shapes::ShapeRef.new(shape: Value, required: true, location_name: "Value"))
|
1142
|
+
Range.add_member(:unit, Shapes::ShapeRef.new(shape: Unit, required: true, location_name: "Unit"))
|
1143
|
+
Range.struct_class = Types::Range
|
1144
|
+
|
932
1145
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
933
1146
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
934
1147
|
|
@@ -1014,6 +1227,10 @@ module Aws::CustomerProfiles
|
|
1014
1227
|
|
1015
1228
|
Tasks.member = Shapes::ShapeRef.new(shape: Task)
|
1016
1229
|
|
1230
|
+
Threshold.add_member(:value, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Value"))
|
1231
|
+
Threshold.add_member(:operator, Shapes::ShapeRef.new(shape: Operator, required: true, location_name: "Operator"))
|
1232
|
+
Threshold.struct_class = Types::Threshold
|
1233
|
+
|
1017
1234
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
1018
1235
|
ThrottlingException.struct_class = Types::ThrottlingException
|
1019
1236
|
|
@@ -1045,6 +1262,24 @@ module Aws::CustomerProfiles
|
|
1045
1262
|
UpdateAttributes.key = Shapes::ShapeRef.new(shape: string1To255)
|
1046
1263
|
UpdateAttributes.value = Shapes::ShapeRef.new(shape: string0To255)
|
1047
1264
|
|
1265
|
+
UpdateCalculatedAttributeDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1266
|
+
UpdateCalculatedAttributeDefinitionRequest.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "CalculatedAttributeName"))
|
1267
|
+
UpdateCalculatedAttributeDefinitionRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
1268
|
+
UpdateCalculatedAttributeDefinitionRequest.add_member(:description, Shapes::ShapeRef.new(shape: text, location_name: "Description"))
|
1269
|
+
UpdateCalculatedAttributeDefinitionRequest.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
1270
|
+
UpdateCalculatedAttributeDefinitionRequest.struct_class = Types::UpdateCalculatedAttributeDefinitionRequest
|
1271
|
+
|
1272
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:calculated_attribute_name, Shapes::ShapeRef.new(shape: typeName, location_name: "CalculatedAttributeName"))
|
1273
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
1274
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: text, location_name: "Description"))
|
1275
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
1276
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
1277
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
1278
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
1279
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, location_name: "AttributeDetails"))
|
1280
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1281
|
+
UpdateCalculatedAttributeDefinitionResponse.struct_class = Types::UpdateCalculatedAttributeDefinitionResponse
|
1282
|
+
|
1048
1283
|
UpdateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1049
1284
|
UpdateDomainRequest.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "DefaultExpirationDays"))
|
1050
1285
|
UpdateDomainRequest.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
|
@@ -1147,6 +1382,19 @@ module Aws::CustomerProfiles
|
|
1147
1382
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1148
1383
|
end)
|
1149
1384
|
|
1385
|
+
api.add_operation(:create_calculated_attribute_definition, Seahorse::Model::Operation.new.tap do |o|
|
1386
|
+
o.name = "CreateCalculatedAttributeDefinition"
|
1387
|
+
o.http_method = "POST"
|
1388
|
+
o.http_request_uri = "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}"
|
1389
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCalculatedAttributeDefinitionRequest)
|
1390
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCalculatedAttributeDefinitionResponse)
|
1391
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1392
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1393
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1394
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1395
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1396
|
+
end)
|
1397
|
+
|
1150
1398
|
api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
|
1151
1399
|
o.name = "CreateDomain"
|
1152
1400
|
o.http_method = "POST"
|
@@ -1160,6 +1408,19 @@ module Aws::CustomerProfiles
|
|
1160
1408
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1161
1409
|
end)
|
1162
1410
|
|
1411
|
+
api.add_operation(:create_event_stream, Seahorse::Model::Operation.new.tap do |o|
|
1412
|
+
o.name = "CreateEventStream"
|
1413
|
+
o.http_method = "POST"
|
1414
|
+
o.http_request_uri = "/domains/{DomainName}/event-streams/{EventStreamName}"
|
1415
|
+
o.input = Shapes::ShapeRef.new(shape: CreateEventStreamRequest)
|
1416
|
+
o.output = Shapes::ShapeRef.new(shape: CreateEventStreamResponse)
|
1417
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1418
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1419
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1420
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1421
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1422
|
+
end)
|
1423
|
+
|
1163
1424
|
api.add_operation(:create_integration_workflow, Seahorse::Model::Operation.new.tap do |o|
|
1164
1425
|
o.name = "CreateIntegrationWorkflow"
|
1165
1426
|
o.http_method = "POST"
|
@@ -1186,6 +1447,19 @@ module Aws::CustomerProfiles
|
|
1186
1447
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1187
1448
|
end)
|
1188
1449
|
|
1450
|
+
api.add_operation(:delete_calculated_attribute_definition, Seahorse::Model::Operation.new.tap do |o|
|
1451
|
+
o.name = "DeleteCalculatedAttributeDefinition"
|
1452
|
+
o.http_method = "DELETE"
|
1453
|
+
o.http_request_uri = "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}"
|
1454
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCalculatedAttributeDefinitionRequest)
|
1455
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCalculatedAttributeDefinitionResponse)
|
1456
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1457
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1458
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1459
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1460
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1461
|
+
end)
|
1462
|
+
|
1189
1463
|
api.add_operation(:delete_domain, Seahorse::Model::Operation.new.tap do |o|
|
1190
1464
|
o.name = "DeleteDomain"
|
1191
1465
|
o.http_method = "DELETE"
|
@@ -1199,6 +1473,19 @@ module Aws::CustomerProfiles
|
|
1199
1473
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1200
1474
|
end)
|
1201
1475
|
|
1476
|
+
api.add_operation(:delete_event_stream, Seahorse::Model::Operation.new.tap do |o|
|
1477
|
+
o.name = "DeleteEventStream"
|
1478
|
+
o.http_method = "DELETE"
|
1479
|
+
o.http_request_uri = "/domains/{DomainName}/event-streams/{EventStreamName}"
|
1480
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteEventStreamRequest)
|
1481
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteEventStreamResponse)
|
1482
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1483
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1484
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1485
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1486
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1487
|
+
end)
|
1488
|
+
|
1202
1489
|
api.add_operation(:delete_integration, Seahorse::Model::Operation.new.tap do |o|
|
1203
1490
|
o.name = "DeleteIntegration"
|
1204
1491
|
o.http_method = "POST"
|
@@ -1290,6 +1577,32 @@ module Aws::CustomerProfiles
|
|
1290
1577
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1291
1578
|
end)
|
1292
1579
|
|
1580
|
+
api.add_operation(:get_calculated_attribute_definition, Seahorse::Model::Operation.new.tap do |o|
|
1581
|
+
o.name = "GetCalculatedAttributeDefinition"
|
1582
|
+
o.http_method = "GET"
|
1583
|
+
o.http_request_uri = "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}"
|
1584
|
+
o.input = Shapes::ShapeRef.new(shape: GetCalculatedAttributeDefinitionRequest)
|
1585
|
+
o.output = Shapes::ShapeRef.new(shape: GetCalculatedAttributeDefinitionResponse)
|
1586
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1587
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1588
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1589
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1590
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1591
|
+
end)
|
1592
|
+
|
1593
|
+
api.add_operation(:get_calculated_attribute_for_profile, Seahorse::Model::Operation.new.tap do |o|
|
1594
|
+
o.name = "GetCalculatedAttributeForProfile"
|
1595
|
+
o.http_method = "GET"
|
1596
|
+
o.http_request_uri = "/domains/{DomainName}/profile/{ProfileId}/calculated-attributes/{CalculatedAttributeName}"
|
1597
|
+
o.input = Shapes::ShapeRef.new(shape: GetCalculatedAttributeForProfileRequest)
|
1598
|
+
o.output = Shapes::ShapeRef.new(shape: GetCalculatedAttributeForProfileResponse)
|
1599
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1600
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1601
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1602
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1603
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1604
|
+
end)
|
1605
|
+
|
1293
1606
|
api.add_operation(:get_domain, Seahorse::Model::Operation.new.tap do |o|
|
1294
1607
|
o.name = "GetDomain"
|
1295
1608
|
o.http_method = "GET"
|
@@ -1303,6 +1616,19 @@ module Aws::CustomerProfiles
|
|
1303
1616
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1304
1617
|
end)
|
1305
1618
|
|
1619
|
+
api.add_operation(:get_event_stream, Seahorse::Model::Operation.new.tap do |o|
|
1620
|
+
o.name = "GetEventStream"
|
1621
|
+
o.http_method = "GET"
|
1622
|
+
o.http_request_uri = "/domains/{DomainName}/event-streams/{EventStreamName}"
|
1623
|
+
o.input = Shapes::ShapeRef.new(shape: GetEventStreamRequest)
|
1624
|
+
o.output = Shapes::ShapeRef.new(shape: GetEventStreamResponse)
|
1625
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1626
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1627
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1628
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1629
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1630
|
+
end)
|
1631
|
+
|
1306
1632
|
api.add_operation(:get_identity_resolution_job, Seahorse::Model::Operation.new.tap do |o|
|
1307
1633
|
o.name = "GetIdentityResolutionJob"
|
1308
1634
|
o.http_method = "GET"
|
@@ -1407,6 +1733,32 @@ module Aws::CustomerProfiles
|
|
1407
1733
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1408
1734
|
end)
|
1409
1735
|
|
1736
|
+
api.add_operation(:list_calculated_attribute_definitions, Seahorse::Model::Operation.new.tap do |o|
|
1737
|
+
o.name = "ListCalculatedAttributeDefinitions"
|
1738
|
+
o.http_method = "GET"
|
1739
|
+
o.http_request_uri = "/domains/{DomainName}/calculated-attributes"
|
1740
|
+
o.input = Shapes::ShapeRef.new(shape: ListCalculatedAttributeDefinitionsRequest)
|
1741
|
+
o.output = Shapes::ShapeRef.new(shape: ListCalculatedAttributeDefinitionsResponse)
|
1742
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1743
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1744
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1745
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1746
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1747
|
+
end)
|
1748
|
+
|
1749
|
+
api.add_operation(:list_calculated_attributes_for_profile, Seahorse::Model::Operation.new.tap do |o|
|
1750
|
+
o.name = "ListCalculatedAttributesForProfile"
|
1751
|
+
o.http_method = "GET"
|
1752
|
+
o.http_request_uri = "/domains/{DomainName}/profile/{ProfileId}/calculated-attributes"
|
1753
|
+
o.input = Shapes::ShapeRef.new(shape: ListCalculatedAttributesForProfileRequest)
|
1754
|
+
o.output = Shapes::ShapeRef.new(shape: ListCalculatedAttributesForProfileResponse)
|
1755
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1756
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1757
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1758
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1759
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1760
|
+
end)
|
1761
|
+
|
1410
1762
|
api.add_operation(:list_domains, Seahorse::Model::Operation.new.tap do |o|
|
1411
1763
|
o.name = "ListDomains"
|
1412
1764
|
o.http_method = "GET"
|
@@ -1420,6 +1772,25 @@ module Aws::CustomerProfiles
|
|
1420
1772
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1421
1773
|
end)
|
1422
1774
|
|
1775
|
+
api.add_operation(:list_event_streams, Seahorse::Model::Operation.new.tap do |o|
|
1776
|
+
o.name = "ListEventStreams"
|
1777
|
+
o.http_method = "GET"
|
1778
|
+
o.http_request_uri = "/domains/{DomainName}/event-streams"
|
1779
|
+
o.input = Shapes::ShapeRef.new(shape: ListEventStreamsRequest)
|
1780
|
+
o.output = Shapes::ShapeRef.new(shape: ListEventStreamsResponse)
|
1781
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1782
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1783
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1784
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1785
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1786
|
+
o[:pager] = Aws::Pager.new(
|
1787
|
+
limit_key: "max_results",
|
1788
|
+
tokens: {
|
1789
|
+
"next_token" => "next_token"
|
1790
|
+
}
|
1791
|
+
)
|
1792
|
+
end)
|
1793
|
+
|
1423
1794
|
api.add_operation(:list_identity_resolution_jobs, Seahorse::Model::Operation.new.tap do |o|
|
1424
1795
|
o.name = "ListIdentityResolutionJobs"
|
1425
1796
|
o.http_method = "GET"
|
@@ -1595,6 +1966,19 @@ module Aws::CustomerProfiles
|
|
1595
1966
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1596
1967
|
end)
|
1597
1968
|
|
1969
|
+
api.add_operation(:update_calculated_attribute_definition, Seahorse::Model::Operation.new.tap do |o|
|
1970
|
+
o.name = "UpdateCalculatedAttributeDefinition"
|
1971
|
+
o.http_method = "PUT"
|
1972
|
+
o.http_request_uri = "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}"
|
1973
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCalculatedAttributeDefinitionRequest)
|
1974
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCalculatedAttributeDefinitionResponse)
|
1975
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1976
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1977
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1978
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1979
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1980
|
+
end)
|
1981
|
+
|
1598
1982
|
api.add_operation(:update_domain, Seahorse::Model::Operation.new.tap do |o|
|
1599
1983
|
o.name = "UpdateDomain"
|
1600
1984
|
o.http_method = "PUT"
|