aws-sdk-customerprofiles 1.64.0 → 1.66.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 +627 -25
- data/lib/aws-sdk-customerprofiles/client_api.rb +380 -3
- data/lib/aws-sdk-customerprofiles/types.rb +965 -13
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- data/sig/client.rbs +207 -5
- data/sig/types.rbs +234 -1
- metadata +1 -1
@@ -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')
|
@@ -85,6 +87,8 @@ module Aws::CustomerProfiles
|
|
85
87
|
CreateSegmentEstimateResponse = Shapes::StructureShape.new(name: 'CreateSegmentEstimateResponse')
|
86
88
|
CreateSegmentSnapshotRequest = Shapes::StructureShape.new(name: 'CreateSegmentSnapshotRequest')
|
87
89
|
CreateSegmentSnapshotResponse = Shapes::StructureShape.new(name: 'CreateSegmentSnapshotResponse')
|
90
|
+
CreateUploadJobRequest = Shapes::StructureShape.new(name: 'CreateUploadJobRequest')
|
91
|
+
CreateUploadJobResponse = Shapes::StructureShape.new(name: 'CreateUploadJobResponse')
|
88
92
|
CustomAttributes = Shapes::MapShape.new(name: 'CustomAttributes')
|
89
93
|
DataFormat = Shapes::StringShape.new(name: 'DataFormat')
|
90
94
|
DataPullMode = Shapes::StringShape.new(name: 'DataPullMode')
|
@@ -95,6 +99,8 @@ module Aws::CustomerProfiles
|
|
95
99
|
DatetimeTypeFieldName = Shapes::StringShape.new(name: 'DatetimeTypeFieldName')
|
96
100
|
DeleteCalculatedAttributeDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteCalculatedAttributeDefinitionRequest')
|
97
101
|
DeleteCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteCalculatedAttributeDefinitionResponse')
|
102
|
+
DeleteDomainLayoutRequest = Shapes::StructureShape.new(name: 'DeleteDomainLayoutRequest')
|
103
|
+
DeleteDomainLayoutResponse = Shapes::StructureShape.new(name: 'DeleteDomainLayoutResponse')
|
98
104
|
DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
|
99
105
|
DeleteDomainResponse = Shapes::StructureShape.new(name: 'DeleteDomainResponse')
|
100
106
|
DeleteEventStreamRequest = Shapes::StructureShape.new(name: 'DeleteEventStreamRequest')
|
@@ -171,6 +177,8 @@ module Aws::CustomerProfiles
|
|
171
177
|
GetCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'GetCalculatedAttributeDefinitionResponse')
|
172
178
|
GetCalculatedAttributeForProfileRequest = Shapes::StructureShape.new(name: 'GetCalculatedAttributeForProfileRequest')
|
173
179
|
GetCalculatedAttributeForProfileResponse = Shapes::StructureShape.new(name: 'GetCalculatedAttributeForProfileResponse')
|
180
|
+
GetDomainLayoutRequest = Shapes::StructureShape.new(name: 'GetDomainLayoutRequest')
|
181
|
+
GetDomainLayoutResponse = Shapes::StructureShape.new(name: 'GetDomainLayoutResponse')
|
174
182
|
GetDomainRequest = Shapes::StructureShape.new(name: 'GetDomainRequest')
|
175
183
|
GetDomainResponse = Shapes::StructureShape.new(name: 'GetDomainResponse')
|
176
184
|
GetEventStreamRequest = Shapes::StructureShape.new(name: 'GetEventStreamRequest')
|
@@ -199,6 +207,10 @@ module Aws::CustomerProfiles
|
|
199
207
|
GetSegmentSnapshotResponse = Shapes::StructureShape.new(name: 'GetSegmentSnapshotResponse')
|
200
208
|
GetSimilarProfilesRequest = Shapes::StructureShape.new(name: 'GetSimilarProfilesRequest')
|
201
209
|
GetSimilarProfilesResponse = Shapes::StructureShape.new(name: 'GetSimilarProfilesResponse')
|
210
|
+
GetUploadJobPathRequest = Shapes::StructureShape.new(name: 'GetUploadJobPathRequest')
|
211
|
+
GetUploadJobPathResponse = Shapes::StructureShape.new(name: 'GetUploadJobPathResponse')
|
212
|
+
GetUploadJobRequest = Shapes::StructureShape.new(name: 'GetUploadJobRequest')
|
213
|
+
GetUploadJobResponse = Shapes::StructureShape.new(name: 'GetUploadJobResponse')
|
202
214
|
GetWorkflowRequest = Shapes::StructureShape.new(name: 'GetWorkflowRequest')
|
203
215
|
GetWorkflowResponse = Shapes::StructureShape.new(name: 'GetWorkflowResponse')
|
204
216
|
GetWorkflowStepsRequest = Shapes::StructureShape.new(name: 'GetWorkflowStepsRequest')
|
@@ -220,6 +232,9 @@ module Aws::CustomerProfiles
|
|
220
232
|
JobStats = Shapes::StructureShape.new(name: 'JobStats')
|
221
233
|
KeyMap = Shapes::MapShape.new(name: 'KeyMap')
|
222
234
|
KmsArn = Shapes::StringShape.new(name: 'KmsArn')
|
235
|
+
LayoutItem = Shapes::StructureShape.new(name: 'LayoutItem')
|
236
|
+
LayoutList = Shapes::ListShape.new(name: 'LayoutList')
|
237
|
+
LayoutType = Shapes::StringShape.new(name: 'LayoutType')
|
223
238
|
ListAccountIntegrationsRequest = Shapes::StructureShape.new(name: 'ListAccountIntegrationsRequest')
|
224
239
|
ListAccountIntegrationsResponse = Shapes::StructureShape.new(name: 'ListAccountIntegrationsResponse')
|
225
240
|
ListCalculatedAttributeDefinitionItem = Shapes::StructureShape.new(name: 'ListCalculatedAttributeDefinitionItem')
|
@@ -229,6 +244,8 @@ module Aws::CustomerProfiles
|
|
229
244
|
ListCalculatedAttributesForProfileRequest = Shapes::StructureShape.new(name: 'ListCalculatedAttributesForProfileRequest')
|
230
245
|
ListCalculatedAttributesForProfileResponse = Shapes::StructureShape.new(name: 'ListCalculatedAttributesForProfileResponse')
|
231
246
|
ListDomainItem = Shapes::StructureShape.new(name: 'ListDomainItem')
|
247
|
+
ListDomainLayoutsRequest = Shapes::StructureShape.new(name: 'ListDomainLayoutsRequest')
|
248
|
+
ListDomainLayoutsResponse = Shapes::StructureShape.new(name: 'ListDomainLayoutsResponse')
|
232
249
|
ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
|
233
250
|
ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
|
234
251
|
ListEventStreamsRequest = Shapes::StructureShape.new(name: 'ListEventStreamsRequest')
|
@@ -259,6 +276,8 @@ module Aws::CustomerProfiles
|
|
259
276
|
ListSegmentDefinitionsResponse = Shapes::StructureShape.new(name: 'ListSegmentDefinitionsResponse')
|
260
277
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
261
278
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
279
|
+
ListUploadJobsRequest = Shapes::StructureShape.new(name: 'ListUploadJobsRequest')
|
280
|
+
ListUploadJobsResponse = Shapes::StructureShape.new(name: 'ListUploadJobsResponse')
|
262
281
|
ListWorkflowsItem = Shapes::StructureShape.new(name: 'ListWorkflowsItem')
|
263
282
|
ListWorkflowsRequest = Shapes::StructureShape.new(name: 'ListWorkflowsRequest')
|
264
283
|
ListWorkflowsResponse = Shapes::StructureShape.new(name: 'ListWorkflowsResponse')
|
@@ -324,7 +343,10 @@ module Aws::CustomerProfiles
|
|
324
343
|
Range = Shapes::StructureShape.new(name: 'Range')
|
325
344
|
RangeOverride = Shapes::StructureShape.new(name: 'RangeOverride')
|
326
345
|
RangeUnit = Shapes::StringShape.new(name: 'RangeUnit')
|
346
|
+
Readiness = Shapes::StructureShape.new(name: 'Readiness')
|
347
|
+
ReadinessStatus = Shapes::StringShape.new(name: 'ReadinessStatus')
|
327
348
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
349
|
+
ResultsSummary = Shapes::StructureShape.new(name: 'ResultsSummary')
|
328
350
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
329
351
|
RuleBasedMatchingRequest = Shapes::StructureShape.new(name: 'RuleBasedMatchingRequest')
|
330
352
|
RuleBasedMatchingResponse = Shapes::StructureShape.new(name: 'RuleBasedMatchingResponse')
|
@@ -359,9 +381,14 @@ module Aws::CustomerProfiles
|
|
359
381
|
StandardIdentifier = Shapes::StringShape.new(name: 'StandardIdentifier')
|
360
382
|
StandardIdentifierList = Shapes::ListShape.new(name: 'StandardIdentifierList')
|
361
383
|
Start = Shapes::IntegerShape.new(name: 'Start')
|
384
|
+
StartUploadJobRequest = Shapes::StructureShape.new(name: 'StartUploadJobRequest')
|
385
|
+
StartUploadJobResponse = Shapes::StructureShape.new(name: 'StartUploadJobResponse')
|
362
386
|
Statistic = Shapes::StringShape.new(name: 'Statistic')
|
363
387
|
Status = Shapes::StringShape.new(name: 'Status')
|
364
388
|
StatusCode = Shapes::IntegerShape.new(name: 'StatusCode')
|
389
|
+
StatusReason = Shapes::StringShape.new(name: 'StatusReason')
|
390
|
+
StopUploadJobRequest = Shapes::StructureShape.new(name: 'StopUploadJobRequest')
|
391
|
+
StopUploadJobResponse = Shapes::StructureShape.new(name: 'StopUploadJobResponse')
|
365
392
|
String = Shapes::StringShape.new(name: 'String')
|
366
393
|
StringDimensionType = Shapes::StringShape.new(name: 'StringDimensionType')
|
367
394
|
TagArn = Shapes::StringShape.new(name: 'TagArn')
|
@@ -389,14 +416,22 @@ module Aws::CustomerProfiles
|
|
389
416
|
UpdateAttributes = Shapes::MapShape.new(name: 'UpdateAttributes')
|
390
417
|
UpdateCalculatedAttributeDefinitionRequest = Shapes::StructureShape.new(name: 'UpdateCalculatedAttributeDefinitionRequest')
|
391
418
|
UpdateCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'UpdateCalculatedAttributeDefinitionResponse')
|
419
|
+
UpdateDomainLayoutRequest = Shapes::StructureShape.new(name: 'UpdateDomainLayoutRequest')
|
420
|
+
UpdateDomainLayoutResponse = Shapes::StructureShape.new(name: 'UpdateDomainLayoutResponse')
|
392
421
|
UpdateDomainRequest = Shapes::StructureShape.new(name: 'UpdateDomainRequest')
|
393
422
|
UpdateDomainResponse = Shapes::StructureShape.new(name: 'UpdateDomainResponse')
|
394
423
|
UpdateEventTriggerRequest = Shapes::StructureShape.new(name: 'UpdateEventTriggerRequest')
|
395
424
|
UpdateEventTriggerResponse = Shapes::StructureShape.new(name: 'UpdateEventTriggerResponse')
|
396
425
|
UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
|
397
426
|
UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
|
427
|
+
UploadJobItem = Shapes::StructureShape.new(name: 'UploadJobItem')
|
428
|
+
UploadJobStatus = Shapes::StringShape.new(name: 'UploadJobStatus')
|
429
|
+
UploadJobsList = Shapes::ListShape.new(name: 'UploadJobsList')
|
398
430
|
Value = Shapes::IntegerShape.new(name: 'Value')
|
399
431
|
ValueList = Shapes::ListShape.new(name: 'ValueList')
|
432
|
+
ValueRange = Shapes::StructureShape.new(name: 'ValueRange')
|
433
|
+
ValueRangeEnd = Shapes::IntegerShape.new(name: 'ValueRangeEnd')
|
434
|
+
ValueRangeStart = Shapes::IntegerShape.new(name: 'ValueRangeStart')
|
400
435
|
Values = Shapes::ListShape.new(name: 'Values')
|
401
436
|
WorkflowAttributes = Shapes::StructureShape.new(name: 'WorkflowAttributes')
|
402
437
|
WorkflowList = Shapes::ListShape.new(name: 'WorkflowList')
|
@@ -426,6 +461,7 @@ module Aws::CustomerProfiles
|
|
426
461
|
name = Shapes::StringShape.new(name: 'name')
|
427
462
|
optionalBoolean = Shapes::BooleanShape.new(name: 'optionalBoolean')
|
428
463
|
optionalLong = Shapes::IntegerShape.new(name: 'optionalLong')
|
464
|
+
percentageInteger = Shapes::IntegerShape.new(name: 'percentageInteger')
|
429
465
|
requestValueList = Shapes::ListShape.new(name: 'requestValueList')
|
430
466
|
s3BucketName = Shapes::StringShape.new(name: 's3BucketName')
|
431
467
|
s3KeyName = Shapes::StringShape.new(name: 's3KeyName')
|
@@ -433,6 +469,7 @@ module Aws::CustomerProfiles
|
|
433
469
|
sensitiveString0To1000 = Shapes::StringShape.new(name: 'sensitiveString0To1000')
|
434
470
|
sensitiveString0To255 = Shapes::StringShape.new(name: 'sensitiveString0To255')
|
435
471
|
sensitiveString1To1000 = Shapes::StringShape.new(name: 'sensitiveString1To1000')
|
472
|
+
sensitiveString1To2000000 = Shapes::StringShape.new(name: 'sensitiveString1To2000000')
|
436
473
|
sensitiveString1To255 = Shapes::StringShape.new(name: 'sensitiveString1To255')
|
437
474
|
sensitiveText = Shapes::StringShape.new(name: 'sensitiveText')
|
438
475
|
sqsQueueUrl = Shapes::StringShape.new(name: 'sqsQueueUrl')
|
@@ -607,6 +644,7 @@ module Aws::CustomerProfiles
|
|
607
644
|
CalculatedAttributeValue.add_member(:is_data_partial, Shapes::ShapeRef.new(shape: string1To255, location_name: "IsDataPartial"))
|
608
645
|
CalculatedAttributeValue.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, location_name: "ProfileId"))
|
609
646
|
CalculatedAttributeValue.add_member(:value, Shapes::ShapeRef.new(shape: string1To255, location_name: "Value"))
|
647
|
+
CalculatedAttributeValue.add_member(:last_object_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastObjectTimestamp"))
|
610
648
|
CalculatedAttributeValue.struct_class = Types::CalculatedAttributeValue
|
611
649
|
|
612
650
|
CalculatedAttributeValueList.member = Shapes::ShapeRef.new(shape: CalculatedAttributeValue)
|
@@ -646,6 +684,7 @@ module Aws::CustomerProfiles
|
|
646
684
|
CreateCalculatedAttributeDefinitionRequest.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
647
685
|
CreateCalculatedAttributeDefinitionRequest.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "Filter"))
|
648
686
|
CreateCalculatedAttributeDefinitionRequest.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, required: true, location_name: "Statistic"))
|
687
|
+
CreateCalculatedAttributeDefinitionRequest.add_member(:use_historical_data, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "UseHistoricalData"))
|
649
688
|
CreateCalculatedAttributeDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
650
689
|
CreateCalculatedAttributeDefinitionRequest.struct_class = Types::CreateCalculatedAttributeDefinitionRequest
|
651
690
|
|
@@ -658,9 +697,34 @@ module Aws::CustomerProfiles
|
|
658
697
|
CreateCalculatedAttributeDefinitionResponse.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
659
698
|
CreateCalculatedAttributeDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
660
699
|
CreateCalculatedAttributeDefinitionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
700
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:use_historical_data, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "UseHistoricalData"))
|
701
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadinessStatus, location_name: "Status"))
|
702
|
+
CreateCalculatedAttributeDefinitionResponse.add_member(:readiness, Shapes::ShapeRef.new(shape: Readiness, location_name: "Readiness"))
|
661
703
|
CreateCalculatedAttributeDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
662
704
|
CreateCalculatedAttributeDefinitionResponse.struct_class = Types::CreateCalculatedAttributeDefinitionResponse
|
663
705
|
|
706
|
+
CreateDomainLayoutRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
707
|
+
CreateDomainLayoutRequest.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "LayoutDefinitionName"))
|
708
|
+
CreateDomainLayoutRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, required: true, location_name: "Description"))
|
709
|
+
CreateDomainLayoutRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, required: true, location_name: "DisplayName"))
|
710
|
+
CreateDomainLayoutRequest.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "IsDefault"))
|
711
|
+
CreateDomainLayoutRequest.add_member(:layout_type, Shapes::ShapeRef.new(shape: LayoutType, required: true, location_name: "LayoutType"))
|
712
|
+
CreateDomainLayoutRequest.add_member(:layout, Shapes::ShapeRef.new(shape: sensitiveString1To2000000, required: true, location_name: "Layout"))
|
713
|
+
CreateDomainLayoutRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
714
|
+
CreateDomainLayoutRequest.struct_class = Types::CreateDomainLayoutRequest
|
715
|
+
|
716
|
+
CreateDomainLayoutResponse.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "LayoutDefinitionName"))
|
717
|
+
CreateDomainLayoutResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, required: true, location_name: "Description"))
|
718
|
+
CreateDomainLayoutResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, required: true, location_name: "DisplayName"))
|
719
|
+
CreateDomainLayoutResponse.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "IsDefault"))
|
720
|
+
CreateDomainLayoutResponse.add_member(:layout_type, Shapes::ShapeRef.new(shape: LayoutType, required: true, location_name: "LayoutType"))
|
721
|
+
CreateDomainLayoutResponse.add_member(:layout, Shapes::ShapeRef.new(shape: sensitiveString1To2000000, required: true, location_name: "Layout"))
|
722
|
+
CreateDomainLayoutResponse.add_member(:version, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Version"))
|
723
|
+
CreateDomainLayoutResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
724
|
+
CreateDomainLayoutResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
725
|
+
CreateDomainLayoutResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
726
|
+
CreateDomainLayoutResponse.struct_class = Types::CreateDomainLayoutResponse
|
727
|
+
|
664
728
|
CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
665
729
|
CreateDomainRequest.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, required: true, location_name: "DefaultExpirationDays"))
|
666
730
|
CreateDomainRequest.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
|
@@ -789,6 +853,16 @@ module Aws::CustomerProfiles
|
|
789
853
|
CreateSegmentSnapshotResponse.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "SnapshotId"))
|
790
854
|
CreateSegmentSnapshotResponse.struct_class = Types::CreateSegmentSnapshotResponse
|
791
855
|
|
856
|
+
CreateUploadJobRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
857
|
+
CreateUploadJobRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "DisplayName"))
|
858
|
+
CreateUploadJobRequest.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, required: true, location_name: "Fields"))
|
859
|
+
CreateUploadJobRequest.add_member(:unique_key, Shapes::ShapeRef.new(shape: text, required: true, location_name: "UniqueKey"))
|
860
|
+
CreateUploadJobRequest.add_member(:data_expiry, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "DataExpiry"))
|
861
|
+
CreateUploadJobRequest.struct_class = Types::CreateUploadJobRequest
|
862
|
+
|
863
|
+
CreateUploadJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "JobId"))
|
864
|
+
CreateUploadJobResponse.struct_class = Types::CreateUploadJobResponse
|
865
|
+
|
792
866
|
CustomAttributes.key = Shapes::ShapeRef.new(shape: typeName)
|
793
867
|
CustomAttributes.value = Shapes::ShapeRef.new(shape: AttributeDimension)
|
794
868
|
|
@@ -804,6 +878,13 @@ module Aws::CustomerProfiles
|
|
804
878
|
|
805
879
|
DeleteCalculatedAttributeDefinitionResponse.struct_class = Types::DeleteCalculatedAttributeDefinitionResponse
|
806
880
|
|
881
|
+
DeleteDomainLayoutRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
882
|
+
DeleteDomainLayoutRequest.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "LayoutDefinitionName"))
|
883
|
+
DeleteDomainLayoutRequest.struct_class = Types::DeleteDomainLayoutRequest
|
884
|
+
|
885
|
+
DeleteDomainLayoutResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, required: true, location_name: "Message"))
|
886
|
+
DeleteDomainLayoutResponse.struct_class = Types::DeleteDomainLayoutResponse
|
887
|
+
|
807
888
|
DeleteDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
808
889
|
DeleteDomainRequest.struct_class = Types::DeleteDomainRequest
|
809
890
|
|
@@ -974,7 +1055,7 @@ module Aws::CustomerProfiles
|
|
974
1055
|
|
975
1056
|
Failures.member = Shapes::ShapeRef.new(shape: ProfileQueryFailures)
|
976
1057
|
|
977
|
-
FieldMap.key = Shapes::ShapeRef.new(shape:
|
1058
|
+
FieldMap.key = Shapes::ShapeRef.new(shape: fieldName)
|
978
1059
|
FieldMap.value = Shapes::ShapeRef.new(shape: ObjectTypeField)
|
979
1060
|
|
980
1061
|
FieldNameList.member = Shapes::ShapeRef.new(shape: name)
|
@@ -1056,6 +1137,9 @@ module Aws::CustomerProfiles
|
|
1056
1137
|
GetCalculatedAttributeDefinitionResponse.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "Filter"))
|
1057
1138
|
GetCalculatedAttributeDefinitionResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
1058
1139
|
GetCalculatedAttributeDefinitionResponse.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, location_name: "AttributeDetails"))
|
1140
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:use_historical_data, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "UseHistoricalData"))
|
1141
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadinessStatus, location_name: "Status"))
|
1142
|
+
GetCalculatedAttributeDefinitionResponse.add_member(:readiness, Shapes::ShapeRef.new(shape: Readiness, location_name: "Readiness"))
|
1059
1143
|
GetCalculatedAttributeDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1060
1144
|
GetCalculatedAttributeDefinitionResponse.struct_class = Types::GetCalculatedAttributeDefinitionResponse
|
1061
1145
|
|
@@ -1068,8 +1152,25 @@ module Aws::CustomerProfiles
|
|
1068
1152
|
GetCalculatedAttributeForProfileResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
1069
1153
|
GetCalculatedAttributeForProfileResponse.add_member(:is_data_partial, Shapes::ShapeRef.new(shape: string1To255, location_name: "IsDataPartial"))
|
1070
1154
|
GetCalculatedAttributeForProfileResponse.add_member(:value, Shapes::ShapeRef.new(shape: string1To255, location_name: "Value"))
|
1155
|
+
GetCalculatedAttributeForProfileResponse.add_member(:last_object_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastObjectTimestamp"))
|
1071
1156
|
GetCalculatedAttributeForProfileResponse.struct_class = Types::GetCalculatedAttributeForProfileResponse
|
1072
1157
|
|
1158
|
+
GetDomainLayoutRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1159
|
+
GetDomainLayoutRequest.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "LayoutDefinitionName"))
|
1160
|
+
GetDomainLayoutRequest.struct_class = Types::GetDomainLayoutRequest
|
1161
|
+
|
1162
|
+
GetDomainLayoutResponse.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "LayoutDefinitionName"))
|
1163
|
+
GetDomainLayoutResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, required: true, location_name: "Description"))
|
1164
|
+
GetDomainLayoutResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, required: true, location_name: "DisplayName"))
|
1165
|
+
GetDomainLayoutResponse.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "IsDefault"))
|
1166
|
+
GetDomainLayoutResponse.add_member(:layout_type, Shapes::ShapeRef.new(shape: LayoutType, required: true, location_name: "LayoutType"))
|
1167
|
+
GetDomainLayoutResponse.add_member(:layout, Shapes::ShapeRef.new(shape: sensitiveString1To2000000, required: true, location_name: "Layout"))
|
1168
|
+
GetDomainLayoutResponse.add_member(:version, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Version"))
|
1169
|
+
GetDomainLayoutResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
1170
|
+
GetDomainLayoutResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
|
1171
|
+
GetDomainLayoutResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1172
|
+
GetDomainLayoutResponse.struct_class = Types::GetDomainLayoutResponse
|
1173
|
+
|
1073
1174
|
GetDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1074
1175
|
GetDomainRequest.struct_class = Types::GetDomainRequest
|
1075
1176
|
|
@@ -1255,6 +1356,31 @@ module Aws::CustomerProfiles
|
|
1255
1356
|
GetSimilarProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
1256
1357
|
GetSimilarProfilesResponse.struct_class = Types::GetSimilarProfilesResponse
|
1257
1358
|
|
1359
|
+
GetUploadJobPathRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1360
|
+
GetUploadJobPathRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "JobId"))
|
1361
|
+
GetUploadJobPathRequest.struct_class = Types::GetUploadJobPathRequest
|
1362
|
+
|
1363
|
+
GetUploadJobPathResponse.add_member(:url, Shapes::ShapeRef.new(shape: stringTo2048, required: true, location_name: "Url"))
|
1364
|
+
GetUploadJobPathResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: text, location_name: "ClientToken"))
|
1365
|
+
GetUploadJobPathResponse.add_member(:valid_until, Shapes::ShapeRef.new(shape: timestamp, location_name: "ValidUntil"))
|
1366
|
+
GetUploadJobPathResponse.struct_class = Types::GetUploadJobPathResponse
|
1367
|
+
|
1368
|
+
GetUploadJobRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1369
|
+
GetUploadJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, required: true, location: "uri", location_name: "JobId"))
|
1370
|
+
GetUploadJobRequest.struct_class = Types::GetUploadJobRequest
|
1371
|
+
|
1372
|
+
GetUploadJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, location_name: "JobId"))
|
1373
|
+
GetUploadJobResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "DisplayName"))
|
1374
|
+
GetUploadJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: UploadJobStatus, location_name: "Status"))
|
1375
|
+
GetUploadJobResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: StatusReason, location_name: "StatusReason"))
|
1376
|
+
GetUploadJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
1377
|
+
GetUploadJobResponse.add_member(:completed_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CompletedAt"))
|
1378
|
+
GetUploadJobResponse.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
|
1379
|
+
GetUploadJobResponse.add_member(:unique_key, Shapes::ShapeRef.new(shape: text, location_name: "UniqueKey"))
|
1380
|
+
GetUploadJobResponse.add_member(:results_summary, Shapes::ShapeRef.new(shape: ResultsSummary, location_name: "ResultsSummary"))
|
1381
|
+
GetUploadJobResponse.add_member(:data_expiry, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "DataExpiry"))
|
1382
|
+
GetUploadJobResponse.struct_class = Types::GetUploadJobResponse
|
1383
|
+
|
1258
1384
|
GetWorkflowRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1259
1385
|
GetWorkflowRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: uuid, required: true, location: "uri", location_name: "WorkflowId"))
|
1260
1386
|
GetWorkflowRequest.struct_class = Types::GetWorkflowRequest
|
@@ -1324,6 +1450,18 @@ module Aws::CustomerProfiles
|
|
1324
1450
|
KeyMap.key = Shapes::ShapeRef.new(shape: name)
|
1325
1451
|
KeyMap.value = Shapes::ShapeRef.new(shape: ObjectTypeKeyList)
|
1326
1452
|
|
1453
|
+
LayoutItem.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "LayoutDefinitionName"))
|
1454
|
+
LayoutItem.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, required: true, location_name: "Description"))
|
1455
|
+
LayoutItem.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, required: true, location_name: "DisplayName"))
|
1456
|
+
LayoutItem.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "IsDefault"))
|
1457
|
+
LayoutItem.add_member(:layout_type, Shapes::ShapeRef.new(shape: LayoutType, required: true, location_name: "LayoutType"))
|
1458
|
+
LayoutItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1459
|
+
LayoutItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
1460
|
+
LayoutItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
|
1461
|
+
LayoutItem.struct_class = Types::LayoutItem
|
1462
|
+
|
1463
|
+
LayoutList.member = Shapes::ShapeRef.new(shape: LayoutItem)
|
1464
|
+
|
1327
1465
|
ListAccountIntegrationsRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
|
1328
1466
|
ListAccountIntegrationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
1329
1467
|
ListAccountIntegrationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
@@ -1339,6 +1477,8 @@ module Aws::CustomerProfiles
|
|
1339
1477
|
ListCalculatedAttributeDefinitionItem.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
1340
1478
|
ListCalculatedAttributeDefinitionItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
1341
1479
|
ListCalculatedAttributeDefinitionItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
1480
|
+
ListCalculatedAttributeDefinitionItem.add_member(:use_historical_data, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "UseHistoricalData"))
|
1481
|
+
ListCalculatedAttributeDefinitionItem.add_member(:status, Shapes::ShapeRef.new(shape: ReadinessStatus, location_name: "Status"))
|
1342
1482
|
ListCalculatedAttributeDefinitionItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1343
1483
|
ListCalculatedAttributeDefinitionItem.struct_class = Types::ListCalculatedAttributeDefinitionItem
|
1344
1484
|
|
@@ -1355,6 +1495,7 @@ module Aws::CustomerProfiles
|
|
1355
1495
|
ListCalculatedAttributeForProfileItem.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
1356
1496
|
ListCalculatedAttributeForProfileItem.add_member(:is_data_partial, Shapes::ShapeRef.new(shape: string1To255, location_name: "IsDataPartial"))
|
1357
1497
|
ListCalculatedAttributeForProfileItem.add_member(:value, Shapes::ShapeRef.new(shape: string1To255, location_name: "Value"))
|
1498
|
+
ListCalculatedAttributeForProfileItem.add_member(:last_object_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastObjectTimestamp"))
|
1358
1499
|
ListCalculatedAttributeForProfileItem.struct_class = Types::ListCalculatedAttributeForProfileItem
|
1359
1500
|
|
1360
1501
|
ListCalculatedAttributesForProfileRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
@@ -1373,6 +1514,15 @@ module Aws::CustomerProfiles
|
|
1373
1514
|
ListDomainItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1374
1515
|
ListDomainItem.struct_class = Types::ListDomainItem
|
1375
1516
|
|
1517
|
+
ListDomainLayoutsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1518
|
+
ListDomainLayoutsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
1519
|
+
ListDomainLayoutsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
1520
|
+
ListDomainLayoutsRequest.struct_class = Types::ListDomainLayoutsRequest
|
1521
|
+
|
1522
|
+
ListDomainLayoutsResponse.add_member(:items, Shapes::ShapeRef.new(shape: LayoutList, location_name: "Items"))
|
1523
|
+
ListDomainLayoutsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
1524
|
+
ListDomainLayoutsResponse.struct_class = Types::ListDomainLayoutsResponse
|
1525
|
+
|
1376
1526
|
ListDomainsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
1377
1527
|
ListDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
1378
1528
|
ListDomainsRequest.struct_class = Types::ListDomainsRequest
|
@@ -1519,6 +1669,15 @@ module Aws::CustomerProfiles
|
|
1519
1669
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1520
1670
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
1521
1671
|
|
1672
|
+
ListUploadJobsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1673
|
+
ListUploadJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize500, location: "querystring", location_name: "max-results"))
|
1674
|
+
ListUploadJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
1675
|
+
ListUploadJobsRequest.struct_class = Types::ListUploadJobsRequest
|
1676
|
+
|
1677
|
+
ListUploadJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
1678
|
+
ListUploadJobsResponse.add_member(:items, Shapes::ShapeRef.new(shape: UploadJobsList, location_name: "Items"))
|
1679
|
+
ListUploadJobsResponse.struct_class = Types::ListUploadJobsResponse
|
1680
|
+
|
1522
1681
|
ListWorkflowsItem.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "WorkflowType"))
|
1523
1682
|
ListWorkflowsItem.add_member(:workflow_id, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "WorkflowId"))
|
1524
1683
|
ListWorkflowsItem.add_member(:status, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "Status"))
|
@@ -1773,8 +1932,11 @@ module Aws::CustomerProfiles
|
|
1773
1932
|
PutProfileObjectTypeResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1774
1933
|
PutProfileObjectTypeResponse.struct_class = Types::PutProfileObjectTypeResponse
|
1775
1934
|
|
1776
|
-
Range.add_member(:value, Shapes::ShapeRef.new(shape: Value,
|
1777
|
-
Range.add_member(:unit, Shapes::ShapeRef.new(shape: Unit,
|
1935
|
+
Range.add_member(:value, Shapes::ShapeRef.new(shape: Value, location_name: "Value"))
|
1936
|
+
Range.add_member(:unit, Shapes::ShapeRef.new(shape: Unit, location_name: "Unit"))
|
1937
|
+
Range.add_member(:value_range, Shapes::ShapeRef.new(shape: ValueRange, location_name: "ValueRange"))
|
1938
|
+
Range.add_member(:timestamp_source, Shapes::ShapeRef.new(shape: string1To255, location_name: "TimestampSource"))
|
1939
|
+
Range.add_member(:timestamp_format, Shapes::ShapeRef.new(shape: string1To255, location_name: "TimestampFormat"))
|
1778
1940
|
Range.struct_class = Types::Range
|
1779
1941
|
|
1780
1942
|
RangeOverride.add_member(:start, Shapes::ShapeRef.new(shape: Start, required: true, location_name: "Start"))
|
@@ -1782,9 +1944,18 @@ module Aws::CustomerProfiles
|
|
1782
1944
|
RangeOverride.add_member(:unit, Shapes::ShapeRef.new(shape: RangeUnit, required: true, location_name: "Unit"))
|
1783
1945
|
RangeOverride.struct_class = Types::RangeOverride
|
1784
1946
|
|
1947
|
+
Readiness.add_member(:progress_percentage, Shapes::ShapeRef.new(shape: percentageInteger, location_name: "ProgressPercentage"))
|
1948
|
+
Readiness.add_member(:message, Shapes::ShapeRef.new(shape: text, location_name: "Message"))
|
1949
|
+
Readiness.struct_class = Types::Readiness
|
1950
|
+
|
1785
1951
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
1786
1952
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
1787
1953
|
|
1954
|
+
ResultsSummary.add_member(:updated_records, Shapes::ShapeRef.new(shape: optionalLong, location_name: "UpdatedRecords"))
|
1955
|
+
ResultsSummary.add_member(:created_records, Shapes::ShapeRef.new(shape: optionalLong, location_name: "CreatedRecords"))
|
1956
|
+
ResultsSummary.add_member(:failed_records, Shapes::ShapeRef.new(shape: optionalLong, location_name: "FailedRecords"))
|
1957
|
+
ResultsSummary.struct_class = Types::ResultsSummary
|
1958
|
+
|
1788
1959
|
RuleBasedMatchingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: optionalBoolean, required: true, location_name: "Enabled"))
|
1789
1960
|
RuleBasedMatchingRequest.add_member(:matching_rules, Shapes::ShapeRef.new(shape: MatchingRules, location_name: "MatchingRules"))
|
1790
1961
|
RuleBasedMatchingRequest.add_member(:max_allowed_rule_level_for_merging, Shapes::ShapeRef.new(shape: MaxAllowedRuleLevelForMerging, location_name: "MaxAllowedRuleLevelForMerging"))
|
@@ -1888,6 +2059,18 @@ module Aws::CustomerProfiles
|
|
1888
2059
|
|
1889
2060
|
StandardIdentifierList.member = Shapes::ShapeRef.new(shape: StandardIdentifier)
|
1890
2061
|
|
2062
|
+
StartUploadJobRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
2063
|
+
StartUploadJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "JobId"))
|
2064
|
+
StartUploadJobRequest.struct_class = Types::StartUploadJobRequest
|
2065
|
+
|
2066
|
+
StartUploadJobResponse.struct_class = Types::StartUploadJobResponse
|
2067
|
+
|
2068
|
+
StopUploadJobRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
2069
|
+
StopUploadJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "JobId"))
|
2070
|
+
StopUploadJobRequest.struct_class = Types::StopUploadJobRequest
|
2071
|
+
|
2072
|
+
StopUploadJobResponse.struct_class = Types::StopUploadJobResponse
|
2073
|
+
|
1891
2074
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
1892
2075
|
|
1893
2076
|
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
@@ -1961,9 +2144,33 @@ module Aws::CustomerProfiles
|
|
1961
2144
|
UpdateCalculatedAttributeDefinitionResponse.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
1962
2145
|
UpdateCalculatedAttributeDefinitionResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
1963
2146
|
UpdateCalculatedAttributeDefinitionResponse.add_member(:attribute_details, Shapes::ShapeRef.new(shape: AttributeDetails, location_name: "AttributeDetails"))
|
2147
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:use_historical_data, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "UseHistoricalData"))
|
2148
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadinessStatus, location_name: "Status"))
|
2149
|
+
UpdateCalculatedAttributeDefinitionResponse.add_member(:readiness, Shapes::ShapeRef.new(shape: Readiness, location_name: "Readiness"))
|
1964
2150
|
UpdateCalculatedAttributeDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1965
2151
|
UpdateCalculatedAttributeDefinitionResponse.struct_class = Types::UpdateCalculatedAttributeDefinitionResponse
|
1966
2152
|
|
2153
|
+
UpdateDomainLayoutRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
2154
|
+
UpdateDomainLayoutRequest.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "LayoutDefinitionName"))
|
2155
|
+
UpdateDomainLayoutRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
2156
|
+
UpdateDomainLayoutRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
2157
|
+
UpdateDomainLayoutRequest.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "IsDefault"))
|
2158
|
+
UpdateDomainLayoutRequest.add_member(:layout_type, Shapes::ShapeRef.new(shape: LayoutType, location_name: "LayoutType"))
|
2159
|
+
UpdateDomainLayoutRequest.add_member(:layout, Shapes::ShapeRef.new(shape: sensitiveString1To2000000, location_name: "Layout"))
|
2160
|
+
UpdateDomainLayoutRequest.struct_class = Types::UpdateDomainLayoutRequest
|
2161
|
+
|
2162
|
+
UpdateDomainLayoutResponse.add_member(:layout_definition_name, Shapes::ShapeRef.new(shape: name, location_name: "LayoutDefinitionName"))
|
2163
|
+
UpdateDomainLayoutResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
2164
|
+
UpdateDomainLayoutResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: displayName, location_name: "DisplayName"))
|
2165
|
+
UpdateDomainLayoutResponse.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "IsDefault"))
|
2166
|
+
UpdateDomainLayoutResponse.add_member(:layout_type, Shapes::ShapeRef.new(shape: LayoutType, location_name: "LayoutType"))
|
2167
|
+
UpdateDomainLayoutResponse.add_member(:layout, Shapes::ShapeRef.new(shape: sensitiveString1To2000000, location_name: "Layout"))
|
2168
|
+
UpdateDomainLayoutResponse.add_member(:version, Shapes::ShapeRef.new(shape: string1To255, location_name: "Version"))
|
2169
|
+
UpdateDomainLayoutResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
2170
|
+
UpdateDomainLayoutResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
2171
|
+
UpdateDomainLayoutResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
2172
|
+
UpdateDomainLayoutResponse.struct_class = Types::UpdateDomainLayoutResponse
|
2173
|
+
|
1967
2174
|
UpdateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
1968
2175
|
UpdateDomainRequest.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "DefaultExpirationDays"))
|
1969
2176
|
UpdateDomainRequest.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
|
@@ -2034,8 +2241,23 @@ module Aws::CustomerProfiles
|
|
2034
2241
|
UpdateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
|
2035
2242
|
UpdateProfileResponse.struct_class = Types::UpdateProfileResponse
|
2036
2243
|
|
2244
|
+
UploadJobItem.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, location_name: "JobId"))
|
2245
|
+
UploadJobItem.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "DisplayName"))
|
2246
|
+
UploadJobItem.add_member(:status, Shapes::ShapeRef.new(shape: UploadJobStatus, location_name: "Status"))
|
2247
|
+
UploadJobItem.add_member(:status_reason, Shapes::ShapeRef.new(shape: StatusReason, location_name: "StatusReason"))
|
2248
|
+
UploadJobItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
2249
|
+
UploadJobItem.add_member(:completed_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CompletedAt"))
|
2250
|
+
UploadJobItem.add_member(:data_expiry, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "DataExpiry"))
|
2251
|
+
UploadJobItem.struct_class = Types::UploadJobItem
|
2252
|
+
|
2253
|
+
UploadJobsList.member = Shapes::ShapeRef.new(shape: UploadJobItem)
|
2254
|
+
|
2037
2255
|
ValueList.member = Shapes::ShapeRef.new(shape: string1To255)
|
2038
2256
|
|
2257
|
+
ValueRange.add_member(:start, Shapes::ShapeRef.new(shape: ValueRangeStart, required: true, location_name: "Start"))
|
2258
|
+
ValueRange.add_member(:end, Shapes::ShapeRef.new(shape: ValueRangeEnd, required: true, location_name: "End"))
|
2259
|
+
ValueRange.struct_class = Types::ValueRange
|
2260
|
+
|
2039
2261
|
Values.member = Shapes::ShapeRef.new(shape: string1To255)
|
2040
2262
|
|
2041
2263
|
WorkflowAttributes.add_member(:appflow_integration, Shapes::ShapeRef.new(shape: AppflowIntegrationWorkflowAttributes, location_name: "AppflowIntegration"))
|
@@ -2146,6 +2368,19 @@ module Aws::CustomerProfiles
|
|
2146
2368
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2147
2369
|
end)
|
2148
2370
|
|
2371
|
+
api.add_operation(:create_domain_layout, Seahorse::Model::Operation.new.tap do |o|
|
2372
|
+
o.name = "CreateDomainLayout"
|
2373
|
+
o.http_method = "POST"
|
2374
|
+
o.http_request_uri = "/domains/{DomainName}/layouts/{LayoutDefinitionName}"
|
2375
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDomainLayoutRequest)
|
2376
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDomainLayoutResponse)
|
2377
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2378
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2379
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2380
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2381
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2382
|
+
end)
|
2383
|
+
|
2149
2384
|
api.add_operation(:create_event_stream, Seahorse::Model::Operation.new.tap do |o|
|
2150
2385
|
o.name = "CreateEventStream"
|
2151
2386
|
o.http_method = "POST"
|
@@ -2237,6 +2472,19 @@ module Aws::CustomerProfiles
|
|
2237
2472
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2238
2473
|
end)
|
2239
2474
|
|
2475
|
+
api.add_operation(:create_upload_job, Seahorse::Model::Operation.new.tap do |o|
|
2476
|
+
o.name = "CreateUploadJob"
|
2477
|
+
o.http_method = "POST"
|
2478
|
+
o.http_request_uri = "/domains/{DomainName}/upload-jobs"
|
2479
|
+
o.input = Shapes::ShapeRef.new(shape: CreateUploadJobRequest)
|
2480
|
+
o.output = Shapes::ShapeRef.new(shape: CreateUploadJobResponse)
|
2481
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2482
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2483
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2484
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2485
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2486
|
+
end)
|
2487
|
+
|
2240
2488
|
api.add_operation(:delete_calculated_attribute_definition, Seahorse::Model::Operation.new.tap do |o|
|
2241
2489
|
o.name = "DeleteCalculatedAttributeDefinition"
|
2242
2490
|
o.http_method = "DELETE"
|
@@ -2263,6 +2511,19 @@ module Aws::CustomerProfiles
|
|
2263
2511
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2264
2512
|
end)
|
2265
2513
|
|
2514
|
+
api.add_operation(:delete_domain_layout, Seahorse::Model::Operation.new.tap do |o|
|
2515
|
+
o.name = "DeleteDomainLayout"
|
2516
|
+
o.http_method = "DELETE"
|
2517
|
+
o.http_request_uri = "/domains/{DomainName}/layouts/{LayoutDefinitionName}"
|
2518
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDomainLayoutRequest)
|
2519
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDomainLayoutResponse)
|
2520
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2521
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2522
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2523
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2524
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2525
|
+
end)
|
2526
|
+
|
2266
2527
|
api.add_operation(:delete_event_stream, Seahorse::Model::Operation.new.tap do |o|
|
2267
2528
|
o.name = "DeleteEventStream"
|
2268
2529
|
o.http_method = "DELETE"
|
@@ -2445,6 +2706,19 @@ module Aws::CustomerProfiles
|
|
2445
2706
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2446
2707
|
end)
|
2447
2708
|
|
2709
|
+
api.add_operation(:get_domain_layout, Seahorse::Model::Operation.new.tap do |o|
|
2710
|
+
o.name = "GetDomainLayout"
|
2711
|
+
o.http_method = "GET"
|
2712
|
+
o.http_request_uri = "/domains/{DomainName}/layouts/{LayoutDefinitionName}"
|
2713
|
+
o.input = Shapes::ShapeRef.new(shape: GetDomainLayoutRequest)
|
2714
|
+
o.output = Shapes::ShapeRef.new(shape: GetDomainLayoutResponse)
|
2715
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2716
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2717
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2718
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2719
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2720
|
+
end)
|
2721
|
+
|
2448
2722
|
api.add_operation(:get_event_stream, Seahorse::Model::Operation.new.tap do |o|
|
2449
2723
|
o.name = "GetEventStream"
|
2450
2724
|
o.http_method = "GET"
|
@@ -2607,6 +2881,32 @@ module Aws::CustomerProfiles
|
|
2607
2881
|
)
|
2608
2882
|
end)
|
2609
2883
|
|
2884
|
+
api.add_operation(:get_upload_job, Seahorse::Model::Operation.new.tap do |o|
|
2885
|
+
o.name = "GetUploadJob"
|
2886
|
+
o.http_method = "GET"
|
2887
|
+
o.http_request_uri = "/domains/{DomainName}/upload-jobs/{JobId}"
|
2888
|
+
o.input = Shapes::ShapeRef.new(shape: GetUploadJobRequest)
|
2889
|
+
o.output = Shapes::ShapeRef.new(shape: GetUploadJobResponse)
|
2890
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2891
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2892
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2893
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2894
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2895
|
+
end)
|
2896
|
+
|
2897
|
+
api.add_operation(:get_upload_job_path, Seahorse::Model::Operation.new.tap do |o|
|
2898
|
+
o.name = "GetUploadJobPath"
|
2899
|
+
o.http_method = "GET"
|
2900
|
+
o.http_request_uri = "/domains/{DomainName}/upload-jobs/{JobId}/path"
|
2901
|
+
o.input = Shapes::ShapeRef.new(shape: GetUploadJobPathRequest)
|
2902
|
+
o.output = Shapes::ShapeRef.new(shape: GetUploadJobPathResponse)
|
2903
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2904
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2905
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2906
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2907
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2908
|
+
end)
|
2909
|
+
|
2610
2910
|
api.add_operation(:get_workflow, Seahorse::Model::Operation.new.tap do |o|
|
2611
2911
|
o.name = "GetWorkflow"
|
2612
2912
|
o.http_method = "GET"
|
@@ -2672,6 +2972,25 @@ module Aws::CustomerProfiles
|
|
2672
2972
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2673
2973
|
end)
|
2674
2974
|
|
2975
|
+
api.add_operation(:list_domain_layouts, Seahorse::Model::Operation.new.tap do |o|
|
2976
|
+
o.name = "ListDomainLayouts"
|
2977
|
+
o.http_method = "GET"
|
2978
|
+
o.http_request_uri = "/domains/{DomainName}/layouts"
|
2979
|
+
o.input = Shapes::ShapeRef.new(shape: ListDomainLayoutsRequest)
|
2980
|
+
o.output = Shapes::ShapeRef.new(shape: ListDomainLayoutsResponse)
|
2981
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2982
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2983
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2984
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2985
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2986
|
+
o[:pager] = Aws::Pager.new(
|
2987
|
+
limit_key: "max_results",
|
2988
|
+
tokens: {
|
2989
|
+
"next_token" => "next_token"
|
2990
|
+
}
|
2991
|
+
)
|
2992
|
+
end)
|
2993
|
+
|
2675
2994
|
api.add_operation(:list_domains, Seahorse::Model::Operation.new.tap do |o|
|
2676
2995
|
o.name = "ListDomains"
|
2677
2996
|
o.http_method = "GET"
|
@@ -2869,6 +3188,25 @@ module Aws::CustomerProfiles
|
|
2869
3188
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2870
3189
|
end)
|
2871
3190
|
|
3191
|
+
api.add_operation(:list_upload_jobs, Seahorse::Model::Operation.new.tap do |o|
|
3192
|
+
o.name = "ListUploadJobs"
|
3193
|
+
o.http_method = "GET"
|
3194
|
+
o.http_request_uri = "/domains/{DomainName}/upload-jobs"
|
3195
|
+
o.input = Shapes::ShapeRef.new(shape: ListUploadJobsRequest)
|
3196
|
+
o.output = Shapes::ShapeRef.new(shape: ListUploadJobsResponse)
|
3197
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3198
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3199
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3200
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3201
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3202
|
+
o[:pager] = Aws::Pager.new(
|
3203
|
+
limit_key: "max_results",
|
3204
|
+
tokens: {
|
3205
|
+
"next_token" => "next_token"
|
3206
|
+
}
|
3207
|
+
)
|
3208
|
+
end)
|
3209
|
+
|
2872
3210
|
api.add_operation(:list_workflows, Seahorse::Model::Operation.new.tap do |o|
|
2873
3211
|
o.name = "ListWorkflows"
|
2874
3212
|
o.http_method = "POST"
|
@@ -2946,6 +3284,32 @@ module Aws::CustomerProfiles
|
|
2946
3284
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2947
3285
|
end)
|
2948
3286
|
|
3287
|
+
api.add_operation(:start_upload_job, Seahorse::Model::Operation.new.tap do |o|
|
3288
|
+
o.name = "StartUploadJob"
|
3289
|
+
o.http_method = "PUT"
|
3290
|
+
o.http_request_uri = "/domains/{DomainName}/upload-jobs/{JobId}"
|
3291
|
+
o.input = Shapes::ShapeRef.new(shape: StartUploadJobRequest)
|
3292
|
+
o.output = Shapes::ShapeRef.new(shape: StartUploadJobResponse)
|
3293
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3294
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3295
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3296
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3297
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3298
|
+
end)
|
3299
|
+
|
3300
|
+
api.add_operation(:stop_upload_job, Seahorse::Model::Operation.new.tap do |o|
|
3301
|
+
o.name = "StopUploadJob"
|
3302
|
+
o.http_method = "PUT"
|
3303
|
+
o.http_request_uri = "/domains/{DomainName}/upload-jobs/{JobId}/stop"
|
3304
|
+
o.input = Shapes::ShapeRef.new(shape: StopUploadJobRequest)
|
3305
|
+
o.output = Shapes::ShapeRef.new(shape: StopUploadJobResponse)
|
3306
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3307
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3308
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3309
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3310
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3311
|
+
end)
|
3312
|
+
|
2949
3313
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
2950
3314
|
o.name = "TagResource"
|
2951
3315
|
o.http_method = "POST"
|
@@ -2994,6 +3358,19 @@ module Aws::CustomerProfiles
|
|
2994
3358
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2995
3359
|
end)
|
2996
3360
|
|
3361
|
+
api.add_operation(:update_domain_layout, Seahorse::Model::Operation.new.tap do |o|
|
3362
|
+
o.name = "UpdateDomainLayout"
|
3363
|
+
o.http_method = "PUT"
|
3364
|
+
o.http_request_uri = "/domains/{DomainName}/layouts/{LayoutDefinitionName}"
|
3365
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDomainLayoutRequest)
|
3366
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDomainLayoutResponse)
|
3367
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3368
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3369
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3370
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3371
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3372
|
+
end)
|
3373
|
+
|
2997
3374
|
api.add_operation(:update_event_trigger, Seahorse::Model::Operation.new.tap do |o|
|
2998
3375
|
o.name = "UpdateEventTrigger"
|
2999
3376
|
o.http_method = "PUT"
|