1{ 2 "version":"2.0", 3 "metadata":{ 4 "apiVersion":"2022-03-31", 5 "endpointPrefix":"sms-voice", 6 "jsonVersion":"1.0", 7 "protocol":"json", 8 "serviceFullName":"Amazon Pinpoint SMS Voice V2", 9 "serviceId":"Pinpoint SMS Voice V2", 10 "signatureVersion":"v4", 11 "signingName":"sms-voice", 12 "targetPrefix":"PinpointSMSVoiceV2", 13 "uid":"pinpoint-sms-voice-v2-2022-03-31" 14 }, 15 "operations":{ 16 "AssociateOriginationIdentity":{ 17 "name":"AssociateOriginationIdentity", 18 "http":{ 19 "method":"POST", 20 "requestUri":"/" 21 }, 22 "input":{"shape":"AssociateOriginationIdentityRequest"}, 23 "output":{"shape":"AssociateOriginationIdentityResult"}, 24 "errors":[ 25 {"shape":"ServiceQuotaExceededException"}, 26 {"shape":"ThrottlingException"}, 27 {"shape":"AccessDeniedException"}, 28 {"shape":"ResourceNotFoundException"}, 29 {"shape":"ValidationException"}, 30 {"shape":"ConflictException"}, 31 {"shape":"InternalServerException"} 32 ], 33 "documentation":"<p>Associates the specified origination identity with a pool.</p> <p>If the origination identity is a phone number and is already associated with another pool, an error is returned. A sender ID can be associated with multiple pools.</p> <p>If the origination identity configuration doesn't match the pool's configuration, an error is returned.</p>" 34 }, 35 "CreateConfigurationSet":{ 36 "name":"CreateConfigurationSet", 37 "http":{ 38 "method":"POST", 39 "requestUri":"/" 40 }, 41 "input":{"shape":"CreateConfigurationSetRequest"}, 42 "output":{"shape":"CreateConfigurationSetResult"}, 43 "errors":[ 44 {"shape":"ServiceQuotaExceededException"}, 45 {"shape":"ThrottlingException"}, 46 {"shape":"AccessDeniedException"}, 47 {"shape":"ValidationException"}, 48 {"shape":"ConflictException"}, 49 {"shape":"InternalServerException"} 50 ], 51 "documentation":"<p>Creates a new configuration set. After you create the configuration set, you can add one or more event destinations to it.</p> <p>A configuration set is a set of rules that you apply to the SMS and voice messages that you send.</p> <p>When you send a message, you can optionally specify a single configuration set.</p>" 52 }, 53 "CreateEventDestination":{ 54 "name":"CreateEventDestination", 55 "http":{ 56 "method":"POST", 57 "requestUri":"/" 58 }, 59 "input":{"shape":"CreateEventDestinationRequest"}, 60 "output":{"shape":"CreateEventDestinationResult"}, 61 "errors":[ 62 {"shape":"ServiceQuotaExceededException"}, 63 {"shape":"ThrottlingException"}, 64 {"shape":"AccessDeniedException"}, 65 {"shape":"ResourceNotFoundException"}, 66 {"shape":"ValidationException"}, 67 {"shape":"ConflictException"}, 68 {"shape":"InternalServerException"} 69 ], 70 "documentation":"<p>Creates a new event destination in a configuration set.</p> <p>An event destination is a location where you send message events. The event options are Amazon CloudWatch, Amazon Kinesis 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.</p> <p>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 Kinesis Data Firehose destination.</p>" 71 }, 72 "CreateOptOutList":{ 73 "name":"CreateOptOutList", 74 "http":{ 75 "method":"POST", 76 "requestUri":"/" 77 }, 78 "input":{"shape":"CreateOptOutListRequest"}, 79 "output":{"shape":"CreateOptOutListResult"}, 80 "errors":[ 81 {"shape":"ServiceQuotaExceededException"}, 82 {"shape":"ThrottlingException"}, 83 {"shape":"AccessDeniedException"}, 84 {"shape":"ValidationException"}, 85 {"shape":"ConflictException"}, 86 {"shape":"InternalServerException"} 87 ], 88 "documentation":"<p>Creates a new opt-out list.</p> <p>If the opt-out list name already exists, an error is returned.</p> <p>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 <a href=\"https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-manage.html#channels-sms-manage-optout\"> SMS opt out </a> in the <i>Amazon Pinpoint User Guide</i>.</p>" 89 }, 90 "CreatePool":{ 91 "name":"CreatePool", 92 "http":{ 93 "method":"POST", 94 "requestUri":"/" 95 }, 96 "input":{"shape":"CreatePoolRequest"}, 97 "output":{"shape":"CreatePoolResult"}, 98 "errors":[ 99 {"shape":"ServiceQuotaExceededException"}, 100 {"shape":"ThrottlingException"}, 101 {"shape":"AccessDeniedException"}, 102 {"shape":"ResourceNotFoundException"}, 103 {"shape":"ValidationException"}, 104 {"shape":"ConflictException"}, 105 {"shape":"InternalServerException"} 106 ], 107 "documentation":"<p>Creates a new pool and associates the specified origination identity to the pool. A pool can include one or more phone numbers and SenderIds that are associated with your Amazon Web Services account.</p> <p>The new pool inherits its configuration from the specified origination identity. This includes keywords, message type, opt-out list, two-way configuration, and self-managed opt-out configuration. Deletion protection isn't inherited from the origination identity and defaults to false.</p> <p>If the origination identity is a phone number and is already associated with another pool, an error is returned. A sender ID can be associated with multiple pools.</p>" 108 }, 109 "CreateRegistration":{ 110 "name":"CreateRegistration", 111 "http":{ 112 "method":"POST", 113 "requestUri":"/" 114 }, 115 "input":{"shape":"CreateRegistrationRequest"}, 116 "output":{"shape":"CreateRegistrationResult"}, 117 "errors":[ 118 {"shape":"ServiceQuotaExceededException"}, 119 {"shape":"ThrottlingException"}, 120 {"shape":"AccessDeniedException"}, 121 {"shape":"ValidationException"}, 122 {"shape":"ConflictException"}, 123 {"shape":"InternalServerException"} 124 ], 125 "documentation":"<p>Creates a new registration based on the <b>RegistrationType</b> field. </p>" 126 }, 127 "CreateRegistrationAssociation":{ 128 "name":"CreateRegistrationAssociation", 129 "http":{ 130 "method":"POST", 131 "requestUri":"/" 132 }, 133 "input":{"shape":"CreateRegistrationAssociationRequest"}, 134 "output":{"shape":"CreateRegistrationAssociationResult"}, 135 "errors":[ 136 {"shape":"ServiceQuotaExceededException"}, 137 {"shape":"ThrottlingException"}, 138 {"shape":"AccessDeniedException"}, 139 {"shape":"ResourceNotFoundException"}, 140 {"shape":"ValidationException"}, 141 {"shape":"ConflictException"}, 142 {"shape":"InternalServerException"} 143 ], 144 "documentation":"<p>Associate the registration with an origination identity such as a phone number or sender ID.</p>" 145 }, 146 "CreateRegistrationAttachment":{ 147 "name":"CreateRegistrationAttachment", 148 "http":{ 149 "method":"POST", 150 "requestUri":"/" 151 }, 152 "input":{"shape":"CreateRegistrationAttachmentRequest"}, 153 "output":{"shape":"CreateRegistrationAttachmentResult"}, 154 "errors":[ 155 {"shape":"ServiceQuotaExceededException"}, 156 {"shape":"ThrottlingException"}, 157 {"shape":"AccessDeniedException"}, 158 {"shape":"ValidationException"}, 159 {"shape":"ConflictException"}, 160 {"shape":"InternalServerException"} 161 ], 162 "documentation":"<p>Create a new registration attachment to use for uploading a file or a URL to a file. The maximum file size is 1MiB and valid file extensions are PDF, JPEG and PNG. For example, many sender ID registrations require a signed “letter of authorization” (LOA) to be submitted.</p>" 163 }, 164 "CreateRegistrationVersion":{ 165 "name":"CreateRegistrationVersion", 166 "http":{ 167 "method":"POST", 168 "requestUri":"/" 169 }, 170 "input":{"shape":"CreateRegistrationVersionRequest"}, 171 "output":{"shape":"CreateRegistrationVersionResult"}, 172 "errors":[ 173 {"shape":"ServiceQuotaExceededException"}, 174 {"shape":"ThrottlingException"}, 175 {"shape":"AccessDeniedException"}, 176 {"shape":"ResourceNotFoundException"}, 177 {"shape":"ValidationException"}, 178 {"shape":"ConflictException"}, 179 {"shape":"InternalServerException"} 180 ], 181 "documentation":"<p>Create a new version of the registration and increase the <b>VersionNumber</b>. The previous version of the registration becomes read-only.</p>" 182 }, 183 "CreateVerifiedDestinationNumber":{ 184 "name":"CreateVerifiedDestinationNumber", 185 "http":{ 186 "method":"POST", 187 "requestUri":"/" 188 }, 189 "input":{"shape":"CreateVerifiedDestinationNumberRequest"}, 190 "output":{"shape":"CreateVerifiedDestinationNumberResult"}, 191 "errors":[ 192 {"shape":"ServiceQuotaExceededException"}, 193 {"shape":"ThrottlingException"}, 194 {"shape":"AccessDeniedException"}, 195 {"shape":"ValidationException"}, 196 {"shape":"ConflictException"}, 197 {"shape":"InternalServerException"} 198 ], 199 "documentation":"<p>You can only send messages to verified destination numbers when your account is in the sandbox. You can add up to 10 verified destination numbers.</p>" 200 }, 201 "DeleteConfigurationSet":{ 202 "name":"DeleteConfigurationSet", 203 "http":{ 204 "method":"POST", 205 "requestUri":"/" 206 }, 207 "input":{"shape":"DeleteConfigurationSetRequest"}, 208 "output":{"shape":"DeleteConfigurationSetResult"}, 209 "errors":[ 210 {"shape":"ThrottlingException"}, 211 {"shape":"AccessDeniedException"}, 212 {"shape":"ResourceNotFoundException"}, 213 {"shape":"ValidationException"}, 214 {"shape":"InternalServerException"} 215 ], 216 "documentation":"<p>Deletes an existing configuration set.</p> <p>A configuration set is a set of rules that you apply to voice and SMS messages that you send. In a configuration set, you can specify a destination for specific types of events related to voice and SMS messages. </p>" 217 }, 218 "DeleteDefaultMessageType":{ 219 "name":"DeleteDefaultMessageType", 220 "http":{ 221 "method":"POST", 222 "requestUri":"/" 223 }, 224 "input":{"shape":"DeleteDefaultMessageTypeRequest"}, 225 "output":{"shape":"DeleteDefaultMessageTypeResult"}, 226 "errors":[ 227 {"shape":"ThrottlingException"}, 228 {"shape":"AccessDeniedException"}, 229 {"shape":"ResourceNotFoundException"}, 230 {"shape":"ValidationException"}, 231 {"shape":"InternalServerException"} 232 ], 233 "documentation":"<p>Deletes an existing default message type on a configuration set.</p> <p> A message type is a type of messages that you plan to send. If you send account-related messages or time-sensitive messages such as one-time passcodes, choose <b>Transactional</b>. If you plan to send messages that contain marketing material or other promotional content, choose <b>Promotional</b>. This setting applies to your entire Amazon Web Services account. </p>" 234 }, 235 "DeleteDefaultSenderId":{ 236 "name":"DeleteDefaultSenderId", 237 "http":{ 238 "method":"POST", 239 "requestUri":"/" 240 }, 241 "input":{"shape":"DeleteDefaultSenderIdRequest"}, 242 "output":{"shape":"DeleteDefaultSenderIdResult"}, 243 "errors":[ 244 {"shape":"ThrottlingException"}, 245 {"shape":"AccessDeniedException"}, 246 {"shape":"ResourceNotFoundException"}, 247 {"shape":"ValidationException"}, 248 {"shape":"InternalServerException"} 249 ], 250 "documentation":"<p>Deletes an existing default sender ID on a configuration set.</p> <p>A default sender ID is the identity that appears on recipients' devices when they receive SMS messages. Support for sender ID capabilities varies by country or region.</p>" 251 }, 252 "DeleteEventDestination":{ 253 "name":"DeleteEventDestination", 254 "http":{ 255 "method":"POST", 256 "requestUri":"/" 257 }, 258 "input":{"shape":"DeleteEventDestinationRequest"}, 259 "output":{"shape":"DeleteEventDestinationResult"}, 260 "errors":[ 261 {"shape":"ThrottlingException"}, 262 {"shape":"AccessDeniedException"}, 263 {"shape":"ResourceNotFoundException"}, 264 {"shape":"ValidationException"}, 265 {"shape":"InternalServerException"} 266 ], 267 "documentation":"<p>Deletes an existing event destination.</p> <p>An event destination is a location where you send response information about the messages that you send. For example, when a message is delivered successfully, you can send information about that event to an Amazon CloudWatch destination, or send notifications to endpoints that are subscribed to an Amazon SNS topic.</p>" 268 }, 269 "DeleteKeyword":{ 270 "name":"DeleteKeyword", 271 "http":{ 272 "method":"POST", 273 "requestUri":"/" 274 }, 275 "input":{"shape":"DeleteKeywordRequest"}, 276 "output":{"shape":"DeleteKeywordResult"}, 277 "errors":[ 278 {"shape":"ThrottlingException"}, 279 {"shape":"AccessDeniedException"}, 280 {"shape":"ResourceNotFoundException"}, 281 {"shape":"ValidationException"}, 282 {"shape":"ConflictException"}, 283 {"shape":"InternalServerException"} 284 ], 285 "documentation":"<p>Deletes an existing keyword from an origination phone number or pool.</p> <p>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, Amazon Pinpoint responds with a customizable message.</p> <p>Keywords \"HELP\" and \"STOP\" can't be deleted or modified.</p>" 286 }, 287 "DeleteOptOutList":{ 288 "name":"DeleteOptOutList", 289 "http":{ 290 "method":"POST", 291 "requestUri":"/" 292 }, 293 "input":{"shape":"DeleteOptOutListRequest"}, 294 "output":{"shape":"DeleteOptOutListResult"}, 295 "errors":[ 296 {"shape":"ThrottlingException"}, 297 {"shape":"AccessDeniedException"}, 298 {"shape":"ResourceNotFoundException"}, 299 {"shape":"ValidationException"}, 300 {"shape":"ConflictException"}, 301 {"shape":"InternalServerException"} 302 ], 303 "documentation":"<p>Deletes an existing opt-out list. All opted out phone numbers in the opt-out list are deleted.</p> <p>If the specified opt-out list name doesn't exist or is in-use by an origination phone number or pool, an error is returned.</p>" 304 }, 305 "DeleteOptedOutNumber":{ 306 "name":"DeleteOptedOutNumber", 307 "http":{ 308 "method":"POST", 309 "requestUri":"/" 310 }, 311 "input":{"shape":"DeleteOptedOutNumberRequest"}, 312 "output":{"shape":"DeleteOptedOutNumberResult"}, 313 "errors":[ 314 {"shape":"ThrottlingException"}, 315 {"shape":"AccessDeniedException"}, 316 {"shape":"ResourceNotFoundException"}, 317 {"shape":"ValidationException"}, 318 {"shape":"ConflictException"}, 319 {"shape":"InternalServerException"} 320 ], 321 "documentation":"<p>Deletes an existing opted out destination phone number from the specified opt-out list.</p> <p>Each destination phone number can only be deleted once every 30 days.</p> <p>If the specified destination phone number doesn't exist or if the opt-out list doesn't exist, an error is returned.</p>" 322 }, 323 "DeletePool":{ 324 "name":"DeletePool", 325 "http":{ 326 "method":"POST", 327 "requestUri":"/" 328 }, 329 "input":{"shape":"DeletePoolRequest"}, 330 "output":{"shape":"DeletePoolResult"}, 331 "errors":[ 332 {"shape":"ThrottlingException"}, 333 {"shape":"AccessDeniedException"}, 334 {"shape":"ResourceNotFoundException"}, 335 {"shape":"ValidationException"}, 336 {"shape":"ConflictException"}, 337 {"shape":"InternalServerException"} 338 ], 339 "documentation":"<p>Deletes an existing pool. Deleting a pool disassociates all origination identities from that pool.</p> <p>If the pool status isn't active or if deletion protection is enabled, an error is returned.</p> <p>A pool is a collection of phone numbers and SenderIds. A pool can include one or more phone numbers and SenderIds that are associated with your Amazon Web Services account.</p>" 340 }, 341 "DeleteRegistration":{ 342 "name":"DeleteRegistration", 343 "http":{ 344 "method":"POST", 345 "requestUri":"/" 346 }, 347 "input":{"shape":"DeleteRegistrationRequest"}, 348 "output":{"shape":"DeleteRegistrationResult"}, 349 "errors":[ 350 {"shape":"ThrottlingException"}, 351 {"shape":"AccessDeniedException"}, 352 {"shape":"ResourceNotFoundException"}, 353 {"shape":"ValidationException"}, 354 {"shape":"ConflictException"}, 355 {"shape":"InternalServerException"} 356 ], 357 "documentation":"<p>Permanently delete an existing registration from your account.</p>" 358 }, 359 "DeleteRegistrationAttachment":{ 360 "name":"DeleteRegistrationAttachment", 361 "http":{ 362 "method":"POST", 363 "requestUri":"/" 364 }, 365 "input":{"shape":"DeleteRegistrationAttachmentRequest"}, 366 "output":{"shape":"DeleteRegistrationAttachmentResult"}, 367 "errors":[ 368 {"shape":"ThrottlingException"}, 369 {"shape":"AccessDeniedException"}, 370 {"shape":"ResourceNotFoundException"}, 371 {"shape":"ValidationException"}, 372 {"shape":"ConflictException"}, 373 {"shape":"InternalServerException"} 374 ], 375 "documentation":"<p>Permanently delete the specified registration attachment.</p>" 376 }, 377 "DeleteRegistrationFieldValue":{ 378 "name":"DeleteRegistrationFieldValue", 379 "http":{ 380 "method":"POST", 381 "requestUri":"/" 382 }, 383 "input":{"shape":"DeleteRegistrationFieldValueRequest"}, 384 "output":{"shape":"DeleteRegistrationFieldValueResult"}, 385 "errors":[ 386 {"shape":"ThrottlingException"}, 387 {"shape":"AccessDeniedException"}, 388 {"shape":"ResourceNotFoundException"}, 389 {"shape":"ValidationException"}, 390 {"shape":"ConflictException"}, 391 {"shape":"InternalServerException"} 392 ], 393 "documentation":"<p>Delete the value in a registration form field.</p>" 394 }, 395 "DeleteTextMessageSpendLimitOverride":{ 396 "name":"DeleteTextMessageSpendLimitOverride", 397 "http":{ 398 "method":"POST", 399 "requestUri":"/" 400 }, 401 "input":{"shape":"DeleteTextMessageSpendLimitOverrideRequest"}, 402 "output":{"shape":"DeleteTextMessageSpendLimitOverrideResult"}, 403 "errors":[ 404 {"shape":"ThrottlingException"}, 405 {"shape":"AccessDeniedException"}, 406 {"shape":"ValidationException"}, 407 {"shape":"InternalServerException"} 408 ], 409 "documentation":"<p>Deletes an account-level monthly spending limit override for sending text messages. Deleting a spend limit override will set the <code>EnforcedLimit</code> to equal the <code>MaxLimit</code>, which is controlled by Amazon Web Services. For more information on spend limits (quotas) see <a href=\"https://docs.aws.amazon.com/pinpoint/latest/developerguide/quotas.html\">Amazon Pinpoint quotas </a> in the <i>Amazon Pinpoint Developer Guide</i>.</p>" 410 }, 411 "DeleteVerifiedDestinationNumber":{ 412 "name":"DeleteVerifiedDestinationNumber", 413 "http":{ 414 "method":"POST", 415 "requestUri":"/" 416 }, 417 "input":{"shape":"DeleteVerifiedDestinationNumberRequest"}, 418 "output":{"shape":"DeleteVerifiedDestinationNumberResult"}, 419 "errors":[ 420 {"shape":"ThrottlingException"}, 421 {"shape":"AccessDeniedException"}, 422 {"shape":"ResourceNotFoundException"}, 423 {"shape":"ValidationException"}, 424 {"shape":"ConflictException"}, 425 {"shape":"InternalServerException"} 426 ], 427 "documentation":"<p>Delete a verified destination phone number.</p>" 428 }, 429 "DeleteVoiceMessageSpendLimitOverride":{ 430 "name":"DeleteVoiceMessageSpendLimitOverride", 431 "http":{ 432 "method":"POST", 433 "requestUri":"/" 434 }, 435 "input":{"shape":"DeleteVoiceMessageSpendLimitOverrideRequest"}, 436 "output":{"shape":"DeleteVoiceMessageSpendLimitOverrideResult"}, 437 "errors":[ 438 {"shape":"ThrottlingException"}, 439 {"shape":"AccessDeniedException"}, 440 {"shape":"ValidationException"}, 441 {"shape":"InternalServerException"} 442 ], 443 "documentation":"<p>Deletes an account level monthly spend limit override for sending voice messages. Deleting a spend limit override sets the <code>EnforcedLimit</code> equal to the <code>MaxLimit</code>, which is controlled by Amazon Web Services. For more information on spending limits (quotas) see <a href=\"https://docs.aws.amazon.com/pinpoint/latest/developerguide/quotas.html\">Amazon Pinpoint quotas</a> in the <i>Amazon Pinpoint Developer Guide</i>.</p>" 444 }, 445 "DescribeAccountAttributes":{ 446 "name":"DescribeAccountAttributes", 447 "http":{ 448 "method":"POST", 449 "requestUri":"/" 450 }, 451 "input":{"shape":"DescribeAccountAttributesRequest"}, 452 "output":{"shape":"DescribeAccountAttributesResult"}, 453 "errors":[ 454 {"shape":"ThrottlingException"}, 455 {"shape":"AccessDeniedException"}, 456 {"shape":"ValidationException"}, 457 {"shape":"InternalServerException"} 458 ], 459 "documentation":"<p>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.</p> <p>New Amazon Pinpoint 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. </p>" 460 }, 461 "DescribeAccountLimits":{ 462 "name":"DescribeAccountLimits", 463 "http":{ 464 "method":"POST", 465 "requestUri":"/" 466 }, 467 "input":{"shape":"DescribeAccountLimitsRequest"}, 468 "output":{"shape":"DescribeAccountLimitsResult"}, 469 "errors":[ 470 {"shape":"ThrottlingException"}, 471 {"shape":"AccessDeniedException"}, 472 {"shape":"ValidationException"}, 473 {"shape":"InternalServerException"} 474 ], 475 "documentation":"<p>Describes the current Amazon Pinpoint 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.</p> <p>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 <a href=\"https://docs.aws.amazon.com/pinpoint/latest/developerguide/quotas.html\"> Amazon Pinpoint quotas </a> in the <i>Amazon Pinpoint Developer Guide</i>.</p>" 476 }, 477 "DescribeConfigurationSets":{ 478 "name":"DescribeConfigurationSets", 479 "http":{ 480 "method":"POST", 481 "requestUri":"/" 482 }, 483 "input":{"shape":"DescribeConfigurationSetsRequest"}, 484 "output":{"shape":"DescribeConfigurationSetsResult"}, 485 "errors":[ 486 {"shape":"ThrottlingException"}, 487 {"shape":"AccessDeniedException"}, 488 {"shape":"ResourceNotFoundException"}, 489 {"shape":"ValidationException"}, 490 {"shape":"InternalServerException"} 491 ], 492 "documentation":"<p>Describes the specified configuration sets or all in your account.</p> <p>If you specify configuration set names, the output includes information for only the specified configuration sets. If you specify filters, the output includes information for only those configuration sets that meet the filter criteria. If you don't specify configuration set names or filters, the output includes information for all configuration sets.</p> <p>If you specify a configuration set name that isn't valid, an error is returned.</p>" 493 }, 494 "DescribeKeywords":{ 495 "name":"DescribeKeywords", 496 "http":{ 497 "method":"POST", 498 "requestUri":"/" 499 }, 500 "input":{"shape":"DescribeKeywordsRequest"}, 501 "output":{"shape":"DescribeKeywordsResult"}, 502 "errors":[ 503 {"shape":"ThrottlingException"}, 504 {"shape":"AccessDeniedException"}, 505 {"shape":"ResourceNotFoundException"}, 506 {"shape":"ValidationException"}, 507 {"shape":"InternalServerException"} 508 ], 509 "documentation":"<p>Describes the specified keywords or all keywords on your origination phone number or pool.</p> <p>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, Amazon Pinpoint responds with a customizable message.</p> <p>If you specify a keyword that isn't valid, an error is returned.</p>" 510 }, 511 "DescribeOptOutLists":{ 512 "name":"DescribeOptOutLists", 513 "http":{ 514 "method":"POST", 515 "requestUri":"/" 516 }, 517 "input":{"shape":"DescribeOptOutListsRequest"}, 518 "output":{"shape":"DescribeOptOutListsResult"}, 519 "errors":[ 520 {"shape":"ThrottlingException"}, 521 {"shape":"AccessDeniedException"}, 522 {"shape":"ResourceNotFoundException"}, 523 {"shape":"ValidationException"}, 524 {"shape":"InternalServerException"} 525 ], 526 "documentation":"<p>Describes the specified opt-out list or all opt-out lists in your account.</p> <p>If you specify opt-out list names, the output includes information for only the specified opt-out lists. Opt-out lists include only those that meet the filter criteria. If you don't specify opt-out list names or filters, the output includes information for all opt-out lists.</p> <p>If you specify an opt-out list name that isn't valid, an error is returned.</p>" 527 }, 528 "DescribeOptedOutNumbers":{ 529 "name":"DescribeOptedOutNumbers", 530 "http":{ 531 "method":"POST", 532 "requestUri":"/" 533 }, 534 "input":{"shape":"DescribeOptedOutNumbersRequest"}, 535 "output":{"shape":"DescribeOptedOutNumbersResult"}, 536 "errors":[ 537 {"shape":"ThrottlingException"}, 538 {"shape":"AccessDeniedException"}, 539 {"shape":"ResourceNotFoundException"}, 540 {"shape":"ValidationException"}, 541 {"shape":"InternalServerException"} 542 ], 543 "documentation":"<p>Describes the specified opted out destination numbers or all opted out destination numbers in an opt-out list.</p> <p>If you specify opted out numbers, the output includes information for only the specified opted out numbers. If you specify filters, the output includes information for only those opted out numbers that meet the filter criteria. If you don't specify opted out numbers or filters, the output includes information for all opted out destination numbers in your opt-out list.</p> <p>If you specify an opted out number that isn't valid, an error is returned.</p>" 544 }, 545 "DescribePhoneNumbers":{ 546 "name":"DescribePhoneNumbers", 547 "http":{ 548 "method":"POST", 549 "requestUri":"/" 550 }, 551 "input":{"shape":"DescribePhoneNumbersRequest"}, 552 "output":{"shape":"DescribePhoneNumbersResult"}, 553 "errors":[ 554 {"shape":"ThrottlingException"}, 555 {"shape":"AccessDeniedException"}, 556 {"shape":"ResourceNotFoundException"}, 557 {"shape":"ValidationException"}, 558 {"shape":"InternalServerException"} 559 ], 560 "documentation":"<p>Describes the specified origination phone number, or all the phone numbers in your account.</p> <p>If you specify phone number IDs, the output includes information for only the specified phone numbers. If you specify filters, the output includes information for only those phone numbers that meet the filter criteria. If you don't specify phone number IDs or filters, the output includes information for all phone numbers.</p> <p>If you specify a phone number ID that isn't valid, an error is returned.</p>" 561 }, 562 "DescribePools":{ 563 "name":"DescribePools", 564 "http":{ 565 "method":"POST", 566 "requestUri":"/" 567 }, 568 "input":{"shape":"DescribePoolsRequest"}, 569 "output":{"shape":"DescribePoolsResult"}, 570 "errors":[ 571 {"shape":"ThrottlingException"}, 572 {"shape":"AccessDeniedException"}, 573 {"shape":"ResourceNotFoundException"}, 574 {"shape":"ValidationException"}, 575 {"shape":"InternalServerException"} 576 ], 577 "documentation":"<p>Retrieves the specified pools or all pools associated with your Amazon Web Services account.</p> <p>If you specify pool IDs, the output includes information for only the specified pools. If you specify filters, the output includes information for only those pools that meet the filter criteria. If you don't specify pool IDs or filters, the output includes information for all pools.</p> <p>If you specify a pool ID that isn't valid, an error is returned.</p> <p>A pool is a collection of phone numbers and SenderIds. A pool can include one or more phone numbers and SenderIds that are associated with your Amazon Web Services account.</p>" 578 }, 579 "DescribeRegistrationAttachments":{ 580 "name":"DescribeRegistrationAttachments", 581 "http":{ 582 "method":"POST", 583 "requestUri":"/" 584 }, 585 "input":{"shape":"DescribeRegistrationAttachmentsRequest"}, 586 "output":{"shape":"DescribeRegistrationAttachmentsResult"}, 587 "errors":[ 588 {"shape":"ThrottlingException"}, 589 {"shape":"AccessDeniedException"}, 590 {"shape":"ResourceNotFoundException"}, 591 {"shape":"ValidationException"}, 592 {"shape":"InternalServerException"} 593 ], 594 "documentation":"<p>Retrieves the specified registration attachments or all registration attachments associated with your Amazon Web Services account.</p>" 595 }, 596 "DescribeRegistrationFieldDefinitions":{ 597 "name":"DescribeRegistrationFieldDefinitions", 598 "http":{ 599 "method":"POST", 600 "requestUri":"/" 601 }, 602 "input":{"shape":"DescribeRegistrationFieldDefinitionsRequest"}, 603 "output":{"shape":"DescribeRegistrationFieldDefinitionsResult"}, 604 "errors":[ 605 {"shape":"ThrottlingException"}, 606 {"shape":"AccessDeniedException"}, 607 {"shape":"ValidationException"}, 608 {"shape":"InternalServerException"} 609 ], 610 "documentation":"<p>Retrieves the specified registration type field definitions. You can use DescribeRegistrationFieldDefinitions to view the requirements for creating, filling out, and submitting each registration type.</p>" 611 }, 612 "DescribeRegistrationFieldValues":{ 613 "name":"DescribeRegistrationFieldValues", 614 "http":{ 615 "method":"POST", 616 "requestUri":"/" 617 }, 618 "input":{"shape":"DescribeRegistrationFieldValuesRequest"}, 619 "output":{"shape":"DescribeRegistrationFieldValuesResult"}, 620 "errors":[ 621 {"shape":"ThrottlingException"}, 622 {"shape":"AccessDeniedException"}, 623 {"shape":"ResourceNotFoundException"}, 624 {"shape":"ValidationException"}, 625 {"shape":"InternalServerException"} 626 ], 627 "documentation":"<p>Retrieves the specified registration field values.</p>" 628 }, 629 "DescribeRegistrationSectionDefinitions":{ 630 "name":"DescribeRegistrationSectionDefinitions", 631 "http":{ 632 "method":"POST", 633 "requestUri":"/" 634 }, 635 "input":{"shape":"DescribeRegistrationSectionDefinitionsRequest"}, 636 "output":{"shape":"DescribeRegistrationSectionDefinitionsResult"}, 637 "errors":[ 638 {"shape":"ThrottlingException"}, 639 {"shape":"AccessDeniedException"}, 640 {"shape":"ValidationException"}, 641 {"shape":"InternalServerException"} 642 ], 643 "documentation":"<p>Retrieves the specified registration section definitions. You can use DescribeRegistrationSectionDefinitions to view the requirements for creating, filling out, and submitting each registration type.</p>" 644 }, 645 "DescribeRegistrationTypeDefinitions":{ 646 "name":"DescribeRegistrationTypeDefinitions", 647 "http":{ 648 "method":"POST", 649 "requestUri":"/" 650 }, 651 "input":{"shape":"DescribeRegistrationTypeDefinitionsRequest"}, 652 "output":{"shape":"DescribeRegistrationTypeDefinitionsResult"}, 653 "errors":[ 654 {"shape":"ThrottlingException"}, 655 {"shape":"AccessDeniedException"}, 656 {"shape":"ValidationException"}, 657 {"shape":"InternalServerException"} 658 ], 659 "documentation":"<p>Retrieves the specified registration type definitions. You can use DescribeRegistrationTypeDefinitions to view the requirements for creating, filling out, and submitting each registration type.</p>" 660 }, 661 "DescribeRegistrationVersions":{ 662 "name":"DescribeRegistrationVersions", 663 "http":{ 664 "method":"POST", 665 "requestUri":"/" 666 }, 667 "input":{"shape":"DescribeRegistrationVersionsRequest"}, 668 "output":{"shape":"DescribeRegistrationVersionsResult"}, 669 "errors":[ 670 {"shape":"ThrottlingException"}, 671 {"shape":"AccessDeniedException"}, 672 {"shape":"ResourceNotFoundException"}, 673 {"shape":"ValidationException"}, 674 {"shape":"InternalServerException"} 675 ], 676 "documentation":"<p>Retrieves the specified registration version.</p>" 677 }, 678 "DescribeRegistrations":{ 679 "name":"DescribeRegistrations", 680 "http":{ 681 "method":"POST", 682 "requestUri":"/" 683 }, 684 "input":{"shape":"DescribeRegistrationsRequest"}, 685 "output":{"shape":"DescribeRegistrationsResult"}, 686 "errors":[ 687 {"shape":"ThrottlingException"}, 688 {"shape":"AccessDeniedException"}, 689 {"shape":"ResourceNotFoundException"}, 690 {"shape":"ValidationException"}, 691 {"shape":"InternalServerException"} 692 ], 693 "documentation":"<p>Retrieves the specified registrations.</p>" 694 }, 695 "DescribeSenderIds":{ 696 "name":"DescribeSenderIds", 697 "http":{ 698 "method":"POST", 699 "requestUri":"/" 700 }, 701 "input":{"shape":"DescribeSenderIdsRequest"}, 702 "output":{"shape":"DescribeSenderIdsResult"}, 703 "errors":[ 704 {"shape":"ThrottlingException"}, 705 {"shape":"AccessDeniedException"}, 706 {"shape":"ResourceNotFoundException"}, 707 {"shape":"ValidationException"}, 708 {"shape":"InternalServerException"} 709 ], 710 "documentation":"<p>Describes the specified SenderIds or all SenderIds associated with your Amazon Web Services account.</p> <p>If you specify SenderIds, the output includes information for only the specified SenderIds. If you specify filters, the output includes information for only those SenderIds that meet the filter criteria. If you don't specify SenderIds or filters, the output includes information for all SenderIds.</p> <p>f you specify a sender ID that isn't valid, an error is returned.</p>" 711 }, 712 "DescribeSpendLimits":{ 713 "name":"DescribeSpendLimits", 714 "http":{ 715 "method":"POST", 716 "requestUri":"/" 717 }, 718 "input":{"shape":"DescribeSpendLimitsRequest"}, 719 "output":{"shape":"DescribeSpendLimitsResult"}, 720 "errors":[ 721 {"shape":"ThrottlingException"}, 722 {"shape":"AccessDeniedException"}, 723 {"shape":"ValidationException"}, 724 {"shape":"InternalServerException"} 725 ], 726 "documentation":"<p>Describes the current Amazon Pinpoint monthly spend limits for sending voice and text messages.</p> <p>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 <a href=\"https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-awssupport-spend-threshold.html\"> Requesting increases to your monthly SMS spending quota for Amazon Pinpoint </a> in the <i>Amazon Pinpoint User Guide</i>.</p>" 727 }, 728 "DescribeVerifiedDestinationNumbers":{ 729 "name":"DescribeVerifiedDestinationNumbers", 730 "http":{ 731 "method":"POST", 732 "requestUri":"/" 733 }, 734 "input":{"shape":"DescribeVerifiedDestinationNumbersRequest"}, 735 "output":{"shape":"DescribeVerifiedDestinationNumbersResult"}, 736 "errors":[ 737 {"shape":"ThrottlingException"}, 738 {"shape":"AccessDeniedException"}, 739 {"shape":"ResourceNotFoundException"}, 740 {"shape":"ValidationException"}, 741 {"shape":"InternalServerException"} 742 ], 743 "documentation":"<p>Retrieves the specified verified destiona numbers.</p>" 744 }, 745 "DisassociateOriginationIdentity":{ 746 "name":"DisassociateOriginationIdentity", 747 "http":{ 748 "method":"POST", 749 "requestUri":"/" 750 }, 751 "input":{"shape":"DisassociateOriginationIdentityRequest"}, 752 "output":{"shape":"DisassociateOriginationIdentityResult"}, 753 "errors":[ 754 {"shape":"ThrottlingException"}, 755 {"shape":"AccessDeniedException"}, 756 {"shape":"ResourceNotFoundException"}, 757 {"shape":"ValidationException"}, 758 {"shape":"ConflictException"}, 759 {"shape":"InternalServerException"} 760 ], 761 "documentation":"<p>Removes the specified origination identity from an existing pool.</p> <p>If the origination identity isn't associated with the specified pool, an error is returned.</p>" 762 }, 763 "DiscardRegistrationVersion":{ 764 "name":"DiscardRegistrationVersion", 765 "http":{ 766 "method":"POST", 767 "requestUri":"/" 768 }, 769 "input":{"shape":"DiscardRegistrationVersionRequest"}, 770 "output":{"shape":"DiscardRegistrationVersionResult"}, 771 "errors":[ 772 {"shape":"ThrottlingException"}, 773 {"shape":"AccessDeniedException"}, 774 {"shape":"ResourceNotFoundException"}, 775 {"shape":"ValidationException"}, 776 {"shape":"ConflictException"}, 777 {"shape":"InternalServerException"} 778 ], 779 "documentation":"<p>Discard the current version of the registration.</p>" 780 }, 781 "ListPoolOriginationIdentities":{ 782 "name":"ListPoolOriginationIdentities", 783 "http":{ 784 "method":"POST", 785 "requestUri":"/" 786 }, 787 "input":{"shape":"ListPoolOriginationIdentitiesRequest"}, 788 "output":{"shape":"ListPoolOriginationIdentitiesResult"}, 789 "errors":[ 790 {"shape":"ThrottlingException"}, 791 {"shape":"AccessDeniedException"}, 792 {"shape":"ResourceNotFoundException"}, 793 {"shape":"ValidationException"}, 794 {"shape":"InternalServerException"} 795 ], 796 "documentation":"<p>Lists all associated origination identities in your pool.</p> <p>If you specify filters, the output includes information for only those origination identities that meet the filter criteria.</p>" 797 }, 798 "ListRegistrationAssociations":{ 799 "name":"ListRegistrationAssociations", 800 "http":{ 801 "method":"POST", 802 "requestUri":"/" 803 }, 804 "input":{"shape":"ListRegistrationAssociationsRequest"}, 805 "output":{"shape":"ListRegistrationAssociationsResult"}, 806 "errors":[ 807 {"shape":"ThrottlingException"}, 808 {"shape":"AccessDeniedException"}, 809 {"shape":"ResourceNotFoundException"}, 810 {"shape":"ValidationException"}, 811 {"shape":"InternalServerException"} 812 ], 813 "documentation":"<p>Retreive all of the origination identies that are associated with a registration.</p>" 814 }, 815 "ListTagsForResource":{ 816 "name":"ListTagsForResource", 817 "http":{ 818 "method":"POST", 819 "requestUri":"/" 820 }, 821 "input":{"shape":"ListTagsForResourceRequest"}, 822 "output":{"shape":"ListTagsForResourceResult"}, 823 "errors":[ 824 {"shape":"ThrottlingException"}, 825 {"shape":"AccessDeniedException"}, 826 {"shape":"ResourceNotFoundException"}, 827 {"shape":"ValidationException"}, 828 {"shape":"InternalServerException"} 829 ], 830 "documentation":"<p>List all tags associated with a resource.</p>" 831 }, 832 "PutKeyword":{ 833 "name":"PutKeyword", 834 "http":{ 835 "method":"POST", 836 "requestUri":"/" 837 }, 838 "input":{"shape":"PutKeywordRequest"}, 839 "output":{"shape":"PutKeywordResult"}, 840 "errors":[ 841 {"shape":"ServiceQuotaExceededException"}, 842 {"shape":"ThrottlingException"}, 843 {"shape":"AccessDeniedException"}, 844 {"shape":"ResourceNotFoundException"}, 845 {"shape":"ValidationException"}, 846 {"shape":"ConflictException"}, 847 {"shape":"InternalServerException"} 848 ], 849 "documentation":"<p>Creates or updates a keyword configuration on an origination phone number or pool.</p> <p> 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, Amazon Pinpoint responds with a customizable message.</p> <p>If you specify a keyword that isn't valid, an error is returned.</p>" 850 }, 851 "PutOptedOutNumber":{ 852 "name":"PutOptedOutNumber", 853 "http":{ 854 "method":"POST", 855 "requestUri":"/" 856 }, 857 "input":{"shape":"PutOptedOutNumberRequest"}, 858 "output":{"shape":"PutOptedOutNumberResult"}, 859 "errors":[ 860 {"shape":"ThrottlingException"}, 861 {"shape":"AccessDeniedException"}, 862 {"shape":"ResourceNotFoundException"}, 863 {"shape":"ValidationException"}, 864 {"shape":"InternalServerException"} 865 ], 866 "documentation":"<p>Creates an opted out destination phone number in the opt-out list.</p> <p>If the destination phone number isn't valid or if the specified opt-out list doesn't exist, an error is returned.</p>" 867 }, 868 "PutRegistrationFieldValue":{ 869 "name":"PutRegistrationFieldValue", 870 "http":{ 871 "method":"POST", 872 "requestUri":"/" 873 }, 874 "input":{"shape":"PutRegistrationFieldValueRequest"}, 875 "output":{"shape":"PutRegistrationFieldValueResult"}, 876 "errors":[ 877 {"shape":"ThrottlingException"}, 878 {"shape":"AccessDeniedException"}, 879 {"shape":"ResourceNotFoundException"}, 880 {"shape":"ValidationException"}, 881 {"shape":"ConflictException"}, 882 {"shape":"InternalServerException"} 883 ], 884 "documentation":"<p>Creates or updates a field value for a registration.</p>" 885 }, 886 "ReleasePhoneNumber":{ 887 "name":"ReleasePhoneNumber", 888 "http":{ 889 "method":"POST", 890 "requestUri":"/" 891 }, 892 "input":{"shape":"ReleasePhoneNumberRequest"}, 893 "output":{"shape":"ReleasePhoneNumberResult"}, 894 "errors":[ 895 {"shape":"ThrottlingException"}, 896 {"shape":"AccessDeniedException"}, 897 {"shape":"ResourceNotFoundException"}, 898 {"shape":"ValidationException"}, 899 {"shape":"ConflictException"}, 900 {"shape":"InternalServerException"} 901 ], 902 "documentation":"<p>Releases an existing origination phone number in your account. Once released, a phone number is no longer available for sending messages.</p> <p>If the origination phone number has deletion protection enabled or is associated with a pool, an error is returned.</p>" 903 }, 904 "ReleaseSenderId":{ 905 "name":"ReleaseSenderId", 906 "http":{ 907 "method":"POST", 908 "requestUri":"/" 909 }, 910 "input":{"shape":"ReleaseSenderIdRequest"}, 911 "output":{"shape":"ReleaseSenderIdResult"}, 912 "errors":[ 913 {"shape":"ThrottlingException"}, 914 {"shape":"AccessDeniedException"}, 915 {"shape":"ResourceNotFoundException"}, 916 {"shape":"ValidationException"}, 917 {"shape":"ConflictException"}, 918 {"shape":"InternalServerException"} 919 ], 920 "documentation":"<p>Releases an existing sender ID in your account.</p>" 921 }, 922 "RequestPhoneNumber":{ 923 "name":"RequestPhoneNumber", 924 "http":{ 925 "method":"POST", 926 "requestUri":"/" 927 }, 928 "input":{"shape":"RequestPhoneNumberRequest"}, 929 "output":{"shape":"RequestPhoneNumberResult"}, 930 "errors":[ 931 {"shape":"ServiceQuotaExceededException"}, 932 {"shape":"ThrottlingException"}, 933 {"shape":"AccessDeniedException"}, 934 {"shape":"ResourceNotFoundException"}, 935 {"shape":"ValidationException"}, 936 {"shape":"ConflictException"}, 937 {"shape":"InternalServerException"} 938 ], 939 "documentation":"<p>Request an origination phone number for use in your account. For more information on phone number request see <a href=\"https://docs.aws.amazon.com/pinpoint/latest/userguide/settings-sms-request-number.html\"> Requesting a number </a> in the <i>Amazon Pinpoint User Guide</i>.</p>" 940 }, 941 "RequestSenderId":{ 942 "name":"RequestSenderId", 943 "http":{ 944 "method":"POST", 945 "requestUri":"/" 946 }, 947 "input":{"shape":"RequestSenderIdRequest"}, 948 "output":{"shape":"RequestSenderIdResult"}, 949 "errors":[ 950 {"shape":"ServiceQuotaExceededException"}, 951 {"shape":"ThrottlingException"}, 952 {"shape":"AccessDeniedException"}, 953 {"shape":"ValidationException"}, 954 {"shape":"ConflictException"}, 955 {"shape":"InternalServerException"} 956 ], 957 "documentation":"<p>Request a new sender ID that doesn't require registration. </p>" 958 }, 959 "SendDestinationNumberVerificationCode":{ 960 "name":"SendDestinationNumberVerificationCode", 961 "http":{ 962 "method":"POST", 963 "requestUri":"/" 964 }, 965 "input":{"shape":"SendDestinationNumberVerificationCodeRequest"}, 966 "output":{"shape":"SendDestinationNumberVerificationCodeResult"}, 967 "errors":[ 968 {"shape":"ServiceQuotaExceededException"}, 969 {"shape":"ThrottlingException"}, 970 {"shape":"AccessDeniedException"}, 971 {"shape":"ResourceNotFoundException"}, 972 {"shape":"ValidationException"}, 973 {"shape":"ConflictException"}, 974 {"shape":"InternalServerException"} 975 ], 976 "documentation":"<p>Before you can send test messages to a verified destination phone number you need to opt-in the verified destination phone number. Creates a new text message with a verification code and send it to a verified destination phone number. Once you have the verification code use <a>VerifyDestinationNumber</a> to opt-in the verified destination phone number to receive messages.</p>" 977 }, 978 "SendTextMessage":{ 979 "name":"SendTextMessage", 980 "http":{ 981 "method":"POST", 982 "requestUri":"/" 983 }, 984 "input":{"shape":"SendTextMessageRequest"}, 985 "output":{"shape":"SendTextMessageResult"}, 986 "errors":[ 987 {"shape":"ServiceQuotaExceededException"}, 988 {"shape":"ThrottlingException"}, 989 {"shape":"AccessDeniedException"}, 990 {"shape":"ResourceNotFoundException"}, 991 {"shape":"ValidationException"}, 992 {"shape":"ConflictException"}, 993 {"shape":"InternalServerException"} 994 ], 995 "documentation":"<p>Creates a new text message and sends it to a recipient's phone number.</p> <p>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 <a href=\"https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-limitations-mps.html\">Message Parts per Second (MPS) limits</a> in the <i>Amazon Pinpoint User Guide</i>.</p>" 996 }, 997 "SendVoiceMessage":{ 998 "name":"SendVoiceMessage", 999 "http":{ 1000 "method":"POST", 1001 "requestUri":"/" 1002 }, 1003 "input":{"shape":"SendVoiceMessageRequest"}, 1004 "output":{"shape":"SendVoiceMessageResult"}, 1005 "errors":[ 1006 {"shape":"ServiceQuotaExceededException"}, 1007 {"shape":"ThrottlingException"}, 1008 {"shape":"AccessDeniedException"}, 1009 {"shape":"ResourceNotFoundException"}, 1010 {"shape":"ValidationException"}, 1011 {"shape":"ConflictException"}, 1012 {"shape":"InternalServerException"} 1013 ], 1014 "documentation":"<p>Allows you to send a request that sends a voice message through Amazon Pinpoint. This operation uses <a href=\"http://aws.amazon.com/polly/\">Amazon Polly</a> to convert a text script into a voice message.</p>" 1015 }, 1016 "SetDefaultMessageType":{ 1017 "name":"SetDefaultMessageType", 1018 "http":{ 1019 "method":"POST", 1020 "requestUri":"/" 1021 }, 1022 "input":{"shape":"SetDefaultMessageTypeRequest"}, 1023 "output":{"shape":"SetDefaultMessageTypeResult"}, 1024 "errors":[ 1025 {"shape":"ThrottlingException"}, 1026 {"shape":"AccessDeniedException"}, 1027 {"shape":"ResourceNotFoundException"}, 1028 {"shape":"ValidationException"}, 1029 {"shape":"InternalServerException"} 1030 ], 1031 "documentation":"<p>Sets the default message type on a configuration set.</p> <p>Choose the category of SMS messages that you plan to send from this account. If you send account-related messages or time-sensitive messages such as one-time passcodes, choose <b>Transactional</b>. If you plan to send messages that contain marketing material or other promotional content, choose <b>Promotional</b>. This setting applies to your entire Amazon Web Services account.</p>" 1032 }, 1033 "SetDefaultSenderId":{ 1034 "name":"SetDefaultSenderId", 1035 "http":{ 1036 "method":"POST", 1037 "requestUri":"/" 1038 }, 1039 "input":{"shape":"SetDefaultSenderIdRequest"}, 1040 "output":{"shape":"SetDefaultSenderIdResult"}, 1041 "errors":[ 1042 {"shape":"ThrottlingException"}, 1043 {"shape":"AccessDeniedException"}, 1044 {"shape":"ResourceNotFoundException"}, 1045 {"shape":"ValidationException"}, 1046 {"shape":"InternalServerException"} 1047 ], 1048 "documentation":"<p>Sets default sender ID on a configuration set.</p> <p>When sending a text message to a destination country that supports sender IDs, the default sender ID on the configuration set specified will be used if no dedicated origination phone numbers or registered sender IDs are available in your account.</p>" 1049 }, 1050 "SetTextMessageSpendLimitOverride":{ 1051 "name":"SetTextMessageSpendLimitOverride", 1052 "http":{ 1053 "method":"POST", 1054 "requestUri":"/" 1055 }, 1056 "input":{"shape":"SetTextMessageSpendLimitOverrideRequest"}, 1057 "output":{"shape":"SetTextMessageSpendLimitOverrideResult"}, 1058 "errors":[ 1059 {"shape":"ThrottlingException"}, 1060 {"shape":"AccessDeniedException"}, 1061 {"shape":"ValidationException"}, 1062 {"shape":"InternalServerException"} 1063 ], 1064 "documentation":"<p>Sets an account level monthly spend limit override for sending text messages. The requested spend limit must be less than or equal to the <code>MaxLimit</code>, which is set by Amazon Web Services. </p>" 1065 }, 1066 "SetVoiceMessageSpendLimitOverride":{ 1067 "name":"SetVoiceMessageSpendLimitOverride", 1068 "http":{ 1069 "method":"POST", 1070 "requestUri":"/" 1071 }, 1072 "input":{"shape":"SetVoiceMessageSpendLimitOverrideRequest"}, 1073 "output":{"shape":"SetVoiceMessageSpendLimitOverrideResult"}, 1074 "errors":[ 1075 {"shape":"ThrottlingException"}, 1076 {"shape":"AccessDeniedException"}, 1077 {"shape":"ValidationException"}, 1078 {"shape":"InternalServerException"} 1079 ], 1080 "documentation":"<p>Sets an account level monthly spend limit override for sending voice messages. The requested spend limit must be less than or equal to the <code>MaxLimit</code>, which is set by Amazon Web Services. </p>" 1081 }, 1082 "SubmitRegistrationVersion":{ 1083 "name":"SubmitRegistrationVersion", 1084 "http":{ 1085 "method":"POST", 1086 "requestUri":"/" 1087 }, 1088 "input":{"shape":"SubmitRegistrationVersionRequest"}, 1089 "output":{"shape":"SubmitRegistrationVersionResult"}, 1090 "errors":[ 1091 {"shape":"ThrottlingException"}, 1092 {"shape":"AccessDeniedException"}, 1093 {"shape":"ResourceNotFoundException"}, 1094 {"shape":"ValidationException"}, 1095 {"shape":"ConflictException"}, 1096 {"shape":"InternalServerException"} 1097 ], 1098 "documentation":"<p>Submit the specified registration for review and approval.</p>" 1099 }, 1100 "TagResource":{ 1101 "name":"TagResource", 1102 "http":{ 1103 "method":"POST", 1104 "requestUri":"/" 1105 }, 1106 "input":{"shape":"TagResourceRequest"}, 1107 "output":{"shape":"TagResourceResult"}, 1108 "errors":[ 1109 {"shape":"ServiceQuotaExceededException"}, 1110 {"shape":"ThrottlingException"}, 1111 {"shape":"AccessDeniedException"}, 1112 {"shape":"ResourceNotFoundException"}, 1113 {"shape":"ValidationException"}, 1114 {"shape":"InternalServerException"} 1115 ], 1116 "documentation":"<p>Adds or overwrites only the specified tags for the specified Amazon Pinpoint SMS Voice, version 2 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 <a href=\"https://docs.aws.amazon.com/pinpoint/latest/developerguide/tagging-resources.html\"> Tagging Amazon Pinpoint resources</a> in the <i>Amazon Pinpoint Developer Guide</i>.</p>" 1117 }, 1118 "UntagResource":{ 1119 "name":"UntagResource", 1120 "http":{ 1121 "method":"POST", 1122 "requestUri":"/" 1123 }, 1124 "input":{"shape":"UntagResourceRequest"}, 1125 "output":{"shape":"UntagResourceResult"}, 1126 "errors":[ 1127 {"shape":"ThrottlingException"}, 1128 {"shape":"AccessDeniedException"}, 1129 {"shape":"ResourceNotFoundException"}, 1130 {"shape":"ValidationException"}, 1131 {"shape":"InternalServerException"} 1132 ], 1133 "documentation":"<p>Removes the association of the specified tags from an Amazon Pinpoint SMS Voice V2 resource. For more information on tags see <a href=\"https://docs.aws.amazon.com/pinpoint/latest/developerguide/tagging-resources.html\"> Tagging Amazon Pinpoint resources</a> in the <i>Amazon Pinpoint Developer Guide</i>. </p>" 1134 }, 1135 "UpdateEventDestination":{ 1136 "name":"UpdateEventDestination", 1137 "http":{ 1138 "method":"POST", 1139 "requestUri":"/" 1140 }, 1141 "input":{"shape":"UpdateEventDestinationRequest"}, 1142 "output":{"shape":"UpdateEventDestinationResult"}, 1143 "errors":[ 1144 {"shape":"ThrottlingException"}, 1145 {"shape":"AccessDeniedException"}, 1146 {"shape":"ResourceNotFoundException"}, 1147 {"shape":"ValidationException"}, 1148 {"shape":"ConflictException"}, 1149 {"shape":"InternalServerException"} 1150 ], 1151 "documentation":"<p>Updates an existing event destination in a configuration set. You can update the IAM role ARN for CloudWatch Logs and Kinesis Data Firehose. You can also enable or disable the event destination.</p> <p>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, Kinesis Data Firehose, and Amazon SNS.</p>" 1152 }, 1153 "UpdatePhoneNumber":{ 1154 "name":"UpdatePhoneNumber", 1155 "http":{ 1156 "method":"POST", 1157 "requestUri":"/" 1158 }, 1159 "input":{"shape":"UpdatePhoneNumberRequest"}, 1160 "output":{"shape":"UpdatePhoneNumberResult"}, 1161 "errors":[ 1162 {"shape":"ThrottlingException"}, 1163 {"shape":"AccessDeniedException"}, 1164 {"shape":"ResourceNotFoundException"}, 1165 {"shape":"ValidationException"}, 1166 {"shape":"ConflictException"}, 1167 {"shape":"InternalServerException"} 1168 ], 1169 "documentation":"<p>Updates the configuration of an existing origination phone number. You can update the opt-out list, enable or disable two-way messaging, change the TwoWayChannelArn, enable or disable self-managed opt-outs, and enable or disable deletion protection.</p> <p>If the origination phone number is associated with a pool, an error is returned.</p>" 1170 }, 1171 "UpdatePool":{ 1172 "name":"UpdatePool", 1173 "http":{ 1174 "method":"POST", 1175 "requestUri":"/" 1176 }, 1177 "input":{"shape":"UpdatePoolRequest"}, 1178 "output":{"shape":"UpdatePoolResult"}, 1179 "errors":[ 1180 {"shape":"ThrottlingException"}, 1181 {"shape":"AccessDeniedException"}, 1182 {"shape":"ResourceNotFoundException"}, 1183 {"shape":"ValidationException"}, 1184 {"shape":"ConflictException"}, 1185 {"shape":"InternalServerException"} 1186 ], 1187 "documentation":"<p>Updates the configuration of an existing pool. You can update the opt-out list, enable or disable two-way messaging, change the <code>TwoWayChannelArn</code>, enable or disable self-managed opt-outs, enable or disable deletion protection, and enable or disable shared routes.</p>" 1188 }, 1189 "UpdateSenderId":{ 1190 "name":"UpdateSenderId", 1191 "http":{ 1192 "method":"POST", 1193 "requestUri":"/" 1194 }, 1195 "input":{"shape":"UpdateSenderIdRequest"}, 1196 "output":{"shape":"UpdateSenderIdResult"}, 1197 "errors":[ 1198 {"shape":"ThrottlingException"}, 1199 {"shape":"AccessDeniedException"}, 1200 {"shape":"ResourceNotFoundException"}, 1201 {"shape":"ValidationException"}, 1202 {"shape":"InternalServerException"} 1203 ], 1204 "documentation":"<p>Updates the configuration of an existing sender ID.</p>" 1205 }, 1206 "VerifyDestinationNumber":{ 1207 "name":"VerifyDestinationNumber", 1208 "http":{ 1209 "method":"POST", 1210 "requestUri":"/" 1211 }, 1212 "input":{"shape":"VerifyDestinationNumberRequest"}, 1213 "output":{"shape":"VerifyDestinationNumberResult"}, 1214 "errors":[ 1215 {"shape":"ThrottlingException"}, 1216 {"shape":"AccessDeniedException"}, 1217 {"shape":"ResourceNotFoundException"}, 1218 {"shape":"ValidationException"}, 1219 {"shape":"ConflictException"}, 1220 {"shape":"InternalServerException"} 1221 ], 1222 "documentation":"<p>Use the verification code that was received by the verified destination phone number to opt-in the verified destination phone number to receive more messages.</p>" 1223 } 1224 }, 1225 "shapes":{ 1226 "AccessDeniedException":{ 1227 "type":"structure", 1228 "members":{ 1229 "Message":{"shape":"String"}, 1230 "Reason":{ 1231 "shape":"AccessDeniedExceptionReason", 1232 "documentation":"<p>The reason for the exception.</p>" 1233 } 1234 }, 1235 "documentation":"<p>The request was denied because you don't have sufficient permissions to access the resource.</p>", 1236 "exception":true 1237 }, 1238 "AccessDeniedExceptionReason":{ 1239 "type":"string", 1240 "enum":[ 1241 "INSUFFICIENT_ACCOUNT_REPUTATION", 1242 "ACCOUNT_DISABLED" 1243 ] 1244 }, 1245 "AccountAttribute":{ 1246 "type":"structure", 1247 "required":[ 1248 "Name", 1249 "Value" 1250 ], 1251 "members":{ 1252 "Name":{ 1253 "shape":"AccountAttributeName", 1254 "documentation":"<p>The name of the account attribute.</p>" 1255 }, 1256 "Value":{ 1257 "shape":"String", 1258 "documentation":"<p>The value associated with the account attribute name.</p>" 1259 } 1260 }, 1261 "documentation":"<p>Displays the attributes associated with a single Amazon Web Services account.</p>" 1262 }, 1263 "AccountAttributeList":{ 1264 "type":"list", 1265 "member":{"shape":"AccountAttribute"} 1266 }, 1267 "AccountAttributeName":{ 1268 "type":"string", 1269 "enum":["ACCOUNT_TIER"] 1270 }, 1271 "AccountLimit":{ 1272 "type":"structure", 1273 "required":[ 1274 "Name", 1275 "Used", 1276 "Max" 1277 ], 1278 "members":{ 1279 "Name":{ 1280 "shape":"AccountLimitName", 1281 "documentation":"<p>The name of the attribute to apply the account limit to.</p>" 1282 }, 1283 "Used":{ 1284 "shape":"PrimitiveLong", 1285 "documentation":"<p>The current amount that has been spent, in US dollars.</p>" 1286 }, 1287 "Max":{ 1288 "shape":"PrimitiveLong", 1289 "documentation":"<p>The Amazon Web Services set limit for that resource type, in US dollars.</p>" 1290 } 1291 }, 1292 "documentation":"<p>The current resource quotas associated with an Amazon Web Services account.</p>" 1293 }, 1294 "AccountLimitList":{ 1295 "type":"list", 1296 "member":{"shape":"AccountLimit"} 1297 }, 1298 "AccountLimitName":{ 1299 "type":"string", 1300 "enum":[ 1301 "PHONE_NUMBERS", 1302 "POOLS", 1303 "CONFIGURATION_SETS", 1304 "OPT_OUT_LISTS", 1305 "SENDER_IDS", 1306 "REGISTRATIONS", 1307 "REGISTRATION_ATTACHMENTS", 1308 "VERIFIED_DESTINATION_NUMBERS" 1309 ] 1310 }, 1311 "AmazonResourceName":{ 1312 "type":"string", 1313 "max":256, 1314 "min":20, 1315 "pattern":"arn:[A-Za-z0-9_:/-]+" 1316 }, 1317 "AssociateOriginationIdentityRequest":{ 1318 "type":"structure", 1319 "required":[ 1320 "PoolId", 1321 "OriginationIdentity", 1322 "IsoCountryCode" 1323 ], 1324 "members":{ 1325 "PoolId":{ 1326 "shape":"PoolIdOrArn", 1327 "documentation":"<p>The pool to update with the new Identity. This value can be either the PoolId or PoolArn, and you can find these values using <a>DescribePools</a>.</p>" 1328 }, 1329 "OriginationIdentity":{ 1330 "shape":"PhoneOrSenderIdOrArn", 1331 "documentation":"<p>The origination identity to use, such as PhoneNumberId, PhoneNumberArn, SenderId, or SenderIdArn. You can use <a>DescribePhoneNumbers</a> to find the values for PhoneNumberId and PhoneNumberArn, while <a>DescribeSenderIds</a> can be used to get the values for SenderId and SenderIdArn.</p>" 1332 }, 1333 "IsoCountryCode":{ 1334 "shape":"IsoCountryCode", 1335 "documentation":"<p>The new two-character code, in ISO 3166-1 alpha-2 format, for the country or region of the origination identity.</p>" 1336 }, 1337 "ClientToken":{ 1338 "shape":"ClientToken", 1339 "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.</p>", 1340 "idempotencyToken":true 1341 } 1342 } 1343 }, 1344 "AssociateOriginationIdentityResult":{ 1345 "type":"structure", 1346 "members":{ 1347 "PoolArn":{ 1348 "shape":"String", 1349 "documentation":"<p>The Amazon Resource Name (ARN) of the pool that is now associated with the origination identity.</p>" 1350 }, 1351 "PoolId":{ 1352 "shape":"String", 1353 "documentation":"<p>The PoolId of the pool that is now associated with the origination identity.</p>" 1354 }, 1355 "OriginationIdentityArn":{ 1356 "shape":"String", 1357 "documentation":"<p>The PhoneNumberArn or SenderIdArn of the origination identity.</p>" 1358 }, 1359 "OriginationIdentity":{ 1360 "shape":"String", 1361 "documentation":"<p>The PhoneNumberId or SenderId of the origination identity.</p>" 1362 }, 1363 "IsoCountryCode":{ 1364 "shape":"IsoCountryCode", 1365 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region. </p>" 1366 } 1367 } 1368 }, 1369 "AttachmentBody":{ 1370 "type":"blob", 1371 "max":1572864, 1372 "min":1 1373 }, 1374 "AttachmentStatus":{ 1375 "type":"string", 1376 "enum":[ 1377 "UPLOAD_IN_PROGRESS", 1378 "UPLOAD_COMPLETE", 1379 "UPLOAD_FAILED", 1380 "DELETED" 1381 ] 1382 }, 1383 "AttachmentUploadErrorReason":{ 1384 "type":"string", 1385 "enum":["INTERNAL_ERROR"] 1386 }, 1387 "AttachmentUrl":{ 1388 "type":"string", 1389 "max":2048, 1390 "min":1, 1391 "pattern":"\\S+" 1392 }, 1393 "Boolean":{ 1394 "type":"boolean", 1395 "box":true 1396 }, 1397 "ClientToken":{ 1398 "type":"string", 1399 "max":64, 1400 "min":1, 1401 "pattern":"[!-~]+" 1402 }, 1403 "CloudWatchLogsDestination":{ 1404 "type":"structure", 1405 "required":[ 1406 "IamRoleArn", 1407 "LogGroupArn" 1408 ], 1409 "members":{ 1410 "IamRoleArn":{ 1411 "shape":"IamRoleArn", 1412 "documentation":"<p>The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.</p>" 1413 }, 1414 "LogGroupArn":{ 1415 "shape":"LogGroupArn", 1416 "documentation":"<p>The name of the Amazon CloudWatch log group that you want to record events in. </p>" 1417 } 1418 }, 1419 "documentation":"<p>Contains the destination configuration to use when publishing message sending events. </p>" 1420 }, 1421 "ConfigurationSetFilter":{ 1422 "type":"structure", 1423 "required":[ 1424 "Name", 1425 "Values" 1426 ], 1427 "members":{ 1428 "Name":{ 1429 "shape":"ConfigurationSetFilterName", 1430 "documentation":"<p>The name of the attribute to filter on.</p>" 1431 }, 1432 "Values":{ 1433 "shape":"FilterValueList", 1434 "documentation":"<p>An array values to filter for.</p>" 1435 } 1436 }, 1437 "documentation":"<p>The information for configuration sets that meet a specified criteria.</p>" 1438 }, 1439 "ConfigurationSetFilterList":{ 1440 "type":"list", 1441 "member":{"shape":"ConfigurationSetFilter"}, 1442 "max":20, 1443 "min":0 1444 }, 1445 "ConfigurationSetFilterName":{ 1446 "type":"string", 1447 "enum":[ 1448 "event-destination-name", 1449 "matching-event-types", 1450 "default-message-type", 1451 "default-sender-id" 1452 ] 1453 }, 1454 "ConfigurationSetInformation":{ 1455 "type":"structure", 1456 "required":[ 1457 "ConfigurationSetArn", 1458 "ConfigurationSetName", 1459 "EventDestinations", 1460 "CreatedTimestamp" 1461 ], 1462 "members":{ 1463 "ConfigurationSetArn":{ 1464 "shape":"String", 1465 "documentation":"<p>The Resource Name (ARN) of the ConfigurationSet.</p>" 1466 }, 1467 "ConfigurationSetName":{ 1468 "shape":"ConfigurationSetName", 1469 "documentation":"<p>The name of the ConfigurationSet.</p>" 1470 }, 1471 "EventDestinations":{ 1472 "shape":"EventDestinationList", 1473 "documentation":"<p>An array of EventDestination objects that describe any events to log and where to log them.</p>" 1474 }, 1475 "DefaultMessageType":{ 1476 "shape":"MessageType", 1477 "documentation":"<p>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.</p>" 1478 }, 1479 "DefaultSenderId":{ 1480 "shape":"SenderId", 1481 "documentation":"<p>The default sender ID used by the ConfigurationSet.</p>" 1482 }, 1483 "CreatedTimestamp":{ 1484 "shape":"Timestamp", 1485 "documentation":"<p>The time when the ConfigurationSet was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 1486 } 1487 }, 1488 "documentation":"<p>Information related to a given configuration set in your Amazon Web Services account.</p>" 1489 }, 1490 "ConfigurationSetInformationList":{ 1491 "type":"list", 1492 "member":{"shape":"ConfigurationSetInformation"} 1493 }, 1494 "ConfigurationSetName":{ 1495 "type":"string", 1496 "max":64, 1497 "min":1, 1498 "pattern":"[A-Za-z0-9_-]+" 1499 }, 1500 "ConfigurationSetNameList":{ 1501 "type":"list", 1502 "member":{"shape":"ConfigurationSetNameOrArn"}, 1503 "max":5, 1504 "min":0 1505 }, 1506 "ConfigurationSetNameOrArn":{ 1507 "type":"string", 1508 "max":256, 1509 "min":1, 1510 "pattern":"[A-Za-z0-9_:/-]+" 1511 }, 1512 "ConflictException":{ 1513 "type":"structure", 1514 "members":{ 1515 "Message":{"shape":"String"}, 1516 "Reason":{ 1517 "shape":"ConflictExceptionReason", 1518 "documentation":"<p>The reason for the exception.</p>" 1519 }, 1520 "ResourceType":{ 1521 "shape":"ResourceType", 1522 "documentation":"<p>The type of resource that caused the exception.</p>" 1523 }, 1524 "ResourceId":{ 1525 "shape":"String", 1526 "documentation":"<p>The unique identifier of the request.</p>" 1527 } 1528 }, 1529 "documentation":"<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>", 1530 "exception":true 1531 }, 1532 "ConflictExceptionReason":{ 1533 "type":"string", 1534 "enum":[ 1535 "CREATE_REGISTRATION_VERSION_NOT_ALLOWED", 1536 "DELETION_PROTECTION_ENABLED", 1537 "DESTINATION_PHONE_NUMBER_NOT_VERIFIED", 1538 "DESTINATION_PHONE_NUMBER_OPTED_OUT", 1539 "DISASSOCIATE_REGISTRATION_NOT_ALLOWED", 1540 "DISCARD_REGISTRATION_VERSION_NOT_ALLOWED", 1541 "EDIT_REGISTRATION_FIELD_VALUES_NOT_ALLOWED", 1542 "EVENT_DESTINATION_MISMATCH", 1543 "KEYWORD_MISMATCH", 1544 "LAST_PHONE_NUMBER", 1545 "NUMBER_CAPABILITIES_MISMATCH", 1546 "MESSAGE_TYPE_MISMATCH", 1547 "NO_ORIGINATION_IDENTITIES_FOUND", 1548 "OPT_OUT_LIST_MISMATCH", 1549 "PHONE_NUMBER_ASSOCIATED_TO_POOL", 1550 "PHONE_NUMBER_ASSOCIATED_TO_REGISTRATION", 1551 "PHONE_NUMBER_NOT_ASSOCIATED_TO_POOL", 1552 "PHONE_NUMBER_NOT_IN_REGISTRATION_REGION", 1553 "REGISTRATION_ALREADY_SUBMITTED", 1554 "REGISTRATION_NOT_COMPLETE", 1555 "SENDER_ID_ASSOCIATED_TO_POOL", 1556 "RESOURCE_ALREADY_EXISTS", 1557 "RESOURCE_DELETION_NOT_ALLOWED", 1558 "RESOURCE_MODIFICATION_NOT_ALLOWED", 1559 "RESOURCE_NOT_ACTIVE", 1560 "RESOURCE_NOT_EMPTY", 1561 "SELF_MANAGED_OPT_OUTS_MISMATCH", 1562 "SUBMIT_REGISTRATION_VERSION_NOT_ALLOWED", 1563 "TWO_WAY_CONFIG_MISMATCH", 1564 "VERIFICATION_CODE_EXPIRED", 1565 "VERIFICATION_ALREADY_COMPLETE" 1566 ] 1567 }, 1568 "ContextKey":{ 1569 "type":"string", 1570 "max":100, 1571 "min":1, 1572 "pattern":"\\S+" 1573 }, 1574 "ContextMap":{ 1575 "type":"map", 1576 "key":{"shape":"ContextKey"}, 1577 "value":{"shape":"ContextValue"}, 1578 "max":5, 1579 "min":0 1580 }, 1581 "ContextValue":{ 1582 "type":"string", 1583 "max":800, 1584 "min":1, 1585 "pattern":"(?!\\s)^[\\s\\S]+(?<!\\s)" 1586 }, 1587 "CreateConfigurationSetRequest":{ 1588 "type":"structure", 1589 "required":["ConfigurationSetName"], 1590 "members":{ 1591 "ConfigurationSetName":{ 1592 "shape":"ConfigurationSetName", 1593 "documentation":"<p>The name to use for the new configuration set.</p>" 1594 }, 1595 "Tags":{ 1596 "shape":"TagList", 1597 "documentation":"<p>An array of key and value pair tags that's associated with the new configuration set. </p>" 1598 }, 1599 "ClientToken":{ 1600 "shape":"ClientToken", 1601 "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.</p>", 1602 "idempotencyToken":true 1603 } 1604 } 1605 }, 1606 "CreateConfigurationSetResult":{ 1607 "type":"structure", 1608 "members":{ 1609 "ConfigurationSetArn":{ 1610 "shape":"String", 1611 "documentation":"<p>The Amazon Resource Name (ARN) of the newly created configuration set.</p>" 1612 }, 1613 "ConfigurationSetName":{ 1614 "shape":"ConfigurationSetName", 1615 "documentation":"<p>The name of the new configuration set.</p>" 1616 }, 1617 "Tags":{ 1618 "shape":"TagList", 1619 "documentation":"<p>An array of key and value pair tags that's associated with the configuration set.</p>" 1620 }, 1621 "CreatedTimestamp":{ 1622 "shape":"Timestamp", 1623 "documentation":"<p>The time when the configuration set was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 1624 } 1625 } 1626 }, 1627 "CreateEventDestinationRequest":{ 1628 "type":"structure", 1629 "required":[ 1630 "ConfigurationSetName", 1631 "EventDestinationName", 1632 "MatchingEventTypes" 1633 ], 1634 "members":{ 1635 "ConfigurationSetName":{ 1636 "shape":"ConfigurationSetNameOrArn", 1637 "documentation":"<p>Either the name of the configuration set or the configuration set ARN to apply event logging to. The ConfigurateSetName and ConfigurationSetArn can be found using the <a>DescribeConfigurationSets</a> action.</p>" 1638 }, 1639 "EventDestinationName":{ 1640 "shape":"EventDestinationName", 1641 "documentation":"<p>The name that identifies the event destination.</p>" 1642 }, 1643 "MatchingEventTypes":{ 1644 "shape":"EventTypeList", 1645 "documentation":"<p>An array of event types that determine which events to log. If \"ALL\" is used, then Amazon Pinpoint logs every event type.</p> <note> <p>The <code>TEXT_SENT</code> event type is not supported.</p> </note>" 1646 }, 1647 "CloudWatchLogsDestination":{ 1648 "shape":"CloudWatchLogsDestination", 1649 "documentation":"<p>An object that contains information about an event destination for logging to Amazon CloudWatch logs.</p>" 1650 }, 1651 "KinesisFirehoseDestination":{ 1652 "shape":"KinesisFirehoseDestination", 1653 "documentation":"<p>An object that contains information about an event destination for logging to Amazon Kinesis Data Firehose.</p>" 1654 }, 1655 "SnsDestination":{ 1656 "shape":"SnsDestination", 1657 "documentation":"<p>An object that contains information about an event destination for logging to Amazon SNS.</p>" 1658 }, 1659 "ClientToken":{ 1660 "shape":"ClientToken", 1661 "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.</p>", 1662 "idempotencyToken":true 1663 } 1664 } 1665 }, 1666 "CreateEventDestinationResult":{ 1667 "type":"structure", 1668 "members":{ 1669 "ConfigurationSetArn":{ 1670 "shape":"String", 1671 "documentation":"<p>The ARN of the configuration set.</p>" 1672 }, 1673 "ConfigurationSetName":{ 1674 "shape":"ConfigurationSetName", 1675 "documentation":"<p>The name of the configuration set.</p>" 1676 }, 1677 "EventDestination":{ 1678 "shape":"EventDestination", 1679 "documentation":"<p>The details of the destination where events are logged.</p>" 1680 } 1681 } 1682 }, 1683 "CreateOptOutListRequest":{ 1684 "type":"structure", 1685 "required":["OptOutListName"], 1686 "members":{ 1687 "OptOutListName":{ 1688 "shape":"OptOutListName", 1689 "documentation":"<p>The name of the new OptOutList.</p>" 1690 }, 1691 "Tags":{ 1692 "shape":"TagList", 1693 "documentation":"<p>An array of tags (key and value pairs) to associate with the new OptOutList.</p>" 1694 }, 1695 "ClientToken":{ 1696 "shape":"ClientToken", 1697 "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.</p>", 1698 "idempotencyToken":true 1699 } 1700 } 1701 }, 1702 "CreateOptOutListResult":{ 1703 "type":"structure", 1704 "members":{ 1705 "OptOutListArn":{ 1706 "shape":"String", 1707 "documentation":"<p>The Amazon Resource Name (ARN) for the OptOutList.</p>" 1708 }, 1709 "OptOutListName":{ 1710 "shape":"OptOutListName", 1711 "documentation":"<p>The name of the new OptOutList.</p>" 1712 }, 1713 "Tags":{ 1714 "shape":"TagList", 1715 "documentation":"<p>An array of tags (key and value pairs) associated with the new OptOutList.</p>" 1716 }, 1717 "CreatedTimestamp":{ 1718 "shape":"Timestamp", 1719 "documentation":"<p>The time when the pool was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 1720 } 1721 } 1722 }, 1723 "CreatePoolRequest":{ 1724 "type":"structure", 1725 "required":[ 1726 "OriginationIdentity", 1727 "IsoCountryCode", 1728 "MessageType" 1729 ], 1730 "members":{ 1731 "OriginationIdentity":{ 1732 "shape":"PhoneOrSenderIdOrArn", 1733 "documentation":"<p>The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use <a>DescribePhoneNumbers</a> to find the values for PhoneNumberId and PhoneNumberArn while <a>DescribeSenderIds</a> can be used to get the values for SenderId and SenderIdArn.</p>" 1734 }, 1735 "IsoCountryCode":{ 1736 "shape":"IsoCountryCode", 1737 "documentation":"<p>The new two-character code, in ISO 3166-1 alpha-2 format, for the country or region of the new pool.</p>" 1738 }, 1739 "MessageType":{ 1740 "shape":"MessageType", 1741 "documentation":"<p>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.</p>" 1742 }, 1743 "DeletionProtectionEnabled":{ 1744 "shape":"Boolean", 1745 "documentation":"<p>By default this is set to false. When set to true the pool can't be deleted. You can change this value using the <a>UpdatePool</a> action.</p>" 1746 }, 1747 "Tags":{ 1748 "shape":"TagList", 1749 "documentation":"<p>An array of tags (key and value pairs) associated with the pool.</p>" 1750 }, 1751 "ClientToken":{ 1752 "shape":"ClientToken", 1753 "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.</p>", 1754 "idempotencyToken":true 1755 } 1756 } 1757 }, 1758 "CreatePoolResult":{ 1759 "type":"structure", 1760 "members":{ 1761 "PoolArn":{ 1762 "shape":"String", 1763 "documentation":"<p>The Amazon Resource Name (ARN) for the pool.</p>" 1764 }, 1765 "PoolId":{ 1766 "shape":"String", 1767 "documentation":"<p>The unique identifier for the pool.</p>" 1768 }, 1769 "Status":{ 1770 "shape":"PoolStatus", 1771 "documentation":"<p>The current status of the pool.</p> <ul> <li> <p>CREATING: The pool is currently being created and isn't yet available for use.</p> </li> <li> <p>ACTIVE: The pool is active and available for use.</p> </li> <li> <p>DELETING: The pool is being deleted.</p> </li> </ul>" 1772 }, 1773 "MessageType":{ 1774 "shape":"MessageType", 1775 "documentation":"<p>The type of message for the pool to use.</p>" 1776 }, 1777 "TwoWayEnabled":{ 1778 "shape":"PrimitiveBoolean", 1779 "documentation":"<p>By default this is set to false. When set to true you can receive incoming text messages from your end recipients.</p>" 1780 }, 1781 "TwoWayChannelArn":{ 1782 "shape":"TwoWayChannelArn", 1783 "documentation":"<p>The Amazon Resource Name (ARN) of the two way channel.</p>" 1784 }, 1785 "TwoWayChannelRole":{ 1786 "shape":"IamRoleArn", 1787 "documentation":"<p>An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.</p>" 1788 }, 1789 "SelfManagedOptOutsEnabled":{ 1790 "shape":"PrimitiveBoolean", 1791 "documentation":"<p>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, Amazon Pinpoint 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.</p>" 1792 }, 1793 "OptOutListName":{ 1794 "shape":"OptOutListName", 1795 "documentation":"<p>The name of the OptOutList associated with the pool.</p>" 1796 }, 1797 "SharedRoutesEnabled":{ 1798 "shape":"PrimitiveBoolean", 1799 "documentation":"<p>Indicates whether shared routes are enabled for the pool.</p>" 1800 }, 1801 "DeletionProtectionEnabled":{ 1802 "shape":"PrimitiveBoolean", 1803 "documentation":"<p>When set to true deletion protection is enabled. By default this is set to false. </p>" 1804 }, 1805 "Tags":{ 1806 "shape":"TagList", 1807 "documentation":"<p>An array of tags (key and value pairs) associated with the pool.</p>" 1808 }, 1809 "CreatedTimestamp":{ 1810 "shape":"Timestamp", 1811 "documentation":"<p>The time when the pool was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 1812 } 1813 } 1814 }, 1815 "CreateRegistrationAssociationRequest":{ 1816 "type":"structure", 1817 "required":[ 1818 "RegistrationId", 1819 "ResourceId" 1820 ], 1821 "members":{ 1822 "RegistrationId":{ 1823 "shape":"RegistrationIdOrArn", 1824 "documentation":"<p>The unique identifier for the registration.</p>" 1825 }, 1826 "ResourceId":{ 1827 "shape":"ResourceIdOrArn", 1828 "documentation":"<p>The unique identifier for the origination identity. For example this could be a <b>PhoneNumberId</b> or <b>SenderId</b>.</p>" 1829 } 1830 } 1831 }, 1832 "CreateRegistrationAssociationResult":{ 1833 "type":"structure", 1834 "required":[ 1835 "RegistrationArn", 1836 "RegistrationId", 1837 "RegistrationType", 1838 "ResourceArn", 1839 "ResourceId", 1840 "ResourceType" 1841 ], 1842 "members":{ 1843 "RegistrationArn":{ 1844 "shape":"String", 1845 "documentation":"<p>The Amazon Resource Name (ARN) for the registration.</p>" 1846 }, 1847 "RegistrationId":{ 1848 "shape":"String", 1849 "documentation":"<p>The unique identifier for the registration.</p>" 1850 }, 1851 "RegistrationType":{ 1852 "shape":"RegistrationType", 1853 "documentation":"<p>The type of registration form. The list of <b>RegistrationTypes</b> can be found using the <a>DescribeRegistrationTypeDefinitions</a> action.</p>" 1854 }, 1855 "ResourceArn":{ 1856 "shape":"String", 1857 "documentation":"<p>The Amazon Resource Name (ARN) of the origination identity that is associated with the registration. </p>" 1858 }, 1859 "ResourceId":{ 1860 "shape":"String", 1861 "documentation":"<p>The unique identifier for the origination identity. For example this could be a <b>PhoneNumberId</b> or <b>SenderId</b>.</p>" 1862 }, 1863 "ResourceType":{ 1864 "shape":"String", 1865 "documentation":"<p>The registration type or origination identity type.</p>" 1866 }, 1867 "IsoCountryCode":{ 1868 "shape":"IsoCountryCode", 1869 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.</p>" 1870 }, 1871 "PhoneNumber":{ 1872 "shape":"PhoneNumber", 1873 "documentation":"<p>The phone number associated with the registration in E.164 format.</p>" 1874 } 1875 } 1876 }, 1877 "CreateRegistrationAttachmentRequest":{ 1878 "type":"structure", 1879 "members":{ 1880 "AttachmentBody":{ 1881 "shape":"AttachmentBody", 1882 "documentation":"<p>The registration file to upload. The maximum file size is 1MiB and valid file extensions are PDF, JPEG and PNG.</p>" 1883 }, 1884 "AttachmentUrl":{ 1885 "shape":"AttachmentUrl", 1886 "documentation":"<p>A URL to the required registration file. For example, you can provide the S3 object URL.</p>" 1887 }, 1888 "Tags":{ 1889 "shape":"TagList", 1890 "documentation":"<p>An array of tags (key and value pairs) to associate with the registration attachment.</p>" 1891 }, 1892 "ClientToken":{ 1893 "shape":"ClientToken", 1894 "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.</p>", 1895 "idempotencyToken":true 1896 } 1897 } 1898 }, 1899 "CreateRegistrationAttachmentResult":{ 1900 "type":"structure", 1901 "required":[ 1902 "RegistrationAttachmentArn", 1903 "RegistrationAttachmentId", 1904 "AttachmentStatus", 1905 "CreatedTimestamp" 1906 ], 1907 "members":{ 1908 "RegistrationAttachmentArn":{ 1909 "shape":"String", 1910 "documentation":"<p>The Amazon Resource Name (ARN) for the registration attachment.</p>" 1911 }, 1912 "RegistrationAttachmentId":{ 1913 "shape":"String", 1914 "documentation":"<p>The unique identifier for the registration attachment.</p>" 1915 }, 1916 "AttachmentStatus":{ 1917 "shape":"AttachmentStatus", 1918 "documentation":"<p>The status of the registration attachment. </p> <ul> <li> <p> <code>UPLOAD_IN_PROGRESS</code> The attachment is being uploaded.</p> </li> <li> <p> <code>UPLOAD_COMPLETE</code> The attachment has been uploaded.</p> </li> <li> <p> <code>UPLOAD_FAILED</code> The attachment failed to uploaded.</p> </li> <li> <p> <code>DELETED</code> The attachment has been deleted..</p> </li> </ul>" 1919 }, 1920 "Tags":{ 1921 "shape":"TagList", 1922 "documentation":"<p>An array of tags (key and value pairs) to associate with the registration attachment.</p>" 1923 }, 1924 "CreatedTimestamp":{ 1925 "shape":"Timestamp", 1926 "documentation":"<p>The time when the registration attachment was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 1927 } 1928 } 1929 }, 1930 "CreateRegistrationRequest":{ 1931 "type":"structure", 1932 "required":["RegistrationType"], 1933 "members":{ 1934 "RegistrationType":{ 1935 "shape":"RegistrationType", 1936 "documentation":"<p>The type of registration form to create. The list of <b>RegistrationTypes</b> can be found using the <a>DescribeRegistrationTypeDefinitions</a> action.</p>" 1937 }, 1938 "Tags":{ 1939 "shape":"TagList", 1940 "documentation":"<p>An array of tags (key and value pairs) to associate with the registration.</p>" 1941 }, 1942 "ClientToken":{ 1943 "shape":"ClientToken", 1944 "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.</p>", 1945 "idempotencyToken":true 1946 } 1947 } 1948 }, 1949 "CreateRegistrationResult":{ 1950 "type":"structure", 1951 "required":[ 1952 "RegistrationArn", 1953 "RegistrationId", 1954 "RegistrationType", 1955 "RegistrationStatus", 1956 "CurrentVersionNumber", 1957 "CreatedTimestamp" 1958 ], 1959 "members":{ 1960 "RegistrationArn":{ 1961 "shape":"String", 1962 "documentation":"<p>The Amazon Resource Name (ARN) for the registration.</p>" 1963 }, 1964 "RegistrationId":{ 1965 "shape":"String", 1966 "documentation":"<p>The unique identifier for the registration.</p>" 1967 }, 1968 "RegistrationType":{ 1969 "shape":"RegistrationType", 1970 "documentation":"<p>The type of registration form to create. The list of <b>RegistrationTypes</b> can be found using the <a>DescribeRegistrationTypeDefinitions</a> action.</p>" 1971 }, 1972 "RegistrationStatus":{ 1973 "shape":"RegistrationStatus", 1974 "documentation":"<p>The status of the registration.</p> <ul> <li> <p> <code>CREATED</code>: Your registration is created but not submitted.</p> </li> <li> <p> <code>SUBMITTED</code>: Your registration has been submitted and is awaiting review.</p> </li> <li> <p> <code>REVIEWING</code>: Your registration has been accepted and is being reviewed.</p> </li> <li> <p> <code>PROVISIONING</code>: Your registration has been approved and your origination identity is being created.</p> </li> <li> <p> <code>COMPLETE</code>: Your registration has been approved and and your origination identity has been created.</p> </li> <li> <p> <code>REQUIRES_UPDATES</code>: You must fix your registration and resubmit it.</p> </li> <li> <p> <code>CLOSED</code>: The phone number or sender ID has been deleted and you must also delete the registration for the number.</p> </li> <li> <p> <code>DELETED</code>: The registration has been deleted.</p> </li> </ul>" 1975 }, 1976 "CurrentVersionNumber":{ 1977 "shape":"RegistrationVersionNumber", 1978 "documentation":"<p>The current version number of the registration.</p>" 1979 }, 1980 "AdditionalAttributes":{ 1981 "shape":"StringMap", 1982 "documentation":"<p>Metadata about a given registration which is specific to that registration type.</p>" 1983 }, 1984 "Tags":{ 1985 "shape":"TagList", 1986 "documentation":"<p>An array of tags (key and value pairs) to associate with the registration.</p>" 1987 }, 1988 "CreatedTimestamp":{ 1989 "shape":"Timestamp", 1990 "documentation":"<p>The time when the registration was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 1991 } 1992 } 1993 }, 1994 "CreateRegistrationVersionRequest":{ 1995 "type":"structure", 1996 "required":["RegistrationId"], 1997 "members":{ 1998 "RegistrationId":{ 1999 "shape":"RegistrationIdOrArn", 2000 "documentation":"<p>The unique identifier for the registration.</p>" 2001 } 2002 } 2003 }, 2004 "CreateRegistrationVersionResult":{ 2005 "type":"structure", 2006 "required":[ 2007 "RegistrationArn", 2008 "RegistrationId", 2009 "VersionNumber", 2010 "RegistrationVersionStatus", 2011 "RegistrationVersionStatusHistory" 2012 ], 2013 "members":{ 2014 "RegistrationArn":{ 2015 "shape":"String", 2016 "documentation":"<p>The Amazon Resource Name (ARN) for the registration.</p>" 2017 }, 2018 "RegistrationId":{ 2019 "shape":"String", 2020 "documentation":"<p>The unique identifier for the registration.</p>" 2021 }, 2022 "VersionNumber":{ 2023 "shape":"RegistrationVersionNumber", 2024 "documentation":"<p>The new version number of the registration.</p>" 2025 }, 2026 "RegistrationVersionStatus":{ 2027 "shape":"RegistrationVersionStatus", 2028 "documentation":"<p>The status of the registration.</p> <ul> <li> <p> <code>DRAFT</code>: The initial status of a registration version after it’s created.</p> </li> <li> <p> <code>SUBMITTED</code>: Your registration has been submitted.</p> </li> <li> <p> <code>REVIEWING</code>: Your registration has been accepted and is being reviewed.</p> </li> <li> <p> <code>APPROVED</code>: Your registration has been approved.</p> </li> <li> <p> <code>DISCARDED</code>: You've abandon this version of their registration to start over with a new version. </p> </li> <li> <p> <code>DENIED</code>: You must fix your registration and resubmit it.</p> </li> <li> <p> <code>REVOKED</code>: Your previously approved registration has been revoked.</p> </li> <li> <p> <code>ARCHIVED</code>: Your previously approved registration version moves into this status when a more recently submitted version is approved.</p> </li> </ul>" 2029 }, 2030 "RegistrationVersionStatusHistory":{ 2031 "shape":"RegistrationVersionStatusHistory", 2032 "documentation":"<p>A <b>RegistrationVersionStatusHistory</b> object that contains timestamps for the registration.</p>" 2033 } 2034 } 2035 }, 2036 "CreateVerifiedDestinationNumberRequest":{ 2037 "type":"structure", 2038 "required":["DestinationPhoneNumber"], 2039 "members":{ 2040 "DestinationPhoneNumber":{ 2041 "shape":"PhoneNumber", 2042 "documentation":"<p>The verified destination phone number, in E.164 format.</p>" 2043 }, 2044 "Tags":{ 2045 "shape":"TagList", 2046 "documentation":"<p>An array of tags (key and value pairs) to associate with the destination number.</p>" 2047 }, 2048 "ClientToken":{ 2049 "shape":"ClientToken", 2050 "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.</p>", 2051 "idempotencyToken":true 2052 } 2053 } 2054 }, 2055 "CreateVerifiedDestinationNumberResult":{ 2056 "type":"structure", 2057 "required":[ 2058 "VerifiedDestinationNumberArn", 2059 "VerifiedDestinationNumberId", 2060 "DestinationPhoneNumber", 2061 "Status", 2062 "CreatedTimestamp" 2063 ], 2064 "members":{ 2065 "VerifiedDestinationNumberArn":{ 2066 "shape":"String", 2067 "documentation":"<p>The Amazon Resource Name (ARN) for the verified destination phone number.</p>" 2068 }, 2069 "VerifiedDestinationNumberId":{ 2070 "shape":"String", 2071 "documentation":"<p>The unique identifier for the verified destination phone number.</p>" 2072 }, 2073 "DestinationPhoneNumber":{ 2074 "shape":"PhoneNumber", 2075 "documentation":"<p>The verified destination phone number, in E.164 format.</p>" 2076 }, 2077 "Status":{ 2078 "shape":"VerificationStatus", 2079 "documentation":"<p>The status of the verified destination phone number.</p> <ul> <li> <p> <code>PENDING</code>: The phone number hasn't been verified yet.</p> </li> <li> <p> <code>VERIFIED</code>: The phone number is verified and can receive messages.</p> </li> </ul>" 2080 }, 2081 "Tags":{ 2082 "shape":"TagList", 2083 "documentation":"<p>An array of tags (key and value pairs) to associate with the destination number.</p>" 2084 }, 2085 "CreatedTimestamp":{ 2086 "shape":"Timestamp", 2087 "documentation":"<p>The time when the verified phone number was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 2088 } 2089 } 2090 }, 2091 "DeleteConfigurationSetRequest":{ 2092 "type":"structure", 2093 "required":["ConfigurationSetName"], 2094 "members":{ 2095 "ConfigurationSetName":{ 2096 "shape":"ConfigurationSetNameOrArn", 2097 "documentation":"<p>The name of the configuration set or the configuration set ARN that you want to delete. The ConfigurationSetName and ConfigurationSetArn can be found using the <a>DescribeConfigurationSets</a> action.</p>" 2098 } 2099 } 2100 }, 2101 "DeleteConfigurationSetResult":{ 2102 "type":"structure", 2103 "members":{ 2104 "ConfigurationSetArn":{ 2105 "shape":"String", 2106 "documentation":"<p>The Amazon Resource Name (ARN) of the deleted configuration set.</p>" 2107 }, 2108 "ConfigurationSetName":{ 2109 "shape":"ConfigurationSetName", 2110 "documentation":"<p>The name of the deleted configuration set.</p>" 2111 }, 2112 "EventDestinations":{ 2113 "shape":"EventDestinationList", 2114 "documentation":"<p>An array of any EventDestination objects that were associated with the deleted configuration set.</p>" 2115 }, 2116 "DefaultMessageType":{ 2117 "shape":"MessageType", 2118 "documentation":"<p>The default message type of the configuration set that was deleted.</p>" 2119 }, 2120 "DefaultSenderId":{ 2121 "shape":"SenderId", 2122 "documentation":"<p>The default Sender ID of the configuration set that was deleted.</p>" 2123 }, 2124 "CreatedTimestamp":{ 2125 "shape":"Timestamp", 2126 "documentation":"<p>The time that the deleted configuration set was created in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 2127 } 2128 } 2129 }, 2130 "DeleteDefaultMessageTypeRequest":{ 2131 "type":"structure", 2132 "required":["ConfigurationSetName"], 2133 "members":{ 2134 "ConfigurationSetName":{ 2135 "shape":"ConfigurationSetNameOrArn", 2136 "documentation":"<p>The name of the configuration set or the configuration set Amazon Resource Name (ARN) to delete the default message type from. The ConfigurationSetName and ConfigurationSetArn can be found using the <a>DescribeConfigurationSets</a> action.</p>" 2137 } 2138 } 2139 }, 2140 "DeleteDefaultMessageTypeResult":{ 2141 "type":"structure", 2142 "members":{ 2143 "ConfigurationSetArn":{ 2144 "shape":"String", 2145 "documentation":"<p>The Amazon Resource Name (ARN) of the configuration set.</p>" 2146 }, 2147 "ConfigurationSetName":{ 2148 "shape":"ConfigurationSetName", 2149 "documentation":"<p>The name of the configuration set.</p>" 2150 }, 2151 "MessageType":{ 2152 "shape":"MessageType", 2153 "documentation":"<p>The current message type for the configuration set.</p>" 2154 } 2155 } 2156 }, 2157 "DeleteDefaultSenderIdRequest":{ 2158 "type":"structure", 2159 "required":["ConfigurationSetName"], 2160 "members":{ 2161 "ConfigurationSetName":{ 2162 "shape":"ConfigurationSetNameOrArn", 2163 "documentation":"<p>The name of the configuration set or the configuration set Amazon Resource Name (ARN) to delete the default sender ID from. The ConfigurationSetName and ConfigurationSetArn can be found using the <a>DescribeConfigurationSets</a> action.</p>" 2164 } 2165 } 2166 }, 2167 "DeleteDefaultSenderIdResult":{ 2168 "type":"structure", 2169 "members":{ 2170 "ConfigurationSetArn":{ 2171 "shape":"String", 2172 "documentation":"<p>The Amazon Resource Name (ARN) of the configuration set.</p>" 2173 }, 2174 "ConfigurationSetName":{ 2175 "shape":"ConfigurationSetName", 2176 "documentation":"<p>The name of the configuration set.</p>" 2177 }, 2178 "SenderId":{ 2179 "shape":"SenderId", 2180 "documentation":"<p>The current sender ID for the configuration set.</p>" 2181 } 2182 } 2183 }, 2184 "DeleteEventDestinationRequest":{ 2185 "type":"structure", 2186 "required":[ 2187 "ConfigurationSetName", 2188 "EventDestinationName" 2189 ], 2190 "members":{ 2191 "ConfigurationSetName":{ 2192 "shape":"ConfigurationSetNameOrArn", 2193 "documentation":"<p>The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event destination from. The ConfigurateSetName and ConfigurationSetArn can be found using the <a>DescribeConfigurationSets</a> action.</p>" 2194 }, 2195 "EventDestinationName":{ 2196 "shape":"EventDestinationName", 2197 "documentation":"<p>The name of the event destination to delete.</p>" 2198 } 2199 } 2200 }, 2201 "DeleteEventDestinationResult":{ 2202 "type":"structure", 2203 "members":{ 2204 "ConfigurationSetArn":{ 2205 "shape":"String", 2206 "documentation":"<p>The Amazon Resource Name (ARN) of the configuration set.</p>" 2207 }, 2208 "ConfigurationSetName":{ 2209 "shape":"ConfigurationSetName", 2210 "documentation":"<p>The name of the configuration set the event destination was deleted from.</p>" 2211 }, 2212 "EventDestination":{ 2213 "shape":"EventDestination", 2214 "documentation":"<p>The event destination object that was deleted.</p>" 2215 } 2216 } 2217 }, 2218 "DeleteKeywordRequest":{ 2219 "type":"structure", 2220 "required":[ 2221 "OriginationIdentity", 2222 "Keyword" 2223 ], 2224 "members":{ 2225 "OriginationIdentity":{ 2226 "shape":"PhoneOrPoolIdOrArn", 2227 "documentation":"<p>The origination identity to use such as a PhoneNumberId, PhoneNumberArn, PoolId or PoolArn. You can use <a>DescribePhoneNumbers</a> to find the values for PhoneNumberId and PhoneNumberArn and <a>DescribePools</a> to find the values of PoolId and PoolArn.</p>" 2228 }, 2229 "Keyword":{ 2230 "shape":"Keyword", 2231 "documentation":"<p>The keyword to delete.</p>" 2232 } 2233 } 2234 }, 2235 "DeleteKeywordResult":{ 2236 "type":"structure", 2237 "members":{ 2238 "OriginationIdentityArn":{ 2239 "shape":"String", 2240 "documentation":"<p>The PhoneNumberArn or PoolArn that the keyword was associated with.</p>" 2241 }, 2242 "OriginationIdentity":{ 2243 "shape":"String", 2244 "documentation":"<p>The PhoneNumberId or PoolId that the keyword was associated with.</p>" 2245 }, 2246 "Keyword":{ 2247 "shape":"Keyword", 2248 "documentation":"<p>The keyword that was deleted.</p>" 2249 }, 2250 "KeywordMessage":{ 2251 "shape":"KeywordMessage", 2252 "documentation":"<p>The message that was associated with the deleted keyword.</p>" 2253 }, 2254 "KeywordAction":{ 2255 "shape":"KeywordAction", 2256 "documentation":"<p>The action that was associated with the deleted keyword.</p>" 2257 } 2258 } 2259 }, 2260 "DeleteOptOutListRequest":{ 2261 "type":"structure", 2262 "required":["OptOutListName"], 2263 "members":{ 2264 "OptOutListName":{ 2265 "shape":"OptOutListNameOrArn", 2266 "documentation":"<p>The OptOutListName or OptOutListArn of the OptOutList to delete. You can use <a>DescribeOptOutLists</a> to find the values for OptOutListName and OptOutListArn.</p>" 2267 } 2268 } 2269 }, 2270 "DeleteOptOutListResult":{ 2271 "type":"structure", 2272 "members":{ 2273 "OptOutListArn":{ 2274 "shape":"String", 2275 "documentation":"<p>The Amazon Resource Name (ARN) of the OptOutList that was removed.</p>" 2276 }, 2277 "OptOutListName":{ 2278 "shape":"OptOutListName", 2279 "documentation":"<p>The name of the OptOutList that was removed.</p>" 2280 }, 2281 "CreatedTimestamp":{ 2282 "shape":"Timestamp", 2283 "documentation":"<p>The time when the OptOutList was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 2284 } 2285 } 2286 }, 2287 "DeleteOptedOutNumberRequest":{ 2288 "type":"structure", 2289 "required":[ 2290 "OptOutListName", 2291 "OptedOutNumber" 2292 ], 2293 "members":{ 2294 "OptOutListName":{ 2295 "shape":"OptOutListNameOrArn", 2296 "documentation":"<p>The OptOutListName or OptOutListArn to remove the phone number from.</p>" 2297 }, 2298 "OptedOutNumber":{ 2299 "shape":"PhoneNumber", 2300 "documentation":"<p>The phone number, in E.164 format, to remove from the OptOutList.</p>" 2301 } 2302 } 2303 }, 2304 "DeleteOptedOutNumberResult":{ 2305 "type":"structure", 2306 "members":{ 2307 "OptOutListArn":{ 2308 "shape":"String", 2309 "documentation":"<p>The OptOutListArn that the phone number was removed from.</p>" 2310 }, 2311 "OptOutListName":{ 2312 "shape":"OptOutListName", 2313 "documentation":"<p>The OptOutListName that the phone number was removed from.</p>" 2314 }, 2315 "OptedOutNumber":{ 2316 "shape":"PhoneNumber", 2317 "documentation":"<p>The phone number that was removed from the OptOutList.</p>" 2318 }, 2319 "OptedOutTimestamp":{ 2320 "shape":"Timestamp", 2321 "documentation":"<p>The time that the number was removed at, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 2322 }, 2323 "EndUserOptedOut":{ 2324 "shape":"PrimitiveBoolean", 2325 "documentation":"<p>This is true if it was the end user who requested their phone number be removed. </p>" 2326 } 2327 } 2328 }, 2329 "DeletePoolRequest":{ 2330 "type":"structure", 2331 "required":["PoolId"], 2332 "members":{ 2333 "PoolId":{ 2334 "shape":"PoolIdOrArn", 2335 "documentation":"<p>The PoolId or PoolArn of the pool to delete. You can use <a>DescribePools</a> to find the values for PoolId and PoolArn .</p>" 2336 } 2337 } 2338 }, 2339 "DeletePoolResult":{ 2340 "type":"structure", 2341 "members":{ 2342 "PoolArn":{ 2343 "shape":"String", 2344 "documentation":"<p>The Amazon Resource Name (ARN) of the pool that was deleted.</p>" 2345 }, 2346 "PoolId":{ 2347 "shape":"String", 2348 "documentation":"<p>The PoolId of the pool that was deleted.</p>" 2349 }, 2350 "Status":{ 2351 "shape":"PoolStatus", 2352 "documentation":"<p>The current status of the pool.</p> <ul> <li> <p>CREATING: The pool is currently being created and isn't yet available for use.</p> </li> <li> <p>ACTIVE: The pool is active and available for use.</p> </li> <li> <p>DELETING: The pool is being deleted.</p> </li> </ul>" 2353 }, 2354 "MessageType":{ 2355 "shape":"MessageType", 2356 "documentation":"<p>The message type that was associated with the deleted pool.</p>" 2357 }, 2358 "TwoWayEnabled":{ 2359 "shape":"PrimitiveBoolean", 2360 "documentation":"<p>By default this is set to false. When set to true you can receive incoming text messages from your end recipients.</p>" 2361 }, 2362 "TwoWayChannelArn":{ 2363 "shape":"TwoWayChannelArn", 2364 "documentation":"<p>The Amazon Resource Name (ARN) of the TwoWayChannel.</p>" 2365 }, 2366 "TwoWayChannelRole":{ 2367 "shape":"IamRoleArn", 2368 "documentation":"<p>An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.</p>" 2369 }, 2370 "SelfManagedOptOutsEnabled":{ 2371 "shape":"PrimitiveBoolean", 2372 "documentation":"<p>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, Amazon Pinpoint 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.</p>" 2373 }, 2374 "OptOutListName":{ 2375 "shape":"OptOutListName", 2376 "documentation":"<p>The name of the OptOutList that was associated with the deleted pool.</p>" 2377 }, 2378 "SharedRoutesEnabled":{ 2379 "shape":"PrimitiveBoolean", 2380 "documentation":"<p>Indicates whether shared routes are enabled for the pool.</p>" 2381 }, 2382 "CreatedTimestamp":{ 2383 "shape":"Timestamp", 2384 "documentation":"<p>The time when the pool was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 2385 } 2386 } 2387 }, 2388 "DeleteRegistrationAttachmentRequest":{ 2389 "type":"structure", 2390 "required":["RegistrationAttachmentId"], 2391 "members":{ 2392 "RegistrationAttachmentId":{ 2393 "shape":"RegistrationAttachmentIdOrArn", 2394 "documentation":"<p>The unique identifier for the registration attachment.</p>" 2395 } 2396 } 2397 }, 2398 "DeleteRegistrationAttachmentResult":{ 2399 "type":"structure", 2400 "required":[ 2401 "RegistrationAttachmentArn", 2402 "RegistrationAttachmentId", 2403 "AttachmentStatus", 2404 "CreatedTimestamp" 2405 ], 2406 "members":{ 2407 "RegistrationAttachmentArn":{ 2408 "shape":"String", 2409 "documentation":"<p>The Amazon Resource Name (ARN) for the registration attachment.</p>" 2410 }, 2411 "RegistrationAttachmentId":{ 2412 "shape":"String", 2413 "documentation":"<p>The unique identifier for the registration attachment.</p>" 2414 }, 2415 "AttachmentStatus":{ 2416 "shape":"AttachmentStatus", 2417 "documentation":"<p>The status of the registration attachment. </p> <ul> <li> <p> <code>UPLOAD_IN_PROGRESS</code> The attachment is being uploaded.</p> </li> <li> <p> <code>UPLOAD_COMPLETE</code> The attachment has been uploaded.</p> </li> <li> <p> <code>UPLOAD_FAILED</code> The attachment failed to uploaded.</p> </li> <li> <p> <code>DELETED</code> The attachment has been deleted..</p> </li> </ul>" 2418 }, 2419 "AttachmentUploadErrorReason":{ 2420 "shape":"AttachmentUploadErrorReason", 2421 "documentation":"<p>The error message if the upload failed.</p>" 2422 }, 2423 "CreatedTimestamp":{ 2424 "shape":"Timestamp", 2425 "documentation":"<p>The time when the registration attachment was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 2426 } 2427 } 2428 }, 2429 "DeleteRegistrationFieldValueRequest":{ 2430 "type":"structure", 2431 "required":[ 2432 "RegistrationId", 2433 "FieldPath" 2434 ], 2435 "members":{ 2436 "RegistrationId":{ 2437 "shape":"RegistrationIdOrArn", 2438 "documentation":"<p>The unique identifier for the registration.</p>" 2439 }, 2440 "FieldPath":{ 2441 "shape":"FieldPath", 2442 "documentation":"<p>The path to the registration form field. You can use <a>DescribeRegistrationFieldDefinitions</a> for a list of <b>FieldPaths</b>.</p>" 2443 } 2444 } 2445 }, 2446 "DeleteRegistrationFieldValueResult":{ 2447 "type":"structure", 2448 "required":[ 2449 "RegistrationArn", 2450 "RegistrationId", 2451 "VersionNumber", 2452 "FieldPath" 2453 ], 2454 "members":{ 2455 "RegistrationArn":{ 2456 "shape":"String", 2457 "documentation":"<p>The Amazon Resource Name (ARN) for the registration.</p>" 2458 }, 2459 "RegistrationId":{ 2460 "shape":"String", 2461 "documentation":"<p>The unique identifier for the registration.</p>" 2462 }, 2463 "VersionNumber":{ 2464 "shape":"RegistrationVersionNumber", 2465 "documentation":"<p>The version number of the registration.</p>" 2466 }, 2467 "FieldPath":{ 2468 "shape":"FieldPath", 2469 "documentation":"<p>The path to the registration form field.</p>" 2470 }, 2471 "SelectChoices":{ 2472 "shape":"SelectChoiceList", 2473 "documentation":"<p>An array of values for the form field.</p>" 2474 }, 2475 "TextValue":{ 2476 "shape":"TextValue", 2477 "documentation":"<p>The text data for a free form field.</p>" 2478 }, 2479 "RegistrationAttachmentId":{ 2480 "shape":"String", 2481 "documentation":"<p>The unique identifier for the registration attachment.</p>" 2482 } 2483 } 2484 }, 2485 "DeleteRegistrationRequest":{ 2486 "type":"structure", 2487 "required":["RegistrationId"], 2488 "members":{ 2489 "RegistrationId":{ 2490 "shape":"RegistrationIdOrArn", 2491 "documentation":"<p>The unique identifier for the registration.</p>" 2492 } 2493 } 2494 }, 2495 "DeleteRegistrationResult":{ 2496 "type":"structure", 2497 "required":[ 2498 "RegistrationArn", 2499 "RegistrationId", 2500 "RegistrationType", 2501 "RegistrationStatus", 2502 "CurrentVersionNumber", 2503 "CreatedTimestamp" 2504 ], 2505 "members":{ 2506 "RegistrationArn":{ 2507 "shape":"String", 2508 "documentation":"<p>The Amazon Resource Name (ARN) for the registration.</p>" 2509 }, 2510 "RegistrationId":{ 2511 "shape":"String", 2512 "documentation":"<p>The unique identifier for the registration.</p>" 2513 }, 2514 "RegistrationType":{ 2515 "shape":"RegistrationType", 2516 "documentation":"<p>The type of registration form. The list of <b>RegistrationTypes</b> can be found using the <a>DescribeRegistrationTypeDefinitions</a> action.</p>" 2517 }, 2518 "RegistrationStatus":{ 2519 "shape":"RegistrationStatus", 2520 "documentation":"<p>The status of the registration.</p> <ul> <li> <p> <code>CREATED</code>: Your registration is created but not submitted.</p> </li> <li> <p> <code>SUBMITTED</code>: Your registration has been submitted and is awaiting review.</p> </li> <li> <p> <code>REVIEWING</code>: Your registration has been accepted and is being reviewed.</p> </li> <li> <p> <code>PROVISIONING</code>: Your registration has been approved and your origination identity is being created.</p> </li> <li> <p> <code>COMPLETE</code>: Your registration has been approved and and your origination identity has been created.</p> </li> <li> <p> <code>REQUIRES_UPDATES</code>: You must fix your registration and resubmit it.</p> </li> <li> <p> <code>CLOSED</code>: The phone number or sender ID has been deleted and you must also delete the registration for the number.</p> </li> <li> <p> <code>DELETED</code>: The registration has been deleted.</p> </li> </ul>" 2521 }, 2522 "CurrentVersionNumber":{ 2523 "shape":"RegistrationVersionNumber", 2524 "documentation":"<p>The current version number of the registration.</p>" 2525 }, 2526 "ApprovedVersionNumber":{ 2527 "shape":"RegistrationVersionNumber", 2528 "documentation":"<p>The version number of the registration that was approved.</p>" 2529 }, 2530 "LatestDeniedVersionNumber":{ 2531 "shape":"RegistrationVersionNumber", 2532 "documentation":"<p>The latest version number of the registration that was denied.</p>" 2533 }, 2534 "AdditionalAttributes":{ 2535 "shape":"StringMap", 2536 "documentation":"<p>Metadata about a given registration which is specific to that registration type.</p>" 2537 }, 2538 "CreatedTimestamp":{ 2539 "shape":"Timestamp", 2540 "documentation":"<p>The time when the registration was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 2541 } 2542 } 2543 }, 2544 "DeleteTextMessageSpendLimitOverrideRequest":{ 2545 "type":"structure", 2546 "members":{ 2547 } 2548 }, 2549 "DeleteTextMessageSpendLimitOverrideResult":{ 2550 "type":"structure", 2551 "members":{ 2552 "MonthlyLimit":{ 2553 "shape":"MonthlyLimit", 2554 "documentation":"<p>The current monthly limit, in US dollars.</p>" 2555 } 2556 } 2557 }, 2558 "DeleteVerifiedDestinationNumberRequest":{ 2559 "type":"structure", 2560 "required":["VerifiedDestinationNumberId"], 2561 "members":{ 2562 "VerifiedDestinationNumberId":{ 2563 "shape":"VerifiedDestinationNumberIdOrArn", 2564 "documentation":"<p>The unique identifier for the verified destination phone number.</p>" 2565 } 2566 } 2567 }, 2568 "DeleteVerifiedDestinationNumberResult":{ 2569 "type":"structure", 2570 "required":[ 2571 "VerifiedDestinationNumberArn", 2572 "VerifiedDestinationNumberId", 2573 "DestinationPhoneNumber", 2574 "CreatedTimestamp" 2575 ], 2576 "members":{ 2577 "VerifiedDestinationNumberArn":{ 2578 "shape":"String", 2579 "documentation":"<p>The Amazon Resource Name (ARN) for the verified destination phone number.</p>" 2580 }, 2581 "VerifiedDestinationNumberId":{ 2582 "shape":"String", 2583 "documentation":"<p>The unique identifier for the verified destination phone number.</p>" 2584 }, 2585 "DestinationPhoneNumber":{ 2586 "shape":"PhoneNumber", 2587 "documentation":"<p>The verified destination phone number, in E.164 format.</p>" 2588 }, 2589 "CreatedTimestamp":{ 2590 "shape":"Timestamp", 2591 "documentation":"<p>The time when the destination phone number was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 2592 } 2593 } 2594 }, 2595 "DeleteVoiceMessageSpendLimitOverrideRequest":{ 2596 "type":"structure", 2597 "members":{ 2598 } 2599 }, 2600 "DeleteVoiceMessageSpendLimitOverrideResult":{ 2601 "type":"structure", 2602 "members":{ 2603 "MonthlyLimit":{ 2604 "shape":"MonthlyLimit", 2605 "documentation":"<p>The current monthly limit, in US dollars.</p>" 2606 } 2607 } 2608 }, 2609 "DeliveryStreamArn":{ 2610 "type":"string", 2611 "max":2048, 2612 "min":20, 2613 "pattern":"arn:\\S+" 2614 }, 2615 "DescribeAccountAttributesRequest":{ 2616 "type":"structure", 2617 "members":{ 2618 "NextToken":{ 2619 "shape":"NextToken", 2620 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 2621 }, 2622 "MaxResults":{ 2623 "shape":"MaxResults", 2624 "documentation":"<p>The maximum number of results to return per each request.</p>" 2625 } 2626 } 2627 }, 2628 "DescribeAccountAttributesResult":{ 2629 "type":"structure", 2630 "members":{ 2631 "AccountAttributes":{ 2632 "shape":"AccountAttributeList", 2633 "documentation":"<p>An array of AccountAttributes objects.</p>" 2634 }, 2635 "NextToken":{ 2636 "shape":"NextToken", 2637 "documentation":"<p>The token to be used for the next set of paginated results. If this field is empty then there are no more results.</p>" 2638 } 2639 } 2640 }, 2641 "DescribeAccountLimitsRequest":{ 2642 "type":"structure", 2643 "members":{ 2644 "NextToken":{ 2645 "shape":"NextToken", 2646 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 2647 }, 2648 "MaxResults":{ 2649 "shape":"MaxResults", 2650 "documentation":"<p>The maximum number of results to return per each request.</p>" 2651 } 2652 } 2653 }, 2654 "DescribeAccountLimitsResult":{ 2655 "type":"structure", 2656 "members":{ 2657 "AccountLimits":{ 2658 "shape":"AccountLimitList", 2659 "documentation":"<p>An array of AccountLimit objects that show the current spend limits.</p>" 2660 }, 2661 "NextToken":{ 2662 "shape":"NextToken", 2663 "documentation":"<p>The token to be used for the next set of paginated results. If this field is empty then there are no more results.</p>" 2664 } 2665 } 2666 }, 2667 "DescribeConfigurationSetsRequest":{ 2668 "type":"structure", 2669 "members":{ 2670 "ConfigurationSetNames":{ 2671 "shape":"ConfigurationSetNameList", 2672 "documentation":"<p>An array of strings. Each element can be either a ConfigurationSetName or ConfigurationSetArn.</p>" 2673 }, 2674 "Filters":{ 2675 "shape":"ConfigurationSetFilterList", 2676 "documentation":"<p>An array of filters to apply to the results that are returned.</p>" 2677 }, 2678 "NextToken":{ 2679 "shape":"NextToken", 2680 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 2681 }, 2682 "MaxResults":{ 2683 "shape":"MaxResults", 2684 "documentation":"<p>The maximum number of results to return per each request.</p>" 2685 } 2686 } 2687 }, 2688 "DescribeConfigurationSetsResult":{ 2689 "type":"structure", 2690 "members":{ 2691 "ConfigurationSets":{ 2692 "shape":"ConfigurationSetInformationList", 2693 "documentation":"<p>An array of ConfigurationSets objects.</p>" 2694 }, 2695 "NextToken":{ 2696 "shape":"NextToken", 2697 "documentation":"<p>The token to be used for the next set of paginated results. If this field is empty then there are no more results.</p>" 2698 } 2699 } 2700 }, 2701 "DescribeKeywordsRequest":{ 2702 "type":"structure", 2703 "required":["OriginationIdentity"], 2704 "members":{ 2705 "OriginationIdentity":{ 2706 "shape":"PhoneOrPoolIdOrArn", 2707 "documentation":"<p>The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use <a>DescribePhoneNumbers</a> to find the values for PhoneNumberId and PhoneNumberArn while <a>DescribeSenderIds</a> can be used to get the values for SenderId and SenderIdArn.</p>" 2708 }, 2709 "Keywords":{ 2710 "shape":"KeywordList", 2711 "documentation":"<p>An array of keywords to search for.</p>" 2712 }, 2713 "Filters":{ 2714 "shape":"KeywordFilterList", 2715 "documentation":"<p>An array of keyword filters to filter the results.</p>" 2716 }, 2717 "NextToken":{ 2718 "shape":"NextToken", 2719 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 2720 }, 2721 "MaxResults":{ 2722 "shape":"MaxResults", 2723 "documentation":"<p>The maximum number of results to return per each request.</p>" 2724 } 2725 } 2726 }, 2727 "DescribeKeywordsResult":{ 2728 "type":"structure", 2729 "members":{ 2730 "OriginationIdentityArn":{ 2731 "shape":"String", 2732 "documentation":"<p>The PhoneNumberArn or PoolArn that is associated with the OriginationIdentity. </p>" 2733 }, 2734 "OriginationIdentity":{ 2735 "shape":"String", 2736 "documentation":"<p>The PhoneNumberId or PoolId that is associated with the OriginationIdentity.</p>" 2737 }, 2738 "Keywords":{ 2739 "shape":"KeywordInformationList", 2740 "documentation":"<p>An array of KeywordInformation objects that contain the results.</p>" 2741 }, 2742 "NextToken":{ 2743 "shape":"NextToken", 2744 "documentation":"<p>The token to be used for the next set of paginated results. If this field is empty then there are no more results.</p>" 2745 } 2746 } 2747 }, 2748 "DescribeOptOutListsRequest":{ 2749 "type":"structure", 2750 "members":{ 2751 "OptOutListNames":{ 2752 "shape":"OptOutListNameList", 2753 "documentation":"<p>The OptOutLists to show the details of. This is an array of strings that can be either the OptOutListName or OptOutListArn.</p>" 2754 }, 2755 "NextToken":{ 2756 "shape":"NextToken", 2757 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 2758 }, 2759 "MaxResults":{ 2760 "shape":"MaxResults", 2761 "documentation":"<p>The maximum number of results to return per each request.</p>" 2762 } 2763 } 2764 }, 2765 "DescribeOptOutListsResult":{ 2766 "type":"structure", 2767 "members":{ 2768 "OptOutLists":{ 2769 "shape":"OptOutListInformationList", 2770 "documentation":"<p>An array of OptOutListInformation objects that contain the details for the requested OptOutLists.</p>" 2771 }, 2772 "NextToken":{ 2773 "shape":"NextToken", 2774 "documentation":"<p>The token to be used for the next set of paginated results. If this field is empty then there are no more results.</p>" 2775 } 2776 } 2777 }, 2778 "DescribeOptedOutNumbersRequest":{ 2779 "type":"structure", 2780 "required":["OptOutListName"], 2781 "members":{ 2782 "OptOutListName":{ 2783 "shape":"OptOutListNameOrArn", 2784 "documentation":"<p>The OptOutListName or OptOutListArn of the OptOutList. You can use <a>DescribeOptOutLists</a> to find the values for OptOutListName and OptOutListArn.</p>" 2785 }, 2786 "OptedOutNumbers":{ 2787 "shape":"OptedOutNumberList", 2788 "documentation":"<p>An array of phone numbers to search for in the OptOutList.</p>" 2789 }, 2790 "Filters":{ 2791 "shape":"OptedOutFilterList", 2792 "documentation":"<p>An array of OptedOutFilter objects to filter the results on.</p>" 2793 }, 2794 "NextToken":{ 2795 "shape":"NextToken", 2796 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 2797 }, 2798 "MaxResults":{ 2799 "shape":"MaxResults", 2800 "documentation":"<p>The maximum number of results to return per each request.</p>" 2801 } 2802 } 2803 }, 2804 "DescribeOptedOutNumbersResult":{ 2805 "type":"structure", 2806 "members":{ 2807 "OptOutListArn":{ 2808 "shape":"String", 2809 "documentation":"<p>The Amazon Resource Name (ARN) of the OptOutList.</p>" 2810 }, 2811 "OptOutListName":{ 2812 "shape":"OptOutListName", 2813 "documentation":"<p>The name of the OptOutList.</p>" 2814 }, 2815 "OptedOutNumbers":{ 2816 "shape":"OptedOutNumberInformationList", 2817 "documentation":"<p>An array of OptedOutNumbersInformation objects that provide information about the requested OptedOutNumbers.</p>" 2818 }, 2819 "NextToken":{ 2820 "shape":"NextToken", 2821 "documentation":"<p>The token to be used for the next set of paginated results. If this field is empty then there are no more results.</p>" 2822 } 2823 } 2824 }, 2825 "DescribePhoneNumbersRequest":{ 2826 "type":"structure", 2827 "members":{ 2828 "PhoneNumberIds":{ 2829 "shape":"PhoneNumberIdList", 2830 "documentation":"<p>The unique identifier of phone numbers to find information about. This is an array of strings that can be either the PhoneNumberId or PhoneNumberArn.</p>" 2831 }, 2832 "Filters":{ 2833 "shape":"PhoneNumberFilterList", 2834 "documentation":"<p>An array of PhoneNumberFilter objects to filter the results.</p>" 2835 }, 2836 "NextToken":{ 2837 "shape":"NextToken", 2838 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 2839 }, 2840 "MaxResults":{ 2841 "shape":"MaxResults", 2842 "documentation":"<p>The maximum number of results to return per each request.</p>" 2843 } 2844 } 2845 }, 2846 "DescribePhoneNumbersResult":{ 2847 "type":"structure", 2848 "members":{ 2849 "PhoneNumbers":{ 2850 "shape":"PhoneNumberInformationList", 2851 "documentation":"<p>An array of PhoneNumberInformation objects that contain the details for the requested phone numbers.</p>" 2852 }, 2853 "NextToken":{ 2854 "shape":"NextToken", 2855 "documentation":"<p>The token to be used for the next set of paginated results. If this field is empty then there are no more results.</p>" 2856 } 2857 } 2858 }, 2859 "DescribePoolsRequest":{ 2860 "type":"structure", 2861 "members":{ 2862 "PoolIds":{ 2863 "shape":"PoolIdList", 2864 "documentation":"<p>The unique identifier of pools to find. This is an array of strings that can be either the PoolId or PoolArn.</p>" 2865 }, 2866 "Filters":{ 2867 "shape":"PoolFilterList", 2868 "documentation":"<p>An array of PoolFilter objects to filter the results.</p>" 2869 }, 2870 "NextToken":{ 2871 "shape":"NextToken", 2872 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 2873 }, 2874 "MaxResults":{ 2875 "shape":"MaxResults", 2876 "documentation":"<p>The maximum number of results to return per each request.</p>" 2877 } 2878 } 2879 }, 2880 "DescribePoolsResult":{ 2881 "type":"structure", 2882 "members":{ 2883 "Pools":{ 2884 "shape":"PoolInformationList", 2885 "documentation":"<p>An array of PoolInformation objects that contain the details for the requested pools. </p>" 2886 }, 2887 "NextToken":{ 2888 "shape":"NextToken", 2889 "documentation":"<p>The token to be used for the next set of paginated results. If this field is empty then there are no more results.</p>" 2890 } 2891 } 2892 }, 2893 "DescribeRegistrationAttachmentsRequest":{ 2894 "type":"structure", 2895 "members":{ 2896 "RegistrationAttachmentIds":{ 2897 "shape":"RegistrationAttachmentIdList", 2898 "documentation":"<p>The unique identifier of registration attachments to find. This is an array of <b>RegistrationAttachmentId</b>.</p>" 2899 }, 2900 "Filters":{ 2901 "shape":"RegistrationAttachmentFilterList", 2902 "documentation":"<p>An array of RegistrationAttachmentFilter objects to filter the results.</p>" 2903 }, 2904 "NextToken":{ 2905 "shape":"NextToken", 2906 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 2907 }, 2908 "MaxResults":{ 2909 "shape":"MaxResults", 2910 "documentation":"<p>The maximum number of results to return per each request.</p>" 2911 } 2912 } 2913 }, 2914 "DescribeRegistrationAttachmentsResult":{ 2915 "type":"structure", 2916 "required":["RegistrationAttachments"], 2917 "members":{ 2918 "RegistrationAttachments":{ 2919 "shape":"RegistrationAttachmentsInformationList", 2920 "documentation":"<p>An array of <b>RegistrationAttachments</b> objects that contain the details for the requested registration attachments. </p>" 2921 }, 2922 "NextToken":{ 2923 "shape":"NextToken", 2924 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 2925 } 2926 } 2927 }, 2928 "DescribeRegistrationFieldDefinitionsRequest":{ 2929 "type":"structure", 2930 "required":["RegistrationType"], 2931 "members":{ 2932 "RegistrationType":{ 2933 "shape":"RegistrationType", 2934 "documentation":"<p>The type of registration form. The list of <b>RegistrationTypes</b> can be found using the <a>DescribeRegistrationTypeDefinitions</a> action.</p>" 2935 }, 2936 "SectionPath":{ 2937 "shape":"SectionPath", 2938 "documentation":"<p>The path to the section of the registration.</p>" 2939 }, 2940 "FieldPaths":{ 2941 "shape":"FieldPathList", 2942 "documentation":"<p>An array of paths to the registration form field.</p>" 2943 }, 2944 "NextToken":{ 2945 "shape":"NextToken", 2946 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 2947 }, 2948 "MaxResults":{ 2949 "shape":"MaxResults", 2950 "documentation":"<p>The maximum number of results to return per each request.</p>" 2951 } 2952 } 2953 }, 2954 "DescribeRegistrationFieldDefinitionsResult":{ 2955 "type":"structure", 2956 "required":[ 2957 "RegistrationType", 2958 "RegistrationFieldDefinitions" 2959 ], 2960 "members":{ 2961 "RegistrationType":{ 2962 "shape":"RegistrationType", 2963 "documentation":"<p>The type of registration form. The list of <b>RegistrationTypes</b> can be found using the <a>DescribeRegistrationTypeDefinitions</a> action.</p>" 2964 }, 2965 "RegistrationFieldDefinitions":{ 2966 "shape":"RegistrationFieldDefinitionList", 2967 "documentation":"<p>An array of RegistrationFieldDefinitions objects that contain the details for the requested fields. </p>" 2968 }, 2969 "NextToken":{ 2970 "shape":"NextToken", 2971 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 2972 } 2973 } 2974 }, 2975 "DescribeRegistrationFieldValuesRequest":{ 2976 "type":"structure", 2977 "required":["RegistrationId"], 2978 "members":{ 2979 "RegistrationId":{ 2980 "shape":"RegistrationIdOrArn", 2981 "documentation":"<p>The unique identifier for the registration.</p>" 2982 }, 2983 "VersionNumber":{ 2984 "shape":"RegistrationVersionNumber", 2985 "documentation":"<p>The version number of the registration.</p>" 2986 }, 2987 "SectionPath":{ 2988 "shape":"SectionPath", 2989 "documentation":"<p>The path to the section of the registration.</p>" 2990 }, 2991 "FieldPaths":{ 2992 "shape":"FieldPathList", 2993 "documentation":"<p>An array of paths to the registration form field.</p>" 2994 }, 2995 "NextToken":{ 2996 "shape":"NextToken", 2997 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 2998 }, 2999 "MaxResults":{ 3000 "shape":"MaxResults", 3001 "documentation":"<p>The maximum number of results to return per each request.</p>" 3002 } 3003 } 3004 }, 3005 "DescribeRegistrationFieldValuesResult":{ 3006 "type":"structure", 3007 "required":[ 3008 "RegistrationArn", 3009 "RegistrationId", 3010 "VersionNumber", 3011 "RegistrationFieldValues" 3012 ], 3013 "members":{ 3014 "RegistrationArn":{ 3015 "shape":"String", 3016 "documentation":"<p>The Amazon Resource Name (ARN) for the registration.</p>" 3017 }, 3018 "RegistrationId":{ 3019 "shape":"String", 3020 "documentation":"<p>The unique identifier for the registration.</p>" 3021 }, 3022 "VersionNumber":{ 3023 "shape":"RegistrationVersionNumber", 3024 "documentation":"<p>The current version of the registration.</p>" 3025 }, 3026 "RegistrationFieldValues":{ 3027 "shape":"RegistrationFieldValueInformationList", 3028 "documentation":"<p>An array of RegistrationFieldValues objects that contain the values for the requested registration. </p>" 3029 }, 3030 "NextToken":{ 3031 "shape":"NextToken", 3032 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3033 } 3034 } 3035 }, 3036 "DescribeRegistrationSectionDefinitionsRequest":{ 3037 "type":"structure", 3038 "required":["RegistrationType"], 3039 "members":{ 3040 "RegistrationType":{ 3041 "shape":"RegistrationType", 3042 "documentation":"<p>The type of registration form. The list of <b>RegistrationTypes</b> can be found using the <a>DescribeRegistrationTypeDefinitions</a> action.</p>" 3043 }, 3044 "SectionPaths":{ 3045 "shape":"SectionPathList", 3046 "documentation":"<p>An array of paths for the registration form section.</p>" 3047 }, 3048 "NextToken":{ 3049 "shape":"NextToken", 3050 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3051 }, 3052 "MaxResults":{ 3053 "shape":"MaxResults", 3054 "documentation":"<p>The maximum number of results to return per each request.</p>" 3055 } 3056 } 3057 }, 3058 "DescribeRegistrationSectionDefinitionsResult":{ 3059 "type":"structure", 3060 "required":[ 3061 "RegistrationType", 3062 "RegistrationSectionDefinitions" 3063 ], 3064 "members":{ 3065 "RegistrationType":{ 3066 "shape":"RegistrationType", 3067 "documentation":"<p>The type of registration form. The list of <b>RegistrationTypes</b> can be found using the <a>DescribeRegistrationTypeDefinitions</a> action.</p>" 3068 }, 3069 "RegistrationSectionDefinitions":{ 3070 "shape":"RegistrationSectionDefinitionList", 3071 "documentation":"<p>An array of RegistrationSectionDefinition objects.</p>" 3072 }, 3073 "NextToken":{ 3074 "shape":"NextToken", 3075 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3076 } 3077 } 3078 }, 3079 "DescribeRegistrationTypeDefinitionsRequest":{ 3080 "type":"structure", 3081 "members":{ 3082 "RegistrationTypes":{ 3083 "shape":"RegistrationTypeList", 3084 "documentation":"<p>The type of registration form. The list of <b>RegistrationTypes</b> can be found using the <a>DescribeRegistrationTypeDefinitions</a> action.</p>" 3085 }, 3086 "Filters":{ 3087 "shape":"RegistrationTypeFilterList", 3088 "documentation":"<p>An array of RegistrationFilter objects to filter the results.</p>" 3089 }, 3090 "NextToken":{ 3091 "shape":"NextToken", 3092 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3093 }, 3094 "MaxResults":{ 3095 "shape":"MaxResults", 3096 "documentation":"<p>The maximum number of results to return per each request.</p>" 3097 } 3098 } 3099 }, 3100 "DescribeRegistrationTypeDefinitionsResult":{ 3101 "type":"structure", 3102 "required":["RegistrationTypeDefinitions"], 3103 "members":{ 3104 "RegistrationTypeDefinitions":{ 3105 "shape":"RegistrationTypeDefinitionList", 3106 "documentation":"<p>The type of registration form. The list of <b>RegistrationTypes</b> can be found using the <a>DescribeRegistrationTypeDefinitions</a> action.</p>" 3107 }, 3108 "NextToken":{ 3109 "shape":"NextToken", 3110 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3111 } 3112 } 3113 }, 3114 "DescribeRegistrationVersionsRequest":{ 3115 "type":"structure", 3116 "required":["RegistrationId"], 3117 "members":{ 3118 "RegistrationId":{ 3119 "shape":"RegistrationIdOrArn", 3120 "documentation":"<p>The unique identifier for the registration.</p>" 3121 }, 3122 "VersionNumbers":{ 3123 "shape":"RegistrationVersionNumberList", 3124 "documentation":"<p>An array of registration version numbers.</p>" 3125 }, 3126 "Filters":{ 3127 "shape":"RegistrationVersionFilterList", 3128 "documentation":"<p>An array of RegistrationVersionFilter objects to filter the results.</p>" 3129 }, 3130 "NextToken":{ 3131 "shape":"NextToken", 3132 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3133 }, 3134 "MaxResults":{ 3135 "shape":"MaxResults", 3136 "documentation":"<p>The maximum number of results to return per each request.</p>" 3137 } 3138 } 3139 }, 3140 "DescribeRegistrationVersionsResult":{ 3141 "type":"structure", 3142 "required":[ 3143 "RegistrationArn", 3144 "RegistrationId", 3145 "RegistrationVersions" 3146 ], 3147 "members":{ 3148 "RegistrationArn":{ 3149 "shape":"String", 3150 "documentation":"<p>The Amazon Resource Name (ARN) for the registration.</p>" 3151 }, 3152 "RegistrationId":{ 3153 "shape":"String", 3154 "documentation":"<p>The unique identifier for the registration.</p>" 3155 }, 3156 "RegistrationVersions":{ 3157 "shape":"RegistrationVersionInformationList", 3158 "documentation":"<p>An array of RegistrationVersions objects.</p>" 3159 }, 3160 "NextToken":{ 3161 "shape":"NextToken", 3162 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3163 } 3164 } 3165 }, 3166 "DescribeRegistrationsRequest":{ 3167 "type":"structure", 3168 "members":{ 3169 "RegistrationIds":{ 3170 "shape":"RegistrationIdList", 3171 "documentation":"<p>An array of unique identifiers for each registration.</p>" 3172 }, 3173 "Filters":{ 3174 "shape":"RegistrationFilterList", 3175 "documentation":"<p>An array of RegistrationFilter objects to filter the results.</p>" 3176 }, 3177 "NextToken":{ 3178 "shape":"NextToken", 3179 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3180 }, 3181 "MaxResults":{ 3182 "shape":"MaxResults", 3183 "documentation":"<p>The maximum number of results to return per each request.</p>" 3184 } 3185 } 3186 }, 3187 "DescribeRegistrationsResult":{ 3188 "type":"structure", 3189 "required":["Registrations"], 3190 "members":{ 3191 "Registrations":{ 3192 "shape":"RegistrationInformationList", 3193 "documentation":"<p>An array of RegistrationInformation objects.</p>" 3194 }, 3195 "NextToken":{ 3196 "shape":"NextToken", 3197 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3198 } 3199 } 3200 }, 3201 "DescribeSenderIdsRequest":{ 3202 "type":"structure", 3203 "members":{ 3204 "SenderIds":{ 3205 "shape":"SenderIdList", 3206 "documentation":"<p>An array of SenderIdAndCountry objects to search for.</p>" 3207 }, 3208 "Filters":{ 3209 "shape":"SenderIdFilterList", 3210 "documentation":"<p>An array of SenderIdFilter objects to filter the results.</p>" 3211 }, 3212 "NextToken":{ 3213 "shape":"NextToken", 3214 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3215 }, 3216 "MaxResults":{ 3217 "shape":"MaxResults", 3218 "documentation":"<p>The maximum number of results to return per each request.</p>" 3219 } 3220 } 3221 }, 3222 "DescribeSenderIdsResult":{ 3223 "type":"structure", 3224 "members":{ 3225 "SenderIds":{ 3226 "shape":"SenderIdInformationList", 3227 "documentation":"<p>An array of SernderIdInformation objects that contain the details for the requested SenderIds.</p>" 3228 }, 3229 "NextToken":{ 3230 "shape":"NextToken", 3231 "documentation":"<p>The token to be used for the next set of paginated results. If this field is empty then there are no more results.</p>" 3232 } 3233 } 3234 }, 3235 "DescribeSpendLimitsRequest":{ 3236 "type":"structure", 3237 "members":{ 3238 "NextToken":{ 3239 "shape":"NextToken", 3240 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3241 }, 3242 "MaxResults":{ 3243 "shape":"MaxResults", 3244 "documentation":"<p>The maximum number of results to return per each request.</p>" 3245 } 3246 } 3247 }, 3248 "DescribeSpendLimitsResult":{ 3249 "type":"structure", 3250 "members":{ 3251 "SpendLimits":{ 3252 "shape":"SpendLimitList", 3253 "documentation":"<p>An array of SpendLimit objects that contain the details for the requested spend limits.</p>" 3254 }, 3255 "NextToken":{ 3256 "shape":"NextToken", 3257 "documentation":"<p>The token to be used for the next set of paginated results. If this field is empty then there are no more results.</p>" 3258 } 3259 } 3260 }, 3261 "DescribeVerifiedDestinationNumbersRequest":{ 3262 "type":"structure", 3263 "members":{ 3264 "VerifiedDestinationNumberIds":{ 3265 "shape":"VerifiedDestinationNumberIdList", 3266 "documentation":"<p>An array of VerifiedDestinationNumberid to retreive.</p>" 3267 }, 3268 "DestinationPhoneNumbers":{ 3269 "shape":"DestinationPhoneNumberList", 3270 "documentation":"<p>An array of verified destination phone number, in E.164 format.</p>" 3271 }, 3272 "Filters":{ 3273 "shape":"VerifiedDestinationNumberFilterList", 3274 "documentation":"<p>An array of VerifiedDestinationNumberFilter objects to filter the results.</p>" 3275 }, 3276 "NextToken":{ 3277 "shape":"NextToken", 3278 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3279 }, 3280 "MaxResults":{ 3281 "shape":"MaxResults", 3282 "documentation":"<p>The maximum number of results to return per each request.</p>" 3283 } 3284 } 3285 }, 3286 "DescribeVerifiedDestinationNumbersResult":{ 3287 "type":"structure", 3288 "required":["VerifiedDestinationNumbers"], 3289 "members":{ 3290 "VerifiedDestinationNumbers":{ 3291 "shape":"VerifiedDestinationNumberInformationList", 3292 "documentation":"<p>An array of VerifiedDestinationNumberInformation objects</p>" 3293 }, 3294 "NextToken":{ 3295 "shape":"NextToken", 3296 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3297 } 3298 } 3299 }, 3300 "DestinationCountryParameterKey":{ 3301 "type":"string", 3302 "enum":[ 3303 "IN_TEMPLATE_ID", 3304 "IN_ENTITY_ID" 3305 ] 3306 }, 3307 "DestinationCountryParameterValue":{ 3308 "type":"string", 3309 "max":64, 3310 "min":1, 3311 "pattern":"\\S+" 3312 }, 3313 "DestinationCountryParameters":{ 3314 "type":"map", 3315 "key":{"shape":"DestinationCountryParameterKey"}, 3316 "value":{"shape":"DestinationCountryParameterValue"}, 3317 "max":10, 3318 "min":0 3319 }, 3320 "DestinationPhoneNumberList":{ 3321 "type":"list", 3322 "member":{"shape":"PhoneNumber"}, 3323 "max":5, 3324 "min":0 3325 }, 3326 "DisassociateOriginationIdentityRequest":{ 3327 "type":"structure", 3328 "required":[ 3329 "PoolId", 3330 "OriginationIdentity", 3331 "IsoCountryCode" 3332 ], 3333 "members":{ 3334 "PoolId":{ 3335 "shape":"PoolIdOrArn", 3336 "documentation":"<p>The unique identifier for the pool to disassociate with the origination identity. This value can be either the PoolId or PoolArn.</p>" 3337 }, 3338 "OriginationIdentity":{ 3339 "shape":"PhoneOrSenderIdOrArn", 3340 "documentation":"<p>The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use <a>DescribePhoneNumbers</a> find the values for PhoneNumberId and PhoneNumberArn, or use <a>DescribeSenderIds</a> to get the values for SenderId and SenderIdArn.</p>" 3341 }, 3342 "IsoCountryCode":{ 3343 "shape":"IsoCountryCode", 3344 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region. </p>" 3345 }, 3346 "ClientToken":{ 3347 "shape":"ClientToken", 3348 "documentation":"<p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.</p>", 3349 "idempotencyToken":true 3350 } 3351 } 3352 }, 3353 "DisassociateOriginationIdentityResult":{ 3354 "type":"structure", 3355 "members":{ 3356 "PoolArn":{ 3357 "shape":"String", 3358 "documentation":"<p>The Amazon Resource Name (ARN) of the pool.</p>" 3359 }, 3360 "PoolId":{ 3361 "shape":"String", 3362 "documentation":"<p>The PoolId of the pool no longer associated with the origination identity.</p>" 3363 }, 3364 "OriginationIdentityArn":{ 3365 "shape":"String", 3366 "documentation":"<p>The PhoneNumberArn or SenderIdArn of the origination identity.</p>" 3367 }, 3368 "OriginationIdentity":{ 3369 "shape":"String", 3370 "documentation":"<p>The PhoneNumberId or SenderId of the origination identity.</p>" 3371 }, 3372 "IsoCountryCode":{ 3373 "shape":"IsoCountryCode", 3374 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.</p>" 3375 } 3376 } 3377 }, 3378 "DiscardRegistrationVersionRequest":{ 3379 "type":"structure", 3380 "required":["RegistrationId"], 3381 "members":{ 3382 "RegistrationId":{ 3383 "shape":"RegistrationIdOrArn", 3384 "documentation":"<p>The unique identifier for the registration.</p>" 3385 } 3386 } 3387 }, 3388 "DiscardRegistrationVersionResult":{ 3389 "type":"structure", 3390 "required":[ 3391 "RegistrationArn", 3392 "RegistrationId", 3393 "VersionNumber", 3394 "RegistrationVersionStatus", 3395 "RegistrationVersionStatusHistory" 3396 ], 3397 "members":{ 3398 "RegistrationArn":{ 3399 "shape":"String", 3400 "documentation":"<p>The Amazon Resource Name (ARN) for the registration.</p>" 3401 }, 3402 "RegistrationId":{ 3403 "shape":"String", 3404 "documentation":"<p>The unique identifier for the registration.</p>" 3405 }, 3406 "VersionNumber":{ 3407 "shape":"RegistrationVersionNumber", 3408 "documentation":"<p>The version number of the registration.</p>" 3409 }, 3410 "RegistrationVersionStatus":{ 3411 "shape":"RegistrationVersionStatus", 3412 "documentation":"<p>The status of the registration version.</p> <ul> <li> <p> <code>DRAFT</code>: The initial status of a registration version after it’s created.</p> </li> <li> <p> <code>SUBMITTED</code>: Your registration has been submitted.</p> </li> <li> <p> <code>REVIEWING</code>: Your registration has been accepted and is being reviewed.</p> </li> <li> <p> <code>APPROVED</code>: Your registration has been approved.</p> </li> <li> <p> <code>DISCARDED</code>: You've abandon this version of their registration to start over with a new version. </p> </li> <li> <p> <code>DENIED</code>: You must fix your registration and resubmit it.</p> </li> <li> <p> <code>REVOKED</code>: Your previously approved registration has been revoked.</p> </li> <li> <p> <code>ARCHIVED</code>: Your previously approved registration version moves into this status when a more recently submitted version is approved.</p> </li> </ul>" 3413 }, 3414 "RegistrationVersionStatusHistory":{ 3415 "shape":"RegistrationVersionStatusHistory", 3416 "documentation":"<p>The <b>RegistrationVersionStatusHistory</b> object contains the time stamps for when the reservations status changes.</p>" 3417 } 3418 } 3419 }, 3420 "EventDestination":{ 3421 "type":"structure", 3422 "required":[ 3423 "EventDestinationName", 3424 "Enabled", 3425 "MatchingEventTypes" 3426 ], 3427 "members":{ 3428 "EventDestinationName":{ 3429 "shape":"EventDestinationName", 3430 "documentation":"<p>The name of the EventDestination.</p>" 3431 }, 3432 "Enabled":{ 3433 "shape":"Boolean", 3434 "documentation":"<p>When set to true events will be logged.</p>" 3435 }, 3436 "MatchingEventTypes":{ 3437 "shape":"EventTypeList", 3438 "documentation":"<p>An array of event types that determine which events to log.</p> <note> <p>The <code>TEXT_SENT</code> event type is not supported.</p> </note>" 3439 }, 3440 "CloudWatchLogsDestination":{ 3441 "shape":"CloudWatchLogsDestination", 3442 "documentation":"<p>An object that contains information about an event destination that sends logging events to Amazon CloudWatch logs.</p>" 3443 }, 3444 "KinesisFirehoseDestination":{ 3445 "shape":"KinesisFirehoseDestination", 3446 "documentation":"<p>An object that contains information about an event destination for logging to Amazon Kinesis Data Firehose.</p>" 3447 }, 3448 "SnsDestination":{ 3449 "shape":"SnsDestination", 3450 "documentation":"<p>An object that contains information about an event destination that sends logging events to Amazon SNS.</p>" 3451 } 3452 }, 3453 "documentation":"<p>Contains information about an event destination.</p> <p>Event destinations are associated with configuration sets, which enable you to publish message sending events to CloudWatch, Kinesis Data Firehose,or Amazon SNS.</p>" 3454 }, 3455 "EventDestinationList":{ 3456 "type":"list", 3457 "member":{"shape":"EventDestination"} 3458 }, 3459 "EventDestinationName":{ 3460 "type":"string", 3461 "max":64, 3462 "min":1, 3463 "pattern":"[A-Za-z0-9_-]+" 3464 }, 3465 "EventType":{ 3466 "type":"string", 3467 "enum":[ 3468 "ALL", 3469 "TEXT_ALL", 3470 "TEXT_SENT", 3471 "TEXT_PENDING", 3472 "TEXT_QUEUED", 3473 "TEXT_SUCCESSFUL", 3474 "TEXT_DELIVERED", 3475 "TEXT_INVALID", 3476 "TEXT_INVALID_MESSAGE", 3477 "TEXT_UNREACHABLE", 3478 "TEXT_CARRIER_UNREACHABLE", 3479 "TEXT_BLOCKED", 3480 "TEXT_CARRIER_BLOCKED", 3481 "TEXT_SPAM", 3482 "TEXT_UNKNOWN", 3483 "TEXT_TTL_EXPIRED", 3484 "VOICE_ALL", 3485 "VOICE_INITIATED", 3486 "VOICE_RINGING", 3487 "VOICE_ANSWERED", 3488 "VOICE_COMPLETED", 3489 "VOICE_BUSY", 3490 "VOICE_NO_ANSWER", 3491 "VOICE_FAILED", 3492 "VOICE_TTL_EXPIRED" 3493 ] 3494 }, 3495 "EventTypeList":{ 3496 "type":"list", 3497 "member":{"shape":"EventType"}, 3498 "max":25, 3499 "min":1 3500 }, 3501 "FieldPath":{ 3502 "type":"string", 3503 "max":100, 3504 "min":1, 3505 "pattern":"[A-Za-z0-9_\\.]+" 3506 }, 3507 "FieldPathList":{ 3508 "type":"list", 3509 "member":{"shape":"FieldPath"}, 3510 "max":5, 3511 "min":0 3512 }, 3513 "FieldRequirement":{ 3514 "type":"string", 3515 "enum":[ 3516 "REQUIRED", 3517 "CONDITIONAL", 3518 "OPTIONAL" 3519 ] 3520 }, 3521 "FieldType":{ 3522 "type":"string", 3523 "enum":[ 3524 "SELECT", 3525 "TEXT", 3526 "ATTACHMENT" 3527 ] 3528 }, 3529 "FilterValue":{ 3530 "type":"string", 3531 "max":100, 3532 "min":1, 3533 "pattern":"[\\.:A-Za-z0-9_-]+" 3534 }, 3535 "FilterValueList":{ 3536 "type":"list", 3537 "member":{"shape":"FilterValue"}, 3538 "max":20, 3539 "min":1 3540 }, 3541 "IamRoleArn":{ 3542 "type":"string", 3543 "max":2048, 3544 "min":20, 3545 "pattern":"arn:\\S+" 3546 }, 3547 "Integer":{ 3548 "type":"integer", 3549 "box":true 3550 }, 3551 "InternalServerException":{ 3552 "type":"structure", 3553 "members":{ 3554 "Message":{"shape":"String"}, 3555 "RequestId":{ 3556 "shape":"String", 3557 "documentation":"<p>The unique identifier of the request.</p>" 3558 } 3559 }, 3560 "documentation":"<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>", 3561 "exception":true, 3562 "fault":true, 3563 "retryable":{"throttling":false} 3564 }, 3565 "IsoCountryCode":{ 3566 "type":"string", 3567 "max":2, 3568 "min":2, 3569 "pattern":"[A-Z]{2}" 3570 }, 3571 "Keyword":{ 3572 "type":"string", 3573 "max":30, 3574 "min":1, 3575 "pattern":"[ \\S]+" 3576 }, 3577 "KeywordAction":{ 3578 "type":"string", 3579 "enum":[ 3580 "AUTOMATIC_RESPONSE", 3581 "OPT_OUT", 3582 "OPT_IN" 3583 ] 3584 }, 3585 "KeywordFilter":{ 3586 "type":"structure", 3587 "required":[ 3588 "Name", 3589 "Values" 3590 ], 3591 "members":{ 3592 "Name":{ 3593 "shape":"KeywordFilterName", 3594 "documentation":"<p>The name of the attribute to filter on.</p>" 3595 }, 3596 "Values":{ 3597 "shape":"FilterValueList", 3598 "documentation":"<p>An array values to filter for.</p>" 3599 } 3600 }, 3601 "documentation":"<p>The information for keywords that meet a specified criteria.</p>" 3602 }, 3603 "KeywordFilterList":{ 3604 "type":"list", 3605 "member":{"shape":"KeywordFilter"}, 3606 "max":20, 3607 "min":0 3608 }, 3609 "KeywordFilterName":{ 3610 "type":"string", 3611 "enum":["keyword-action"] 3612 }, 3613 "KeywordInformation":{ 3614 "type":"structure", 3615 "required":[ 3616 "Keyword", 3617 "KeywordMessage", 3618 "KeywordAction" 3619 ], 3620 "members":{ 3621 "Keyword":{ 3622 "shape":"Keyword", 3623 "documentation":"<p>The keyword as a string.</p>" 3624 }, 3625 "KeywordMessage":{ 3626 "shape":"KeywordMessage", 3627 "documentation":"<p>A custom message that can be used with the keyword.</p>" 3628 }, 3629 "KeywordAction":{ 3630 "shape":"KeywordAction", 3631 "documentation":"<p>The action to perform for the keyword.</p>" 3632 } 3633 }, 3634 "documentation":"<p>The information for all keywords in a pool.</p>" 3635 }, 3636 "KeywordInformationList":{ 3637 "type":"list", 3638 "member":{"shape":"KeywordInformation"} 3639 }, 3640 "KeywordList":{ 3641 "type":"list", 3642 "member":{"shape":"Keyword"}, 3643 "max":5, 3644 "min":0 3645 }, 3646 "KeywordMessage":{ 3647 "type":"string", 3648 "max":1600, 3649 "min":1, 3650 "pattern":"(?!\\s*$)[\\s\\S]+" 3651 }, 3652 "KinesisFirehoseDestination":{ 3653 "type":"structure", 3654 "required":[ 3655 "IamRoleArn", 3656 "DeliveryStreamArn" 3657 ], 3658 "members":{ 3659 "IamRoleArn":{ 3660 "shape":"IamRoleArn", 3661 "documentation":"<p>The ARN of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon Firehose destination.</p>" 3662 }, 3663 "DeliveryStreamArn":{ 3664 "shape":"DeliveryStreamArn", 3665 "documentation":"<p>The Amazon Resource Name (ARN) of the delivery stream.</p>" 3666 } 3667 }, 3668 "documentation":"<p>Contains the delivery stream Amazon Resource Name (ARN), and the ARN of the Identity and Access Management (IAM) role associated with an Kinesis Data Firehose event destination.</p> <p>Event destinations, such as Kinesis Data Firehose, are associated with configuration sets, which enable you to publish message sending events.</p>" 3669 }, 3670 "LanguageCode":{ 3671 "type":"string", 3672 "enum":[ 3673 "DE_DE", 3674 "EN_GB", 3675 "EN_US", 3676 "ES_419", 3677 "ES_ES", 3678 "FR_CA", 3679 "FR_FR", 3680 "IT_IT", 3681 "JA_JP", 3682 "KO_KR", 3683 "PT_BR", 3684 "ZH_CN", 3685 "ZH_TW" 3686 ] 3687 }, 3688 "ListPoolOriginationIdentitiesRequest":{ 3689 "type":"structure", 3690 "required":["PoolId"], 3691 "members":{ 3692 "PoolId":{ 3693 "shape":"PoolIdOrArn", 3694 "documentation":"<p>The unique identifier for the pool. This value can be either the PoolId or PoolArn.</p>" 3695 }, 3696 "Filters":{ 3697 "shape":"PoolOriginationIdentitiesFilterList", 3698 "documentation":"<p>An array of PoolOriginationIdentitiesFilter objects to filter the results..</p>" 3699 }, 3700 "NextToken":{ 3701 "shape":"NextToken", 3702 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3703 }, 3704 "MaxResults":{ 3705 "shape":"MaxResults", 3706 "documentation":"<p>The maximum number of results to return per each request.</p>" 3707 } 3708 } 3709 }, 3710 "ListPoolOriginationIdentitiesResult":{ 3711 "type":"structure", 3712 "members":{ 3713 "PoolArn":{ 3714 "shape":"String", 3715 "documentation":"<p>The Amazon Resource Name (ARN) for the pool.</p>" 3716 }, 3717 "PoolId":{ 3718 "shape":"String", 3719 "documentation":"<p>The unique PoolId of the pool.</p>" 3720 }, 3721 "OriginationIdentities":{ 3722 "shape":"OriginationIdentityMetadataList", 3723 "documentation":"<p>An array of any OriginationIdentityMetadata objects.</p>" 3724 }, 3725 "NextToken":{ 3726 "shape":"NextToken", 3727 "documentation":"<p>The token to be used for the next set of paginated results. If this field is empty then there are no more results.</p>" 3728 } 3729 } 3730 }, 3731 "ListRegistrationAssociationsRequest":{ 3732 "type":"structure", 3733 "required":["RegistrationId"], 3734 "members":{ 3735 "RegistrationId":{ 3736 "shape":"RegistrationIdOrArn", 3737 "documentation":"<p>The unique identifier for the registration.</p>" 3738 }, 3739 "Filters":{ 3740 "shape":"RegistrationAssociationFilterList", 3741 "documentation":"<p>An array of RegistrationAssociationFilter to apply to the results that are returned.</p>" 3742 }, 3743 "NextToken":{ 3744 "shape":"NextToken", 3745 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3746 }, 3747 "MaxResults":{ 3748 "shape":"MaxResults", 3749 "documentation":"<p>The maximum number of results to return per each request.</p>" 3750 } 3751 } 3752 }, 3753 "ListRegistrationAssociationsResult":{ 3754 "type":"structure", 3755 "required":[ 3756 "RegistrationArn", 3757 "RegistrationId", 3758 "RegistrationType", 3759 "RegistrationAssociations" 3760 ], 3761 "members":{ 3762 "RegistrationArn":{ 3763 "shape":"String", 3764 "documentation":"<p>The Amazon Resource Name (ARN) for the registration.</p>" 3765 }, 3766 "RegistrationId":{ 3767 "shape":"String", 3768 "documentation":"<p>The unique identifier for the registration.</p>" 3769 }, 3770 "RegistrationType":{ 3771 "shape":"RegistrationType", 3772 "documentation":"<p>The type of registration form. The list of <b>RegistrationTypes</b> can be found using the <a>DescribeRegistrationTypeDefinitions</a> action.</p>" 3773 }, 3774 "RegistrationAssociations":{ 3775 "shape":"RegistrationAssociationMetadataList", 3776 "documentation":"<p>An array of RegistrationAssociationMetadata objects.</p>" 3777 }, 3778 "NextToken":{ 3779 "shape":"NextToken", 3780 "documentation":"<p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p>" 3781 } 3782 } 3783 }, 3784 "ListTagsForResourceRequest":{ 3785 "type":"structure", 3786 "required":["ResourceArn"], 3787 "members":{ 3788 "ResourceArn":{ 3789 "shape":"AmazonResourceName", 3790 "documentation":"<p>The Amazon Resource Name (ARN) of the resource to query for.</p>" 3791 } 3792 } 3793 }, 3794 "ListTagsForResourceResult":{ 3795 "type":"structure", 3796 "members":{ 3797 "ResourceArn":{ 3798 "shape":"AmazonResourceName", 3799 "documentation":"<p>The ARN of the resource.</p>" 3800 }, 3801 "Tags":{ 3802 "shape":"TagList", 3803 "documentation":"<p>An array of key and value pair tags that are associated with the resource.</p>" 3804 } 3805 } 3806 }, 3807 "LogGroupArn":{ 3808 "type":"string", 3809 "max":2048, 3810 "min":20, 3811 "pattern":"arn:\\S+" 3812 }, 3813 "MaxPrice":{ 3814 "type":"string", 3815 "max":8, 3816 "min":2, 3817 "pattern":"[0-9]{0,2}\\.[0-9]{1,5}" 3818 }, 3819 "MaxResults":{ 3820 "type":"integer", 3821 "box":true, 3822 "max":100, 3823 "min":1 3824 }, 3825 "MessageType":{ 3826 "type":"string", 3827 "enum":[ 3828 "TRANSACTIONAL", 3829 "PROMOTIONAL" 3830 ] 3831 }, 3832 "MessageTypeList":{ 3833 "type":"list", 3834 "member":{"shape":"MessageType"}, 3835 "max":2, 3836 "min":0 3837 }, 3838 "MonthlyLimit":{ 3839 "type":"long", 3840 "box":true, 3841 "max":1000000000, 3842 "min":0 3843 }, 3844 "NextToken":{ 3845 "type":"string", 3846 "max":1024, 3847 "min":1, 3848 "pattern":".+" 3849 }, 3850 "NonEmptyTagList":{ 3851 "type":"list", 3852 "member":{"shape":"Tag"}, 3853 "max":200, 3854 "min":1 3855 }, 3856 "NumberCapability":{ 3857 "type":"string", 3858 "enum":[ 3859 "SMS", 3860 "VOICE" 3861 ] 3862 }, 3863 "NumberCapabilityList":{ 3864 "type":"list", 3865 "member":{"shape":"NumberCapability"}, 3866 "max":2, 3867 "min":1 3868 }, 3869 "NumberStatus":{ 3870 "type":"string", 3871 "enum":[ 3872 "PENDING", 3873 "ACTIVE", 3874 "ASSOCIATING", 3875 "DISASSOCIATING", 3876 "DELETED" 3877 ] 3878 }, 3879 "NumberType":{ 3880 "type":"string", 3881 "enum":[ 3882 "SHORT_CODE", 3883 "LONG_CODE", 3884 "TOLL_FREE", 3885 "TEN_DLC", 3886 "SIMULATOR" 3887 ] 3888 }, 3889 "OptOutListInformation":{ 3890 "type":"structure", 3891 "required":[ 3892 "OptOutListArn", 3893 "OptOutListName", 3894 "CreatedTimestamp" 3895 ], 3896 "members":{ 3897 "OptOutListArn":{ 3898 "shape":"String", 3899 "documentation":"<p>The Amazon Resource Name (ARN) of the OptOutList.</p>" 3900 }, 3901 "OptOutListName":{ 3902 "shape":"OptOutListName", 3903 "documentation":"<p>The name of the OptOutList.</p>" 3904 }, 3905 "CreatedTimestamp":{ 3906 "shape":"Timestamp", 3907 "documentation":"<p>The time when the OutOutList was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 3908 } 3909 }, 3910 "documentation":"<p>The information for all OptOutList in an Amazon Web Services account.</p>" 3911 }, 3912 "OptOutListInformationList":{ 3913 "type":"list", 3914 "member":{"shape":"OptOutListInformation"} 3915 }, 3916 "OptOutListName":{ 3917 "type":"string", 3918 "max":64, 3919 "min":1, 3920 "pattern":"[A-Za-z0-9_-]+" 3921 }, 3922 "OptOutListNameList":{ 3923 "type":"list", 3924 "member":{"shape":"OptOutListNameOrArn"}, 3925 "max":5, 3926 "min":0 3927 }, 3928 "OptOutListNameOrArn":{ 3929 "type":"string", 3930 "max":256, 3931 "min":1, 3932 "pattern":"[A-Za-z0-9_:/-]+" 3933 }, 3934 "OptedOutFilter":{ 3935 "type":"structure", 3936 "required":[ 3937 "Name", 3938 "Values" 3939 ], 3940 "members":{ 3941 "Name":{ 3942 "shape":"OptedOutFilterName", 3943 "documentation":"<p>The name of the attribute to filter on.</p>" 3944 }, 3945 "Values":{ 3946 "shape":"FilterValueList", 3947 "documentation":"<p>An array of values to filter for.</p>" 3948 } 3949 }, 3950 "documentation":"<p>The information for opted out numbers that meet a specified criteria.</p>" 3951 }, 3952 "OptedOutFilterList":{ 3953 "type":"list", 3954 "member":{"shape":"OptedOutFilter"}, 3955 "max":20, 3956 "min":0 3957 }, 3958 "OptedOutFilterName":{ 3959 "type":"string", 3960 "enum":["end-user-opted-out"] 3961 }, 3962 "OptedOutNumberInformation":{ 3963 "type":"structure", 3964 "required":[ 3965 "OptedOutNumber", 3966 "OptedOutTimestamp", 3967 "EndUserOptedOut" 3968 ], 3969 "members":{ 3970 "OptedOutNumber":{ 3971 "shape":"PhoneNumber", 3972 "documentation":"<p>The phone number that is opted out.</p>" 3973 }, 3974 "OptedOutTimestamp":{ 3975 "shape":"Timestamp", 3976 "documentation":"<p>The time that the op tout occurred, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 3977 }, 3978 "EndUserOptedOut":{ 3979 "shape":"PrimitiveBoolean", 3980 "documentation":"<p>This is set to true if it was the end recipient that opted out.</p>" 3981 } 3982 }, 3983 "documentation":"<p>The information for an opted out number in an Amazon Web Services account.</p>" 3984 }, 3985 "OptedOutNumberInformationList":{ 3986 "type":"list", 3987 "member":{"shape":"OptedOutNumberInformation"} 3988 }, 3989 "OptedOutNumberList":{ 3990 "type":"list", 3991 "member":{"shape":"PhoneNumber"}, 3992 "max":5, 3993 "min":0 3994 }, 3995 "OriginationIdentityMetadata":{ 3996 "type":"structure", 3997 "required":[ 3998 "OriginationIdentityArn", 3999 "OriginationIdentity", 4000 "IsoCountryCode", 4001 "NumberCapabilities" 4002 ], 4003 "members":{ 4004 "OriginationIdentityArn":{ 4005 "shape":"String", 4006 "documentation":"<p>The Amazon Resource Name (ARN) associated with the origination identity.</p>" 4007 }, 4008 "OriginationIdentity":{ 4009 "shape":"String", 4010 "documentation":"<p>The unique identifier of the origination identity.</p>" 4011 }, 4012 "IsoCountryCode":{ 4013 "shape":"IsoCountryCode", 4014 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region. </p>" 4015 }, 4016 "NumberCapabilities":{ 4017 "shape":"NumberCapabilityList", 4018 "documentation":"<p>Describes if the origination identity can be used for text messages, voice calls or both.</p>" 4019 }, 4020 "PhoneNumber":{ 4021 "shape":"PhoneNumber", 4022 "documentation":"<p>The phone number in E.164 format.</p>" 4023 } 4024 }, 4025 "documentation":"<p>The metadata for an origination identity associated with a pool.</p>" 4026 }, 4027 "OriginationIdentityMetadataList":{ 4028 "type":"list", 4029 "member":{"shape":"OriginationIdentityMetadata"} 4030 }, 4031 "PhoneNumber":{ 4032 "type":"string", 4033 "max":20, 4034 "min":1, 4035 "pattern":"\\+?[1-9][0-9]{1,18}" 4036 }, 4037 "PhoneNumberFilter":{ 4038 "type":"structure", 4039 "required":[ 4040 "Name", 4041 "Values" 4042 ], 4043 "members":{ 4044 "Name":{ 4045 "shape":"PhoneNumberFilterName", 4046 "documentation":"<p>The name of the attribute to filter on.</p>" 4047 }, 4048 "Values":{ 4049 "shape":"FilterValueList", 4050 "documentation":"<p>An array values to filter for.</p>" 4051 } 4052 }, 4053 "documentation":"<p>The information for a phone number that meets a specified criteria.</p>" 4054 }, 4055 "PhoneNumberFilterList":{ 4056 "type":"list", 4057 "member":{"shape":"PhoneNumberFilter"}, 4058 "max":20, 4059 "min":0 4060 }, 4061 "PhoneNumberFilterName":{ 4062 "type":"string", 4063 "enum":[ 4064 "status", 4065 "iso-country-code", 4066 "message-type", 4067 "number-capability", 4068 "number-type", 4069 "two-way-enabled", 4070 "self-managed-opt-outs-enabled", 4071 "opt-out-list-name", 4072 "deletion-protection-enabled", 4073 "two-way-channel-arn" 4074 ] 4075 }, 4076 "PhoneNumberIdList":{ 4077 "type":"list", 4078 "member":{"shape":"PhoneNumberIdOrArn"}, 4079 "max":5, 4080 "min":0 4081 }, 4082 "PhoneNumberIdOrArn":{ 4083 "type":"string", 4084 "max":256, 4085 "min":1, 4086 "pattern":"[A-Za-z0-9_:/-]+" 4087 }, 4088 "PhoneNumberInformation":{ 4089 "type":"structure", 4090 "required":[ 4091 "PhoneNumberArn", 4092 "PhoneNumber", 4093 "Status", 4094 "IsoCountryCode", 4095 "MessageType", 4096 "NumberCapabilities", 4097 "NumberType", 4098 "MonthlyLeasingPrice", 4099 "TwoWayEnabled", 4100 "SelfManagedOptOutsEnabled", 4101 "OptOutListName", 4102 "DeletionProtectionEnabled", 4103 "CreatedTimestamp" 4104 ], 4105 "members":{ 4106 "PhoneNumberArn":{ 4107 "shape":"String", 4108 "documentation":"<p>The Amazon Resource Name (ARN) associated with the phone number.</p>" 4109 }, 4110 "PhoneNumberId":{ 4111 "shape":"String", 4112 "documentation":"<p>The unique identifier for the phone number.</p>" 4113 }, 4114 "PhoneNumber":{ 4115 "shape":"PhoneNumber", 4116 "documentation":"<p>The phone number in E.164 format.</p>" 4117 }, 4118 "Status":{ 4119 "shape":"NumberStatus", 4120 "documentation":"<p>The current status of the phone number.</p>" 4121 }, 4122 "IsoCountryCode":{ 4123 "shape":"IsoCountryCode", 4124 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region. </p>" 4125 }, 4126 "MessageType":{ 4127 "shape":"MessageType", 4128 "documentation":"<p>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.</p>" 4129 }, 4130 "NumberCapabilities":{ 4131 "shape":"NumberCapabilityList", 4132 "documentation":"<p>Describes if the origination identity can be used for text messages, voice calls or both.</p>" 4133 }, 4134 "NumberType":{ 4135 "shape":"NumberType", 4136 "documentation":"<p>The type of phone number.</p>" 4137 }, 4138 "MonthlyLeasingPrice":{ 4139 "shape":"String", 4140 "documentation":"<p>The price, in US dollars, to lease the phone number.</p>" 4141 }, 4142 "TwoWayEnabled":{ 4143 "shape":"PrimitiveBoolean", 4144 "documentation":"<p>By default this is set to false. When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.</p>" 4145 }, 4146 "TwoWayChannelArn":{ 4147 "shape":"TwoWayChannelArn", 4148 "documentation":"<p>The Amazon Resource Name (ARN) of the two way channel.</p>" 4149 }, 4150 "TwoWayChannelRole":{ 4151 "shape":"IamRoleArn", 4152 "documentation":"<p>An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.</p>" 4153 }, 4154 "SelfManagedOptOutsEnabled":{ 4155 "shape":"PrimitiveBoolean", 4156 "documentation":"<p>When set to false an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, Amazon Pinpoint 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 <a href=\"https://docs.aws.amazon.com/pinpoint/latest/userguide/settings-sms-managing.html#settings-account-sms-self-managed-opt-out\">Self-managed opt-outs</a> </p>" 4157 }, 4158 "OptOutListName":{ 4159 "shape":"OptOutListName", 4160 "documentation":"<p>The name of the OptOutList associated with the phone number.</p>" 4161 }, 4162 "DeletionProtectionEnabled":{ 4163 "shape":"PrimitiveBoolean", 4164 "documentation":"<p>When set to true the phone number can't be deleted.</p>" 4165 }, 4166 "PoolId":{ 4167 "shape":"String", 4168 "documentation":"<p>The unique identifier of the pool associated with the phone number.</p>" 4169 }, 4170 "RegistrationId":{ 4171 "shape":"String", 4172 "documentation":"<p>The unique identifier for the registration.</p>" 4173 }, 4174 "CreatedTimestamp":{ 4175 "shape":"Timestamp", 4176 "documentation":"<p>The time when the phone number was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 4177 } 4178 }, 4179 "documentation":"<p>The information for a phone number, in E.164 format, in an Amazon Web Services account.</p>" 4180 }, 4181 "PhoneNumberInformationList":{ 4182 "type":"list", 4183 "member":{"shape":"PhoneNumberInformation"} 4184 }, 4185 "PhoneOrPoolIdOrArn":{ 4186 "type":"string", 4187 "max":256, 4188 "min":1, 4189 "pattern":"[A-Za-z0-9_:/-]+" 4190 }, 4191 "PhoneOrSenderIdOrArn":{ 4192 "type":"string", 4193 "max":256, 4194 "min":1, 4195 "pattern":"[A-Za-z0-9_:/-]+" 4196 }, 4197 "PoolFilter":{ 4198 "type":"structure", 4199 "required":[ 4200 "Name", 4201 "Values" 4202 ], 4203 "members":{ 4204 "Name":{ 4205 "shape":"PoolFilterName", 4206 "documentation":"<p>The name of the attribute to filter on.</p>" 4207 }, 4208 "Values":{ 4209 "shape":"FilterValueList", 4210 "documentation":"<p>An array values to filter for.</p>" 4211 } 4212 }, 4213 "documentation":"<p>The information for a pool that meets a specified criteria.</p>" 4214 }, 4215 "PoolFilterList":{ 4216 "type":"list", 4217 "member":{"shape":"PoolFilter"}, 4218 "max":20, 4219 "min":0 4220 }, 4221 "PoolFilterName":{ 4222 "type":"string", 4223 "enum":[ 4224 "status", 4225 "message-type", 4226 "two-way-enabled", 4227 "self-managed-opt-outs-enabled", 4228 "opt-out-list-name", 4229 "shared-routes-enabled", 4230 "deletion-protection-enabled", 4231 "two-way-channel-arn" 4232 ] 4233 }, 4234 "PoolIdList":{ 4235 "type":"list", 4236 "member":{"shape":"PoolIdOrArn"}, 4237 "max":5, 4238 "min":0 4239 }, 4240 "PoolIdOrArn":{ 4241 "type":"string", 4242 "max":256, 4243 "min":1, 4244 "pattern":"[A-Za-z0-9_:/-]+" 4245 }, 4246 "PoolInformation":{ 4247 "type":"structure", 4248 "required":[ 4249 "PoolArn", 4250 "PoolId", 4251 "Status", 4252 "MessageType", 4253 "TwoWayEnabled", 4254 "SelfManagedOptOutsEnabled", 4255 "OptOutListName", 4256 "SharedRoutesEnabled", 4257 "DeletionProtectionEnabled", 4258 "CreatedTimestamp" 4259 ], 4260 "members":{ 4261 "PoolArn":{ 4262 "shape":"String", 4263 "documentation":"<p>The Amazon Resource Name (ARN) for the pool.</p>" 4264 }, 4265 "PoolId":{ 4266 "shape":"String", 4267 "documentation":"<p>The unique identifier for the pool.</p>" 4268 }, 4269 "Status":{ 4270 "shape":"PoolStatus", 4271 "documentation":"<p>The current status of the pool.</p>" 4272 }, 4273 "MessageType":{ 4274 "shape":"MessageType", 4275 "documentation":"<p>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.</p>" 4276 }, 4277 "TwoWayEnabled":{ 4278 "shape":"PrimitiveBoolean", 4279 "documentation":"<p>When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.</p>" 4280 }, 4281 "TwoWayChannelArn":{ 4282 "shape":"TwoWayChannelArn", 4283 "documentation":"<p>The Amazon Resource Name (ARN) of the two way channel.</p>" 4284 }, 4285 "TwoWayChannelRole":{ 4286 "shape":"IamRoleArn", 4287 "documentation":"<p>An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.</p>" 4288 }, 4289 "SelfManagedOptOutsEnabled":{ 4290 "shape":"PrimitiveBoolean", 4291 "documentation":"<p>When set to false, an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, Amazon Pinpoint 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 <a href=\"https://docs.aws.amazon.com/pinpoint/latest/userguide/settings-sms-managing.html#settings-account-sms-self-managed-opt-out\">Self-managed opt-outs</a> </p>" 4292 }, 4293 "OptOutListName":{ 4294 "shape":"OptOutListName", 4295 "documentation":"<p>The name of the OptOutList associated with the pool.</p>" 4296 }, 4297 "SharedRoutesEnabled":{ 4298 "shape":"PrimitiveBoolean", 4299 "documentation":"<p>Allows you to enable shared routes on your pool.</p> <p>By default, this is set to <code>False</code>. If you set this value to <code>True</code>, your messages are sent using phone numbers or sender IDs (depending on the country) that are shared with other Amazon Pinpoint 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.</p>" 4300 }, 4301 "DeletionProtectionEnabled":{ 4302 "shape":"PrimitiveBoolean", 4303 "documentation":"<p>When set to true the pool can't be deleted.</p>" 4304 }, 4305 "CreatedTimestamp":{ 4306 "shape":"Timestamp", 4307 "documentation":"<p>The time when the pool was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 4308 } 4309 }, 4310 "documentation":"<p>The information for a pool in an Amazon Web Services account.</p>" 4311 }, 4312 "PoolInformationList":{ 4313 "type":"list", 4314 "member":{"shape":"PoolInformation"} 4315 }, 4316 "PoolOriginationIdentitiesFilter":{ 4317 "type":"structure", 4318 "required":[ 4319 "Name", 4320 "Values" 4321 ], 4322 "members":{ 4323 "Name":{ 4324 "shape":"PoolOriginationIdentitiesFilterName", 4325 "documentation":"<p>The name of the attribute to filter on.</p>" 4326 }, 4327 "Values":{ 4328 "shape":"FilterValueList", 4329 "documentation":"<p>An array values to filter for.</p>" 4330 } 4331 }, 4332 "documentation":"<p>Information about origination identities associated with a pool that meets a specified criteria.</p>" 4333 }, 4334 "PoolOriginationIdentitiesFilterList":{ 4335 "type":"list", 4336 "member":{"shape":"PoolOriginationIdentitiesFilter"}, 4337 "max":20, 4338 "min":0 4339 }, 4340 "PoolOriginationIdentitiesFilterName":{ 4341 "type":"string", 4342 "enum":[ 4343 "iso-country-code", 4344 "number-capability" 4345 ] 4346 }, 4347 "PoolStatus":{ 4348 "type":"string", 4349 "enum":[ 4350 "CREATING", 4351 "ACTIVE", 4352 "DELETING" 4353 ] 4354 }, 4355 "PrimitiveBoolean":{"type":"boolean"}, 4356 "PrimitiveLong":{"type":"long"}, 4357 "PutKeywordRequest":{ 4358 "type":"structure", 4359 "required":[ 4360 "OriginationIdentity", 4361 "Keyword", 4362 "KeywordMessage" 4363 ], 4364 "members":{ 4365 "OriginationIdentity":{ 4366 "shape":"PhoneOrPoolIdOrArn", 4367 "documentation":"<p>The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use <a>DescribePhoneNumbers</a> get the values for PhoneNumberId and PhoneNumberArn while <a>DescribeSenderIds</a> can be used to get the values for SenderId and SenderIdArn.</p>" 4368 }, 4369 "Keyword":{ 4370 "shape":"Keyword", 4371 "documentation":"<p>The new keyword to add.</p>" 4372 }, 4373 "KeywordMessage":{ 4374 "shape":"KeywordMessage", 4375 "documentation":"<p>The message associated with the keyword.</p>" 4376 }, 4377 "KeywordAction":{ 4378 "shape":"KeywordAction", 4379 "documentation":"<p>The action to perform for the new keyword when it is received.</p> <ul> <li> <p>AUTOMATIC_RESPONSE: A message is sent to the recipient.</p> </li> <li> <p>OPT_OUT: Keeps the recipient from receiving future messages.</p> </li> <li> <p>OPT_IN: The recipient wants to receive future messages.</p> </li> </ul>" 4380 } 4381 } 4382 }, 4383 "PutKeywordResult":{ 4384 "type":"structure", 4385 "members":{ 4386 "OriginationIdentityArn":{ 4387 "shape":"String", 4388 "documentation":"<p>The PhoneNumberArn or PoolArn that the keyword was associated with.</p>" 4389 }, 4390 "OriginationIdentity":{ 4391 "shape":"String", 4392 "documentation":"<p>The PhoneNumberId or PoolId that the keyword was associated with.</p>" 4393 }, 4394 "Keyword":{ 4395 "shape":"Keyword", 4396 "documentation":"<p>The keyword that was added.</p>" 4397 }, 4398 "KeywordMessage":{ 4399 "shape":"KeywordMessage", 4400 "documentation":"<p>The message associated with the keyword.</p>" 4401 }, 4402 "KeywordAction":{ 4403 "shape":"KeywordAction", 4404 "documentation":"<p>The action to perform when the keyword is used.</p>" 4405 } 4406 } 4407 }, 4408 "PutOptedOutNumberRequest":{ 4409 "type":"structure", 4410 "required":[ 4411 "OptOutListName", 4412 "OptedOutNumber" 4413 ], 4414 "members":{ 4415 "OptOutListName":{ 4416 "shape":"OptOutListNameOrArn", 4417 "documentation":"<p>The OptOutListName or OptOutListArn to add the phone number to.</p>" 4418 }, 4419 "OptedOutNumber":{ 4420 "shape":"PhoneNumber", 4421 "documentation":"<p>The phone number to add to the OptOutList in E.164 format.</p>" 4422 } 4423 } 4424 }, 4425 "PutOptedOutNumberResult":{ 4426 "type":"structure", 4427 "members":{ 4428 "OptOutListArn":{ 4429 "shape":"String", 4430 "documentation":"<p>The OptOutListArn that the phone number was removed from.</p>" 4431 }, 4432 "OptOutListName":{ 4433 "shape":"OptOutListName", 4434 "documentation":"<p>The OptOutListName that the phone number was removed from.</p>" 4435 }, 4436 "OptedOutNumber":{ 4437 "shape":"PhoneNumber", 4438 "documentation":"<p>The phone number that was added to the OptOutList.</p>" 4439 }, 4440 "OptedOutTimestamp":{ 4441 "shape":"Timestamp", 4442 "documentation":"<p>The time that the phone number was added to the OptOutList, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 4443 }, 4444 "EndUserOptedOut":{ 4445 "shape":"PrimitiveBoolean", 4446 "documentation":"<p>This is true if it was the end user who requested their phone number be removed. </p>" 4447 } 4448 } 4449 }, 4450 "PutRegistrationFieldValueRequest":{ 4451 "type":"structure", 4452 "required":[ 4453 "RegistrationId", 4454 "FieldPath" 4455 ], 4456 "members":{ 4457 "RegistrationId":{ 4458 "shape":"RegistrationIdOrArn", 4459 "documentation":"<p>The unique identifier for the registration.</p>" 4460 }, 4461 "FieldPath":{ 4462 "shape":"FieldPath", 4463 "documentation":"<p>The path to the registration form field. You can use <a>DescribeRegistrationFieldDefinitions</a> for a list of <b>FieldPaths</b>.</p>" 4464 }, 4465 "SelectChoices":{ 4466 "shape":"SelectChoiceList", 4467 "documentation":"<p>An array of values for the form field.</p>" 4468 }, 4469 "TextValue":{ 4470 "shape":"TextValue", 4471 "documentation":"<p>The text data for a free form field.</p>" 4472 }, 4473 "RegistrationAttachmentId":{ 4474 "shape":"RegistrationAttachmentIdOrArn", 4475 "documentation":"<p>The unique identifier for the registration attachment.</p>" 4476 } 4477 } 4478 }, 4479 "PutRegistrationFieldValueResult":{ 4480 "type":"structure", 4481 "required":[ 4482 "RegistrationArn", 4483 "RegistrationId", 4484 "VersionNumber", 4485 "FieldPath" 4486 ], 4487 "members":{ 4488 "RegistrationArn":{ 4489 "shape":"String", 4490 "documentation":"<p>The Amazon Resource Name (ARN) for the registration.</p>" 4491 }, 4492 "RegistrationId":{ 4493 "shape":"String", 4494 "documentation":"<p>The unique identifier for the registration.</p>" 4495 }, 4496 "VersionNumber":{ 4497 "shape":"RegistrationVersionNumber", 4498 "documentation":"<p>The version number of the registration.</p>" 4499 }, 4500 "FieldPath":{ 4501 "shape":"FieldPath", 4502 "documentation":"<p>The path to the registration form field. You can use <a>DescribeRegistrationFieldDefinitions</a> for a list of <b>FieldPaths</b>.</p>" 4503 }, 4504 "SelectChoices":{ 4505 "shape":"SelectChoiceList", 4506 "documentation":"<p>An array of values for the form field.</p>" 4507 }, 4508 "TextValue":{ 4509 "shape":"TextValue", 4510 "documentation":"<p>The text data for a free form field.</p>" 4511 }, 4512 "RegistrationAttachmentId":{ 4513 "shape":"String", 4514 "documentation":"<p>The unique identifier for the registration attachment.</p>" 4515 } 4516 } 4517 }, 4518 "RegistrationAssociationBehavior":{ 4519 "type":"string", 4520 "enum":[ 4521 "ASSOCIATE_BEFORE_SUBMIT", 4522 "ASSOCIATE_ON_APPROVAL", 4523 "ASSOCIATE_AFTER_COMPLETE" 4524 ] 4525 }, 4526 "RegistrationAssociationFilter":{ 4527 "type":"structure", 4528 "required":[ 4529 "Name", 4530 "Values" 4531 ], 4532 "members":{ 4533 "Name":{ 4534 "shape":"RegistrationAssociationFilterName", 4535 "documentation":"<p>The name of the attribute to filter on.</p>" 4536 }, 4537 "Values":{ 4538 "shape":"FilterValueList", 4539 "documentation":"<p>An array of values to filter for.</p>" 4540 } 4541 }, 4542 "documentation":"<p>The filter definition for filtering registrations that meets a specified criteria.</p>" 4543 }, 4544 "RegistrationAssociationFilterList":{ 4545 "type":"list", 4546 "member":{"shape":"RegistrationAssociationFilter"}, 4547 "max":20, 4548 "min":0 4549 }, 4550 "RegistrationAssociationFilterName":{ 4551 "type":"string", 4552 "enum":[ 4553 "resource-type", 4554 "iso-country-code" 4555 ] 4556 }, 4557 "RegistrationAssociationMetadata":{ 4558 "type":"structure", 4559 "required":[ 4560 "ResourceArn", 4561 "ResourceId", 4562 "ResourceType" 4563 ], 4564 "members":{ 4565 "ResourceArn":{ 4566 "shape":"String", 4567 "documentation":"<p>The Amazon Resource Name (ARN) of the origination identity that is associated with the registration. </p>" 4568 }, 4569 "ResourceId":{ 4570 "shape":"String", 4571 "documentation":"<p>The unique identifier for the origination identity. For example this could be a <b>PhoneNumberId</b> or <b>SenderId</b>.</p>" 4572 }, 4573 "ResourceType":{ 4574 "shape":"String", 4575 "documentation":"<p>The origination identity type.</p>" 4576 }, 4577 "IsoCountryCode":{ 4578 "shape":"IsoCountryCode", 4579 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.</p>" 4580 }, 4581 "PhoneNumber":{ 4582 "shape":"PhoneNumber", 4583 "documentation":"<p>The phone number associated with the registration in E.164 format.</p>" 4584 } 4585 }, 4586 "documentation":"<p>Metadata for the origination identity that is associated with the registration.</p>" 4587 }, 4588 "RegistrationAssociationMetadataList":{ 4589 "type":"list", 4590 "member":{"shape":"RegistrationAssociationMetadata"} 4591 }, 4592 "RegistrationAttachmentFilter":{ 4593 "type":"structure", 4594 "required":[ 4595 "Name", 4596 "Values" 4597 ], 4598 "members":{ 4599 "Name":{ 4600 "shape":"RegistrationAttachmentFilterName", 4601 "documentation":"<p>The name of the attribute to filter on.</p>" 4602 }, 4603 "Values":{ 4604 "shape":"FilterValueList", 4605 "documentation":"<p>An array of values to filter on.</p>" 4606 } 4607 }, 4608 "documentation":"<p>The filter definition for filtering registration attachments that meets a specified criteria.</p>" 4609 }, 4610 "RegistrationAttachmentFilterList":{ 4611 "type":"list", 4612 "member":{"shape":"RegistrationAttachmentFilter"}, 4613 "max":20, 4614 "min":0 4615 }, 4616 "RegistrationAttachmentFilterName":{ 4617 "type":"string", 4618 "enum":["attachment-status"] 4619 }, 4620 "RegistrationAttachmentIdList":{ 4621 "type":"list", 4622 "member":{"shape":"RegistrationIdOrArn"}, 4623 "max":5, 4624 "min":0 4625 }, 4626 "RegistrationAttachmentIdOrArn":{ 4627 "type":"string", 4628 "max":256, 4629 "min":1, 4630 "pattern":"[A-Za-z0-9_:/-]+" 4631 }, 4632 "RegistrationAttachmentsInformation":{ 4633 "type":"structure", 4634 "required":[ 4635 "RegistrationAttachmentArn", 4636 "RegistrationAttachmentId", 4637 "AttachmentStatus", 4638 "CreatedTimestamp" 4639 ], 4640 "members":{ 4641 "RegistrationAttachmentArn":{ 4642 "shape":"String", 4643 "documentation":"<p>The Amazon Resource Name (ARN) for the registration attachment.</p>" 4644 }, 4645 "RegistrationAttachmentId":{ 4646 "shape":"String", 4647 "documentation":"<p>The unique identifier for the registration attachment.</p>" 4648 }, 4649 "AttachmentStatus":{ 4650 "shape":"AttachmentStatus", 4651 "documentation":"<p>The status of the registration attachment. </p> <ul> <li> <p> <code>UPLOAD_IN_PROGRESS</code> The attachment is being uploaded.</p> </li> <li> <p> <code>UPLOAD_COMPLETE</code> The attachment has been uploaded.</p> </li> <li> <p> <code>UPLOAD_FAILED</code> The attachment failed to uploaded.</p> </li> <li> <p> <code>DELETED</code> The attachment has been deleted..</p> </li> </ul>" 4652 }, 4653 "AttachmentUploadErrorReason":{ 4654 "shape":"AttachmentUploadErrorReason", 4655 "documentation":"<p>A description of why the upload didn't successfully complete.</p>" 4656 }, 4657 "CreatedTimestamp":{ 4658 "shape":"Timestamp", 4659 "documentation":"<p>The time when the registration attachment was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 4660 } 4661 }, 4662 "documentation":"<p>Provides information on the specified registration attachments.</p>" 4663 }, 4664 "RegistrationAttachmentsInformationList":{ 4665 "type":"list", 4666 "member":{"shape":"RegistrationAttachmentsInformation"} 4667 }, 4668 "RegistrationDeniedReasonInformation":{ 4669 "type":"structure", 4670 "required":[ 4671 "Reason", 4672 "ShortDescription" 4673 ], 4674 "members":{ 4675 "Reason":{ 4676 "shape":"String", 4677 "documentation":"<p>The reason a registration was rejected.</p>" 4678 }, 4679 "ShortDescription":{ 4680 "shape":"String", 4681 "documentation":"<p>A short description of the rejection reason.</p>" 4682 }, 4683 "LongDescription":{ 4684 "shape":"String", 4685 "documentation":"<p>A long description of the rejection reason.</p>" 4686 }, 4687 "DocumentationTitle":{ 4688 "shape":"String", 4689 "documentation":"<p>The title of the document.</p>" 4690 }, 4691 "DocumentationLink":{ 4692 "shape":"String", 4693 "documentation":"<p>The link to the document.</p>" 4694 } 4695 }, 4696 "documentation":"<p>Provides the reason a registration was rejected.</p>" 4697 }, 4698 "RegistrationDeniedReasonInformationList":{ 4699 "type":"list", 4700 "member":{"shape":"RegistrationDeniedReasonInformation"} 4701 }, 4702 "RegistrationDisassociationBehavior":{ 4703 "type":"string", 4704 "enum":[ 4705 "DISASSOCIATE_ALL_CLOSES_REGISTRATION", 4706 "DISASSOCIATE_ALL_ALLOWS_DELETE_REGISTRATION", 4707 "DELETE_REGISTRATION_DISASSOCIATES" 4708 ] 4709 }, 4710 "RegistrationFieldDefinition":{ 4711 "type":"structure", 4712 "required":[ 4713 "SectionPath", 4714 "FieldPath", 4715 "FieldType", 4716 "FieldRequirement", 4717 "DisplayHints" 4718 ], 4719 "members":{ 4720 "SectionPath":{ 4721 "shape":"SectionPath", 4722 "documentation":"<p>The section path of the field.</p>" 4723 }, 4724 "FieldPath":{ 4725 "shape":"FieldPath", 4726 "documentation":"<p>The path to the registration form field. You can use <a>DescribeRegistrationFieldDefinitions</a> for a list of <b>FieldPaths</b>.</p>" 4727 }, 4728 "FieldType":{ 4729 "shape":"FieldType", 4730 "documentation":"<p>The type of field.</p>" 4731 }, 4732 "FieldRequirement":{ 4733 "shape":"FieldRequirement", 4734 "documentation":"<p>Specifies if the field for the registration form is required, conditional or optional.</p>" 4735 }, 4736 "SelectValidation":{ 4737 "shape":"SelectValidation", 4738 "documentation":"<p>The validation rules for a select field.</p>" 4739 }, 4740 "TextValidation":{ 4741 "shape":"TextValidation", 4742 "documentation":"<p>The validation rules for a text field.</p>" 4743 }, 4744 "DisplayHints":{ 4745 "shape":"RegistrationFieldDisplayHints", 4746 "documentation":"<p>An array of RegistrationFieldDisplayHints objects for the field.</p>" 4747 } 4748 }, 4749 "documentation":"<p>Provides a description of the specified field.</p>" 4750 }, 4751 "RegistrationFieldDefinitionList":{ 4752 "type":"list", 4753 "member":{"shape":"RegistrationFieldDefinition"} 4754 }, 4755 "RegistrationFieldDisplayHints":{ 4756 "type":"structure", 4757 "required":[ 4758 "Title", 4759 "ShortDescription" 4760 ], 4761 "members":{ 4762 "Title":{ 4763 "shape":"String", 4764 "documentation":"<p>The title of the display hint.</p>" 4765 }, 4766 "ShortDescription":{ 4767 "shape":"String", 4768 "documentation":"<p>A short description of the display hint.</p>" 4769 }, 4770 "LongDescription":{ 4771 "shape":"String", 4772 "documentation":"<p>A full description of the display hint.</p>" 4773 }, 4774 "DocumentationTitle":{ 4775 "shape":"String", 4776 "documentation":"<p>The title of the document the display hint is associated with.</p>" 4777 }, 4778 "DocumentationLink":{ 4779 "shape":"String", 4780 "documentation":"<p>The link to the document the display hint is associated with.</p>" 4781 }, 4782 "SelectOptionDescriptions":{ 4783 "shape":"SelectOptionDescriptionsList", 4784 "documentation":"<p>An array of SelectOptionDescription objects.</p>" 4785 }, 4786 "TextValidationDescription":{ 4787 "shape":"String", 4788 "documentation":"<p>The validation rules for the text field.</p>" 4789 }, 4790 "ExampleTextValue":{ 4791 "shape":"String", 4792 "documentation":"<p>Example text of what the value of a field should contain.</p>" 4793 } 4794 }, 4795 "documentation":"<p>Provides help information on the registration field.</p>" 4796 }, 4797 "RegistrationFieldValueInformation":{ 4798 "type":"structure", 4799 "required":["FieldPath"], 4800 "members":{ 4801 "FieldPath":{ 4802 "shape":"FieldPath", 4803 "documentation":"<p>The path to the registration form field. You can use <a>DescribeRegistrationFieldDefinitions</a> for a list of <b>FieldPaths</b>.</p>" 4804 }, 4805 "SelectChoices":{ 4806 "shape":"SelectChoiceList", 4807 "documentation":"<p>An array of values for the form field.</p>" 4808 }, 4809 "TextValue":{ 4810 "shape":"TextValue", 4811 "documentation":"<p>The text data for a free form field.</p>" 4812 }, 4813 "RegistrationAttachmentId":{ 4814 "shape":"RegistrationAttachmentIdOrArn", 4815 "documentation":"<p>The unique identifier for the registration attachment.</p>" 4816 }, 4817 "DeniedReason":{ 4818 "shape":"String", 4819 "documentation":"<p>A description of why the registration was denied.</p>" 4820 } 4821 }, 4822 "documentation":"<p>Provides the values of the specified field.</p>" 4823 }, 4824 "RegistrationFieldValueInformationList":{ 4825 "type":"list", 4826 "member":{"shape":"RegistrationFieldValueInformation"} 4827 }, 4828 "RegistrationFilter":{ 4829 "type":"structure", 4830 "required":[ 4831 "Name", 4832 "Values" 4833 ], 4834 "members":{ 4835 "Name":{ 4836 "shape":"RegistrationFilterName", 4837 "documentation":"<p>The name of the attribute to filter on.</p>" 4838 }, 4839 "Values":{ 4840 "shape":"FilterValueList", 4841 "documentation":"<p>An array of values to filter on.</p>" 4842 } 4843 }, 4844 "documentation":"<p>The filter definition for filtering registrations that meets a specified criteria.</p>" 4845 }, 4846 "RegistrationFilterList":{ 4847 "type":"list", 4848 "member":{"shape":"RegistrationFilter"}, 4849 "max":20, 4850 "min":0 4851 }, 4852 "RegistrationFilterName":{ 4853 "type":"string", 4854 "enum":[ 4855 "registration-type", 4856 "registration-status" 4857 ] 4858 }, 4859 "RegistrationIdList":{ 4860 "type":"list", 4861 "member":{"shape":"RegistrationIdOrArn"}, 4862 "max":5, 4863 "min":0 4864 }, 4865 "RegistrationIdOrArn":{ 4866 "type":"string", 4867 "max":256, 4868 "min":1, 4869 "pattern":"[A-Za-z0-9_:/-]+" 4870 }, 4871 "RegistrationInformation":{ 4872 "type":"structure", 4873 "required":[ 4874 "RegistrationArn", 4875 "RegistrationId", 4876 "RegistrationType", 4877 "RegistrationStatus", 4878 "CurrentVersionNumber", 4879 "CreatedTimestamp" 4880 ], 4881 "members":{ 4882 "RegistrationArn":{ 4883 "shape":"String", 4884 "documentation":"<p>The Amazon Resource Name (ARN) for the registration.</p>" 4885 }, 4886 "RegistrationId":{ 4887 "shape":"String", 4888 "documentation":"<p>The unique identifier for the registration.</p>" 4889 }, 4890 "RegistrationType":{ 4891 "shape":"RegistrationType", 4892 "documentation":"<p>The type of registration form. The list of <b>RegistrationTypes</b> can be found using the <a>DescribeRegistrationTypeDefinitions</a> action.</p>" 4893 }, 4894 "RegistrationStatus":{ 4895 "shape":"RegistrationStatus", 4896 "documentation":"<p>The status of the registration.</p> <ul> <li> <p> <code>CREATED</code>: Your registration is created but not submitted.</p> </li> <li> <p> <code>SUBMITTED</code>: Your registration has been submitted and is awaiting review.</p> </li> <li> <p> <code>REVIEWING</code>: Your registration has been accepted and is being reviewed.</p> </li> <li> <p> <code>PROVISIONING</code>: Your registration has been approved and your origination identity is being created.</p> </li> <li> <p> <code>COMPLETE</code>: Your registration has been approved and and your origination identity has been created.</p> </li> <li> <p> <code>REQUIRES_UPDATES</code>: You must fix your registration and resubmit it.</p> </li> <li> <p> <code>CLOSED</code>: The phone number or sender ID has been deleted and you must also delete the registration for the number.</p> </li> <li> <p> <code>DELETED</code>: The registration has been deleted.</p> </li> </ul>" 4897 }, 4898 "CurrentVersionNumber":{ 4899 "shape":"RegistrationVersionNumber", 4900 "documentation":"<p>The current version number of the registration.</p>" 4901 }, 4902 "ApprovedVersionNumber":{ 4903 "shape":"RegistrationVersionNumber", 4904 "documentation":"<p>The version number of the registration that was approved.</p>" 4905 }, 4906 "LatestDeniedVersionNumber":{ 4907 "shape":"RegistrationVersionNumber", 4908 "documentation":"<p>The latest version number of the registration that was denied.</p>" 4909 }, 4910 "AdditionalAttributes":{ 4911 "shape":"StringMap", 4912 "documentation":"<p>Metadata about a given registration which is specific to that registration type.</p>" 4913 }, 4914 "CreatedTimestamp":{ 4915 "shape":"Timestamp", 4916 "documentation":"<p>The time when the registration was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 4917 } 4918 }, 4919 "documentation":"<p>Provides information about the requested registration.</p>" 4920 }, 4921 "RegistrationInformationList":{ 4922 "type":"list", 4923 "member":{"shape":"RegistrationInformation"} 4924 }, 4925 "RegistrationSectionDefinition":{ 4926 "type":"structure", 4927 "required":[ 4928 "SectionPath", 4929 "DisplayHints" 4930 ], 4931 "members":{ 4932 "SectionPath":{ 4933 "shape":"SectionPath", 4934 "documentation":"<p>The path to the section of the registration.</p>" 4935 }, 4936 "DisplayHints":{ 4937 "shape":"RegistrationSectionDisplayHints", 4938 "documentation":"<p>The path to the section of the registration.</p>" 4939 } 4940 }, 4941 "documentation":"<p>Provides information on the specified section definition.</p>" 4942 }, 4943 "RegistrationSectionDefinitionList":{ 4944 "type":"list", 4945 "member":{"shape":"RegistrationSectionDefinition"} 4946 }, 4947 "RegistrationSectionDisplayHints":{ 4948 "type":"structure", 4949 "required":[ 4950 "Title", 4951 "ShortDescription" 4952 ], 4953 "members":{ 4954 "Title":{ 4955 "shape":"String", 4956 "documentation":"<p>The title of the display hint.</p>" 4957 }, 4958 "ShortDescription":{ 4959 "shape":"String", 4960 "documentation":"<p>A short description of the display hint.</p>" 4961 }, 4962 "LongDescription":{ 4963 "shape":"String", 4964 "documentation":"<p>A full description of the display hint.</p>" 4965 }, 4966 "DocumentationTitle":{ 4967 "shape":"String", 4968 "documentation":"<p>The title of the document the display hint is associated with.</p>" 4969 }, 4970 "DocumentationLink":{ 4971 "shape":"String", 4972 "documentation":"<p>The link to the document the display hint is associated with.</p>" 4973 } 4974 }, 4975 "documentation":"<p>Provides help information on the registration section.</p>" 4976 }, 4977 "RegistrationStatus":{ 4978 "type":"string", 4979 "enum":[ 4980 "CREATED", 4981 "SUBMITTED", 4982 "REVIEWING", 4983 "PROVISIONING", 4984 "COMPLETE", 4985 "REQUIRES_UPDATES", 4986 "CLOSED", 4987 "DELETED" 4988 ] 4989 }, 4990 "RegistrationType":{ 4991 "type":"string", 4992 "max":64, 4993 "min":1, 4994 "pattern":"[A-Za-z0-9_]+" 4995 }, 4996 "RegistrationTypeDefinition":{ 4997 "type":"structure", 4998 "required":[ 4999 "RegistrationType", 5000 "DisplayHints" 5001 ], 5002 "members":{ 5003 "RegistrationType":{ 5004 "shape":"RegistrationType", 5005 "documentation":"<p>The type of registration form. The list of <b>RegistrationTypes</b> can be found using the <a>DescribeRegistrationTypeDefinitions</a> action.</p>" 5006 }, 5007 "SupportedAssociations":{ 5008 "shape":"SupportedAssociationList", 5009 "documentation":"<p>The supported association behavior for the registration type.</p>" 5010 }, 5011 "DisplayHints":{ 5012 "shape":"RegistrationTypeDisplayHints", 5013 "documentation":"<p>Provides help information on the registration.</p>" 5014 } 5015 }, 5016 "documentation":"<p>Provides information on the supported registration type.</p>" 5017 }, 5018 "RegistrationTypeDefinitionList":{ 5019 "type":"list", 5020 "member":{"shape":"RegistrationTypeDefinition"} 5021 }, 5022 "RegistrationTypeDisplayHints":{ 5023 "type":"structure", 5024 "required":["Title"], 5025 "members":{ 5026 "Title":{ 5027 "shape":"String", 5028 "documentation":"<p>The title of the display hint.</p>" 5029 }, 5030 "ShortDescription":{ 5031 "shape":"String", 5032 "documentation":"<p>A short description of the display hint.</p>" 5033 }, 5034 "LongDescription":{ 5035 "shape":"String", 5036 "documentation":"<p>A full description of the display hint.</p>" 5037 }, 5038 "DocumentationTitle":{ 5039 "shape":"String", 5040 "documentation":"<p>The title of the document the display hint is associated with.</p>" 5041 }, 5042 "DocumentationLink":{ 5043 "shape":"String", 5044 "documentation":"<p>The link to the document the display hint is associated with.</p>" 5045 } 5046 }, 5047 "documentation":"<p>Provides help information on the registration type.</p>" 5048 }, 5049 "RegistrationTypeFilter":{ 5050 "type":"structure", 5051 "required":[ 5052 "Name", 5053 "Values" 5054 ], 5055 "members":{ 5056 "Name":{ 5057 "shape":"RegistrationTypeFilterName", 5058 "documentation":"<p>The name of the attribute to filter on.</p>" 5059 }, 5060 "Values":{ 5061 "shape":"FilterValueList", 5062 "documentation":"<p>An array of values to filter on.</p>" 5063 } 5064 }, 5065 "documentation":"<p>The filter definition for filtering registration types that meets a specified criteria.</p>" 5066 }, 5067 "RegistrationTypeFilterList":{ 5068 "type":"list", 5069 "member":{"shape":"RegistrationTypeFilter"}, 5070 "max":20, 5071 "min":0 5072 }, 5073 "RegistrationTypeFilterName":{ 5074 "type":"string", 5075 "enum":[ 5076 "supported-association-resource-type", 5077 "supported-association-iso-country-code" 5078 ] 5079 }, 5080 "RegistrationTypeList":{ 5081 "type":"list", 5082 "member":{"shape":"RegistrationType"}, 5083 "max":5, 5084 "min":0 5085 }, 5086 "RegistrationVersionFilter":{ 5087 "type":"structure", 5088 "required":[ 5089 "Name", 5090 "Values" 5091 ], 5092 "members":{ 5093 "Name":{ 5094 "shape":"RegistrationVersionFilterName", 5095 "documentation":"<p>The name of the attribute to filter on.</p>" 5096 }, 5097 "Values":{ 5098 "shape":"FilterValueList", 5099 "documentation":"<p>An array of values to filter on.</p>" 5100 } 5101 }, 5102 "documentation":"<p>The filter definition for filtering registration versions that meets a specified criteria.</p>" 5103 }, 5104 "RegistrationVersionFilterList":{ 5105 "type":"list", 5106 "member":{"shape":"RegistrationVersionFilter"}, 5107 "max":20, 5108 "min":0 5109 }, 5110 "RegistrationVersionFilterName":{ 5111 "type":"string", 5112 "enum":["registration-version-status"] 5113 }, 5114 "RegistrationVersionInformation":{ 5115 "type":"structure", 5116 "required":[ 5117 "VersionNumber", 5118 "RegistrationVersionStatus", 5119 "RegistrationVersionStatusHistory" 5120 ], 5121 "members":{ 5122 "VersionNumber":{ 5123 "shape":"RegistrationVersionNumber", 5124 "documentation":"<p>The version number of the registration.</p>" 5125 }, 5126 "RegistrationVersionStatus":{ 5127 "shape":"RegistrationVersionStatus", 5128 "documentation":"<p>The status of the registration.</p> <ul> <li> <p> <code>DRAFT</code>: The initial status of a registration version after it’s created.</p> </li> <li> <p> <code>SUBMITTED</code>: Your registration has been submitted.</p> </li> <li> <p> <code>REVIEWING</code>: Your registration has been accepted and is being reviewed.</p> </li> <li> <p> <code>APPROVED</code>: Your registration has been approved.</p> </li> <li> <p> <code>DISCARDED</code>: You've abandon this version of their registration to start over with a new version. </p> </li> <li> <p> <code>DENIED</code>: You must fix your registration and resubmit it.</p> </li> <li> <p> <code>REVOKED</code>: Your previously approved registration has been revoked.</p> </li> <li> <p> <code>ARCHIVED</code>: Your previously approved registration version moves into this status when a more recently submitted version is approved.</p> </li> </ul>" 5129 }, 5130 "RegistrationVersionStatusHistory":{ 5131 "shape":"RegistrationVersionStatusHistory", 5132 "documentation":"<p>The <b>RegistrationVersionStatusHistory</b> object contains the time stamps for when the reservations status changes.</p>" 5133 }, 5134 "DeniedReasons":{ 5135 "shape":"RegistrationDeniedReasonInformationList", 5136 "documentation":"<p>An array of RegistrationDeniedReasonInformation objects. </p>" 5137 } 5138 }, 5139 "documentation":"<p>Provides information about the specified version of the registration.</p>" 5140 }, 5141 "RegistrationVersionInformationList":{ 5142 "type":"list", 5143 "member":{"shape":"RegistrationVersionInformation"} 5144 }, 5145 "RegistrationVersionNumber":{ 5146 "type":"long", 5147 "box":true, 5148 "max":100000, 5149 "min":1 5150 }, 5151 "RegistrationVersionNumberList":{ 5152 "type":"list", 5153 "member":{"shape":"RegistrationVersionNumber"}, 5154 "max":5, 5155 "min":0 5156 }, 5157 "RegistrationVersionStatus":{ 5158 "type":"string", 5159 "enum":[ 5160 "DRAFT", 5161 "SUBMITTED", 5162 "REVIEWING", 5163 "APPROVED", 5164 "DISCARDED", 5165 "DENIED", 5166 "REVOKED", 5167 "ARCHIVED" 5168 ] 5169 }, 5170 "RegistrationVersionStatusHistory":{ 5171 "type":"structure", 5172 "required":["DraftTimestamp"], 5173 "members":{ 5174 "DraftTimestamp":{ 5175 "shape":"Timestamp", 5176 "documentation":"<p>The time when the registration was in the draft state, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 5177 }, 5178 "SubmittedTimestamp":{ 5179 "shape":"Timestamp", 5180 "documentation":"<p>The time when the registration was in the submitted state, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 5181 }, 5182 "ReviewingTimestamp":{ 5183 "shape":"Timestamp", 5184 "documentation":"<p>The time when the registration was in the reviewing state, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 5185 }, 5186 "ApprovedTimestamp":{ 5187 "shape":"Timestamp", 5188 "documentation":"<p>The time when the registration was in the approved state, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 5189 }, 5190 "DiscardedTimestamp":{ 5191 "shape":"Timestamp", 5192 "documentation":"<p>The time when the registration was in the discarded state, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 5193 }, 5194 "DeniedTimestamp":{ 5195 "shape":"Timestamp", 5196 "documentation":"<p>The time when the registration was in the denied state, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 5197 }, 5198 "RevokedTimestamp":{ 5199 "shape":"Timestamp", 5200 "documentation":"<p>The time when the registration was in the revoked state, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 5201 }, 5202 "ArchivedTimestamp":{ 5203 "shape":"Timestamp", 5204 "documentation":"<p>The time when the registration was in the archived state, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 5205 } 5206 }, 5207 "documentation":"<p>The <b>RegistrationVersionStatusHistory</b> object contains the time stamps for when the reservations status changes.</p>" 5208 }, 5209 "ReleasePhoneNumberRequest":{ 5210 "type":"structure", 5211 "required":["PhoneNumberId"], 5212 "members":{ 5213 "PhoneNumberId":{ 5214 "shape":"PhoneNumberIdOrArn", 5215 "documentation":"<p>The PhoneNumberId or PhoneNumberArn of the phone number to release. You can use <a>DescribePhoneNumbers</a> to get the values for PhoneNumberId and PhoneNumberArn.</p>" 5216 } 5217 } 5218 }, 5219 "ReleasePhoneNumberResult":{ 5220 "type":"structure", 5221 "members":{ 5222 "PhoneNumberArn":{ 5223 "shape":"String", 5224 "documentation":"<p>The PhoneNumberArn of the phone number that was released.</p>" 5225 }, 5226 "PhoneNumberId":{ 5227 "shape":"String", 5228 "documentation":"<p>The PhoneNumberId of the phone number that was released.</p>" 5229 }, 5230 "PhoneNumber":{ 5231 "shape":"PhoneNumber", 5232 "documentation":"<p>The phone number that was released.</p>" 5233 }, 5234 "Status":{ 5235 "shape":"NumberStatus", 5236 "documentation":"<p>The current status of the request.</p>" 5237 }, 5238 "IsoCountryCode":{ 5239 "shape":"IsoCountryCode", 5240 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.</p>" 5241 }, 5242 "MessageType":{ 5243 "shape":"MessageType", 5244 "documentation":"<p>The message type that was associated with the phone number.</p>" 5245 }, 5246 "NumberCapabilities":{ 5247 "shape":"NumberCapabilityList", 5248 "documentation":"<p>Specifies if the number could be used for text messages, voice, or both.</p>" 5249 }, 5250 "NumberType":{ 5251 "shape":"NumberType", 5252 "documentation":"<p>The type of number that was released.</p>" 5253 }, 5254 "MonthlyLeasingPrice":{ 5255 "shape":"String", 5256 "documentation":"<p>The monthly price of the phone number, in US dollars.</p>" 5257 }, 5258 "TwoWayEnabled":{ 5259 "shape":"PrimitiveBoolean", 5260 "documentation":"<p>By default this is set to false. When set to true you can receive incoming text messages from your end recipients.</p>" 5261 }, 5262 "TwoWayChannelArn":{ 5263 "shape":"TwoWayChannelArn", 5264 "documentation":"<p>The Amazon Resource Name (ARN) of the TwoWayChannel.</p>" 5265 }, 5266 "TwoWayChannelRole":{ 5267 "shape":"IamRoleArn", 5268 "documentation":"<p>An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.</p>" 5269 }, 5270 "SelfManagedOptOutsEnabled":{ 5271 "shape":"PrimitiveBoolean", 5272 "documentation":"<p>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, Amazon Pinpoint 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.</p>" 5273 }, 5274 "OptOutListName":{ 5275 "shape":"OptOutListName", 5276 "documentation":"<p>The name of the OptOutList that was associated with the phone number.</p>" 5277 }, 5278 "RegistrationId":{ 5279 "shape":"String", 5280 "documentation":"<p>The unique identifier for the registration.</p>" 5281 }, 5282 "CreatedTimestamp":{ 5283 "shape":"Timestamp", 5284 "documentation":"<p>The time when the phone number was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 5285 } 5286 } 5287 }, 5288 "ReleaseSenderIdRequest":{ 5289 "type":"structure", 5290 "required":[ 5291 "SenderId", 5292 "IsoCountryCode" 5293 ], 5294 "members":{ 5295 "SenderId":{ 5296 "shape":"SenderIdOrArn", 5297 "documentation":"<p>The sender ID to release.</p>" 5298 }, 5299 "IsoCountryCode":{ 5300 "shape":"IsoCountryCode", 5301 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.</p>" 5302 } 5303 } 5304 }, 5305 "ReleaseSenderIdResult":{ 5306 "type":"structure", 5307 "required":[ 5308 "SenderIdArn", 5309 "SenderId", 5310 "IsoCountryCode", 5311 "MessageTypes", 5312 "MonthlyLeasingPrice", 5313 "Registered" 5314 ], 5315 "members":{ 5316 "SenderIdArn":{ 5317 "shape":"String", 5318 "documentation":"<p>The Amazon Resource Name (ARN) associated with the SenderId.</p>" 5319 }, 5320 "SenderId":{ 5321 "shape":"SenderId", 5322 "documentation":"<p>The sender ID that was released.</p>" 5323 }, 5324 "IsoCountryCode":{ 5325 "shape":"IsoCountryCode", 5326 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.</p>" 5327 }, 5328 "MessageTypes":{ 5329 "shape":"MessageTypeList", 5330 "documentation":"<p>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.</p>" 5331 }, 5332 "MonthlyLeasingPrice":{ 5333 "shape":"String", 5334 "documentation":"<p>The monthly price, in US dollars, to lease the sender ID.</p>" 5335 }, 5336 "Registered":{ 5337 "shape":"PrimitiveBoolean", 5338 "documentation":"<p>True if the sender ID is registered.</p>" 5339 }, 5340 "RegistrationId":{ 5341 "shape":"String", 5342 "documentation":"<p>The unique identifier for the registration.</p>" 5343 } 5344 } 5345 }, 5346 "RequestPhoneNumberRequest":{ 5347 "type":"structure", 5348 "required":[ 5349 "IsoCountryCode", 5350 "MessageType", 5351 "NumberCapabilities", 5352 "NumberType" 5353 ], 5354 "members":{ 5355 "IsoCountryCode":{ 5356 "shape":"IsoCountryCode", 5357 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region. </p>" 5358 }, 5359 "MessageType":{ 5360 "shape":"MessageType", 5361 "documentation":"<p>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.</p>" 5362 }, 5363 "NumberCapabilities":{ 5364 "shape":"NumberCapabilityList", 5365 "documentation":"<p>Indicates if the phone number will be used for text messages, voice messages, or both. </p>" 5366 }, 5367 "NumberType":{ 5368 "shape":"RequestableNumberType", 5369 "documentation":"<p>The type of phone number to request.</p>" 5370 }, 5371 "OptOutListName":{ 5372 "shape":"OptOutListNameOrArn", 5373 "documentation":"<p>The name of the OptOutList to associate with the phone number. You can use the OptOutListName or OptOutListArn.</p>" 5374 }, 5375 "PoolId":{ 5376 "shape":"PoolIdOrArn", 5377 "documentation":"<p>The pool to associated with the phone number. You can use the PoolId or PoolArn. </p>" 5378 }, 5379 "RegistrationId":{ 5380 "shape":"RegistrationIdOrArn", 5381 "documentation":"<p>Use this field to attach your phone number for an external registration process.</p>" 5382 }, 5383 "DeletionProtectionEnabled":{ 5384 "shape":"Boolean", 5385 "documentation":"<p>By default this is set to false. When set to true the phone number can't be deleted.</p>" 5386 }, 5387 "Tags":{ 5388 "shape":"TagList", 5389 "documentation":"<p>An array of tags (key and value pairs) associate with the requested phone number. </p>" 5390 }, 5391 "ClientToken":{ 5392 "shape":"ClientToken", 5393 "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.</p>", 5394 "idempotencyToken":true 5395 } 5396 } 5397 }, 5398 "RequestPhoneNumberResult":{ 5399 "type":"structure", 5400 "members":{ 5401 "PhoneNumberArn":{ 5402 "shape":"String", 5403 "documentation":"<p>The Amazon Resource Name (ARN) of the requested phone number.</p>" 5404 }, 5405 "PhoneNumberId":{ 5406 "shape":"String", 5407 "documentation":"<p>The unique identifier of the new phone number.</p>" 5408 }, 5409 "PhoneNumber":{ 5410 "shape":"PhoneNumber", 5411 "documentation":"<p>The new phone number that was requested.</p>" 5412 }, 5413 "Status":{ 5414 "shape":"NumberStatus", 5415 "documentation":"<p>The current status of the request.</p>" 5416 }, 5417 "IsoCountryCode":{ 5418 "shape":"IsoCountryCode", 5419 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region. </p>" 5420 }, 5421 "MessageType":{ 5422 "shape":"MessageType", 5423 "documentation":"<p>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.</p>" 5424 }, 5425 "NumberCapabilities":{ 5426 "shape":"NumberCapabilityList", 5427 "documentation":"<p>Indicates if the phone number will be used for text messages, voice messages or both. </p>" 5428 }, 5429 "NumberType":{ 5430 "shape":"RequestableNumberType", 5431 "documentation":"<p>The type of number that was released.</p>" 5432 }, 5433 "MonthlyLeasingPrice":{ 5434 "shape":"String", 5435 "documentation":"<p>The monthly price, in US dollars, to lease the phone number.</p>" 5436 }, 5437 "TwoWayEnabled":{ 5438 "shape":"PrimitiveBoolean", 5439 "documentation":"<p>By default this is set to false. When set to true you can receive incoming text messages from your end recipients.</p>" 5440 }, 5441 "TwoWayChannelArn":{ 5442 "shape":"TwoWayChannelArn", 5443 "documentation":"<p>The ARN used to identify the two way channel.</p>" 5444 }, 5445 "TwoWayChannelRole":{ 5446 "shape":"IamRoleArn", 5447 "documentation":"<p>An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.</p>" 5448 }, 5449 "SelfManagedOptOutsEnabled":{ 5450 "shape":"PrimitiveBoolean", 5451 "documentation":"<p>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, Amazon Pinpoint 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.</p>" 5452 }, 5453 "OptOutListName":{ 5454 "shape":"OptOutListName", 5455 "documentation":"<p>The name of the OptOutList that is associated with the requested phone number.</p>" 5456 }, 5457 "DeletionProtectionEnabled":{ 5458 "shape":"PrimitiveBoolean", 5459 "documentation":"<p>By default this is set to false. When set to true the phone number can't be deleted. </p>" 5460 }, 5461 "PoolId":{ 5462 "shape":"String", 5463 "documentation":"<p>The unique identifier of the pool associated with the phone number </p>" 5464 }, 5465 "RegistrationId":{ 5466 "shape":"String", 5467 "documentation":"<p>The unique identifier for the registration.</p>" 5468 }, 5469 "Tags":{ 5470 "shape":"TagList", 5471 "documentation":"<p>An array of key and value pair tags that are associated with the phone number.</p>" 5472 }, 5473 "CreatedTimestamp":{ 5474 "shape":"Timestamp", 5475 "documentation":"<p>The time when the phone number was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 5476 } 5477 } 5478 }, 5479 "RequestSenderIdRequest":{ 5480 "type":"structure", 5481 "required":[ 5482 "SenderId", 5483 "IsoCountryCode" 5484 ], 5485 "members":{ 5486 "SenderId":{ 5487 "shape":"SenderId", 5488 "documentation":"<p>The sender ID string to request.</p>" 5489 }, 5490 "IsoCountryCode":{ 5491 "shape":"IsoCountryCode", 5492 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.</p>" 5493 }, 5494 "MessageTypes":{ 5495 "shape":"MessageTypeList", 5496 "documentation":"<p>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.</p>" 5497 }, 5498 "DeletionProtectionEnabled":{ 5499 "shape":"Boolean", 5500 "documentation":"<p>By default this is set to false. When set to true the sender ID can't be deleted.</p>" 5501 }, 5502 "Tags":{ 5503 "shape":"TagList", 5504 "documentation":"<p>An array of tags (key and value pairs) to associate with the sender ID.</p>" 5505 }, 5506 "ClientToken":{ 5507 "shape":"ClientToken", 5508 "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.</p>", 5509 "idempotencyToken":true 5510 } 5511 } 5512 }, 5513 "RequestSenderIdResult":{ 5514 "type":"structure", 5515 "required":[ 5516 "SenderIdArn", 5517 "SenderId", 5518 "IsoCountryCode", 5519 "MessageTypes", 5520 "MonthlyLeasingPrice", 5521 "DeletionProtectionEnabled", 5522 "Registered" 5523 ], 5524 "members":{ 5525 "SenderIdArn":{ 5526 "shape":"String", 5527 "documentation":"<p>The Amazon Resource Name (ARN) associated with the SenderId.</p>" 5528 }, 5529 "SenderId":{ 5530 "shape":"SenderId", 5531 "documentation":"<p>The sender ID that was requested.</p>" 5532 }, 5533 "IsoCountryCode":{ 5534 "shape":"IsoCountryCode", 5535 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.</p>" 5536 }, 5537 "MessageTypes":{ 5538 "shape":"MessageTypeList", 5539 "documentation":"<p>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.</p>" 5540 }, 5541 "MonthlyLeasingPrice":{ 5542 "shape":"String", 5543 "documentation":"<p>The monthly price, in US dollars, to lease the sender ID.</p>" 5544 }, 5545 "DeletionProtectionEnabled":{ 5546 "shape":"PrimitiveBoolean", 5547 "documentation":"<p>By default this is set to false. When set to true the sender ID can't be deleted.</p>" 5548 }, 5549 "Registered":{ 5550 "shape":"PrimitiveBoolean", 5551 "documentation":"<p>True if the sender ID is registered.</p>" 5552 }, 5553 "Tags":{ 5554 "shape":"TagList", 5555 "documentation":"<p>An array of tags (key and value pairs) to associate with the sender ID.</p>" 5556 } 5557 } 5558 }, 5559 "RequestableNumberType":{ 5560 "type":"string", 5561 "enum":[ 5562 "LONG_CODE", 5563 "TOLL_FREE", 5564 "TEN_DLC", 5565 "SIMULATOR" 5566 ] 5567 }, 5568 "ResourceIdOrArn":{ 5569 "type":"string", 5570 "max":256, 5571 "min":1, 5572 "pattern":"[A-Za-z0-9_:/-]+" 5573 }, 5574 "ResourceNotFoundException":{ 5575 "type":"structure", 5576 "members":{ 5577 "Message":{"shape":"String"}, 5578 "ResourceType":{ 5579 "shape":"ResourceType", 5580 "documentation":"<p>The type of resource that caused the exception.</p>" 5581 }, 5582 "ResourceId":{ 5583 "shape":"String", 5584 "documentation":"<p>The unique identifier of the resource.</p>" 5585 } 5586 }, 5587 "documentation":"<p>A requested resource couldn't be found.</p>", 5588 "exception":true 5589 }, 5590 "ResourceType":{ 5591 "type":"string", 5592 "enum":[ 5593 "account", 5594 "phone-number", 5595 "sender-id", 5596 "pool", 5597 "configuration-set", 5598 "opt-out-list", 5599 "event-destination", 5600 "keyword", 5601 "opted-out-number", 5602 "registration", 5603 "registration-attachment", 5604 "verified-destination-number" 5605 ] 5606 }, 5607 "SectionPath":{ 5608 "type":"string", 5609 "max":100, 5610 "min":1, 5611 "pattern":"[A-Za-z0-9_]+" 5612 }, 5613 "SectionPathList":{ 5614 "type":"list", 5615 "member":{"shape":"SectionPath"}, 5616 "max":5, 5617 "min":0 5618 }, 5619 "SelectChoice":{ 5620 "type":"string", 5621 "max":256, 5622 "min":1 5623 }, 5624 "SelectChoiceList":{ 5625 "type":"list", 5626 "member":{"shape":"SelectChoice"}, 5627 "max":100, 5628 "min":0 5629 }, 5630 "SelectOptionDescription":{ 5631 "type":"structure", 5632 "required":["Option"], 5633 "members":{ 5634 "Option":{ 5635 "shape":"String", 5636 "documentation":"<p>The value of the option.</p>" 5637 }, 5638 "Title":{ 5639 "shape":"String", 5640 "documentation":"<p>The title of the select option.</p>" 5641 }, 5642 "Description":{ 5643 "shape":"String", 5644 "documentation":"<p>A description of the option meaning.</p>" 5645 } 5646 }, 5647 "documentation":"<p>A description of each select option.</p>" 5648 }, 5649 "SelectOptionDescriptionsList":{ 5650 "type":"list", 5651 "member":{"shape":"SelectOptionDescription"} 5652 }, 5653 "SelectValidation":{ 5654 "type":"structure", 5655 "required":[ 5656 "MinChoices", 5657 "MaxChoices", 5658 "Options" 5659 ], 5660 "members":{ 5661 "MinChoices":{ 5662 "shape":"Integer", 5663 "documentation":"<p>The minimum number of choices for the select.</p>" 5664 }, 5665 "MaxChoices":{ 5666 "shape":"Integer", 5667 "documentation":"<p>The maximum number of choices for the select.</p>" 5668 }, 5669 "Options":{ 5670 "shape":"StringList", 5671 "documentation":"<p>An array of strings for the possible selection options. </p>" 5672 } 5673 }, 5674 "documentation":"<p>Validation rules for a select field.</p>" 5675 }, 5676 "SendDestinationNumberVerificationCodeRequest":{ 5677 "type":"structure", 5678 "required":[ 5679 "VerifiedDestinationNumberId", 5680 "VerificationChannel" 5681 ], 5682 "members":{ 5683 "VerifiedDestinationNumberId":{ 5684 "shape":"VerifiedDestinationNumberIdOrArn", 5685 "documentation":"<p>The unique identifier for the verified destination phone number.</p>" 5686 }, 5687 "VerificationChannel":{ 5688 "shape":"VerificationChannel", 5689 "documentation":"<p>Choose to send the verification code as an SMS or voice message.</p>" 5690 }, 5691 "LanguageCode":{ 5692 "shape":"LanguageCode", 5693 "documentation":"<p>Choose the language to use for the message.</p>" 5694 }, 5695 "OriginationIdentity":{ 5696 "shape":"VerificationMessageOriginationIdentity", 5697 "documentation":"<p>The origination identity of the message. This can be either the PhoneNumber, PhoneNumberId, PhoneNumberArn, SenderId, SenderIdArn, PoolId, or PoolArn.</p>" 5698 }, 5699 "ConfigurationSetName":{ 5700 "shape":"ConfigurationSetNameOrArn", 5701 "documentation":"<p>The name of the configuration set to use. This can be either the ConfigurationSetName or ConfigurationSetArn.</p>" 5702 }, 5703 "Context":{ 5704 "shape":"ContextMap", 5705 "documentation":"<p>You can specify custom data in this field. If you do, that data is logged to the event destination.</p>" 5706 }, 5707 "DestinationCountryParameters":{ 5708 "shape":"DestinationCountryParameters", 5709 "documentation":"<p>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 <a href=\"https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-senderid-india.html\">Special requirements for sending SMS messages to recipients in India</a>. </p>" 5710 } 5711 } 5712 }, 5713 "SendDestinationNumberVerificationCodeResult":{ 5714 "type":"structure", 5715 "required":["MessageId"], 5716 "members":{ 5717 "MessageId":{ 5718 "shape":"String", 5719 "documentation":"<p>The unique identifier for the message.</p>" 5720 } 5721 } 5722 }, 5723 "SendTextMessageRequest":{ 5724 "type":"structure", 5725 "required":["DestinationPhoneNumber"], 5726 "members":{ 5727 "DestinationPhoneNumber":{ 5728 "shape":"PhoneNumber", 5729 "documentation":"<p>The destination phone number in E.164 format.</p>" 5730 }, 5731 "OriginationIdentity":{ 5732 "shape":"TextMessageOriginationIdentity", 5733 "documentation":"<p>The origination identity of the message. This can be either the PhoneNumber, PhoneNumberId, PhoneNumberArn, SenderId, SenderIdArn, PoolId, or PoolArn.</p>" 5734 }, 5735 "MessageBody":{ 5736 "shape":"TextMessageBody", 5737 "documentation":"<p>The body of the text message.</p>" 5738 }, 5739 "MessageType":{ 5740 "shape":"MessageType", 5741 "documentation":"<p>The type of message. Valid values are for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.</p>" 5742 }, 5743 "Keyword":{ 5744 "shape":"Keyword", 5745 "documentation":"<p>When you register a short code in the US, you must specify a program name. If you don’t have a US short code, omit this attribute.</p>" 5746 }, 5747 "ConfigurationSetName":{ 5748 "shape":"ConfigurationSetNameOrArn", 5749 "documentation":"<p>The name of the configuration set to use. This can be either the ConfigurationSetName or ConfigurationSetArn.</p>" 5750 }, 5751 "MaxPrice":{ 5752 "shape":"MaxPrice", 5753 "documentation":"<p>The maximum amount that you want to spend, in US dollars, per each text message part. A text message can contain multiple parts.</p>" 5754 }, 5755 "TimeToLive":{ 5756 "shape":"TimeToLive", 5757 "documentation":"<p>How long the text message is valid for. By default this is 72 hours.</p>" 5758 }, 5759 "Context":{ 5760 "shape":"ContextMap", 5761 "documentation":"<p>You can specify custom data in this field. If you do, that data is logged to the event destination.</p>" 5762 }, 5763 "DestinationCountryParameters":{ 5764 "shape":"DestinationCountryParameters", 5765 "documentation":"<p>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 <a href=\"https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-senderid-india.html\">Special requirements for sending SMS messages to recipients in India</a>. </p>" 5766 }, 5767 "DryRun":{ 5768 "shape":"PrimitiveBoolean", 5769 "documentation":"<p>When set to true, the message is checked and validated, but isn't sent to the end recipient.</p>" 5770 } 5771 } 5772 }, 5773 "SendTextMessageResult":{ 5774 "type":"structure", 5775 "members":{ 5776 "MessageId":{ 5777 "shape":"String", 5778 "documentation":"<p>The unique identifier for the message.</p>" 5779 } 5780 } 5781 }, 5782 "SendVoiceMessageRequest":{ 5783 "type":"structure", 5784 "required":[ 5785 "DestinationPhoneNumber", 5786 "OriginationIdentity" 5787 ], 5788 "members":{ 5789 "DestinationPhoneNumber":{ 5790 "shape":"PhoneNumber", 5791 "documentation":"<p>The destination phone number in E.164 format.</p>" 5792 }, 5793 "OriginationIdentity":{ 5794 "shape":"VoiceMessageOriginationIdentity", 5795 "documentation":"<p>The origination identity to use for the voice call. This can be the PhoneNumber, PhoneNumberId, PhoneNumberArn, PoolId, or PoolArn.</p>" 5796 }, 5797 "MessageBody":{ 5798 "shape":"VoiceMessageBody", 5799 "documentation":"<p>The text to convert to a voice message.</p>" 5800 }, 5801 "MessageBodyTextType":{ 5802 "shape":"VoiceMessageBodyTextType", 5803 "documentation":"<p>Specifies if the MessageBody field contains text or <a href=\"https://docs.aws.amazon.com/polly/latest/dg/what-is.html\">speech synthesis markup language (SSML)</a>.</p> <ul> <li> <p>TEXT: This is the default value. When used the maximum character limit is 3000.</p> </li> <li> <p>SSML: When used the maximum character limit is 6000 including SSML tagging.</p> </li> </ul>" 5804 }, 5805 "VoiceId":{ 5806 "shape":"VoiceId", 5807 "documentation":"<p>The voice for the <a href=\"https://docs.aws.amazon.com/polly/latest/dg/what-is.html\">Amazon Polly</a> service to use. By default this is set to \"MATTHEW\".</p>" 5808 }, 5809 "ConfigurationSetName":{ 5810 "shape":"ConfigurationSetNameOrArn", 5811 "documentation":"<p>The name of the configuration set to use. This can be either the ConfigurationSetName or ConfigurationSetArn.</p>" 5812 }, 5813 "MaxPricePerMinute":{ 5814 "shape":"MaxPrice", 5815 "documentation":"<p>The maximum amount to spend per voice message, in US dollars.</p>" 5816 }, 5817 "TimeToLive":{ 5818 "shape":"TimeToLive", 5819 "documentation":"<p>How long the voice message is valid for. By default this is 72 hours.</p>" 5820 }, 5821 "Context":{ 5822 "shape":"ContextMap", 5823 "documentation":"<p>You can specify custom data in this field. If you do, that data is logged to the event destination.</p>" 5824 }, 5825 "DryRun":{ 5826 "shape":"PrimitiveBoolean", 5827 "documentation":"<p>When set to true, the message is checked and validated, but isn't sent to the end recipient.</p>" 5828 } 5829 } 5830 }, 5831 "SendVoiceMessageResult":{ 5832 "type":"structure", 5833 "members":{ 5834 "MessageId":{ 5835 "shape":"String", 5836 "documentation":"<p>The unique identifier for the message.</p>" 5837 } 5838 } 5839 }, 5840 "SenderId":{ 5841 "type":"string", 5842 "max":11, 5843 "min":1, 5844 "pattern":"[A-Za-z0-9_-]+" 5845 }, 5846 "SenderIdAndCountry":{ 5847 "type":"structure", 5848 "required":[ 5849 "SenderId", 5850 "IsoCountryCode" 5851 ], 5852 "members":{ 5853 "SenderId":{ 5854 "shape":"SenderIdOrArn", 5855 "documentation":"<p>The unique identifier of the sender.</p>" 5856 }, 5857 "IsoCountryCode":{ 5858 "shape":"IsoCountryCode", 5859 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region. </p>" 5860 } 5861 }, 5862 "documentation":"<p> The alphanumeric sender ID in a specific country that you want to describe. For more information on sender IDs see <a href=\"https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-awssupport-sender-id.html\">Requesting sender IDs for SMS messaging with Amazon Pinpoint </a> in the <i>Amazon Pinpoint User Guide</i>.</p>" 5863 }, 5864 "SenderIdFilter":{ 5865 "type":"structure", 5866 "required":[ 5867 "Name", 5868 "Values" 5869 ], 5870 "members":{ 5871 "Name":{ 5872 "shape":"SenderIdFilterName", 5873 "documentation":"<p>The name of the attribute to filter on.</p>" 5874 }, 5875 "Values":{ 5876 "shape":"FilterValueList", 5877 "documentation":"<p>An array of values to filter for.</p>" 5878 } 5879 }, 5880 "documentation":"<p>The information for a sender ID that meets a specified criteria.</p>" 5881 }, 5882 "SenderIdFilterList":{ 5883 "type":"list", 5884 "member":{"shape":"SenderIdFilter"}, 5885 "max":20, 5886 "min":0 5887 }, 5888 "SenderIdFilterName":{ 5889 "type":"string", 5890 "enum":[ 5891 "sender-id", 5892 "iso-country-code", 5893 "message-type", 5894 "deletion-protection-enabled", 5895 "registered" 5896 ] 5897 }, 5898 "SenderIdInformation":{ 5899 "type":"structure", 5900 "required":[ 5901 "SenderIdArn", 5902 "SenderId", 5903 "IsoCountryCode", 5904 "MessageTypes", 5905 "MonthlyLeasingPrice", 5906 "DeletionProtectionEnabled", 5907 "Registered" 5908 ], 5909 "members":{ 5910 "SenderIdArn":{ 5911 "shape":"String", 5912 "documentation":"<p>The Amazon Resource Name (ARN) associated with the SenderId.</p>" 5913 }, 5914 "SenderId":{ 5915 "shape":"SenderId", 5916 "documentation":"<p>The alphanumeric sender ID in a specific country that you'd like to describe.</p>" 5917 }, 5918 "IsoCountryCode":{ 5919 "shape":"IsoCountryCode", 5920 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region. </p>" 5921 }, 5922 "MessageTypes":{ 5923 "shape":"MessageTypeList", 5924 "documentation":"<p>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.</p>" 5925 }, 5926 "MonthlyLeasingPrice":{ 5927 "shape":"String", 5928 "documentation":"<p>The monthly leasing price, in US dollars.</p>" 5929 }, 5930 "DeletionProtectionEnabled":{ 5931 "shape":"PrimitiveBoolean", 5932 "documentation":"<p>By default this is set to false. When set to true the sender ID can't be deleted.</p>" 5933 }, 5934 "Registered":{ 5935 "shape":"PrimitiveBoolean", 5936 "documentation":"<p>True if the sender ID is registered.</p>" 5937 }, 5938 "RegistrationId":{ 5939 "shape":"String", 5940 "documentation":"<p>The unique identifier for the registration.</p>" 5941 } 5942 }, 5943 "documentation":"<p>The information for all SenderIds in an Amazon Web Services account.</p>" 5944 }, 5945 "SenderIdInformationList":{ 5946 "type":"list", 5947 "member":{"shape":"SenderIdInformation"} 5948 }, 5949 "SenderIdList":{ 5950 "type":"list", 5951 "member":{"shape":"SenderIdAndCountry"}, 5952 "max":5, 5953 "min":0 5954 }, 5955 "SenderIdOrArn":{ 5956 "type":"string", 5957 "max":256, 5958 "min":1, 5959 "pattern":"[A-Za-z0-9_:/-]+" 5960 }, 5961 "ServiceQuotaExceededException":{ 5962 "type":"structure", 5963 "members":{ 5964 "Message":{"shape":"String"}, 5965 "Reason":{ 5966 "shape":"ServiceQuotaExceededExceptionReason", 5967 "documentation":"<p>The reason for the exception.</p>" 5968 } 5969 }, 5970 "documentation":"<p>The request would cause a service quota to be exceeded.</p>", 5971 "exception":true 5972 }, 5973 "ServiceQuotaExceededExceptionReason":{ 5974 "type":"string", 5975 "enum":[ 5976 "ASSOCIATIONS_PER_REGISTRATION", 5977 "CONFIGURATION_SETS_PER_ACCOUNT", 5978 "DAILY_DESTINATION_CALL_LIMIT", 5979 "EVENT_DESTINATIONS_PER_CONFIGURATION_SET", 5980 "KEYWORDS_PER_PHONE_NUMBER", 5981 "KEYWORDS_PER_POOL", 5982 "MONTHLY_SPEND_LIMIT_REACHED_FOR_TEXT", 5983 "MONTHLY_SPEND_LIMIT_REACHED_FOR_VOICE", 5984 "OPT_OUT_LISTS_PER_ACCOUNT", 5985 "ORIGINATION_IDENTITIES_PER_POOL", 5986 "PHONE_NUMBERS_PER_ACCOUNT", 5987 "PHONE_NUMBERS_PER_REGISTRATION", 5988 "POOLS_PER_ACCOUNT", 5989 "REGISTRATION_ATTACHMENTS_CREATED_PER_DAY", 5990 "REGISTRATION_ATTACHMENTS_PER_ACCOUNT", 5991 "REGISTRATION_VERSIONS_CREATED_PER_DAY", 5992 "REGISTRATIONS_PER_ACCOUNT", 5993 "SENDER_IDS_PER_ACCOUNT", 5994 "TAGS_PER_RESOURCE", 5995 "VERIFIED_DESTINATION_NUMBERS_PER_ACCOUNT", 5996 "VERIFICATION_ATTEMPTS_PER_DAY" 5997 ] 5998 }, 5999 "SetDefaultMessageTypeRequest":{ 6000 "type":"structure", 6001 "required":[ 6002 "ConfigurationSetName", 6003 "MessageType" 6004 ], 6005 "members":{ 6006 "ConfigurationSetName":{ 6007 "shape":"ConfigurationSetNameOrArn", 6008 "documentation":"<p>The configuration set to update with a new default message type. This field can be the ConsigurationSetName or ConfigurationSetArn.</p>" 6009 }, 6010 "MessageType":{ 6011 "shape":"MessageType", 6012 "documentation":"<p>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.</p>" 6013 } 6014 } 6015 }, 6016 "SetDefaultMessageTypeResult":{ 6017 "type":"structure", 6018 "members":{ 6019 "ConfigurationSetArn":{ 6020 "shape":"String", 6021 "documentation":"<p>The Amazon Resource Name (ARN) of the updated configuration set.</p>" 6022 }, 6023 "ConfigurationSetName":{ 6024 "shape":"ConfigurationSetName", 6025 "documentation":"<p>The name of the configuration set that was updated.</p>" 6026 }, 6027 "MessageType":{ 6028 "shape":"MessageType", 6029 "documentation":"<p>The new default message type of the configuration set.</p>" 6030 } 6031 } 6032 }, 6033 "SetDefaultSenderIdRequest":{ 6034 "type":"structure", 6035 "required":[ 6036 "ConfigurationSetName", 6037 "SenderId" 6038 ], 6039 "members":{ 6040 "ConfigurationSetName":{ 6041 "shape":"ConfigurationSetNameOrArn", 6042 "documentation":"<p>The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.</p>" 6043 }, 6044 "SenderId":{ 6045 "shape":"SenderId", 6046 "documentation":"<p>The current sender ID for the configuration set. When sending a text message to a destination country which supports SenderIds, the default sender ID on the configuration set specified on <a>SendTextMessage</a> will be used if no dedicated origination phone numbers or registered SenderIds are available in your account, instead of a generic sender ID, such as 'NOTICE'.</p>" 6047 } 6048 } 6049 }, 6050 "SetDefaultSenderIdResult":{ 6051 "type":"structure", 6052 "members":{ 6053 "ConfigurationSetArn":{ 6054 "shape":"String", 6055 "documentation":"<p>The Amazon Resource Name (ARN) of the updated configuration set.</p>" 6056 }, 6057 "ConfigurationSetName":{ 6058 "shape":"ConfigurationSetName", 6059 "documentation":"<p>The name of the configuration set that was updated.</p>" 6060 }, 6061 "SenderId":{ 6062 "shape":"SenderId", 6063 "documentation":"<p>The default sender ID to set for the ConfigurationSet.</p>" 6064 } 6065 } 6066 }, 6067 "SetTextMessageSpendLimitOverrideRequest":{ 6068 "type":"structure", 6069 "required":["MonthlyLimit"], 6070 "members":{ 6071 "MonthlyLimit":{ 6072 "shape":"MonthlyLimit", 6073 "documentation":"<p>The new monthly limit to enforce on text messages.</p>" 6074 } 6075 } 6076 }, 6077 "SetTextMessageSpendLimitOverrideResult":{ 6078 "type":"structure", 6079 "members":{ 6080 "MonthlyLimit":{ 6081 "shape":"MonthlyLimit", 6082 "documentation":"<p>The current monthly limit to enforce on sending text messages.</p>" 6083 } 6084 } 6085 }, 6086 "SetVoiceMessageSpendLimitOverrideRequest":{ 6087 "type":"structure", 6088 "required":["MonthlyLimit"], 6089 "members":{ 6090 "MonthlyLimit":{ 6091 "shape":"MonthlyLimit", 6092 "documentation":"<p>The new monthly limit to enforce on voice messages.</p>" 6093 } 6094 } 6095 }, 6096 "SetVoiceMessageSpendLimitOverrideResult":{ 6097 "type":"structure", 6098 "members":{ 6099 "MonthlyLimit":{ 6100 "shape":"MonthlyLimit", 6101 "documentation":"<p>The current monthly limit to enforce on sending voice messages.</p>" 6102 } 6103 } 6104 }, 6105 "SnsDestination":{ 6106 "type":"structure", 6107 "required":["TopicArn"], 6108 "members":{ 6109 "TopicArn":{ 6110 "shape":"SnsTopicArn", 6111 "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.</p>" 6112 } 6113 }, 6114 "documentation":"<p>An object that defines an Amazon SNS destination for events. You can use Amazon SNS to send notification when certain events occur.</p>" 6115 }, 6116 "SnsTopicArn":{ 6117 "type":"string", 6118 "max":2048, 6119 "min":20, 6120 "pattern":"arn:\\S+" 6121 }, 6122 "SpendLimit":{ 6123 "type":"structure", 6124 "required":[ 6125 "Name", 6126 "EnforcedLimit", 6127 "MaxLimit", 6128 "Overridden" 6129 ], 6130 "members":{ 6131 "Name":{ 6132 "shape":"SpendLimitName", 6133 "documentation":"<p>The name for the SpendLimit.</p>" 6134 }, 6135 "EnforcedLimit":{ 6136 "shape":"PrimitiveLong", 6137 "documentation":"<p>The maximum amount of money, in US dollars, that you want to be able to spend sending messages each month. This value has to be less than or equal to the amount in <code>MaxLimit</code>. To use this custom limit, <code>Overridden</code> must be set to true.</p>" 6138 }, 6139 "MaxLimit":{ 6140 "shape":"PrimitiveLong", 6141 "documentation":"<p> The maximum amount of money that you are able to spend to send messages each month, in US dollars.</p>" 6142 }, 6143 "Overridden":{ 6144 "shape":"PrimitiveBoolean", 6145 "documentation":"<p>When set to <code>True</code>, the value that has been specified in the <code>EnforcedLimit</code> is used to determine the maximum amount in US dollars that can be spent to send messages each month, in US dollars.</p>" 6146 } 6147 }, 6148 "documentation":"<p>Describes the current Amazon Pinpoint monthly spend limits for sending voice and text messages. For more information on increasing your monthly spend limit, see <a href=\"https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-awssupport-spend-threshold.html\"> Requesting increases to your monthly SMS spending quota for Amazon Pinpoint </a> in the <i>Amazon Pinpoint User Guide</i>. </p>" 6149 }, 6150 "SpendLimitList":{ 6151 "type":"list", 6152 "member":{"shape":"SpendLimit"} 6153 }, 6154 "SpendLimitName":{ 6155 "type":"string", 6156 "enum":[ 6157 "TEXT_MESSAGE_MONTHLY_SPEND_LIMIT", 6158 "VOICE_MESSAGE_MONTHLY_SPEND_LIMIT" 6159 ] 6160 }, 6161 "String":{"type":"string"}, 6162 "StringList":{ 6163 "type":"list", 6164 "member":{"shape":"String"} 6165 }, 6166 "StringMap":{ 6167 "type":"map", 6168 "key":{"shape":"String"}, 6169 "value":{"shape":"String"} 6170 }, 6171 "SubmitRegistrationVersionRequest":{ 6172 "type":"structure", 6173 "required":["RegistrationId"], 6174 "members":{ 6175 "RegistrationId":{ 6176 "shape":"RegistrationIdOrArn", 6177 "documentation":"<p>The unique identifier for the registration.</p>" 6178 } 6179 } 6180 }, 6181 "SubmitRegistrationVersionResult":{ 6182 "type":"structure", 6183 "required":[ 6184 "RegistrationArn", 6185 "RegistrationId", 6186 "VersionNumber", 6187 "RegistrationVersionStatus", 6188 "RegistrationVersionStatusHistory" 6189 ], 6190 "members":{ 6191 "RegistrationArn":{ 6192 "shape":"String", 6193 "documentation":"<p>The Amazon Resource Name (ARN) for the registration.</p>" 6194 }, 6195 "RegistrationId":{ 6196 "shape":"String", 6197 "documentation":"<p>The unique identifier for the registration.</p>" 6198 }, 6199 "VersionNumber":{ 6200 "shape":"RegistrationVersionNumber", 6201 "documentation":"<p>The version number of the registration.</p>" 6202 }, 6203 "RegistrationVersionStatus":{ 6204 "shape":"RegistrationVersionStatus", 6205 "documentation":"<p>The status of the registration version.</p> <ul> <li> <p> <code>DRAFT</code>: The initial status of a registration version after it’s created.</p> </li> <li> <p> <code>SUBMITTED</code>: Your registration has been submitted.</p> </li> <li> <p> <code>REVIEWING</code>: Your registration has been accepted and is being reviewed.</p> </li> <li> <p> <code>APPROVED</code>: Your registration has been approved.</p> </li> <li> <p> <code>DISCARDED</code>: You've abandon this version of their registration to start over with a new version. </p> </li> <li> <p> <code>DENIED</code>: You must fix your registration and resubmit it.</p> </li> <li> <p> <code>REVOKED</code>: Your previously approved registration has been revoked.</p> </li> <li> <p> <code>ARCHIVED</code>: Your previously approved registration version moves into this status when a more recently submitted version is approved.</p> </li> </ul>" 6206 }, 6207 "RegistrationVersionStatusHistory":{ 6208 "shape":"RegistrationVersionStatusHistory", 6209 "documentation":"<p>The <b>RegistrationVersionStatusHistory</b> object contains the time stamps for when the reservations status changes.</p>" 6210 } 6211 } 6212 }, 6213 "SupportedAssociation":{ 6214 "type":"structure", 6215 "required":[ 6216 "ResourceType", 6217 "AssociationBehavior", 6218 "DisassociationBehavior" 6219 ], 6220 "members":{ 6221 "ResourceType":{ 6222 "shape":"String", 6223 "documentation":"<p>Defines the behavior of when an origination identity and registration can be associated with each other.</p>" 6224 }, 6225 "IsoCountryCode":{ 6226 "shape":"IsoCountryCode", 6227 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.</p>" 6228 }, 6229 "AssociationBehavior":{ 6230 "shape":"RegistrationAssociationBehavior", 6231 "documentation":"<p>The association behavior.</p> <ul> <li> <p> <code>ASSOCIATE_BEFORE_SUBMIT</code> The origination identity has to be supplied when creating a registration.</p> </li> <li> <p> <code>ASSOCIATE_ON_APPROVAL</code> This applies to all short code registrations. The short code will be automatically provisioned once the registration is approved.</p> </li> <li> <p> <code>ASSOCIATE_AFTER_COMPLETE</code> This applies to phone number registrations when you must complete a registration first, then associate one or more phone numbers later. For example 10DLC campaigns and long codes. </p> </li> </ul>" 6232 }, 6233 "DisassociationBehavior":{ 6234 "shape":"RegistrationDisassociationBehavior", 6235 "documentation":"<p>The disassociation behavior.</p> <ul> <li> <p> <code>DISASSOCIATE_ALL_CLOSES_REGISTRATION</code> All origination identities must be disassociated from the registration before the registration can be closed.</p> </li> <li> <p> <code>DISASSOCIATE_ALL_ALLOWS_DELETE_REGISTRATION</code> All origination identities must be disassociated from the registration before the registration can be deleted.</p> </li> <li> <p> <code>DELETE_REGISTRATION_DISASSOCIATES</code> The registration can be deleted and all origination identities will be disasscoiated.</p> </li> </ul>" 6236 } 6237 }, 6238 "documentation":"<p>The processing rules for when a registration can be associated with an origination identity and disassociated from an origination identity.</p>" 6239 }, 6240 "SupportedAssociationList":{ 6241 "type":"list", 6242 "member":{"shape":"SupportedAssociation"} 6243 }, 6244 "Tag":{ 6245 "type":"structure", 6246 "required":[ 6247 "Key", 6248 "Value" 6249 ], 6250 "members":{ 6251 "Key":{ 6252 "shape":"TagKey", 6253 "documentation":"<p>The key identifier, or name, of the tag.</p>" 6254 }, 6255 "Value":{ 6256 "shape":"TagValue", 6257 "documentation":"<p>The string value associated with the key of the tag.</p>" 6258 } 6259 }, 6260 "documentation":"<p>The list of tags to be added to the specified topic.</p>" 6261 }, 6262 "TagKey":{ 6263 "type":"string", 6264 "max":128, 6265 "min":1, 6266 "pattern":".+" 6267 }, 6268 "TagKeyList":{ 6269 "type":"list", 6270 "member":{"shape":"TagKey"}, 6271 "max":200, 6272 "min":1 6273 }, 6274 "TagList":{ 6275 "type":"list", 6276 "member":{"shape":"Tag"}, 6277 "max":200, 6278 "min":0 6279 }, 6280 "TagResourceRequest":{ 6281 "type":"structure", 6282 "required":[ 6283 "ResourceArn", 6284 "Tags" 6285 ], 6286 "members":{ 6287 "ResourceArn":{ 6288 "shape":"AmazonResourceName", 6289 "documentation":"<p>The Amazon Resource Name (ARN) of the resource.</p>" 6290 }, 6291 "Tags":{ 6292 "shape":"NonEmptyTagList", 6293 "documentation":"<p>An array of key and value pair tags that are associated with the resource.</p>" 6294 } 6295 } 6296 }, 6297 "TagResourceResult":{ 6298 "type":"structure", 6299 "members":{ 6300 } 6301 }, 6302 "TagValue":{ 6303 "type":"string", 6304 "max":256, 6305 "min":0, 6306 "pattern":".*" 6307 }, 6308 "TextMessageBody":{ 6309 "type":"string", 6310 "max":1600, 6311 "min":1, 6312 "pattern":"(?!\\s*$)[\\s\\S]+" 6313 }, 6314 "TextMessageOriginationIdentity":{ 6315 "type":"string", 6316 "max":256, 6317 "min":1, 6318 "pattern":"[A-Za-z0-9_:/\\+-]+" 6319 }, 6320 "TextValidation":{ 6321 "type":"structure", 6322 "required":[ 6323 "MinLength", 6324 "MaxLength", 6325 "Pattern" 6326 ], 6327 "members":{ 6328 "MinLength":{ 6329 "shape":"Integer", 6330 "documentation":"<p>The minimum number of characters for the text field.</p>" 6331 }, 6332 "MaxLength":{ 6333 "shape":"Integer", 6334 "documentation":"<p>The maximum number of characters for the text field.</p>" 6335 }, 6336 "Pattern":{ 6337 "shape":"String", 6338 "documentation":"<p>The regular expression used to validate the text field.</p>" 6339 } 6340 }, 6341 "documentation":"<p>Validation rules for a text field.</p>" 6342 }, 6343 "TextValue":{ 6344 "type":"string", 6345 "max":2048, 6346 "min":1 6347 }, 6348 "ThrottlingException":{ 6349 "type":"structure", 6350 "members":{ 6351 "Message":{"shape":"String"} 6352 }, 6353 "documentation":"<p>An error that occurred because too many requests were sent during a certain amount of time.</p>", 6354 "exception":true, 6355 "retryable":{"throttling":true} 6356 }, 6357 "TimeToLive":{ 6358 "type":"integer", 6359 "box":true, 6360 "max":259200, 6361 "min":5 6362 }, 6363 "Timestamp":{"type":"timestamp"}, 6364 "TwoWayChannelArn":{ 6365 "type":"string", 6366 "max":2048, 6367 "min":20, 6368 "pattern":"\\S+" 6369 }, 6370 "UntagResourceRequest":{ 6371 "type":"structure", 6372 "required":[ 6373 "ResourceArn", 6374 "TagKeys" 6375 ], 6376 "members":{ 6377 "ResourceArn":{ 6378 "shape":"AmazonResourceName", 6379 "documentation":"<p>The Amazon Resource Name (ARN) of the resource.</p>" 6380 }, 6381 "TagKeys":{ 6382 "shape":"TagKeyList", 6383 "documentation":"<p>An array of tag key values to unassociate with the resource.</p>" 6384 } 6385 } 6386 }, 6387 "UntagResourceResult":{ 6388 "type":"structure", 6389 "members":{ 6390 } 6391 }, 6392 "UpdateEventDestinationRequest":{ 6393 "type":"structure", 6394 "required":[ 6395 "ConfigurationSetName", 6396 "EventDestinationName" 6397 ], 6398 "members":{ 6399 "ConfigurationSetName":{ 6400 "shape":"ConfigurationSetNameOrArn", 6401 "documentation":"<p>The configuration set to update with the new event destination. Valid values for this can be the ConfigurationSetName or ConfigurationSetArn.</p>" 6402 }, 6403 "EventDestinationName":{ 6404 "shape":"EventDestinationName", 6405 "documentation":"<p>The name to use for the event destination.</p>" 6406 }, 6407 "Enabled":{ 6408 "shape":"Boolean", 6409 "documentation":"<p>When set to true logging is enabled.</p>" 6410 }, 6411 "MatchingEventTypes":{ 6412 "shape":"EventTypeList", 6413 "documentation":"<p>An array of event types that determine which events to log.</p> <note> <p>The <code>TEXT_SENT</code> event type is not supported.</p> </note>" 6414 }, 6415 "CloudWatchLogsDestination":{ 6416 "shape":"CloudWatchLogsDestination", 6417 "documentation":"<p>An object that contains information about an event destination that sends data to CloudWatch Logs.</p>" 6418 }, 6419 "KinesisFirehoseDestination":{ 6420 "shape":"KinesisFirehoseDestination", 6421 "documentation":"<p>An object that contains information about an event destination for logging to Kinesis Data Firehose.</p>" 6422 }, 6423 "SnsDestination":{ 6424 "shape":"SnsDestination", 6425 "documentation":"<p>An object that contains information about an event destination that sends data to Amazon SNS.</p>" 6426 } 6427 } 6428 }, 6429 "UpdateEventDestinationResult":{ 6430 "type":"structure", 6431 "members":{ 6432 "ConfigurationSetArn":{ 6433 "shape":"String", 6434 "documentation":"<p>The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.</p>" 6435 }, 6436 "ConfigurationSetName":{ 6437 "shape":"ConfigurationSetName", 6438 "documentation":"<p>The name of the configuration set.</p>" 6439 }, 6440 "EventDestination":{ 6441 "shape":"EventDestination", 6442 "documentation":"<p>An EventDestination object containing the details of where events will be logged. </p>" 6443 } 6444 } 6445 }, 6446 "UpdatePhoneNumberRequest":{ 6447 "type":"structure", 6448 "required":["PhoneNumberId"], 6449 "members":{ 6450 "PhoneNumberId":{ 6451 "shape":"PhoneNumberIdOrArn", 6452 "documentation":"<p>The unique identifier of the phone number. Valid values for this field can be either the PhoneNumberId or PhoneNumberArn.</p>" 6453 }, 6454 "TwoWayEnabled":{ 6455 "shape":"Boolean", 6456 "documentation":"<p>By default this is set to false. When set to true you can receive incoming text messages from your end recipients.</p>" 6457 }, 6458 "TwoWayChannelArn":{ 6459 "shape":"TwoWayChannelArn", 6460 "documentation":"<p>The Amazon Resource Name (ARN) of the two way channel.</p>" 6461 }, 6462 "TwoWayChannelRole":{ 6463 "shape":"IamRoleArn", 6464 "documentation":"<p>An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.</p>" 6465 }, 6466 "SelfManagedOptOutsEnabled":{ 6467 "shape":"Boolean", 6468 "documentation":"<p>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, Amazon Pinpoint 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.</p>" 6469 }, 6470 "OptOutListName":{ 6471 "shape":"OptOutListNameOrArn", 6472 "documentation":"<p>The OptOutList to add the phone number to. Valid values for this field can be either the OutOutListName or OutOutListArn.</p>" 6473 }, 6474 "DeletionProtectionEnabled":{ 6475 "shape":"Boolean", 6476 "documentation":"<p>By default this is set to false. When set to true the phone number can't be deleted. </p>" 6477 } 6478 } 6479 }, 6480 "UpdatePhoneNumberResult":{ 6481 "type":"structure", 6482 "members":{ 6483 "PhoneNumberArn":{ 6484 "shape":"String", 6485 "documentation":"<p>The Amazon Resource Name (ARN) of the updated phone number.</p>" 6486 }, 6487 "PhoneNumberId":{ 6488 "shape":"String", 6489 "documentation":"<p>The unique identifier of the phone number.</p>" 6490 }, 6491 "PhoneNumber":{ 6492 "shape":"PhoneNumber", 6493 "documentation":"<p>The phone number that was updated.</p>" 6494 }, 6495 "Status":{ 6496 "shape":"NumberStatus", 6497 "documentation":"<p>The current status of the request.</p>" 6498 }, 6499 "IsoCountryCode":{ 6500 "shape":"IsoCountryCode", 6501 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region. </p>" 6502 }, 6503 "MessageType":{ 6504 "shape":"MessageType", 6505 "documentation":"<p>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.</p>" 6506 }, 6507 "NumberCapabilities":{ 6508 "shape":"NumberCapabilityList", 6509 "documentation":"<p>Specifies if the number could be used for text messages, voice or both.</p>" 6510 }, 6511 "NumberType":{ 6512 "shape":"NumberType", 6513 "documentation":"<p>The type of number that was requested.</p>" 6514 }, 6515 "MonthlyLeasingPrice":{ 6516 "shape":"String", 6517 "documentation":"<p>The monthly leasing price of the phone number, in US dollars.</p>" 6518 }, 6519 "TwoWayEnabled":{ 6520 "shape":"PrimitiveBoolean", 6521 "documentation":"<p>By default this is set to false. When set to true you can receive incoming text messages from your end recipients.</p>" 6522 }, 6523 "TwoWayChannelArn":{ 6524 "shape":"TwoWayChannelArn", 6525 "documentation":"<p>The Amazon Resource Name (ARN) of the two way channel.</p>" 6526 }, 6527 "TwoWayChannelRole":{ 6528 "shape":"IamRoleArn", 6529 "documentation":"<p>An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.</p>" 6530 }, 6531 "SelfManagedOptOutsEnabled":{ 6532 "shape":"PrimitiveBoolean", 6533 "documentation":"<p>This is true if self managed opt-out are enabled.</p>" 6534 }, 6535 "OptOutListName":{ 6536 "shape":"OptOutListName", 6537 "documentation":"<p>The name of the OptOutList associated with the phone number.</p>" 6538 }, 6539 "DeletionProtectionEnabled":{ 6540 "shape":"PrimitiveBoolean", 6541 "documentation":"<p>When set to true the phone number can't be deleted.</p>" 6542 }, 6543 "RegistrationId":{ 6544 "shape":"String", 6545 "documentation":"<p>The unique identifier for the registration.</p>" 6546 }, 6547 "CreatedTimestamp":{ 6548 "shape":"Timestamp", 6549 "documentation":"<p>The time when the phone number was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 6550 } 6551 } 6552 }, 6553 "UpdatePoolRequest":{ 6554 "type":"structure", 6555 "required":["PoolId"], 6556 "members":{ 6557 "PoolId":{ 6558 "shape":"PoolIdOrArn", 6559 "documentation":"<p>The unique identifier of the pool to update. Valid values are either the PoolId or PoolArn.</p>" 6560 }, 6561 "TwoWayEnabled":{ 6562 "shape":"Boolean", 6563 "documentation":"<p>By default this is set to false. When set to true you can receive incoming text messages from your end recipients.</p>" 6564 }, 6565 "TwoWayChannelArn":{ 6566 "shape":"TwoWayChannelArn", 6567 "documentation":"<p>The Amazon Resource Name (ARN) of the two way channel.</p>" 6568 }, 6569 "TwoWayChannelRole":{ 6570 "shape":"IamRoleArn", 6571 "documentation":"<p>An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.</p>" 6572 }, 6573 "SelfManagedOptOutsEnabled":{ 6574 "shape":"Boolean", 6575 "documentation":"<p>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, Amazon Pinpoint 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.</p>" 6576 }, 6577 "OptOutListName":{ 6578 "shape":"OptOutListNameOrArn", 6579 "documentation":"<p>The OptOutList to associate with the pool. Valid values are either OptOutListName or OptOutListArn.</p>" 6580 }, 6581 "SharedRoutesEnabled":{ 6582 "shape":"Boolean", 6583 "documentation":"<p>Indicates whether shared routes are enabled for the pool.</p>" 6584 }, 6585 "DeletionProtectionEnabled":{ 6586 "shape":"Boolean", 6587 "documentation":"<p>When set to true the pool can't be deleted.</p>" 6588 } 6589 } 6590 }, 6591 "UpdatePoolResult":{ 6592 "type":"structure", 6593 "members":{ 6594 "PoolArn":{ 6595 "shape":"String", 6596 "documentation":"<p>The ARN of the pool.</p>" 6597 }, 6598 "PoolId":{ 6599 "shape":"String", 6600 "documentation":"<p>The unique identifier of the pool.</p>" 6601 }, 6602 "Status":{ 6603 "shape":"PoolStatus", 6604 "documentation":"<p>The current status of the pool update request.</p>" 6605 }, 6606 "MessageType":{ 6607 "shape":"MessageType", 6608 "documentation":"<p>The type of message for the pool to use.</p>" 6609 }, 6610 "TwoWayEnabled":{ 6611 "shape":"PrimitiveBoolean", 6612 "documentation":"<p>By default this is set to false. When set to true you can receive incoming text messages from your end recipients.</p>" 6613 }, 6614 "TwoWayChannelArn":{ 6615 "shape":"TwoWayChannelArn", 6616 "documentation":"<p>The Amazon Resource Name (ARN) of the two way channel.</p>" 6617 }, 6618 "TwoWayChannelRole":{ 6619 "shape":"IamRoleArn", 6620 "documentation":"<p>An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.</p>" 6621 }, 6622 "SelfManagedOptOutsEnabled":{ 6623 "shape":"PrimitiveBoolean", 6624 "documentation":"<p>When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, Amazon Pinpoint 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.</p>" 6625 }, 6626 "OptOutListName":{ 6627 "shape":"OptOutListName", 6628 "documentation":"<p>The name of the OptOutList associated with the pool.</p>" 6629 }, 6630 "SharedRoutesEnabled":{ 6631 "shape":"PrimitiveBoolean", 6632 "documentation":"<p>Indicates whether shared routes are enabled for the pool.</p>" 6633 }, 6634 "DeletionProtectionEnabled":{ 6635 "shape":"PrimitiveBoolean", 6636 "documentation":"<p>When set to true the pool can't be deleted.</p>" 6637 }, 6638 "CreatedTimestamp":{ 6639 "shape":"Timestamp", 6640 "documentation":"<p>The time when the pool was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 6641 } 6642 } 6643 }, 6644 "UpdateSenderIdRequest":{ 6645 "type":"structure", 6646 "required":[ 6647 "SenderId", 6648 "IsoCountryCode" 6649 ], 6650 "members":{ 6651 "SenderId":{ 6652 "shape":"SenderIdOrArn", 6653 "documentation":"<p>The sender ID to update.</p>" 6654 }, 6655 "IsoCountryCode":{ 6656 "shape":"IsoCountryCode", 6657 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.</p>" 6658 }, 6659 "DeletionProtectionEnabled":{ 6660 "shape":"Boolean", 6661 "documentation":"<p>By default this is set to false. When set to true the sender ID can't be deleted.</p>" 6662 } 6663 } 6664 }, 6665 "UpdateSenderIdResult":{ 6666 "type":"structure", 6667 "required":[ 6668 "SenderIdArn", 6669 "SenderId", 6670 "IsoCountryCode", 6671 "MessageTypes", 6672 "MonthlyLeasingPrice", 6673 "DeletionProtectionEnabled", 6674 "Registered" 6675 ], 6676 "members":{ 6677 "SenderIdArn":{ 6678 "shape":"String", 6679 "documentation":"<p>The Amazon Resource Name (ARN) associated with the SenderId.</p>" 6680 }, 6681 "SenderId":{ 6682 "shape":"SenderId", 6683 "documentation":"<p>The sender ID that was updated.</p>" 6684 }, 6685 "IsoCountryCode":{ 6686 "shape":"IsoCountryCode", 6687 "documentation":"<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.</p>" 6688 }, 6689 "MessageTypes":{ 6690 "shape":"MessageTypeList", 6691 "documentation":"<p>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.</p>" 6692 }, 6693 "MonthlyLeasingPrice":{ 6694 "shape":"String", 6695 "documentation":"<p>The monthly price, in US dollars, to lease the sender ID.</p>" 6696 }, 6697 "DeletionProtectionEnabled":{ 6698 "shape":"PrimitiveBoolean", 6699 "documentation":"<p>By default this is set to false. When set to true the sender ID can't be deleted.</p>" 6700 }, 6701 "Registered":{ 6702 "shape":"PrimitiveBoolean", 6703 "documentation":"<p>True if the sender ID is registered..</p>" 6704 }, 6705 "RegistrationId":{ 6706 "shape":"String", 6707 "documentation":"<p>The unique identifier for the registration.</p>" 6708 } 6709 } 6710 }, 6711 "ValidationException":{ 6712 "type":"structure", 6713 "members":{ 6714 "Message":{"shape":"String"}, 6715 "Reason":{ 6716 "shape":"ValidationExceptionReason", 6717 "documentation":"<p>The reason for the exception.</p>" 6718 }, 6719 "Fields":{ 6720 "shape":"ValidationExceptionFieldList", 6721 "documentation":"<p>The field that failed validation.</p>" 6722 } 6723 }, 6724 "documentation":"<p>A validation exception for a field.</p>", 6725 "exception":true 6726 }, 6727 "ValidationExceptionField":{ 6728 "type":"structure", 6729 "required":[ 6730 "Name", 6731 "Message" 6732 ], 6733 "members":{ 6734 "Name":{ 6735 "shape":"String", 6736 "documentation":"<p>The name of the field.</p>" 6737 }, 6738 "Message":{ 6739 "shape":"String", 6740 "documentation":"<p>The message associated with the validation exception with information to help determine its cause.</p>" 6741 } 6742 }, 6743 "documentation":"<p>The field associated with the validation exception.</p>" 6744 }, 6745 "ValidationExceptionFieldList":{ 6746 "type":"list", 6747 "member":{"shape":"ValidationExceptionField"} 6748 }, 6749 "ValidationExceptionReason":{ 6750 "type":"string", 6751 "enum":[ 6752 "CANNOT_ADD_OPTED_OUT_NUMBER", 6753 "CANNOT_PARSE", 6754 "COUNTRY_CODE_MISMATCH", 6755 "DESTINATION_COUNTRY_BLOCKED", 6756 "FIELD_VALIDATION_FAILED", 6757 "ATTACHMENT_TYPE_NOT_SUPPORTED", 6758 "INVALID_ARN", 6759 "INVALID_FILTER_VALUES", 6760 "INVALID_IDENTITY_FOR_DESTINATION_COUNTRY", 6761 "INVALID_NEXT_TOKEN", 6762 "INVALID_PARAMETER", 6763 "INVALID_REQUEST", 6764 "INVALID_REGISTRATION_ASSOCIATION", 6765 "MAXIMUM_SIZE_EXCEEDED", 6766 "MISSING_PARAMETER", 6767 "PARAMETERS_CANNOT_BE_USED_TOGETHER", 6768 "PHONE_NUMBER_CANNOT_BE_OPTED_IN", 6769 "PHONE_NUMBER_CANNOT_BE_RELEASED", 6770 "PRICE_OVER_THRESHOLD", 6771 "RESOURCE_NOT_ACCESSIBLE", 6772 "REQUESTED_SPEND_LIMIT_HIGHER_THAN_SERVICE_LIMIT", 6773 "SENDER_ID_NOT_REGISTERED", 6774 "SENDER_ID_NOT_SUPPORTED", 6775 "SENDER_ID_REQUIRES_REGISTRATION", 6776 "TWO_WAY_TOPIC_NOT_PRESENT", 6777 "TWO_WAY_NOT_ENABLED", 6778 "TWO_WAY_NOT_SUPPORTED_IN_COUNTRY", 6779 "TWO_WAY_NOT_SUPPORTED_IN_REGION", 6780 "TWO_WAY_CHANNEL_NOT_PRESENT", 6781 "UNKNOWN_REGISTRATION_FIELD", 6782 "UNKNOWN_REGISTRATION_SECTION", 6783 "UNKNOWN_REGISTRATION_TYPE", 6784 "UNKNOWN_REGISTRATION_VERSION", 6785 "UNKNOWN_OPERATION", 6786 "REGISTRATION_FIELD_CANNOT_BE_DELETED", 6787 "VERIFICATION_CODE_MISMATCH", 6788 "VOICE_CAPABILITY_NOT_AVAILABLE", 6789 "OTHER" 6790 ] 6791 }, 6792 "VerificationChannel":{ 6793 "type":"string", 6794 "enum":[ 6795 "TEXT", 6796 "VOICE" 6797 ] 6798 }, 6799 "VerificationCode":{ 6800 "type":"string", 6801 "max":20, 6802 "min":1, 6803 "pattern":"[A-Za-z0-9]+" 6804 }, 6805 "VerificationMessageOriginationIdentity":{ 6806 "type":"string", 6807 "max":256, 6808 "min":1, 6809 "pattern":"[A-Za-z0-9_:/\\+-]+" 6810 }, 6811 "VerificationStatus":{ 6812 "type":"string", 6813 "enum":[ 6814 "PENDING", 6815 "VERIFIED" 6816 ] 6817 }, 6818 "VerifiedDestinationNumberFilter":{ 6819 "type":"structure", 6820 "required":[ 6821 "Name", 6822 "Values" 6823 ], 6824 "members":{ 6825 "Name":{ 6826 "shape":"VerifiedDestinationNumberFilterName", 6827 "documentation":"<p>The name of the attribute to filter on.</p>" 6828 }, 6829 "Values":{ 6830 "shape":"FilterValueList", 6831 "documentation":"<p>An array of values to filter on.</p>" 6832 } 6833 }, 6834 "documentation":"<p>The filter definition for filtering verified destination phone numbers that meets a specified criteria.</p>" 6835 }, 6836 "VerifiedDestinationNumberFilterList":{ 6837 "type":"list", 6838 "member":{"shape":"VerifiedDestinationNumberFilter"}, 6839 "max":20, 6840 "min":0 6841 }, 6842 "VerifiedDestinationNumberFilterName":{ 6843 "type":"string", 6844 "enum":["status"] 6845 }, 6846 "VerifiedDestinationNumberIdList":{ 6847 "type":"list", 6848 "member":{"shape":"VerifiedDestinationNumberIdOrArn"}, 6849 "max":5, 6850 "min":0 6851 }, 6852 "VerifiedDestinationNumberIdOrArn":{ 6853 "type":"string", 6854 "max":256, 6855 "min":1, 6856 "pattern":"[A-Za-z0-9_:/-]+" 6857 }, 6858 "VerifiedDestinationNumberInformation":{ 6859 "type":"structure", 6860 "required":[ 6861 "VerifiedDestinationNumberArn", 6862 "VerifiedDestinationNumberId", 6863 "DestinationPhoneNumber", 6864 "Status", 6865 "CreatedTimestamp" 6866 ], 6867 "members":{ 6868 "VerifiedDestinationNumberArn":{ 6869 "shape":"String", 6870 "documentation":"<p>The Amazon Resource Name (ARN) for the verified destination phone number.</p>" 6871 }, 6872 "VerifiedDestinationNumberId":{ 6873 "shape":"String", 6874 "documentation":"<p>The unique identifier for the verified destination phone number.</p>" 6875 }, 6876 "DestinationPhoneNumber":{ 6877 "shape":"PhoneNumber", 6878 "documentation":"<p>The verified destination phone number, in E.164 format.</p>" 6879 }, 6880 "Status":{ 6881 "shape":"VerificationStatus", 6882 "documentation":"<p>The status of the verified destination phone number.</p> <ul> <li> <p> <code>PENDING</code>: The phone number hasn't been verified yet.</p> </li> <li> <p> <code>VERIFIED</code>: The phone number is verified and can receive messages.</p> </li> </ul>" 6883 }, 6884 "CreatedTimestamp":{ 6885 "shape":"Timestamp", 6886 "documentation":"<p>The time when the destination phone number was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 6887 } 6888 }, 6889 "documentation":"<p>Provides information about the requested verified destintion phone number.</p>" 6890 }, 6891 "VerifiedDestinationNumberInformationList":{ 6892 "type":"list", 6893 "member":{"shape":"VerifiedDestinationNumberInformation"} 6894 }, 6895 "VerifyDestinationNumberRequest":{ 6896 "type":"structure", 6897 "required":[ 6898 "VerifiedDestinationNumberId", 6899 "VerificationCode" 6900 ], 6901 "members":{ 6902 "VerifiedDestinationNumberId":{ 6903 "shape":"VerifiedDestinationNumberIdOrArn", 6904 "documentation":"<p>The unique identifier for the verififed destination phone number.</p>" 6905 }, 6906 "VerificationCode":{ 6907 "shape":"VerificationCode", 6908 "documentation":"<p>The verification code that was received by the verified destination phone number.</p>" 6909 } 6910 } 6911 }, 6912 "VerifyDestinationNumberResult":{ 6913 "type":"structure", 6914 "required":[ 6915 "VerifiedDestinationNumberArn", 6916 "VerifiedDestinationNumberId", 6917 "DestinationPhoneNumber", 6918 "Status", 6919 "CreatedTimestamp" 6920 ], 6921 "members":{ 6922 "VerifiedDestinationNumberArn":{ 6923 "shape":"String", 6924 "documentation":"<p>The Amazon Resource Name (ARN) for the verified destination phone number.</p>" 6925 }, 6926 "VerifiedDestinationNumberId":{ 6927 "shape":"String", 6928 "documentation":"<p>The unique identifier for the verified destination phone number.</p>" 6929 }, 6930 "DestinationPhoneNumber":{ 6931 "shape":"PhoneNumber", 6932 "documentation":"<p>The phone number in E.164 format.</p>" 6933 }, 6934 "Status":{ 6935 "shape":"VerificationStatus", 6936 "documentation":"<p>The status for being able to send messages to the phone number.</p>" 6937 }, 6938 "CreatedTimestamp":{ 6939 "shape":"Timestamp", 6940 "documentation":"<p>The time when the destination phone number was created, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 6941 } 6942 } 6943 }, 6944 "VoiceId":{ 6945 "type":"string", 6946 "enum":[ 6947 "AMY", 6948 "ASTRID", 6949 "BIANCA", 6950 "BRIAN", 6951 "CAMILA", 6952 "CARLA", 6953 "CARMEN", 6954 "CELINE", 6955 "CHANTAL", 6956 "CONCHITA", 6957 "CRISTIANO", 6958 "DORA", 6959 "EMMA", 6960 "ENRIQUE", 6961 "EWA", 6962 "FILIZ", 6963 "GERAINT", 6964 "GIORGIO", 6965 "GWYNETH", 6966 "HANS", 6967 "INES", 6968 "IVY", 6969 "JACEK", 6970 "JAN", 6971 "JOANNA", 6972 "JOEY", 6973 "JUSTIN", 6974 "KARL", 6975 "KENDRA", 6976 "KIMBERLY", 6977 "LEA", 6978 "LIV", 6979 "LOTTE", 6980 "LUCIA", 6981 "LUPE", 6982 "MADS", 6983 "MAJA", 6984 "MARLENE", 6985 "MATHIEU", 6986 "MATTHEW", 6987 "MAXIM", 6988 "MIA", 6989 "MIGUEL", 6990 "MIZUKI", 6991 "NAJA", 6992 "NICOLE", 6993 "PENELOPE", 6994 "RAVEENA", 6995 "RICARDO", 6996 "RUBEN", 6997 "RUSSELL", 6998 "SALLI", 6999 "SEOYEON", 7000 "TAKUMI", 7001 "TATYANA", 7002 "VICKI", 7003 "VITORIA", 7004 "ZEINA", 7005 "ZHIYU" 7006 ] 7007 }, 7008 "VoiceMessageBody":{ 7009 "type":"string", 7010 "max":6000, 7011 "min":1, 7012 "pattern":"(?!\\s*$)[\\s\\S]+" 7013 }, 7014 "VoiceMessageBodyTextType":{ 7015 "type":"string", 7016 "enum":[ 7017 "TEXT", 7018 "SSML" 7019 ] 7020 }, 7021 "VoiceMessageOriginationIdentity":{ 7022 "type":"string", 7023 "max":256, 7024 "min":1, 7025 "pattern":"[A-Za-z0-9_:/\\+-]+" 7026 } 7027 }, 7028 "documentation":"<p>Welcome to the <i>Amazon Pinpoint SMS and Voice, version 2 API Reference</i>. This guide provides information about Amazon Pinpoint SMS and Voice, version 2 API resources, including supported HTTP methods, parameters, and schemas.</p> <p>Amazon Pinpoint is an Amazon Web Services service that you can use to engage with your recipients across multiple messaging channels. The Amazon Pinpoint SMS and Voice, version 2 API provides programmatic access to options that are unique to the SMS and voice channels and supplements the resources provided by the Amazon Pinpoint API.</p> <p>If you're new to Amazon Pinpoint, it's also helpful to review the <a href=\"https://docs.aws.amazon.com/pinpoint/latest/developerguide/welcome.html\"> Amazon Pinpoint Developer Guide</a>. The <i>Amazon Pinpoint Developer Guide</i> provides tutorials, code samples, and procedures that demonstrate how to use Amazon Pinpoint features programmatically and how to integrate Amazon Pinpoint functionality into mobile apps and other types of applications. The guide also provides key information, such as Amazon Pinpoint integration with other Amazon Web Services services, and the quotas that apply to use of the service.</p> <p> <b>Regional availability</b> </p> <p>The <i>Amazon Pinpoint SMS and Voice, version 2 API Reference</i> is available in several Amazon Web Services Regions and it provides an endpoint for each of these Regions. For a list of all the Regions and endpoints where the API is currently available, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/rande.html#pinpoint_region\">Amazon Web Services Service Endpoints</a> and <a href=\"https://docs.aws.amazon.com/general/latest/gr/pinpoint.html\">Amazon Pinpoint endpoints and quotas</a> in the Amazon Web Services General Reference. To learn more about Amazon Web Services Regions, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/rande-manage.html\">Managing Amazon Web Services Regions</a> in the Amazon Web Services General Reference.</p> <p>In each Region, Amazon Web Services maintains multiple Availability Zones. These Availability Zones are physically isolated from each other, but are united by private, low-latency, high-throughput, and highly redundant network connections. These Availability Zones enable us to provide very high levels of availability and redundancy, while also minimizing latency. To learn more about the number of Availability Zones that are available in each Region, see <a href=\"https://aws.amazon.com/about-aws/global-infrastructure/\">Amazon Web Services Global Infrastructure.</a> </p>" 7029} 7030