@aws-sdk/client-pinpoint-sms-voice-v2 3.692.0 → 3.694.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.
- package/README.md +40 -0
- package/dist-cjs/index.js +275 -0
- package/dist-es/PinpointSMSVoiceV2.js +10 -0
- package/dist-es/commands/DeleteProtectConfigurationRuleSetNumberOverrideCommand.js +22 -0
- package/dist-es/commands/ListProtectConfigurationRuleSetNumberOverridesCommand.js +22 -0
- package/dist-es/commands/PutMessageFeedbackCommand.js +22 -0
- package/dist-es/commands/PutProtectConfigurationRuleSetNumberOverrideCommand.js +22 -0
- package/dist-es/commands/SetDefaultMessageFeedbackEnabledCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +21 -0
- package/dist-es/pagination/ListProtectConfigurationRuleSetNumberOverridesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_0.js +153 -0
- package/dist-types/PinpointSMSVoiceV2.d.ts +35 -0
- package/dist-types/PinpointSMSVoiceV2Client.d.ts +7 -2
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteProtectConfigurationRuleSetNumberOverrideCommand.d.ts +96 -0
- package/dist-types/commands/DescribeConfigurationSetsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVerifiedDestinationNumbersCommand.d.ts +1 -1
- package/dist-types/commands/ListProtectConfigurationRuleSetNumberOverridesCommand.d.ts +110 -0
- package/dist-types/commands/ListRegistrationAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/PutMessageFeedbackCommand.d.ts +96 -0
- package/dist-types/commands/PutProtectConfigurationRuleSetNumberOverrideCommand.d.ts +105 -0
- package/dist-types/commands/SendMediaMessageCommand.d.ts +1 -0
- package/dist-types/commands/SendTextMessageCommand.d.ts +1 -0
- package/dist-types/commands/SendVoiceMessageCommand.d.ts +1 -0
- package/dist-types/commands/SetDefaultMessageFeedbackEnabledCommand.d.ts +92 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +364 -2
- package/dist-types/pagination/ListProtectConfigurationRuleSetNumberOverridesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +45 -0
- package/dist-types/ts3.4/PinpointSMSVoiceV2.d.ts +103 -0
- package/dist-types/ts3.4/PinpointSMSVoiceV2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/DeleteProtectConfigurationRuleSetNumberOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListProtectConfigurationRuleSetNumberOverridesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutMessageFeedbackCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutProtectConfigurationRuleSetNumberOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetDefaultMessageFeedbackEnabledCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +103 -0
- package/dist-types/ts3.4/pagination/ListProtectConfigurationRuleSetNumberOverridesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +60 -0
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -418,6 +418,14 @@ DeleteProtectConfiguration
|
|
|
418
418
|
|
|
419
419
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/DeleteProtectConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DeleteProtectConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DeleteProtectConfigurationCommandOutput/)
|
|
420
420
|
|
|
421
|
+
</details>
|
|
422
|
+
<details>
|
|
423
|
+
<summary>
|
|
424
|
+
DeleteProtectConfigurationRuleSetNumberOverride
|
|
425
|
+
</summary>
|
|
426
|
+
|
|
427
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/DeleteProtectConfigurationRuleSetNumberOverrideCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DeleteProtectConfigurationRuleSetNumberOverrideCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DeleteProtectConfigurationRuleSetNumberOverrideCommandOutput/)
|
|
428
|
+
|
|
421
429
|
</details>
|
|
422
430
|
<details>
|
|
423
431
|
<summary>
|
|
@@ -674,6 +682,14 @@ ListPoolOriginationIdentities
|
|
|
674
682
|
|
|
675
683
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/ListPoolOriginationIdentitiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/ListPoolOriginationIdentitiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/ListPoolOriginationIdentitiesCommandOutput/)
|
|
676
684
|
|
|
685
|
+
</details>
|
|
686
|
+
<details>
|
|
687
|
+
<summary>
|
|
688
|
+
ListProtectConfigurationRuleSetNumberOverrides
|
|
689
|
+
</summary>
|
|
690
|
+
|
|
691
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/ListProtectConfigurationRuleSetNumberOverridesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/ListProtectConfigurationRuleSetNumberOverridesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/ListProtectConfigurationRuleSetNumberOverridesCommandOutput/)
|
|
692
|
+
|
|
677
693
|
</details>
|
|
678
694
|
<details>
|
|
679
695
|
<summary>
|
|
@@ -698,6 +714,14 @@ PutKeyword
|
|
|
698
714
|
|
|
699
715
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/PutKeywordCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/PutKeywordCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/PutKeywordCommandOutput/)
|
|
700
716
|
|
|
717
|
+
</details>
|
|
718
|
+
<details>
|
|
719
|
+
<summary>
|
|
720
|
+
PutMessageFeedback
|
|
721
|
+
</summary>
|
|
722
|
+
|
|
723
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/PutMessageFeedbackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/PutMessageFeedbackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/PutMessageFeedbackCommandOutput/)
|
|
724
|
+
|
|
701
725
|
</details>
|
|
702
726
|
<details>
|
|
703
727
|
<summary>
|
|
@@ -706,6 +730,14 @@ PutOptedOutNumber
|
|
|
706
730
|
|
|
707
731
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/PutOptedOutNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/PutOptedOutNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/PutOptedOutNumberCommandOutput/)
|
|
708
732
|
|
|
733
|
+
</details>
|
|
734
|
+
<details>
|
|
735
|
+
<summary>
|
|
736
|
+
PutProtectConfigurationRuleSetNumberOverride
|
|
737
|
+
</summary>
|
|
738
|
+
|
|
739
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/PutProtectConfigurationRuleSetNumberOverrideCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/PutProtectConfigurationRuleSetNumberOverrideCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/PutProtectConfigurationRuleSetNumberOverrideCommandOutput/)
|
|
740
|
+
|
|
709
741
|
</details>
|
|
710
742
|
<details>
|
|
711
743
|
<summary>
|
|
@@ -794,6 +826,14 @@ SetAccountDefaultProtectConfiguration
|
|
|
794
826
|
|
|
795
827
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/SetAccountDefaultProtectConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/SetAccountDefaultProtectConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/SetAccountDefaultProtectConfigurationCommandOutput/)
|
|
796
828
|
|
|
829
|
+
</details>
|
|
830
|
+
<details>
|
|
831
|
+
<summary>
|
|
832
|
+
SetDefaultMessageFeedbackEnabled
|
|
833
|
+
</summary>
|
|
834
|
+
|
|
835
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/SetDefaultMessageFeedbackEnabledCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/SetDefaultMessageFeedbackEnabledCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/SetDefaultMessageFeedbackEnabledCommandOutput/)
|
|
836
|
+
|
|
797
837
|
</details>
|
|
798
838
|
<details>
|
|
799
839
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -53,6 +53,7 @@ __export(src_exports, {
|
|
|
53
53
|
DeleteOptedOutNumberCommand: () => DeleteOptedOutNumberCommand,
|
|
54
54
|
DeletePoolCommand: () => DeletePoolCommand,
|
|
55
55
|
DeleteProtectConfigurationCommand: () => DeleteProtectConfigurationCommand,
|
|
56
|
+
DeleteProtectConfigurationRuleSetNumberOverrideCommand: () => DeleteProtectConfigurationRuleSetNumberOverrideCommand,
|
|
56
57
|
DeleteRegistrationAttachmentCommand: () => DeleteRegistrationAttachmentCommand,
|
|
57
58
|
DeleteRegistrationCommand: () => DeleteRegistrationCommand,
|
|
58
59
|
DeleteRegistrationFieldValueCommand: () => DeleteRegistrationFieldValueCommand,
|
|
@@ -93,8 +94,10 @@ __export(src_exports, {
|
|
|
93
94
|
KeywordFilterName: () => KeywordFilterName,
|
|
94
95
|
LanguageCode: () => LanguageCode,
|
|
95
96
|
ListPoolOriginationIdentitiesCommand: () => ListPoolOriginationIdentitiesCommand,
|
|
97
|
+
ListProtectConfigurationRuleSetNumberOverridesCommand: () => ListProtectConfigurationRuleSetNumberOverridesCommand,
|
|
96
98
|
ListRegistrationAssociationsCommand: () => ListRegistrationAssociationsCommand,
|
|
97
99
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
100
|
+
MessageFeedbackStatus: () => MessageFeedbackStatus,
|
|
98
101
|
MessageType: () => MessageType,
|
|
99
102
|
NumberCapability: () => NumberCapability,
|
|
100
103
|
NumberStatus: () => NumberStatus,
|
|
@@ -109,9 +112,13 @@ __export(src_exports, {
|
|
|
109
112
|
PoolOriginationIdentitiesFilterName: () => PoolOriginationIdentitiesFilterName,
|
|
110
113
|
PoolStatus: () => PoolStatus,
|
|
111
114
|
ProtectConfigurationFilterName: () => ProtectConfigurationFilterName,
|
|
115
|
+
ProtectConfigurationRuleOverrideAction: () => ProtectConfigurationRuleOverrideAction,
|
|
116
|
+
ProtectConfigurationRuleSetNumberOverrideFilterName: () => ProtectConfigurationRuleSetNumberOverrideFilterName,
|
|
112
117
|
ProtectStatus: () => ProtectStatus,
|
|
113
118
|
PutKeywordCommand: () => PutKeywordCommand,
|
|
119
|
+
PutMessageFeedbackCommand: () => PutMessageFeedbackCommand,
|
|
114
120
|
PutOptedOutNumberCommand: () => PutOptedOutNumberCommand,
|
|
121
|
+
PutProtectConfigurationRuleSetNumberOverrideCommand: () => PutProtectConfigurationRuleSetNumberOverrideCommand,
|
|
115
122
|
PutRegistrationFieldValueCommand: () => PutRegistrationFieldValueCommand,
|
|
116
123
|
PutResourcePolicyCommand: () => PutResourcePolicyCommand,
|
|
117
124
|
RegistrationAssociationBehavior: () => RegistrationAssociationBehavior,
|
|
@@ -138,6 +145,7 @@ __export(src_exports, {
|
|
|
138
145
|
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
139
146
|
ServiceQuotaExceededExceptionReason: () => ServiceQuotaExceededExceptionReason,
|
|
140
147
|
SetAccountDefaultProtectConfigurationCommand: () => SetAccountDefaultProtectConfigurationCommand,
|
|
148
|
+
SetDefaultMessageFeedbackEnabledCommand: () => SetDefaultMessageFeedbackEnabledCommand,
|
|
141
149
|
SetDefaultMessageTypeCommand: () => SetDefaultMessageTypeCommand,
|
|
142
150
|
SetDefaultSenderIdCommand: () => SetDefaultSenderIdCommand,
|
|
143
151
|
SetMediaMessageSpendLimitOverrideCommand: () => SetMediaMessageSpendLimitOverrideCommand,
|
|
@@ -183,6 +191,7 @@ __export(src_exports, {
|
|
|
183
191
|
paginateDescribeSpendLimits: () => paginateDescribeSpendLimits,
|
|
184
192
|
paginateDescribeVerifiedDestinationNumbers: () => paginateDescribeVerifiedDestinationNumbers,
|
|
185
193
|
paginateListPoolOriginationIdentities: () => paginateListPoolOriginationIdentities,
|
|
194
|
+
paginateListProtectConfigurationRuleSetNumberOverrides: () => paginateListProtectConfigurationRuleSetNumberOverrides,
|
|
186
195
|
paginateListRegistrationAssociations: () => paginateListRegistrationAssociations
|
|
187
196
|
});
|
|
188
197
|
module.exports = __toCommonJS(src_exports);
|
|
@@ -394,6 +403,7 @@ var ConflictExceptionReason = {
|
|
|
394
403
|
CREATE_REGISTRATION_VERSION_NOT_ALLOWED: "CREATE_REGISTRATION_VERSION_NOT_ALLOWED",
|
|
395
404
|
DELETION_PROTECTION_ENABLED: "DELETION_PROTECTION_ENABLED",
|
|
396
405
|
DESTINATION_COUNTRY_BLOCKED_BY_PROTECT_CONFIGURATION: "DESTINATION_COUNTRY_BLOCKED_BY_PROTECT_CONFIGURATION",
|
|
406
|
+
DESTINATION_PHONE_NUMBER_BLOCKED_BY_PROTECT_NUMBER_OVERRIDE: "DESTINATION_PHONE_NUMBER_BLOCKED_BY_PROTECT_NUMBER_OVERRIDE",
|
|
397
407
|
DESTINATION_PHONE_NUMBER_NOT_VERIFIED: "DESTINATION_PHONE_NUMBER_NOT_VERIFIED",
|
|
398
408
|
DESTINATION_PHONE_NUMBER_OPTED_OUT: "DESTINATION_PHONE_NUMBER_OPTED_OUT",
|
|
399
409
|
DISASSOCIATE_REGISTRATION_NOT_ALLOWED: "DISASSOCIATE_REGISTRATION_NOT_ALLOWED",
|
|
@@ -432,6 +442,7 @@ var ResourceType = {
|
|
|
432
442
|
CONFIGURATION_SET: "configuration-set",
|
|
433
443
|
EVENT_DESTINATION: "event-destination",
|
|
434
444
|
KEYWORD: "keyword",
|
|
445
|
+
MESSAGE: "message",
|
|
435
446
|
OPTED_OUT_NUMBER: "opted-out-number",
|
|
436
447
|
OPT_OUT_LIST: "opt-out-list",
|
|
437
448
|
PHONE_NUMBER: "phone-number",
|
|
@@ -641,6 +652,7 @@ var AttachmentUploadErrorReason = {
|
|
|
641
652
|
INTERNAL_ERROR: "INTERNAL_ERROR"
|
|
642
653
|
};
|
|
643
654
|
var ConfigurationSetFilterName = {
|
|
655
|
+
DEFAULT_MESSAGE_FEEDBACK_ENABLED: "default-message-feedback-enabled",
|
|
644
656
|
DEFAULT_MESSAGE_TYPE: "default-message-type",
|
|
645
657
|
DEFAULT_SENDER_ID: "default-sender-id",
|
|
646
658
|
EVENT_DESTINATION_NAME: "event-destination-name",
|
|
@@ -678,6 +690,7 @@ var EventType = {
|
|
|
678
690
|
TEXT_INVALID: "TEXT_INVALID",
|
|
679
691
|
TEXT_INVALID_MESSAGE: "TEXT_INVALID_MESSAGE",
|
|
680
692
|
TEXT_PENDING: "TEXT_PENDING",
|
|
693
|
+
TEXT_PROTECT_BLOCKED: "TEXT_PROTECT_BLOCKED",
|
|
681
694
|
TEXT_QUEUED: "TEXT_QUEUED",
|
|
682
695
|
TEXT_SENT: "TEXT_SENT",
|
|
683
696
|
TEXT_SPAM: "TEXT_SPAM",
|
|
@@ -731,6 +744,10 @@ var KeywordAction = {
|
|
|
731
744
|
OPT_IN: "OPT_IN",
|
|
732
745
|
OPT_OUT: "OPT_OUT"
|
|
733
746
|
};
|
|
747
|
+
var ProtectConfigurationRuleOverrideAction = {
|
|
748
|
+
ALLOW: "ALLOW",
|
|
749
|
+
BLOCK: "BLOCK"
|
|
750
|
+
};
|
|
734
751
|
var KeywordFilterName = {
|
|
735
752
|
KEYWORD_ACTION: "keyword-action"
|
|
736
753
|
};
|
|
@@ -862,10 +879,23 @@ var PoolOriginationIdentitiesFilterName = {
|
|
|
862
879
|
ISO_COUNTRY_CODE: "iso-country-code",
|
|
863
880
|
NUMBER_CAPABILITY: "number-capability"
|
|
864
881
|
};
|
|
882
|
+
var ProtectConfigurationRuleSetNumberOverrideFilterName = {
|
|
883
|
+
ACTION: "action",
|
|
884
|
+
CREATED_AFTER: "created-after",
|
|
885
|
+
CREATED_BEFORE: "created-before",
|
|
886
|
+
DESTINATION_PHONE_NUMBER_BEGINS_WITH: "destination-phone-number-begins-with",
|
|
887
|
+
EXPIRES_AFTER: "expires-after",
|
|
888
|
+
EXPIRES_BEFORE: "expires-before",
|
|
889
|
+
ISO_COUNTRY_CODE: "iso-country-code"
|
|
890
|
+
};
|
|
865
891
|
var RegistrationAssociationFilterName = {
|
|
866
892
|
ISO_COUNTRY_CODE: "iso-country-code",
|
|
867
893
|
RESOURCE_TYPE: "resource-type"
|
|
868
894
|
};
|
|
895
|
+
var MessageFeedbackStatus = {
|
|
896
|
+
FAILED: "FAILED",
|
|
897
|
+
RECEIVED: "RECEIVED"
|
|
898
|
+
};
|
|
869
899
|
var RequestableNumberType = {
|
|
870
900
|
LONG_CODE: "LONG_CODE",
|
|
871
901
|
SIMULATOR: "SIMULATOR",
|
|
@@ -1081,6 +1111,12 @@ var se_DeleteProtectConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1081
1111
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1082
1112
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1083
1113
|
}, "se_DeleteProtectConfigurationCommand");
|
|
1114
|
+
var se_DeleteProtectConfigurationRuleSetNumberOverrideCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1115
|
+
const headers = sharedHeaders("DeleteProtectConfigurationRuleSetNumberOverride");
|
|
1116
|
+
let body;
|
|
1117
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1118
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1119
|
+
}, "se_DeleteProtectConfigurationRuleSetNumberOverrideCommand");
|
|
1084
1120
|
var se_DeleteRegistrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1085
1121
|
const headers = sharedHeaders("DeleteRegistration");
|
|
1086
1122
|
let body;
|
|
@@ -1273,6 +1309,12 @@ var se_ListPoolOriginationIdentitiesCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
1273
1309
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1274
1310
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1275
1311
|
}, "se_ListPoolOriginationIdentitiesCommand");
|
|
1312
|
+
var se_ListProtectConfigurationRuleSetNumberOverridesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1313
|
+
const headers = sharedHeaders("ListProtectConfigurationRuleSetNumberOverrides");
|
|
1314
|
+
let body;
|
|
1315
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1316
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1317
|
+
}, "se_ListProtectConfigurationRuleSetNumberOverridesCommand");
|
|
1276
1318
|
var se_ListRegistrationAssociationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1277
1319
|
const headers = sharedHeaders("ListRegistrationAssociations");
|
|
1278
1320
|
let body;
|
|
@@ -1291,12 +1333,24 @@ var se_PutKeywordCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1291
1333
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1292
1334
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1293
1335
|
}, "se_PutKeywordCommand");
|
|
1336
|
+
var se_PutMessageFeedbackCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1337
|
+
const headers = sharedHeaders("PutMessageFeedback");
|
|
1338
|
+
let body;
|
|
1339
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1340
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1341
|
+
}, "se_PutMessageFeedbackCommand");
|
|
1294
1342
|
var se_PutOptedOutNumberCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1295
1343
|
const headers = sharedHeaders("PutOptedOutNumber");
|
|
1296
1344
|
let body;
|
|
1297
1345
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1298
1346
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1299
1347
|
}, "se_PutOptedOutNumberCommand");
|
|
1348
|
+
var se_PutProtectConfigurationRuleSetNumberOverrideCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1349
|
+
const headers = sharedHeaders("PutProtectConfigurationRuleSetNumberOverride");
|
|
1350
|
+
let body;
|
|
1351
|
+
body = JSON.stringify(se_PutProtectConfigurationRuleSetNumberOverrideRequest(input, context));
|
|
1352
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1353
|
+
}, "se_PutProtectConfigurationRuleSetNumberOverrideCommand");
|
|
1300
1354
|
var se_PutRegistrationFieldValueCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1301
1355
|
const headers = sharedHeaders("PutRegistrationFieldValue");
|
|
1302
1356
|
let body;
|
|
@@ -1363,6 +1417,12 @@ var se_SetAccountDefaultProtectConfigurationCommand = /* @__PURE__ */ __name(asy
|
|
|
1363
1417
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1364
1418
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1365
1419
|
}, "se_SetAccountDefaultProtectConfigurationCommand");
|
|
1420
|
+
var se_SetDefaultMessageFeedbackEnabledCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1421
|
+
const headers = sharedHeaders("SetDefaultMessageFeedbackEnabled");
|
|
1422
|
+
let body;
|
|
1423
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1424
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1425
|
+
}, "se_SetDefaultMessageFeedbackEnabledCommand");
|
|
1366
1426
|
var se_SetDefaultMessageTypeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1367
1427
|
const headers = sharedHeaders("SetDefaultMessageType");
|
|
1368
1428
|
let body;
|
|
@@ -1752,6 +1812,19 @@ var de_DeleteProtectConfigurationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1752
1812
|
};
|
|
1753
1813
|
return response;
|
|
1754
1814
|
}, "de_DeleteProtectConfigurationCommand");
|
|
1815
|
+
var de_DeleteProtectConfigurationRuleSetNumberOverrideCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1816
|
+
if (output.statusCode >= 300) {
|
|
1817
|
+
return de_CommandError(output, context);
|
|
1818
|
+
}
|
|
1819
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1820
|
+
let contents = {};
|
|
1821
|
+
contents = de_DeleteProtectConfigurationRuleSetNumberOverrideResult(data, context);
|
|
1822
|
+
const response = {
|
|
1823
|
+
$metadata: deserializeMetadata(output),
|
|
1824
|
+
...contents
|
|
1825
|
+
};
|
|
1826
|
+
return response;
|
|
1827
|
+
}, "de_DeleteProtectConfigurationRuleSetNumberOverrideCommand");
|
|
1755
1828
|
var de_DeleteRegistrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1756
1829
|
if (output.statusCode >= 300) {
|
|
1757
1830
|
return de_CommandError(output, context);
|
|
@@ -2168,6 +2241,19 @@ var de_ListPoolOriginationIdentitiesCommand = /* @__PURE__ */ __name(async (outp
|
|
|
2168
2241
|
};
|
|
2169
2242
|
return response;
|
|
2170
2243
|
}, "de_ListPoolOriginationIdentitiesCommand");
|
|
2244
|
+
var de_ListProtectConfigurationRuleSetNumberOverridesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2245
|
+
if (output.statusCode >= 300) {
|
|
2246
|
+
return de_CommandError(output, context);
|
|
2247
|
+
}
|
|
2248
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2249
|
+
let contents = {};
|
|
2250
|
+
contents = de_ListProtectConfigurationRuleSetNumberOverridesResult(data, context);
|
|
2251
|
+
const response = {
|
|
2252
|
+
$metadata: deserializeMetadata(output),
|
|
2253
|
+
...contents
|
|
2254
|
+
};
|
|
2255
|
+
return response;
|
|
2256
|
+
}, "de_ListProtectConfigurationRuleSetNumberOverridesCommand");
|
|
2171
2257
|
var de_ListRegistrationAssociationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2172
2258
|
if (output.statusCode >= 300) {
|
|
2173
2259
|
return de_CommandError(output, context);
|
|
@@ -2207,6 +2293,19 @@ var de_PutKeywordCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2207
2293
|
};
|
|
2208
2294
|
return response;
|
|
2209
2295
|
}, "de_PutKeywordCommand");
|
|
2296
|
+
var de_PutMessageFeedbackCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2297
|
+
if (output.statusCode >= 300) {
|
|
2298
|
+
return de_CommandError(output, context);
|
|
2299
|
+
}
|
|
2300
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2301
|
+
let contents = {};
|
|
2302
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2303
|
+
const response = {
|
|
2304
|
+
$metadata: deserializeMetadata(output),
|
|
2305
|
+
...contents
|
|
2306
|
+
};
|
|
2307
|
+
return response;
|
|
2308
|
+
}, "de_PutMessageFeedbackCommand");
|
|
2210
2309
|
var de_PutOptedOutNumberCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2211
2310
|
if (output.statusCode >= 300) {
|
|
2212
2311
|
return de_CommandError(output, context);
|
|
@@ -2220,6 +2319,19 @@ var de_PutOptedOutNumberCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2220
2319
|
};
|
|
2221
2320
|
return response;
|
|
2222
2321
|
}, "de_PutOptedOutNumberCommand");
|
|
2322
|
+
var de_PutProtectConfigurationRuleSetNumberOverrideCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2323
|
+
if (output.statusCode >= 300) {
|
|
2324
|
+
return de_CommandError(output, context);
|
|
2325
|
+
}
|
|
2326
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2327
|
+
let contents = {};
|
|
2328
|
+
contents = de_PutProtectConfigurationRuleSetNumberOverrideResult(data, context);
|
|
2329
|
+
const response = {
|
|
2330
|
+
$metadata: deserializeMetadata(output),
|
|
2331
|
+
...contents
|
|
2332
|
+
};
|
|
2333
|
+
return response;
|
|
2334
|
+
}, "de_PutProtectConfigurationRuleSetNumberOverrideCommand");
|
|
2223
2335
|
var de_PutRegistrationFieldValueCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2224
2336
|
if (output.statusCode >= 300) {
|
|
2225
2337
|
return de_CommandError(output, context);
|
|
@@ -2363,6 +2475,19 @@ var de_SetAccountDefaultProtectConfigurationCommand = /* @__PURE__ */ __name(asy
|
|
|
2363
2475
|
};
|
|
2364
2476
|
return response;
|
|
2365
2477
|
}, "de_SetAccountDefaultProtectConfigurationCommand");
|
|
2478
|
+
var de_SetDefaultMessageFeedbackEnabledCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2479
|
+
if (output.statusCode >= 300) {
|
|
2480
|
+
return de_CommandError(output, context);
|
|
2481
|
+
}
|
|
2482
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2483
|
+
let contents = {};
|
|
2484
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2485
|
+
const response = {
|
|
2486
|
+
$metadata: deserializeMetadata(output),
|
|
2487
|
+
...contents
|
|
2488
|
+
};
|
|
2489
|
+
return response;
|
|
2490
|
+
}, "de_SetDefaultMessageFeedbackEnabledCommand");
|
|
2366
2491
|
var de_SetDefaultMessageTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2367
2492
|
if (output.statusCode >= 300) {
|
|
2368
2493
|
return de_CommandError(output, context);
|
|
@@ -2738,6 +2863,15 @@ var se_DisassociateOriginationIdentityRequest = /* @__PURE__ */ __name((input, c
|
|
|
2738
2863
|
PoolId: []
|
|
2739
2864
|
});
|
|
2740
2865
|
}, "se_DisassociateOriginationIdentityRequest");
|
|
2866
|
+
var se_PutProtectConfigurationRuleSetNumberOverrideRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2867
|
+
return (0, import_smithy_client.take)(input, {
|
|
2868
|
+
Action: [],
|
|
2869
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2870
|
+
DestinationPhoneNumber: [],
|
|
2871
|
+
ExpirationTimestamp: (_) => _.getTime() / 1e3,
|
|
2872
|
+
ProtectConfigurationId: []
|
|
2873
|
+
});
|
|
2874
|
+
}, "se_PutProtectConfigurationRuleSetNumberOverrideRequest");
|
|
2741
2875
|
var se_RequestPhoneNumberRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2742
2876
|
return (0, import_smithy_client.take)(input, {
|
|
2743
2877
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
@@ -2767,6 +2901,7 @@ var de_ConfigurationSetInformation = /* @__PURE__ */ __name((output, context) =>
|
|
|
2767
2901
|
ConfigurationSetArn: import_smithy_client.expectString,
|
|
2768
2902
|
ConfigurationSetName: import_smithy_client.expectString,
|
|
2769
2903
|
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2904
|
+
DefaultMessageFeedbackEnabled: import_smithy_client.expectBoolean,
|
|
2770
2905
|
DefaultMessageType: import_smithy_client.expectString,
|
|
2771
2906
|
DefaultSenderId: import_smithy_client.expectString,
|
|
2772
2907
|
EventDestinations: import_smithy_client._json,
|
|
@@ -2867,6 +3002,7 @@ var de_DeleteConfigurationSetResult = /* @__PURE__ */ __name((output, context) =
|
|
|
2867
3002
|
ConfigurationSetArn: import_smithy_client.expectString,
|
|
2868
3003
|
ConfigurationSetName: import_smithy_client.expectString,
|
|
2869
3004
|
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3005
|
+
DefaultMessageFeedbackEnabled: import_smithy_client.expectBoolean,
|
|
2870
3006
|
DefaultMessageType: import_smithy_client.expectString,
|
|
2871
3007
|
DefaultSenderId: import_smithy_client.expectString,
|
|
2872
3008
|
EventDestinations: import_smithy_client._json
|
|
@@ -2912,6 +3048,17 @@ var de_DeleteProtectConfigurationResult = /* @__PURE__ */ __name((output, contex
|
|
|
2912
3048
|
ProtectConfigurationId: import_smithy_client.expectString
|
|
2913
3049
|
});
|
|
2914
3050
|
}, "de_DeleteProtectConfigurationResult");
|
|
3051
|
+
var de_DeleteProtectConfigurationRuleSetNumberOverrideResult = /* @__PURE__ */ __name((output, context) => {
|
|
3052
|
+
return (0, import_smithy_client.take)(output, {
|
|
3053
|
+
Action: import_smithy_client.expectString,
|
|
3054
|
+
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3055
|
+
DestinationPhoneNumber: import_smithy_client.expectString,
|
|
3056
|
+
ExpirationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3057
|
+
IsoCountryCode: import_smithy_client.expectString,
|
|
3058
|
+
ProtectConfigurationArn: import_smithy_client.expectString,
|
|
3059
|
+
ProtectConfigurationId: import_smithy_client.expectString
|
|
3060
|
+
});
|
|
3061
|
+
}, "de_DeleteProtectConfigurationRuleSetNumberOverrideResult");
|
|
2915
3062
|
var de_DeleteRegistrationAttachmentResult = /* @__PURE__ */ __name((output, context) => {
|
|
2916
3063
|
return (0, import_smithy_client.take)(output, {
|
|
2917
3064
|
AttachmentStatus: import_smithy_client.expectString,
|
|
@@ -3029,6 +3176,14 @@ var de_GetResourcePolicyResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
3029
3176
|
ResourceArn: import_smithy_client.expectString
|
|
3030
3177
|
});
|
|
3031
3178
|
}, "de_GetResourcePolicyResult");
|
|
3179
|
+
var de_ListProtectConfigurationRuleSetNumberOverridesResult = /* @__PURE__ */ __name((output, context) => {
|
|
3180
|
+
return (0, import_smithy_client.take)(output, {
|
|
3181
|
+
NextToken: import_smithy_client.expectString,
|
|
3182
|
+
ProtectConfigurationArn: import_smithy_client.expectString,
|
|
3183
|
+
ProtectConfigurationId: import_smithy_client.expectString,
|
|
3184
|
+
RuleSetNumberOverrides: (_) => de_ProtectConfigurationRuleSetNumberOverrideList(_, context)
|
|
3185
|
+
});
|
|
3186
|
+
}, "de_ListProtectConfigurationRuleSetNumberOverridesResult");
|
|
3032
3187
|
var de_OptedOutNumberInformation = /* @__PURE__ */ __name((output, context) => {
|
|
3033
3188
|
return (0, import_smithy_client.take)(output, {
|
|
3034
3189
|
EndUserOptedOut: import_smithy_client.expectBoolean,
|
|
@@ -3120,6 +3275,21 @@ var de_ProtectConfigurationInformationList = /* @__PURE__ */ __name((output, con
|
|
|
3120
3275
|
});
|
|
3121
3276
|
return retVal;
|
|
3122
3277
|
}, "de_ProtectConfigurationInformationList");
|
|
3278
|
+
var de_ProtectConfigurationRuleSetNumberOverride = /* @__PURE__ */ __name((output, context) => {
|
|
3279
|
+
return (0, import_smithy_client.take)(output, {
|
|
3280
|
+
Action: import_smithy_client.expectString,
|
|
3281
|
+
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3282
|
+
DestinationPhoneNumber: import_smithy_client.expectString,
|
|
3283
|
+
ExpirationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3284
|
+
IsoCountryCode: import_smithy_client.expectString
|
|
3285
|
+
});
|
|
3286
|
+
}, "de_ProtectConfigurationRuleSetNumberOverride");
|
|
3287
|
+
var de_ProtectConfigurationRuleSetNumberOverrideList = /* @__PURE__ */ __name((output, context) => {
|
|
3288
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3289
|
+
return de_ProtectConfigurationRuleSetNumberOverride(entry, context);
|
|
3290
|
+
});
|
|
3291
|
+
return retVal;
|
|
3292
|
+
}, "de_ProtectConfigurationRuleSetNumberOverrideList");
|
|
3123
3293
|
var de_PutOptedOutNumberResult = /* @__PURE__ */ __name((output, context) => {
|
|
3124
3294
|
return (0, import_smithy_client.take)(output, {
|
|
3125
3295
|
EndUserOptedOut: import_smithy_client.expectBoolean,
|
|
@@ -3129,6 +3299,17 @@ var de_PutOptedOutNumberResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
3129
3299
|
OptedOutTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3130
3300
|
});
|
|
3131
3301
|
}, "de_PutOptedOutNumberResult");
|
|
3302
|
+
var de_PutProtectConfigurationRuleSetNumberOverrideResult = /* @__PURE__ */ __name((output, context) => {
|
|
3303
|
+
return (0, import_smithy_client.take)(output, {
|
|
3304
|
+
Action: import_smithy_client.expectString,
|
|
3305
|
+
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3306
|
+
DestinationPhoneNumber: import_smithy_client.expectString,
|
|
3307
|
+
ExpirationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3308
|
+
IsoCountryCode: import_smithy_client.expectString,
|
|
3309
|
+
ProtectConfigurationArn: import_smithy_client.expectString,
|
|
3310
|
+
ProtectConfigurationId: import_smithy_client.expectString
|
|
3311
|
+
});
|
|
3312
|
+
}, "de_PutProtectConfigurationRuleSetNumberOverrideResult");
|
|
3132
3313
|
var de_PutResourcePolicyResult = /* @__PURE__ */ __name((output, context) => {
|
|
3133
3314
|
return (0, import_smithy_client.take)(output, {
|
|
3134
3315
|
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -3671,6 +3852,20 @@ var _DeleteProtectConfigurationCommand = class _DeleteProtectConfigurationComman
|
|
|
3671
3852
|
__name(_DeleteProtectConfigurationCommand, "DeleteProtectConfigurationCommand");
|
|
3672
3853
|
var DeleteProtectConfigurationCommand = _DeleteProtectConfigurationCommand;
|
|
3673
3854
|
|
|
3855
|
+
// src/commands/DeleteProtectConfigurationRuleSetNumberOverrideCommand.ts
|
|
3856
|
+
|
|
3857
|
+
|
|
3858
|
+
|
|
3859
|
+
var _DeleteProtectConfigurationRuleSetNumberOverrideCommand = class _DeleteProtectConfigurationRuleSetNumberOverrideCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3860
|
+
return [
|
|
3861
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3862
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3863
|
+
];
|
|
3864
|
+
}).s("PinpointSMSVoiceV2", "DeleteProtectConfigurationRuleSetNumberOverride", {}).n("PinpointSMSVoiceV2Client", "DeleteProtectConfigurationRuleSetNumberOverrideCommand").f(void 0, void 0).ser(se_DeleteProtectConfigurationRuleSetNumberOverrideCommand).de(de_DeleteProtectConfigurationRuleSetNumberOverrideCommand).build() {
|
|
3865
|
+
};
|
|
3866
|
+
__name(_DeleteProtectConfigurationRuleSetNumberOverrideCommand, "DeleteProtectConfigurationRuleSetNumberOverrideCommand");
|
|
3867
|
+
var DeleteProtectConfigurationRuleSetNumberOverrideCommand = _DeleteProtectConfigurationRuleSetNumberOverrideCommand;
|
|
3868
|
+
|
|
3674
3869
|
// src/commands/DeleteRegistrationAttachmentCommand.ts
|
|
3675
3870
|
|
|
3676
3871
|
|
|
@@ -4119,6 +4314,20 @@ var _ListPoolOriginationIdentitiesCommand = class _ListPoolOriginationIdentities
|
|
|
4119
4314
|
__name(_ListPoolOriginationIdentitiesCommand, "ListPoolOriginationIdentitiesCommand");
|
|
4120
4315
|
var ListPoolOriginationIdentitiesCommand = _ListPoolOriginationIdentitiesCommand;
|
|
4121
4316
|
|
|
4317
|
+
// src/commands/ListProtectConfigurationRuleSetNumberOverridesCommand.ts
|
|
4318
|
+
|
|
4319
|
+
|
|
4320
|
+
|
|
4321
|
+
var _ListProtectConfigurationRuleSetNumberOverridesCommand = class _ListProtectConfigurationRuleSetNumberOverridesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4322
|
+
return [
|
|
4323
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4324
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4325
|
+
];
|
|
4326
|
+
}).s("PinpointSMSVoiceV2", "ListProtectConfigurationRuleSetNumberOverrides", {}).n("PinpointSMSVoiceV2Client", "ListProtectConfigurationRuleSetNumberOverridesCommand").f(void 0, void 0).ser(se_ListProtectConfigurationRuleSetNumberOverridesCommand).de(de_ListProtectConfigurationRuleSetNumberOverridesCommand).build() {
|
|
4327
|
+
};
|
|
4328
|
+
__name(_ListProtectConfigurationRuleSetNumberOverridesCommand, "ListProtectConfigurationRuleSetNumberOverridesCommand");
|
|
4329
|
+
var ListProtectConfigurationRuleSetNumberOverridesCommand = _ListProtectConfigurationRuleSetNumberOverridesCommand;
|
|
4330
|
+
|
|
4122
4331
|
// src/commands/ListRegistrationAssociationsCommand.ts
|
|
4123
4332
|
|
|
4124
4333
|
|
|
@@ -4161,6 +4370,20 @@ var _PutKeywordCommand = class _PutKeywordCommand extends import_smithy_client.C
|
|
|
4161
4370
|
__name(_PutKeywordCommand, "PutKeywordCommand");
|
|
4162
4371
|
var PutKeywordCommand = _PutKeywordCommand;
|
|
4163
4372
|
|
|
4373
|
+
// src/commands/PutMessageFeedbackCommand.ts
|
|
4374
|
+
|
|
4375
|
+
|
|
4376
|
+
|
|
4377
|
+
var _PutMessageFeedbackCommand = class _PutMessageFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4378
|
+
return [
|
|
4379
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4380
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4381
|
+
];
|
|
4382
|
+
}).s("PinpointSMSVoiceV2", "PutMessageFeedback", {}).n("PinpointSMSVoiceV2Client", "PutMessageFeedbackCommand").f(void 0, void 0).ser(se_PutMessageFeedbackCommand).de(de_PutMessageFeedbackCommand).build() {
|
|
4383
|
+
};
|
|
4384
|
+
__name(_PutMessageFeedbackCommand, "PutMessageFeedbackCommand");
|
|
4385
|
+
var PutMessageFeedbackCommand = _PutMessageFeedbackCommand;
|
|
4386
|
+
|
|
4164
4387
|
// src/commands/PutOptedOutNumberCommand.ts
|
|
4165
4388
|
|
|
4166
4389
|
|
|
@@ -4175,6 +4398,20 @@ var _PutOptedOutNumberCommand = class _PutOptedOutNumberCommand extends import_s
|
|
|
4175
4398
|
__name(_PutOptedOutNumberCommand, "PutOptedOutNumberCommand");
|
|
4176
4399
|
var PutOptedOutNumberCommand = _PutOptedOutNumberCommand;
|
|
4177
4400
|
|
|
4401
|
+
// src/commands/PutProtectConfigurationRuleSetNumberOverrideCommand.ts
|
|
4402
|
+
|
|
4403
|
+
|
|
4404
|
+
|
|
4405
|
+
var _PutProtectConfigurationRuleSetNumberOverrideCommand = class _PutProtectConfigurationRuleSetNumberOverrideCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4406
|
+
return [
|
|
4407
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4408
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4409
|
+
];
|
|
4410
|
+
}).s("PinpointSMSVoiceV2", "PutProtectConfigurationRuleSetNumberOverride", {}).n("PinpointSMSVoiceV2Client", "PutProtectConfigurationRuleSetNumberOverrideCommand").f(void 0, void 0).ser(se_PutProtectConfigurationRuleSetNumberOverrideCommand).de(de_PutProtectConfigurationRuleSetNumberOverrideCommand).build() {
|
|
4411
|
+
};
|
|
4412
|
+
__name(_PutProtectConfigurationRuleSetNumberOverrideCommand, "PutProtectConfigurationRuleSetNumberOverrideCommand");
|
|
4413
|
+
var PutProtectConfigurationRuleSetNumberOverrideCommand = _PutProtectConfigurationRuleSetNumberOverrideCommand;
|
|
4414
|
+
|
|
4178
4415
|
// src/commands/PutRegistrationFieldValueCommand.ts
|
|
4179
4416
|
|
|
4180
4417
|
|
|
@@ -4329,6 +4566,20 @@ var _SetAccountDefaultProtectConfigurationCommand = class _SetAccountDefaultProt
|
|
|
4329
4566
|
__name(_SetAccountDefaultProtectConfigurationCommand, "SetAccountDefaultProtectConfigurationCommand");
|
|
4330
4567
|
var SetAccountDefaultProtectConfigurationCommand = _SetAccountDefaultProtectConfigurationCommand;
|
|
4331
4568
|
|
|
4569
|
+
// src/commands/SetDefaultMessageFeedbackEnabledCommand.ts
|
|
4570
|
+
|
|
4571
|
+
|
|
4572
|
+
|
|
4573
|
+
var _SetDefaultMessageFeedbackEnabledCommand = class _SetDefaultMessageFeedbackEnabledCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4574
|
+
return [
|
|
4575
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4576
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4577
|
+
];
|
|
4578
|
+
}).s("PinpointSMSVoiceV2", "SetDefaultMessageFeedbackEnabled", {}).n("PinpointSMSVoiceV2Client", "SetDefaultMessageFeedbackEnabledCommand").f(void 0, void 0).ser(se_SetDefaultMessageFeedbackEnabledCommand).de(de_SetDefaultMessageFeedbackEnabledCommand).build() {
|
|
4579
|
+
};
|
|
4580
|
+
__name(_SetDefaultMessageFeedbackEnabledCommand, "SetDefaultMessageFeedbackEnabledCommand");
|
|
4581
|
+
var SetDefaultMessageFeedbackEnabledCommand = _SetDefaultMessageFeedbackEnabledCommand;
|
|
4582
|
+
|
|
4332
4583
|
// src/commands/SetDefaultMessageTypeCommand.ts
|
|
4333
4584
|
|
|
4334
4585
|
|
|
@@ -4564,6 +4815,7 @@ var commands = {
|
|
|
4564
4815
|
DeleteOptOutListCommand,
|
|
4565
4816
|
DeletePoolCommand,
|
|
4566
4817
|
DeleteProtectConfigurationCommand,
|
|
4818
|
+
DeleteProtectConfigurationRuleSetNumberOverrideCommand,
|
|
4567
4819
|
DeleteRegistrationCommand,
|
|
4568
4820
|
DeleteRegistrationAttachmentCommand,
|
|
4569
4821
|
DeleteRegistrationFieldValueCommand,
|
|
@@ -4596,10 +4848,13 @@ var commands = {
|
|
|
4596
4848
|
GetProtectConfigurationCountryRuleSetCommand,
|
|
4597
4849
|
GetResourcePolicyCommand,
|
|
4598
4850
|
ListPoolOriginationIdentitiesCommand,
|
|
4851
|
+
ListProtectConfigurationRuleSetNumberOverridesCommand,
|
|
4599
4852
|
ListRegistrationAssociationsCommand,
|
|
4600
4853
|
ListTagsForResourceCommand,
|
|
4601
4854
|
PutKeywordCommand,
|
|
4855
|
+
PutMessageFeedbackCommand,
|
|
4602
4856
|
PutOptedOutNumberCommand,
|
|
4857
|
+
PutProtectConfigurationRuleSetNumberOverrideCommand,
|
|
4603
4858
|
PutRegistrationFieldValueCommand,
|
|
4604
4859
|
PutResourcePolicyCommand,
|
|
4605
4860
|
ReleasePhoneNumberCommand,
|
|
@@ -4611,6 +4866,7 @@ var commands = {
|
|
|
4611
4866
|
SendTextMessageCommand,
|
|
4612
4867
|
SendVoiceMessageCommand,
|
|
4613
4868
|
SetAccountDefaultProtectConfigurationCommand,
|
|
4869
|
+
SetDefaultMessageFeedbackEnabledCommand,
|
|
4614
4870
|
SetDefaultMessageTypeCommand,
|
|
4615
4871
|
SetDefaultSenderIdCommand,
|
|
4616
4872
|
SetMediaMessageSpendLimitOverrideCommand,
|
|
@@ -4713,6 +4969,16 @@ var paginateDescribeVerifiedDestinationNumbers = (0, import_core.createPaginator
|
|
|
4713
4969
|
|
|
4714
4970
|
var paginateListPoolOriginationIdentities = (0, import_core.createPaginator)(PinpointSMSVoiceV2Client, ListPoolOriginationIdentitiesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4715
4971
|
|
|
4972
|
+
// src/pagination/ListProtectConfigurationRuleSetNumberOverridesPaginator.ts
|
|
4973
|
+
|
|
4974
|
+
var paginateListProtectConfigurationRuleSetNumberOverrides = (0, import_core.createPaginator)(
|
|
4975
|
+
PinpointSMSVoiceV2Client,
|
|
4976
|
+
ListProtectConfigurationRuleSetNumberOverridesCommand,
|
|
4977
|
+
"NextToken",
|
|
4978
|
+
"NextToken",
|
|
4979
|
+
"MaxResults"
|
|
4980
|
+
);
|
|
4981
|
+
|
|
4716
4982
|
// src/pagination/ListRegistrationAssociationsPaginator.ts
|
|
4717
4983
|
|
|
4718
4984
|
var paginateListRegistrationAssociations = (0, import_core.createPaginator)(PinpointSMSVoiceV2Client, ListRegistrationAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -4747,6 +5013,7 @@ var paginateListRegistrationAssociations = (0, import_core.createPaginator)(Pinp
|
|
|
4747
5013
|
DeleteOptedOutNumberCommand,
|
|
4748
5014
|
DeletePoolCommand,
|
|
4749
5015
|
DeleteProtectConfigurationCommand,
|
|
5016
|
+
DeleteProtectConfigurationRuleSetNumberOverrideCommand,
|
|
4750
5017
|
DeleteRegistrationAttachmentCommand,
|
|
4751
5018
|
DeleteRegistrationCommand,
|
|
4752
5019
|
DeleteRegistrationFieldValueCommand,
|
|
@@ -4779,10 +5046,13 @@ var paginateListRegistrationAssociations = (0, import_core.createPaginator)(Pinp
|
|
|
4779
5046
|
GetProtectConfigurationCountryRuleSetCommand,
|
|
4780
5047
|
GetResourcePolicyCommand,
|
|
4781
5048
|
ListPoolOriginationIdentitiesCommand,
|
|
5049
|
+
ListProtectConfigurationRuleSetNumberOverridesCommand,
|
|
4782
5050
|
ListRegistrationAssociationsCommand,
|
|
4783
5051
|
ListTagsForResourceCommand,
|
|
4784
5052
|
PutKeywordCommand,
|
|
5053
|
+
PutMessageFeedbackCommand,
|
|
4785
5054
|
PutOptedOutNumberCommand,
|
|
5055
|
+
PutProtectConfigurationRuleSetNumberOverrideCommand,
|
|
4786
5056
|
PutRegistrationFieldValueCommand,
|
|
4787
5057
|
PutResourcePolicyCommand,
|
|
4788
5058
|
ReleasePhoneNumberCommand,
|
|
@@ -4794,6 +5064,7 @@ var paginateListRegistrationAssociations = (0, import_core.createPaginator)(Pinp
|
|
|
4794
5064
|
SendTextMessageCommand,
|
|
4795
5065
|
SendVoiceMessageCommand,
|
|
4796
5066
|
SetAccountDefaultProtectConfigurationCommand,
|
|
5067
|
+
SetDefaultMessageFeedbackEnabledCommand,
|
|
4797
5068
|
SetDefaultMessageTypeCommand,
|
|
4798
5069
|
SetDefaultSenderIdCommand,
|
|
4799
5070
|
SetMediaMessageSpendLimitOverrideCommand,
|
|
@@ -4829,6 +5100,7 @@ var paginateListRegistrationAssociations = (0, import_core.createPaginator)(Pinp
|
|
|
4829
5100
|
paginateDescribeSpendLimits,
|
|
4830
5101
|
paginateDescribeVerifiedDestinationNumbers,
|
|
4831
5102
|
paginateListPoolOriginationIdentities,
|
|
5103
|
+
paginateListProtectConfigurationRuleSetNumberOverrides,
|
|
4832
5104
|
paginateListRegistrationAssociations,
|
|
4833
5105
|
AccessDeniedExceptionReason,
|
|
4834
5106
|
AccessDeniedException,
|
|
@@ -4854,6 +5126,7 @@ var paginateListRegistrationAssociations = (0, import_core.createPaginator)(Pinp
|
|
|
4854
5126
|
RegistrationVersionStatus,
|
|
4855
5127
|
VerificationStatus,
|
|
4856
5128
|
KeywordAction,
|
|
5129
|
+
ProtectConfigurationRuleOverrideAction,
|
|
4857
5130
|
KeywordFilterName,
|
|
4858
5131
|
OptedOutFilterName,
|
|
4859
5132
|
Owner,
|
|
@@ -4878,7 +5151,9 @@ var paginateListRegistrationAssociations = (0, import_core.createPaginator)(Pinp
|
|
|
4878
5151
|
ProtectStatus,
|
|
4879
5152
|
LanguageCode,
|
|
4880
5153
|
PoolOriginationIdentitiesFilterName,
|
|
5154
|
+
ProtectConfigurationRuleSetNumberOverrideFilterName,
|
|
4881
5155
|
RegistrationAssociationFilterName,
|
|
5156
|
+
MessageFeedbackStatus,
|
|
4882
5157
|
RequestableNumberType,
|
|
4883
5158
|
VerificationChannel,
|
|
4884
5159
|
VoiceMessageBodyTextType,
|