aws-sdk 2.1662.0 → 2.1663.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 +1 -1
- package/apis/cleanrooms-2022-02-17.min.json +444 -156
- package/apis/iotsitewise-2019-12-02.min.json +113 -98
- package/apis/mediapackagev2-2022-12-25.min.json +0 -3
- package/apis/medical-imaging-2023-07-19.min.json +75 -35
- package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
- package/clients/cleanrooms.d.ts +328 -63
- package/clients/dynamodb.d.ts +6 -6
- package/clients/iotsitewise.d.ts +37 -25
- package/clients/mediapackagev2.d.ts +1 -1
- package/clients/medicalimaging.d.ts +38 -0
- package/clients/pinpointsmsvoicev2.d.ts +56 -56
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -36,19 +36,19 @@ declare class PinpointSMSVoiceV2 extends Service { | |
| 36 36 | 
             
               */
         | 
| 37 37 | 
             
              createConfigurationSet(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.CreateConfigurationSetResult) => void): Request<PinpointSMSVoiceV2.Types.CreateConfigurationSetResult, AWSError>;
         | 
| 38 38 | 
             
              /**
         | 
| 39 | 
            -
               * Creates a new event destination in a configuration set. An event destination is a location where you send message events. The event options are Amazon CloudWatch, Amazon  | 
| 39 | 
            +
               * Creates a new event destination in a configuration set. An event destination is a location where you send message events. The event options are Amazon CloudWatch, Amazon Data Firehose, or Amazon SNS. For example, when a message is delivered successfully, you can send information about that event to an event destination, or send notifications to endpoints that are subscribed to an Amazon SNS topic. Each configuration set can contain between 0 and 5 event destinations. Each event destination can contain a reference to a single destination, such as a CloudWatch or Firehose destination.
         | 
| 40 40 | 
             
               */
         | 
| 41 41 | 
             
              createEventDestination(params: PinpointSMSVoiceV2.Types.CreateEventDestinationRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.CreateEventDestinationResult) => void): Request<PinpointSMSVoiceV2.Types.CreateEventDestinationResult, AWSError>;
         | 
| 42 42 | 
             
              /**
         | 
| 43 | 
            -
               * Creates a new event destination in a configuration set. An event destination is a location where you send message events. The event options are Amazon CloudWatch, Amazon  | 
| 43 | 
            +
               * Creates a new event destination in a configuration set. An event destination is a location where you send message events. The event options are Amazon CloudWatch, Amazon Data Firehose, or Amazon SNS. For example, when a message is delivered successfully, you can send information about that event to an event destination, or send notifications to endpoints that are subscribed to an Amazon SNS topic. Each configuration set can contain between 0 and 5 event destinations. Each event destination can contain a reference to a single destination, such as a CloudWatch or Firehose destination.
         | 
| 44 44 | 
             
               */
         | 
| 45 45 | 
             
              createEventDestination(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.CreateEventDestinationResult) => void): Request<PinpointSMSVoiceV2.Types.CreateEventDestinationResult, AWSError>;
         | 
| 46 46 | 
             
              /**
         | 
| 47 | 
            -
               * Creates a new opt-out list. If the opt-out list name already exists, an error is returned. An opt-out list is a list of phone numbers that are opted out, meaning you can't send SMS or voice messages to them. If end user replies with the keyword "STOP," an entry for the phone number is added to the opt-out list. In addition to STOP, your recipients can use any supported opt-out keyword, such as CANCEL or OPTOUT. For a list of supported opt-out keywords, see  SMS opt out  in the  | 
| 47 | 
            +
               * Creates a new opt-out list. If the opt-out list name already exists, an error is returned. An opt-out list is a list of phone numbers that are opted out, meaning you can't send SMS or voice messages to them. If end user replies with the keyword "STOP," an entry for the phone number is added to the opt-out list. In addition to STOP, your recipients can use any supported opt-out keyword, such as CANCEL or OPTOUT. For a list of supported opt-out keywords, see  SMS opt out  in the AWS End User Messaging SMS User Guide.
         | 
| 48 48 | 
             
               */
         | 
| 49 49 | 
             
              createOptOutList(params: PinpointSMSVoiceV2.Types.CreateOptOutListRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.CreateOptOutListResult) => void): Request<PinpointSMSVoiceV2.Types.CreateOptOutListResult, AWSError>;
         | 
| 50 50 | 
             
              /**
         | 
| 51 | 
            -
               * Creates a new opt-out list. If the opt-out list name already exists, an error is returned. An opt-out list is a list of phone numbers that are opted out, meaning you can't send SMS or voice messages to them. If end user replies with the keyword "STOP," an entry for the phone number is added to the opt-out list. In addition to STOP, your recipients can use any supported opt-out keyword, such as CANCEL or OPTOUT. For a list of supported opt-out keywords, see  SMS opt out  in the  | 
| 51 | 
            +
               * Creates a new opt-out list. If the opt-out list name already exists, an error is returned. An opt-out list is a list of phone numbers that are opted out, meaning you can't send SMS or voice messages to them. If end user replies with the keyword "STOP," an entry for the phone number is added to the opt-out list. In addition to STOP, your recipients can use any supported opt-out keyword, such as CANCEL or OPTOUT. For a list of supported opt-out keywords, see  SMS opt out  in the AWS End User Messaging SMS User Guide.
         | 
| 52 52 | 
             
               */
         | 
| 53 53 | 
             
              createOptOutList(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.CreateOptOutListResult) => void): Request<PinpointSMSVoiceV2.Types.CreateOptOutListResult, AWSError>;
         | 
| 54 54 | 
             
              /**
         | 
| @@ -148,11 +148,11 @@ declare class PinpointSMSVoiceV2 extends Service { | |
| 148 148 | 
             
               */
         | 
| 149 149 | 
             
              deleteEventDestination(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DeleteEventDestinationResult) => void): Request<PinpointSMSVoiceV2.Types.DeleteEventDestinationResult, AWSError>;
         | 
| 150 150 | 
             
              /**
         | 
| 151 | 
            -
               * Deletes an existing keyword from an origination phone number or pool. A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword,  | 
| 151 | 
            +
               * Deletes an existing keyword from an origination phone number or pool. A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" can't be deleted or modified.
         | 
| 152 152 | 
             
               */
         | 
| 153 153 | 
             
              deleteKeyword(params: PinpointSMSVoiceV2.Types.DeleteKeywordRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DeleteKeywordResult) => void): Request<PinpointSMSVoiceV2.Types.DeleteKeywordResult, AWSError>;
         | 
| 154 154 | 
             
              /**
         | 
| 155 | 
            -
               * Deletes an existing keyword from an origination phone number or pool. A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword,  | 
| 155 | 
            +
               * Deletes an existing keyword from an origination phone number or pool. A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" can't be deleted or modified.
         | 
| 156 156 | 
             
               */
         | 
| 157 157 | 
             
              deleteKeyword(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DeleteKeywordResult) => void): Request<PinpointSMSVoiceV2.Types.DeleteKeywordResult, AWSError>;
         | 
| 158 158 | 
             
              /**
         | 
| @@ -220,11 +220,11 @@ declare class PinpointSMSVoiceV2 extends Service { | |
| 220 220 | 
             
               */
         | 
| 221 221 | 
             
              deleteRegistrationFieldValue(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DeleteRegistrationFieldValueResult) => void): Request<PinpointSMSVoiceV2.Types.DeleteRegistrationFieldValueResult, AWSError>;
         | 
| 222 222 | 
             
              /**
         | 
| 223 | 
            -
               * Deletes an account-level monthly spending limit override for sending text messages. Deleting a spend limit override will set the EnforcedLimit to equal the MaxLimit, which is controlled by Amazon Web Services. For more information on spend limits (quotas) see  | 
| 223 | 
            +
               * Deletes an account-level monthly spending limit override for sending text messages. Deleting a spend limit override will set the EnforcedLimit to equal the MaxLimit, which is controlled by Amazon Web Services. For more information on spend limits (quotas) see Quotas  in the AWS End User Messaging SMS User Guide.
         | 
| 224 224 | 
             
               */
         | 
| 225 225 | 
             
              deleteTextMessageSpendLimitOverride(params: PinpointSMSVoiceV2.Types.DeleteTextMessageSpendLimitOverrideRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DeleteTextMessageSpendLimitOverrideResult) => void): Request<PinpointSMSVoiceV2.Types.DeleteTextMessageSpendLimitOverrideResult, AWSError>;
         | 
| 226 226 | 
             
              /**
         | 
| 227 | 
            -
               * Deletes an account-level monthly spending limit override for sending text messages. Deleting a spend limit override will set the EnforcedLimit to equal the MaxLimit, which is controlled by Amazon Web Services. For more information on spend limits (quotas) see  | 
| 227 | 
            +
               * Deletes an account-level monthly spending limit override for sending text messages. Deleting a spend limit override will set the EnforcedLimit to equal the MaxLimit, which is controlled by Amazon Web Services. For more information on spend limits (quotas) see Quotas  in the AWS End User Messaging SMS User Guide.
         | 
| 228 228 | 
             
               */
         | 
| 229 229 | 
             
              deleteTextMessageSpendLimitOverride(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DeleteTextMessageSpendLimitOverrideResult) => void): Request<PinpointSMSVoiceV2.Types.DeleteTextMessageSpendLimitOverrideResult, AWSError>;
         | 
| 230 230 | 
             
              /**
         | 
| @@ -236,27 +236,27 @@ declare class PinpointSMSVoiceV2 extends Service { | |
| 236 236 | 
             
               */
         | 
| 237 237 | 
             
              deleteVerifiedDestinationNumber(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DeleteVerifiedDestinationNumberResult) => void): Request<PinpointSMSVoiceV2.Types.DeleteVerifiedDestinationNumberResult, AWSError>;
         | 
| 238 238 | 
             
              /**
         | 
| 239 | 
            -
               * Deletes an account level monthly spend limit override for sending voice messages. Deleting a spend limit override sets the EnforcedLimit equal to the MaxLimit, which is controlled by Amazon Web Services. For more information on spending limits (quotas) see  | 
| 239 | 
            +
               * Deletes an account level monthly spend limit override for sending voice messages. Deleting a spend limit override sets the EnforcedLimit equal to the MaxLimit, which is controlled by Amazon Web Services. For more information on spending limits (quotas) see Quotas  in the AWS End User Messaging SMS User Guide.
         | 
| 240 240 | 
             
               */
         | 
| 241 241 | 
             
              deleteVoiceMessageSpendLimitOverride(params: PinpointSMSVoiceV2.Types.DeleteVoiceMessageSpendLimitOverrideRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DeleteVoiceMessageSpendLimitOverrideResult) => void): Request<PinpointSMSVoiceV2.Types.DeleteVoiceMessageSpendLimitOverrideResult, AWSError>;
         | 
| 242 242 | 
             
              /**
         | 
| 243 | 
            -
               * Deletes an account level monthly spend limit override for sending voice messages. Deleting a spend limit override sets the EnforcedLimit equal to the MaxLimit, which is controlled by Amazon Web Services. For more information on spending limits (quotas) see  | 
| 243 | 
            +
               * Deletes an account level monthly spend limit override for sending voice messages. Deleting a spend limit override sets the EnforcedLimit equal to the MaxLimit, which is controlled by Amazon Web Services. For more information on spending limits (quotas) see Quotas  in the AWS End User Messaging SMS User Guide.
         | 
| 244 244 | 
             
               */
         | 
| 245 245 | 
             
              deleteVoiceMessageSpendLimitOverride(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DeleteVoiceMessageSpendLimitOverrideResult) => void): Request<PinpointSMSVoiceV2.Types.DeleteVoiceMessageSpendLimitOverrideResult, AWSError>;
         | 
| 246 246 | 
             
              /**
         | 
| 247 | 
            -
               * Describes attributes of your Amazon Web Services account. The supported account attributes include account tier, which indicates whether your account is in the sandbox or production environment. When you're ready to move your account out of the sandbox, create an Amazon Web Services Support case for a service limit increase request. New  | 
| 247 | 
            +
               * Describes attributes of your Amazon Web Services account. The supported account attributes include account tier, which indicates whether your account is in the sandbox or production environment. When you're ready to move your account out of the sandbox, create an Amazon Web Services Support case for a service limit increase request. New accounts are placed into an SMS or voice sandbox. The sandbox protects both Amazon Web Services end recipients and SMS or voice recipients from fraud and abuse. 
         | 
| 248 248 | 
             
               */
         | 
| 249 249 | 
             
              describeAccountAttributes(params: PinpointSMSVoiceV2.Types.DescribeAccountAttributesRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DescribeAccountAttributesResult) => void): Request<PinpointSMSVoiceV2.Types.DescribeAccountAttributesResult, AWSError>;
         | 
| 250 250 | 
             
              /**
         | 
| 251 | 
            -
               * Describes attributes of your Amazon Web Services account. The supported account attributes include account tier, which indicates whether your account is in the sandbox or production environment. When you're ready to move your account out of the sandbox, create an Amazon Web Services Support case for a service limit increase request. New  | 
| 251 | 
            +
               * Describes attributes of your Amazon Web Services account. The supported account attributes include account tier, which indicates whether your account is in the sandbox or production environment. When you're ready to move your account out of the sandbox, create an Amazon Web Services Support case for a service limit increase request. New accounts are placed into an SMS or voice sandbox. The sandbox protects both Amazon Web Services end recipients and SMS or voice recipients from fraud and abuse. 
         | 
| 252 252 | 
             
               */
         | 
| 253 253 | 
             
              describeAccountAttributes(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DescribeAccountAttributesResult) => void): Request<PinpointSMSVoiceV2.Types.DescribeAccountAttributesResult, AWSError>;
         | 
| 254 254 | 
             
              /**
         | 
| 255 | 
            -
               * Describes the current  | 
| 255 | 
            +
               * Describes the current AWS End User Messaging SMS and Voice SMS Voice V2 resource quotas for your account. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value. When you establish an Amazon Web Services account, the account has initial quotas on the maximum number of configuration sets, opt-out lists, phone numbers, and pools that you can create in a given Region. For more information see Quotas  in the AWS End User Messaging SMS User Guide.
         | 
| 256 256 | 
             
               */
         | 
| 257 257 | 
             
              describeAccountLimits(params: PinpointSMSVoiceV2.Types.DescribeAccountLimitsRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DescribeAccountLimitsResult) => void): Request<PinpointSMSVoiceV2.Types.DescribeAccountLimitsResult, AWSError>;
         | 
| 258 258 | 
             
              /**
         | 
| 259 | 
            -
               * Describes the current  | 
| 259 | 
            +
               * Describes the current AWS End User Messaging SMS and Voice SMS Voice V2 resource quotas for your account. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value. When you establish an Amazon Web Services account, the account has initial quotas on the maximum number of configuration sets, opt-out lists, phone numbers, and pools that you can create in a given Region. For more information see Quotas  in the AWS End User Messaging SMS User Guide.
         | 
| 260 260 | 
             
               */
         | 
| 261 261 | 
             
              describeAccountLimits(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DescribeAccountLimitsResult) => void): Request<PinpointSMSVoiceV2.Types.DescribeAccountLimitsResult, AWSError>;
         | 
| 262 262 | 
             
              /**
         | 
| @@ -268,11 +268,11 @@ declare class PinpointSMSVoiceV2 extends Service { | |
| 268 268 | 
             
               */
         | 
| 269 269 | 
             
              describeConfigurationSets(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DescribeConfigurationSetsResult) => void): Request<PinpointSMSVoiceV2.Types.DescribeConfigurationSetsResult, AWSError>;
         | 
| 270 270 | 
             
              /**
         | 
| 271 | 
            -
               * Describes the specified keywords or all keywords on your origination phone number or pool. A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword,  | 
| 271 | 
            +
               * Describes the specified keywords or all keywords on your origination phone number or pool. A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. If you specify a keyword that isn't valid, an error is returned.
         | 
| 272 272 | 
             
               */
         | 
| 273 273 | 
             
              describeKeywords(params: PinpointSMSVoiceV2.Types.DescribeKeywordsRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DescribeKeywordsResult) => void): Request<PinpointSMSVoiceV2.Types.DescribeKeywordsResult, AWSError>;
         | 
| 274 274 | 
             
              /**
         | 
| 275 | 
            -
               * Describes the specified keywords or all keywords on your origination phone number or pool. A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword,  | 
| 275 | 
            +
               * Describes the specified keywords or all keywords on your origination phone number or pool. A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. If you specify a keyword that isn't valid, an error is returned.
         | 
| 276 276 | 
             
               */
         | 
| 277 277 | 
             
              describeKeywords(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DescribeKeywordsResult) => void): Request<PinpointSMSVoiceV2.Types.DescribeKeywordsResult, AWSError>;
         | 
| 278 278 | 
             
              /**
         | 
| @@ -380,11 +380,11 @@ declare class PinpointSMSVoiceV2 extends Service { | |
| 380 380 | 
             
               */
         | 
| 381 381 | 
             
              describeSenderIds(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DescribeSenderIdsResult) => void): Request<PinpointSMSVoiceV2.Types.DescribeSenderIdsResult, AWSError>;
         | 
| 382 382 | 
             
              /**
         | 
| 383 | 
            -
               * Describes the current  | 
| 383 | 
            +
               * Describes the current monthly spend limits for sending voice and text messages. When you establish an Amazon Web Services account, the account has initial monthly spend limit in a given Region. For more information on increasing your monthly spend limit, see  Requesting increases to your monthly SMS, MMS, or Voice spending quota  in the AWS End User Messaging SMS User Guide.
         | 
| 384 384 | 
             
               */
         | 
| 385 385 | 
             
              describeSpendLimits(params: PinpointSMSVoiceV2.Types.DescribeSpendLimitsRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DescribeSpendLimitsResult) => void): Request<PinpointSMSVoiceV2.Types.DescribeSpendLimitsResult, AWSError>;
         | 
| 386 386 | 
             
              /**
         | 
| 387 | 
            -
               * Describes the current  | 
| 387 | 
            +
               * Describes the current monthly spend limits for sending voice and text messages. When you establish an Amazon Web Services account, the account has initial monthly spend limit in a given Region. For more information on increasing your monthly spend limit, see  Requesting increases to your monthly SMS, MMS, or Voice spending quota  in the AWS End User Messaging SMS User Guide.
         | 
| 388 388 | 
             
               */
         | 
| 389 389 | 
             
              describeSpendLimits(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.DescribeSpendLimitsResult) => void): Request<PinpointSMSVoiceV2.Types.DescribeSpendLimitsResult, AWSError>;
         | 
| 390 390 | 
             
              /**
         | 
| @@ -452,11 +452,11 @@ declare class PinpointSMSVoiceV2 extends Service { | |
| 452 452 | 
             
               */
         | 
| 453 453 | 
             
              listTagsForResource(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.ListTagsForResourceResult) => void): Request<PinpointSMSVoiceV2.Types.ListTagsForResourceResult, AWSError>;
         | 
| 454 454 | 
             
              /**
         | 
| 455 | 
            -
               * Creates or updates a keyword configuration on an origination phone number or pool.  A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword,  | 
| 455 | 
            +
               * Creates or updates a keyword configuration on an origination phone number or pool.  A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. If you specify a keyword that isn't valid, an error is returned.
         | 
| 456 456 | 
             
               */
         | 
| 457 457 | 
             
              putKeyword(params: PinpointSMSVoiceV2.Types.PutKeywordRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.PutKeywordResult) => void): Request<PinpointSMSVoiceV2.Types.PutKeywordResult, AWSError>;
         | 
| 458 458 | 
             
              /**
         | 
| 459 | 
            -
               * Creates or updates a keyword configuration on an origination phone number or pool.  A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword,  | 
| 459 | 
            +
               * Creates or updates a keyword configuration on an origination phone number or pool.  A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. If you specify a keyword that isn't valid, an error is returned.
         | 
| 460 460 | 
             
               */
         | 
| 461 461 | 
             
              putKeyword(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.PutKeywordResult) => void): Request<PinpointSMSVoiceV2.Types.PutKeywordResult, AWSError>;
         | 
| 462 462 | 
             
              /**
         | 
| @@ -492,11 +492,11 @@ declare class PinpointSMSVoiceV2 extends Service { | |
| 492 492 | 
             
               */
         | 
| 493 493 | 
             
              releaseSenderId(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.ReleaseSenderIdResult) => void): Request<PinpointSMSVoiceV2.Types.ReleaseSenderIdResult, AWSError>;
         | 
| 494 494 | 
             
              /**
         | 
| 495 | 
            -
               * Request an origination phone number for use in your account. For more information on phone number request see | 
| 495 | 
            +
               * Request an origination phone number for use in your account. For more information on phone number request see Request a phone number in the AWS End User Messaging SMS User Guide.
         | 
| 496 496 | 
             
               */
         | 
| 497 497 | 
             
              requestPhoneNumber(params: PinpointSMSVoiceV2.Types.RequestPhoneNumberRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.RequestPhoneNumberResult) => void): Request<PinpointSMSVoiceV2.Types.RequestPhoneNumberResult, AWSError>;
         | 
| 498 498 | 
             
              /**
         | 
| 499 | 
            -
               * Request an origination phone number for use in your account. For more information on phone number request see | 
| 499 | 
            +
               * Request an origination phone number for use in your account. For more information on phone number request see Request a phone number in the AWS End User Messaging SMS User Guide.
         | 
| 500 500 | 
             
               */
         | 
| 501 501 | 
             
              requestPhoneNumber(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.RequestPhoneNumberResult) => void): Request<PinpointSMSVoiceV2.Types.RequestPhoneNumberResult, AWSError>;
         | 
| 502 502 | 
             
              /**
         | 
| @@ -524,19 +524,19 @@ declare class PinpointSMSVoiceV2 extends Service { | |
| 524 524 | 
             
               */
         | 
| 525 525 | 
             
              sendMediaMessage(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.SendMediaMessageResult) => void): Request<PinpointSMSVoiceV2.Types.SendMediaMessageResult, AWSError>;
         | 
| 526 526 | 
             
              /**
         | 
| 527 | 
            -
               * Creates a new text message and sends it to a recipient's phone number. SMS throughput limits are measured in Message Parts per Second (MPS). Your MPS limit depends on the destination country of your messages, as well as the type of phone number (origination number) that you use to send the message. For more information, see Message Parts per Second (MPS) limits in the  | 
| 527 | 
            +
               * Creates a new text message and sends it to a recipient's phone number. SendTextMessage only sends an SMS message to one recipient each time it is invoked. SMS throughput limits are measured in Message Parts per Second (MPS). Your MPS limit depends on the destination country of your messages, as well as the type of phone number (origination number) that you use to send the message. For more information about MPS, see Message Parts per Second (MPS) limits in the AWS End User Messaging SMS User Guide.
         | 
| 528 528 | 
             
               */
         | 
| 529 529 | 
             
              sendTextMessage(params: PinpointSMSVoiceV2.Types.SendTextMessageRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.SendTextMessageResult) => void): Request<PinpointSMSVoiceV2.Types.SendTextMessageResult, AWSError>;
         | 
| 530 530 | 
             
              /**
         | 
| 531 | 
            -
               * Creates a new text message and sends it to a recipient's phone number. SMS throughput limits are measured in Message Parts per Second (MPS). Your MPS limit depends on the destination country of your messages, as well as the type of phone number (origination number) that you use to send the message. For more information, see Message Parts per Second (MPS) limits in the  | 
| 531 | 
            +
               * Creates a new text message and sends it to a recipient's phone number. SendTextMessage only sends an SMS message to one recipient each time it is invoked. SMS throughput limits are measured in Message Parts per Second (MPS). Your MPS limit depends on the destination country of your messages, as well as the type of phone number (origination number) that you use to send the message. For more information about MPS, see Message Parts per Second (MPS) limits in the AWS End User Messaging SMS User Guide.
         | 
| 532 532 | 
             
               */
         | 
| 533 533 | 
             
              sendTextMessage(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.SendTextMessageResult) => void): Request<PinpointSMSVoiceV2.Types.SendTextMessageResult, AWSError>;
         | 
| 534 534 | 
             
              /**
         | 
| 535 | 
            -
               * Allows you to send a request that sends a voice message | 
| 535 | 
            +
               * Allows you to send a request that sends a voice message. This operation uses Amazon Polly to convert a text script into a voice message.
         | 
| 536 536 | 
             
               */
         | 
| 537 537 | 
             
              sendVoiceMessage(params: PinpointSMSVoiceV2.Types.SendVoiceMessageRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.SendVoiceMessageResult) => void): Request<PinpointSMSVoiceV2.Types.SendVoiceMessageResult, AWSError>;
         | 
| 538 538 | 
             
              /**
         | 
| 539 | 
            -
               * Allows you to send a request that sends a voice message | 
| 539 | 
            +
               * Allows you to send a request that sends a voice message. This operation uses Amazon Polly to convert a text script into a voice message.
         | 
| 540 540 | 
             
               */
         | 
| 541 541 | 
             
              sendVoiceMessage(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.SendVoiceMessageResult) => void): Request<PinpointSMSVoiceV2.Types.SendVoiceMessageResult, AWSError>;
         | 
| 542 542 | 
             
              /**
         | 
| @@ -596,27 +596,27 @@ declare class PinpointSMSVoiceV2 extends Service { | |
| 596 596 | 
             
               */
         | 
| 597 597 | 
             
              submitRegistrationVersion(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.SubmitRegistrationVersionResult) => void): Request<PinpointSMSVoiceV2.Types.SubmitRegistrationVersionResult, AWSError>;
         | 
| 598 598 | 
             
              /**
         | 
| 599 | 
            -
               * Adds or overwrites only the specified tags for the specified  | 
| 599 | 
            +
               * Adds or overwrites only the specified tags for the specified resource. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and an optional value. Tag keys must be unique per resource. For more information about tags, see Tags  in the AWS End User Messaging SMS User Guide.
         | 
| 600 600 | 
             
               */
         | 
| 601 601 | 
             
              tagResource(params: PinpointSMSVoiceV2.Types.TagResourceRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.TagResourceResult) => void): Request<PinpointSMSVoiceV2.Types.TagResourceResult, AWSError>;
         | 
| 602 602 | 
             
              /**
         | 
| 603 | 
            -
               * Adds or overwrites only the specified tags for the specified  | 
| 603 | 
            +
               * Adds or overwrites only the specified tags for the specified resource. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and an optional value. Tag keys must be unique per resource. For more information about tags, see Tags  in the AWS End User Messaging SMS User Guide.
         | 
| 604 604 | 
             
               */
         | 
| 605 605 | 
             
              tagResource(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.TagResourceResult) => void): Request<PinpointSMSVoiceV2.Types.TagResourceResult, AWSError>;
         | 
| 606 606 | 
             
              /**
         | 
| 607 | 
            -
               * Removes the association of the specified tags from  | 
| 607 | 
            +
               * Removes the association of the specified tags from a resource. For more information on tags see Tags  in the AWS End User Messaging SMS User Guide.
         | 
| 608 608 | 
             
               */
         | 
| 609 609 | 
             
              untagResource(params: PinpointSMSVoiceV2.Types.UntagResourceRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.UntagResourceResult) => void): Request<PinpointSMSVoiceV2.Types.UntagResourceResult, AWSError>;
         | 
| 610 610 | 
             
              /**
         | 
| 611 | 
            -
               * Removes the association of the specified tags from  | 
| 611 | 
            +
               * Removes the association of the specified tags from a resource. For more information on tags see Tags  in the AWS End User Messaging SMS User Guide.
         | 
| 612 612 | 
             
               */
         | 
| 613 613 | 
             
              untagResource(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.UntagResourceResult) => void): Request<PinpointSMSVoiceV2.Types.UntagResourceResult, AWSError>;
         | 
| 614 614 | 
             
              /**
         | 
| 615 | 
            -
               * Updates an existing event destination in a configuration set. You can update the IAM role ARN for CloudWatch Logs and  | 
| 615 | 
            +
               * Updates an existing event destination in a configuration set. You can update the IAM role ARN for CloudWatch Logs and Firehose. You can also enable or disable the event destination. You may want to update an event destination to change its matching event types or updating the destination resource ARN. You can't change an event destination's type between CloudWatch Logs, Firehose, and Amazon SNS.
         | 
| 616 616 | 
             
               */
         | 
| 617 617 | 
             
              updateEventDestination(params: PinpointSMSVoiceV2.Types.UpdateEventDestinationRequest, callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.UpdateEventDestinationResult) => void): Request<PinpointSMSVoiceV2.Types.UpdateEventDestinationResult, AWSError>;
         | 
| 618 618 | 
             
              /**
         | 
| 619 | 
            -
               * Updates an existing event destination in a configuration set. You can update the IAM role ARN for CloudWatch Logs and  | 
| 619 | 
            +
               * Updates an existing event destination in a configuration set. You can update the IAM role ARN for CloudWatch Logs and Firehose. You can also enable or disable the event destination. You may want to update an event destination to change its matching event types or updating the destination resource ARN. You can't change an event destination's type between CloudWatch Logs, Firehose, and Amazon SNS.
         | 
| 620 620 | 
             
               */
         | 
| 621 621 | 
             
              updateEventDestination(callback?: (err: AWSError, data: PinpointSMSVoiceV2.Types.UpdateEventDestinationResult) => void): Request<PinpointSMSVoiceV2.Types.UpdateEventDestinationResult, AWSError>;
         | 
| 622 622 | 
             
              /**
         | 
| @@ -873,7 +873,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 873 873 | 
             
                 */
         | 
| 874 874 | 
             
                EventDestinationName: EventDestinationName;
         | 
| 875 875 | 
             
                /**
         | 
| 876 | 
            -
                 * An array of event types that determine which events to log. If "ALL" is used, then  | 
| 876 | 
            +
                 * An array of event types that determine which events to log. If "ALL" is used, then AWS End User Messaging SMS and Voice logs every event type.  The TEXT_SENT event type is not supported. 
         | 
| 877 877 | 
             
                 */
         | 
| 878 878 | 
             
                MatchingEventTypes: EventTypeList;
         | 
| 879 879 | 
             
                /**
         | 
| @@ -881,7 +881,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 881 881 | 
             
                 */
         | 
| 882 882 | 
             
                CloudWatchLogsDestination?: CloudWatchLogsDestination;
         | 
| 883 883 | 
             
                /**
         | 
| 884 | 
            -
                 * An object that contains information about an event destination for logging to Amazon  | 
| 884 | 
            +
                 * An object that contains information about an event destination for logging to Amazon Data Firehose.
         | 
| 885 885 | 
             
                 */
         | 
| 886 886 | 
             
                KinesisFirehoseDestination?: KinesisFirehoseDestination;
         | 
| 887 887 | 
             
                /**
         | 
| @@ -941,7 +941,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 941 941 | 
             
              }
         | 
| 942 942 | 
             
              export interface CreatePoolRequest {
         | 
| 943 943 | 
             
                /**
         | 
| 944 | 
            -
                 * The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use DescribePhoneNumbers to find the values for PhoneNumberId and PhoneNumberArn while DescribeSenderIds can be used to get the values for SenderId and SenderIdArn.
         | 
| 944 | 
            +
                 * The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use DescribePhoneNumbers to find the values for PhoneNumberId and PhoneNumberArn while DescribeSenderIds can be used to get the values for SenderId and SenderIdArn. After the pool is created you can add more origination identities to the pool by using AssociateOriginationIdentity.
         | 
| 945 945 | 
             
                 */
         | 
| 946 946 | 
             
                OriginationIdentity: PhoneOrSenderIdOrArn;
         | 
| 947 947 | 
             
                /**
         | 
| @@ -949,7 +949,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 949 949 | 
             
                 */
         | 
| 950 950 | 
             
                IsoCountryCode: IsoCountryCode;
         | 
| 951 951 | 
             
                /**
         | 
| 952 | 
            -
                 * The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.
         | 
| 952 | 
            +
                 * The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive. After the pool is created the MessageType can't be changed.
         | 
| 953 953 | 
             
                 */
         | 
| 954 954 | 
             
                MessageType: MessageType;
         | 
| 955 955 | 
             
                /**
         | 
| @@ -995,7 +995,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 995 995 | 
             
                 */
         | 
| 996 996 | 
             
                TwoWayChannelRole?: IamRoleArn;
         | 
| 997 997 | 
             
                /**
         | 
| 998 | 
            -
                 * By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers,  | 
| 998 | 
            +
                 * By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
         | 
| 999 999 | 
             
                 */
         | 
| 1000 1000 | 
             
                SelfManagedOptOutsEnabled?: PrimitiveBoolean;
         | 
| 1001 1001 | 
             
                /**
         | 
| @@ -1003,7 +1003,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 1003 1003 | 
             
                 */
         | 
| 1004 1004 | 
             
                OptOutListName?: OptOutListName;
         | 
| 1005 1005 | 
             
                /**
         | 
| 1006 | 
            -
                 * Indicates whether shared routes are enabled for the pool.
         | 
| 1006 | 
            +
                 * Indicates whether shared routes are enabled for the pool. Set to false and only origination identities in this pool are used to send messages. 
         | 
| 1007 1007 | 
             
                 */
         | 
| 1008 1008 | 
             
                SharedRoutesEnabled?: PrimitiveBoolean;
         | 
| 1009 1009 | 
             
                /**
         | 
| @@ -1495,7 +1495,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 1495 1495 | 
             
                 */
         | 
| 1496 1496 | 
             
                TwoWayChannelRole?: IamRoleArn;
         | 
| 1497 1497 | 
             
                /**
         | 
| 1498 | 
            -
                 * By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers,  | 
| 1498 | 
            +
                 * By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
         | 
| 1499 1499 | 
             
                 */
         | 
| 1500 1500 | 
             
                SelfManagedOptOutsEnabled?: PrimitiveBoolean;
         | 
| 1501 1501 | 
             
                /**
         | 
| @@ -2386,7 +2386,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 2386 2386 | 
             
                 */
         | 
| 2387 2387 | 
             
                CloudWatchLogsDestination?: CloudWatchLogsDestination;
         | 
| 2388 2388 | 
             
                /**
         | 
| 2389 | 
            -
                 * An object that contains information about an event destination for logging to Amazon  | 
| 2389 | 
            +
                 * An object that contains information about an event destination for logging to Amazon Data Firehose.
         | 
| 2390 2390 | 
             
                 */
         | 
| 2391 2391 | 
             
                KinesisFirehoseDestination?: KinesisFirehoseDestination;
         | 
| 2392 2392 | 
             
                /**
         | 
| @@ -2428,7 +2428,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 2428 2428 | 
             
                 */
         | 
| 2429 2429 | 
             
                NumberCapability: NumberCapability;
         | 
| 2430 2430 | 
             
                /**
         | 
| 2431 | 
            -
                 * A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability. The Key is the two-letter ISO country code. For a list of supported ISO country codes, see Supported countries and regions (SMS channel) in the  | 
| 2431 | 
            +
                 * A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability. The Key is the two-letter ISO country code. For a list of supported ISO country codes, see Supported countries and regions (SMS channel) in the AWS End User Messaging SMS User Guide.
         | 
| 2432 2432 | 
             
                 */
         | 
| 2433 2433 | 
             
                CountryRuleSet: ProtectConfigurationCountryRuleSet;
         | 
| 2434 2434 | 
             
              }
         | 
| @@ -2468,7 +2468,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 2468 2468 | 
             
              export type KeywordMessage = string;
         | 
| 2469 2469 | 
             
              export interface KinesisFirehoseDestination {
         | 
| 2470 2470 | 
             
                /**
         | 
| 2471 | 
            -
                 * The ARN of an Identity and Access Management role that is able to write event data to an Amazon  | 
| 2471 | 
            +
                 * The ARN of an Identity and Access Management role that is able to write event data to an Amazon Data Firehose destination.
         | 
| 2472 2472 | 
             
                 */
         | 
| 2473 2473 | 
             
                IamRoleArn: IamRoleArn;
         | 
| 2474 2474 | 
             
                /**
         | 
| @@ -2718,7 +2718,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 2718 2718 | 
             
                 */
         | 
| 2719 2719 | 
             
                TwoWayChannelRole?: IamRoleArn;
         | 
| 2720 2720 | 
             
                /**
         | 
| 2721 | 
            -
                 * When set to false an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers,  | 
| 2721 | 
            +
                 * When set to false an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out request. For more information see Self-managed opt-outs 
         | 
| 2722 2722 | 
             
                 */
         | 
| 2723 2723 | 
             
                SelfManagedOptOutsEnabled: PrimitiveBoolean;
         | 
| 2724 2724 | 
             
                /**
         | 
| @@ -2789,7 +2789,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 2789 2789 | 
             
                 */
         | 
| 2790 2790 | 
             
                TwoWayChannelRole?: IamRoleArn;
         | 
| 2791 2791 | 
             
                /**
         | 
| 2792 | 
            -
                 * When set to false, an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers,  | 
| 2792 | 
            +
                 * When set to false, an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests. For more information see Self-managed opt-outs 
         | 
| 2793 2793 | 
             
                 */
         | 
| 2794 2794 | 
             
                SelfManagedOptOutsEnabled: PrimitiveBoolean;
         | 
| 2795 2795 | 
             
                /**
         | 
| @@ -2797,7 +2797,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 2797 2797 | 
             
                 */
         | 
| 2798 2798 | 
             
                OptOutListName: OptOutListName;
         | 
| 2799 2799 | 
             
                /**
         | 
| 2800 | 
            -
                 * Allows you to enable shared routes on your pool. By default, this is set to False. If you set this value to True, your messages are sent using phone numbers or sender IDs (depending on the country) that are shared with other  | 
| 2800 | 
            +
                 * Allows you to enable shared routes on your pool. By default, this is set to False. If you set this value to True, your messages are sent using phone numbers or sender IDs (depending on the country) that are shared with other users. In some countries, such as the United States, senders aren't allowed to use shared routes and must use a dedicated phone number or short code.
         | 
| 2801 2801 | 
             
                 */
         | 
| 2802 2802 | 
             
                SharedRoutesEnabled: PrimitiveBoolean;
         | 
| 2803 2803 | 
             
                /**
         | 
| @@ -3443,7 +3443,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 3443 3443 | 
             
                 */
         | 
| 3444 3444 | 
             
                TwoWayChannelRole?: IamRoleArn;
         | 
| 3445 3445 | 
             
                /**
         | 
| 3446 | 
            -
                 * By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers,  | 
| 3446 | 
            +
                 * By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
         | 
| 3447 3447 | 
             
                 */
         | 
| 3448 3448 | 
             
                SelfManagedOptOutsEnabled?: PrimitiveBoolean;
         | 
| 3449 3449 | 
             
                /**
         | 
| @@ -3591,7 +3591,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 3591 3591 | 
             
                 */
         | 
| 3592 3592 | 
             
                TwoWayChannelRole?: IamRoleArn;
         | 
| 3593 3593 | 
             
                /**
         | 
| 3594 | 
            -
                 * By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers,  | 
| 3594 | 
            +
                 * By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
         | 
| 3595 3595 | 
             
                 */
         | 
| 3596 3596 | 
             
                SelfManagedOptOutsEnabled?: PrimitiveBoolean;
         | 
| 3597 3597 | 
             
                /**
         | 
| @@ -3824,11 +3824,11 @@ declare namespace PinpointSMSVoiceV2 { | |
| 3824 3824 | 
             
                 */
         | 
| 3825 3825 | 
             
                ConfigurationSetName?: ConfigurationSetNameOrArn;
         | 
| 3826 3826 | 
             
                /**
         | 
| 3827 | 
            -
                 * The maximum amount that you want to spend, in US dollars, per each text message | 
| 3827 | 
            +
                 * The maximum amount that you want to spend, in US dollars, per each text message. If the calculated amount to send the text message is greater than MaxPrice, the message is not sent and an error is returned.
         | 
| 3828 3828 | 
             
                 */
         | 
| 3829 3829 | 
             
                MaxPrice?: MaxPrice;
         | 
| 3830 3830 | 
             
                /**
         | 
| 3831 | 
            -
                 * How long the text message is valid for. By default this is 72 hours.
         | 
| 3831 | 
            +
                 * How long the text message is valid for, in seconds. By default this is 72 hours. If the messages isn't handed off before the TTL expires we stop attempting to hand off the message and return TTL_EXPIRED event.
         | 
| 3832 3832 | 
             
                 */
         | 
| 3833 3833 | 
             
                TimeToLive?: TimeToLive;
         | 
| 3834 3834 | 
             
                /**
         | 
| @@ -3836,11 +3836,11 @@ declare namespace PinpointSMSVoiceV2 { | |
| 3836 3836 | 
             
                 */
         | 
| 3837 3837 | 
             
                Context?: ContextMap;
         | 
| 3838 3838 | 
             
                /**
         | 
| 3839 | 
            -
                 * This field is used for any country-specific registration requirements. Currently, this setting is only used when you send messages to recipients in India using a sender ID. For more information see Special requirements for sending SMS messages to recipients in India. 
         | 
| 3839 | 
            +
                 * This field is used for any country-specific registration requirements. Currently, this setting is only used when you send messages to recipients in India using a sender ID. For more information see Special requirements for sending SMS messages to recipients in India.     IN_ENTITY_ID The entity ID or Principal Entity (PE) ID that you received after completing the sender ID registration process.    IN_TEMPLATE_ID The template ID that you received after completing the sender ID registration process.  Make sure that the Template ID that you specify matches your message template exactly. If your message doesn't match the template that you provided during the registration process, the mobile carriers might reject your message.   
         | 
| 3840 3840 | 
             
                 */
         | 
| 3841 3841 | 
             
                DestinationCountryParameters?: DestinationCountryParameters;
         | 
| 3842 3842 | 
             
                /**
         | 
| 3843 | 
            -
                 * When set to true, the message is checked and validated, but isn't sent to the end recipient.
         | 
| 3843 | 
            +
                 * When set to true, the message is checked and validated, but isn't sent to the end recipient. You are not charged for using DryRun. The Message Parts per Second (MPS) limit when using DryRun is five. If your origination identity has a lower MPS limit then the lower MPS limit is used. For more information about MPS limits, see Message Parts per Second (MPS) limits in the AWS End User Messaging SMS User Guide..
         | 
| 3844 3844 | 
             
                 */
         | 
| 3845 3845 | 
             
                DryRun?: PrimitiveBoolean;
         | 
| 3846 3846 | 
             
                /**
         | 
| @@ -4223,7 +4223,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 4223 4223 | 
             
                 */
         | 
| 4224 4224 | 
             
                CloudWatchLogsDestination?: CloudWatchLogsDestination;
         | 
| 4225 4225 | 
             
                /**
         | 
| 4226 | 
            -
                 * An object that contains information about an event destination for logging to  | 
| 4226 | 
            +
                 * An object that contains information about an event destination for logging to Firehose.
         | 
| 4227 4227 | 
             
                 */
         | 
| 4228 4228 | 
             
                KinesisFirehoseDestination?: KinesisFirehoseDestination;
         | 
| 4229 4229 | 
             
                /**
         | 
| @@ -4263,7 +4263,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 4263 4263 | 
             
                 */
         | 
| 4264 4264 | 
             
                TwoWayChannelRole?: IamRoleArn;
         | 
| 4265 4265 | 
             
                /**
         | 
| 4266 | 
            -
                 * By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers,  | 
| 4266 | 
            +
                 * By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
         | 
| 4267 4267 | 
             
                 */
         | 
| 4268 4268 | 
             
                SelfManagedOptOutsEnabled?: Boolean;
         | 
| 4269 4269 | 
             
                /**
         | 
| @@ -4363,7 +4363,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 4363 4363 | 
             
                 */
         | 
| 4364 4364 | 
             
                TwoWayChannelRole?: IamRoleArn;
         | 
| 4365 4365 | 
             
                /**
         | 
| 4366 | 
            -
                 * By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers,  | 
| 4366 | 
            +
                 * By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
         | 
| 4367 4367 | 
             
                 */
         | 
| 4368 4368 | 
             
                SelfManagedOptOutsEnabled?: Boolean;
         | 
| 4369 4369 | 
             
                /**
         | 
| @@ -4409,7 +4409,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 4409 4409 | 
             
                 */
         | 
| 4410 4410 | 
             
                TwoWayChannelRole?: IamRoleArn;
         | 
| 4411 4411 | 
             
                /**
         | 
| 4412 | 
            -
                 * When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers,  | 
| 4412 | 
            +
                 * When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
         | 
| 4413 4413 | 
             
                 */
         | 
| 4414 4414 | 
             
                SelfManagedOptOutsEnabled?: PrimitiveBoolean;
         | 
| 4415 4415 | 
             
                /**
         | 
| @@ -4439,7 +4439,7 @@ declare namespace PinpointSMSVoiceV2 { | |
| 4439 4439 | 
             
                 */
         | 
| 4440 4440 | 
             
                NumberCapability: NumberCapability;
         | 
| 4441 4441 | 
             
                /**
         | 
| 4442 | 
            -
                 * A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability. The Key is the two-letter ISO country code. For a list of supported ISO country codes, see Supported countries and regions (SMS channel) in the  | 
| 4442 | 
            +
                 * A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability. The Key is the two-letter ISO country code. For a list of supported ISO country codes, see Supported countries and regions (SMS channel) in the AWS End User Messaging SMS User Guide.
         | 
| 4443 4443 | 
             
                 */
         | 
| 4444 4444 | 
             
                CountryRuleSetUpdates: ProtectConfigurationCountryRuleSet;
         | 
| 4445 4445 | 
             
              }
         |