@aws-sdk/client-pinpoint-sms-voice-v2 3.1075.0 → 3.1077.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.
Files changed (62) hide show
  1. package/README.md +21 -0
  2. package/dist-cjs/index.js +3634 -15
  3. package/dist-es/PinpointSMSVoiceV2.js +6 -0
  4. package/dist-es/commands/DeleteRcsMessageSpendLimitOverrideCommand.js +16 -0
  5. package/dist-es/commands/SendRcsMessageCommand.js +16 -0
  6. package/dist-es/commands/SetRcsMessageSpendLimitOverrideCommand.js +16 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/index.js +1 -0
  9. package/dist-es/models/enums.js +15 -0
  10. package/dist-es/models/models_1.js +1 -0
  11. package/dist-es/runtimeConfig.browser.js +0 -2
  12. package/dist-es/runtimeConfig.js +1 -2
  13. package/dist-es/runtimeConfig.native.js +0 -2
  14. package/dist-es/runtimeConfig.shared.js +2 -0
  15. package/dist-es/schemas/schemas_0.js +221 -14
  16. package/dist-types/PinpointSMSVoiceV2.d.ts +22 -0
  17. package/dist-types/PinpointSMSVoiceV2Client.d.ts +5 -2
  18. package/dist-types/commands/CreateRcsAgentCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteRcsAgentCommand.d.ts +3 -0
  20. package/dist-types/commands/DeleteRcsMessageSpendLimitOverrideCommand.d.ts +86 -0
  21. package/dist-types/commands/DescribeRcsAgentsCommand.d.ts +6 -0
  22. package/dist-types/commands/SendRcsMessageCommand.d.ts +235 -0
  23. package/dist-types/commands/SetRcsMessageSpendLimitOverrideCommand.d.ts +88 -0
  24. package/dist-types/commands/UpdateRcsAgentCommand.d.ts +12 -0
  25. package/dist-types/commands/VerifyDestinationNumberCommand.d.ts +1 -1
  26. package/dist-types/commands/index.d.ts +3 -0
  27. package/dist-types/index.d.ts +1 -0
  28. package/dist-types/models/enums.d.ts +23 -0
  29. package/dist-types/models/models_0.d.ts +739 -52
  30. package/dist-types/models/models_1.d.ts +46 -0
  31. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  32. package/dist-types/runtimeConfig.d.ts +2 -2
  33. package/dist-types/runtimeConfig.native.d.ts +2 -2
  34. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  35. package/dist-types/schemas/schemas_0.d.ts +28 -1
  36. package/dist-types/ts3.4/PinpointSMSVoiceV2.d.ts +58 -0
  37. package/dist-types/ts3.4/PinpointSMSVoiceV2Client.d.ts +18 -0
  38. package/dist-types/ts3.4/commands/DeleteRcsMessageSpendLimitOverrideCommand.d.ts +53 -0
  39. package/dist-types/ts3.4/commands/SendRcsMessageCommand.d.ts +52 -0
  40. package/dist-types/ts3.4/commands/SetRcsMessageSpendLimitOverrideCommand.d.ts +53 -0
  41. package/dist-types/ts3.4/commands/VerifyDestinationNumberCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  43. package/dist-types/ts3.4/index.d.ts +1 -0
  44. package/dist-types/ts3.4/models/enums.d.ts +17 -0
  45. package/dist-types/ts3.4/models/models_0.d.ts +260 -11
  46. package/dist-types/ts3.4/models/models_1.d.ts +12 -0
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +28 -0
  52. package/package.json +8 -10
  53. package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
  54. package/dist-cjs/endpoint/bdd.js +0 -46
  55. package/dist-cjs/endpoint/endpointResolver.js +0 -14
  56. package/dist-cjs/models/PinpointSMSVoiceV2ServiceException.js +0 -8
  57. package/dist-cjs/models/errors.js +0 -123
  58. package/dist-cjs/runtimeConfig.browser.js +0 -32
  59. package/dist-cjs/runtimeConfig.js +0 -45
  60. package/dist-cjs/runtimeConfig.native.js +0 -12
  61. package/dist-cjs/runtimeConfig.shared.js +0 -38
  62. package/dist-cjs/schemas/schemas_0.js +0 -2956
@@ -36,6 +36,7 @@ import type { DeletePoolCommandInput, DeletePoolCommandOutput } from "./commands
36
36
  import type { DeleteProtectConfigurationCommandInput, DeleteProtectConfigurationCommandOutput } from "./commands/DeleteProtectConfigurationCommand";
37
37
  import type { DeleteProtectConfigurationRuleSetNumberOverrideCommandInput, DeleteProtectConfigurationRuleSetNumberOverrideCommandOutput } from "./commands/DeleteProtectConfigurationRuleSetNumberOverrideCommand";
38
38
  import type { DeleteRcsAgentCommandInput, DeleteRcsAgentCommandOutput } from "./commands/DeleteRcsAgentCommand";
39
+ import type { DeleteRcsMessageSpendLimitOverrideCommandInput, DeleteRcsMessageSpendLimitOverrideCommandOutput } from "./commands/DeleteRcsMessageSpendLimitOverrideCommand";
39
40
  import type { DeleteRegistrationAttachmentCommandInput, DeleteRegistrationAttachmentCommandOutput } from "./commands/DeleteRegistrationAttachmentCommand";
40
41
  import type { DeleteRegistrationCommandInput, DeleteRegistrationCommandOutput } from "./commands/DeleteRegistrationCommand";
41
42
  import type { DeleteRegistrationFieldValueCommandInput, DeleteRegistrationFieldValueCommandOutput } from "./commands/DeleteRegistrationFieldValueCommand";
@@ -90,6 +91,7 @@ import type { SendDestinationNumberVerificationCodeCommandInput, SendDestination
90
91
  import type { SendMediaMessageCommandInput, SendMediaMessageCommandOutput } from "./commands/SendMediaMessageCommand";
91
92
  import type { SendNotifyTextMessageCommandInput, SendNotifyTextMessageCommandOutput } from "./commands/SendNotifyTextMessageCommand";
92
93
  import type { SendNotifyVoiceMessageCommandInput, SendNotifyVoiceMessageCommandOutput } from "./commands/SendNotifyVoiceMessageCommand";
94
+ import type { SendRcsMessageCommandInput, SendRcsMessageCommandOutput } from "./commands/SendRcsMessageCommand";
93
95
  import type { SendTextMessageCommandInput, SendTextMessageCommandOutput } from "./commands/SendTextMessageCommand";
94
96
  import type { SendVoiceMessageCommandInput, SendVoiceMessageCommandOutput } from "./commands/SendVoiceMessageCommand";
95
97
  import type { SetAccountDefaultProtectConfigurationCommandInput, SetAccountDefaultProtectConfigurationCommandOutput } from "./commands/SetAccountDefaultProtectConfigurationCommand";
@@ -98,6 +100,7 @@ import type { SetDefaultMessageTypeCommandInput, SetDefaultMessageTypeCommandOut
98
100
  import type { SetDefaultSenderIdCommandInput, SetDefaultSenderIdCommandOutput } from "./commands/SetDefaultSenderIdCommand";
99
101
  import type { SetMediaMessageSpendLimitOverrideCommandInput, SetMediaMessageSpendLimitOverrideCommandOutput } from "./commands/SetMediaMessageSpendLimitOverrideCommand";
100
102
  import type { SetNotifyMessageSpendLimitOverrideCommandInput, SetNotifyMessageSpendLimitOverrideCommandOutput } from "./commands/SetNotifyMessageSpendLimitOverrideCommand";
103
+ import type { SetRcsMessageSpendLimitOverrideCommandInput, SetRcsMessageSpendLimitOverrideCommandOutput } from "./commands/SetRcsMessageSpendLimitOverrideCommand";
101
104
  import type { SetTextMessageSpendLimitOverrideCommandInput, SetTextMessageSpendLimitOverrideCommandOutput } from "./commands/SetTextMessageSpendLimitOverrideCommand";
102
105
  import type { SetVoiceMessageSpendLimitOverrideCommandInput, SetVoiceMessageSpendLimitOverrideCommandOutput } from "./commands/SetVoiceMessageSpendLimitOverrideCommand";
103
106
  import type { SubmitRegistrationVersionCommandInput, SubmitRegistrationVersionCommandOutput } from "./commands/SubmitRegistrationVersionCommand";
@@ -118,11 +121,11 @@ export { __Client };
118
121
  /**
119
122
  * @public
120
123
  */
121
- export type ServiceInputTypes = AssociateOriginationIdentityCommandInput | AssociateProtectConfigurationCommandInput | CarrierLookupCommandInput | CreateConfigurationSetCommandInput | CreateEventDestinationCommandInput | CreateNotifyConfigurationCommandInput | CreateOptOutListCommandInput | CreatePoolCommandInput | CreateProtectConfigurationCommandInput | CreateRcsAgentCommandInput | CreateRegistrationAssociationCommandInput | CreateRegistrationAttachmentCommandInput | CreateRegistrationCommandInput | CreateRegistrationVersionCommandInput | CreateVerifiedDestinationNumberCommandInput | DeleteAccountDefaultProtectConfigurationCommandInput | DeleteConfigurationSetCommandInput | DeleteDefaultMessageTypeCommandInput | DeleteDefaultSenderIdCommandInput | DeleteEventDestinationCommandInput | DeleteKeywordCommandInput | DeleteMediaMessageSpendLimitOverrideCommandInput | DeleteNotifyConfigurationCommandInput | DeleteNotifyMessageSpendLimitOverrideCommandInput | DeleteOptOutListCommandInput | DeleteOptedOutNumberCommandInput | DeletePoolCommandInput | DeleteProtectConfigurationCommandInput | DeleteProtectConfigurationRuleSetNumberOverrideCommandInput | DeleteRcsAgentCommandInput | DeleteRegistrationAttachmentCommandInput | DeleteRegistrationCommandInput | DeleteRegistrationFieldValueCommandInput | DeleteResourcePolicyCommandInput | DeleteTextMessageSpendLimitOverrideCommandInput | DeleteVerifiedDestinationNumberCommandInput | DeleteVoiceMessageSpendLimitOverrideCommandInput | DescribeAccountAttributesCommandInput | DescribeAccountLimitsCommandInput | DescribeConfigurationSetsCommandInput | DescribeKeywordsCommandInput | DescribeNotifyConfigurationsCommandInput | DescribeNotifyTemplatesCommandInput | DescribeOptOutListsCommandInput | DescribeOptedOutNumbersCommandInput | DescribePhoneNumbersCommandInput | DescribePoolsCommandInput | DescribeProtectConfigurationsCommandInput | DescribeRcsAgentCountryLaunchStatusCommandInput | DescribeRcsAgentsCommandInput | DescribeRegistrationAttachmentsCommandInput | DescribeRegistrationFieldDefinitionsCommandInput | DescribeRegistrationFieldValuesCommandInput | DescribeRegistrationSectionDefinitionsCommandInput | DescribeRegistrationTypeDefinitionsCommandInput | DescribeRegistrationVersionsCommandInput | DescribeRegistrationsCommandInput | DescribeSenderIdsCommandInput | DescribeSpendLimitsCommandInput | DescribeVerifiedDestinationNumbersCommandInput | DisassociateOriginationIdentityCommandInput | DisassociateProtectConfigurationCommandInput | DiscardRegistrationVersionCommandInput | GetProtectConfigurationCountryRuleSetCommandInput | GetResourcePolicyCommandInput | ListNotifyCountriesCommandInput | ListPoolOriginationIdentitiesCommandInput | ListProtectConfigurationRuleSetNumberOverridesCommandInput | ListRegistrationAssociationsCommandInput | ListTagsForResourceCommandInput | PutKeywordCommandInput | PutMessageFeedbackCommandInput | PutOptedOutNumberCommandInput | PutProtectConfigurationRuleSetNumberOverrideCommandInput | PutRegistrationFieldValueCommandInput | PutResourcePolicyCommandInput | ReleasePhoneNumberCommandInput | ReleaseSenderIdCommandInput | RequestPhoneNumberCommandInput | RequestSenderIdCommandInput | SendDestinationNumberVerificationCodeCommandInput | SendMediaMessageCommandInput | SendNotifyTextMessageCommandInput | SendNotifyVoiceMessageCommandInput | SendTextMessageCommandInput | SendVoiceMessageCommandInput | SetAccountDefaultProtectConfigurationCommandInput | SetDefaultMessageFeedbackEnabledCommandInput | SetDefaultMessageTypeCommandInput | SetDefaultSenderIdCommandInput | SetMediaMessageSpendLimitOverrideCommandInput | SetNotifyMessageSpendLimitOverrideCommandInput | SetTextMessageSpendLimitOverrideCommandInput | SetVoiceMessageSpendLimitOverrideCommandInput | SubmitRegistrationVersionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEventDestinationCommandInput | UpdateNotifyConfigurationCommandInput | UpdatePhoneNumberCommandInput | UpdatePoolCommandInput | UpdateProtectConfigurationCommandInput | UpdateProtectConfigurationCountryRuleSetCommandInput | UpdateRcsAgentCommandInput | UpdateSenderIdCommandInput | VerifyDestinationNumberCommandInput;
124
+ export type ServiceInputTypes = AssociateOriginationIdentityCommandInput | AssociateProtectConfigurationCommandInput | CarrierLookupCommandInput | CreateConfigurationSetCommandInput | CreateEventDestinationCommandInput | CreateNotifyConfigurationCommandInput | CreateOptOutListCommandInput | CreatePoolCommandInput | CreateProtectConfigurationCommandInput | CreateRcsAgentCommandInput | CreateRegistrationAssociationCommandInput | CreateRegistrationAttachmentCommandInput | CreateRegistrationCommandInput | CreateRegistrationVersionCommandInput | CreateVerifiedDestinationNumberCommandInput | DeleteAccountDefaultProtectConfigurationCommandInput | DeleteConfigurationSetCommandInput | DeleteDefaultMessageTypeCommandInput | DeleteDefaultSenderIdCommandInput | DeleteEventDestinationCommandInput | DeleteKeywordCommandInput | DeleteMediaMessageSpendLimitOverrideCommandInput | DeleteNotifyConfigurationCommandInput | DeleteNotifyMessageSpendLimitOverrideCommandInput | DeleteOptOutListCommandInput | DeleteOptedOutNumberCommandInput | DeletePoolCommandInput | DeleteProtectConfigurationCommandInput | DeleteProtectConfigurationRuleSetNumberOverrideCommandInput | DeleteRcsAgentCommandInput | DeleteRcsMessageSpendLimitOverrideCommandInput | DeleteRegistrationAttachmentCommandInput | DeleteRegistrationCommandInput | DeleteRegistrationFieldValueCommandInput | DeleteResourcePolicyCommandInput | DeleteTextMessageSpendLimitOverrideCommandInput | DeleteVerifiedDestinationNumberCommandInput | DeleteVoiceMessageSpendLimitOverrideCommandInput | DescribeAccountAttributesCommandInput | DescribeAccountLimitsCommandInput | DescribeConfigurationSetsCommandInput | DescribeKeywordsCommandInput | DescribeNotifyConfigurationsCommandInput | DescribeNotifyTemplatesCommandInput | DescribeOptOutListsCommandInput | DescribeOptedOutNumbersCommandInput | DescribePhoneNumbersCommandInput | DescribePoolsCommandInput | DescribeProtectConfigurationsCommandInput | DescribeRcsAgentCountryLaunchStatusCommandInput | DescribeRcsAgentsCommandInput | DescribeRegistrationAttachmentsCommandInput | DescribeRegistrationFieldDefinitionsCommandInput | DescribeRegistrationFieldValuesCommandInput | DescribeRegistrationSectionDefinitionsCommandInput | DescribeRegistrationTypeDefinitionsCommandInput | DescribeRegistrationVersionsCommandInput | DescribeRegistrationsCommandInput | DescribeSenderIdsCommandInput | DescribeSpendLimitsCommandInput | DescribeVerifiedDestinationNumbersCommandInput | DisassociateOriginationIdentityCommandInput | DisassociateProtectConfigurationCommandInput | DiscardRegistrationVersionCommandInput | GetProtectConfigurationCountryRuleSetCommandInput | GetResourcePolicyCommandInput | ListNotifyCountriesCommandInput | ListPoolOriginationIdentitiesCommandInput | ListProtectConfigurationRuleSetNumberOverridesCommandInput | ListRegistrationAssociationsCommandInput | ListTagsForResourceCommandInput | PutKeywordCommandInput | PutMessageFeedbackCommandInput | PutOptedOutNumberCommandInput | PutProtectConfigurationRuleSetNumberOverrideCommandInput | PutRegistrationFieldValueCommandInput | PutResourcePolicyCommandInput | ReleasePhoneNumberCommandInput | ReleaseSenderIdCommandInput | RequestPhoneNumberCommandInput | RequestSenderIdCommandInput | SendDestinationNumberVerificationCodeCommandInput | SendMediaMessageCommandInput | SendNotifyTextMessageCommandInput | SendNotifyVoiceMessageCommandInput | SendRcsMessageCommandInput | SendTextMessageCommandInput | SendVoiceMessageCommandInput | SetAccountDefaultProtectConfigurationCommandInput | SetDefaultMessageFeedbackEnabledCommandInput | SetDefaultMessageTypeCommandInput | SetDefaultSenderIdCommandInput | SetMediaMessageSpendLimitOverrideCommandInput | SetNotifyMessageSpendLimitOverrideCommandInput | SetRcsMessageSpendLimitOverrideCommandInput | SetTextMessageSpendLimitOverrideCommandInput | SetVoiceMessageSpendLimitOverrideCommandInput | SubmitRegistrationVersionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEventDestinationCommandInput | UpdateNotifyConfigurationCommandInput | UpdatePhoneNumberCommandInput | UpdatePoolCommandInput | UpdateProtectConfigurationCommandInput | UpdateProtectConfigurationCountryRuleSetCommandInput | UpdateRcsAgentCommandInput | UpdateSenderIdCommandInput | VerifyDestinationNumberCommandInput;
122
125
  /**
123
126
  * @public
124
127
  */
125
- export type ServiceOutputTypes = AssociateOriginationIdentityCommandOutput | AssociateProtectConfigurationCommandOutput | CarrierLookupCommandOutput | CreateConfigurationSetCommandOutput | CreateEventDestinationCommandOutput | CreateNotifyConfigurationCommandOutput | CreateOptOutListCommandOutput | CreatePoolCommandOutput | CreateProtectConfigurationCommandOutput | CreateRcsAgentCommandOutput | CreateRegistrationAssociationCommandOutput | CreateRegistrationAttachmentCommandOutput | CreateRegistrationCommandOutput | CreateRegistrationVersionCommandOutput | CreateVerifiedDestinationNumberCommandOutput | DeleteAccountDefaultProtectConfigurationCommandOutput | DeleteConfigurationSetCommandOutput | DeleteDefaultMessageTypeCommandOutput | DeleteDefaultSenderIdCommandOutput | DeleteEventDestinationCommandOutput | DeleteKeywordCommandOutput | DeleteMediaMessageSpendLimitOverrideCommandOutput | DeleteNotifyConfigurationCommandOutput | DeleteNotifyMessageSpendLimitOverrideCommandOutput | DeleteOptOutListCommandOutput | DeleteOptedOutNumberCommandOutput | DeletePoolCommandOutput | DeleteProtectConfigurationCommandOutput | DeleteProtectConfigurationRuleSetNumberOverrideCommandOutput | DeleteRcsAgentCommandOutput | DeleteRegistrationAttachmentCommandOutput | DeleteRegistrationCommandOutput | DeleteRegistrationFieldValueCommandOutput | DeleteResourcePolicyCommandOutput | DeleteTextMessageSpendLimitOverrideCommandOutput | DeleteVerifiedDestinationNumberCommandOutput | DeleteVoiceMessageSpendLimitOverrideCommandOutput | DescribeAccountAttributesCommandOutput | DescribeAccountLimitsCommandOutput | DescribeConfigurationSetsCommandOutput | DescribeKeywordsCommandOutput | DescribeNotifyConfigurationsCommandOutput | DescribeNotifyTemplatesCommandOutput | DescribeOptOutListsCommandOutput | DescribeOptedOutNumbersCommandOutput | DescribePhoneNumbersCommandOutput | DescribePoolsCommandOutput | DescribeProtectConfigurationsCommandOutput | DescribeRcsAgentCountryLaunchStatusCommandOutput | DescribeRcsAgentsCommandOutput | DescribeRegistrationAttachmentsCommandOutput | DescribeRegistrationFieldDefinitionsCommandOutput | DescribeRegistrationFieldValuesCommandOutput | DescribeRegistrationSectionDefinitionsCommandOutput | DescribeRegistrationTypeDefinitionsCommandOutput | DescribeRegistrationVersionsCommandOutput | DescribeRegistrationsCommandOutput | DescribeSenderIdsCommandOutput | DescribeSpendLimitsCommandOutput | DescribeVerifiedDestinationNumbersCommandOutput | DisassociateOriginationIdentityCommandOutput | DisassociateProtectConfigurationCommandOutput | DiscardRegistrationVersionCommandOutput | GetProtectConfigurationCountryRuleSetCommandOutput | GetResourcePolicyCommandOutput | ListNotifyCountriesCommandOutput | ListPoolOriginationIdentitiesCommandOutput | ListProtectConfigurationRuleSetNumberOverridesCommandOutput | ListRegistrationAssociationsCommandOutput | ListTagsForResourceCommandOutput | PutKeywordCommandOutput | PutMessageFeedbackCommandOutput | PutOptedOutNumberCommandOutput | PutProtectConfigurationRuleSetNumberOverrideCommandOutput | PutRegistrationFieldValueCommandOutput | PutResourcePolicyCommandOutput | ReleasePhoneNumberCommandOutput | ReleaseSenderIdCommandOutput | RequestPhoneNumberCommandOutput | RequestSenderIdCommandOutput | SendDestinationNumberVerificationCodeCommandOutput | SendMediaMessageCommandOutput | SendNotifyTextMessageCommandOutput | SendNotifyVoiceMessageCommandOutput | SendTextMessageCommandOutput | SendVoiceMessageCommandOutput | SetAccountDefaultProtectConfigurationCommandOutput | SetDefaultMessageFeedbackEnabledCommandOutput | SetDefaultMessageTypeCommandOutput | SetDefaultSenderIdCommandOutput | SetMediaMessageSpendLimitOverrideCommandOutput | SetNotifyMessageSpendLimitOverrideCommandOutput | SetTextMessageSpendLimitOverrideCommandOutput | SetVoiceMessageSpendLimitOverrideCommandOutput | SubmitRegistrationVersionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEventDestinationCommandOutput | UpdateNotifyConfigurationCommandOutput | UpdatePhoneNumberCommandOutput | UpdatePoolCommandOutput | UpdateProtectConfigurationCommandOutput | UpdateProtectConfigurationCountryRuleSetCommandOutput | UpdateRcsAgentCommandOutput | UpdateSenderIdCommandOutput | VerifyDestinationNumberCommandOutput;
128
+ export type ServiceOutputTypes = AssociateOriginationIdentityCommandOutput | AssociateProtectConfigurationCommandOutput | CarrierLookupCommandOutput | CreateConfigurationSetCommandOutput | CreateEventDestinationCommandOutput | CreateNotifyConfigurationCommandOutput | CreateOptOutListCommandOutput | CreatePoolCommandOutput | CreateProtectConfigurationCommandOutput | CreateRcsAgentCommandOutput | CreateRegistrationAssociationCommandOutput | CreateRegistrationAttachmentCommandOutput | CreateRegistrationCommandOutput | CreateRegistrationVersionCommandOutput | CreateVerifiedDestinationNumberCommandOutput | DeleteAccountDefaultProtectConfigurationCommandOutput | DeleteConfigurationSetCommandOutput | DeleteDefaultMessageTypeCommandOutput | DeleteDefaultSenderIdCommandOutput | DeleteEventDestinationCommandOutput | DeleteKeywordCommandOutput | DeleteMediaMessageSpendLimitOverrideCommandOutput | DeleteNotifyConfigurationCommandOutput | DeleteNotifyMessageSpendLimitOverrideCommandOutput | DeleteOptOutListCommandOutput | DeleteOptedOutNumberCommandOutput | DeletePoolCommandOutput | DeleteProtectConfigurationCommandOutput | DeleteProtectConfigurationRuleSetNumberOverrideCommandOutput | DeleteRcsAgentCommandOutput | DeleteRcsMessageSpendLimitOverrideCommandOutput | DeleteRegistrationAttachmentCommandOutput | DeleteRegistrationCommandOutput | DeleteRegistrationFieldValueCommandOutput | DeleteResourcePolicyCommandOutput | DeleteTextMessageSpendLimitOverrideCommandOutput | DeleteVerifiedDestinationNumberCommandOutput | DeleteVoiceMessageSpendLimitOverrideCommandOutput | DescribeAccountAttributesCommandOutput | DescribeAccountLimitsCommandOutput | DescribeConfigurationSetsCommandOutput | DescribeKeywordsCommandOutput | DescribeNotifyConfigurationsCommandOutput | DescribeNotifyTemplatesCommandOutput | DescribeOptOutListsCommandOutput | DescribeOptedOutNumbersCommandOutput | DescribePhoneNumbersCommandOutput | DescribePoolsCommandOutput | DescribeProtectConfigurationsCommandOutput | DescribeRcsAgentCountryLaunchStatusCommandOutput | DescribeRcsAgentsCommandOutput | DescribeRegistrationAttachmentsCommandOutput | DescribeRegistrationFieldDefinitionsCommandOutput | DescribeRegistrationFieldValuesCommandOutput | DescribeRegistrationSectionDefinitionsCommandOutput | DescribeRegistrationTypeDefinitionsCommandOutput | DescribeRegistrationVersionsCommandOutput | DescribeRegistrationsCommandOutput | DescribeSenderIdsCommandOutput | DescribeSpendLimitsCommandOutput | DescribeVerifiedDestinationNumbersCommandOutput | DisassociateOriginationIdentityCommandOutput | DisassociateProtectConfigurationCommandOutput | DiscardRegistrationVersionCommandOutput | GetProtectConfigurationCountryRuleSetCommandOutput | GetResourcePolicyCommandOutput | ListNotifyCountriesCommandOutput | ListPoolOriginationIdentitiesCommandOutput | ListProtectConfigurationRuleSetNumberOverridesCommandOutput | ListRegistrationAssociationsCommandOutput | ListTagsForResourceCommandOutput | PutKeywordCommandOutput | PutMessageFeedbackCommandOutput | PutOptedOutNumberCommandOutput | PutProtectConfigurationRuleSetNumberOverrideCommandOutput | PutRegistrationFieldValueCommandOutput | PutResourcePolicyCommandOutput | ReleasePhoneNumberCommandOutput | ReleaseSenderIdCommandOutput | RequestPhoneNumberCommandOutput | RequestSenderIdCommandOutput | SendDestinationNumberVerificationCodeCommandOutput | SendMediaMessageCommandOutput | SendNotifyTextMessageCommandOutput | SendNotifyVoiceMessageCommandOutput | SendRcsMessageCommandOutput | SendTextMessageCommandOutput | SendVoiceMessageCommandOutput | SetAccountDefaultProtectConfigurationCommandOutput | SetDefaultMessageFeedbackEnabledCommandOutput | SetDefaultMessageTypeCommandOutput | SetDefaultSenderIdCommandOutput | SetMediaMessageSpendLimitOverrideCommandOutput | SetNotifyMessageSpendLimitOverrideCommandOutput | SetRcsMessageSpendLimitOverrideCommandOutput | SetTextMessageSpendLimitOverrideCommandOutput | SetVoiceMessageSpendLimitOverrideCommandOutput | SubmitRegistrationVersionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEventDestinationCommandOutput | UpdateNotifyConfigurationCommandOutput | UpdatePhoneNumberCommandOutput | UpdatePoolCommandOutput | UpdateProtectConfigurationCommandOutput | UpdateProtectConfigurationCountryRuleSetCommandOutput | UpdateRcsAgentCommandOutput | UpdateSenderIdCommandOutput | VerifyDestinationNumberCommandOutput;
126
129
  /**
127
130
  * @public
128
131
  */
@@ -62,6 +62,12 @@ declare const CreateRcsAgentCommand_base: {
62
62
  * // TwoWayChannelArn: "STRING_VALUE",
63
63
  * // TwoWayChannelRole: "STRING_VALUE",
64
64
  * // TwoWayEnabled: true || false, // required
65
+ * // TwoWayMediaS3BucketName: "STRING_VALUE",
66
+ * // TwoWayMediaS3KeyPrefix: "STRING_VALUE",
67
+ * // TwoWayMediaS3Role: "STRING_VALUE",
68
+ * // TwoWayRcsEventsEnabled: [ // RcsEventTypeList
69
+ * // "STRING_VALUE",
70
+ * // ],
65
71
  * // Tags: [ // TagList
66
72
  * // { // Tag
67
73
  * // Key: "STRING_VALUE", // required
@@ -54,6 +54,9 @@ declare const DeleteRcsAgentCommand_base: {
54
54
  * // TwoWayChannelArn: "STRING_VALUE",
55
55
  * // TwoWayChannelRole: "STRING_VALUE",
56
56
  * // TwoWayEnabled: true || false, // required
57
+ * // TwoWayRcsEventsEnabled: [ // RcsEventTypeList
58
+ * // "STRING_VALUE",
59
+ * // ],
57
60
  * // };
58
61
  *
59
62
  * ```
@@ -0,0 +1,86 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteRcsMessageSpendLimitOverrideRequest, DeleteRcsMessageSpendLimitOverrideResult } from "../models/models_0";
4
+ import type { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteRcsMessageSpendLimitOverrideCommand}.
14
+ */
15
+ export interface DeleteRcsMessageSpendLimitOverrideCommandInput extends DeleteRcsMessageSpendLimitOverrideRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteRcsMessageSpendLimitOverrideCommand}.
21
+ */
22
+ export interface DeleteRcsMessageSpendLimitOverrideCommandOutput extends DeleteRcsMessageSpendLimitOverrideResult, __MetadataBearer {
23
+ }
24
+ declare const DeleteRcsMessageSpendLimitOverrideCommand_base: {
25
+ new (input: DeleteRcsMessageSpendLimitOverrideCommandInput): import("@smithy/core/client").CommandImpl<DeleteRcsMessageSpendLimitOverrideCommandInput, DeleteRcsMessageSpendLimitOverrideCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DeleteRcsMessageSpendLimitOverrideCommandInput]): import("@smithy/core/client").CommandImpl<DeleteRcsMessageSpendLimitOverrideCommandInput, DeleteRcsMessageSpendLimitOverrideCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Deletes an account-level monthly spending limit override for sending RCS messages. Deleting a spend limit override sets the <code>EnforcedLimit</code> to equal the <code>MaxLimit</code>, which is set by Amazon Web Services.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { PinpointSMSVoiceV2Client, DeleteRcsMessageSpendLimitOverrideCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
37
+ * // const { PinpointSMSVoiceV2Client, DeleteRcsMessageSpendLimitOverrideCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
38
+ * // import type { PinpointSMSVoiceV2ClientConfig } from "@aws-sdk/client-pinpoint-sms-voice-v2";
39
+ * const config = {}; // type is PinpointSMSVoiceV2ClientConfig
40
+ * const client = new PinpointSMSVoiceV2Client(config);
41
+ * const input = {};
42
+ * const command = new DeleteRcsMessageSpendLimitOverrideCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // DeleteRcsMessageSpendLimitOverrideResult
45
+ * // MonthlyLimit: Number("long"),
46
+ * // };
47
+ *
48
+ * ```
49
+ *
50
+ * @param DeleteRcsMessageSpendLimitOverrideCommandInput - {@link DeleteRcsMessageSpendLimitOverrideCommandInput}
51
+ * @returns {@link DeleteRcsMessageSpendLimitOverrideCommandOutput}
52
+ * @see {@link DeleteRcsMessageSpendLimitOverrideCommandInput} for command's `input` shape.
53
+ * @see {@link DeleteRcsMessageSpendLimitOverrideCommandOutput} for command's `response` shape.
54
+ * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
55
+ *
56
+ * @throws {@link AccessDeniedException} (client fault)
57
+ * <p>The request was denied because you don't have sufficient permissions to access the resource.</p>
58
+ *
59
+ * @throws {@link InternalServerException} (server fault)
60
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might be able to successfully issue the request again in the future.</p>
61
+ *
62
+ * @throws {@link ThrottlingException} (client fault)
63
+ * <p>An error that occurred because too many requests were sent during a certain amount of time.</p>
64
+ *
65
+ * @throws {@link ValidationException} (client fault)
66
+ * <p>A validation exception for a field.</p>
67
+ *
68
+ * @throws {@link PinpointSMSVoiceV2ServiceException}
69
+ * <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
70
+ *
71
+ *
72
+ * @public
73
+ */
74
+ export declare class DeleteRcsMessageSpendLimitOverrideCommand extends DeleteRcsMessageSpendLimitOverrideCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: {};
79
+ output: DeleteRcsMessageSpendLimitOverrideResult;
80
+ };
81
+ sdk: {
82
+ input: DeleteRcsMessageSpendLimitOverrideCommandInput;
83
+ output: DeleteRcsMessageSpendLimitOverrideCommandOutput;
84
+ };
85
+ };
86
+ }
@@ -70,6 +70,12 @@ declare const DescribeRcsAgentsCommand_base: {
70
70
  * // TwoWayChannelRole: "STRING_VALUE",
71
71
  * // TwoWayEnabled: true || false, // required
72
72
  * // PoolId: "STRING_VALUE",
73
+ * // TwoWayMediaS3BucketName: "STRING_VALUE",
74
+ * // TwoWayMediaS3KeyPrefix: "STRING_VALUE",
75
+ * // TwoWayMediaS3Role: "STRING_VALUE",
76
+ * // TwoWayRcsEventsEnabled: [ // RcsEventTypeList
77
+ * // "STRING_VALUE",
78
+ * // ],
73
79
  * // TestingAgent: { // TestingAgentInformation
74
80
  * // Status: "STRING_VALUE", // required
75
81
  * // TestingAgentId: "STRING_VALUE",
@@ -0,0 +1,235 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { SendRcsMessageRequest, SendRcsMessageResult } from "../models/models_0";
4
+ import type { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link SendRcsMessageCommand}.
14
+ */
15
+ export interface SendRcsMessageCommandInput extends SendRcsMessageRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link SendRcsMessageCommand}.
21
+ */
22
+ export interface SendRcsMessageCommandOutput extends SendRcsMessageResult, __MetadataBearer {
23
+ }
24
+ declare const SendRcsMessageCommand_base: {
25
+ new (input: SendRcsMessageCommandInput): import("@smithy/core/client").CommandImpl<SendRcsMessageCommandInput, SendRcsMessageCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SendRcsMessageCommandInput): import("@smithy/core/client").CommandImpl<SendRcsMessageCommandInput, SendRcsMessageCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Creates a new RCS message and sends it to a recipient's phone number. RCS messages support rich content including text, files, rich cards, and carousels with interactive suggested actions.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { PinpointSMSVoiceV2Client, SendRcsMessageCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
37
+ * // const { PinpointSMSVoiceV2Client, SendRcsMessageCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
38
+ * // import type { PinpointSMSVoiceV2ClientConfig } from "@aws-sdk/client-pinpoint-sms-voice-v2";
39
+ * const config = {}; // type is PinpointSMSVoiceV2ClientConfig
40
+ * const client = new PinpointSMSVoiceV2Client(config);
41
+ * const input = { // SendRcsMessageRequest
42
+ * DestinationPhoneNumber: "STRING_VALUE", // required
43
+ * OriginationIdentity: "STRING_VALUE", // required
44
+ * RcsMessageContent: { // RcsMessageContent
45
+ * Content: { // RcsContent Union: only one key present
46
+ * TextMessage: { // RcsTextMessage
47
+ * Body: "STRING_VALUE", // required
48
+ * },
49
+ * FileMessage: { // RcsFileMessage
50
+ * FileUrl: "STRING_VALUE", // required
51
+ * ThumbnailUrl: "STRING_VALUE",
52
+ * },
53
+ * RichCard: { // RcsStandaloneCard
54
+ * CardOrientation: "STRING_VALUE", // required
55
+ * ThumbnailImageAlignment: "STRING_VALUE",
56
+ * CardContent: { // RcsCardContent
57
+ * Title: "STRING_VALUE",
58
+ * Description: "STRING_VALUE",
59
+ * Media: { // RcsCardMedia
60
+ * FileUrl: "STRING_VALUE", // required
61
+ * ThumbnailUrl: "STRING_VALUE",
62
+ * Height: "STRING_VALUE",
63
+ * },
64
+ * Suggestions: [ // RcsCardSuggestedActionList
65
+ * { // RcsSuggestedAction Union: only one key present
66
+ * Reply: { // RcsReplyAction
67
+ * Text: "STRING_VALUE", // required
68
+ * PostbackData: "STRING_VALUE", // required
69
+ * },
70
+ * OpenUrl: { // RcsOpenUrlAction
71
+ * Text: "STRING_VALUE", // required
72
+ * PostbackData: "STRING_VALUE", // required
73
+ * Url: "STRING_VALUE", // required
74
+ * Application: "STRING_VALUE",
75
+ * WebviewViewMode: "STRING_VALUE",
76
+ * },
77
+ * DialPhone: { // RcsDialPhoneAction
78
+ * Text: "STRING_VALUE", // required
79
+ * PostbackData: "STRING_VALUE", // required
80
+ * PhoneNumber: "STRING_VALUE", // required
81
+ * },
82
+ * ShowLocation: { // RcsShowLocationAction
83
+ * Text: "STRING_VALUE", // required
84
+ * PostbackData: "STRING_VALUE", // required
85
+ * Latitude: Number("double"), // required
86
+ * Longitude: Number("double"), // required
87
+ * Label: "STRING_VALUE",
88
+ * },
89
+ * RequestLocation: { // RcsRequestLocationAction
90
+ * Text: "STRING_VALUE", // required
91
+ * PostbackData: "STRING_VALUE", // required
92
+ * },
93
+ * CreateCalendarEvent: { // RcsCreateCalendarEventAction
94
+ * Text: "STRING_VALUE", // required
95
+ * PostbackData: "STRING_VALUE", // required
96
+ * Title: "STRING_VALUE", // required
97
+ * StartTime: new Date("TIMESTAMP"), // required
98
+ * EndTime: new Date("TIMESTAMP"), // required
99
+ * Description: "STRING_VALUE",
100
+ * },
101
+ * },
102
+ * ],
103
+ * },
104
+ * },
105
+ * Carousel: { // RcsCarousel
106
+ * CardWidth: "STRING_VALUE", // required
107
+ * CardContents: [ // RcsCarouselCardContentList // required
108
+ * { // RcsCarouselCardContent
109
+ * Title: "STRING_VALUE",
110
+ * Description: "STRING_VALUE",
111
+ * Media: { // RcsCarouselCardMedia
112
+ * FileUrl: "STRING_VALUE", // required
113
+ * ThumbnailUrl: "STRING_VALUE",
114
+ * Height: "STRING_VALUE",
115
+ * },
116
+ * Suggestions: [
117
+ * {// Union: only one key present
118
+ * Reply: {
119
+ * Text: "STRING_VALUE", // required
120
+ * PostbackData: "STRING_VALUE", // required
121
+ * },
122
+ * OpenUrl: {
123
+ * Text: "STRING_VALUE", // required
124
+ * PostbackData: "STRING_VALUE", // required
125
+ * Url: "STRING_VALUE", // required
126
+ * Application: "STRING_VALUE",
127
+ * WebviewViewMode: "STRING_VALUE",
128
+ * },
129
+ * DialPhone: {
130
+ * Text: "STRING_VALUE", // required
131
+ * PostbackData: "STRING_VALUE", // required
132
+ * PhoneNumber: "STRING_VALUE", // required
133
+ * },
134
+ * ShowLocation: {
135
+ * Text: "STRING_VALUE", // required
136
+ * PostbackData: "STRING_VALUE", // required
137
+ * Latitude: Number("double"), // required
138
+ * Longitude: Number("double"), // required
139
+ * Label: "STRING_VALUE",
140
+ * },
141
+ * RequestLocation: {
142
+ * Text: "STRING_VALUE", // required
143
+ * PostbackData: "STRING_VALUE", // required
144
+ * },
145
+ * CreateCalendarEvent: {
146
+ * Text: "STRING_VALUE", // required
147
+ * PostbackData: "STRING_VALUE", // required
148
+ * Title: "STRING_VALUE", // required
149
+ * StartTime: new Date("TIMESTAMP"), // required
150
+ * EndTime: new Date("TIMESTAMP"), // required
151
+ * Description: "STRING_VALUE",
152
+ * },
153
+ * },
154
+ * ],
155
+ * },
156
+ * ],
157
+ * },
158
+ * },
159
+ * Suggestions: [ // RcsSuggestedActionList
160
+ * "<RcsSuggestedAction>",
161
+ * ],
162
+ * },
163
+ * TimeToLive: Number("int"),
164
+ * MessageTrafficType: "STRING_VALUE",
165
+ * FallbackConfiguration: { // RcsFallbackConfiguration
166
+ * Channel: "STRING_VALUE", // required
167
+ * MessageBody: "STRING_VALUE",
168
+ * MediaUrls: [ // MediaUrlList
169
+ * "STRING_VALUE",
170
+ * ],
171
+ * OriginationIdentity: "STRING_VALUE",
172
+ * },
173
+ * ProtectConfigurationId: "STRING_VALUE",
174
+ * ConfigurationSetName: "STRING_VALUE",
175
+ * MaxPrice: "STRING_VALUE",
176
+ * DryRun: true || false,
177
+ * Context: { // ContextMap
178
+ * "<keys>": "STRING_VALUE",
179
+ * },
180
+ * MessageFeedbackEnabled: true || false,
181
+ * };
182
+ * const command = new SendRcsMessageCommand(input);
183
+ * const response = await client.send(command);
184
+ * // { // SendRcsMessageResult
185
+ * // MessageId: "STRING_VALUE",
186
+ * // };
187
+ *
188
+ * ```
189
+ *
190
+ * @param SendRcsMessageCommandInput - {@link SendRcsMessageCommandInput}
191
+ * @returns {@link SendRcsMessageCommandOutput}
192
+ * @see {@link SendRcsMessageCommandInput} for command's `input` shape.
193
+ * @see {@link SendRcsMessageCommandOutput} for command's `response` shape.
194
+ * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
195
+ *
196
+ * @throws {@link AccessDeniedException} (client fault)
197
+ * <p>The request was denied because you don't have sufficient permissions to access the resource.</p>
198
+ *
199
+ * @throws {@link ConflictException} (client fault)
200
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time or it could be that the requested action isn't valid for the current state or configuration of the resource.</p>
201
+ *
202
+ * @throws {@link InternalServerException} (server fault)
203
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might be able to successfully issue the request again in the future.</p>
204
+ *
205
+ * @throws {@link ResourceNotFoundException} (client fault)
206
+ * <p>A requested resource couldn't be found.</p>
207
+ *
208
+ * @throws {@link ServiceQuotaExceededException} (client fault)
209
+ * <p>The request would cause a service quota to be exceeded.</p>
210
+ *
211
+ * @throws {@link ThrottlingException} (client fault)
212
+ * <p>An error that occurred because too many requests were sent during a certain amount of time.</p>
213
+ *
214
+ * @throws {@link ValidationException} (client fault)
215
+ * <p>A validation exception for a field.</p>
216
+ *
217
+ * @throws {@link PinpointSMSVoiceV2ServiceException}
218
+ * <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
219
+ *
220
+ *
221
+ * @public
222
+ */
223
+ export declare class SendRcsMessageCommand extends SendRcsMessageCommand_base {
224
+ /** @internal type navigation helper, not in runtime. */
225
+ protected static __types: {
226
+ api: {
227
+ input: SendRcsMessageRequest;
228
+ output: SendRcsMessageResult;
229
+ };
230
+ sdk: {
231
+ input: SendRcsMessageCommandInput;
232
+ output: SendRcsMessageCommandOutput;
233
+ };
234
+ };
235
+ }
@@ -0,0 +1,88 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { SetRcsMessageSpendLimitOverrideRequest, SetRcsMessageSpendLimitOverrideResult } from "../models/models_0";
4
+ import type { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link SetRcsMessageSpendLimitOverrideCommand}.
14
+ */
15
+ export interface SetRcsMessageSpendLimitOverrideCommandInput extends SetRcsMessageSpendLimitOverrideRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link SetRcsMessageSpendLimitOverrideCommand}.
21
+ */
22
+ export interface SetRcsMessageSpendLimitOverrideCommandOutput extends SetRcsMessageSpendLimitOverrideResult, __MetadataBearer {
23
+ }
24
+ declare const SetRcsMessageSpendLimitOverrideCommand_base: {
25
+ new (input: SetRcsMessageSpendLimitOverrideCommandInput): import("@smithy/core/client").CommandImpl<SetRcsMessageSpendLimitOverrideCommandInput, SetRcsMessageSpendLimitOverrideCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SetRcsMessageSpendLimitOverrideCommandInput): import("@smithy/core/client").CommandImpl<SetRcsMessageSpendLimitOverrideCommandInput, SetRcsMessageSpendLimitOverrideCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Sets an account level monthly spend limit override for sending RCS messages. The requested spend limit must be less than or equal to the <code>MaxLimit</code>, which is set by Amazon Web Services.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { PinpointSMSVoiceV2Client, SetRcsMessageSpendLimitOverrideCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
37
+ * // const { PinpointSMSVoiceV2Client, SetRcsMessageSpendLimitOverrideCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
38
+ * // import type { PinpointSMSVoiceV2ClientConfig } from "@aws-sdk/client-pinpoint-sms-voice-v2";
39
+ * const config = {}; // type is PinpointSMSVoiceV2ClientConfig
40
+ * const client = new PinpointSMSVoiceV2Client(config);
41
+ * const input = { // SetRcsMessageSpendLimitOverrideRequest
42
+ * MonthlyLimit: Number("long"), // required
43
+ * };
44
+ * const command = new SetRcsMessageSpendLimitOverrideCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // SetRcsMessageSpendLimitOverrideResult
47
+ * // MonthlyLimit: Number("long"),
48
+ * // };
49
+ *
50
+ * ```
51
+ *
52
+ * @param SetRcsMessageSpendLimitOverrideCommandInput - {@link SetRcsMessageSpendLimitOverrideCommandInput}
53
+ * @returns {@link SetRcsMessageSpendLimitOverrideCommandOutput}
54
+ * @see {@link SetRcsMessageSpendLimitOverrideCommandInput} for command's `input` shape.
55
+ * @see {@link SetRcsMessageSpendLimitOverrideCommandOutput} for command's `response` shape.
56
+ * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
57
+ *
58
+ * @throws {@link AccessDeniedException} (client fault)
59
+ * <p>The request was denied because you don't have sufficient permissions to access the resource.</p>
60
+ *
61
+ * @throws {@link InternalServerException} (server fault)
62
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might be able to successfully issue the request again in the future.</p>
63
+ *
64
+ * @throws {@link ThrottlingException} (client fault)
65
+ * <p>An error that occurred because too many requests were sent during a certain amount of time.</p>
66
+ *
67
+ * @throws {@link ValidationException} (client fault)
68
+ * <p>A validation exception for a field.</p>
69
+ *
70
+ * @throws {@link PinpointSMSVoiceV2ServiceException}
71
+ * <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
72
+ *
73
+ *
74
+ * @public
75
+ */
76
+ export declare class SetRcsMessageSpendLimitOverrideCommand extends SetRcsMessageSpendLimitOverrideCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: SetRcsMessageSpendLimitOverrideRequest;
81
+ output: SetRcsMessageSpendLimitOverrideResult;
82
+ };
83
+ sdk: {
84
+ input: SetRcsMessageSpendLimitOverrideCommandInput;
85
+ output: SetRcsMessageSpendLimitOverrideCommandOutput;
86
+ };
87
+ };
88
+ }
@@ -46,6 +46,12 @@ declare const UpdateRcsAgentCommand_base: {
46
46
  * TwoWayChannelArn: "STRING_VALUE",
47
47
  * TwoWayChannelRole: "STRING_VALUE",
48
48
  * TwoWayEnabled: true || false,
49
+ * TwoWayMediaS3BucketName: "STRING_VALUE",
50
+ * TwoWayMediaS3KeyPrefix: "STRING_VALUE",
51
+ * TwoWayMediaS3Role: "STRING_VALUE",
52
+ * TwoWayRcsEventsEnabled: [ // RcsEventTypeList
53
+ * "STRING_VALUE",
54
+ * ],
49
55
  * };
50
56
  * const command = new UpdateRcsAgentCommand(input);
51
57
  * const response = await client.send(command);
@@ -60,6 +66,12 @@ declare const UpdateRcsAgentCommand_base: {
60
66
  * // TwoWayChannelArn: "STRING_VALUE",
61
67
  * // TwoWayChannelRole: "STRING_VALUE",
62
68
  * // TwoWayEnabled: true || false, // required
69
+ * // TwoWayMediaS3BucketName: "STRING_VALUE",
70
+ * // TwoWayMediaS3KeyPrefix: "STRING_VALUE",
71
+ * // TwoWayMediaS3Role: "STRING_VALUE",
72
+ * // TwoWayRcsEventsEnabled: [ // RcsEventTypeList
73
+ * // "STRING_VALUE",
74
+ * // ],
63
75
  * // };
64
76
  *
65
77
  * ```
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { VerifyDestinationNumberRequest, VerifyDestinationNumberResult } from "../models/models_0";
3
+ import type { VerifyDestinationNumberRequest, VerifyDestinationNumberResult } from "../models/models_1";
4
4
  import type { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
5
5
  /**
6
6
  * @public
@@ -28,6 +28,7 @@ export * from "./DeletePoolCommand";
28
28
  export * from "./DeleteProtectConfigurationCommand";
29
29
  export * from "./DeleteProtectConfigurationRuleSetNumberOverrideCommand";
30
30
  export * from "./DeleteRcsAgentCommand";
31
+ export * from "./DeleteRcsMessageSpendLimitOverrideCommand";
31
32
  export * from "./DeleteRegistrationAttachmentCommand";
32
33
  export * from "./DeleteRegistrationCommand";
33
34
  export * from "./DeleteRegistrationFieldValueCommand";
@@ -82,6 +83,7 @@ export * from "./SendDestinationNumberVerificationCodeCommand";
82
83
  export * from "./SendMediaMessageCommand";
83
84
  export * from "./SendNotifyTextMessageCommand";
84
85
  export * from "./SendNotifyVoiceMessageCommand";
86
+ export * from "./SendRcsMessageCommand";
85
87
  export * from "./SendTextMessageCommand";
86
88
  export * from "./SendVoiceMessageCommand";
87
89
  export * from "./SetAccountDefaultProtectConfigurationCommand";
@@ -90,6 +92,7 @@ export * from "./SetDefaultMessageTypeCommand";
90
92
  export * from "./SetDefaultSenderIdCommand";
91
93
  export * from "./SetMediaMessageSpendLimitOverrideCommand";
92
94
  export * from "./SetNotifyMessageSpendLimitOverrideCommand";
95
+ export * from "./SetRcsMessageSpendLimitOverrideCommand";
93
96
  export * from "./SetTextMessageSpendLimitOverrideCommand";
94
97
  export * from "./SetVoiceMessageSpendLimitOverrideCommand";
95
98
  export * from "./SubmitRegistrationVersionCommand";
@@ -14,4 +14,5 @@ export * from "./pagination";
14
14
  export * from "./models/enums";
15
15
  export * from "./models/errors";
16
16
  export * from "./models/models_0";
17
+ export * from "./models/models_1";
17
18
  export { PinpointSMSVoiceV2ServiceException } from "./models/PinpointSMSVoiceV2ServiceException";
@@ -134,6 +134,7 @@ export declare const ServiceQuotaExceededExceptionReason: {
134
134
  readonly KEYWORDS_PER_POOL: "KEYWORDS_PER_POOL";
135
135
  readonly MONTHLY_SPEND_LIMIT_REACHED_FOR_MEDIA: "MONTHLY_SPEND_LIMIT_REACHED_FOR_MEDIA";
136
136
  readonly MONTHLY_SPEND_LIMIT_REACHED_FOR_NOTIFY: "MONTHLY_SPEND_LIMIT_REACHED_FOR_NOTIFY";
137
+ readonly MONTHLY_SPEND_LIMIT_REACHED_FOR_RCS: "MONTHLY_SPEND_LIMIT_REACHED_FOR_RCS";
137
138
  readonly MONTHLY_SPEND_LIMIT_REACHED_FOR_TEXT: "MONTHLY_SPEND_LIMIT_REACHED_FOR_TEXT";
138
139
  readonly MONTHLY_SPEND_LIMIT_REACHED_FOR_VOICE: "MONTHLY_SPEND_LIMIT_REACHED_FOR_VOICE";
139
140
  readonly NOTIFY_CONFIGURATIONS_PER_ACCOUNT: "NOTIFY_CONFIGURATIONS_PER_ACCOUNT";
@@ -313,6 +314,15 @@ export declare const EventType: {
313
314
  readonly MEDIA_TTL_EXPIRED: "MEDIA_TTL_EXPIRED";
314
315
  readonly MEDIA_UNKNOWN: "MEDIA_UNKNOWN";
315
316
  readonly MEDIA_UNREACHABLE: "MEDIA_UNREACHABLE";
317
+ readonly RCS_ALL: "RCS_ALL";
318
+ readonly RCS_DELIVERED: "RCS_DELIVERED";
319
+ readonly RCS_FAILED: "RCS_FAILED";
320
+ readonly RCS_FALLEN_BACK_TO_SMS: "RCS_FALLEN_BACK_TO_SMS";
321
+ readonly RCS_PROTECT_BLOCKED: "RCS_PROTECT_BLOCKED";
322
+ readonly RCS_QUEUED: "RCS_QUEUED";
323
+ readonly RCS_READ: "RCS_READ";
324
+ readonly RCS_SENT: "RCS_SENT";
325
+ readonly RCS_TTL_EXPIRED: "RCS_TTL_EXPIRED";
316
326
  readonly TEXT_ALL: "TEXT_ALL";
317
327
  readonly TEXT_BLOCKED: "TEXT_BLOCKED";
318
328
  readonly TEXT_CARRIER_BLOCKED: "TEXT_CARRIER_BLOCKED";
@@ -957,6 +967,7 @@ export type SenderIdFilterName = (typeof SenderIdFilterName)[keyof typeof Sender
957
967
  export declare const SpendLimitName: {
958
968
  readonly MEDIA_MESSAGE_MONTHLY_SPEND_LIMIT: "MEDIA_MESSAGE_MONTHLY_SPEND_LIMIT";
959
969
  readonly NOTIFY_MESSAGE_MONTHLY_SPEND_LIMIT: "NOTIFY_MESSAGE_MONTHLY_SPEND_LIMIT";
970
+ readonly RCS_MESSAGE_MONTHLY_SPEND_LIMIT: "RCS_MESSAGE_MONTHLY_SPEND_LIMIT";
960
971
  readonly TEXT_MESSAGE_MONTHLY_SPEND_LIMIT: "TEXT_MESSAGE_MONTHLY_SPEND_LIMIT";
961
972
  readonly VOICE_MESSAGE_MONTHLY_SPEND_LIMIT: "VOICE_MESSAGE_MONTHLY_SPEND_LIMIT";
962
973
  };
@@ -1104,6 +1115,18 @@ export declare const VerificationChannel: {
1104
1115
  * @public
1105
1116
  */
1106
1117
  export type VerificationChannel = (typeof VerificationChannel)[keyof typeof VerificationChannel];
1118
+ /**
1119
+ * @public
1120
+ * @enum
1121
+ */
1122
+ export declare const RcsFallbackChannel: {
1123
+ readonly MMS: "MMS";
1124
+ readonly SMS: "SMS";
1125
+ };
1126
+ /**
1127
+ * @public
1128
+ */
1129
+ export type RcsFallbackChannel = (typeof RcsFallbackChannel)[keyof typeof RcsFallbackChannel];
1107
1130
  /**
1108
1131
  * @public
1109
1132
  * @enum