aws-sdk-customerprofiles 1.63.0 → 1.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-customerprofiles/client.rb +364 -12
- data/lib/aws-sdk-customerprofiles/client_api.rb +206 -2
- data/lib/aws-sdk-customerprofiles/types.rb +605 -7
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- data/sig/client.rbs +123 -5
- data/sig/types.rbs +138 -1
- metadata +4 -4
@@ -69,6 +69,8 @@ module Aws::CustomerProfiles
|
|
69
69
|
Consolidation = Shapes::StructureShape.new(name: 'Consolidation')
|
70
70
|
CreateCalculatedAttributeDefinitionRequest = Shapes::StructureShape.new(name: 'CreateCalculatedAttributeDefinitionRequest')
|
71
71
|
CreateCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'CreateCalculatedAttributeDefinitionResponse')
|
72
|
+
CreateDomainLayoutRequest = Shapes::StructureShape.new(name: 'CreateDomainLayoutRequest')
|
73
|
+
CreateDomainLayoutResponse = Shapes::StructureShape.new(name: 'CreateDomainLayoutResponse')
|
72
74
|
CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
|
73
75
|
CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
|
74
76
|
CreateEventStreamRequest = Shapes::StructureShape.new(name: 'CreateEventStreamRequest')
|
@@ -95,6 +97,8 @@ module Aws::CustomerProfiles
|
|
95
97
|
DatetimeTypeFieldName = Shapes::StringShape.new(name: 'DatetimeTypeFieldName')
|
96
98
|
DeleteCalculatedAttributeDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteCalculatedAttributeDefinitionRequest')
|
97
99
|
DeleteCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteCalculatedAttributeDefinitionResponse')
|
100
|
+
DeleteDomainLayoutRequest = Shapes::StructureShape.new(name: 'DeleteDomainLayoutRequest')
|
101
|
+
DeleteDomainLayoutResponse = Shapes::StructureShape.new(name: 'DeleteDomainLayoutResponse')
|
98
102
|
DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
|
99
103
|
DeleteDomainResponse = Shapes::StructureShape.new(name: 'DeleteDomainResponse')
|
100
104
|
DeleteEventStreamRequest = Shapes::StructureShape.new(name: 'DeleteEventStreamRequest')
|
@@ -171,6 +175,8 @@ module Aws::CustomerProfiles
|
|
171
175
|
GetCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'GetCalculatedAttributeDefinitionResponse')
|
172
176
|
GetCalculatedAttributeForProfileRequest = Shapes::StructureShape.new(name: 'GetCalculatedAttributeForProfileRequest')
|
173
177
|
GetCalculatedAttributeForProfileResponse = Shapes::StructureShape.new(name: 'GetCalculatedAttributeForProfileResponse')
|
178
|
+
GetDomainLayoutRequest = Shapes::StructureShape.new(name: 'GetDomainLayoutRequest')
|
179
|
+
GetDomainLayoutResponse = Shapes::StructureShape.new(name: 'GetDomainLayoutResponse')
|
174
180
|
GetDomainRequest = Shapes::StructureShape.new(name: 'GetDomainRequest')
|
175
181
|
GetDomainResponse = Shapes::StructureShape.new(name: 'GetDomainResponse')
|
176
182
|
GetEventStreamRequest = Shapes::StructureShape.new(name: 'GetEventStreamRequest')
|
@@ -220,6 +226,9 @@ module Aws::CustomerProfiles
|
|
220
226
|
JobStats = Shapes::StructureShape.new(name: 'JobStats')
|
221
227
|
KeyMap = Shapes::MapShape.new(name: 'KeyMap')
|
222
228
|
KmsArn = Shapes::StringShape.new(name: 'KmsArn')
|
229
|
+
LayoutItem = Shapes::StructureShape.new(name: 'LayoutItem')
|
230
|
+
LayoutList = Shapes::ListShape.new(name: 'LayoutList')
|
231
|
+
LayoutType = Shapes::StringShape.new(name: 'LayoutType')
|
223
232
|
ListAccountIntegrationsRequest = Shapes::StructureShape.new(name: 'ListAccountIntegrationsRequest')
|
224
233
|
ListAccountIntegrationsResponse = Shapes::StructureShape.new(name: 'ListAccountIntegrationsResponse')
|
225
234
|
ListCalculatedAttributeDefinitionItem = Shapes::StructureShape.new(name: 'ListCalculatedAttributeDefinitionItem')
|
@@ -229,6 +238,8 @@ module Aws::CustomerProfiles
|
|
229
238
|
ListCalculatedAttributesForProfileRequest = Shapes::StructureShape.new(name: 'ListCalculatedAttributesForProfileRequest')
|
230
239
|
ListCalculatedAttributesForProfileResponse = Shapes::StructureShape.new(name: 'ListCalculatedAttributesForProfileResponse')
|
231
240
|
ListDomainItem = Shapes::StructureShape.new(name: 'ListDomainItem')
|
241
|
+
ListDomainLayoutsRequest = Shapes::StructureShape.new(name: 'ListDomainLayoutsRequest')
|
242
|
+
ListDomainLayoutsResponse = Shapes::StructureShape.new(name: 'ListDomainLayoutsResponse')
|
232
243
|
ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
|
233
244
|
ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
|
234
245
|
ListEventStreamsRequest = Shapes::StructureShape.new(name: 'ListEventStreamsRequest')
|
@@ -324,6 +335,8 @@ module Aws::CustomerProfiles
|
|
324
335
|
Range = Shapes::StructureShape.new(name: 'Range')
|
325
336
|
RangeOverride = Shapes::StructureShape.new(name: 'RangeOverride')
|
326
337
|
RangeUnit = Shapes::StringShape.new(name: 'RangeUnit')
|
338
|
+
Readiness = Shapes::StructureShape.new(name: 'Readiness')
|
339
|
+
ReadinessStatus = Shapes::StringShape.new(name: 'ReadinessStatus')
|
327
340
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
328
341
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
329
342
|
RuleBasedMatchingRequest = Shapes::StructureShape.new(name: 'RuleBasedMatchingRequest')
|
@@ -389,6 +402,8 @@ module Aws::CustomerProfiles
|
|
389
402
|
UpdateAttributes = Shapes::MapShape.new(name: 'UpdateAttributes')
|
390
403
|
UpdateCalculatedAttributeDefinitionRequest = Shapes::StructureShape.new(name: 'UpdateCalculatedAttributeDefinitionRequest')
|
391
404
|
UpdateCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'UpdateCalculatedAttributeDefinitionResponse')
|
405
|
+
UpdateDomainLayoutRequest = Shapes::StructureShape.new(name: 'UpdateDomainLayoutRequest')
|
406
|
+
UpdateDomainLayoutResponse = Shapes::StructureShape.new(name: 'UpdateDomainLayoutResponse')
|
392
407
|
UpdateDomainRequest = Shapes::StructureShape.new(name: 'UpdateDomainRequest')
|
393
408
|
UpdateDomainResponse = Shapes::StructureShape.new(name: 'UpdateDomainResponse')
|
394
409
|
UpdateEventTriggerRequest = Shapes::StructureShape.new(name: 'UpdateEventTriggerRequest')
|
@@ -397,6 +412,9 @@ module Aws::CustomerProfiles
|
|
397
412
|
UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
|
398
413
|
Value = Shapes::IntegerShape.new(name: 'Value')
|
399
414
|
ValueList = Shapes::ListShape.new(name: 'ValueList')
|
415
|
+
ValueRange = Shapes::StructureShape.new(name: 'ValueRange')
|
416
|
+
ValueRangeEnd = Shapes::IntegerShape.new(name: 'ValueRangeEnd')
|
417
|
+
ValueRangeStart = Shapes::IntegerShape.new(name: 'ValueRangeStart')
|
400
418
|
Values = Shapes::ListShape.new(name: 'Values')
|
401
419
|
WorkflowAttributes = Shapes::StructureShape.new(name: 'WorkflowAttributes')
|
402
420
|
WorkflowList = Shapes::ListShape.new(name: 'WorkflowList')
|
@@ -426,6 +444,7 @@ module Aws::CustomerProfiles
|
|
426
444
|
name = Shapes::StringShape.new(name: 'name')
|
427
445
|
optionalBoolean = Shapes::BooleanShape.new(name: 'optionalBoolean')
|
428
446
|
optionalLong = Shapes::IntegerShape.new(name: 'optionalLong')
|
447
|
+
percentageInteger = Shapes::IntegerShape.new(name: 'percentageInteger')
|
429
448
|
requestValueList = Shapes::ListShape.new(name: 'requestValueList')
|
430
449
|
s3BucketName = Shapes::StringShape.new(name: 's3BucketName')
|
431
450
|
s3KeyName = Shapes::StringShape.new(name: 's3KeyName')
|
@@ -433,6 +452,7 @@ module Aws::CustomerProfiles
|
|
433
452
|
sensitiveString0To1000 = Shapes::StringShape.new(name: 'sensitiveString0To1000')
|
434
453
|
sensitiveString0To255 = Shapes::StringShape.new(name: 'sensitiveString0To255')
|
435
454
|
sensitiveString1To1000 = Shapes::StringShape.new(name: 'sensitiveString1To1000')
|
455
|
+
sensitiveString1To2000000 = Shapes::StringShape.new(name: 'sensitiveString1To2000000')
|
436
456
|
sensitiveString1To255 = Shapes::StringShape.new(name: 'sensitiveString1To255')
|
437
457
|
sensitiveText = Shapes::StringShape.new(name: 'sensitiveText')
|
438
458
|
sqsQueueUrl = Shapes::StringShape.new(name: 'sqsQueueUrl')
|
@@ -607,6 +627,7 @@ module Aws::CustomerProfiles
|
|
607
627
|
CalculatedAttributeValue.add_member(:is_data_partial, Shapes::ShapeRef.new(shape: string1To255, location_name: "IsDataPartial"))
|
608
628
|
CalculatedAttributeValue.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, location_name: "ProfileId"))
|
609
629
|
CalculatedAttributeValue.add_member(:value, Shapes::ShapeRef.new(shape: string1To255, location_name: "Value"))
|
630
|
+
CalculatedAttributeValue.add_member(:last_object_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastObjectTimestamp"))
|
610
631
|
CalculatedAttributeValue.struct_class = Types::CalculatedAttributeValue
|
611
632
|
|
612
633
|
CalculatedAttributeValueList.member = Shapes::ShapeRef.new(shape: CalculatedAttributeValue)
|
@@ -646,6 +667,7 @@ module Aws::CustomerProfiles
|
|
646
667
|
CreateCalculatedAttributeDefinitionRequest.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
647
668
|
CreateCalculatedAttributeDefinitionRequest.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "Filter"))
|
648
669
|
CreateCalculatedAttributeDefinitionRequest.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, required: true, location_name: "Statistic"))
|
670
|
+
CreateCalculatedAttributeDefinitionRequest.add_member(:use_historical_data, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "UseHistoricalData"))
|
649
671
|
CreateCalculatedAttributeDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
650
672
|
CreateCalculatedAttributeDefinitionRequest.struct_class = Types::CreateCalculatedAttributeDefinitionRequest
|
651
673
|
|
@@ -658,9 +680,34 @@ module Aws::CustomerProfiles
|
|
658
680
|
CreateCalculatedAttributeDefinitionResponse.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
659
681
|
CreateCalculatedAttributeDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
660
682
|
CreateCalculatedAttributeDefinitionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
683
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:use_historical_data, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "UseHistoricalData"))
|
684
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadinessStatus, location_name: "Status"))
|
685
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:readiness, Shapes::ShapeRef.new(shape: Readiness, location_name: "Readiness"))
|
661
686
|
CreateCalculatedAttributeDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
662
687
|
CreateCalculatedAttributeDefinitionResponse.struct_class = Types::CreateCalculatedAttributeDefinitionResponse
|
663
688
|
|
689
|
+
CreateDomainLayoutRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
690
|
+
CreateDomainLayoutRequest.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "LayoutDefinitionName"))
|
691
|
+
CreateDomainLayoutRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, required: true, location_name: "Description"))
|
692
|
+
CreateDomainLayoutRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, required: true, location_name: "DisplayName"))
|
693
|
+
CreateDomainLayoutRequest.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "IsDefault"))
|
694
|
+
CreateDomainLayoutRequest.add_member(:layout_type, Shapes::ShapeRef.new(shape: LayoutType, required: true, location_name: "LayoutType"))
|
695
|
+
CreateDomainLayoutRequest.add_member(:layout, Shapes::ShapeRef.new(shape: sensitiveString1To2000000, required: true, location_name: "Layout"))
|
696
|
+
CreateDomainLayoutRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
697
|
+
CreateDomainLayoutRequest.struct_class = Types::CreateDomainLayoutRequest
|
698
|
+
|
699
|
+
CreateDomainLayoutResponse.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "LayoutDefinitionName"))
|
700
|
+
CreateDomainLayoutResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, required: true, location_name: "Description"))
|
701
|
+
CreateDomainLayoutResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, required: true, location_name: "DisplayName"))
|
702
|
+
CreateDomainLayoutResponse.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "IsDefault"))
|
703
|
+
CreateDomainLayoutResponse.add_member(:layout_type, Shapes::ShapeRef.new(shape: LayoutType, required: true, location_name: "LayoutType"))
|
704
|
+
CreateDomainLayoutResponse.add_member(:layout, Shapes::ShapeRef.new(shape: sensitiveString1To2000000, required: true, location_name: "Layout"))
|
705
|
+
CreateDomainLayoutResponse.add_member(:version, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Version"))
|
706
|
+
CreateDomainLayoutResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
707
|
+
CreateDomainLayoutResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
708
|
+
CreateDomainLayoutResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
709
|
+
CreateDomainLayoutResponse.struct_class = Types::CreateDomainLayoutResponse
|
710
|
+
|
664
711
|
CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
665
712
|
CreateDomainRequest.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, required: true, location_name: "DefaultExpirationDays"))
|
666
713
|
CreateDomainRequest.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
|
@@ -804,6 +851,13 @@ module Aws::CustomerProfiles
|
|
804
851
|
|
805
852
|
DeleteCalculatedAttributeDefinitionResponse.struct_class = Types::DeleteCalculatedAttributeDefinitionResponse
|
806
853
|
|
854
|
+
DeleteDomainLayoutRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
855
|
+
DeleteDomainLayoutRequest.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "LayoutDefinitionName"))
|
856
|
+
DeleteDomainLayoutRequest.struct_class = Types::DeleteDomainLayoutRequest
|
857
|
+
|
858
|
+
DeleteDomainLayoutResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, required: true, location_name: "Message"))
|
859
|
+
DeleteDomainLayoutResponse.struct_class = Types::DeleteDomainLayoutResponse
|
860
|
+
|
807
861
|
DeleteDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
808
862
|
DeleteDomainRequest.struct_class = Types::DeleteDomainRequest
|
809
863
|
|
@@ -1056,6 +1110,9 @@ module Aws::CustomerProfiles
|
|
1056
1110
|
GetCalculatedAttributeDefinitionResponse.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "Filter"))
|
1057
1111
|
GetCalculatedAttributeDefinitionResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
1058
1112
|
GetCalculatedAttributeDefinitionResponse.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, location_name: "AttributeDetails"))
|
1113
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:use_historical_data, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "UseHistoricalData"))
|
1114
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadinessStatus, location_name: "Status"))
|
1115
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:readiness, Shapes::ShapeRef.new(shape: Readiness, location_name: "Readiness"))
|
1059
1116
|
GetCalculatedAttributeDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1060
1117
|
GetCalculatedAttributeDefinitionResponse.struct_class = Types::GetCalculatedAttributeDefinitionResponse
|
1061
1118
|
|
@@ -1068,8 +1125,25 @@ module Aws::CustomerProfiles
|
|
1068
1125
|
GetCalculatedAttributeForProfileResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
1069
1126
|
GetCalculatedAttributeForProfileResponse.add_member(:is_data_partial, Shapes::ShapeRef.new(shape: string1To255, location_name: "IsDataPartial"))
|
1070
1127
|
GetCalculatedAttributeForProfileResponse.add_member(:value, Shapes::ShapeRef.new(shape: string1To255, location_name: "Value"))
|
1128
|
+
GetCalculatedAttributeForProfileResponse.add_member(:last_object_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastObjectTimestamp"))
|
1071
1129
|
GetCalculatedAttributeForProfileResponse.struct_class = Types::GetCalculatedAttributeForProfileResponse
|
1072
1130
|
|
1131
|
+
GetDomainLayoutRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1132
|
+
GetDomainLayoutRequest.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "LayoutDefinitionName"))
|
1133
|
+
GetDomainLayoutRequest.struct_class = Types::GetDomainLayoutRequest
|
1134
|
+
|
1135
|
+
GetDomainLayoutResponse.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "LayoutDefinitionName"))
|
1136
|
+
GetDomainLayoutResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, required: true, location_name: "Description"))
|
1137
|
+
GetDomainLayoutResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, required: true, location_name: "DisplayName"))
|
1138
|
+
GetDomainLayoutResponse.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "IsDefault"))
|
1139
|
+
GetDomainLayoutResponse.add_member(:layout_type, Shapes::ShapeRef.new(shape: LayoutType, required: true, location_name: "LayoutType"))
|
1140
|
+
GetDomainLayoutResponse.add_member(:layout, Shapes::ShapeRef.new(shape: sensitiveString1To2000000, required: true, location_name: "Layout"))
|
1141
|
+
GetDomainLayoutResponse.add_member(:version, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Version"))
|
1142
|
+
GetDomainLayoutResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
1143
|
+
GetDomainLayoutResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
|
1144
|
+
GetDomainLayoutResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1145
|
+
GetDomainLayoutResponse.struct_class = Types::GetDomainLayoutResponse
|
1146
|
+
|
1073
1147
|
GetDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1074
1148
|
GetDomainRequest.struct_class = Types::GetDomainRequest
|
1075
1149
|
|
@@ -1324,6 +1398,18 @@ module Aws::CustomerProfiles
|
|
1324
1398
|
KeyMap.key = Shapes::ShapeRef.new(shape: name)
|
1325
1399
|
KeyMap.value = Shapes::ShapeRef.new(shape: ObjectTypeKeyList)
|
1326
1400
|
|
1401
|
+
LayoutItem.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "LayoutDefinitionName"))
|
1402
|
+
LayoutItem.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, required: true, location_name: "Description"))
|
1403
|
+
LayoutItem.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, required: true, location_name: "DisplayName"))
|
1404
|
+
LayoutItem.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "IsDefault"))
|
1405
|
+
LayoutItem.add_member(:layout_type, Shapes::ShapeRef.new(shape: LayoutType, required: true, location_name: "LayoutType"))
|
1406
|
+
LayoutItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1407
|
+
LayoutItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
1408
|
+
LayoutItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
|
1409
|
+
LayoutItem.struct_class = Types::LayoutItem
|
1410
|
+
|
1411
|
+
LayoutList.member = Shapes::ShapeRef.new(shape: LayoutItem)
|
1412
|
+
|
1327
1413
|
ListAccountIntegrationsRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
|
1328
1414
|
ListAccountIntegrationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
1329
1415
|
ListAccountIntegrationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
@@ -1339,6 +1425,8 @@ module Aws::CustomerProfiles
|
|
1339
1425
|
ListCalculatedAttributeDefinitionItem.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
1340
1426
|
ListCalculatedAttributeDefinitionItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
1341
1427
|
ListCalculatedAttributeDefinitionItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
1428
|
+
ListCalculatedAttributeDefinitionItem.add_member(:use_historical_data, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "UseHistoricalData"))
|
1429
|
+
ListCalculatedAttributeDefinitionItem.add_member(:status, Shapes::ShapeRef.new(shape: ReadinessStatus, location_name: "Status"))
|
1342
1430
|
ListCalculatedAttributeDefinitionItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1343
1431
|
ListCalculatedAttributeDefinitionItem.struct_class = Types::ListCalculatedAttributeDefinitionItem
|
1344
1432
|
|
@@ -1355,6 +1443,7 @@ module Aws::CustomerProfiles
|
|
1355
1443
|
ListCalculatedAttributeForProfileItem.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
1356
1444
|
ListCalculatedAttributeForProfileItem.add_member(:is_data_partial, Shapes::ShapeRef.new(shape: string1To255, location_name: "IsDataPartial"))
|
1357
1445
|
ListCalculatedAttributeForProfileItem.add_member(:value, Shapes::ShapeRef.new(shape: string1To255, location_name: "Value"))
|
1446
|
+
ListCalculatedAttributeForProfileItem.add_member(:last_object_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastObjectTimestamp"))
|
1358
1447
|
ListCalculatedAttributeForProfileItem.struct_class = Types::ListCalculatedAttributeForProfileItem
|
1359
1448
|
|
1360
1449
|
ListCalculatedAttributesForProfileRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
@@ -1373,6 +1462,15 @@ module Aws::CustomerProfiles
|
|
1373
1462
|
ListDomainItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1374
1463
|
ListDomainItem.struct_class = Types::ListDomainItem
|
1375
1464
|
|
1465
|
+
ListDomainLayoutsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1466
|
+
ListDomainLayoutsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
1467
|
+
ListDomainLayoutsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
1468
|
+
ListDomainLayoutsRequest.struct_class = Types::ListDomainLayoutsRequest
|
1469
|
+
|
1470
|
+
ListDomainLayoutsResponse.add_member(:items, Shapes::ShapeRef.new(shape: LayoutList, location_name: "Items"))
|
1471
|
+
ListDomainLayoutsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
1472
|
+
ListDomainLayoutsResponse.struct_class = Types::ListDomainLayoutsResponse
|
1473
|
+
|
1376
1474
|
ListDomainsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
1377
1475
|
ListDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
1378
1476
|
ListDomainsRequest.struct_class = Types::ListDomainsRequest
|
@@ -1773,8 +1871,11 @@ module Aws::CustomerProfiles
|
|
1773
1871
|
PutProfileObjectTypeResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1774
1872
|
PutProfileObjectTypeResponse.struct_class = Types::PutProfileObjectTypeResponse
|
1775
1873
|
|
1776
|
-
Range.add_member(:value, Shapes::ShapeRef.new(shape: Value,
|
1777
|
-
Range.add_member(:unit, Shapes::ShapeRef.new(shape: Unit,
|
1874
|
+
Range.add_member(:value, Shapes::ShapeRef.new(shape: Value, location_name: "Value"))
|
1875
|
+
Range.add_member(:unit, Shapes::ShapeRef.new(shape: Unit, location_name: "Unit"))
|
1876
|
+
Range.add_member(:value_range, Shapes::ShapeRef.new(shape: ValueRange, location_name: "ValueRange"))
|
1877
|
+
Range.add_member(:timestamp_source, Shapes::ShapeRef.new(shape: string1To255, location_name: "TimestampSource"))
|
1878
|
+
Range.add_member(:timestamp_format, Shapes::ShapeRef.new(shape: string1To255, location_name: "TimestampFormat"))
|
1778
1879
|
Range.struct_class = Types::Range
|
1779
1880
|
|
1780
1881
|
RangeOverride.add_member(:start, Shapes::ShapeRef.new(shape: Start, required: true, location_name: "Start"))
|
@@ -1782,6 +1883,10 @@ module Aws::CustomerProfiles
|
|
1782
1883
|
RangeOverride.add_member(:unit, Shapes::ShapeRef.new(shape: RangeUnit, required: true, location_name: "Unit"))
|
1783
1884
|
RangeOverride.struct_class = Types::RangeOverride
|
1784
1885
|
|
1886
|
+
Readiness.add_member(:progress_percentage, Shapes::ShapeRef.new(shape: percentageInteger, location_name: "ProgressPercentage"))
|
1887
|
+
Readiness.add_member(:message, Shapes::ShapeRef.new(shape: text, location_name: "Message"))
|
1888
|
+
Readiness.struct_class = Types::Readiness
|
1889
|
+
|
1785
1890
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
1786
1891
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
1787
1892
|
|
@@ -1961,9 +2066,33 @@ module Aws::CustomerProfiles
|
|
1961
2066
|
UpdateCalculatedAttributeDefinitionResponse.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
1962
2067
|
UpdateCalculatedAttributeDefinitionResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
1963
2068
|
UpdateCalculatedAttributeDefinitionResponse.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, location_name: "AttributeDetails"))
|
2069
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:use_historical_data, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "UseHistoricalData"))
|
2070
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadinessStatus, location_name: "Status"))
|
2071
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:readiness, Shapes::ShapeRef.new(shape: Readiness, location_name: "Readiness"))
|
1964
2072
|
UpdateCalculatedAttributeDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1965
2073
|
UpdateCalculatedAttributeDefinitionResponse.struct_class = Types::UpdateCalculatedAttributeDefinitionResponse
|
1966
2074
|
|
2075
|
+
UpdateDomainLayoutRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
2076
|
+
UpdateDomainLayoutRequest.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "LayoutDefinitionName"))
|
2077
|
+
UpdateDomainLayoutRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
2078
|
+
UpdateDomainLayoutRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
2079
|
+
UpdateDomainLayoutRequest.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "IsDefault"))
|
2080
|
+
UpdateDomainLayoutRequest.add_member(:layout_type, Shapes::ShapeRef.new(shape: LayoutType, location_name: "LayoutType"))
|
2081
|
+
UpdateDomainLayoutRequest.add_member(:layout, Shapes::ShapeRef.new(shape: sensitiveString1To2000000, location_name: "Layout"))
|
2082
|
+
UpdateDomainLayoutRequest.struct_class = Types::UpdateDomainLayoutRequest
|
2083
|
+
|
2084
|
+
UpdateDomainLayoutResponse.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, location_name: "LayoutDefinitionName"))
|
2085
|
+
UpdateDomainLayoutResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
2086
|
+
UpdateDomainLayoutResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
2087
|
+
UpdateDomainLayoutResponse.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "IsDefault"))
|
2088
|
+
UpdateDomainLayoutResponse.add_member(:layout_type, Shapes::ShapeRef.new(shape: LayoutType, location_name: "LayoutType"))
|
2089
|
+
UpdateDomainLayoutResponse.add_member(:layout, Shapes::ShapeRef.new(shape: sensitiveString1To2000000, location_name: "Layout"))
|
2090
|
+
UpdateDomainLayoutResponse.add_member(:version, Shapes::ShapeRef.new(shape: string1To255, location_name: "Version"))
|
2091
|
+
UpdateDomainLayoutResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
2092
|
+
UpdateDomainLayoutResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
2093
|
+
UpdateDomainLayoutResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
2094
|
+
UpdateDomainLayoutResponse.struct_class = Types::UpdateDomainLayoutResponse
|
2095
|
+
|
1967
2096
|
UpdateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1968
2097
|
UpdateDomainRequest.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "DefaultExpirationDays"))
|
1969
2098
|
UpdateDomainRequest.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
|
@@ -2036,6 +2165,10 @@ module Aws::CustomerProfiles
|
|
2036
2165
|
|
2037
2166
|
ValueList.member = Shapes::ShapeRef.new(shape: string1To255)
|
2038
2167
|
|
2168
|
+
ValueRange.add_member(:start, Shapes::ShapeRef.new(shape: ValueRangeStart, required: true, location_name: "Start"))
|
2169
|
+
ValueRange.add_member(:end, Shapes::ShapeRef.new(shape: ValueRangeEnd, required: true, location_name: "End"))
|
2170
|
+
ValueRange.struct_class = Types::ValueRange
|
2171
|
+
|
2039
2172
|
Values.member = Shapes::ShapeRef.new(shape: string1To255)
|
2040
2173
|
|
2041
2174
|
WorkflowAttributes.add_member(:appflow_integration, Shapes::ShapeRef.new(shape: AppflowIntegrationWorkflowAttributes, location_name: "AppflowIntegration"))
|
@@ -2146,6 +2279,19 @@ module Aws::CustomerProfiles
|
|
2146
2279
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2147
2280
|
end)
|
2148
2281
|
|
2282
|
+
api.add_operation(:create_domain_layout, Seahorse::Model::Operation.new.tap do |o|
|
2283
|
+
o.name = "CreateDomainLayout"
|
2284
|
+
o.http_method = "POST"
|
2285
|
+
o.http_request_uri = "/domains/{DomainName}/layouts/{LayoutDefinitionName}"
|
2286
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDomainLayoutRequest)
|
2287
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDomainLayoutResponse)
|
2288
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2289
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2290
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2291
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2292
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2293
|
+
end)
|
2294
|
+
|
2149
2295
|
api.add_operation(:create_event_stream, Seahorse::Model::Operation.new.tap do |o|
|
2150
2296
|
o.name = "CreateEventStream"
|
2151
2297
|
o.http_method = "POST"
|
@@ -2263,6 +2409,19 @@ module Aws::CustomerProfiles
|
|
2263
2409
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2264
2410
|
end)
|
2265
2411
|
|
2412
|
+
api.add_operation(:delete_domain_layout, Seahorse::Model::Operation.new.tap do |o|
|
2413
|
+
o.name = "DeleteDomainLayout"
|
2414
|
+
o.http_method = "DELETE"
|
2415
|
+
o.http_request_uri = "/domains/{DomainName}/layouts/{LayoutDefinitionName}"
|
2416
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDomainLayoutRequest)
|
2417
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDomainLayoutResponse)
|
2418
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2419
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2420
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2421
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2422
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2423
|
+
end)
|
2424
|
+
|
2266
2425
|
api.add_operation(:delete_event_stream, Seahorse::Model::Operation.new.tap do |o|
|
2267
2426
|
o.name = "DeleteEventStream"
|
2268
2427
|
o.http_method = "DELETE"
|
@@ -2445,6 +2604,19 @@ module Aws::CustomerProfiles
|
|
2445
2604
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2446
2605
|
end)
|
2447
2606
|
|
2607
|
+
api.add_operation(:get_domain_layout, Seahorse::Model::Operation.new.tap do |o|
|
2608
|
+
o.name = "GetDomainLayout"
|
2609
|
+
o.http_method = "GET"
|
2610
|
+
o.http_request_uri = "/domains/{DomainName}/layouts/{LayoutDefinitionName}"
|
2611
|
+
o.input = Shapes::ShapeRef.new(shape: GetDomainLayoutRequest)
|
2612
|
+
o.output = Shapes::ShapeRef.new(shape: GetDomainLayoutResponse)
|
2613
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2614
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2615
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2616
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2617
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2618
|
+
end)
|
2619
|
+
|
2448
2620
|
api.add_operation(:get_event_stream, Seahorse::Model::Operation.new.tap do |o|
|
2449
2621
|
o.name = "GetEventStream"
|
2450
2622
|
o.http_method = "GET"
|
@@ -2672,6 +2844,25 @@ module Aws::CustomerProfiles
|
|
2672
2844
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2673
2845
|
end)
|
2674
2846
|
|
2847
|
+
api.add_operation(:list_domain_layouts, Seahorse::Model::Operation.new.tap do |o|
|
2848
|
+
o.name = "ListDomainLayouts"
|
2849
|
+
o.http_method = "GET"
|
2850
|
+
o.http_request_uri = "/domains/{DomainName}/layouts"
|
2851
|
+
o.input = Shapes::ShapeRef.new(shape: ListDomainLayoutsRequest)
|
2852
|
+
o.output = Shapes::ShapeRef.new(shape: ListDomainLayoutsResponse)
|
2853
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2854
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2855
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2856
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2857
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2858
|
+
o[:pager] = Aws::Pager.new(
|
2859
|
+
limit_key: "max_results",
|
2860
|
+
tokens: {
|
2861
|
+
"next_token" => "next_token"
|
2862
|
+
}
|
2863
|
+
)
|
2864
|
+
end)
|
2865
|
+
|
2675
2866
|
api.add_operation(:list_domains, Seahorse::Model::Operation.new.tap do |o|
|
2676
2867
|
o.name = "ListDomains"
|
2677
2868
|
o.http_method = "GET"
|
@@ -2994,6 +3185,19 @@ module Aws::CustomerProfiles
|
|
2994
3185
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2995
3186
|
end)
|
2996
3187
|
|
3188
|
+
api.add_operation(:update_domain_layout, Seahorse::Model::Operation.new.tap do |o|
|
3189
|
+
o.name = "UpdateDomainLayout"
|
3190
|
+
o.http_method = "PUT"
|
3191
|
+
o.http_request_uri = "/domains/{DomainName}/layouts/{LayoutDefinitionName}"
|
3192
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDomainLayoutRequest)
|
3193
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDomainLayoutResponse)
|
3194
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3195
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3196
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3197
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3198
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3199
|
+
end)
|
3200
|
+
|
2997
3201
|
api.add_operation(:update_event_trigger, Seahorse::Model::Operation.new.tap do |o|
|
2998
3202
|
o.name = "UpdateEventTrigger"
|
2999
3203
|
o.http_method = "PUT"
|