aws-sdk-pinpointsmsvoicev2 1.58.0 → 1.60.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-pinpointsmsvoicev2/client.rb +380 -16
- data/lib/aws-sdk-pinpointsmsvoicev2/client_api.rb +261 -0
- data/lib/aws-sdk-pinpointsmsvoicev2/types.rb +813 -10
- data/lib/aws-sdk-pinpointsmsvoicev2.rb +1 -1
- data/sig/client.rbs +107 -3
- data/sig/params.rbs +53 -0
- data/sig/types.rbs +222 -5
- metadata +4 -3
|
@@ -113,6 +113,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
113
113
|
DeleteProtectConfigurationRuleSetNumberOverrideResult = Shapes::StructureShape.new(name: 'DeleteProtectConfigurationRuleSetNumberOverrideResult')
|
|
114
114
|
DeleteRcsAgentRequest = Shapes::StructureShape.new(name: 'DeleteRcsAgentRequest')
|
|
115
115
|
DeleteRcsAgentResult = Shapes::StructureShape.new(name: 'DeleteRcsAgentResult')
|
|
116
|
+
DeleteRcsMessageSpendLimitOverrideRequest = Shapes::StructureShape.new(name: 'DeleteRcsMessageSpendLimitOverrideRequest')
|
|
117
|
+
DeleteRcsMessageSpendLimitOverrideResult = Shapes::StructureShape.new(name: 'DeleteRcsMessageSpendLimitOverrideResult')
|
|
116
118
|
DeleteRegistrationAttachmentRequest = Shapes::StructureShape.new(name: 'DeleteRegistrationAttachmentRequest')
|
|
117
119
|
DeleteRegistrationAttachmentResult = Shapes::StructureShape.new(name: 'DeleteRegistrationAttachmentResult')
|
|
118
120
|
DeleteRegistrationFieldValueRequest = Shapes::StructureShape.new(name: 'DeleteRegistrationFieldValueRequest')
|
|
@@ -202,6 +204,7 @@ module Aws::PinpointSMSVoiceV2
|
|
|
202
204
|
GetResourcePolicyRequest = Shapes::StructureShape.new(name: 'GetResourcePolicyRequest')
|
|
203
205
|
GetResourcePolicyResult = Shapes::StructureShape.new(name: 'GetResourcePolicyResult')
|
|
204
206
|
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
|
207
|
+
IamRoleArnOrUnset = Shapes::StringShape.new(name: 'IamRoleArnOrUnset')
|
|
205
208
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
206
209
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
207
210
|
IsoCountryCode = Shapes::StringShape.new(name: 'IsoCountryCode')
|
|
@@ -353,6 +356,54 @@ module Aws::PinpointSMSVoiceV2
|
|
|
353
356
|
RcsAgentInformation = Shapes::StructureShape.new(name: 'RcsAgentInformation')
|
|
354
357
|
RcsAgentInformationList = Shapes::ListShape.new(name: 'RcsAgentInformationList')
|
|
355
358
|
RcsAgentStatus = Shapes::StringShape.new(name: 'RcsAgentStatus')
|
|
359
|
+
RcsCalendarEventDescription = Shapes::StringShape.new(name: 'RcsCalendarEventDescription')
|
|
360
|
+
RcsCalendarEventTitle = Shapes::StringShape.new(name: 'RcsCalendarEventTitle')
|
|
361
|
+
RcsCardContent = Shapes::StructureShape.new(name: 'RcsCardContent')
|
|
362
|
+
RcsCardDescription = Shapes::StringShape.new(name: 'RcsCardDescription')
|
|
363
|
+
RcsCardMedia = Shapes::StructureShape.new(name: 'RcsCardMedia')
|
|
364
|
+
RcsCardMediaHeightString = Shapes::StringShape.new(name: 'RcsCardMediaHeightString')
|
|
365
|
+
RcsCardSuggestedActionList = Shapes::ListShape.new(name: 'RcsCardSuggestedActionList')
|
|
366
|
+
RcsCardTitle = Shapes::StringShape.new(name: 'RcsCardTitle')
|
|
367
|
+
RcsCarousel = Shapes::StructureShape.new(name: 'RcsCarousel')
|
|
368
|
+
RcsCarouselCardContent = Shapes::StructureShape.new(name: 'RcsCarouselCardContent')
|
|
369
|
+
RcsCarouselCardContentList = Shapes::ListShape.new(name: 'RcsCarouselCardContentList')
|
|
370
|
+
RcsCarouselCardMedia = Shapes::StructureShape.new(name: 'RcsCarouselCardMedia')
|
|
371
|
+
RcsCarouselCardMediaHeightString = Shapes::StringShape.new(name: 'RcsCarouselCardMediaHeightString')
|
|
372
|
+
RcsCarouselCardWidthString = Shapes::StringShape.new(name: 'RcsCarouselCardWidthString')
|
|
373
|
+
RcsContent = Shapes::UnionShape.new(name: 'RcsContent')
|
|
374
|
+
RcsCreateCalendarEventAction = Shapes::StructureShape.new(name: 'RcsCreateCalendarEventAction')
|
|
375
|
+
RcsDialPhoneAction = Shapes::StructureShape.new(name: 'RcsDialPhoneAction')
|
|
376
|
+
RcsEventType = Shapes::StringShape.new(name: 'RcsEventType')
|
|
377
|
+
RcsEventTypeList = Shapes::ListShape.new(name: 'RcsEventTypeList')
|
|
378
|
+
RcsFallbackChannel = Shapes::StringShape.new(name: 'RcsFallbackChannel')
|
|
379
|
+
RcsFallbackConfiguration = Shapes::StructureShape.new(name: 'RcsFallbackConfiguration')
|
|
380
|
+
RcsFallbackMessageBody = Shapes::StringShape.new(name: 'RcsFallbackMessageBody')
|
|
381
|
+
RcsFallbackOriginationIdentity = Shapes::StringShape.new(name: 'RcsFallbackOriginationIdentity')
|
|
382
|
+
RcsFileMessage = Shapes::StructureShape.new(name: 'RcsFileMessage')
|
|
383
|
+
RcsLocationLabel = Shapes::StringShape.new(name: 'RcsLocationLabel')
|
|
384
|
+
RcsMediaUrl = Shapes::StringShape.new(name: 'RcsMediaUrl')
|
|
385
|
+
RcsMessageContent = Shapes::StructureShape.new(name: 'RcsMessageContent')
|
|
386
|
+
RcsMessageOriginationIdentity = Shapes::StringShape.new(name: 'RcsMessageOriginationIdentity')
|
|
387
|
+
RcsMessageTrafficType = Shapes::StringShape.new(name: 'RcsMessageTrafficType')
|
|
388
|
+
RcsOpenUrlAction = Shapes::StructureShape.new(name: 'RcsOpenUrlAction')
|
|
389
|
+
RcsOpenUrlActionApplicationString = Shapes::StringShape.new(name: 'RcsOpenUrlActionApplicationString')
|
|
390
|
+
RcsOpenUrlActionWebviewViewModeString = Shapes::StringShape.new(name: 'RcsOpenUrlActionWebviewViewModeString')
|
|
391
|
+
RcsOpenUrlValue = Shapes::StringShape.new(name: 'RcsOpenUrlValue')
|
|
392
|
+
RcsPostbackData = Shapes::StringShape.new(name: 'RcsPostbackData')
|
|
393
|
+
RcsReplyAction = Shapes::StructureShape.new(name: 'RcsReplyAction')
|
|
394
|
+
RcsRequestLocationAction = Shapes::StructureShape.new(name: 'RcsRequestLocationAction')
|
|
395
|
+
RcsShowLocationAction = Shapes::StructureShape.new(name: 'RcsShowLocationAction')
|
|
396
|
+
RcsShowLocationActionLatitudeDouble = Shapes::FloatShape.new(name: 'RcsShowLocationActionLatitudeDouble')
|
|
397
|
+
RcsShowLocationActionLongitudeDouble = Shapes::FloatShape.new(name: 'RcsShowLocationActionLongitudeDouble')
|
|
398
|
+
RcsStandaloneCard = Shapes::StructureShape.new(name: 'RcsStandaloneCard')
|
|
399
|
+
RcsStandaloneCardCardOrientationString = Shapes::StringShape.new(name: 'RcsStandaloneCardCardOrientationString')
|
|
400
|
+
RcsStandaloneCardThumbnailImageAlignmentString = Shapes::StringShape.new(name: 'RcsStandaloneCardThumbnailImageAlignmentString')
|
|
401
|
+
RcsSuggestedAction = Shapes::UnionShape.new(name: 'RcsSuggestedAction')
|
|
402
|
+
RcsSuggestedActionList = Shapes::ListShape.new(name: 'RcsSuggestedActionList')
|
|
403
|
+
RcsSuggestedActionText = Shapes::StringShape.new(name: 'RcsSuggestedActionText')
|
|
404
|
+
RcsTextBody = Shapes::StringShape.new(name: 'RcsTextBody')
|
|
405
|
+
RcsTextMessage = Shapes::StructureShape.new(name: 'RcsTextMessage')
|
|
406
|
+
RcsTimeToLive = Shapes::IntegerShape.new(name: 'RcsTimeToLive')
|
|
356
407
|
RegistrationAssociationBehavior = Shapes::StringShape.new(name: 'RegistrationAssociationBehavior')
|
|
357
408
|
RegistrationAssociationFilter = Shapes::StructureShape.new(name: 'RegistrationAssociationFilter')
|
|
358
409
|
RegistrationAssociationFilterList = Shapes::ListShape.new(name: 'RegistrationAssociationFilterList')
|
|
@@ -430,6 +481,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
430
481
|
SendNotifyTextMessageResult = Shapes::StructureShape.new(name: 'SendNotifyTextMessageResult')
|
|
431
482
|
SendNotifyVoiceMessageRequest = Shapes::StructureShape.new(name: 'SendNotifyVoiceMessageRequest')
|
|
432
483
|
SendNotifyVoiceMessageResult = Shapes::StructureShape.new(name: 'SendNotifyVoiceMessageResult')
|
|
484
|
+
SendRcsMessageRequest = Shapes::StructureShape.new(name: 'SendRcsMessageRequest')
|
|
485
|
+
SendRcsMessageResult = Shapes::StructureShape.new(name: 'SendRcsMessageResult')
|
|
433
486
|
SendTextMessageRequest = Shapes::StructureShape.new(name: 'SendTextMessageRequest')
|
|
434
487
|
SendTextMessageResult = Shapes::StructureShape.new(name: 'SendTextMessageResult')
|
|
435
488
|
SendVoiceMessageRequest = Shapes::StructureShape.new(name: 'SendVoiceMessageRequest')
|
|
@@ -457,6 +510,8 @@ module Aws::PinpointSMSVoiceV2
|
|
|
457
510
|
SetMediaMessageSpendLimitOverrideResult = Shapes::StructureShape.new(name: 'SetMediaMessageSpendLimitOverrideResult')
|
|
458
511
|
SetNotifyMessageSpendLimitOverrideRequest = Shapes::StructureShape.new(name: 'SetNotifyMessageSpendLimitOverrideRequest')
|
|
459
512
|
SetNotifyMessageSpendLimitOverrideResult = Shapes::StructureShape.new(name: 'SetNotifyMessageSpendLimitOverrideResult')
|
|
513
|
+
SetRcsMessageSpendLimitOverrideRequest = Shapes::StructureShape.new(name: 'SetRcsMessageSpendLimitOverrideRequest')
|
|
514
|
+
SetRcsMessageSpendLimitOverrideResult = Shapes::StructureShape.new(name: 'SetRcsMessageSpendLimitOverrideResult')
|
|
460
515
|
SetTextMessageSpendLimitOverrideRequest = Shapes::StructureShape.new(name: 'SetTextMessageSpendLimitOverrideRequest')
|
|
461
516
|
SetTextMessageSpendLimitOverrideResult = Shapes::StructureShape.new(name: 'SetTextMessageSpendLimitOverrideResult')
|
|
462
517
|
SetVoiceMessageSpendLimitOverrideRequest = Shapes::StructureShape.new(name: 'SetVoiceMessageSpendLimitOverrideRequest')
|
|
@@ -499,6 +554,9 @@ module Aws::PinpointSMSVoiceV2
|
|
|
499
554
|
TimeToLive = Shapes::IntegerShape.new(name: 'TimeToLive')
|
|
500
555
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
|
501
556
|
TwoWayChannelArn = Shapes::StringShape.new(name: 'TwoWayChannelArn')
|
|
557
|
+
TwoWayMediaS3BucketName = Shapes::StringShape.new(name: 'TwoWayMediaS3BucketName')
|
|
558
|
+
TwoWayMediaS3BucketNameOrUnset = Shapes::StringShape.new(name: 'TwoWayMediaS3BucketNameOrUnset')
|
|
559
|
+
TwoWayMediaS3KeyPrefix = Shapes::StringShape.new(name: 'TwoWayMediaS3KeyPrefix')
|
|
502
560
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
503
561
|
UntagResourceResult = Shapes::StructureShape.new(name: 'UntagResourceResult')
|
|
504
562
|
UpdateEventDestinationRequest = Shapes::StructureShape.new(name: 'UpdateEventDestinationRequest')
|
|
@@ -763,6 +821,10 @@ module Aws::PinpointSMSVoiceV2
|
|
|
763
821
|
CreateRcsAgentResult.add_member(:two_way_channel_arn, Shapes::ShapeRef.new(shape: TwoWayChannelArn, location_name: "TwoWayChannelArn"))
|
|
764
822
|
CreateRcsAgentResult.add_member(:two_way_channel_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "TwoWayChannelRole"))
|
|
765
823
|
CreateRcsAgentResult.add_member(:two_way_enabled, Shapes::ShapeRef.new(shape: PrimitiveBoolean, required: true, location_name: "TwoWayEnabled"))
|
|
824
|
+
CreateRcsAgentResult.add_member(:two_way_media_s3_bucket_name, Shapes::ShapeRef.new(shape: TwoWayMediaS3BucketName, location_name: "TwoWayMediaS3BucketName"))
|
|
825
|
+
CreateRcsAgentResult.add_member(:two_way_media_s3_key_prefix, Shapes::ShapeRef.new(shape: TwoWayMediaS3KeyPrefix, location_name: "TwoWayMediaS3KeyPrefix"))
|
|
826
|
+
CreateRcsAgentResult.add_member(:two_way_media_s3_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "TwoWayMediaS3Role"))
|
|
827
|
+
CreateRcsAgentResult.add_member(:two_way_rcs_events_enabled, Shapes::ShapeRef.new(shape: RcsEventTypeList, location_name: "TwoWayRcsEventsEnabled"))
|
|
766
828
|
CreateRcsAgentResult.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
767
829
|
CreateRcsAgentResult.struct_class = Types::CreateRcsAgentResult
|
|
768
830
|
|
|
@@ -987,8 +1049,14 @@ module Aws::PinpointSMSVoiceV2
|
|
|
987
1049
|
DeleteRcsAgentResult.add_member(:two_way_channel_arn, Shapes::ShapeRef.new(shape: TwoWayChannelArn, location_name: "TwoWayChannelArn"))
|
|
988
1050
|
DeleteRcsAgentResult.add_member(:two_way_channel_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "TwoWayChannelRole"))
|
|
989
1051
|
DeleteRcsAgentResult.add_member(:two_way_enabled, Shapes::ShapeRef.new(shape: PrimitiveBoolean, required: true, location_name: "TwoWayEnabled"))
|
|
1052
|
+
DeleteRcsAgentResult.add_member(:two_way_rcs_events_enabled, Shapes::ShapeRef.new(shape: RcsEventTypeList, location_name: "TwoWayRcsEventsEnabled"))
|
|
990
1053
|
DeleteRcsAgentResult.struct_class = Types::DeleteRcsAgentResult
|
|
991
1054
|
|
|
1055
|
+
DeleteRcsMessageSpendLimitOverrideRequest.struct_class = Types::DeleteRcsMessageSpendLimitOverrideRequest
|
|
1056
|
+
|
|
1057
|
+
DeleteRcsMessageSpendLimitOverrideResult.add_member(:monthly_limit, Shapes::ShapeRef.new(shape: MonthlyLimit, location_name: "MonthlyLimit"))
|
|
1058
|
+
DeleteRcsMessageSpendLimitOverrideResult.struct_class = Types::DeleteRcsMessageSpendLimitOverrideResult
|
|
1059
|
+
|
|
992
1060
|
DeleteRegistrationAttachmentRequest.add_member(:registration_attachment_id, Shapes::ShapeRef.new(shape: RegistrationAttachmentIdOrArn, required: true, location_name: "RegistrationAttachmentId"))
|
|
993
1061
|
DeleteRegistrationAttachmentRequest.struct_class = Types::DeleteRegistrationAttachmentRequest
|
|
994
1062
|
|
|
@@ -1754,11 +1822,134 @@ module Aws::PinpointSMSVoiceV2
|
|
|
1754
1822
|
RcsAgentInformation.add_member(:two_way_channel_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "TwoWayChannelRole"))
|
|
1755
1823
|
RcsAgentInformation.add_member(:two_way_enabled, Shapes::ShapeRef.new(shape: PrimitiveBoolean, required: true, location_name: "TwoWayEnabled"))
|
|
1756
1824
|
RcsAgentInformation.add_member(:pool_id, Shapes::ShapeRef.new(shape: String, location_name: "PoolId"))
|
|
1825
|
+
RcsAgentInformation.add_member(:two_way_media_s3_bucket_name, Shapes::ShapeRef.new(shape: TwoWayMediaS3BucketName, location_name: "TwoWayMediaS3BucketName"))
|
|
1826
|
+
RcsAgentInformation.add_member(:two_way_media_s3_key_prefix, Shapes::ShapeRef.new(shape: TwoWayMediaS3KeyPrefix, location_name: "TwoWayMediaS3KeyPrefix"))
|
|
1827
|
+
RcsAgentInformation.add_member(:two_way_media_s3_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "TwoWayMediaS3Role"))
|
|
1828
|
+
RcsAgentInformation.add_member(:two_way_rcs_events_enabled, Shapes::ShapeRef.new(shape: RcsEventTypeList, location_name: "TwoWayRcsEventsEnabled"))
|
|
1757
1829
|
RcsAgentInformation.add_member(:testing_agent, Shapes::ShapeRef.new(shape: TestingAgentInformation, location_name: "TestingAgent"))
|
|
1758
1830
|
RcsAgentInformation.struct_class = Types::RcsAgentInformation
|
|
1759
1831
|
|
|
1760
1832
|
RcsAgentInformationList.member = Shapes::ShapeRef.new(shape: RcsAgentInformation)
|
|
1761
1833
|
|
|
1834
|
+
RcsCardContent.add_member(:title, Shapes::ShapeRef.new(shape: RcsCardTitle, location_name: "Title"))
|
|
1835
|
+
RcsCardContent.add_member(:description, Shapes::ShapeRef.new(shape: RcsCardDescription, location_name: "Description"))
|
|
1836
|
+
RcsCardContent.add_member(:media, Shapes::ShapeRef.new(shape: RcsCardMedia, location_name: "Media"))
|
|
1837
|
+
RcsCardContent.add_member(:suggestions, Shapes::ShapeRef.new(shape: RcsCardSuggestedActionList, location_name: "Suggestions"))
|
|
1838
|
+
RcsCardContent.struct_class = Types::RcsCardContent
|
|
1839
|
+
|
|
1840
|
+
RcsCardMedia.add_member(:file_url, Shapes::ShapeRef.new(shape: RcsMediaUrl, required: true, location_name: "FileUrl"))
|
|
1841
|
+
RcsCardMedia.add_member(:thumbnail_url, Shapes::ShapeRef.new(shape: RcsMediaUrl, location_name: "ThumbnailUrl"))
|
|
1842
|
+
RcsCardMedia.add_member(:height, Shapes::ShapeRef.new(shape: RcsCardMediaHeightString, location_name: "Height"))
|
|
1843
|
+
RcsCardMedia.struct_class = Types::RcsCardMedia
|
|
1844
|
+
|
|
1845
|
+
RcsCardSuggestedActionList.member = Shapes::ShapeRef.new(shape: RcsSuggestedAction)
|
|
1846
|
+
|
|
1847
|
+
RcsCarousel.add_member(:card_width, Shapes::ShapeRef.new(shape: RcsCarouselCardWidthString, required: true, location_name: "CardWidth"))
|
|
1848
|
+
RcsCarousel.add_member(:card_contents, Shapes::ShapeRef.new(shape: RcsCarouselCardContentList, required: true, location_name: "CardContents"))
|
|
1849
|
+
RcsCarousel.struct_class = Types::RcsCarousel
|
|
1850
|
+
|
|
1851
|
+
RcsCarouselCardContent.add_member(:title, Shapes::ShapeRef.new(shape: RcsCardTitle, location_name: "Title"))
|
|
1852
|
+
RcsCarouselCardContent.add_member(:description, Shapes::ShapeRef.new(shape: RcsCardDescription, location_name: "Description"))
|
|
1853
|
+
RcsCarouselCardContent.add_member(:media, Shapes::ShapeRef.new(shape: RcsCarouselCardMedia, location_name: "Media"))
|
|
1854
|
+
RcsCarouselCardContent.add_member(:suggestions, Shapes::ShapeRef.new(shape: RcsCardSuggestedActionList, location_name: "Suggestions"))
|
|
1855
|
+
RcsCarouselCardContent.struct_class = Types::RcsCarouselCardContent
|
|
1856
|
+
|
|
1857
|
+
RcsCarouselCardContentList.member = Shapes::ShapeRef.new(shape: RcsCarouselCardContent)
|
|
1858
|
+
|
|
1859
|
+
RcsCarouselCardMedia.add_member(:file_url, Shapes::ShapeRef.new(shape: RcsMediaUrl, required: true, location_name: "FileUrl"))
|
|
1860
|
+
RcsCarouselCardMedia.add_member(:thumbnail_url, Shapes::ShapeRef.new(shape: RcsMediaUrl, location_name: "ThumbnailUrl"))
|
|
1861
|
+
RcsCarouselCardMedia.add_member(:height, Shapes::ShapeRef.new(shape: RcsCarouselCardMediaHeightString, location_name: "Height"))
|
|
1862
|
+
RcsCarouselCardMedia.struct_class = Types::RcsCarouselCardMedia
|
|
1863
|
+
|
|
1864
|
+
RcsContent.add_member(:text_message, Shapes::ShapeRef.new(shape: RcsTextMessage, location_name: "TextMessage"))
|
|
1865
|
+
RcsContent.add_member(:file_message, Shapes::ShapeRef.new(shape: RcsFileMessage, location_name: "FileMessage"))
|
|
1866
|
+
RcsContent.add_member(:rich_card, Shapes::ShapeRef.new(shape: RcsStandaloneCard, location_name: "RichCard"))
|
|
1867
|
+
RcsContent.add_member(:carousel, Shapes::ShapeRef.new(shape: RcsCarousel, location_name: "Carousel"))
|
|
1868
|
+
RcsContent.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1869
|
+
RcsContent.add_member_subclass(:text_message, Types::RcsContent::TextMessage)
|
|
1870
|
+
RcsContent.add_member_subclass(:file_message, Types::RcsContent::FileMessage)
|
|
1871
|
+
RcsContent.add_member_subclass(:rich_card, Types::RcsContent::RichCard)
|
|
1872
|
+
RcsContent.add_member_subclass(:carousel, Types::RcsContent::Carousel)
|
|
1873
|
+
RcsContent.add_member_subclass(:unknown, Types::RcsContent::Unknown)
|
|
1874
|
+
RcsContent.struct_class = Types::RcsContent
|
|
1875
|
+
|
|
1876
|
+
RcsCreateCalendarEventAction.add_member(:text, Shapes::ShapeRef.new(shape: RcsSuggestedActionText, required: true, location_name: "Text"))
|
|
1877
|
+
RcsCreateCalendarEventAction.add_member(:postback_data, Shapes::ShapeRef.new(shape: RcsPostbackData, required: true, location_name: "PostbackData"))
|
|
1878
|
+
RcsCreateCalendarEventAction.add_member(:title, Shapes::ShapeRef.new(shape: RcsCalendarEventTitle, required: true, location_name: "Title"))
|
|
1879
|
+
RcsCreateCalendarEventAction.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTime"))
|
|
1880
|
+
RcsCreateCalendarEventAction.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EndTime"))
|
|
1881
|
+
RcsCreateCalendarEventAction.add_member(:description, Shapes::ShapeRef.new(shape: RcsCalendarEventDescription, location_name: "Description"))
|
|
1882
|
+
RcsCreateCalendarEventAction.struct_class = Types::RcsCreateCalendarEventAction
|
|
1883
|
+
|
|
1884
|
+
RcsDialPhoneAction.add_member(:text, Shapes::ShapeRef.new(shape: RcsSuggestedActionText, required: true, location_name: "Text"))
|
|
1885
|
+
RcsDialPhoneAction.add_member(:postback_data, Shapes::ShapeRef.new(shape: RcsPostbackData, required: true, location_name: "PostbackData"))
|
|
1886
|
+
RcsDialPhoneAction.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "PhoneNumber"))
|
|
1887
|
+
RcsDialPhoneAction.struct_class = Types::RcsDialPhoneAction
|
|
1888
|
+
|
|
1889
|
+
RcsEventTypeList.member = Shapes::ShapeRef.new(shape: RcsEventType)
|
|
1890
|
+
|
|
1891
|
+
RcsFallbackConfiguration.add_member(:channel, Shapes::ShapeRef.new(shape: RcsFallbackChannel, required: true, location_name: "Channel"))
|
|
1892
|
+
RcsFallbackConfiguration.add_member(:message_body, Shapes::ShapeRef.new(shape: RcsFallbackMessageBody, location_name: "MessageBody"))
|
|
1893
|
+
RcsFallbackConfiguration.add_member(:media_urls, Shapes::ShapeRef.new(shape: MediaUrlList, location_name: "MediaUrls"))
|
|
1894
|
+
RcsFallbackConfiguration.add_member(:origination_identity, Shapes::ShapeRef.new(shape: RcsFallbackOriginationIdentity, location_name: "OriginationIdentity"))
|
|
1895
|
+
RcsFallbackConfiguration.struct_class = Types::RcsFallbackConfiguration
|
|
1896
|
+
|
|
1897
|
+
RcsFileMessage.add_member(:file_url, Shapes::ShapeRef.new(shape: RcsMediaUrl, required: true, location_name: "FileUrl"))
|
|
1898
|
+
RcsFileMessage.add_member(:thumbnail_url, Shapes::ShapeRef.new(shape: RcsMediaUrl, location_name: "ThumbnailUrl"))
|
|
1899
|
+
RcsFileMessage.struct_class = Types::RcsFileMessage
|
|
1900
|
+
|
|
1901
|
+
RcsMessageContent.add_member(:content, Shapes::ShapeRef.new(shape: RcsContent, required: true, location_name: "Content"))
|
|
1902
|
+
RcsMessageContent.add_member(:suggestions, Shapes::ShapeRef.new(shape: RcsSuggestedActionList, location_name: "Suggestions"))
|
|
1903
|
+
RcsMessageContent.struct_class = Types::RcsMessageContent
|
|
1904
|
+
|
|
1905
|
+
RcsOpenUrlAction.add_member(:text, Shapes::ShapeRef.new(shape: RcsSuggestedActionText, required: true, location_name: "Text"))
|
|
1906
|
+
RcsOpenUrlAction.add_member(:postback_data, Shapes::ShapeRef.new(shape: RcsPostbackData, required: true, location_name: "PostbackData"))
|
|
1907
|
+
RcsOpenUrlAction.add_member(:url, Shapes::ShapeRef.new(shape: RcsOpenUrlValue, required: true, location_name: "Url"))
|
|
1908
|
+
RcsOpenUrlAction.add_member(:application, Shapes::ShapeRef.new(shape: RcsOpenUrlActionApplicationString, location_name: "Application"))
|
|
1909
|
+
RcsOpenUrlAction.add_member(:webview_view_mode, Shapes::ShapeRef.new(shape: RcsOpenUrlActionWebviewViewModeString, location_name: "WebviewViewMode"))
|
|
1910
|
+
RcsOpenUrlAction.struct_class = Types::RcsOpenUrlAction
|
|
1911
|
+
|
|
1912
|
+
RcsReplyAction.add_member(:text, Shapes::ShapeRef.new(shape: RcsSuggestedActionText, required: true, location_name: "Text"))
|
|
1913
|
+
RcsReplyAction.add_member(:postback_data, Shapes::ShapeRef.new(shape: RcsPostbackData, required: true, location_name: "PostbackData"))
|
|
1914
|
+
RcsReplyAction.struct_class = Types::RcsReplyAction
|
|
1915
|
+
|
|
1916
|
+
RcsRequestLocationAction.add_member(:text, Shapes::ShapeRef.new(shape: RcsSuggestedActionText, required: true, location_name: "Text"))
|
|
1917
|
+
RcsRequestLocationAction.add_member(:postback_data, Shapes::ShapeRef.new(shape: RcsPostbackData, required: true, location_name: "PostbackData"))
|
|
1918
|
+
RcsRequestLocationAction.struct_class = Types::RcsRequestLocationAction
|
|
1919
|
+
|
|
1920
|
+
RcsShowLocationAction.add_member(:text, Shapes::ShapeRef.new(shape: RcsSuggestedActionText, required: true, location_name: "Text"))
|
|
1921
|
+
RcsShowLocationAction.add_member(:postback_data, Shapes::ShapeRef.new(shape: RcsPostbackData, required: true, location_name: "PostbackData"))
|
|
1922
|
+
RcsShowLocationAction.add_member(:latitude, Shapes::ShapeRef.new(shape: RcsShowLocationActionLatitudeDouble, required: true, location_name: "Latitude"))
|
|
1923
|
+
RcsShowLocationAction.add_member(:longitude, Shapes::ShapeRef.new(shape: RcsShowLocationActionLongitudeDouble, required: true, location_name: "Longitude"))
|
|
1924
|
+
RcsShowLocationAction.add_member(:label, Shapes::ShapeRef.new(shape: RcsLocationLabel, location_name: "Label"))
|
|
1925
|
+
RcsShowLocationAction.struct_class = Types::RcsShowLocationAction
|
|
1926
|
+
|
|
1927
|
+
RcsStandaloneCard.add_member(:card_orientation, Shapes::ShapeRef.new(shape: RcsStandaloneCardCardOrientationString, required: true, location_name: "CardOrientation"))
|
|
1928
|
+
RcsStandaloneCard.add_member(:thumbnail_image_alignment, Shapes::ShapeRef.new(shape: RcsStandaloneCardThumbnailImageAlignmentString, location_name: "ThumbnailImageAlignment"))
|
|
1929
|
+
RcsStandaloneCard.add_member(:card_content, Shapes::ShapeRef.new(shape: RcsCardContent, required: true, location_name: "CardContent"))
|
|
1930
|
+
RcsStandaloneCard.struct_class = Types::RcsStandaloneCard
|
|
1931
|
+
|
|
1932
|
+
RcsSuggestedAction.add_member(:reply, Shapes::ShapeRef.new(shape: RcsReplyAction, location_name: "Reply"))
|
|
1933
|
+
RcsSuggestedAction.add_member(:open_url, Shapes::ShapeRef.new(shape: RcsOpenUrlAction, location_name: "OpenUrl"))
|
|
1934
|
+
RcsSuggestedAction.add_member(:dial_phone, Shapes::ShapeRef.new(shape: RcsDialPhoneAction, location_name: "DialPhone"))
|
|
1935
|
+
RcsSuggestedAction.add_member(:show_location, Shapes::ShapeRef.new(shape: RcsShowLocationAction, location_name: "ShowLocation"))
|
|
1936
|
+
RcsSuggestedAction.add_member(:request_location, Shapes::ShapeRef.new(shape: RcsRequestLocationAction, location_name: "RequestLocation"))
|
|
1937
|
+
RcsSuggestedAction.add_member(:create_calendar_event, Shapes::ShapeRef.new(shape: RcsCreateCalendarEventAction, location_name: "CreateCalendarEvent"))
|
|
1938
|
+
RcsSuggestedAction.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1939
|
+
RcsSuggestedAction.add_member_subclass(:reply, Types::RcsSuggestedAction::Reply)
|
|
1940
|
+
RcsSuggestedAction.add_member_subclass(:open_url, Types::RcsSuggestedAction::OpenUrl)
|
|
1941
|
+
RcsSuggestedAction.add_member_subclass(:dial_phone, Types::RcsSuggestedAction::DialPhone)
|
|
1942
|
+
RcsSuggestedAction.add_member_subclass(:show_location, Types::RcsSuggestedAction::ShowLocation)
|
|
1943
|
+
RcsSuggestedAction.add_member_subclass(:request_location, Types::RcsSuggestedAction::RequestLocation)
|
|
1944
|
+
RcsSuggestedAction.add_member_subclass(:create_calendar_event, Types::RcsSuggestedAction::CreateCalendarEvent)
|
|
1945
|
+
RcsSuggestedAction.add_member_subclass(:unknown, Types::RcsSuggestedAction::Unknown)
|
|
1946
|
+
RcsSuggestedAction.struct_class = Types::RcsSuggestedAction
|
|
1947
|
+
|
|
1948
|
+
RcsSuggestedActionList.member = Shapes::ShapeRef.new(shape: RcsSuggestedAction)
|
|
1949
|
+
|
|
1950
|
+
RcsTextMessage.add_member(:body, Shapes::ShapeRef.new(shape: RcsTextBody, required: true, location_name: "Body"))
|
|
1951
|
+
RcsTextMessage.struct_class = Types::RcsTextMessage
|
|
1952
|
+
|
|
1762
1953
|
RegistrationAssociationFilter.add_member(:name, Shapes::ShapeRef.new(shape: RegistrationAssociationFilterName, required: true, location_name: "Name"))
|
|
1763
1954
|
RegistrationAssociationFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValueList, required: true, location_name: "Values"))
|
|
1764
1955
|
RegistrationAssociationFilter.struct_class = Types::RegistrationAssociationFilter
|
|
@@ -2086,6 +2277,23 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2086
2277
|
SendNotifyVoiceMessageResult.add_member(:resolved_message_body, Shapes::ShapeRef.new(shape: String, location_name: "ResolvedMessageBody"))
|
|
2087
2278
|
SendNotifyVoiceMessageResult.struct_class = Types::SendNotifyVoiceMessageResult
|
|
2088
2279
|
|
|
2280
|
+
SendRcsMessageRequest.add_member(:destination_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "DestinationPhoneNumber"))
|
|
2281
|
+
SendRcsMessageRequest.add_member(:origination_identity, Shapes::ShapeRef.new(shape: RcsMessageOriginationIdentity, required: true, location_name: "OriginationIdentity"))
|
|
2282
|
+
SendRcsMessageRequest.add_member(:rcs_message_content, Shapes::ShapeRef.new(shape: RcsMessageContent, location_name: "RcsMessageContent"))
|
|
2283
|
+
SendRcsMessageRequest.add_member(:time_to_live, Shapes::ShapeRef.new(shape: RcsTimeToLive, location_name: "TimeToLive"))
|
|
2284
|
+
SendRcsMessageRequest.add_member(:message_traffic_type, Shapes::ShapeRef.new(shape: RcsMessageTrafficType, location_name: "MessageTrafficType"))
|
|
2285
|
+
SendRcsMessageRequest.add_member(:fallback_configuration, Shapes::ShapeRef.new(shape: RcsFallbackConfiguration, location_name: "FallbackConfiguration"))
|
|
2286
|
+
SendRcsMessageRequest.add_member(:protect_configuration_id, Shapes::ShapeRef.new(shape: ProtectConfigurationIdOrArn, location_name: "ProtectConfigurationId"))
|
|
2287
|
+
SendRcsMessageRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetNameOrArn, location_name: "ConfigurationSetName"))
|
|
2288
|
+
SendRcsMessageRequest.add_member(:max_price, Shapes::ShapeRef.new(shape: MaxPrice, location_name: "MaxPrice"))
|
|
2289
|
+
SendRcsMessageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location_name: "DryRun"))
|
|
2290
|
+
SendRcsMessageRequest.add_member(:context, Shapes::ShapeRef.new(shape: ContextMap, location_name: "Context"))
|
|
2291
|
+
SendRcsMessageRequest.add_member(:message_feedback_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "MessageFeedbackEnabled"))
|
|
2292
|
+
SendRcsMessageRequest.struct_class = Types::SendRcsMessageRequest
|
|
2293
|
+
|
|
2294
|
+
SendRcsMessageResult.add_member(:message_id, Shapes::ShapeRef.new(shape: String, location_name: "MessageId"))
|
|
2295
|
+
SendRcsMessageResult.struct_class = Types::SendRcsMessageResult
|
|
2296
|
+
|
|
2089
2297
|
SendTextMessageRequest.add_member(:destination_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "DestinationPhoneNumber"))
|
|
2090
2298
|
SendTextMessageRequest.add_member(:origination_identity, Shapes::ShapeRef.new(shape: TextMessageOriginationIdentity, location_name: "OriginationIdentity"))
|
|
2091
2299
|
SendTextMessageRequest.add_member(:message_body, Shapes::ShapeRef.new(shape: TextMessageBody, location_name: "MessageBody"))
|
|
@@ -2195,6 +2403,12 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2195
2403
|
SetNotifyMessageSpendLimitOverrideResult.add_member(:monthly_limit, Shapes::ShapeRef.new(shape: MonthlyLimit, location_name: "MonthlyLimit"))
|
|
2196
2404
|
SetNotifyMessageSpendLimitOverrideResult.struct_class = Types::SetNotifyMessageSpendLimitOverrideResult
|
|
2197
2405
|
|
|
2406
|
+
SetRcsMessageSpendLimitOverrideRequest.add_member(:monthly_limit, Shapes::ShapeRef.new(shape: MonthlyLimit, required: true, location_name: "MonthlyLimit"))
|
|
2407
|
+
SetRcsMessageSpendLimitOverrideRequest.struct_class = Types::SetRcsMessageSpendLimitOverrideRequest
|
|
2408
|
+
|
|
2409
|
+
SetRcsMessageSpendLimitOverrideResult.add_member(:monthly_limit, Shapes::ShapeRef.new(shape: MonthlyLimit, location_name: "MonthlyLimit"))
|
|
2410
|
+
SetRcsMessageSpendLimitOverrideResult.struct_class = Types::SetRcsMessageSpendLimitOverrideResult
|
|
2411
|
+
|
|
2198
2412
|
SetTextMessageSpendLimitOverrideRequest.add_member(:monthly_limit, Shapes::ShapeRef.new(shape: MonthlyLimit, required: true, location_name: "MonthlyLimit"))
|
|
2199
2413
|
SetTextMessageSpendLimitOverrideRequest.struct_class = Types::SetTextMessageSpendLimitOverrideRequest
|
|
2200
2414
|
|
|
@@ -2415,6 +2629,10 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2415
2629
|
UpdateRcsAgentRequest.add_member(:two_way_channel_arn, Shapes::ShapeRef.new(shape: TwoWayChannelArn, location_name: "TwoWayChannelArn"))
|
|
2416
2630
|
UpdateRcsAgentRequest.add_member(:two_way_channel_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "TwoWayChannelRole"))
|
|
2417
2631
|
UpdateRcsAgentRequest.add_member(:two_way_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "TwoWayEnabled"))
|
|
2632
|
+
UpdateRcsAgentRequest.add_member(:two_way_media_s3_bucket_name, Shapes::ShapeRef.new(shape: TwoWayMediaS3BucketNameOrUnset, location_name: "TwoWayMediaS3BucketName"))
|
|
2633
|
+
UpdateRcsAgentRequest.add_member(:two_way_media_s3_key_prefix, Shapes::ShapeRef.new(shape: TwoWayMediaS3KeyPrefix, location_name: "TwoWayMediaS3KeyPrefix"))
|
|
2634
|
+
UpdateRcsAgentRequest.add_member(:two_way_media_s3_role, Shapes::ShapeRef.new(shape: IamRoleArnOrUnset, location_name: "TwoWayMediaS3Role"))
|
|
2635
|
+
UpdateRcsAgentRequest.add_member(:two_way_rcs_events_enabled, Shapes::ShapeRef.new(shape: RcsEventTypeList, location_name: "TwoWayRcsEventsEnabled"))
|
|
2418
2636
|
UpdateRcsAgentRequest.struct_class = Types::UpdateRcsAgentRequest
|
|
2419
2637
|
|
|
2420
2638
|
UpdateRcsAgentResult.add_member(:rcs_agent_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RcsAgentArn"))
|
|
@@ -2427,6 +2645,10 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2427
2645
|
UpdateRcsAgentResult.add_member(:two_way_channel_arn, Shapes::ShapeRef.new(shape: TwoWayChannelArn, location_name: "TwoWayChannelArn"))
|
|
2428
2646
|
UpdateRcsAgentResult.add_member(:two_way_channel_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "TwoWayChannelRole"))
|
|
2429
2647
|
UpdateRcsAgentResult.add_member(:two_way_enabled, Shapes::ShapeRef.new(shape: PrimitiveBoolean, required: true, location_name: "TwoWayEnabled"))
|
|
2648
|
+
UpdateRcsAgentResult.add_member(:two_way_media_s3_bucket_name, Shapes::ShapeRef.new(shape: TwoWayMediaS3BucketName, location_name: "TwoWayMediaS3BucketName"))
|
|
2649
|
+
UpdateRcsAgentResult.add_member(:two_way_media_s3_key_prefix, Shapes::ShapeRef.new(shape: TwoWayMediaS3KeyPrefix, location_name: "TwoWayMediaS3KeyPrefix"))
|
|
2650
|
+
UpdateRcsAgentResult.add_member(:two_way_media_s3_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "TwoWayMediaS3Role"))
|
|
2651
|
+
UpdateRcsAgentResult.add_member(:two_way_rcs_events_enabled, Shapes::ShapeRef.new(shape: RcsEventTypeList, location_name: "TwoWayRcsEventsEnabled"))
|
|
2430
2652
|
UpdateRcsAgentResult.struct_class = Types::UpdateRcsAgentResult
|
|
2431
2653
|
|
|
2432
2654
|
UpdateSenderIdRequest.add_member(:sender_id, Shapes::ShapeRef.new(shape: SenderIdOrArn, required: true, location_name: "SenderId"))
|
|
@@ -2924,6 +3146,18 @@ module Aws::PinpointSMSVoiceV2
|
|
|
2924
3146
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2925
3147
|
end)
|
|
2926
3148
|
|
|
3149
|
+
api.add_operation(:delete_rcs_message_spend_limit_override, Seahorse::Model::Operation.new.tap do |o|
|
|
3150
|
+
o.name = "DeleteRcsMessageSpendLimitOverride"
|
|
3151
|
+
o.http_method = "POST"
|
|
3152
|
+
o.http_request_uri = "/"
|
|
3153
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRcsMessageSpendLimitOverrideRequest)
|
|
3154
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteRcsMessageSpendLimitOverrideResult)
|
|
3155
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3156
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3157
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3158
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3159
|
+
end)
|
|
3160
|
+
|
|
2927
3161
|
api.add_operation(:delete_registration, Seahorse::Model::Operation.new.tap do |o|
|
|
2928
3162
|
o.name = "DeleteRegistration"
|
|
2929
3163
|
o.http_method = "POST"
|
|
@@ -3804,6 +4038,21 @@ module Aws::PinpointSMSVoiceV2
|
|
|
3804
4038
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3805
4039
|
end)
|
|
3806
4040
|
|
|
4041
|
+
api.add_operation(:send_rcs_message, Seahorse::Model::Operation.new.tap do |o|
|
|
4042
|
+
o.name = "SendRcsMessage"
|
|
4043
|
+
o.http_method = "POST"
|
|
4044
|
+
o.http_request_uri = "/"
|
|
4045
|
+
o.input = Shapes::ShapeRef.new(shape: SendRcsMessageRequest)
|
|
4046
|
+
o.output = Shapes::ShapeRef.new(shape: SendRcsMessageResult)
|
|
4047
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
4048
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4049
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4050
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
4051
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4052
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
4053
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4054
|
+
end)
|
|
4055
|
+
|
|
3807
4056
|
api.add_operation(:send_text_message, Seahorse::Model::Operation.new.tap do |o|
|
|
3808
4057
|
o.name = "SendTextMessage"
|
|
3809
4058
|
o.http_method = "POST"
|
|
@@ -3910,6 +4159,18 @@ module Aws::PinpointSMSVoiceV2
|
|
|
3910
4159
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3911
4160
|
end)
|
|
3912
4161
|
|
|
4162
|
+
api.add_operation(:set_rcs_message_spend_limit_override, Seahorse::Model::Operation.new.tap do |o|
|
|
4163
|
+
o.name = "SetRcsMessageSpendLimitOverride"
|
|
4164
|
+
o.http_method = "POST"
|
|
4165
|
+
o.http_request_uri = "/"
|
|
4166
|
+
o.input = Shapes::ShapeRef.new(shape: SetRcsMessageSpendLimitOverrideRequest)
|
|
4167
|
+
o.output = Shapes::ShapeRef.new(shape: SetRcsMessageSpendLimitOverrideResult)
|
|
4168
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4169
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4170
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4171
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4172
|
+
end)
|
|
4173
|
+
|
|
3913
4174
|
api.add_operation(:set_text_message_spend_limit_override, Seahorse::Model::Operation.new.tap do |o|
|
|
3914
4175
|
o.name = "SetTextMessageSpendLimitOverride"
|
|
3915
4176
|
o.http_method = "POST"
|