aws-sdk-pinpointsmsvoicev2 1.30.0 → 1.32.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpointsmsvoicev2/client.rb +305 -13
- data/lib/aws-sdk-pinpointsmsvoicev2/client_api.rb +168 -0
- data/lib/aws-sdk-pinpointsmsvoicev2/types.rb +386 -5
- data/lib/aws-sdk-pinpointsmsvoicev2.rb +1 -1
- data/sig/client.rbs +95 -6
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +105 -7
- metadata +4 -4
@@ -89,6 +89,8 @@ module Aws::PinpointSMSVoiceV2
|
|
89
89
|
DeletePoolResult = Shapes::StructureShape.new(name: 'DeletePoolResult')
|
90
90
|
DeleteProtectConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteProtectConfigurationRequest')
|
91
91
|
DeleteProtectConfigurationResult = Shapes::StructureShape.new(name: 'DeleteProtectConfigurationResult')
|
92
|
+
DeleteProtectConfigurationRuleSetNumberOverrideRequest = Shapes::StructureShape.new(name: 'DeleteProtectConfigurationRuleSetNumberOverrideRequest')
|
93
|
+
DeleteProtectConfigurationRuleSetNumberOverrideResult = Shapes::StructureShape.new(name: 'DeleteProtectConfigurationRuleSetNumberOverrideResult')
|
92
94
|
DeleteRegistrationAttachmentRequest = Shapes::StructureShape.new(name: 'DeleteRegistrationAttachmentRequest')
|
93
95
|
DeleteRegistrationAttachmentResult = Shapes::StructureShape.new(name: 'DeleteRegistrationAttachmentResult')
|
94
96
|
DeleteRegistrationFieldValueRequest = Shapes::StructureShape.new(name: 'DeleteRegistrationFieldValueRequest')
|
@@ -184,6 +186,9 @@ module Aws::PinpointSMSVoiceV2
|
|
184
186
|
LanguageCode = Shapes::StringShape.new(name: 'LanguageCode')
|
185
187
|
ListPoolOriginationIdentitiesRequest = Shapes::StructureShape.new(name: 'ListPoolOriginationIdentitiesRequest')
|
186
188
|
ListPoolOriginationIdentitiesResult = Shapes::StructureShape.new(name: 'ListPoolOriginationIdentitiesResult')
|
189
|
+
ListProtectConfigurationRuleSetNumberOverrideFilter = Shapes::ListShape.new(name: 'ListProtectConfigurationRuleSetNumberOverrideFilter')
|
190
|
+
ListProtectConfigurationRuleSetNumberOverridesRequest = Shapes::StructureShape.new(name: 'ListProtectConfigurationRuleSetNumberOverridesRequest')
|
191
|
+
ListProtectConfigurationRuleSetNumberOverridesResult = Shapes::StructureShape.new(name: 'ListProtectConfigurationRuleSetNumberOverridesResult')
|
187
192
|
ListRegistrationAssociationsRequest = Shapes::StructureShape.new(name: 'ListRegistrationAssociationsRequest')
|
188
193
|
ListRegistrationAssociationsResult = Shapes::StructureShape.new(name: 'ListRegistrationAssociationsResult')
|
189
194
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
@@ -194,6 +199,8 @@ module Aws::PinpointSMSVoiceV2
|
|
194
199
|
MediaMessageOriginationIdentity = Shapes::StringShape.new(name: 'MediaMessageOriginationIdentity')
|
195
200
|
MediaUrlList = Shapes::ListShape.new(name: 'MediaUrlList')
|
196
201
|
MediaUrlValue = Shapes::StringShape.new(name: 'MediaUrlValue')
|
202
|
+
MessageFeedbackStatus = Shapes::StringShape.new(name: 'MessageFeedbackStatus')
|
203
|
+
MessageId = Shapes::StringShape.new(name: 'MessageId')
|
197
204
|
MessageType = Shapes::StringShape.new(name: 'MessageType')
|
198
205
|
MessageTypeList = Shapes::ListShape.new(name: 'MessageTypeList')
|
199
206
|
MonthlyLimit = Shapes::IntegerShape.new(name: 'MonthlyLimit')
|
@@ -251,11 +258,20 @@ module Aws::PinpointSMSVoiceV2
|
|
251
258
|
ProtectConfigurationIdOrArn = Shapes::StringShape.new(name: 'ProtectConfigurationIdOrArn')
|
252
259
|
ProtectConfigurationInformation = Shapes::StructureShape.new(name: 'ProtectConfigurationInformation')
|
253
260
|
ProtectConfigurationInformationList = Shapes::ListShape.new(name: 'ProtectConfigurationInformationList')
|
261
|
+
ProtectConfigurationRuleOverrideAction = Shapes::StringShape.new(name: 'ProtectConfigurationRuleOverrideAction')
|
262
|
+
ProtectConfigurationRuleSetNumberOverride = Shapes::StructureShape.new(name: 'ProtectConfigurationRuleSetNumberOverride')
|
263
|
+
ProtectConfigurationRuleSetNumberOverrideFilterItem = Shapes::StructureShape.new(name: 'ProtectConfigurationRuleSetNumberOverrideFilterItem')
|
264
|
+
ProtectConfigurationRuleSetNumberOverrideFilterName = Shapes::StringShape.new(name: 'ProtectConfigurationRuleSetNumberOverrideFilterName')
|
265
|
+
ProtectConfigurationRuleSetNumberOverrideList = Shapes::ListShape.new(name: 'ProtectConfigurationRuleSetNumberOverrideList')
|
254
266
|
ProtectStatus = Shapes::StringShape.new(name: 'ProtectStatus')
|
255
267
|
PutKeywordRequest = Shapes::StructureShape.new(name: 'PutKeywordRequest')
|
256
268
|
PutKeywordResult = Shapes::StructureShape.new(name: 'PutKeywordResult')
|
269
|
+
PutMessageFeedbackRequest = Shapes::StructureShape.new(name: 'PutMessageFeedbackRequest')
|
270
|
+
PutMessageFeedbackResult = Shapes::StructureShape.new(name: 'PutMessageFeedbackResult')
|
257
271
|
PutOptedOutNumberRequest = Shapes::StructureShape.new(name: 'PutOptedOutNumberRequest')
|
258
272
|
PutOptedOutNumberResult = Shapes::StructureShape.new(name: 'PutOptedOutNumberResult')
|
273
|
+
PutProtectConfigurationRuleSetNumberOverrideRequest = Shapes::StructureShape.new(name: 'PutProtectConfigurationRuleSetNumberOverrideRequest')
|
274
|
+
PutProtectConfigurationRuleSetNumberOverrideResult = Shapes::StructureShape.new(name: 'PutProtectConfigurationRuleSetNumberOverrideResult')
|
259
275
|
PutRegistrationFieldValueRequest = Shapes::StructureShape.new(name: 'PutRegistrationFieldValueRequest')
|
260
276
|
PutRegistrationFieldValueResult = Shapes::StructureShape.new(name: 'PutRegistrationFieldValueResult')
|
261
277
|
PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
|
@@ -350,6 +366,8 @@ module Aws::PinpointSMSVoiceV2
|
|
350
366
|
ServiceQuotaExceededExceptionReason = Shapes::StringShape.new(name: 'ServiceQuotaExceededExceptionReason')
|
351
367
|
SetAccountDefaultProtectConfigurationRequest = Shapes::StructureShape.new(name: 'SetAccountDefaultProtectConfigurationRequest')
|
352
368
|
SetAccountDefaultProtectConfigurationResult = Shapes::StructureShape.new(name: 'SetAccountDefaultProtectConfigurationResult')
|
369
|
+
SetDefaultMessageFeedbackEnabledRequest = Shapes::StructureShape.new(name: 'SetDefaultMessageFeedbackEnabledRequest')
|
370
|
+
SetDefaultMessageFeedbackEnabledResult = Shapes::StructureShape.new(name: 'SetDefaultMessageFeedbackEnabledResult')
|
353
371
|
SetDefaultMessageTypeRequest = Shapes::StructureShape.new(name: 'SetDefaultMessageTypeRequest')
|
354
372
|
SetDefaultMessageTypeResult = Shapes::StructureShape.new(name: 'SetDefaultMessageTypeResult')
|
355
373
|
SetDefaultSenderIdRequest = Shapes::StructureShape.new(name: 'SetDefaultSenderIdRequest')
|
@@ -478,6 +496,7 @@ module Aws::PinpointSMSVoiceV2
|
|
478
496
|
ConfigurationSetInformation.add_member(:event_destinations, Shapes::ShapeRef.new(shape: EventDestinationList, required: true, location_name: "EventDestinations"))
|
479
497
|
ConfigurationSetInformation.add_member(:default_message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "DefaultMessageType"))
|
480
498
|
ConfigurationSetInformation.add_member(:default_sender_id, Shapes::ShapeRef.new(shape: SenderId, location_name: "DefaultSenderId"))
|
499
|
+
ConfigurationSetInformation.add_member(:default_message_feedback_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "DefaultMessageFeedbackEnabled"))
|
481
500
|
ConfigurationSetInformation.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
482
501
|
ConfigurationSetInformation.add_member(:protect_configuration_id, Shapes::ShapeRef.new(shape: ProtectConfigurationIdOrArn, location_name: "ProtectConfigurationId"))
|
483
502
|
ConfigurationSetInformation.struct_class = Types::ConfigurationSetInformation
|
@@ -646,6 +665,7 @@ module Aws::PinpointSMSVoiceV2
|
|
646
665
|
DeleteConfigurationSetResult.add_member(:event_destinations, Shapes::ShapeRef.new(shape: EventDestinationList, location_name: "EventDestinations"))
|
647
666
|
DeleteConfigurationSetResult.add_member(:default_message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "DefaultMessageType"))
|
648
667
|
DeleteConfigurationSetResult.add_member(:default_sender_id, Shapes::ShapeRef.new(shape: SenderId, location_name: "DefaultSenderId"))
|
668
|
+
DeleteConfigurationSetResult.add_member(:default_message_feedback_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "DefaultMessageFeedbackEnabled"))
|
649
669
|
DeleteConfigurationSetResult.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
|
650
670
|
DeleteConfigurationSetResult.struct_class = Types::DeleteConfigurationSetResult
|
651
671
|
|
@@ -735,6 +755,19 @@ module Aws::PinpointSMSVoiceV2
|
|
735
755
|
DeleteProtectConfigurationResult.add_member(:deletion_protection_enabled, Shapes::ShapeRef.new(shape: PrimitiveBoolean, required: true, location_name: "DeletionProtectionEnabled"))
|
736
756
|
DeleteProtectConfigurationResult.struct_class = Types::DeleteProtectConfigurationResult
|
737
757
|
|
758
|
+
DeleteProtectConfigurationRuleSetNumberOverrideRequest.add_member(:protect_configuration_id, Shapes::ShapeRef.new(shape: ProtectConfigurationIdOrArn, required: true, location_name: "ProtectConfigurationId"))
|
759
|
+
DeleteProtectConfigurationRuleSetNumberOverrideRequest.add_member(:destination_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "DestinationPhoneNumber"))
|
760
|
+
DeleteProtectConfigurationRuleSetNumberOverrideRequest.struct_class = Types::DeleteProtectConfigurationRuleSetNumberOverrideRequest
|
761
|
+
|
762
|
+
DeleteProtectConfigurationRuleSetNumberOverrideResult.add_member(:protect_configuration_arn, Shapes::ShapeRef.new(shape: ProtectConfigurationArn, required: true, location_name: "ProtectConfigurationArn"))
|
763
|
+
DeleteProtectConfigurationRuleSetNumberOverrideResult.add_member(:protect_configuration_id, Shapes::ShapeRef.new(shape: ProtectConfigurationId, required: true, location_name: "ProtectConfigurationId"))
|
764
|
+
DeleteProtectConfigurationRuleSetNumberOverrideResult.add_member(:destination_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "DestinationPhoneNumber"))
|
765
|
+
DeleteProtectConfigurationRuleSetNumberOverrideResult.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
766
|
+
DeleteProtectConfigurationRuleSetNumberOverrideResult.add_member(:action, Shapes::ShapeRef.new(shape: ProtectConfigurationRuleOverrideAction, required: true, location_name: "Action"))
|
767
|
+
DeleteProtectConfigurationRuleSetNumberOverrideResult.add_member(:iso_country_code, Shapes::ShapeRef.new(shape: IsoCountryCode, location_name: "IsoCountryCode"))
|
768
|
+
DeleteProtectConfigurationRuleSetNumberOverrideResult.add_member(:expiration_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ExpirationTimestamp"))
|
769
|
+
DeleteProtectConfigurationRuleSetNumberOverrideResult.struct_class = Types::DeleteProtectConfigurationRuleSetNumberOverrideResult
|
770
|
+
|
738
771
|
DeleteRegistrationAttachmentRequest.add_member(:registration_attachment_id, Shapes::ShapeRef.new(shape: RegistrationAttachmentIdOrArn, required: true, location_name: "RegistrationAttachmentId"))
|
739
772
|
DeleteRegistrationAttachmentRequest.struct_class = Types::DeleteRegistrationAttachmentRequest
|
740
773
|
|
@@ -1111,6 +1144,20 @@ module Aws::PinpointSMSVoiceV2
|
|
1111
1144
|
ListPoolOriginationIdentitiesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1112
1145
|
ListPoolOriginationIdentitiesResult.struct_class = Types::ListPoolOriginationIdentitiesResult
|
1113
1146
|
|
1147
|
+
ListProtectConfigurationRuleSetNumberOverrideFilter.member = Shapes::ShapeRef.new(shape: ProtectConfigurationRuleSetNumberOverrideFilterItem)
|
1148
|
+
|
1149
|
+
ListProtectConfigurationRuleSetNumberOverridesRequest.add_member(:protect_configuration_id, Shapes::ShapeRef.new(shape: ProtectConfigurationIdOrArn, required: true, location_name: "ProtectConfigurationId"))
|
1150
|
+
ListProtectConfigurationRuleSetNumberOverridesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListProtectConfigurationRuleSetNumberOverrideFilter, location_name: "Filters"))
|
1151
|
+
ListProtectConfigurationRuleSetNumberOverridesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1152
|
+
ListProtectConfigurationRuleSetNumberOverridesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
1153
|
+
ListProtectConfigurationRuleSetNumberOverridesRequest.struct_class = Types::ListProtectConfigurationRuleSetNumberOverridesRequest
|
1154
|
+
|
1155
|
+
ListProtectConfigurationRuleSetNumberOverridesResult.add_member(:protect_configuration_arn, Shapes::ShapeRef.new(shape: ProtectConfigurationArn, required: true, location_name: "ProtectConfigurationArn"))
|
1156
|
+
ListProtectConfigurationRuleSetNumberOverridesResult.add_member(:protect_configuration_id, Shapes::ShapeRef.new(shape: ProtectConfigurationId, required: true, location_name: "ProtectConfigurationId"))
|
1157
|
+
ListProtectConfigurationRuleSetNumberOverridesResult.add_member(:rule_set_number_overrides, Shapes::ShapeRef.new(shape: ProtectConfigurationRuleSetNumberOverrideList, location_name: "RuleSetNumberOverrides"))
|
1158
|
+
ListProtectConfigurationRuleSetNumberOverridesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1159
|
+
ListProtectConfigurationRuleSetNumberOverridesResult.struct_class = Types::ListProtectConfigurationRuleSetNumberOverridesResult
|
1160
|
+
|
1114
1161
|
ListRegistrationAssociationsRequest.add_member(:registration_id, Shapes::ShapeRef.new(shape: RegistrationIdOrArn, required: true, location_name: "RegistrationId"))
|
1115
1162
|
ListRegistrationAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: RegistrationAssociationFilterList, location_name: "Filters"))
|
1116
1163
|
ListRegistrationAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -1255,6 +1302,19 @@ module Aws::PinpointSMSVoiceV2
|
|
1255
1302
|
|
1256
1303
|
ProtectConfigurationInformationList.member = Shapes::ShapeRef.new(shape: ProtectConfigurationInformation)
|
1257
1304
|
|
1305
|
+
ProtectConfigurationRuleSetNumberOverride.add_member(:destination_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "DestinationPhoneNumber"))
|
1306
|
+
ProtectConfigurationRuleSetNumberOverride.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
1307
|
+
ProtectConfigurationRuleSetNumberOverride.add_member(:action, Shapes::ShapeRef.new(shape: ProtectConfigurationRuleOverrideAction, required: true, location_name: "Action"))
|
1308
|
+
ProtectConfigurationRuleSetNumberOverride.add_member(:iso_country_code, Shapes::ShapeRef.new(shape: IsoCountryCode, location_name: "IsoCountryCode"))
|
1309
|
+
ProtectConfigurationRuleSetNumberOverride.add_member(:expiration_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ExpirationTimestamp"))
|
1310
|
+
ProtectConfigurationRuleSetNumberOverride.struct_class = Types::ProtectConfigurationRuleSetNumberOverride
|
1311
|
+
|
1312
|
+
ProtectConfigurationRuleSetNumberOverrideFilterItem.add_member(:name, Shapes::ShapeRef.new(shape: ProtectConfigurationRuleSetNumberOverrideFilterName, required: true, location_name: "Name"))
|
1313
|
+
ProtectConfigurationRuleSetNumberOverrideFilterItem.add_member(:values, Shapes::ShapeRef.new(shape: FilterValueList, required: true, location_name: "Values"))
|
1314
|
+
ProtectConfigurationRuleSetNumberOverrideFilterItem.struct_class = Types::ProtectConfigurationRuleSetNumberOverrideFilterItem
|
1315
|
+
|
1316
|
+
ProtectConfigurationRuleSetNumberOverrideList.member = Shapes::ShapeRef.new(shape: ProtectConfigurationRuleSetNumberOverride)
|
1317
|
+
|
1258
1318
|
PutKeywordRequest.add_member(:origination_identity, Shapes::ShapeRef.new(shape: PhoneOrPoolIdOrArn, required: true, location_name: "OriginationIdentity"))
|
1259
1319
|
PutKeywordRequest.add_member(:keyword, Shapes::ShapeRef.new(shape: Keyword, required: true, location_name: "Keyword"))
|
1260
1320
|
PutKeywordRequest.add_member(:keyword_message, Shapes::ShapeRef.new(shape: KeywordMessage, required: true, location_name: "KeywordMessage"))
|
@@ -1268,6 +1328,14 @@ module Aws::PinpointSMSVoiceV2
|
|
1268
1328
|
PutKeywordResult.add_member(:keyword_action, Shapes::ShapeRef.new(shape: KeywordAction, location_name: "KeywordAction"))
|
1269
1329
|
PutKeywordResult.struct_class = Types::PutKeywordResult
|
1270
1330
|
|
1331
|
+
PutMessageFeedbackRequest.add_member(:message_id, Shapes::ShapeRef.new(shape: MessageId, required: true, location_name: "MessageId"))
|
1332
|
+
PutMessageFeedbackRequest.add_member(:message_feedback_status, Shapes::ShapeRef.new(shape: MessageFeedbackStatus, required: true, location_name: "MessageFeedbackStatus"))
|
1333
|
+
PutMessageFeedbackRequest.struct_class = Types::PutMessageFeedbackRequest
|
1334
|
+
|
1335
|
+
PutMessageFeedbackResult.add_member(:message_id, Shapes::ShapeRef.new(shape: MessageId, required: true, location_name: "MessageId"))
|
1336
|
+
PutMessageFeedbackResult.add_member(:message_feedback_status, Shapes::ShapeRef.new(shape: MessageFeedbackStatus, required: true, location_name: "MessageFeedbackStatus"))
|
1337
|
+
PutMessageFeedbackResult.struct_class = Types::PutMessageFeedbackResult
|
1338
|
+
|
1271
1339
|
PutOptedOutNumberRequest.add_member(:opt_out_list_name, Shapes::ShapeRef.new(shape: OptOutListNameOrArn, required: true, location_name: "OptOutListName"))
|
1272
1340
|
PutOptedOutNumberRequest.add_member(:opted_out_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "OptedOutNumber"))
|
1273
1341
|
PutOptedOutNumberRequest.struct_class = Types::PutOptedOutNumberRequest
|
@@ -1279,6 +1347,22 @@ module Aws::PinpointSMSVoiceV2
|
|
1279
1347
|
PutOptedOutNumberResult.add_member(:end_user_opted_out, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location_name: "EndUserOptedOut"))
|
1280
1348
|
PutOptedOutNumberResult.struct_class = Types::PutOptedOutNumberResult
|
1281
1349
|
|
1350
|
+
PutProtectConfigurationRuleSetNumberOverrideRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1351
|
+
PutProtectConfigurationRuleSetNumberOverrideRequest.add_member(:protect_configuration_id, Shapes::ShapeRef.new(shape: ProtectConfigurationIdOrArn, required: true, location_name: "ProtectConfigurationId"))
|
1352
|
+
PutProtectConfigurationRuleSetNumberOverrideRequest.add_member(:destination_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "DestinationPhoneNumber"))
|
1353
|
+
PutProtectConfigurationRuleSetNumberOverrideRequest.add_member(:action, Shapes::ShapeRef.new(shape: ProtectConfigurationRuleOverrideAction, required: true, location_name: "Action"))
|
1354
|
+
PutProtectConfigurationRuleSetNumberOverrideRequest.add_member(:expiration_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ExpirationTimestamp"))
|
1355
|
+
PutProtectConfigurationRuleSetNumberOverrideRequest.struct_class = Types::PutProtectConfigurationRuleSetNumberOverrideRequest
|
1356
|
+
|
1357
|
+
PutProtectConfigurationRuleSetNumberOverrideResult.add_member(:protect_configuration_arn, Shapes::ShapeRef.new(shape: ProtectConfigurationArn, required: true, location_name: "ProtectConfigurationArn"))
|
1358
|
+
PutProtectConfigurationRuleSetNumberOverrideResult.add_member(:protect_configuration_id, Shapes::ShapeRef.new(shape: ProtectConfigurationId, required: true, location_name: "ProtectConfigurationId"))
|
1359
|
+
PutProtectConfigurationRuleSetNumberOverrideResult.add_member(:destination_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "DestinationPhoneNumber"))
|
1360
|
+
PutProtectConfigurationRuleSetNumberOverrideResult.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
1361
|
+
PutProtectConfigurationRuleSetNumberOverrideResult.add_member(:action, Shapes::ShapeRef.new(shape: ProtectConfigurationRuleOverrideAction, required: true, location_name: "Action"))
|
1362
|
+
PutProtectConfigurationRuleSetNumberOverrideResult.add_member(:iso_country_code, Shapes::ShapeRef.new(shape: IsoCountryCode, location_name: "IsoCountryCode"))
|
1363
|
+
PutProtectConfigurationRuleSetNumberOverrideResult.add_member(:expiration_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ExpirationTimestamp"))
|
1364
|
+
PutProtectConfigurationRuleSetNumberOverrideResult.struct_class = Types::PutProtectConfigurationRuleSetNumberOverrideResult
|
1365
|
+
|
1282
1366
|
PutRegistrationFieldValueRequest.add_member(:registration_id, Shapes::ShapeRef.new(shape: RegistrationIdOrArn, required: true, location_name: "RegistrationId"))
|
1283
1367
|
PutRegistrationFieldValueRequest.add_member(:field_path, Shapes::ShapeRef.new(shape: FieldPath, required: true, location_name: "FieldPath"))
|
1284
1368
|
PutRegistrationFieldValueRequest.add_member(:select_choices, Shapes::ShapeRef.new(shape: SelectChoiceList, location_name: "SelectChoices"))
|
@@ -1586,6 +1670,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1586
1670
|
SendMediaMessageRequest.add_member(:context, Shapes::ShapeRef.new(shape: ContextMap, location_name: "Context"))
|
1587
1671
|
SendMediaMessageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location_name: "DryRun"))
|
1588
1672
|
SendMediaMessageRequest.add_member(:protect_configuration_id, Shapes::ShapeRef.new(shape: ProtectConfigurationIdOrArn, location_name: "ProtectConfigurationId"))
|
1673
|
+
SendMediaMessageRequest.add_member(:message_feedback_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "MessageFeedbackEnabled"))
|
1589
1674
|
SendMediaMessageRequest.struct_class = Types::SendMediaMessageRequest
|
1590
1675
|
|
1591
1676
|
SendMediaMessageResult.add_member(:message_id, Shapes::ShapeRef.new(shape: String, location_name: "MessageId"))
|
@@ -1603,6 +1688,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1603
1688
|
SendTextMessageRequest.add_member(:destination_country_parameters, Shapes::ShapeRef.new(shape: DestinationCountryParameters, location_name: "DestinationCountryParameters"))
|
1604
1689
|
SendTextMessageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location_name: "DryRun"))
|
1605
1690
|
SendTextMessageRequest.add_member(:protect_configuration_id, Shapes::ShapeRef.new(shape: ProtectConfigurationIdOrArn, location_name: "ProtectConfigurationId"))
|
1691
|
+
SendTextMessageRequest.add_member(:message_feedback_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "MessageFeedbackEnabled"))
|
1606
1692
|
SendTextMessageRequest.struct_class = Types::SendTextMessageRequest
|
1607
1693
|
|
1608
1694
|
SendTextMessageResult.add_member(:message_id, Shapes::ShapeRef.new(shape: String, location_name: "MessageId"))
|
@@ -1619,6 +1705,7 @@ module Aws::PinpointSMSVoiceV2
|
|
1619
1705
|
SendVoiceMessageRequest.add_member(:context, Shapes::ShapeRef.new(shape: ContextMap, location_name: "Context"))
|
1620
1706
|
SendVoiceMessageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location_name: "DryRun"))
|
1621
1707
|
SendVoiceMessageRequest.add_member(:protect_configuration_id, Shapes::ShapeRef.new(shape: ProtectConfigurationIdOrArn, location_name: "ProtectConfigurationId"))
|
1708
|
+
SendVoiceMessageRequest.add_member(:message_feedback_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "MessageFeedbackEnabled"))
|
1622
1709
|
SendVoiceMessageRequest.struct_class = Types::SendVoiceMessageRequest
|
1623
1710
|
|
1624
1711
|
SendVoiceMessageResult.add_member(:message_id, Shapes::ShapeRef.new(shape: String, location_name: "MessageId"))
|
@@ -1659,6 +1746,15 @@ module Aws::PinpointSMSVoiceV2
|
|
1659
1746
|
SetAccountDefaultProtectConfigurationResult.add_member(:default_protect_configuration_id, Shapes::ShapeRef.new(shape: ProtectConfigurationId, required: true, location_name: "DefaultProtectConfigurationId"))
|
1660
1747
|
SetAccountDefaultProtectConfigurationResult.struct_class = Types::SetAccountDefaultProtectConfigurationResult
|
1661
1748
|
|
1749
|
+
SetDefaultMessageFeedbackEnabledRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetNameOrArn, required: true, location_name: "ConfigurationSetName"))
|
1750
|
+
SetDefaultMessageFeedbackEnabledRequest.add_member(:message_feedback_enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "MessageFeedbackEnabled"))
|
1751
|
+
SetDefaultMessageFeedbackEnabledRequest.struct_class = Types::SetDefaultMessageFeedbackEnabledRequest
|
1752
|
+
|
1753
|
+
SetDefaultMessageFeedbackEnabledResult.add_member(:configuration_set_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConfigurationSetArn"))
|
1754
|
+
SetDefaultMessageFeedbackEnabledResult.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
|
1755
|
+
SetDefaultMessageFeedbackEnabledResult.add_member(:message_feedback_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "MessageFeedbackEnabled"))
|
1756
|
+
SetDefaultMessageFeedbackEnabledResult.struct_class = Types::SetDefaultMessageFeedbackEnabledResult
|
1757
|
+
|
1662
1758
|
SetDefaultMessageTypeRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetNameOrArn, required: true, location_name: "ConfigurationSetName"))
|
1663
1759
|
SetDefaultMessageTypeRequest.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, required: true, location_name: "MessageType"))
|
1664
1760
|
SetDefaultMessageTypeRequest.struct_class = Types::SetDefaultMessageTypeRequest
|
@@ -2239,6 +2335,19 @@ module Aws::PinpointSMSVoiceV2
|
|
2239
2335
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2240
2336
|
end)
|
2241
2337
|
|
2338
|
+
api.add_operation(:delete_protect_configuration_rule_set_number_override, Seahorse::Model::Operation.new.tap do |o|
|
2339
|
+
o.name = "DeleteProtectConfigurationRuleSetNumberOverride"
|
2340
|
+
o.http_method = "POST"
|
2341
|
+
o.http_request_uri = "/"
|
2342
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProtectConfigurationRuleSetNumberOverrideRequest)
|
2343
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteProtectConfigurationRuleSetNumberOverrideResult)
|
2344
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2345
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2346
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2347
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2348
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2349
|
+
end)
|
2350
|
+
|
2242
2351
|
api.add_operation(:delete_registration, Seahorse::Model::Operation.new.tap do |o|
|
2243
2352
|
o.name = "DeleteRegistration"
|
2244
2353
|
o.http_method = "POST"
|
@@ -2774,6 +2883,25 @@ module Aws::PinpointSMSVoiceV2
|
|
2774
2883
|
)
|
2775
2884
|
end)
|
2776
2885
|
|
2886
|
+
api.add_operation(:list_protect_configuration_rule_set_number_overrides, Seahorse::Model::Operation.new.tap do |o|
|
2887
|
+
o.name = "ListProtectConfigurationRuleSetNumberOverrides"
|
2888
|
+
o.http_method = "POST"
|
2889
|
+
o.http_request_uri = "/"
|
2890
|
+
o.input = Shapes::ShapeRef.new(shape: ListProtectConfigurationRuleSetNumberOverridesRequest)
|
2891
|
+
o.output = Shapes::ShapeRef.new(shape: ListProtectConfigurationRuleSetNumberOverridesResult)
|
2892
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2893
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2894
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2895
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2896
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2897
|
+
o[:pager] = Aws::Pager.new(
|
2898
|
+
limit_key: "max_results",
|
2899
|
+
tokens: {
|
2900
|
+
"next_token" => "next_token"
|
2901
|
+
}
|
2902
|
+
)
|
2903
|
+
end)
|
2904
|
+
|
2777
2905
|
api.add_operation(:list_registration_associations, Seahorse::Model::Operation.new.tap do |o|
|
2778
2906
|
o.name = "ListRegistrationAssociations"
|
2779
2907
|
o.http_method = "POST"
|
@@ -2821,6 +2949,19 @@ module Aws::PinpointSMSVoiceV2
|
|
2821
2949
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2822
2950
|
end)
|
2823
2951
|
|
2952
|
+
api.add_operation(:put_message_feedback, Seahorse::Model::Operation.new.tap do |o|
|
2953
|
+
o.name = "PutMessageFeedback"
|
2954
|
+
o.http_method = "POST"
|
2955
|
+
o.http_request_uri = "/"
|
2956
|
+
o.input = Shapes::ShapeRef.new(shape: PutMessageFeedbackRequest)
|
2957
|
+
o.output = Shapes::ShapeRef.new(shape: PutMessageFeedbackResult)
|
2958
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2959
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2960
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2961
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2962
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2963
|
+
end)
|
2964
|
+
|
2824
2965
|
api.add_operation(:put_opted_out_number, Seahorse::Model::Operation.new.tap do |o|
|
2825
2966
|
o.name = "PutOptedOutNumber"
|
2826
2967
|
o.http_method = "POST"
|
@@ -2834,6 +2975,20 @@ module Aws::PinpointSMSVoiceV2
|
|
2834
2975
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2835
2976
|
end)
|
2836
2977
|
|
2978
|
+
api.add_operation(:put_protect_configuration_rule_set_number_override, Seahorse::Model::Operation.new.tap do |o|
|
2979
|
+
o.name = "PutProtectConfigurationRuleSetNumberOverride"
|
2980
|
+
o.http_method = "POST"
|
2981
|
+
o.http_request_uri = "/"
|
2982
|
+
o.input = Shapes::ShapeRef.new(shape: PutProtectConfigurationRuleSetNumberOverrideRequest)
|
2983
|
+
o.output = Shapes::ShapeRef.new(shape: PutProtectConfigurationRuleSetNumberOverrideResult)
|
2984
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2985
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2986
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2987
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2988
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2989
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2990
|
+
end)
|
2991
|
+
|
2837
2992
|
api.add_operation(:put_registration_field_value, Seahorse::Model::Operation.new.tap do |o|
|
2838
2993
|
o.name = "PutRegistrationFieldValue"
|
2839
2994
|
o.http_method = "POST"
|
@@ -2991,6 +3146,19 @@ module Aws::PinpointSMSVoiceV2
|
|
2991
3146
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2992
3147
|
end)
|
2993
3148
|
|
3149
|
+
api.add_operation(:set_default_message_feedback_enabled, Seahorse::Model::Operation.new.tap do |o|
|
3150
|
+
o.name = "SetDefaultMessageFeedbackEnabled"
|
3151
|
+
o.http_method = "POST"
|
3152
|
+
o.http_request_uri = "/"
|
3153
|
+
o.input = Shapes::ShapeRef.new(shape: SetDefaultMessageFeedbackEnabledRequest)
|
3154
|
+
o.output = Shapes::ShapeRef.new(shape: SetDefaultMessageFeedbackEnabledResult)
|
3155
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3156
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3157
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3158
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3159
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3160
|
+
end)
|
3161
|
+
|
2994
3162
|
api.add_operation(:set_default_message_type, Seahorse::Model::Operation.new.tap do |o|
|
2995
3163
|
o.name = "SetDefaultMessageType"
|
2996
3164
|
o.http_method = "POST"
|