@aws-sdk/client-pinpoint-sms-voice-v2 3.1020.0 → 3.1021.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 +112 -7
- package/dist-cjs/index.js +421 -66
- package/dist-cjs/schemas/schemas_0.js +514 -97
- package/dist-es/PinpointSMSVoiceV2.js +40 -0
- package/dist-es/commands/CreateNotifyConfigurationCommand.js +16 -0
- package/dist-es/commands/CreateRcsAgentCommand.js +16 -0
- package/dist-es/commands/DeleteNotifyConfigurationCommand.js +16 -0
- package/dist-es/commands/DeleteNotifyMessageSpendLimitOverrideCommand.js +16 -0
- package/dist-es/commands/DeleteRcsAgentCommand.js +16 -0
- package/dist-es/commands/DescribeNotifyConfigurationsCommand.js +16 -0
- package/dist-es/commands/DescribeNotifyTemplatesCommand.js +16 -0
- package/dist-es/commands/DescribeRcsAgentCountryLaunchStatusCommand.js +16 -0
- package/dist-es/commands/DescribeRcsAgentsCommand.js +16 -0
- package/dist-es/commands/ListNotifyCountriesCommand.js +16 -0
- package/dist-es/commands/SendNotifyTextMessageCommand.js +16 -0
- package/dist-es/commands/SendNotifyVoiceMessageCommand.js +16 -0
- package/dist-es/commands/SetNotifyMessageSpendLimitOverrideCommand.js +16 -0
- package/dist-es/commands/UpdateNotifyConfigurationCommand.js +16 -0
- package/dist-es/commands/UpdateRcsAgentCommand.js +16 -0
- package/dist-es/commands/index.js +15 -0
- package/dist-es/models/enums.js +175 -66
- package/dist-es/pagination/DescribeNotifyConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/DescribeNotifyTemplatesPaginator.js +4 -0
- package/dist-es/pagination/DescribeRcsAgentCountryLaunchStatusPaginator.js +4 -0
- package/dist-es/pagination/DescribeRcsAgentsPaginator.js +4 -0
- package/dist-es/pagination/ListNotifyCountriesPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/schemas/schemas_0.js +506 -90
- package/dist-types/PinpointSMSVoiceV2.d.ts +146 -0
- package/dist-types/PinpointSMSVoiceV2Client.d.ts +17 -2
- package/dist-types/commands/AssociateOriginationIdentityCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotifyConfigurationCommand.d.ts +186 -0
- package/dist-types/commands/CreatePoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateRcsAgentCommand.d.ts +118 -0
- package/dist-types/commands/CreateVerifiedDestinationNumberCommand.d.ts +5 -0
- package/dist-types/commands/DeleteNotifyConfigurationCommand.d.ts +139 -0
- package/dist-types/commands/DeleteNotifyMessageSpendLimitOverrideCommand.d.ts +97 -0
- package/dist-types/commands/DeleteRcsAgentCommand.d.ts +101 -0
- package/dist-types/commands/DescribeNotifyConfigurationsCommand.d.ts +165 -0
- package/dist-types/commands/DescribeNotifyTemplatesCommand.d.ts +209 -0
- package/dist-types/commands/DescribeRcsAgentCountryLaunchStatusCommand.d.ts +118 -0
- package/dist-types/commands/DescribeRcsAgentsCommand.d.ts +122 -0
- package/dist-types/commands/DescribeRegistrationAttachmentsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVerifiedDestinationNumbersCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateOriginationIdentityCommand.d.ts +1 -1
- package/dist-types/commands/ListNotifyCountriesCommand.d.ts +159 -0
- package/dist-types/commands/PutProtectConfigurationRuleSetNumberOverrideCommand.d.ts +3 -0
- package/dist-types/commands/SendNotifyTextMessageCommand.d.ts +131 -0
- package/dist-types/commands/SendNotifyVoiceMessageCommand.d.ts +133 -0
- package/dist-types/commands/SetNotifyMessageSpendLimitOverrideCommand.d.ts +101 -0
- package/dist-types/commands/UpdateNotifyConfigurationCommand.d.ts +160 -0
- package/dist-types/commands/UpdateRcsAgentCommand.d.ts +107 -0
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/models/enums.d.ts +319 -82
- package/dist-types/models/models_0.d.ts +1660 -231
- package/dist-types/pagination/DescribeNotifyConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeNotifyTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeRcsAgentCountryLaunchStatusPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeRcsAgentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListNotifyCountriesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/schemas/schemas_0.d.ts +57 -0
- package/dist-types/ts3.4/PinpointSMSVoiceV2.d.ts +314 -0
- package/dist-types/ts3.4/PinpointSMSVoiceV2Client.d.ts +90 -0
- package/dist-types/ts3.4/commands/CreateNotifyConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateRcsAgentCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteNotifyConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteNotifyMessageSpendLimitOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRcsAgentCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeNotifyConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeNotifyTemplatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeRcsAgentCountryLaunchStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeRcsAgentsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListNotifyCountriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SendNotifyTextMessageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SendNotifyVoiceMessageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetNotifyMessageSpendLimitOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateNotifyConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRcsAgentCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +15 -0
- package/dist-types/ts3.4/models/enums.d.ts +209 -69
- package/dist-types/ts3.4/models/models_0.d.ts +343 -3
- package/dist-types/ts3.4/pagination/DescribeNotifyConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeNotifyTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeRcsAgentCountryLaunchStatusPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeRcsAgentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListNotifyCountriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +57 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -22,16 +22,16 @@ To install this package, use the CLI of your favorite package manager:
|
|
|
22
22
|
|
|
23
23
|
The AWS SDK is modulized by clients and commands.
|
|
24
24
|
To send a request, you only need to import the `PinpointSMSVoiceV2Client` and
|
|
25
|
-
the commands you need, for example `
|
|
25
|
+
the commands you need, for example `ListNotifyCountriesCommand`:
|
|
26
26
|
|
|
27
27
|
```js
|
|
28
28
|
// ES5 example
|
|
29
|
-
const { PinpointSMSVoiceV2Client,
|
|
29
|
+
const { PinpointSMSVoiceV2Client, ListNotifyCountriesCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2");
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
```ts
|
|
33
33
|
// ES6+ example
|
|
34
|
-
import { PinpointSMSVoiceV2Client,
|
|
34
|
+
import { PinpointSMSVoiceV2Client, ListNotifyCountriesCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2";
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
### Usage
|
|
@@ -48,7 +48,7 @@ To send a request:
|
|
|
48
48
|
const client = new PinpointSMSVoiceV2Client({ region: "REGION" });
|
|
49
49
|
|
|
50
50
|
const params = { /** input parameters */ };
|
|
51
|
-
const command = new
|
|
51
|
+
const command = new ListNotifyCountriesCommand(params);
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
#### Async/await
|
|
@@ -104,7 +104,7 @@ const client = new PinpointSMSVoiceV2({ region: "REGION" });
|
|
|
104
104
|
|
|
105
105
|
// async/await.
|
|
106
106
|
try {
|
|
107
|
-
const data = await client.
|
|
107
|
+
const data = await client.listNotifyCountries(params);
|
|
108
108
|
// process data.
|
|
109
109
|
} catch (error) {
|
|
110
110
|
// error handling.
|
|
@@ -112,7 +112,7 @@ try {
|
|
|
112
112
|
|
|
113
113
|
// Promises.
|
|
114
114
|
client
|
|
115
|
-
.
|
|
115
|
+
.listNotifyCountries(params)
|
|
116
116
|
.then((data) => {
|
|
117
117
|
// process data.
|
|
118
118
|
})
|
|
@@ -121,7 +121,7 @@ client
|
|
|
121
121
|
});
|
|
122
122
|
|
|
123
123
|
// callbacks (not recommended).
|
|
124
|
-
client.
|
|
124
|
+
client.listNotifyCountries(params, (err, data) => {
|
|
125
125
|
// process err and data.
|
|
126
126
|
});
|
|
127
127
|
```
|
|
@@ -216,6 +216,13 @@ CreateEventDestination
|
|
|
216
216
|
</details>
|
|
217
217
|
<details>
|
|
218
218
|
<summary>
|
|
219
|
+
CreateNotifyConfiguration
|
|
220
|
+
</summary>
|
|
221
|
+
|
|
222
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/CreateNotifyConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/CreateNotifyConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/CreateNotifyConfigurationCommandOutput/)
|
|
223
|
+
</details>
|
|
224
|
+
<details>
|
|
225
|
+
<summary>
|
|
219
226
|
CreateOptOutList
|
|
220
227
|
</summary>
|
|
221
228
|
|
|
@@ -237,6 +244,13 @@ CreateProtectConfiguration
|
|
|
237
244
|
</details>
|
|
238
245
|
<details>
|
|
239
246
|
<summary>
|
|
247
|
+
CreateRcsAgent
|
|
248
|
+
</summary>
|
|
249
|
+
|
|
250
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/CreateRcsAgentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/CreateRcsAgentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/CreateRcsAgentCommandOutput/)
|
|
251
|
+
</details>
|
|
252
|
+
<details>
|
|
253
|
+
<summary>
|
|
240
254
|
CreateRegistration
|
|
241
255
|
</summary>
|
|
242
256
|
|
|
@@ -321,6 +335,20 @@ DeleteMediaMessageSpendLimitOverride
|
|
|
321
335
|
</details>
|
|
322
336
|
<details>
|
|
323
337
|
<summary>
|
|
338
|
+
DeleteNotifyConfiguration
|
|
339
|
+
</summary>
|
|
340
|
+
|
|
341
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/DeleteNotifyConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DeleteNotifyConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DeleteNotifyConfigurationCommandOutput/)
|
|
342
|
+
</details>
|
|
343
|
+
<details>
|
|
344
|
+
<summary>
|
|
345
|
+
DeleteNotifyMessageSpendLimitOverride
|
|
346
|
+
</summary>
|
|
347
|
+
|
|
348
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/DeleteNotifyMessageSpendLimitOverrideCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DeleteNotifyMessageSpendLimitOverrideCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DeleteNotifyMessageSpendLimitOverrideCommandOutput/)
|
|
349
|
+
</details>
|
|
350
|
+
<details>
|
|
351
|
+
<summary>
|
|
324
352
|
DeleteOptedOutNumber
|
|
325
353
|
</summary>
|
|
326
354
|
|
|
@@ -356,6 +384,13 @@ DeleteProtectConfigurationRuleSetNumberOverride
|
|
|
356
384
|
</details>
|
|
357
385
|
<details>
|
|
358
386
|
<summary>
|
|
387
|
+
DeleteRcsAgent
|
|
388
|
+
</summary>
|
|
389
|
+
|
|
390
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/DeleteRcsAgentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DeleteRcsAgentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DeleteRcsAgentCommandOutput/)
|
|
391
|
+
</details>
|
|
392
|
+
<details>
|
|
393
|
+
<summary>
|
|
359
394
|
DeleteRegistration
|
|
360
395
|
</summary>
|
|
361
396
|
|
|
@@ -433,6 +468,20 @@ DescribeKeywords
|
|
|
433
468
|
</details>
|
|
434
469
|
<details>
|
|
435
470
|
<summary>
|
|
471
|
+
DescribeNotifyConfigurations
|
|
472
|
+
</summary>
|
|
473
|
+
|
|
474
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/DescribeNotifyConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DescribeNotifyConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DescribeNotifyConfigurationsCommandOutput/)
|
|
475
|
+
</details>
|
|
476
|
+
<details>
|
|
477
|
+
<summary>
|
|
478
|
+
DescribeNotifyTemplates
|
|
479
|
+
</summary>
|
|
480
|
+
|
|
481
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/DescribeNotifyTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DescribeNotifyTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DescribeNotifyTemplatesCommandOutput/)
|
|
482
|
+
</details>
|
|
483
|
+
<details>
|
|
484
|
+
<summary>
|
|
436
485
|
DescribeOptedOutNumbers
|
|
437
486
|
</summary>
|
|
438
487
|
|
|
@@ -468,6 +517,20 @@ DescribeProtectConfigurations
|
|
|
468
517
|
</details>
|
|
469
518
|
<details>
|
|
470
519
|
<summary>
|
|
520
|
+
DescribeRcsAgentCountryLaunchStatus
|
|
521
|
+
</summary>
|
|
522
|
+
|
|
523
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/DescribeRcsAgentCountryLaunchStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DescribeRcsAgentCountryLaunchStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DescribeRcsAgentCountryLaunchStatusCommandOutput/)
|
|
524
|
+
</details>
|
|
525
|
+
<details>
|
|
526
|
+
<summary>
|
|
527
|
+
DescribeRcsAgents
|
|
528
|
+
</summary>
|
|
529
|
+
|
|
530
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/DescribeRcsAgentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DescribeRcsAgentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/DescribeRcsAgentsCommandOutput/)
|
|
531
|
+
</details>
|
|
532
|
+
<details>
|
|
533
|
+
<summary>
|
|
471
534
|
DescribeRegistrationAttachments
|
|
472
535
|
</summary>
|
|
473
536
|
|
|
@@ -573,6 +636,13 @@ GetResourcePolicy
|
|
|
573
636
|
</details>
|
|
574
637
|
<details>
|
|
575
638
|
<summary>
|
|
639
|
+
ListNotifyCountries
|
|
640
|
+
</summary>
|
|
641
|
+
|
|
642
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/ListNotifyCountriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/ListNotifyCountriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/ListNotifyCountriesCommandOutput/)
|
|
643
|
+
</details>
|
|
644
|
+
<details>
|
|
645
|
+
<summary>
|
|
576
646
|
ListPoolOriginationIdentities
|
|
577
647
|
</summary>
|
|
578
648
|
|
|
@@ -685,6 +755,20 @@ SendMediaMessage
|
|
|
685
755
|
</details>
|
|
686
756
|
<details>
|
|
687
757
|
<summary>
|
|
758
|
+
SendNotifyTextMessage
|
|
759
|
+
</summary>
|
|
760
|
+
|
|
761
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/SendNotifyTextMessageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/SendNotifyTextMessageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/SendNotifyTextMessageCommandOutput/)
|
|
762
|
+
</details>
|
|
763
|
+
<details>
|
|
764
|
+
<summary>
|
|
765
|
+
SendNotifyVoiceMessage
|
|
766
|
+
</summary>
|
|
767
|
+
|
|
768
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/SendNotifyVoiceMessageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/SendNotifyVoiceMessageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/SendNotifyVoiceMessageCommandOutput/)
|
|
769
|
+
</details>
|
|
770
|
+
<details>
|
|
771
|
+
<summary>
|
|
688
772
|
SendTextMessage
|
|
689
773
|
</summary>
|
|
690
774
|
|
|
@@ -734,6 +818,13 @@ SetMediaMessageSpendLimitOverride
|
|
|
734
818
|
</details>
|
|
735
819
|
<details>
|
|
736
820
|
<summary>
|
|
821
|
+
SetNotifyMessageSpendLimitOverride
|
|
822
|
+
</summary>
|
|
823
|
+
|
|
824
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/SetNotifyMessageSpendLimitOverrideCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/SetNotifyMessageSpendLimitOverrideCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/SetNotifyMessageSpendLimitOverrideCommandOutput/)
|
|
825
|
+
</details>
|
|
826
|
+
<details>
|
|
827
|
+
<summary>
|
|
737
828
|
SetTextMessageSpendLimitOverride
|
|
738
829
|
</summary>
|
|
739
830
|
|
|
@@ -776,6 +867,13 @@ UpdateEventDestination
|
|
|
776
867
|
</details>
|
|
777
868
|
<details>
|
|
778
869
|
<summary>
|
|
870
|
+
UpdateNotifyConfiguration
|
|
871
|
+
</summary>
|
|
872
|
+
|
|
873
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/UpdateNotifyConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/UpdateNotifyConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/UpdateNotifyConfigurationCommandOutput/)
|
|
874
|
+
</details>
|
|
875
|
+
<details>
|
|
876
|
+
<summary>
|
|
779
877
|
UpdatePhoneNumber
|
|
780
878
|
</summary>
|
|
781
879
|
|
|
@@ -804,6 +902,13 @@ UpdateProtectConfigurationCountryRuleSet
|
|
|
804
902
|
</details>
|
|
805
903
|
<details>
|
|
806
904
|
<summary>
|
|
905
|
+
UpdateRcsAgent
|
|
906
|
+
</summary>
|
|
907
|
+
|
|
908
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pinpoint-sms-voice-v2/command/UpdateRcsAgentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/UpdateRcsAgentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pinpoint-sms-voice-v2/Interface/UpdateRcsAgentCommandOutput/)
|
|
909
|
+
</details>
|
|
910
|
+
<details>
|
|
911
|
+
<summary>
|
|
807
912
|
UpdateSenderId
|
|
808
913
|
</summary>
|
|
809
914
|
|