@@ -109,6 +109,11 @@ import {
109109 DeleteProtectConfigurationCommandInput ,
110110 DeleteProtectConfigurationCommandOutput ,
111111} from "./commands/DeleteProtectConfigurationCommand" ;
112+ import {
113+ DeleteProtectConfigurationRuleSetNumberOverrideCommand ,
114+ DeleteProtectConfigurationRuleSetNumberOverrideCommandInput ,
115+ DeleteProtectConfigurationRuleSetNumberOverrideCommandOutput ,
116+ } from "./commands/DeleteProtectConfigurationRuleSetNumberOverrideCommand" ;
112117import {
113118 DeleteRegistrationAttachmentCommand ,
114119 DeleteRegistrationAttachmentCommandInput ,
@@ -269,6 +274,11 @@ import {
269274 ListPoolOriginationIdentitiesCommandInput ,
270275 ListPoolOriginationIdentitiesCommandOutput ,
271276} from "./commands/ListPoolOriginationIdentitiesCommand" ;
277+ import {
278+ ListProtectConfigurationRuleSetNumberOverridesCommand ,
279+ ListProtectConfigurationRuleSetNumberOverridesCommandInput ,
280+ ListProtectConfigurationRuleSetNumberOverridesCommandOutput ,
281+ } from "./commands/ListProtectConfigurationRuleSetNumberOverridesCommand" ;
272282import {
273283 ListRegistrationAssociationsCommand ,
274284 ListRegistrationAssociationsCommandInput ,
@@ -280,11 +290,21 @@ import {
280290 ListTagsForResourceCommandOutput ,
281291} from "./commands/ListTagsForResourceCommand" ;
282292import { PutKeywordCommand , PutKeywordCommandInput , PutKeywordCommandOutput } from "./commands/PutKeywordCommand" ;
293+ import {
294+ PutMessageFeedbackCommand ,
295+ PutMessageFeedbackCommandInput ,
296+ PutMessageFeedbackCommandOutput ,
297+ } from "./commands/PutMessageFeedbackCommand" ;
283298import {
284299 PutOptedOutNumberCommand ,
285300 PutOptedOutNumberCommandInput ,
286301 PutOptedOutNumberCommandOutput ,
287302} from "./commands/PutOptedOutNumberCommand" ;
303+ import {
304+ PutProtectConfigurationRuleSetNumberOverrideCommand ,
305+ PutProtectConfigurationRuleSetNumberOverrideCommandInput ,
306+ PutProtectConfigurationRuleSetNumberOverrideCommandOutput ,
307+ } from "./commands/PutProtectConfigurationRuleSetNumberOverrideCommand" ;
288308import {
289309 PutRegistrationFieldValueCommand ,
290310 PutRegistrationFieldValueCommandInput ,
@@ -340,6 +360,11 @@ import {
340360 SetAccountDefaultProtectConfigurationCommandInput ,
341361 SetAccountDefaultProtectConfigurationCommandOutput ,
342362} from "./commands/SetAccountDefaultProtectConfigurationCommand" ;
363+ import {
364+ SetDefaultMessageFeedbackEnabledCommand ,
365+ SetDefaultMessageFeedbackEnabledCommandInput ,
366+ SetDefaultMessageFeedbackEnabledCommandOutput ,
367+ } from "./commands/SetDefaultMessageFeedbackEnabledCommand" ;
343368import {
344369 SetDefaultMessageTypeCommand ,
345370 SetDefaultMessageTypeCommandInput ,
@@ -433,6 +458,7 @@ const commands = {
433458 DeleteOptOutListCommand,
434459 DeletePoolCommand,
435460 DeleteProtectConfigurationCommand,
461+ DeleteProtectConfigurationRuleSetNumberOverrideCommand,
436462 DeleteRegistrationCommand,
437463 DeleteRegistrationAttachmentCommand,
438464 DeleteRegistrationFieldValueCommand,
@@ -465,10 +491,13 @@ const commands = {
465491 GetProtectConfigurationCountryRuleSetCommand,
466492 GetResourcePolicyCommand,
467493 ListPoolOriginationIdentitiesCommand,
494+ ListProtectConfigurationRuleSetNumberOverridesCommand,
468495 ListRegistrationAssociationsCommand,
469496 ListTagsForResourceCommand,
470497 PutKeywordCommand,
498+ PutMessageFeedbackCommand,
471499 PutOptedOutNumberCommand,
500+ PutProtectConfigurationRuleSetNumberOverrideCommand,
472501 PutRegistrationFieldValueCommand,
473502 PutResourcePolicyCommand,
474503 ReleasePhoneNumberCommand,
@@ -480,6 +509,7 @@ const commands = {
480509 SendTextMessageCommand,
481510 SendVoiceMessageCommand,
482511 SetAccountDefaultProtectConfigurationCommand,
512+ SetDefaultMessageFeedbackEnabledCommand,
483513 SetDefaultMessageTypeCommand,
484514 SetDefaultSenderIdCommand,
485515 SetMediaMessageSpendLimitOverrideCommand,
@@ -875,6 +905,23 @@ export interface PinpointSMSVoiceV2 {
875905 cb : ( err : any , data ?: DeleteProtectConfigurationCommandOutput ) => void
876906 ) : void ;
877907
908+ /**
909+ * @see {@link DeleteProtectConfigurationRuleSetNumberOverrideCommand }
910+ */
911+ deleteProtectConfigurationRuleSetNumberOverride (
912+ args : DeleteProtectConfigurationRuleSetNumberOverrideCommandInput ,
913+ options ?: __HttpHandlerOptions
914+ ) : Promise < DeleteProtectConfigurationRuleSetNumberOverrideCommandOutput > ;
915+ deleteProtectConfigurationRuleSetNumberOverride (
916+ args : DeleteProtectConfigurationRuleSetNumberOverrideCommandInput ,
917+ cb : ( err : any , data ?: DeleteProtectConfigurationRuleSetNumberOverrideCommandOutput ) => void
918+ ) : void ;
919+ deleteProtectConfigurationRuleSetNumberOverride (
920+ args : DeleteProtectConfigurationRuleSetNumberOverrideCommandInput ,
921+ options : __HttpHandlerOptions ,
922+ cb : ( err : any , data ?: DeleteProtectConfigurationRuleSetNumberOverrideCommandOutput ) => void
923+ ) : void ;
924+
878925 /**
879926 * @see {@link DeleteRegistrationCommand }
880927 */
@@ -1428,6 +1475,23 @@ export interface PinpointSMSVoiceV2 {
14281475 cb : ( err : any , data ?: ListPoolOriginationIdentitiesCommandOutput ) => void
14291476 ) : void ;
14301477
1478+ /**
1479+ * @see {@link ListProtectConfigurationRuleSetNumberOverridesCommand }
1480+ */
1481+ listProtectConfigurationRuleSetNumberOverrides (
1482+ args : ListProtectConfigurationRuleSetNumberOverridesCommandInput ,
1483+ options ?: __HttpHandlerOptions
1484+ ) : Promise < ListProtectConfigurationRuleSetNumberOverridesCommandOutput > ;
1485+ listProtectConfigurationRuleSetNumberOverrides (
1486+ args : ListProtectConfigurationRuleSetNumberOverridesCommandInput ,
1487+ cb : ( err : any , data ?: ListProtectConfigurationRuleSetNumberOverridesCommandOutput ) => void
1488+ ) : void ;
1489+ listProtectConfigurationRuleSetNumberOverrides (
1490+ args : ListProtectConfigurationRuleSetNumberOverridesCommandInput ,
1491+ options : __HttpHandlerOptions ,
1492+ cb : ( err : any , data ?: ListProtectConfigurationRuleSetNumberOverridesCommandOutput ) => void
1493+ ) : void ;
1494+
14311495 /**
14321496 * @see {@link ListRegistrationAssociationsCommand }
14331497 */
@@ -1473,6 +1537,23 @@ export interface PinpointSMSVoiceV2 {
14731537 cb : ( err : any , data ?: PutKeywordCommandOutput ) => void
14741538 ) : void ;
14751539
1540+ /**
1541+ * @see {@link PutMessageFeedbackCommand }
1542+ */
1543+ putMessageFeedback (
1544+ args : PutMessageFeedbackCommandInput ,
1545+ options ?: __HttpHandlerOptions
1546+ ) : Promise < PutMessageFeedbackCommandOutput > ;
1547+ putMessageFeedback (
1548+ args : PutMessageFeedbackCommandInput ,
1549+ cb : ( err : any , data ?: PutMessageFeedbackCommandOutput ) => void
1550+ ) : void ;
1551+ putMessageFeedback (
1552+ args : PutMessageFeedbackCommandInput ,
1553+ options : __HttpHandlerOptions ,
1554+ cb : ( err : any , data ?: PutMessageFeedbackCommandOutput ) => void
1555+ ) : void ;
1556+
14761557 /**
14771558 * @see {@link PutOptedOutNumberCommand }
14781559 */
@@ -1490,6 +1571,23 @@ export interface PinpointSMSVoiceV2 {
14901571 cb : ( err : any , data ?: PutOptedOutNumberCommandOutput ) => void
14911572 ) : void ;
14921573
1574+ /**
1575+ * @see {@link PutProtectConfigurationRuleSetNumberOverrideCommand }
1576+ */
1577+ putProtectConfigurationRuleSetNumberOverride (
1578+ args : PutProtectConfigurationRuleSetNumberOverrideCommandInput ,
1579+ options ?: __HttpHandlerOptions
1580+ ) : Promise < PutProtectConfigurationRuleSetNumberOverrideCommandOutput > ;
1581+ putProtectConfigurationRuleSetNumberOverride (
1582+ args : PutProtectConfigurationRuleSetNumberOverrideCommandInput ,
1583+ cb : ( err : any , data ?: PutProtectConfigurationRuleSetNumberOverrideCommandOutput ) => void
1584+ ) : void ;
1585+ putProtectConfigurationRuleSetNumberOverride (
1586+ args : PutProtectConfigurationRuleSetNumberOverrideCommandInput ,
1587+ options : __HttpHandlerOptions ,
1588+ cb : ( err : any , data ?: PutProtectConfigurationRuleSetNumberOverrideCommandOutput ) => void
1589+ ) : void ;
1590+
14931591 /**
14941592 * @see {@link PutRegistrationFieldValueCommand }
14951593 */
@@ -1668,6 +1766,23 @@ export interface PinpointSMSVoiceV2 {
16681766 cb : ( err : any , data ?: SetAccountDefaultProtectConfigurationCommandOutput ) => void
16691767 ) : void ;
16701768
1769+ /**
1770+ * @see {@link SetDefaultMessageFeedbackEnabledCommand }
1771+ */
1772+ setDefaultMessageFeedbackEnabled (
1773+ args : SetDefaultMessageFeedbackEnabledCommandInput ,
1774+ options ?: __HttpHandlerOptions
1775+ ) : Promise < SetDefaultMessageFeedbackEnabledCommandOutput > ;
1776+ setDefaultMessageFeedbackEnabled (
1777+ args : SetDefaultMessageFeedbackEnabledCommandInput ,
1778+ cb : ( err : any , data ?: SetDefaultMessageFeedbackEnabledCommandOutput ) => void
1779+ ) : void ;
1780+ setDefaultMessageFeedbackEnabled (
1781+ args : SetDefaultMessageFeedbackEnabledCommandInput ,
1782+ options : __HttpHandlerOptions ,
1783+ cb : ( err : any , data ?: SetDefaultMessageFeedbackEnabledCommandOutput ) => void
1784+ ) : void ;
1785+
16711786 /**
16721787 * @see {@link SetDefaultMessageTypeCommand }
16731788 */
0 commit comments