1{ 2 "version":"2.0", 3 "metadata":{ 4 "apiVersion":"2017-08-08", 5 "endpointPrefix":"connect", 6 "jsonVersion":"1.1", 7 "protocol":"rest-json", 8 "serviceAbbreviation":"Amazon Connect", 9 "serviceFullName":"Amazon Connect Service", 10 "serviceId":"Connect", 11 "signatureVersion":"v4", 12 "signingName":"connect", 13 "uid":"connect-2017-08-08" 14 }, 15 "operations":{ 16 "ActivateEvaluationForm":{ 17 "name":"ActivateEvaluationForm", 18 "http":{ 19 "method":"POST", 20 "requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}/activate" 21 }, 22 "input":{"shape":"ActivateEvaluationFormRequest"}, 23 "output":{"shape":"ActivateEvaluationFormResponse"}, 24 "errors":[ 25 {"shape":"InvalidParameterException"}, 26 {"shape":"ResourceNotFoundException"}, 27 {"shape":"ThrottlingException"}, 28 {"shape":"InternalServiceException"}, 29 {"shape":"ResourceConflictException"} 30 ], 31 "documentation":"<p>Activates an evaluation form in the specified Amazon Connect instance. After the evaluation form is activated, it is available to start new evaluations based on the form. </p>" 32 }, 33 "AssociateAnalyticsDataSet":{ 34 "name":"AssociateAnalyticsDataSet", 35 "http":{ 36 "method":"PUT", 37 "requestUri":"/analytics-data/instance/{InstanceId}/association" 38 }, 39 "input":{"shape":"AssociateAnalyticsDataSetRequest"}, 40 "output":{"shape":"AssociateAnalyticsDataSetResponse"}, 41 "errors":[ 42 {"shape":"InvalidRequestException"}, 43 {"shape":"InvalidParameterException"}, 44 {"shape":"ResourceNotFoundException"}, 45 {"shape":"ThrottlingException"}, 46 {"shape":"InternalServiceException"} 47 ], 48 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Associates the specified dataset for a Amazon Connect instance with the target account. You can associate only one dataset in a single call.</p>" 49 }, 50 "AssociateApprovedOrigin":{ 51 "name":"AssociateApprovedOrigin", 52 "http":{ 53 "method":"PUT", 54 "requestUri":"/instance/{InstanceId}/approved-origin" 55 }, 56 "input":{"shape":"AssociateApprovedOriginRequest"}, 57 "errors":[ 58 {"shape":"ResourceNotFoundException"}, 59 {"shape":"ResourceConflictException"}, 60 {"shape":"InternalServiceException"}, 61 {"shape":"InvalidRequestException"}, 62 {"shape":"InvalidParameterException"}, 63 {"shape":"ServiceQuotaExceededException"}, 64 {"shape":"ThrottlingException"} 65 ], 66 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Associates an approved origin to an Amazon Connect instance.</p>" 67 }, 68 "AssociateBot":{ 69 "name":"AssociateBot", 70 "http":{ 71 "method":"PUT", 72 "requestUri":"/instance/{InstanceId}/bot" 73 }, 74 "input":{"shape":"AssociateBotRequest"}, 75 "errors":[ 76 {"shape":"ResourceNotFoundException"}, 77 {"shape":"ResourceConflictException"}, 78 {"shape":"InternalServiceException"}, 79 {"shape":"InvalidRequestException"}, 80 {"shape":"LimitExceededException"}, 81 {"shape":"ServiceQuotaExceededException"}, 82 {"shape":"ThrottlingException"} 83 ], 84 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot.</p>" 85 }, 86 "AssociateDefaultVocabulary":{ 87 "name":"AssociateDefaultVocabulary", 88 "http":{ 89 "method":"PUT", 90 "requestUri":"/default-vocabulary/{InstanceId}/{LanguageCode}" 91 }, 92 "input":{"shape":"AssociateDefaultVocabularyRequest"}, 93 "output":{"shape":"AssociateDefaultVocabularyResponse"}, 94 "errors":[ 95 {"shape":"InvalidRequestException"}, 96 {"shape":"ResourceNotFoundException"}, 97 {"shape":"InternalServiceException"}, 98 {"shape":"ThrottlingException"}, 99 {"shape":"AccessDeniedException"} 100 ], 101 "documentation":"<p>Associates an existing vocabulary as the default. Contact Lens for Amazon Connect uses the vocabulary in post-call and real-time analysis sessions for the given language.</p>" 102 }, 103 "AssociateFlow":{ 104 "name":"AssociateFlow", 105 "http":{ 106 "method":"PUT", 107 "requestUri":"/flow-associations/{InstanceId}" 108 }, 109 "input":{"shape":"AssociateFlowRequest"}, 110 "output":{"shape":"AssociateFlowResponse"}, 111 "errors":[ 112 {"shape":"AccessDeniedException"}, 113 {"shape":"ResourceNotFoundException"}, 114 {"shape":"InternalServiceException"}, 115 {"shape":"InvalidRequestException"}, 116 {"shape":"InvalidParameterException"}, 117 {"shape":"ThrottlingException"} 118 ], 119 "documentation":"<p>Associates a connect resource to a flow.</p>" 120 }, 121 "AssociateInstanceStorageConfig":{ 122 "name":"AssociateInstanceStorageConfig", 123 "http":{ 124 "method":"PUT", 125 "requestUri":"/instance/{InstanceId}/storage-config" 126 }, 127 "input":{"shape":"AssociateInstanceStorageConfigRequest"}, 128 "output":{"shape":"AssociateInstanceStorageConfigResponse"}, 129 "errors":[ 130 {"shape":"ResourceNotFoundException"}, 131 {"shape":"ResourceConflictException"}, 132 {"shape":"InternalServiceException"}, 133 {"shape":"InvalidRequestException"}, 134 {"shape":"InvalidParameterException"}, 135 {"shape":"ThrottlingException"} 136 ], 137 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Associates a storage resource type for the first time. You can only associate one type of storage configuration in a single call. This means, for example, that you can't define an instance with multiple S3 buckets for storing chat transcripts.</p> <p>This API does not create a resource that doesn't exist. It only associates it to the instance. Ensure that the resource being specified in the storage configuration, like an S3 bucket, exists when being used for association.</p>" 138 }, 139 "AssociateLambdaFunction":{ 140 "name":"AssociateLambdaFunction", 141 "http":{ 142 "method":"PUT", 143 "requestUri":"/instance/{InstanceId}/lambda-function" 144 }, 145 "input":{"shape":"AssociateLambdaFunctionRequest"}, 146 "errors":[ 147 {"shape":"ResourceNotFoundException"}, 148 {"shape":"ResourceConflictException"}, 149 {"shape":"InternalServiceException"}, 150 {"shape":"InvalidRequestException"}, 151 {"shape":"InvalidParameterException"}, 152 {"shape":"ServiceQuotaExceededException"}, 153 {"shape":"ThrottlingException"} 154 ], 155 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Allows the specified Amazon Connect instance to access the specified Lambda function.</p>" 156 }, 157 "AssociateLexBot":{ 158 "name":"AssociateLexBot", 159 "http":{ 160 "method":"PUT", 161 "requestUri":"/instance/{InstanceId}/lex-bot" 162 }, 163 "input":{"shape":"AssociateLexBotRequest"}, 164 "errors":[ 165 {"shape":"ResourceNotFoundException"}, 166 {"shape":"ResourceConflictException"}, 167 {"shape":"InternalServiceException"}, 168 {"shape":"InvalidRequestException"}, 169 {"shape":"InvalidParameterException"}, 170 {"shape":"ServiceQuotaExceededException"}, 171 {"shape":"ThrottlingException"} 172 ], 173 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex V1 bot. This API only supports the association of Amazon Lex V1 bots.</p>" 174 }, 175 "AssociatePhoneNumberContactFlow":{ 176 "name":"AssociatePhoneNumberContactFlow", 177 "http":{ 178 "method":"PUT", 179 "requestUri":"/phone-number/{PhoneNumberId}/contact-flow" 180 }, 181 "input":{"shape":"AssociatePhoneNumberContactFlowRequest"}, 182 "errors":[ 183 {"shape":"InvalidParameterException"}, 184 {"shape":"ResourceNotFoundException"}, 185 {"shape":"ThrottlingException"}, 186 {"shape":"InternalServiceException"}, 187 {"shape":"AccessDeniedException"} 188 ], 189 "documentation":"<p>Associates a flow with a phone number claimed to your Amazon Connect instance.</p> <important> <p>If the number is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the <code>PhoneNumberId</code> URI request parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a <code>ResourceNotFoundException</code>.</p> </important>" 190 }, 191 "AssociateQueueQuickConnects":{ 192 "name":"AssociateQueueQuickConnects", 193 "http":{ 194 "method":"POST", 195 "requestUri":"/queues/{InstanceId}/{QueueId}/associate-quick-connects" 196 }, 197 "input":{"shape":"AssociateQueueQuickConnectsRequest"}, 198 "errors":[ 199 {"shape":"InvalidRequestException"}, 200 {"shape":"InvalidParameterException"}, 201 {"shape":"ResourceNotFoundException"}, 202 {"shape":"LimitExceededException"}, 203 {"shape":"ThrottlingException"}, 204 {"shape":"InternalServiceException"} 205 ], 206 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Associates a set of quick connects with a queue.</p>" 207 }, 208 "AssociateRoutingProfileQueues":{ 209 "name":"AssociateRoutingProfileQueues", 210 "http":{ 211 "method":"POST", 212 "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/associate-queues" 213 }, 214 "input":{"shape":"AssociateRoutingProfileQueuesRequest"}, 215 "errors":[ 216 {"shape":"InvalidRequestException"}, 217 {"shape":"InvalidParameterException"}, 218 {"shape":"ResourceNotFoundException"}, 219 {"shape":"ThrottlingException"}, 220 {"shape":"InternalServiceException"} 221 ], 222 "documentation":"<p>Associates a set of queues with a routing profile.</p>" 223 }, 224 "AssociateSecurityKey":{ 225 "name":"AssociateSecurityKey", 226 "http":{ 227 "method":"PUT", 228 "requestUri":"/instance/{InstanceId}/security-key" 229 }, 230 "input":{"shape":"AssociateSecurityKeyRequest"}, 231 "output":{"shape":"AssociateSecurityKeyResponse"}, 232 "errors":[ 233 {"shape":"ResourceNotFoundException"}, 234 {"shape":"ResourceConflictException"}, 235 {"shape":"InternalServiceException"}, 236 {"shape":"InvalidRequestException"}, 237 {"shape":"InvalidParameterException"}, 238 {"shape":"ServiceQuotaExceededException"}, 239 {"shape":"ThrottlingException"} 240 ], 241 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Associates a security key to the instance.</p>" 242 }, 243 "AssociateTrafficDistributionGroupUser":{ 244 "name":"AssociateTrafficDistributionGroupUser", 245 "http":{ 246 "method":"PUT", 247 "requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}/user" 248 }, 249 "input":{"shape":"AssociateTrafficDistributionGroupUserRequest"}, 250 "output":{"shape":"AssociateTrafficDistributionGroupUserResponse"}, 251 "errors":[ 252 {"shape":"InvalidRequestException"}, 253 {"shape":"AccessDeniedException"}, 254 {"shape":"ThrottlingException"}, 255 {"shape":"ResourceNotFoundException"}, 256 {"shape":"ResourceConflictException"}, 257 {"shape":"InternalServiceException"} 258 ], 259 "documentation":"<p>Associates an agent with a traffic distribution group.</p>", 260 "idempotent":true 261 }, 262 "AssociateUserProficiencies":{ 263 "name":"AssociateUserProficiencies", 264 "http":{ 265 "method":"POST", 266 "requestUri":"/users/{InstanceId}/{UserId}/associate-proficiencies" 267 }, 268 "input":{"shape":"AssociateUserProficienciesRequest"}, 269 "errors":[ 270 {"shape":"InvalidRequestException"}, 271 {"shape":"InvalidParameterException"}, 272 {"shape":"ResourceNotFoundException"}, 273 {"shape":"ThrottlingException"}, 274 {"shape":"InternalServiceException"} 275 ], 276 "documentation":"<p>>Associates a set of proficiencies with a user.</p>" 277 }, 278 "BatchAssociateAnalyticsDataSet":{ 279 "name":"BatchAssociateAnalyticsDataSet", 280 "http":{ 281 "method":"PUT", 282 "requestUri":"/analytics-data/instance/{InstanceId}/associations" 283 }, 284 "input":{"shape":"BatchAssociateAnalyticsDataSetRequest"}, 285 "output":{"shape":"BatchAssociateAnalyticsDataSetResponse"}, 286 "errors":[ 287 {"shape":"InvalidRequestException"}, 288 {"shape":"InvalidParameterException"}, 289 {"shape":"ResourceNotFoundException"}, 290 {"shape":"ThrottlingException"}, 291 {"shape":"InternalServiceException"} 292 ], 293 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Associates a list of analytics datasets for a given Amazon Connect instance to a target account. You can associate multiple datasets in a single call.</p>" 294 }, 295 "BatchDisassociateAnalyticsDataSet":{ 296 "name":"BatchDisassociateAnalyticsDataSet", 297 "http":{ 298 "method":"POST", 299 "requestUri":"/analytics-data/instance/{InstanceId}/associations" 300 }, 301 "input":{"shape":"BatchDisassociateAnalyticsDataSetRequest"}, 302 "output":{"shape":"BatchDisassociateAnalyticsDataSetResponse"}, 303 "errors":[ 304 {"shape":"InvalidRequestException"}, 305 {"shape":"InvalidParameterException"}, 306 {"shape":"ResourceNotFoundException"}, 307 {"shape":"ThrottlingException"}, 308 {"shape":"InternalServiceException"} 309 ], 310 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Removes a list of analytics datasets associated with a given Amazon Connect instance. You can disassociate multiple datasets in a single call.</p>" 311 }, 312 "BatchGetFlowAssociation":{ 313 "name":"BatchGetFlowAssociation", 314 "http":{ 315 "method":"POST", 316 "requestUri":"/flow-associations-batch/{InstanceId}" 317 }, 318 "input":{"shape":"BatchGetFlowAssociationRequest"}, 319 "output":{"shape":"BatchGetFlowAssociationResponse"}, 320 "errors":[ 321 {"shape":"AccessDeniedException"}, 322 {"shape":"ResourceNotFoundException"}, 323 {"shape":"InternalServiceException"}, 324 {"shape":"InvalidRequestException"}, 325 {"shape":"InvalidParameterException"}, 326 {"shape":"ThrottlingException"} 327 ], 328 "documentation":"<p>Retrieve the flow associations for the given resources.</p>" 329 }, 330 "BatchPutContact":{ 331 "name":"BatchPutContact", 332 "http":{ 333 "method":"PUT", 334 "requestUri":"/contact/batch/{InstanceId}" 335 }, 336 "input":{"shape":"BatchPutContactRequest"}, 337 "output":{"shape":"BatchPutContactResponse"}, 338 "errors":[ 339 {"shape":"AccessDeniedException"}, 340 {"shape":"InternalServiceException"}, 341 {"shape":"InvalidRequestException"}, 342 {"shape":"ResourceNotFoundException"}, 343 {"shape":"LimitExceededException"}, 344 {"shape":"IdempotencyException"} 345 ], 346 "documentation":"<note> <p>Only the Amazon Connect outbound campaigns service principal is allowed to assume a role in your account and call this API.</p> </note> <p>Allows you to create a batch of contacts in Amazon Connect. The outbound campaigns capability ingests dial requests via the <a href=\"https://docs.aws.amazon.com/connect-outbound/latest/APIReference/API_PutDialRequestBatch.html\">PutDialRequestBatch</a> API. It then uses BatchPutContact to create contacts corresponding to those dial requests. If agents are available, the dial requests are dialed out, which results in a voice call. The resulting voice call uses the same contactId that was created by BatchPutContact. </p>", 347 "idempotent":true 348 }, 349 "ClaimPhoneNumber":{ 350 "name":"ClaimPhoneNumber", 351 "http":{ 352 "method":"POST", 353 "requestUri":"/phone-number/claim" 354 }, 355 "input":{"shape":"ClaimPhoneNumberRequest"}, 356 "output":{"shape":"ClaimPhoneNumberResponse"}, 357 "errors":[ 358 {"shape":"InvalidParameterException"}, 359 {"shape":"ResourceNotFoundException"}, 360 {"shape":"ThrottlingException"}, 361 {"shape":"InternalServiceException"}, 362 {"shape":"IdempotencyException"}, 363 {"shape":"AccessDeniedException"} 364 ], 365 "documentation":"<p>Claims an available phone number to your Amazon Connect instance or traffic distribution group. You can call this API only in the same Amazon Web Services Region where the Amazon Connect instance or traffic distribution group was created.</p> <p>For more information about how to use this operation, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/claim-phone-number.html\">Claim a phone number in your country</a> and <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/claim-phone-numbers-traffic-distribution-groups.html\">Claim phone numbers to traffic distribution groups</a> in the <i>Amazon Connect Administrator Guide</i>. </p> <important> <p>You can call the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchAvailablePhoneNumbers.html\">SearchAvailablePhoneNumbers</a> API for available phone numbers that you can claim. Call the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribePhoneNumber.html\">DescribePhoneNumber</a> API to verify the status of a previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_ClaimPhoneNumber.html\">ClaimPhoneNumber</a> operation.</p> </important> <p>If you plan to claim and release numbers frequently during a 30 day period, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until 30 days past the oldest number released has expired.</p> <p>By default you can claim and release up to 200% of your maximum number of active phone numbers during any 30 day period. If you claim and release phone numbers using the UI or API during a rolling 30 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming any more numbers until 30 days past the oldest number released has expired. </p> <p>For example, if you already have 99 claimed numbers and a service level quota of 99 phone numbers, and in any 30 day period you release 99, claim 99, and then release 99, you will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers until you open an Amazon Web Services support ticket.</p>" 366 }, 367 "CreateAgentStatus":{ 368 "name":"CreateAgentStatus", 369 "http":{ 370 "method":"PUT", 371 "requestUri":"/agent-status/{InstanceId}" 372 }, 373 "input":{"shape":"CreateAgentStatusRequest"}, 374 "output":{"shape":"CreateAgentStatusResponse"}, 375 "errors":[ 376 {"shape":"InvalidRequestException"}, 377 {"shape":"InvalidParameterException"}, 378 {"shape":"DuplicateResourceException"}, 379 {"shape":"ResourceNotFoundException"}, 380 {"shape":"LimitExceededException"}, 381 {"shape":"ThrottlingException"}, 382 {"shape":"InternalServiceException"} 383 ], 384 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Creates an agent status for the specified Amazon Connect instance.</p>" 385 }, 386 "CreateContactFlow":{ 387 "name":"CreateContactFlow", 388 "http":{ 389 "method":"PUT", 390 "requestUri":"/contact-flows/{InstanceId}" 391 }, 392 "input":{"shape":"CreateContactFlowRequest"}, 393 "output":{"shape":"CreateContactFlowResponse"}, 394 "errors":[ 395 {"shape":"InvalidRequestException"}, 396 {"shape":"InvalidContactFlowException"}, 397 {"shape":"InvalidParameterException"}, 398 {"shape":"DuplicateResourceException"}, 399 {"shape":"LimitExceededException"}, 400 {"shape":"ResourceNotFoundException"}, 401 {"shape":"ThrottlingException"}, 402 {"shape":"InternalServiceException"} 403 ], 404 "documentation":"<p>Creates a flow for the specified Amazon Connect instance.</p> <p>You can also create and update flows using the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html\">Amazon Connect Flow language</a>.</p>" 405 }, 406 "CreateContactFlowModule":{ 407 "name":"CreateContactFlowModule", 408 "http":{ 409 "method":"PUT", 410 "requestUri":"/contact-flow-modules/{InstanceId}" 411 }, 412 "input":{"shape":"CreateContactFlowModuleRequest"}, 413 "output":{"shape":"CreateContactFlowModuleResponse"}, 414 "errors":[ 415 {"shape":"AccessDeniedException"}, 416 {"shape":"InvalidRequestException"}, 417 {"shape":"InvalidContactFlowModuleException"}, 418 {"shape":"InvalidParameterException"}, 419 {"shape":"DuplicateResourceException"}, 420 {"shape":"LimitExceededException"}, 421 {"shape":"ResourceNotFoundException"}, 422 {"shape":"ThrottlingException"}, 423 {"shape":"IdempotencyException"}, 424 {"shape":"InternalServiceException"} 425 ], 426 "documentation":"<p>Creates a flow module for the specified Amazon Connect instance. </p>" 427 }, 428 "CreateEvaluationForm":{ 429 "name":"CreateEvaluationForm", 430 "http":{ 431 "method":"PUT", 432 "requestUri":"/evaluation-forms/{InstanceId}" 433 }, 434 "input":{"shape":"CreateEvaluationFormRequest"}, 435 "output":{"shape":"CreateEvaluationFormResponse"}, 436 "errors":[ 437 {"shape":"InternalServiceException"}, 438 {"shape":"InvalidParameterException"}, 439 {"shape":"ResourceNotFoundException"}, 440 {"shape":"ThrottlingException"}, 441 {"shape":"ServiceQuotaExceededException"}, 442 {"shape":"ResourceConflictException"} 443 ], 444 "documentation":"<p>Creates an evaluation form in the specified Amazon Connect instance. The form can be used to define questions related to agent performance, and create sections to organize such questions. Question and section identifiers cannot be duplicated within the same evaluation form.</p>", 445 "idempotent":true 446 }, 447 "CreateHoursOfOperation":{ 448 "name":"CreateHoursOfOperation", 449 "http":{ 450 "method":"PUT", 451 "requestUri":"/hours-of-operations/{InstanceId}" 452 }, 453 "input":{"shape":"CreateHoursOfOperationRequest"}, 454 "output":{"shape":"CreateHoursOfOperationResponse"}, 455 "errors":[ 456 {"shape":"DuplicateResourceException"}, 457 {"shape":"InvalidRequestException"}, 458 {"shape":"InvalidParameterException"}, 459 {"shape":"ResourceNotFoundException"}, 460 {"shape":"LimitExceededException"}, 461 {"shape":"ThrottlingException"}, 462 {"shape":"InternalServiceException"} 463 ], 464 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Creates hours of operation. </p>" 465 }, 466 "CreateInstance":{ 467 "name":"CreateInstance", 468 "http":{ 469 "method":"PUT", 470 "requestUri":"/instance" 471 }, 472 "input":{"shape":"CreateInstanceRequest"}, 473 "output":{"shape":"CreateInstanceResponse"}, 474 "errors":[ 475 {"shape":"InvalidRequestException"}, 476 {"shape":"ServiceQuotaExceededException"}, 477 {"shape":"ThrottlingException"}, 478 {"shape":"ResourceNotFoundException"}, 479 {"shape":"InternalServiceException"} 480 ], 481 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not allow for any configurations on features, such as Contact Lens for Amazon Connect. </p> <p>Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.</p>" 482 }, 483 "CreateIntegrationAssociation":{ 484 "name":"CreateIntegrationAssociation", 485 "http":{ 486 "method":"PUT", 487 "requestUri":"/instance/{InstanceId}/integration-associations" 488 }, 489 "input":{"shape":"CreateIntegrationAssociationRequest"}, 490 "output":{"shape":"CreateIntegrationAssociationResponse"}, 491 "errors":[ 492 {"shape":"DuplicateResourceException"}, 493 {"shape":"ResourceNotFoundException"}, 494 {"shape":"InternalServiceException"}, 495 {"shape":"InvalidRequestException"}, 496 {"shape":"ThrottlingException"} 497 ], 498 "documentation":"<p>Creates an Amazon Web Services resource association with an Amazon Connect instance.</p>" 499 }, 500 "CreateParticipant":{ 501 "name":"CreateParticipant", 502 "http":{ 503 "method":"POST", 504 "requestUri":"/contact/create-participant" 505 }, 506 "input":{"shape":"CreateParticipantRequest"}, 507 "output":{"shape":"CreateParticipantResponse"}, 508 "errors":[ 509 {"shape":"InvalidRequestException"}, 510 {"shape":"ResourceNotFoundException"}, 511 {"shape":"InternalServiceException"}, 512 {"shape":"ServiceQuotaExceededException"}, 513 {"shape":"ThrottlingException"} 514 ], 515 "documentation":"<p>Adds a new participant into an on-going chat contact. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat-customize-flow.html\">Customize chat flow experiences by integrating custom participants</a>.</p>" 516 }, 517 "CreatePersistentContactAssociation":{ 518 "name":"CreatePersistentContactAssociation", 519 "http":{ 520 "method":"POST", 521 "requestUri":"/contact/persistent-contact-association/{InstanceId}/{InitialContactId}" 522 }, 523 "input":{"shape":"CreatePersistentContactAssociationRequest"}, 524 "output":{"shape":"CreatePersistentContactAssociationResponse"}, 525 "errors":[ 526 {"shape":"InvalidRequestException"}, 527 {"shape":"InvalidParameterException"}, 528 {"shape":"ResourceNotFoundException"}, 529 {"shape":"AccessDeniedException"}, 530 {"shape":"ThrottlingException"}, 531 {"shape":"InternalServiceException"} 532 ], 533 "documentation":"<p>Enables rehydration of chats for the lifespan of a contact. For more information about chat rehydration, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html\">Enable persistent chat</a> in the <i>Amazon Connect Administrator Guide</i>. </p>" 534 }, 535 "CreatePredefinedAttribute":{ 536 "name":"CreatePredefinedAttribute", 537 "http":{ 538 "method":"PUT", 539 "requestUri":"/predefined-attributes/{InstanceId}" 540 }, 541 "input":{"shape":"CreatePredefinedAttributeRequest"}, 542 "errors":[ 543 {"shape":"DuplicateResourceException"}, 544 {"shape":"InvalidRequestException"}, 545 {"shape":"InvalidParameterException"}, 546 {"shape":"LimitExceededException"}, 547 {"shape":"ResourceNotFoundException"}, 548 {"shape":"ThrottlingException"}, 549 {"shape":"InternalServiceException"} 550 ], 551 "documentation":"<p>Creates a new predefined attribute for the specified Amazon Connect instance.</p>" 552 }, 553 "CreatePrompt":{ 554 "name":"CreatePrompt", 555 "http":{ 556 "method":"PUT", 557 "requestUri":"/prompts/{InstanceId}" 558 }, 559 "input":{"shape":"CreatePromptRequest"}, 560 "output":{"shape":"CreatePromptResponse"}, 561 "errors":[ 562 {"shape":"DuplicateResourceException"}, 563 {"shape":"InvalidRequestException"}, 564 {"shape":"InvalidParameterException"}, 565 {"shape":"LimitExceededException"}, 566 {"shape":"ThrottlingException"}, 567 {"shape":"InternalServiceException"} 568 ], 569 "documentation":"<p>Creates a prompt. For more information about prompts, such as supported file types and maximum length, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/prompts.html\">Create prompts</a> in the <i>Amazon Connect Administrator's Guide</i>.</p>" 570 }, 571 "CreateQueue":{ 572 "name":"CreateQueue", 573 "http":{ 574 "method":"PUT", 575 "requestUri":"/queues/{InstanceId}" 576 }, 577 "input":{"shape":"CreateQueueRequest"}, 578 "output":{"shape":"CreateQueueResponse"}, 579 "errors":[ 580 {"shape":"InvalidRequestException"}, 581 {"shape":"InvalidParameterException"}, 582 {"shape":"DuplicateResourceException"}, 583 {"shape":"ResourceNotFoundException"}, 584 {"shape":"LimitExceededException"}, 585 {"shape":"ThrottlingException"}, 586 {"shape":"InternalServiceException"} 587 ], 588 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Creates a new queue for the specified Amazon Connect instance.</p> <important> <ul> <li> <p>If the phone number is claimed to a traffic distribution group that was created in the same Region as the Amazon Connect instance where you are calling this API, then you can use a full phone number ARN or a UUID for <code>OutboundCallerIdNumberId</code>. However, if the phone number is claimed to a traffic distribution group that is in one Region, and you are calling this API from an instance in another Amazon Web Services Region that is associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a <code>ResourceNotFoundException</code>.</p> </li> <li> <p>Only use the phone number ARN format that doesn't contain <code>instance</code> in the path, for example, <code>arn:aws:connect:us-east-1:1234567890:phone-number/uuid</code>. This is the same ARN format that is returned when you call the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html\">ListPhoneNumbersV2</a> API.</p> </li> <li> <p>If you plan to use IAM policies to allow/deny access to this API for phone number resources claimed to a traffic distribution group, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_resource-level-policy-examples.html#allow-deny-queue-actions-replica-region\">Allow or Deny queue API actions for phone numbers in a replica Region</a>.</p> </li> </ul> </important>" 589 }, 590 "CreateQuickConnect":{ 591 "name":"CreateQuickConnect", 592 "http":{ 593 "method":"PUT", 594 "requestUri":"/quick-connects/{InstanceId}" 595 }, 596 "input":{"shape":"CreateQuickConnectRequest"}, 597 "output":{"shape":"CreateQuickConnectResponse"}, 598 "errors":[ 599 {"shape":"InvalidRequestException"}, 600 {"shape":"InvalidParameterException"}, 601 {"shape":"DuplicateResourceException"}, 602 {"shape":"ResourceNotFoundException"}, 603 {"shape":"LimitExceededException"}, 604 {"shape":"ThrottlingException"}, 605 {"shape":"InternalServiceException"} 606 ], 607 "documentation":"<p>Creates a quick connect for the specified Amazon Connect instance.</p>" 608 }, 609 "CreateRoutingProfile":{ 610 "name":"CreateRoutingProfile", 611 "http":{ 612 "method":"PUT", 613 "requestUri":"/routing-profiles/{InstanceId}" 614 }, 615 "input":{"shape":"CreateRoutingProfileRequest"}, 616 "output":{"shape":"CreateRoutingProfileResponse"}, 617 "errors":[ 618 {"shape":"InvalidRequestException"}, 619 {"shape":"InvalidParameterException"}, 620 {"shape":"DuplicateResourceException"}, 621 {"shape":"ResourceNotFoundException"}, 622 {"shape":"LimitExceededException"}, 623 {"shape":"ThrottlingException"}, 624 {"shape":"InternalServiceException"} 625 ], 626 "documentation":"<p>Creates a new routing profile.</p>" 627 }, 628 "CreateRule":{ 629 "name":"CreateRule", 630 "http":{ 631 "method":"POST", 632 "requestUri":"/rules/{InstanceId}" 633 }, 634 "input":{"shape":"CreateRuleRequest"}, 635 "output":{"shape":"CreateRuleResponse"}, 636 "errors":[ 637 {"shape":"InvalidRequestException"}, 638 {"shape":"ResourceNotFoundException"}, 639 {"shape":"InternalServiceException"}, 640 {"shape":"ThrottlingException"}, 641 {"shape":"AccessDeniedException"}, 642 {"shape":"ResourceConflictException"}, 643 {"shape":"ServiceQuotaExceededException"} 644 ], 645 "documentation":"<p>Creates a rule for the specified Amazon Connect instance.</p> <p>Use the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/connect-rules-language.html\">Rules Function language</a> to code conditions for the rule. </p>" 646 }, 647 "CreateSecurityProfile":{ 648 "name":"CreateSecurityProfile", 649 "http":{ 650 "method":"PUT", 651 "requestUri":"/security-profiles/{InstanceId}" 652 }, 653 "input":{"shape":"CreateSecurityProfileRequest"}, 654 "output":{"shape":"CreateSecurityProfileResponse"}, 655 "errors":[ 656 {"shape":"InvalidRequestException"}, 657 {"shape":"InvalidParameterException"}, 658 {"shape":"LimitExceededException"}, 659 {"shape":"DuplicateResourceException"}, 660 {"shape":"ResourceNotFoundException"}, 661 {"shape":"ThrottlingException"}, 662 {"shape":"InternalServiceException"} 663 ], 664 "documentation":"<p>Creates a security profile.</p>" 665 }, 666 "CreateTaskTemplate":{ 667 "name":"CreateTaskTemplate", 668 "http":{ 669 "method":"PUT", 670 "requestUri":"/instance/{InstanceId}/task/template" 671 }, 672 "input":{"shape":"CreateTaskTemplateRequest"}, 673 "output":{"shape":"CreateTaskTemplateResponse"}, 674 "errors":[ 675 {"shape":"PropertyValidationException"}, 676 {"shape":"InvalidParameterException"}, 677 {"shape":"ResourceNotFoundException"}, 678 {"shape":"ThrottlingException"}, 679 {"shape":"ServiceQuotaExceededException"}, 680 {"shape":"InternalServiceException"} 681 ], 682 "documentation":"<p>Creates a new task template in the specified Amazon Connect instance.</p>" 683 }, 684 "CreateTrafficDistributionGroup":{ 685 "name":"CreateTrafficDistributionGroup", 686 "http":{ 687 "method":"PUT", 688 "requestUri":"/traffic-distribution-group" 689 }, 690 "input":{"shape":"CreateTrafficDistributionGroupRequest"}, 691 "output":{"shape":"CreateTrafficDistributionGroupResponse"}, 692 "errors":[ 693 {"shape":"InvalidRequestException"}, 694 {"shape":"AccessDeniedException"}, 695 {"shape":"ServiceQuotaExceededException"}, 696 {"shape":"ThrottlingException"}, 697 {"shape":"ResourceNotFoundException"}, 698 {"shape":"InternalServiceException"}, 699 {"shape":"ResourceConflictException"}, 700 {"shape":"ResourceNotReadyException"} 701 ], 702 "documentation":"<p>Creates a traffic distribution group given an Amazon Connect instance that has been replicated. </p> <note> <p>The <code>SignInConfig</code> distribution is available only on a default <code>TrafficDistributionGroup</code> (see the <code>IsDefault</code> parameter in the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_TrafficDistributionGroup.html\">TrafficDistributionGroup</a> data type). If you call <code>UpdateTrafficDistribution</code> with a modified <code>SignInConfig</code> and a non-default <code>TrafficDistributionGroup</code>, an <code>InvalidRequestException</code> is returned.</p> </note> <p>For more information about creating traffic distribution groups, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/setup-traffic-distribution-groups.html\">Set up traffic distribution groups</a> in the <i>Amazon Connect Administrator Guide</i>. </p>" 703 }, 704 "CreateUseCase":{ 705 "name":"CreateUseCase", 706 "http":{ 707 "method":"PUT", 708 "requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases" 709 }, 710 "input":{"shape":"CreateUseCaseRequest"}, 711 "output":{"shape":"CreateUseCaseResponse"}, 712 "errors":[ 713 {"shape":"DuplicateResourceException"}, 714 {"shape":"ResourceNotFoundException"}, 715 {"shape":"InternalServiceException"}, 716 {"shape":"InvalidRequestException"}, 717 {"shape":"ThrottlingException"} 718 ], 719 "documentation":"<p>Creates a use case for an integration association.</p>" 720 }, 721 "CreateUser":{ 722 "name":"CreateUser", 723 "http":{ 724 "method":"PUT", 725 "requestUri":"/users/{InstanceId}" 726 }, 727 "input":{"shape":"CreateUserRequest"}, 728 "output":{"shape":"CreateUserResponse"}, 729 "errors":[ 730 {"shape":"InvalidRequestException"}, 731 {"shape":"InvalidParameterException"}, 732 {"shape":"LimitExceededException"}, 733 {"shape":"DuplicateResourceException"}, 734 {"shape":"ResourceNotFoundException"}, 735 {"shape":"ThrottlingException"}, 736 {"shape":"InternalServiceException"} 737 ], 738 "documentation":"<p>Creates a user account for the specified Amazon Connect instance.</p> <important> <p>Certain <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_UserIdentityInfo.html\">UserIdentityInfo</a> parameters are required in some situations. For example, <code>Email</code> is required if you are using SAML for identity management. <code>FirstName</code> and <code>LastName</code> are required if you are using Amazon Connect or SAML for identity management.</p> </important> <p>For information about how to create users using the Amazon Connect admin website, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/user-management.html\">Add Users</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 739 }, 740 "CreateUserHierarchyGroup":{ 741 "name":"CreateUserHierarchyGroup", 742 "http":{ 743 "method":"PUT", 744 "requestUri":"/user-hierarchy-groups/{InstanceId}" 745 }, 746 "input":{"shape":"CreateUserHierarchyGroupRequest"}, 747 "output":{"shape":"CreateUserHierarchyGroupResponse"}, 748 "errors":[ 749 {"shape":"InvalidRequestException"}, 750 {"shape":"InvalidParameterException"}, 751 {"shape":"DuplicateResourceException"}, 752 {"shape":"LimitExceededException"}, 753 {"shape":"ResourceNotFoundException"}, 754 {"shape":"ThrottlingException"}, 755 {"shape":"InternalServiceException"} 756 ], 757 "documentation":"<p>Creates a new user hierarchy group.</p>" 758 }, 759 "CreateView":{ 760 "name":"CreateView", 761 "http":{ 762 "method":"PUT", 763 "requestUri":"/views/{InstanceId}" 764 }, 765 "input":{"shape":"CreateViewRequest"}, 766 "output":{"shape":"CreateViewResponse"}, 767 "errors":[ 768 {"shape":"AccessDeniedException"}, 769 {"shape":"InvalidRequestException"}, 770 {"shape":"InvalidParameterException"}, 771 {"shape":"ResourceNotFoundException"}, 772 {"shape":"InternalServiceException"}, 773 {"shape":"DuplicateResourceException"}, 774 {"shape":"ServiceQuotaExceededException"}, 775 {"shape":"TooManyRequestsException"}, 776 {"shape":"ResourceInUseException"} 777 ], 778 "documentation":"<p>Creates a new view with the possible status of <code>SAVED</code> or <code>PUBLISHED</code>.</p> <p>The views will have a unique name for each connect instance.</p> <p>It performs basic content validation if the status is <code>SAVED</code> or full content validation if the status is set to <code>PUBLISHED</code>. An error is returned if validation fails. It associates either the <code>$SAVED</code> qualifier or both of the <code>$SAVED</code> and <code>$LATEST</code> qualifiers with the provided view content based on the status. The view is idempotent if ClientToken is provided.</p>", 779 "idempotent":true 780 }, 781 "CreateViewVersion":{ 782 "name":"CreateViewVersion", 783 "http":{ 784 "method":"PUT", 785 "requestUri":"/views/{InstanceId}/{ViewId}/versions" 786 }, 787 "input":{"shape":"CreateViewVersionRequest"}, 788 "output":{"shape":"CreateViewVersionResponse"}, 789 "errors":[ 790 {"shape":"AccessDeniedException"}, 791 {"shape":"InvalidRequestException"}, 792 {"shape":"InvalidParameterException"}, 793 {"shape":"ResourceNotFoundException"}, 794 {"shape":"InternalServiceException"}, 795 {"shape":"TooManyRequestsException"}, 796 {"shape":"ServiceQuotaExceededException"}, 797 {"shape":"ResourceInUseException"} 798 ], 799 "documentation":"<p>Publishes a new version of the view identifier.</p> <p>Versions are immutable and monotonically increasing.</p> <p>It returns the highest version if there is no change in content compared to that version. An error is displayed if the supplied ViewContentSha256 is different from the ViewContentSha256 of the <code>$LATEST</code> alias.</p>", 800 "idempotent":true 801 }, 802 "CreateVocabulary":{ 803 "name":"CreateVocabulary", 804 "http":{ 805 "method":"POST", 806 "requestUri":"/vocabulary/{InstanceId}" 807 }, 808 "input":{"shape":"CreateVocabularyRequest"}, 809 "output":{"shape":"CreateVocabularyResponse"}, 810 "errors":[ 811 {"shape":"InvalidRequestException"}, 812 {"shape":"ResourceNotFoundException"}, 813 {"shape":"InternalServiceException"}, 814 {"shape":"ThrottlingException"}, 815 {"shape":"AccessDeniedException"}, 816 {"shape":"ResourceConflictException"}, 817 {"shape":"ServiceQuotaExceededException"} 818 ], 819 "documentation":"<p>Creates a custom vocabulary associated with your Amazon Connect instance. You can set a custom vocabulary to be your default vocabulary for a given language. Contact Lens for Amazon Connect uses the default vocabulary in post-call and real-time contact analysis sessions for that language.</p>" 820 }, 821 "DeactivateEvaluationForm":{ 822 "name":"DeactivateEvaluationForm", 823 "http":{ 824 "method":"POST", 825 "requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}/deactivate" 826 }, 827 "input":{"shape":"DeactivateEvaluationFormRequest"}, 828 "output":{"shape":"DeactivateEvaluationFormResponse"}, 829 "errors":[ 830 {"shape":"InvalidParameterException"}, 831 {"shape":"ResourceNotFoundException"}, 832 {"shape":"ThrottlingException"}, 833 {"shape":"InternalServiceException"}, 834 {"shape":"ResourceConflictException"} 835 ], 836 "documentation":"<p>Deactivates an evaluation form in the specified Amazon Connect instance. After a form is deactivated, it is no longer available for users to start new evaluations based on the form. </p>" 837 }, 838 "DeleteContactEvaluation":{ 839 "name":"DeleteContactEvaluation", 840 "http":{ 841 "method":"DELETE", 842 "requestUri":"/contact-evaluations/{InstanceId}/{EvaluationId}" 843 }, 844 "input":{"shape":"DeleteContactEvaluationRequest"}, 845 "errors":[ 846 {"shape":"InvalidParameterException"}, 847 {"shape":"ResourceNotFoundException"}, 848 {"shape":"ThrottlingException"}, 849 {"shape":"InternalServiceException"}, 850 {"shape":"ResourceConflictException"} 851 ], 852 "documentation":"<p>Deletes a contact evaluation in the specified Amazon Connect instance.</p>", 853 "idempotent":true 854 }, 855 "DeleteContactFlow":{ 856 "name":"DeleteContactFlow", 857 "http":{ 858 "method":"DELETE", 859 "requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}" 860 }, 861 "input":{"shape":"DeleteContactFlowRequest"}, 862 "output":{"shape":"DeleteContactFlowResponse"}, 863 "errors":[ 864 {"shape":"AccessDeniedException"}, 865 {"shape":"InvalidRequestException"}, 866 {"shape":"InvalidParameterException"}, 867 {"shape":"ResourceNotFoundException"}, 868 {"shape":"InternalServiceException"}, 869 {"shape":"ThrottlingException"} 870 ], 871 "documentation":"<p>Deletes a flow for the specified Amazon Connect instance.</p>" 872 }, 873 "DeleteContactFlowModule":{ 874 "name":"DeleteContactFlowModule", 875 "http":{ 876 "method":"DELETE", 877 "requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}" 878 }, 879 "input":{"shape":"DeleteContactFlowModuleRequest"}, 880 "output":{"shape":"DeleteContactFlowModuleResponse"}, 881 "errors":[ 882 {"shape":"AccessDeniedException"}, 883 {"shape":"InvalidRequestException"}, 884 {"shape":"InvalidParameterException"}, 885 {"shape":"ResourceNotFoundException"}, 886 {"shape":"ThrottlingException"}, 887 {"shape":"InternalServiceException"} 888 ], 889 "documentation":"<p>Deletes the specified flow module.</p>" 890 }, 891 "DeleteEvaluationForm":{ 892 "name":"DeleteEvaluationForm", 893 "http":{ 894 "method":"DELETE", 895 "requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}" 896 }, 897 "input":{"shape":"DeleteEvaluationFormRequest"}, 898 "errors":[ 899 {"shape":"InvalidParameterException"}, 900 {"shape":"ResourceNotFoundException"}, 901 {"shape":"ThrottlingException"}, 902 {"shape":"InternalServiceException"}, 903 {"shape":"ResourceConflictException"} 904 ], 905 "documentation":"<p>Deletes an evaluation form in the specified Amazon Connect instance. </p> <ul> <li> <p>If the version property is provided, only the specified version of the evaluation form is deleted.</p> </li> <li> <p>If no version is provided, then the full form (all versions) is deleted.</p> </li> </ul>", 906 "idempotent":true 907 }, 908 "DeleteHoursOfOperation":{ 909 "name":"DeleteHoursOfOperation", 910 "http":{ 911 "method":"DELETE", 912 "requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}" 913 }, 914 "input":{"shape":"DeleteHoursOfOperationRequest"}, 915 "errors":[ 916 {"shape":"InvalidRequestException"}, 917 {"shape":"InvalidParameterException"}, 918 {"shape":"ResourceNotFoundException"}, 919 {"shape":"ThrottlingException"}, 920 {"shape":"InternalServiceException"} 921 ], 922 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Deletes an hours of operation.</p>" 923 }, 924 "DeleteInstance":{ 925 "name":"DeleteInstance", 926 "http":{ 927 "method":"DELETE", 928 "requestUri":"/instance/{InstanceId}" 929 }, 930 "input":{"shape":"DeleteInstanceRequest"}, 931 "errors":[ 932 {"shape":"ResourceNotFoundException"}, 933 {"shape":"InternalServiceException"}, 934 {"shape":"InvalidRequestException"} 935 ], 936 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Deletes the Amazon Connect instance.</p> <p>Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.</p>" 937 }, 938 "DeleteIntegrationAssociation":{ 939 "name":"DeleteIntegrationAssociation", 940 "http":{ 941 "method":"DELETE", 942 "requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}" 943 }, 944 "input":{"shape":"DeleteIntegrationAssociationRequest"}, 945 "errors":[ 946 {"shape":"ResourceNotFoundException"}, 947 {"shape":"InternalServiceException"}, 948 {"shape":"InvalidRequestException"}, 949 {"shape":"ThrottlingException"} 950 ], 951 "documentation":"<p>Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association must not have any use cases associated with it.</p>" 952 }, 953 "DeletePredefinedAttribute":{ 954 "name":"DeletePredefinedAttribute", 955 "http":{ 956 "method":"DELETE", 957 "requestUri":"/predefined-attributes/{InstanceId}/{Name}" 958 }, 959 "input":{"shape":"DeletePredefinedAttributeRequest"}, 960 "errors":[ 961 {"shape":"ResourceInUseException"}, 962 {"shape":"InvalidRequestException"}, 963 {"shape":"InvalidParameterException"}, 964 {"shape":"ResourceNotFoundException"}, 965 {"shape":"ThrottlingException"}, 966 {"shape":"InternalServiceException"} 967 ], 968 "documentation":"<p>Deletes a predefined attribute from the specified Amazon Connect instance.</p>", 969 "idempotent":true 970 }, 971 "DeletePrompt":{ 972 "name":"DeletePrompt", 973 "http":{ 974 "method":"DELETE", 975 "requestUri":"/prompts/{InstanceId}/{PromptId}" 976 }, 977 "input":{"shape":"DeletePromptRequest"}, 978 "errors":[ 979 {"shape":"InvalidRequestException"}, 980 {"shape":"InvalidParameterException"}, 981 {"shape":"ResourceNotFoundException"}, 982 {"shape":"ThrottlingException"}, 983 {"shape":"InternalServiceException"} 984 ], 985 "documentation":"<p>Deletes a prompt.</p>" 986 }, 987 "DeleteQueue":{ 988 "name":"DeleteQueue", 989 "http":{ 990 "method":"DELETE", 991 "requestUri":"/queues/{InstanceId}/{QueueId}" 992 }, 993 "input":{"shape":"DeleteQueueRequest"}, 994 "errors":[ 995 {"shape":"InvalidRequestException"}, 996 {"shape":"InvalidParameterException"}, 997 {"shape":"ResourceNotFoundException"}, 998 {"shape":"ResourceInUseException"}, 999 {"shape":"ThrottlingException"}, 1000 {"shape":"InternalServiceException"} 1001 ], 1002 "documentation":"<p>Deletes a queue.</p>" 1003 }, 1004 "DeleteQuickConnect":{ 1005 "name":"DeleteQuickConnect", 1006 "http":{ 1007 "method":"DELETE", 1008 "requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}" 1009 }, 1010 "input":{"shape":"DeleteQuickConnectRequest"}, 1011 "errors":[ 1012 {"shape":"InvalidRequestException"}, 1013 {"shape":"InvalidParameterException"}, 1014 {"shape":"ResourceNotFoundException"}, 1015 {"shape":"ThrottlingException"}, 1016 {"shape":"InternalServiceException"} 1017 ], 1018 "documentation":"<p>Deletes a quick connect.</p>" 1019 }, 1020 "DeleteRoutingProfile":{ 1021 "name":"DeleteRoutingProfile", 1022 "http":{ 1023 "method":"DELETE", 1024 "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}" 1025 }, 1026 "input":{"shape":"DeleteRoutingProfileRequest"}, 1027 "errors":[ 1028 {"shape":"InvalidRequestException"}, 1029 {"shape":"InvalidParameterException"}, 1030 {"shape":"ResourceNotFoundException"}, 1031 {"shape":"ResourceInUseException"}, 1032 {"shape":"ThrottlingException"}, 1033 {"shape":"InternalServiceException"} 1034 ], 1035 "documentation":"<p>Deletes a routing profile.</p>" 1036 }, 1037 "DeleteRule":{ 1038 "name":"DeleteRule", 1039 "http":{ 1040 "method":"DELETE", 1041 "requestUri":"/rules/{InstanceId}/{RuleId}" 1042 }, 1043 "input":{"shape":"DeleteRuleRequest"}, 1044 "errors":[ 1045 {"shape":"InvalidRequestException"}, 1046 {"shape":"ResourceNotFoundException"}, 1047 {"shape":"InternalServiceException"}, 1048 {"shape":"ThrottlingException"}, 1049 {"shape":"AccessDeniedException"} 1050 ], 1051 "documentation":"<p>Deletes a rule for the specified Amazon Connect instance.</p>" 1052 }, 1053 "DeleteSecurityProfile":{ 1054 "name":"DeleteSecurityProfile", 1055 "http":{ 1056 "method":"DELETE", 1057 "requestUri":"/security-profiles/{InstanceId}/{SecurityProfileId}" 1058 }, 1059 "input":{"shape":"DeleteSecurityProfileRequest"}, 1060 "errors":[ 1061 {"shape":"InvalidRequestException"}, 1062 {"shape":"InvalidParameterException"}, 1063 {"shape":"ResourceNotFoundException"}, 1064 {"shape":"ThrottlingException"}, 1065 {"shape":"InternalServiceException"}, 1066 {"shape":"AccessDeniedException"}, 1067 {"shape":"ResourceInUseException"} 1068 ], 1069 "documentation":"<p>Deletes a security profile.</p>" 1070 }, 1071 "DeleteTaskTemplate":{ 1072 "name":"DeleteTaskTemplate", 1073 "http":{ 1074 "method":"DELETE", 1075 "requestUri":"/instance/{InstanceId}/task/template/{TaskTemplateId}" 1076 }, 1077 "input":{"shape":"DeleteTaskTemplateRequest"}, 1078 "output":{"shape":"DeleteTaskTemplateResponse"}, 1079 "errors":[ 1080 {"shape":"InvalidRequestException"}, 1081 {"shape":"InvalidParameterException"}, 1082 {"shape":"ResourceNotFoundException"}, 1083 {"shape":"ThrottlingException"}, 1084 {"shape":"InternalServiceException"} 1085 ], 1086 "documentation":"<p>Deletes the task template.</p>" 1087 }, 1088 "DeleteTrafficDistributionGroup":{ 1089 "name":"DeleteTrafficDistributionGroup", 1090 "http":{ 1091 "method":"DELETE", 1092 "requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}" 1093 }, 1094 "input":{"shape":"DeleteTrafficDistributionGroupRequest"}, 1095 "output":{"shape":"DeleteTrafficDistributionGroupResponse"}, 1096 "errors":[ 1097 {"shape":"InvalidRequestException"}, 1098 {"shape":"AccessDeniedException"}, 1099 {"shape":"ResourceInUseException"}, 1100 {"shape":"ThrottlingException"}, 1101 {"shape":"InternalServiceException"} 1102 ], 1103 "documentation":"<p>Deletes a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created.</p> <p>For more information about deleting traffic distribution groups, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/delete-traffic-distribution-groups.html\">Delete traffic distribution groups</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 1104 }, 1105 "DeleteUseCase":{ 1106 "name":"DeleteUseCase", 1107 "http":{ 1108 "method":"DELETE", 1109 "requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases/{UseCaseId}" 1110 }, 1111 "input":{"shape":"DeleteUseCaseRequest"}, 1112 "errors":[ 1113 {"shape":"ResourceNotFoundException"}, 1114 {"shape":"InternalServiceException"}, 1115 {"shape":"InvalidRequestException"}, 1116 {"shape":"ThrottlingException"} 1117 ], 1118 "documentation":"<p>Deletes a use case from an integration association.</p>" 1119 }, 1120 "DeleteUser":{ 1121 "name":"DeleteUser", 1122 "http":{ 1123 "method":"DELETE", 1124 "requestUri":"/users/{InstanceId}/{UserId}" 1125 }, 1126 "input":{"shape":"DeleteUserRequest"}, 1127 "errors":[ 1128 {"shape":"InvalidRequestException"}, 1129 {"shape":"InvalidParameterException"}, 1130 {"shape":"ResourceNotFoundException"}, 1131 {"shape":"ThrottlingException"}, 1132 {"shape":"InternalServiceException"} 1133 ], 1134 "documentation":"<p>Deletes a user account from the specified Amazon Connect instance.</p> <p>For information about what happens to a user's data when their account is deleted, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/delete-users.html\">Delete Users from Your Amazon Connect Instance</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 1135 }, 1136 "DeleteUserHierarchyGroup":{ 1137 "name":"DeleteUserHierarchyGroup", 1138 "http":{ 1139 "method":"DELETE", 1140 "requestUri":"/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}" 1141 }, 1142 "input":{"shape":"DeleteUserHierarchyGroupRequest"}, 1143 "errors":[ 1144 {"shape":"InvalidRequestException"}, 1145 {"shape":"InvalidParameterException"}, 1146 {"shape":"ResourceNotFoundException"}, 1147 {"shape":"ResourceInUseException"}, 1148 {"shape":"ThrottlingException"}, 1149 {"shape":"InternalServiceException"} 1150 ], 1151 "documentation":"<p>Deletes an existing user hierarchy group. It must not be associated with any agents or have any active child groups.</p>" 1152 }, 1153 "DeleteView":{ 1154 "name":"DeleteView", 1155 "http":{ 1156 "method":"DELETE", 1157 "requestUri":"/views/{InstanceId}/{ViewId}" 1158 }, 1159 "input":{"shape":"DeleteViewRequest"}, 1160 "output":{"shape":"DeleteViewResponse"}, 1161 "errors":[ 1162 {"shape":"AccessDeniedException"}, 1163 {"shape":"InvalidRequestException"}, 1164 {"shape":"InvalidParameterException"}, 1165 {"shape":"ResourceNotFoundException"}, 1166 {"shape":"InternalServiceException"}, 1167 {"shape":"TooManyRequestsException"}, 1168 {"shape":"ResourceInUseException"} 1169 ], 1170 "documentation":"<p>Deletes the view entirely. It deletes the view and all associated qualifiers (versions and aliases).</p>" 1171 }, 1172 "DeleteViewVersion":{ 1173 "name":"DeleteViewVersion", 1174 "http":{ 1175 "method":"DELETE", 1176 "requestUri":"/views/{InstanceId}/{ViewId}/versions/{ViewVersion}" 1177 }, 1178 "input":{"shape":"DeleteViewVersionRequest"}, 1179 "output":{"shape":"DeleteViewVersionResponse"}, 1180 "errors":[ 1181 {"shape":"AccessDeniedException"}, 1182 {"shape":"InvalidRequestException"}, 1183 {"shape":"InvalidParameterException"}, 1184 {"shape":"ResourceNotFoundException"}, 1185 {"shape":"InternalServiceException"}, 1186 {"shape":"TooManyRequestsException"}, 1187 {"shape":"ResourceInUseException"} 1188 ], 1189 "documentation":"<p>Deletes the particular version specified in <code>ViewVersion</code> identifier.</p>" 1190 }, 1191 "DeleteVocabulary":{ 1192 "name":"DeleteVocabulary", 1193 "http":{ 1194 "method":"POST", 1195 "requestUri":"/vocabulary-remove/{InstanceId}/{VocabularyId}" 1196 }, 1197 "input":{"shape":"DeleteVocabularyRequest"}, 1198 "output":{"shape":"DeleteVocabularyResponse"}, 1199 "errors":[ 1200 {"shape":"InvalidRequestException"}, 1201 {"shape":"ResourceNotFoundException"}, 1202 {"shape":"InternalServiceException"}, 1203 {"shape":"ThrottlingException"}, 1204 {"shape":"AccessDeniedException"}, 1205 {"shape":"ResourceInUseException"} 1206 ], 1207 "documentation":"<p>Deletes the vocabulary that has the given identifier.</p>" 1208 }, 1209 "DescribeAgentStatus":{ 1210 "name":"DescribeAgentStatus", 1211 "http":{ 1212 "method":"GET", 1213 "requestUri":"/agent-status/{InstanceId}/{AgentStatusId}" 1214 }, 1215 "input":{"shape":"DescribeAgentStatusRequest"}, 1216 "output":{"shape":"DescribeAgentStatusResponse"}, 1217 "errors":[ 1218 {"shape":"InvalidRequestException"}, 1219 {"shape":"InvalidParameterException"}, 1220 {"shape":"ResourceNotFoundException"}, 1221 {"shape":"ThrottlingException"}, 1222 {"shape":"InternalServiceException"} 1223 ], 1224 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Describes an agent status.</p>" 1225 }, 1226 "DescribeContact":{ 1227 "name":"DescribeContact", 1228 "http":{ 1229 "method":"GET", 1230 "requestUri":"/contacts/{InstanceId}/{ContactId}" 1231 }, 1232 "input":{"shape":"DescribeContactRequest"}, 1233 "output":{"shape":"DescribeContactResponse"}, 1234 "errors":[ 1235 {"shape":"InvalidRequestException"}, 1236 {"shape":"InvalidParameterException"}, 1237 {"shape":"ResourceNotFoundException"}, 1238 {"shape":"InternalServiceException"}, 1239 {"shape":"ThrottlingException"} 1240 ], 1241 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Describes the specified contact. </p> <important> <p>Contact information remains available in Amazon Connect for 24 months, and then it is deleted.</p> <p>Only data from November 12, 2021, and later is returned by this API.</p> </important>" 1242 }, 1243 "DescribeContactEvaluation":{ 1244 "name":"DescribeContactEvaluation", 1245 "http":{ 1246 "method":"GET", 1247 "requestUri":"/contact-evaluations/{InstanceId}/{EvaluationId}" 1248 }, 1249 "input":{"shape":"DescribeContactEvaluationRequest"}, 1250 "output":{"shape":"DescribeContactEvaluationResponse"}, 1251 "errors":[ 1252 {"shape":"InvalidParameterException"}, 1253 {"shape":"ResourceNotFoundException"}, 1254 {"shape":"ThrottlingException"}, 1255 {"shape":"InternalServiceException"} 1256 ], 1257 "documentation":"<p>Describes a contact evaluation in the specified Amazon Connect instance.</p>" 1258 }, 1259 "DescribeContactFlow":{ 1260 "name":"DescribeContactFlow", 1261 "http":{ 1262 "method":"GET", 1263 "requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}" 1264 }, 1265 "input":{"shape":"DescribeContactFlowRequest"}, 1266 "output":{"shape":"DescribeContactFlowResponse"}, 1267 "errors":[ 1268 {"shape":"InvalidRequestException"}, 1269 {"shape":"InvalidParameterException"}, 1270 {"shape":"ResourceNotFoundException"}, 1271 {"shape":"ContactFlowNotPublishedException"}, 1272 {"shape":"ThrottlingException"}, 1273 {"shape":"InternalServiceException"} 1274 ], 1275 "documentation":"<p>Describes the specified flow.</p> <p>You can also create and update flows using the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html\">Amazon Connect Flow language</a>.</p>" 1276 }, 1277 "DescribeContactFlowModule":{ 1278 "name":"DescribeContactFlowModule", 1279 "http":{ 1280 "method":"GET", 1281 "requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}" 1282 }, 1283 "input":{"shape":"DescribeContactFlowModuleRequest"}, 1284 "output":{"shape":"DescribeContactFlowModuleResponse"}, 1285 "errors":[ 1286 {"shape":"AccessDeniedException"}, 1287 {"shape":"InvalidRequestException"}, 1288 {"shape":"InvalidParameterException"}, 1289 {"shape":"ResourceNotFoundException"}, 1290 {"shape":"ThrottlingException"}, 1291 {"shape":"InternalServiceException"} 1292 ], 1293 "documentation":"<p>Describes the specified flow module.</p>" 1294 }, 1295 "DescribeEvaluationForm":{ 1296 "name":"DescribeEvaluationForm", 1297 "http":{ 1298 "method":"GET", 1299 "requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}" 1300 }, 1301 "input":{"shape":"DescribeEvaluationFormRequest"}, 1302 "output":{"shape":"DescribeEvaluationFormResponse"}, 1303 "errors":[ 1304 {"shape":"InvalidParameterException"}, 1305 {"shape":"ResourceNotFoundException"}, 1306 {"shape":"ThrottlingException"}, 1307 {"shape":"InternalServiceException"} 1308 ], 1309 "documentation":"<p>Describes an evaluation form in the specified Amazon Connect instance. If the version property is not provided, the latest version of the evaluation form is described.</p>" 1310 }, 1311 "DescribeHoursOfOperation":{ 1312 "name":"DescribeHoursOfOperation", 1313 "http":{ 1314 "method":"GET", 1315 "requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}" 1316 }, 1317 "input":{"shape":"DescribeHoursOfOperationRequest"}, 1318 "output":{"shape":"DescribeHoursOfOperationResponse"}, 1319 "errors":[ 1320 {"shape":"InvalidRequestException"}, 1321 {"shape":"InvalidParameterException"}, 1322 {"shape":"ResourceNotFoundException"}, 1323 {"shape":"ThrottlingException"}, 1324 {"shape":"InternalServiceException"} 1325 ], 1326 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Describes the hours of operation.</p>" 1327 }, 1328 "DescribeInstance":{ 1329 "name":"DescribeInstance", 1330 "http":{ 1331 "method":"GET", 1332 "requestUri":"/instance/{InstanceId}" 1333 }, 1334 "input":{"shape":"DescribeInstanceRequest"}, 1335 "output":{"shape":"DescribeInstanceResponse"}, 1336 "errors":[ 1337 {"shape":"InvalidRequestException"}, 1338 {"shape":"ResourceNotFoundException"}, 1339 {"shape":"InternalServiceException"} 1340 ], 1341 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Returns the current state of the specified instance identifier. It tracks the instance while it is being created and returns an error status, if applicable. </p> <p>If an instance is not created successfully, the instance status reason field returns details relevant to the reason. The instance in a failed state is returned only for 24 hours after the CreateInstance API was invoked.</p>" 1342 }, 1343 "DescribeInstanceAttribute":{ 1344 "name":"DescribeInstanceAttribute", 1345 "http":{ 1346 "method":"GET", 1347 "requestUri":"/instance/{InstanceId}/attribute/{AttributeType}" 1348 }, 1349 "input":{"shape":"DescribeInstanceAttributeRequest"}, 1350 "output":{"shape":"DescribeInstanceAttributeResponse"}, 1351 "errors":[ 1352 {"shape":"ResourceNotFoundException"}, 1353 {"shape":"InternalServiceException"}, 1354 {"shape":"InvalidRequestException"}, 1355 {"shape":"InvalidParameterException"}, 1356 {"shape":"ThrottlingException"} 1357 ], 1358 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Describes the specified instance attribute.</p>" 1359 }, 1360 "DescribeInstanceStorageConfig":{ 1361 "name":"DescribeInstanceStorageConfig", 1362 "http":{ 1363 "method":"GET", 1364 "requestUri":"/instance/{InstanceId}/storage-config/{AssociationId}" 1365 }, 1366 "input":{"shape":"DescribeInstanceStorageConfigRequest"}, 1367 "output":{"shape":"DescribeInstanceStorageConfigResponse"}, 1368 "errors":[ 1369 {"shape":"ResourceNotFoundException"}, 1370 {"shape":"InternalServiceException"}, 1371 {"shape":"InvalidRequestException"}, 1372 {"shape":"InvalidParameterException"}, 1373 {"shape":"ThrottlingException"} 1374 ], 1375 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Retrieves the current storage configurations for the specified resource type, association ID, and instance ID.</p>" 1376 }, 1377 "DescribePhoneNumber":{ 1378 "name":"DescribePhoneNumber", 1379 "http":{ 1380 "method":"GET", 1381 "requestUri":"/phone-number/{PhoneNumberId}" 1382 }, 1383 "input":{"shape":"DescribePhoneNumberRequest"}, 1384 "output":{"shape":"DescribePhoneNumberResponse"}, 1385 "errors":[ 1386 {"shape":"InvalidParameterException"}, 1387 {"shape":"ResourceNotFoundException"}, 1388 {"shape":"ThrottlingException"}, 1389 {"shape":"InternalServiceException"}, 1390 {"shape":"AccessDeniedException"} 1391 ], 1392 "documentation":"<p>Gets details and status of a phone number that’s claimed to your Amazon Connect instance or traffic distribution group.</p> <important> <p>If the number is claimed to a traffic distribution group, and you are calling in the Amazon Web Services Region where the traffic distribution group was created, you can use either a phone number ARN or UUID value for the <code>PhoneNumberId</code> URI request parameter. However, if the number is claimed to a traffic distribution group and you are calling this API in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a <code>ResourceNotFoundException</code>.</p> </important>" 1393 }, 1394 "DescribePredefinedAttribute":{ 1395 "name":"DescribePredefinedAttribute", 1396 "http":{ 1397 "method":"GET", 1398 "requestUri":"/predefined-attributes/{InstanceId}/{Name}" 1399 }, 1400 "input":{"shape":"DescribePredefinedAttributeRequest"}, 1401 "output":{"shape":"DescribePredefinedAttributeResponse"}, 1402 "errors":[ 1403 {"shape":"InvalidRequestException"}, 1404 {"shape":"InvalidParameterException"}, 1405 {"shape":"ResourceNotFoundException"}, 1406 {"shape":"ThrottlingException"}, 1407 {"shape":"InternalServiceException"} 1408 ], 1409 "documentation":"<p>Describes a predefined attribute for the specified Amazon Connect instance.</p>" 1410 }, 1411 "DescribePrompt":{ 1412 "name":"DescribePrompt", 1413 "http":{ 1414 "method":"GET", 1415 "requestUri":"/prompts/{InstanceId}/{PromptId}" 1416 }, 1417 "input":{"shape":"DescribePromptRequest"}, 1418 "output":{"shape":"DescribePromptResponse"}, 1419 "errors":[ 1420 {"shape":"InvalidRequestException"}, 1421 {"shape":"InvalidParameterException"}, 1422 {"shape":"ResourceNotFoundException"}, 1423 {"shape":"ThrottlingException"}, 1424 {"shape":"InternalServiceException"} 1425 ], 1426 "documentation":"<p>Describes the prompt.</p>" 1427 }, 1428 "DescribeQueue":{ 1429 "name":"DescribeQueue", 1430 "http":{ 1431 "method":"GET", 1432 "requestUri":"/queues/{InstanceId}/{QueueId}" 1433 }, 1434 "input":{"shape":"DescribeQueueRequest"}, 1435 "output":{"shape":"DescribeQueueResponse"}, 1436 "errors":[ 1437 {"shape":"InvalidRequestException"}, 1438 {"shape":"InvalidParameterException"}, 1439 {"shape":"ResourceNotFoundException"}, 1440 {"shape":"ThrottlingException"}, 1441 {"shape":"InternalServiceException"} 1442 ], 1443 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Describes the specified queue.</p>" 1444 }, 1445 "DescribeQuickConnect":{ 1446 "name":"DescribeQuickConnect", 1447 "http":{ 1448 "method":"GET", 1449 "requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}" 1450 }, 1451 "input":{"shape":"DescribeQuickConnectRequest"}, 1452 "output":{"shape":"DescribeQuickConnectResponse"}, 1453 "errors":[ 1454 {"shape":"InvalidRequestException"}, 1455 {"shape":"InvalidParameterException"}, 1456 {"shape":"ResourceNotFoundException"}, 1457 {"shape":"ThrottlingException"}, 1458 {"shape":"InternalServiceException"} 1459 ], 1460 "documentation":"<p>Describes the quick connect.</p>" 1461 }, 1462 "DescribeRoutingProfile":{ 1463 "name":"DescribeRoutingProfile", 1464 "http":{ 1465 "method":"GET", 1466 "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}" 1467 }, 1468 "input":{"shape":"DescribeRoutingProfileRequest"}, 1469 "output":{"shape":"DescribeRoutingProfileResponse"}, 1470 "errors":[ 1471 {"shape":"InvalidRequestException"}, 1472 {"shape":"InvalidParameterException"}, 1473 {"shape":"ResourceNotFoundException"}, 1474 {"shape":"ThrottlingException"}, 1475 {"shape":"InternalServiceException"} 1476 ], 1477 "documentation":"<p>Describes the specified routing profile.</p>" 1478 }, 1479 "DescribeRule":{ 1480 "name":"DescribeRule", 1481 "http":{ 1482 "method":"GET", 1483 "requestUri":"/rules/{InstanceId}/{RuleId}" 1484 }, 1485 "input":{"shape":"DescribeRuleRequest"}, 1486 "output":{"shape":"DescribeRuleResponse"}, 1487 "errors":[ 1488 {"shape":"InvalidRequestException"}, 1489 {"shape":"ResourceNotFoundException"}, 1490 {"shape":"InternalServiceException"}, 1491 {"shape":"ThrottlingException"}, 1492 {"shape":"AccessDeniedException"} 1493 ], 1494 "documentation":"<p>Describes a rule for the specified Amazon Connect instance.</p>" 1495 }, 1496 "DescribeSecurityProfile":{ 1497 "name":"DescribeSecurityProfile", 1498 "http":{ 1499 "method":"GET", 1500 "requestUri":"/security-profiles/{InstanceId}/{SecurityProfileId}" 1501 }, 1502 "input":{"shape":"DescribeSecurityProfileRequest"}, 1503 "output":{"shape":"DescribeSecurityProfileResponse"}, 1504 "errors":[ 1505 {"shape":"InvalidRequestException"}, 1506 {"shape":"InvalidParameterException"}, 1507 {"shape":"ResourceNotFoundException"}, 1508 {"shape":"ThrottlingException"}, 1509 {"shape":"InternalServiceException"} 1510 ], 1511 "documentation":"<p>Gets basic information about the security profle.</p>" 1512 }, 1513 "DescribeTrafficDistributionGroup":{ 1514 "name":"DescribeTrafficDistributionGroup", 1515 "http":{ 1516 "method":"GET", 1517 "requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}" 1518 }, 1519 "input":{"shape":"DescribeTrafficDistributionGroupRequest"}, 1520 "output":{"shape":"DescribeTrafficDistributionGroupResponse"}, 1521 "errors":[ 1522 {"shape":"InvalidRequestException"}, 1523 {"shape":"AccessDeniedException"}, 1524 {"shape":"ResourceNotFoundException"}, 1525 {"shape":"InternalServiceException"}, 1526 {"shape":"ThrottlingException"} 1527 ], 1528 "documentation":"<p>Gets details and status of a traffic distribution group.</p>" 1529 }, 1530 "DescribeUser":{ 1531 "name":"DescribeUser", 1532 "http":{ 1533 "method":"GET", 1534 "requestUri":"/users/{InstanceId}/{UserId}" 1535 }, 1536 "input":{"shape":"DescribeUserRequest"}, 1537 "output":{"shape":"DescribeUserResponse"}, 1538 "errors":[ 1539 {"shape":"InvalidRequestException"}, 1540 {"shape":"InvalidParameterException"}, 1541 {"shape":"ResourceNotFoundException"}, 1542 {"shape":"ThrottlingException"}, 1543 {"shape":"InternalServiceException"} 1544 ], 1545 "documentation":"<p>Describes the specified user. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID in the Amazon Connect console</a> (it’s the final part of the ARN). The console does not display the user IDs. Instead, list the users and note the IDs provided in the output.</p>" 1546 }, 1547 "DescribeUserHierarchyGroup":{ 1548 "name":"DescribeUserHierarchyGroup", 1549 "http":{ 1550 "method":"GET", 1551 "requestUri":"/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}" 1552 }, 1553 "input":{"shape":"DescribeUserHierarchyGroupRequest"}, 1554 "output":{"shape":"DescribeUserHierarchyGroupResponse"}, 1555 "errors":[ 1556 {"shape":"InvalidRequestException"}, 1557 {"shape":"InvalidParameterException"}, 1558 {"shape":"ResourceNotFoundException"}, 1559 {"shape":"ThrottlingException"}, 1560 {"shape":"InternalServiceException"} 1561 ], 1562 "documentation":"<p>Describes the specified hierarchy group.</p>" 1563 }, 1564 "DescribeUserHierarchyStructure":{ 1565 "name":"DescribeUserHierarchyStructure", 1566 "http":{ 1567 "method":"GET", 1568 "requestUri":"/user-hierarchy-structure/{InstanceId}" 1569 }, 1570 "input":{"shape":"DescribeUserHierarchyStructureRequest"}, 1571 "output":{"shape":"DescribeUserHierarchyStructureResponse"}, 1572 "errors":[ 1573 {"shape":"InvalidRequestException"}, 1574 {"shape":"InvalidParameterException"}, 1575 {"shape":"ResourceNotFoundException"}, 1576 {"shape":"ThrottlingException"}, 1577 {"shape":"InternalServiceException"} 1578 ], 1579 "documentation":"<p>Describes the hierarchy structure of the specified Amazon Connect instance.</p>" 1580 }, 1581 "DescribeView":{ 1582 "name":"DescribeView", 1583 "http":{ 1584 "method":"GET", 1585 "requestUri":"/views/{InstanceId}/{ViewId}" 1586 }, 1587 "input":{"shape":"DescribeViewRequest"}, 1588 "output":{"shape":"DescribeViewResponse"}, 1589 "errors":[ 1590 {"shape":"AccessDeniedException"}, 1591 {"shape":"InvalidRequestException"}, 1592 {"shape":"InvalidParameterException"}, 1593 {"shape":"ResourceNotFoundException"}, 1594 {"shape":"InternalServiceException"}, 1595 {"shape":"TooManyRequestsException"} 1596 ], 1597 "documentation":"<p>Retrieves the view for the specified Amazon Connect instance and view identifier.</p> <p>The view identifier can be supplied as a ViewId or ARN.</p> <p> <code>$SAVED</code> needs to be supplied if a view is unpublished.</p> <p>The view identifier can contain an optional qualifier, for example, <code><view-id>:$SAVED</code>, which is either an actual version number or an Amazon Connect managed qualifier <code>$SAVED | $LATEST</code>. If it is not supplied, then <code>$LATEST</code> is assumed for customer managed views and an error is returned if there is no published content available. Version 1 is assumed for Amazon Web Services managed views.</p>" 1598 }, 1599 "DescribeVocabulary":{ 1600 "name":"DescribeVocabulary", 1601 "http":{ 1602 "method":"GET", 1603 "requestUri":"/vocabulary/{InstanceId}/{VocabularyId}" 1604 }, 1605 "input":{"shape":"DescribeVocabularyRequest"}, 1606 "output":{"shape":"DescribeVocabularyResponse"}, 1607 "errors":[ 1608 {"shape":"InvalidRequestException"}, 1609 {"shape":"ResourceNotFoundException"}, 1610 {"shape":"InternalServiceException"}, 1611 {"shape":"ThrottlingException"}, 1612 {"shape":"AccessDeniedException"} 1613 ], 1614 "documentation":"<p>Describes the specified vocabulary.</p>" 1615 }, 1616 "DisassociateAnalyticsDataSet":{ 1617 "name":"DisassociateAnalyticsDataSet", 1618 "http":{ 1619 "method":"POST", 1620 "requestUri":"/analytics-data/instance/{InstanceId}/association" 1621 }, 1622 "input":{"shape":"DisassociateAnalyticsDataSetRequest"}, 1623 "errors":[ 1624 {"shape":"InvalidRequestException"}, 1625 {"shape":"InvalidParameterException"}, 1626 {"shape":"ResourceNotFoundException"}, 1627 {"shape":"ThrottlingException"}, 1628 {"shape":"InternalServiceException"} 1629 ], 1630 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Removes the dataset ID associated with a given Amazon Connect instance.</p>" 1631 }, 1632 "DisassociateApprovedOrigin":{ 1633 "name":"DisassociateApprovedOrigin", 1634 "http":{ 1635 "method":"DELETE", 1636 "requestUri":"/instance/{InstanceId}/approved-origin" 1637 }, 1638 "input":{"shape":"DisassociateApprovedOriginRequest"}, 1639 "errors":[ 1640 {"shape":"ResourceNotFoundException"}, 1641 {"shape":"InternalServiceException"}, 1642 {"shape":"InvalidRequestException"}, 1643 {"shape":"InvalidParameterException"}, 1644 {"shape":"ThrottlingException"} 1645 ], 1646 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Revokes access to integrated applications from Amazon Connect.</p>" 1647 }, 1648 "DisassociateBot":{ 1649 "name":"DisassociateBot", 1650 "http":{ 1651 "method":"POST", 1652 "requestUri":"/instance/{InstanceId}/bot" 1653 }, 1654 "input":{"shape":"DisassociateBotRequest"}, 1655 "errors":[ 1656 {"shape":"ResourceNotFoundException"}, 1657 {"shape":"InternalServiceException"}, 1658 {"shape":"InvalidRequestException"}, 1659 {"shape":"ThrottlingException"} 1660 ], 1661 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2 bot. </p>" 1662 }, 1663 "DisassociateFlow":{ 1664 "name":"DisassociateFlow", 1665 "http":{ 1666 "method":"DELETE", 1667 "requestUri":"/flow-associations/{InstanceId}/{ResourceId}/{ResourceType}" 1668 }, 1669 "input":{"shape":"DisassociateFlowRequest"}, 1670 "output":{"shape":"DisassociateFlowResponse"}, 1671 "errors":[ 1672 {"shape":"AccessDeniedException"}, 1673 {"shape":"ResourceNotFoundException"}, 1674 {"shape":"InternalServiceException"}, 1675 {"shape":"InvalidRequestException"}, 1676 {"shape":"InvalidParameterException"}, 1677 {"shape":"ThrottlingException"} 1678 ], 1679 "documentation":"<p>Disassociates a connect resource from a flow.</p>" 1680 }, 1681 "DisassociateInstanceStorageConfig":{ 1682 "name":"DisassociateInstanceStorageConfig", 1683 "http":{ 1684 "method":"DELETE", 1685 "requestUri":"/instance/{InstanceId}/storage-config/{AssociationId}" 1686 }, 1687 "input":{"shape":"DisassociateInstanceStorageConfigRequest"}, 1688 "errors":[ 1689 {"shape":"ResourceNotFoundException"}, 1690 {"shape":"InternalServiceException"}, 1691 {"shape":"InvalidRequestException"}, 1692 {"shape":"InvalidParameterException"}, 1693 {"shape":"ThrottlingException"} 1694 ], 1695 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Removes the storage type configurations for the specified resource type and association ID.</p>" 1696 }, 1697 "DisassociateLambdaFunction":{ 1698 "name":"DisassociateLambdaFunction", 1699 "http":{ 1700 "method":"DELETE", 1701 "requestUri":"/instance/{InstanceId}/lambda-function" 1702 }, 1703 "input":{"shape":"DisassociateLambdaFunctionRequest"}, 1704 "errors":[ 1705 {"shape":"ResourceNotFoundException"}, 1706 {"shape":"InternalServiceException"}, 1707 {"shape":"InvalidRequestException"}, 1708 {"shape":"InvalidParameterException"}, 1709 {"shape":"ThrottlingException"} 1710 ], 1711 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Remove the Lambda function from the dropdown options available in the relevant flow blocks.</p>" 1712 }, 1713 "DisassociateLexBot":{ 1714 "name":"DisassociateLexBot", 1715 "http":{ 1716 "method":"DELETE", 1717 "requestUri":"/instance/{InstanceId}/lex-bot" 1718 }, 1719 "input":{"shape":"DisassociateLexBotRequest"}, 1720 "errors":[ 1721 {"shape":"ResourceNotFoundException"}, 1722 {"shape":"InternalServiceException"}, 1723 {"shape":"InvalidRequestException"}, 1724 {"shape":"InvalidParameterException"}, 1725 {"shape":"ThrottlingException"} 1726 ], 1727 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Revokes authorization from the specified instance to access the specified Amazon Lex bot.</p>" 1728 }, 1729 "DisassociatePhoneNumberContactFlow":{ 1730 "name":"DisassociatePhoneNumberContactFlow", 1731 "http":{ 1732 "method":"DELETE", 1733 "requestUri":"/phone-number/{PhoneNumberId}/contact-flow" 1734 }, 1735 "input":{"shape":"DisassociatePhoneNumberContactFlowRequest"}, 1736 "errors":[ 1737 {"shape":"InvalidParameterException"}, 1738 {"shape":"ResourceNotFoundException"}, 1739 {"shape":"ThrottlingException"}, 1740 {"shape":"InternalServiceException"}, 1741 {"shape":"AccessDeniedException"} 1742 ], 1743 "documentation":"<p>Removes the flow association from a phone number claimed to your Amazon Connect instance.</p> <important> <p>If the number is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the <code>PhoneNumberId</code> URI request parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a <code>ResourceNotFoundException</code>.</p> </important>" 1744 }, 1745 "DisassociateQueueQuickConnects":{ 1746 "name":"DisassociateQueueQuickConnects", 1747 "http":{ 1748 "method":"POST", 1749 "requestUri":"/queues/{InstanceId}/{QueueId}/disassociate-quick-connects" 1750 }, 1751 "input":{"shape":"DisassociateQueueQuickConnectsRequest"}, 1752 "errors":[ 1753 {"shape":"InvalidRequestException"}, 1754 {"shape":"InvalidParameterException"}, 1755 {"shape":"ResourceNotFoundException"}, 1756 {"shape":"ThrottlingException"}, 1757 {"shape":"InternalServiceException"} 1758 ], 1759 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Disassociates a set of quick connects from a queue.</p>" 1760 }, 1761 "DisassociateRoutingProfileQueues":{ 1762 "name":"DisassociateRoutingProfileQueues", 1763 "http":{ 1764 "method":"POST", 1765 "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/disassociate-queues" 1766 }, 1767 "input":{"shape":"DisassociateRoutingProfileQueuesRequest"}, 1768 "errors":[ 1769 {"shape":"InvalidRequestException"}, 1770 {"shape":"InvalidParameterException"}, 1771 {"shape":"ResourceNotFoundException"}, 1772 {"shape":"ThrottlingException"}, 1773 {"shape":"InternalServiceException"} 1774 ], 1775 "documentation":"<p>Disassociates a set of queues from a routing profile.</p>" 1776 }, 1777 "DisassociateSecurityKey":{ 1778 "name":"DisassociateSecurityKey", 1779 "http":{ 1780 "method":"DELETE", 1781 "requestUri":"/instance/{InstanceId}/security-key/{AssociationId}" 1782 }, 1783 "input":{"shape":"DisassociateSecurityKeyRequest"}, 1784 "errors":[ 1785 {"shape":"ResourceNotFoundException"}, 1786 {"shape":"InternalServiceException"}, 1787 {"shape":"InvalidRequestException"}, 1788 {"shape":"InvalidParameterException"}, 1789 {"shape":"ThrottlingException"} 1790 ], 1791 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Deletes the specified security key.</p>" 1792 }, 1793 "DisassociateTrafficDistributionGroupUser":{ 1794 "name":"DisassociateTrafficDistributionGroupUser", 1795 "http":{ 1796 "method":"DELETE", 1797 "requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}/user" 1798 }, 1799 "input":{"shape":"DisassociateTrafficDistributionGroupUserRequest"}, 1800 "output":{"shape":"DisassociateTrafficDistributionGroupUserResponse"}, 1801 "errors":[ 1802 {"shape":"InvalidRequestException"}, 1803 {"shape":"AccessDeniedException"}, 1804 {"shape":"ThrottlingException"}, 1805 {"shape":"ResourceNotFoundException"}, 1806 {"shape":"ResourceConflictException"}, 1807 {"shape":"InternalServiceException"} 1808 ], 1809 "documentation":"<p>Disassociates an agent from a traffic distribution group.</p>", 1810 "idempotent":true 1811 }, 1812 "DisassociateUserProficiencies":{ 1813 "name":"DisassociateUserProficiencies", 1814 "http":{ 1815 "method":"POST", 1816 "requestUri":"/users/{InstanceId}/{UserId}/disassociate-proficiencies" 1817 }, 1818 "input":{"shape":"DisassociateUserProficienciesRequest"}, 1819 "errors":[ 1820 {"shape":"InvalidRequestException"}, 1821 {"shape":"InvalidParameterException"}, 1822 {"shape":"ResourceNotFoundException"}, 1823 {"shape":"ThrottlingException"}, 1824 {"shape":"InternalServiceException"} 1825 ], 1826 "documentation":"<p>Disassociates a set of proficiencies from a user.</p>" 1827 }, 1828 "DismissUserContact":{ 1829 "name":"DismissUserContact", 1830 "http":{ 1831 "method":"POST", 1832 "requestUri":"/users/{InstanceId}/{UserId}/contact" 1833 }, 1834 "input":{"shape":"DismissUserContactRequest"}, 1835 "output":{"shape":"DismissUserContactResponse"}, 1836 "errors":[ 1837 {"shape":"InvalidRequestException"}, 1838 {"shape":"InvalidParameterException"}, 1839 {"shape":"ResourceNotFoundException"}, 1840 {"shape":"ThrottlingException"}, 1841 {"shape":"AccessDeniedException"}, 1842 {"shape":"InternalServiceException"} 1843 ], 1844 "documentation":"<p>Dismisses contacts from an agent’s CCP and returns the agent to an available state, which allows the agent to receive a new routed contact. Contacts can only be dismissed if they are in a <code>MISSED</code>, <code>ERROR</code>, <code>ENDED</code>, or <code>REJECTED</code> state in the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/about-contact-states.html\">Agent Event Stream</a>.</p>" 1845 }, 1846 "GetContactAttributes":{ 1847 "name":"GetContactAttributes", 1848 "http":{ 1849 "method":"GET", 1850 "requestUri":"/contact/attributes/{InstanceId}/{InitialContactId}" 1851 }, 1852 "input":{"shape":"GetContactAttributesRequest"}, 1853 "output":{"shape":"GetContactAttributesResponse"}, 1854 "errors":[ 1855 {"shape":"InvalidRequestException"}, 1856 {"shape":"ResourceNotFoundException"}, 1857 {"shape":"InternalServiceException"} 1858 ], 1859 "documentation":"<p>Retrieves the contact attributes for the specified contact.</p>" 1860 }, 1861 "GetCurrentMetricData":{ 1862 "name":"GetCurrentMetricData", 1863 "http":{ 1864 "method":"POST", 1865 "requestUri":"/metrics/current/{InstanceId}" 1866 }, 1867 "input":{"shape":"GetCurrentMetricDataRequest"}, 1868 "output":{"shape":"GetCurrentMetricDataResponse"}, 1869 "errors":[ 1870 {"shape":"InvalidRequestException"}, 1871 {"shape":"InvalidParameterException"}, 1872 {"shape":"InternalServiceException"}, 1873 {"shape":"ThrottlingException"}, 1874 {"shape":"ResourceNotFoundException"} 1875 ], 1876 "documentation":"<p>Gets the real-time metric data from the specified Amazon Connect instance.</p> <p>For a description of each metric, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html\">Real-time Metrics Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 1877 }, 1878 "GetCurrentUserData":{ 1879 "name":"GetCurrentUserData", 1880 "http":{ 1881 "method":"POST", 1882 "requestUri":"/metrics/userdata/{InstanceId}" 1883 }, 1884 "input":{"shape":"GetCurrentUserDataRequest"}, 1885 "output":{"shape":"GetCurrentUserDataResponse"}, 1886 "errors":[ 1887 {"shape":"InvalidRequestException"}, 1888 {"shape":"InvalidParameterException"}, 1889 {"shape":"InternalServiceException"}, 1890 {"shape":"ThrottlingException"}, 1891 {"shape":"ResourceNotFoundException"} 1892 ], 1893 "documentation":"<p>Gets the real-time active user data from the specified Amazon Connect instance. </p>" 1894 }, 1895 "GetFederationToken":{ 1896 "name":"GetFederationToken", 1897 "http":{ 1898 "method":"GET", 1899 "requestUri":"/user/federate/{InstanceId}" 1900 }, 1901 "input":{"shape":"GetFederationTokenRequest"}, 1902 "output":{"shape":"GetFederationTokenResponse"}, 1903 "errors":[ 1904 {"shape":"InvalidRequestException"}, 1905 {"shape":"InvalidParameterException"}, 1906 {"shape":"ResourceNotFoundException"}, 1907 {"shape":"UserNotFoundException"}, 1908 {"shape":"InternalServiceException"}, 1909 {"shape":"DuplicateResourceException"} 1910 ], 1911 "documentation":"<p>Supports SAML sign-in for Amazon Connect. Retrieves a token for federation. The token is for the Amazon Connect user which corresponds to the IAM credentials that were used to invoke this action. </p> <p>For more information about how SAML sign-in works in Amazon Connect, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/configure-saml.html \">Configure SAML with IAM for Amazon Connect in the <i>Amazon Connect Administrator Guide</i>.</a> </p> <note> <p>This API doesn't support root users. If you try to invoke GetFederationToken with root credentials, an error message similar to the following one appears: </p> <p> <code>Provided identity: Principal: .... User: .... cannot be used for federation with Amazon Connect</code> </p> </note>" 1912 }, 1913 "GetFlowAssociation":{ 1914 "name":"GetFlowAssociation", 1915 "http":{ 1916 "method":"GET", 1917 "requestUri":"/flow-associations/{InstanceId}/{ResourceId}/{ResourceType}" 1918 }, 1919 "input":{"shape":"GetFlowAssociationRequest"}, 1920 "output":{"shape":"GetFlowAssociationResponse"}, 1921 "errors":[ 1922 {"shape":"AccessDeniedException"}, 1923 {"shape":"ResourceNotFoundException"}, 1924 {"shape":"InternalServiceException"}, 1925 {"shape":"InvalidRequestException"}, 1926 {"shape":"InvalidParameterException"}, 1927 {"shape":"ThrottlingException"} 1928 ], 1929 "documentation":"<p>Retrieves the flow associated for a given resource.</p>" 1930 }, 1931 "GetMetricData":{ 1932 "name":"GetMetricData", 1933 "http":{ 1934 "method":"POST", 1935 "requestUri":"/metrics/historical/{InstanceId}" 1936 }, 1937 "input":{"shape":"GetMetricDataRequest"}, 1938 "output":{"shape":"GetMetricDataResponse"}, 1939 "errors":[ 1940 {"shape":"InvalidRequestException"}, 1941 {"shape":"InvalidParameterException"}, 1942 {"shape":"InternalServiceException"}, 1943 {"shape":"ThrottlingException"}, 1944 {"shape":"ResourceNotFoundException"} 1945 ], 1946 "documentation":"<p>Gets historical metric data from the specified Amazon Connect instance.</p> <p>For a description of each historical metric, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html\">Historical Metrics Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <note> <p>We recommend using the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricDataV2.html\">GetMetricDataV2</a> API. It provides more flexibility, features, and the ability to query longer time ranges than <code>GetMetricData</code>. Use it to retrieve historical agent and contact metrics for the last 3 months, at varying intervals. You can also use it to build custom dashboards to measure historical queue and agent performance. For example, you can track the number of incoming contacts for the last 7 days, with data split by day, to see how contact volume changed per day of the week.</p> </note>" 1947 }, 1948 "GetMetricDataV2":{ 1949 "name":"GetMetricDataV2", 1950 "http":{ 1951 "method":"POST", 1952 "requestUri":"/metrics/data" 1953 }, 1954 "input":{"shape":"GetMetricDataV2Request"}, 1955 "output":{"shape":"GetMetricDataV2Response"}, 1956 "errors":[ 1957 {"shape":"InvalidRequestException"}, 1958 {"shape":"InvalidParameterException"}, 1959 {"shape":"InternalServiceException"}, 1960 {"shape":"ThrottlingException"}, 1961 {"shape":"ResourceNotFoundException"} 1962 ], 1963 "documentation":"<p>Gets metric data from the specified Amazon Connect instance. </p> <p> <code>GetMetricDataV2</code> offers more features than <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricData.html\">GetMetricData</a>, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 3 months, at varying intervals. </p> <p>For a description of the historical metrics that are supported by <code>GetMetricDataV2</code> and <code>GetMetricData</code>, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html\">Historical metrics definitions</a> in the <i>Amazon Connect Administrator's Guide</i>.</p>" 1964 }, 1965 "GetPromptFile":{ 1966 "name":"GetPromptFile", 1967 "http":{ 1968 "method":"GET", 1969 "requestUri":"/prompts/{InstanceId}/{PromptId}/file" 1970 }, 1971 "input":{"shape":"GetPromptFileRequest"}, 1972 "output":{"shape":"GetPromptFileResponse"}, 1973 "errors":[ 1974 {"shape":"InvalidParameterException"}, 1975 {"shape":"InvalidRequestException"}, 1976 {"shape":"ResourceNotFoundException"}, 1977 {"shape":"ThrottlingException"}, 1978 {"shape":"InternalServiceException"} 1979 ], 1980 "documentation":"<p>Gets the prompt file.</p>" 1981 }, 1982 "GetTaskTemplate":{ 1983 "name":"GetTaskTemplate", 1984 "http":{ 1985 "method":"GET", 1986 "requestUri":"/instance/{InstanceId}/task/template/{TaskTemplateId}" 1987 }, 1988 "input":{"shape":"GetTaskTemplateRequest"}, 1989 "output":{"shape":"GetTaskTemplateResponse"}, 1990 "errors":[ 1991 {"shape":"InvalidRequestException"}, 1992 {"shape":"InvalidParameterException"}, 1993 {"shape":"ResourceNotFoundException"}, 1994 {"shape":"ThrottlingException"}, 1995 {"shape":"InternalServiceException"} 1996 ], 1997 "documentation":"<p>Gets details about a specific task template in the specified Amazon Connect instance.</p>" 1998 }, 1999 "GetTrafficDistribution":{ 2000 "name":"GetTrafficDistribution", 2001 "http":{ 2002 "method":"GET", 2003 "requestUri":"/traffic-distribution/{Id}" 2004 }, 2005 "input":{"shape":"GetTrafficDistributionRequest"}, 2006 "output":{"shape":"GetTrafficDistributionResponse"}, 2007 "errors":[ 2008 {"shape":"InvalidRequestException"}, 2009 {"shape":"AccessDeniedException"}, 2010 {"shape":"ResourceNotFoundException"}, 2011 {"shape":"InternalServiceException"}, 2012 {"shape":"ThrottlingException"} 2013 ], 2014 "documentation":"<p>Retrieves the current traffic distribution for a given traffic distribution group.</p>" 2015 }, 2016 "ImportPhoneNumber":{ 2017 "name":"ImportPhoneNumber", 2018 "http":{ 2019 "method":"POST", 2020 "requestUri":"/phone-number/import" 2021 }, 2022 "input":{"shape":"ImportPhoneNumberRequest"}, 2023 "output":{"shape":"ImportPhoneNumberResponse"}, 2024 "errors":[ 2025 {"shape":"InvalidParameterException"}, 2026 {"shape":"ResourceNotFoundException"}, 2027 {"shape":"ThrottlingException"}, 2028 {"shape":"InternalServiceException"}, 2029 {"shape":"IdempotencyException"}, 2030 {"shape":"AccessDeniedException"} 2031 ], 2032 "documentation":"<p>Imports a claimed phone number from an external service, such as Amazon Pinpoint, into an Amazon Connect instance. You can call this API only in the same Amazon Web Services Region where the Amazon Connect instance was created.</p>" 2033 }, 2034 "ListAgentStatuses":{ 2035 "name":"ListAgentStatuses", 2036 "http":{ 2037 "method":"GET", 2038 "requestUri":"/agent-status/{InstanceId}" 2039 }, 2040 "input":{"shape":"ListAgentStatusRequest"}, 2041 "output":{"shape":"ListAgentStatusResponse"}, 2042 "errors":[ 2043 {"shape":"InvalidRequestException"}, 2044 {"shape":"InvalidParameterException"}, 2045 {"shape":"ResourceNotFoundException"}, 2046 {"shape":"ThrottlingException"}, 2047 {"shape":"InternalServiceException"} 2048 ], 2049 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Lists agent statuses.</p>" 2050 }, 2051 "ListAnalyticsDataAssociations":{ 2052 "name":"ListAnalyticsDataAssociations", 2053 "http":{ 2054 "method":"GET", 2055 "requestUri":"/analytics-data/instance/{InstanceId}/association" 2056 }, 2057 "input":{"shape":"ListAnalyticsDataAssociationsRequest"}, 2058 "output":{"shape":"ListAnalyticsDataAssociationsResponse"}, 2059 "errors":[ 2060 {"shape":"InvalidRequestException"}, 2061 {"shape":"InvalidParameterException"}, 2062 {"shape":"ResourceNotFoundException"}, 2063 {"shape":"ThrottlingException"}, 2064 {"shape":"InternalServiceException"} 2065 ], 2066 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Lists the association status of requested dataset ID for a given Amazon Connect instance.</p>" 2067 }, 2068 "ListApprovedOrigins":{ 2069 "name":"ListApprovedOrigins", 2070 "http":{ 2071 "method":"GET", 2072 "requestUri":"/instance/{InstanceId}/approved-origins" 2073 }, 2074 "input":{"shape":"ListApprovedOriginsRequest"}, 2075 "output":{"shape":"ListApprovedOriginsResponse"}, 2076 "errors":[ 2077 {"shape":"ResourceNotFoundException"}, 2078 {"shape":"InternalServiceException"}, 2079 {"shape":"InvalidRequestException"}, 2080 {"shape":"InvalidParameterException"}, 2081 {"shape":"ThrottlingException"} 2082 ], 2083 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Returns a paginated list of all approved origins associated with the instance.</p>" 2084 }, 2085 "ListBots":{ 2086 "name":"ListBots", 2087 "http":{ 2088 "method":"GET", 2089 "requestUri":"/instance/{InstanceId}/bots" 2090 }, 2091 "input":{"shape":"ListBotsRequest"}, 2092 "output":{"shape":"ListBotsResponse"}, 2093 "errors":[ 2094 {"shape":"ResourceNotFoundException"}, 2095 {"shape":"InternalServiceException"}, 2096 {"shape":"InvalidRequestException"}, 2097 {"shape":"ThrottlingException"} 2098 ], 2099 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance. Use this API to returns both Amazon Lex V1 and V2 bots.</p>" 2100 }, 2101 "ListContactEvaluations":{ 2102 "name":"ListContactEvaluations", 2103 "http":{ 2104 "method":"GET", 2105 "requestUri":"/contact-evaluations/{InstanceId}" 2106 }, 2107 "input":{"shape":"ListContactEvaluationsRequest"}, 2108 "output":{"shape":"ListContactEvaluationsResponse"}, 2109 "errors":[ 2110 {"shape":"InvalidParameterException"}, 2111 {"shape":"ResourceNotFoundException"}, 2112 {"shape":"ThrottlingException"}, 2113 {"shape":"InternalServiceException"} 2114 ], 2115 "documentation":"<p>Lists contact evaluations in the specified Amazon Connect instance.</p>" 2116 }, 2117 "ListContactFlowModules":{ 2118 "name":"ListContactFlowModules", 2119 "http":{ 2120 "method":"GET", 2121 "requestUri":"/contact-flow-modules-summary/{InstanceId}" 2122 }, 2123 "input":{"shape":"ListContactFlowModulesRequest"}, 2124 "output":{"shape":"ListContactFlowModulesResponse"}, 2125 "errors":[ 2126 {"shape":"AccessDeniedException"}, 2127 {"shape":"InvalidRequestException"}, 2128 {"shape":"InvalidParameterException"}, 2129 {"shape":"ResourceNotFoundException"}, 2130 {"shape":"ThrottlingException"}, 2131 {"shape":"InternalServiceException"} 2132 ], 2133 "documentation":"<p>Provides information about the flow modules for the specified Amazon Connect instance.</p>" 2134 }, 2135 "ListContactFlows":{ 2136 "name":"ListContactFlows", 2137 "http":{ 2138 "method":"GET", 2139 "requestUri":"/contact-flows-summary/{InstanceId}" 2140 }, 2141 "input":{"shape":"ListContactFlowsRequest"}, 2142 "output":{"shape":"ListContactFlowsResponse"}, 2143 "errors":[ 2144 {"shape":"InvalidRequestException"}, 2145 {"shape":"InvalidParameterException"}, 2146 {"shape":"ResourceNotFoundException"}, 2147 {"shape":"ThrottlingException"}, 2148 {"shape":"InternalServiceException"} 2149 ], 2150 "documentation":"<p>Provides information about the flows for the specified Amazon Connect instance.</p> <p>You can also create and update flows using the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html\">Amazon Connect Flow language</a>.</p> <p>For more information about flows, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html\">Flows</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 2151 }, 2152 "ListContactReferences":{ 2153 "name":"ListContactReferences", 2154 "http":{ 2155 "method":"GET", 2156 "requestUri":"/contact/references/{InstanceId}/{ContactId}" 2157 }, 2158 "input":{"shape":"ListContactReferencesRequest"}, 2159 "output":{"shape":"ListContactReferencesResponse"}, 2160 "errors":[ 2161 {"shape":"InvalidRequestException"}, 2162 {"shape":"InvalidParameterException"}, 2163 {"shape":"ResourceNotFoundException"}, 2164 {"shape":"InternalServiceException"}, 2165 {"shape":"ThrottlingException"} 2166 ], 2167 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>For the specified <code>referenceTypes</code>, returns a list of references associated with the contact. </p>" 2168 }, 2169 "ListDefaultVocabularies":{ 2170 "name":"ListDefaultVocabularies", 2171 "http":{ 2172 "method":"POST", 2173 "requestUri":"/default-vocabulary-summary/{InstanceId}" 2174 }, 2175 "input":{"shape":"ListDefaultVocabulariesRequest"}, 2176 "output":{"shape":"ListDefaultVocabulariesResponse"}, 2177 "errors":[ 2178 {"shape":"InvalidRequestException"}, 2179 {"shape":"InternalServiceException"}, 2180 {"shape":"ThrottlingException"}, 2181 {"shape":"AccessDeniedException"} 2182 ], 2183 "documentation":"<p>Lists the default vocabularies for the specified Amazon Connect instance.</p>" 2184 }, 2185 "ListEvaluationFormVersions":{ 2186 "name":"ListEvaluationFormVersions", 2187 "http":{ 2188 "method":"GET", 2189 "requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}/versions" 2190 }, 2191 "input":{"shape":"ListEvaluationFormVersionsRequest"}, 2192 "output":{"shape":"ListEvaluationFormVersionsResponse"}, 2193 "errors":[ 2194 {"shape":"InvalidParameterException"}, 2195 {"shape":"ResourceNotFoundException"}, 2196 {"shape":"ThrottlingException"}, 2197 {"shape":"InternalServiceException"} 2198 ], 2199 "documentation":"<p>Lists versions of an evaluation form in the specified Amazon Connect instance.</p>" 2200 }, 2201 "ListEvaluationForms":{ 2202 "name":"ListEvaluationForms", 2203 "http":{ 2204 "method":"GET", 2205 "requestUri":"/evaluation-forms/{InstanceId}" 2206 }, 2207 "input":{"shape":"ListEvaluationFormsRequest"}, 2208 "output":{"shape":"ListEvaluationFormsResponse"}, 2209 "errors":[ 2210 {"shape":"InvalidParameterException"}, 2211 {"shape":"ResourceNotFoundException"}, 2212 {"shape":"ThrottlingException"}, 2213 {"shape":"InternalServiceException"} 2214 ], 2215 "documentation":"<p>Lists evaluation forms in the specified Amazon Connect instance.</p>" 2216 }, 2217 "ListFlowAssociations":{ 2218 "name":"ListFlowAssociations", 2219 "http":{ 2220 "method":"GET", 2221 "requestUri":"/flow-associations-summary/{InstanceId}" 2222 }, 2223 "input":{"shape":"ListFlowAssociationsRequest"}, 2224 "output":{"shape":"ListFlowAssociationsResponse"}, 2225 "errors":[ 2226 {"shape":"AccessDeniedException"}, 2227 {"shape":"ResourceNotFoundException"}, 2228 {"shape":"InternalServiceException"}, 2229 {"shape":"InvalidRequestException"}, 2230 {"shape":"InvalidParameterException"}, 2231 {"shape":"ThrottlingException"} 2232 ], 2233 "documentation":"<p>List the flow association based on the filters.</p>" 2234 }, 2235 "ListHoursOfOperations":{ 2236 "name":"ListHoursOfOperations", 2237 "http":{ 2238 "method":"GET", 2239 "requestUri":"/hours-of-operations-summary/{InstanceId}" 2240 }, 2241 "input":{"shape":"ListHoursOfOperationsRequest"}, 2242 "output":{"shape":"ListHoursOfOperationsResponse"}, 2243 "errors":[ 2244 {"shape":"InvalidRequestException"}, 2245 {"shape":"InvalidParameterException"}, 2246 {"shape":"ResourceNotFoundException"}, 2247 {"shape":"ThrottlingException"}, 2248 {"shape":"InternalServiceException"} 2249 ], 2250 "documentation":"<p>Provides information about the hours of operation for the specified Amazon Connect instance.</p> <p>For more information about hours of operation, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/set-hours-operation.html\">Set the Hours of Operation for a Queue</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 2251 }, 2252 "ListInstanceAttributes":{ 2253 "name":"ListInstanceAttributes", 2254 "http":{ 2255 "method":"GET", 2256 "requestUri":"/instance/{InstanceId}/attributes" 2257 }, 2258 "input":{"shape":"ListInstanceAttributesRequest"}, 2259 "output":{"shape":"ListInstanceAttributesResponse"}, 2260 "errors":[ 2261 {"shape":"ResourceNotFoundException"}, 2262 {"shape":"InternalServiceException"}, 2263 {"shape":"InvalidRequestException"}, 2264 {"shape":"InvalidParameterException"}, 2265 {"shape":"ThrottlingException"} 2266 ], 2267 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Returns a paginated list of all attribute types for the given instance.</p>" 2268 }, 2269 "ListInstanceStorageConfigs":{ 2270 "name":"ListInstanceStorageConfigs", 2271 "http":{ 2272 "method":"GET", 2273 "requestUri":"/instance/{InstanceId}/storage-configs" 2274 }, 2275 "input":{"shape":"ListInstanceStorageConfigsRequest"}, 2276 "output":{"shape":"ListInstanceStorageConfigsResponse"}, 2277 "errors":[ 2278 {"shape":"ResourceNotFoundException"}, 2279 {"shape":"InternalServiceException"}, 2280 {"shape":"InvalidRequestException"}, 2281 {"shape":"InvalidParameterException"}, 2282 {"shape":"ThrottlingException"} 2283 ], 2284 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Returns a paginated list of storage configs for the identified instance and resource type.</p>" 2285 }, 2286 "ListInstances":{ 2287 "name":"ListInstances", 2288 "http":{ 2289 "method":"GET", 2290 "requestUri":"/instance" 2291 }, 2292 "input":{"shape":"ListInstancesRequest"}, 2293 "output":{"shape":"ListInstancesResponse"}, 2294 "errors":[ 2295 {"shape":"InvalidRequestException"}, 2296 {"shape":"InternalServiceException"} 2297 ], 2298 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Return a list of instances which are in active state, creation-in-progress state, and failed state. Instances that aren't successfully created (they are in a failed state) are returned only for 24 hours after the CreateInstance API was invoked.</p>" 2299 }, 2300 "ListIntegrationAssociations":{ 2301 "name":"ListIntegrationAssociations", 2302 "http":{ 2303 "method":"GET", 2304 "requestUri":"/instance/{InstanceId}/integration-associations" 2305 }, 2306 "input":{"shape":"ListIntegrationAssociationsRequest"}, 2307 "output":{"shape":"ListIntegrationAssociationsResponse"}, 2308 "errors":[ 2309 {"shape":"ResourceNotFoundException"}, 2310 {"shape":"InternalServiceException"}, 2311 {"shape":"InvalidRequestException"}, 2312 {"shape":"ThrottlingException"} 2313 ], 2314 "documentation":"<p>Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.</p>" 2315 }, 2316 "ListLambdaFunctions":{ 2317 "name":"ListLambdaFunctions", 2318 "http":{ 2319 "method":"GET", 2320 "requestUri":"/instance/{InstanceId}/lambda-functions" 2321 }, 2322 "input":{"shape":"ListLambdaFunctionsRequest"}, 2323 "output":{"shape":"ListLambdaFunctionsResponse"}, 2324 "errors":[ 2325 {"shape":"ResourceNotFoundException"}, 2326 {"shape":"InternalServiceException"}, 2327 {"shape":"InvalidRequestException"}, 2328 {"shape":"InvalidParameterException"}, 2329 {"shape":"ThrottlingException"} 2330 ], 2331 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Returns a paginated list of all Lambda functions that display in the dropdown options in the relevant flow blocks.</p>" 2332 }, 2333 "ListLexBots":{ 2334 "name":"ListLexBots", 2335 "http":{ 2336 "method":"GET", 2337 "requestUri":"/instance/{InstanceId}/lex-bots" 2338 }, 2339 "input":{"shape":"ListLexBotsRequest"}, 2340 "output":{"shape":"ListLexBotsResponse"}, 2341 "errors":[ 2342 {"shape":"ResourceNotFoundException"}, 2343 {"shape":"InternalServiceException"}, 2344 {"shape":"InvalidRequestException"}, 2345 {"shape":"InvalidParameterException"}, 2346 {"shape":"ThrottlingException"} 2347 ], 2348 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Returns a paginated list of all the Amazon Lex V1 bots currently associated with the instance. To return both Amazon Lex V1 and V2 bots, use the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_ListBots.html\">ListBots</a> API. </p>" 2349 }, 2350 "ListPhoneNumbers":{ 2351 "name":"ListPhoneNumbers", 2352 "http":{ 2353 "method":"GET", 2354 "requestUri":"/phone-numbers-summary/{InstanceId}" 2355 }, 2356 "input":{"shape":"ListPhoneNumbersRequest"}, 2357 "output":{"shape":"ListPhoneNumbersResponse"}, 2358 "errors":[ 2359 {"shape":"InvalidRequestException"}, 2360 {"shape":"InvalidParameterException"}, 2361 {"shape":"ResourceNotFoundException"}, 2362 {"shape":"ThrottlingException"}, 2363 {"shape":"InternalServiceException"} 2364 ], 2365 "documentation":"<p>Provides information about the phone numbers for the specified Amazon Connect instance. </p> <p>For more information about phone numbers, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/contact-center-phone-number.html\">Set Up Phone Numbers for Your Contact Center</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <important> <ul> <li> <p>We recommend using <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html\">ListPhoneNumbersV2</a> to return phone number types. ListPhoneNumbers doesn't support number types <code>UIFN</code>, <code>SHARED</code>, <code>THIRD_PARTY_TF</code>, and <code>THIRD_PARTY_DID</code>. While it returns numbers of those types, it incorrectly lists them as <code>TOLL_FREE</code> or <code>DID</code>. </p> </li> <li> <p>The phone number <code>Arn</code> value that is returned from each of the items in the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbers.html#connect-ListPhoneNumbers-response-PhoneNumberSummaryList\">PhoneNumberSummaryList</a> cannot be used to tag phone number resources. It will fail with a <code>ResourceNotFoundException</code>. Instead, use the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html\">ListPhoneNumbersV2</a> API. It returns the new phone number ARN that can be used to tag phone number resources.</p> </li> </ul> </important>" 2366 }, 2367 "ListPhoneNumbersV2":{ 2368 "name":"ListPhoneNumbersV2", 2369 "http":{ 2370 "method":"POST", 2371 "requestUri":"/phone-number/list" 2372 }, 2373 "input":{"shape":"ListPhoneNumbersV2Request"}, 2374 "output":{"shape":"ListPhoneNumbersV2Response"}, 2375 "errors":[ 2376 {"shape":"InvalidParameterException"}, 2377 {"shape":"ResourceNotFoundException"}, 2378 {"shape":"ThrottlingException"}, 2379 {"shape":"InternalServiceException"}, 2380 {"shape":"AccessDeniedException"} 2381 ], 2382 "documentation":"<p>Lists phone numbers claimed to your Amazon Connect instance or traffic distribution group. If the provided <code>TargetArn</code> is a traffic distribution group, you can call this API in both Amazon Web Services Regions associated with traffic distribution group.</p> <p>For more information about phone numbers, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/contact-center-phone-number.html\">Set Up Phone Numbers for Your Contact Center</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <note> <ul> <li> <p>When given an instance ARN, <code>ListPhoneNumbersV2</code> returns only the phone numbers claimed to the instance.</p> </li> <li> <p>When given a traffic distribution group ARN <code>ListPhoneNumbersV2</code> returns only the phone numbers claimed to the traffic distribution group.</p> </li> </ul> </note>" 2383 }, 2384 "ListPredefinedAttributes":{ 2385 "name":"ListPredefinedAttributes", 2386 "http":{ 2387 "method":"GET", 2388 "requestUri":"/predefined-attributes/{InstanceId}" 2389 }, 2390 "input":{"shape":"ListPredefinedAttributesRequest"}, 2391 "output":{"shape":"ListPredefinedAttributesResponse"}, 2392 "errors":[ 2393 {"shape":"InvalidRequestException"}, 2394 {"shape":"InvalidParameterException"}, 2395 {"shape":"ResourceNotFoundException"}, 2396 {"shape":"ThrottlingException"}, 2397 {"shape":"InternalServiceException"} 2398 ], 2399 "documentation":"<p>Lists predefined attributes for the specified Amazon Connect instance.</p>" 2400 }, 2401 "ListPrompts":{ 2402 "name":"ListPrompts", 2403 "http":{ 2404 "method":"GET", 2405 "requestUri":"/prompts-summary/{InstanceId}" 2406 }, 2407 "input":{"shape":"ListPromptsRequest"}, 2408 "output":{"shape":"ListPromptsResponse"}, 2409 "errors":[ 2410 {"shape":"InvalidRequestException"}, 2411 {"shape":"InvalidParameterException"}, 2412 {"shape":"ResourceNotFoundException"}, 2413 {"shape":"ThrottlingException"}, 2414 {"shape":"InternalServiceException"} 2415 ], 2416 "documentation":"<p>Provides information about the prompts for the specified Amazon Connect instance.</p>" 2417 }, 2418 "ListQueueQuickConnects":{ 2419 "name":"ListQueueQuickConnects", 2420 "http":{ 2421 "method":"GET", 2422 "requestUri":"/queues/{InstanceId}/{QueueId}/quick-connects" 2423 }, 2424 "input":{"shape":"ListQueueQuickConnectsRequest"}, 2425 "output":{"shape":"ListQueueQuickConnectsResponse"}, 2426 "errors":[ 2427 {"shape":"InvalidRequestException"}, 2428 {"shape":"InvalidParameterException"}, 2429 {"shape":"ResourceNotFoundException"}, 2430 {"shape":"ThrottlingException"}, 2431 {"shape":"InternalServiceException"} 2432 ], 2433 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Lists the quick connects associated with a queue.</p>" 2434 }, 2435 "ListQueues":{ 2436 "name":"ListQueues", 2437 "http":{ 2438 "method":"GET", 2439 "requestUri":"/queues-summary/{InstanceId}" 2440 }, 2441 "input":{"shape":"ListQueuesRequest"}, 2442 "output":{"shape":"ListQueuesResponse"}, 2443 "errors":[ 2444 {"shape":"InvalidRequestException"}, 2445 {"shape":"InvalidParameterException"}, 2446 {"shape":"ResourceNotFoundException"}, 2447 {"shape":"ThrottlingException"}, 2448 {"shape":"InternalServiceException"} 2449 ], 2450 "documentation":"<p>Provides information about the queues for the specified Amazon Connect instance.</p> <p>If you do not specify a <code>QueueTypes</code> parameter, both standard and agent queues are returned. This might cause an unexpected truncation of results if you have more than 1000 agents and you limit the number of results of the API call in code.</p> <p>For more information about queues, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/concepts-queues-standard-and-agent.html\">Queues: Standard and Agent</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 2451 }, 2452 "ListQuickConnects":{ 2453 "name":"ListQuickConnects", 2454 "http":{ 2455 "method":"GET", 2456 "requestUri":"/quick-connects/{InstanceId}" 2457 }, 2458 "input":{"shape":"ListQuickConnectsRequest"}, 2459 "output":{"shape":"ListQuickConnectsResponse"}, 2460 "errors":[ 2461 {"shape":"InvalidRequestException"}, 2462 {"shape":"InvalidParameterException"}, 2463 {"shape":"ResourceNotFoundException"}, 2464 {"shape":"ThrottlingException"}, 2465 {"shape":"InternalServiceException"} 2466 ], 2467 "documentation":"<p>Provides information about the quick connects for the specified Amazon Connect instance. </p>" 2468 }, 2469 "ListRealtimeContactAnalysisSegmentsV2":{ 2470 "name":"ListRealtimeContactAnalysisSegmentsV2", 2471 "http":{ 2472 "method":"POST", 2473 "requestUri":"/contact/list-real-time-analysis-segments-v2/{InstanceId}/{ContactId}" 2474 }, 2475 "input":{"shape":"ListRealtimeContactAnalysisSegmentsV2Request"}, 2476 "output":{"shape":"ListRealtimeContactAnalysisSegmentsV2Response"}, 2477 "errors":[ 2478 {"shape":"OutputTypeNotFoundException"}, 2479 {"shape":"AccessDeniedException"}, 2480 {"shape":"ResourceNotFoundException"}, 2481 {"shape":"InvalidRequestException"}, 2482 {"shape":"InternalServiceException"}, 2483 {"shape":"ThrottlingException"} 2484 ], 2485 "documentation":"<p>Provides a list of analysis segments for a real-time analysis session. </p>" 2486 }, 2487 "ListRoutingProfileQueues":{ 2488 "name":"ListRoutingProfileQueues", 2489 "http":{ 2490 "method":"GET", 2491 "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/queues" 2492 }, 2493 "input":{"shape":"ListRoutingProfileQueuesRequest"}, 2494 "output":{"shape":"ListRoutingProfileQueuesResponse"}, 2495 "errors":[ 2496 {"shape":"InvalidRequestException"}, 2497 {"shape":"InvalidParameterException"}, 2498 {"shape":"ResourceNotFoundException"}, 2499 {"shape":"ThrottlingException"}, 2500 {"shape":"InternalServiceException"} 2501 ], 2502 "documentation":"<p>Lists the queues associated with a routing profile.</p>" 2503 }, 2504 "ListRoutingProfiles":{ 2505 "name":"ListRoutingProfiles", 2506 "http":{ 2507 "method":"GET", 2508 "requestUri":"/routing-profiles-summary/{InstanceId}" 2509 }, 2510 "input":{"shape":"ListRoutingProfilesRequest"}, 2511 "output":{"shape":"ListRoutingProfilesResponse"}, 2512 "errors":[ 2513 {"shape":"InvalidRequestException"}, 2514 {"shape":"InvalidParameterException"}, 2515 {"shape":"ResourceNotFoundException"}, 2516 {"shape":"ThrottlingException"}, 2517 {"shape":"InternalServiceException"} 2518 ], 2519 "documentation":"<p>Provides summary information about the routing profiles for the specified Amazon Connect instance.</p> <p>For more information about routing profiles, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/concepts-routing.html\">Routing Profiles</a> and <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/routing-profiles.html\">Create a Routing Profile</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 2520 }, 2521 "ListRules":{ 2522 "name":"ListRules", 2523 "http":{ 2524 "method":"GET", 2525 "requestUri":"/rules/{InstanceId}" 2526 }, 2527 "input":{"shape":"ListRulesRequest"}, 2528 "output":{"shape":"ListRulesResponse"}, 2529 "errors":[ 2530 {"shape":"InvalidRequestException"}, 2531 {"shape":"InternalServiceException"}, 2532 {"shape":"ThrottlingException"}, 2533 {"shape":"AccessDeniedException"}, 2534 {"shape":"ResourceNotFoundException"} 2535 ], 2536 "documentation":"<p>List all rules for the specified Amazon Connect instance.</p>" 2537 }, 2538 "ListSecurityKeys":{ 2539 "name":"ListSecurityKeys", 2540 "http":{ 2541 "method":"GET", 2542 "requestUri":"/instance/{InstanceId}/security-keys" 2543 }, 2544 "input":{"shape":"ListSecurityKeysRequest"}, 2545 "output":{"shape":"ListSecurityKeysResponse"}, 2546 "errors":[ 2547 {"shape":"ResourceNotFoundException"}, 2548 {"shape":"InternalServiceException"}, 2549 {"shape":"InvalidRequestException"}, 2550 {"shape":"InvalidParameterException"}, 2551 {"shape":"ThrottlingException"} 2552 ], 2553 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Returns a paginated list of all security keys associated with the instance.</p>" 2554 }, 2555 "ListSecurityProfileApplications":{ 2556 "name":"ListSecurityProfileApplications", 2557 "http":{ 2558 "method":"GET", 2559 "requestUri":"/security-profiles-applications/{InstanceId}/{SecurityProfileId}" 2560 }, 2561 "input":{"shape":"ListSecurityProfileApplicationsRequest"}, 2562 "output":{"shape":"ListSecurityProfileApplicationsResponse"}, 2563 "errors":[ 2564 {"shape":"InvalidRequestException"}, 2565 {"shape":"InvalidParameterException"}, 2566 {"shape":"ResourceNotFoundException"}, 2567 {"shape":"ThrottlingException"}, 2568 {"shape":"InternalServiceException"} 2569 ], 2570 "documentation":"<p>Returns a list of third-party applications in a specific security profile.</p>" 2571 }, 2572 "ListSecurityProfilePermissions":{ 2573 "name":"ListSecurityProfilePermissions", 2574 "http":{ 2575 "method":"GET", 2576 "requestUri":"/security-profiles-permissions/{InstanceId}/{SecurityProfileId}" 2577 }, 2578 "input":{"shape":"ListSecurityProfilePermissionsRequest"}, 2579 "output":{"shape":"ListSecurityProfilePermissionsResponse"}, 2580 "errors":[ 2581 {"shape":"InvalidRequestException"}, 2582 {"shape":"InvalidParameterException"}, 2583 {"shape":"ResourceNotFoundException"}, 2584 {"shape":"ThrottlingException"}, 2585 {"shape":"InternalServiceException"} 2586 ], 2587 "documentation":"<p>Lists the permissions granted to a security profile.</p>" 2588 }, 2589 "ListSecurityProfiles":{ 2590 "name":"ListSecurityProfiles", 2591 "http":{ 2592 "method":"GET", 2593 "requestUri":"/security-profiles-summary/{InstanceId}" 2594 }, 2595 "input":{"shape":"ListSecurityProfilesRequest"}, 2596 "output":{"shape":"ListSecurityProfilesResponse"}, 2597 "errors":[ 2598 {"shape":"InvalidRequestException"}, 2599 {"shape":"InvalidParameterException"}, 2600 {"shape":"ResourceNotFoundException"}, 2601 {"shape":"ThrottlingException"}, 2602 {"shape":"InternalServiceException"} 2603 ], 2604 "documentation":"<p>Provides summary information about the security profiles for the specified Amazon Connect instance.</p> <p>For more information about security profiles, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html\">Security Profiles</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 2605 }, 2606 "ListTagsForResource":{ 2607 "name":"ListTagsForResource", 2608 "http":{ 2609 "method":"GET", 2610 "requestUri":"/tags/{resourceArn}" 2611 }, 2612 "input":{"shape":"ListTagsForResourceRequest"}, 2613 "output":{"shape":"ListTagsForResourceResponse"}, 2614 "errors":[ 2615 {"shape":"InvalidRequestException"}, 2616 {"shape":"InvalidParameterException"}, 2617 {"shape":"InternalServiceException"}, 2618 {"shape":"ResourceNotFoundException"}, 2619 {"shape":"ThrottlingException"} 2620 ], 2621 "documentation":"<p>Lists the tags for the specified resource.</p> <p>For sample policies that use tags, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_id-based-policy-examples.html\">Amazon Connect Identity-Based Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 2622 }, 2623 "ListTaskTemplates":{ 2624 "name":"ListTaskTemplates", 2625 "http":{ 2626 "method":"GET", 2627 "requestUri":"/instance/{InstanceId}/task/template" 2628 }, 2629 "input":{"shape":"ListTaskTemplatesRequest"}, 2630 "output":{"shape":"ListTaskTemplatesResponse"}, 2631 "errors":[ 2632 {"shape":"InvalidRequestException"}, 2633 {"shape":"InvalidParameterException"}, 2634 {"shape":"ResourceNotFoundException"}, 2635 {"shape":"ThrottlingException"}, 2636 {"shape":"InternalServiceException"} 2637 ], 2638 "documentation":"<p>Lists task templates for the specified Amazon Connect instance.</p>" 2639 }, 2640 "ListTrafficDistributionGroupUsers":{ 2641 "name":"ListTrafficDistributionGroupUsers", 2642 "http":{ 2643 "method":"GET", 2644 "requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}/user" 2645 }, 2646 "input":{"shape":"ListTrafficDistributionGroupUsersRequest"}, 2647 "output":{"shape":"ListTrafficDistributionGroupUsersResponse"}, 2648 "errors":[ 2649 {"shape":"ResourceNotFoundException"}, 2650 {"shape":"InvalidRequestException"}, 2651 {"shape":"AccessDeniedException"}, 2652 {"shape":"ThrottlingException"}, 2653 {"shape":"InternalServiceException"} 2654 ], 2655 "documentation":"<p>Lists traffic distribution group users.</p>" 2656 }, 2657 "ListTrafficDistributionGroups":{ 2658 "name":"ListTrafficDistributionGroups", 2659 "http":{ 2660 "method":"GET", 2661 "requestUri":"/traffic-distribution-groups" 2662 }, 2663 "input":{"shape":"ListTrafficDistributionGroupsRequest"}, 2664 "output":{"shape":"ListTrafficDistributionGroupsResponse"}, 2665 "errors":[ 2666 {"shape":"InvalidRequestException"}, 2667 {"shape":"AccessDeniedException"}, 2668 {"shape":"ThrottlingException"}, 2669 {"shape":"InternalServiceException"} 2670 ], 2671 "documentation":"<p>Lists traffic distribution groups.</p>" 2672 }, 2673 "ListUseCases":{ 2674 "name":"ListUseCases", 2675 "http":{ 2676 "method":"GET", 2677 "requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases" 2678 }, 2679 "input":{"shape":"ListUseCasesRequest"}, 2680 "output":{"shape":"ListUseCasesResponse"}, 2681 "errors":[ 2682 {"shape":"ResourceNotFoundException"}, 2683 {"shape":"InternalServiceException"}, 2684 {"shape":"InvalidRequestException"}, 2685 {"shape":"ThrottlingException"} 2686 ], 2687 "documentation":"<p>Lists the use cases for the integration association. </p>" 2688 }, 2689 "ListUserHierarchyGroups":{ 2690 "name":"ListUserHierarchyGroups", 2691 "http":{ 2692 "method":"GET", 2693 "requestUri":"/user-hierarchy-groups-summary/{InstanceId}" 2694 }, 2695 "input":{"shape":"ListUserHierarchyGroupsRequest"}, 2696 "output":{"shape":"ListUserHierarchyGroupsResponse"}, 2697 "errors":[ 2698 {"shape":"InvalidRequestException"}, 2699 {"shape":"InvalidParameterException"}, 2700 {"shape":"ResourceNotFoundException"}, 2701 {"shape":"ThrottlingException"}, 2702 {"shape":"InternalServiceException"} 2703 ], 2704 "documentation":"<p>Provides summary information about the hierarchy groups for the specified Amazon Connect instance.</p> <p>For more information about agent hierarchies, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/agent-hierarchy.html\">Set Up Agent Hierarchies</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 2705 }, 2706 "ListUserProficiencies":{ 2707 "name":"ListUserProficiencies", 2708 "http":{ 2709 "method":"GET", 2710 "requestUri":"/users/{InstanceId}/{UserId}/proficiencies" 2711 }, 2712 "input":{"shape":"ListUserProficienciesRequest"}, 2713 "output":{"shape":"ListUserProficienciesResponse"}, 2714 "errors":[ 2715 {"shape":"InvalidRequestException"}, 2716 {"shape":"InvalidParameterException"}, 2717 {"shape":"ResourceNotFoundException"}, 2718 {"shape":"ThrottlingException"}, 2719 {"shape":"InternalServiceException"} 2720 ], 2721 "documentation":"<p>Lists proficiencies associated with a user.</p>" 2722 }, 2723 "ListUsers":{ 2724 "name":"ListUsers", 2725 "http":{ 2726 "method":"GET", 2727 "requestUri":"/users-summary/{InstanceId}" 2728 }, 2729 "input":{"shape":"ListUsersRequest"}, 2730 "output":{"shape":"ListUsersResponse"}, 2731 "errors":[ 2732 {"shape":"InvalidRequestException"}, 2733 {"shape":"InvalidParameterException"}, 2734 {"shape":"ResourceNotFoundException"}, 2735 {"shape":"ThrottlingException"}, 2736 {"shape":"InternalServiceException"} 2737 ], 2738 "documentation":"<p>Provides summary information about the users for the specified Amazon Connect instance.</p>" 2739 }, 2740 "ListViewVersions":{ 2741 "name":"ListViewVersions", 2742 "http":{ 2743 "method":"GET", 2744 "requestUri":"/views/{InstanceId}/{ViewId}/versions" 2745 }, 2746 "input":{"shape":"ListViewVersionsRequest"}, 2747 "output":{"shape":"ListViewVersionsResponse"}, 2748 "errors":[ 2749 {"shape":"AccessDeniedException"}, 2750 {"shape":"InvalidRequestException"}, 2751 {"shape":"InvalidParameterException"}, 2752 {"shape":"ResourceNotFoundException"}, 2753 {"shape":"InternalServiceException"}, 2754 {"shape":"TooManyRequestsException"} 2755 ], 2756 "documentation":"<p>Returns all the available versions for the specified Amazon Connect instance and view identifier.</p> <p>Results will be sorted from highest to lowest.</p>" 2757 }, 2758 "ListViews":{ 2759 "name":"ListViews", 2760 "http":{ 2761 "method":"GET", 2762 "requestUri":"/views/{InstanceId}" 2763 }, 2764 "input":{"shape":"ListViewsRequest"}, 2765 "output":{"shape":"ListViewsResponse"}, 2766 "errors":[ 2767 {"shape":"AccessDeniedException"}, 2768 {"shape":"InvalidRequestException"}, 2769 {"shape":"InvalidParameterException"}, 2770 {"shape":"ResourceNotFoundException"}, 2771 {"shape":"InternalServiceException"}, 2772 {"shape":"TooManyRequestsException"} 2773 ], 2774 "documentation":"<p>Returns views in the given instance.</p> <p>Results are sorted primarily by type, and secondarily by name.</p>" 2775 }, 2776 "MonitorContact":{ 2777 "name":"MonitorContact", 2778 "http":{ 2779 "method":"POST", 2780 "requestUri":"/contact/monitor" 2781 }, 2782 "input":{"shape":"MonitorContactRequest"}, 2783 "output":{"shape":"MonitorContactResponse"}, 2784 "errors":[ 2785 {"shape":"InvalidRequestException"}, 2786 {"shape":"IdempotencyException"}, 2787 {"shape":"AccessDeniedException"}, 2788 {"shape":"ResourceNotFoundException"}, 2789 {"shape":"ServiceQuotaExceededException"}, 2790 {"shape":"ThrottlingException"}, 2791 {"shape":"InternalServiceException"} 2792 ], 2793 "documentation":"<p>Initiates silent monitoring of a contact. The Contact Control Panel (CCP) of the user specified by <i>userId</i> will be set to silent monitoring mode on the contact.</p>" 2794 }, 2795 "PauseContact":{ 2796 "name":"PauseContact", 2797 "http":{ 2798 "method":"POST", 2799 "requestUri":"/contact/pause" 2800 }, 2801 "input":{"shape":"PauseContactRequest"}, 2802 "output":{"shape":"PauseContactResponse"}, 2803 "errors":[ 2804 {"shape":"AccessDeniedException"}, 2805 {"shape":"InternalServiceException"}, 2806 {"shape":"InvalidRequestException"}, 2807 {"shape":"InvalidParameterException"}, 2808 {"shape":"ResourceNotFoundException"}, 2809 {"shape":"ThrottlingException"}, 2810 {"shape":"LimitExceededException"}, 2811 {"shape":"ConflictException"} 2812 ], 2813 "documentation":"<p>Allows pausing an ongoing task contact.</p>" 2814 }, 2815 "PutUserStatus":{ 2816 "name":"PutUserStatus", 2817 "http":{ 2818 "method":"PUT", 2819 "requestUri":"/users/{InstanceId}/{UserId}/status" 2820 }, 2821 "input":{"shape":"PutUserStatusRequest"}, 2822 "output":{"shape":"PutUserStatusResponse"}, 2823 "errors":[ 2824 {"shape":"InvalidRequestException"}, 2825 {"shape":"InvalidParameterException"}, 2826 {"shape":"ResourceNotFoundException"}, 2827 {"shape":"ThrottlingException"}, 2828 {"shape":"AccessDeniedException"}, 2829 {"shape":"InternalServiceException"} 2830 ], 2831 "documentation":"<p>Changes the current status of a user or agent in Amazon Connect. If the agent is currently handling a contact, this sets the agent's next status.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/metrics-agent-status.html\">Agent status</a> and <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/set-next-status.html\">Set your next status</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 2832 }, 2833 "ReleasePhoneNumber":{ 2834 "name":"ReleasePhoneNumber", 2835 "http":{ 2836 "method":"DELETE", 2837 "requestUri":"/phone-number/{PhoneNumberId}" 2838 }, 2839 "input":{"shape":"ReleasePhoneNumberRequest"}, 2840 "errors":[ 2841 {"shape":"InvalidParameterException"}, 2842 {"shape":"ResourceNotFoundException"}, 2843 {"shape":"ThrottlingException"}, 2844 {"shape":"InternalServiceException"}, 2845 {"shape":"ResourceInUseException"}, 2846 {"shape":"IdempotencyException"}, 2847 {"shape":"AccessDeniedException"} 2848 ], 2849 "documentation":"<p>Releases a phone number previously claimed to an Amazon Connect instance or traffic distribution group. You can call this API only in the Amazon Web Services Region where the number was claimed.</p> <important> <p>To release phone numbers from a traffic distribution group, use the <code>ReleasePhoneNumber</code> API, not the Amazon Connect admin website.</p> <p>After releasing a phone number, the phone number enters into a cooldown period of 30 days. It cannot be searched for or claimed again until the period has ended. If you accidentally release a phone number, contact Amazon Web Services Support.</p> </important> <p>If you plan to claim and release numbers frequently during a 30 day period, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until 30 days past the oldest number released has expired.</p> <p>By default you can claim and release up to 200% of your maximum number of active phone numbers during any 30 day period. If you claim and release phone numbers using the UI or API during a rolling 30 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming any more numbers until 30 days past the oldest number released has expired. </p> <p>For example, if you already have 99 claimed numbers and a service level quota of 99 phone numbers, and in any 30 day period you release 99, claim 99, and then release 99, you will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers until you open an Amazon Web Services support ticket.</p>" 2850 }, 2851 "ReplicateInstance":{ 2852 "name":"ReplicateInstance", 2853 "http":{ 2854 "method":"POST", 2855 "requestUri":"/instance/{InstanceId}/replicate" 2856 }, 2857 "input":{"shape":"ReplicateInstanceRequest"}, 2858 "output":{"shape":"ReplicateInstanceResponse"}, 2859 "errors":[ 2860 {"shape":"InvalidRequestException"}, 2861 {"shape":"AccessDeniedException"}, 2862 {"shape":"ServiceQuotaExceededException"}, 2863 {"shape":"ThrottlingException"}, 2864 {"shape":"ResourceNotFoundException"}, 2865 {"shape":"InternalServiceException"}, 2866 {"shape":"ResourceNotReadyException"}, 2867 {"shape":"ResourceConflictException"} 2868 ], 2869 "documentation":"<p>Replicates an Amazon Connect instance in the specified Amazon Web Services Region and copies configuration information for Amazon Connect resources across Amazon Web Services Regions. </p> <p>For more information about replicating an Amazon Connect instance, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/create-replica-connect-instance.html\">Create a replica of your existing Amazon Connect instance</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 2870 }, 2871 "ResumeContact":{ 2872 "name":"ResumeContact", 2873 "http":{ 2874 "method":"POST", 2875 "requestUri":"/contact/resume" 2876 }, 2877 "input":{"shape":"ResumeContactRequest"}, 2878 "output":{"shape":"ResumeContactResponse"}, 2879 "errors":[ 2880 {"shape":"AccessDeniedException"}, 2881 {"shape":"InternalServiceException"}, 2882 {"shape":"InvalidRequestException"}, 2883 {"shape":"InvalidParameterException"}, 2884 {"shape":"ResourceNotFoundException"}, 2885 {"shape":"ThrottlingException"}, 2886 {"shape":"ConflictException"} 2887 ], 2888 "documentation":"<p>Allows resuming a task contact in a paused state.</p>" 2889 }, 2890 "ResumeContactRecording":{ 2891 "name":"ResumeContactRecording", 2892 "http":{ 2893 "method":"POST", 2894 "requestUri":"/contact/resume-recording" 2895 }, 2896 "input":{"shape":"ResumeContactRecordingRequest"}, 2897 "output":{"shape":"ResumeContactRecordingResponse"}, 2898 "errors":[ 2899 {"shape":"InvalidRequestException"}, 2900 {"shape":"ResourceNotFoundException"}, 2901 {"shape":"InternalServiceException"} 2902 ], 2903 "documentation":"<p>When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would resume.</p> <p>Voice and screen recordings are supported.</p>" 2904 }, 2905 "SearchAvailablePhoneNumbers":{ 2906 "name":"SearchAvailablePhoneNumbers", 2907 "http":{ 2908 "method":"POST", 2909 "requestUri":"/phone-number/search-available" 2910 }, 2911 "input":{"shape":"SearchAvailablePhoneNumbersRequest"}, 2912 "output":{"shape":"SearchAvailablePhoneNumbersResponse"}, 2913 "errors":[ 2914 {"shape":"InvalidParameterException"}, 2915 {"shape":"ThrottlingException"}, 2916 {"shape":"InternalServiceException"}, 2917 {"shape":"AccessDeniedException"} 2918 ], 2919 "documentation":"<p>Searches for available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group. If the provided <code>TargetArn</code> is a traffic distribution group, you can call this API in both Amazon Web Services Regions associated with the traffic distribution group.</p>" 2920 }, 2921 "SearchContacts":{ 2922 "name":"SearchContacts", 2923 "http":{ 2924 "method":"POST", 2925 "requestUri":"/search-contacts" 2926 }, 2927 "input":{"shape":"SearchContactsRequest"}, 2928 "output":{"shape":"SearchContactsResponse"}, 2929 "errors":[ 2930 {"shape":"InvalidRequestException"}, 2931 {"shape":"InvalidParameterException"}, 2932 {"shape":"ResourceNotFoundException"}, 2933 {"shape":"InternalServiceException"}, 2934 {"shape":"ThrottlingException"} 2935 ], 2936 "documentation":"<p>Searches contacts in an Amazon Connect instance.</p>" 2937 }, 2938 "SearchHoursOfOperations":{ 2939 "name":"SearchHoursOfOperations", 2940 "http":{ 2941 "method":"POST", 2942 "requestUri":"/search-hours-of-operations" 2943 }, 2944 "input":{"shape":"SearchHoursOfOperationsRequest"}, 2945 "output":{"shape":"SearchHoursOfOperationsResponse"}, 2946 "errors":[ 2947 {"shape":"InvalidRequestException"}, 2948 {"shape":"InvalidParameterException"}, 2949 {"shape":"ResourceNotFoundException"}, 2950 {"shape":"ThrottlingException"}, 2951 {"shape":"InternalServiceException"} 2952 ], 2953 "documentation":"<p>Searches the hours of operation in an Amazon Connect instance, with optional filtering.</p>" 2954 }, 2955 "SearchPredefinedAttributes":{ 2956 "name":"SearchPredefinedAttributes", 2957 "http":{ 2958 "method":"POST", 2959 "requestUri":"/search-predefined-attributes" 2960 }, 2961 "input":{"shape":"SearchPredefinedAttributesRequest"}, 2962 "output":{"shape":"SearchPredefinedAttributesResponse"}, 2963 "errors":[ 2964 {"shape":"InvalidRequestException"}, 2965 {"shape":"InvalidParameterException"}, 2966 {"shape":"ResourceNotFoundException"}, 2967 {"shape":"ThrottlingException"}, 2968 {"shape":"InternalServiceException"} 2969 ], 2970 "documentation":"<p>Predefined attributes that meet certain criteria.</p>" 2971 }, 2972 "SearchPrompts":{ 2973 "name":"SearchPrompts", 2974 "http":{ 2975 "method":"POST", 2976 "requestUri":"/search-prompts" 2977 }, 2978 "input":{"shape":"SearchPromptsRequest"}, 2979 "output":{"shape":"SearchPromptsResponse"}, 2980 "errors":[ 2981 {"shape":"InvalidRequestException"}, 2982 {"shape":"InvalidParameterException"}, 2983 {"shape":"ResourceNotFoundException"}, 2984 {"shape":"ThrottlingException"}, 2985 {"shape":"InternalServiceException"} 2986 ], 2987 "documentation":"<p>Searches prompts in an Amazon Connect instance, with optional filtering.</p>" 2988 }, 2989 "SearchQueues":{ 2990 "name":"SearchQueues", 2991 "http":{ 2992 "method":"POST", 2993 "requestUri":"/search-queues" 2994 }, 2995 "input":{"shape":"SearchQueuesRequest"}, 2996 "output":{"shape":"SearchQueuesResponse"}, 2997 "errors":[ 2998 {"shape":"InvalidRequestException"}, 2999 {"shape":"InvalidParameterException"}, 3000 {"shape":"ResourceNotFoundException"}, 3001 {"shape":"ThrottlingException"}, 3002 {"shape":"InternalServiceException"} 3003 ], 3004 "documentation":"<p>Searches queues in an Amazon Connect instance, with optional filtering.</p>" 3005 }, 3006 "SearchQuickConnects":{ 3007 "name":"SearchQuickConnects", 3008 "http":{ 3009 "method":"POST", 3010 "requestUri":"/search-quick-connects" 3011 }, 3012 "input":{"shape":"SearchQuickConnectsRequest"}, 3013 "output":{"shape":"SearchQuickConnectsResponse"}, 3014 "errors":[ 3015 {"shape":"InvalidRequestException"}, 3016 {"shape":"InvalidParameterException"}, 3017 {"shape":"ResourceNotFoundException"}, 3018 {"shape":"ThrottlingException"}, 3019 {"shape":"InternalServiceException"} 3020 ], 3021 "documentation":"<p>Searches quick connects in an Amazon Connect instance, with optional filtering.</p>" 3022 }, 3023 "SearchResourceTags":{ 3024 "name":"SearchResourceTags", 3025 "http":{ 3026 "method":"POST", 3027 "requestUri":"/search-resource-tags" 3028 }, 3029 "input":{"shape":"SearchResourceTagsRequest"}, 3030 "output":{"shape":"SearchResourceTagsResponse"}, 3031 "errors":[ 3032 {"shape":"InvalidRequestException"}, 3033 {"shape":"InvalidParameterException"}, 3034 {"shape":"ResourceNotFoundException"}, 3035 {"shape":"ThrottlingException"}, 3036 {"shape":"InternalServiceException"}, 3037 {"shape":"MaximumResultReturnedException"} 3038 ], 3039 "documentation":"<p>Searches tags used in an Amazon Connect instance using optional search criteria.</p>" 3040 }, 3041 "SearchRoutingProfiles":{ 3042 "name":"SearchRoutingProfiles", 3043 "http":{ 3044 "method":"POST", 3045 "requestUri":"/search-routing-profiles" 3046 }, 3047 "input":{"shape":"SearchRoutingProfilesRequest"}, 3048 "output":{"shape":"SearchRoutingProfilesResponse"}, 3049 "errors":[ 3050 {"shape":"InvalidRequestException"}, 3051 {"shape":"InvalidParameterException"}, 3052 {"shape":"ResourceNotFoundException"}, 3053 {"shape":"ThrottlingException"}, 3054 {"shape":"InternalServiceException"} 3055 ], 3056 "documentation":"<p>Searches routing profiles in an Amazon Connect instance, with optional filtering.</p>" 3057 }, 3058 "SearchSecurityProfiles":{ 3059 "name":"SearchSecurityProfiles", 3060 "http":{ 3061 "method":"POST", 3062 "requestUri":"/search-security-profiles" 3063 }, 3064 "input":{"shape":"SearchSecurityProfilesRequest"}, 3065 "output":{"shape":"SearchSecurityProfilesResponse"}, 3066 "errors":[ 3067 {"shape":"InvalidRequestException"}, 3068 {"shape":"InvalidParameterException"}, 3069 {"shape":"ResourceNotFoundException"}, 3070 {"shape":"ThrottlingException"}, 3071 {"shape":"InternalServiceException"} 3072 ], 3073 "documentation":"<p>Searches security profiles in an Amazon Connect instance, with optional filtering.</p>" 3074 }, 3075 "SearchUsers":{ 3076 "name":"SearchUsers", 3077 "http":{ 3078 "method":"POST", 3079 "requestUri":"/search-users" 3080 }, 3081 "input":{"shape":"SearchUsersRequest"}, 3082 "output":{"shape":"SearchUsersResponse"}, 3083 "errors":[ 3084 {"shape":"InvalidRequestException"}, 3085 {"shape":"InvalidParameterException"}, 3086 {"shape":"ResourceNotFoundException"}, 3087 {"shape":"ThrottlingException"}, 3088 {"shape":"InternalServiceException"} 3089 ], 3090 "documentation":"<p>Searches users in an Amazon Connect instance, with optional filtering. </p> <note> <p> <code>AfterContactWorkTimeLimit</code> is returned in milliseconds. </p> </note>" 3091 }, 3092 "SearchVocabularies":{ 3093 "name":"SearchVocabularies", 3094 "http":{ 3095 "method":"POST", 3096 "requestUri":"/vocabulary-summary/{InstanceId}" 3097 }, 3098 "input":{"shape":"SearchVocabulariesRequest"}, 3099 "output":{"shape":"SearchVocabulariesResponse"}, 3100 "errors":[ 3101 {"shape":"InvalidRequestException"}, 3102 {"shape":"InternalServiceException"}, 3103 {"shape":"ThrottlingException"}, 3104 {"shape":"AccessDeniedException"} 3105 ], 3106 "documentation":"<p>Searches for vocabularies within a specific Amazon Connect instance using <code>State</code>, <code>NameStartsWith</code>, and <code>LanguageCode</code>.</p>" 3107 }, 3108 "SendChatIntegrationEvent":{ 3109 "name":"SendChatIntegrationEvent", 3110 "http":{ 3111 "method":"POST", 3112 "requestUri":"/chat-integration-event" 3113 }, 3114 "input":{"shape":"SendChatIntegrationEventRequest"}, 3115 "output":{"shape":"SendChatIntegrationEventResponse"}, 3116 "errors":[ 3117 {"shape":"InvalidRequestException"}, 3118 {"shape":"ResourceNotFoundException"}, 3119 {"shape":"InternalServiceException"}, 3120 {"shape":"ThrottlingException"}, 3121 {"shape":"AccessDeniedException"} 3122 ], 3123 "documentation":"<p>Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect. A chat integration event includes:</p> <ul> <li> <p>SourceId, DestinationId, and Subtype: a set of identifiers, uniquely representing a chat</p> </li> <li> <p> ChatEvent: details of the chat action to perform such as sending a message, event, or disconnecting from a chat</p> </li> </ul> <p>When a chat integration event is sent with chat identifiers that do not map to an active chat contact, a new chat contact is also created before handling chat action. </p> <p>Access to this API is currently restricted to Amazon Pinpoint for supporting SMS integration. </p>" 3124 }, 3125 "StartChatContact":{ 3126 "name":"StartChatContact", 3127 "http":{ 3128 "method":"PUT", 3129 "requestUri":"/contact/chat" 3130 }, 3131 "input":{"shape":"StartChatContactRequest"}, 3132 "output":{"shape":"StartChatContactResponse"}, 3133 "errors":[ 3134 {"shape":"InvalidRequestException"}, 3135 {"shape":"InvalidParameterException"}, 3136 {"shape":"ResourceNotFoundException"}, 3137 {"shape":"InternalServiceException"}, 3138 {"shape":"LimitExceededException"} 3139 ], 3140 "documentation":"<p>Initiates a flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html\">CreateParticipantConnection</a> API in the Amazon Connect Participant Service.</p> <p>When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html\">CreateParticipantConnection</a> with WEBSOCKET and CONNECTION_CREDENTIALS. </p> <p>A 429 error occurs in the following situations:</p> <ul> <li> <p>API rate limit is exceeded. API TPS throttling returns a <code>TooManyRequests</code> exception.</p> </li> <li> <p>The <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">quota for concurrent active chats</a> is exceeded. Active chat throttling returns a <code>LimitExceededException</code>.</p> </li> </ul> <p>If you use the <code>ChatDurationInMinutes</code> parameter and receive a 400 error, your account may not support the ability to configure custom chat durations. For more information, contact Amazon Web Services Support. </p> <p>For more information about chat, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat.html\">Chat</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 3141 }, 3142 "StartContactEvaluation":{ 3143 "name":"StartContactEvaluation", 3144 "http":{ 3145 "method":"PUT", 3146 "requestUri":"/contact-evaluations/{InstanceId}" 3147 }, 3148 "input":{"shape":"StartContactEvaluationRequest"}, 3149 "output":{"shape":"StartContactEvaluationResponse"}, 3150 "errors":[ 3151 {"shape":"InternalServiceException"}, 3152 {"shape":"InvalidParameterException"}, 3153 {"shape":"ResourceNotFoundException"}, 3154 {"shape":"ThrottlingException"}, 3155 {"shape":"ServiceQuotaExceededException"}, 3156 {"shape":"ResourceConflictException"} 3157 ], 3158 "documentation":"<p>Starts an empty evaluation in the specified Amazon Connect instance, using the given evaluation form for the particular contact. The evaluation form version used for the contact evaluation corresponds to the currently activated version. If no version is activated for the evaluation form, the contact evaluation cannot be started. </p> <note> <p>Evaluations created through the public API do not contain answer values suggested from automation.</p> </note>", 3159 "idempotent":true 3160 }, 3161 "StartContactRecording":{ 3162 "name":"StartContactRecording", 3163 "http":{ 3164 "method":"POST", 3165 "requestUri":"/contact/start-recording" 3166 }, 3167 "input":{"shape":"StartContactRecordingRequest"}, 3168 "output":{"shape":"StartContactRecordingResponse"}, 3169 "errors":[ 3170 {"shape":"InvalidRequestException"}, 3171 {"shape":"InvalidParameterException"}, 3172 {"shape":"ResourceNotFoundException"}, 3173 {"shape":"InternalServiceException"} 3174 ], 3175 "documentation":"<p>Starts recording the contact: </p> <ul> <li> <p>If the API is called <i>before</i> the agent joins the call, recording starts when the agent joins the call.</p> </li> <li> <p>If the API is called <i>after</i> the agent joins the call, recording starts at the time of the API call.</p> </li> </ul> <p>StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording.</p> <p>You can use this API to override the recording behavior configured in the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/set-recording-behavior.html\">Set recording behavior</a> block.</p> <p>Only voice recordings are supported at this time.</p>" 3176 }, 3177 "StartContactStreaming":{ 3178 "name":"StartContactStreaming", 3179 "http":{ 3180 "method":"POST", 3181 "requestUri":"/contact/start-streaming" 3182 }, 3183 "input":{"shape":"StartContactStreamingRequest"}, 3184 "output":{"shape":"StartContactStreamingResponse"}, 3185 "errors":[ 3186 {"shape":"InvalidRequestException"}, 3187 {"shape":"InvalidParameterException"}, 3188 {"shape":"ResourceNotFoundException"}, 3189 {"shape":"InternalServiceException"}, 3190 {"shape":"LimitExceededException"} 3191 ], 3192 "documentation":"<p> Initiates real-time message streaming for a new chat contact.</p> <p> For more information about message streaming, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat-message-streaming.html\">Enable real-time chat message streaming</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 3193 }, 3194 "StartOutboundVoiceContact":{ 3195 "name":"StartOutboundVoiceContact", 3196 "http":{ 3197 "method":"PUT", 3198 "requestUri":"/contact/outbound-voice" 3199 }, 3200 "input":{"shape":"StartOutboundVoiceContactRequest"}, 3201 "output":{"shape":"StartOutboundVoiceContactResponse"}, 3202 "errors":[ 3203 {"shape":"InvalidRequestException"}, 3204 {"shape":"InvalidParameterException"}, 3205 {"shape":"ResourceNotFoundException"}, 3206 {"shape":"InternalServiceException"}, 3207 {"shape":"LimitExceededException"}, 3208 {"shape":"DestinationNotAllowedException"}, 3209 {"shape":"OutboundContactNotPermittedException"} 3210 ], 3211 "documentation":"<p>Places an outbound call to a contact, and then initiates the flow. It performs the actions in the flow that's specified (in <code>ContactFlowId</code>).</p> <p>Agents do not initiate the outbound API, which means that they do not dial the contact. If the flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case.</p> <p>There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails.</p> <note> <p>UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>. </p> </note> <note> <p>Campaign calls are not allowed by default. Before you can make a call with <code>TrafficType</code> = <code>CAMPAIGN</code>, you must submit a service quota increase request to the quota <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#outbound-communications-quotas\">Amazon Connect campaigns</a>. </p> </note>" 3212 }, 3213 "StartTaskContact":{ 3214 "name":"StartTaskContact", 3215 "http":{ 3216 "method":"PUT", 3217 "requestUri":"/contact/task" 3218 }, 3219 "input":{"shape":"StartTaskContactRequest"}, 3220 "output":{"shape":"StartTaskContactResponse"}, 3221 "errors":[ 3222 {"shape":"InvalidRequestException"}, 3223 {"shape":"InvalidParameterException"}, 3224 {"shape":"ResourceNotFoundException"}, 3225 {"shape":"ThrottlingException"}, 3226 {"shape":"ServiceQuotaExceededException"}, 3227 {"shape":"InternalServiceException"} 3228 ], 3229 "documentation":"<p>Initiates a flow to start a new task contact. For more information about task contacts, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/tasks.html\">Concepts: Tasks in Amazon Connect</a> in the <i>Amazon Connect Administrator Guide</i>. </p> <p>When using <code>PreviousContactId</code> and <code>RelatedContactId</code> input parameters, note the following:</p> <ul> <li> <p> <code>PreviousContactId</code> </p> <ul> <li> <p>Any updates to user-defined task contact attributes on any contact linked through the same <code>PreviousContactId</code> will affect every contact in the chain.</p> </li> <li> <p>There can be a maximum of 12 linked task contacts in a chain. That is, 12 task contacts can be created that share the same <code>PreviousContactId</code>.</p> </li> </ul> </li> <li> <p> <code>RelatedContactId</code> </p> <ul> <li> <p>Copies contact attributes from the related task contact to the new contact.</p> </li> <li> <p>Any update on attributes in a new task contact does not update attributes on previous contact.</p> </li> <li> <p>There’s no limit on the number of task contacts that can be created that use the same <code>RelatedContactId</code>.</p> </li> </ul> </li> </ul> <p>In addition, when calling StartTaskContact include only one of these parameters: <code>ContactFlowID</code>, <code>QuickConnectID</code>, or <code>TaskTemplateID</code>. Only one parameter is required as long as the task template has a flow configured to run it. If more than one parameter is specified, or only the <code>TaskTemplateID</code> is specified but it does not have a flow configured, the request returns an error because Amazon Connect cannot identify the unique flow to run when the task is created.</p> <p>A <code>ServiceQuotaExceededException</code> occurs when the number of open tasks exceeds the active tasks quota or there are already 12 tasks referencing the same <code>PreviousContactId</code>. For more information about service quotas for task contacts, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">Amazon Connect service quotas</a> in the <i>Amazon Connect Administrator Guide</i>. </p>" 3230 }, 3231 "StartWebRTCContact":{ 3232 "name":"StartWebRTCContact", 3233 "http":{ 3234 "method":"PUT", 3235 "requestUri":"/contact/webrtc" 3236 }, 3237 "input":{"shape":"StartWebRTCContactRequest"}, 3238 "output":{"shape":"StartWebRTCContactResponse"}, 3239 "errors":[ 3240 {"shape":"InternalServiceException"}, 3241 {"shape":"InvalidRequestException"}, 3242 {"shape":"InvalidParameterException"}, 3243 {"shape":"LimitExceededException"}, 3244 {"shape":"ResourceNotFoundException"} 3245 ], 3246 "documentation":"<p>Places an inbound in-app, web, or video call to a contact, and then initiates the flow. It performs the actions in the flow that are specified (in ContactFlowId) and present in the Amazon Connect instance (specified as InstanceId).</p>" 3247 }, 3248 "StopContact":{ 3249 "name":"StopContact", 3250 "http":{ 3251 "method":"POST", 3252 "requestUri":"/contact/stop" 3253 }, 3254 "input":{"shape":"StopContactRequest"}, 3255 "output":{"shape":"StopContactResponse"}, 3256 "errors":[ 3257 {"shape":"InvalidRequestException"}, 3258 {"shape":"ContactNotFoundException"}, 3259 {"shape":"InvalidParameterException"}, 3260 {"shape":"ResourceNotFoundException"}, 3261 {"shape":"InternalServiceException"} 3262 ], 3263 "documentation":"<p>Ends the specified contact. This call does not work for voice contacts that use the following initiation methods:</p> <ul> <li> <p>DISCONNECT</p> </li> <li> <p>TRANSFER</p> </li> <li> <p>QUEUE_TRANSFER</p> </li> </ul> <p>Chat and task contacts, however, can be terminated in any state, regardless of initiation method.</p>" 3264 }, 3265 "StopContactRecording":{ 3266 "name":"StopContactRecording", 3267 "http":{ 3268 "method":"POST", 3269 "requestUri":"/contact/stop-recording" 3270 }, 3271 "input":{"shape":"StopContactRecordingRequest"}, 3272 "output":{"shape":"StopContactRecordingResponse"}, 3273 "errors":[ 3274 {"shape":"InvalidRequestException"}, 3275 {"shape":"ResourceNotFoundException"}, 3276 {"shape":"InternalServiceException"} 3277 ], 3278 "documentation":"<p>Stops recording a call when a contact is being recorded. StopContactRecording is a one-time action. If you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend it for sensitive information (for example, to collect a credit card number), and then restart it, use SuspendContactRecording and ResumeContactRecording.</p> <p>Only voice recordings are supported at this time.</p>" 3279 }, 3280 "StopContactStreaming":{ 3281 "name":"StopContactStreaming", 3282 "http":{ 3283 "method":"POST", 3284 "requestUri":"/contact/stop-streaming" 3285 }, 3286 "input":{"shape":"StopContactStreamingRequest"}, 3287 "output":{"shape":"StopContactStreamingResponse"}, 3288 "errors":[ 3289 {"shape":"InvalidRequestException"}, 3290 {"shape":"InvalidParameterException"}, 3291 {"shape":"ResourceNotFoundException"}, 3292 {"shape":"InternalServiceException"} 3293 ], 3294 "documentation":"<p> Ends message streaming on a specified contact. To restart message streaming on that contact, call the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_StartContactStreaming.html\">StartContactStreaming</a> API. </p>" 3295 }, 3296 "SubmitContactEvaluation":{ 3297 "name":"SubmitContactEvaluation", 3298 "http":{ 3299 "method":"POST", 3300 "requestUri":"/contact-evaluations/{InstanceId}/{EvaluationId}/submit" 3301 }, 3302 "input":{"shape":"SubmitContactEvaluationRequest"}, 3303 "output":{"shape":"SubmitContactEvaluationResponse"}, 3304 "errors":[ 3305 {"shape":"InvalidParameterException"}, 3306 {"shape":"ResourceNotFoundException"}, 3307 {"shape":"ThrottlingException"}, 3308 {"shape":"InternalServiceException"}, 3309 {"shape":"ResourceConflictException"} 3310 ], 3311 "documentation":"<p>Submits a contact evaluation in the specified Amazon Connect instance. Answers included in the request are merged with existing answers for the given evaluation. If no answers or notes are passed, the evaluation is submitted with the existing answers and notes. You can delete an answer or note by passing an empty object (<code>{}</code>) to the question identifier. </p> <p>If a contact evaluation is already in submitted state, this operation will trigger a resubmission.</p>" 3312 }, 3313 "SuspendContactRecording":{ 3314 "name":"SuspendContactRecording", 3315 "http":{ 3316 "method":"POST", 3317 "requestUri":"/contact/suspend-recording" 3318 }, 3319 "input":{"shape":"SuspendContactRecordingRequest"}, 3320 "output":{"shape":"SuspendContactRecordingResponse"}, 3321 "errors":[ 3322 {"shape":"InvalidRequestException"}, 3323 {"shape":"ResourceNotFoundException"}, 3324 {"shape":"InternalServiceException"} 3325 ], 3326 "documentation":"<p>When a contact is being recorded, this API suspends recording whatever is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would be suspended. For example, you might suspend the screen recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording the screen.</p> <p>The period of time that the recording is suspended is filled with silence in the final recording.</p> <p>Voice and screen recordings are supported.</p>" 3327 }, 3328 "TagContact":{ 3329 "name":"TagContact", 3330 "http":{ 3331 "method":"POST", 3332 "requestUri":"/contact/tags" 3333 }, 3334 "input":{"shape":"TagContactRequest"}, 3335 "output":{"shape":"TagContactResponse"}, 3336 "errors":[ 3337 {"shape":"InvalidRequestException"}, 3338 {"shape":"ResourceNotFoundException"}, 3339 {"shape":"InternalServiceException"}, 3340 {"shape":"InvalidParameterException"}, 3341 {"shape":"ThrottlingException"} 3342 ], 3343 "documentation":"<p>Adds the specified tags to the contact resource. For more information about this API is used, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/granular-billing.html\">Set up granular billing for a detailed view of your Amazon Connect usage</a>. </p>", 3344 "idempotent":true 3345 }, 3346 "TagResource":{ 3347 "name":"TagResource", 3348 "http":{ 3349 "method":"POST", 3350 "requestUri":"/tags/{resourceArn}" 3351 }, 3352 "input":{"shape":"TagResourceRequest"}, 3353 "errors":[ 3354 {"shape":"InvalidRequestException"}, 3355 {"shape":"InvalidParameterException"}, 3356 {"shape":"InternalServiceException"}, 3357 {"shape":"ResourceNotFoundException"}, 3358 {"shape":"ThrottlingException"} 3359 ], 3360 "documentation":"<p>Adds the specified tags to the specified resource.</p> <p>Some of the supported resource types are agents, routing profiles, queues, quick connects, contact flows, agent statuses, hours of operation, phone numbers, security profiles, and task templates. For a complete list, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/tagging.html\">Tagging resources in Amazon Connect</a>.</p> <p>For sample policies that use tags, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_id-based-policy-examples.html\">Amazon Connect Identity-Based Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 3361 }, 3362 "TransferContact":{ 3363 "name":"TransferContact", 3364 "http":{ 3365 "method":"POST", 3366 "requestUri":"/contact/transfer" 3367 }, 3368 "input":{"shape":"TransferContactRequest"}, 3369 "output":{"shape":"TransferContactResponse"}, 3370 "errors":[ 3371 {"shape":"InvalidRequestException"}, 3372 {"shape":"IdempotencyException"}, 3373 {"shape":"AccessDeniedException"}, 3374 {"shape":"ResourceNotFoundException"}, 3375 {"shape":"ServiceQuotaExceededException"}, 3376 {"shape":"ThrottlingException"}, 3377 {"shape":"InternalServiceException"} 3378 ], 3379 "documentation":"<p>Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created. You can transfer a contact to another queue by providing the flow which orchestrates the contact to the destination queue. This gives you more control over contact handling and helps you adhere to the service level agreement (SLA) guaranteed to your customers.</p> <p>Note the following requirements:</p> <ul> <li> <p>Transfer is supported for only <code>TASK</code> contacts.</p> </li> <li> <p>Do not use both <code>QueueId</code> and <code>UserId</code> in the same call.</p> </li> <li> <p>The following flow types are supported: Inbound flow, Transfer to agent flow, and Transfer to queue flow.</p> </li> <li> <p>The <code>TransferContact</code> API can be called only on active contacts.</p> </li> <li> <p>A contact cannot be transferred more than 11 times.</p> </li> </ul>" 3380 }, 3381 "UntagContact":{ 3382 "name":"UntagContact", 3383 "http":{ 3384 "method":"DELETE", 3385 "requestUri":"/contact/tags/{InstanceId}/{ContactId}" 3386 }, 3387 "input":{"shape":"UntagContactRequest"}, 3388 "output":{"shape":"UntagContactResponse"}, 3389 "errors":[ 3390 {"shape":"InvalidRequestException"}, 3391 {"shape":"ResourceNotFoundException"}, 3392 {"shape":"InternalServiceException"}, 3393 {"shape":"InvalidParameterException"}, 3394 {"shape":"ThrottlingException"} 3395 ], 3396 "documentation":"<p>Removes the specified tags from the contact resource. For more information about this API is used, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/granular-billing.html\">Set up granular billing for a detailed view of your Amazon Connect usage</a>.</p>", 3397 "idempotent":true 3398 }, 3399 "UntagResource":{ 3400 "name":"UntagResource", 3401 "http":{ 3402 "method":"DELETE", 3403 "requestUri":"/tags/{resourceArn}" 3404 }, 3405 "input":{"shape":"UntagResourceRequest"}, 3406 "errors":[ 3407 {"shape":"InvalidRequestException"}, 3408 {"shape":"InvalidParameterException"}, 3409 {"shape":"InternalServiceException"}, 3410 {"shape":"ResourceNotFoundException"}, 3411 {"shape":"ThrottlingException"} 3412 ], 3413 "documentation":"<p>Removes the specified tags from the specified resource.</p>" 3414 }, 3415 "UpdateAgentStatus":{ 3416 "name":"UpdateAgentStatus", 3417 "http":{ 3418 "method":"POST", 3419 "requestUri":"/agent-status/{InstanceId}/{AgentStatusId}" 3420 }, 3421 "input":{"shape":"UpdateAgentStatusRequest"}, 3422 "errors":[ 3423 {"shape":"InvalidRequestException"}, 3424 {"shape":"InvalidParameterException"}, 3425 {"shape":"DuplicateResourceException"}, 3426 {"shape":"ResourceNotFoundException"}, 3427 {"shape":"LimitExceededException"}, 3428 {"shape":"ThrottlingException"}, 3429 {"shape":"InternalServiceException"} 3430 ], 3431 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates agent status.</p>" 3432 }, 3433 "UpdateContact":{ 3434 "name":"UpdateContact", 3435 "http":{ 3436 "method":"POST", 3437 "requestUri":"/contacts/{InstanceId}/{ContactId}" 3438 }, 3439 "input":{"shape":"UpdateContactRequest"}, 3440 "output":{"shape":"UpdateContactResponse"}, 3441 "errors":[ 3442 {"shape":"InvalidRequestException"}, 3443 {"shape":"InvalidParameterException"}, 3444 {"shape":"ResourceNotFoundException"}, 3445 {"shape":"InternalServiceException"}, 3446 {"shape":"ThrottlingException"} 3447 ], 3448 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Adds or updates user-defined contact information associated with the specified contact. At least one field to be updated must be present in the request.</p> <important> <p>You can add or update user-defined contact information for both ongoing and completed contacts.</p> </important>" 3449 }, 3450 "UpdateContactAttributes":{ 3451 "name":"UpdateContactAttributes", 3452 "http":{ 3453 "method":"POST", 3454 "requestUri":"/contact/attributes" 3455 }, 3456 "input":{"shape":"UpdateContactAttributesRequest"}, 3457 "output":{"shape":"UpdateContactAttributesResponse"}, 3458 "errors":[ 3459 {"shape":"InvalidRequestException"}, 3460 {"shape":"InvalidParameterException"}, 3461 {"shape":"ResourceNotFoundException"}, 3462 {"shape":"InternalServiceException"} 3463 ], 3464 "documentation":"<p>Creates or updates user-defined contact attributes associated with the specified contact.</p> <p>You can create or update user-defined attributes for both ongoing and completed contacts. For example, while the call is active, you can update the customer's name or the reason the customer called. You can add notes about steps that the agent took during the call that display to the next agent that takes the call. You can also update attributes for a contact using data from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls for additional analysis, such as legal review or to identify abusive callers.</p> <p>Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For information about contact record retention and the maximum size of the contact record attributes section, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits\">Feature specifications</a> in the <i>Amazon Connect Administrator Guide</i>. </p>" 3465 }, 3466 "UpdateContactEvaluation":{ 3467 "name":"UpdateContactEvaluation", 3468 "http":{ 3469 "method":"POST", 3470 "requestUri":"/contact-evaluations/{InstanceId}/{EvaluationId}" 3471 }, 3472 "input":{"shape":"UpdateContactEvaluationRequest"}, 3473 "output":{"shape":"UpdateContactEvaluationResponse"}, 3474 "errors":[ 3475 {"shape":"InvalidParameterException"}, 3476 {"shape":"ResourceNotFoundException"}, 3477 {"shape":"ThrottlingException"}, 3478 {"shape":"InternalServiceException"}, 3479 {"shape":"ResourceConflictException"} 3480 ], 3481 "documentation":"<p>Updates details about a contact evaluation in the specified Amazon Connect instance. A contact evaluation must be in draft state. Answers included in the request are merged with existing answers for the given evaluation. An answer or note can be deleted by passing an empty object (<code>{}</code>) to the question identifier. </p>" 3482 }, 3483 "UpdateContactFlowContent":{ 3484 "name":"UpdateContactFlowContent", 3485 "http":{ 3486 "method":"POST", 3487 "requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/content" 3488 }, 3489 "input":{"shape":"UpdateContactFlowContentRequest"}, 3490 "output":{"shape":"UpdateContactFlowContentResponse"}, 3491 "errors":[ 3492 {"shape":"InvalidRequestException"}, 3493 {"shape":"InvalidContactFlowException"}, 3494 {"shape":"InvalidParameterException"}, 3495 {"shape":"ResourceNotFoundException"}, 3496 {"shape":"ThrottlingException"}, 3497 {"shape":"InternalServiceException"} 3498 ], 3499 "documentation":"<p>Updates the specified flow.</p> <p>You can also create and update flows using the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html\">Amazon Connect Flow language</a>.</p>" 3500 }, 3501 "UpdateContactFlowMetadata":{ 3502 "name":"UpdateContactFlowMetadata", 3503 "http":{ 3504 "method":"POST", 3505 "requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/metadata" 3506 }, 3507 "input":{"shape":"UpdateContactFlowMetadataRequest"}, 3508 "output":{"shape":"UpdateContactFlowMetadataResponse"}, 3509 "errors":[ 3510 {"shape":"InvalidRequestException"}, 3511 {"shape":"InvalidParameterException"}, 3512 {"shape":"DuplicateResourceException"}, 3513 {"shape":"ResourceNotFoundException"}, 3514 {"shape":"ThrottlingException"}, 3515 {"shape":"InternalServiceException"} 3516 ], 3517 "documentation":"<p>Updates metadata about specified flow.</p>" 3518 }, 3519 "UpdateContactFlowModuleContent":{ 3520 "name":"UpdateContactFlowModuleContent", 3521 "http":{ 3522 "method":"POST", 3523 "requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/content" 3524 }, 3525 "input":{"shape":"UpdateContactFlowModuleContentRequest"}, 3526 "output":{"shape":"UpdateContactFlowModuleContentResponse"}, 3527 "errors":[ 3528 {"shape":"AccessDeniedException"}, 3529 {"shape":"InvalidRequestException"}, 3530 {"shape":"InvalidContactFlowModuleException"}, 3531 {"shape":"ResourceNotFoundException"}, 3532 {"shape":"ThrottlingException"}, 3533 {"shape":"InternalServiceException"} 3534 ], 3535 "documentation":"<p>Updates specified flow module for the specified Amazon Connect instance. </p>" 3536 }, 3537 "UpdateContactFlowModuleMetadata":{ 3538 "name":"UpdateContactFlowModuleMetadata", 3539 "http":{ 3540 "method":"POST", 3541 "requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/metadata" 3542 }, 3543 "input":{"shape":"UpdateContactFlowModuleMetadataRequest"}, 3544 "output":{"shape":"UpdateContactFlowModuleMetadataResponse"}, 3545 "errors":[ 3546 {"shape":"AccessDeniedException"}, 3547 {"shape":"InvalidRequestException"}, 3548 {"shape":"InvalidParameterException"}, 3549 {"shape":"DuplicateResourceException"}, 3550 {"shape":"ResourceNotFoundException"}, 3551 {"shape":"ThrottlingException"}, 3552 {"shape":"InternalServiceException"} 3553 ], 3554 "documentation":"<p>Updates metadata about specified flow module.</p>" 3555 }, 3556 "UpdateContactFlowName":{ 3557 "name":"UpdateContactFlowName", 3558 "http":{ 3559 "method":"POST", 3560 "requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/name" 3561 }, 3562 "input":{"shape":"UpdateContactFlowNameRequest"}, 3563 "output":{"shape":"UpdateContactFlowNameResponse"}, 3564 "errors":[ 3565 {"shape":"InvalidRequestException"}, 3566 {"shape":"InvalidParameterException"}, 3567 {"shape":"DuplicateResourceException"}, 3568 {"shape":"ResourceNotFoundException"}, 3569 {"shape":"ThrottlingException"}, 3570 {"shape":"InternalServiceException"} 3571 ], 3572 "documentation":"<p>The name of the flow.</p> <p>You can also create and update flows using the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html\">Amazon Connect Flow language</a>.</p>" 3573 }, 3574 "UpdateContactRoutingData":{ 3575 "name":"UpdateContactRoutingData", 3576 "http":{ 3577 "method":"POST", 3578 "requestUri":"/contacts/{InstanceId}/{ContactId}/routing-data" 3579 }, 3580 "input":{"shape":"UpdateContactRoutingDataRequest"}, 3581 "output":{"shape":"UpdateContactRoutingDataResponse"}, 3582 "errors":[ 3583 {"shape":"ResourceConflictException"}, 3584 {"shape":"InvalidParameterException"}, 3585 {"shape":"ResourceNotFoundException"}, 3586 {"shape":"InternalServiceException"}, 3587 {"shape":"ThrottlingException"}, 3588 {"shape":"AccessDeniedException"} 3589 ], 3590 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates routing priority and age on the contact (<b>QueuePriority</b> and <b>QueueTimeAdjustmentInSeconds</b>). These properties can be used to change a customer's position in the queue. For example, you can move a contact to the back of the queue by setting a lower routing priority relative to other contacts in queue; or you can move a contact to the front of the queue by increasing the routing age which will make the contact look artificially older and therefore higher up in the first-in-first-out routing order. Note that adjusting the routing age of a contact affects only its position in queue, and not its actual queue wait time as reported through metrics. These properties can also be updated by using <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/change-routing-priority.html\">the Set routing priority / age flow block</a>.</p>" 3591 }, 3592 "UpdateContactSchedule":{ 3593 "name":"UpdateContactSchedule", 3594 "http":{ 3595 "method":"POST", 3596 "requestUri":"/contact/schedule" 3597 }, 3598 "input":{"shape":"UpdateContactScheduleRequest"}, 3599 "output":{"shape":"UpdateContactScheduleResponse"}, 3600 "errors":[ 3601 {"shape":"InvalidRequestException"}, 3602 {"shape":"InvalidParameterException"}, 3603 {"shape":"ResourceNotFoundException"}, 3604 {"shape":"ThrottlingException"}, 3605 {"shape":"LimitExceededException"}, 3606 {"shape":"InternalServiceException"} 3607 ], 3608 "documentation":"<p>Updates the scheduled time of a task contact that is already scheduled.</p>" 3609 }, 3610 "UpdateEvaluationForm":{ 3611 "name":"UpdateEvaluationForm", 3612 "http":{ 3613 "method":"PUT", 3614 "requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}" 3615 }, 3616 "input":{"shape":"UpdateEvaluationFormRequest"}, 3617 "output":{"shape":"UpdateEvaluationFormResponse"}, 3618 "errors":[ 3619 {"shape":"InvalidParameterException"}, 3620 {"shape":"ResourceNotFoundException"}, 3621 {"shape":"ThrottlingException"}, 3622 {"shape":"InternalServiceException"}, 3623 {"shape":"ServiceQuotaExceededException"}, 3624 {"shape":"ResourceConflictException"} 3625 ], 3626 "documentation":"<p>Updates details about a specific evaluation form version in the specified Amazon Connect instance. Question and section identifiers cannot be duplicated within the same evaluation form.</p> <p>This operation does not support partial updates. Instead it does a full update of evaluation form content.</p>", 3627 "idempotent":true 3628 }, 3629 "UpdateHoursOfOperation":{ 3630 "name":"UpdateHoursOfOperation", 3631 "http":{ 3632 "method":"POST", 3633 "requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}" 3634 }, 3635 "input":{"shape":"UpdateHoursOfOperationRequest"}, 3636 "errors":[ 3637 {"shape":"DuplicateResourceException"}, 3638 {"shape":"InvalidRequestException"}, 3639 {"shape":"InvalidParameterException"}, 3640 {"shape":"ResourceNotFoundException"}, 3641 {"shape":"ThrottlingException"}, 3642 {"shape":"InternalServiceException"} 3643 ], 3644 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates the hours of operation.</p>" 3645 }, 3646 "UpdateInstanceAttribute":{ 3647 "name":"UpdateInstanceAttribute", 3648 "http":{ 3649 "method":"POST", 3650 "requestUri":"/instance/{InstanceId}/attribute/{AttributeType}" 3651 }, 3652 "input":{"shape":"UpdateInstanceAttributeRequest"}, 3653 "errors":[ 3654 {"shape":"ResourceNotFoundException"}, 3655 {"shape":"InternalServiceException"}, 3656 {"shape":"InvalidRequestException"}, 3657 {"shape":"InvalidParameterException"}, 3658 {"shape":"ThrottlingException"} 3659 ], 3660 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates the value for the specified attribute type.</p>" 3661 }, 3662 "UpdateInstanceStorageConfig":{ 3663 "name":"UpdateInstanceStorageConfig", 3664 "http":{ 3665 "method":"POST", 3666 "requestUri":"/instance/{InstanceId}/storage-config/{AssociationId}" 3667 }, 3668 "input":{"shape":"UpdateInstanceStorageConfigRequest"}, 3669 "errors":[ 3670 {"shape":"ResourceNotFoundException"}, 3671 {"shape":"InternalServiceException"}, 3672 {"shape":"InvalidRequestException"}, 3673 {"shape":"InvalidParameterException"}, 3674 {"shape":"ThrottlingException"} 3675 ], 3676 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates an existing configuration for a resource type. This API is idempotent.</p>" 3677 }, 3678 "UpdateParticipantRoleConfig":{ 3679 "name":"UpdateParticipantRoleConfig", 3680 "http":{ 3681 "method":"PUT", 3682 "requestUri":"/contact/participant-role-config/{InstanceId}/{ContactId}" 3683 }, 3684 "input":{"shape":"UpdateParticipantRoleConfigRequest"}, 3685 "output":{"shape":"UpdateParticipantRoleConfigResponse"}, 3686 "errors":[ 3687 {"shape":"InvalidRequestException"}, 3688 {"shape":"InvalidParameterException"}, 3689 {"shape":"ResourceNotFoundException"}, 3690 {"shape":"AccessDeniedException"}, 3691 {"shape":"ThrottlingException"}, 3692 {"shape":"InternalServiceException"} 3693 ], 3694 "documentation":"<p>Updates timeouts for when human chat participants are to be considered idle, and when agents are automatically disconnected from a chat due to idleness. You can set four timers:</p> <ul> <li> <p>Customer idle timeout</p> </li> <li> <p>Customer auto-disconnect timeout</p> </li> <li> <p>Agent idle timeout</p> </li> <li> <p>Agent auto-disconnect timeout</p> </li> </ul> <p>For more information about how chat timeouts work, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/setup-chat-timeouts.html\">Set up chat timeouts for human participants</a>. </p>" 3695 }, 3696 "UpdatePhoneNumber":{ 3697 "name":"UpdatePhoneNumber", 3698 "http":{ 3699 "method":"PUT", 3700 "requestUri":"/phone-number/{PhoneNumberId}" 3701 }, 3702 "input":{"shape":"UpdatePhoneNumberRequest"}, 3703 "output":{"shape":"UpdatePhoneNumberResponse"}, 3704 "errors":[ 3705 {"shape":"InvalidParameterException"}, 3706 {"shape":"ResourceNotFoundException"}, 3707 {"shape":"ThrottlingException"}, 3708 {"shape":"InternalServiceException"}, 3709 {"shape":"ResourceInUseException"}, 3710 {"shape":"IdempotencyException"}, 3711 {"shape":"AccessDeniedException"} 3712 ], 3713 "documentation":"<p>Updates your claimed phone number from its current Amazon Connect instance or traffic distribution group to another Amazon Connect instance or traffic distribution group in the same Amazon Web Services Region.</p> <important> <p>After using this API, you must verify that the phone number is attached to the correct flow in the target instance or traffic distribution group. You need to do this because the API switches only the phone number to a new instance or traffic distribution group. It doesn't migrate the flow configuration of the phone number, too.</p> <p>You can call <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribePhoneNumber.html\">DescribePhoneNumber</a> API to verify the status of a previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdatePhoneNumber.html\">UpdatePhoneNumber</a> operation.</p> </important>" 3714 }, 3715 "UpdatePhoneNumberMetadata":{ 3716 "name":"UpdatePhoneNumberMetadata", 3717 "http":{ 3718 "method":"PUT", 3719 "requestUri":"/phone-number/{PhoneNumberId}/metadata" 3720 }, 3721 "input":{"shape":"UpdatePhoneNumberMetadataRequest"}, 3722 "errors":[ 3723 {"shape":"InvalidParameterException"}, 3724 {"shape":"InvalidRequestException"}, 3725 {"shape":"AccessDeniedException"}, 3726 {"shape":"ResourceNotFoundException"}, 3727 {"shape":"ResourceInUseException"}, 3728 {"shape":"IdempotencyException"}, 3729 {"shape":"ThrottlingException"}, 3730 {"shape":"InternalServiceException"} 3731 ], 3732 "documentation":"<p>Updates a phone number’s metadata.</p> <important> <p>To verify the status of a previous UpdatePhoneNumberMetadata operation, call the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribePhoneNumber.html\">DescribePhoneNumber</a> API.</p> </important>" 3733 }, 3734 "UpdatePredefinedAttribute":{ 3735 "name":"UpdatePredefinedAttribute", 3736 "http":{ 3737 "method":"POST", 3738 "requestUri":"/predefined-attributes/{InstanceId}/{Name}" 3739 }, 3740 "input":{"shape":"UpdatePredefinedAttributeRequest"}, 3741 "errors":[ 3742 {"shape":"InvalidRequestException"}, 3743 {"shape":"InvalidParameterException"}, 3744 {"shape":"ResourceNotFoundException"}, 3745 {"shape":"ThrottlingException"}, 3746 {"shape":"InternalServiceException"} 3747 ], 3748 "documentation":"<p>Updates a predefined attribute for the specified Amazon Connect instance.</p>" 3749 }, 3750 "UpdatePrompt":{ 3751 "name":"UpdatePrompt", 3752 "http":{ 3753 "method":"POST", 3754 "requestUri":"/prompts/{InstanceId}/{PromptId}" 3755 }, 3756 "input":{"shape":"UpdatePromptRequest"}, 3757 "output":{"shape":"UpdatePromptResponse"}, 3758 "errors":[ 3759 {"shape":"InvalidRequestException"}, 3760 {"shape":"InvalidParameterException"}, 3761 {"shape":"ResourceNotFoundException"}, 3762 {"shape":"ThrottlingException"}, 3763 {"shape":"InternalServiceException"} 3764 ], 3765 "documentation":"<p>Updates a prompt.</p>" 3766 }, 3767 "UpdateQueueHoursOfOperation":{ 3768 "name":"UpdateQueueHoursOfOperation", 3769 "http":{ 3770 "method":"POST", 3771 "requestUri":"/queues/{InstanceId}/{QueueId}/hours-of-operation" 3772 }, 3773 "input":{"shape":"UpdateQueueHoursOfOperationRequest"}, 3774 "errors":[ 3775 {"shape":"InvalidRequestException"}, 3776 {"shape":"InvalidParameterException"}, 3777 {"shape":"ResourceNotFoundException"}, 3778 {"shape":"ThrottlingException"}, 3779 {"shape":"InternalServiceException"} 3780 ], 3781 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates the hours of operation for the specified queue.</p>" 3782 }, 3783 "UpdateQueueMaxContacts":{ 3784 "name":"UpdateQueueMaxContacts", 3785 "http":{ 3786 "method":"POST", 3787 "requestUri":"/queues/{InstanceId}/{QueueId}/max-contacts" 3788 }, 3789 "input":{"shape":"UpdateQueueMaxContactsRequest"}, 3790 "errors":[ 3791 {"shape":"InvalidRequestException"}, 3792 {"shape":"InvalidParameterException"}, 3793 {"shape":"ResourceNotFoundException"}, 3794 {"shape":"ThrottlingException"}, 3795 {"shape":"InternalServiceException"} 3796 ], 3797 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates the maximum number of contacts allowed in a queue before it is considered full.</p>" 3798 }, 3799 "UpdateQueueName":{ 3800 "name":"UpdateQueueName", 3801 "http":{ 3802 "method":"POST", 3803 "requestUri":"/queues/{InstanceId}/{QueueId}/name" 3804 }, 3805 "input":{"shape":"UpdateQueueNameRequest"}, 3806 "errors":[ 3807 {"shape":"DuplicateResourceException"}, 3808 {"shape":"InvalidRequestException"}, 3809 {"shape":"InvalidParameterException"}, 3810 {"shape":"ResourceNotFoundException"}, 3811 {"shape":"ThrottlingException"}, 3812 {"shape":"InternalServiceException"} 3813 ], 3814 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates the name and description of a queue. At least <code>Name</code> or <code>Description</code> must be provided.</p>" 3815 }, 3816 "UpdateQueueOutboundCallerConfig":{ 3817 "name":"UpdateQueueOutboundCallerConfig", 3818 "http":{ 3819 "method":"POST", 3820 "requestUri":"/queues/{InstanceId}/{QueueId}/outbound-caller-config" 3821 }, 3822 "input":{"shape":"UpdateQueueOutboundCallerConfigRequest"}, 3823 "errors":[ 3824 {"shape":"InvalidRequestException"}, 3825 {"shape":"InvalidParameterException"}, 3826 {"shape":"ResourceNotFoundException"}, 3827 {"shape":"ThrottlingException"}, 3828 {"shape":"InternalServiceException"} 3829 ], 3830 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates the outbound caller ID name, number, and outbound whisper flow for a specified queue.</p> <important> <ul> <li> <p>If the phone number is claimed to a traffic distribution group that was created in the same Region as the Amazon Connect instance where you are calling this API, then you can use a full phone number ARN or a UUID for <code>OutboundCallerIdNumberId</code>. However, if the phone number is claimed to a traffic distribution group that is in one Region, and you are calling this API from an instance in another Amazon Web Services Region that is associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a <code>ResourceNotFoundException</code>.</p> </li> <li> <p>Only use the phone number ARN format that doesn't contain <code>instance</code> in the path, for example, <code>arn:aws:connect:us-east-1:1234567890:phone-number/uuid</code>. This is the same ARN format that is returned when you call the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html\">ListPhoneNumbersV2</a> API.</p> </li> <li> <p>If you plan to use IAM policies to allow/deny access to this API for phone number resources claimed to a traffic distribution group, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_resource-level-policy-examples.html#allow-deny-queue-actions-replica-region\">Allow or Deny queue API actions for phone numbers in a replica Region</a>.</p> </li> </ul> </important>" 3831 }, 3832 "UpdateQueueStatus":{ 3833 "name":"UpdateQueueStatus", 3834 "http":{ 3835 "method":"POST", 3836 "requestUri":"/queues/{InstanceId}/{QueueId}/status" 3837 }, 3838 "input":{"shape":"UpdateQueueStatusRequest"}, 3839 "errors":[ 3840 {"shape":"InvalidRequestException"}, 3841 {"shape":"InvalidParameterException"}, 3842 {"shape":"ResourceNotFoundException"}, 3843 {"shape":"ThrottlingException"}, 3844 {"shape":"InternalServiceException"} 3845 ], 3846 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates the status of the queue.</p>" 3847 }, 3848 "UpdateQuickConnectConfig":{ 3849 "name":"UpdateQuickConnectConfig", 3850 "http":{ 3851 "method":"POST", 3852 "requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}/config" 3853 }, 3854 "input":{"shape":"UpdateQuickConnectConfigRequest"}, 3855 "errors":[ 3856 {"shape":"InvalidRequestException"}, 3857 {"shape":"InvalidParameterException"}, 3858 {"shape":"ResourceNotFoundException"}, 3859 {"shape":"ThrottlingException"}, 3860 {"shape":"InternalServiceException"} 3861 ], 3862 "documentation":"<p>Updates the configuration settings for the specified quick connect.</p>" 3863 }, 3864 "UpdateQuickConnectName":{ 3865 "name":"UpdateQuickConnectName", 3866 "http":{ 3867 "method":"POST", 3868 "requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}/name" 3869 }, 3870 "input":{"shape":"UpdateQuickConnectNameRequest"}, 3871 "errors":[ 3872 {"shape":"InvalidRequestException"}, 3873 {"shape":"InvalidParameterException"}, 3874 {"shape":"ResourceNotFoundException"}, 3875 {"shape":"ThrottlingException"}, 3876 {"shape":"InternalServiceException"} 3877 ], 3878 "documentation":"<p>Updates the name and description of a quick connect. The request accepts the following data in JSON format. At least <code>Name</code> or <code>Description</code> must be provided.</p>" 3879 }, 3880 "UpdateRoutingProfileAgentAvailabilityTimer":{ 3881 "name":"UpdateRoutingProfileAgentAvailabilityTimer", 3882 "http":{ 3883 "method":"POST", 3884 "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/agent-availability-timer" 3885 }, 3886 "input":{"shape":"UpdateRoutingProfileAgentAvailabilityTimerRequest"}, 3887 "errors":[ 3888 {"shape":"InvalidRequestException"}, 3889 {"shape":"InvalidParameterException"}, 3890 {"shape":"ResourceNotFoundException"}, 3891 {"shape":"ThrottlingException"}, 3892 {"shape":"InternalServiceException"} 3893 ], 3894 "documentation":"<p>Whether agents with this routing profile will have their routing order calculated based on <i>time since their last inbound contact</i> or <i>longest idle time</i>. </p>" 3895 }, 3896 "UpdateRoutingProfileConcurrency":{ 3897 "name":"UpdateRoutingProfileConcurrency", 3898 "http":{ 3899 "method":"POST", 3900 "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/concurrency" 3901 }, 3902 "input":{"shape":"UpdateRoutingProfileConcurrencyRequest"}, 3903 "errors":[ 3904 {"shape":"InvalidRequestException"}, 3905 {"shape":"InvalidParameterException"}, 3906 {"shape":"ResourceNotFoundException"}, 3907 {"shape":"ThrottlingException"}, 3908 {"shape":"InternalServiceException"} 3909 ], 3910 "documentation":"<p>Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.</p>" 3911 }, 3912 "UpdateRoutingProfileDefaultOutboundQueue":{ 3913 "name":"UpdateRoutingProfileDefaultOutboundQueue", 3914 "http":{ 3915 "method":"POST", 3916 "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/default-outbound-queue" 3917 }, 3918 "input":{"shape":"UpdateRoutingProfileDefaultOutboundQueueRequest"}, 3919 "errors":[ 3920 {"shape":"InvalidRequestException"}, 3921 {"shape":"InvalidParameterException"}, 3922 {"shape":"ResourceNotFoundException"}, 3923 {"shape":"ThrottlingException"}, 3924 {"shape":"InternalServiceException"} 3925 ], 3926 "documentation":"<p>Updates the default outbound queue of a routing profile.</p>" 3927 }, 3928 "UpdateRoutingProfileName":{ 3929 "name":"UpdateRoutingProfileName", 3930 "http":{ 3931 "method":"POST", 3932 "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/name" 3933 }, 3934 "input":{"shape":"UpdateRoutingProfileNameRequest"}, 3935 "errors":[ 3936 {"shape":"DuplicateResourceException"}, 3937 {"shape":"InvalidRequestException"}, 3938 {"shape":"InvalidParameterException"}, 3939 {"shape":"ResourceNotFoundException"}, 3940 {"shape":"ThrottlingException"}, 3941 {"shape":"InternalServiceException"} 3942 ], 3943 "documentation":"<p>Updates the name and description of a routing profile. The request accepts the following data in JSON format. At least <code>Name</code> or <code>Description</code> must be provided.</p>" 3944 }, 3945 "UpdateRoutingProfileQueues":{ 3946 "name":"UpdateRoutingProfileQueues", 3947 "http":{ 3948 "method":"POST", 3949 "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/queues" 3950 }, 3951 "input":{"shape":"UpdateRoutingProfileQueuesRequest"}, 3952 "errors":[ 3953 {"shape":"InvalidRequestException"}, 3954 {"shape":"InvalidParameterException"}, 3955 {"shape":"ResourceNotFoundException"}, 3956 {"shape":"ThrottlingException"}, 3957 {"shape":"InternalServiceException"} 3958 ], 3959 "documentation":"<p>Updates the properties associated with a set of queues for a routing profile.</p>" 3960 }, 3961 "UpdateRule":{ 3962 "name":"UpdateRule", 3963 "http":{ 3964 "method":"PUT", 3965 "requestUri":"/rules/{InstanceId}/{RuleId}" 3966 }, 3967 "input":{"shape":"UpdateRuleRequest"}, 3968 "errors":[ 3969 {"shape":"InvalidRequestException"}, 3970 {"shape":"ResourceNotFoundException"}, 3971 {"shape":"InternalServiceException"}, 3972 {"shape":"ThrottlingException"}, 3973 {"shape":"AccessDeniedException"}, 3974 {"shape":"ResourceConflictException"} 3975 ], 3976 "documentation":"<p>Updates a rule for the specified Amazon Connect instance.</p> <p>Use the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/connect-rules-language.html\">Rules Function language</a> to code conditions for the rule. </p>" 3977 }, 3978 "UpdateSecurityProfile":{ 3979 "name":"UpdateSecurityProfile", 3980 "http":{ 3981 "method":"POST", 3982 "requestUri":"/security-profiles/{InstanceId}/{SecurityProfileId}" 3983 }, 3984 "input":{"shape":"UpdateSecurityProfileRequest"}, 3985 "errors":[ 3986 {"shape":"InvalidRequestException"}, 3987 {"shape":"InvalidParameterException"}, 3988 {"shape":"ResourceNotFoundException"}, 3989 {"shape":"ThrottlingException"}, 3990 {"shape":"InternalServiceException"} 3991 ], 3992 "documentation":"<p>Updates a security profile.</p>" 3993 }, 3994 "UpdateTaskTemplate":{ 3995 "name":"UpdateTaskTemplate", 3996 "http":{ 3997 "method":"POST", 3998 "requestUri":"/instance/{InstanceId}/task/template/{TaskTemplateId}" 3999 }, 4000 "input":{"shape":"UpdateTaskTemplateRequest"}, 4001 "output":{"shape":"UpdateTaskTemplateResponse"}, 4002 "errors":[ 4003 {"shape":"PropertyValidationException"}, 4004 {"shape":"InvalidParameterException"}, 4005 {"shape":"ResourceNotFoundException"}, 4006 {"shape":"ThrottlingException"}, 4007 {"shape":"ServiceQuotaExceededException"}, 4008 {"shape":"InternalServiceException"} 4009 ], 4010 "documentation":"<p>Updates details about a specific task template in the specified Amazon Connect instance. This operation does not support partial updates. Instead it does a full update of template content.</p>" 4011 }, 4012 "UpdateTrafficDistribution":{ 4013 "name":"UpdateTrafficDistribution", 4014 "http":{ 4015 "method":"PUT", 4016 "requestUri":"/traffic-distribution/{Id}" 4017 }, 4018 "input":{"shape":"UpdateTrafficDistributionRequest"}, 4019 "output":{"shape":"UpdateTrafficDistributionResponse"}, 4020 "errors":[ 4021 {"shape":"InvalidRequestException"}, 4022 {"shape":"AccessDeniedException"}, 4023 {"shape":"ResourceNotFoundException"}, 4024 {"shape":"ResourceConflictException"}, 4025 {"shape":"ThrottlingException"}, 4026 {"shape":"InternalServiceException"} 4027 ], 4028 "documentation":"<p>Updates the traffic distribution for a given traffic distribution group. </p> <note> <p>The <code>SignInConfig</code> distribution is available only on a default <code>TrafficDistributionGroup</code> (see the <code>IsDefault</code> parameter in the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_TrafficDistributionGroup.html\">TrafficDistributionGroup</a> data type). If you call <code>UpdateTrafficDistribution</code> with a modified <code>SignInConfig</code> and a non-default <code>TrafficDistributionGroup</code>, an <code>InvalidRequestException</code> is returned.</p> </note> <p>For more information about updating a traffic distribution group, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/update-telephony-traffic-distribution.html\">Update telephony traffic distribution across Amazon Web Services Regions </a> in the <i>Amazon Connect Administrator Guide</i>. </p>" 4029 }, 4030 "UpdateUserHierarchy":{ 4031 "name":"UpdateUserHierarchy", 4032 "http":{ 4033 "method":"POST", 4034 "requestUri":"/users/{InstanceId}/{UserId}/hierarchy" 4035 }, 4036 "input":{"shape":"UpdateUserHierarchyRequest"}, 4037 "errors":[ 4038 {"shape":"InvalidRequestException"}, 4039 {"shape":"InvalidParameterException"}, 4040 {"shape":"ResourceNotFoundException"}, 4041 {"shape":"ThrottlingException"}, 4042 {"shape":"InternalServiceException"} 4043 ], 4044 "documentation":"<p>Assigns the specified hierarchy group to the specified user.</p>" 4045 }, 4046 "UpdateUserHierarchyGroupName":{ 4047 "name":"UpdateUserHierarchyGroupName", 4048 "http":{ 4049 "method":"POST", 4050 "requestUri":"/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}/name" 4051 }, 4052 "input":{"shape":"UpdateUserHierarchyGroupNameRequest"}, 4053 "errors":[ 4054 {"shape":"InvalidRequestException"}, 4055 {"shape":"InvalidParameterException"}, 4056 {"shape":"DuplicateResourceException"}, 4057 {"shape":"ResourceNotFoundException"}, 4058 {"shape":"ThrottlingException"}, 4059 {"shape":"InternalServiceException"} 4060 ], 4061 "documentation":"<p>Updates the name of the user hierarchy group. </p>" 4062 }, 4063 "UpdateUserHierarchyStructure":{ 4064 "name":"UpdateUserHierarchyStructure", 4065 "http":{ 4066 "method":"POST", 4067 "requestUri":"/user-hierarchy-structure/{InstanceId}" 4068 }, 4069 "input":{"shape":"UpdateUserHierarchyStructureRequest"}, 4070 "errors":[ 4071 {"shape":"InvalidRequestException"}, 4072 {"shape":"InvalidParameterException"}, 4073 {"shape":"ResourceNotFoundException"}, 4074 {"shape":"ResourceInUseException"}, 4075 {"shape":"ThrottlingException"}, 4076 {"shape":"InternalServiceException"} 4077 ], 4078 "documentation":"<p>Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.</p>" 4079 }, 4080 "UpdateUserIdentityInfo":{ 4081 "name":"UpdateUserIdentityInfo", 4082 "http":{ 4083 "method":"POST", 4084 "requestUri":"/users/{InstanceId}/{UserId}/identity-info" 4085 }, 4086 "input":{"shape":"UpdateUserIdentityInfoRequest"}, 4087 "errors":[ 4088 {"shape":"InvalidRequestException"}, 4089 {"shape":"InvalidParameterException"}, 4090 {"shape":"ResourceNotFoundException"}, 4091 {"shape":"ThrottlingException"}, 4092 {"shape":"InternalServiceException"} 4093 ], 4094 "documentation":"<p>Updates the identity information for the specified user.</p> <important> <p>We strongly recommend limiting who has the ability to invoke <code>UpdateUserIdentityInfo</code>. Someone with that ability can change the login credentials of other users by changing their email address. This poses a security risk to your organization. They can change the email address of a user to the attacker's email address, and then reset the password through email. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-best-practices.html\">Best Practices for Security Profiles</a> in the <i>Amazon Connect Administrator Guide</i>.</p> </important>" 4095 }, 4096 "UpdateUserPhoneConfig":{ 4097 "name":"UpdateUserPhoneConfig", 4098 "http":{ 4099 "method":"POST", 4100 "requestUri":"/users/{InstanceId}/{UserId}/phone-config" 4101 }, 4102 "input":{"shape":"UpdateUserPhoneConfigRequest"}, 4103 "errors":[ 4104 {"shape":"InvalidRequestException"}, 4105 {"shape":"InvalidParameterException"}, 4106 {"shape":"ResourceNotFoundException"}, 4107 {"shape":"ThrottlingException"}, 4108 {"shape":"InternalServiceException"} 4109 ], 4110 "documentation":"<p>Updates the phone configuration settings for the specified user.</p>" 4111 }, 4112 "UpdateUserProficiencies":{ 4113 "name":"UpdateUserProficiencies", 4114 "http":{ 4115 "method":"POST", 4116 "requestUri":"/users/{InstanceId}/{UserId}/proficiencies" 4117 }, 4118 "input":{"shape":"UpdateUserProficienciesRequest"}, 4119 "errors":[ 4120 {"shape":"InvalidRequestException"}, 4121 {"shape":"InvalidParameterException"}, 4122 {"shape":"ResourceNotFoundException"}, 4123 {"shape":"ThrottlingException"}, 4124 {"shape":"InternalServiceException"} 4125 ], 4126 "documentation":"<p>Updates the properties associated with the proficiencies of a user.</p>" 4127 }, 4128 "UpdateUserRoutingProfile":{ 4129 "name":"UpdateUserRoutingProfile", 4130 "http":{ 4131 "method":"POST", 4132 "requestUri":"/users/{InstanceId}/{UserId}/routing-profile" 4133 }, 4134 "input":{"shape":"UpdateUserRoutingProfileRequest"}, 4135 "errors":[ 4136 {"shape":"InvalidRequestException"}, 4137 {"shape":"InvalidParameterException"}, 4138 {"shape":"ResourceNotFoundException"}, 4139 {"shape":"ThrottlingException"}, 4140 {"shape":"InternalServiceException"} 4141 ], 4142 "documentation":"<p>Assigns the specified routing profile to the specified user.</p>" 4143 }, 4144 "UpdateUserSecurityProfiles":{ 4145 "name":"UpdateUserSecurityProfiles", 4146 "http":{ 4147 "method":"POST", 4148 "requestUri":"/users/{InstanceId}/{UserId}/security-profiles" 4149 }, 4150 "input":{"shape":"UpdateUserSecurityProfilesRequest"}, 4151 "errors":[ 4152 {"shape":"InvalidRequestException"}, 4153 {"shape":"InvalidParameterException"}, 4154 {"shape":"ResourceNotFoundException"}, 4155 {"shape":"ThrottlingException"}, 4156 {"shape":"InternalServiceException"} 4157 ], 4158 "documentation":"<p>Assigns the specified security profiles to the specified user.</p>" 4159 }, 4160 "UpdateViewContent":{ 4161 "name":"UpdateViewContent", 4162 "http":{ 4163 "method":"POST", 4164 "requestUri":"/views/{InstanceId}/{ViewId}" 4165 }, 4166 "input":{"shape":"UpdateViewContentRequest"}, 4167 "output":{"shape":"UpdateViewContentResponse"}, 4168 "errors":[ 4169 {"shape":"AccessDeniedException"}, 4170 {"shape":"InvalidRequestException"}, 4171 {"shape":"InvalidParameterException"}, 4172 {"shape":"ResourceNotFoundException"}, 4173 {"shape":"InternalServiceException"}, 4174 {"shape":"TooManyRequestsException"}, 4175 {"shape":"ResourceInUseException"} 4176 ], 4177 "documentation":"<p>Updates the view content of the given view identifier in the specified Amazon Connect instance.</p> <p>It performs content validation if <code>Status</code> is set to <code>SAVED</code> and performs full content validation if <code>Status</code> is <code>PUBLISHED</code>. Note that the <code>$SAVED</code> alias' content will always be updated, but the <code>$LATEST</code> alias' content will only be updated if <code>Status</code> is <code>PUBLISHED</code>.</p>" 4178 }, 4179 "UpdateViewMetadata":{ 4180 "name":"UpdateViewMetadata", 4181 "http":{ 4182 "method":"POST", 4183 "requestUri":"/views/{InstanceId}/{ViewId}/metadata" 4184 }, 4185 "input":{"shape":"UpdateViewMetadataRequest"}, 4186 "output":{"shape":"UpdateViewMetadataResponse"}, 4187 "errors":[ 4188 {"shape":"AccessDeniedException"}, 4189 {"shape":"InvalidRequestException"}, 4190 {"shape":"InvalidParameterException"}, 4191 {"shape":"ResourceNotFoundException"}, 4192 {"shape":"InternalServiceException"}, 4193 {"shape":"TooManyRequestsException"}, 4194 {"shape":"DuplicateResourceException"}, 4195 {"shape":"ResourceInUseException"} 4196 ], 4197 "documentation":"<p>Updates the view metadata. Note that either <code>Name</code> or <code>Description</code> must be provided.</p>" 4198 } 4199 }, 4200 "shapes":{ 4201 "ARN":{"type":"string"}, 4202 "AWSAccountId":{"type":"string"}, 4203 "AccessDeniedException":{ 4204 "type":"structure", 4205 "members":{ 4206 "Message":{"shape":"Message"} 4207 }, 4208 "documentation":"<p>You do not have sufficient permissions to perform this action.</p>", 4209 "error":{"httpStatusCode":403}, 4210 "exception":true 4211 }, 4212 "ActionSummaries":{ 4213 "type":"list", 4214 "member":{"shape":"ActionSummary"} 4215 }, 4216 "ActionSummary":{ 4217 "type":"structure", 4218 "required":["ActionType"], 4219 "members":{ 4220 "ActionType":{ 4221 "shape":"ActionType", 4222 "documentation":"<p>The action type.</p>" 4223 } 4224 }, 4225 "documentation":"<p>Information about an action.</p>" 4226 }, 4227 "ActionType":{ 4228 "type":"string", 4229 "enum":[ 4230 "CREATE_TASK", 4231 "ASSIGN_CONTACT_CATEGORY", 4232 "GENERATE_EVENTBRIDGE_EVENT", 4233 "SEND_NOTIFICATION", 4234 "CREATE_CASE", 4235 "UPDATE_CASE", 4236 "END_ASSOCIATED_TASKS" 4237 ] 4238 }, 4239 "ActivateEvaluationFormRequest":{ 4240 "type":"structure", 4241 "required":[ 4242 "InstanceId", 4243 "EvaluationFormId", 4244 "EvaluationFormVersion" 4245 ], 4246 "members":{ 4247 "InstanceId":{ 4248 "shape":"InstanceId", 4249 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 4250 "location":"uri", 4251 "locationName":"InstanceId" 4252 }, 4253 "EvaluationFormId":{ 4254 "shape":"ResourceId", 4255 "documentation":"<p>The unique identifier for the evaluation form.</p>", 4256 "location":"uri", 4257 "locationName":"EvaluationFormId" 4258 }, 4259 "EvaluationFormVersion":{ 4260 "shape":"VersionNumber", 4261 "documentation":"<p>The version of the evaluation form to activate. If the version property is not provided, the latest version of the evaluation form is activated.</p>" 4262 } 4263 } 4264 }, 4265 "ActivateEvaluationFormResponse":{ 4266 "type":"structure", 4267 "required":[ 4268 "EvaluationFormId", 4269 "EvaluationFormArn", 4270 "EvaluationFormVersion" 4271 ], 4272 "members":{ 4273 "EvaluationFormId":{ 4274 "shape":"ResourceId", 4275 "documentation":"<p>The unique identifier for the evaluation form.</p>" 4276 }, 4277 "EvaluationFormArn":{ 4278 "shape":"ARN", 4279 "documentation":"<p>The Amazon Resource Name (ARN) for the evaluation form resource.</p>" 4280 }, 4281 "EvaluationFormVersion":{ 4282 "shape":"VersionNumber", 4283 "documentation":"<p>A version of the evaluation form.</p>" 4284 } 4285 } 4286 }, 4287 "AfterContactWorkTimeLimit":{ 4288 "type":"integer", 4289 "min":0 4290 }, 4291 "AgentAvailabilityTimer":{ 4292 "type":"string", 4293 "enum":[ 4294 "TIME_SINCE_LAST_ACTIVITY", 4295 "TIME_SINCE_LAST_INBOUND" 4296 ] 4297 }, 4298 "AgentConfig":{ 4299 "type":"structure", 4300 "required":["Distributions"], 4301 "members":{ 4302 "Distributions":{ 4303 "shape":"DistributionList", 4304 "documentation":"<p>Information about traffic distributions.</p>" 4305 } 4306 }, 4307 "documentation":"<p>The distribution of agents between the instance and its replica(s).</p>" 4308 }, 4309 "AgentContactReference":{ 4310 "type":"structure", 4311 "members":{ 4312 "ContactId":{ 4313 "shape":"ContactId", 4314 "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. </p>" 4315 }, 4316 "Channel":{ 4317 "shape":"Channel", 4318 "documentation":"<p>The channel of the contact.</p>" 4319 }, 4320 "InitiationMethod":{ 4321 "shape":"ContactInitiationMethod", 4322 "documentation":"<p>How the contact was initiated.</p>" 4323 }, 4324 "AgentContactState":{ 4325 "shape":"ContactState", 4326 "documentation":"<p>The <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/about-contact-states.html\">state of the contact</a>.</p>" 4327 }, 4328 "StateStartTimestamp":{ 4329 "shape":"Timestamp", 4330 "documentation":"<p>The epoch timestamp when the contact state started.</p>" 4331 }, 4332 "ConnectedToAgentTimestamp":{ 4333 "shape":"Timestamp", 4334 "documentation":"<p>The time at which the contact was connected to an agent.</p>" 4335 }, 4336 "Queue":{"shape":"QueueReference"} 4337 }, 4338 "documentation":"<p>Information about the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_Contact.html\">contact</a> associated to the user.</p>" 4339 }, 4340 "AgentContactReferenceList":{ 4341 "type":"list", 4342 "member":{"shape":"AgentContactReference"} 4343 }, 4344 "AgentFirstName":{ 4345 "type":"string", 4346 "max":100, 4347 "min":1, 4348 "sensitive":true 4349 }, 4350 "AgentHierarchyGroups":{ 4351 "type":"structure", 4352 "members":{ 4353 "L1Ids":{ 4354 "shape":"HierarchyGroupIdList", 4355 "documentation":"<p>The identifiers for level 1 hierarchy groups.</p>" 4356 }, 4357 "L2Ids":{ 4358 "shape":"HierarchyGroupIdList", 4359 "documentation":"<p>The identifiers for level 2 hierarchy groups.</p>" 4360 }, 4361 "L3Ids":{ 4362 "shape":"HierarchyGroupIdList", 4363 "documentation":"<p>The identifiers for level 3 hierarchy groups.</p>" 4364 }, 4365 "L4Ids":{ 4366 "shape":"HierarchyGroupIdList", 4367 "documentation":"<p>The identifiers for level 4 hierarchy groups.</p>" 4368 }, 4369 "L5Ids":{ 4370 "shape":"HierarchyGroupIdList", 4371 "documentation":"<p>The identifiers for level 5 hierarchy groups.</p>" 4372 } 4373 }, 4374 "documentation":"<p>A structure that defines search criteria for contacts using agent hierarchy group levels. For more information about agent hierarchies, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/agent-hierarchy.html\">Set Up Agent Hierarchies</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 4375 }, 4376 "AgentInfo":{ 4377 "type":"structure", 4378 "members":{ 4379 "Id":{ 4380 "shape":"AgentResourceId", 4381 "documentation":"<p>The identifier of the agent who accepted the contact.</p>" 4382 }, 4383 "ConnectedToAgentTimestamp":{ 4384 "shape":"timestamp", 4385 "documentation":"<p>The timestamp when the contact was connected to the agent.</p>" 4386 }, 4387 "AgentPauseDurationInSeconds":{ 4388 "shape":"AgentPauseDurationInSeconds", 4389 "documentation":"<p>Agent pause duration for a contact in seconds.</p>" 4390 } 4391 }, 4392 "documentation":"<p>Information about the agent who accepted the contact.</p>" 4393 }, 4394 "AgentLastName":{ 4395 "type":"string", 4396 "max":100, 4397 "min":1, 4398 "sensitive":true 4399 }, 4400 "AgentPauseDurationInSeconds":{ 4401 "type":"integer", 4402 "min":0 4403 }, 4404 "AgentResourceId":{ 4405 "type":"string", 4406 "max":256, 4407 "min":1 4408 }, 4409 "AgentResourceIdList":{ 4410 "type":"list", 4411 "member":{"shape":"AgentResourceId"}, 4412 "max":100, 4413 "min":0 4414 }, 4415 "AgentStatus":{ 4416 "type":"structure", 4417 "members":{ 4418 "AgentStatusARN":{ 4419 "shape":"ARN", 4420 "documentation":"<p>The Amazon Resource Name (ARN) of the agent status.</p>" 4421 }, 4422 "AgentStatusId":{ 4423 "shape":"AgentStatusId", 4424 "documentation":"<p>The identifier of the agent status.</p>" 4425 }, 4426 "Name":{ 4427 "shape":"AgentStatusName", 4428 "documentation":"<p>The name of the agent status.</p>" 4429 }, 4430 "Description":{ 4431 "shape":"AgentStatusDescription", 4432 "documentation":"<p>The description of the agent status.</p>" 4433 }, 4434 "Type":{ 4435 "shape":"AgentStatusType", 4436 "documentation":"<p>The type of agent status.</p>" 4437 }, 4438 "DisplayOrder":{ 4439 "shape":"AgentStatusOrderNumber", 4440 "documentation":"<p>The display order of the agent status.</p>" 4441 }, 4442 "State":{ 4443 "shape":"AgentStatusState", 4444 "documentation":"<p>The state of the agent status.</p>" 4445 }, 4446 "Tags":{ 4447 "shape":"TagMap", 4448 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 4449 }, 4450 "LastModifiedTime":{ 4451 "shape":"Timestamp", 4452 "documentation":"<p>The timestamp when this resource was last modified.</p>" 4453 }, 4454 "LastModifiedRegion":{ 4455 "shape":"RegionName", 4456 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 4457 } 4458 }, 4459 "documentation":"<p>Contains information about an agent status.</p>" 4460 }, 4461 "AgentStatusDescription":{ 4462 "type":"string", 4463 "max":250, 4464 "min":1 4465 }, 4466 "AgentStatusId":{"type":"string"}, 4467 "AgentStatusName":{ 4468 "type":"string", 4469 "max":127, 4470 "min":1 4471 }, 4472 "AgentStatusOrderNumber":{ 4473 "type":"integer", 4474 "max":50, 4475 "min":1 4476 }, 4477 "AgentStatusReference":{ 4478 "type":"structure", 4479 "members":{ 4480 "StatusStartTimestamp":{ 4481 "shape":"Timestamp", 4482 "documentation":"<p>The start timestamp of the agent's status.</p>" 4483 }, 4484 "StatusArn":{ 4485 "shape":"ARN", 4486 "documentation":"<p>The Amazon Resource Name (ARN) of the agent's status.</p>" 4487 }, 4488 "StatusName":{ 4489 "shape":"AgentStatusName", 4490 "documentation":"<p>The name of the agent status.</p>" 4491 } 4492 }, 4493 "documentation":"<p>Information about the agent's status.</p>" 4494 }, 4495 "AgentStatusState":{ 4496 "type":"string", 4497 "enum":[ 4498 "ENABLED", 4499 "DISABLED" 4500 ] 4501 }, 4502 "AgentStatusSummary":{ 4503 "type":"structure", 4504 "members":{ 4505 "Id":{ 4506 "shape":"AgentStatusId", 4507 "documentation":"<p>The identifier for an agent status.</p>" 4508 }, 4509 "Arn":{ 4510 "shape":"ARN", 4511 "documentation":"<p>The Amazon Resource Name (ARN) for the agent status.</p>" 4512 }, 4513 "Name":{ 4514 "shape":"AgentStatusName", 4515 "documentation":"<p>The name of the agent status.</p>" 4516 }, 4517 "Type":{ 4518 "shape":"AgentStatusType", 4519 "documentation":"<p>The type of the agent status.</p>" 4520 }, 4521 "LastModifiedTime":{ 4522 "shape":"Timestamp", 4523 "documentation":"<p>The timestamp when this resource was last modified.</p>" 4524 }, 4525 "LastModifiedRegion":{ 4526 "shape":"RegionName", 4527 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 4528 } 4529 }, 4530 "documentation":"<p>Summary information for an agent status.</p>" 4531 }, 4532 "AgentStatusSummaryList":{ 4533 "type":"list", 4534 "member":{"shape":"AgentStatusSummary"} 4535 }, 4536 "AgentStatusType":{ 4537 "type":"string", 4538 "enum":[ 4539 "ROUTABLE", 4540 "CUSTOM", 4541 "OFFLINE" 4542 ] 4543 }, 4544 "AgentStatusTypes":{ 4545 "type":"list", 4546 "member":{"shape":"AgentStatusType"}, 4547 "max":3 4548 }, 4549 "AgentUsername":{ 4550 "type":"string", 4551 "max":100, 4552 "min":1 4553 }, 4554 "AgentsMinOneMaxHundred":{ 4555 "type":"list", 4556 "member":{"shape":"UserId"}, 4557 "max":100, 4558 "min":1 4559 }, 4560 "AliasArn":{ 4561 "type":"string", 4562 "max":100, 4563 "min":1 4564 }, 4565 "AllowedAccessControlTags":{ 4566 "type":"map", 4567 "key":{"shape":"SecurityProfilePolicyKey"}, 4568 "value":{"shape":"SecurityProfilePolicyValue"}, 4569 "max":2 4570 }, 4571 "AllowedCapabilities":{ 4572 "type":"structure", 4573 "members":{ 4574 "Customer":{ 4575 "shape":"ParticipantCapabilities", 4576 "documentation":"<p>Information about the customer's video sharing capabilities.</p>" 4577 }, 4578 "Agent":{ 4579 "shape":"ParticipantCapabilities", 4580 "documentation":"<p>Information about the agent's video sharing capabilities.</p>" 4581 } 4582 }, 4583 "documentation":"<p>Information about the capabilities enabled for participants of the contact.</p>" 4584 }, 4585 "AllowedMonitorCapabilities":{ 4586 "type":"list", 4587 "member":{"shape":"MonitorCapability"}, 4588 "max":2 4589 }, 4590 "AnalyticsDataAssociationResult":{ 4591 "type":"structure", 4592 "members":{ 4593 "DataSetId":{ 4594 "shape":"DataSetId", 4595 "documentation":"<p>The identifier of the dataset.</p>" 4596 }, 4597 "TargetAccountId":{ 4598 "shape":"AWSAccountId", 4599 "documentation":"<p>The identifier of the target account. </p>" 4600 }, 4601 "ResourceShareId":{ 4602 "shape":"String", 4603 "documentation":"<p>The Resource Access Manager share ID.</p>" 4604 }, 4605 "ResourceShareArn":{ 4606 "shape":"ARN", 4607 "documentation":"<p>The Amazon Resource Name (ARN) of the Resource Access Manager share. </p>" 4608 } 4609 }, 4610 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Information about associations that are successfully created: <code>DataSetId</code>, <code>TargetAccountId</code>, <code>ResourceShareId</code>, <code>ResourceShareArn</code>. </p>" 4611 }, 4612 "AnalyticsDataAssociationResults":{ 4613 "type":"list", 4614 "member":{"shape":"AnalyticsDataAssociationResult"} 4615 }, 4616 "AnswerMachineDetectionConfig":{ 4617 "type":"structure", 4618 "members":{ 4619 "EnableAnswerMachineDetection":{ 4620 "shape":"Boolean", 4621 "documentation":"<p>The flag to indicate if answer machine detection analysis needs to be performed for a voice call. If set to <code>true</code>, <code>TrafficType</code> must be set as <code>CAMPAIGN</code>. </p>" 4622 }, 4623 "AwaitAnswerMachinePrompt":{ 4624 "shape":"Boolean", 4625 "documentation":"<p>Wait for the answering machine prompt.</p>" 4626 } 4627 }, 4628 "documentation":"<p>Configuration of the answering machine detection.</p>" 4629 }, 4630 "Application":{ 4631 "type":"structure", 4632 "members":{ 4633 "Namespace":{ 4634 "shape":"Namespace", 4635 "documentation":"<p>Namespace of the application that you want to give access to.</p>" 4636 }, 4637 "ApplicationPermissions":{ 4638 "shape":"ApplicationPermissions", 4639 "documentation":"<p>The permissions that the agent is granted on the application. Only the <code>ACCESS</code> permission is supported.</p>" 4640 } 4641 }, 4642 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A third-party application's metadata.</p>" 4643 }, 4644 "ApplicationPermissions":{ 4645 "type":"list", 4646 "member":{"shape":"Permission"}, 4647 "max":10, 4648 "min":1 4649 }, 4650 "Applications":{ 4651 "type":"list", 4652 "member":{"shape":"Application"}, 4653 "max":10 4654 }, 4655 "ApproximateTotalCount":{"type":"long"}, 4656 "ArtifactId":{ 4657 "type":"string", 4658 "max":256, 4659 "min":1 4660 }, 4661 "ArtifactStatus":{ 4662 "type":"string", 4663 "enum":[ 4664 "APPROVED", 4665 "REJECTED", 4666 "IN_PROGRESS" 4667 ] 4668 }, 4669 "AssignContactCategoryActionDefinition":{ 4670 "type":"structure", 4671 "members":{ 4672 }, 4673 "documentation":"<p>This action must be set if <code>TriggerEventSource</code> is one of the following values: <code>OnPostCallAnalysisAvailable</code> | <code>OnRealTimeCallAnalysisAvailable</code> | <code>OnRealTimeChatAnalysisAvailable</code> | <code>OnPostChatAnalysisAvailable</code>. Contact is categorized using the rule name.</p> <p> <code>RuleName</code> is used as <code>ContactCategory</code>.</p>" 4674 }, 4675 "AssociateAnalyticsDataSetRequest":{ 4676 "type":"structure", 4677 "required":[ 4678 "InstanceId", 4679 "DataSetId" 4680 ], 4681 "members":{ 4682 "InstanceId":{ 4683 "shape":"InstanceId", 4684 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 4685 "location":"uri", 4686 "locationName":"InstanceId" 4687 }, 4688 "DataSetId":{ 4689 "shape":"DataSetId", 4690 "documentation":"<p>The identifier of the dataset to associate with the target account.</p>" 4691 }, 4692 "TargetAccountId":{ 4693 "shape":"AWSAccountId", 4694 "documentation":"<p>The identifier of the target account. Use to associate a dataset to a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.</p>" 4695 } 4696 } 4697 }, 4698 "AssociateAnalyticsDataSetResponse":{ 4699 "type":"structure", 4700 "members":{ 4701 "DataSetId":{ 4702 "shape":"DataSetId", 4703 "documentation":"<p>The identifier of the dataset that was associated.</p>" 4704 }, 4705 "TargetAccountId":{ 4706 "shape":"AWSAccountId", 4707 "documentation":"<p>The identifier of the target account. </p>" 4708 }, 4709 "ResourceShareId":{ 4710 "shape":"String", 4711 "documentation":"<p>The Resource Access Manager share ID that is generated.</p>" 4712 }, 4713 "ResourceShareArn":{ 4714 "shape":"ARN", 4715 "documentation":"<p>The Amazon Resource Name (ARN) of the Resource Access Manager share. </p>" 4716 } 4717 } 4718 }, 4719 "AssociateApprovedOriginRequest":{ 4720 "type":"structure", 4721 "required":[ 4722 "InstanceId", 4723 "Origin" 4724 ], 4725 "members":{ 4726 "InstanceId":{ 4727 "shape":"InstanceId", 4728 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 4729 "location":"uri", 4730 "locationName":"InstanceId" 4731 }, 4732 "Origin":{ 4733 "shape":"Origin", 4734 "documentation":"<p>The domain to add to your allow list.</p>" 4735 } 4736 } 4737 }, 4738 "AssociateBotRequest":{ 4739 "type":"structure", 4740 "required":["InstanceId"], 4741 "members":{ 4742 "InstanceId":{ 4743 "shape":"InstanceId", 4744 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 4745 "location":"uri", 4746 "locationName":"InstanceId" 4747 }, 4748 "LexBot":{"shape":"LexBot"}, 4749 "LexV2Bot":{ 4750 "shape":"LexV2Bot", 4751 "documentation":"<p>The Amazon Lex V2 bot to associate with the instance.</p>" 4752 } 4753 } 4754 }, 4755 "AssociateDefaultVocabularyRequest":{ 4756 "type":"structure", 4757 "required":[ 4758 "InstanceId", 4759 "LanguageCode" 4760 ], 4761 "members":{ 4762 "InstanceId":{ 4763 "shape":"InstanceId", 4764 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 4765 "location":"uri", 4766 "locationName":"InstanceId" 4767 }, 4768 "LanguageCode":{ 4769 "shape":"VocabularyLanguageCode", 4770 "documentation":"<p>The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html\">What is Amazon Transcribe?</a> </p>", 4771 "location":"uri", 4772 "locationName":"LanguageCode" 4773 }, 4774 "VocabularyId":{ 4775 "shape":"VocabularyId", 4776 "documentation":"<p>The identifier of the custom vocabulary. If this is empty, the default is set to none.</p>" 4777 } 4778 } 4779 }, 4780 "AssociateDefaultVocabularyResponse":{ 4781 "type":"structure", 4782 "members":{ 4783 } 4784 }, 4785 "AssociateFlowRequest":{ 4786 "type":"structure", 4787 "required":[ 4788 "InstanceId", 4789 "ResourceId", 4790 "FlowId", 4791 "ResourceType" 4792 ], 4793 "members":{ 4794 "InstanceId":{ 4795 "shape":"InstanceId", 4796 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 4797 "location":"uri", 4798 "locationName":"InstanceId" 4799 }, 4800 "ResourceId":{ 4801 "shape":"ARN", 4802 "documentation":"<p>The identifier of the resource.</p>" 4803 }, 4804 "FlowId":{ 4805 "shape":"ARN", 4806 "documentation":"<p>The identifier of the flow.</p>" 4807 }, 4808 "ResourceType":{ 4809 "shape":"FlowAssociationResourceType", 4810 "documentation":"<p>A valid resource type.</p>" 4811 } 4812 } 4813 }, 4814 "AssociateFlowResponse":{ 4815 "type":"structure", 4816 "members":{ 4817 } 4818 }, 4819 "AssociateInstanceStorageConfigRequest":{ 4820 "type":"structure", 4821 "required":[ 4822 "InstanceId", 4823 "ResourceType", 4824 "StorageConfig" 4825 ], 4826 "members":{ 4827 "InstanceId":{ 4828 "shape":"InstanceId", 4829 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 4830 "location":"uri", 4831 "locationName":"InstanceId" 4832 }, 4833 "ResourceType":{ 4834 "shape":"InstanceStorageResourceType", 4835 "documentation":"<p>A valid resource type.</p>" 4836 }, 4837 "StorageConfig":{ 4838 "shape":"InstanceStorageConfig", 4839 "documentation":"<p>A valid storage type.</p>" 4840 } 4841 } 4842 }, 4843 "AssociateInstanceStorageConfigResponse":{ 4844 "type":"structure", 4845 "members":{ 4846 "AssociationId":{ 4847 "shape":"AssociationId", 4848 "documentation":"<p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>" 4849 } 4850 } 4851 }, 4852 "AssociateLambdaFunctionRequest":{ 4853 "type":"structure", 4854 "required":[ 4855 "InstanceId", 4856 "FunctionArn" 4857 ], 4858 "members":{ 4859 "InstanceId":{ 4860 "shape":"InstanceId", 4861 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 4862 "location":"uri", 4863 "locationName":"InstanceId" 4864 }, 4865 "FunctionArn":{ 4866 "shape":"FunctionArn", 4867 "documentation":"<p>The Amazon Resource Name (ARN) for the Lambda function being associated. Maximum number of characters allowed is 140.</p>" 4868 } 4869 } 4870 }, 4871 "AssociateLexBotRequest":{ 4872 "type":"structure", 4873 "required":[ 4874 "InstanceId", 4875 "LexBot" 4876 ], 4877 "members":{ 4878 "InstanceId":{ 4879 "shape":"InstanceId", 4880 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 4881 "location":"uri", 4882 "locationName":"InstanceId" 4883 }, 4884 "LexBot":{ 4885 "shape":"LexBot", 4886 "documentation":"<p>The Amazon Lex bot to associate with the instance.</p>" 4887 } 4888 } 4889 }, 4890 "AssociatePhoneNumberContactFlowRequest":{ 4891 "type":"structure", 4892 "required":[ 4893 "PhoneNumberId", 4894 "InstanceId", 4895 "ContactFlowId" 4896 ], 4897 "members":{ 4898 "PhoneNumberId":{ 4899 "shape":"PhoneNumberId", 4900 "documentation":"<p>A unique identifier for the phone number.</p>", 4901 "location":"uri", 4902 "locationName":"PhoneNumberId" 4903 }, 4904 "InstanceId":{ 4905 "shape":"InstanceId", 4906 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 4907 }, 4908 "ContactFlowId":{ 4909 "shape":"ContactFlowId", 4910 "documentation":"<p>The identifier of the flow.</p>" 4911 } 4912 } 4913 }, 4914 "AssociateQueueQuickConnectsRequest":{ 4915 "type":"structure", 4916 "required":[ 4917 "InstanceId", 4918 "QueueId", 4919 "QuickConnectIds" 4920 ], 4921 "members":{ 4922 "InstanceId":{ 4923 "shape":"InstanceId", 4924 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 4925 "location":"uri", 4926 "locationName":"InstanceId" 4927 }, 4928 "QueueId":{ 4929 "shape":"QueueId", 4930 "documentation":"<p>The identifier for the queue.</p>", 4931 "location":"uri", 4932 "locationName":"QueueId" 4933 }, 4934 "QuickConnectIds":{ 4935 "shape":"QuickConnectsList", 4936 "documentation":"<p>The quick connects to associate with this queue.</p>" 4937 } 4938 } 4939 }, 4940 "AssociateRoutingProfileQueuesRequest":{ 4941 "type":"structure", 4942 "required":[ 4943 "InstanceId", 4944 "RoutingProfileId", 4945 "QueueConfigs" 4946 ], 4947 "members":{ 4948 "InstanceId":{ 4949 "shape":"InstanceId", 4950 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 4951 "location":"uri", 4952 "locationName":"InstanceId" 4953 }, 4954 "RoutingProfileId":{ 4955 "shape":"RoutingProfileId", 4956 "documentation":"<p>The identifier of the routing profile.</p>", 4957 "location":"uri", 4958 "locationName":"RoutingProfileId" 4959 }, 4960 "QueueConfigs":{ 4961 "shape":"RoutingProfileQueueConfigList", 4962 "documentation":"<p>The queues to associate with this routing profile.</p>" 4963 } 4964 } 4965 }, 4966 "AssociateSecurityKeyRequest":{ 4967 "type":"structure", 4968 "required":[ 4969 "InstanceId", 4970 "Key" 4971 ], 4972 "members":{ 4973 "InstanceId":{ 4974 "shape":"InstanceId", 4975 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 4976 "location":"uri", 4977 "locationName":"InstanceId" 4978 }, 4979 "Key":{ 4980 "shape":"PEM", 4981 "documentation":"<p>A valid security key in PEM format.</p>" 4982 } 4983 } 4984 }, 4985 "AssociateSecurityKeyResponse":{ 4986 "type":"structure", 4987 "members":{ 4988 "AssociationId":{ 4989 "shape":"AssociationId", 4990 "documentation":"<p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>" 4991 } 4992 } 4993 }, 4994 "AssociateTrafficDistributionGroupUserRequest":{ 4995 "type":"structure", 4996 "required":[ 4997 "TrafficDistributionGroupId", 4998 "UserId", 4999 "InstanceId" 5000 ], 5001 "members":{ 5002 "TrafficDistributionGroupId":{ 5003 "shape":"TrafficDistributionGroupIdOrArn", 5004 "documentation":"<p>The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.</p>", 5005 "location":"uri", 5006 "locationName":"TrafficDistributionGroupId" 5007 }, 5008 "UserId":{ 5009 "shape":"UserId", 5010 "documentation":"<p>The identifier of the user account. This can be the ID or the ARN of the user. </p>" 5011 }, 5012 "InstanceId":{ 5013 "shape":"InstanceId", 5014 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 5015 } 5016 } 5017 }, 5018 "AssociateTrafficDistributionGroupUserResponse":{ 5019 "type":"structure", 5020 "members":{ 5021 } 5022 }, 5023 "AssociateUserProficienciesRequest":{ 5024 "type":"structure", 5025 "required":[ 5026 "InstanceId", 5027 "UserId", 5028 "UserProficiencies" 5029 ], 5030 "members":{ 5031 "InstanceId":{ 5032 "shape":"InstanceId", 5033 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN of the instance).</p>", 5034 "location":"uri", 5035 "locationName":"InstanceId" 5036 }, 5037 "UserId":{ 5038 "shape":"UserId", 5039 "documentation":"<p>The identifier of the user account.</p>", 5040 "location":"uri", 5041 "locationName":"UserId" 5042 }, 5043 "UserProficiencies":{ 5044 "shape":"UserProficiencyList", 5045 "documentation":"<p>The proficiencies to associate with the user.</p>" 5046 } 5047 } 5048 }, 5049 "AssociationId":{ 5050 "type":"string", 5051 "max":100, 5052 "min":1 5053 }, 5054 "AttachmentName":{ 5055 "type":"string", 5056 "max":256, 5057 "min":1 5058 }, 5059 "AttachmentReference":{ 5060 "type":"structure", 5061 "members":{ 5062 "Name":{ 5063 "shape":"ReferenceKey", 5064 "documentation":"<p>Identifier of the attachment reference.</p>" 5065 }, 5066 "Value":{ 5067 "shape":"ReferenceValue", 5068 "documentation":"<p>The location path of the attachment reference.</p>" 5069 }, 5070 "Status":{ 5071 "shape":"ReferenceStatus", 5072 "documentation":"<p>Status of the attachment reference type.</p>" 5073 } 5074 }, 5075 "documentation":"<p>Information about a reference when the <code>referenceType</code> is <code>ATTACHMENT</code>. Otherwise, null.</p>" 5076 }, 5077 "Attendee":{ 5078 "type":"structure", 5079 "members":{ 5080 "AttendeeId":{ 5081 "shape":"AttendeeId", 5082 "documentation":"<p>The Amazon Chime SDK attendee ID.</p>" 5083 }, 5084 "JoinToken":{ 5085 "shape":"JoinToken", 5086 "documentation":"<p>The join token used by the Amazon Chime SDK attendee.</p>" 5087 } 5088 }, 5089 "documentation":"<p>The attendee information, including attendee ID and join token.</p>" 5090 }, 5091 "AttendeeId":{"type":"string"}, 5092 "Attribute":{ 5093 "type":"structure", 5094 "members":{ 5095 "AttributeType":{ 5096 "shape":"InstanceAttributeType", 5097 "documentation":"<p>The type of attribute.</p>" 5098 }, 5099 "Value":{ 5100 "shape":"InstanceAttributeValue", 5101 "documentation":"<p>The value of the attribute.</p>" 5102 } 5103 }, 5104 "documentation":"<p>A toggle for an individual feature at the instance level.</p>" 5105 }, 5106 "AttributeName":{ 5107 "type":"string", 5108 "max":32767, 5109 "min":1 5110 }, 5111 "AttributeValue":{ 5112 "type":"string", 5113 "max":32767, 5114 "min":0 5115 }, 5116 "Attributes":{ 5117 "type":"map", 5118 "key":{"shape":"AttributeName"}, 5119 "value":{"shape":"AttributeValue"} 5120 }, 5121 "AttributesList":{ 5122 "type":"list", 5123 "member":{"shape":"Attribute"} 5124 }, 5125 "AudioFeatures":{ 5126 "type":"structure", 5127 "members":{ 5128 "EchoReduction":{ 5129 "shape":"MeetingFeatureStatus", 5130 "documentation":"<p>Makes echo reduction available to clients who connect to the meeting.</p>" 5131 } 5132 }, 5133 "documentation":"<p>Has audio-specific configurations as the operating parameter for Echo Reduction.</p>" 5134 }, 5135 "AutoAccept":{"type":"boolean"}, 5136 "AvailableNumberSummary":{ 5137 "type":"structure", 5138 "members":{ 5139 "PhoneNumber":{ 5140 "shape":"PhoneNumber", 5141 "documentation":"<p>The phone number. Phone numbers are formatted <code>[+] [country code] [subscriber number including area code]</code>.</p>" 5142 }, 5143 "PhoneNumberCountryCode":{ 5144 "shape":"PhoneNumberCountryCode", 5145 "documentation":"<p>The ISO country code.</p>" 5146 }, 5147 "PhoneNumberType":{ 5148 "shape":"PhoneNumberType", 5149 "documentation":"<p>The type of phone number.</p>" 5150 } 5151 }, 5152 "documentation":"<p>Information about available phone numbers.</p>" 5153 }, 5154 "AvailableNumbersList":{ 5155 "type":"list", 5156 "member":{"shape":"AvailableNumberSummary"} 5157 }, 5158 "AwsRegion":{ 5159 "type":"string", 5160 "max":31, 5161 "min":8, 5162 "pattern":"[a-z]{2}(-[a-z]+){1,2}(-[0-9])?" 5163 }, 5164 "BatchAssociateAnalyticsDataSetRequest":{ 5165 "type":"structure", 5166 "required":[ 5167 "InstanceId", 5168 "DataSetIds" 5169 ], 5170 "members":{ 5171 "InstanceId":{ 5172 "shape":"InstanceId", 5173 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 5174 "location":"uri", 5175 "locationName":"InstanceId" 5176 }, 5177 "DataSetIds":{ 5178 "shape":"DataSetIds", 5179 "documentation":"<p>An array of dataset identifiers to associate.</p>" 5180 }, 5181 "TargetAccountId":{ 5182 "shape":"AWSAccountId", 5183 "documentation":"<p>The identifier of the target account. Use to associate a dataset to a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.</p>" 5184 } 5185 } 5186 }, 5187 "BatchAssociateAnalyticsDataSetResponse":{ 5188 "type":"structure", 5189 "members":{ 5190 "Created":{ 5191 "shape":"AnalyticsDataAssociationResults", 5192 "documentation":"<p>Information about associations that are successfully created: <code>DataSetId</code>, <code>TargetAccountId</code>, <code>ResourceShareId</code>, <code>ResourceShareArn</code>. </p>" 5193 }, 5194 "Errors":{ 5195 "shape":"ErrorResults", 5196 "documentation":"<p>A list of errors for datasets that aren't successfully associated with the target account.</p>" 5197 } 5198 } 5199 }, 5200 "BatchDisassociateAnalyticsDataSetRequest":{ 5201 "type":"structure", 5202 "required":[ 5203 "InstanceId", 5204 "DataSetIds" 5205 ], 5206 "members":{ 5207 "InstanceId":{ 5208 "shape":"InstanceId", 5209 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 5210 "location":"uri", 5211 "locationName":"InstanceId" 5212 }, 5213 "DataSetIds":{ 5214 "shape":"DataSetIds", 5215 "documentation":"<p>An array of associated dataset identifiers to remove.</p>" 5216 }, 5217 "TargetAccountId":{ 5218 "shape":"AWSAccountId", 5219 "documentation":"<p>The identifier of the target account. Use to disassociate a dataset from a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.</p>" 5220 } 5221 } 5222 }, 5223 "BatchDisassociateAnalyticsDataSetResponse":{ 5224 "type":"structure", 5225 "members":{ 5226 "Deleted":{ 5227 "shape":"DataSetIds", 5228 "documentation":"<p>An array of successfully disassociated dataset identifiers.</p>" 5229 }, 5230 "Errors":{ 5231 "shape":"ErrorResults", 5232 "documentation":"<p>A list of errors for any datasets not successfully removed.</p>" 5233 } 5234 } 5235 }, 5236 "BatchGetFlowAssociationRequest":{ 5237 "type":"structure", 5238 "required":[ 5239 "InstanceId", 5240 "ResourceIds" 5241 ], 5242 "members":{ 5243 "InstanceId":{ 5244 "shape":"InstanceId", 5245 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 5246 "location":"uri", 5247 "locationName":"InstanceId" 5248 }, 5249 "ResourceIds":{ 5250 "shape":"resourceArnListMaxLimit100", 5251 "documentation":"<p>A list of resource identifiers to retrieve flow associations.</p>" 5252 }, 5253 "ResourceType":{ 5254 "shape":"ListFlowAssociationResourceType", 5255 "documentation":"<p>The type of resource association.</p>" 5256 } 5257 } 5258 }, 5259 "BatchGetFlowAssociationResponse":{ 5260 "type":"structure", 5261 "members":{ 5262 "FlowAssociationSummaryList":{ 5263 "shape":"FlowAssociationSummaryList", 5264 "documentation":"<p>Information about flow associations.</p>" 5265 } 5266 } 5267 }, 5268 "BatchPutContactRequest":{ 5269 "type":"structure", 5270 "required":[ 5271 "InstanceId", 5272 "ContactDataRequestList" 5273 ], 5274 "members":{ 5275 "ClientToken":{ 5276 "shape":"ClientToken", 5277 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 5278 "idempotencyToken":true 5279 }, 5280 "InstanceId":{ 5281 "shape":"InstanceId", 5282 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 5283 "location":"uri", 5284 "locationName":"InstanceId" 5285 }, 5286 "ContactDataRequestList":{ 5287 "shape":"ContactDataRequestList", 5288 "documentation":"<p>List of individual contact requests.</p>" 5289 } 5290 } 5291 }, 5292 "BatchPutContactResponse":{ 5293 "type":"structure", 5294 "members":{ 5295 "SuccessfulRequestList":{ 5296 "shape":"SuccessfulRequestList", 5297 "documentation":"<p>List of requests for which contact was successfully created.</p>" 5298 }, 5299 "FailedRequestList":{ 5300 "shape":"FailedRequestList", 5301 "documentation":"<p>List of requests for which contact creation failed.</p>" 5302 } 5303 } 5304 }, 5305 "BehaviorType":{ 5306 "type":"string", 5307 "enum":[ 5308 "ROUTE_CURRENT_CHANNEL_ONLY", 5309 "ROUTE_ANY_CHANNEL" 5310 ] 5311 }, 5312 "Boolean":{"type":"boolean"}, 5313 "BotName":{ 5314 "type":"string", 5315 "max":50 5316 }, 5317 "BoxedBoolean":{"type":"boolean"}, 5318 "BucketName":{ 5319 "type":"string", 5320 "max":128, 5321 "min":1 5322 }, 5323 "Campaign":{ 5324 "type":"structure", 5325 "members":{ 5326 "CampaignId":{ 5327 "shape":"CampaignId", 5328 "documentation":"<p>A unique identifier for a campaign.</p>" 5329 } 5330 }, 5331 "documentation":"<p>Information associated with a campaign.</p>" 5332 }, 5333 "CampaignId":{ 5334 "type":"string", 5335 "max":100, 5336 "min":1 5337 }, 5338 "Channel":{ 5339 "type":"string", 5340 "enum":[ 5341 "VOICE", 5342 "CHAT", 5343 "TASK" 5344 ] 5345 }, 5346 "ChannelList":{ 5347 "type":"list", 5348 "member":{"shape":"Channel"} 5349 }, 5350 "ChannelToCountMap":{ 5351 "type":"map", 5352 "key":{"shape":"Channel"}, 5353 "value":{"shape":"IntegerCount"} 5354 }, 5355 "Channels":{ 5356 "type":"list", 5357 "member":{"shape":"Channel"}, 5358 "max":3 5359 }, 5360 "ChatContent":{ 5361 "type":"string", 5362 "max":16384, 5363 "min":1 5364 }, 5365 "ChatContentType":{ 5366 "type":"string", 5367 "max":100, 5368 "min":1 5369 }, 5370 "ChatDurationInMinutes":{ 5371 "type":"integer", 5372 "max":10080, 5373 "min":60 5374 }, 5375 "ChatEvent":{ 5376 "type":"structure", 5377 "required":["Type"], 5378 "members":{ 5379 "Type":{ 5380 "shape":"ChatEventType", 5381 "documentation":"<p>Type of chat integration event. </p>" 5382 }, 5383 "ContentType":{ 5384 "shape":"ChatContentType", 5385 "documentation":"<p>Type of content. This is required when <code>Type</code> is <code>MESSAGE</code> or <code>EVENT</code>. </p> <ul> <li> <p>For allowed message content types, see the <code>ContentType</code> parameter in the <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_SendMessage.html\">SendMessage</a> topic in the <i>Amazon Connect Participant Service API Reference</i>.</p> </li> <li> <p>For allowed event content types, see the <code>ContentType</code> parameter in the <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_SendEvent.html\">SendEvent</a> topic in the <i>Amazon Connect Participant Service API Reference</i>. </p> </li> </ul>" 5386 }, 5387 "Content":{ 5388 "shape":"ChatContent", 5389 "documentation":"<p>Content of the message or event. This is required when <code>Type</code> is <code>MESSAGE</code> and for certain <code>ContentTypes</code> when <code>Type</code> is <code>EVENT</code>.</p> <ul> <li> <p>For allowed message content, see the <code>Content</code> parameter in the <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_SendMessage.html\">SendMessage</a> topic in the <i>Amazon Connect Participant Service API Reference</i>.</p> </li> <li> <p>For allowed event content, see the <code>Content</code> parameter in the <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_SendEvent.html\">SendEvent</a> topic in the <i>Amazon Connect Participant Service API Reference</i>. </p> </li> </ul>" 5390 } 5391 }, 5392 "documentation":"<p>Chat integration event containing payload to perform different chat actions such as:</p> <ul> <li> <p>Sending a chat message</p> </li> <li> <p>Sending a chat event, such as typing</p> </li> <li> <p>Disconnecting from a chat</p> </li> </ul>" 5393 }, 5394 "ChatEventType":{ 5395 "type":"string", 5396 "enum":[ 5397 "DISCONNECT", 5398 "MESSAGE", 5399 "EVENT" 5400 ] 5401 }, 5402 "ChatMessage":{ 5403 "type":"structure", 5404 "required":[ 5405 "ContentType", 5406 "Content" 5407 ], 5408 "members":{ 5409 "ContentType":{ 5410 "shape":"ChatContentType", 5411 "documentation":"<p>The type of the content. Supported types are <code>text/plain</code>, <code>text/markdown</code>, <code>application/json</code>, and <code>application/vnd.amazonaws.connect.message.interactive.response</code>.</p>" 5412 }, 5413 "Content":{ 5414 "shape":"ChatContent", 5415 "documentation":"<p>The content of the chat message. </p> <ul> <li> <p>For <code>text/plain</code> and <code>text/markdown</code>, the Length Constraints are Minimum of 1, Maximum of 1024. </p> </li> <li> <p>For <code>application/json</code>, the Length Constraints are Minimum of 1, Maximum of 12000. </p> </li> <li> <p>For <code>application/vnd.amazonaws.connect.message.interactive.response</code>, the Length Constraints are Minimum of 1, Maximum of 12288.</p> </li> </ul>" 5416 } 5417 }, 5418 "documentation":"<p>A chat message.</p>" 5419 }, 5420 "ChatParticipantRoleConfig":{ 5421 "type":"structure", 5422 "required":["ParticipantTimerConfigList"], 5423 "members":{ 5424 "ParticipantTimerConfigList":{ 5425 "shape":"ParticipantTimerConfigList", 5426 "documentation":"<p>A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.</p>" 5427 } 5428 }, 5429 "documentation":"<p>Configuration information for the chat participant role.</p>" 5430 }, 5431 "ChatStreamingConfiguration":{ 5432 "type":"structure", 5433 "required":["StreamingEndpointArn"], 5434 "members":{ 5435 "StreamingEndpointArn":{ 5436 "shape":"ChatStreamingEndpointARN", 5437 "documentation":"<p>The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish real-time message streaming for chat conversations.</p>" 5438 } 5439 }, 5440 "documentation":"<p>The streaming configuration, such as the Amazon SNS streaming endpoint.</p>" 5441 }, 5442 "ChatStreamingEndpointARN":{ 5443 "type":"string", 5444 "max":350, 5445 "min":1 5446 }, 5447 "ClaimPhoneNumberRequest":{ 5448 "type":"structure", 5449 "required":["PhoneNumber"], 5450 "members":{ 5451 "TargetArn":{ 5452 "shape":"ARN", 5453 "documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>" 5454 }, 5455 "InstanceId":{ 5456 "shape":"InstanceId", 5457 "documentation":"<p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>" 5458 }, 5459 "PhoneNumber":{ 5460 "shape":"PhoneNumber", 5461 "documentation":"<p>The phone number you want to claim. Phone numbers are formatted <code>[+] [country code] [subscriber number including area code]</code>.</p>" 5462 }, 5463 "PhoneNumberDescription":{ 5464 "shape":"PhoneNumberDescription", 5465 "documentation":"<p>The description of the phone number.</p>" 5466 }, 5467 "Tags":{ 5468 "shape":"TagMap", 5469 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 5470 }, 5471 "ClientToken":{ 5472 "shape":"ClientToken", 5473 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p> <p>Pattern: <code>^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$</code> </p>", 5474 "idempotencyToken":true 5475 } 5476 } 5477 }, 5478 "ClaimPhoneNumberResponse":{ 5479 "type":"structure", 5480 "members":{ 5481 "PhoneNumberId":{ 5482 "shape":"PhoneNumberId", 5483 "documentation":"<p>A unique identifier for the phone number.</p>" 5484 }, 5485 "PhoneNumberArn":{ 5486 "shape":"ARN", 5487 "documentation":"<p>The Amazon Resource Name (ARN) of the phone number.</p>" 5488 } 5489 } 5490 }, 5491 "ClaimedPhoneNumberSummary":{ 5492 "type":"structure", 5493 "members":{ 5494 "PhoneNumberId":{ 5495 "shape":"PhoneNumberId", 5496 "documentation":"<p>A unique identifier for the phone number.</p>" 5497 }, 5498 "PhoneNumberArn":{ 5499 "shape":"ARN", 5500 "documentation":"<p>The Amazon Resource Name (ARN) of the phone number.</p>" 5501 }, 5502 "PhoneNumber":{ 5503 "shape":"PhoneNumber", 5504 "documentation":"<p>The phone number. Phone numbers are formatted <code>[+] [country code] [subscriber number including area code]</code>.</p>" 5505 }, 5506 "PhoneNumberCountryCode":{ 5507 "shape":"PhoneNumberCountryCode", 5508 "documentation":"<p>The ISO country code.</p>" 5509 }, 5510 "PhoneNumberType":{ 5511 "shape":"PhoneNumberType", 5512 "documentation":"<p>The type of phone number.</p>" 5513 }, 5514 "PhoneNumberDescription":{ 5515 "shape":"PhoneNumberDescription", 5516 "documentation":"<p>The description of the phone number.</p>" 5517 }, 5518 "TargetArn":{ 5519 "shape":"ARN", 5520 "documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.</p>" 5521 }, 5522 "InstanceId":{ 5523 "shape":"InstanceId", 5524 "documentation":"<p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 5525 }, 5526 "Tags":{ 5527 "shape":"TagMap", 5528 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 5529 }, 5530 "PhoneNumberStatus":{ 5531 "shape":"PhoneNumberStatus", 5532 "documentation":"<p>The status of the phone number.</p> <ul> <li> <p> <code>CLAIMED</code> means the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_ClaimPhoneNumber.html\">ClaimPhoneNumber</a> or <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdatePhoneNumber.html\">UpdatePhoneNumber</a> operation succeeded.</p> </li> <li> <p> <code>IN_PROGRESS</code> means a <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_ClaimPhoneNumber.html\">ClaimPhoneNumber</a>, <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdatePhoneNumber.html\">UpdatePhoneNumber</a>, or <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdatePhoneNumberMetadata.html\">UpdatePhoneNumberMetadata</a> operation is still in progress and has not yet completed. You can call <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribePhoneNumber.html\">DescribePhoneNumber</a> at a later time to verify if the previous operation has completed.</p> </li> <li> <p> <code>FAILED</code> indicates that the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_ClaimPhoneNumber.html\">ClaimPhoneNumber</a> or <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdatePhoneNumber.html\">UpdatePhoneNumber</a> operation has failed. It will include a message indicating the failure reason. A common reason for a failure may be that the <code>TargetArn</code> value you are claiming or updating a phone number to has reached its limit of total claimed numbers. If you received a <code>FAILED</code> status from a <code>ClaimPhoneNumber</code> API call, you have one day to retry claiming the phone number before the number is released back to the inventory for other customers to claim.</p> </li> </ul> <note> <p>You will not be billed for the phone number during the 1-day period if number claiming fails. </p> </note>" 5533 }, 5534 "SourcePhoneNumberArn":{ 5535 "shape":"ARN", 5536 "documentation":"<p>The claimed phone number ARN that was previously imported from the external service, such as Amazon Pinpoint. If it is from Amazon Pinpoint, it looks like the ARN of the phone number that was imported from Amazon Pinpoint.</p>" 5537 } 5538 }, 5539 "documentation":"<p>Information about a phone number that has been claimed to your Amazon Connect instance or traffic distribution group.</p>" 5540 }, 5541 "ClientToken":{ 5542 "type":"string", 5543 "max":500 5544 }, 5545 "CommonNameLength127":{ 5546 "type":"string", 5547 "max":127, 5548 "min":1 5549 }, 5550 "Comparison":{ 5551 "type":"string", 5552 "enum":["LT"] 5553 }, 5554 "Concurrency":{ 5555 "type":"integer", 5556 "max":10, 5557 "min":1 5558 }, 5559 "ConflictException":{ 5560 "type":"structure", 5561 "members":{ 5562 "Message":{"shape":"Message"} 5563 }, 5564 "documentation":"<p>Operation cannot be performed at this time as there is a conflict with another operation or contact state.</p>", 5565 "error":{"httpStatusCode":409}, 5566 "exception":true 5567 }, 5568 "ConnectionData":{ 5569 "type":"structure", 5570 "members":{ 5571 "Attendee":{ 5572 "shape":"Attendee", 5573 "documentation":"<p>The attendee information, including attendee ID and join token.</p>" 5574 }, 5575 "Meeting":{ 5576 "shape":"Meeting", 5577 "documentation":"<p>A meeting created using the Amazon Chime SDK.</p>" 5578 } 5579 }, 5580 "documentation":"<p>Information required to join the call.</p>" 5581 }, 5582 "Contact":{ 5583 "type":"structure", 5584 "members":{ 5585 "Arn":{ 5586 "shape":"ARN", 5587 "documentation":"<p>The Amazon Resource Name (ARN) for the contact.</p>" 5588 }, 5589 "Id":{ 5590 "shape":"ContactId", 5591 "documentation":"<p>The identifier for the contact.</p>" 5592 }, 5593 "InitialContactId":{ 5594 "shape":"ContactId", 5595 "documentation":"<p>If this contact is related to other contacts, this is the ID of the initial contact.</p>" 5596 }, 5597 "PreviousContactId":{ 5598 "shape":"ContactId", 5599 "documentation":"<p>If this contact is not the first contact, this is the ID of the previous contact.</p>" 5600 }, 5601 "InitiationMethod":{ 5602 "shape":"ContactInitiationMethod", 5603 "documentation":"<p>Indicates how the contact was initiated.</p>" 5604 }, 5605 "Name":{ 5606 "shape":"Name", 5607 "documentation":"<p>The name of the contact.</p>" 5608 }, 5609 "Description":{ 5610 "shape":"Description", 5611 "documentation":"<p>The description of the contact.</p>" 5612 }, 5613 "Channel":{ 5614 "shape":"Channel", 5615 "documentation":"<p>How the contact reached your contact center.</p>" 5616 }, 5617 "QueueInfo":{ 5618 "shape":"QueueInfo", 5619 "documentation":"<p>If this contact was queued, this contains information about the queue. </p>" 5620 }, 5621 "AgentInfo":{ 5622 "shape":"AgentInfo", 5623 "documentation":"<p>Information about the agent who accepted the contact.</p>" 5624 }, 5625 "InitiationTimestamp":{ 5626 "shape":"timestamp", 5627 "documentation":"<p>The date and time this contact was initiated, in UTC time. For <code>INBOUND</code>, this is when the contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For <code>CALLBACK</code>, this is when the callback contact was created. For <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the transfer was initiated. For <code>API</code>, this is when the request arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent started dialing the external participant. For <code>MONITOR</code>, this is when the supervisor started listening to a contact.</p>" 5628 }, 5629 "DisconnectTimestamp":{ 5630 "shape":"timestamp", 5631 "documentation":"<p>The timestamp when the customer endpoint disconnected from Amazon Connect.</p>" 5632 }, 5633 "LastUpdateTimestamp":{ 5634 "shape":"timestamp", 5635 "documentation":"<p>The timestamp when contact was last updated.</p>" 5636 }, 5637 "LastPausedTimestamp":{ 5638 "shape":"timestamp", 5639 "documentation":"<p>The timestamp when the contact was last paused.</p>" 5640 }, 5641 "LastResumedTimestamp":{ 5642 "shape":"timestamp", 5643 "documentation":"<p>The timestamp when the contact was last resumed.</p>" 5644 }, 5645 "TotalPauseCount":{ 5646 "shape":"TotalPauseCount", 5647 "documentation":"<p>Total pause count for a contact.</p>" 5648 }, 5649 "TotalPauseDurationInSeconds":{ 5650 "shape":"TotalPauseDurationInSeconds", 5651 "documentation":"<p>Total pause duration for a contact in seconds.</p>" 5652 }, 5653 "ScheduledTimestamp":{ 5654 "shape":"timestamp", 5655 "documentation":"<p>The timestamp, in Unix epoch time format, at which to start running the inbound flow. </p>" 5656 }, 5657 "RelatedContactId":{ 5658 "shape":"ContactId", 5659 "documentation":"<p>The contactId that is <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html#relatedcontactid\">related</a> to this contact.</p>" 5660 }, 5661 "WisdomInfo":{ 5662 "shape":"WisdomInfo", 5663 "documentation":"<p>Information about Amazon Connect Wisdom.</p>" 5664 }, 5665 "QueueTimeAdjustmentSeconds":{ 5666 "shape":"QueueTimeAdjustmentSeconds", 5667 "documentation":"<p>An integer that represents the queue time adjust to be applied to the contact, in seconds (longer / larger queue time are routed preferentially). Cannot be specified if the QueuePriority is specified. Must be statically defined and a valid integer value.</p>" 5668 }, 5669 "QueuePriority":{ 5670 "shape":"QueuePriority", 5671 "documentation":"<p>An integer that represents the queue priority to be applied to the contact (lower priorities are routed preferentially). Cannot be specified if the QueueTimeAdjustmentSeconds is specified. Must be statically defined, must be larger than zero, and a valid integer value. Default Value is 5.</p>" 5672 }, 5673 "Tags":{ 5674 "shape":"ContactTagMap", 5675 "documentation":"<p>Tags associated with the contact. This contains both Amazon Web Services generated and user-defined tags.</p>" 5676 } 5677 }, 5678 "documentation":"<p>Contains information about a contact.</p>" 5679 }, 5680 "ContactAnalysis":{ 5681 "type":"structure", 5682 "members":{ 5683 "Transcript":{ 5684 "shape":"Transcript", 5685 "documentation":"<p>Search criteria based on transcript analyzed by Amazon Connect Contact Lens.</p>" 5686 } 5687 }, 5688 "documentation":"<p>A structure that defines search criteria for contacts using analysis outputs from Amazon Connect Contact Lens.</p>" 5689 }, 5690 "ContactDataRequest":{ 5691 "type":"structure", 5692 "members":{ 5693 "SystemEndpoint":{ 5694 "shape":"Endpoint", 5695 "documentation":"<p>Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the campaign.</p>" 5696 }, 5697 "CustomerEndpoint":{ 5698 "shape":"Endpoint", 5699 "documentation":"<p>Endpoint of the customer for which contact will be initiated.</p>" 5700 }, 5701 "RequestIdentifier":{ 5702 "shape":"RequestIdentifier", 5703 "documentation":"<p>Identifier to uniquely identify individual requests in the batch.</p>" 5704 }, 5705 "QueueId":{ 5706 "shape":"QueueId", 5707 "documentation":"<p>The identifier of the queue associated with the Amazon Connect instance in which contacts that are created will be queued.</p>" 5708 }, 5709 "Attributes":{ 5710 "shape":"Attributes", 5711 "documentation":"<p>List of attributes to be stored in a contact.</p>" 5712 }, 5713 "Campaign":{ 5714 "shape":"Campaign", 5715 "documentation":"<p>Structure to store information associated with a campaign.</p>" 5716 } 5717 }, 5718 "documentation":"<p>Request object with information to create a contact.</p>" 5719 }, 5720 "ContactDataRequestList":{ 5721 "type":"list", 5722 "member":{"shape":"ContactDataRequest"}, 5723 "max":25, 5724 "min":1 5725 }, 5726 "ContactFilter":{ 5727 "type":"structure", 5728 "members":{ 5729 "ContactStates":{ 5730 "shape":"ContactStates", 5731 "documentation":"<p>A list of up to 9 <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/about-contact-states.html\">contact states</a>.</p>" 5732 } 5733 }, 5734 "documentation":"<p>Filters user data based on the contact information that is associated to the users. It contains a list of <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/about-contact-states.html\">contact states</a>.</p>" 5735 }, 5736 "ContactFlow":{ 5737 "type":"structure", 5738 "members":{ 5739 "Arn":{ 5740 "shape":"ARN", 5741 "documentation":"<p>The Amazon Resource Name (ARN) of the flow.</p>" 5742 }, 5743 "Id":{ 5744 "shape":"ContactFlowId", 5745 "documentation":"<p>The identifier of the flow.</p>" 5746 }, 5747 "Name":{ 5748 "shape":"ContactFlowName", 5749 "documentation":"<p>The name of the flow.</p>" 5750 }, 5751 "Type":{ 5752 "shape":"ContactFlowType", 5753 "documentation":"<p>The type of the flow. For descriptions of the available types, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types\">Choose a flow type</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 5754 }, 5755 "State":{ 5756 "shape":"ContactFlowState", 5757 "documentation":"<p>The type of flow.</p>" 5758 }, 5759 "Description":{ 5760 "shape":"ContactFlowDescription", 5761 "documentation":"<p>The description of the flow.</p>" 5762 }, 5763 "Content":{ 5764 "shape":"ContactFlowContent", 5765 "documentation":"<p>The JSON string that represents the content of the flow. For an example, see <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html\">Example flow in Amazon Connect Flow language</a>. </p> <p>Length Constraints: Minimum length of 1. Maximum length of 256000.</p>" 5766 }, 5767 "Tags":{ 5768 "shape":"TagMap", 5769 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 5770 } 5771 }, 5772 "documentation":"<p>Contains information about a flow.</p>" 5773 }, 5774 "ContactFlowContent":{"type":"string"}, 5775 "ContactFlowDescription":{"type":"string"}, 5776 "ContactFlowId":{ 5777 "type":"string", 5778 "max":500 5779 }, 5780 "ContactFlowModule":{ 5781 "type":"structure", 5782 "members":{ 5783 "Arn":{ 5784 "shape":"ARN", 5785 "documentation":"<p>The Amazon Resource Name (ARN).</p>" 5786 }, 5787 "Id":{ 5788 "shape":"ContactFlowModuleId", 5789 "documentation":"<p>The identifier of the flow module.</p>" 5790 }, 5791 "Name":{ 5792 "shape":"ContactFlowModuleName", 5793 "documentation":"<p>The name of the flow module.</p>" 5794 }, 5795 "Content":{ 5796 "shape":"ContactFlowModuleContent", 5797 "documentation":"<p>The JSON string that represents the content of the flow. For an example, see <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html\">Example flow in Amazon Connect Flow language</a>. </p>" 5798 }, 5799 "Description":{ 5800 "shape":"ContactFlowModuleDescription", 5801 "documentation":"<p>The description of the flow module.</p>" 5802 }, 5803 "State":{ 5804 "shape":"ContactFlowModuleState", 5805 "documentation":"<p>The type of flow module.</p>" 5806 }, 5807 "Status":{ 5808 "shape":"ContactFlowModuleStatus", 5809 "documentation":"<p>The status of the flow module.</p>" 5810 }, 5811 "Tags":{ 5812 "shape":"TagMap", 5813 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 5814 } 5815 }, 5816 "documentation":"<p>Contains information about a flow module.</p>" 5817 }, 5818 "ContactFlowModuleContent":{ 5819 "type":"string", 5820 "max":256000, 5821 "min":1 5822 }, 5823 "ContactFlowModuleDescription":{ 5824 "type":"string", 5825 "max":500, 5826 "min":0, 5827 "pattern":".*\\S.*" 5828 }, 5829 "ContactFlowModuleId":{ 5830 "type":"string", 5831 "max":256, 5832 "min":1 5833 }, 5834 "ContactFlowModuleName":{ 5835 "type":"string", 5836 "max":127, 5837 "min":1, 5838 "pattern":".*\\S.*" 5839 }, 5840 "ContactFlowModuleState":{ 5841 "type":"string", 5842 "enum":[ 5843 "ACTIVE", 5844 "ARCHIVED" 5845 ] 5846 }, 5847 "ContactFlowModuleStatus":{ 5848 "type":"string", 5849 "enum":[ 5850 "PUBLISHED", 5851 "SAVED" 5852 ] 5853 }, 5854 "ContactFlowModuleSummary":{ 5855 "type":"structure", 5856 "members":{ 5857 "Id":{ 5858 "shape":"ContactFlowModuleId", 5859 "documentation":"<p>The identifier of the flow module.</p>" 5860 }, 5861 "Arn":{ 5862 "shape":"ARN", 5863 "documentation":"<p>The Amazon Resource Name (ARN) of the flow module.</p>" 5864 }, 5865 "Name":{ 5866 "shape":"ContactFlowModuleName", 5867 "documentation":"<p>The name of the flow module.</p>" 5868 }, 5869 "State":{ 5870 "shape":"ContactFlowModuleState", 5871 "documentation":"<p>The type of flow module.</p>" 5872 } 5873 }, 5874 "documentation":"<p>Contains summary information about a flow.</p>" 5875 }, 5876 "ContactFlowModulesSummaryList":{ 5877 "type":"list", 5878 "member":{"shape":"ContactFlowModuleSummary"} 5879 }, 5880 "ContactFlowName":{ 5881 "type":"string", 5882 "min":1 5883 }, 5884 "ContactFlowNotPublishedException":{ 5885 "type":"structure", 5886 "members":{ 5887 "Message":{"shape":"Message"} 5888 }, 5889 "documentation":"<p>The flow has not been published.</p>", 5890 "error":{"httpStatusCode":404}, 5891 "exception":true 5892 }, 5893 "ContactFlowState":{ 5894 "type":"string", 5895 "enum":[ 5896 "ACTIVE", 5897 "ARCHIVED" 5898 ] 5899 }, 5900 "ContactFlowSummary":{ 5901 "type":"structure", 5902 "members":{ 5903 "Id":{ 5904 "shape":"ContactFlowId", 5905 "documentation":"<p>The identifier of the flow.</p>" 5906 }, 5907 "Arn":{ 5908 "shape":"ARN", 5909 "documentation":"<p>The Amazon Resource Name (ARN) of the flow.</p>" 5910 }, 5911 "Name":{ 5912 "shape":"ContactFlowName", 5913 "documentation":"<p>The name of the flow.</p>" 5914 }, 5915 "ContactFlowType":{ 5916 "shape":"ContactFlowType", 5917 "documentation":"<p>The type of flow.</p>" 5918 }, 5919 "ContactFlowState":{ 5920 "shape":"ContactFlowState", 5921 "documentation":"<p>The type of flow.</p>" 5922 } 5923 }, 5924 "documentation":"<p>Contains summary information about a flow.</p> <p>You can also create and update flows using the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html\">Amazon Connect Flow language</a>.</p>" 5925 }, 5926 "ContactFlowSummaryList":{ 5927 "type":"list", 5928 "member":{"shape":"ContactFlowSummary"} 5929 }, 5930 "ContactFlowType":{ 5931 "type":"string", 5932 "enum":[ 5933 "CONTACT_FLOW", 5934 "CUSTOMER_QUEUE", 5935 "CUSTOMER_HOLD", 5936 "CUSTOMER_WHISPER", 5937 "AGENT_HOLD", 5938 "AGENT_WHISPER", 5939 "OUTBOUND_WHISPER", 5940 "AGENT_TRANSFER", 5941 "QUEUE_TRANSFER" 5942 ] 5943 }, 5944 "ContactFlowTypes":{ 5945 "type":"list", 5946 "member":{"shape":"ContactFlowType"}, 5947 "max":10 5948 }, 5949 "ContactId":{ 5950 "type":"string", 5951 "max":256, 5952 "min":1 5953 }, 5954 "ContactInitiationMethod":{ 5955 "type":"string", 5956 "enum":[ 5957 "INBOUND", 5958 "OUTBOUND", 5959 "TRANSFER", 5960 "QUEUE_TRANSFER", 5961 "CALLBACK", 5962 "API", 5963 "DISCONNECT", 5964 "MONITOR", 5965 "EXTERNAL_OUTBOUND" 5966 ] 5967 }, 5968 "ContactNotFoundException":{ 5969 "type":"structure", 5970 "members":{ 5971 "Message":{ 5972 "shape":"Message", 5973 "documentation":"<p>The message.</p>" 5974 } 5975 }, 5976 "documentation":"<p>The contact with the specified ID is not active or does not exist. Applies to Voice calls only, not to Chat or Task contacts.</p>", 5977 "error":{"httpStatusCode":410}, 5978 "exception":true 5979 }, 5980 "ContactReferences":{ 5981 "type":"map", 5982 "key":{"shape":"ReferenceKey"}, 5983 "value":{"shape":"Reference"} 5984 }, 5985 "ContactSearchSummary":{ 5986 "type":"structure", 5987 "members":{ 5988 "Arn":{ 5989 "shape":"ARN", 5990 "documentation":"<p>The Amazon Resource Name (ARN) of the contact.</p>" 5991 }, 5992 "Id":{ 5993 "shape":"ContactId", 5994 "documentation":"<p>The identifier of the contact summary.</p>" 5995 }, 5996 "InitialContactId":{ 5997 "shape":"ContactId", 5998 "documentation":"<p>If this contact is related to other contacts, this is the ID of the initial contact.</p>" 5999 }, 6000 "PreviousContactId":{ 6001 "shape":"ContactId", 6002 "documentation":"<p>If this contact is not the first contact, this is the ID of the previous contact.</p>" 6003 }, 6004 "InitiationMethod":{ 6005 "shape":"ContactInitiationMethod", 6006 "documentation":"<p>Indicates how the contact was initiated.</p>" 6007 }, 6008 "Channel":{ 6009 "shape":"Channel", 6010 "documentation":"<p>How the contact reached your contact center.</p>" 6011 }, 6012 "QueueInfo":{ 6013 "shape":"ContactSearchSummaryQueueInfo", 6014 "documentation":"<p>If this contact was queued, this contains information about the queue.</p>" 6015 }, 6016 "AgentInfo":{ 6017 "shape":"ContactSearchSummaryAgentInfo", 6018 "documentation":"<p>Information about the agent who accepted the contact.</p>" 6019 }, 6020 "InitiationTimestamp":{ 6021 "shape":"timestamp", 6022 "documentation":"<p>The date and time this contact was initiated, in UTC time. For <code>INBOUND</code>, this is when the contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For <code>CALLBACK</code>, this is when the callback contact was created. For <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the transfer was initiated. For API, this is when the request arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent started dialing the external participant. For <code>MONITOR</code>, this is when the supervisor started listening to a contact.</p>" 6023 }, 6024 "DisconnectTimestamp":{ 6025 "shape":"timestamp", 6026 "documentation":"<p>The timestamp when the customer endpoint disconnected from Amazon Connect.</p>" 6027 }, 6028 "ScheduledTimestamp":{ 6029 "shape":"timestamp", 6030 "documentation":"<p>The timestamp, in Unix epoch time format, at which to start running the inbound flow.</p>" 6031 } 6032 }, 6033 "documentation":"<p>Information of returned contact.</p>" 6034 }, 6035 "ContactSearchSummaryAgentInfo":{ 6036 "type":"structure", 6037 "members":{ 6038 "Id":{ 6039 "shape":"AgentResourceId", 6040 "documentation":"<p>The identifier of the agent who accepted the contact.</p>" 6041 }, 6042 "ConnectedToAgentTimestamp":{ 6043 "shape":"timestamp", 6044 "documentation":"<p>The timestamp when the contact was connected to the agent.</p>" 6045 } 6046 }, 6047 "documentation":"<p>Information about the agent who accepted the contact.</p>" 6048 }, 6049 "ContactSearchSummaryQueueInfo":{ 6050 "type":"structure", 6051 "members":{ 6052 "Id":{ 6053 "shape":"QueueId", 6054 "documentation":"<p>The unique identifier for the queue.</p>" 6055 }, 6056 "EnqueueTimestamp":{ 6057 "shape":"timestamp", 6058 "documentation":"<p>The timestamp when the contact was added to the queue.</p>" 6059 } 6060 }, 6061 "documentation":"<p>If this contact was queued, this contains information about the queue.</p>" 6062 }, 6063 "ContactState":{ 6064 "type":"string", 6065 "enum":[ 6066 "INCOMING", 6067 "PENDING", 6068 "CONNECTING", 6069 "CONNECTED", 6070 "CONNECTED_ONHOLD", 6071 "MISSED", 6072 "ERROR", 6073 "ENDED", 6074 "REJECTED" 6075 ] 6076 }, 6077 "ContactStates":{ 6078 "type":"list", 6079 "member":{"shape":"ContactState"}, 6080 "max":9 6081 }, 6082 "ContactTagKey":{ 6083 "type":"string", 6084 "max":128, 6085 "min":1, 6086 "pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$" 6087 }, 6088 "ContactTagKeys":{ 6089 "type":"list", 6090 "member":{"shape":"ContactTagKey"}, 6091 "max":6, 6092 "min":1 6093 }, 6094 "ContactTagMap":{ 6095 "type":"map", 6096 "key":{"shape":"ContactTagKey"}, 6097 "value":{"shape":"ContactTagValue"}, 6098 "max":6, 6099 "min":1 6100 }, 6101 "ContactTagValue":{ 6102 "type":"string", 6103 "max":256 6104 }, 6105 "Contacts":{ 6106 "type":"list", 6107 "member":{"shape":"ContactSearchSummary"} 6108 }, 6109 "Content":{ 6110 "type":"string", 6111 "max":1024, 6112 "min":1 6113 }, 6114 "ContentType":{ 6115 "type":"string", 6116 "max":255, 6117 "min":1 6118 }, 6119 "ControlPlaneTagFilter":{ 6120 "type":"structure", 6121 "members":{ 6122 "OrConditions":{ 6123 "shape":"TagOrConditionList", 6124 "documentation":"<p>A list of conditions which would be applied together with an <code>OR</code> condition. </p>" 6125 }, 6126 "AndConditions":{ 6127 "shape":"TagAndConditionList", 6128 "documentation":"<p>A list of conditions which would be applied together with an <code>AND</code> condition.</p>" 6129 }, 6130 "TagCondition":{ 6131 "shape":"TagCondition", 6132 "documentation":"<p>A leaf node condition which can be used to specify a tag condition. </p>" 6133 } 6134 }, 6135 "documentation":"<p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an <code>OR</code> of <code>AND</code> (List of List) input where: </p> <ul> <li> <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p> </li> <li> <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p> </li> </ul>" 6136 }, 6137 "CreateAgentStatusRequest":{ 6138 "type":"structure", 6139 "required":[ 6140 "InstanceId", 6141 "Name", 6142 "State" 6143 ], 6144 "members":{ 6145 "InstanceId":{ 6146 "shape":"InstanceId", 6147 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 6148 "location":"uri", 6149 "locationName":"InstanceId" 6150 }, 6151 "Name":{ 6152 "shape":"AgentStatusName", 6153 "documentation":"<p>The name of the status.</p>" 6154 }, 6155 "Description":{ 6156 "shape":"AgentStatusDescription", 6157 "documentation":"<p>The description of the status.</p>" 6158 }, 6159 "State":{ 6160 "shape":"AgentStatusState", 6161 "documentation":"<p>The state of the status.</p>" 6162 }, 6163 "DisplayOrder":{ 6164 "shape":"AgentStatusOrderNumber", 6165 "documentation":"<p>The display order of the status.</p>", 6166 "box":true 6167 }, 6168 "Tags":{ 6169 "shape":"TagMap", 6170 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 6171 } 6172 } 6173 }, 6174 "CreateAgentStatusResponse":{ 6175 "type":"structure", 6176 "members":{ 6177 "AgentStatusARN":{ 6178 "shape":"ARN", 6179 "documentation":"<p>The Amazon Resource Name (ARN) of the agent status.</p>" 6180 }, 6181 "AgentStatusId":{ 6182 "shape":"AgentStatusId", 6183 "documentation":"<p>The identifier of the agent status.</p>" 6184 } 6185 } 6186 }, 6187 "CreateCaseActionDefinition":{ 6188 "type":"structure", 6189 "required":[ 6190 "Fields", 6191 "TemplateId" 6192 ], 6193 "members":{ 6194 "Fields":{ 6195 "shape":"FieldValues", 6196 "documentation":"<p>An array of objects with <code>Field ID</code> and <code>Value</code> data.</p>" 6197 }, 6198 "TemplateId":{ 6199 "shape":"TemplateId", 6200 "documentation":"<p>A unique identifier of a template.</p>" 6201 } 6202 }, 6203 "documentation":"<p>The <code>CreateCase</code> action definition.</p>" 6204 }, 6205 "CreateContactFlowModuleRequest":{ 6206 "type":"structure", 6207 "required":[ 6208 "InstanceId", 6209 "Name", 6210 "Content" 6211 ], 6212 "members":{ 6213 "InstanceId":{ 6214 "shape":"InstanceId", 6215 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 6216 "location":"uri", 6217 "locationName":"InstanceId" 6218 }, 6219 "Name":{ 6220 "shape":"ContactFlowModuleName", 6221 "documentation":"<p>The name of the flow module.</p>" 6222 }, 6223 "Description":{ 6224 "shape":"ContactFlowModuleDescription", 6225 "documentation":"<p>The description of the flow module. </p>" 6226 }, 6227 "Content":{ 6228 "shape":"ContactFlowModuleContent", 6229 "documentation":"<p>The JSON string that represents the content of the flow. For an example, see <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html\">Example flow in Amazon Connect Flow language</a>. </p>" 6230 }, 6231 "Tags":{ 6232 "shape":"TagMap", 6233 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 6234 }, 6235 "ClientToken":{ 6236 "shape":"ClientToken", 6237 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 6238 "idempotencyToken":true 6239 } 6240 } 6241 }, 6242 "CreateContactFlowModuleResponse":{ 6243 "type":"structure", 6244 "members":{ 6245 "Id":{ 6246 "shape":"ContactFlowModuleId", 6247 "documentation":"<p>The identifier of the flow module.</p>" 6248 }, 6249 "Arn":{ 6250 "shape":"ARN", 6251 "documentation":"<p>The Amazon Resource Name (ARN) of the flow module.</p>" 6252 } 6253 } 6254 }, 6255 "CreateContactFlowRequest":{ 6256 "type":"structure", 6257 "required":[ 6258 "InstanceId", 6259 "Name", 6260 "Type", 6261 "Content" 6262 ], 6263 "members":{ 6264 "InstanceId":{ 6265 "shape":"InstanceId", 6266 "documentation":"<p>The identifier of the Amazon Connect instance.</p>", 6267 "location":"uri", 6268 "locationName":"InstanceId" 6269 }, 6270 "Name":{ 6271 "shape":"ContactFlowName", 6272 "documentation":"<p>The name of the flow.</p>" 6273 }, 6274 "Type":{ 6275 "shape":"ContactFlowType", 6276 "documentation":"<p>The type of the flow. For descriptions of the available types, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types\">Choose a flow type</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 6277 }, 6278 "Description":{ 6279 "shape":"ContactFlowDescription", 6280 "documentation":"<p>The description of the flow. </p>" 6281 }, 6282 "Content":{ 6283 "shape":"ContactFlowContent", 6284 "documentation":"<p>The JSON string that represents the content of the flow. For an example, see <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html\">Example flow in Amazon Connect Flow language</a>. </p> <p>Length Constraints: Minimum length of 1. Maximum length of 256000.</p>" 6285 }, 6286 "Tags":{ 6287 "shape":"TagMap", 6288 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 6289 } 6290 } 6291 }, 6292 "CreateContactFlowResponse":{ 6293 "type":"structure", 6294 "members":{ 6295 "ContactFlowId":{ 6296 "shape":"ContactFlowId", 6297 "documentation":"<p>The identifier of the flow.</p>" 6298 }, 6299 "ContactFlowArn":{ 6300 "shape":"ARN", 6301 "documentation":"<p>The Amazon Resource Name (ARN) of the flow.</p>" 6302 } 6303 } 6304 }, 6305 "CreateEvaluationFormRequest":{ 6306 "type":"structure", 6307 "required":[ 6308 "InstanceId", 6309 "Title", 6310 "Items" 6311 ], 6312 "members":{ 6313 "InstanceId":{ 6314 "shape":"InstanceId", 6315 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 6316 "location":"uri", 6317 "locationName":"InstanceId" 6318 }, 6319 "Title":{ 6320 "shape":"EvaluationFormTitle", 6321 "documentation":"<p>A title of the evaluation form.</p>" 6322 }, 6323 "Description":{ 6324 "shape":"EvaluationFormDescription", 6325 "documentation":"<p>The description of the evaluation form.</p>" 6326 }, 6327 "Items":{ 6328 "shape":"EvaluationFormItemsList", 6329 "documentation":"<p>Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.</p>" 6330 }, 6331 "ScoringStrategy":{ 6332 "shape":"EvaluationFormScoringStrategy", 6333 "documentation":"<p>A scoring strategy of the evaluation form.</p>" 6334 }, 6335 "ClientToken":{ 6336 "shape":"ClientToken", 6337 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 6338 "idempotencyToken":true 6339 } 6340 } 6341 }, 6342 "CreateEvaluationFormResponse":{ 6343 "type":"structure", 6344 "required":[ 6345 "EvaluationFormId", 6346 "EvaluationFormArn" 6347 ], 6348 "members":{ 6349 "EvaluationFormId":{ 6350 "shape":"ResourceId", 6351 "documentation":"<p>The unique identifier for the evaluation form.</p>" 6352 }, 6353 "EvaluationFormArn":{ 6354 "shape":"ARN", 6355 "documentation":"<p>The Amazon Resource Name (ARN) for the evaluation form resource.</p>" 6356 } 6357 } 6358 }, 6359 "CreateHoursOfOperationRequest":{ 6360 "type":"structure", 6361 "required":[ 6362 "InstanceId", 6363 "Name", 6364 "TimeZone", 6365 "Config" 6366 ], 6367 "members":{ 6368 "InstanceId":{ 6369 "shape":"InstanceId", 6370 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 6371 "location":"uri", 6372 "locationName":"InstanceId" 6373 }, 6374 "Name":{ 6375 "shape":"CommonNameLength127", 6376 "documentation":"<p>The name of the hours of operation.</p>" 6377 }, 6378 "Description":{ 6379 "shape":"HoursOfOperationDescription", 6380 "documentation":"<p>The description of the hours of operation.</p>" 6381 }, 6382 "TimeZone":{ 6383 "shape":"TimeZone", 6384 "documentation":"<p>The time zone of the hours of operation.</p>" 6385 }, 6386 "Config":{ 6387 "shape":"HoursOfOperationConfigList", 6388 "documentation":"<p>Configuration information for the hours of operation: day, start time, and end time.</p>" 6389 }, 6390 "Tags":{ 6391 "shape":"TagMap", 6392 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 6393 } 6394 } 6395 }, 6396 "CreateHoursOfOperationResponse":{ 6397 "type":"structure", 6398 "members":{ 6399 "HoursOfOperationId":{ 6400 "shape":"HoursOfOperationId", 6401 "documentation":"<p>The identifier for the hours of operation.</p>" 6402 }, 6403 "HoursOfOperationArn":{ 6404 "shape":"ARN", 6405 "documentation":"<p>The Amazon Resource Name (ARN) for the hours of operation.</p>" 6406 } 6407 } 6408 }, 6409 "CreateInstanceRequest":{ 6410 "type":"structure", 6411 "required":[ 6412 "IdentityManagementType", 6413 "InboundCallsEnabled", 6414 "OutboundCallsEnabled" 6415 ], 6416 "members":{ 6417 "ClientToken":{ 6418 "shape":"ClientToken", 6419 "documentation":"<p>The idempotency token.</p>" 6420 }, 6421 "IdentityManagementType":{ 6422 "shape":"DirectoryType", 6423 "documentation":"<p>The type of identity management for your Amazon Connect users.</p>" 6424 }, 6425 "InstanceAlias":{ 6426 "shape":"DirectoryAlias", 6427 "documentation":"<p>The name for your instance.</p>" 6428 }, 6429 "DirectoryId":{ 6430 "shape":"DirectoryId", 6431 "documentation":"<p>The identifier for the directory.</p>" 6432 }, 6433 "InboundCallsEnabled":{ 6434 "shape":"InboundCallsEnabled", 6435 "documentation":"<p>Your contact center handles incoming contacts.</p>" 6436 }, 6437 "OutboundCallsEnabled":{ 6438 "shape":"OutboundCallsEnabled", 6439 "documentation":"<p>Your contact center allows outbound calls.</p>" 6440 }, 6441 "Tags":{ 6442 "shape":"TagMap", 6443 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, <code>{ \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }</code>.</p>" 6444 } 6445 } 6446 }, 6447 "CreateInstanceResponse":{ 6448 "type":"structure", 6449 "members":{ 6450 "Id":{ 6451 "shape":"InstanceId", 6452 "documentation":"<p>The identifier for the instance.</p>" 6453 }, 6454 "Arn":{ 6455 "shape":"ARN", 6456 "documentation":"<p>The Amazon Resource Name (ARN) of the instance.</p>" 6457 } 6458 } 6459 }, 6460 "CreateIntegrationAssociationRequest":{ 6461 "type":"structure", 6462 "required":[ 6463 "InstanceId", 6464 "IntegrationType", 6465 "IntegrationArn" 6466 ], 6467 "members":{ 6468 "InstanceId":{ 6469 "shape":"InstanceId", 6470 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 6471 "location":"uri", 6472 "locationName":"InstanceId" 6473 }, 6474 "IntegrationType":{ 6475 "shape":"IntegrationType", 6476 "documentation":"<p>The type of information to be ingested.</p>" 6477 }, 6478 "IntegrationArn":{ 6479 "shape":"ARN", 6480 "documentation":"<p>The Amazon Resource Name (ARN) of the integration.</p> <note> <p>When integrating with Amazon Pinpoint, the Amazon Connect and Amazon Pinpoint instances must be in the same account.</p> </note>" 6481 }, 6482 "SourceApplicationUrl":{ 6483 "shape":"URI", 6484 "documentation":"<p>The URL for the external application. This field is only required for the EVENT integration type.</p>" 6485 }, 6486 "SourceApplicationName":{ 6487 "shape":"SourceApplicationName", 6488 "documentation":"<p>The name of the external application. This field is only required for the EVENT integration type.</p>" 6489 }, 6490 "SourceType":{ 6491 "shape":"SourceType", 6492 "documentation":"<p>The type of the data source. This field is only required for the EVENT integration type.</p>" 6493 }, 6494 "Tags":{ 6495 "shape":"TagMap", 6496 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 6497 } 6498 } 6499 }, 6500 "CreateIntegrationAssociationResponse":{ 6501 "type":"structure", 6502 "members":{ 6503 "IntegrationAssociationId":{ 6504 "shape":"IntegrationAssociationId", 6505 "documentation":"<p>The identifier for the integration association.</p>" 6506 }, 6507 "IntegrationAssociationArn":{ 6508 "shape":"ARN", 6509 "documentation":"<p>The Amazon Resource Name (ARN) for the association.</p>" 6510 } 6511 } 6512 }, 6513 "CreateParticipantRequest":{ 6514 "type":"structure", 6515 "required":[ 6516 "InstanceId", 6517 "ContactId", 6518 "ParticipantDetails" 6519 ], 6520 "members":{ 6521 "InstanceId":{ 6522 "shape":"InstanceId", 6523 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance. </p>" 6524 }, 6525 "ContactId":{ 6526 "shape":"ContactId", 6527 "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. Only contacts in the CHAT channel are supported.</p>" 6528 }, 6529 "ClientToken":{ 6530 "shape":"ClientToken", 6531 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 6532 "idempotencyToken":true 6533 }, 6534 "ParticipantDetails":{ 6535 "shape":"ParticipantDetailsToAdd", 6536 "documentation":"<p>Information identifying the participant.</p> <important> <p>The only Valid value for <code>ParticipantRole</code> is <code>CUSTOM_BOT</code>. </p> <p> <code>DisplayName</code> is <b>Required</b>.</p> </important>" 6537 } 6538 } 6539 }, 6540 "CreateParticipantResponse":{ 6541 "type":"structure", 6542 "members":{ 6543 "ParticipantCredentials":{ 6544 "shape":"ParticipantTokenCredentials", 6545 "documentation":"<p>The token used by the chat participant to call <code>CreateParticipantConnection</code>. The participant token is valid for the lifetime of a chat participant.</p>" 6546 }, 6547 "ParticipantId":{ 6548 "shape":"ParticipantId", 6549 "documentation":"<p>The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.</p>" 6550 } 6551 } 6552 }, 6553 "CreatePersistentContactAssociationRequest":{ 6554 "type":"structure", 6555 "required":[ 6556 "InstanceId", 6557 "InitialContactId", 6558 "RehydrationType", 6559 "SourceContactId" 6560 ], 6561 "members":{ 6562 "InstanceId":{ 6563 "shape":"InstanceId", 6564 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 6565 "location":"uri", 6566 "locationName":"InstanceId" 6567 }, 6568 "InitialContactId":{ 6569 "shape":"ContactId", 6570 "documentation":"<p>This is the contactId of the current contact that the <code>CreatePersistentContactAssociation</code> API is being called from.</p>", 6571 "location":"uri", 6572 "locationName":"InitialContactId" 6573 }, 6574 "RehydrationType":{ 6575 "shape":"RehydrationType", 6576 "documentation":"<p>The contactId chosen for rehydration depends on the type chosen.</p> <ul> <li> <p> <code>ENTIRE_PAST_SESSION</code>: Rehydrates a chat from the most recently terminated past chat contact of the specified past ended chat session. To use this type, provide the <code>initialContactId</code> of the past ended chat session in the <code>sourceContactId</code> field. In this type, Amazon Connect determines what the most recent chat contact on the past ended chat session and uses it to start a persistent chat. </p> </li> <li> <p> <code>FROM_SEGMENT</code>: Rehydrates a chat from the specified past chat contact provided in the <code>sourceContactId</code> field. </p> </li> </ul> <p>The actual contactId used for rehydration is provided in the response of this API.</p> <p>To illustrate how to use rehydration type, consider the following example: A customer starts a chat session. Agent a1 accepts the chat and a conversation starts between the customer and Agent a1. This first contact creates a contact ID <b>C1</b>. Agent a1 then transfers the chat to Agent a2. This creates another contact ID <b>C2</b>. At this point Agent a2 ends the chat. The customer is forwarded to the disconnect flow for a post chat survey that creates another contact ID <b>C3</b>. After the chat survey, the chat session ends. Later, the customer returns and wants to resume their past chat session. At this point, the customer can have following use cases: </p> <ul> <li> <p> <b>Use Case 1</b>: The customer wants to continue the past chat session but they want to hide the post chat survey. For this they will use the following configuration:</p> <ul> <li> <p> <b>Configuration</b> </p> <ul> <li> <p>SourceContactId = \"C2\"</p> </li> <li> <p>RehydrationType = \"FROM_SEGMENT\"</p> </li> </ul> </li> <li> <p> <b>Expected behavior</b> </p> <ul> <li> <p>This starts a persistent chat session from the specified past ended contact (C2). Transcripts of past chat sessions C2 and C1 are accessible in the current persistent chat session. Note that chat segment C3 is dropped from the persistent chat session.</p> </li> </ul> </li> </ul> </li> <li> <p> <b>Use Case 2</b>: The customer wants to continue the past chat session and see the transcript of the entire past engagement, including the post chat survey. For this they will use the following configuration:</p> <ul> <li> <p> <b>Configuration</b> </p> <ul> <li> <p>SourceContactId = \"C1\"</p> </li> <li> <p>RehydrationType = \"ENTIRE_PAST_SESSION\"</p> </li> </ul> </li> <li> <p> <b>Expected behavior</b> </p> <ul> <li> <p>This starts a persistent chat session from the most recently ended chat contact (C3). Transcripts of past chat sessions C3, C2 and C1 are accessible in the current persistent chat session.</p> </li> </ul> </li> </ul> </li> </ul>" 6577 }, 6578 "SourceContactId":{ 6579 "shape":"ContactId", 6580 "documentation":"<p>The contactId from which a persistent chat session must be started.</p>" 6581 }, 6582 "ClientToken":{ 6583 "shape":"ClientToken", 6584 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>" 6585 } 6586 } 6587 }, 6588 "CreatePersistentContactAssociationResponse":{ 6589 "type":"structure", 6590 "members":{ 6591 "ContinuedFromContactId":{ 6592 "shape":"ContactId", 6593 "documentation":"<p>The contactId from which a persistent chat session is started. This field is populated only for persistent chat.</p>" 6594 } 6595 } 6596 }, 6597 "CreatePredefinedAttributeRequest":{ 6598 "type":"structure", 6599 "required":[ 6600 "InstanceId", 6601 "Name", 6602 "Values" 6603 ], 6604 "members":{ 6605 "InstanceId":{ 6606 "shape":"InstanceId", 6607 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.</p>", 6608 "location":"uri", 6609 "locationName":"InstanceId" 6610 }, 6611 "Name":{ 6612 "shape":"PredefinedAttributeName", 6613 "documentation":"<p> The name of the predefined attribute. </p>" 6614 }, 6615 "Values":{ 6616 "shape":"PredefinedAttributeValues", 6617 "documentation":"<p> The values of the predefined attribute. </p>" 6618 } 6619 } 6620 }, 6621 "CreatePromptRequest":{ 6622 "type":"structure", 6623 "required":[ 6624 "InstanceId", 6625 "Name", 6626 "S3Uri" 6627 ], 6628 "members":{ 6629 "InstanceId":{ 6630 "shape":"InstanceId", 6631 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 6632 "location":"uri", 6633 "locationName":"InstanceId" 6634 }, 6635 "Name":{ 6636 "shape":"CommonNameLength127", 6637 "documentation":"<p>The name of the prompt.</p>" 6638 }, 6639 "Description":{ 6640 "shape":"PromptDescription", 6641 "documentation":"<p>The description of the prompt.</p>" 6642 }, 6643 "S3Uri":{ 6644 "shape":"S3Uri", 6645 "documentation":"<p>The URI for the S3 bucket where the prompt is stored. You can provide S3 pre-signed URLs returned by the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_GetPromptFile.html\">GetPromptFile</a> API instead of providing S3 URIs.</p>" 6646 }, 6647 "Tags":{ 6648 "shape":"TagMap", 6649 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 6650 } 6651 } 6652 }, 6653 "CreatePromptResponse":{ 6654 "type":"structure", 6655 "members":{ 6656 "PromptARN":{ 6657 "shape":"ARN", 6658 "documentation":"<p>The Amazon Resource Name (ARN) of the prompt.</p>" 6659 }, 6660 "PromptId":{ 6661 "shape":"PromptId", 6662 "documentation":"<p>A unique identifier for the prompt.</p>" 6663 } 6664 } 6665 }, 6666 "CreateQueueRequest":{ 6667 "type":"structure", 6668 "required":[ 6669 "InstanceId", 6670 "Name", 6671 "HoursOfOperationId" 6672 ], 6673 "members":{ 6674 "InstanceId":{ 6675 "shape":"InstanceId", 6676 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 6677 "location":"uri", 6678 "locationName":"InstanceId" 6679 }, 6680 "Name":{ 6681 "shape":"CommonNameLength127", 6682 "documentation":"<p>The name of the queue.</p>" 6683 }, 6684 "Description":{ 6685 "shape":"QueueDescription", 6686 "documentation":"<p>The description of the queue.</p>" 6687 }, 6688 "OutboundCallerConfig":{ 6689 "shape":"OutboundCallerConfig", 6690 "documentation":"<p>The outbound caller ID name, number, and outbound whisper flow.</p>" 6691 }, 6692 "HoursOfOperationId":{ 6693 "shape":"HoursOfOperationId", 6694 "documentation":"<p>The identifier for the hours of operation.</p>" 6695 }, 6696 "MaxContacts":{ 6697 "shape":"QueueMaxContacts", 6698 "documentation":"<p>The maximum number of contacts that can be in the queue before it is considered full.</p>", 6699 "box":true 6700 }, 6701 "QuickConnectIds":{ 6702 "shape":"QuickConnectsList", 6703 "documentation":"<p>The quick connects available to agents who are working the queue.</p>" 6704 }, 6705 "Tags":{ 6706 "shape":"TagMap", 6707 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 6708 } 6709 } 6710 }, 6711 "CreateQueueResponse":{ 6712 "type":"structure", 6713 "members":{ 6714 "QueueArn":{ 6715 "shape":"ARN", 6716 "documentation":"<p>The Amazon Resource Name (ARN) of the queue.</p>" 6717 }, 6718 "QueueId":{ 6719 "shape":"QueueId", 6720 "documentation":"<p>The identifier for the queue.</p>" 6721 } 6722 } 6723 }, 6724 "CreateQuickConnectRequest":{ 6725 "type":"structure", 6726 "required":[ 6727 "InstanceId", 6728 "Name", 6729 "QuickConnectConfig" 6730 ], 6731 "members":{ 6732 "InstanceId":{ 6733 "shape":"InstanceId", 6734 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 6735 "location":"uri", 6736 "locationName":"InstanceId" 6737 }, 6738 "Name":{ 6739 "shape":"QuickConnectName", 6740 "documentation":"<p>A unique name of the quick connect.</p>" 6741 }, 6742 "Description":{ 6743 "shape":"QuickConnectDescription", 6744 "documentation":"<p>The description of the quick connect.</p>" 6745 }, 6746 "QuickConnectConfig":{ 6747 "shape":"QuickConnectConfig", 6748 "documentation":"<p>Configuration settings for the quick connect.</p>" 6749 }, 6750 "Tags":{ 6751 "shape":"TagMap", 6752 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 6753 } 6754 } 6755 }, 6756 "CreateQuickConnectResponse":{ 6757 "type":"structure", 6758 "members":{ 6759 "QuickConnectARN":{ 6760 "shape":"ARN", 6761 "documentation":"<p>The Amazon Resource Name (ARN) for the quick connect. </p>" 6762 }, 6763 "QuickConnectId":{ 6764 "shape":"QuickConnectId", 6765 "documentation":"<p>The identifier for the quick connect. </p>" 6766 } 6767 } 6768 }, 6769 "CreateRoutingProfileRequest":{ 6770 "type":"structure", 6771 "required":[ 6772 "InstanceId", 6773 "Name", 6774 "Description", 6775 "DefaultOutboundQueueId", 6776 "MediaConcurrencies" 6777 ], 6778 "members":{ 6779 "InstanceId":{ 6780 "shape":"InstanceId", 6781 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 6782 "location":"uri", 6783 "locationName":"InstanceId" 6784 }, 6785 "Name":{ 6786 "shape":"RoutingProfileName", 6787 "documentation":"<p>The name of the routing profile. Must not be more than 127 characters.</p>" 6788 }, 6789 "Description":{ 6790 "shape":"RoutingProfileDescription", 6791 "documentation":"<p>Description of the routing profile. Must not be more than 250 characters.</p>" 6792 }, 6793 "DefaultOutboundQueueId":{ 6794 "shape":"QueueId", 6795 "documentation":"<p>The default outbound queue for the routing profile.</p>" 6796 }, 6797 "QueueConfigs":{ 6798 "shape":"RoutingProfileQueueConfigList", 6799 "documentation":"<p>The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls.</p> <p>The limit of 10 array members applies to the maximum number of <code>RoutingProfileQueueConfig</code> objects that can be passed during a CreateRoutingProfile API request. It is different from the quota of 50 queues per routing profile per instance that is listed in <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">Amazon Connect service quotas</a>. </p>" 6800 }, 6801 "MediaConcurrencies":{ 6802 "shape":"MediaConcurrencies", 6803 "documentation":"<p>The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.</p>" 6804 }, 6805 "Tags":{ 6806 "shape":"TagMap", 6807 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 6808 }, 6809 "AgentAvailabilityTimer":{ 6810 "shape":"AgentAvailabilityTimer", 6811 "documentation":"<p>Whether agents with this routing profile will have their routing order calculated based on <i>longest idle time</i> or <i>time since their last inbound contact</i>. </p>" 6812 } 6813 } 6814 }, 6815 "CreateRoutingProfileResponse":{ 6816 "type":"structure", 6817 "members":{ 6818 "RoutingProfileArn":{ 6819 "shape":"ARN", 6820 "documentation":"<p>The Amazon Resource Name (ARN) of the routing profile.</p>" 6821 }, 6822 "RoutingProfileId":{ 6823 "shape":"RoutingProfileId", 6824 "documentation":"<p>The identifier of the routing profile.</p>" 6825 } 6826 } 6827 }, 6828 "CreateRuleRequest":{ 6829 "type":"structure", 6830 "required":[ 6831 "InstanceId", 6832 "Name", 6833 "TriggerEventSource", 6834 "Function", 6835 "Actions", 6836 "PublishStatus" 6837 ], 6838 "members":{ 6839 "InstanceId":{ 6840 "shape":"InstanceId", 6841 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 6842 "location":"uri", 6843 "locationName":"InstanceId" 6844 }, 6845 "Name":{ 6846 "shape":"RuleName", 6847 "documentation":"<p>A unique name for the rule.</p>" 6848 }, 6849 "TriggerEventSource":{ 6850 "shape":"RuleTriggerEventSource", 6851 "documentation":"<p>The event source to trigger the rule.</p>" 6852 }, 6853 "Function":{ 6854 "shape":"RuleFunction", 6855 "documentation":"<p>The conditions of the rule.</p>" 6856 }, 6857 "Actions":{ 6858 "shape":"RuleActions", 6859 "documentation":"<p>A list of actions to be run when the rule is triggered.</p>" 6860 }, 6861 "PublishStatus":{ 6862 "shape":"RulePublishStatus", 6863 "documentation":"<p>The publish status of the rule.</p>" 6864 }, 6865 "ClientToken":{ 6866 "shape":"ClientToken", 6867 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 6868 "idempotencyToken":true 6869 } 6870 } 6871 }, 6872 "CreateRuleResponse":{ 6873 "type":"structure", 6874 "required":[ 6875 "RuleArn", 6876 "RuleId" 6877 ], 6878 "members":{ 6879 "RuleArn":{ 6880 "shape":"ARN", 6881 "documentation":"<p>The Amazon Resource Name (ARN) of the rule.</p>" 6882 }, 6883 "RuleId":{ 6884 "shape":"RuleId", 6885 "documentation":"<p>A unique identifier for the rule.</p>" 6886 } 6887 } 6888 }, 6889 "CreateSecurityProfileName":{ 6890 "type":"string", 6891 "max":127, 6892 "min":1, 6893 "pattern":"^[ a-zA-Z0-9_@-]+$" 6894 }, 6895 "CreateSecurityProfileRequest":{ 6896 "type":"structure", 6897 "required":[ 6898 "SecurityProfileName", 6899 "InstanceId" 6900 ], 6901 "members":{ 6902 "SecurityProfileName":{ 6903 "shape":"CreateSecurityProfileName", 6904 "documentation":"<p>The name of the security profile.</p>" 6905 }, 6906 "Description":{ 6907 "shape":"SecurityProfileDescription", 6908 "documentation":"<p>The description of the security profile.</p>" 6909 }, 6910 "Permissions":{ 6911 "shape":"PermissionsList", 6912 "documentation":"<p>Permissions assigned to the security profile. For a list of valid permissions, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html\">List of security profile permissions</a>. </p>" 6913 }, 6914 "InstanceId":{ 6915 "shape":"InstanceId", 6916 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 6917 "location":"uri", 6918 "locationName":"InstanceId" 6919 }, 6920 "Tags":{ 6921 "shape":"TagMap", 6922 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 6923 }, 6924 "AllowedAccessControlTags":{ 6925 "shape":"AllowedAccessControlTags", 6926 "documentation":"<p>The list of tags that a security profile uses to restrict access to resources in Amazon Connect.</p>" 6927 }, 6928 "TagRestrictedResources":{ 6929 "shape":"TagRestrictedResourceList", 6930 "documentation":"<p>The list of resources that a security profile applies tag restrictions to in Amazon Connect. Following are acceptable ResourceNames: <code>User</code> | <code>SecurityProfile</code> | <code>Queue</code> | <code>RoutingProfile</code> </p>" 6931 }, 6932 "Applications":{ 6933 "shape":"Applications", 6934 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A list of third-party applications that the security profile will give access to.</p>" 6935 } 6936 } 6937 }, 6938 "CreateSecurityProfileResponse":{ 6939 "type":"structure", 6940 "members":{ 6941 "SecurityProfileId":{ 6942 "shape":"SecurityProfileId", 6943 "documentation":"<p>The identifier for the security profle.</p>" 6944 }, 6945 "SecurityProfileArn":{ 6946 "shape":"ARN", 6947 "documentation":"<p>The Amazon Resource Name (ARN) for the security profile.</p>" 6948 } 6949 } 6950 }, 6951 "CreateTaskTemplateRequest":{ 6952 "type":"structure", 6953 "required":[ 6954 "InstanceId", 6955 "Name", 6956 "Fields" 6957 ], 6958 "members":{ 6959 "InstanceId":{ 6960 "shape":"InstanceId", 6961 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 6962 "location":"uri", 6963 "locationName":"InstanceId" 6964 }, 6965 "Name":{ 6966 "shape":"TaskTemplateName", 6967 "documentation":"<p>The name of the task template.</p>" 6968 }, 6969 "Description":{ 6970 "shape":"TaskTemplateDescription", 6971 "documentation":"<p>The description of the task template.</p>" 6972 }, 6973 "ContactFlowId":{ 6974 "shape":"ContactFlowId", 6975 "documentation":"<p>The identifier of the flow that runs by default when a task is created by referencing this template.</p>" 6976 }, 6977 "Constraints":{ 6978 "shape":"TaskTemplateConstraints", 6979 "documentation":"<p>Constraints that are applicable to the fields listed.</p>" 6980 }, 6981 "Defaults":{ 6982 "shape":"TaskTemplateDefaults", 6983 "documentation":"<p>The default values for fields when a task is created by referencing this template.</p>" 6984 }, 6985 "Status":{ 6986 "shape":"TaskTemplateStatus", 6987 "documentation":"<p>Marks a template as <code>ACTIVE</code> or <code>INACTIVE</code> for a task to refer to it. Tasks can only be created from <code>ACTIVE</code> templates. If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created. </p>" 6988 }, 6989 "Fields":{ 6990 "shape":"TaskTemplateFields", 6991 "documentation":"<p>Fields that are part of the template.</p>" 6992 }, 6993 "ClientToken":{ 6994 "shape":"ClientToken", 6995 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 6996 "idempotencyToken":true 6997 } 6998 } 6999 }, 7000 "CreateTaskTemplateResponse":{ 7001 "type":"structure", 7002 "required":[ 7003 "Id", 7004 "Arn" 7005 ], 7006 "members":{ 7007 "Id":{ 7008 "shape":"TaskTemplateId", 7009 "documentation":"<p>The identifier of the task template resource.</p>" 7010 }, 7011 "Arn":{ 7012 "shape":"TaskTemplateArn", 7013 "documentation":"<p>The Amazon Resource Name (ARN) for the task template resource.</p>" 7014 } 7015 } 7016 }, 7017 "CreateTrafficDistributionGroupRequest":{ 7018 "type":"structure", 7019 "required":[ 7020 "Name", 7021 "InstanceId" 7022 ], 7023 "members":{ 7024 "Name":{ 7025 "shape":"Name128", 7026 "documentation":"<p>The name for the traffic distribution group. </p>" 7027 }, 7028 "Description":{ 7029 "shape":"Description250", 7030 "documentation":"<p>A description for the traffic distribution group.</p>" 7031 }, 7032 "InstanceId":{ 7033 "shape":"InstanceIdOrArn", 7034 "documentation":"<p>The identifier of the Amazon Connect instance that has been replicated. You can find the <code>instanceId</code> in the ARN of the instance.</p>" 7035 }, 7036 "ClientToken":{ 7037 "shape":"ClientToken", 7038 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 7039 "idempotencyToken":true 7040 }, 7041 "Tags":{ 7042 "shape":"TagMap", 7043 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 7044 } 7045 } 7046 }, 7047 "CreateTrafficDistributionGroupResponse":{ 7048 "type":"structure", 7049 "members":{ 7050 "Id":{ 7051 "shape":"TrafficDistributionGroupId", 7052 "documentation":"<p>The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.</p>" 7053 }, 7054 "Arn":{ 7055 "shape":"TrafficDistributionGroupArn", 7056 "documentation":"<p>The Amazon Resource Name (ARN) of the traffic distribution group.</p>" 7057 } 7058 } 7059 }, 7060 "CreateUseCaseRequest":{ 7061 "type":"structure", 7062 "required":[ 7063 "InstanceId", 7064 "IntegrationAssociationId", 7065 "UseCaseType" 7066 ], 7067 "members":{ 7068 "InstanceId":{ 7069 "shape":"InstanceId", 7070 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7071 "location":"uri", 7072 "locationName":"InstanceId" 7073 }, 7074 "IntegrationAssociationId":{ 7075 "shape":"IntegrationAssociationId", 7076 "documentation":"<p>The identifier for the integration association.</p>", 7077 "location":"uri", 7078 "locationName":"IntegrationAssociationId" 7079 }, 7080 "UseCaseType":{ 7081 "shape":"UseCaseType", 7082 "documentation":"<p>The type of use case to associate to the integration association. Each integration association can have only one of each use case type.</p>" 7083 }, 7084 "Tags":{ 7085 "shape":"TagMap", 7086 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 7087 } 7088 } 7089 }, 7090 "CreateUseCaseResponse":{ 7091 "type":"structure", 7092 "members":{ 7093 "UseCaseId":{ 7094 "shape":"UseCaseId", 7095 "documentation":"<p>The identifier of the use case.</p>" 7096 }, 7097 "UseCaseArn":{ 7098 "shape":"ARN", 7099 "documentation":"<p>The Amazon Resource Name (ARN) for the use case.</p>" 7100 } 7101 } 7102 }, 7103 "CreateUserHierarchyGroupRequest":{ 7104 "type":"structure", 7105 "required":[ 7106 "Name", 7107 "InstanceId" 7108 ], 7109 "members":{ 7110 "Name":{ 7111 "shape":"HierarchyGroupName", 7112 "documentation":"<p>The name of the user hierarchy group. Must not be more than 100 characters.</p>" 7113 }, 7114 "ParentGroupId":{ 7115 "shape":"HierarchyGroupId", 7116 "documentation":"<p>The identifier for the parent hierarchy group. The user hierarchy is created at level one if the parent group ID is null.</p>" 7117 }, 7118 "InstanceId":{ 7119 "shape":"InstanceId", 7120 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7121 "location":"uri", 7122 "locationName":"InstanceId" 7123 }, 7124 "Tags":{ 7125 "shape":"TagMap", 7126 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 7127 } 7128 } 7129 }, 7130 "CreateUserHierarchyGroupResponse":{ 7131 "type":"structure", 7132 "members":{ 7133 "HierarchyGroupId":{ 7134 "shape":"HierarchyGroupId", 7135 "documentation":"<p>The identifier of the hierarchy group.</p>" 7136 }, 7137 "HierarchyGroupArn":{ 7138 "shape":"ARN", 7139 "documentation":"<p>The Amazon Resource Name (ARN) of the hierarchy group. </p>" 7140 } 7141 } 7142 }, 7143 "CreateUserRequest":{ 7144 "type":"structure", 7145 "required":[ 7146 "Username", 7147 "PhoneConfig", 7148 "SecurityProfileIds", 7149 "RoutingProfileId", 7150 "InstanceId" 7151 ], 7152 "members":{ 7153 "Username":{ 7154 "shape":"AgentUsername", 7155 "documentation":"<p>The user name for the account. For instances not using SAML for identity management, the user name can include up to 20 characters. If you are using SAML for identity management, the user name can include up to 64 characters from [a-zA-Z0-9_-.\\@]+.</p>" 7156 }, 7157 "Password":{ 7158 "shape":"Password", 7159 "documentation":"<p>The password for the user account. A password is required if you are using Amazon Connect for identity management. Otherwise, it is an error to include a password.</p>" 7160 }, 7161 "IdentityInfo":{ 7162 "shape":"UserIdentityInfo", 7163 "documentation":"<p>The information about the identity of the user.</p>" 7164 }, 7165 "PhoneConfig":{ 7166 "shape":"UserPhoneConfig", 7167 "documentation":"<p>The phone settings for the user.</p>" 7168 }, 7169 "DirectoryUserId":{ 7170 "shape":"DirectoryUserId", 7171 "documentation":"<p>The identifier of the user account in the directory used for identity management. If Amazon Connect cannot access the directory, you can specify this identifier to authenticate users. If you include the identifier, we assume that Amazon Connect cannot access the directory. Otherwise, the identity information is used to authenticate users from your directory.</p> <p>This parameter is required if you are using an existing directory for identity management in Amazon Connect when Amazon Connect cannot access your directory to authenticate users. If you are using SAML for identity management and include this parameter, an error is returned.</p>" 7172 }, 7173 "SecurityProfileIds":{ 7174 "shape":"SecurityProfileIds", 7175 "documentation":"<p>The identifier of the security profile for the user.</p>" 7176 }, 7177 "RoutingProfileId":{ 7178 "shape":"RoutingProfileId", 7179 "documentation":"<p>The identifier of the routing profile for the user.</p>" 7180 }, 7181 "HierarchyGroupId":{ 7182 "shape":"HierarchyGroupId", 7183 "documentation":"<p>The identifier of the hierarchy group for the user.</p>" 7184 }, 7185 "InstanceId":{ 7186 "shape":"InstanceId", 7187 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7188 "location":"uri", 7189 "locationName":"InstanceId" 7190 }, 7191 "Tags":{ 7192 "shape":"TagMap", 7193 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 7194 } 7195 } 7196 }, 7197 "CreateUserResponse":{ 7198 "type":"structure", 7199 "members":{ 7200 "UserId":{ 7201 "shape":"UserId", 7202 "documentation":"<p>The identifier of the user account.</p>" 7203 }, 7204 "UserArn":{ 7205 "shape":"ARN", 7206 "documentation":"<p>The Amazon Resource Name (ARN) of the user account.</p>" 7207 } 7208 } 7209 }, 7210 "CreateViewRequest":{ 7211 "type":"structure", 7212 "required":[ 7213 "InstanceId", 7214 "Status", 7215 "Content", 7216 "Name" 7217 ], 7218 "members":{ 7219 "InstanceId":{ 7220 "shape":"ViewsInstanceId", 7221 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>", 7222 "location":"uri", 7223 "locationName":"InstanceId" 7224 }, 7225 "ClientToken":{ 7226 "shape":"ViewsClientToken", 7227 "documentation":"<p>A unique Id for each create view request to avoid duplicate view creation. For example, the view is idempotent ClientToken is provided.</p>" 7228 }, 7229 "Status":{ 7230 "shape":"ViewStatus", 7231 "documentation":"<p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The <code>PUBLISHED</code> status will initiate validation on the content.</p>" 7232 }, 7233 "Content":{ 7234 "shape":"ViewInputContent", 7235 "documentation":"<p>View content containing all content necessary to render a view except for runtime input data.</p> <p>The total uncompressed content has a maximum file size of 400kB.</p>" 7236 }, 7237 "Description":{ 7238 "shape":"ViewDescription", 7239 "documentation":"<p>The description of the view.</p>" 7240 }, 7241 "Name":{ 7242 "shape":"ViewName", 7243 "documentation":"<p>The name of the view.</p>" 7244 }, 7245 "Tags":{ 7246 "shape":"TagMap", 7247 "documentation":"<p>The tags associated with the view resource (not specific to view version).These tags can be used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 7248 } 7249 } 7250 }, 7251 "CreateViewResponse":{ 7252 "type":"structure", 7253 "members":{ 7254 "View":{ 7255 "shape":"View", 7256 "documentation":"<p>A view resource object. Contains metadata and content necessary to render the view.</p>" 7257 } 7258 } 7259 }, 7260 "CreateViewVersionRequest":{ 7261 "type":"structure", 7262 "required":[ 7263 "InstanceId", 7264 "ViewId" 7265 ], 7266 "members":{ 7267 "InstanceId":{ 7268 "shape":"ViewsInstanceId", 7269 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>", 7270 "location":"uri", 7271 "locationName":"InstanceId" 7272 }, 7273 "ViewId":{ 7274 "shape":"ViewId", 7275 "documentation":"<p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>", 7276 "location":"uri", 7277 "locationName":"ViewId" 7278 }, 7279 "VersionDescription":{ 7280 "shape":"ViewDescription", 7281 "documentation":"<p>The description for the version being published.</p>" 7282 }, 7283 "ViewContentSha256":{ 7284 "shape":"ViewContentSha256", 7285 "documentation":"<p>Indicates the checksum value of the latest published view content.</p>" 7286 } 7287 } 7288 }, 7289 "CreateViewVersionResponse":{ 7290 "type":"structure", 7291 "members":{ 7292 "View":{ 7293 "shape":"View", 7294 "documentation":"<p>All view data is contained within the View object.</p>" 7295 } 7296 } 7297 }, 7298 "CreateVocabularyRequest":{ 7299 "type":"structure", 7300 "required":[ 7301 "InstanceId", 7302 "VocabularyName", 7303 "LanguageCode", 7304 "Content" 7305 ], 7306 "members":{ 7307 "ClientToken":{ 7308 "shape":"ClientToken", 7309 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>. If a create request is received more than once with same client token, subsequent requests return the previous response without creating a vocabulary again.</p>", 7310 "idempotencyToken":true 7311 }, 7312 "InstanceId":{ 7313 "shape":"InstanceId", 7314 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7315 "location":"uri", 7316 "locationName":"InstanceId" 7317 }, 7318 "VocabularyName":{ 7319 "shape":"VocabularyName", 7320 "documentation":"<p>A unique name of the custom vocabulary.</p>" 7321 }, 7322 "LanguageCode":{ 7323 "shape":"VocabularyLanguageCode", 7324 "documentation":"<p>The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html\">What is Amazon Transcribe?</a> </p>" 7325 }, 7326 "Content":{ 7327 "shape":"VocabularyContent", 7328 "documentation":"<p>The content of the custom vocabulary in plain-text format with a table of values. Each row in the table represents a word or a phrase, described with <code>Phrase</code>, <code>IPA</code>, <code>SoundsLike</code>, and <code>DisplayAs</code> fields. Separate the fields with TAB characters. The size limit is 50KB. For more information, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/custom-vocabulary.html#create-vocabulary-table\">Create a custom vocabulary using a table</a>.</p>" 7329 }, 7330 "Tags":{ 7331 "shape":"TagMap", 7332 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 7333 } 7334 } 7335 }, 7336 "CreateVocabularyResponse":{ 7337 "type":"structure", 7338 "required":[ 7339 "VocabularyArn", 7340 "VocabularyId", 7341 "State" 7342 ], 7343 "members":{ 7344 "VocabularyArn":{ 7345 "shape":"ARN", 7346 "documentation":"<p>The Amazon Resource Name (ARN) of the custom vocabulary.</p>" 7347 }, 7348 "VocabularyId":{ 7349 "shape":"VocabularyId", 7350 "documentation":"<p>The identifier of the custom vocabulary.</p>" 7351 }, 7352 "State":{ 7353 "shape":"VocabularyState", 7354 "documentation":"<p>The current state of the custom vocabulary.</p>" 7355 } 7356 } 7357 }, 7358 "Credentials":{ 7359 "type":"structure", 7360 "members":{ 7361 "AccessToken":{ 7362 "shape":"SecurityToken", 7363 "documentation":"<p>An access token generated for a federated user to access Amazon Connect.</p>" 7364 }, 7365 "AccessTokenExpiration":{ 7366 "shape":"timestamp", 7367 "documentation":"<p>A token generated with an expiration time for the session a user is logged in to Amazon Connect.</p>" 7368 }, 7369 "RefreshToken":{ 7370 "shape":"SecurityToken", 7371 "documentation":"<p>Renews a token generated for a user to access the Amazon Connect instance.</p>" 7372 }, 7373 "RefreshTokenExpiration":{ 7374 "shape":"timestamp", 7375 "documentation":"<p>Renews the expiration timer for a generated token.</p>" 7376 } 7377 }, 7378 "documentation":"<p>Contains credentials to use for federation.</p>", 7379 "sensitive":true 7380 }, 7381 "CrossChannelBehavior":{ 7382 "type":"structure", 7383 "required":["BehaviorType"], 7384 "members":{ 7385 "BehaviorType":{ 7386 "shape":"BehaviorType", 7387 "documentation":"<p>Specifies the other channels that can be routed to an agent handling their current channel.</p>" 7388 } 7389 }, 7390 "documentation":"<p>Defines the cross-channel routing behavior that allows an agent working on a contact in one channel to be offered a contact from a different channel.</p>" 7391 }, 7392 "CurrentMetric":{ 7393 "type":"structure", 7394 "members":{ 7395 "Name":{ 7396 "shape":"CurrentMetricName", 7397 "documentation":"<p>The name of the metric.</p>" 7398 }, 7399 "Unit":{ 7400 "shape":"Unit", 7401 "documentation":"<p>The unit for the metric.</p>" 7402 } 7403 }, 7404 "documentation":"<p>Contains information about a real-time metric. For a description of each metric, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html\">Real-time Metrics Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 7405 }, 7406 "CurrentMetricData":{ 7407 "type":"structure", 7408 "members":{ 7409 "Metric":{ 7410 "shape":"CurrentMetric", 7411 "documentation":"<p>Information about the metric.</p>" 7412 }, 7413 "Value":{ 7414 "shape":"Value", 7415 "documentation":"<p>The value of the metric.</p>", 7416 "box":true 7417 } 7418 }, 7419 "documentation":"<p>Contains the data for a real-time metric.</p>" 7420 }, 7421 "CurrentMetricDataCollections":{ 7422 "type":"list", 7423 "member":{"shape":"CurrentMetricData"} 7424 }, 7425 "CurrentMetricName":{ 7426 "type":"string", 7427 "documentation":"<p>The current metric names.</p>", 7428 "enum":[ 7429 "AGENTS_ONLINE", 7430 "AGENTS_AVAILABLE", 7431 "AGENTS_ON_CALL", 7432 "AGENTS_NON_PRODUCTIVE", 7433 "AGENTS_AFTER_CONTACT_WORK", 7434 "AGENTS_ERROR", 7435 "AGENTS_STAFFED", 7436 "CONTACTS_IN_QUEUE", 7437 "OLDEST_CONTACT_AGE", 7438 "CONTACTS_SCHEDULED", 7439 "AGENTS_ON_CONTACT", 7440 "SLOTS_ACTIVE", 7441 "SLOTS_AVAILABLE" 7442 ] 7443 }, 7444 "CurrentMetricResult":{ 7445 "type":"structure", 7446 "members":{ 7447 "Dimensions":{ 7448 "shape":"Dimensions", 7449 "documentation":"<p>The dimensions for the metrics.</p>" 7450 }, 7451 "Collections":{ 7452 "shape":"CurrentMetricDataCollections", 7453 "documentation":"<p>The set of metrics.</p>" 7454 } 7455 }, 7456 "documentation":"<p>Contains information about a set of real-time metrics.</p>" 7457 }, 7458 "CurrentMetricResults":{ 7459 "type":"list", 7460 "member":{"shape":"CurrentMetricResult"} 7461 }, 7462 "CurrentMetricSortCriteria":{ 7463 "type":"structure", 7464 "members":{ 7465 "SortByMetric":{"shape":"CurrentMetricName"}, 7466 "SortOrder":{ 7467 "shape":"SortOrder", 7468 "documentation":"<p>The way to sort.</p>" 7469 } 7470 }, 7471 "documentation":"<p>The way to sort the resulting response based on metrics. By default resources are sorted based on <code>AGENTS_ONLINE</code>, <code>DESCENDING</code>. The metric collection is sorted based on the input metrics.</p>" 7472 }, 7473 "CurrentMetricSortCriteriaMaxOne":{ 7474 "type":"list", 7475 "member":{"shape":"CurrentMetricSortCriteria"}, 7476 "max":1, 7477 "min":0 7478 }, 7479 "CurrentMetrics":{ 7480 "type":"list", 7481 "member":{"shape":"CurrentMetric"} 7482 }, 7483 "DataSetId":{ 7484 "type":"string", 7485 "max":255, 7486 "min":1 7487 }, 7488 "DataSetIds":{ 7489 "type":"list", 7490 "member":{"shape":"DataSetId"} 7491 }, 7492 "DateReference":{ 7493 "type":"structure", 7494 "members":{ 7495 "Name":{ 7496 "shape":"ReferenceKey", 7497 "documentation":"<p>Identifier of the date reference.</p>" 7498 }, 7499 "Value":{ 7500 "shape":"ReferenceValue", 7501 "documentation":"<p>A valid date.</p>" 7502 } 7503 }, 7504 "documentation":"<p>Information about a reference when the <code>referenceType</code> is <code>DATE</code>. Otherwise, null.</p>" 7505 }, 7506 "DeactivateEvaluationFormRequest":{ 7507 "type":"structure", 7508 "required":[ 7509 "InstanceId", 7510 "EvaluationFormId", 7511 "EvaluationFormVersion" 7512 ], 7513 "members":{ 7514 "InstanceId":{ 7515 "shape":"InstanceId", 7516 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7517 "location":"uri", 7518 "locationName":"InstanceId" 7519 }, 7520 "EvaluationFormId":{ 7521 "shape":"ResourceId", 7522 "documentation":"<p>The unique identifier for the evaluation form.</p>", 7523 "location":"uri", 7524 "locationName":"EvaluationFormId" 7525 }, 7526 "EvaluationFormVersion":{ 7527 "shape":"VersionNumber", 7528 "documentation":"<p>A version of the evaluation form. If the version property is not provided, the latest version of the evaluation form is deactivated.</p>" 7529 } 7530 } 7531 }, 7532 "DeactivateEvaluationFormResponse":{ 7533 "type":"structure", 7534 "required":[ 7535 "EvaluationFormId", 7536 "EvaluationFormArn", 7537 "EvaluationFormVersion" 7538 ], 7539 "members":{ 7540 "EvaluationFormId":{ 7541 "shape":"ResourceId", 7542 "documentation":"<p>The unique identifier for the evaluation form.</p>" 7543 }, 7544 "EvaluationFormArn":{ 7545 "shape":"ARN", 7546 "documentation":"<p>The Amazon Resource Name (ARN) for the evaluation form resource.</p>" 7547 }, 7548 "EvaluationFormVersion":{ 7549 "shape":"VersionNumber", 7550 "documentation":"<p>The version of the deactivated evaluation form resource.</p>" 7551 } 7552 } 7553 }, 7554 "DefaultVocabulary":{ 7555 "type":"structure", 7556 "required":[ 7557 "InstanceId", 7558 "LanguageCode", 7559 "VocabularyId", 7560 "VocabularyName" 7561 ], 7562 "members":{ 7563 "InstanceId":{ 7564 "shape":"InstanceId", 7565 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 7566 }, 7567 "LanguageCode":{ 7568 "shape":"VocabularyLanguageCode", 7569 "documentation":"<p>The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html\">What is Amazon Transcribe?</a> </p>" 7570 }, 7571 "VocabularyId":{ 7572 "shape":"VocabularyId", 7573 "documentation":"<p>The identifier of the custom vocabulary.</p>" 7574 }, 7575 "VocabularyName":{ 7576 "shape":"VocabularyName", 7577 "documentation":"<p>A unique name of the custom vocabulary.</p>" 7578 } 7579 }, 7580 "documentation":"<p>Contains information about a default vocabulary.</p>" 7581 }, 7582 "DefaultVocabularyList":{ 7583 "type":"list", 7584 "member":{"shape":"DefaultVocabulary"} 7585 }, 7586 "Delay":{ 7587 "type":"integer", 7588 "max":9999, 7589 "min":0 7590 }, 7591 "DeleteContactEvaluationRequest":{ 7592 "type":"structure", 7593 "required":[ 7594 "InstanceId", 7595 "EvaluationId" 7596 ], 7597 "members":{ 7598 "InstanceId":{ 7599 "shape":"InstanceId", 7600 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7601 "location":"uri", 7602 "locationName":"InstanceId" 7603 }, 7604 "EvaluationId":{ 7605 "shape":"ResourceId", 7606 "documentation":"<p>A unique identifier for the contact evaluation.</p>", 7607 "location":"uri", 7608 "locationName":"EvaluationId" 7609 } 7610 } 7611 }, 7612 "DeleteContactFlowModuleRequest":{ 7613 "type":"structure", 7614 "required":[ 7615 "InstanceId", 7616 "ContactFlowModuleId" 7617 ], 7618 "members":{ 7619 "InstanceId":{ 7620 "shape":"InstanceId", 7621 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7622 "location":"uri", 7623 "locationName":"InstanceId" 7624 }, 7625 "ContactFlowModuleId":{ 7626 "shape":"ContactFlowModuleId", 7627 "documentation":"<p>The identifier of the flow module.</p>", 7628 "location":"uri", 7629 "locationName":"ContactFlowModuleId" 7630 } 7631 } 7632 }, 7633 "DeleteContactFlowModuleResponse":{ 7634 "type":"structure", 7635 "members":{ 7636 } 7637 }, 7638 "DeleteContactFlowRequest":{ 7639 "type":"structure", 7640 "required":[ 7641 "InstanceId", 7642 "ContactFlowId" 7643 ], 7644 "members":{ 7645 "InstanceId":{ 7646 "shape":"InstanceId", 7647 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7648 "location":"uri", 7649 "locationName":"InstanceId" 7650 }, 7651 "ContactFlowId":{ 7652 "shape":"ContactFlowId", 7653 "documentation":"<p>The identifier of the flow.</p>", 7654 "location":"uri", 7655 "locationName":"ContactFlowId" 7656 } 7657 } 7658 }, 7659 "DeleteContactFlowResponse":{ 7660 "type":"structure", 7661 "members":{ 7662 } 7663 }, 7664 "DeleteEvaluationFormRequest":{ 7665 "type":"structure", 7666 "required":[ 7667 "InstanceId", 7668 "EvaluationFormId" 7669 ], 7670 "members":{ 7671 "InstanceId":{ 7672 "shape":"InstanceId", 7673 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7674 "location":"uri", 7675 "locationName":"InstanceId" 7676 }, 7677 "EvaluationFormId":{ 7678 "shape":"ResourceId", 7679 "documentation":"<p>The unique identifier for the evaluation form.</p>", 7680 "location":"uri", 7681 "locationName":"EvaluationFormId" 7682 }, 7683 "EvaluationFormVersion":{ 7684 "shape":"VersionNumber", 7685 "documentation":"<p>The unique identifier for the evaluation form.</p>", 7686 "box":true, 7687 "location":"querystring", 7688 "locationName":"version" 7689 } 7690 } 7691 }, 7692 "DeleteHoursOfOperationRequest":{ 7693 "type":"structure", 7694 "required":[ 7695 "InstanceId", 7696 "HoursOfOperationId" 7697 ], 7698 "members":{ 7699 "InstanceId":{ 7700 "shape":"InstanceId", 7701 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7702 "location":"uri", 7703 "locationName":"InstanceId" 7704 }, 7705 "HoursOfOperationId":{ 7706 "shape":"HoursOfOperationId", 7707 "documentation":"<p>The identifier for the hours of operation.</p>", 7708 "location":"uri", 7709 "locationName":"HoursOfOperationId" 7710 } 7711 } 7712 }, 7713 "DeleteInstanceRequest":{ 7714 "type":"structure", 7715 "required":["InstanceId"], 7716 "members":{ 7717 "InstanceId":{ 7718 "shape":"InstanceId", 7719 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7720 "location":"uri", 7721 "locationName":"InstanceId" 7722 } 7723 } 7724 }, 7725 "DeleteIntegrationAssociationRequest":{ 7726 "type":"structure", 7727 "required":[ 7728 "InstanceId", 7729 "IntegrationAssociationId" 7730 ], 7731 "members":{ 7732 "InstanceId":{ 7733 "shape":"InstanceId", 7734 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7735 "location":"uri", 7736 "locationName":"InstanceId" 7737 }, 7738 "IntegrationAssociationId":{ 7739 "shape":"IntegrationAssociationId", 7740 "documentation":"<p>The identifier for the integration association.</p>", 7741 "location":"uri", 7742 "locationName":"IntegrationAssociationId" 7743 } 7744 } 7745 }, 7746 "DeletePredefinedAttributeRequest":{ 7747 "type":"structure", 7748 "required":[ 7749 "InstanceId", 7750 "Name" 7751 ], 7752 "members":{ 7753 "InstanceId":{ 7754 "shape":"InstanceId", 7755 "documentation":"<p> The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.</p>", 7756 "location":"uri", 7757 "locationName":"InstanceId" 7758 }, 7759 "Name":{ 7760 "shape":"PredefinedAttributeName", 7761 "documentation":"<p> The name of the predefined attribute.</p>", 7762 "location":"uri", 7763 "locationName":"Name" 7764 } 7765 } 7766 }, 7767 "DeletePromptRequest":{ 7768 "type":"structure", 7769 "required":[ 7770 "InstanceId", 7771 "PromptId" 7772 ], 7773 "members":{ 7774 "InstanceId":{ 7775 "shape":"InstanceId", 7776 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7777 "location":"uri", 7778 "locationName":"InstanceId" 7779 }, 7780 "PromptId":{ 7781 "shape":"PromptId", 7782 "documentation":"<p>A unique identifier for the prompt.</p>", 7783 "location":"uri", 7784 "locationName":"PromptId" 7785 } 7786 } 7787 }, 7788 "DeleteQueueRequest":{ 7789 "type":"structure", 7790 "required":[ 7791 "InstanceId", 7792 "QueueId" 7793 ], 7794 "members":{ 7795 "InstanceId":{ 7796 "shape":"InstanceId", 7797 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7798 "location":"uri", 7799 "locationName":"InstanceId" 7800 }, 7801 "QueueId":{ 7802 "shape":"QueueId", 7803 "documentation":"<p>The identifier for the queue.</p>", 7804 "location":"uri", 7805 "locationName":"QueueId" 7806 } 7807 } 7808 }, 7809 "DeleteQuickConnectRequest":{ 7810 "type":"structure", 7811 "required":[ 7812 "InstanceId", 7813 "QuickConnectId" 7814 ], 7815 "members":{ 7816 "InstanceId":{ 7817 "shape":"InstanceId", 7818 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7819 "location":"uri", 7820 "locationName":"InstanceId" 7821 }, 7822 "QuickConnectId":{ 7823 "shape":"QuickConnectId", 7824 "documentation":"<p>The identifier for the quick connect.</p>", 7825 "location":"uri", 7826 "locationName":"QuickConnectId" 7827 } 7828 } 7829 }, 7830 "DeleteRoutingProfileRequest":{ 7831 "type":"structure", 7832 "required":[ 7833 "InstanceId", 7834 "RoutingProfileId" 7835 ], 7836 "members":{ 7837 "InstanceId":{ 7838 "shape":"InstanceId", 7839 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7840 "location":"uri", 7841 "locationName":"InstanceId" 7842 }, 7843 "RoutingProfileId":{ 7844 "shape":"RoutingProfileId", 7845 "documentation":"<p>The identifier of the routing profile.</p>", 7846 "location":"uri", 7847 "locationName":"RoutingProfileId" 7848 } 7849 } 7850 }, 7851 "DeleteRuleRequest":{ 7852 "type":"structure", 7853 "required":[ 7854 "InstanceId", 7855 "RuleId" 7856 ], 7857 "members":{ 7858 "InstanceId":{ 7859 "shape":"InstanceId", 7860 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7861 "location":"uri", 7862 "locationName":"InstanceId" 7863 }, 7864 "RuleId":{ 7865 "shape":"RuleId", 7866 "documentation":"<p>A unique identifier for the rule.</p>", 7867 "location":"uri", 7868 "locationName":"RuleId" 7869 } 7870 } 7871 }, 7872 "DeleteSecurityProfileRequest":{ 7873 "type":"structure", 7874 "required":[ 7875 "InstanceId", 7876 "SecurityProfileId" 7877 ], 7878 "members":{ 7879 "InstanceId":{ 7880 "shape":"InstanceId", 7881 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7882 "location":"uri", 7883 "locationName":"InstanceId" 7884 }, 7885 "SecurityProfileId":{ 7886 "shape":"SecurityProfileId", 7887 "documentation":"<p>The identifier for the security profle.</p>", 7888 "location":"uri", 7889 "locationName":"SecurityProfileId" 7890 } 7891 } 7892 }, 7893 "DeleteTaskTemplateRequest":{ 7894 "type":"structure", 7895 "required":[ 7896 "InstanceId", 7897 "TaskTemplateId" 7898 ], 7899 "members":{ 7900 "InstanceId":{ 7901 "shape":"InstanceId", 7902 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7903 "location":"uri", 7904 "locationName":"InstanceId" 7905 }, 7906 "TaskTemplateId":{ 7907 "shape":"TaskTemplateId", 7908 "documentation":"<p>A unique identifier for the task template.</p>", 7909 "location":"uri", 7910 "locationName":"TaskTemplateId" 7911 } 7912 } 7913 }, 7914 "DeleteTaskTemplateResponse":{ 7915 "type":"structure", 7916 "members":{ 7917 } 7918 }, 7919 "DeleteTrafficDistributionGroupRequest":{ 7920 "type":"structure", 7921 "required":["TrafficDistributionGroupId"], 7922 "members":{ 7923 "TrafficDistributionGroupId":{ 7924 "shape":"TrafficDistributionGroupIdOrArn", 7925 "documentation":"<p>The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.</p>", 7926 "location":"uri", 7927 "locationName":"TrafficDistributionGroupId" 7928 } 7929 } 7930 }, 7931 "DeleteTrafficDistributionGroupResponse":{ 7932 "type":"structure", 7933 "members":{ 7934 } 7935 }, 7936 "DeleteUseCaseRequest":{ 7937 "type":"structure", 7938 "required":[ 7939 "InstanceId", 7940 "IntegrationAssociationId", 7941 "UseCaseId" 7942 ], 7943 "members":{ 7944 "InstanceId":{ 7945 "shape":"InstanceId", 7946 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7947 "location":"uri", 7948 "locationName":"InstanceId" 7949 }, 7950 "IntegrationAssociationId":{ 7951 "shape":"IntegrationAssociationId", 7952 "documentation":"<p>The identifier for the integration association.</p>", 7953 "location":"uri", 7954 "locationName":"IntegrationAssociationId" 7955 }, 7956 "UseCaseId":{ 7957 "shape":"UseCaseId", 7958 "documentation":"<p>The identifier for the use case.</p>", 7959 "location":"uri", 7960 "locationName":"UseCaseId" 7961 } 7962 } 7963 }, 7964 "DeleteUserHierarchyGroupRequest":{ 7965 "type":"structure", 7966 "required":[ 7967 "HierarchyGroupId", 7968 "InstanceId" 7969 ], 7970 "members":{ 7971 "HierarchyGroupId":{ 7972 "shape":"HierarchyGroupId", 7973 "documentation":"<p>The identifier of the hierarchy group.</p>", 7974 "location":"uri", 7975 "locationName":"HierarchyGroupId" 7976 }, 7977 "InstanceId":{ 7978 "shape":"InstanceId", 7979 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7980 "location":"uri", 7981 "locationName":"InstanceId" 7982 } 7983 } 7984 }, 7985 "DeleteUserRequest":{ 7986 "type":"structure", 7987 "required":[ 7988 "InstanceId", 7989 "UserId" 7990 ], 7991 "members":{ 7992 "InstanceId":{ 7993 "shape":"InstanceId", 7994 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 7995 "location":"uri", 7996 "locationName":"InstanceId" 7997 }, 7998 "UserId":{ 7999 "shape":"UserId", 8000 "documentation":"<p>The identifier of the user.</p>", 8001 "location":"uri", 8002 "locationName":"UserId" 8003 } 8004 } 8005 }, 8006 "DeleteViewRequest":{ 8007 "type":"structure", 8008 "required":[ 8009 "InstanceId", 8010 "ViewId" 8011 ], 8012 "members":{ 8013 "InstanceId":{ 8014 "shape":"ViewsInstanceId", 8015 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>", 8016 "location":"uri", 8017 "locationName":"InstanceId" 8018 }, 8019 "ViewId":{ 8020 "shape":"ViewId", 8021 "documentation":"<p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>", 8022 "location":"uri", 8023 "locationName":"ViewId" 8024 } 8025 } 8026 }, 8027 "DeleteViewResponse":{ 8028 "type":"structure", 8029 "members":{ 8030 } 8031 }, 8032 "DeleteViewVersionRequest":{ 8033 "type":"structure", 8034 "required":[ 8035 "InstanceId", 8036 "ViewId", 8037 "ViewVersion" 8038 ], 8039 "members":{ 8040 "InstanceId":{ 8041 "shape":"ViewsInstanceId", 8042 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>", 8043 "location":"uri", 8044 "locationName":"InstanceId" 8045 }, 8046 "ViewId":{ 8047 "shape":"ViewId", 8048 "documentation":"<p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>", 8049 "location":"uri", 8050 "locationName":"ViewId" 8051 }, 8052 "ViewVersion":{ 8053 "shape":"ViewVersion", 8054 "documentation":"<p>The version number of the view.</p>", 8055 "location":"uri", 8056 "locationName":"ViewVersion" 8057 } 8058 } 8059 }, 8060 "DeleteViewVersionResponse":{ 8061 "type":"structure", 8062 "members":{ 8063 } 8064 }, 8065 "DeleteVocabularyRequest":{ 8066 "type":"structure", 8067 "required":[ 8068 "InstanceId", 8069 "VocabularyId" 8070 ], 8071 "members":{ 8072 "InstanceId":{ 8073 "shape":"InstanceId", 8074 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8075 "location":"uri", 8076 "locationName":"InstanceId" 8077 }, 8078 "VocabularyId":{ 8079 "shape":"VocabularyId", 8080 "documentation":"<p>The identifier of the custom vocabulary.</p>", 8081 "location":"uri", 8082 "locationName":"VocabularyId" 8083 } 8084 } 8085 }, 8086 "DeleteVocabularyResponse":{ 8087 "type":"structure", 8088 "required":[ 8089 "VocabularyArn", 8090 "VocabularyId", 8091 "State" 8092 ], 8093 "members":{ 8094 "VocabularyArn":{ 8095 "shape":"ARN", 8096 "documentation":"<p>The Amazon Resource Name (ARN) of the custom vocabulary.</p>" 8097 }, 8098 "VocabularyId":{ 8099 "shape":"VocabularyId", 8100 "documentation":"<p>The identifier of the custom vocabulary.</p>" 8101 }, 8102 "State":{ 8103 "shape":"VocabularyState", 8104 "documentation":"<p>The current state of the custom vocabulary.</p>" 8105 } 8106 } 8107 }, 8108 "DescribeAgentStatusRequest":{ 8109 "type":"structure", 8110 "required":[ 8111 "InstanceId", 8112 "AgentStatusId" 8113 ], 8114 "members":{ 8115 "InstanceId":{ 8116 "shape":"InstanceId", 8117 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8118 "location":"uri", 8119 "locationName":"InstanceId" 8120 }, 8121 "AgentStatusId":{ 8122 "shape":"AgentStatusId", 8123 "documentation":"<p>The identifier for the agent status.</p>", 8124 "location":"uri", 8125 "locationName":"AgentStatusId" 8126 } 8127 } 8128 }, 8129 "DescribeAgentStatusResponse":{ 8130 "type":"structure", 8131 "members":{ 8132 "AgentStatus":{ 8133 "shape":"AgentStatus", 8134 "documentation":"<p>The agent status.</p>" 8135 } 8136 } 8137 }, 8138 "DescribeContactEvaluationRequest":{ 8139 "type":"structure", 8140 "required":[ 8141 "InstanceId", 8142 "EvaluationId" 8143 ], 8144 "members":{ 8145 "InstanceId":{ 8146 "shape":"InstanceId", 8147 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8148 "location":"uri", 8149 "locationName":"InstanceId" 8150 }, 8151 "EvaluationId":{ 8152 "shape":"ResourceId", 8153 "documentation":"<p>A unique identifier for the contact evaluation.</p>", 8154 "location":"uri", 8155 "locationName":"EvaluationId" 8156 } 8157 } 8158 }, 8159 "DescribeContactEvaluationResponse":{ 8160 "type":"structure", 8161 "required":[ 8162 "Evaluation", 8163 "EvaluationForm" 8164 ], 8165 "members":{ 8166 "Evaluation":{ 8167 "shape":"Evaluation", 8168 "documentation":"<p>Information about the evaluation form completed for a specific contact.</p>" 8169 }, 8170 "EvaluationForm":{ 8171 "shape":"EvaluationFormContent", 8172 "documentation":"<p>Information about the evaluation form.</p>" 8173 } 8174 } 8175 }, 8176 "DescribeContactFlowModuleRequest":{ 8177 "type":"structure", 8178 "required":[ 8179 "InstanceId", 8180 "ContactFlowModuleId" 8181 ], 8182 "members":{ 8183 "InstanceId":{ 8184 "shape":"InstanceId", 8185 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8186 "location":"uri", 8187 "locationName":"InstanceId" 8188 }, 8189 "ContactFlowModuleId":{ 8190 "shape":"ContactFlowModuleId", 8191 "documentation":"<p>The identifier of the flow module.</p>", 8192 "location":"uri", 8193 "locationName":"ContactFlowModuleId" 8194 } 8195 } 8196 }, 8197 "DescribeContactFlowModuleResponse":{ 8198 "type":"structure", 8199 "members":{ 8200 "ContactFlowModule":{ 8201 "shape":"ContactFlowModule", 8202 "documentation":"<p>Information about the flow module.</p>" 8203 } 8204 } 8205 }, 8206 "DescribeContactFlowRequest":{ 8207 "type":"structure", 8208 "required":[ 8209 "InstanceId", 8210 "ContactFlowId" 8211 ], 8212 "members":{ 8213 "InstanceId":{ 8214 "shape":"InstanceId", 8215 "documentation":"<p>The identifier of the Amazon Connect instance.</p>", 8216 "location":"uri", 8217 "locationName":"InstanceId" 8218 }, 8219 "ContactFlowId":{ 8220 "shape":"ContactFlowId", 8221 "documentation":"<p>The identifier of the flow.</p>", 8222 "location":"uri", 8223 "locationName":"ContactFlowId" 8224 } 8225 } 8226 }, 8227 "DescribeContactFlowResponse":{ 8228 "type":"structure", 8229 "members":{ 8230 "ContactFlow":{ 8231 "shape":"ContactFlow", 8232 "documentation":"<p>Information about the flow.</p>" 8233 } 8234 } 8235 }, 8236 "DescribeContactRequest":{ 8237 "type":"structure", 8238 "required":[ 8239 "InstanceId", 8240 "ContactId" 8241 ], 8242 "members":{ 8243 "InstanceId":{ 8244 "shape":"InstanceId", 8245 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8246 "location":"uri", 8247 "locationName":"InstanceId" 8248 }, 8249 "ContactId":{ 8250 "shape":"ContactId", 8251 "documentation":"<p>The identifier of the contact.</p>", 8252 "location":"uri", 8253 "locationName":"ContactId" 8254 } 8255 } 8256 }, 8257 "DescribeContactResponse":{ 8258 "type":"structure", 8259 "members":{ 8260 "Contact":{ 8261 "shape":"Contact", 8262 "documentation":"<p>Information about the contact.</p>" 8263 } 8264 } 8265 }, 8266 "DescribeEvaluationFormRequest":{ 8267 "type":"structure", 8268 "required":[ 8269 "InstanceId", 8270 "EvaluationFormId" 8271 ], 8272 "members":{ 8273 "InstanceId":{ 8274 "shape":"InstanceId", 8275 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8276 "location":"uri", 8277 "locationName":"InstanceId" 8278 }, 8279 "EvaluationFormId":{ 8280 "shape":"ResourceId", 8281 "documentation":"<p>A unique identifier for the contact evaluation.</p>", 8282 "location":"uri", 8283 "locationName":"EvaluationFormId" 8284 }, 8285 "EvaluationFormVersion":{ 8286 "shape":"VersionNumber", 8287 "documentation":"<p>A version of the evaluation form.</p>", 8288 "box":true, 8289 "location":"querystring", 8290 "locationName":"version" 8291 } 8292 } 8293 }, 8294 "DescribeEvaluationFormResponse":{ 8295 "type":"structure", 8296 "required":["EvaluationForm"], 8297 "members":{ 8298 "EvaluationForm":{ 8299 "shape":"EvaluationForm", 8300 "documentation":"<p>Information about the evaluation form.</p>" 8301 } 8302 } 8303 }, 8304 "DescribeHoursOfOperationRequest":{ 8305 "type":"structure", 8306 "required":[ 8307 "InstanceId", 8308 "HoursOfOperationId" 8309 ], 8310 "members":{ 8311 "InstanceId":{ 8312 "shape":"InstanceId", 8313 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8314 "location":"uri", 8315 "locationName":"InstanceId" 8316 }, 8317 "HoursOfOperationId":{ 8318 "shape":"HoursOfOperationId", 8319 "documentation":"<p>The identifier for the hours of operation.</p>", 8320 "location":"uri", 8321 "locationName":"HoursOfOperationId" 8322 } 8323 } 8324 }, 8325 "DescribeHoursOfOperationResponse":{ 8326 "type":"structure", 8327 "members":{ 8328 "HoursOfOperation":{ 8329 "shape":"HoursOfOperation", 8330 "documentation":"<p>The hours of operation.</p>" 8331 } 8332 } 8333 }, 8334 "DescribeInstanceAttributeRequest":{ 8335 "type":"structure", 8336 "required":[ 8337 "InstanceId", 8338 "AttributeType" 8339 ], 8340 "members":{ 8341 "InstanceId":{ 8342 "shape":"InstanceId", 8343 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8344 "location":"uri", 8345 "locationName":"InstanceId" 8346 }, 8347 "AttributeType":{ 8348 "shape":"InstanceAttributeType", 8349 "documentation":"<p>The type of attribute.</p>", 8350 "location":"uri", 8351 "locationName":"AttributeType" 8352 } 8353 } 8354 }, 8355 "DescribeInstanceAttributeResponse":{ 8356 "type":"structure", 8357 "members":{ 8358 "Attribute":{ 8359 "shape":"Attribute", 8360 "documentation":"<p>The type of attribute.</p>" 8361 } 8362 } 8363 }, 8364 "DescribeInstanceRequest":{ 8365 "type":"structure", 8366 "required":["InstanceId"], 8367 "members":{ 8368 "InstanceId":{ 8369 "shape":"InstanceId", 8370 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8371 "location":"uri", 8372 "locationName":"InstanceId" 8373 } 8374 } 8375 }, 8376 "DescribeInstanceResponse":{ 8377 "type":"structure", 8378 "members":{ 8379 "Instance":{ 8380 "shape":"Instance", 8381 "documentation":"<p>The name of the instance.</p>" 8382 } 8383 } 8384 }, 8385 "DescribeInstanceStorageConfigRequest":{ 8386 "type":"structure", 8387 "required":[ 8388 "InstanceId", 8389 "AssociationId", 8390 "ResourceType" 8391 ], 8392 "members":{ 8393 "InstanceId":{ 8394 "shape":"InstanceId", 8395 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8396 "location":"uri", 8397 "locationName":"InstanceId" 8398 }, 8399 "AssociationId":{ 8400 "shape":"AssociationId", 8401 "documentation":"<p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>", 8402 "location":"uri", 8403 "locationName":"AssociationId" 8404 }, 8405 "ResourceType":{ 8406 "shape":"InstanceStorageResourceType", 8407 "documentation":"<p>A valid resource type.</p>", 8408 "location":"querystring", 8409 "locationName":"resourceType" 8410 } 8411 } 8412 }, 8413 "DescribeInstanceStorageConfigResponse":{ 8414 "type":"structure", 8415 "members":{ 8416 "StorageConfig":{ 8417 "shape":"InstanceStorageConfig", 8418 "documentation":"<p>A valid storage type.</p>" 8419 } 8420 } 8421 }, 8422 "DescribePhoneNumberRequest":{ 8423 "type":"structure", 8424 "required":["PhoneNumberId"], 8425 "members":{ 8426 "PhoneNumberId":{ 8427 "shape":"PhoneNumberId", 8428 "documentation":"<p>A unique identifier for the phone number.</p>", 8429 "location":"uri", 8430 "locationName":"PhoneNumberId" 8431 } 8432 } 8433 }, 8434 "DescribePhoneNumberResponse":{ 8435 "type":"structure", 8436 "members":{ 8437 "ClaimedPhoneNumberSummary":{ 8438 "shape":"ClaimedPhoneNumberSummary", 8439 "documentation":"<p>Information about a phone number that's been claimed to your Amazon Connect instance or traffic distribution group.</p>" 8440 } 8441 } 8442 }, 8443 "DescribePredefinedAttributeRequest":{ 8444 "type":"structure", 8445 "required":[ 8446 "InstanceId", 8447 "Name" 8448 ], 8449 "members":{ 8450 "InstanceId":{ 8451 "shape":"InstanceId", 8452 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.</p>", 8453 "location":"uri", 8454 "locationName":"InstanceId" 8455 }, 8456 "Name":{ 8457 "shape":"PredefinedAttributeName", 8458 "documentation":"<p>The name of the predefined attribute.</p>", 8459 "location":"uri", 8460 "locationName":"Name" 8461 } 8462 } 8463 }, 8464 "DescribePredefinedAttributeResponse":{ 8465 "type":"structure", 8466 "members":{ 8467 "PredefinedAttribute":{ 8468 "shape":"PredefinedAttribute", 8469 "documentation":"<p>Information about the predefined attribute.</p>" 8470 } 8471 } 8472 }, 8473 "DescribePromptRequest":{ 8474 "type":"structure", 8475 "required":[ 8476 "InstanceId", 8477 "PromptId" 8478 ], 8479 "members":{ 8480 "InstanceId":{ 8481 "shape":"InstanceId", 8482 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8483 "location":"uri", 8484 "locationName":"InstanceId" 8485 }, 8486 "PromptId":{ 8487 "shape":"PromptId", 8488 "documentation":"<p>A unique identifier for the prompt.</p>", 8489 "location":"uri", 8490 "locationName":"PromptId" 8491 } 8492 } 8493 }, 8494 "DescribePromptResponse":{ 8495 "type":"structure", 8496 "members":{ 8497 "Prompt":{ 8498 "shape":"Prompt", 8499 "documentation":"<p>Information about the prompt.</p>" 8500 } 8501 } 8502 }, 8503 "DescribeQueueRequest":{ 8504 "type":"structure", 8505 "required":[ 8506 "InstanceId", 8507 "QueueId" 8508 ], 8509 "members":{ 8510 "InstanceId":{ 8511 "shape":"InstanceId", 8512 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8513 "location":"uri", 8514 "locationName":"InstanceId" 8515 }, 8516 "QueueId":{ 8517 "shape":"QueueId", 8518 "documentation":"<p>The identifier for the queue.</p>", 8519 "location":"uri", 8520 "locationName":"QueueId" 8521 } 8522 } 8523 }, 8524 "DescribeQueueResponse":{ 8525 "type":"structure", 8526 "members":{ 8527 "Queue":{ 8528 "shape":"Queue", 8529 "documentation":"<p>The name of the queue.</p>" 8530 } 8531 } 8532 }, 8533 "DescribeQuickConnectRequest":{ 8534 "type":"structure", 8535 "required":[ 8536 "InstanceId", 8537 "QuickConnectId" 8538 ], 8539 "members":{ 8540 "InstanceId":{ 8541 "shape":"InstanceId", 8542 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8543 "location":"uri", 8544 "locationName":"InstanceId" 8545 }, 8546 "QuickConnectId":{ 8547 "shape":"QuickConnectId", 8548 "documentation":"<p>The identifier for the quick connect.</p>", 8549 "location":"uri", 8550 "locationName":"QuickConnectId" 8551 } 8552 } 8553 }, 8554 "DescribeQuickConnectResponse":{ 8555 "type":"structure", 8556 "members":{ 8557 "QuickConnect":{ 8558 "shape":"QuickConnect", 8559 "documentation":"<p>Information about the quick connect.</p>" 8560 } 8561 } 8562 }, 8563 "DescribeRoutingProfileRequest":{ 8564 "type":"structure", 8565 "required":[ 8566 "InstanceId", 8567 "RoutingProfileId" 8568 ], 8569 "members":{ 8570 "InstanceId":{ 8571 "shape":"InstanceId", 8572 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8573 "location":"uri", 8574 "locationName":"InstanceId" 8575 }, 8576 "RoutingProfileId":{ 8577 "shape":"RoutingProfileId", 8578 "documentation":"<p>The identifier of the routing profile.</p>", 8579 "location":"uri", 8580 "locationName":"RoutingProfileId" 8581 } 8582 } 8583 }, 8584 "DescribeRoutingProfileResponse":{ 8585 "type":"structure", 8586 "members":{ 8587 "RoutingProfile":{ 8588 "shape":"RoutingProfile", 8589 "documentation":"<p>The routing profile.</p>" 8590 } 8591 } 8592 }, 8593 "DescribeRuleRequest":{ 8594 "type":"structure", 8595 "required":[ 8596 "InstanceId", 8597 "RuleId" 8598 ], 8599 "members":{ 8600 "InstanceId":{ 8601 "shape":"InstanceId", 8602 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8603 "location":"uri", 8604 "locationName":"InstanceId" 8605 }, 8606 "RuleId":{ 8607 "shape":"RuleId", 8608 "documentation":"<p>A unique identifier for the rule.</p>", 8609 "location":"uri", 8610 "locationName":"RuleId" 8611 } 8612 } 8613 }, 8614 "DescribeRuleResponse":{ 8615 "type":"structure", 8616 "required":["Rule"], 8617 "members":{ 8618 "Rule":{ 8619 "shape":"Rule", 8620 "documentation":"<p>Information about the rule.</p>" 8621 } 8622 } 8623 }, 8624 "DescribeSecurityProfileRequest":{ 8625 "type":"structure", 8626 "required":[ 8627 "SecurityProfileId", 8628 "InstanceId" 8629 ], 8630 "members":{ 8631 "SecurityProfileId":{ 8632 "shape":"SecurityProfileId", 8633 "documentation":"<p>The identifier for the security profle.</p>", 8634 "location":"uri", 8635 "locationName":"SecurityProfileId" 8636 }, 8637 "InstanceId":{ 8638 "shape":"InstanceId", 8639 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8640 "location":"uri", 8641 "locationName":"InstanceId" 8642 } 8643 } 8644 }, 8645 "DescribeSecurityProfileResponse":{ 8646 "type":"structure", 8647 "members":{ 8648 "SecurityProfile":{ 8649 "shape":"SecurityProfile", 8650 "documentation":"<p>The security profile.</p>" 8651 } 8652 } 8653 }, 8654 "DescribeTrafficDistributionGroupRequest":{ 8655 "type":"structure", 8656 "required":["TrafficDistributionGroupId"], 8657 "members":{ 8658 "TrafficDistributionGroupId":{ 8659 "shape":"TrafficDistributionGroupIdOrArn", 8660 "documentation":"<p>The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.</p>", 8661 "location":"uri", 8662 "locationName":"TrafficDistributionGroupId" 8663 } 8664 } 8665 }, 8666 "DescribeTrafficDistributionGroupResponse":{ 8667 "type":"structure", 8668 "members":{ 8669 "TrafficDistributionGroup":{ 8670 "shape":"TrafficDistributionGroup", 8671 "documentation":"<p>Information about the traffic distribution group.</p>" 8672 } 8673 } 8674 }, 8675 "DescribeUserHierarchyGroupRequest":{ 8676 "type":"structure", 8677 "required":[ 8678 "HierarchyGroupId", 8679 "InstanceId" 8680 ], 8681 "members":{ 8682 "HierarchyGroupId":{ 8683 "shape":"HierarchyGroupId", 8684 "documentation":"<p>The identifier of the hierarchy group.</p>", 8685 "location":"uri", 8686 "locationName":"HierarchyGroupId" 8687 }, 8688 "InstanceId":{ 8689 "shape":"InstanceId", 8690 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8691 "location":"uri", 8692 "locationName":"InstanceId" 8693 } 8694 } 8695 }, 8696 "DescribeUserHierarchyGroupResponse":{ 8697 "type":"structure", 8698 "members":{ 8699 "HierarchyGroup":{ 8700 "shape":"HierarchyGroup", 8701 "documentation":"<p>Information about the hierarchy group.</p>" 8702 } 8703 } 8704 }, 8705 "DescribeUserHierarchyStructureRequest":{ 8706 "type":"structure", 8707 "required":["InstanceId"], 8708 "members":{ 8709 "InstanceId":{ 8710 "shape":"InstanceId", 8711 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8712 "location":"uri", 8713 "locationName":"InstanceId" 8714 } 8715 } 8716 }, 8717 "DescribeUserHierarchyStructureResponse":{ 8718 "type":"structure", 8719 "members":{ 8720 "HierarchyStructure":{ 8721 "shape":"HierarchyStructure", 8722 "documentation":"<p>Information about the hierarchy structure.</p>" 8723 } 8724 } 8725 }, 8726 "DescribeUserRequest":{ 8727 "type":"structure", 8728 "required":[ 8729 "UserId", 8730 "InstanceId" 8731 ], 8732 "members":{ 8733 "UserId":{ 8734 "shape":"UserId", 8735 "documentation":"<p>The identifier of the user account.</p>", 8736 "location":"uri", 8737 "locationName":"UserId" 8738 }, 8739 "InstanceId":{ 8740 "shape":"InstanceId", 8741 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8742 "location":"uri", 8743 "locationName":"InstanceId" 8744 } 8745 } 8746 }, 8747 "DescribeUserResponse":{ 8748 "type":"structure", 8749 "members":{ 8750 "User":{ 8751 "shape":"User", 8752 "documentation":"<p>Information about the user account and configuration settings.</p>" 8753 } 8754 } 8755 }, 8756 "DescribeViewRequest":{ 8757 "type":"structure", 8758 "required":[ 8759 "InstanceId", 8760 "ViewId" 8761 ], 8762 "members":{ 8763 "InstanceId":{ 8764 "shape":"ViewsInstanceId", 8765 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>", 8766 "location":"uri", 8767 "locationName":"InstanceId" 8768 }, 8769 "ViewId":{ 8770 "shape":"ViewId", 8771 "documentation":"<p>The ViewId of the view. This must be an ARN for Amazon Web Services managed views.</p>", 8772 "location":"uri", 8773 "locationName":"ViewId" 8774 } 8775 } 8776 }, 8777 "DescribeViewResponse":{ 8778 "type":"structure", 8779 "members":{ 8780 "View":{ 8781 "shape":"View", 8782 "documentation":"<p>All view data is contained within the View object.</p>" 8783 } 8784 } 8785 }, 8786 "DescribeVocabularyRequest":{ 8787 "type":"structure", 8788 "required":[ 8789 "InstanceId", 8790 "VocabularyId" 8791 ], 8792 "members":{ 8793 "InstanceId":{ 8794 "shape":"InstanceId", 8795 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8796 "location":"uri", 8797 "locationName":"InstanceId" 8798 }, 8799 "VocabularyId":{ 8800 "shape":"VocabularyId", 8801 "documentation":"<p>The identifier of the custom vocabulary.</p>", 8802 "location":"uri", 8803 "locationName":"VocabularyId" 8804 } 8805 } 8806 }, 8807 "DescribeVocabularyResponse":{ 8808 "type":"structure", 8809 "required":["Vocabulary"], 8810 "members":{ 8811 "Vocabulary":{ 8812 "shape":"Vocabulary", 8813 "documentation":"<p>A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input. They are generally domain-specific words and phrases, words that Contact Lens is not recognizing, or proper nouns.</p>" 8814 } 8815 } 8816 }, 8817 "Description":{ 8818 "type":"string", 8819 "max":4096, 8820 "min":0, 8821 "sensitive":true 8822 }, 8823 "Description250":{ 8824 "type":"string", 8825 "max":250, 8826 "min":1, 8827 "pattern":"(^[\\S].*[\\S]$)|(^[\\S]$)" 8828 }, 8829 "DestinationId":{ 8830 "type":"string", 8831 "max":255, 8832 "min":1 8833 }, 8834 "DestinationNotAllowedException":{ 8835 "type":"structure", 8836 "members":{ 8837 "Message":{ 8838 "shape":"Message", 8839 "documentation":"<p>The message about the outbound calls.</p>" 8840 } 8841 }, 8842 "documentation":"<p>Outbound calls to the destination number are not allowed.</p>", 8843 "error":{"httpStatusCode":403}, 8844 "exception":true 8845 }, 8846 "Dimensions":{ 8847 "type":"structure", 8848 "members":{ 8849 "Queue":{ 8850 "shape":"QueueReference", 8851 "documentation":"<p>Information about the queue for which metrics are returned.</p>" 8852 }, 8853 "Channel":{ 8854 "shape":"Channel", 8855 "documentation":"<p>The channel used for grouping and filters.</p>" 8856 }, 8857 "RoutingProfile":{"shape":"RoutingProfileReference"}, 8858 "RoutingStepExpression":{ 8859 "shape":"RoutingExpression", 8860 "documentation":"<p>The expression of a step in a routing criteria.</p>" 8861 } 8862 }, 8863 "documentation":"<p>Contains information about the dimensions for a set of metrics.</p>" 8864 }, 8865 "DimensionsV2Key":{"type":"string"}, 8866 "DimensionsV2Map":{ 8867 "type":"map", 8868 "key":{"shape":"DimensionsV2Key"}, 8869 "value":{"shape":"DimensionsV2Value"} 8870 }, 8871 "DimensionsV2Value":{"type":"string"}, 8872 "DirectoryAlias":{ 8873 "type":"string", 8874 "max":45, 8875 "min":1, 8876 "pattern":"^(?!d-)([\\da-zA-Z]+)([-]*[\\da-zA-Z])*$", 8877 "sensitive":true 8878 }, 8879 "DirectoryId":{ 8880 "type":"string", 8881 "max":12, 8882 "min":12, 8883 "pattern":"^d-[0-9a-f]{10}$" 8884 }, 8885 "DirectoryType":{ 8886 "type":"string", 8887 "enum":[ 8888 "SAML", 8889 "CONNECT_MANAGED", 8890 "EXISTING_DIRECTORY" 8891 ] 8892 }, 8893 "DirectoryUserId":{"type":"string"}, 8894 "DisassociateAnalyticsDataSetRequest":{ 8895 "type":"structure", 8896 "required":[ 8897 "InstanceId", 8898 "DataSetId" 8899 ], 8900 "members":{ 8901 "InstanceId":{ 8902 "shape":"InstanceId", 8903 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8904 "location":"uri", 8905 "locationName":"InstanceId" 8906 }, 8907 "DataSetId":{ 8908 "shape":"DataSetId", 8909 "documentation":"<p>The identifier of the dataset to remove.</p>" 8910 }, 8911 "TargetAccountId":{ 8912 "shape":"AWSAccountId", 8913 "documentation":"<p>The identifier of the target account. Use to associate a dataset to a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.</p>" 8914 } 8915 } 8916 }, 8917 "DisassociateApprovedOriginRequest":{ 8918 "type":"structure", 8919 "required":[ 8920 "InstanceId", 8921 "Origin" 8922 ], 8923 "members":{ 8924 "InstanceId":{ 8925 "shape":"InstanceId", 8926 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8927 "location":"uri", 8928 "locationName":"InstanceId" 8929 }, 8930 "Origin":{ 8931 "shape":"Origin", 8932 "documentation":"<p>The domain URL of the integrated application.</p>", 8933 "location":"querystring", 8934 "locationName":"origin" 8935 } 8936 } 8937 }, 8938 "DisassociateBotRequest":{ 8939 "type":"structure", 8940 "required":["InstanceId"], 8941 "members":{ 8942 "InstanceId":{ 8943 "shape":"InstanceId", 8944 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8945 "location":"uri", 8946 "locationName":"InstanceId" 8947 }, 8948 "LexBot":{"shape":"LexBot"}, 8949 "LexV2Bot":{ 8950 "shape":"LexV2Bot", 8951 "documentation":"<p>The Amazon Lex V2 bot to disassociate from the instance.</p>" 8952 } 8953 } 8954 }, 8955 "DisassociateFlowRequest":{ 8956 "type":"structure", 8957 "required":[ 8958 "InstanceId", 8959 "ResourceId", 8960 "ResourceType" 8961 ], 8962 "members":{ 8963 "InstanceId":{ 8964 "shape":"InstanceId", 8965 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8966 "location":"uri", 8967 "locationName":"InstanceId" 8968 }, 8969 "ResourceId":{ 8970 "shape":"ARN", 8971 "documentation":"<p>The identifier of the resource.</p>", 8972 "location":"uri", 8973 "locationName":"ResourceId" 8974 }, 8975 "ResourceType":{ 8976 "shape":"FlowAssociationResourceType", 8977 "documentation":"<p>A valid resource type.</p>", 8978 "location":"uri", 8979 "locationName":"ResourceType" 8980 } 8981 } 8982 }, 8983 "DisassociateFlowResponse":{ 8984 "type":"structure", 8985 "members":{ 8986 } 8987 }, 8988 "DisassociateInstanceStorageConfigRequest":{ 8989 "type":"structure", 8990 "required":[ 8991 "InstanceId", 8992 "AssociationId", 8993 "ResourceType" 8994 ], 8995 "members":{ 8996 "InstanceId":{ 8997 "shape":"InstanceId", 8998 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 8999 "location":"uri", 9000 "locationName":"InstanceId" 9001 }, 9002 "AssociationId":{ 9003 "shape":"AssociationId", 9004 "documentation":"<p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>", 9005 "location":"uri", 9006 "locationName":"AssociationId" 9007 }, 9008 "ResourceType":{ 9009 "shape":"InstanceStorageResourceType", 9010 "documentation":"<p>A valid resource type.</p>", 9011 "location":"querystring", 9012 "locationName":"resourceType" 9013 } 9014 } 9015 }, 9016 "DisassociateLambdaFunctionRequest":{ 9017 "type":"structure", 9018 "required":[ 9019 "InstanceId", 9020 "FunctionArn" 9021 ], 9022 "members":{ 9023 "InstanceId":{ 9024 "shape":"InstanceId", 9025 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance..</p>", 9026 "location":"uri", 9027 "locationName":"InstanceId" 9028 }, 9029 "FunctionArn":{ 9030 "shape":"FunctionArn", 9031 "documentation":"<p>The Amazon Resource Name (ARN) of the Lambda function being disassociated.</p>", 9032 "location":"querystring", 9033 "locationName":"functionArn" 9034 } 9035 } 9036 }, 9037 "DisassociateLexBotRequest":{ 9038 "type":"structure", 9039 "required":[ 9040 "InstanceId", 9041 "BotName", 9042 "LexRegion" 9043 ], 9044 "members":{ 9045 "InstanceId":{ 9046 "shape":"InstanceId", 9047 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 9048 "location":"uri", 9049 "locationName":"InstanceId" 9050 }, 9051 "BotName":{ 9052 "shape":"BotName", 9053 "documentation":"<p>The name of the Amazon Lex bot. Maximum character limit of 50.</p>", 9054 "location":"querystring", 9055 "locationName":"botName" 9056 }, 9057 "LexRegion":{ 9058 "shape":"LexRegion", 9059 "documentation":"<p>The Amazon Web Services Region in which the Amazon Lex bot has been created.</p>", 9060 "location":"querystring", 9061 "locationName":"lexRegion" 9062 } 9063 } 9064 }, 9065 "DisassociatePhoneNumberContactFlowRequest":{ 9066 "type":"structure", 9067 "required":[ 9068 "PhoneNumberId", 9069 "InstanceId" 9070 ], 9071 "members":{ 9072 "PhoneNumberId":{ 9073 "shape":"PhoneNumberId", 9074 "documentation":"<p>A unique identifier for the phone number.</p>", 9075 "location":"uri", 9076 "locationName":"PhoneNumberId" 9077 }, 9078 "InstanceId":{ 9079 "shape":"InstanceId", 9080 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 9081 "location":"querystring", 9082 "locationName":"instanceId" 9083 } 9084 } 9085 }, 9086 "DisassociateQueueQuickConnectsRequest":{ 9087 "type":"structure", 9088 "required":[ 9089 "InstanceId", 9090 "QueueId", 9091 "QuickConnectIds" 9092 ], 9093 "members":{ 9094 "InstanceId":{ 9095 "shape":"InstanceId", 9096 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 9097 "location":"uri", 9098 "locationName":"InstanceId" 9099 }, 9100 "QueueId":{ 9101 "shape":"QueueId", 9102 "documentation":"<p>The identifier for the queue.</p>", 9103 "location":"uri", 9104 "locationName":"QueueId" 9105 }, 9106 "QuickConnectIds":{ 9107 "shape":"QuickConnectsList", 9108 "documentation":"<p>The quick connects to disassociate from the queue.</p>" 9109 } 9110 } 9111 }, 9112 "DisassociateRoutingProfileQueuesRequest":{ 9113 "type":"structure", 9114 "required":[ 9115 "InstanceId", 9116 "RoutingProfileId", 9117 "QueueReferences" 9118 ], 9119 "members":{ 9120 "InstanceId":{ 9121 "shape":"InstanceId", 9122 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 9123 "location":"uri", 9124 "locationName":"InstanceId" 9125 }, 9126 "RoutingProfileId":{ 9127 "shape":"RoutingProfileId", 9128 "documentation":"<p>The identifier of the routing profile.</p>", 9129 "location":"uri", 9130 "locationName":"RoutingProfileId" 9131 }, 9132 "QueueReferences":{ 9133 "shape":"RoutingProfileQueueReferenceList", 9134 "documentation":"<p>The queues to disassociate from this routing profile.</p>" 9135 } 9136 } 9137 }, 9138 "DisassociateSecurityKeyRequest":{ 9139 "type":"structure", 9140 "required":[ 9141 "InstanceId", 9142 "AssociationId" 9143 ], 9144 "members":{ 9145 "InstanceId":{ 9146 "shape":"InstanceId", 9147 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 9148 "location":"uri", 9149 "locationName":"InstanceId" 9150 }, 9151 "AssociationId":{ 9152 "shape":"AssociationId", 9153 "documentation":"<p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>", 9154 "location":"uri", 9155 "locationName":"AssociationId" 9156 } 9157 } 9158 }, 9159 "DisassociateTrafficDistributionGroupUserRequest":{ 9160 "type":"structure", 9161 "required":[ 9162 "TrafficDistributionGroupId", 9163 "UserId", 9164 "InstanceId" 9165 ], 9166 "members":{ 9167 "TrafficDistributionGroupId":{ 9168 "shape":"TrafficDistributionGroupIdOrArn", 9169 "documentation":"<p>The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.</p>", 9170 "location":"uri", 9171 "locationName":"TrafficDistributionGroupId" 9172 }, 9173 "UserId":{ 9174 "shape":"UserId", 9175 "documentation":"<p>The identifier for the user. This can be the ID or the ARN of the user.</p>", 9176 "location":"querystring", 9177 "locationName":"UserId" 9178 }, 9179 "InstanceId":{ 9180 "shape":"InstanceId", 9181 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 9182 "location":"querystring", 9183 "locationName":"InstanceId" 9184 } 9185 } 9186 }, 9187 "DisassociateTrafficDistributionGroupUserResponse":{ 9188 "type":"structure", 9189 "members":{ 9190 } 9191 }, 9192 "DisassociateUserProficienciesRequest":{ 9193 "type":"structure", 9194 "required":[ 9195 "InstanceId", 9196 "UserId", 9197 "UserProficiencies" 9198 ], 9199 "members":{ 9200 "InstanceId":{ 9201 "shape":"InstanceId", 9202 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.</p>", 9203 "location":"uri", 9204 "locationName":"InstanceId" 9205 }, 9206 "UserId":{ 9207 "shape":"UserId", 9208 "documentation":"<p>The identifier of the user account.</p>", 9209 "location":"uri", 9210 "locationName":"UserId" 9211 }, 9212 "UserProficiencies":{ 9213 "shape":"UserProficiencyDisassociateList", 9214 "documentation":"<p>The proficiencies to disassociate from the user.</p>" 9215 } 9216 } 9217 }, 9218 "DisconnectReason":{ 9219 "type":"structure", 9220 "members":{ 9221 "Code":{ 9222 "shape":"DisconnectReasonCode", 9223 "documentation":"<p>A code that indicates how the contact was terminated.</p>" 9224 } 9225 }, 9226 "documentation":"<p>Contains details about why a contact was disconnected. Only Amazon Connect outbound campaigns can provide this field.</p>" 9227 }, 9228 "DisconnectReasonCode":{"type":"string"}, 9229 "DismissUserContactRequest":{ 9230 "type":"structure", 9231 "required":[ 9232 "UserId", 9233 "InstanceId", 9234 "ContactId" 9235 ], 9236 "members":{ 9237 "UserId":{ 9238 "shape":"UserId", 9239 "documentation":"<p>The identifier of the user account.</p>", 9240 "location":"uri", 9241 "locationName":"UserId" 9242 }, 9243 "InstanceId":{ 9244 "shape":"InstanceId", 9245 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>", 9246 "location":"uri", 9247 "locationName":"InstanceId" 9248 }, 9249 "ContactId":{ 9250 "shape":"ContactId", 9251 "documentation":"<p>The identifier of the contact.</p>" 9252 } 9253 } 9254 }, 9255 "DismissUserContactResponse":{ 9256 "type":"structure", 9257 "members":{ 9258 } 9259 }, 9260 "DisplayName":{ 9261 "type":"string", 9262 "max":256, 9263 "min":1 9264 }, 9265 "Distribution":{ 9266 "type":"structure", 9267 "required":[ 9268 "Region", 9269 "Percentage" 9270 ], 9271 "members":{ 9272 "Region":{ 9273 "shape":"AwsRegion", 9274 "documentation":"<p>The Amazon Web Services Region where the traffic is distributed.</p>" 9275 }, 9276 "Percentage":{ 9277 "shape":"Percentage", 9278 "documentation":"<p>The percentage of the traffic that is distributed, in increments of 10.</p>" 9279 } 9280 }, 9281 "documentation":"<p>Information about a traffic distribution.</p>" 9282 }, 9283 "DistributionList":{ 9284 "type":"list", 9285 "member":{"shape":"Distribution"} 9286 }, 9287 "Double":{"type":"double"}, 9288 "DuplicateResourceException":{ 9289 "type":"structure", 9290 "members":{ 9291 "Message":{"shape":"Message"} 9292 }, 9293 "documentation":"<p>A resource with the specified name already exists.</p>", 9294 "error":{"httpStatusCode":409}, 9295 "exception":true 9296 }, 9297 "Email":{ 9298 "type":"string", 9299 "sensitive":true 9300 }, 9301 "EmailReference":{ 9302 "type":"structure", 9303 "members":{ 9304 "Name":{ 9305 "shape":"ReferenceKey", 9306 "documentation":"<p>Identifier of the email reference.</p>" 9307 }, 9308 "Value":{ 9309 "shape":"ReferenceValue", 9310 "documentation":"<p>A valid email address.</p>" 9311 } 9312 }, 9313 "documentation":"<p>Information about a reference when the <code>referenceType</code> is <code>EMAIL</code>. Otherwise, null.</p>" 9314 }, 9315 "EmptyFieldValue":{ 9316 "type":"structure", 9317 "members":{ 9318 }, 9319 "documentation":"<p>An empty value.</p>" 9320 }, 9321 "EncryptionConfig":{ 9322 "type":"structure", 9323 "required":[ 9324 "EncryptionType", 9325 "KeyId" 9326 ], 9327 "members":{ 9328 "EncryptionType":{ 9329 "shape":"EncryptionType", 9330 "documentation":"<p>The type of encryption.</p>" 9331 }, 9332 "KeyId":{ 9333 "shape":"KeyId", 9334 "documentation":"<p>The full ARN of the encryption key. </p> <note> <p>Be sure to provide the full ARN of the encryption key, not just the ID.</p> <p>Amazon Connect supports only KMS keys with the default key spec of <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html#key-spec-symmetric-default\"> <code>SYMMETRIC_DEFAULT</code> </a>. </p> </note>" 9335 } 9336 }, 9337 "documentation":"<p>The encryption configuration.</p>" 9338 }, 9339 "EncryptionType":{ 9340 "type":"string", 9341 "enum":["KMS"] 9342 }, 9343 "EndAssociatedTasksActionDefinition":{ 9344 "type":"structure", 9345 "members":{ 9346 }, 9347 "documentation":"<p>End associated tasks related to a case.</p>" 9348 }, 9349 "Endpoint":{ 9350 "type":"structure", 9351 "members":{ 9352 "Type":{ 9353 "shape":"EndpointType", 9354 "documentation":"<p>Type of the endpoint.</p>" 9355 }, 9356 "Address":{ 9357 "shape":"EndpointAddress", 9358 "documentation":"<p>Address of the endpoint.</p>" 9359 } 9360 }, 9361 "documentation":"<p>Information about the endpoint.</p>" 9362 }, 9363 "EndpointAddress":{ 9364 "type":"string", 9365 "max":256, 9366 "min":0 9367 }, 9368 "EndpointType":{ 9369 "type":"string", 9370 "enum":[ 9371 "TELEPHONE_NUMBER", 9372 "VOIP", 9373 "CONTACT_FLOW" 9374 ] 9375 }, 9376 "ErrorResult":{ 9377 "type":"structure", 9378 "members":{ 9379 "ErrorCode":{ 9380 "shape":"String", 9381 "documentation":"<p>The error code.</p>" 9382 }, 9383 "ErrorMessage":{ 9384 "shape":"String", 9385 "documentation":"<p>The corresponding error message for the error code.</p>" 9386 } 9387 }, 9388 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>List of errors for dataset association failures. </p>" 9389 }, 9390 "ErrorResults":{ 9391 "type":"list", 9392 "member":{"shape":"ErrorResult"} 9393 }, 9394 "Evaluation":{ 9395 "type":"structure", 9396 "required":[ 9397 "EvaluationId", 9398 "EvaluationArn", 9399 "Metadata", 9400 "Answers", 9401 "Notes", 9402 "Status", 9403 "CreatedTime", 9404 "LastModifiedTime" 9405 ], 9406 "members":{ 9407 "EvaluationId":{ 9408 "shape":"ResourceId", 9409 "documentation":"<p>A unique identifier for the contact evaluation.</p>" 9410 }, 9411 "EvaluationArn":{ 9412 "shape":"ARN", 9413 "documentation":"<p>The Amazon Resource Name (ARN) for the contact evaluation resource.</p>" 9414 }, 9415 "Metadata":{ 9416 "shape":"EvaluationMetadata", 9417 "documentation":"<p>Metadata about the contact evaluation.</p>" 9418 }, 9419 "Answers":{ 9420 "shape":"EvaluationAnswersOutputMap", 9421 "documentation":"<p>A map of question identifiers to answer value.</p>" 9422 }, 9423 "Notes":{ 9424 "shape":"EvaluationNotesMap", 9425 "documentation":"<p>A map of question identifiers to note value.</p>" 9426 }, 9427 "Status":{ 9428 "shape":"EvaluationStatus", 9429 "documentation":"<p>The status of the contact evaluation.</p>" 9430 }, 9431 "Scores":{ 9432 "shape":"EvaluationScoresMap", 9433 "documentation":"<p>A map of item (section or question) identifiers to score value.</p>" 9434 }, 9435 "CreatedTime":{ 9436 "shape":"Timestamp", 9437 "documentation":"<p>The timestamp for when the evaluation was created.</p>" 9438 }, 9439 "LastModifiedTime":{ 9440 "shape":"Timestamp", 9441 "documentation":"<p>The timestamp for when the evaluation was last updated.</p>" 9442 }, 9443 "Tags":{ 9444 "shape":"TagMap", 9445 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 9446 } 9447 }, 9448 "documentation":"<p>Information about a contact evaluation.</p>" 9449 }, 9450 "EvaluationAnswerData":{ 9451 "type":"structure", 9452 "members":{ 9453 "StringValue":{ 9454 "shape":"EvaluationAnswerDataStringValue", 9455 "documentation":"<p>The string value for an answer in a contact evaluation.</p>" 9456 }, 9457 "NumericValue":{ 9458 "shape":"EvaluationAnswerDataNumericValue", 9459 "documentation":"<p>The numeric value for an answer in a contact evaluation.</p>" 9460 }, 9461 "NotApplicable":{ 9462 "shape":"Boolean", 9463 "documentation":"<p>The flag to mark the question as not applicable.</p>" 9464 } 9465 }, 9466 "documentation":"<p>Information about answer data for a contact evaluation. Answer data must be either string, numeric, or not applicable.</p>", 9467 "union":true 9468 }, 9469 "EvaluationAnswerDataNumericValue":{"type":"double"}, 9470 "EvaluationAnswerDataStringValue":{ 9471 "type":"string", 9472 "max":128, 9473 "min":0 9474 }, 9475 "EvaluationAnswerInput":{ 9476 "type":"structure", 9477 "members":{ 9478 "Value":{ 9479 "shape":"EvaluationAnswerData", 9480 "documentation":"<p>The value for an answer in a contact evaluation.</p>" 9481 } 9482 }, 9483 "documentation":"<p>Information about input answers for a contact evaluation.</p>" 9484 }, 9485 "EvaluationAnswerOutput":{ 9486 "type":"structure", 9487 "members":{ 9488 "Value":{ 9489 "shape":"EvaluationAnswerData", 9490 "documentation":"<p>The value for an answer in a contact evaluation.</p>" 9491 }, 9492 "SystemSuggestedValue":{ 9493 "shape":"EvaluationAnswerData", 9494 "documentation":"<p>The system suggested value for an answer in a contact evaluation.</p>" 9495 } 9496 }, 9497 "documentation":"<p>Information about output answers for a contact evaluation.</p>" 9498 }, 9499 "EvaluationAnswersInputMap":{ 9500 "type":"map", 9501 "key":{"shape":"ResourceId"}, 9502 "value":{"shape":"EvaluationAnswerInput"}, 9503 "max":100 9504 }, 9505 "EvaluationAnswersOutputMap":{ 9506 "type":"map", 9507 "key":{"shape":"ResourceId"}, 9508 "value":{"shape":"EvaluationAnswerOutput"}, 9509 "max":100 9510 }, 9511 "EvaluationForm":{ 9512 "type":"structure", 9513 "required":[ 9514 "EvaluationFormId", 9515 "EvaluationFormVersion", 9516 "Locked", 9517 "EvaluationFormArn", 9518 "Title", 9519 "Status", 9520 "Items", 9521 "CreatedTime", 9522 "CreatedBy", 9523 "LastModifiedTime", 9524 "LastModifiedBy" 9525 ], 9526 "members":{ 9527 "EvaluationFormId":{ 9528 "shape":"ResourceId", 9529 "documentation":"<p>The unique identifier for the evaluation form.</p>" 9530 }, 9531 "EvaluationFormVersion":{ 9532 "shape":"VersionNumber", 9533 "documentation":"<p>A version of the evaluation form.</p>" 9534 }, 9535 "Locked":{ 9536 "shape":"EvaluationFormVersionIsLocked", 9537 "documentation":"<p>The flag indicating whether the evaluation form is locked for changes.</p>" 9538 }, 9539 "EvaluationFormArn":{ 9540 "shape":"ARN", 9541 "documentation":"<p>The Amazon Resource Name (ARN) for the evaluation form resource.</p>" 9542 }, 9543 "Title":{ 9544 "shape":"EvaluationFormTitle", 9545 "documentation":"<p>A title of the evaluation form.</p>" 9546 }, 9547 "Description":{ 9548 "shape":"EvaluationFormDescription", 9549 "documentation":"<p>The description of the evaluation form.</p>" 9550 }, 9551 "Status":{ 9552 "shape":"EvaluationFormVersionStatus", 9553 "documentation":"<p>The status of the evaluation form.</p>" 9554 }, 9555 "Items":{ 9556 "shape":"EvaluationFormItemsList", 9557 "documentation":"<p>Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.</p>" 9558 }, 9559 "ScoringStrategy":{ 9560 "shape":"EvaluationFormScoringStrategy", 9561 "documentation":"<p>A scoring strategy of the evaluation form.</p>" 9562 }, 9563 "CreatedTime":{ 9564 "shape":"Timestamp", 9565 "documentation":"<p>The timestamp for when the evaluation form was created.</p>" 9566 }, 9567 "CreatedBy":{ 9568 "shape":"ARN", 9569 "documentation":"<p>The Amazon Resource Name (ARN) of the user who created the evaluation form.</p>" 9570 }, 9571 "LastModifiedTime":{ 9572 "shape":"Timestamp", 9573 "documentation":"<p>The timestamp for when the evaluation form was last updated.</p>" 9574 }, 9575 "LastModifiedBy":{ 9576 "shape":"ARN", 9577 "documentation":"<p>The Amazon Resource Name (ARN) of the user who last updated the evaluation form.</p>" 9578 }, 9579 "Tags":{ 9580 "shape":"TagMap", 9581 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 9582 } 9583 }, 9584 "documentation":"<p>Information about the evaluation form.</p>" 9585 }, 9586 "EvaluationFormContent":{ 9587 "type":"structure", 9588 "required":[ 9589 "EvaluationFormVersion", 9590 "EvaluationFormId", 9591 "EvaluationFormArn", 9592 "Title", 9593 "Items" 9594 ], 9595 "members":{ 9596 "EvaluationFormVersion":{ 9597 "shape":"VersionNumber", 9598 "documentation":"<p>A version of the evaluation form.</p>" 9599 }, 9600 "EvaluationFormId":{ 9601 "shape":"ResourceId", 9602 "documentation":"<p>The unique identifier for the evaluation form.</p>" 9603 }, 9604 "EvaluationFormArn":{ 9605 "shape":"ARN", 9606 "documentation":"<p>The Amazon Resource Name (ARN) for the evaluation form resource.</p>" 9607 }, 9608 "Title":{ 9609 "shape":"EvaluationFormTitle", 9610 "documentation":"<p>A title of the evaluation form.</p>" 9611 }, 9612 "Description":{ 9613 "shape":"EvaluationFormDescription", 9614 "documentation":"<p>The description of the evaluation form.</p>" 9615 }, 9616 "Items":{ 9617 "shape":"EvaluationFormItemsList", 9618 "documentation":"<p>Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.</p>" 9619 }, 9620 "ScoringStrategy":{ 9621 "shape":"EvaluationFormScoringStrategy", 9622 "documentation":"<p>A scoring strategy of the evaluation form.</p>" 9623 } 9624 }, 9625 "documentation":"<p>Information about an evaluation form used in a contact evaluation.</p>" 9626 }, 9627 "EvaluationFormDescription":{ 9628 "type":"string", 9629 "max":1024, 9630 "min":0 9631 }, 9632 "EvaluationFormItem":{ 9633 "type":"structure", 9634 "members":{ 9635 "Section":{ 9636 "shape":"EvaluationFormSection", 9637 "documentation":"<p>The information of the section.</p>" 9638 }, 9639 "Question":{ 9640 "shape":"EvaluationFormQuestion", 9641 "documentation":"<p>The information of the question.</p>" 9642 } 9643 }, 9644 "documentation":"<p>Information about an item from an evaluation form. The item must be either a section or a question.</p>", 9645 "union":true 9646 }, 9647 "EvaluationFormItemWeight":{ 9648 "type":"double", 9649 "max":100, 9650 "min":0 9651 }, 9652 "EvaluationFormItemsList":{ 9653 "type":"list", 9654 "member":{"shape":"EvaluationFormItem"}, 9655 "max":100, 9656 "min":1 9657 }, 9658 "EvaluationFormNumericQuestionAutomation":{ 9659 "type":"structure", 9660 "members":{ 9661 "PropertyValue":{ 9662 "shape":"NumericQuestionPropertyValueAutomation", 9663 "documentation":"<p>The property value of the automation.</p>" 9664 } 9665 }, 9666 "documentation":"<p>Information about the automation configuration in numeric questions.</p>", 9667 "union":true 9668 }, 9669 "EvaluationFormNumericQuestionOption":{ 9670 "type":"structure", 9671 "required":[ 9672 "MinValue", 9673 "MaxValue" 9674 ], 9675 "members":{ 9676 "MinValue":{ 9677 "shape":"Integer", 9678 "documentation":"<p>The minimum answer value of the range option.</p>" 9679 }, 9680 "MaxValue":{ 9681 "shape":"Integer", 9682 "documentation":"<p>The maximum answer value of the range option.</p>" 9683 }, 9684 "Score":{ 9685 "shape":"EvaluationFormQuestionAnswerScore", 9686 "documentation":"<p>The score assigned to answer values within the range option.</p>" 9687 }, 9688 "AutomaticFail":{ 9689 "shape":"Boolean", 9690 "documentation":"<p>The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.</p>" 9691 } 9692 }, 9693 "documentation":"<p>Information about the option range used for scoring in numeric questions.</p>" 9694 }, 9695 "EvaluationFormNumericQuestionOptionList":{ 9696 "type":"list", 9697 "member":{"shape":"EvaluationFormNumericQuestionOption"}, 9698 "max":10, 9699 "min":1 9700 }, 9701 "EvaluationFormNumericQuestionProperties":{ 9702 "type":"structure", 9703 "required":[ 9704 "MinValue", 9705 "MaxValue" 9706 ], 9707 "members":{ 9708 "MinValue":{ 9709 "shape":"Integer", 9710 "documentation":"<p>The minimum answer value.</p>" 9711 }, 9712 "MaxValue":{ 9713 "shape":"Integer", 9714 "documentation":"<p>The maximum answer value.</p>" 9715 }, 9716 "Options":{ 9717 "shape":"EvaluationFormNumericQuestionOptionList", 9718 "documentation":"<p>The scoring options of the numeric question.</p>" 9719 }, 9720 "Automation":{ 9721 "shape":"EvaluationFormNumericQuestionAutomation", 9722 "documentation":"<p>The automation properties of the numeric question.</p>" 9723 } 9724 }, 9725 "documentation":"<p>Information about properties for a numeric question in an evaluation form.</p>" 9726 }, 9727 "EvaluationFormQuestion":{ 9728 "type":"structure", 9729 "required":[ 9730 "Title", 9731 "RefId", 9732 "QuestionType" 9733 ], 9734 "members":{ 9735 "Title":{ 9736 "shape":"EvaluationFormQuestionTitle", 9737 "documentation":"<p>The title of the question.</p>" 9738 }, 9739 "Instructions":{ 9740 "shape":"EvaluationFormQuestionInstructions", 9741 "documentation":"<p>The instructions of the section.</p>" 9742 }, 9743 "RefId":{ 9744 "shape":"ReferenceId", 9745 "documentation":"<p>The identifier of the question. An identifier must be unique within the evaluation form.</p>" 9746 }, 9747 "NotApplicableEnabled":{ 9748 "shape":"Boolean", 9749 "documentation":"<p>The flag to enable not applicable answers to the question.</p>" 9750 }, 9751 "QuestionType":{ 9752 "shape":"EvaluationFormQuestionType", 9753 "documentation":"<p>The type of the question.</p>" 9754 }, 9755 "QuestionTypeProperties":{ 9756 "shape":"EvaluationFormQuestionTypeProperties", 9757 "documentation":"<p>The properties of the type of question. Text questions do not have to define question type properties.</p>" 9758 }, 9759 "Weight":{ 9760 "shape":"EvaluationFormItemWeight", 9761 "documentation":"<p>The scoring weight of the section.</p>" 9762 } 9763 }, 9764 "documentation":"<p>Information about a question from an evaluation form.</p>" 9765 }, 9766 "EvaluationFormQuestionAnswerScore":{ 9767 "type":"integer", 9768 "max":10, 9769 "min":0 9770 }, 9771 "EvaluationFormQuestionInstructions":{ 9772 "type":"string", 9773 "max":1024, 9774 "min":0 9775 }, 9776 "EvaluationFormQuestionTitle":{ 9777 "type":"string", 9778 "max":350, 9779 "min":0 9780 }, 9781 "EvaluationFormQuestionType":{ 9782 "type":"string", 9783 "enum":[ 9784 "TEXT", 9785 "SINGLESELECT", 9786 "NUMERIC" 9787 ] 9788 }, 9789 "EvaluationFormQuestionTypeProperties":{ 9790 "type":"structure", 9791 "members":{ 9792 "Numeric":{ 9793 "shape":"EvaluationFormNumericQuestionProperties", 9794 "documentation":"<p>The properties of the numeric question.</p>" 9795 }, 9796 "SingleSelect":{ 9797 "shape":"EvaluationFormSingleSelectQuestionProperties", 9798 "documentation":"<p>The properties of the numeric question.</p>" 9799 } 9800 }, 9801 "documentation":"<p>Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.</p>", 9802 "union":true 9803 }, 9804 "EvaluationFormScoringMode":{ 9805 "type":"string", 9806 "enum":[ 9807 "QUESTION_ONLY", 9808 "SECTION_ONLY" 9809 ] 9810 }, 9811 "EvaluationFormScoringStatus":{ 9812 "type":"string", 9813 "enum":[ 9814 "ENABLED", 9815 "DISABLED" 9816 ] 9817 }, 9818 "EvaluationFormScoringStrategy":{ 9819 "type":"structure", 9820 "required":[ 9821 "Mode", 9822 "Status" 9823 ], 9824 "members":{ 9825 "Mode":{ 9826 "shape":"EvaluationFormScoringMode", 9827 "documentation":"<p>The scoring mode of the evaluation form.</p>" 9828 }, 9829 "Status":{ 9830 "shape":"EvaluationFormScoringStatus", 9831 "documentation":"<p>The scoring status of the evaluation form.</p>" 9832 } 9833 }, 9834 "documentation":"<p>Information about scoring strategy for an evaluation form.</p>" 9835 }, 9836 "EvaluationFormSection":{ 9837 "type":"structure", 9838 "required":[ 9839 "Title", 9840 "RefId", 9841 "Items" 9842 ], 9843 "members":{ 9844 "Title":{ 9845 "shape":"EvaluationFormSectionTitle", 9846 "documentation":"<p>The title of the section.</p>" 9847 }, 9848 "RefId":{ 9849 "shape":"ReferenceId", 9850 "documentation":"<p>The identifier of the section. An identifier must be unique within the evaluation form.</p>" 9851 }, 9852 "Instructions":{ 9853 "shape":"EvaluationFormQuestionInstructions", 9854 "documentation":"<p>The instructions of the section.</p>" 9855 }, 9856 "Items":{ 9857 "shape":"EvaluationFormItemsList", 9858 "documentation":"<p>The items of the section.</p>" 9859 }, 9860 "Weight":{ 9861 "shape":"EvaluationFormItemWeight", 9862 "documentation":"<p>The scoring weight of the section.</p>" 9863 } 9864 }, 9865 "documentation":"<p>Information about a section from an evaluation form. A section can contain sections and/or questions. Evaluation forms can only contain sections and subsections (two level nesting).</p>" 9866 }, 9867 "EvaluationFormSectionTitle":{ 9868 "type":"string", 9869 "max":128, 9870 "min":0 9871 }, 9872 "EvaluationFormSingleSelectQuestionAutomation":{ 9873 "type":"structure", 9874 "required":["Options"], 9875 "members":{ 9876 "Options":{ 9877 "shape":"EvaluationFormSingleSelectQuestionAutomationOptionList", 9878 "documentation":"<p>The automation options of the single select question.</p>" 9879 }, 9880 "DefaultOptionRefId":{ 9881 "shape":"ReferenceId", 9882 "documentation":"<p>The identifier of the default answer option, when none of the automation options match the criteria.</p>" 9883 } 9884 }, 9885 "documentation":"<p>Information about the automation configuration in single select questions. Automation options are evaluated in order, and the first matched option is applied. If no automation option matches, and there is a default option, then the default option is applied.</p>" 9886 }, 9887 "EvaluationFormSingleSelectQuestionAutomationOption":{ 9888 "type":"structure", 9889 "members":{ 9890 "RuleCategory":{ 9891 "shape":"SingleSelectQuestionRuleCategoryAutomation", 9892 "documentation":"<p>The automation option based on a rule category for the single select question.</p>" 9893 } 9894 }, 9895 "documentation":"<p>Information about the automation option of a single select question.</p>", 9896 "union":true 9897 }, 9898 "EvaluationFormSingleSelectQuestionAutomationOptionList":{ 9899 "type":"list", 9900 "member":{"shape":"EvaluationFormSingleSelectQuestionAutomationOption"}, 9901 "max":20, 9902 "min":1 9903 }, 9904 "EvaluationFormSingleSelectQuestionDisplayMode":{ 9905 "type":"string", 9906 "enum":[ 9907 "DROPDOWN", 9908 "RADIO" 9909 ] 9910 }, 9911 "EvaluationFormSingleSelectQuestionOption":{ 9912 "type":"structure", 9913 "required":[ 9914 "RefId", 9915 "Text" 9916 ], 9917 "members":{ 9918 "RefId":{ 9919 "shape":"ReferenceId", 9920 "documentation":"<p>The identifier of the answer option. An identifier must be unique within the question.</p>" 9921 }, 9922 "Text":{ 9923 "shape":"EvaluationFormSingleSelectQuestionOptionText", 9924 "documentation":"<p>The title of the answer option.</p>" 9925 }, 9926 "Score":{ 9927 "shape":"EvaluationFormQuestionAnswerScore", 9928 "documentation":"<p>The score assigned to the answer option.</p>" 9929 }, 9930 "AutomaticFail":{ 9931 "shape":"Boolean", 9932 "documentation":"<p>The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.</p>" 9933 } 9934 }, 9935 "documentation":"<p>Information about the automation configuration in single select questions.</p>" 9936 }, 9937 "EvaluationFormSingleSelectQuestionOptionList":{ 9938 "type":"list", 9939 "member":{"shape":"EvaluationFormSingleSelectQuestionOption"}, 9940 "max":256, 9941 "min":1 9942 }, 9943 "EvaluationFormSingleSelectQuestionOptionText":{ 9944 "type":"string", 9945 "max":128, 9946 "min":0 9947 }, 9948 "EvaluationFormSingleSelectQuestionProperties":{ 9949 "type":"structure", 9950 "required":["Options"], 9951 "members":{ 9952 "Options":{ 9953 "shape":"EvaluationFormSingleSelectQuestionOptionList", 9954 "documentation":"<p>The answer options of the single select question.</p>" 9955 }, 9956 "DisplayAs":{ 9957 "shape":"EvaluationFormSingleSelectQuestionDisplayMode", 9958 "documentation":"<p>The display mode of the single select question.</p>" 9959 }, 9960 "Automation":{ 9961 "shape":"EvaluationFormSingleSelectQuestionAutomation", 9962 "documentation":"<p>The display mode of the single select question.</p>" 9963 } 9964 }, 9965 "documentation":"<p>Information about the options in single select questions.</p>" 9966 }, 9967 "EvaluationFormSummary":{ 9968 "type":"structure", 9969 "required":[ 9970 "EvaluationFormId", 9971 "EvaluationFormArn", 9972 "Title", 9973 "CreatedTime", 9974 "CreatedBy", 9975 "LastModifiedTime", 9976 "LastModifiedBy", 9977 "LatestVersion" 9978 ], 9979 "members":{ 9980 "EvaluationFormId":{ 9981 "shape":"ResourceId", 9982 "documentation":"<p>The unique identifier for the evaluation form.</p>" 9983 }, 9984 "EvaluationFormArn":{ 9985 "shape":"ARN", 9986 "documentation":"<p>The Amazon Resource Name (ARN) for the evaluation form resource.</p>" 9987 }, 9988 "Title":{ 9989 "shape":"EvaluationFormTitle", 9990 "documentation":"<p>A title of the evaluation form.</p>" 9991 }, 9992 "CreatedTime":{ 9993 "shape":"Timestamp", 9994 "documentation":"<p>The timestamp for when the evaluation form was created.</p>" 9995 }, 9996 "CreatedBy":{ 9997 "shape":"ARN", 9998 "documentation":"<p>The Amazon Resource Name (ARN) of the user who created the evaluation form.</p>" 9999 }, 10000 "LastModifiedTime":{ 10001 "shape":"Timestamp", 10002 "documentation":"<p>The timestamp for when the evaluation form was last updated.</p>" 10003 }, 10004 "LastModifiedBy":{ 10005 "shape":"ARN", 10006 "documentation":"<p>The Amazon Resource Name (ARN) of the user who last updated the evaluation form.</p>" 10007 }, 10008 "LastActivatedTime":{ 10009 "shape":"Timestamp", 10010 "documentation":"<p>The timestamp for when the evaluation form was last activated.</p>" 10011 }, 10012 "LastActivatedBy":{ 10013 "shape":"ARN", 10014 "documentation":"<p> The Amazon Resource Name (ARN) of the user who last activated the evaluation form.</p>" 10015 }, 10016 "LatestVersion":{ 10017 "shape":"VersionNumber", 10018 "documentation":"<p>The version number of the latest evaluation form version.</p>" 10019 }, 10020 "ActiveVersion":{ 10021 "shape":"VersionNumber", 10022 "documentation":"<p>The version of the active evaluation form version.</p>", 10023 "box":true 10024 } 10025 }, 10026 "documentation":"<p>Summary information about an evaluation form.</p>" 10027 }, 10028 "EvaluationFormSummaryList":{ 10029 "type":"list", 10030 "member":{"shape":"EvaluationFormSummary"} 10031 }, 10032 "EvaluationFormTitle":{ 10033 "type":"string", 10034 "max":128, 10035 "min":1 10036 }, 10037 "EvaluationFormVersionIsLocked":{"type":"boolean"}, 10038 "EvaluationFormVersionStatus":{ 10039 "type":"string", 10040 "enum":[ 10041 "DRAFT", 10042 "ACTIVE" 10043 ] 10044 }, 10045 "EvaluationFormVersionSummary":{ 10046 "type":"structure", 10047 "required":[ 10048 "EvaluationFormArn", 10049 "EvaluationFormId", 10050 "EvaluationFormVersion", 10051 "Locked", 10052 "Status", 10053 "CreatedTime", 10054 "CreatedBy", 10055 "LastModifiedTime", 10056 "LastModifiedBy" 10057 ], 10058 "members":{ 10059 "EvaluationFormArn":{ 10060 "shape":"ARN", 10061 "documentation":"<p>The Amazon Resource Name (ARN) for the evaluation form resource.</p>" 10062 }, 10063 "EvaluationFormId":{ 10064 "shape":"ResourceId", 10065 "documentation":"<p>The unique identifier for the evaluation form.</p>" 10066 }, 10067 "EvaluationFormVersion":{ 10068 "shape":"VersionNumber", 10069 "documentation":"<p>A version of the evaluation form.</p>" 10070 }, 10071 "Locked":{ 10072 "shape":"EvaluationFormVersionIsLocked", 10073 "documentation":"<p>The flag indicating whether the evaluation form is locked for changes.</p>" 10074 }, 10075 "Status":{ 10076 "shape":"EvaluationFormVersionStatus", 10077 "documentation":"<p>The status of the evaluation form.</p>" 10078 }, 10079 "CreatedTime":{ 10080 "shape":"Timestamp", 10081 "documentation":"<p>The timestamp for when the evaluation form was created.</p>" 10082 }, 10083 "CreatedBy":{ 10084 "shape":"ARN", 10085 "documentation":"<p>The Amazon Resource Name (ARN) of the user who created the evaluation form.</p>" 10086 }, 10087 "LastModifiedTime":{ 10088 "shape":"Timestamp", 10089 "documentation":"<p>The timestamp for when the evaluation form was last updated.</p>" 10090 }, 10091 "LastModifiedBy":{ 10092 "shape":"ARN", 10093 "documentation":"<p>The Amazon Resource Name (ARN) of the user who last updated the evaluation form.</p>" 10094 } 10095 }, 10096 "documentation":"<p>Summary information about an evaluation form.</p>" 10097 }, 10098 "EvaluationFormVersionSummaryList":{ 10099 "type":"list", 10100 "member":{"shape":"EvaluationFormVersionSummary"} 10101 }, 10102 "EvaluationMetadata":{ 10103 "type":"structure", 10104 "required":[ 10105 "ContactId", 10106 "EvaluatorArn" 10107 ], 10108 "members":{ 10109 "ContactId":{ 10110 "shape":"ContactId", 10111 "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. </p>" 10112 }, 10113 "EvaluatorArn":{ 10114 "shape":"ARN", 10115 "documentation":"<p>The Amazon Resource Name (ARN) of the user who last updated the evaluation.</p>" 10116 }, 10117 "ContactAgentId":{ 10118 "shape":"ResourceId", 10119 "documentation":"<p>The identifier of the agent who performed the contact.</p>" 10120 }, 10121 "Score":{ 10122 "shape":"EvaluationScore", 10123 "documentation":"<p>The overall score of the contact evaluation.</p>" 10124 } 10125 }, 10126 "documentation":"<p>Metadata information about a contact evaluation.</p>" 10127 }, 10128 "EvaluationNote":{ 10129 "type":"structure", 10130 "members":{ 10131 "Value":{ 10132 "shape":"EvaluationNoteString", 10133 "documentation":"<p>The note for an item (section or question) in a contact evaluation.</p> <note> <p>Even though a note in an evaluation can have up to 3072 chars, there is also a limit on the total number of chars for all the notes in the evaluation combined. Assuming there are N questions in the evaluation being submitted, then the max char limit for all notes combined is N x 1024.</p> </note>" 10134 } 10135 }, 10136 "documentation":"<p>Information about notes for a contact evaluation.</p>" 10137 }, 10138 "EvaluationNoteString":{ 10139 "type":"string", 10140 "max":3072, 10141 "min":0 10142 }, 10143 "EvaluationNotesMap":{ 10144 "type":"map", 10145 "key":{"shape":"ResourceId"}, 10146 "value":{"shape":"EvaluationNote"}, 10147 "max":100 10148 }, 10149 "EvaluationScore":{ 10150 "type":"structure", 10151 "members":{ 10152 "Percentage":{ 10153 "shape":"EvaluationScorePercentage", 10154 "documentation":"<p>The score percentage for an item in a contact evaluation.</p>" 10155 }, 10156 "NotApplicable":{ 10157 "shape":"Boolean", 10158 "documentation":"<p>The flag to mark the item as not applicable for scoring.</p>" 10159 }, 10160 "AutomaticFail":{ 10161 "shape":"Boolean", 10162 "documentation":"<p>The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.</p>" 10163 } 10164 }, 10165 "documentation":"<p>Information about scores of a contact evaluation item (section or question).</p>" 10166 }, 10167 "EvaluationScorePercentage":{ 10168 "type":"double", 10169 "max":100, 10170 "min":0 10171 }, 10172 "EvaluationScoresMap":{ 10173 "type":"map", 10174 "key":{"shape":"ResourceId"}, 10175 "value":{"shape":"EvaluationScore"}, 10176 "max":100 10177 }, 10178 "EvaluationStatus":{ 10179 "type":"string", 10180 "enum":[ 10181 "DRAFT", 10182 "SUBMITTED" 10183 ] 10184 }, 10185 "EvaluationSummary":{ 10186 "type":"structure", 10187 "required":[ 10188 "EvaluationId", 10189 "EvaluationArn", 10190 "EvaluationFormTitle", 10191 "EvaluationFormId", 10192 "Status", 10193 "EvaluatorArn", 10194 "CreatedTime", 10195 "LastModifiedTime" 10196 ], 10197 "members":{ 10198 "EvaluationId":{ 10199 "shape":"ResourceId", 10200 "documentation":"<p>A unique identifier for the contact evaluation.</p>" 10201 }, 10202 "EvaluationArn":{ 10203 "shape":"ARN", 10204 "documentation":"<p>The Amazon Resource Name (ARN) for the contact evaluation resource.</p>" 10205 }, 10206 "EvaluationFormTitle":{ 10207 "shape":"EvaluationFormTitle", 10208 "documentation":"<p>A title of the evaluation form.</p>" 10209 }, 10210 "EvaluationFormId":{ 10211 "shape":"ResourceId", 10212 "documentation":"<p>The unique identifier for the evaluation form.</p>" 10213 }, 10214 "Status":{ 10215 "shape":"EvaluationStatus", 10216 "documentation":"<p>The status of the contact evaluation.</p>" 10217 }, 10218 "EvaluatorArn":{ 10219 "shape":"ARN", 10220 "documentation":"<p>The Amazon Resource Name (ARN) of the user who last updated the evaluation.</p>" 10221 }, 10222 "Score":{ 10223 "shape":"EvaluationScore", 10224 "documentation":"<p>The overall score of the contact evaluation.</p>" 10225 }, 10226 "CreatedTime":{ 10227 "shape":"Timestamp", 10228 "documentation":"<p>The timestamp for when the evaluation was created.</p>" 10229 }, 10230 "LastModifiedTime":{ 10231 "shape":"Timestamp", 10232 "documentation":"<p>The timestamp for when the evaluation was last updated.</p>" 10233 } 10234 }, 10235 "documentation":"<p>Summary information about a contact evaluation.</p>" 10236 }, 10237 "EvaluationSummaryList":{ 10238 "type":"list", 10239 "member":{"shape":"EvaluationSummary"} 10240 }, 10241 "EventBridgeActionDefinition":{ 10242 "type":"structure", 10243 "required":["Name"], 10244 "members":{ 10245 "Name":{ 10246 "shape":"EventBridgeActionName", 10247 "documentation":"<p>The name.</p>" 10248 } 10249 }, 10250 "documentation":"<p>The EventBridge action definition.</p>" 10251 }, 10252 "EventBridgeActionName":{ 10253 "type":"string", 10254 "max":100, 10255 "min":1 10256 }, 10257 "EventSourceName":{ 10258 "type":"string", 10259 "enum":[ 10260 "OnPostCallAnalysisAvailable", 10261 "OnRealTimeCallAnalysisAvailable", 10262 "OnRealTimeChatAnalysisAvailable", 10263 "OnPostChatAnalysisAvailable", 10264 "OnZendeskTicketCreate", 10265 "OnZendeskTicketStatusUpdate", 10266 "OnSalesforceCaseCreate", 10267 "OnContactEvaluationSubmit", 10268 "OnMetricDataUpdate", 10269 "OnCaseCreate", 10270 "OnCaseUpdate" 10271 ] 10272 }, 10273 "FailedRequest":{ 10274 "type":"structure", 10275 "members":{ 10276 "RequestIdentifier":{ 10277 "shape":"RequestIdentifier", 10278 "documentation":"<p>Request identifier provided in the API call in the ContactDataRequest to create a contact.</p>" 10279 }, 10280 "FailureReasonCode":{ 10281 "shape":"FailureReasonCode", 10282 "documentation":"<p>Reason code for the failure.</p>" 10283 }, 10284 "FailureReasonMessage":{ 10285 "shape":"String", 10286 "documentation":"<p>Why the request to create a contact failed.</p>" 10287 } 10288 }, 10289 "documentation":"<p>Request for which contact failed to be generated.</p>" 10290 }, 10291 "FailedRequestList":{ 10292 "type":"list", 10293 "member":{"shape":"FailedRequest"} 10294 }, 10295 "FailureReasonCode":{ 10296 "type":"string", 10297 "enum":[ 10298 "INVALID_ATTRIBUTE_KEY", 10299 "INVALID_CUSTOMER_ENDPOINT", 10300 "INVALID_SYSTEM_ENDPOINT", 10301 "INVALID_QUEUE", 10302 "MISSING_CAMPAIGN", 10303 "MISSING_CUSTOMER_ENDPOINT", 10304 "MISSING_QUEUE_ID_AND_SYSTEM_ENDPOINT", 10305 "REQUEST_THROTTLED", 10306 "IDEMPOTENCY_EXCEPTION", 10307 "INTERNAL_ERROR" 10308 ] 10309 }, 10310 "FieldStringValue":{ 10311 "type":"string", 10312 "max":500, 10313 "min":0 10314 }, 10315 "FieldValue":{ 10316 "type":"structure", 10317 "required":[ 10318 "Id", 10319 "Value" 10320 ], 10321 "members":{ 10322 "Id":{ 10323 "shape":"FieldValueId", 10324 "documentation":"<p>Unique identifier of a field.</p>" 10325 }, 10326 "Value":{ 10327 "shape":"FieldValueUnion", 10328 "documentation":"<p>Union of potential field value types.</p>" 10329 } 10330 }, 10331 "documentation":"<p>Object for case field values.</p>" 10332 }, 10333 "FieldValueId":{ 10334 "type":"string", 10335 "max":500, 10336 "min":1 10337 }, 10338 "FieldValueUnion":{ 10339 "type":"structure", 10340 "members":{ 10341 "BooleanValue":{ 10342 "shape":"Boolean", 10343 "documentation":"<p>A Boolean number value type.</p>" 10344 }, 10345 "DoubleValue":{ 10346 "shape":"Double", 10347 "documentation":"<p>a Double number value type.</p>" 10348 }, 10349 "EmptyValue":{ 10350 "shape":"EmptyFieldValue", 10351 "documentation":"<p>An empty value.</p>" 10352 }, 10353 "StringValue":{ 10354 "shape":"FieldStringValue", 10355 "documentation":"<p>String value type.</p>" 10356 } 10357 }, 10358 "documentation":"<p>Object to store union of Field values.</p>" 10359 }, 10360 "FieldValues":{ 10361 "type":"list", 10362 "member":{"shape":"FieldValue"} 10363 }, 10364 "FilterV2":{ 10365 "type":"structure", 10366 "members":{ 10367 "FilterKey":{ 10368 "shape":"ResourceArnOrId", 10369 "documentation":"<p>The key to use for filtering data. For example, <code>QUEUE</code>, <code>ROUTING_PROFILE, AGENT</code>, <code>CHANNEL</code>, <code>AGENT_HIERARCHY_LEVEL_ONE</code>, <code>AGENT_HIERARCHY_LEVEL_TWO</code>, <code>AGENT_HIERARCHY_LEVEL_THREE</code>, <code>AGENT_HIERARCHY_LEVEL_FOUR</code>, <code>AGENT_HIERARCHY_LEVEL_FIVE</code>. There must be at least 1 key and a maximum 5 keys. </p>" 10370 }, 10371 "FilterValues":{ 10372 "shape":"FilterValueList", 10373 "documentation":"<p>The identifiers to use for filtering data. For example, if you have a filter key of <code>QUEUE</code>, you would add queue IDs or ARNs in <code>FilterValues</code>. </p>" 10374 } 10375 }, 10376 "documentation":"<p>Contains the filter to apply when retrieving metrics with the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricDataV2.html\">GetMetricDataV2</a> API.</p>" 10377 }, 10378 "FilterValueList":{ 10379 "type":"list", 10380 "member":{"shape":"ResourceArnOrId"}, 10381 "max":100, 10382 "min":1 10383 }, 10384 "Filters":{ 10385 "type":"structure", 10386 "members":{ 10387 "Queues":{ 10388 "shape":"Queues", 10389 "documentation":"<p>The queues to use to filter the metrics. You should specify at least one queue, and can specify up to 100 queues per request. The <code>GetCurrentMetricsData</code> API in particular requires a queue when you include a <code>Filter</code> in your request. </p>" 10390 }, 10391 "Channels":{ 10392 "shape":"Channels", 10393 "documentation":"<p>The channel to use to filter the metrics.</p>" 10394 }, 10395 "RoutingProfiles":{ 10396 "shape":"RoutingProfiles", 10397 "documentation":"<p>A list of up to 100 routing profile IDs or ARNs.</p>" 10398 }, 10399 "RoutingStepExpressions":{ 10400 "shape":"RoutingExpressions", 10401 "documentation":"<p>A list of expressions as a filter, in which an expression is an object of a step in a routing criteria.</p>" 10402 } 10403 }, 10404 "documentation":"<p>Contains the filter to apply when retrieving metrics.</p>" 10405 }, 10406 "FiltersV2List":{ 10407 "type":"list", 10408 "member":{"shape":"FilterV2"}, 10409 "max":5, 10410 "min":1 10411 }, 10412 "FlowAssociationResourceType":{ 10413 "type":"string", 10414 "enum":["SMS_PHONE_NUMBER"] 10415 }, 10416 "FlowAssociationSummary":{ 10417 "type":"structure", 10418 "members":{ 10419 "ResourceId":{ 10420 "shape":"ARN", 10421 "documentation":"<p>The identifier of the resource.</p>" 10422 }, 10423 "FlowId":{ 10424 "shape":"ARN", 10425 "documentation":"<p>The identifier of the flow.</p>" 10426 }, 10427 "ResourceType":{ 10428 "shape":"ListFlowAssociationResourceType", 10429 "documentation":"<p>The type of resource association.</p>" 10430 } 10431 }, 10432 "documentation":"<p>Information about flow associations.</p>" 10433 }, 10434 "FlowAssociationSummaryList":{ 10435 "type":"list", 10436 "member":{"shape":"FlowAssociationSummary"} 10437 }, 10438 "FunctionArn":{ 10439 "type":"string", 10440 "max":140, 10441 "min":1 10442 }, 10443 "FunctionArnsList":{ 10444 "type":"list", 10445 "member":{"shape":"FunctionArn"} 10446 }, 10447 "GetContactAttributesRequest":{ 10448 "type":"structure", 10449 "required":[ 10450 "InstanceId", 10451 "InitialContactId" 10452 ], 10453 "members":{ 10454 "InstanceId":{ 10455 "shape":"InstanceId", 10456 "documentation":"<p>The identifier of the Amazon Connect instance.</p>", 10457 "location":"uri", 10458 "locationName":"InstanceId" 10459 }, 10460 "InitialContactId":{ 10461 "shape":"ContactId", 10462 "documentation":"<p>The identifier of the initial contact.</p>", 10463 "location":"uri", 10464 "locationName":"InitialContactId" 10465 } 10466 } 10467 }, 10468 "GetContactAttributesResponse":{ 10469 "type":"structure", 10470 "members":{ 10471 "Attributes":{ 10472 "shape":"Attributes", 10473 "documentation":"<p>Information about the attributes.</p>" 10474 } 10475 } 10476 }, 10477 "GetCurrentMetricDataRequest":{ 10478 "type":"structure", 10479 "required":[ 10480 "InstanceId", 10481 "Filters", 10482 "CurrentMetrics" 10483 ], 10484 "members":{ 10485 "InstanceId":{ 10486 "shape":"InstanceId", 10487 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 10488 "location":"uri", 10489 "locationName":"InstanceId" 10490 }, 10491 "Filters":{ 10492 "shape":"Filters", 10493 "documentation":"<p>The filters to apply to returned metrics. You can filter up to the following limits:</p> <ul> <li> <p>Queues: 100</p> </li> <li> <p>Routing profiles: 100</p> </li> <li> <p>Channels: 3 (VOICE, CHAT, and TASK channels are supported.)</p> </li> <li> <p>RoutingStepExpressions: 50</p> </li> </ul> <p>Metric data is retrieved only for the resources associated with the queues or routing profiles, and by any channels included in the filter. (You cannot filter by both queue AND routing profile.) You can include both resource IDs and resource ARNs in the same request.</p> <p>When using the <code>RoutingStepExpression</code> filter, you need to pass exactly one <code>QueueId</code>. The filter is also case sensitive so when using the <code>RoutingStepExpression</code> filter, grouping by <code>ROUTING_STEP_EXPRESSION</code> is required.</p> <p>Currently tagging is only supported on the resources that are passed in the filter.</p>" 10494 }, 10495 "Groupings":{ 10496 "shape":"Groupings", 10497 "documentation":"<p>The grouping applied to the metrics returned. For example, when grouped by <code>QUEUE</code>, the metrics returned apply to each queue rather than aggregated for all queues. </p> <ul> <li> <p>If you group by <code>CHANNEL</code>, you should include a Channels filter. VOICE, CHAT, and TASK channels are supported.</p> </li> <li> <p>If you group by <code>ROUTING_PROFILE</code>, you must include either a queue or routing profile filter. In addition, a routing profile filter is required for metrics <code>CONTACTS_SCHEDULED</code>, <code>CONTACTS_IN_QUEUE</code>, and <code> OLDEST_CONTACT_AGE</code>.</p> </li> <li> <p>If no <code>Grouping</code> is included in the request, a summary of metrics is returned.</p> </li> <li> <p>When using the <code>RoutingStepExpression</code> filter, group by <code>ROUTING_STEP_EXPRESSION</code> is required.</p> </li> </ul>" 10498 }, 10499 "CurrentMetrics":{ 10500 "shape":"CurrentMetrics", 10501 "documentation":"<p>The metrics to retrieve. Specify the name and unit for each metric. The following metrics are available. For a description of all the metrics, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html\">Real-time Metrics Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <dl> <dt>AGENTS_AFTER_CONTACT_WORK</dt> <dd> <p>Unit: COUNT</p> <p>Name in real-time metrics report: <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#aftercallwork-real-time\">ACW</a> </p> </dd> <dt>AGENTS_AVAILABLE</dt> <dd> <p>Unit: COUNT</p> <p>Name in real-time metrics report: <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#available-real-time\">Available</a> </p> </dd> <dt>AGENTS_ERROR</dt> <dd> <p>Unit: COUNT</p> <p>Name in real-time metrics report: <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#error-real-time\">Error</a> </p> </dd> <dt>AGENTS_NON_PRODUCTIVE</dt> <dd> <p>Unit: COUNT</p> <p>Name in real-time metrics report: <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#non-productive-time-real-time\">NPT (Non-Productive Time)</a> </p> </dd> <dt>AGENTS_ON_CALL</dt> <dd> <p>Unit: COUNT</p> <p>Name in real-time metrics report: <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#on-call-real-time\">On contact</a> </p> </dd> <dt>AGENTS_ON_CONTACT</dt> <dd> <p>Unit: COUNT</p> <p>Name in real-time metrics report: <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#on-call-real-time\">On contact</a> </p> </dd> <dt>AGENTS_ONLINE</dt> <dd> <p>Unit: COUNT</p> <p>Name in real-time metrics report: <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#online-real-time\">Online</a> </p> </dd> <dt>AGENTS_STAFFED</dt> <dd> <p>Unit: COUNT</p> <p>Name in real-time metrics report: <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#staffed-real-time\">Staffed</a> </p> </dd> <dt>CONTACTS_IN_QUEUE</dt> <dd> <p>Unit: COUNT</p> <p>Name in real-time metrics report: <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#in-queue-real-time\">In queue</a> </p> </dd> <dt>CONTACTS_SCHEDULED</dt> <dd> <p>Unit: COUNT</p> <p>Name in real-time metrics report: <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#scheduled-real-time\">Scheduled</a> </p> </dd> <dt>OLDEST_CONTACT_AGE</dt> <dd> <p>Unit: SECONDS</p> <p>When you use groupings, Unit says SECONDS and the Value is returned in SECONDS. </p> <p>When you do not use groupings, Unit says SECONDS but the Value is returned in MILLISECONDS. For example, if you get a response like this:</p> <p> <code>{ \"Metric\": { \"Name\": \"OLDEST_CONTACT_AGE\", \"Unit\": \"SECONDS\" }, \"Value\": 24113.0 </code>}</p> <p>The actual OLDEST_CONTACT_AGE is 24 seconds.</p> <p>When the filter <code>RoutingStepExpression</code> is used, this metric is still calculated from enqueue time. For example, if a contact that has been queued under <code><Expression 1></code> for 10 seconds has expired and <code><Expression 2></code> becomes active, then <code>OLDEST_CONTACT_AGE</code> for this queue will be counted starting from 10, not 0.</p> <p>Name in real-time metrics report: <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#oldest-real-time\">Oldest</a> </p> </dd> <dt>SLOTS_ACTIVE</dt> <dd> <p>Unit: COUNT</p> <p>Name in real-time metrics report: <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#active-real-time\">Active</a> </p> </dd> <dt>SLOTS_AVAILABLE</dt> <dd> <p>Unit: COUNT</p> <p>Name in real-time metrics report: <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#availability-real-time\">Availability</a> </p> </dd> </dl>" 10502 }, 10503 "NextToken":{ 10504 "shape":"NextToken", 10505 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p> <p>The token expires after 5 minutes from the time it is created. Subsequent requests that use the token must use the same request parameters as the request that generated the token.</p>" 10506 }, 10507 "MaxResults":{ 10508 "shape":"MaxResult100", 10509 "documentation":"<p>The maximum number of results to return per page.</p>", 10510 "box":true 10511 }, 10512 "SortCriteria":{ 10513 "shape":"CurrentMetricSortCriteriaMaxOne", 10514 "documentation":"<p>The way to sort the resulting response based on metrics. You can enter one sort criteria. By default resources are sorted based on <code>AGENTS_ONLINE</code>, <code>DESCENDING</code>. The metric collection is sorted based on the input metrics.</p> <p>Note the following:</p> <ul> <li> <p>Sorting on <code>SLOTS_ACTIVE</code> and <code>SLOTS_AVAILABLE</code> is not supported.</p> </li> </ul>" 10515 } 10516 } 10517 }, 10518 "GetCurrentMetricDataResponse":{ 10519 "type":"structure", 10520 "members":{ 10521 "NextToken":{ 10522 "shape":"NextToken", 10523 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p> <p>The token expires after 5 minutes from the time it is created. Subsequent requests that use the token must use the same request parameters as the request that generated the token.</p>" 10524 }, 10525 "MetricResults":{ 10526 "shape":"CurrentMetricResults", 10527 "documentation":"<p>Information about the real-time metrics.</p>" 10528 }, 10529 "DataSnapshotTime":{ 10530 "shape":"timestamp", 10531 "documentation":"<p>The time at which the metrics were retrieved and cached for pagination.</p>" 10532 }, 10533 "ApproximateTotalCount":{ 10534 "shape":"ApproximateTotalCount", 10535 "documentation":"<p>The total count of the result, regardless of the current page size. </p>" 10536 } 10537 } 10538 }, 10539 "GetCurrentUserDataRequest":{ 10540 "type":"structure", 10541 "required":[ 10542 "InstanceId", 10543 "Filters" 10544 ], 10545 "members":{ 10546 "InstanceId":{ 10547 "shape":"InstanceId", 10548 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 10549 "location":"uri", 10550 "locationName":"InstanceId" 10551 }, 10552 "Filters":{ 10553 "shape":"UserDataFilters", 10554 "documentation":"<p>The filters to apply to returned user data. You can filter up to the following limits:</p> <ul> <li> <p>Queues: 100</p> </li> <li> <p>Routing profiles: 100</p> </li> <li> <p>Agents: 100</p> </li> <li> <p>Contact states: 9</p> </li> <li> <p>User hierarchy groups: 1</p> </li> </ul> <p> The user data is retrieved for only the specified values/resources in the filter. A maximum of one filter can be passed from queues, routing profiles, agents, and user hierarchy groups. </p> <p>Currently tagging is only supported on the resources that are passed in the filter.</p>" 10555 }, 10556 "NextToken":{ 10557 "shape":"NextToken", 10558 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 10559 }, 10560 "MaxResults":{ 10561 "shape":"MaxResult100", 10562 "documentation":"<p>The maximum number of results to return per page.</p>", 10563 "box":true 10564 } 10565 } 10566 }, 10567 "GetCurrentUserDataResponse":{ 10568 "type":"structure", 10569 "members":{ 10570 "NextToken":{ 10571 "shape":"NextToken", 10572 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 10573 }, 10574 "UserDataList":{ 10575 "shape":"UserDataList", 10576 "documentation":"<p>A list of the user data that is returned.</p>" 10577 }, 10578 "ApproximateTotalCount":{ 10579 "shape":"ApproximateTotalCount", 10580 "documentation":"<p>The total count of the result, regardless of the current page size.</p>" 10581 } 10582 } 10583 }, 10584 "GetFederationTokenRequest":{ 10585 "type":"structure", 10586 "required":["InstanceId"], 10587 "members":{ 10588 "InstanceId":{ 10589 "shape":"InstanceId", 10590 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 10591 "location":"uri", 10592 "locationName":"InstanceId" 10593 } 10594 } 10595 }, 10596 "GetFederationTokenResponse":{ 10597 "type":"structure", 10598 "members":{ 10599 "Credentials":{ 10600 "shape":"Credentials", 10601 "documentation":"<p>The credentials to use for federation.</p>" 10602 }, 10603 "SignInUrl":{ 10604 "shape":"Url", 10605 "documentation":"<p>The URL to sign into the user's instance. </p>" 10606 }, 10607 "UserArn":{ 10608 "shape":"ARN", 10609 "documentation":"<p>The Amazon Resource Name (ARN) of the user.</p>" 10610 }, 10611 "UserId":{ 10612 "shape":"AgentResourceId", 10613 "documentation":"<p>The identifier for the user. This can be the ID or the ARN of the user.</p>" 10614 } 10615 } 10616 }, 10617 "GetFlowAssociationRequest":{ 10618 "type":"structure", 10619 "required":[ 10620 "InstanceId", 10621 "ResourceId", 10622 "ResourceType" 10623 ], 10624 "members":{ 10625 "InstanceId":{ 10626 "shape":"InstanceId", 10627 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 10628 "location":"uri", 10629 "locationName":"InstanceId" 10630 }, 10631 "ResourceId":{ 10632 "shape":"ARN", 10633 "documentation":"<p>The identifier of the resource.</p>", 10634 "location":"uri", 10635 "locationName":"ResourceId" 10636 }, 10637 "ResourceType":{ 10638 "shape":"FlowAssociationResourceType", 10639 "documentation":"<p>A valid resource type.</p>", 10640 "location":"uri", 10641 "locationName":"ResourceType" 10642 } 10643 } 10644 }, 10645 "GetFlowAssociationResponse":{ 10646 "type":"structure", 10647 "members":{ 10648 "ResourceId":{ 10649 "shape":"ARN", 10650 "documentation":"<p>The identifier of the resource.</p>" 10651 }, 10652 "FlowId":{ 10653 "shape":"ARN", 10654 "documentation":"<p>The identifier of the flow.</p>" 10655 }, 10656 "ResourceType":{ 10657 "shape":"FlowAssociationResourceType", 10658 "documentation":"<p>A valid resource type.</p>" 10659 } 10660 } 10661 }, 10662 "GetMetricDataRequest":{ 10663 "type":"structure", 10664 "required":[ 10665 "InstanceId", 10666 "StartTime", 10667 "EndTime", 10668 "Filters", 10669 "HistoricalMetrics" 10670 ], 10671 "members":{ 10672 "InstanceId":{ 10673 "shape":"InstanceId", 10674 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 10675 "location":"uri", 10676 "locationName":"InstanceId" 10677 }, 10678 "StartTime":{ 10679 "shape":"timestamp", 10680 "documentation":"<p>The timestamp, in UNIX Epoch time format, at which to start the reporting interval for the retrieval of historical metrics data. The time must be specified using a multiple of 5 minutes, such as 10:05, 10:10, 10:15.</p> <p>The start time cannot be earlier than 24 hours before the time of the request. Historical metrics are available only for 24 hours.</p>" 10681 }, 10682 "EndTime":{ 10683 "shape":"timestamp", 10684 "documentation":"<p>The timestamp, in UNIX Epoch time format, at which to end the reporting interval for the retrieval of historical metrics data. The time must be specified using an interval of 5 minutes, such as 11:00, 11:05, 11:10, and must be later than the start time timestamp.</p> <p>The time range between the start and end time must be less than 24 hours.</p>" 10685 }, 10686 "Filters":{ 10687 "shape":"Filters", 10688 "documentation":"<p>The queues, up to 100, or channels, to use to filter the metrics returned. Metric data is retrieved only for the resources associated with the queues or channels included in the filter. You can include both queue IDs and queue ARNs in the same request. VOICE, CHAT, and TASK channels are supported.</p> <p>RoutingStepExpression is not a valid filter for GetMetricData and we recommend switching to GetMetricDataV2 for more up-to-date features.</p> <note> <p>To filter by <code>Queues</code>, enter the queue ID/ARN, not the name of the queue.</p> </note>" 10689 }, 10690 "Groupings":{ 10691 "shape":"Groupings", 10692 "documentation":"<p>The grouping applied to the metrics returned. For example, when results are grouped by queue, the metrics returned are grouped by queue. The values returned apply to the metrics for each queue rather than aggregated for all queues.</p> <p>If no grouping is specified, a summary of metrics for all queues is returned.</p> <p>RoutingStepExpression is not a valid filter for GetMetricData and we recommend switching to GetMetricDataV2 for more up-to-date features.</p>" 10693 }, 10694 "HistoricalMetrics":{ 10695 "shape":"HistoricalMetrics", 10696 "documentation":"<p>The metrics to retrieve. Specify the name, unit, and statistic for each metric. The following historical metrics are available. For a description of each metric, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html\">Historical Metrics Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <note> <p>This API does not support a contacts incoming metric (there's no CONTACTS_INCOMING metric missing from the documented list). </p> </note> <dl> <dt>ABANDON_TIME</dt> <dd> <p>Unit: SECONDS</p> <p>Statistic: AVG</p> </dd> <dt>AFTER_CONTACT_WORK_TIME</dt> <dd> <p>Unit: SECONDS</p> <p>Statistic: AVG</p> </dd> <dt>API_CONTACTS_HANDLED</dt> <dd> <p>Unit: COUNT</p> <p>Statistic: SUM</p> </dd> <dt>CALLBACK_CONTACTS_HANDLED</dt> <dd> <p>Unit: COUNT</p> <p>Statistic: SUM</p> </dd> <dt>CONTACTS_ABANDONED</dt> <dd> <p>Unit: COUNT</p> <p>Statistic: SUM</p> </dd> <dt>CONTACTS_AGENT_HUNG_UP_FIRST</dt> <dd> <p>Unit: COUNT</p> <p>Statistic: SUM</p> </dd> <dt>CONTACTS_CONSULTED</dt> <dd> <p>Unit: COUNT</p> <p>Statistic: SUM</p> </dd> <dt>CONTACTS_HANDLED</dt> <dd> <p>Unit: COUNT</p> <p>Statistic: SUM</p> </dd> <dt>CONTACTS_HANDLED_INCOMING</dt> <dd> <p>Unit: COUNT</p> <p>Statistic: SUM</p> </dd> <dt>CONTACTS_HANDLED_OUTBOUND</dt> <dd> <p>Unit: COUNT</p> <p>Statistic: SUM</p> </dd> <dt>CONTACTS_HOLD_ABANDONS</dt> <dd> <p>Unit: COUNT</p> <p>Statistic: SUM</p> </dd> <dt>CONTACTS_MISSED</dt> <dd> <p>Unit: COUNT</p> <p>Statistic: SUM</p> </dd> <dt>CONTACTS_QUEUED</dt> <dd> <p>Unit: COUNT</p> <p>Statistic: SUM</p> </dd> <dt>CONTACTS_TRANSFERRED_IN</dt> <dd> <p>Unit: COUNT</p> <p>Statistic: SUM</p> </dd> <dt>CONTACTS_TRANSFERRED_IN_FROM_QUEUE</dt> <dd> <p>Unit: COUNT</p> <p>Statistic: SUM</p> </dd> <dt>CONTACTS_TRANSFERRED_OUT</dt> <dd> <p>Unit: COUNT</p> <p>Statistic: SUM</p> </dd> <dt>CONTACTS_TRANSFERRED_OUT_FROM_QUEUE</dt> <dd> <p>Unit: COUNT</p> <p>Statistic: SUM</p> </dd> <dt>HANDLE_TIME</dt> <dd> <p>Unit: SECONDS</p> <p>Statistic: AVG</p> </dd> <dt>HOLD_TIME</dt> <dd> <p>Unit: SECONDS</p> <p>Statistic: AVG</p> </dd> <dt>INTERACTION_AND_HOLD_TIME</dt> <dd> <p>Unit: SECONDS</p> <p>Statistic: AVG</p> </dd> <dt>INTERACTION_TIME</dt> <dd> <p>Unit: SECONDS</p> <p>Statistic: AVG</p> </dd> <dt>OCCUPANCY</dt> <dd> <p>Unit: PERCENT</p> <p>Statistic: AVG</p> </dd> <dt>QUEUE_ANSWER_TIME</dt> <dd> <p>Unit: SECONDS</p> <p>Statistic: AVG</p> </dd> <dt>QUEUED_TIME</dt> <dd> <p>Unit: SECONDS</p> <p>Statistic: MAX</p> </dd> <dt>SERVICE_LEVEL</dt> <dd> <p>You can include up to 20 SERVICE_LEVEL metrics in a request.</p> <p>Unit: PERCENT</p> <p>Statistic: AVG</p> <p>Threshold: For <code>ThresholdValue</code>, enter any whole number from 1 to 604800 (inclusive), in seconds. For <code>Comparison</code>, you must enter <code>LT</code> (for \"Less than\"). </p> </dd> </dl>" 10697 }, 10698 "NextToken":{ 10699 "shape":"NextToken", 10700 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 10701 }, 10702 "MaxResults":{ 10703 "shape":"MaxResult100", 10704 "documentation":"<p>The maximum number of results to return per page.</p>", 10705 "box":true 10706 } 10707 } 10708 }, 10709 "GetMetricDataResponse":{ 10710 "type":"structure", 10711 "members":{ 10712 "NextToken":{ 10713 "shape":"NextToken", 10714 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p> <p>The token expires after 5 minutes from the time it is created. Subsequent requests that use the token must use the same request parameters as the request that generated the token.</p>" 10715 }, 10716 "MetricResults":{ 10717 "shape":"HistoricalMetricResults", 10718 "documentation":"<p>Information about the historical metrics.</p> <p>If no grouping is specified, a summary of metric data is returned.</p>" 10719 } 10720 } 10721 }, 10722 "GetMetricDataV2Request":{ 10723 "type":"structure", 10724 "required":[ 10725 "ResourceArn", 10726 "StartTime", 10727 "EndTime", 10728 "Filters", 10729 "Metrics" 10730 ], 10731 "members":{ 10732 "ResourceArn":{ 10733 "shape":"ARN", 10734 "documentation":"<p>The Amazon Resource Name (ARN) of the resource. This includes the <code>instanceId</code> an Amazon Connect instance.</p>" 10735 }, 10736 "StartTime":{ 10737 "shape":"Timestamp", 10738 "documentation":"<p>The timestamp, in UNIX Epoch time format, at which to start the reporting interval for the retrieval of historical metrics data. The time must be before the end time timestamp. The start and end time depends on the <code>IntervalPeriod</code> selected. By default the time range between start and end time is 35 days. Historical metrics are available for 3 months.</p>" 10739 }, 10740 "EndTime":{ 10741 "shape":"Timestamp", 10742 "documentation":"<p>The timestamp, in UNIX Epoch time format, at which to end the reporting interval for the retrieval of historical metrics data. The time must be later than the start time timestamp. It cannot be later than the current timestamp.</p>" 10743 }, 10744 "Interval":{ 10745 "shape":"IntervalDetails", 10746 "documentation":"<p>The interval period and timezone to apply to returned metrics.</p> <ul> <li> <p> <code>IntervalPeriod</code>: An aggregated grouping applied to request metrics. Valid <code>IntervalPeriod</code> values are: <code>FIFTEEN_MIN</code> | <code>THIRTY_MIN</code> | <code>HOUR</code> | <code>DAY</code> | <code>WEEK</code> | <code>TOTAL</code>. </p> <p>For example, if <code>IntervalPeriod</code> is selected <code>THIRTY_MIN</code>, <code>StartTime</code> and <code>EndTime</code> differs by 1 day, then Amazon Connect returns 48 results in the response. Each result is aggregated by the THIRTY_MIN period. By default Amazon Connect aggregates results based on the <code>TOTAL</code> interval period. </p> <p>The following list describes restrictions on <code>StartTime</code> and <code>EndTime</code> based on which <code>IntervalPeriod</code> is requested. </p> <ul> <li> <p> <code>FIFTEEN_MIN</code>: The difference between <code>StartTime</code> and <code>EndTime</code> must be less than 3 days.</p> </li> <li> <p> <code>THIRTY_MIN</code>: The difference between <code>StartTime</code> and <code>EndTime</code> must be less than 3 days.</p> </li> <li> <p> <code>HOUR</code>: The difference between <code>StartTime</code> and <code>EndTime</code> must be less than 3 days.</p> </li> <li> <p> <code>DAY</code>: The difference between <code>StartTime</code> and <code>EndTime</code> must be less than 35 days.</p> </li> <li> <p> <code>WEEK</code>: The difference between <code>StartTime</code> and <code>EndTime</code> must be less than 35 days.</p> </li> <li> <p> <code>TOTAL</code>: The difference between <code>StartTime</code> and <code>EndTime</code> must be less than 35 days.</p> </li> </ul> </li> <li> <p> <code>TimeZone</code>: The timezone applied to requested metrics.</p> </li> </ul>" 10747 }, 10748 "Filters":{ 10749 "shape":"FiltersV2List", 10750 "documentation":"<p>The filters to apply to returned metrics. You can filter on the following resources:</p> <ul> <li> <p>Queues</p> </li> <li> <p>Routing profiles</p> </li> <li> <p>Agents</p> </li> <li> <p>Channels</p> </li> <li> <p>User hierarchy groups</p> </li> <li> <p>Feature</p> </li> <li> <p>Routing step expression</p> </li> </ul> <p>At least one filter must be passed from queues, routing profiles, agents, or user hierarchy groups.</p> <p>To filter by phone number, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/create-historical-metrics-report.html\">Create a historical metrics report</a> in the <i>Amazon Connect Administrator's Guide</i>.</p> <p>Note the following limits:</p> <ul> <li> <p> <b>Filter keys</b>: A maximum of 5 filter keys are supported in a single request. Valid filter keys: <code>QUEUE</code> | <code>ROUTING_PROFILE</code> | <code>AGENT</code> | <code>CHANNEL</code> | <code>AGENT_HIERARCHY_LEVEL_ONE</code> | <code>AGENT_HIERARCHY_LEVEL_TWO</code> | <code>AGENT_HIERARCHY_LEVEL_THREE</code> | <code>AGENT_HIERARCHY_LEVEL_FOUR</code> | <code>AGENT_HIERARCHY_LEVEL_FIVE</code> | <code>FEATURE</code> | <code>contact/segmentAttributes/connect:Subtype</code> | <code>ROUTING_STEP_EXPRESSION</code> </p> </li> <li> <p> <b>Filter values</b>: A maximum of 100 filter values are supported in a single request. VOICE, CHAT, and TASK are valid <code>filterValue</code> for the CHANNEL filter key. They do not count towards limitation of 100 filter values. For example, a GetMetricDataV2 request can filter by 50 queues, 35 agents, and 15 routing profiles for a total of 100 filter values, along with 3 channel filters. </p> <p> <code>contact_lens_conversational_analytics</code> is a valid filterValue for the <code>FEATURE</code> filter key. It is available only to contacts analyzed by Contact Lens conversational analytics.</p> <p> <code>connect:Chat</code>, <code>connect:SMS</code>, <code>connect:Telephony</code>, and <code>connect:WebRTC</code> are valid <code>filterValue</code> examples (not exhaustive) for the <code>contact/segmentAttributes/connect:Subtype filter</code> key.</p> <p> <code>ROUTING_STEP_EXPRESSION</code> is a valid filter key with a filter value up to 3000 length. This filter is case and order sensitive. JSON string fields must be sorted in ascending order and JSON array order should be kept as is.</p> </li> </ul>" 10751 }, 10752 "Groupings":{ 10753 "shape":"GroupingsV2", 10754 "documentation":"<p>The grouping applied to the metrics that are returned. For example, when results are grouped by queue, the metrics returned are grouped by queue. The values that are returned apply to the metrics for each queue. They are not aggregated for all queues.</p> <p>If no grouping is specified, a summary of all metrics is returned.</p> <p>Valid grouping keys: <code>QUEUE</code> | <code>ROUTING_PROFILE</code> | <code>AGENT</code> | <code>CHANNEL</code> | <code>AGENT_HIERARCHY_LEVEL_ONE</code> | <code>AGENT_HIERARCHY_LEVEL_TWO</code> | <code>AGENT_HIERARCHY_LEVEL_THREE</code> | <code>AGENT_HIERARCHY_LEVEL_FOUR</code> | <code>AGENT_HIERARCHY_LEVEL_FIVE</code>, <code>contact/segmentAttributes/connect:Subtype</code> | <code>ROUTING_STEP_EXPRESSION</code> </p>" 10755 }, 10756 "Metrics":{ 10757 "shape":"MetricsV2", 10758 "documentation":"<p>The metrics to retrieve. Specify the name, groupings, and filters for each metric. The following historical metrics are available. For a description of each metric, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html\">Historical metrics definitions</a> in the <i>Amazon Connect Administrator's Guide</i>.</p> <dl> <dt>ABANDONMENT_RATE</dt> <dd> <p>Unit: Percent</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>AGENT_ADHERENT_TIME</dt> <dd> <p>This metric is available only in Amazon Web Services Regions where <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/regions.html#optimization_region\">Forecasting, capacity planning, and scheduling</a> is available.</p> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy </p> </dd> <dt>AGENT_ANSWER_RATE</dt> <dd> <p>Unit: Percent</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>AGENT_NON_ADHERENT_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>AGENT_NON_RESPONSE</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy </p> </dd> <dt>AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> <p>Data for this metric is available starting from October 1, 2023 0:00:00 GMT.</p> </dd> <dt>AGENT_OCCUPANCY</dt> <dd> <p>Unit: Percentage</p> <p>Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy </p> </dd> <dt>AGENT_SCHEDULE_ADHERENCE</dt> <dd> <p>This metric is available only in Amazon Web Services Regions where <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/regions.html#optimization_region\">Forecasting, capacity planning, and scheduling</a> is available.</p> <p>Unit: Percent</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>AGENT_SCHEDULED_TIME</dt> <dd> <p>This metric is available only in Amazon Web Services Regions where <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/regions.html#optimization_region\">Forecasting, capacity planning, and scheduling</a> is available.</p> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>AVG_ABANDON_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>AVG_ACTIVE_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>AVG_AFTER_CONTACT_WORK_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid metric filter key: <code>INITIATION_METHOD</code> </p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype</p> <note> <p>Feature is a valid filter but not a valid grouping.</p> </note> </dd> <dt>AVG_AGENT_CONNECTING_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid metric filter key: <code>INITIATION_METHOD</code>. For now, this metric only supports the following as <code>INITIATION_METHOD</code>: <code>INBOUND</code> | <code>OUTBOUND</code> | <code>CALLBACK</code> | <code>API</code> </p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> <note> <p>The <code>Negate</code> key in Metric Level Filters is not applicable for this metric.</p> </note> </dd> <dt>AVG_AGENT_PAUSE_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>AVG_CONTACT_DURATION</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype</p> <note> <p>Feature is a valid filter but not a valid grouping.</p> </note> </dd> <dt>AVG_CONVERSATION_DURATION</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>AVG_GREETING_TIME_AGENT</dt> <dd> <p>This metric is available only for contacts analyzed by Contact Lens conversational analytics.</p> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>AVG_HANDLE_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, RoutingStepExpression</p> <note> <p>Feature is a valid filter but not a valid grouping.</p> </note> </dd> <dt>AVG_HOLD_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype</p> <note> <p>Feature is a valid filter but not a valid grouping.</p> </note> </dd> <dt>AVG_HOLD_TIME_ALL_CONTACTS</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>AVG_HOLDS</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype</p> <note> <p>Feature is a valid filter but not a valid grouping.</p> </note> </dd> <dt>AVG_INTERACTION_AND_HOLD_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>AVG_INTERACTION_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid metric filter key: <code>INITIATION_METHOD</code> </p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype</p> <note> <p>Feature is a valid filter but not a valid grouping.</p> </note> </dd> <dt>AVG_INTERRUPTIONS_AGENT</dt> <dd> <p>This metric is available only for contacts analyzed by Contact Lens conversational analytics.</p> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>AVG_INTERRUPTION_TIME_AGENT</dt> <dd> <p>This metric is available only for contacts analyzed by Contact Lens conversational analytics.</p> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>AVG_NON_TALK_TIME</dt> <dd> <p>This metric is available only for contacts analyzed by Contact Lens conversational analytics.</p> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>AVG_QUEUE_ANSWER_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype</p> <note> <p>Feature is a valid filter but not a valid grouping.</p> </note> </dd> <dt>AVG_RESOLUTION_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>AVG_TALK_TIME</dt> <dd> <p>This metric is available only for contacts analyzed by Contact Lens conversational analytics.</p> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>AVG_TALK_TIME_AGENT</dt> <dd> <p>This metric is available only for contacts analyzed by Contact Lens conversational analytics.</p> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>AVG_TALK_TIME_CUSTOMER</dt> <dd> <p>This metric is available only for contacts analyzed by Contact Lens conversational analytics.</p> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>CONTACTS_ABANDONED</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, RoutingStepExpression</p> </dd> <dt>CONTACTS_CREATED</dt> <dd> <p>Unit: Count</p> <p>Valid metric filter key: <code>INITIATION_METHOD</code> </p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype</p> <note> <p>Feature is a valid filter but not a valid grouping.</p> </note> </dd> <dt>CONTACTS_HANDLED</dt> <dd> <p>Unit: Count</p> <p>Valid metric filter key: <code>INITIATION_METHOD</code>, <code>DISCONNECT_REASON</code> </p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, RoutingStepExpression</p> <note> <p>Feature is a valid filter but not a valid grouping.</p> </note> </dd> <dt>CONTACTS_HANDLED_BY_CONNECTED_TO_AGENT</dt> <dd> <p>Unit: Count</p> <p>Valid metric filter key: <code>INITIATION_METHOD</code> </p> <p>Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>CONTACTS_HOLD_ABANDONS</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>CONTACTS_ON_HOLD_AGENT_DISCONNECT</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>CONTACTS_ON_HOLD_CUSTOMER_DISCONNECT</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>CONTACTS_PUT_ON_HOLD</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>CONTACTS_TRANSFERRED_OUT_EXTERNAL</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>CONTACTS_TRANSFERRED_OUT_INTERNAL</dt> <dd> <p>Unit: Percent</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>CONTACTS_QUEUED</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>CONTACTS_QUEUED_BY_ENQUEUE</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>CONTACTS_RESOLVED_IN_X</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype</p> <p>Threshold: For <code>ThresholdValue</code> enter any whole number from 1 to 604800 (inclusive), in seconds. For <code>Comparison</code>, you must enter <code>LT</code> (for \"Less than\").</p> </dd> <dt>CONTACTS_TRANSFERRED_OUT</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype</p> <note> <p>Feature is a valid filter but not a valid grouping.</p> </note> </dd> <dt>CONTACTS_TRANSFERRED_OUT_BY_AGENT</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>CONTACTS_TRANSFERRED_OUT_FROM_QUEUE</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>MAX_QUEUED_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>PERCENT_CONTACTS_STEP_EXPIRED</dt> <dd> <p>Unit: Percent</p> <p>Valid groupings and filters: Queue, RoutingStepExpression</p> </dd> <dt>PERCENT_CONTACTS_STEP_JOINED</dt> <dd> <p>Unit: Percent</p> <p>Valid groupings and filters: Queue, RoutingStepExpression</p> </dd> <dt>PERCENT_NON_TALK_TIME</dt> <dd> <p>This metric is available only for contacts analyzed by Contact Lens conversational analytics.</p> <p>Unit: Percentage</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>PERCENT_TALK_TIME</dt> <dd> <p>This metric is available only for contacts analyzed by Contact Lens conversational analytics.</p> <p>Unit: Percentage</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>PERCENT_TALK_TIME_AGENT</dt> <dd> <p>This metric is available only for contacts analyzed by Contact Lens conversational analytics.</p> <p>Unit: Percentage</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>PERCENT_TALK_TIME_CUSTOMER</dt> <dd> <p>This metric is available only for contacts analyzed by Contact Lens conversational analytics.</p> <p>Unit: Percentage</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>SERVICE_LEVEL</dt> <dd> <p>You can include up to 20 SERVICE_LEVEL metrics in a request.</p> <p>Unit: Percent</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile</p> <p>Threshold: For <code>ThresholdValue</code>, enter any whole number from 1 to 604800 (inclusive), in seconds. For <code>Comparison</code>, you must enter <code>LT</code> (for \"Less than\"). </p> </dd> <dt>STEP_CONTACTS_QUEUED</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, RoutingStepExpression</p> </dd> <dt>SUM_AFTER_CONTACT_WORK_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>SUM_CONNECTING_TIME_AGENT</dt> <dd> <p>Unit: Seconds</p> <p>Valid metric filter key: <code>INITIATION_METHOD</code>. This metric only supports the following filter keys as <code>INITIATION_METHOD</code>: <code>INBOUND</code> | <code>OUTBOUND</code> | <code>CALLBACK</code> | <code>API</code> </p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> <note> <p>The <code>Negate</code> key in Metric Level Filters is not applicable for this metric.</p> </note> </dd> <dt>SUM_CONTACT_FLOW_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>SUM_CONTACT_TIME_AGENT</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>SUM_CONTACTS_ANSWERED_IN_X</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype</p> <p>Threshold: For <code>ThresholdValue</code>, enter any whole number from 1 to 604800 (inclusive), in seconds. For <code>Comparison</code>, you must enter <code>LT</code> (for \"Less than\"). </p> </dd> <dt>SUM_CONTACTS_ABANDONED_IN_X</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype</p> <p>Threshold: For <code>ThresholdValue</code>, enter any whole number from 1 to 604800 (inclusive), in seconds. For <code>Comparison</code>, you must enter <code>LT</code> (for \"Less than\"). </p> </dd> <dt>SUM_CONTACTS_DISCONNECTED </dt> <dd> <p>Valid metric filter key: <code>DISCONNECT_REASON</code> </p> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype</p> </dd> <dt>SUM_ERROR_STATUS_TIME_AGENT</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>SUM_HANDLE_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>SUM_HOLD_TIME</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>SUM_IDLE_TIME_AGENT</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>SUM_INTERACTION_AND_HOLD_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>SUM_INTERACTION_TIME</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>SUM_NON_PRODUCTIVE_TIME_AGENT</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>SUM_ONLINE_TIME_AGENT</dt> <dd> <p>Unit: Seconds</p> <p>Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy</p> </dd> <dt>SUM_RETRY_CALLBACK_ATTEMPTS</dt> <dd> <p>Unit: Count</p> <p>Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype</p> </dd> </dl>" 10759 }, 10760 "NextToken":{ 10761 "shape":"NextToken2500", 10762 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 10763 }, 10764 "MaxResults":{ 10765 "shape":"MaxResult100", 10766 "documentation":"<p>The maximum number of results to return per page.</p>", 10767 "box":true 10768 } 10769 } 10770 }, 10771 "GetMetricDataV2Response":{ 10772 "type":"structure", 10773 "members":{ 10774 "NextToken":{ 10775 "shape":"NextToken2500", 10776 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 10777 }, 10778 "MetricResults":{ 10779 "shape":"MetricResultsV2", 10780 "documentation":"<p>Information about the metrics requested in the API request If no grouping is specified, a summary of metric data is returned. </p>" 10781 } 10782 } 10783 }, 10784 "GetPromptFileRequest":{ 10785 "type":"structure", 10786 "required":[ 10787 "InstanceId", 10788 "PromptId" 10789 ], 10790 "members":{ 10791 "InstanceId":{ 10792 "shape":"InstanceId", 10793 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 10794 "location":"uri", 10795 "locationName":"InstanceId" 10796 }, 10797 "PromptId":{ 10798 "shape":"PromptId", 10799 "documentation":"<p>A unique identifier for the prompt.</p>", 10800 "location":"uri", 10801 "locationName":"PromptId" 10802 } 10803 } 10804 }, 10805 "GetPromptFileResponse":{ 10806 "type":"structure", 10807 "members":{ 10808 "PromptPresignedUrl":{ 10809 "shape":"PromptPresignedUrl", 10810 "documentation":"<p>A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.</p>" 10811 }, 10812 "LastModifiedTime":{ 10813 "shape":"Timestamp", 10814 "documentation":"<p>The timestamp when this resource was last modified.</p>" 10815 }, 10816 "LastModifiedRegion":{ 10817 "shape":"RegionName", 10818 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 10819 } 10820 } 10821 }, 10822 "GetTaskTemplateRequest":{ 10823 "type":"structure", 10824 "required":[ 10825 "InstanceId", 10826 "TaskTemplateId" 10827 ], 10828 "members":{ 10829 "InstanceId":{ 10830 "shape":"InstanceId", 10831 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 10832 "location":"uri", 10833 "locationName":"InstanceId" 10834 }, 10835 "TaskTemplateId":{ 10836 "shape":"TaskTemplateId", 10837 "documentation":"<p>A unique identifier for the task template.</p>", 10838 "location":"uri", 10839 "locationName":"TaskTemplateId" 10840 }, 10841 "SnapshotVersion":{ 10842 "shape":"SnapshotVersion", 10843 "documentation":"<p>The system generated version of a task template that is associated with a task, when the task is created.</p>", 10844 "location":"querystring", 10845 "locationName":"snapshotVersion" 10846 } 10847 } 10848 }, 10849 "GetTaskTemplateResponse":{ 10850 "type":"structure", 10851 "required":[ 10852 "Id", 10853 "Arn", 10854 "Name" 10855 ], 10856 "members":{ 10857 "InstanceId":{ 10858 "shape":"InstanceId", 10859 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 10860 }, 10861 "Id":{ 10862 "shape":"TaskTemplateId", 10863 "documentation":"<p>A unique identifier for the task template.</p>" 10864 }, 10865 "Arn":{ 10866 "shape":"TaskTemplateArn", 10867 "documentation":"<p>The Amazon Resource Name (ARN).</p>" 10868 }, 10869 "Name":{ 10870 "shape":"TaskTemplateName", 10871 "documentation":"<p>The name of the task template.</p>" 10872 }, 10873 "Description":{ 10874 "shape":"TaskTemplateDescription", 10875 "documentation":"<p>The description of the task template.</p>" 10876 }, 10877 "ContactFlowId":{ 10878 "shape":"ContactFlowId", 10879 "documentation":"<p>The identifier of the flow that runs by default when a task is created by referencing this template.</p>" 10880 }, 10881 "Constraints":{ 10882 "shape":"TaskTemplateConstraints", 10883 "documentation":"<p>Constraints that are applicable to the fields listed.</p>" 10884 }, 10885 "Defaults":{ 10886 "shape":"TaskTemplateDefaults", 10887 "documentation":"<p>The default values for fields when a task is created by referencing this template.</p>" 10888 }, 10889 "Fields":{ 10890 "shape":"TaskTemplateFields", 10891 "documentation":"<p>Fields that are part of the template.</p>" 10892 }, 10893 "Status":{ 10894 "shape":"TaskTemplateStatus", 10895 "documentation":"<p>Marks a template as <code>ACTIVE</code> or <code>INACTIVE</code> for a task to refer to it. Tasks can only be created from <code>ACTIVE</code> templates. If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created.</p>" 10896 }, 10897 "LastModifiedTime":{ 10898 "shape":"timestamp", 10899 "documentation":"<p>The timestamp when the task template was last modified.</p>" 10900 }, 10901 "CreatedTime":{ 10902 "shape":"timestamp", 10903 "documentation":"<p>The timestamp when the task template was created.</p>" 10904 }, 10905 "Tags":{ 10906 "shape":"TagMap", 10907 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 10908 } 10909 } 10910 }, 10911 "GetTrafficDistributionRequest":{ 10912 "type":"structure", 10913 "required":["Id"], 10914 "members":{ 10915 "Id":{ 10916 "shape":"TrafficDistributionGroupIdOrArn", 10917 "documentation":"<p>The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.</p>", 10918 "location":"uri", 10919 "locationName":"Id" 10920 } 10921 } 10922 }, 10923 "GetTrafficDistributionResponse":{ 10924 "type":"structure", 10925 "members":{ 10926 "TelephonyConfig":{ 10927 "shape":"TelephonyConfig", 10928 "documentation":"<p>The distribution of traffic between the instance and its replicas.</p>" 10929 }, 10930 "Id":{ 10931 "shape":"TrafficDistributionGroupId", 10932 "documentation":"<p>The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.</p>" 10933 }, 10934 "Arn":{ 10935 "shape":"TrafficDistributionGroupArn", 10936 "documentation":"<p>The Amazon Resource Name (ARN) of the traffic distribution group.</p>" 10937 }, 10938 "SignInConfig":{ 10939 "shape":"SignInConfig", 10940 "documentation":"<p>The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).</p>" 10941 }, 10942 "AgentConfig":{ 10943 "shape":"AgentConfig", 10944 "documentation":"<p>The distribution of agents between the instance and its replica(s).</p>" 10945 } 10946 } 10947 }, 10948 "Grouping":{ 10949 "type":"string", 10950 "enum":[ 10951 "QUEUE", 10952 "CHANNEL", 10953 "ROUTING_PROFILE", 10954 "ROUTING_STEP_EXPRESSION" 10955 ] 10956 }, 10957 "GroupingV2":{"type":"string"}, 10958 "Groupings":{ 10959 "type":"list", 10960 "member":{"shape":"Grouping"}, 10961 "max":2 10962 }, 10963 "GroupingsV2":{ 10964 "type":"list", 10965 "member":{"shape":"GroupingV2"}, 10966 "max":3 10967 }, 10968 "HierarchyGroup":{ 10969 "type":"structure", 10970 "members":{ 10971 "Id":{ 10972 "shape":"HierarchyGroupId", 10973 "documentation":"<p>The identifier of the hierarchy group.</p>" 10974 }, 10975 "Arn":{ 10976 "shape":"ARN", 10977 "documentation":"<p>The Amazon Resource Name (ARN) of the hierarchy group.</p>" 10978 }, 10979 "Name":{ 10980 "shape":"HierarchyGroupName", 10981 "documentation":"<p>The name of the hierarchy group.</p>" 10982 }, 10983 "LevelId":{ 10984 "shape":"HierarchyLevelId", 10985 "documentation":"<p>The identifier of the level in the hierarchy group.</p>" 10986 }, 10987 "HierarchyPath":{ 10988 "shape":"HierarchyPath", 10989 "documentation":"<p>Information about the levels in the hierarchy group.</p>" 10990 }, 10991 "Tags":{ 10992 "shape":"TagMap", 10993 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 10994 }, 10995 "LastModifiedTime":{ 10996 "shape":"Timestamp", 10997 "documentation":"<p>The timestamp when this resource was last modified.</p>" 10998 }, 10999 "LastModifiedRegion":{ 11000 "shape":"RegionName", 11001 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 11002 } 11003 }, 11004 "documentation":"<p>Contains information about a hierarchy group.</p>" 11005 }, 11006 "HierarchyGroupCondition":{ 11007 "type":"structure", 11008 "members":{ 11009 "Value":{ 11010 "shape":"String", 11011 "documentation":"<p>The value in the hierarchy group condition.</p>" 11012 }, 11013 "HierarchyGroupMatchType":{ 11014 "shape":"HierarchyGroupMatchType", 11015 "documentation":"<p>The type of hierarchy group match.</p>" 11016 } 11017 }, 11018 "documentation":"<p>A leaf node condition which can be used to specify a hierarchy group condition.</p>" 11019 }, 11020 "HierarchyGroupId":{"type":"string"}, 11021 "HierarchyGroupIdList":{ 11022 "type":"list", 11023 "member":{"shape":"HierarchyGroupId"}, 11024 "max":10, 11025 "min":0 11026 }, 11027 "HierarchyGroupMatchType":{ 11028 "type":"string", 11029 "enum":[ 11030 "EXACT", 11031 "WITH_CHILD_GROUPS" 11032 ] 11033 }, 11034 "HierarchyGroupName":{"type":"string"}, 11035 "HierarchyGroupSummary":{ 11036 "type":"structure", 11037 "members":{ 11038 "Id":{ 11039 "shape":"HierarchyGroupId", 11040 "documentation":"<p>The identifier of the hierarchy group.</p>" 11041 }, 11042 "Arn":{ 11043 "shape":"ARN", 11044 "documentation":"<p>The Amazon Resource Name (ARN) of the hierarchy group.</p>" 11045 }, 11046 "Name":{ 11047 "shape":"HierarchyGroupName", 11048 "documentation":"<p>The name of the hierarchy group.</p>" 11049 }, 11050 "LastModifiedTime":{ 11051 "shape":"Timestamp", 11052 "documentation":"<p>The timestamp when this resource was last modified.</p>" 11053 }, 11054 "LastModifiedRegion":{ 11055 "shape":"RegionName", 11056 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 11057 } 11058 }, 11059 "documentation":"<p>Contains summary information about a hierarchy group.</p>" 11060 }, 11061 "HierarchyGroupSummaryList":{ 11062 "type":"list", 11063 "member":{"shape":"HierarchyGroupSummary"} 11064 }, 11065 "HierarchyGroupSummaryReference":{ 11066 "type":"structure", 11067 "members":{ 11068 "Id":{ 11069 "shape":"HierarchyGroupId", 11070 "documentation":"<p>The unique identifier for the hierarchy group.</p>" 11071 }, 11072 "Arn":{ 11073 "shape":"ARN", 11074 "documentation":"<p>The Amazon Resource Name (ARN) for the hierarchy group. </p>" 11075 } 11076 }, 11077 "documentation":"<p>Information about the hierarchy group.</p>" 11078 }, 11079 "HierarchyLevel":{ 11080 "type":"structure", 11081 "members":{ 11082 "Id":{ 11083 "shape":"HierarchyLevelId", 11084 "documentation":"<p>The identifier of the hierarchy level.</p>" 11085 }, 11086 "Arn":{ 11087 "shape":"ARN", 11088 "documentation":"<p>The Amazon Resource Name (ARN) of the hierarchy level.</p>" 11089 }, 11090 "Name":{ 11091 "shape":"HierarchyLevelName", 11092 "documentation":"<p>The name of the hierarchy level.</p>" 11093 }, 11094 "LastModifiedTime":{ 11095 "shape":"Timestamp", 11096 "documentation":"<p>The timestamp when this resource was last modified.</p>" 11097 }, 11098 "LastModifiedRegion":{ 11099 "shape":"RegionName", 11100 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 11101 } 11102 }, 11103 "documentation":"<p>Contains information about a hierarchy level.</p>" 11104 }, 11105 "HierarchyLevelId":{"type":"string"}, 11106 "HierarchyLevelName":{"type":"string"}, 11107 "HierarchyLevelUpdate":{ 11108 "type":"structure", 11109 "required":["Name"], 11110 "members":{ 11111 "Name":{ 11112 "shape":"HierarchyLevelName", 11113 "documentation":"<p>The name of the user hierarchy level. Must not be more than 50 characters.</p>" 11114 } 11115 }, 11116 "documentation":"<p>Contains information about the hierarchy level to update.</p>" 11117 }, 11118 "HierarchyPath":{ 11119 "type":"structure", 11120 "members":{ 11121 "LevelOne":{ 11122 "shape":"HierarchyGroupSummary", 11123 "documentation":"<p>Information about level one.</p>" 11124 }, 11125 "LevelTwo":{ 11126 "shape":"HierarchyGroupSummary", 11127 "documentation":"<p>Information about level two.</p>" 11128 }, 11129 "LevelThree":{ 11130 "shape":"HierarchyGroupSummary", 11131 "documentation":"<p>Information about level three.</p>" 11132 }, 11133 "LevelFour":{ 11134 "shape":"HierarchyGroupSummary", 11135 "documentation":"<p>Information about level four.</p>" 11136 }, 11137 "LevelFive":{ 11138 "shape":"HierarchyGroupSummary", 11139 "documentation":"<p>Information about level five.</p>" 11140 } 11141 }, 11142 "documentation":"<p>Contains information about the levels of a hierarchy group.</p>" 11143 }, 11144 "HierarchyPathReference":{ 11145 "type":"structure", 11146 "members":{ 11147 "LevelOne":{ 11148 "shape":"HierarchyGroupSummaryReference", 11149 "documentation":"<p>Information about level one.</p>" 11150 }, 11151 "LevelTwo":{ 11152 "shape":"HierarchyGroupSummaryReference", 11153 "documentation":"<p>Information about level two.</p>" 11154 }, 11155 "LevelThree":{ 11156 "shape":"HierarchyGroupSummaryReference", 11157 "documentation":"<p>Information about level three.</p>" 11158 }, 11159 "LevelFour":{ 11160 "shape":"HierarchyGroupSummaryReference", 11161 "documentation":"<p>Information about level four.</p>" 11162 }, 11163 "LevelFive":{ 11164 "shape":"HierarchyGroupSummaryReference", 11165 "documentation":"<p>Information about level five.</p>" 11166 } 11167 }, 11168 "documentation":"<p>Information about the levels in the hierarchy group.</p>" 11169 }, 11170 "HierarchyStructure":{ 11171 "type":"structure", 11172 "members":{ 11173 "LevelOne":{ 11174 "shape":"HierarchyLevel", 11175 "documentation":"<p>Information about level one.</p>" 11176 }, 11177 "LevelTwo":{ 11178 "shape":"HierarchyLevel", 11179 "documentation":"<p>Information about level two.</p>" 11180 }, 11181 "LevelThree":{ 11182 "shape":"HierarchyLevel", 11183 "documentation":"<p>Information about level three.</p>" 11184 }, 11185 "LevelFour":{ 11186 "shape":"HierarchyLevel", 11187 "documentation":"<p>Information about level four.</p>" 11188 }, 11189 "LevelFive":{ 11190 "shape":"HierarchyLevel", 11191 "documentation":"<p>Information about level five.</p>" 11192 } 11193 }, 11194 "documentation":"<p>Contains information about a hierarchy structure.</p>" 11195 }, 11196 "HierarchyStructureUpdate":{ 11197 "type":"structure", 11198 "members":{ 11199 "LevelOne":{ 11200 "shape":"HierarchyLevelUpdate", 11201 "documentation":"<p>The update for level one.</p>" 11202 }, 11203 "LevelTwo":{ 11204 "shape":"HierarchyLevelUpdate", 11205 "documentation":"<p>The update for level two.</p>" 11206 }, 11207 "LevelThree":{ 11208 "shape":"HierarchyLevelUpdate", 11209 "documentation":"<p>The update for level three.</p>" 11210 }, 11211 "LevelFour":{ 11212 "shape":"HierarchyLevelUpdate", 11213 "documentation":"<p>The update for level four.</p>" 11214 }, 11215 "LevelFive":{ 11216 "shape":"HierarchyLevelUpdate", 11217 "documentation":"<p>The update for level five.</p>" 11218 } 11219 }, 11220 "documentation":"<p>Contains information about the level hierarchy to update.</p>" 11221 }, 11222 "HistoricalMetric":{ 11223 "type":"structure", 11224 "members":{ 11225 "Name":{ 11226 "shape":"HistoricalMetricName", 11227 "documentation":"<p>The name of the metric.</p>" 11228 }, 11229 "Threshold":{ 11230 "shape":"Threshold", 11231 "documentation":"<p>The threshold for the metric, used with service level metrics.</p>", 11232 "box":true 11233 }, 11234 "Statistic":{ 11235 "shape":"Statistic", 11236 "documentation":"<p>The statistic for the metric.</p>" 11237 }, 11238 "Unit":{ 11239 "shape":"Unit", 11240 "documentation":"<p>The unit for the metric.</p>" 11241 } 11242 }, 11243 "documentation":"<p>Contains information about a historical metric. For a description of each metric, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html\">Historical Metrics Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 11244 }, 11245 "HistoricalMetricData":{ 11246 "type":"structure", 11247 "members":{ 11248 "Metric":{ 11249 "shape":"HistoricalMetric", 11250 "documentation":"<p>Information about the metric.</p>" 11251 }, 11252 "Value":{ 11253 "shape":"Value", 11254 "documentation":"<p>The value of the metric.</p>", 11255 "box":true 11256 } 11257 }, 11258 "documentation":"<p>Contains the data for a historical metric.</p>" 11259 }, 11260 "HistoricalMetricDataCollections":{ 11261 "type":"list", 11262 "member":{"shape":"HistoricalMetricData"} 11263 }, 11264 "HistoricalMetricName":{ 11265 "type":"string", 11266 "documentation":"<p>The historical metric names.</p>", 11267 "enum":[ 11268 "CONTACTS_QUEUED", 11269 "CONTACTS_HANDLED", 11270 "CONTACTS_ABANDONED", 11271 "CONTACTS_CONSULTED", 11272 "CONTACTS_AGENT_HUNG_UP_FIRST", 11273 "CONTACTS_HANDLED_INCOMING", 11274 "CONTACTS_HANDLED_OUTBOUND", 11275 "CONTACTS_HOLD_ABANDONS", 11276 "CONTACTS_TRANSFERRED_IN", 11277 "CONTACTS_TRANSFERRED_OUT", 11278 "CONTACTS_TRANSFERRED_IN_FROM_QUEUE", 11279 "CONTACTS_TRANSFERRED_OUT_FROM_QUEUE", 11280 "CONTACTS_MISSED", 11281 "CALLBACK_CONTACTS_HANDLED", 11282 "API_CONTACTS_HANDLED", 11283 "OCCUPANCY", 11284 "HANDLE_TIME", 11285 "AFTER_CONTACT_WORK_TIME", 11286 "QUEUED_TIME", 11287 "ABANDON_TIME", 11288 "QUEUE_ANSWER_TIME", 11289 "HOLD_TIME", 11290 "INTERACTION_TIME", 11291 "INTERACTION_AND_HOLD_TIME", 11292 "SERVICE_LEVEL" 11293 ] 11294 }, 11295 "HistoricalMetricResult":{ 11296 "type":"structure", 11297 "members":{ 11298 "Dimensions":{ 11299 "shape":"Dimensions", 11300 "documentation":"<p>The dimension for the metrics.</p>" 11301 }, 11302 "Collections":{ 11303 "shape":"HistoricalMetricDataCollections", 11304 "documentation":"<p>The set of metrics.</p>" 11305 } 11306 }, 11307 "documentation":"<p>Contains information about the historical metrics retrieved.</p>" 11308 }, 11309 "HistoricalMetricResults":{ 11310 "type":"list", 11311 "member":{"shape":"HistoricalMetricResult"} 11312 }, 11313 "HistoricalMetrics":{ 11314 "type":"list", 11315 "member":{"shape":"HistoricalMetric"} 11316 }, 11317 "Hours":{ 11318 "type":"integer", 11319 "max":87600, 11320 "min":0 11321 }, 11322 "Hours24Format":{ 11323 "type":"integer", 11324 "max":23, 11325 "min":0 11326 }, 11327 "HoursOfOperation":{ 11328 "type":"structure", 11329 "members":{ 11330 "HoursOfOperationId":{ 11331 "shape":"HoursOfOperationId", 11332 "documentation":"<p>The identifier for the hours of operation.</p>" 11333 }, 11334 "HoursOfOperationArn":{ 11335 "shape":"ARN", 11336 "documentation":"<p>The Amazon Resource Name (ARN) for the hours of operation.</p>" 11337 }, 11338 "Name":{ 11339 "shape":"CommonNameLength127", 11340 "documentation":"<p>The name for the hours of operation.</p>" 11341 }, 11342 "Description":{ 11343 "shape":"HoursOfOperationDescription", 11344 "documentation":"<p>The description for the hours of operation.</p>" 11345 }, 11346 "TimeZone":{ 11347 "shape":"TimeZone", 11348 "documentation":"<p>The time zone for the hours of operation.</p>" 11349 }, 11350 "Config":{ 11351 "shape":"HoursOfOperationConfigList", 11352 "documentation":"<p>Configuration information for the hours of operation.</p>" 11353 }, 11354 "Tags":{ 11355 "shape":"TagMap", 11356 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 11357 }, 11358 "LastModifiedTime":{ 11359 "shape":"Timestamp", 11360 "documentation":"<p>The timestamp when this resource was last modified.</p>" 11361 }, 11362 "LastModifiedRegion":{ 11363 "shape":"RegionName", 11364 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 11365 } 11366 }, 11367 "documentation":"<p>Information about of the hours of operation.</p>" 11368 }, 11369 "HoursOfOperationConfig":{ 11370 "type":"structure", 11371 "required":[ 11372 "Day", 11373 "StartTime", 11374 "EndTime" 11375 ], 11376 "members":{ 11377 "Day":{ 11378 "shape":"HoursOfOperationDays", 11379 "documentation":"<p>The day that the hours of operation applies to.</p>" 11380 }, 11381 "StartTime":{ 11382 "shape":"HoursOfOperationTimeSlice", 11383 "documentation":"<p>The start time that your contact center opens.</p>" 11384 }, 11385 "EndTime":{ 11386 "shape":"HoursOfOperationTimeSlice", 11387 "documentation":"<p>The end time that your contact center closes.</p>" 11388 } 11389 }, 11390 "documentation":"<p>Contains information about the hours of operation.</p>" 11391 }, 11392 "HoursOfOperationConfigList":{ 11393 "type":"list", 11394 "member":{"shape":"HoursOfOperationConfig"}, 11395 "max":100, 11396 "min":0 11397 }, 11398 "HoursOfOperationDays":{ 11399 "type":"string", 11400 "enum":[ 11401 "SUNDAY", 11402 "MONDAY", 11403 "TUESDAY", 11404 "WEDNESDAY", 11405 "THURSDAY", 11406 "FRIDAY", 11407 "SATURDAY" 11408 ] 11409 }, 11410 "HoursOfOperationDescription":{ 11411 "type":"string", 11412 "max":250, 11413 "min":1 11414 }, 11415 "HoursOfOperationId":{"type":"string"}, 11416 "HoursOfOperationList":{ 11417 "type":"list", 11418 "member":{"shape":"HoursOfOperation"} 11419 }, 11420 "HoursOfOperationName":{"type":"string"}, 11421 "HoursOfOperationSearchConditionList":{ 11422 "type":"list", 11423 "member":{"shape":"HoursOfOperationSearchCriteria"} 11424 }, 11425 "HoursOfOperationSearchCriteria":{ 11426 "type":"structure", 11427 "members":{ 11428 "OrConditions":{ 11429 "shape":"HoursOfOperationSearchConditionList", 11430 "documentation":"<p>A list of conditions which would be applied together with an OR condition.</p>" 11431 }, 11432 "AndConditions":{ 11433 "shape":"HoursOfOperationSearchConditionList", 11434 "documentation":"<p>A list of conditions which would be applied together with an AND condition.</p>" 11435 }, 11436 "StringCondition":{ 11437 "shape":"StringCondition", 11438 "documentation":"<p>A leaf node condition which can be used to specify a string condition.</p> <note> <p>The currently supported values for <code>FieldName</code> are <code>name</code>, <code>description</code>, <code>timezone</code>, and <code>resourceID</code>.</p> </note>" 11439 } 11440 }, 11441 "documentation":"<p>The search criteria to be used to return hours of operations.</p>" 11442 }, 11443 "HoursOfOperationSearchFilter":{ 11444 "type":"structure", 11445 "members":{ 11446 "TagFilter":{"shape":"ControlPlaneTagFilter"} 11447 }, 11448 "documentation":"<p>Filters to be applied to search results.</p>" 11449 }, 11450 "HoursOfOperationSummary":{ 11451 "type":"structure", 11452 "members":{ 11453 "Id":{ 11454 "shape":"HoursOfOperationId", 11455 "documentation":"<p>The identifier of the hours of operation.</p>" 11456 }, 11457 "Arn":{ 11458 "shape":"ARN", 11459 "documentation":"<p>The Amazon Resource Name (ARN) of the hours of operation.</p>" 11460 }, 11461 "Name":{ 11462 "shape":"HoursOfOperationName", 11463 "documentation":"<p>The name of the hours of operation.</p>" 11464 }, 11465 "LastModifiedTime":{ 11466 "shape":"Timestamp", 11467 "documentation":"<p>The timestamp when this resource was last modified.</p>" 11468 }, 11469 "LastModifiedRegion":{ 11470 "shape":"RegionName", 11471 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 11472 } 11473 }, 11474 "documentation":"<p>Contains summary information about hours of operation for a contact center.</p>" 11475 }, 11476 "HoursOfOperationSummaryList":{ 11477 "type":"list", 11478 "member":{"shape":"HoursOfOperationSummary"} 11479 }, 11480 "HoursOfOperationTimeSlice":{ 11481 "type":"structure", 11482 "required":[ 11483 "Hours", 11484 "Minutes" 11485 ], 11486 "members":{ 11487 "Hours":{ 11488 "shape":"Hours24Format", 11489 "documentation":"<p>The hours.</p>", 11490 "box":true 11491 }, 11492 "Minutes":{ 11493 "shape":"MinutesLimit60", 11494 "documentation":"<p>The minutes.</p>", 11495 "box":true 11496 } 11497 }, 11498 "documentation":"<p>The start time or end time for an hours of operation.</p>" 11499 }, 11500 "ISO8601Datetime":{"type":"string"}, 11501 "IdempotencyException":{ 11502 "type":"structure", 11503 "members":{ 11504 "Message":{"shape":"Message"} 11505 }, 11506 "documentation":"<p>An entity with the same name already exists.</p>", 11507 "error":{"httpStatusCode":409}, 11508 "exception":true 11509 }, 11510 "ImportPhoneNumberRequest":{ 11511 "type":"structure", 11512 "required":[ 11513 "InstanceId", 11514 "SourcePhoneNumberArn" 11515 ], 11516 "members":{ 11517 "InstanceId":{ 11518 "shape":"InstanceId", 11519 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 11520 }, 11521 "SourcePhoneNumberArn":{ 11522 "shape":"ARN", 11523 "documentation":"<p>The claimed phone number ARN being imported from the external service, such as Amazon Pinpoint. If it is from Amazon Pinpoint, it looks like the ARN of the phone number to import from Amazon Pinpoint.</p>" 11524 }, 11525 "PhoneNumberDescription":{ 11526 "shape":"PhoneNumberDescription", 11527 "documentation":"<p>The description of the phone number.</p>" 11528 }, 11529 "Tags":{ 11530 "shape":"TagMap", 11531 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 11532 }, 11533 "ClientToken":{ 11534 "shape":"ClientToken", 11535 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 11536 "idempotencyToken":true 11537 } 11538 } 11539 }, 11540 "ImportPhoneNumberResponse":{ 11541 "type":"structure", 11542 "members":{ 11543 "PhoneNumberId":{ 11544 "shape":"PhoneNumberId", 11545 "documentation":"<p>A unique identifier for the phone number.</p>" 11546 }, 11547 "PhoneNumberArn":{ 11548 "shape":"ARN", 11549 "documentation":"<p>The Amazon Resource Name (ARN) of the phone number.</p>" 11550 } 11551 } 11552 }, 11553 "InboundCallsEnabled":{"type":"boolean"}, 11554 "InitiationMethodList":{ 11555 "type":"list", 11556 "member":{"shape":"ContactInitiationMethod"} 11557 }, 11558 "Instance":{ 11559 "type":"structure", 11560 "members":{ 11561 "Id":{ 11562 "shape":"InstanceId", 11563 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 11564 }, 11565 "Arn":{ 11566 "shape":"ARN", 11567 "documentation":"<p>The Amazon Resource Name (ARN) of the instance.</p>" 11568 }, 11569 "IdentityManagementType":{ 11570 "shape":"DirectoryType", 11571 "documentation":"<p>The identity management type.</p>" 11572 }, 11573 "InstanceAlias":{ 11574 "shape":"DirectoryAlias", 11575 "documentation":"<p>The alias of instance.</p>" 11576 }, 11577 "CreatedTime":{ 11578 "shape":"Timestamp", 11579 "documentation":"<p>When the instance was created.</p>" 11580 }, 11581 "ServiceRole":{ 11582 "shape":"ARN", 11583 "documentation":"<p>The service role of the instance.</p>" 11584 }, 11585 "InstanceStatus":{ 11586 "shape":"InstanceStatus", 11587 "documentation":"<p>The state of the instance.</p>" 11588 }, 11589 "StatusReason":{ 11590 "shape":"InstanceStatusReason", 11591 "documentation":"<p>Relevant details why the instance was not successfully created. </p>" 11592 }, 11593 "InboundCallsEnabled":{ 11594 "shape":"InboundCallsEnabled", 11595 "documentation":"<p>Whether inbound calls are enabled.</p>" 11596 }, 11597 "OutboundCallsEnabled":{ 11598 "shape":"OutboundCallsEnabled", 11599 "documentation":"<p>Whether outbound calls are enabled.</p>" 11600 }, 11601 "InstanceAccessUrl":{ 11602 "shape":"Url", 11603 "documentation":"<p>This URL allows contact center users to access the Amazon Connect admin website.</p>" 11604 }, 11605 "Tags":{ 11606 "shape":"TagMap", 11607 "documentation":"<p>The tags of an instance.</p>" 11608 } 11609 }, 11610 "documentation":"<p>The Amazon Connect instance.</p>" 11611 }, 11612 "InstanceArn":{ 11613 "type":"string", 11614 "pattern":"arn:(aws|aws-us-gov):connect:[a-z]{2}-[a-z]+-[0-9-]{1}:[0-9]{1,20}:instance/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}" 11615 }, 11616 "InstanceAttributeType":{ 11617 "type":"string", 11618 "enum":[ 11619 "INBOUND_CALLS", 11620 "OUTBOUND_CALLS", 11621 "CONTACTFLOW_LOGS", 11622 "CONTACT_LENS", 11623 "AUTO_RESOLVE_BEST_VOICES", 11624 "USE_CUSTOM_TTS_VOICES", 11625 "EARLY_MEDIA", 11626 "MULTI_PARTY_CONFERENCE", 11627 "HIGH_VOLUME_OUTBOUND", 11628 "ENHANCED_CONTACT_MONITORING", 11629 "ENHANCED_CHAT_MONITORING" 11630 ] 11631 }, 11632 "InstanceAttributeValue":{ 11633 "type":"string", 11634 "max":100, 11635 "min":1 11636 }, 11637 "InstanceId":{ 11638 "type":"string", 11639 "max":100, 11640 "min":1 11641 }, 11642 "InstanceIdOrArn":{ 11643 "type":"string", 11644 "max":250, 11645 "min":1, 11646 "pattern":"^(arn:(aws|aws-us-gov):connect:[a-z]{2}-[a-z]+-[0-9]{1}:[0-9]{1,20}:instance/)?[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$" 11647 }, 11648 "InstanceStatus":{ 11649 "type":"string", 11650 "enum":[ 11651 "CREATION_IN_PROGRESS", 11652 "ACTIVE", 11653 "CREATION_FAILED" 11654 ] 11655 }, 11656 "InstanceStatusReason":{ 11657 "type":"structure", 11658 "members":{ 11659 "Message":{ 11660 "shape":"String", 11661 "documentation":"<p>The message.</p>" 11662 } 11663 }, 11664 "documentation":"<p>Relevant details why the instance was not successfully created.</p>" 11665 }, 11666 "InstanceStorageConfig":{ 11667 "type":"structure", 11668 "required":["StorageType"], 11669 "members":{ 11670 "AssociationId":{ 11671 "shape":"AssociationId", 11672 "documentation":"<p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>" 11673 }, 11674 "StorageType":{ 11675 "shape":"StorageType", 11676 "documentation":"<p>A valid storage type.</p>" 11677 }, 11678 "S3Config":{ 11679 "shape":"S3Config", 11680 "documentation":"<p>The S3 bucket configuration.</p>" 11681 }, 11682 "KinesisVideoStreamConfig":{ 11683 "shape":"KinesisVideoStreamConfig", 11684 "documentation":"<p>The configuration of the Kinesis video stream.</p>" 11685 }, 11686 "KinesisStreamConfig":{ 11687 "shape":"KinesisStreamConfig", 11688 "documentation":"<p>The configuration of the Kinesis data stream.</p>" 11689 }, 11690 "KinesisFirehoseConfig":{ 11691 "shape":"KinesisFirehoseConfig", 11692 "documentation":"<p>The configuration of the Kinesis Firehose delivery stream.</p>" 11693 } 11694 }, 11695 "documentation":"<p>The storage configuration for the instance.</p>" 11696 }, 11697 "InstanceStorageConfigs":{ 11698 "type":"list", 11699 "member":{"shape":"InstanceStorageConfig"} 11700 }, 11701 "InstanceStorageResourceType":{ 11702 "type":"string", 11703 "enum":[ 11704 "CHAT_TRANSCRIPTS", 11705 "CALL_RECORDINGS", 11706 "SCHEDULED_REPORTS", 11707 "MEDIA_STREAMS", 11708 "CONTACT_TRACE_RECORDS", 11709 "AGENT_EVENTS", 11710 "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS", 11711 "ATTACHMENTS", 11712 "CONTACT_EVALUATIONS", 11713 "SCREEN_RECORDINGS" 11714 ] 11715 }, 11716 "InstanceSummary":{ 11717 "type":"structure", 11718 "members":{ 11719 "Id":{ 11720 "shape":"InstanceId", 11721 "documentation":"<p>The identifier of the instance.</p>" 11722 }, 11723 "Arn":{ 11724 "shape":"ARN", 11725 "documentation":"<p>The Amazon Resource Name (ARN) of the instance.</p>" 11726 }, 11727 "IdentityManagementType":{ 11728 "shape":"DirectoryType", 11729 "documentation":"<p>The identity management type of the instance.</p>" 11730 }, 11731 "InstanceAlias":{ 11732 "shape":"DirectoryAlias", 11733 "documentation":"<p>The alias of the instance.</p>" 11734 }, 11735 "CreatedTime":{ 11736 "shape":"Timestamp", 11737 "documentation":"<p>When the instance was created.</p>" 11738 }, 11739 "ServiceRole":{ 11740 "shape":"ARN", 11741 "documentation":"<p>The service role of the instance.</p>" 11742 }, 11743 "InstanceStatus":{ 11744 "shape":"InstanceStatus", 11745 "documentation":"<p>The state of the instance.</p>" 11746 }, 11747 "InboundCallsEnabled":{ 11748 "shape":"InboundCallsEnabled", 11749 "documentation":"<p>Whether inbound calls are enabled.</p>" 11750 }, 11751 "OutboundCallsEnabled":{ 11752 "shape":"OutboundCallsEnabled", 11753 "documentation":"<p>Whether outbound calls are enabled.</p>" 11754 }, 11755 "InstanceAccessUrl":{ 11756 "shape":"Url", 11757 "documentation":"<p>This URL allows contact center users to access the Amazon Connect admin website.</p>" 11758 } 11759 }, 11760 "documentation":"<p>Information about the instance.</p>" 11761 }, 11762 "InstanceSummaryList":{ 11763 "type":"list", 11764 "member":{"shape":"InstanceSummary"} 11765 }, 11766 "Integer":{"type":"integer"}, 11767 "IntegerCount":{ 11768 "type":"integer", 11769 "min":0 11770 }, 11771 "IntegrationAssociationId":{ 11772 "type":"string", 11773 "max":200, 11774 "min":1 11775 }, 11776 "IntegrationAssociationSummary":{ 11777 "type":"structure", 11778 "members":{ 11779 "IntegrationAssociationId":{ 11780 "shape":"IntegrationAssociationId", 11781 "documentation":"<p>The identifier for the AppIntegration association.</p>" 11782 }, 11783 "IntegrationAssociationArn":{ 11784 "shape":"ARN", 11785 "documentation":"<p>The Amazon Resource Name (ARN) for the AppIntegration association.</p>" 11786 }, 11787 "InstanceId":{ 11788 "shape":"InstanceId", 11789 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 11790 }, 11791 "IntegrationType":{ 11792 "shape":"IntegrationType", 11793 "documentation":"<p>The integration type.</p>" 11794 }, 11795 "IntegrationArn":{ 11796 "shape":"ARN", 11797 "documentation":"<p>The Amazon Resource Name (ARN) for the AppIntegration.</p>" 11798 }, 11799 "SourceApplicationUrl":{ 11800 "shape":"URI", 11801 "documentation":"<p>The URL for the external application.</p>" 11802 }, 11803 "SourceApplicationName":{ 11804 "shape":"SourceApplicationName", 11805 "documentation":"<p>The user-provided, friendly name for the external application.</p>" 11806 }, 11807 "SourceType":{ 11808 "shape":"SourceType", 11809 "documentation":"<p>The name of the source.</p>" 11810 } 11811 }, 11812 "documentation":"<p>Contains summary information about the associated AppIntegrations.</p>" 11813 }, 11814 "IntegrationAssociationSummaryList":{ 11815 "type":"list", 11816 "member":{"shape":"IntegrationAssociationSummary"} 11817 }, 11818 "IntegrationType":{ 11819 "type":"string", 11820 "enum":[ 11821 "EVENT", 11822 "VOICE_ID", 11823 "PINPOINT_APP", 11824 "WISDOM_ASSISTANT", 11825 "WISDOM_KNOWLEDGE_BASE", 11826 "WISDOM_QUICK_RESPONSES", 11827 "CASES_DOMAIN", 11828 "APPLICATION", 11829 "FILE_SCANNER" 11830 ] 11831 }, 11832 "InternalServiceException":{ 11833 "type":"structure", 11834 "members":{ 11835 "Message":{ 11836 "shape":"Message", 11837 "documentation":"<p>The message.</p>" 11838 } 11839 }, 11840 "documentation":"<p>Request processing failed because of an error or failure with the service.</p>", 11841 "error":{"httpStatusCode":500}, 11842 "exception":true 11843 }, 11844 "IntervalDetails":{ 11845 "type":"structure", 11846 "members":{ 11847 "TimeZone":{ 11848 "shape":"String", 11849 "documentation":"<p>The timezone applied to requested metrics.</p>" 11850 }, 11851 "IntervalPeriod":{ 11852 "shape":"IntervalPeriod", 11853 "documentation":"<p> <code>IntervalPeriod</code>: An aggregated grouping applied to request metrics. Valid <code>IntervalPeriod</code> values are: <code>FIFTEEN_MIN</code> | <code>THIRTY_MIN</code> | <code>HOUR</code> | <code>DAY</code> | <code>WEEK</code> | <code>TOTAL</code>. </p> <p>For example, if <code>IntervalPeriod</code> is selected <code>THIRTY_MIN</code>, <code>StartTime</code> and <code>EndTime</code> differs by 1 day, then Amazon Connect returns 48 results in the response. Each result is aggregated by the THIRTY_MIN period. By default Amazon Connect aggregates results based on the <code>TOTAL</code> interval period. </p> <p>The following list describes restrictions on <code>StartTime</code> and <code>EndTime</code> based on what <code>IntervalPeriod</code> is requested. </p> <ul> <li> <p> <code>FIFTEEN_MIN</code>: The difference between <code>StartTime</code> and <code>EndTime</code> must be less than 3 days.</p> </li> <li> <p> <code>THIRTY_MIN</code>: The difference between <code>StartTime</code> and <code>EndTime</code> must be less than 3 days.</p> </li> <li> <p> <code>HOUR</code>: The difference between <code>StartTime</code> and <code>EndTime</code> must be less than 3 days.</p> </li> <li> <p> <code>DAY</code>: The difference between <code>StartTime</code> and <code>EndTime</code> must be less than 35 days.</p> </li> <li> <p> <code>WEEK</code>: The difference between <code>StartTime</code> and <code>EndTime</code> must be less than 35 days.</p> </li> <li> <p> <code>TOTAL</code>: The difference between <code>StartTime</code> and <code>EndTime</code> must be less than 35 days.</p> </li> </ul>" 11854 } 11855 }, 11856 "documentation":"<p>Information about the interval period to use for returning results.</p>" 11857 }, 11858 "IntervalPeriod":{ 11859 "type":"string", 11860 "enum":[ 11861 "FIFTEEN_MIN", 11862 "THIRTY_MIN", 11863 "HOUR", 11864 "DAY", 11865 "WEEK", 11866 "TOTAL" 11867 ] 11868 }, 11869 "InvalidContactFlowException":{ 11870 "type":"structure", 11871 "members":{ 11872 "problems":{ 11873 "shape":"Problems", 11874 "documentation":"<p>The problems with the flow. Please fix before trying again.</p>" 11875 } 11876 }, 11877 "documentation":"<p>The flow is not valid.</p>", 11878 "error":{"httpStatusCode":400}, 11879 "exception":true 11880 }, 11881 "InvalidContactFlowModuleException":{ 11882 "type":"structure", 11883 "members":{ 11884 "Problems":{"shape":"Problems"} 11885 }, 11886 "documentation":"<p>The problems with the module. Please fix before trying again.</p>", 11887 "error":{"httpStatusCode":400}, 11888 "exception":true 11889 }, 11890 "InvalidParameterException":{ 11891 "type":"structure", 11892 "members":{ 11893 "Message":{ 11894 "shape":"Message", 11895 "documentation":"<p>The message about the parameters.</p>" 11896 } 11897 }, 11898 "documentation":"<p>One or more of the specified parameters are not valid.</p>", 11899 "error":{"httpStatusCode":400}, 11900 "exception":true 11901 }, 11902 "InvalidRequestException":{ 11903 "type":"structure", 11904 "members":{ 11905 "Message":{ 11906 "shape":"Message", 11907 "documentation":"<p>The message about the request.</p>" 11908 } 11909 }, 11910 "documentation":"<p>The request is not valid.</p>", 11911 "error":{"httpStatusCode":400}, 11912 "exception":true 11913 }, 11914 "InvisibleFieldInfo":{ 11915 "type":"structure", 11916 "members":{ 11917 "Id":{ 11918 "shape":"TaskTemplateFieldIdentifier", 11919 "documentation":"<p>Identifier of the invisible field.</p>" 11920 } 11921 }, 11922 "documentation":"<p>A field that is invisible to an agent.</p>" 11923 }, 11924 "InvisibleTaskTemplateFields":{ 11925 "type":"list", 11926 "member":{"shape":"InvisibleFieldInfo"} 11927 }, 11928 "JoinToken":{ 11929 "type":"string", 11930 "sensitive":true 11931 }, 11932 "KeyId":{ 11933 "type":"string", 11934 "max":128, 11935 "min":1 11936 }, 11937 "KinesisFirehoseConfig":{ 11938 "type":"structure", 11939 "required":["FirehoseArn"], 11940 "members":{ 11941 "FirehoseArn":{ 11942 "shape":"ARN", 11943 "documentation":"<p>The Amazon Resource Name (ARN) of the delivery stream.</p>" 11944 } 11945 }, 11946 "documentation":"<p>Configuration information of a Kinesis Data Firehose delivery stream.</p>" 11947 }, 11948 "KinesisStreamConfig":{ 11949 "type":"structure", 11950 "required":["StreamArn"], 11951 "members":{ 11952 "StreamArn":{ 11953 "shape":"ARN", 11954 "documentation":"<p>The Amazon Resource Name (ARN) of the data stream.</p>" 11955 } 11956 }, 11957 "documentation":"<p>Configuration information of a Kinesis data stream.</p>" 11958 }, 11959 "KinesisVideoStreamConfig":{ 11960 "type":"structure", 11961 "required":[ 11962 "Prefix", 11963 "RetentionPeriodHours", 11964 "EncryptionConfig" 11965 ], 11966 "members":{ 11967 "Prefix":{ 11968 "shape":"Prefix", 11969 "documentation":"<p>The prefix of the video stream.</p>" 11970 }, 11971 "RetentionPeriodHours":{ 11972 "shape":"Hours", 11973 "documentation":"<p>The number of hours data is retained in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.</p> <p>The default value is 0, indicating that the stream does not persist data.</p>" 11974 }, 11975 "EncryptionConfig":{ 11976 "shape":"EncryptionConfig", 11977 "documentation":"<p>The encryption configuration.</p>" 11978 } 11979 }, 11980 "documentation":"<p>Configuration information of a Kinesis video stream.</p>" 11981 }, 11982 "LargeNextToken":{ 11983 "type":"string", 11984 "max":100000, 11985 "min":1 11986 }, 11987 "LexBot":{ 11988 "type":"structure", 11989 "required":[ 11990 "Name", 11991 "LexRegion" 11992 ], 11993 "members":{ 11994 "Name":{ 11995 "shape":"BotName", 11996 "documentation":"<p>The name of the Amazon Lex bot.</p>" 11997 }, 11998 "LexRegion":{ 11999 "shape":"LexRegion", 12000 "documentation":"<p>The Amazon Web Services Region where the Amazon Lex bot was created.</p>" 12001 } 12002 }, 12003 "documentation":"<p>Configuration information of an Amazon Lex bot.</p>" 12004 }, 12005 "LexBotConfig":{ 12006 "type":"structure", 12007 "members":{ 12008 "LexBot":{"shape":"LexBot"}, 12009 "LexV2Bot":{ 12010 "shape":"LexV2Bot", 12011 "documentation":"<p>Configuration information of an Amazon Lex V2 bot.</p>" 12012 } 12013 }, 12014 "documentation":"<p>Configuration information of an Amazon Lex or Amazon Lex V2 bot.</p>" 12015 }, 12016 "LexBotConfigList":{ 12017 "type":"list", 12018 "member":{"shape":"LexBotConfig"} 12019 }, 12020 "LexBotsList":{ 12021 "type":"list", 12022 "member":{"shape":"LexBot"} 12023 }, 12024 "LexRegion":{ 12025 "type":"string", 12026 "max":60 12027 }, 12028 "LexV2Bot":{ 12029 "type":"structure", 12030 "members":{ 12031 "AliasArn":{ 12032 "shape":"AliasArn", 12033 "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.</p>" 12034 } 12035 }, 12036 "documentation":"<p>Configuration information of an Amazon Lex V2 bot.</p>" 12037 }, 12038 "LexVersion":{ 12039 "type":"string", 12040 "enum":[ 12041 "V1", 12042 "V2" 12043 ] 12044 }, 12045 "LimitExceededException":{ 12046 "type":"structure", 12047 "members":{ 12048 "Message":{ 12049 "shape":"Message", 12050 "documentation":"<p>The message about the limit.</p>" 12051 } 12052 }, 12053 "documentation":"<p>The allowed limit for the resource has been exceeded.</p>", 12054 "error":{"httpStatusCode":429}, 12055 "exception":true 12056 }, 12057 "ListAgentStatusRequest":{ 12058 "type":"structure", 12059 "required":["InstanceId"], 12060 "members":{ 12061 "InstanceId":{ 12062 "shape":"InstanceId", 12063 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12064 "location":"uri", 12065 "locationName":"InstanceId" 12066 }, 12067 "NextToken":{ 12068 "shape":"NextToken", 12069 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12070 "location":"querystring", 12071 "locationName":"nextToken" 12072 }, 12073 "MaxResults":{ 12074 "shape":"MaxResult1000", 12075 "documentation":"<p>The maximum number of results to return per page.</p>", 12076 "box":true, 12077 "location":"querystring", 12078 "locationName":"maxResults" 12079 }, 12080 "AgentStatusTypes":{ 12081 "shape":"AgentStatusTypes", 12082 "documentation":"<p>Available agent status types.</p>", 12083 "location":"querystring", 12084 "locationName":"AgentStatusTypes" 12085 } 12086 } 12087 }, 12088 "ListAgentStatusResponse":{ 12089 "type":"structure", 12090 "members":{ 12091 "NextToken":{ 12092 "shape":"NextToken", 12093 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12094 }, 12095 "AgentStatusSummaryList":{ 12096 "shape":"AgentStatusSummaryList", 12097 "documentation":"<p>A summary of agent statuses.</p>" 12098 } 12099 } 12100 }, 12101 "ListAnalyticsDataAssociationsRequest":{ 12102 "type":"structure", 12103 "required":["InstanceId"], 12104 "members":{ 12105 "InstanceId":{ 12106 "shape":"InstanceId", 12107 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12108 "location":"uri", 12109 "locationName":"InstanceId" 12110 }, 12111 "DataSetId":{ 12112 "shape":"DataSetId", 12113 "documentation":"<p>The identifier of the dataset to get the association status.</p>", 12114 "location":"querystring", 12115 "locationName":"DataSetId" 12116 }, 12117 "NextToken":{ 12118 "shape":"NextToken", 12119 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12120 "location":"querystring", 12121 "locationName":"nextToken" 12122 }, 12123 "MaxResults":{ 12124 "shape":"MaxResult1000", 12125 "documentation":"<p>The maximum number of results to return per page.</p>", 12126 "location":"querystring", 12127 "locationName":"maxResults" 12128 } 12129 } 12130 }, 12131 "ListAnalyticsDataAssociationsResponse":{ 12132 "type":"structure", 12133 "members":{ 12134 "Results":{ 12135 "shape":"AnalyticsDataAssociationResults", 12136 "documentation":"<p>An array of successful results: <code>DataSetId</code>, <code>TargetAccountId</code>, <code>ResourceShareId</code>, <code>ResourceShareArn</code>. This is a paginated API, so <code>nextToken</code> is given if there are more results to be returned.</p>" 12137 }, 12138 "NextToken":{ 12139 "shape":"NextToken", 12140 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12141 } 12142 } 12143 }, 12144 "ListApprovedOriginsRequest":{ 12145 "type":"structure", 12146 "required":["InstanceId"], 12147 "members":{ 12148 "InstanceId":{ 12149 "shape":"InstanceId", 12150 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12151 "location":"uri", 12152 "locationName":"InstanceId" 12153 }, 12154 "NextToken":{ 12155 "shape":"NextToken", 12156 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12157 "location":"querystring", 12158 "locationName":"nextToken" 12159 }, 12160 "MaxResults":{ 12161 "shape":"MaxResult25", 12162 "documentation":"<p>The maximum number of results to return per page.</p>", 12163 "box":true, 12164 "location":"querystring", 12165 "locationName":"maxResults" 12166 } 12167 } 12168 }, 12169 "ListApprovedOriginsResponse":{ 12170 "type":"structure", 12171 "members":{ 12172 "Origins":{ 12173 "shape":"OriginsList", 12174 "documentation":"<p>The approved origins.</p>" 12175 }, 12176 "NextToken":{ 12177 "shape":"NextToken", 12178 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12179 } 12180 } 12181 }, 12182 "ListBotsRequest":{ 12183 "type":"structure", 12184 "required":[ 12185 "InstanceId", 12186 "LexVersion" 12187 ], 12188 "members":{ 12189 "InstanceId":{ 12190 "shape":"InstanceId", 12191 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12192 "location":"uri", 12193 "locationName":"InstanceId" 12194 }, 12195 "NextToken":{ 12196 "shape":"NextToken", 12197 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12198 "location":"querystring", 12199 "locationName":"nextToken" 12200 }, 12201 "MaxResults":{ 12202 "shape":"MaxResult25", 12203 "documentation":"<p>The maximum number of results to return per page.</p>", 12204 "box":true, 12205 "location":"querystring", 12206 "locationName":"maxResults" 12207 }, 12208 "LexVersion":{ 12209 "shape":"LexVersion", 12210 "documentation":"<p>The version of Amazon Lex or Amazon Lex V2.</p>", 12211 "location":"querystring", 12212 "locationName":"lexVersion" 12213 } 12214 } 12215 }, 12216 "ListBotsResponse":{ 12217 "type":"structure", 12218 "members":{ 12219 "LexBots":{ 12220 "shape":"LexBotConfigList", 12221 "documentation":"<p>The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.</p>" 12222 }, 12223 "NextToken":{ 12224 "shape":"NextToken", 12225 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12226 } 12227 } 12228 }, 12229 "ListContactEvaluationsRequest":{ 12230 "type":"structure", 12231 "required":[ 12232 "InstanceId", 12233 "ContactId" 12234 ], 12235 "members":{ 12236 "InstanceId":{ 12237 "shape":"InstanceId", 12238 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12239 "location":"uri", 12240 "locationName":"InstanceId" 12241 }, 12242 "ContactId":{ 12243 "shape":"ContactId", 12244 "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. </p>", 12245 "location":"querystring", 12246 "locationName":"contactId" 12247 }, 12248 "NextToken":{ 12249 "shape":"NextToken", 12250 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p> <important> <p>This is not expected to be set because the value returned in the previous response is always null.</p> </important>", 12251 "location":"querystring", 12252 "locationName":"nextToken" 12253 } 12254 } 12255 }, 12256 "ListContactEvaluationsResponse":{ 12257 "type":"structure", 12258 "required":["EvaluationSummaryList"], 12259 "members":{ 12260 "EvaluationSummaryList":{ 12261 "shape":"EvaluationSummaryList", 12262 "documentation":"<p>Provides details about a list of contact evaluations belonging to an instance.</p>" 12263 }, 12264 "NextToken":{ 12265 "shape":"NextToken", 12266 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p> <important> <p>This is always returned as null in the response.</p> </important>" 12267 } 12268 } 12269 }, 12270 "ListContactFlowModulesRequest":{ 12271 "type":"structure", 12272 "required":["InstanceId"], 12273 "members":{ 12274 "InstanceId":{ 12275 "shape":"InstanceId", 12276 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12277 "location":"uri", 12278 "locationName":"InstanceId" 12279 }, 12280 "NextToken":{ 12281 "shape":"NextToken", 12282 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12283 "location":"querystring", 12284 "locationName":"nextToken" 12285 }, 12286 "MaxResults":{ 12287 "shape":"MaxResult1000", 12288 "documentation":"<p>The maximum number of results to return per page.</p>", 12289 "box":true, 12290 "location":"querystring", 12291 "locationName":"maxResults" 12292 }, 12293 "ContactFlowModuleState":{ 12294 "shape":"ContactFlowModuleState", 12295 "documentation":"<p>The state of the flow module.</p>", 12296 "location":"querystring", 12297 "locationName":"state" 12298 } 12299 } 12300 }, 12301 "ListContactFlowModulesResponse":{ 12302 "type":"structure", 12303 "members":{ 12304 "ContactFlowModulesSummaryList":{ 12305 "shape":"ContactFlowModulesSummaryList", 12306 "documentation":"<p>Information about the flow module.</p>" 12307 }, 12308 "NextToken":{ 12309 "shape":"NextToken", 12310 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12311 } 12312 } 12313 }, 12314 "ListContactFlowsRequest":{ 12315 "type":"structure", 12316 "required":["InstanceId"], 12317 "members":{ 12318 "InstanceId":{ 12319 "shape":"InstanceId", 12320 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12321 "location":"uri", 12322 "locationName":"InstanceId" 12323 }, 12324 "ContactFlowTypes":{ 12325 "shape":"ContactFlowTypes", 12326 "documentation":"<p>The type of flow.</p>", 12327 "location":"querystring", 12328 "locationName":"contactFlowTypes" 12329 }, 12330 "NextToken":{ 12331 "shape":"NextToken", 12332 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12333 "location":"querystring", 12334 "locationName":"nextToken" 12335 }, 12336 "MaxResults":{ 12337 "shape":"MaxResult1000", 12338 "documentation":"<p>The maximum number of results to return per page. The default MaxResult size is 100.</p>", 12339 "location":"querystring", 12340 "locationName":"maxResults" 12341 } 12342 } 12343 }, 12344 "ListContactFlowsResponse":{ 12345 "type":"structure", 12346 "members":{ 12347 "ContactFlowSummaryList":{ 12348 "shape":"ContactFlowSummaryList", 12349 "documentation":"<p>Information about the flows.</p>" 12350 }, 12351 "NextToken":{ 12352 "shape":"NextToken", 12353 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12354 } 12355 } 12356 }, 12357 "ListContactReferencesRequest":{ 12358 "type":"structure", 12359 "required":[ 12360 "InstanceId", 12361 "ContactId", 12362 "ReferenceTypes" 12363 ], 12364 "members":{ 12365 "InstanceId":{ 12366 "shape":"InstanceId", 12367 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12368 "location":"uri", 12369 "locationName":"InstanceId" 12370 }, 12371 "ContactId":{ 12372 "shape":"ContactId", 12373 "documentation":"<p>The identifier of the initial contact.</p>", 12374 "location":"uri", 12375 "locationName":"ContactId" 12376 }, 12377 "ReferenceTypes":{ 12378 "shape":"ReferenceTypes", 12379 "documentation":"<p>The type of reference.</p>", 12380 "location":"querystring", 12381 "locationName":"referenceTypes" 12382 }, 12383 "NextToken":{ 12384 "shape":"NextToken", 12385 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p> <important> <p>This is not expected to be set, because the value returned in the previous response is always null.</p> </important>", 12386 "location":"querystring", 12387 "locationName":"nextToken" 12388 } 12389 } 12390 }, 12391 "ListContactReferencesResponse":{ 12392 "type":"structure", 12393 "members":{ 12394 "ReferenceSummaryList":{ 12395 "shape":"ReferenceSummaryList", 12396 "documentation":"<p>Information about the flows.</p>" 12397 }, 12398 "NextToken":{ 12399 "shape":"NextToken", 12400 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p> <important> <p>This is always returned as null in the response.</p> </important>" 12401 } 12402 } 12403 }, 12404 "ListDefaultVocabulariesRequest":{ 12405 "type":"structure", 12406 "required":["InstanceId"], 12407 "members":{ 12408 "InstanceId":{ 12409 "shape":"InstanceId", 12410 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12411 "location":"uri", 12412 "locationName":"InstanceId" 12413 }, 12414 "LanguageCode":{ 12415 "shape":"VocabularyLanguageCode", 12416 "documentation":"<p>The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html\">What is Amazon Transcribe?</a> </p>" 12417 }, 12418 "MaxResults":{ 12419 "shape":"MaxResult100", 12420 "documentation":"<p>The maximum number of results to return per page.</p>" 12421 }, 12422 "NextToken":{ 12423 "shape":"VocabularyNextToken", 12424 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 12425 } 12426 } 12427 }, 12428 "ListDefaultVocabulariesResponse":{ 12429 "type":"structure", 12430 "required":["DefaultVocabularyList"], 12431 "members":{ 12432 "DefaultVocabularyList":{ 12433 "shape":"DefaultVocabularyList", 12434 "documentation":"<p>A list of default vocabularies.</p>" 12435 }, 12436 "NextToken":{ 12437 "shape":"VocabularyNextToken", 12438 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12439 } 12440 } 12441 }, 12442 "ListEvaluationFormVersionsRequest":{ 12443 "type":"structure", 12444 "required":[ 12445 "InstanceId", 12446 "EvaluationFormId" 12447 ], 12448 "members":{ 12449 "InstanceId":{ 12450 "shape":"InstanceId", 12451 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12452 "location":"uri", 12453 "locationName":"InstanceId" 12454 }, 12455 "EvaluationFormId":{ 12456 "shape":"ResourceId", 12457 "documentation":"<p>The unique identifier for the evaluation form.</p>", 12458 "location":"uri", 12459 "locationName":"EvaluationFormId" 12460 }, 12461 "MaxResults":{ 12462 "shape":"MaxResult100", 12463 "documentation":"<p>The maximum number of results to return per page.</p>", 12464 "box":true, 12465 "location":"querystring", 12466 "locationName":"maxResults" 12467 }, 12468 "NextToken":{ 12469 "shape":"NextToken", 12470 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12471 "location":"querystring", 12472 "locationName":"nextToken" 12473 } 12474 } 12475 }, 12476 "ListEvaluationFormVersionsResponse":{ 12477 "type":"structure", 12478 "required":["EvaluationFormVersionSummaryList"], 12479 "members":{ 12480 "EvaluationFormVersionSummaryList":{ 12481 "shape":"EvaluationFormVersionSummaryList", 12482 "documentation":"<p>Provides details about a list of evaluation forms belonging to an instance.</p>" 12483 }, 12484 "NextToken":{ 12485 "shape":"NextToken", 12486 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12487 } 12488 } 12489 }, 12490 "ListEvaluationFormsRequest":{ 12491 "type":"structure", 12492 "required":["InstanceId"], 12493 "members":{ 12494 "InstanceId":{ 12495 "shape":"InstanceId", 12496 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12497 "location":"uri", 12498 "locationName":"InstanceId" 12499 }, 12500 "MaxResults":{ 12501 "shape":"MaxResult100", 12502 "documentation":"<p>The maximum number of results to return per page.</p>", 12503 "box":true, 12504 "location":"querystring", 12505 "locationName":"maxResults" 12506 }, 12507 "NextToken":{ 12508 "shape":"NextToken", 12509 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12510 "location":"querystring", 12511 "locationName":"nextToken" 12512 } 12513 } 12514 }, 12515 "ListEvaluationFormsResponse":{ 12516 "type":"structure", 12517 "required":["EvaluationFormSummaryList"], 12518 "members":{ 12519 "EvaluationFormSummaryList":{ 12520 "shape":"EvaluationFormSummaryList", 12521 "documentation":"<p>Provides details about a list of evaluation forms belonging to an instance.</p>" 12522 }, 12523 "NextToken":{ 12524 "shape":"NextToken", 12525 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12526 } 12527 } 12528 }, 12529 "ListFlowAssociationResourceType":{ 12530 "type":"string", 12531 "enum":["VOICE_PHONE_NUMBER"] 12532 }, 12533 "ListFlowAssociationsRequest":{ 12534 "type":"structure", 12535 "required":["InstanceId"], 12536 "members":{ 12537 "InstanceId":{ 12538 "shape":"InstanceId", 12539 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12540 "location":"uri", 12541 "locationName":"InstanceId" 12542 }, 12543 "ResourceType":{ 12544 "shape":"ListFlowAssociationResourceType", 12545 "documentation":"<p>A valid resource type.</p>", 12546 "location":"querystring", 12547 "locationName":"ResourceType" 12548 }, 12549 "NextToken":{ 12550 "shape":"NextToken", 12551 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12552 "location":"querystring", 12553 "locationName":"nextToken" 12554 }, 12555 "MaxResults":{ 12556 "shape":"MaxResult1000", 12557 "documentation":"<p>The maximum number of results to return per page.</p>", 12558 "box":true, 12559 "location":"querystring", 12560 "locationName":"maxResults" 12561 } 12562 } 12563 }, 12564 "ListFlowAssociationsResponse":{ 12565 "type":"structure", 12566 "members":{ 12567 "FlowAssociationSummaryList":{ 12568 "shape":"FlowAssociationSummaryList", 12569 "documentation":"<p>Summary of flow associations.</p>" 12570 }, 12571 "NextToken":{ 12572 "shape":"NextToken", 12573 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12574 } 12575 } 12576 }, 12577 "ListHoursOfOperationsRequest":{ 12578 "type":"structure", 12579 "required":["InstanceId"], 12580 "members":{ 12581 "InstanceId":{ 12582 "shape":"InstanceId", 12583 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12584 "location":"uri", 12585 "locationName":"InstanceId" 12586 }, 12587 "NextToken":{ 12588 "shape":"NextToken", 12589 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12590 "location":"querystring", 12591 "locationName":"nextToken" 12592 }, 12593 "MaxResults":{ 12594 "shape":"MaxResult1000", 12595 "documentation":"<p>The maximum number of results to return per page. The default MaxResult size is 100.</p>", 12596 "location":"querystring", 12597 "locationName":"maxResults" 12598 } 12599 } 12600 }, 12601 "ListHoursOfOperationsResponse":{ 12602 "type":"structure", 12603 "members":{ 12604 "HoursOfOperationSummaryList":{ 12605 "shape":"HoursOfOperationSummaryList", 12606 "documentation":"<p>Information about the hours of operation.</p>" 12607 }, 12608 "NextToken":{ 12609 "shape":"NextToken", 12610 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12611 } 12612 } 12613 }, 12614 "ListInstanceAttributesRequest":{ 12615 "type":"structure", 12616 "required":["InstanceId"], 12617 "members":{ 12618 "InstanceId":{ 12619 "shape":"InstanceId", 12620 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12621 "location":"uri", 12622 "locationName":"InstanceId" 12623 }, 12624 "NextToken":{ 12625 "shape":"NextToken", 12626 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12627 "location":"querystring", 12628 "locationName":"nextToken" 12629 }, 12630 "MaxResults":{ 12631 "shape":"MaxResult7", 12632 "documentation":"<p>The maximum number of results to return per page.</p>", 12633 "box":true, 12634 "location":"querystring", 12635 "locationName":"maxResults" 12636 } 12637 } 12638 }, 12639 "ListInstanceAttributesResponse":{ 12640 "type":"structure", 12641 "members":{ 12642 "Attributes":{ 12643 "shape":"AttributesList", 12644 "documentation":"<p>The attribute types.</p>" 12645 }, 12646 "NextToken":{ 12647 "shape":"NextToken", 12648 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12649 } 12650 } 12651 }, 12652 "ListInstanceStorageConfigsRequest":{ 12653 "type":"structure", 12654 "required":[ 12655 "InstanceId", 12656 "ResourceType" 12657 ], 12658 "members":{ 12659 "InstanceId":{ 12660 "shape":"InstanceId", 12661 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12662 "location":"uri", 12663 "locationName":"InstanceId" 12664 }, 12665 "ResourceType":{ 12666 "shape":"InstanceStorageResourceType", 12667 "documentation":"<p>A valid resource type.</p>", 12668 "location":"querystring", 12669 "locationName":"resourceType" 12670 }, 12671 "NextToken":{ 12672 "shape":"NextToken", 12673 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12674 "location":"querystring", 12675 "locationName":"nextToken" 12676 }, 12677 "MaxResults":{ 12678 "shape":"MaxResult10", 12679 "documentation":"<p>The maximum number of results to return per page.</p>", 12680 "box":true, 12681 "location":"querystring", 12682 "locationName":"maxResults" 12683 } 12684 } 12685 }, 12686 "ListInstanceStorageConfigsResponse":{ 12687 "type":"structure", 12688 "members":{ 12689 "StorageConfigs":{ 12690 "shape":"InstanceStorageConfigs", 12691 "documentation":"<p>A valid storage type.</p>" 12692 }, 12693 "NextToken":{ 12694 "shape":"NextToken", 12695 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12696 } 12697 } 12698 }, 12699 "ListInstancesRequest":{ 12700 "type":"structure", 12701 "members":{ 12702 "NextToken":{ 12703 "shape":"NextToken", 12704 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12705 "location":"querystring", 12706 "locationName":"nextToken" 12707 }, 12708 "MaxResults":{ 12709 "shape":"MaxResult10", 12710 "documentation":"<p>The maximum number of results to return per page.</p>", 12711 "box":true, 12712 "location":"querystring", 12713 "locationName":"maxResults" 12714 } 12715 } 12716 }, 12717 "ListInstancesResponse":{ 12718 "type":"structure", 12719 "members":{ 12720 "InstanceSummaryList":{ 12721 "shape":"InstanceSummaryList", 12722 "documentation":"<p>Information about the instances.</p>" 12723 }, 12724 "NextToken":{ 12725 "shape":"NextToken", 12726 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12727 } 12728 } 12729 }, 12730 "ListIntegrationAssociationsRequest":{ 12731 "type":"structure", 12732 "required":["InstanceId"], 12733 "members":{ 12734 "InstanceId":{ 12735 "shape":"InstanceId", 12736 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12737 "location":"uri", 12738 "locationName":"InstanceId" 12739 }, 12740 "IntegrationType":{ 12741 "shape":"IntegrationType", 12742 "documentation":"<p>The integration type.</p>", 12743 "location":"querystring", 12744 "locationName":"integrationType" 12745 }, 12746 "NextToken":{ 12747 "shape":"NextToken", 12748 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12749 "location":"querystring", 12750 "locationName":"nextToken" 12751 }, 12752 "MaxResults":{ 12753 "shape":"MaxResult100", 12754 "documentation":"<p>The maximum number of results to return per page.</p>", 12755 "box":true, 12756 "location":"querystring", 12757 "locationName":"maxResults" 12758 }, 12759 "IntegrationArn":{ 12760 "shape":"ARN", 12761 "documentation":"<p>The Amazon Resource Name (ARN) of the integration.</p>", 12762 "location":"querystring", 12763 "locationName":"integrationArn" 12764 } 12765 } 12766 }, 12767 "ListIntegrationAssociationsResponse":{ 12768 "type":"structure", 12769 "members":{ 12770 "IntegrationAssociationSummaryList":{ 12771 "shape":"IntegrationAssociationSummaryList", 12772 "documentation":"<p>The associations.</p>" 12773 }, 12774 "NextToken":{ 12775 "shape":"NextToken", 12776 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12777 } 12778 } 12779 }, 12780 "ListLambdaFunctionsRequest":{ 12781 "type":"structure", 12782 "required":["InstanceId"], 12783 "members":{ 12784 "InstanceId":{ 12785 "shape":"InstanceId", 12786 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12787 "location":"uri", 12788 "locationName":"InstanceId" 12789 }, 12790 "NextToken":{ 12791 "shape":"NextToken", 12792 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12793 "location":"querystring", 12794 "locationName":"nextToken" 12795 }, 12796 "MaxResults":{ 12797 "shape":"MaxResult25", 12798 "documentation":"<p>The maximum number of results to return per page.</p>", 12799 "box":true, 12800 "location":"querystring", 12801 "locationName":"maxResults" 12802 } 12803 } 12804 }, 12805 "ListLambdaFunctionsResponse":{ 12806 "type":"structure", 12807 "members":{ 12808 "LambdaFunctions":{ 12809 "shape":"FunctionArnsList", 12810 "documentation":"<p>The Lambdafunction ARNs associated with the specified instance.</p>" 12811 }, 12812 "NextToken":{ 12813 "shape":"NextToken", 12814 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12815 } 12816 } 12817 }, 12818 "ListLexBotsRequest":{ 12819 "type":"structure", 12820 "required":["InstanceId"], 12821 "members":{ 12822 "InstanceId":{ 12823 "shape":"InstanceId", 12824 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12825 "location":"uri", 12826 "locationName":"InstanceId" 12827 }, 12828 "NextToken":{ 12829 "shape":"NextToken", 12830 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12831 "location":"querystring", 12832 "locationName":"nextToken" 12833 }, 12834 "MaxResults":{ 12835 "shape":"MaxResult25", 12836 "documentation":"<p>The maximum number of results to return per page. If no value is specified, the default is 10. </p>", 12837 "box":true, 12838 "location":"querystring", 12839 "locationName":"maxResults" 12840 } 12841 } 12842 }, 12843 "ListLexBotsResponse":{ 12844 "type":"structure", 12845 "members":{ 12846 "LexBots":{ 12847 "shape":"LexBotsList", 12848 "documentation":"<p>The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.</p>" 12849 }, 12850 "NextToken":{ 12851 "shape":"NextToken", 12852 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12853 } 12854 } 12855 }, 12856 "ListPhoneNumbersRequest":{ 12857 "type":"structure", 12858 "required":["InstanceId"], 12859 "members":{ 12860 "InstanceId":{ 12861 "shape":"InstanceId", 12862 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 12863 "location":"uri", 12864 "locationName":"InstanceId" 12865 }, 12866 "PhoneNumberTypes":{ 12867 "shape":"PhoneNumberTypes", 12868 "documentation":"<p>The type of phone number.</p> <note> <p>We recommend using <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html\">ListPhoneNumbersV2</a> to return phone number types. While ListPhoneNumbers returns number types <code>UIFN</code>, <code>SHARED</code>, <code>THIRD_PARTY_TF</code>, and <code>THIRD_PARTY_DID</code>, it incorrectly lists them as <code>TOLL_FREE</code> or <code>DID</code>. </p> </note>", 12869 "location":"querystring", 12870 "locationName":"phoneNumberTypes" 12871 }, 12872 "PhoneNumberCountryCodes":{ 12873 "shape":"PhoneNumberCountryCodes", 12874 "documentation":"<p>The ISO country code.</p>", 12875 "location":"querystring", 12876 "locationName":"phoneNumberCountryCodes" 12877 }, 12878 "NextToken":{ 12879 "shape":"NextToken", 12880 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 12881 "location":"querystring", 12882 "locationName":"nextToken" 12883 }, 12884 "MaxResults":{ 12885 "shape":"MaxResult1000", 12886 "documentation":"<p>The maximum number of results to return per page. The default MaxResult size is 100.</p>", 12887 "location":"querystring", 12888 "locationName":"maxResults" 12889 } 12890 } 12891 }, 12892 "ListPhoneNumbersResponse":{ 12893 "type":"structure", 12894 "members":{ 12895 "PhoneNumberSummaryList":{ 12896 "shape":"PhoneNumberSummaryList", 12897 "documentation":"<p>Information about the phone numbers.</p>" 12898 }, 12899 "NextToken":{ 12900 "shape":"NextToken", 12901 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12902 } 12903 } 12904 }, 12905 "ListPhoneNumbersSummary":{ 12906 "type":"structure", 12907 "members":{ 12908 "PhoneNumberId":{ 12909 "shape":"PhoneNumberId", 12910 "documentation":"<p>A unique identifier for the phone number.</p>" 12911 }, 12912 "PhoneNumberArn":{ 12913 "shape":"ARN", 12914 "documentation":"<p>The Amazon Resource Name (ARN) of the phone number.</p>" 12915 }, 12916 "PhoneNumber":{ 12917 "shape":"PhoneNumber", 12918 "documentation":"<p>The phone number. Phone numbers are formatted <code>[+] [country code] [subscriber number including area code]</code>.</p>" 12919 }, 12920 "PhoneNumberCountryCode":{ 12921 "shape":"PhoneNumberCountryCode", 12922 "documentation":"<p>The ISO country code.</p>" 12923 }, 12924 "PhoneNumberType":{ 12925 "shape":"PhoneNumberType", 12926 "documentation":"<p>The type of phone number.</p>" 12927 }, 12928 "TargetArn":{ 12929 "shape":"ARN", 12930 "documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.</p>" 12931 }, 12932 "InstanceId":{ 12933 "shape":"InstanceId", 12934 "documentation":"<p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 12935 }, 12936 "PhoneNumberDescription":{ 12937 "shape":"PhoneNumberDescription", 12938 "documentation":"<p>The description of the phone number.</p>" 12939 }, 12940 "SourcePhoneNumberArn":{ 12941 "shape":"ARN", 12942 "documentation":"<p>The claimed phone number ARN that was previously imported from the external service, such as Amazon Pinpoint. If it is from Amazon Pinpoint, it looks like the ARN of the phone number that was imported from Amazon Pinpoint.</p>" 12943 } 12944 }, 12945 "documentation":"<p>Information about phone numbers that have been claimed to your Amazon Connect instance or traffic distribution group.</p>" 12946 }, 12947 "ListPhoneNumbersSummaryList":{ 12948 "type":"list", 12949 "member":{"shape":"ListPhoneNumbersSummary"} 12950 }, 12951 "ListPhoneNumbersV2Request":{ 12952 "type":"structure", 12953 "members":{ 12954 "TargetArn":{ 12955 "shape":"ARN", 12956 "documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. If both <code>TargetArn</code> and <code>InstanceId</code> input are not provided, this API lists numbers claimed to all the Amazon Connect instances belonging to your account in the same Amazon Web Services Region as the request.</p>" 12957 }, 12958 "InstanceId":{ 12959 "shape":"InstanceId", 12960 "documentation":"<p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance. If both <code>TargetArn</code> and <code>InstanceId</code> are not provided, this API lists numbers claimed to all the Amazon Connect instances belonging to your account in the same AWS Region as the request.</p>" 12961 }, 12962 "MaxResults":{ 12963 "shape":"MaxResult1000", 12964 "documentation":"<p>The maximum number of results to return per page.</p>", 12965 "box":true 12966 }, 12967 "NextToken":{ 12968 "shape":"LargeNextToken", 12969 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 12970 }, 12971 "PhoneNumberCountryCodes":{ 12972 "shape":"PhoneNumberCountryCodes", 12973 "documentation":"<p>The ISO country code.</p>" 12974 }, 12975 "PhoneNumberTypes":{ 12976 "shape":"PhoneNumberTypes", 12977 "documentation":"<p>The type of phone number.</p>" 12978 }, 12979 "PhoneNumberPrefix":{ 12980 "shape":"PhoneNumberPrefix", 12981 "documentation":"<p>The prefix of the phone number. If provided, it must contain <code>+</code> as part of the country code.</p>" 12982 } 12983 } 12984 }, 12985 "ListPhoneNumbersV2Response":{ 12986 "type":"structure", 12987 "members":{ 12988 "NextToken":{ 12989 "shape":"LargeNextToken", 12990 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 12991 }, 12992 "ListPhoneNumbersSummaryList":{ 12993 "shape":"ListPhoneNumbersSummaryList", 12994 "documentation":"<p>Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.</p>" 12995 } 12996 } 12997 }, 12998 "ListPredefinedAttributesRequest":{ 12999 "type":"structure", 13000 "required":["InstanceId"], 13001 "members":{ 13002 "InstanceId":{ 13003 "shape":"InstanceId", 13004 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.</p>", 13005 "location":"uri", 13006 "locationName":"InstanceId" 13007 }, 13008 "NextToken":{ 13009 "shape":"NextToken", 13010 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13011 "location":"querystring", 13012 "locationName":"nextToken" 13013 }, 13014 "MaxResults":{ 13015 "shape":"MaxResult100", 13016 "documentation":"<p>The maximum number of results to return per page. </p>", 13017 "box":true, 13018 "location":"querystring", 13019 "locationName":"maxResults" 13020 } 13021 } 13022 }, 13023 "ListPredefinedAttributesResponse":{ 13024 "type":"structure", 13025 "members":{ 13026 "NextToken":{ 13027 "shape":"NextToken", 13028 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13029 }, 13030 "PredefinedAttributeSummaryList":{ 13031 "shape":"PredefinedAttributeSummaryList", 13032 "documentation":"<p>Summary of the predefined attributes.</p>" 13033 } 13034 } 13035 }, 13036 "ListPromptsRequest":{ 13037 "type":"structure", 13038 "required":["InstanceId"], 13039 "members":{ 13040 "InstanceId":{ 13041 "shape":"InstanceId", 13042 "documentation":"<p>The identifier of the Amazon Connect instance.</p>", 13043 "location":"uri", 13044 "locationName":"InstanceId" 13045 }, 13046 "NextToken":{ 13047 "shape":"NextToken", 13048 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13049 "location":"querystring", 13050 "locationName":"nextToken" 13051 }, 13052 "MaxResults":{ 13053 "shape":"MaxResult1000", 13054 "documentation":"<p>The maximum number of results to return per page. The default MaxResult size is 100.</p>", 13055 "box":true, 13056 "location":"querystring", 13057 "locationName":"maxResults" 13058 } 13059 } 13060 }, 13061 "ListPromptsResponse":{ 13062 "type":"structure", 13063 "members":{ 13064 "PromptSummaryList":{ 13065 "shape":"PromptSummaryList", 13066 "documentation":"<p>Information about the prompts.</p>" 13067 }, 13068 "NextToken":{ 13069 "shape":"NextToken", 13070 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13071 } 13072 } 13073 }, 13074 "ListQueueQuickConnectsRequest":{ 13075 "type":"structure", 13076 "required":[ 13077 "InstanceId", 13078 "QueueId" 13079 ], 13080 "members":{ 13081 "InstanceId":{ 13082 "shape":"InstanceId", 13083 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13084 "location":"uri", 13085 "locationName":"InstanceId" 13086 }, 13087 "QueueId":{ 13088 "shape":"QueueId", 13089 "documentation":"<p>The identifier for the queue.</p>", 13090 "location":"uri", 13091 "locationName":"QueueId" 13092 }, 13093 "NextToken":{ 13094 "shape":"NextToken", 13095 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13096 "location":"querystring", 13097 "locationName":"nextToken" 13098 }, 13099 "MaxResults":{ 13100 "shape":"MaxResult100", 13101 "documentation":"<p>The maximum number of results to return per page. The default MaxResult size is 100.</p>", 13102 "box":true, 13103 "location":"querystring", 13104 "locationName":"maxResults" 13105 } 13106 } 13107 }, 13108 "ListQueueQuickConnectsResponse":{ 13109 "type":"structure", 13110 "members":{ 13111 "NextToken":{ 13112 "shape":"NextToken", 13113 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13114 }, 13115 "QuickConnectSummaryList":{ 13116 "shape":"QuickConnectSummaryList", 13117 "documentation":"<p>Information about the quick connects.</p>" 13118 }, 13119 "LastModifiedTime":{ 13120 "shape":"Timestamp", 13121 "documentation":"<p>The timestamp when this resource was last modified.</p>" 13122 }, 13123 "LastModifiedRegion":{ 13124 "shape":"RegionName", 13125 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 13126 } 13127 } 13128 }, 13129 "ListQueuesRequest":{ 13130 "type":"structure", 13131 "required":["InstanceId"], 13132 "members":{ 13133 "InstanceId":{ 13134 "shape":"InstanceId", 13135 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13136 "location":"uri", 13137 "locationName":"InstanceId" 13138 }, 13139 "QueueTypes":{ 13140 "shape":"QueueTypes", 13141 "documentation":"<p>The type of queue.</p>", 13142 "location":"querystring", 13143 "locationName":"queueTypes" 13144 }, 13145 "NextToken":{ 13146 "shape":"NextToken", 13147 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13148 "location":"querystring", 13149 "locationName":"nextToken" 13150 }, 13151 "MaxResults":{ 13152 "shape":"MaxResult1000", 13153 "documentation":"<p>The maximum number of results to return per page. The default MaxResult size is 100.</p>", 13154 "location":"querystring", 13155 "locationName":"maxResults" 13156 } 13157 } 13158 }, 13159 "ListQueuesResponse":{ 13160 "type":"structure", 13161 "members":{ 13162 "QueueSummaryList":{ 13163 "shape":"QueueSummaryList", 13164 "documentation":"<p>Information about the queues.</p>" 13165 }, 13166 "NextToken":{ 13167 "shape":"NextToken", 13168 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13169 } 13170 } 13171 }, 13172 "ListQuickConnectsRequest":{ 13173 "type":"structure", 13174 "required":["InstanceId"], 13175 "members":{ 13176 "InstanceId":{ 13177 "shape":"InstanceId", 13178 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13179 "location":"uri", 13180 "locationName":"InstanceId" 13181 }, 13182 "NextToken":{ 13183 "shape":"NextToken", 13184 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13185 "location":"querystring", 13186 "locationName":"nextToken" 13187 }, 13188 "MaxResults":{ 13189 "shape":"MaxResult1000", 13190 "documentation":"<p>The maximum number of results to return per page. The default MaxResult size is 100.</p>", 13191 "box":true, 13192 "location":"querystring", 13193 "locationName":"maxResults" 13194 }, 13195 "QuickConnectTypes":{ 13196 "shape":"QuickConnectTypes", 13197 "documentation":"<p>The type of quick connect. In the Amazon Connect admin website, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).</p>", 13198 "location":"querystring", 13199 "locationName":"QuickConnectTypes" 13200 } 13201 } 13202 }, 13203 "ListQuickConnectsResponse":{ 13204 "type":"structure", 13205 "members":{ 13206 "QuickConnectSummaryList":{ 13207 "shape":"QuickConnectSummaryList", 13208 "documentation":"<p>Information about the quick connects.</p>" 13209 }, 13210 "NextToken":{ 13211 "shape":"NextToken", 13212 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13213 } 13214 } 13215 }, 13216 "ListRealtimeContactAnalysisSegmentsV2Request":{ 13217 "type":"structure", 13218 "required":[ 13219 "InstanceId", 13220 "ContactId", 13221 "OutputType", 13222 "SegmentTypes" 13223 ], 13224 "members":{ 13225 "InstanceId":{ 13226 "shape":"InstanceId", 13227 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13228 "location":"uri", 13229 "locationName":"InstanceId" 13230 }, 13231 "ContactId":{ 13232 "shape":"ContactId", 13233 "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. </p>", 13234 "location":"uri", 13235 "locationName":"ContactId" 13236 }, 13237 "MaxResults":{ 13238 "shape":"MaxResult100", 13239 "documentation":"<p>The maximum number of results to return per page.</p>" 13240 }, 13241 "NextToken":{ 13242 "shape":"LargeNextToken", 13243 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 13244 }, 13245 "OutputType":{ 13246 "shape":"RealTimeContactAnalysisOutputType", 13247 "documentation":"<p>The Contact Lens output type to be returned.</p>" 13248 }, 13249 "SegmentTypes":{ 13250 "shape":"RealTimeContactAnalysisSegmentTypes", 13251 "documentation":"<p>Enum with segment types . Each value corresponds to a segment type returned in the segments list of the API. Each segment type has its own structure. Different channels may have different sets of supported segment types.</p>" 13252 } 13253 } 13254 }, 13255 "ListRealtimeContactAnalysisSegmentsV2Response":{ 13256 "type":"structure", 13257 "required":[ 13258 "Channel", 13259 "Status", 13260 "Segments" 13261 ], 13262 "members":{ 13263 "Channel":{ 13264 "shape":"RealTimeContactAnalysisSupportedChannel", 13265 "documentation":"<p>The channel of the contact. <code>Voice</code> will not be returned. </p>" 13266 }, 13267 "Status":{ 13268 "shape":"RealTimeContactAnalysisStatus", 13269 "documentation":"<p>Status of real-time contact analysis.</p>" 13270 }, 13271 "Segments":{ 13272 "shape":"RealtimeContactAnalysisSegments", 13273 "documentation":"<p>An analyzed transcript or category.</p>" 13274 }, 13275 "NextToken":{ 13276 "shape":"LargeNextToken", 13277 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13278 } 13279 } 13280 }, 13281 "ListRoutingProfileQueuesRequest":{ 13282 "type":"structure", 13283 "required":[ 13284 "InstanceId", 13285 "RoutingProfileId" 13286 ], 13287 "members":{ 13288 "InstanceId":{ 13289 "shape":"InstanceId", 13290 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13291 "location":"uri", 13292 "locationName":"InstanceId" 13293 }, 13294 "RoutingProfileId":{ 13295 "shape":"RoutingProfileId", 13296 "documentation":"<p>The identifier of the routing profile.</p>", 13297 "location":"uri", 13298 "locationName":"RoutingProfileId" 13299 }, 13300 "NextToken":{ 13301 "shape":"NextToken", 13302 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13303 "location":"querystring", 13304 "locationName":"nextToken" 13305 }, 13306 "MaxResults":{ 13307 "shape":"MaxResult100", 13308 "documentation":"<p>The maximum number of results to return per page. The default MaxResult size is 100.</p>", 13309 "box":true, 13310 "location":"querystring", 13311 "locationName":"maxResults" 13312 } 13313 } 13314 }, 13315 "ListRoutingProfileQueuesResponse":{ 13316 "type":"structure", 13317 "members":{ 13318 "NextToken":{ 13319 "shape":"NextToken", 13320 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13321 }, 13322 "RoutingProfileQueueConfigSummaryList":{ 13323 "shape":"RoutingProfileQueueConfigSummaryList", 13324 "documentation":"<p>Information about the routing profiles.</p>" 13325 }, 13326 "LastModifiedTime":{ 13327 "shape":"Timestamp", 13328 "documentation":"<p>The timestamp when this resource was last modified.</p>" 13329 }, 13330 "LastModifiedRegion":{ 13331 "shape":"RegionName", 13332 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 13333 } 13334 } 13335 }, 13336 "ListRoutingProfilesRequest":{ 13337 "type":"structure", 13338 "required":["InstanceId"], 13339 "members":{ 13340 "InstanceId":{ 13341 "shape":"InstanceId", 13342 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13343 "location":"uri", 13344 "locationName":"InstanceId" 13345 }, 13346 "NextToken":{ 13347 "shape":"NextToken", 13348 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13349 "location":"querystring", 13350 "locationName":"nextToken" 13351 }, 13352 "MaxResults":{ 13353 "shape":"MaxResult1000", 13354 "documentation":"<p>The maximum number of results to return per page. The default MaxResult size is 100.</p>", 13355 "box":true, 13356 "location":"querystring", 13357 "locationName":"maxResults" 13358 } 13359 } 13360 }, 13361 "ListRoutingProfilesResponse":{ 13362 "type":"structure", 13363 "members":{ 13364 "RoutingProfileSummaryList":{ 13365 "shape":"RoutingProfileSummaryList", 13366 "documentation":"<p>Information about the routing profiles.</p>" 13367 }, 13368 "NextToken":{ 13369 "shape":"NextToken", 13370 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13371 } 13372 } 13373 }, 13374 "ListRulesRequest":{ 13375 "type":"structure", 13376 "required":["InstanceId"], 13377 "members":{ 13378 "InstanceId":{ 13379 "shape":"InstanceId", 13380 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13381 "location":"uri", 13382 "locationName":"InstanceId" 13383 }, 13384 "PublishStatus":{ 13385 "shape":"RulePublishStatus", 13386 "documentation":"<p>The publish status of the rule.</p>", 13387 "location":"querystring", 13388 "locationName":"publishStatus" 13389 }, 13390 "EventSourceName":{ 13391 "shape":"EventSourceName", 13392 "documentation":"<p>The name of the event source.</p>", 13393 "location":"querystring", 13394 "locationName":"eventSourceName" 13395 }, 13396 "MaxResults":{ 13397 "shape":"MaxResult200", 13398 "documentation":"<p>The maximum number of results to return per page.</p>", 13399 "box":true, 13400 "location":"querystring", 13401 "locationName":"maxResults" 13402 }, 13403 "NextToken":{ 13404 "shape":"NextToken", 13405 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13406 "location":"querystring", 13407 "locationName":"nextToken" 13408 } 13409 } 13410 }, 13411 "ListRulesResponse":{ 13412 "type":"structure", 13413 "required":["RuleSummaryList"], 13414 "members":{ 13415 "RuleSummaryList":{ 13416 "shape":"RuleSummaryList", 13417 "documentation":"<p>Summary information about a rule.</p>" 13418 }, 13419 "NextToken":{ 13420 "shape":"NextToken", 13421 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13422 } 13423 } 13424 }, 13425 "ListSecurityKeysRequest":{ 13426 "type":"structure", 13427 "required":["InstanceId"], 13428 "members":{ 13429 "InstanceId":{ 13430 "shape":"InstanceId", 13431 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13432 "location":"uri", 13433 "locationName":"InstanceId" 13434 }, 13435 "NextToken":{ 13436 "shape":"NextToken", 13437 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13438 "location":"querystring", 13439 "locationName":"nextToken" 13440 }, 13441 "MaxResults":{ 13442 "shape":"MaxResult2", 13443 "documentation":"<p>The maximum number of results to return per page.</p>", 13444 "box":true, 13445 "location":"querystring", 13446 "locationName":"maxResults" 13447 } 13448 } 13449 }, 13450 "ListSecurityKeysResponse":{ 13451 "type":"structure", 13452 "members":{ 13453 "SecurityKeys":{ 13454 "shape":"SecurityKeysList", 13455 "documentation":"<p>The security keys.</p>" 13456 }, 13457 "NextToken":{ 13458 "shape":"NextToken", 13459 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13460 } 13461 } 13462 }, 13463 "ListSecurityProfileApplicationsRequest":{ 13464 "type":"structure", 13465 "required":[ 13466 "SecurityProfileId", 13467 "InstanceId" 13468 ], 13469 "members":{ 13470 "SecurityProfileId":{ 13471 "shape":"SecurityProfileId", 13472 "documentation":"<p>The identifier for the security profle.</p>", 13473 "location":"uri", 13474 "locationName":"SecurityProfileId" 13475 }, 13476 "InstanceId":{ 13477 "shape":"InstanceId", 13478 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13479 "location":"uri", 13480 "locationName":"InstanceId" 13481 }, 13482 "NextToken":{ 13483 "shape":"NextToken", 13484 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13485 "location":"querystring", 13486 "locationName":"nextToken" 13487 }, 13488 "MaxResults":{ 13489 "shape":"MaxResult1000", 13490 "documentation":"<p>The maximum number of results to return per page.</p>", 13491 "location":"querystring", 13492 "locationName":"maxResults" 13493 } 13494 } 13495 }, 13496 "ListSecurityProfileApplicationsResponse":{ 13497 "type":"structure", 13498 "members":{ 13499 "Applications":{ 13500 "shape":"Applications", 13501 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A list of the third-party application's metadata.</p>" 13502 }, 13503 "NextToken":{ 13504 "shape":"NextToken", 13505 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13506 }, 13507 "LastModifiedTime":{ 13508 "shape":"Timestamp", 13509 "documentation":"<p>The timestamp when this resource was last modified.</p>" 13510 }, 13511 "LastModifiedRegion":{ 13512 "shape":"RegionName", 13513 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 13514 } 13515 } 13516 }, 13517 "ListSecurityProfilePermissionsRequest":{ 13518 "type":"structure", 13519 "required":[ 13520 "SecurityProfileId", 13521 "InstanceId" 13522 ], 13523 "members":{ 13524 "SecurityProfileId":{ 13525 "shape":"SecurityProfileId", 13526 "documentation":"<p>The identifier for the security profle.</p>", 13527 "location":"uri", 13528 "locationName":"SecurityProfileId" 13529 }, 13530 "InstanceId":{ 13531 "shape":"InstanceId", 13532 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13533 "location":"uri", 13534 "locationName":"InstanceId" 13535 }, 13536 "NextToken":{ 13537 "shape":"NextToken", 13538 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13539 "location":"querystring", 13540 "locationName":"nextToken" 13541 }, 13542 "MaxResults":{ 13543 "shape":"MaxResult1000", 13544 "documentation":"<p>The maximum number of results to return per page.</p>", 13545 "box":true, 13546 "location":"querystring", 13547 "locationName":"maxResults" 13548 } 13549 } 13550 }, 13551 "ListSecurityProfilePermissionsResponse":{ 13552 "type":"structure", 13553 "members":{ 13554 "Permissions":{ 13555 "shape":"PermissionsList", 13556 "documentation":"<p>The permissions granted to the security profile. For a complete list of valid permissions, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html\">List of security profile permissions</a>.</p>" 13557 }, 13558 "NextToken":{ 13559 "shape":"NextToken", 13560 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13561 }, 13562 "LastModifiedTime":{ 13563 "shape":"Timestamp", 13564 "documentation":"<p>The timestamp when this resource was last modified.</p>" 13565 }, 13566 "LastModifiedRegion":{ 13567 "shape":"RegionName", 13568 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 13569 } 13570 } 13571 }, 13572 "ListSecurityProfilesRequest":{ 13573 "type":"structure", 13574 "required":["InstanceId"], 13575 "members":{ 13576 "InstanceId":{ 13577 "shape":"InstanceId", 13578 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13579 "location":"uri", 13580 "locationName":"InstanceId" 13581 }, 13582 "NextToken":{ 13583 "shape":"NextToken", 13584 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13585 "location":"querystring", 13586 "locationName":"nextToken" 13587 }, 13588 "MaxResults":{ 13589 "shape":"MaxResult1000", 13590 "documentation":"<p>The maximum number of results to return per page. The default MaxResult size is 100.</p>", 13591 "box":true, 13592 "location":"querystring", 13593 "locationName":"maxResults" 13594 } 13595 } 13596 }, 13597 "ListSecurityProfilesResponse":{ 13598 "type":"structure", 13599 "members":{ 13600 "SecurityProfileSummaryList":{ 13601 "shape":"SecurityProfileSummaryList", 13602 "documentation":"<p>Information about the security profiles.</p>" 13603 }, 13604 "NextToken":{ 13605 "shape":"NextToken", 13606 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13607 } 13608 } 13609 }, 13610 "ListTagsForResourceRequest":{ 13611 "type":"structure", 13612 "required":["resourceArn"], 13613 "members":{ 13614 "resourceArn":{ 13615 "shape":"ARN", 13616 "documentation":"<p>The Amazon Resource Name (ARN) of the resource. All Amazon Connect resources (instances, queues, flows, routing profiles, etc) have an ARN. To locate the ARN for an instance, for example, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">Find your Amazon Connect instance ID/ARN</a>. </p>", 13617 "location":"uri", 13618 "locationName":"resourceArn" 13619 } 13620 } 13621 }, 13622 "ListTagsForResourceResponse":{ 13623 "type":"structure", 13624 "members":{ 13625 "tags":{ 13626 "shape":"TagMap", 13627 "documentation":"<p>Information about the tags.</p>" 13628 } 13629 } 13630 }, 13631 "ListTaskTemplatesRequest":{ 13632 "type":"structure", 13633 "required":["InstanceId"], 13634 "members":{ 13635 "InstanceId":{ 13636 "shape":"InstanceId", 13637 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13638 "location":"uri", 13639 "locationName":"InstanceId" 13640 }, 13641 "NextToken":{ 13642 "shape":"NextToken", 13643 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p> <important> <p>It is not expected that you set this because the value returned in the previous response is always null.</p> </important>", 13644 "location":"querystring", 13645 "locationName":"nextToken" 13646 }, 13647 "MaxResults":{ 13648 "shape":"MaxResult100", 13649 "documentation":"<p>The maximum number of results to return per page.</p> <important> <p>It is not expected that you set this.</p> </important>", 13650 "box":true, 13651 "location":"querystring", 13652 "locationName":"maxResults" 13653 }, 13654 "Status":{ 13655 "shape":"TaskTemplateStatus", 13656 "documentation":"<p>Marks a template as <code>ACTIVE</code> or <code>INACTIVE</code> for a task to refer to it. Tasks can only be created from <code>ACTIVE</code> templates. If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created.</p>", 13657 "location":"querystring", 13658 "locationName":"status" 13659 }, 13660 "Name":{ 13661 "shape":"TaskTemplateName", 13662 "documentation":"<p>The name of the task template.</p>", 13663 "location":"querystring", 13664 "locationName":"name" 13665 } 13666 } 13667 }, 13668 "ListTaskTemplatesResponse":{ 13669 "type":"structure", 13670 "members":{ 13671 "TaskTemplates":{ 13672 "shape":"TaskTemplateList", 13673 "documentation":"<p>Provides details about a list of task templates belonging to an instance.</p>" 13674 }, 13675 "NextToken":{ 13676 "shape":"NextToken", 13677 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p> <important> <p>This is always returned as a null in the response.</p> </important>" 13678 } 13679 } 13680 }, 13681 "ListTrafficDistributionGroupUsersRequest":{ 13682 "type":"structure", 13683 "required":["TrafficDistributionGroupId"], 13684 "members":{ 13685 "TrafficDistributionGroupId":{ 13686 "shape":"TrafficDistributionGroupIdOrArn", 13687 "documentation":"<p>The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.</p>", 13688 "location":"uri", 13689 "locationName":"TrafficDistributionGroupId" 13690 }, 13691 "MaxResults":{ 13692 "shape":"MaxResult10", 13693 "documentation":"<p>The maximum number of results to return per page.</p>", 13694 "box":true, 13695 "location":"querystring", 13696 "locationName":"maxResults" 13697 }, 13698 "NextToken":{ 13699 "shape":"NextToken", 13700 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13701 "location":"querystring", 13702 "locationName":"nextToken" 13703 } 13704 } 13705 }, 13706 "ListTrafficDistributionGroupUsersResponse":{ 13707 "type":"structure", 13708 "members":{ 13709 "NextToken":{ 13710 "shape":"NextToken", 13711 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13712 }, 13713 "TrafficDistributionGroupUserSummaryList":{ 13714 "shape":"TrafficDistributionGroupUserSummaryList", 13715 "documentation":"<p>A list of traffic distribution group users.</p>" 13716 } 13717 } 13718 }, 13719 "ListTrafficDistributionGroupsRequest":{ 13720 "type":"structure", 13721 "members":{ 13722 "MaxResults":{ 13723 "shape":"MaxResult10", 13724 "documentation":"<p>The maximum number of results to return per page.</p>", 13725 "location":"querystring", 13726 "locationName":"maxResults" 13727 }, 13728 "NextToken":{ 13729 "shape":"NextToken", 13730 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13731 "location":"querystring", 13732 "locationName":"nextToken" 13733 }, 13734 "InstanceId":{ 13735 "shape":"InstanceIdOrArn", 13736 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13737 "location":"querystring", 13738 "locationName":"instanceId" 13739 } 13740 } 13741 }, 13742 "ListTrafficDistributionGroupsResponse":{ 13743 "type":"structure", 13744 "members":{ 13745 "NextToken":{ 13746 "shape":"NextToken", 13747 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13748 }, 13749 "TrafficDistributionGroupSummaryList":{ 13750 "shape":"TrafficDistributionGroupSummaryList", 13751 "documentation":"<p>A list of traffic distribution groups.</p>" 13752 } 13753 } 13754 }, 13755 "ListUseCasesRequest":{ 13756 "type":"structure", 13757 "required":[ 13758 "InstanceId", 13759 "IntegrationAssociationId" 13760 ], 13761 "members":{ 13762 "InstanceId":{ 13763 "shape":"InstanceId", 13764 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13765 "location":"uri", 13766 "locationName":"InstanceId" 13767 }, 13768 "IntegrationAssociationId":{ 13769 "shape":"IntegrationAssociationId", 13770 "documentation":"<p>The identifier for the integration association.</p>", 13771 "location":"uri", 13772 "locationName":"IntegrationAssociationId" 13773 }, 13774 "NextToken":{ 13775 "shape":"NextToken", 13776 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13777 "location":"querystring", 13778 "locationName":"nextToken" 13779 }, 13780 "MaxResults":{ 13781 "shape":"MaxResult100", 13782 "documentation":"<p>The maximum number of results to return per page.</p>", 13783 "box":true, 13784 "location":"querystring", 13785 "locationName":"maxResults" 13786 } 13787 }, 13788 "documentation":"<p>Provides summary information about the use cases for the specified integration association.</p>" 13789 }, 13790 "ListUseCasesResponse":{ 13791 "type":"structure", 13792 "members":{ 13793 "UseCaseSummaryList":{ 13794 "shape":"UseCaseSummaryList", 13795 "documentation":"<p>The use cases.</p>" 13796 }, 13797 "NextToken":{ 13798 "shape":"NextToken", 13799 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13800 } 13801 } 13802 }, 13803 "ListUserHierarchyGroupsRequest":{ 13804 "type":"structure", 13805 "required":["InstanceId"], 13806 "members":{ 13807 "InstanceId":{ 13808 "shape":"InstanceId", 13809 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13810 "location":"uri", 13811 "locationName":"InstanceId" 13812 }, 13813 "NextToken":{ 13814 "shape":"NextToken", 13815 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13816 "location":"querystring", 13817 "locationName":"nextToken" 13818 }, 13819 "MaxResults":{ 13820 "shape":"MaxResult1000", 13821 "documentation":"<p>The maximum number of results to return per page. The default MaxResult size is 100.</p>", 13822 "box":true, 13823 "location":"querystring", 13824 "locationName":"maxResults" 13825 } 13826 } 13827 }, 13828 "ListUserHierarchyGroupsResponse":{ 13829 "type":"structure", 13830 "members":{ 13831 "UserHierarchyGroupSummaryList":{ 13832 "shape":"HierarchyGroupSummaryList", 13833 "documentation":"<p>Information about the hierarchy groups.</p>" 13834 }, 13835 "NextToken":{ 13836 "shape":"NextToken", 13837 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13838 } 13839 } 13840 }, 13841 "ListUserProficienciesRequest":{ 13842 "type":"structure", 13843 "required":[ 13844 "InstanceId", 13845 "UserId" 13846 ], 13847 "members":{ 13848 "InstanceId":{ 13849 "shape":"InstanceId", 13850 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.</p>", 13851 "location":"uri", 13852 "locationName":"InstanceId" 13853 }, 13854 "UserId":{ 13855 "shape":"UserId", 13856 "documentation":"<p>The identifier of the user account.</p>", 13857 "location":"uri", 13858 "locationName":"UserId" 13859 }, 13860 "NextToken":{ 13861 "shape":"NextToken", 13862 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13863 "location":"querystring", 13864 "locationName":"nextToken" 13865 }, 13866 "MaxResults":{ 13867 "shape":"MaxResult100", 13868 "documentation":"<p>The maximum number of results to return per page.</p>", 13869 "box":true, 13870 "location":"querystring", 13871 "locationName":"maxResults" 13872 } 13873 } 13874 }, 13875 "ListUserProficienciesResponse":{ 13876 "type":"structure", 13877 "members":{ 13878 "NextToken":{ 13879 "shape":"NextToken", 13880 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13881 }, 13882 "UserProficiencyList":{ 13883 "shape":"UserProficiencyList", 13884 "documentation":"<p>Information about the user proficiencies.</p>" 13885 }, 13886 "LastModifiedTime":{ 13887 "shape":"Timestamp", 13888 "documentation":"<p>The last time that the user's proficiencies are were modified.</p>" 13889 }, 13890 "LastModifiedRegion":{ 13891 "shape":"RegionName", 13892 "documentation":"<p>The region in which a user's proficiencies were last modified.</p>" 13893 } 13894 } 13895 }, 13896 "ListUsersRequest":{ 13897 "type":"structure", 13898 "required":["InstanceId"], 13899 "members":{ 13900 "InstanceId":{ 13901 "shape":"InstanceId", 13902 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 13903 "location":"uri", 13904 "locationName":"InstanceId" 13905 }, 13906 "NextToken":{ 13907 "shape":"NextToken", 13908 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13909 "location":"querystring", 13910 "locationName":"nextToken" 13911 }, 13912 "MaxResults":{ 13913 "shape":"MaxResult1000", 13914 "documentation":"<p>The maximum number of results to return per page. The default MaxResult size is 100.</p>", 13915 "box":true, 13916 "location":"querystring", 13917 "locationName":"maxResults" 13918 } 13919 } 13920 }, 13921 "ListUsersResponse":{ 13922 "type":"structure", 13923 "members":{ 13924 "UserSummaryList":{ 13925 "shape":"UserSummaryList", 13926 "documentation":"<p>Information about the users.</p>" 13927 }, 13928 "NextToken":{ 13929 "shape":"NextToken", 13930 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 13931 } 13932 } 13933 }, 13934 "ListViewVersionsRequest":{ 13935 "type":"structure", 13936 "required":[ 13937 "InstanceId", 13938 "ViewId" 13939 ], 13940 "members":{ 13941 "InstanceId":{ 13942 "shape":"ViewsInstanceId", 13943 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>", 13944 "location":"uri", 13945 "locationName":"InstanceId" 13946 }, 13947 "ViewId":{ 13948 "shape":"ViewId", 13949 "documentation":"<p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>", 13950 "location":"uri", 13951 "locationName":"ViewId" 13952 }, 13953 "NextToken":{ 13954 "shape":"ViewsNextToken", 13955 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 13956 "location":"querystring", 13957 "locationName":"nextToken" 13958 }, 13959 "MaxResults":{ 13960 "shape":"MaxResults", 13961 "documentation":"<p>The maximum number of results to return per page. The default MaxResult size is 100.</p>", 13962 "box":true, 13963 "location":"querystring", 13964 "locationName":"maxResults" 13965 } 13966 } 13967 }, 13968 "ListViewVersionsResponse":{ 13969 "type":"structure", 13970 "members":{ 13971 "ViewVersionSummaryList":{ 13972 "shape":"ViewVersionSummaryList", 13973 "documentation":"<p>A list of view version summaries.</p>" 13974 }, 13975 "NextToken":{ 13976 "shape":"ViewsNextToken", 13977 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 13978 } 13979 } 13980 }, 13981 "ListViewsRequest":{ 13982 "type":"structure", 13983 "required":["InstanceId"], 13984 "members":{ 13985 "InstanceId":{ 13986 "shape":"ViewsInstanceId", 13987 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>", 13988 "location":"uri", 13989 "locationName":"InstanceId" 13990 }, 13991 "Type":{ 13992 "shape":"ViewType", 13993 "documentation":"<p>The type of the view.</p>", 13994 "location":"querystring", 13995 "locationName":"type" 13996 }, 13997 "NextToken":{ 13998 "shape":"ViewsNextToken", 13999 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>", 14000 "location":"querystring", 14001 "locationName":"nextToken" 14002 }, 14003 "MaxResults":{ 14004 "shape":"MaxResults", 14005 "documentation":"<p>The maximum number of results to return per page. The default MaxResult size is 100.</p>", 14006 "box":true, 14007 "location":"querystring", 14008 "locationName":"maxResults" 14009 } 14010 } 14011 }, 14012 "ListViewsResponse":{ 14013 "type":"structure", 14014 "members":{ 14015 "ViewsSummaryList":{ 14016 "shape":"ViewsSummaryList", 14017 "documentation":"<p>A list of view summaries.</p>" 14018 }, 14019 "NextToken":{ 14020 "shape":"ViewsNextToken", 14021 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 14022 } 14023 } 14024 }, 14025 "Long":{"type":"long"}, 14026 "MaxResult10":{ 14027 "type":"integer", 14028 "max":10, 14029 "min":1 14030 }, 14031 "MaxResult100":{ 14032 "type":"integer", 14033 "max":100, 14034 "min":1 14035 }, 14036 "MaxResult1000":{ 14037 "type":"integer", 14038 "max":1000, 14039 "min":1 14040 }, 14041 "MaxResult2":{ 14042 "type":"integer", 14043 "max":2, 14044 "min":1 14045 }, 14046 "MaxResult200":{ 14047 "type":"integer", 14048 "max":200, 14049 "min":1 14050 }, 14051 "MaxResult25":{ 14052 "type":"integer", 14053 "max":25, 14054 "min":1 14055 }, 14056 "MaxResult7":{ 14057 "type":"integer", 14058 "max":7, 14059 "min":1 14060 }, 14061 "MaxResults":{ 14062 "type":"integer", 14063 "max":100, 14064 "min":1 14065 }, 14066 "MaximumResultReturnedException":{ 14067 "type":"structure", 14068 "members":{ 14069 "Message":{"shape":"Message"} 14070 }, 14071 "documentation":"<p>Maximum number (1000) of tags have been returned with current request. Consider changing request parameters to get more tags.</p>", 14072 "error":{"httpStatusCode":400}, 14073 "exception":true 14074 }, 14075 "MediaConcurrencies":{ 14076 "type":"list", 14077 "member":{"shape":"MediaConcurrency"} 14078 }, 14079 "MediaConcurrency":{ 14080 "type":"structure", 14081 "required":[ 14082 "Channel", 14083 "Concurrency" 14084 ], 14085 "members":{ 14086 "Channel":{ 14087 "shape":"Channel", 14088 "documentation":"<p>The channels that agents can handle in the Contact Control Panel (CCP).</p>" 14089 }, 14090 "Concurrency":{ 14091 "shape":"Concurrency", 14092 "documentation":"<p>The number of contacts an agent can have on a channel simultaneously.</p> <p>Valid Range for <code>VOICE</code>: Minimum value of 1. Maximum value of 1.</p> <p>Valid Range for <code>CHAT</code>: Minimum value of 1. Maximum value of 10.</p> <p>Valid Range for <code>TASK</code>: Minimum value of 1. Maximum value of 10.</p>" 14093 }, 14094 "CrossChannelBehavior":{ 14095 "shape":"CrossChannelBehavior", 14096 "documentation":"<p>Defines the cross-channel routing behavior for each channel that is enabled for this Routing Profile. For example, this allows you to offer an agent a different contact from another channel when they are currently working with a contact from a Voice channel.</p>" 14097 } 14098 }, 14099 "documentation":"<p>Contains information about which channels are supported, and how many contacts an agent can have on a channel simultaneously.</p>" 14100 }, 14101 "MediaPlacement":{ 14102 "type":"structure", 14103 "members":{ 14104 "AudioHostUrl":{ 14105 "shape":"URI", 14106 "documentation":"<p>The audio host URL.</p>" 14107 }, 14108 "AudioFallbackUrl":{ 14109 "shape":"URI", 14110 "documentation":"<p>The audio fallback URL.</p>" 14111 }, 14112 "SignalingUrl":{ 14113 "shape":"URI", 14114 "documentation":"<p>The signaling URL.</p>" 14115 }, 14116 "TurnControlUrl":{ 14117 "shape":"URI", 14118 "documentation":"<p>The turn control URL.</p>" 14119 }, 14120 "EventIngestionUrl":{ 14121 "shape":"URI", 14122 "documentation":"<p>The event ingestion URL to which you send client meeting events.</p>" 14123 } 14124 }, 14125 "documentation":"<p>A set of endpoints used by clients to connect to the media service group for an Amazon Chime SDK meeting.</p>" 14126 }, 14127 "MediaRegion":{"type":"string"}, 14128 "Meeting":{ 14129 "type":"structure", 14130 "members":{ 14131 "MediaRegion":{ 14132 "shape":"MediaRegion", 14133 "documentation":"<p>The Amazon Web Services Region in which you create the meeting.</p>" 14134 }, 14135 "MediaPlacement":{ 14136 "shape":"MediaPlacement", 14137 "documentation":"<p>The media placement for the meeting.</p>" 14138 }, 14139 "MeetingFeatures":{ 14140 "shape":"MeetingFeaturesConfiguration", 14141 "documentation":"<p>The configuration settings of the features available to a meeting.</p>" 14142 }, 14143 "MeetingId":{ 14144 "shape":"MeetingId", 14145 "documentation":"<p>The Amazon Chime SDK meeting ID.</p>" 14146 } 14147 }, 14148 "documentation":"<p>A meeting created using the Amazon Chime SDK.</p>" 14149 }, 14150 "MeetingFeatureStatus":{ 14151 "type":"string", 14152 "enum":[ 14153 "AVAILABLE", 14154 "UNAVAILABLE" 14155 ] 14156 }, 14157 "MeetingFeaturesConfiguration":{ 14158 "type":"structure", 14159 "members":{ 14160 "Audio":{ 14161 "shape":"AudioFeatures", 14162 "documentation":"<p>The configuration settings for the audio features available to a meeting.</p>" 14163 } 14164 }, 14165 "documentation":"<p>The configuration settings of the features available to a meeting.</p>" 14166 }, 14167 "MeetingId":{"type":"string"}, 14168 "Message":{"type":"string"}, 14169 "MetricDataCollectionsV2":{ 14170 "type":"list", 14171 "member":{"shape":"MetricDataV2"} 14172 }, 14173 "MetricDataV2":{ 14174 "type":"structure", 14175 "members":{ 14176 "Metric":{ 14177 "shape":"MetricV2", 14178 "documentation":"<p>The metric name, thresholds, and metric filters of the returned metric.</p>" 14179 }, 14180 "Value":{ 14181 "shape":"Value", 14182 "documentation":"<p>The corresponding value of the metric returned in the response.</p>", 14183 "box":true 14184 } 14185 }, 14186 "documentation":"<p>Contains the name, thresholds, and metric filters.</p>" 14187 }, 14188 "MetricFilterV2":{ 14189 "type":"structure", 14190 "members":{ 14191 "MetricFilterKey":{ 14192 "shape":"String", 14193 "documentation":"<p>The key to use for filtering data. </p> <p>Valid metric filter keys: <code>INITIATION_METHOD</code>, <code>DISCONNECT_REASON</code>. These are the same values as the <code>InitiationMethod</code> and <code>DisconnectReason</code> in the contact record. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/ctr-data-model.html#ctr-ContactTraceRecord\">ContactTraceRecord</a> in the <i>Amazon Connect Administrator's Guide</i>. </p>" 14194 }, 14195 "MetricFilterValues":{ 14196 "shape":"MetricFilterValueList", 14197 "documentation":"<p>The values to use for filtering data. </p> <p>Valid metric filter values for <code>INITIATION_METHOD</code>: <code>INBOUND</code> | <code>OUTBOUND</code> | <code>TRANSFER</code> | <code>QUEUE_TRANSFER</code> | <code>CALLBACK</code> | <code>API</code> </p> <p>Valid metric filter values for <code>DISCONNECT_REASON</code>: <code>CUSTOMER_DISCONNECT</code> | <code>AGENT_DISCONNECT</code> | <code>THIRD_PARTY_DISCONNECT</code> | <code>TELECOM_PROBLEM</code> | <code>BARGED</code> | <code>CONTACT_FLOW_DISCONNECT</code> | <code>OTHER</code> | <code>EXPIRED</code> | <code>API</code> </p>" 14198 }, 14199 "Negate":{ 14200 "shape":"Boolean", 14201 "documentation":"<p>The flag to use to filter on requested metric filter values or to not filter on requested metric filter values. By default the negate is <code>false</code>, which indicates to filter on the requested metric filter. </p>" 14202 } 14203 }, 14204 "documentation":"<p>Contains information about the filter used when retrieving metrics. <code>MetricFiltersV2</code> can be used on the following metrics: <code>AVG_AGENT_CONNECTING_TIME</code>, <code>CONTACTS_CREATED</code>, <code>CONTACTS_HANDLED</code>, <code>SUM_CONTACTS_DISCONNECTED</code>.</p>" 14205 }, 14206 "MetricFilterValueList":{ 14207 "type":"list", 14208 "member":{"shape":"String"}, 14209 "max":10, 14210 "min":1 14211 }, 14212 "MetricFiltersV2List":{ 14213 "type":"list", 14214 "member":{"shape":"MetricFilterV2"}, 14215 "max":2 14216 }, 14217 "MetricInterval":{ 14218 "type":"structure", 14219 "members":{ 14220 "Interval":{ 14221 "shape":"IntervalPeriod", 14222 "documentation":"<p>The interval period provided in the API request. </p>" 14223 }, 14224 "StartTime":{ 14225 "shape":"Timestamp", 14226 "documentation":"<p>The timestamp, in UNIX Epoch time format. Start time is based on the interval period selected. </p>" 14227 }, 14228 "EndTime":{ 14229 "shape":"Timestamp", 14230 "documentation":"<p>The timestamp, in UNIX Epoch time format. End time is based on the interval period selected. For example, If <code>IntervalPeriod</code> is selected <code>THIRTY_MIN</code>, <code>StartTime</code> and <code>EndTime</code> in the API request differs by 1 day, then 48 results are returned in the response. Each result is aggregated by the 30 minutes period, with each <code>StartTime</code> and <code>EndTime</code> differing by 30 minutes. </p>" 14231 } 14232 }, 14233 "documentation":"<p>The interval period with the start and end time for the metrics.</p>" 14234 }, 14235 "MetricNameV2":{"type":"string"}, 14236 "MetricResultV2":{ 14237 "type":"structure", 14238 "members":{ 14239 "Dimensions":{ 14240 "shape":"DimensionsV2Map", 14241 "documentation":"<p>The dimension for the metrics.</p>" 14242 }, 14243 "MetricInterval":{ 14244 "shape":"MetricInterval", 14245 "documentation":"<p>The interval period with the start and end time for the metrics.</p>" 14246 }, 14247 "Collections":{ 14248 "shape":"MetricDataCollectionsV2", 14249 "documentation":"<p>The set of metrics.</p>" 14250 } 14251 }, 14252 "documentation":"<p>Contains information about the metric results.</p>" 14253 }, 14254 "MetricResultsV2":{ 14255 "type":"list", 14256 "member":{"shape":"MetricResultV2"} 14257 }, 14258 "MetricV2":{ 14259 "type":"structure", 14260 "members":{ 14261 "Name":{ 14262 "shape":"MetricNameV2", 14263 "documentation":"<p>The name of the metric.</p> <important> <p>This parameter is required. The following Required = No is incorrect.</p> </important>" 14264 }, 14265 "Threshold":{ 14266 "shape":"ThresholdCollections", 14267 "documentation":"<p>Contains information about the threshold for service level metrics.</p>" 14268 }, 14269 "MetricFilters":{ 14270 "shape":"MetricFiltersV2List", 14271 "documentation":"<p>Contains the filters to be used when returning data.</p>" 14272 } 14273 }, 14274 "documentation":"<p>Contains information about the metric.</p>" 14275 }, 14276 "MetricsV2":{ 14277 "type":"list", 14278 "member":{"shape":"MetricV2"} 14279 }, 14280 "MinutesLimit60":{ 14281 "type":"integer", 14282 "max":59, 14283 "min":0 14284 }, 14285 "MonitorCapability":{ 14286 "type":"string", 14287 "enum":[ 14288 "SILENT_MONITOR", 14289 "BARGE" 14290 ] 14291 }, 14292 "MonitorContactRequest":{ 14293 "type":"structure", 14294 "required":[ 14295 "InstanceId", 14296 "ContactId", 14297 "UserId" 14298 ], 14299 "members":{ 14300 "InstanceId":{ 14301 "shape":"InstanceId", 14302 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>" 14303 }, 14304 "ContactId":{ 14305 "shape":"ContactId", 14306 "documentation":"<p>The identifier of the contact.</p>" 14307 }, 14308 "UserId":{ 14309 "shape":"AgentResourceId", 14310 "documentation":"<p>The identifier of the user account.</p>" 14311 }, 14312 "AllowedMonitorCapabilities":{ 14313 "shape":"AllowedMonitorCapabilities", 14314 "documentation":"<p>Specify which monitoring actions the user is allowed to take. For example, whether the user is allowed to escalate from silent monitoring to barge. AllowedMonitorCapabilities is required if barge is enabled.</p>" 14315 }, 14316 "ClientToken":{ 14317 "shape":"ClientToken", 14318 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 14319 "idempotencyToken":true 14320 } 14321 } 14322 }, 14323 "MonitorContactResponse":{ 14324 "type":"structure", 14325 "members":{ 14326 "ContactId":{ 14327 "shape":"ContactId", 14328 "documentation":"<p>The identifier of the contact.</p>" 14329 }, 14330 "ContactArn":{ 14331 "shape":"ARN", 14332 "documentation":"<p>The ARN of the contact.</p>" 14333 } 14334 } 14335 }, 14336 "Name":{ 14337 "type":"string", 14338 "max":512, 14339 "min":0, 14340 "sensitive":true 14341 }, 14342 "Name128":{ 14343 "type":"string", 14344 "max":128, 14345 "min":1, 14346 "pattern":"(^[\\S].*[\\S]$)|(^[\\S]$)" 14347 }, 14348 "Namespace":{ 14349 "type":"string", 14350 "max":128, 14351 "min":1 14352 }, 14353 "NewChatCreated":{"type":"boolean"}, 14354 "NewSessionDetails":{ 14355 "type":"structure", 14356 "members":{ 14357 "SupportedMessagingContentTypes":{ 14358 "shape":"SupportedMessagingContentTypes", 14359 "documentation":"<p> The supported chat message content types. Supported types are <code>text/plain</code>, <code>text/markdown</code>, <code>application/json</code>, <code>application/vnd.amazonaws.connect.message.interactive</code>, and <code>application/vnd.amazonaws.connect.message.interactive.response</code>. </p> <p>Content types must always contain <code> text/plain</code>. You can then put any other supported type in the list. For example, all the following lists are valid because they contain <code>text/plain</code>: <code>[text/plain, text/markdown, application/json]</code>, <code> [text/markdown, text/plain]</code>, <code>[text/plain, application/json, application/vnd.amazonaws.connect.message.interactive.response]</code>. </p>" 14360 }, 14361 "ParticipantDetails":{"shape":"ParticipantDetails"}, 14362 "Attributes":{ 14363 "shape":"Attributes", 14364 "documentation":"<p> A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in flows just like any other contact attributes. </p> <p> There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only alphanumeric, dash, and underscore characters. </p>" 14365 }, 14366 "StreamingConfiguration":{"shape":"ChatStreamingConfiguration"} 14367 }, 14368 "documentation":"<p>Payload of chat properties to apply when starting a new contact.</p>" 14369 }, 14370 "NextToken":{"type":"string"}, 14371 "NextToken2500":{ 14372 "type":"string", 14373 "max":2500, 14374 "min":1 14375 }, 14376 "NotificationContentType":{ 14377 "type":"string", 14378 "enum":["PLAIN_TEXT"] 14379 }, 14380 "NotificationDeliveryType":{ 14381 "type":"string", 14382 "enum":["EMAIL"] 14383 }, 14384 "NotificationRecipientType":{ 14385 "type":"structure", 14386 "members":{ 14387 "UserTags":{ 14388 "shape":"UserTagMap", 14389 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }. Amazon Connect users with the specified tags will be notified.</p>" 14390 }, 14391 "UserIds":{ 14392 "shape":"UserIdList", 14393 "documentation":"<p>A list of user IDs.</p>" 14394 } 14395 }, 14396 "documentation":"<p>The type of notification recipient.</p>" 14397 }, 14398 "NumberReference":{ 14399 "type":"structure", 14400 "members":{ 14401 "Name":{ 14402 "shape":"ReferenceKey", 14403 "documentation":"<p>Identifier of the number reference.</p>" 14404 }, 14405 "Value":{ 14406 "shape":"ReferenceValue", 14407 "documentation":"<p>A valid number.</p>" 14408 } 14409 }, 14410 "documentation":"<p>Information about a reference when the <code>referenceType</code> is <code>NUMBER</code>. Otherwise, null.</p>" 14411 }, 14412 "NumericQuestionPropertyAutomationLabel":{ 14413 "type":"string", 14414 "enum":[ 14415 "OVERALL_CUSTOMER_SENTIMENT_SCORE", 14416 "OVERALL_AGENT_SENTIMENT_SCORE", 14417 "NON_TALK_TIME", 14418 "NON_TALK_TIME_PERCENTAGE", 14419 "NUMBER_OF_INTERRUPTIONS", 14420 "CONTACT_DURATION", 14421 "AGENT_INTERACTION_DURATION", 14422 "CUSTOMER_HOLD_TIME" 14423 ] 14424 }, 14425 "NumericQuestionPropertyValueAutomation":{ 14426 "type":"structure", 14427 "required":["Label"], 14428 "members":{ 14429 "Label":{ 14430 "shape":"NumericQuestionPropertyAutomationLabel", 14431 "documentation":"<p>The property label of the automation.</p>" 14432 } 14433 }, 14434 "documentation":"<p>Information about the property value used in automation of a numeric questions. Label values are associated with minimum and maximum values for the numeric question.</p> <ul> <li> <p>Sentiment scores have a minimum value of -5 and maximum value of 5.</p> </li> <li> <p> Duration labels, such as <code>NON_TALK_TIME</code>, <code>CONTACT_DURATION</code>, <code>AGENT_INTERACTION_DURATION</code>, <code>CUSTOMER_HOLD_TIME</code> have a minimum value of 0 and maximum value of 28800.</p> </li> <li> <p>Percentages have a minimum value of 0 and maximum value of 100. </p> </li> <li> <p> <code>NUMBER_OF_INTERRUPTIONS</code> has a minimum value of 0 and maximum value of 1000.</p> </li> </ul>" 14435 }, 14436 "Origin":{ 14437 "type":"string", 14438 "max":267 14439 }, 14440 "OriginsList":{ 14441 "type":"list", 14442 "member":{"shape":"Origin"} 14443 }, 14444 "OutboundCallerConfig":{ 14445 "type":"structure", 14446 "members":{ 14447 "OutboundCallerIdName":{ 14448 "shape":"OutboundCallerIdName", 14449 "documentation":"<p>The caller ID name.</p>" 14450 }, 14451 "OutboundCallerIdNumberId":{ 14452 "shape":"PhoneNumberId", 14453 "documentation":"<p>The caller ID number.</p>" 14454 }, 14455 "OutboundFlowId":{ 14456 "shape":"ContactFlowId", 14457 "documentation":"<p>The outbound whisper flow to be used during an outbound call.</p>" 14458 } 14459 }, 14460 "documentation":"<p>The outbound caller ID name, number, and outbound whisper flow.</p>" 14461 }, 14462 "OutboundCallerIdName":{ 14463 "type":"string", 14464 "max":255, 14465 "min":1 14466 }, 14467 "OutboundCallsEnabled":{"type":"boolean"}, 14468 "OutboundContactNotPermittedException":{ 14469 "type":"structure", 14470 "members":{ 14471 "Message":{ 14472 "shape":"Message", 14473 "documentation":"<p>The message about the contact.</p>" 14474 } 14475 }, 14476 "documentation":"<p>The contact is not permitted.</p>", 14477 "error":{"httpStatusCode":403}, 14478 "exception":true 14479 }, 14480 "OutputTypeNotFoundException":{ 14481 "type":"structure", 14482 "members":{ 14483 "Message":{"shape":"Message"} 14484 }, 14485 "documentation":"<p>Thrown for analyzed content when requested OutputType was not enabled for a given contact. For example, if an OutputType.Raw was requested for a contact that had `RedactedOnly` Redaction policy set in Contact flow.</p>", 14486 "error":{"httpStatusCode":404}, 14487 "exception":true 14488 }, 14489 "PEM":{ 14490 "type":"string", 14491 "max":1024, 14492 "min":1 14493 }, 14494 "ParticipantCapabilities":{ 14495 "type":"structure", 14496 "members":{ 14497 "Video":{ 14498 "shape":"VideoCapability", 14499 "documentation":"<p>The configuration having the video sharing capabilities for participants over the call.</p>" 14500 } 14501 }, 14502 "documentation":"<p>The configuration for the allowed capabilities for participants present over the call.</p>" 14503 }, 14504 "ParticipantDetails":{ 14505 "type":"structure", 14506 "required":["DisplayName"], 14507 "members":{ 14508 "DisplayName":{ 14509 "shape":"DisplayName", 14510 "documentation":"<p>Display name of the participant.</p>" 14511 } 14512 }, 14513 "documentation":"<p>The customer's details.</p>" 14514 }, 14515 "ParticipantDetailsToAdd":{ 14516 "type":"structure", 14517 "members":{ 14518 "ParticipantRole":{ 14519 "shape":"ParticipantRole", 14520 "documentation":"<p>The role of the participant being added.</p>" 14521 }, 14522 "DisplayName":{ 14523 "shape":"DisplayName", 14524 "documentation":"<p>The display name of the participant.</p>" 14525 } 14526 }, 14527 "documentation":"<p>The details to add for the participant.</p>" 14528 }, 14529 "ParticipantId":{ 14530 "type":"string", 14531 "max":256, 14532 "min":1 14533 }, 14534 "ParticipantRole":{ 14535 "type":"string", 14536 "enum":[ 14537 "AGENT", 14538 "CUSTOMER", 14539 "SYSTEM", 14540 "CUSTOM_BOT", 14541 "SUPERVISOR" 14542 ] 14543 }, 14544 "ParticipantTimerAction":{ 14545 "type":"string", 14546 "enum":["Unset"] 14547 }, 14548 "ParticipantTimerConfigList":{ 14549 "type":"list", 14550 "member":{"shape":"ParticipantTimerConfiguration"}, 14551 "max":6, 14552 "min":1 14553 }, 14554 "ParticipantTimerConfiguration":{ 14555 "type":"structure", 14556 "required":[ 14557 "ParticipantRole", 14558 "TimerType", 14559 "TimerValue" 14560 ], 14561 "members":{ 14562 "ParticipantRole":{ 14563 "shape":"TimerEligibleParticipantRoles", 14564 "documentation":"<p>The role of the participant in the chat conversation.</p>" 14565 }, 14566 "TimerType":{ 14567 "shape":"ParticipantTimerType", 14568 "documentation":"<p>The type of timer. <code>IDLE</code> indicates the timer applies for considering a human chat participant as idle. <code>DISCONNECT_NONCUSTOMER</code> indicates the timer applies to automatically disconnecting a chat participant due to idleness.</p>" 14569 }, 14570 "TimerValue":{ 14571 "shape":"ParticipantTimerValue", 14572 "documentation":"<p>The value of the timer. Either the timer action (Unset to delete the timer), or the duration of the timer in minutes. Only one value can be set.</p>" 14573 } 14574 }, 14575 "documentation":"<p>Configuration information for the timer. After the timer configuration is set, it persists for the duration of the chat. It persists across new contacts in the chain, for example, transfer contacts.</p> <p>For more information about how chat timeouts work, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/setup-chat-timeouts.html\">Set up chat timeouts for human participants</a>. </p>" 14576 }, 14577 "ParticipantTimerDurationInMinutes":{ 14578 "type":"integer", 14579 "max":480, 14580 "min":2 14581 }, 14582 "ParticipantTimerType":{ 14583 "type":"string", 14584 "enum":[ 14585 "IDLE", 14586 "DISCONNECT_NONCUSTOMER" 14587 ] 14588 }, 14589 "ParticipantTimerValue":{ 14590 "type":"structure", 14591 "members":{ 14592 "ParticipantTimerAction":{ 14593 "shape":"ParticipantTimerAction", 14594 "documentation":"<p>The timer action. Currently only one value is allowed: <code>Unset</code>. It deletes a timer.</p>" 14595 }, 14596 "ParticipantTimerDurationInMinutes":{ 14597 "shape":"ParticipantTimerDurationInMinutes", 14598 "documentation":"<p>The duration of a timer, in minutes. </p>" 14599 } 14600 }, 14601 "documentation":"<p>The value of the timer. Either the timer action (<code>Unset</code> to delete the timer), or the duration of the timer in minutes. Only one value can be set.</p> <p>For more information about how chat timeouts work, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/setup-chat-timeouts.html\">Set up chat timeouts for human participants</a>. </p>", 14602 "union":true 14603 }, 14604 "ParticipantToken":{ 14605 "type":"string", 14606 "max":1000, 14607 "min":1 14608 }, 14609 "ParticipantTokenCredentials":{ 14610 "type":"structure", 14611 "members":{ 14612 "ParticipantToken":{ 14613 "shape":"ParticipantToken", 14614 "documentation":"<p>The token used by the chat participant to call <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html\">CreateParticipantConnection</a>. The participant token is valid for the lifetime of a chat participant. </p>" 14615 }, 14616 "Expiry":{ 14617 "shape":"ISO8601Datetime", 14618 "documentation":"<p>The expiration of the token. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.</p>" 14619 } 14620 }, 14621 "documentation":"<p>The credentials used by the participant.</p>" 14622 }, 14623 "Password":{ 14624 "type":"string", 14625 "pattern":"/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/", 14626 "sensitive":true 14627 }, 14628 "PauseContactRequest":{ 14629 "type":"structure", 14630 "required":[ 14631 "ContactId", 14632 "InstanceId" 14633 ], 14634 "members":{ 14635 "ContactId":{ 14636 "shape":"ContactId", 14637 "documentation":"<p>The identifier of the contact.</p>" 14638 }, 14639 "InstanceId":{ 14640 "shape":"InstanceId", 14641 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the <code>instanceId</code> in the ARN of the instance.</p>" 14642 }, 14643 "ContactFlowId":{ 14644 "shape":"ContactFlowId", 14645 "documentation":"<p>The identifier of the flow.</p>" 14646 } 14647 } 14648 }, 14649 "PauseContactResponse":{ 14650 "type":"structure", 14651 "members":{ 14652 } 14653 }, 14654 "Percentage":{ 14655 "type":"integer", 14656 "max":100, 14657 "min":0 14658 }, 14659 "Permission":{ 14660 "type":"string", 14661 "max":128, 14662 "min":1 14663 }, 14664 "PermissionsList":{ 14665 "type":"list", 14666 "member":{"shape":"SecurityProfilePermission"}, 14667 "max":500 14668 }, 14669 "PersistentChat":{ 14670 "type":"structure", 14671 "members":{ 14672 "RehydrationType":{ 14673 "shape":"RehydrationType", 14674 "documentation":"<p>The contactId that is used for rehydration depends on the rehydration type. RehydrationType is required for persistent chat. </p> <ul> <li> <p> <code>ENTIRE_PAST_SESSION</code>: Rehydrates a chat from the most recently terminated past chat contact of the specified past ended chat session. To use this type, provide the <code>initialContactId</code> of the past ended chat session in the <code>sourceContactId</code> field. In this type, Amazon Connect determines the most recent chat contact on the specified chat session that has ended, and uses it to start a persistent chat. </p> </li> <li> <p> <code>FROM_SEGMENT</code>: Rehydrates a chat from the past chat contact that is specified in the <code>sourceContactId</code> field. </p> </li> </ul> <p>The actual contactId used for rehydration is provided in the response of this API. </p>" 14675 }, 14676 "SourceContactId":{ 14677 "shape":"ContactId", 14678 "documentation":"<p>The contactId from which a persistent chat session must be started.</p>" 14679 } 14680 }, 14681 "documentation":"<p>Enable persistent chats. For more information about enabling persistent chat, and for example use cases and how to configure for them, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html\">Enable persistent chat</a>.</p>" 14682 }, 14683 "PhoneNumber":{ 14684 "type":"string", 14685 "pattern":"\\\\+[1-9]\\\\d{1,14}$" 14686 }, 14687 "PhoneNumberCountryCode":{ 14688 "type":"string", 14689 "enum":[ 14690 "AF", 14691 "AL", 14692 "DZ", 14693 "AS", 14694 "AD", 14695 "AO", 14696 "AI", 14697 "AQ", 14698 "AG", 14699 "AR", 14700 "AM", 14701 "AW", 14702 "AU", 14703 "AT", 14704 "AZ", 14705 "BS", 14706 "BH", 14707 "BD", 14708 "BB", 14709 "BY", 14710 "BE", 14711 "BZ", 14712 "BJ", 14713 "BM", 14714 "BT", 14715 "BO", 14716 "BA", 14717 "BW", 14718 "BR", 14719 "IO", 14720 "VG", 14721 "BN", 14722 "BG", 14723 "BF", 14724 "BI", 14725 "KH", 14726 "CM", 14727 "CA", 14728 "CV", 14729 "KY", 14730 "CF", 14731 "TD", 14732 "CL", 14733 "CN", 14734 "CX", 14735 "CC", 14736 "CO", 14737 "KM", 14738 "CK", 14739 "CR", 14740 "HR", 14741 "CU", 14742 "CW", 14743 "CY", 14744 "CZ", 14745 "CD", 14746 "DK", 14747 "DJ", 14748 "DM", 14749 "DO", 14750 "TL", 14751 "EC", 14752 "EG", 14753 "SV", 14754 "GQ", 14755 "ER", 14756 "EE", 14757 "ET", 14758 "FK", 14759 "FO", 14760 "FJ", 14761 "FI", 14762 "FR", 14763 "PF", 14764 "GA", 14765 "GM", 14766 "GE", 14767 "DE", 14768 "GH", 14769 "GI", 14770 "GR", 14771 "GL", 14772 "GD", 14773 "GU", 14774 "GT", 14775 "GG", 14776 "GN", 14777 "GW", 14778 "GY", 14779 "HT", 14780 "HN", 14781 "HK", 14782 "HU", 14783 "IS", 14784 "IN", 14785 "ID", 14786 "IR", 14787 "IQ", 14788 "IE", 14789 "IM", 14790 "IL", 14791 "IT", 14792 "CI", 14793 "JM", 14794 "JP", 14795 "JE", 14796 "JO", 14797 "KZ", 14798 "KE", 14799 "KI", 14800 "KW", 14801 "KG", 14802 "LA", 14803 "LV", 14804 "LB", 14805 "LS", 14806 "LR", 14807 "LY", 14808 "LI", 14809 "LT", 14810 "LU", 14811 "MO", 14812 "MK", 14813 "MG", 14814 "MW", 14815 "MY", 14816 "MV", 14817 "ML", 14818 "MT", 14819 "MH", 14820 "MR", 14821 "MU", 14822 "YT", 14823 "MX", 14824 "FM", 14825 "MD", 14826 "MC", 14827 "MN", 14828 "ME", 14829 "MS", 14830 "MA", 14831 "MZ", 14832 "MM", 14833 "NA", 14834 "NR", 14835 "NP", 14836 "NL", 14837 "AN", 14838 "NC", 14839 "NZ", 14840 "NI", 14841 "NE", 14842 "NG", 14843 "NU", 14844 "KP", 14845 "MP", 14846 "NO", 14847 "OM", 14848 "PK", 14849 "PW", 14850 "PA", 14851 "PG", 14852 "PY", 14853 "PE", 14854 "PH", 14855 "PN", 14856 "PL", 14857 "PT", 14858 "PR", 14859 "QA", 14860 "CG", 14861 "RE", 14862 "RO", 14863 "RU", 14864 "RW", 14865 "BL", 14866 "SH", 14867 "KN", 14868 "LC", 14869 "MF", 14870 "PM", 14871 "VC", 14872 "WS", 14873 "SM", 14874 "ST", 14875 "SA", 14876 "SN", 14877 "RS", 14878 "SC", 14879 "SL", 14880 "SG", 14881 "SX", 14882 "SK", 14883 "SI", 14884 "SB", 14885 "SO", 14886 "ZA", 14887 "KR", 14888 "ES", 14889 "LK", 14890 "SD", 14891 "SR", 14892 "SJ", 14893 "SZ", 14894 "SE", 14895 "CH", 14896 "SY", 14897 "TW", 14898 "TJ", 14899 "TZ", 14900 "TH", 14901 "TG", 14902 "TK", 14903 "TO", 14904 "TT", 14905 "TN", 14906 "TR", 14907 "TM", 14908 "TC", 14909 "TV", 14910 "VI", 14911 "UG", 14912 "UA", 14913 "AE", 14914 "GB", 14915 "US", 14916 "UY", 14917 "UZ", 14918 "VU", 14919 "VA", 14920 "VE", 14921 "VN", 14922 "WF", 14923 "EH", 14924 "YE", 14925 "ZM", 14926 "ZW" 14927 ] 14928 }, 14929 "PhoneNumberCountryCodes":{ 14930 "type":"list", 14931 "member":{"shape":"PhoneNumberCountryCode"}, 14932 "max":10 14933 }, 14934 "PhoneNumberDescription":{ 14935 "type":"string", 14936 "max":500, 14937 "min":0, 14938 "pattern":"^[\\W\\S_]*" 14939 }, 14940 "PhoneNumberId":{"type":"string"}, 14941 "PhoneNumberPrefix":{ 14942 "type":"string", 14943 "pattern":"\\\\+?[0-9]{1,11}" 14944 }, 14945 "PhoneNumberQuickConnectConfig":{ 14946 "type":"structure", 14947 "required":["PhoneNumber"], 14948 "members":{ 14949 "PhoneNumber":{ 14950 "shape":"PhoneNumber", 14951 "documentation":"<p>The phone number in E.164 format.</p>" 14952 } 14953 }, 14954 "documentation":"<p>Contains information about a phone number for a quick connect.</p>" 14955 }, 14956 "PhoneNumberStatus":{ 14957 "type":"structure", 14958 "members":{ 14959 "Status":{ 14960 "shape":"PhoneNumberWorkflowStatus", 14961 "documentation":"<p>The status.</p>" 14962 }, 14963 "Message":{ 14964 "shape":"PhoneNumberWorkflowMessage", 14965 "documentation":"<p>The status message.</p>" 14966 } 14967 }, 14968 "documentation":"<p>The status of the phone number.</p> <ul> <li> <p> <code>CLAIMED</code> means the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_ClaimPhoneNumber.html\">ClaimPhoneNumber</a> or <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdatePhoneNumber.html\">UpdatePhoneNumber</a> operation succeeded.</p> </li> <li> <p> <code>IN_PROGRESS</code> means a <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_ClaimPhoneNumber.html\">ClaimPhoneNumber</a>, <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdatePhoneNumber.html\">UpdatePhoneNumber</a>, or <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdatePhoneNumberMetadata.html\">UpdatePhoneNumberMetadata</a> operation is still in progress and has not yet completed. You can call <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribePhoneNumber.html\">DescribePhoneNumber</a> at a later time to verify if the previous operation has completed.</p> </li> <li> <p> <code>FAILED</code> indicates that the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_ClaimPhoneNumber.html\">ClaimPhoneNumber</a> or <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdatePhoneNumber.html\">UpdatePhoneNumber</a> operation has failed. It will include a message indicating the failure reason. A common reason for a failure may be that the <code>TargetArn</code> value you are claiming or updating a phone number to has reached its limit of total claimed numbers. If you received a <code>FAILED</code> status from a <code>ClaimPhoneNumber</code> API call, you have one day to retry claiming the phone number before the number is released back to the inventory for other customers to claim.</p> </li> </ul>" 14969 }, 14970 "PhoneNumberSummary":{ 14971 "type":"structure", 14972 "members":{ 14973 "Id":{ 14974 "shape":"PhoneNumberId", 14975 "documentation":"<p>The identifier of the phone number.</p>" 14976 }, 14977 "Arn":{ 14978 "shape":"ARN", 14979 "documentation":"<p>The Amazon Resource Name (ARN) of the phone number.</p>" 14980 }, 14981 "PhoneNumber":{ 14982 "shape":"PhoneNumber", 14983 "documentation":"<p>The phone number.</p>" 14984 }, 14985 "PhoneNumberType":{ 14986 "shape":"PhoneNumberType", 14987 "documentation":"<p>The type of phone number.</p>" 14988 }, 14989 "PhoneNumberCountryCode":{ 14990 "shape":"PhoneNumberCountryCode", 14991 "documentation":"<p>The ISO country code.</p>" 14992 } 14993 }, 14994 "documentation":"<p>Contains summary information about a phone number for a contact center.</p>" 14995 }, 14996 "PhoneNumberSummaryList":{ 14997 "type":"list", 14998 "member":{"shape":"PhoneNumberSummary"} 14999 }, 15000 "PhoneNumberType":{ 15001 "type":"string", 15002 "enum":[ 15003 "TOLL_FREE", 15004 "DID", 15005 "UIFN", 15006 "SHARED", 15007 "THIRD_PARTY_TF", 15008 "THIRD_PARTY_DID", 15009 "SHORT_CODE" 15010 ] 15011 }, 15012 "PhoneNumberTypes":{ 15013 "type":"list", 15014 "member":{"shape":"PhoneNumberType"}, 15015 "max":6 15016 }, 15017 "PhoneNumberWorkflowMessage":{ 15018 "type":"string", 15019 "max":255, 15020 "min":0, 15021 "pattern":"^[\\W\\S_]*" 15022 }, 15023 "PhoneNumberWorkflowStatus":{ 15024 "type":"string", 15025 "enum":[ 15026 "CLAIMED", 15027 "IN_PROGRESS", 15028 "FAILED" 15029 ] 15030 }, 15031 "PhoneType":{ 15032 "type":"string", 15033 "enum":[ 15034 "SOFT_PHONE", 15035 "DESK_PHONE" 15036 ] 15037 }, 15038 "PredefinedAttribute":{ 15039 "type":"structure", 15040 "members":{ 15041 "Name":{ 15042 "shape":"PredefinedAttributeName", 15043 "documentation":"<p>The name of the predefined attribute.</p>" 15044 }, 15045 "Values":{ 15046 "shape":"PredefinedAttributeValues", 15047 "documentation":"<p>The values of the predefined attribute.</p>" 15048 }, 15049 "LastModifiedTime":{ 15050 "shape":"Timestamp", 15051 "documentation":"<p>Last modified time.</p>" 15052 }, 15053 "LastModifiedRegion":{ 15054 "shape":"RegionName", 15055 "documentation":"<p>Last modified region.</p>" 15056 } 15057 }, 15058 "documentation":"<p>Information about a predefined attribute.</p>" 15059 }, 15060 "PredefinedAttributeName":{ 15061 "type":"string", 15062 "max":64, 15063 "min":1 15064 }, 15065 "PredefinedAttributeSearchConditionList":{ 15066 "type":"list", 15067 "member":{"shape":"PredefinedAttributeSearchCriteria"} 15068 }, 15069 "PredefinedAttributeSearchCriteria":{ 15070 "type":"structure", 15071 "members":{ 15072 "OrConditions":{ 15073 "shape":"PredefinedAttributeSearchConditionList", 15074 "documentation":"<p>A list of conditions which would be applied together with an <code>OR</code> condition.</p>" 15075 }, 15076 "AndConditions":{ 15077 "shape":"PredefinedAttributeSearchConditionList", 15078 "documentation":"<p>A list of conditions which would be applied together with an <code>AND</code> condition.</p>" 15079 }, 15080 "StringCondition":{"shape":"StringCondition"} 15081 }, 15082 "documentation":"<p>The search criteria to be used to return predefined attributes.</p>" 15083 }, 15084 "PredefinedAttributeSearchSummaryList":{ 15085 "type":"list", 15086 "member":{"shape":"PredefinedAttribute"} 15087 }, 15088 "PredefinedAttributeStringValue":{ 15089 "type":"string", 15090 "max":64, 15091 "min":1 15092 }, 15093 "PredefinedAttributeStringValuesList":{ 15094 "type":"list", 15095 "member":{"shape":"PredefinedAttributeStringValue"}, 15096 "max":128, 15097 "min":1 15098 }, 15099 "PredefinedAttributeSummary":{ 15100 "type":"structure", 15101 "members":{ 15102 "Name":{ 15103 "shape":"PredefinedAttributeName", 15104 "documentation":"<p>The name of the predefined attribute.</p>" 15105 }, 15106 "LastModifiedTime":{ 15107 "shape":"Timestamp", 15108 "documentation":"<p>Last modified time.</p>" 15109 }, 15110 "LastModifiedRegion":{ 15111 "shape":"RegionName", 15112 "documentation":"<p>Last modified region.</p>" 15113 } 15114 }, 15115 "documentation":"<p>Summary of a predefined attribute.</p>" 15116 }, 15117 "PredefinedAttributeSummaryList":{ 15118 "type":"list", 15119 "member":{"shape":"PredefinedAttributeSummary"} 15120 }, 15121 "PredefinedAttributeValues":{ 15122 "type":"structure", 15123 "members":{ 15124 "StringList":{ 15125 "shape":"PredefinedAttributeStringValuesList", 15126 "documentation":"<p>Predefined attribute values of type string list.</p>" 15127 } 15128 }, 15129 "documentation":"<p>Information about values of a predefined attribute.</p>", 15130 "union":true 15131 }, 15132 "Prefix":{ 15133 "type":"string", 15134 "max":128, 15135 "min":1 15136 }, 15137 "Priority":{ 15138 "type":"integer", 15139 "max":99, 15140 "min":1 15141 }, 15142 "ProblemDetail":{ 15143 "type":"structure", 15144 "members":{ 15145 "message":{ 15146 "shape":"ProblemMessageString", 15147 "documentation":"<p>The problem detail's message.</p>" 15148 } 15149 }, 15150 "documentation":"<p>Information about a problem detail.</p>" 15151 }, 15152 "ProblemMessageString":{ 15153 "type":"string", 15154 "max":256, 15155 "min":1 15156 }, 15157 "Problems":{ 15158 "type":"list", 15159 "member":{"shape":"ProblemDetail"}, 15160 "max":50, 15161 "min":1 15162 }, 15163 "ProficiencyLevel":{ 15164 "type":"float", 15165 "box":true, 15166 "max":5.0, 15167 "min":1.0 15168 }, 15169 "Prompt":{ 15170 "type":"structure", 15171 "members":{ 15172 "PromptARN":{ 15173 "shape":"ARN", 15174 "documentation":"<p>The Amazon Resource Name (ARN) of the prompt.</p>" 15175 }, 15176 "PromptId":{ 15177 "shape":"PromptId", 15178 "documentation":"<p>A unique identifier for the prompt.</p>" 15179 }, 15180 "Name":{ 15181 "shape":"CommonNameLength127", 15182 "documentation":"<p>The name of the prompt.</p>" 15183 }, 15184 "Description":{ 15185 "shape":"PromptDescription", 15186 "documentation":"<p>The description of the prompt.</p>" 15187 }, 15188 "Tags":{ 15189 "shape":"TagMap", 15190 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 15191 }, 15192 "LastModifiedTime":{ 15193 "shape":"Timestamp", 15194 "documentation":"<p>The timestamp when this resource was last modified.</p>" 15195 }, 15196 "LastModifiedRegion":{ 15197 "shape":"RegionName", 15198 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 15199 } 15200 }, 15201 "documentation":"<p>Information about a prompt.</p>" 15202 }, 15203 "PromptDescription":{ 15204 "type":"string", 15205 "max":250, 15206 "min":1 15207 }, 15208 "PromptId":{ 15209 "type":"string", 15210 "max":256, 15211 "min":1 15212 }, 15213 "PromptList":{ 15214 "type":"list", 15215 "member":{"shape":"Prompt"} 15216 }, 15217 "PromptName":{ 15218 "type":"string", 15219 "max":256, 15220 "min":1 15221 }, 15222 "PromptPresignedUrl":{ 15223 "type":"string", 15224 "max":2000, 15225 "min":1 15226 }, 15227 "PromptSearchConditionList":{ 15228 "type":"list", 15229 "member":{"shape":"PromptSearchCriteria"} 15230 }, 15231 "PromptSearchCriteria":{ 15232 "type":"structure", 15233 "members":{ 15234 "OrConditions":{ 15235 "shape":"PromptSearchConditionList", 15236 "documentation":"<p>A list of conditions which would be applied together with an OR condition.</p>" 15237 }, 15238 "AndConditions":{ 15239 "shape":"PromptSearchConditionList", 15240 "documentation":"<p>A list of conditions which would be applied together with an AND condition.</p>" 15241 }, 15242 "StringCondition":{ 15243 "shape":"StringCondition", 15244 "documentation":"<p>A leaf node condition which can be used to specify a string condition.</p> <note> <p>The currently supported values for <code>FieldName</code> are <code>name</code>, <code>description</code>, and <code>resourceID</code>.</p> </note>" 15245 } 15246 }, 15247 "documentation":"<p>The search criteria to be used to return prompts.</p>" 15248 }, 15249 "PromptSearchFilter":{ 15250 "type":"structure", 15251 "members":{ 15252 "TagFilter":{"shape":"ControlPlaneTagFilter"} 15253 }, 15254 "documentation":"<p>Filters to be applied to search results.</p>" 15255 }, 15256 "PromptSummary":{ 15257 "type":"structure", 15258 "members":{ 15259 "Id":{ 15260 "shape":"PromptId", 15261 "documentation":"<p>The identifier of the prompt.</p>" 15262 }, 15263 "Arn":{ 15264 "shape":"ARN", 15265 "documentation":"<p>The Amazon Resource Name (ARN) of the prompt.</p>" 15266 }, 15267 "Name":{ 15268 "shape":"PromptName", 15269 "documentation":"<p>The name of the prompt.</p>" 15270 }, 15271 "LastModifiedTime":{ 15272 "shape":"Timestamp", 15273 "documentation":"<p>The timestamp when this resource was last modified.</p>" 15274 }, 15275 "LastModifiedRegion":{ 15276 "shape":"RegionName", 15277 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 15278 } 15279 }, 15280 "documentation":"<p>Contains information about the prompt.</p>" 15281 }, 15282 "PromptSummaryList":{ 15283 "type":"list", 15284 "member":{"shape":"PromptSummary"} 15285 }, 15286 "PropertyValidationException":{ 15287 "type":"structure", 15288 "required":["Message"], 15289 "members":{ 15290 "Message":{"shape":"Message"}, 15291 "PropertyList":{"shape":"PropertyValidationExceptionPropertyList"} 15292 }, 15293 "documentation":"<p>The property is not valid.</p>", 15294 "error":{"httpStatusCode":400}, 15295 "exception":true 15296 }, 15297 "PropertyValidationExceptionProperty":{ 15298 "type":"structure", 15299 "required":[ 15300 "PropertyPath", 15301 "Reason", 15302 "Message" 15303 ], 15304 "members":{ 15305 "PropertyPath":{ 15306 "shape":"String", 15307 "documentation":"<p>The full property path.</p>" 15308 }, 15309 "Reason":{ 15310 "shape":"PropertyValidationExceptionReason", 15311 "documentation":"<p>Why the property is not valid.</p>" 15312 }, 15313 "Message":{ 15314 "shape":"Message", 15315 "documentation":"<p>A message describing why the property is not valid.</p>" 15316 } 15317 }, 15318 "documentation":"<p>Contains information about why a property is not valid.</p>" 15319 }, 15320 "PropertyValidationExceptionPropertyList":{ 15321 "type":"list", 15322 "member":{"shape":"PropertyValidationExceptionProperty"} 15323 }, 15324 "PropertyValidationExceptionReason":{ 15325 "type":"string", 15326 "enum":[ 15327 "INVALID_FORMAT", 15328 "UNIQUE_CONSTRAINT_VIOLATED", 15329 "REFERENCED_RESOURCE_NOT_FOUND", 15330 "RESOURCE_NAME_ALREADY_EXISTS", 15331 "REQUIRED_PROPERTY_MISSING", 15332 "NOT_SUPPORTED" 15333 ] 15334 }, 15335 "PutUserStatusRequest":{ 15336 "type":"structure", 15337 "required":[ 15338 "UserId", 15339 "InstanceId", 15340 "AgentStatusId" 15341 ], 15342 "members":{ 15343 "UserId":{ 15344 "shape":"UserId", 15345 "documentation":"<p>The identifier of the user.</p>", 15346 "location":"uri", 15347 "locationName":"UserId" 15348 }, 15349 "InstanceId":{ 15350 "shape":"InstanceId", 15351 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 15352 "location":"uri", 15353 "locationName":"InstanceId" 15354 }, 15355 "AgentStatusId":{ 15356 "shape":"AgentStatusId", 15357 "documentation":"<p>The identifier of the agent status.</p>" 15358 } 15359 } 15360 }, 15361 "PutUserStatusResponse":{ 15362 "type":"structure", 15363 "members":{ 15364 } 15365 }, 15366 "Queue":{ 15367 "type":"structure", 15368 "members":{ 15369 "Name":{ 15370 "shape":"CommonNameLength127", 15371 "documentation":"<p>The name of the queue.</p>" 15372 }, 15373 "QueueArn":{ 15374 "shape":"ARN", 15375 "documentation":"<p>The Amazon Resource Name (ARN) for the queue.</p>" 15376 }, 15377 "QueueId":{ 15378 "shape":"QueueId", 15379 "documentation":"<p>The identifier for the queue.</p>" 15380 }, 15381 "Description":{ 15382 "shape":"QueueDescription", 15383 "documentation":"<p>The description of the queue.</p>" 15384 }, 15385 "OutboundCallerConfig":{ 15386 "shape":"OutboundCallerConfig", 15387 "documentation":"<p>The outbound caller ID name, number, and outbound whisper flow.</p>" 15388 }, 15389 "HoursOfOperationId":{ 15390 "shape":"HoursOfOperationId", 15391 "documentation":"<p>The identifier for the hours of operation.</p>" 15392 }, 15393 "MaxContacts":{ 15394 "shape":"QueueMaxContacts", 15395 "documentation":"<p>The maximum number of contacts that can be in the queue before it is considered full.</p>", 15396 "box":true 15397 }, 15398 "Status":{ 15399 "shape":"QueueStatus", 15400 "documentation":"<p>The status of the queue.</p>" 15401 }, 15402 "Tags":{ 15403 "shape":"TagMap", 15404 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 15405 }, 15406 "LastModifiedTime":{ 15407 "shape":"Timestamp", 15408 "documentation":"<p>The timestamp when this resource was last modified.</p>" 15409 }, 15410 "LastModifiedRegion":{ 15411 "shape":"RegionName", 15412 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 15413 } 15414 }, 15415 "documentation":"<p>Contains information about a queue.</p>" 15416 }, 15417 "QueueDescription":{ 15418 "type":"string", 15419 "max":250, 15420 "min":1 15421 }, 15422 "QueueId":{"type":"string"}, 15423 "QueueIdList":{ 15424 "type":"list", 15425 "member":{"shape":"QueueId"}, 15426 "max":100, 15427 "min":0 15428 }, 15429 "QueueInfo":{ 15430 "type":"structure", 15431 "members":{ 15432 "Id":{ 15433 "shape":"QueueId", 15434 "documentation":"<p>The unique identifier for the queue.</p>" 15435 }, 15436 "EnqueueTimestamp":{ 15437 "shape":"timestamp", 15438 "documentation":"<p>The timestamp when the contact was added to the queue.</p>" 15439 } 15440 }, 15441 "documentation":"<p>If this contact was queued, this contains information about the queue. </p>" 15442 }, 15443 "QueueMaxContacts":{ 15444 "type":"integer", 15445 "min":0 15446 }, 15447 "QueueName":{ 15448 "type":"string", 15449 "max":256, 15450 "min":1 15451 }, 15452 "QueuePriority":{ 15453 "type":"long", 15454 "max":9223372036854775807, 15455 "min":1 15456 }, 15457 "QueueQuickConnectConfig":{ 15458 "type":"structure", 15459 "required":[ 15460 "QueueId", 15461 "ContactFlowId" 15462 ], 15463 "members":{ 15464 "QueueId":{ 15465 "shape":"QueueId", 15466 "documentation":"<p>The identifier for the queue.</p>" 15467 }, 15468 "ContactFlowId":{ 15469 "shape":"ContactFlowId", 15470 "documentation":"<p>The identifier of the flow.</p>" 15471 } 15472 }, 15473 "documentation":"<p>Contains information about a queue for a quick connect. The flow must be of type Transfer to Queue.</p>" 15474 }, 15475 "QueueReference":{ 15476 "type":"structure", 15477 "members":{ 15478 "Id":{ 15479 "shape":"QueueId", 15480 "documentation":"<p>The identifier of the queue.</p>" 15481 }, 15482 "Arn":{ 15483 "shape":"ARN", 15484 "documentation":"<p>The Amazon Resource Name (ARN) of the queue.</p>" 15485 } 15486 }, 15487 "documentation":"<p>Contains information about a queue resource for which metrics are returned.</p>" 15488 }, 15489 "QueueSearchConditionList":{ 15490 "type":"list", 15491 "member":{"shape":"QueueSearchCriteria"} 15492 }, 15493 "QueueSearchCriteria":{ 15494 "type":"structure", 15495 "members":{ 15496 "OrConditions":{ 15497 "shape":"QueueSearchConditionList", 15498 "documentation":"<p>A list of conditions which would be applied together with an OR condition.</p>" 15499 }, 15500 "AndConditions":{ 15501 "shape":"QueueSearchConditionList", 15502 "documentation":"<p>A list of conditions which would be applied together with an AND condition.</p>" 15503 }, 15504 "StringCondition":{ 15505 "shape":"StringCondition", 15506 "documentation":"<p>A leaf node condition which can be used to specify a string condition.</p> <note> <p>The currently supported values for <code>FieldName</code> are <code>name</code>, <code>description</code>, and <code>resourceID</code>.</p> </note>" 15507 }, 15508 "QueueTypeCondition":{ 15509 "shape":"SearchableQueueType", 15510 "documentation":"<p>The type of queue.</p>" 15511 } 15512 }, 15513 "documentation":"<p>The search criteria to be used to return queues.</p> <note> <p>The <code>name</code> and <code>description</code> fields support \"contains\" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results. </p> </note>" 15514 }, 15515 "QueueSearchFilter":{ 15516 "type":"structure", 15517 "members":{ 15518 "TagFilter":{"shape":"ControlPlaneTagFilter"} 15519 }, 15520 "documentation":"<p>Filters to be applied to search results.</p>" 15521 }, 15522 "QueueSearchSummaryList":{ 15523 "type":"list", 15524 "member":{"shape":"Queue"} 15525 }, 15526 "QueueStatus":{ 15527 "type":"string", 15528 "enum":[ 15529 "ENABLED", 15530 "DISABLED" 15531 ] 15532 }, 15533 "QueueSummary":{ 15534 "type":"structure", 15535 "members":{ 15536 "Id":{ 15537 "shape":"QueueId", 15538 "documentation":"<p>The identifier of the queue.</p>" 15539 }, 15540 "Arn":{ 15541 "shape":"ARN", 15542 "documentation":"<p>The Amazon Resource Name (ARN) of the queue.</p>" 15543 }, 15544 "Name":{ 15545 "shape":"QueueName", 15546 "documentation":"<p>The name of the queue.</p>" 15547 }, 15548 "QueueType":{ 15549 "shape":"QueueType", 15550 "documentation":"<p>The type of queue.</p>" 15551 }, 15552 "LastModifiedTime":{ 15553 "shape":"Timestamp", 15554 "documentation":"<p>The timestamp when this resource was last modified.</p>" 15555 }, 15556 "LastModifiedRegion":{ 15557 "shape":"RegionName", 15558 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 15559 } 15560 }, 15561 "documentation":"<p>Contains summary information about a queue.</p>" 15562 }, 15563 "QueueSummaryList":{ 15564 "type":"list", 15565 "member":{"shape":"QueueSummary"} 15566 }, 15567 "QueueTimeAdjustmentSeconds":{"type":"integer"}, 15568 "QueueType":{ 15569 "type":"string", 15570 "enum":[ 15571 "STANDARD", 15572 "AGENT" 15573 ] 15574 }, 15575 "QueueTypes":{ 15576 "type":"list", 15577 "member":{"shape":"QueueType"}, 15578 "max":2 15579 }, 15580 "Queues":{ 15581 "type":"list", 15582 "member":{"shape":"QueueId"}, 15583 "max":100, 15584 "min":1 15585 }, 15586 "QuickConnect":{ 15587 "type":"structure", 15588 "members":{ 15589 "QuickConnectARN":{ 15590 "shape":"ARN", 15591 "documentation":"<p>The Amazon Resource Name (ARN) of the quick connect.</p>" 15592 }, 15593 "QuickConnectId":{ 15594 "shape":"QuickConnectId", 15595 "documentation":"<p>The identifier for the quick connect.</p>" 15596 }, 15597 "Name":{ 15598 "shape":"QuickConnectName", 15599 "documentation":"<p>The name of the quick connect.</p>" 15600 }, 15601 "Description":{ 15602 "shape":"QuickConnectDescription", 15603 "documentation":"<p>The description.</p>" 15604 }, 15605 "QuickConnectConfig":{ 15606 "shape":"QuickConnectConfig", 15607 "documentation":"<p>Contains information about the quick connect.</p>" 15608 }, 15609 "Tags":{ 15610 "shape":"TagMap", 15611 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 15612 }, 15613 "LastModifiedTime":{ 15614 "shape":"Timestamp", 15615 "documentation":"<p>The timestamp when this resource was last modified.</p>" 15616 }, 15617 "LastModifiedRegion":{ 15618 "shape":"RegionName", 15619 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 15620 } 15621 }, 15622 "documentation":"<p>Contains information about a quick connect.</p>" 15623 }, 15624 "QuickConnectConfig":{ 15625 "type":"structure", 15626 "required":["QuickConnectType"], 15627 "members":{ 15628 "QuickConnectType":{ 15629 "shape":"QuickConnectType", 15630 "documentation":"<p>The type of quick connect. In the Amazon Connect admin website, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE). </p>" 15631 }, 15632 "UserConfig":{ 15633 "shape":"UserQuickConnectConfig", 15634 "documentation":"<p>The user configuration. This is required only if QuickConnectType is USER.</p>" 15635 }, 15636 "QueueConfig":{ 15637 "shape":"QueueQuickConnectConfig", 15638 "documentation":"<p>The queue configuration. This is required only if QuickConnectType is QUEUE.</p>" 15639 }, 15640 "PhoneConfig":{ 15641 "shape":"PhoneNumberQuickConnectConfig", 15642 "documentation":"<p>The phone configuration. This is required only if QuickConnectType is PHONE_NUMBER.</p>" 15643 } 15644 }, 15645 "documentation":"<p>Contains configuration settings for a quick connect.</p>" 15646 }, 15647 "QuickConnectDescription":{ 15648 "type":"string", 15649 "max":250, 15650 "min":1 15651 }, 15652 "QuickConnectId":{"type":"string"}, 15653 "QuickConnectName":{ 15654 "type":"string", 15655 "max":127, 15656 "min":1 15657 }, 15658 "QuickConnectSearchConditionList":{ 15659 "type":"list", 15660 "member":{"shape":"QuickConnectSearchCriteria"} 15661 }, 15662 "QuickConnectSearchCriteria":{ 15663 "type":"structure", 15664 "members":{ 15665 "OrConditions":{ 15666 "shape":"QuickConnectSearchConditionList", 15667 "documentation":"<p>A list of conditions which would be applied together with an OR condition.</p>" 15668 }, 15669 "AndConditions":{ 15670 "shape":"QuickConnectSearchConditionList", 15671 "documentation":"<p>A list of conditions which would be applied together with an AND condition.</p>" 15672 }, 15673 "StringCondition":{ 15674 "shape":"StringCondition", 15675 "documentation":"<p>A leaf node condition which can be used to specify a string condition.</p> <note> <p>The currently supported values for <code>FieldName</code> are <code>name</code>, <code>description</code>, and <code>resourceID</code>.</p> </note>" 15676 } 15677 }, 15678 "documentation":"<p>The search criteria to be used to return quick connects.</p>" 15679 }, 15680 "QuickConnectSearchFilter":{ 15681 "type":"structure", 15682 "members":{ 15683 "TagFilter":{"shape":"ControlPlaneTagFilter"} 15684 }, 15685 "documentation":"<p>Filters to be applied to search results.</p>" 15686 }, 15687 "QuickConnectSearchSummaryList":{ 15688 "type":"list", 15689 "member":{"shape":"QuickConnect"} 15690 }, 15691 "QuickConnectSummary":{ 15692 "type":"structure", 15693 "members":{ 15694 "Id":{ 15695 "shape":"QuickConnectId", 15696 "documentation":"<p>The identifier for the quick connect.</p>" 15697 }, 15698 "Arn":{ 15699 "shape":"ARN", 15700 "documentation":"<p>The Amazon Resource Name (ARN) of the quick connect.</p>" 15701 }, 15702 "Name":{ 15703 "shape":"QuickConnectName", 15704 "documentation":"<p>The name of the quick connect.</p>" 15705 }, 15706 "QuickConnectType":{ 15707 "shape":"QuickConnectType", 15708 "documentation":"<p>The type of quick connect. In the Amazon Connect admin website, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).</p>" 15709 }, 15710 "LastModifiedTime":{ 15711 "shape":"Timestamp", 15712 "documentation":"<p>The timestamp when this resource was last modified.</p>" 15713 }, 15714 "LastModifiedRegion":{ 15715 "shape":"RegionName", 15716 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 15717 } 15718 }, 15719 "documentation":"<p>Contains summary information about a quick connect.</p>" 15720 }, 15721 "QuickConnectSummaryList":{ 15722 "type":"list", 15723 "member":{"shape":"QuickConnectSummary"} 15724 }, 15725 "QuickConnectType":{ 15726 "type":"string", 15727 "enum":[ 15728 "USER", 15729 "QUEUE", 15730 "PHONE_NUMBER" 15731 ] 15732 }, 15733 "QuickConnectTypes":{ 15734 "type":"list", 15735 "member":{"shape":"QuickConnectType"}, 15736 "max":3 15737 }, 15738 "QuickConnectsList":{ 15739 "type":"list", 15740 "member":{"shape":"QuickConnectId"}, 15741 "max":50, 15742 "min":1 15743 }, 15744 "ReadOnlyFieldInfo":{ 15745 "type":"structure", 15746 "members":{ 15747 "Id":{ 15748 "shape":"TaskTemplateFieldIdentifier", 15749 "documentation":"<p>Identifier of the read-only field.</p>" 15750 } 15751 }, 15752 "documentation":"<p>Indicates a field that is read-only to an agent.</p>" 15753 }, 15754 "ReadOnlyTaskTemplateFields":{ 15755 "type":"list", 15756 "member":{"shape":"ReadOnlyFieldInfo"} 15757 }, 15758 "RealTimeContactAnalysisAttachment":{ 15759 "type":"structure", 15760 "required":[ 15761 "AttachmentName", 15762 "AttachmentId" 15763 ], 15764 "members":{ 15765 "AttachmentName":{ 15766 "shape":"AttachmentName", 15767 "documentation":"<p>A case-sensitive name of the attachment being uploaded. Can be redacted.</p>" 15768 }, 15769 "ContentType":{ 15770 "shape":"ContentType", 15771 "documentation":"<p>Describes the MIME file type of the attachment. For a list of supported file types, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/feature-limits.html\">Feature specifications</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 15772 }, 15773 "AttachmentId":{ 15774 "shape":"ArtifactId", 15775 "documentation":"<p>A unique identifier for the attachment.</p>" 15776 }, 15777 "Status":{ 15778 "shape":"ArtifactStatus", 15779 "documentation":"<p>Status of the attachment.</p>" 15780 } 15781 }, 15782 "documentation":"<p>Object that describes attached file. </p>" 15783 }, 15784 "RealTimeContactAnalysisAttachments":{ 15785 "type":"list", 15786 "member":{"shape":"RealTimeContactAnalysisAttachment"}, 15787 "max":10 15788 }, 15789 "RealTimeContactAnalysisCategoryDetails":{ 15790 "type":"structure", 15791 "required":["PointsOfInterest"], 15792 "members":{ 15793 "PointsOfInterest":{ 15794 "shape":"RealTimeContactAnalysisPointsOfInterest", 15795 "documentation":"<p>List of PointOfInterest - objects describing a single match of a rule.</p>" 15796 } 15797 }, 15798 "documentation":"<p>Provides information about the category rule that was matched.</p>" 15799 }, 15800 "RealTimeContactAnalysisCategoryName":{ 15801 "type":"string", 15802 "max":256, 15803 "min":1 15804 }, 15805 "RealTimeContactAnalysisCharacterInterval":{ 15806 "type":"structure", 15807 "required":[ 15808 "BeginOffsetChar", 15809 "EndOffsetChar" 15810 ], 15811 "members":{ 15812 "BeginOffsetChar":{ 15813 "shape":"RealTimeContactAnalysisOffset", 15814 "documentation":"<p>The beginning of the character interval.</p>" 15815 }, 15816 "EndOffsetChar":{ 15817 "shape":"RealTimeContactAnalysisOffset", 15818 "documentation":"<p>The end of the character interval.</p>" 15819 } 15820 }, 15821 "documentation":"<p>Begin and end offsets for a part of text.</p>" 15822 }, 15823 "RealTimeContactAnalysisCharacterIntervals":{ 15824 "type":"list", 15825 "member":{"shape":"RealTimeContactAnalysisCharacterInterval"} 15826 }, 15827 "RealTimeContactAnalysisContentType":{ 15828 "type":"string", 15829 "max":256, 15830 "min":1 15831 }, 15832 "RealTimeContactAnalysisEventType":{ 15833 "type":"string", 15834 "max":128, 15835 "min":1 15836 }, 15837 "RealTimeContactAnalysisId256":{ 15838 "type":"string", 15839 "max":256, 15840 "min":1 15841 }, 15842 "RealTimeContactAnalysisIssueDetected":{ 15843 "type":"structure", 15844 "required":["TranscriptItems"], 15845 "members":{ 15846 "TranscriptItems":{ 15847 "shape":"RealTimeContactAnalysisTranscriptItemsWithContent", 15848 "documentation":"<p>List of the transcript items (segments) that are associated with a given issue.</p>" 15849 } 15850 }, 15851 "documentation":"<p>Potential issues that are detected based on an artificial intelligence analysis of each turn in the conversation.</p>" 15852 }, 15853 "RealTimeContactAnalysisIssuesDetected":{ 15854 "type":"list", 15855 "member":{"shape":"RealTimeContactAnalysisIssueDetected"} 15856 }, 15857 "RealTimeContactAnalysisMatchedDetails":{ 15858 "type":"map", 15859 "key":{"shape":"RealTimeContactAnalysisCategoryName"}, 15860 "value":{"shape":"RealTimeContactAnalysisCategoryDetails"}, 15861 "max":150, 15862 "min":0 15863 }, 15864 "RealTimeContactAnalysisOffset":{ 15865 "type":"integer", 15866 "min":0 15867 }, 15868 "RealTimeContactAnalysisOutputType":{ 15869 "type":"string", 15870 "enum":[ 15871 "Raw", 15872 "Redacted" 15873 ] 15874 }, 15875 "RealTimeContactAnalysisPointOfInterest":{ 15876 "type":"structure", 15877 "members":{ 15878 "TranscriptItems":{ 15879 "shape":"RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets", 15880 "documentation":"<p>List of the transcript items (segments) that are associated with a given point of interest. </p>" 15881 } 15882 }, 15883 "documentation":"<p>The section of the contact transcript segment that category rule was detected.</p>" 15884 }, 15885 "RealTimeContactAnalysisPointsOfInterest":{ 15886 "type":"list", 15887 "member":{"shape":"RealTimeContactAnalysisPointOfInterest"}, 15888 "max":5, 15889 "min":0 15890 }, 15891 "RealTimeContactAnalysisSegmentAttachments":{ 15892 "type":"structure", 15893 "required":[ 15894 "Id", 15895 "ParticipantId", 15896 "ParticipantRole", 15897 "Attachments", 15898 "Time" 15899 ], 15900 "members":{ 15901 "Id":{ 15902 "shape":"RealTimeContactAnalysisId256", 15903 "documentation":"<p>The identifier of the segment.</p>" 15904 }, 15905 "ParticipantId":{ 15906 "shape":"ParticipantId", 15907 "documentation":"<p>The identifier of the participant.</p>" 15908 }, 15909 "ParticipantRole":{ 15910 "shape":"ParticipantRole", 15911 "documentation":"<p>The role of the participant. For example, is it a customer, agent, or system.</p>" 15912 }, 15913 "DisplayName":{ 15914 "shape":"DisplayName", 15915 "documentation":"<p>The display name of the participant. Can be redacted. </p>" 15916 }, 15917 "Attachments":{ 15918 "shape":"RealTimeContactAnalysisAttachments", 15919 "documentation":"<p>List of objects describing an individual attachment.</p>" 15920 }, 15921 "Time":{ 15922 "shape":"RealTimeContactAnalysisTimeData", 15923 "documentation":"<p>Field describing the time of the event. It can have different representations of time.</p>" 15924 } 15925 }, 15926 "documentation":"<p>Segment containing list of attachments.</p>" 15927 }, 15928 "RealTimeContactAnalysisSegmentCategories":{ 15929 "type":"structure", 15930 "required":["MatchedDetails"], 15931 "members":{ 15932 "MatchedDetails":{ 15933 "shape":"RealTimeContactAnalysisMatchedDetails", 15934 "documentation":"<p>Map between the name of the matched rule and RealTimeContactAnalysisCategoryDetails.</p>" 15935 } 15936 }, 15937 "documentation":"<p>The matched category rules.</p>" 15938 }, 15939 "RealTimeContactAnalysisSegmentEvent":{ 15940 "type":"structure", 15941 "required":[ 15942 "Id", 15943 "EventType", 15944 "Time" 15945 ], 15946 "members":{ 15947 "Id":{ 15948 "shape":"RealTimeContactAnalysisId256", 15949 "documentation":"<p>The identifier of the contact event.</p>" 15950 }, 15951 "ParticipantId":{ 15952 "shape":"ParticipantId", 15953 "documentation":"<p>The identifier of the participant.</p>" 15954 }, 15955 "ParticipantRole":{ 15956 "shape":"ParticipantRole", 15957 "documentation":"<p>The role of the participant. For example, is it a customer, agent, or system.</p>" 15958 }, 15959 "DisplayName":{ 15960 "shape":"DisplayName", 15961 "documentation":"<p>The display name of the participant. Can be redacted.</p>" 15962 }, 15963 "EventType":{ 15964 "shape":"RealTimeContactAnalysisEventType", 15965 "documentation":"<p>Type of the event. For example, <code>application/vnd.amazonaws.connect.event.participant.left</code>.</p>" 15966 }, 15967 "Time":{ 15968 "shape":"RealTimeContactAnalysisTimeData", 15969 "documentation":"<p>Field describing the time of the event. It can have different representations of time.</p>" 15970 } 15971 }, 15972 "documentation":"<p>Segment type describing a contact event.</p>" 15973 }, 15974 "RealTimeContactAnalysisSegmentIssues":{ 15975 "type":"structure", 15976 "required":["IssuesDetected"], 15977 "members":{ 15978 "IssuesDetected":{ 15979 "shape":"RealTimeContactAnalysisIssuesDetected", 15980 "documentation":"<p>List of the issues detected.</p>" 15981 } 15982 }, 15983 "documentation":"<p>Segment type containing a list of detected issues.</p>" 15984 }, 15985 "RealTimeContactAnalysisSegmentTranscript":{ 15986 "type":"structure", 15987 "required":[ 15988 "Id", 15989 "ParticipantId", 15990 "ParticipantRole", 15991 "Content", 15992 "Time" 15993 ], 15994 "members":{ 15995 "Id":{ 15996 "shape":"RealTimeContactAnalysisId256", 15997 "documentation":"<p>The identifier of the transcript.</p>" 15998 }, 15999 "ParticipantId":{ 16000 "shape":"ParticipantId", 16001 "documentation":"<p>The identifier of the participant.</p>" 16002 }, 16003 "ParticipantRole":{ 16004 "shape":"ParticipantRole", 16005 "documentation":"<p>The role of the participant. For example, is it a customer, agent, or system.</p>" 16006 }, 16007 "DisplayName":{ 16008 "shape":"DisplayName", 16009 "documentation":"<p>The display name of the participant.</p>" 16010 }, 16011 "Content":{ 16012 "shape":"RealTimeContactAnalysisTranscriptContent", 16013 "documentation":"<p>The content of the transcript. Can be redacted.</p>" 16014 }, 16015 "ContentType":{ 16016 "shape":"RealTimeContactAnalysisContentType", 16017 "documentation":"<p>The type of content of the item. For example, <code>text/plain</code>.</p>" 16018 }, 16019 "Time":{ 16020 "shape":"RealTimeContactAnalysisTimeData", 16021 "documentation":"<p>Field describing the time of the event. It can have different representations of time.</p>" 16022 }, 16023 "Redaction":{ 16024 "shape":"RealTimeContactAnalysisTranscriptItemRedaction", 16025 "documentation":"<p>Object describing redaction that was applied to the transcript. If transcript has the field it means part of the transcript was redacted.</p>" 16026 }, 16027 "Sentiment":{ 16028 "shape":"RealTimeContactAnalysisSentimentLabel", 16029 "documentation":"<p>The sentiment detected for this piece of transcript.</p>" 16030 } 16031 }, 16032 "documentation":"<p>The analyzed transcript segment.</p>" 16033 }, 16034 "RealTimeContactAnalysisSegmentType":{ 16035 "type":"string", 16036 "enum":[ 16037 "Transcript", 16038 "Categories", 16039 "Issues", 16040 "Event", 16041 "Attachments" 16042 ] 16043 }, 16044 "RealTimeContactAnalysisSegmentTypes":{ 16045 "type":"list", 16046 "member":{"shape":"RealTimeContactAnalysisSegmentType"}, 16047 "max":5 16048 }, 16049 "RealTimeContactAnalysisSentimentLabel":{ 16050 "type":"string", 16051 "enum":[ 16052 "POSITIVE", 16053 "NEGATIVE", 16054 "NEUTRAL" 16055 ] 16056 }, 16057 "RealTimeContactAnalysisStatus":{ 16058 "type":"string", 16059 "enum":[ 16060 "IN_PROGRESS", 16061 "FAILED", 16062 "COMPLETED" 16063 ] 16064 }, 16065 "RealTimeContactAnalysisSupportedChannel":{ 16066 "type":"string", 16067 "enum":[ 16068 "VOICE", 16069 "CHAT" 16070 ] 16071 }, 16072 "RealTimeContactAnalysisTimeData":{ 16073 "type":"structure", 16074 "members":{ 16075 "AbsoluteTime":{ 16076 "shape":"RealTimeContactAnalysisTimeInstant", 16077 "documentation":"<p>Time represented in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.</p>" 16078 } 16079 }, 16080 "documentation":"<p>Object describing time with which the segment is associated. It can have different representations of time. Currently supported: absoluteTime</p>", 16081 "union":true 16082 }, 16083 "RealTimeContactAnalysisTimeInstant":{ 16084 "type":"timestamp", 16085 "timestampFormat":"iso8601" 16086 }, 16087 "RealTimeContactAnalysisTranscriptContent":{ 16088 "type":"string", 16089 "max":16384, 16090 "min":1 16091 }, 16092 "RealTimeContactAnalysisTranscriptItemRedaction":{ 16093 "type":"structure", 16094 "members":{ 16095 "CharacterOffsets":{ 16096 "shape":"RealTimeContactAnalysisCharacterIntervals", 16097 "documentation":"<p>List of character intervals each describing a part of the text that was redacted. For <code>OutputType.Raw</code>, part of the original text that contains data that can be redacted. For <code> OutputType.Redacted</code>, part of the string with redaction tag.</p>" 16098 } 16099 }, 16100 "documentation":"<p>Object describing redaction applied to the segment.</p>" 16101 }, 16102 "RealTimeContactAnalysisTranscriptItemWithCharacterOffsets":{ 16103 "type":"structure", 16104 "required":["Id"], 16105 "members":{ 16106 "Id":{ 16107 "shape":"RealTimeContactAnalysisId256", 16108 "documentation":"<p>Transcript identifier. Matches the identifier from one of the TranscriptSegments.</p>" 16109 }, 16110 "CharacterOffsets":{ 16111 "shape":"RealTimeContactAnalysisCharacterInterval", 16112 "documentation":"<p>List of character intervals within transcript content/text.</p>" 16113 } 16114 }, 16115 "documentation":"<p>Transcript representation containing Id and list of character intervals that are associated with analysis data. For example, this object within a <code>RealTimeContactAnalysisPointOfInterest</code> in <code>Category.MatchedDetails</code> would have character interval describing part of the text that matched category.</p>" 16116 }, 16117 "RealTimeContactAnalysisTranscriptItemWithContent":{ 16118 "type":"structure", 16119 "required":["Id"], 16120 "members":{ 16121 "Content":{ 16122 "shape":"RealTimeContactAnalysisTranscriptContent", 16123 "documentation":"<p>Part of the transcript content that contains identified issue. Can be redacted</p>" 16124 }, 16125 "Id":{ 16126 "shape":"RealTimeContactAnalysisId256", 16127 "documentation":"<p>Transcript identifier. Matches the identifier from one of the TranscriptSegments.</p>" 16128 }, 16129 "CharacterOffsets":{"shape":"RealTimeContactAnalysisCharacterInterval"} 16130 }, 16131 "documentation":"<p>Transcript representation containing Id, Content and list of character intervals that are associated with analysis data. For example, this object within an issue detected would describe both content that contains identified issue and intervals where that content is taken from.</p>" 16132 }, 16133 "RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets":{ 16134 "type":"list", 16135 "member":{"shape":"RealTimeContactAnalysisTranscriptItemWithCharacterOffsets"}, 16136 "max":10, 16137 "min":0 16138 }, 16139 "RealTimeContactAnalysisTranscriptItemsWithContent":{ 16140 "type":"list", 16141 "member":{"shape":"RealTimeContactAnalysisTranscriptItemWithContent"} 16142 }, 16143 "RealtimeContactAnalysisSegment":{ 16144 "type":"structure", 16145 "members":{ 16146 "Transcript":{"shape":"RealTimeContactAnalysisSegmentTranscript"}, 16147 "Categories":{"shape":"RealTimeContactAnalysisSegmentCategories"}, 16148 "Issues":{"shape":"RealTimeContactAnalysisSegmentIssues"}, 16149 "Event":{"shape":"RealTimeContactAnalysisSegmentEvent"}, 16150 "Attachments":{ 16151 "shape":"RealTimeContactAnalysisSegmentAttachments", 16152 "documentation":"<p>The analyzed attachments.</p>" 16153 } 16154 }, 16155 "documentation":"<p>An analyzed segment for a real-time analysis session.</p>", 16156 "union":true 16157 }, 16158 "RealtimeContactAnalysisSegments":{ 16159 "type":"list", 16160 "member":{"shape":"RealtimeContactAnalysisSegment"} 16161 }, 16162 "Reference":{ 16163 "type":"structure", 16164 "required":[ 16165 "Value", 16166 "Type" 16167 ], 16168 "members":{ 16169 "Value":{ 16170 "shape":"ReferenceValue", 16171 "documentation":"<p>A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).</p>" 16172 }, 16173 "Type":{ 16174 "shape":"ReferenceType", 16175 "documentation":"<p>The type of the reference. <code>DATE</code> must be of type Epoch timestamp. </p>" 16176 } 16177 }, 16178 "documentation":"<p>Well-formed data on a contact, used by agents to complete a contact request. You can have up to 4,096 UTF-8 bytes across all references for a contact.</p>" 16179 }, 16180 "ReferenceId":{ 16181 "type":"string", 16182 "max":40, 16183 "min":1 16184 }, 16185 "ReferenceKey":{ 16186 "type":"string", 16187 "max":4096, 16188 "min":1 16189 }, 16190 "ReferenceStatus":{ 16191 "type":"string", 16192 "enum":[ 16193 "APPROVED", 16194 "REJECTED" 16195 ] 16196 }, 16197 "ReferenceSummary":{ 16198 "type":"structure", 16199 "members":{ 16200 "Url":{ 16201 "shape":"UrlReference", 16202 "documentation":"<p>Information about the reference when the <code>referenceType</code> is <code>URL</code>. Otherwise, null.</p>" 16203 }, 16204 "Attachment":{ 16205 "shape":"AttachmentReference", 16206 "documentation":"<p>Information about the reference when the <code>referenceType</code> is <code>ATTACHMENT</code>. Otherwise, null.</p>" 16207 }, 16208 "String":{ 16209 "shape":"StringReference", 16210 "documentation":"<p>Information about a reference when the <code>referenceType</code> is <code>STRING</code>. Otherwise, null.</p>" 16211 }, 16212 "Number":{ 16213 "shape":"NumberReference", 16214 "documentation":"<p>Information about a reference when the <code>referenceType</code> is <code>NUMBER</code>. Otherwise, null.</p>" 16215 }, 16216 "Date":{ 16217 "shape":"DateReference", 16218 "documentation":"<p>Information about a reference when the <code>referenceType</code> is <code>DATE</code>. Otherwise, null.</p>" 16219 }, 16220 "Email":{ 16221 "shape":"EmailReference", 16222 "documentation":"<p>Information about a reference when the <code>referenceType</code> is <code>EMAIL</code>. Otherwise, null.</p>" 16223 } 16224 }, 16225 "documentation":"<p>Contains summary information about a reference. <code>ReferenceSummary</code> contains only one non null field between the URL and attachment based on the reference type.</p>", 16226 "union":true 16227 }, 16228 "ReferenceSummaryList":{ 16229 "type":"list", 16230 "member":{"shape":"ReferenceSummary"} 16231 }, 16232 "ReferenceType":{ 16233 "type":"string", 16234 "enum":[ 16235 "URL", 16236 "ATTACHMENT", 16237 "NUMBER", 16238 "STRING", 16239 "DATE", 16240 "EMAIL" 16241 ] 16242 }, 16243 "ReferenceTypes":{ 16244 "type":"list", 16245 "member":{"shape":"ReferenceType"}, 16246 "max":6 16247 }, 16248 "ReferenceValue":{ 16249 "type":"string", 16250 "max":4096, 16251 "min":0 16252 }, 16253 "RegionName":{ 16254 "type":"string", 16255 "pattern":"[a-z]{2}(-[a-z]+){1,2}(-[0-9])?" 16256 }, 16257 "RehydrationType":{ 16258 "type":"string", 16259 "enum":[ 16260 "ENTIRE_PAST_SESSION", 16261 "FROM_SEGMENT" 16262 ] 16263 }, 16264 "ReleasePhoneNumberRequest":{ 16265 "type":"structure", 16266 "required":["PhoneNumberId"], 16267 "members":{ 16268 "PhoneNumberId":{ 16269 "shape":"PhoneNumberId", 16270 "documentation":"<p>A unique identifier for the phone number.</p>", 16271 "location":"uri", 16272 "locationName":"PhoneNumberId" 16273 }, 16274 "ClientToken":{ 16275 "shape":"ClientToken", 16276 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 16277 "idempotencyToken":true, 16278 "location":"querystring", 16279 "locationName":"clientToken" 16280 } 16281 } 16282 }, 16283 "ReplicateInstanceRequest":{ 16284 "type":"structure", 16285 "required":[ 16286 "InstanceId", 16287 "ReplicaRegion", 16288 "ReplicaAlias" 16289 ], 16290 "members":{ 16291 "InstanceId":{ 16292 "shape":"InstanceIdOrArn", 16293 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance. You can provide the <code>InstanceId</code>, or the entire ARN.</p>", 16294 "location":"uri", 16295 "locationName":"InstanceId" 16296 }, 16297 "ReplicaRegion":{ 16298 "shape":"AwsRegion", 16299 "documentation":"<p>The Amazon Web Services Region where to replicate the Amazon Connect instance.</p>" 16300 }, 16301 "ClientToken":{ 16302 "shape":"ClientToken", 16303 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 16304 "idempotencyToken":true 16305 }, 16306 "ReplicaAlias":{ 16307 "shape":"DirectoryAlias", 16308 "documentation":"<p>The alias for the replicated instance. The <code>ReplicaAlias</code> must be unique.</p>" 16309 } 16310 } 16311 }, 16312 "ReplicateInstanceResponse":{ 16313 "type":"structure", 16314 "members":{ 16315 "Id":{ 16316 "shape":"InstanceId", 16317 "documentation":"<p>The identifier of the replicated instance. You can find the <code>instanceId</code> in the ARN of the instance. The replicated instance has the same identifier as the instance it was replicated from.</p>" 16318 }, 16319 "Arn":{ 16320 "shape":"ARN", 16321 "documentation":"<p>The Amazon Resource Name (ARN) of the replicated instance.</p>" 16322 } 16323 } 16324 }, 16325 "RequestIdentifier":{ 16326 "type":"string", 16327 "max":80 16328 }, 16329 "RequiredFieldInfo":{ 16330 "type":"structure", 16331 "members":{ 16332 "Id":{ 16333 "shape":"TaskTemplateFieldIdentifier", 16334 "documentation":"<p>The unique identifier for the field.</p>" 16335 } 16336 }, 16337 "documentation":"<p>Information about a required field.</p>" 16338 }, 16339 "RequiredTaskTemplateFields":{ 16340 "type":"list", 16341 "member":{"shape":"RequiredFieldInfo"} 16342 }, 16343 "ResourceArnOrId":{ 16344 "type":"string", 16345 "max":250, 16346 "min":1 16347 }, 16348 "ResourceConflictException":{ 16349 "type":"structure", 16350 "members":{ 16351 "Message":{"shape":"Message"} 16352 }, 16353 "documentation":"<p>A resource already has that name.</p>", 16354 "error":{"httpStatusCode":409}, 16355 "exception":true 16356 }, 16357 "ResourceId":{ 16358 "type":"string", 16359 "max":500, 16360 "min":1 16361 }, 16362 "ResourceInUseException":{ 16363 "type":"structure", 16364 "members":{ 16365 "Message":{"shape":"Message"}, 16366 "ResourceType":{ 16367 "shape":"ResourceType", 16368 "documentation":"<p>The type of resource.</p>" 16369 }, 16370 "ResourceId":{ 16371 "shape":"ARN", 16372 "documentation":"<p>The identifier for the resource.</p>" 16373 } 16374 }, 16375 "documentation":"<p>That resource is already in use. Please try another.</p>", 16376 "error":{"httpStatusCode":409}, 16377 "exception":true 16378 }, 16379 "ResourceNotFoundException":{ 16380 "type":"structure", 16381 "members":{ 16382 "Message":{ 16383 "shape":"Message", 16384 "documentation":"<p>The message about the resource.</p>" 16385 } 16386 }, 16387 "documentation":"<p>The specified resource was not found.</p>", 16388 "error":{"httpStatusCode":404}, 16389 "exception":true 16390 }, 16391 "ResourceNotReadyException":{ 16392 "type":"structure", 16393 "members":{ 16394 "Message":{"shape":"Message"} 16395 }, 16396 "documentation":"<p>The resource is not ready.</p>", 16397 "error":{"httpStatusCode":409}, 16398 "exception":true 16399 }, 16400 "ResourceTagsSearchCriteria":{ 16401 "type":"structure", 16402 "members":{ 16403 "TagSearchCondition":{ 16404 "shape":"TagSearchCondition", 16405 "documentation":"<p>The search criteria to be used to return tags.</p>" 16406 } 16407 }, 16408 "documentation":"<p>The search criteria to be used to search tags.</p>" 16409 }, 16410 "ResourceType":{ 16411 "type":"string", 16412 "enum":[ 16413 "CONTACT", 16414 "CONTACT_FLOW", 16415 "INSTANCE", 16416 "PARTICIPANT", 16417 "HIERARCHY_LEVEL", 16418 "HIERARCHY_GROUP", 16419 "USER", 16420 "PHONE_NUMBER" 16421 ] 16422 }, 16423 "ResourceTypeList":{ 16424 "type":"list", 16425 "member":{"shape":"String"} 16426 }, 16427 "ResumeContactRecordingRequest":{ 16428 "type":"structure", 16429 "required":[ 16430 "InstanceId", 16431 "ContactId", 16432 "InitialContactId" 16433 ], 16434 "members":{ 16435 "InstanceId":{ 16436 "shape":"InstanceId", 16437 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 16438 }, 16439 "ContactId":{ 16440 "shape":"ContactId", 16441 "documentation":"<p>The identifier of the contact.</p>" 16442 }, 16443 "InitialContactId":{ 16444 "shape":"ContactId", 16445 "documentation":"<p>The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.</p>" 16446 } 16447 } 16448 }, 16449 "ResumeContactRecordingResponse":{ 16450 "type":"structure", 16451 "members":{ 16452 } 16453 }, 16454 "ResumeContactRequest":{ 16455 "type":"structure", 16456 "required":[ 16457 "ContactId", 16458 "InstanceId" 16459 ], 16460 "members":{ 16461 "ContactId":{ 16462 "shape":"ContactId", 16463 "documentation":"<p>The identifier of the contact.</p>" 16464 }, 16465 "InstanceId":{ 16466 "shape":"InstanceId", 16467 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the <code>instanceId</code> in the ARN of the instance.</p>" 16468 }, 16469 "ContactFlowId":{ 16470 "shape":"ContactFlowId", 16471 "documentation":"<p>The identifier of the flow.</p>" 16472 } 16473 } 16474 }, 16475 "ResumeContactResponse":{ 16476 "type":"structure", 16477 "members":{ 16478 } 16479 }, 16480 "RoutingExpression":{ 16481 "type":"string", 16482 "max":3000, 16483 "min":1 16484 }, 16485 "RoutingExpressions":{ 16486 "type":"list", 16487 "member":{"shape":"RoutingExpression"}, 16488 "max":50 16489 }, 16490 "RoutingProfile":{ 16491 "type":"structure", 16492 "members":{ 16493 "InstanceId":{ 16494 "shape":"InstanceId", 16495 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 16496 }, 16497 "Name":{ 16498 "shape":"RoutingProfileName", 16499 "documentation":"<p>The name of the routing profile.</p>" 16500 }, 16501 "RoutingProfileArn":{ 16502 "shape":"ARN", 16503 "documentation":"<p>The Amazon Resource Name (ARN) of the routing profile.</p>" 16504 }, 16505 "RoutingProfileId":{ 16506 "shape":"RoutingProfileId", 16507 "documentation":"<p>The identifier of the routing profile.</p>" 16508 }, 16509 "Description":{ 16510 "shape":"RoutingProfileDescription", 16511 "documentation":"<p>The description of the routing profile.</p>" 16512 }, 16513 "MediaConcurrencies":{ 16514 "shape":"MediaConcurrencies", 16515 "documentation":"<p>The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.</p>" 16516 }, 16517 "DefaultOutboundQueueId":{ 16518 "shape":"QueueId", 16519 "documentation":"<p>The identifier of the default outbound queue for this routing profile.</p>" 16520 }, 16521 "Tags":{ 16522 "shape":"TagMap", 16523 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 16524 }, 16525 "NumberOfAssociatedQueues":{ 16526 "shape":"Long", 16527 "documentation":"<p>The number of associated queues in routing profile.</p>" 16528 }, 16529 "NumberOfAssociatedUsers":{ 16530 "shape":"Long", 16531 "documentation":"<p>The number of associated users in routing profile.</p>" 16532 }, 16533 "AgentAvailabilityTimer":{ 16534 "shape":"AgentAvailabilityTimer", 16535 "documentation":"<p>Whether agents with this routing profile will have their routing order calculated based on <i>time since their last inbound contact</i> or <i>longest idle time</i>. </p>" 16536 }, 16537 "LastModifiedTime":{ 16538 "shape":"Timestamp", 16539 "documentation":"<p>The timestamp when this resource was last modified.</p>" 16540 }, 16541 "LastModifiedRegion":{ 16542 "shape":"RegionName", 16543 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 16544 }, 16545 "IsDefault":{ 16546 "shape":"Boolean", 16547 "documentation":"<p>Whether this a default routing profile.</p>" 16548 } 16549 }, 16550 "documentation":"<p>Contains information about a routing profile.</p>" 16551 }, 16552 "RoutingProfileDescription":{ 16553 "type":"string", 16554 "max":250, 16555 "min":1 16556 }, 16557 "RoutingProfileId":{"type":"string"}, 16558 "RoutingProfileList":{ 16559 "type":"list", 16560 "member":{"shape":"RoutingProfile"} 16561 }, 16562 "RoutingProfileName":{ 16563 "type":"string", 16564 "max":127, 16565 "min":1 16566 }, 16567 "RoutingProfileQueueConfig":{ 16568 "type":"structure", 16569 "required":[ 16570 "QueueReference", 16571 "Priority", 16572 "Delay" 16573 ], 16574 "members":{ 16575 "QueueReference":{ 16576 "shape":"RoutingProfileQueueReference", 16577 "documentation":"<p>Contains information about a queue resource.</p>" 16578 }, 16579 "Priority":{ 16580 "shape":"Priority", 16581 "documentation":"<p>The order in which contacts are to be handled for the queue. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/concepts-routing-profiles-priority.html\">Queues: priority and delay</a>.</p>", 16582 "box":true 16583 }, 16584 "Delay":{ 16585 "shape":"Delay", 16586 "documentation":"<p>The delay, in seconds, a contact should be in the queue before they are routed to an available agent. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/concepts-routing-profiles-priority.html\">Queues: priority and delay</a> in the <i>Amazon Connect Administrator Guide</i>.</p>", 16587 "box":true 16588 } 16589 }, 16590 "documentation":"<p>Contains information about the queue and channel for which priority and delay can be set.</p>" 16591 }, 16592 "RoutingProfileQueueConfigList":{ 16593 "type":"list", 16594 "member":{"shape":"RoutingProfileQueueConfig"}, 16595 "max":10, 16596 "min":1 16597 }, 16598 "RoutingProfileQueueConfigSummary":{ 16599 "type":"structure", 16600 "required":[ 16601 "QueueId", 16602 "QueueArn", 16603 "QueueName", 16604 "Priority", 16605 "Delay", 16606 "Channel" 16607 ], 16608 "members":{ 16609 "QueueId":{ 16610 "shape":"QueueId", 16611 "documentation":"<p>The identifier for the queue.</p>" 16612 }, 16613 "QueueArn":{ 16614 "shape":"ARN", 16615 "documentation":"<p>The Amazon Resource Name (ARN) of the queue.</p>" 16616 }, 16617 "QueueName":{ 16618 "shape":"QueueName", 16619 "documentation":"<p>The name of the queue.</p>" 16620 }, 16621 "Priority":{ 16622 "shape":"Priority", 16623 "documentation":"<p>The order in which contacts are to be handled for the queue. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/concepts-routing-profiles-priority.html\">Queues: priority and delay</a>.</p>" 16624 }, 16625 "Delay":{ 16626 "shape":"Delay", 16627 "documentation":"<p>The delay, in seconds, that a contact should be in the queue before they are routed to an available agent. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/concepts-routing-profiles-priority.html\">Queues: priority and delay</a> in the <i>Amazon Connect Administrator Guide</i>.</p>" 16628 }, 16629 "Channel":{ 16630 "shape":"Channel", 16631 "documentation":"<p>The channels this queue supports.</p>" 16632 } 16633 }, 16634 "documentation":"<p>Contains summary information about a routing profile queue.</p>" 16635 }, 16636 "RoutingProfileQueueConfigSummaryList":{ 16637 "type":"list", 16638 "member":{"shape":"RoutingProfileQueueConfigSummary"} 16639 }, 16640 "RoutingProfileQueueReference":{ 16641 "type":"structure", 16642 "required":[ 16643 "QueueId", 16644 "Channel" 16645 ], 16646 "members":{ 16647 "QueueId":{ 16648 "shape":"QueueId", 16649 "documentation":"<p>The identifier for the queue.</p>" 16650 }, 16651 "Channel":{ 16652 "shape":"Channel", 16653 "documentation":"<p>The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.</p>" 16654 } 16655 }, 16656 "documentation":"<p>Contains the channel and queue identifier for a routing profile.</p>" 16657 }, 16658 "RoutingProfileQueueReferenceList":{ 16659 "type":"list", 16660 "member":{"shape":"RoutingProfileQueueReference"} 16661 }, 16662 "RoutingProfileReference":{ 16663 "type":"structure", 16664 "members":{ 16665 "Id":{ 16666 "shape":"RoutingProfileId", 16667 "documentation":"<p>The identifier of the routing profile.</p>" 16668 }, 16669 "Arn":{ 16670 "shape":"ARN", 16671 "documentation":"<p>The Amazon Resource Name (ARN) of the routing profile.</p>" 16672 } 16673 }, 16674 "documentation":"<p>Information about the routing profile assigned to the user.</p>" 16675 }, 16676 "RoutingProfileSearchConditionList":{ 16677 "type":"list", 16678 "member":{"shape":"RoutingProfileSearchCriteria"} 16679 }, 16680 "RoutingProfileSearchCriteria":{ 16681 "type":"structure", 16682 "members":{ 16683 "OrConditions":{ 16684 "shape":"RoutingProfileSearchConditionList", 16685 "documentation":"<p>A list of conditions which would be applied together with an OR condition.</p>" 16686 }, 16687 "AndConditions":{ 16688 "shape":"RoutingProfileSearchConditionList", 16689 "documentation":"<p>A list of conditions which would be applied together with an AND condition.</p>" 16690 }, 16691 "StringCondition":{ 16692 "shape":"StringCondition", 16693 "documentation":"<p>A leaf node condition which can be used to specify a string condition.</p> <note> <p>The currently supported values for <code>FieldName</code> are <code>name</code>, <code>description</code>, and <code>resourceID</code>.</p> </note>" 16694 } 16695 }, 16696 "documentation":"<p>The search criteria to be used to return routing profiles.</p> <note> <p>The <code>name</code> and <code>description</code> fields support \"contains\" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results. </p> </note>" 16697 }, 16698 "RoutingProfileSearchFilter":{ 16699 "type":"structure", 16700 "members":{ 16701 "TagFilter":{"shape":"ControlPlaneTagFilter"} 16702 }, 16703 "documentation":"<p>Filters to be applied to search results.</p>" 16704 }, 16705 "RoutingProfileSummary":{ 16706 "type":"structure", 16707 "members":{ 16708 "Id":{ 16709 "shape":"RoutingProfileId", 16710 "documentation":"<p>The identifier of the routing profile.</p>" 16711 }, 16712 "Arn":{ 16713 "shape":"ARN", 16714 "documentation":"<p>The Amazon Resource Name (ARN) of the routing profile.</p>" 16715 }, 16716 "Name":{ 16717 "shape":"RoutingProfileName", 16718 "documentation":"<p>The name of the routing profile.</p>" 16719 }, 16720 "LastModifiedTime":{ 16721 "shape":"Timestamp", 16722 "documentation":"<p>The timestamp when this resource was last modified.</p>" 16723 }, 16724 "LastModifiedRegion":{ 16725 "shape":"RegionName", 16726 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 16727 } 16728 }, 16729 "documentation":"<p>Contains summary information about a routing profile.</p>" 16730 }, 16731 "RoutingProfileSummaryList":{ 16732 "type":"list", 16733 "member":{"shape":"RoutingProfileSummary"} 16734 }, 16735 "RoutingProfiles":{ 16736 "type":"list", 16737 "member":{"shape":"RoutingProfileId"}, 16738 "max":100, 16739 "min":1 16740 }, 16741 "Rule":{ 16742 "type":"structure", 16743 "required":[ 16744 "Name", 16745 "RuleId", 16746 "RuleArn", 16747 "TriggerEventSource", 16748 "Function", 16749 "Actions", 16750 "PublishStatus", 16751 "CreatedTime", 16752 "LastUpdatedTime", 16753 "LastUpdatedBy" 16754 ], 16755 "members":{ 16756 "Name":{ 16757 "shape":"RuleName", 16758 "documentation":"<p>The name of the rule.</p>" 16759 }, 16760 "RuleId":{ 16761 "shape":"RuleId", 16762 "documentation":"<p>A unique identifier for the rule.</p>" 16763 }, 16764 "RuleArn":{ 16765 "shape":"ARN", 16766 "documentation":"<p>The Amazon Resource Name (ARN) of the rule.</p>" 16767 }, 16768 "TriggerEventSource":{ 16769 "shape":"RuleTriggerEventSource", 16770 "documentation":"<p>The event source to trigger the rule.</p>" 16771 }, 16772 "Function":{ 16773 "shape":"RuleFunction", 16774 "documentation":"<p>The conditions of the rule.</p>" 16775 }, 16776 "Actions":{ 16777 "shape":"RuleActions", 16778 "documentation":"<p>A list of actions to be run when the rule is triggered.</p>" 16779 }, 16780 "PublishStatus":{ 16781 "shape":"RulePublishStatus", 16782 "documentation":"<p>The publish status of the rule.</p>" 16783 }, 16784 "CreatedTime":{ 16785 "shape":"Timestamp", 16786 "documentation":"<p>The timestamp for when the rule was created.</p>" 16787 }, 16788 "LastUpdatedTime":{ 16789 "shape":"Timestamp", 16790 "documentation":"<p>The timestamp for the when the rule was last updated.</p>" 16791 }, 16792 "LastUpdatedBy":{ 16793 "shape":"ARN", 16794 "documentation":"<p>The Amazon Resource Name (ARN) of the user who last updated the rule.</p>" 16795 }, 16796 "Tags":{ 16797 "shape":"TagMap", 16798 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 16799 } 16800 }, 16801 "documentation":"<p>Information about a rule.</p>" 16802 }, 16803 "RuleAction":{ 16804 "type":"structure", 16805 "required":["ActionType"], 16806 "members":{ 16807 "ActionType":{ 16808 "shape":"ActionType", 16809 "documentation":"<p>The type of action that creates a rule.</p>" 16810 }, 16811 "TaskAction":{ 16812 "shape":"TaskActionDefinition", 16813 "documentation":"<p>Information about the task action. This field is required if <code>TriggerEventSource</code> is one of the following values: <code>OnZendeskTicketCreate</code> | <code>OnZendeskTicketStatusUpdate</code> | <code>OnSalesforceCaseCreate</code> </p>" 16814 }, 16815 "EventBridgeAction":{ 16816 "shape":"EventBridgeActionDefinition", 16817 "documentation":"<p>Information about the EventBridge action.</p> <p>Supported only for <code>TriggerEventSource</code> values: <code>OnPostCallAnalysisAvailable</code> | <code>OnRealTimeCallAnalysisAvailable</code> | <code>OnRealTimeChatAnalysisAvailable</code> | <code>OnPostChatAnalysisAvailable</code> | <code>OnContactEvaluationSubmit</code> | <code>OnMetricDataUpdate</code> </p>" 16818 }, 16819 "AssignContactCategoryAction":{ 16820 "shape":"AssignContactCategoryActionDefinition", 16821 "documentation":"<p>Information about the contact category action.</p> <p>Supported only for <code>TriggerEventSource</code> values: <code>OnPostCallAnalysisAvailable</code> | <code>OnRealTimeCallAnalysisAvailable</code> | <code>OnRealTimeChatAnalysisAvailable</code> | <code>OnPostChatAnalysisAvailable</code> | <code>OnZendeskTicketCreate</code> | <code>OnZendeskTicketStatusUpdate</code> | <code>OnSalesforceCaseCreate</code> </p>" 16822 }, 16823 "SendNotificationAction":{ 16824 "shape":"SendNotificationActionDefinition", 16825 "documentation":"<p>Information about the send notification action.</p> <p>Supported only for <code>TriggerEventSource</code> values: <code>OnPostCallAnalysisAvailable</code> | <code>OnRealTimeCallAnalysisAvailable</code> | <code>OnRealTimeChatAnalysisAvailable</code> | <code>OnPostChatAnalysisAvailable</code> | <code>OnContactEvaluationSubmit</code> | <code>OnMetricDataUpdate</code> </p>" 16826 }, 16827 "CreateCaseAction":{ 16828 "shape":"CreateCaseActionDefinition", 16829 "documentation":"<p>Information about the create case action.</p> <p>Supported only for <code>TriggerEventSource</code> values: <code>OnPostCallAnalysisAvailable</code> | <code>OnPostChatAnalysisAvailable</code>.</p>" 16830 }, 16831 "UpdateCaseAction":{ 16832 "shape":"UpdateCaseActionDefinition", 16833 "documentation":"<p>Information about the update case action.</p> <p>Supported only for <code>TriggerEventSource</code> values: <code>OnCaseCreate</code> | <code>OnCaseUpdate</code>.</p>" 16834 }, 16835 "EndAssociatedTasksAction":{ 16836 "shape":"EndAssociatedTasksActionDefinition", 16837 "documentation":"<p>Information about the end associated tasks action.</p> <p>Supported only for <code>TriggerEventSource</code> values: <code>OnCaseUpdate</code>.</p>" 16838 } 16839 }, 16840 "documentation":"<p>Information about the action to be performed when a rule is triggered.</p>" 16841 }, 16842 "RuleActions":{ 16843 "type":"list", 16844 "member":{"shape":"RuleAction"} 16845 }, 16846 "RuleFunction":{"type":"string"}, 16847 "RuleId":{ 16848 "type":"string", 16849 "max":256, 16850 "min":1 16851 }, 16852 "RuleName":{ 16853 "type":"string", 16854 "max":200, 16855 "min":1, 16856 "pattern":"^[0-9a-zA-Z._-]+" 16857 }, 16858 "RulePublishStatus":{ 16859 "type":"string", 16860 "enum":[ 16861 "DRAFT", 16862 "PUBLISHED" 16863 ] 16864 }, 16865 "RuleSummary":{ 16866 "type":"structure", 16867 "required":[ 16868 "Name", 16869 "RuleId", 16870 "RuleArn", 16871 "EventSourceName", 16872 "PublishStatus", 16873 "ActionSummaries", 16874 "CreatedTime", 16875 "LastUpdatedTime" 16876 ], 16877 "members":{ 16878 "Name":{ 16879 "shape":"RuleName", 16880 "documentation":"<p>The name of the rule.</p>" 16881 }, 16882 "RuleId":{ 16883 "shape":"RuleId", 16884 "documentation":"<p>A unique identifier for the rule.</p>" 16885 }, 16886 "RuleArn":{ 16887 "shape":"ARN", 16888 "documentation":"<p>The Amazon Resource Name (ARN) of the rule.</p>" 16889 }, 16890 "EventSourceName":{ 16891 "shape":"EventSourceName", 16892 "documentation":"<p>The name of the event source.</p>" 16893 }, 16894 "PublishStatus":{ 16895 "shape":"RulePublishStatus", 16896 "documentation":"<p>The publish status of the rule.</p>" 16897 }, 16898 "ActionSummaries":{ 16899 "shape":"ActionSummaries", 16900 "documentation":"<p>A list of ActionTypes associated with a rule. </p>" 16901 }, 16902 "CreatedTime":{ 16903 "shape":"Timestamp", 16904 "documentation":"<p>The timestamp for when the rule was created. </p>" 16905 }, 16906 "LastUpdatedTime":{ 16907 "shape":"Timestamp", 16908 "documentation":"<p>The timestamp for when the rule was last updated.</p>" 16909 } 16910 }, 16911 "documentation":"<p>A list of <code>ActionTypes</code> associated with a rule. </p>" 16912 }, 16913 "RuleSummaryList":{ 16914 "type":"list", 16915 "member":{"shape":"RuleSummary"} 16916 }, 16917 "RuleTriggerEventSource":{ 16918 "type":"structure", 16919 "required":["EventSourceName"], 16920 "members":{ 16921 "EventSourceName":{ 16922 "shape":"EventSourceName", 16923 "documentation":"<p>The name of the event source.</p>" 16924 }, 16925 "IntegrationAssociationId":{ 16926 "shape":"IntegrationAssociationId", 16927 "documentation":"<p>The identifier for the integration association.</p>" 16928 } 16929 }, 16930 "documentation":"<p>The name of the event source. This field is required if <code>TriggerEventSource</code> is one of the following values: <code>OnZendeskTicketCreate</code> | <code>OnZendeskTicketStatusUpdate</code> | <code>OnSalesforceCaseCreate</code> | <code>OnContactEvaluationSubmit</code> | <code>OnMetricDataUpdate</code>.</p>" 16931 }, 16932 "S3Config":{ 16933 "type":"structure", 16934 "required":[ 16935 "BucketName", 16936 "BucketPrefix" 16937 ], 16938 "members":{ 16939 "BucketName":{ 16940 "shape":"BucketName", 16941 "documentation":"<p>The S3 bucket name.</p>" 16942 }, 16943 "BucketPrefix":{ 16944 "shape":"Prefix", 16945 "documentation":"<p>The S3 bucket prefix.</p>" 16946 }, 16947 "EncryptionConfig":{ 16948 "shape":"EncryptionConfig", 16949 "documentation":"<p>The Amazon S3 encryption configuration.</p>" 16950 } 16951 }, 16952 "documentation":"<p>Information about the Amazon Simple Storage Service (Amazon S3) storage type.</p>" 16953 }, 16954 "S3Uri":{ 16955 "type":"string", 16956 "max":2000, 16957 "min":1, 16958 "pattern":"s3://\\S+/.+|https://\\\\S+\\\\.s3\\\\.\\\\S+\\\\.amazonaws\\\\.com/\\\\S+" 16959 }, 16960 "SearchAvailablePhoneNumbersRequest":{ 16961 "type":"structure", 16962 "required":[ 16963 "PhoneNumberCountryCode", 16964 "PhoneNumberType" 16965 ], 16966 "members":{ 16967 "TargetArn":{ 16968 "shape":"ARN", 16969 "documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>" 16970 }, 16971 "InstanceId":{ 16972 "shape":"InstanceId", 16973 "documentation":"<p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>" 16974 }, 16975 "PhoneNumberCountryCode":{ 16976 "shape":"PhoneNumberCountryCode", 16977 "documentation":"<p>The ISO country code.</p>" 16978 }, 16979 "PhoneNumberType":{ 16980 "shape":"PhoneNumberType", 16981 "documentation":"<p>The type of phone number.</p>" 16982 }, 16983 "PhoneNumberPrefix":{ 16984 "shape":"PhoneNumberPrefix", 16985 "documentation":"<p>The prefix of the phone number. If provided, it must contain <code>+</code> as part of the country code.</p>" 16986 }, 16987 "MaxResults":{ 16988 "shape":"MaxResult10", 16989 "documentation":"<p>The maximum number of results to return per page.</p>", 16990 "box":true 16991 }, 16992 "NextToken":{ 16993 "shape":"LargeNextToken", 16994 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 16995 } 16996 } 16997 }, 16998 "SearchAvailablePhoneNumbersResponse":{ 16999 "type":"structure", 17000 "members":{ 17001 "NextToken":{ 17002 "shape":"LargeNextToken", 17003 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 17004 }, 17005 "AvailableNumbersList":{ 17006 "shape":"AvailableNumbersList", 17007 "documentation":"<p>A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.</p>" 17008 } 17009 } 17010 }, 17011 "SearchContactsMatchType":{ 17012 "type":"string", 17013 "enum":[ 17014 "MATCH_ALL", 17015 "MATCH_ANY" 17016 ] 17017 }, 17018 "SearchContactsRequest":{ 17019 "type":"structure", 17020 "required":[ 17021 "InstanceId", 17022 "TimeRange" 17023 ], 17024 "members":{ 17025 "InstanceId":{ 17026 "shape":"InstanceId", 17027 "documentation":"<p>The identifier of Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.</p>" 17028 }, 17029 "TimeRange":{ 17030 "shape":"SearchContactsTimeRange", 17031 "documentation":"<p>Time range that you want to search results.</p>" 17032 }, 17033 "SearchCriteria":{ 17034 "shape":"SearchCriteria", 17035 "documentation":"<p>The search criteria to be used to return contacts.</p>" 17036 }, 17037 "MaxResults":{ 17038 "shape":"MaxResult100", 17039 "documentation":"<p>The maximum number of results to return per page.</p>", 17040 "box":true 17041 }, 17042 "NextToken":{ 17043 "shape":"LargeNextToken", 17044 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 17045 }, 17046 "Sort":{ 17047 "shape":"Sort", 17048 "documentation":"<p>Specifies a field to sort by and a sort order.</p>" 17049 } 17050 } 17051 }, 17052 "SearchContactsResponse":{ 17053 "type":"structure", 17054 "required":["Contacts"], 17055 "members":{ 17056 "Contacts":{ 17057 "shape":"Contacts", 17058 "documentation":"<p>Information about the contacts.</p>" 17059 }, 17060 "NextToken":{ 17061 "shape":"LargeNextToken", 17062 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 17063 }, 17064 "TotalCount":{ 17065 "shape":"TotalCount", 17066 "documentation":"<p>The total number of contacts which matched your search query.</p>" 17067 } 17068 } 17069 }, 17070 "SearchContactsTimeRange":{ 17071 "type":"structure", 17072 "required":[ 17073 "Type", 17074 "StartTime", 17075 "EndTime" 17076 ], 17077 "members":{ 17078 "Type":{ 17079 "shape":"SearchContactsTimeRangeType", 17080 "documentation":"<p>The type of timestamp to search.</p>" 17081 }, 17082 "StartTime":{ 17083 "shape":"Timestamp", 17084 "documentation":"<p>The start time of the time range.</p>" 17085 }, 17086 "EndTime":{ 17087 "shape":"Timestamp", 17088 "documentation":"<p>The end time of the time range.</p>" 17089 } 17090 }, 17091 "documentation":"<p>A structure of time range that you want to search results.</p>" 17092 }, 17093 "SearchContactsTimeRangeType":{ 17094 "type":"string", 17095 "enum":[ 17096 "INITIATION_TIMESTAMP", 17097 "SCHEDULED_TIMESTAMP", 17098 "CONNECTED_TO_AGENT_TIMESTAMP", 17099 "DISCONNECT_TIMESTAMP" 17100 ] 17101 }, 17102 "SearchCriteria":{ 17103 "type":"structure", 17104 "members":{ 17105 "AgentIds":{ 17106 "shape":"AgentResourceIdList", 17107 "documentation":"<p>The identifiers of agents who handled the contacts.</p>" 17108 }, 17109 "AgentHierarchyGroups":{ 17110 "shape":"AgentHierarchyGroups", 17111 "documentation":"<p>The agent hierarchy groups of the agent at the time of handling the contact.</p>" 17112 }, 17113 "Channels":{ 17114 "shape":"ChannelList", 17115 "documentation":"<p>The list of channels associated with contacts.</p>" 17116 }, 17117 "ContactAnalysis":{ 17118 "shape":"ContactAnalysis", 17119 "documentation":"<p>Search criteria based on analysis outputs from Amazon Connect Contact Lens.</p>" 17120 }, 17121 "InitiationMethods":{ 17122 "shape":"InitiationMethodList", 17123 "documentation":"<p>The list of initiation methods associated with contacts.</p>" 17124 }, 17125 "QueueIds":{ 17126 "shape":"QueueIdList", 17127 "documentation":"<p>The list of queue IDs associated with contacts.</p>" 17128 }, 17129 "SearchableContactAttributes":{ 17130 "shape":"SearchableContactAttributes", 17131 "documentation":"<p>The search criteria based on user-defined contact attributes that have been configured for contact search. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/search-custom-attributes.html\">Search by customer contact attributes</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <important> <p>To use <code>SearchableContactAttributes</code> in a search request, the <code>GetContactAttributes</code> action is required to perform an API request. For more information, see <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html#amazonconnect-actions-as-permissions\">https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html#amazonconnect-actions-as-permissions</a>Actions defined by Amazon Connect.</p> </important>" 17132 } 17133 }, 17134 "documentation":"<p>A structure of search criteria to be used to return contacts.</p>" 17135 }, 17136 "SearchHoursOfOperationsRequest":{ 17137 "type":"structure", 17138 "required":["InstanceId"], 17139 "members":{ 17140 "InstanceId":{ 17141 "shape":"InstanceId", 17142 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 17143 }, 17144 "NextToken":{ 17145 "shape":"NextToken2500", 17146 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 17147 }, 17148 "MaxResults":{ 17149 "shape":"MaxResult100", 17150 "documentation":"<p>The maximum number of results to return per page.</p>", 17151 "box":true 17152 }, 17153 "SearchFilter":{ 17154 "shape":"HoursOfOperationSearchFilter", 17155 "documentation":"<p>Filters to be applied to search results.</p>" 17156 }, 17157 "SearchCriteria":{ 17158 "shape":"HoursOfOperationSearchCriteria", 17159 "documentation":"<p>The search criteria to be used to return hours of operations.</p>" 17160 } 17161 } 17162 }, 17163 "SearchHoursOfOperationsResponse":{ 17164 "type":"structure", 17165 "members":{ 17166 "HoursOfOperations":{ 17167 "shape":"HoursOfOperationList", 17168 "documentation":"<p>Information about the hours of operations.</p>" 17169 }, 17170 "NextToken":{ 17171 "shape":"NextToken2500", 17172 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 17173 }, 17174 "ApproximateTotalCount":{ 17175 "shape":"ApproximateTotalCount", 17176 "documentation":"<p>The total number of hours of operations which matched your search query.</p>" 17177 } 17178 } 17179 }, 17180 "SearchPredefinedAttributesRequest":{ 17181 "type":"structure", 17182 "required":["InstanceId"], 17183 "members":{ 17184 "InstanceId":{ 17185 "shape":"InstanceId", 17186 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.</p>" 17187 }, 17188 "NextToken":{ 17189 "shape":"NextToken2500", 17190 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 17191 }, 17192 "MaxResults":{ 17193 "shape":"MaxResult100", 17194 "documentation":"<p>The maximum number of results to return per page.</p>", 17195 "box":true 17196 }, 17197 "SearchCriteria":{ 17198 "shape":"PredefinedAttributeSearchCriteria", 17199 "documentation":"<p>The search criteria to be used to return predefined attributes.</p>" 17200 } 17201 } 17202 }, 17203 "SearchPredefinedAttributesResponse":{ 17204 "type":"structure", 17205 "members":{ 17206 "PredefinedAttributes":{ 17207 "shape":"PredefinedAttributeSearchSummaryList", 17208 "documentation":"<p>Predefined attributes matched by the search criteria.</p>" 17209 }, 17210 "NextToken":{ 17211 "shape":"NextToken2500", 17212 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 17213 }, 17214 "ApproximateTotalCount":{ 17215 "shape":"ApproximateTotalCount", 17216 "documentation":"<p>The approximate number of predefined attributes which matched your search query.</p>" 17217 } 17218 } 17219 }, 17220 "SearchPromptsRequest":{ 17221 "type":"structure", 17222 "required":["InstanceId"], 17223 "members":{ 17224 "InstanceId":{ 17225 "shape":"InstanceId", 17226 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 17227 }, 17228 "NextToken":{ 17229 "shape":"NextToken2500", 17230 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 17231 }, 17232 "MaxResults":{ 17233 "shape":"MaxResult100", 17234 "documentation":"<p>The maximum number of results to return per page.</p>", 17235 "box":true 17236 }, 17237 "SearchFilter":{ 17238 "shape":"PromptSearchFilter", 17239 "documentation":"<p>Filters to be applied to search results.</p>" 17240 }, 17241 "SearchCriteria":{ 17242 "shape":"PromptSearchCriteria", 17243 "documentation":"<p>The search criteria to be used to return prompts.</p>" 17244 } 17245 } 17246 }, 17247 "SearchPromptsResponse":{ 17248 "type":"structure", 17249 "members":{ 17250 "Prompts":{ 17251 "shape":"PromptList", 17252 "documentation":"<p>Information about the prompts.</p>" 17253 }, 17254 "NextToken":{ 17255 "shape":"NextToken2500", 17256 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 17257 }, 17258 "ApproximateTotalCount":{ 17259 "shape":"ApproximateTotalCount", 17260 "documentation":"<p>The total number of quick connects which matched your search query.</p>" 17261 } 17262 } 17263 }, 17264 "SearchQueuesRequest":{ 17265 "type":"structure", 17266 "required":["InstanceId"], 17267 "members":{ 17268 "InstanceId":{ 17269 "shape":"InstanceId", 17270 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 17271 }, 17272 "NextToken":{ 17273 "shape":"NextToken2500", 17274 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 17275 }, 17276 "MaxResults":{ 17277 "shape":"MaxResult100", 17278 "documentation":"<p>The maximum number of results to return per page.</p>", 17279 "box":true 17280 }, 17281 "SearchFilter":{ 17282 "shape":"QueueSearchFilter", 17283 "documentation":"<p>Filters to be applied to search results.</p>" 17284 }, 17285 "SearchCriteria":{ 17286 "shape":"QueueSearchCriteria", 17287 "documentation":"<p>The search criteria to be used to return queues.</p> <note> <p>The <code>name</code> and <code>description</code> fields support \"contains\" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results. </p> </note>" 17288 } 17289 } 17290 }, 17291 "SearchQueuesResponse":{ 17292 "type":"structure", 17293 "members":{ 17294 "Queues":{ 17295 "shape":"QueueSearchSummaryList", 17296 "documentation":"<p>Information about the queues.</p>" 17297 }, 17298 "NextToken":{ 17299 "shape":"NextToken2500", 17300 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 17301 }, 17302 "ApproximateTotalCount":{ 17303 "shape":"ApproximateTotalCount", 17304 "documentation":"<p>The total number of queues which matched your search query.</p>" 17305 } 17306 } 17307 }, 17308 "SearchQuickConnectsRequest":{ 17309 "type":"structure", 17310 "required":["InstanceId"], 17311 "members":{ 17312 "InstanceId":{ 17313 "shape":"InstanceId", 17314 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 17315 }, 17316 "NextToken":{ 17317 "shape":"NextToken2500", 17318 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 17319 }, 17320 "MaxResults":{ 17321 "shape":"MaxResult100", 17322 "documentation":"<p>The maximum number of results to return per page.</p>", 17323 "box":true 17324 }, 17325 "SearchFilter":{ 17326 "shape":"QuickConnectSearchFilter", 17327 "documentation":"<p>Filters to be applied to search results.</p>" 17328 }, 17329 "SearchCriteria":{ 17330 "shape":"QuickConnectSearchCriteria", 17331 "documentation":"<p>The search criteria to be used to return quick connects.</p>" 17332 } 17333 } 17334 }, 17335 "SearchQuickConnectsResponse":{ 17336 "type":"structure", 17337 "members":{ 17338 "QuickConnects":{ 17339 "shape":"QuickConnectSearchSummaryList", 17340 "documentation":"<p>Information about the quick connects.</p>" 17341 }, 17342 "NextToken":{ 17343 "shape":"NextToken2500", 17344 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 17345 }, 17346 "ApproximateTotalCount":{ 17347 "shape":"ApproximateTotalCount", 17348 "documentation":"<p>The total number of quick connects which matched your search query.</p>" 17349 } 17350 } 17351 }, 17352 "SearchResourceTagsRequest":{ 17353 "type":"structure", 17354 "required":["InstanceId"], 17355 "members":{ 17356 "InstanceId":{ 17357 "shape":"InstanceIdOrArn", 17358 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instanceId in the Amazon Resource Name (ARN) of the instance.</p>" 17359 }, 17360 "ResourceTypes":{ 17361 "shape":"ResourceTypeList", 17362 "documentation":"<p>The list of resource types to be used to search tags from. If not provided or if any empty list is provided, this API will search from all supported resource types.</p>" 17363 }, 17364 "NextToken":{ 17365 "shape":"NextToken2500", 17366 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 17367 }, 17368 "MaxResults":{ 17369 "shape":"MaxResult100", 17370 "documentation":"<p>The maximum number of results to return per page.</p>", 17371 "box":true 17372 }, 17373 "SearchCriteria":{ 17374 "shape":"ResourceTagsSearchCriteria", 17375 "documentation":"<p>The search criteria to be used to return tags.</p>" 17376 } 17377 } 17378 }, 17379 "SearchResourceTagsResponse":{ 17380 "type":"structure", 17381 "members":{ 17382 "Tags":{ 17383 "shape":"TagsList", 17384 "documentation":"<p>A list of tags used in the Amazon Connect instance.</p>" 17385 }, 17386 "NextToken":{ 17387 "shape":"NextToken2500", 17388 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 17389 } 17390 } 17391 }, 17392 "SearchRoutingProfilesRequest":{ 17393 "type":"structure", 17394 "required":["InstanceId"], 17395 "members":{ 17396 "InstanceId":{ 17397 "shape":"InstanceId", 17398 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 17399 }, 17400 "NextToken":{ 17401 "shape":"NextToken2500", 17402 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 17403 }, 17404 "MaxResults":{ 17405 "shape":"MaxResult100", 17406 "documentation":"<p>The maximum number of results to return per page.</p>", 17407 "box":true 17408 }, 17409 "SearchFilter":{ 17410 "shape":"RoutingProfileSearchFilter", 17411 "documentation":"<p>Filters to be applied to search results.</p>" 17412 }, 17413 "SearchCriteria":{ 17414 "shape":"RoutingProfileSearchCriteria", 17415 "documentation":"<p>The search criteria to be used to return routing profiles.</p> <note> <p>The <code>name</code> and <code>description</code> fields support \"contains\" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results. </p> </note>" 17416 } 17417 } 17418 }, 17419 "SearchRoutingProfilesResponse":{ 17420 "type":"structure", 17421 "members":{ 17422 "RoutingProfiles":{ 17423 "shape":"RoutingProfileList", 17424 "documentation":"<p>Information about the routing profiles.</p>" 17425 }, 17426 "NextToken":{ 17427 "shape":"NextToken2500", 17428 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 17429 }, 17430 "ApproximateTotalCount":{ 17431 "shape":"ApproximateTotalCount", 17432 "documentation":"<p>The total number of routing profiles which matched your search query.</p>" 17433 } 17434 } 17435 }, 17436 "SearchSecurityProfilesRequest":{ 17437 "type":"structure", 17438 "required":["InstanceId"], 17439 "members":{ 17440 "InstanceId":{ 17441 "shape":"InstanceId", 17442 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 17443 }, 17444 "NextToken":{ 17445 "shape":"NextToken2500", 17446 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 17447 }, 17448 "MaxResults":{ 17449 "shape":"MaxResult100", 17450 "documentation":"<p>The maximum number of results to return per page.</p>", 17451 "box":true 17452 }, 17453 "SearchCriteria":{ 17454 "shape":"SecurityProfileSearchCriteria", 17455 "documentation":"<p>The search criteria to be used to return security profiles. </p> <note> <p>The <code>name</code> field support \"contains\" queries with a minimum of 2 characters and maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.</p> </note> <note> <p>The currently supported value for <code>FieldName</code>: <code>name</code> </p> </note>" 17456 }, 17457 "SearchFilter":{ 17458 "shape":"SecurityProfilesSearchFilter", 17459 "documentation":"<p>Filters to be applied to search results.</p>" 17460 } 17461 } 17462 }, 17463 "SearchSecurityProfilesResponse":{ 17464 "type":"structure", 17465 "members":{ 17466 "SecurityProfiles":{ 17467 "shape":"SecurityProfilesSearchSummaryList", 17468 "documentation":"<p>Information about the security profiles.</p>" 17469 }, 17470 "NextToken":{ 17471 "shape":"NextToken2500", 17472 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 17473 }, 17474 "ApproximateTotalCount":{ 17475 "shape":"ApproximateTotalCount", 17476 "documentation":"<p>The total number of security profiles which matched your search query.</p>" 17477 } 17478 } 17479 }, 17480 "SearchText":{ 17481 "type":"string", 17482 "max":128, 17483 "sensitive":true 17484 }, 17485 "SearchTextList":{ 17486 "type":"list", 17487 "member":{"shape":"SearchText"}, 17488 "max":100, 17489 "min":0 17490 }, 17491 "SearchUsersRequest":{ 17492 "type":"structure", 17493 "required":["InstanceId"], 17494 "members":{ 17495 "InstanceId":{ 17496 "shape":"InstanceId", 17497 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p> <note> <p>InstanceID is a required field. The \"Required: No\" below is incorrect.</p> </note>" 17498 }, 17499 "NextToken":{ 17500 "shape":"NextToken2500", 17501 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 17502 }, 17503 "MaxResults":{ 17504 "shape":"MaxResult100", 17505 "documentation":"<p>The maximum number of results to return per page.</p>", 17506 "box":true 17507 }, 17508 "SearchFilter":{ 17509 "shape":"UserSearchFilter", 17510 "documentation":"<p>Filters to be applied to search results.</p>" 17511 }, 17512 "SearchCriteria":{"shape":"UserSearchCriteria"} 17513 } 17514 }, 17515 "SearchUsersResponse":{ 17516 "type":"structure", 17517 "members":{ 17518 "Users":{ 17519 "shape":"UserSearchSummaryList", 17520 "documentation":"<p>Information about the users.</p>" 17521 }, 17522 "NextToken":{ 17523 "shape":"NextToken2500", 17524 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 17525 }, 17526 "ApproximateTotalCount":{ 17527 "shape":"ApproximateTotalCount", 17528 "documentation":"<p>The total number of users who matched your search query.</p>" 17529 } 17530 } 17531 }, 17532 "SearchVocabulariesRequest":{ 17533 "type":"structure", 17534 "required":["InstanceId"], 17535 "members":{ 17536 "InstanceId":{ 17537 "shape":"InstanceId", 17538 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 17539 "location":"uri", 17540 "locationName":"InstanceId" 17541 }, 17542 "MaxResults":{ 17543 "shape":"MaxResult100", 17544 "documentation":"<p>The maximum number of results to return per page.</p>" 17545 }, 17546 "NextToken":{ 17547 "shape":"VocabularyNextToken", 17548 "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>" 17549 }, 17550 "State":{ 17551 "shape":"VocabularyState", 17552 "documentation":"<p>The current state of the custom vocabulary.</p>" 17553 }, 17554 "NameStartsWith":{ 17555 "shape":"VocabularyName", 17556 "documentation":"<p>The starting pattern of the name of the vocabulary.</p>" 17557 }, 17558 "LanguageCode":{ 17559 "shape":"VocabularyLanguageCode", 17560 "documentation":"<p>The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html\">What is Amazon Transcribe?</a> </p>" 17561 } 17562 } 17563 }, 17564 "SearchVocabulariesResponse":{ 17565 "type":"structure", 17566 "members":{ 17567 "VocabularySummaryList":{ 17568 "shape":"VocabularySummaryList", 17569 "documentation":"<p>The list of the available custom vocabularies.</p>" 17570 }, 17571 "NextToken":{ 17572 "shape":"VocabularyNextToken", 17573 "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>" 17574 } 17575 } 17576 }, 17577 "SearchableContactAttributeKey":{ 17578 "type":"string", 17579 "max":100, 17580 "min":0, 17581 "sensitive":true 17582 }, 17583 "SearchableContactAttributeValue":{ 17584 "type":"string", 17585 "max":100, 17586 "min":0, 17587 "sensitive":true 17588 }, 17589 "SearchableContactAttributeValueList":{ 17590 "type":"list", 17591 "member":{"shape":"SearchableContactAttributeValue"}, 17592 "max":20, 17593 "min":0 17594 }, 17595 "SearchableContactAttributes":{ 17596 "type":"structure", 17597 "required":["Criteria"], 17598 "members":{ 17599 "Criteria":{ 17600 "shape":"SearchableContactAttributesCriteriaList", 17601 "documentation":"<p>The list of criteria based on user-defined contact attributes that are configured for contact search.</p>" 17602 }, 17603 "MatchType":{ 17604 "shape":"SearchContactsMatchType", 17605 "documentation":"<p>The match type combining search criteria using multiple searchable contact attributes.</p>" 17606 } 17607 }, 17608 "documentation":"<p>A structure that defines search criteria based on user-defined contact attributes that are configured for contact search.</p>" 17609 }, 17610 "SearchableContactAttributesCriteria":{ 17611 "type":"structure", 17612 "required":[ 17613 "Key", 17614 "Values" 17615 ], 17616 "members":{ 17617 "Key":{ 17618 "shape":"SearchableContactAttributeKey", 17619 "documentation":"<p>The key containing a searchable user-defined contact attribute.</p>" 17620 }, 17621 "Values":{ 17622 "shape":"SearchableContactAttributeValueList", 17623 "documentation":"<p>The list of values to search for within a user-defined contact attribute.</p>" 17624 } 17625 }, 17626 "documentation":"<p>The search criteria based on user-defned contact attribute key and values to search on.</p>" 17627 }, 17628 "SearchableContactAttributesCriteriaList":{ 17629 "type":"list", 17630 "member":{"shape":"SearchableContactAttributesCriteria"}, 17631 "max":15, 17632 "min":0 17633 }, 17634 "SearchableQueueType":{ 17635 "type":"string", 17636 "enum":["STANDARD"] 17637 }, 17638 "SecurityKey":{ 17639 "type":"structure", 17640 "members":{ 17641 "AssociationId":{ 17642 "shape":"AssociationId", 17643 "documentation":"<p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>" 17644 }, 17645 "Key":{ 17646 "shape":"PEM", 17647 "documentation":"<p>The key of the security key.</p>" 17648 }, 17649 "CreationTime":{ 17650 "shape":"timestamp", 17651 "documentation":"<p>When the security key was created.</p>" 17652 } 17653 }, 17654 "documentation":"<p>Configuration information of the security key.</p>" 17655 }, 17656 "SecurityKeysList":{ 17657 "type":"list", 17658 "member":{"shape":"SecurityKey"} 17659 }, 17660 "SecurityProfile":{ 17661 "type":"structure", 17662 "members":{ 17663 "Id":{ 17664 "shape":"SecurityProfileId", 17665 "documentation":"<p>The identifier for the security profile.</p>" 17666 }, 17667 "OrganizationResourceId":{ 17668 "shape":"InstanceId", 17669 "documentation":"<p>The organization resource identifier for the security profile.</p>" 17670 }, 17671 "Arn":{ 17672 "shape":"ARN", 17673 "documentation":"<p>The Amazon Resource Name (ARN) for the secruity profile.</p>" 17674 }, 17675 "SecurityProfileName":{ 17676 "shape":"SecurityProfileName", 17677 "documentation":"<p>The name for the security profile.</p>" 17678 }, 17679 "Description":{ 17680 "shape":"SecurityProfileDescription", 17681 "documentation":"<p>The description of the security profile.</p>" 17682 }, 17683 "Tags":{ 17684 "shape":"TagMap", 17685 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 17686 }, 17687 "AllowedAccessControlTags":{ 17688 "shape":"AllowedAccessControlTags", 17689 "documentation":"<p>The list of tags that a security profile uses to restrict access to resources in Amazon Connect.</p>" 17690 }, 17691 "TagRestrictedResources":{ 17692 "shape":"TagRestrictedResourceList", 17693 "documentation":"<p>The list of resources that a security profile applies tag restrictions to in Amazon Connect.</p>" 17694 }, 17695 "LastModifiedTime":{ 17696 "shape":"Timestamp", 17697 "documentation":"<p>The timestamp when this resource was last modified.</p>" 17698 }, 17699 "LastModifiedRegion":{ 17700 "shape":"RegionName", 17701 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 17702 } 17703 }, 17704 "documentation":"<p>Contains information about a security profile.</p>" 17705 }, 17706 "SecurityProfileDescription":{ 17707 "type":"string", 17708 "max":250 17709 }, 17710 "SecurityProfileId":{"type":"string"}, 17711 "SecurityProfileIds":{ 17712 "type":"list", 17713 "member":{"shape":"SecurityProfileId"}, 17714 "max":10, 17715 "min":1 17716 }, 17717 "SecurityProfileName":{"type":"string"}, 17718 "SecurityProfilePermission":{ 17719 "type":"string", 17720 "max":128, 17721 "min":1 17722 }, 17723 "SecurityProfilePolicyKey":{ 17724 "type":"string", 17725 "max":128, 17726 "min":1 17727 }, 17728 "SecurityProfilePolicyValue":{ 17729 "type":"string", 17730 "max":256 17731 }, 17732 "SecurityProfileSearchConditionList":{ 17733 "type":"list", 17734 "member":{"shape":"SecurityProfileSearchCriteria"} 17735 }, 17736 "SecurityProfileSearchCriteria":{ 17737 "type":"structure", 17738 "members":{ 17739 "OrConditions":{ 17740 "shape":"SecurityProfileSearchConditionList", 17741 "documentation":"<p>A list of conditions which would be applied together with an OR condition.</p>" 17742 }, 17743 "AndConditions":{ 17744 "shape":"SecurityProfileSearchConditionList", 17745 "documentation":"<p>A list of conditions which would be applied together with an AND condition.</p>" 17746 }, 17747 "StringCondition":{"shape":"StringCondition"} 17748 }, 17749 "documentation":"<p>The search criteria to be used to return security profiles.</p> <note> <p>The <code>name</code> field support \"contains\" queries with a minimum of 2 characters and maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.</p> </note>" 17750 }, 17751 "SecurityProfileSearchSummary":{ 17752 "type":"structure", 17753 "members":{ 17754 "Id":{ 17755 "shape":"SecurityProfileId", 17756 "documentation":"<p>The identifier of the security profile.</p>" 17757 }, 17758 "OrganizationResourceId":{ 17759 "shape":"InstanceId", 17760 "documentation":"<p>The organization resource identifier.</p>" 17761 }, 17762 "Arn":{ 17763 "shape":"ARN", 17764 "documentation":"<p>The Amazon Resource Name (ARN) of the security profile.</p>" 17765 }, 17766 "SecurityProfileName":{ 17767 "shape":"SecurityProfileName", 17768 "documentation":"<p>The name of the security profile.</p>" 17769 }, 17770 "Description":{ 17771 "shape":"SecurityProfileDescription", 17772 "documentation":"<p>The description of the security profile.</p>" 17773 }, 17774 "Tags":{ 17775 "shape":"TagMap", 17776 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 17777 } 17778 }, 17779 "documentation":"<p>Information about the returned security profiles.</p>" 17780 }, 17781 "SecurityProfileSummary":{ 17782 "type":"structure", 17783 "members":{ 17784 "Id":{ 17785 "shape":"SecurityProfileId", 17786 "documentation":"<p>The identifier of the security profile.</p>" 17787 }, 17788 "Arn":{ 17789 "shape":"ARN", 17790 "documentation":"<p>The Amazon Resource Name (ARN) of the security profile.</p>" 17791 }, 17792 "Name":{ 17793 "shape":"SecurityProfileName", 17794 "documentation":"<p>The name of the security profile.</p>" 17795 }, 17796 "LastModifiedTime":{ 17797 "shape":"Timestamp", 17798 "documentation":"<p>The timestamp when this resource was last modified.</p>" 17799 }, 17800 "LastModifiedRegion":{ 17801 "shape":"RegionName", 17802 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 17803 } 17804 }, 17805 "documentation":"<p>Contains information about a security profile.</p>" 17806 }, 17807 "SecurityProfileSummaryList":{ 17808 "type":"list", 17809 "member":{"shape":"SecurityProfileSummary"} 17810 }, 17811 "SecurityProfilesSearchFilter":{ 17812 "type":"structure", 17813 "members":{ 17814 "TagFilter":{"shape":"ControlPlaneTagFilter"} 17815 }, 17816 "documentation":"<p>Filters to be applied to search results.</p>" 17817 }, 17818 "SecurityProfilesSearchSummaryList":{ 17819 "type":"list", 17820 "member":{"shape":"SecurityProfileSearchSummary"} 17821 }, 17822 "SecurityToken":{ 17823 "type":"string", 17824 "sensitive":true 17825 }, 17826 "SegmentAttributeName":{ 17827 "type":"string", 17828 "max":128, 17829 "min":1 17830 }, 17831 "SegmentAttributeValue":{ 17832 "type":"structure", 17833 "members":{ 17834 "ValueString":{ 17835 "shape":"SegmentAttributeValueString", 17836 "documentation":"<p>The value of a segment attribute.</p>" 17837 } 17838 }, 17839 "documentation":"<p>A value for a segment attribute. This is structured as a map where the key is <code>valueString</code> and the value is a string.</p>" 17840 }, 17841 "SegmentAttributeValueString":{ 17842 "type":"string", 17843 "max":1024, 17844 "min":1 17845 }, 17846 "SegmentAttributes":{ 17847 "type":"map", 17848 "key":{"shape":"SegmentAttributeName"}, 17849 "value":{"shape":"SegmentAttributeValue"} 17850 }, 17851 "SendChatIntegrationEventRequest":{ 17852 "type":"structure", 17853 "required":[ 17854 "SourceId", 17855 "DestinationId", 17856 "Event" 17857 ], 17858 "members":{ 17859 "SourceId":{ 17860 "shape":"SourceId", 17861 "documentation":"<p>External identifier of chat customer participant, used in part to uniquely identify a chat. For SMS, this is the E164 phone number of the chat customer participant.</p>" 17862 }, 17863 "DestinationId":{ 17864 "shape":"DestinationId", 17865 "documentation":"<p>Chat system identifier, used in part to uniquely identify chat. This is associated with the Amazon Connect instance and flow to be used to start chats. For SMS, this is the phone number destination of inbound SMS messages represented by an Amazon Pinpoint phone number ARN.</p>" 17866 }, 17867 "Subtype":{ 17868 "shape":"Subtype", 17869 "documentation":"<p>Classification of a channel. This is used in part to uniquely identify chat. </p> <p>Valid value: <code>[\"connect:sms\"]</code> </p>" 17870 }, 17871 "Event":{ 17872 "shape":"ChatEvent", 17873 "documentation":"<p>Chat integration event payload</p>" 17874 }, 17875 "NewSessionDetails":{ 17876 "shape":"NewSessionDetails", 17877 "documentation":"<p>Contact properties to apply when starting a new chat. If the integration event is handled with an existing chat, this is ignored.</p>" 17878 } 17879 } 17880 }, 17881 "SendChatIntegrationEventResponse":{ 17882 "type":"structure", 17883 "members":{ 17884 "InitialContactId":{ 17885 "shape":"ContactId", 17886 "documentation":"<p>Identifier of chat contact used to handle integration event. This may be null if the integration event is not valid without an already existing chat contact.</p>" 17887 }, 17888 "NewChatCreated":{ 17889 "shape":"NewChatCreated", 17890 "documentation":"<p>Whether handling the integration event resulted in creating a new chat or acting on existing chat.</p>" 17891 } 17892 } 17893 }, 17894 "SendNotificationActionDefinition":{ 17895 "type":"structure", 17896 "required":[ 17897 "DeliveryMethod", 17898 "Content", 17899 "ContentType", 17900 "Recipient" 17901 ], 17902 "members":{ 17903 "DeliveryMethod":{ 17904 "shape":"NotificationDeliveryType", 17905 "documentation":"<p>Notification delivery method.</p>" 17906 }, 17907 "Subject":{ 17908 "shape":"Subject", 17909 "documentation":"<p>The subject of the email if the delivery method is <code>EMAIL</code>. Supports variable injection. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html\">JSONPath reference</a> in the <i>Amazon Connect Administrators Guide</i>.</p>" 17910 }, 17911 "Content":{ 17912 "shape":"Content", 17913 "documentation":"<p>Notification content. Supports variable injection. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html\">JSONPath reference</a> in the <i>Amazon Connect Administrators Guide</i>.</p>" 17914 }, 17915 "ContentType":{ 17916 "shape":"NotificationContentType", 17917 "documentation":"<p>Content type format.</p>" 17918 }, 17919 "Recipient":{ 17920 "shape":"NotificationRecipientType", 17921 "documentation":"<p>Notification recipient.</p>" 17922 } 17923 }, 17924 "documentation":"<p>Information about the send notification action.</p>" 17925 }, 17926 "ServiceQuotaExceededException":{ 17927 "type":"structure", 17928 "members":{ 17929 "Message":{"shape":"Message"} 17930 }, 17931 "documentation":"<p>The service quota has been exceeded.</p>", 17932 "error":{"httpStatusCode":402}, 17933 "exception":true 17934 }, 17935 "SignInConfig":{ 17936 "type":"structure", 17937 "required":["Distributions"], 17938 "members":{ 17939 "Distributions":{ 17940 "shape":"SignInDistributionList", 17941 "documentation":"<p>Information about traffic distributions.</p>" 17942 } 17943 }, 17944 "documentation":"<p>The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).</p>" 17945 }, 17946 "SignInDistribution":{ 17947 "type":"structure", 17948 "required":[ 17949 "Region", 17950 "Enabled" 17951 ], 17952 "members":{ 17953 "Region":{ 17954 "shape":"AwsRegion", 17955 "documentation":"<p>The Amazon Web Services Region of the sign in distribution.</p>" 17956 }, 17957 "Enabled":{ 17958 "shape":"Boolean", 17959 "documentation":"<p>Whether sign in distribution is enabled.</p>" 17960 } 17961 }, 17962 "documentation":"<p>The distribution of sign in traffic between the instance and its replica(s).</p>" 17963 }, 17964 "SignInDistributionList":{ 17965 "type":"list", 17966 "member":{"shape":"SignInDistribution"} 17967 }, 17968 "SingleSelectOptions":{ 17969 "type":"list", 17970 "member":{"shape":"TaskTemplateSingleSelectOption"} 17971 }, 17972 "SingleSelectQuestionRuleCategoryAutomation":{ 17973 "type":"structure", 17974 "required":[ 17975 "Category", 17976 "Condition", 17977 "OptionRefId" 17978 ], 17979 "members":{ 17980 "Category":{ 17981 "shape":"SingleSelectQuestionRuleCategoryAutomationLabel", 17982 "documentation":"<p> The category name, as defined in Rules.</p>" 17983 }, 17984 "Condition":{ 17985 "shape":"SingleSelectQuestionRuleCategoryAutomationCondition", 17986 "documentation":"<p>The condition to apply for the automation option. If the condition is <code>PRESENT</code>, then the option is applied when the contact data includes the category. Similarly, if the condition is <code>NOT_PRESENT</code>, then the option is applied when the contact data does not include the category.</p>" 17987 }, 17988 "OptionRefId":{ 17989 "shape":"ReferenceId", 17990 "documentation":"<p>The identifier of the answer option.</p>" 17991 } 17992 }, 17993 "documentation":"<p>Information about the automation option based on a rule category for a single select question.</p>" 17994 }, 17995 "SingleSelectQuestionRuleCategoryAutomationCondition":{ 17996 "type":"string", 17997 "enum":[ 17998 "PRESENT", 17999 "NOT_PRESENT" 18000 ] 18001 }, 18002 "SingleSelectQuestionRuleCategoryAutomationLabel":{ 18003 "type":"string", 18004 "max":50, 18005 "min":1 18006 }, 18007 "SnapshotVersion":{"type":"string"}, 18008 "Sort":{ 18009 "type":"structure", 18010 "required":[ 18011 "FieldName", 18012 "Order" 18013 ], 18014 "members":{ 18015 "FieldName":{ 18016 "shape":"SortableFieldName", 18017 "documentation":"<p>The name of the field on which to sort.</p>" 18018 }, 18019 "Order":{ 18020 "shape":"SortOrder", 18021 "documentation":"<p>An ascending or descending sort.</p>" 18022 } 18023 }, 18024 "documentation":"<p>A structure that defineds the field name to sort by and a sort order.</p>" 18025 }, 18026 "SortOrder":{ 18027 "type":"string", 18028 "enum":[ 18029 "ASCENDING", 18030 "DESCENDING" 18031 ] 18032 }, 18033 "SortableFieldName":{ 18034 "type":"string", 18035 "enum":[ 18036 "INITIATION_TIMESTAMP", 18037 "SCHEDULED_TIMESTAMP", 18038 "CONNECTED_TO_AGENT_TIMESTAMP", 18039 "DISCONNECT_TIMESTAMP", 18040 "INITIATION_METHOD", 18041 "CHANNEL" 18042 ] 18043 }, 18044 "SourceApplicationName":{ 18045 "type":"string", 18046 "max":100, 18047 "min":1, 18048 "pattern":"^[a-zA-Z0-9_ -]+$" 18049 }, 18050 "SourceId":{ 18051 "type":"string", 18052 "max":255, 18053 "min":1 18054 }, 18055 "SourceType":{ 18056 "type":"string", 18057 "enum":[ 18058 "SALESFORCE", 18059 "ZENDESK", 18060 "CASES" 18061 ] 18062 }, 18063 "StartChatContactRequest":{ 18064 "type":"structure", 18065 "required":[ 18066 "InstanceId", 18067 "ContactFlowId", 18068 "ParticipantDetails" 18069 ], 18070 "members":{ 18071 "InstanceId":{ 18072 "shape":"InstanceId", 18073 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 18074 }, 18075 "ContactFlowId":{ 18076 "shape":"ContactFlowId", 18077 "documentation":"<p>The identifier of the flow for initiating the chat. To see the ContactFlowId in the Amazon Connect admin website, on the navigation menu go to <b>Routing</b>, <b>Contact Flows</b>. Choose the flow. On the flow page, under the name of the flow, choose <b>Show additional flow information</b>. The ContactFlowId is the last part of the ARN, shown here in bold: </p> <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>846ec553-a005-41c0-8341-xxxxxxxxxxxx</b> </p>" 18078 }, 18079 "Attributes":{ 18080 "shape":"Attributes", 18081 "documentation":"<p>A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in flows just like any other contact attributes. </p> <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only alphanumeric, dash, and underscore characters.</p>" 18082 }, 18083 "ParticipantDetails":{ 18084 "shape":"ParticipantDetails", 18085 "documentation":"<p>Information identifying the participant.</p>" 18086 }, 18087 "InitialMessage":{ 18088 "shape":"ChatMessage", 18089 "documentation":"<p>The initial message to be sent to the newly created chat.</p>" 18090 }, 18091 "ClientToken":{ 18092 "shape":"ClientToken", 18093 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 18094 "idempotencyToken":true 18095 }, 18096 "ChatDurationInMinutes":{ 18097 "shape":"ChatDurationInMinutes", 18098 "documentation":"<p>The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25 hour. The minimum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).</p>" 18099 }, 18100 "SupportedMessagingContentTypes":{ 18101 "shape":"SupportedMessagingContentTypes", 18102 "documentation":"<p>The supported chat message content types. Supported types are <code>text/plain</code>, <code>text/markdown</code>, <code>application/json</code>, <code>application/vnd.amazonaws.connect.message.interactive</code>, and <code>application/vnd.amazonaws.connect.message.interactive.response</code>. </p> <p>Content types must always contain <code>text/plain</code>. You can then put any other supported type in the list. For example, all the following lists are valid because they contain <code>text/plain</code>: <code>[text/plain, text/markdown, application/json]</code>, <code>[text/markdown, text/plain]</code>, <code>[text/plain, application/json, application/vnd.amazonaws.connect.message.interactive.response]</code>. </p> <note> <p>The type <code>application/vnd.amazonaws.connect.message.interactive</code> is required to use the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/show-view-block.html\">Show view</a> flow block.</p> </note>" 18103 }, 18104 "PersistentChat":{ 18105 "shape":"PersistentChat", 18106 "documentation":"<p>Enable persistent chats. For more information about enabling persistent chat, and for example use cases and how to configure for them, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html\">Enable persistent chat</a>.</p>" 18107 }, 18108 "RelatedContactId":{ 18109 "shape":"ContactId", 18110 "documentation":"<p>The unique identifier for an Amazon Connect contact. This identifier is related to the chat starting.</p> <note> <p>You cannot provide data for both RelatedContactId and PersistentChat. </p> </note>" 18111 }, 18112 "SegmentAttributes":{ 18113 "shape":"SegmentAttributes", 18114 "documentation":"<p>A set of system defined key-value pairs stored on individual contact segments using an attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in flows.</p> <p>Attribute keys can include only alphanumeric, -, and _.</p> <p>This field can be used to show channel subtype, such as <code>connect:Guide</code>.</p> <note> <p>The types <code>application/vnd.amazonaws.connect.message.interactive</code> and <code>application/vnd.amazonaws.connect.message.interactive.response</code> must be present in the SupportedMessagingContentTypes field of this API in order to set <code>SegmentAttributes</code> as {<code> \"connect:Subtype\": {\"valueString\" : \"connect:Guide\" }}</code>.</p> </note>" 18115 } 18116 } 18117 }, 18118 "StartChatContactResponse":{ 18119 "type":"structure", 18120 "members":{ 18121 "ContactId":{ 18122 "shape":"ContactId", 18123 "documentation":"<p>The identifier of this contact within the Amazon Connect instance. </p>" 18124 }, 18125 "ParticipantId":{ 18126 "shape":"ParticipantId", 18127 "documentation":"<p>The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.</p>" 18128 }, 18129 "ParticipantToken":{ 18130 "shape":"ParticipantToken", 18131 "documentation":"<p>The token used by the chat participant to call <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html\">CreateParticipantConnection</a>. The participant token is valid for the lifetime of a chat participant.</p>" 18132 }, 18133 "ContinuedFromContactId":{ 18134 "shape":"ContactId", 18135 "documentation":"<p>The contactId from which a persistent chat session is started. This field is populated only for persistent chats.</p>" 18136 } 18137 } 18138 }, 18139 "StartContactEvaluationRequest":{ 18140 "type":"structure", 18141 "required":[ 18142 "InstanceId", 18143 "ContactId", 18144 "EvaluationFormId" 18145 ], 18146 "members":{ 18147 "InstanceId":{ 18148 "shape":"InstanceId", 18149 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 18150 "location":"uri", 18151 "locationName":"InstanceId" 18152 }, 18153 "ContactId":{ 18154 "shape":"ContactId", 18155 "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. </p>" 18156 }, 18157 "EvaluationFormId":{ 18158 "shape":"ResourceId", 18159 "documentation":"<p>The unique identifier for the evaluation form.</p>" 18160 }, 18161 "ClientToken":{ 18162 "shape":"ClientToken", 18163 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 18164 "idempotencyToken":true 18165 } 18166 } 18167 }, 18168 "StartContactEvaluationResponse":{ 18169 "type":"structure", 18170 "required":[ 18171 "EvaluationId", 18172 "EvaluationArn" 18173 ], 18174 "members":{ 18175 "EvaluationId":{ 18176 "shape":"ResourceId", 18177 "documentation":"<p>A unique identifier for the contact evaluation.</p>" 18178 }, 18179 "EvaluationArn":{ 18180 "shape":"ARN", 18181 "documentation":"<p>The Amazon Resource Name (ARN) for the contact evaluation resource.</p>" 18182 } 18183 } 18184 }, 18185 "StartContactRecordingRequest":{ 18186 "type":"structure", 18187 "required":[ 18188 "InstanceId", 18189 "ContactId", 18190 "InitialContactId", 18191 "VoiceRecordingConfiguration" 18192 ], 18193 "members":{ 18194 "InstanceId":{ 18195 "shape":"InstanceId", 18196 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 18197 }, 18198 "ContactId":{ 18199 "shape":"ContactId", 18200 "documentation":"<p>The identifier of the contact.</p>" 18201 }, 18202 "InitialContactId":{ 18203 "shape":"ContactId", 18204 "documentation":"<p>The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.</p>" 18205 }, 18206 "VoiceRecordingConfiguration":{ 18207 "shape":"VoiceRecordingConfiguration", 18208 "documentation":"<p>The person being recorded.</p>" 18209 } 18210 } 18211 }, 18212 "StartContactRecordingResponse":{ 18213 "type":"structure", 18214 "members":{ 18215 } 18216 }, 18217 "StartContactStreamingRequest":{ 18218 "type":"structure", 18219 "required":[ 18220 "InstanceId", 18221 "ContactId", 18222 "ChatStreamingConfiguration", 18223 "ClientToken" 18224 ], 18225 "members":{ 18226 "InstanceId":{ 18227 "shape":"InstanceId", 18228 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 18229 }, 18230 "ContactId":{ 18231 "shape":"ContactId", 18232 "documentation":"<p>The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.</p>" 18233 }, 18234 "ChatStreamingConfiguration":{ 18235 "shape":"ChatStreamingConfiguration", 18236 "documentation":"<p>The streaming configuration, such as the Amazon SNS streaming endpoint.</p>" 18237 }, 18238 "ClientToken":{ 18239 "shape":"ClientToken", 18240 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 18241 "idempotencyToken":true 18242 } 18243 } 18244 }, 18245 "StartContactStreamingResponse":{ 18246 "type":"structure", 18247 "required":["StreamingId"], 18248 "members":{ 18249 "StreamingId":{ 18250 "shape":"StreamingId", 18251 "documentation":"<p>The identifier of the streaming configuration enabled. </p>" 18252 } 18253 } 18254 }, 18255 "StartOutboundVoiceContactRequest":{ 18256 "type":"structure", 18257 "required":[ 18258 "DestinationPhoneNumber", 18259 "ContactFlowId", 18260 "InstanceId" 18261 ], 18262 "members":{ 18263 "Name":{ 18264 "shape":"Name", 18265 "documentation":"<p>The name of a voice contact that is shown to an agent in the Contact Control Panel (CCP).</p>" 18266 }, 18267 "Description":{ 18268 "shape":"Description", 18269 "documentation":"<p>A description of the voice contact that is shown to an agent in the Contact Control Panel (CCP).</p>" 18270 }, 18271 "References":{ 18272 "shape":"ContactReferences", 18273 "documentation":"<p>A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Contacts can have the following reference types at the time of creation: <code>URL</code> | <code>NUMBER</code> | <code>STRING</code> | <code>DATE</code> | <code>EMAIL</code>. <code>ATTACHMENT</code> is not a supported reference type during voice contact creation.</p>" 18274 }, 18275 "RelatedContactId":{ 18276 "shape":"ContactId", 18277 "documentation":"<p>The <code>contactId</code> that is related to this contact. Linking voice, task, or chat by using <code>RelatedContactID</code> copies over contact attributes from the related contact to the new contact. All updates to user-defined attributes in the new contact are limited to the individual contact ID. There are no limits to the number of contacts that can be linked by using <code>RelatedContactId</code>. </p>" 18278 }, 18279 "DestinationPhoneNumber":{ 18280 "shape":"PhoneNumber", 18281 "documentation":"<p>The phone number of the customer, in E.164 format.</p>" 18282 }, 18283 "ContactFlowId":{ 18284 "shape":"ContactFlowId", 18285 "documentation":"<p>The identifier of the flow for the outbound call. To see the ContactFlowId in the Amazon Connect admin website, on the navigation menu go to <b>Routing</b>, <b>Contact Flows</b>. Choose the flow. On the flow page, under the name of the flow, choose <b>Show additional flow information</b>. The ContactFlowId is the last part of the ARN, shown here in bold: </p> <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>846ec553-a005-41c0-8341-xxxxxxxxxxxx</b> </p>" 18286 }, 18287 "InstanceId":{ 18288 "shape":"InstanceId", 18289 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 18290 }, 18291 "ClientToken":{ 18292 "shape":"ClientToken", 18293 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>. The token is valid for 7 days after creation. If a contact is already started, the contact ID is returned. </p>", 18294 "idempotencyToken":true 18295 }, 18296 "SourcePhoneNumber":{ 18297 "shape":"PhoneNumber", 18298 "documentation":"<p>The phone number associated with the Amazon Connect instance, in E.164 format. If you do not specify a source phone number, you must specify a queue.</p>" 18299 }, 18300 "QueueId":{ 18301 "shape":"QueueId", 18302 "documentation":"<p>The queue for the call. If you specify a queue, the phone displayed for caller ID is the phone number specified in the queue. If you do not specify a queue, the queue defined in the flow is used. If you do not specify a queue, you must specify a source phone number.</p>" 18303 }, 18304 "Attributes":{ 18305 "shape":"Attributes", 18306 "documentation":"<p>A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in flows just like any other contact attributes.</p> <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only alphanumeric, dash, and underscore characters.</p>" 18307 }, 18308 "AnswerMachineDetectionConfig":{ 18309 "shape":"AnswerMachineDetectionConfig", 18310 "documentation":"<p>Configuration of the answering machine detection for this outbound call. </p>" 18311 }, 18312 "CampaignId":{ 18313 "shape":"CampaignId", 18314 "documentation":"<p>The campaign identifier of the outbound communication.</p>" 18315 }, 18316 "TrafficType":{ 18317 "shape":"TrafficType", 18318 "documentation":"<p>Denotes the class of traffic. Calls with different traffic types are handled differently by Amazon Connect. The default value is <code>GENERAL</code>. Use <code>CAMPAIGN</code> if <code>EnableAnswerMachineDetection</code> is set to <code>true</code>. For all other cases, use <code>GENERAL</code>. </p>" 18319 } 18320 } 18321 }, 18322 "StartOutboundVoiceContactResponse":{ 18323 "type":"structure", 18324 "members":{ 18325 "ContactId":{ 18326 "shape":"ContactId", 18327 "documentation":"<p>The identifier of this contact within the Amazon Connect instance.</p>" 18328 } 18329 } 18330 }, 18331 "StartTaskContactRequest":{ 18332 "type":"structure", 18333 "required":[ 18334 "InstanceId", 18335 "Name" 18336 ], 18337 "members":{ 18338 "InstanceId":{ 18339 "shape":"InstanceId", 18340 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 18341 }, 18342 "PreviousContactId":{ 18343 "shape":"ContactId", 18344 "documentation":"<p>The identifier of the previous chat, voice, or task contact. Any updates to user-defined attributes to task contacts linked using the same <code>PreviousContactID</code> will affect every contact in the chain. There can be a maximum of 12 linked task contacts in a chain.</p>" 18345 }, 18346 "ContactFlowId":{ 18347 "shape":"ContactFlowId", 18348 "documentation":"<p>The identifier of the flow for initiating the tasks. To see the ContactFlowId in the Amazon Connect admin website, on the navigation menu go to <b>Routing</b>, <b>Contact Flows</b>. Choose the flow. On the flow page, under the name of the flow, choose <b>Show additional flow information</b>. The ContactFlowId is the last part of the ARN, shown here in bold: </p> <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>846ec553-a005-41c0-8341-xxxxxxxxxxxx</b> </p>" 18349 }, 18350 "Attributes":{ 18351 "shape":"Attributes", 18352 "documentation":"<p>A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in flows just like any other contact attributes.</p> <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only alphanumeric, dash, and underscore characters.</p>" 18353 }, 18354 "Name":{ 18355 "shape":"Name", 18356 "documentation":"<p>The name of a task that is shown to an agent in the Contact Control Panel (CCP).</p>" 18357 }, 18358 "References":{ 18359 "shape":"ContactReferences", 18360 "documentation":"<p>A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Tasks can have the following reference types at the time of creation: <code>URL</code> | <code>NUMBER</code> | <code>STRING</code> | <code>DATE</code> | <code>EMAIL</code>. <code>ATTACHMENT</code> is not a supported reference type during task creation.</p>" 18361 }, 18362 "Description":{ 18363 "shape":"Description", 18364 "documentation":"<p>A description of the task that is shown to an agent in the Contact Control Panel (CCP).</p>" 18365 }, 18366 "ClientToken":{ 18367 "shape":"ClientToken", 18368 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 18369 "idempotencyToken":true 18370 }, 18371 "ScheduledTime":{ 18372 "shape":"Timestamp", 18373 "documentation":"<p>The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled time cannot be in the past. It must be within up to 6 days in future. </p>" 18374 }, 18375 "TaskTemplateId":{ 18376 "shape":"TaskTemplateId", 18377 "documentation":"<p>A unique identifier for the task template. For more information about task templates, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/task-templates.html\">Create task templates</a> in the <i>Amazon Connect Administrator Guide</i>. </p>" 18378 }, 18379 "QuickConnectId":{ 18380 "shape":"QuickConnectId", 18381 "documentation":"<p>The identifier for the quick connect. Tasks that are created by using <code>QuickConnectId</code> will use the flow that is defined on agent or queue quick connect. For more information about quick connects, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/quick-connects.html\">Create quick connects</a>.</p>" 18382 }, 18383 "RelatedContactId":{ 18384 "shape":"ContactId", 18385 "documentation":"<p>The contactId that is <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/tasks.html#linked-tasks\">related</a> to this contact. Linking tasks together by using <code>RelatedContactID</code> copies over contact attributes from the related task contact to the new task contact. All updates to user-defined attributes in the new task contact are limited to the individual contact ID, unlike what happens when tasks are linked by using <code>PreviousContactID</code>. There are no limits to the number of contacts that can be linked by using <code>RelatedContactId</code>. </p>" 18386 } 18387 } 18388 }, 18389 "StartTaskContactResponse":{ 18390 "type":"structure", 18391 "members":{ 18392 "ContactId":{ 18393 "shape":"ContactId", 18394 "documentation":"<p>The identifier of this contact within the Amazon Connect instance.</p>" 18395 } 18396 } 18397 }, 18398 "StartWebRTCContactRequest":{ 18399 "type":"structure", 18400 "required":[ 18401 "ContactFlowId", 18402 "InstanceId", 18403 "ParticipantDetails" 18404 ], 18405 "members":{ 18406 "Attributes":{ 18407 "shape":"Attributes", 18408 "documentation":"<p>A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in flows just like any other contact attributes.</p> <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only alphanumeric, -, and _ characters.</p>" 18409 }, 18410 "ClientToken":{ 18411 "shape":"ClientToken", 18412 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p> <p>The token is valid for 7 days after creation. If a contact is already started, the contact ID is returned.</p>", 18413 "idempotencyToken":true 18414 }, 18415 "ContactFlowId":{ 18416 "shape":"ContactFlowId", 18417 "documentation":"<p>The identifier of the flow for the call. To see the ContactFlowId in the Amazon Connect admin website, on the navigation menu go to <b>Routing</b>, <b>Contact Flows</b>. Choose the flow. On the flow page, under the name of the flow, choose <b>Show additional flow information</b>. The ContactFlowId is the last part of the ARN, shown here in bold: </p> <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>846ec553-a005-41c0-8341-xxxxxxxxxxxx</b> </p>" 18418 }, 18419 "InstanceId":{ 18420 "shape":"InstanceId", 18421 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 18422 }, 18423 "AllowedCapabilities":{ 18424 "shape":"AllowedCapabilities", 18425 "documentation":"<p>Information about the video sharing capabilities of the participants (customer, agent).</p>" 18426 }, 18427 "ParticipantDetails":{"shape":"ParticipantDetails"}, 18428 "RelatedContactId":{ 18429 "shape":"ContactId", 18430 "documentation":"<p>The unique identifier for an Amazon Connect contact. This identifier is related to the contact starting.</p>" 18431 }, 18432 "References":{ 18433 "shape":"ContactReferences", 18434 "documentation":"<p>A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Tasks can have the following reference types at the time of creation: <code>URL</code> | <code>NUMBER</code> | <code>STRING</code> | <code>DATE</code> | <code>EMAIL</code>. <code>ATTACHMENT</code> is not a supported reference type during task creation.</p>" 18435 }, 18436 "Description":{ 18437 "shape":"Description", 18438 "documentation":"<p>A description of the task that is shown to an agent in the Contact Control Panel (CCP).</p>" 18439 } 18440 } 18441 }, 18442 "StartWebRTCContactResponse":{ 18443 "type":"structure", 18444 "members":{ 18445 "ConnectionData":{ 18446 "shape":"ConnectionData", 18447 "documentation":"<p>Information required for the client application (mobile application or website) to connect to the call.</p>" 18448 }, 18449 "ContactId":{ 18450 "shape":"ContactId", 18451 "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. </p>" 18452 }, 18453 "ParticipantId":{ 18454 "shape":"ParticipantId", 18455 "documentation":"<p>The identifier for a contact participant. The <code>ParticipantId</code> for a contact participant is the same throughout the contact lifecycle.</p>" 18456 }, 18457 "ParticipantToken":{ 18458 "shape":"ParticipantToken", 18459 "documentation":"<p>The token used by the contact participant to call the <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html\">CreateParticipantConnection</a> API. The participant token is valid for the lifetime of a contact participant.</p>" 18460 } 18461 } 18462 }, 18463 "Statistic":{ 18464 "type":"string", 18465 "enum":[ 18466 "SUM", 18467 "MAX", 18468 "AVG" 18469 ] 18470 }, 18471 "StopContactRecordingRequest":{ 18472 "type":"structure", 18473 "required":[ 18474 "InstanceId", 18475 "ContactId", 18476 "InitialContactId" 18477 ], 18478 "members":{ 18479 "InstanceId":{ 18480 "shape":"InstanceId", 18481 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 18482 }, 18483 "ContactId":{ 18484 "shape":"ContactId", 18485 "documentation":"<p>The identifier of the contact.</p>" 18486 }, 18487 "InitialContactId":{ 18488 "shape":"ContactId", 18489 "documentation":"<p>The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.</p>" 18490 } 18491 } 18492 }, 18493 "StopContactRecordingResponse":{ 18494 "type":"structure", 18495 "members":{ 18496 } 18497 }, 18498 "StopContactRequest":{ 18499 "type":"structure", 18500 "required":[ 18501 "ContactId", 18502 "InstanceId" 18503 ], 18504 "members":{ 18505 "ContactId":{ 18506 "shape":"ContactId", 18507 "documentation":"<p>The ID of the contact.</p>" 18508 }, 18509 "InstanceId":{ 18510 "shape":"InstanceId", 18511 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 18512 }, 18513 "DisconnectReason":{ 18514 "shape":"DisconnectReason", 18515 "documentation":"<p>The reason a contact can be disconnected. Only Amazon Connect outbound campaigns can provide this field.</p>" 18516 } 18517 } 18518 }, 18519 "StopContactResponse":{ 18520 "type":"structure", 18521 "members":{ 18522 } 18523 }, 18524 "StopContactStreamingRequest":{ 18525 "type":"structure", 18526 "required":[ 18527 "InstanceId", 18528 "ContactId", 18529 "StreamingId" 18530 ], 18531 "members":{ 18532 "InstanceId":{ 18533 "shape":"InstanceId", 18534 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 18535 }, 18536 "ContactId":{ 18537 "shape":"ContactId", 18538 "documentation":"<p>The identifier of the contact. This is the identifier of the contact that is associated with the first interaction with the contact center.</p>" 18539 }, 18540 "StreamingId":{ 18541 "shape":"StreamingId", 18542 "documentation":"<p>The identifier of the streaming configuration enabled. </p>" 18543 } 18544 } 18545 }, 18546 "StopContactStreamingResponse":{ 18547 "type":"structure", 18548 "members":{ 18549 } 18550 }, 18551 "StorageType":{ 18552 "type":"string", 18553 "enum":[ 18554 "S3", 18555 "KINESIS_VIDEO_STREAM", 18556 "KINESIS_STREAM", 18557 "KINESIS_FIREHOSE" 18558 ] 18559 }, 18560 "StreamingId":{ 18561 "type":"string", 18562 "max":100, 18563 "min":1 18564 }, 18565 "String":{"type":"string"}, 18566 "StringComparisonType":{ 18567 "type":"string", 18568 "enum":[ 18569 "STARTS_WITH", 18570 "CONTAINS", 18571 "EXACT" 18572 ] 18573 }, 18574 "StringCondition":{ 18575 "type":"structure", 18576 "members":{ 18577 "FieldName":{ 18578 "shape":"String", 18579 "documentation":"<p>The name of the field in the string condition.</p>" 18580 }, 18581 "Value":{ 18582 "shape":"String", 18583 "documentation":"<p>The value of the string.</p>" 18584 }, 18585 "ComparisonType":{ 18586 "shape":"StringComparisonType", 18587 "documentation":"<p>The type of comparison to be made when evaluating the string condition.</p>" 18588 } 18589 }, 18590 "documentation":"<p>A leaf node condition which can be used to specify a string condition.</p> <note> <p>The currently supported values for <code>FieldName</code> are <code>name</code> and <code>description</code>.</p> </note>" 18591 }, 18592 "StringReference":{ 18593 "type":"structure", 18594 "members":{ 18595 "Name":{ 18596 "shape":"ReferenceKey", 18597 "documentation":"<p>Identifier of the string reference.</p>" 18598 }, 18599 "Value":{ 18600 "shape":"ReferenceValue", 18601 "documentation":"<p>A valid string.</p>" 18602 } 18603 }, 18604 "documentation":"<p>Information about a reference when the <code>referenceType</code> is <code>STRING</code>. Otherwise, null.</p>" 18605 }, 18606 "Subject":{ 18607 "type":"string", 18608 "max":200, 18609 "min":1 18610 }, 18611 "SubmitContactEvaluationRequest":{ 18612 "type":"structure", 18613 "required":[ 18614 "InstanceId", 18615 "EvaluationId" 18616 ], 18617 "members":{ 18618 "InstanceId":{ 18619 "shape":"InstanceId", 18620 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 18621 "location":"uri", 18622 "locationName":"InstanceId" 18623 }, 18624 "EvaluationId":{ 18625 "shape":"ResourceId", 18626 "documentation":"<p>A unique identifier for the contact evaluation.</p>", 18627 "location":"uri", 18628 "locationName":"EvaluationId" 18629 }, 18630 "Answers":{ 18631 "shape":"EvaluationAnswersInputMap", 18632 "documentation":"<p>A map of question identifiers to answer value.</p>" 18633 }, 18634 "Notes":{ 18635 "shape":"EvaluationNotesMap", 18636 "documentation":"<p>A map of question identifiers to note value.</p>" 18637 } 18638 } 18639 }, 18640 "SubmitContactEvaluationResponse":{ 18641 "type":"structure", 18642 "required":[ 18643 "EvaluationId", 18644 "EvaluationArn" 18645 ], 18646 "members":{ 18647 "EvaluationId":{ 18648 "shape":"ResourceId", 18649 "documentation":"<p>A unique identifier for the contact evaluation.</p>" 18650 }, 18651 "EvaluationArn":{ 18652 "shape":"ARN", 18653 "documentation":"<p>The Amazon Resource Name (ARN) for the contact evaluation resource.</p>" 18654 } 18655 } 18656 }, 18657 "Subtype":{ 18658 "type":"string", 18659 "max":100, 18660 "min":1 18661 }, 18662 "SuccessfulRequest":{ 18663 "type":"structure", 18664 "members":{ 18665 "RequestIdentifier":{ 18666 "shape":"RequestIdentifier", 18667 "documentation":"<p>Request identifier provided in the API call in the ContactDataRequest to create a contact.</p>" 18668 }, 18669 "ContactId":{ 18670 "shape":"ContactId", 18671 "documentation":"<p>The contactId of the contact that was created successfully.</p>" 18672 } 18673 }, 18674 "documentation":"<p>Request for which contact was successfully created.</p>" 18675 }, 18676 "SuccessfulRequestList":{ 18677 "type":"list", 18678 "member":{"shape":"SuccessfulRequest"} 18679 }, 18680 "SupportedMessagingContentType":{ 18681 "type":"string", 18682 "max":100, 18683 "min":1 18684 }, 18685 "SupportedMessagingContentTypes":{ 18686 "type":"list", 18687 "member":{"shape":"SupportedMessagingContentType"} 18688 }, 18689 "SuspendContactRecordingRequest":{ 18690 "type":"structure", 18691 "required":[ 18692 "InstanceId", 18693 "ContactId", 18694 "InitialContactId" 18695 ], 18696 "members":{ 18697 "InstanceId":{ 18698 "shape":"InstanceId", 18699 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 18700 }, 18701 "ContactId":{ 18702 "shape":"ContactId", 18703 "documentation":"<p>The identifier of the contact.</p>" 18704 }, 18705 "InitialContactId":{ 18706 "shape":"ContactId", 18707 "documentation":"<p>The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.</p>" 18708 } 18709 } 18710 }, 18711 "SuspendContactRecordingResponse":{ 18712 "type":"structure", 18713 "members":{ 18714 } 18715 }, 18716 "TagAndConditionList":{ 18717 "type":"list", 18718 "member":{"shape":"TagCondition"} 18719 }, 18720 "TagCondition":{ 18721 "type":"structure", 18722 "members":{ 18723 "TagKey":{ 18724 "shape":"String", 18725 "documentation":"<p>The tag key in the tag condition.</p>" 18726 }, 18727 "TagValue":{ 18728 "shape":"String", 18729 "documentation":"<p>The tag value in the tag condition.</p>" 18730 } 18731 }, 18732 "documentation":"<p>A leaf node condition which can be used to specify a tag condition, for example, <code>HAVE BPO = 123</code>. </p>" 18733 }, 18734 "TagContactRequest":{ 18735 "type":"structure", 18736 "required":[ 18737 "ContactId", 18738 "InstanceId", 18739 "Tags" 18740 ], 18741 "members":{ 18742 "ContactId":{ 18743 "shape":"ContactId", 18744 "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. </p>" 18745 }, 18746 "InstanceId":{ 18747 "shape":"InstanceId", 18748 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 18749 }, 18750 "Tags":{ 18751 "shape":"ContactTagMap", 18752 "documentation":"<p>The tags to be assigned to the contact resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p> <note> <p>Authorization is not supported by this tag.</p> </note>" 18753 } 18754 } 18755 }, 18756 "TagContactResponse":{ 18757 "type":"structure", 18758 "members":{ 18759 } 18760 }, 18761 "TagKey":{ 18762 "type":"string", 18763 "max":128, 18764 "min":1, 18765 "pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$" 18766 }, 18767 "TagKeyList":{ 18768 "type":"list", 18769 "member":{"shape":"TagKey"}, 18770 "max":50, 18771 "min":1 18772 }, 18773 "TagKeyString":{ 18774 "type":"string", 18775 "max":128 18776 }, 18777 "TagMap":{ 18778 "type":"map", 18779 "key":{"shape":"TagKey"}, 18780 "value":{"shape":"TagValue"}, 18781 "max":50, 18782 "min":1 18783 }, 18784 "TagOrConditionList":{ 18785 "type":"list", 18786 "member":{"shape":"TagAndConditionList"} 18787 }, 18788 "TagResourceRequest":{ 18789 "type":"structure", 18790 "required":[ 18791 "resourceArn", 18792 "tags" 18793 ], 18794 "members":{ 18795 "resourceArn":{ 18796 "shape":"ARN", 18797 "documentation":"<p>The Amazon Resource Name (ARN) of the resource.</p>", 18798 "location":"uri", 18799 "locationName":"resourceArn" 18800 }, 18801 "tags":{ 18802 "shape":"TagMap", 18803 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 18804 } 18805 } 18806 }, 18807 "TagRestrictedResourceList":{ 18808 "type":"list", 18809 "member":{"shape":"TagRestrictedResourceName"}, 18810 "max":10 18811 }, 18812 "TagRestrictedResourceName":{ 18813 "type":"string", 18814 "max":128, 18815 "min":1 18816 }, 18817 "TagSearchCondition":{ 18818 "type":"structure", 18819 "members":{ 18820 "tagKey":{ 18821 "shape":"TagKeyString", 18822 "documentation":"<p>The tag key used in the tag search condition.</p>" 18823 }, 18824 "tagValue":{ 18825 "shape":"TagValueString", 18826 "documentation":"<p>The tag value used in the tag search condition.</p>" 18827 }, 18828 "tagKeyComparisonType":{ 18829 "shape":"StringComparisonType", 18830 "documentation":"<p>The type of comparison to be made when evaluating the tag key in tag search condition.</p>" 18831 }, 18832 "tagValueComparisonType":{ 18833 "shape":"StringComparisonType", 18834 "documentation":"<p>The type of comparison to be made when evaluating the tag value in tag search condition.</p>" 18835 } 18836 }, 18837 "documentation":"<p>The search criteria to be used to return tags.</p>" 18838 }, 18839 "TagSet":{ 18840 "type":"structure", 18841 "members":{ 18842 "key":{ 18843 "shape":"TagKey", 18844 "documentation":"<p>The tag key in the tagSet.</p>" 18845 }, 18846 "value":{ 18847 "shape":"TagValue", 18848 "documentation":"<p>The tag value in the tagSet.</p>" 18849 } 18850 }, 18851 "documentation":"<p>A tag set contains tag key and tag value.</p>" 18852 }, 18853 "TagValue":{ 18854 "type":"string", 18855 "max":256 18856 }, 18857 "TagValueString":{ 18858 "type":"string", 18859 "max":256 18860 }, 18861 "TagsList":{ 18862 "type":"list", 18863 "member":{"shape":"TagSet"} 18864 }, 18865 "TaskActionDefinition":{ 18866 "type":"structure", 18867 "required":[ 18868 "Name", 18869 "ContactFlowId" 18870 ], 18871 "members":{ 18872 "Name":{ 18873 "shape":"TaskNameExpression", 18874 "documentation":"<p>The name. Supports variable injection. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html\">JSONPath reference</a> in the <i>Amazon Connect Administrators Guide</i>.</p>" 18875 }, 18876 "Description":{ 18877 "shape":"TaskDescriptionExpression", 18878 "documentation":"<p>The description. Supports variable injection. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html\">JSONPath reference</a> in the <i>Amazon Connect Administrators Guide</i>.</p>" 18879 }, 18880 "ContactFlowId":{ 18881 "shape":"ContactFlowId", 18882 "documentation":"<p>The identifier of the flow.</p>" 18883 }, 18884 "References":{ 18885 "shape":"ContactReferences", 18886 "documentation":"<p>Information about the reference when the <code>referenceType</code> is <code>URL</code>. Otherwise, null. (Supports variable injection in the <code>Value</code> field.)</p>" 18887 } 18888 }, 18889 "documentation":"<p>Information about the task action.</p>" 18890 }, 18891 "TaskDescriptionExpression":{ 18892 "type":"string", 18893 "max":4096, 18894 "min":0 18895 }, 18896 "TaskNameExpression":{ 18897 "type":"string", 18898 "max":512, 18899 "min":1 18900 }, 18901 "TaskTemplateArn":{ 18902 "type":"string", 18903 "max":500, 18904 "min":1 18905 }, 18906 "TaskTemplateConstraints":{ 18907 "type":"structure", 18908 "members":{ 18909 "RequiredFields":{ 18910 "shape":"RequiredTaskTemplateFields", 18911 "documentation":"<p>Lists the fields that are required to be filled by agents.</p>" 18912 }, 18913 "ReadOnlyFields":{ 18914 "shape":"ReadOnlyTaskTemplateFields", 18915 "documentation":"<p>Lists the fields that are read-only to agents, and cannot be edited.</p>" 18916 }, 18917 "InvisibleFields":{ 18918 "shape":"InvisibleTaskTemplateFields", 18919 "documentation":"<p>Lists the fields that are invisible to agents.</p>" 18920 } 18921 }, 18922 "documentation":"<p>Describes constraints that apply to the template fields.</p>" 18923 }, 18924 "TaskTemplateDefaultFieldValue":{ 18925 "type":"structure", 18926 "members":{ 18927 "Id":{ 18928 "shape":"TaskTemplateFieldIdentifier", 18929 "documentation":"<p>Identifier of a field. </p>" 18930 }, 18931 "DefaultValue":{ 18932 "shape":"TaskTemplateFieldValue", 18933 "documentation":"<p>Default value for the field.</p>" 18934 } 18935 }, 18936 "documentation":"<p>Describes a default field and its corresponding value.</p>" 18937 }, 18938 "TaskTemplateDefaultFieldValueList":{ 18939 "type":"list", 18940 "member":{"shape":"TaskTemplateDefaultFieldValue"} 18941 }, 18942 "TaskTemplateDefaults":{ 18943 "type":"structure", 18944 "members":{ 18945 "DefaultFieldValues":{ 18946 "shape":"TaskTemplateDefaultFieldValueList", 18947 "documentation":"<p>Default value for the field.</p>" 18948 } 18949 }, 18950 "documentation":"<p>Describes default values for fields on a template.</p>" 18951 }, 18952 "TaskTemplateDescription":{ 18953 "type":"string", 18954 "max":255, 18955 "min":1 18956 }, 18957 "TaskTemplateField":{ 18958 "type":"structure", 18959 "required":["Id"], 18960 "members":{ 18961 "Id":{ 18962 "shape":"TaskTemplateFieldIdentifier", 18963 "documentation":"<p>The unique identifier for the field.</p>" 18964 }, 18965 "Description":{ 18966 "shape":"TaskTemplateFieldDescription", 18967 "documentation":"<p>The description of the field.</p>" 18968 }, 18969 "Type":{ 18970 "shape":"TaskTemplateFieldType", 18971 "documentation":"<p>Indicates the type of field.</p>" 18972 }, 18973 "SingleSelectOptions":{ 18974 "shape":"SingleSelectOptions", 18975 "documentation":"<p>A list of options for a single select field.</p>" 18976 } 18977 }, 18978 "documentation":"<p>Describes a single task template field.</p>" 18979 }, 18980 "TaskTemplateFieldDescription":{ 18981 "type":"string", 18982 "max":255, 18983 "min":1 18984 }, 18985 "TaskTemplateFieldIdentifier":{ 18986 "type":"structure", 18987 "members":{ 18988 "Name":{ 18989 "shape":"TaskTemplateFieldName", 18990 "documentation":"<p>The name of the task template field.</p>" 18991 } 18992 }, 18993 "documentation":"<p>The identifier of the task template field.</p>" 18994 }, 18995 "TaskTemplateFieldName":{ 18996 "type":"string", 18997 "max":100, 18998 "min":1 18999 }, 19000 "TaskTemplateFieldType":{ 19001 "type":"string", 19002 "enum":[ 19003 "NAME", 19004 "DESCRIPTION", 19005 "SCHEDULED_TIME", 19006 "QUICK_CONNECT", 19007 "URL", 19008 "NUMBER", 19009 "TEXT", 19010 "TEXT_AREA", 19011 "DATE_TIME", 19012 "BOOLEAN", 19013 "SINGLE_SELECT", 19014 "EMAIL" 19015 ] 19016 }, 19017 "TaskTemplateFieldValue":{ 19018 "type":"string", 19019 "max":4096, 19020 "min":0 19021 }, 19022 "TaskTemplateFields":{ 19023 "type":"list", 19024 "member":{"shape":"TaskTemplateField"} 19025 }, 19026 "TaskTemplateId":{ 19027 "type":"string", 19028 "max":500, 19029 "min":1 19030 }, 19031 "TaskTemplateList":{ 19032 "type":"list", 19033 "member":{"shape":"TaskTemplateMetadata"} 19034 }, 19035 "TaskTemplateMetadata":{ 19036 "type":"structure", 19037 "members":{ 19038 "Id":{ 19039 "shape":"TaskTemplateId", 19040 "documentation":"<p>A unique identifier for the task template.</p>" 19041 }, 19042 "Arn":{ 19043 "shape":"TaskTemplateArn", 19044 "documentation":"<p>The Amazon Resource Name (ARN) of the task template.</p>" 19045 }, 19046 "Name":{ 19047 "shape":"TaskTemplateName", 19048 "documentation":"<p>The name of the task template.</p>" 19049 }, 19050 "Description":{ 19051 "shape":"TaskTemplateDescription", 19052 "documentation":"<p>The description of the task template.</p>" 19053 }, 19054 "Status":{ 19055 "shape":"TaskTemplateStatus", 19056 "documentation":"<p>Marks a template as <code>ACTIVE</code> or <code>INACTIVE</code> for a task to refer to it. Tasks can only be created from <code>ACTIVE</code> templates. If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created.</p>" 19057 }, 19058 "LastModifiedTime":{ 19059 "shape":"timestamp", 19060 "documentation":"<p>The timestamp when the task template was last modified.</p>" 19061 }, 19062 "CreatedTime":{ 19063 "shape":"timestamp", 19064 "documentation":"<p>The timestamp when the task template was created.</p>" 19065 } 19066 }, 19067 "documentation":"<p>Contains summary information about the task template.</p>" 19068 }, 19069 "TaskTemplateName":{ 19070 "type":"string", 19071 "max":100, 19072 "min":1 19073 }, 19074 "TaskTemplateSingleSelectOption":{ 19075 "type":"string", 19076 "max":100, 19077 "min":1 19078 }, 19079 "TaskTemplateStatus":{ 19080 "type":"string", 19081 "enum":[ 19082 "ACTIVE", 19083 "INACTIVE" 19084 ] 19085 }, 19086 "TelephonyConfig":{ 19087 "type":"structure", 19088 "required":["Distributions"], 19089 "members":{ 19090 "Distributions":{ 19091 "shape":"DistributionList", 19092 "documentation":"<p>Information about traffic distributions.</p>" 19093 } 19094 }, 19095 "documentation":"<p>The distribution of traffic between the instance and its replicas.</p>" 19096 }, 19097 "TemplateId":{ 19098 "type":"string", 19099 "max":500, 19100 "min":1 19101 }, 19102 "Threshold":{ 19103 "type":"structure", 19104 "members":{ 19105 "Comparison":{ 19106 "shape":"Comparison", 19107 "documentation":"<p>The type of comparison. Only \"less than\" (LT) comparisons are supported.</p>" 19108 }, 19109 "ThresholdValue":{ 19110 "shape":"ThresholdValue", 19111 "documentation":"<p>The threshold value to compare.</p>", 19112 "box":true 19113 } 19114 }, 19115 "documentation":"<p>Contains information about the threshold for service level metrics.</p>" 19116 }, 19117 "ThresholdCollections":{ 19118 "type":"list", 19119 "member":{"shape":"ThresholdV2"}, 19120 "max":1 19121 }, 19122 "ThresholdV2":{ 19123 "type":"structure", 19124 "members":{ 19125 "Comparison":{ 19126 "shape":"ResourceArnOrId", 19127 "documentation":"<p>The type of comparison. Only \"less than\" (LT) comparisons are supported.</p>" 19128 }, 19129 "ThresholdValue":{ 19130 "shape":"ThresholdValue", 19131 "documentation":"<p>The threshold value to compare.</p>", 19132 "box":true 19133 } 19134 }, 19135 "documentation":"<p>Contains information about the threshold for service level metrics.</p>" 19136 }, 19137 "ThresholdValue":{"type":"double"}, 19138 "ThrottlingException":{ 19139 "type":"structure", 19140 "members":{ 19141 "Message":{"shape":"Message"} 19142 }, 19143 "documentation":"<p>The throttling limit has been exceeded.</p>", 19144 "error":{"httpStatusCode":429}, 19145 "exception":true 19146 }, 19147 "TimeZone":{"type":"string"}, 19148 "TimerEligibleParticipantRoles":{ 19149 "type":"string", 19150 "enum":[ 19151 "CUSTOMER", 19152 "AGENT" 19153 ] 19154 }, 19155 "Timestamp":{"type":"timestamp"}, 19156 "TooManyRequestsException":{ 19157 "type":"structure", 19158 "members":{ 19159 "Message":{"shape":"Message"} 19160 }, 19161 "documentation":"<p>Displayed when rate-related API limits are exceeded.</p>", 19162 "error":{"httpStatusCode":429}, 19163 "exception":true 19164 }, 19165 "TotalCount":{"type":"long"}, 19166 "TotalPauseCount":{ 19167 "type":"integer", 19168 "max":10, 19169 "min":0 19170 }, 19171 "TotalPauseDurationInSeconds":{ 19172 "type":"integer", 19173 "min":0 19174 }, 19175 "TrafficDistributionGroup":{ 19176 "type":"structure", 19177 "members":{ 19178 "Id":{ 19179 "shape":"TrafficDistributionGroupId", 19180 "documentation":"<p>The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.</p>" 19181 }, 19182 "Arn":{ 19183 "shape":"TrafficDistributionGroupArn", 19184 "documentation":"<p>The Amazon Resource Name (ARN) of the traffic distribution group.</p>" 19185 }, 19186 "Name":{ 19187 "shape":"Name128", 19188 "documentation":"<p>The name of the traffic distribution group.</p>" 19189 }, 19190 "Description":{ 19191 "shape":"Description250", 19192 "documentation":"<p>The description of the traffic distribution group.</p>" 19193 }, 19194 "InstanceArn":{ 19195 "shape":"InstanceArn", 19196 "documentation":"<p>The Amazon Resource Name (ARN).</p>" 19197 }, 19198 "Status":{ 19199 "shape":"TrafficDistributionGroupStatus", 19200 "documentation":"<p>The status of the traffic distribution group.</p> <ul> <li> <p> <code>CREATION_IN_PROGRESS</code> means the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateTrafficDistributionGroup.html\">CreateTrafficDistributionGroup</a> operation is still in progress and has not yet completed.</p> </li> <li> <p> <code>ACTIVE</code> means the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateTrafficDistributionGroup.html\">CreateTrafficDistributionGroup</a> operation has succeeded.</p> </li> <li> <p> <code>CREATION_FAILED</code> indicates that the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateTrafficDistributionGroup.html\">CreateTrafficDistributionGroup</a> operation has failed.</p> </li> <li> <p> <code>PENDING_DELETION</code> means the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteTrafficDistributionGroup.html\">DeleteTrafficDistributionGroup</a> operation is still in progress and has not yet completed.</p> </li> <li> <p> <code>DELETION_FAILED</code> means the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteTrafficDistributionGroup.html\">DeleteTrafficDistributionGroup</a> operation has failed.</p> </li> <li> <p> <code>UPDATE_IN_PROGRESS</code> means the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdateTrafficDistribution.html\">UpdateTrafficDistribution</a> operation is still in progress and has not yet completed.</p> </li> </ul>" 19201 }, 19202 "Tags":{ 19203 "shape":"TagMap", 19204 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 19205 }, 19206 "IsDefault":{ 19207 "shape":"Boolean", 19208 "documentation":"<p>Whether this is the default traffic distribution group created during instance replication. The default traffic distribution group cannot be deleted by the <code>DeleteTrafficDistributionGroup</code> API. The default traffic distribution group is deleted as part of the process for deleting a replica.</p> <note> <p>The <code>SignInConfig</code> distribution is available only on a default <code>TrafficDistributionGroup</code> (see the <code>IsDefault</code> parameter in the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_TrafficDistributionGroup.html\">TrafficDistributionGroup</a> data type). If you call <code>UpdateTrafficDistribution</code> with a modified <code>SignInConfig</code> and a non-default <code>TrafficDistributionGroup</code>, an <code>InvalidRequestException</code> is returned.</p> </note>" 19209 } 19210 }, 19211 "documentation":"<p>Information about a traffic distribution group.</p>" 19212 }, 19213 "TrafficDistributionGroupArn":{ 19214 "type":"string", 19215 "pattern":"^arn:(aws|aws-us-gov):connect:[a-z]{2}-[a-z]+-[0-9]{1}:[0-9]{1,20}:traffic-distribution-group/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$" 19216 }, 19217 "TrafficDistributionGroupId":{ 19218 "type":"string", 19219 "pattern":"^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$" 19220 }, 19221 "TrafficDistributionGroupIdOrArn":{ 19222 "type":"string", 19223 "pattern":"^(arn:(aws|aws-us-gov):connect:[a-z]{2}-[a-z-]+-[0-9]{1}:[0-9]{1,20}:traffic-distribution-group/)?[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$" 19224 }, 19225 "TrafficDistributionGroupStatus":{ 19226 "type":"string", 19227 "enum":[ 19228 "CREATION_IN_PROGRESS", 19229 "ACTIVE", 19230 "CREATION_FAILED", 19231 "PENDING_DELETION", 19232 "DELETION_FAILED", 19233 "UPDATE_IN_PROGRESS" 19234 ] 19235 }, 19236 "TrafficDistributionGroupSummary":{ 19237 "type":"structure", 19238 "members":{ 19239 "Id":{ 19240 "shape":"TrafficDistributionGroupId", 19241 "documentation":"<p>The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.</p>" 19242 }, 19243 "Arn":{ 19244 "shape":"TrafficDistributionGroupArn", 19245 "documentation":"<p>The Amazon Resource Name (ARN) of the traffic distribution group.</p>" 19246 }, 19247 "Name":{ 19248 "shape":"Name128", 19249 "documentation":"<p>The name of the traffic distribution group.</p>" 19250 }, 19251 "InstanceArn":{ 19252 "shape":"InstanceArn", 19253 "documentation":"<p>The Amazon Resource Name (ARN) of the traffic distribution group.</p>" 19254 }, 19255 "Status":{ 19256 "shape":"TrafficDistributionGroupStatus", 19257 "documentation":"<p>The status of the traffic distribution group. </p> <ul> <li> <p> <code>CREATION_IN_PROGRESS</code> means the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateTrafficDistributionGroup.html\">CreateTrafficDistributionGroup</a> operation is still in progress and has not yet completed.</p> </li> <li> <p> <code>ACTIVE</code> means the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateTrafficDistributionGroup.html\">CreateTrafficDistributionGroup</a> operation has succeeded.</p> </li> <li> <p> <code>CREATION_FAILED</code> indicates that the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateTrafficDistributionGroup.html\">CreateTrafficDistributionGroup</a> operation has failed.</p> </li> <li> <p> <code>PENDING_DELETION</code> means the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteTrafficDistributionGroup.html\">DeleteTrafficDistributionGroup</a> operation is still in progress and has not yet completed.</p> </li> <li> <p> <code>DELETION_FAILED</code> means the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteTrafficDistributionGroup.html\">DeleteTrafficDistributionGroup</a> operation has failed.</p> </li> <li> <p> <code>UPDATE_IN_PROGRESS</code> means the previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdateTrafficDistributionGroup.html\">UpdateTrafficDistributionGroup</a> operation is still in progress and has not yet completed.</p> </li> </ul>" 19258 }, 19259 "IsDefault":{ 19260 "shape":"Boolean", 19261 "documentation":"<p>Whether this is the default traffic distribution group created during instance replication. The default traffic distribution group cannot be deleted by the <code>DeleteTrafficDistributionGroup</code> API. The default traffic distribution group is deleted as part of the process for deleting a replica.</p>" 19262 } 19263 }, 19264 "documentation":"<p>Information about traffic distribution groups.</p>" 19265 }, 19266 "TrafficDistributionGroupSummaryList":{ 19267 "type":"list", 19268 "member":{"shape":"TrafficDistributionGroupSummary"}, 19269 "max":10, 19270 "min":0 19271 }, 19272 "TrafficDistributionGroupUserSummary":{ 19273 "type":"structure", 19274 "members":{ 19275 "UserId":{ 19276 "shape":"UserId", 19277 "documentation":"<p>The identifier for the user. This can be the ID or the ARN of the user.</p>" 19278 } 19279 }, 19280 "documentation":"<p>Summary information about a traffic distribution group user.</p>" 19281 }, 19282 "TrafficDistributionGroupUserSummaryList":{ 19283 "type":"list", 19284 "member":{"shape":"TrafficDistributionGroupUserSummary"}, 19285 "max":10, 19286 "min":0 19287 }, 19288 "TrafficType":{ 19289 "type":"string", 19290 "enum":[ 19291 "GENERAL", 19292 "CAMPAIGN" 19293 ] 19294 }, 19295 "Transcript":{ 19296 "type":"structure", 19297 "required":["Criteria"], 19298 "members":{ 19299 "Criteria":{ 19300 "shape":"TranscriptCriteriaList", 19301 "documentation":"<p>The list of search criteria based on Contact Lens conversational analytics transcript.</p>" 19302 }, 19303 "MatchType":{ 19304 "shape":"SearchContactsMatchType", 19305 "documentation":"<p>The match type combining search criteria using multiple transcript criteria.</p>" 19306 } 19307 }, 19308 "documentation":"<p>A structure that defines search criteria and matching logic to search for contacts by matching text with transcripts analyzed by Amazon Connect Contact Lens.</p>" 19309 }, 19310 "TranscriptCriteria":{ 19311 "type":"structure", 19312 "required":[ 19313 "ParticipantRole", 19314 "SearchText", 19315 "MatchType" 19316 ], 19317 "members":{ 19318 "ParticipantRole":{ 19319 "shape":"ParticipantRole", 19320 "documentation":"<p>The participant role in a transcript</p>" 19321 }, 19322 "SearchText":{ 19323 "shape":"SearchTextList", 19324 "documentation":"<p>The words or phrases used to search within a transcript.</p>" 19325 }, 19326 "MatchType":{ 19327 "shape":"SearchContactsMatchType", 19328 "documentation":"<p>The match type combining search criteria using multiple search texts in a transcript criteria.</p>" 19329 } 19330 }, 19331 "documentation":"<p>A structure that defines search criteria base on words or phrases, participants in the Contact Lens conversational analytics transcript.</p>" 19332 }, 19333 "TranscriptCriteriaList":{ 19334 "type":"list", 19335 "member":{"shape":"TranscriptCriteria"}, 19336 "max":6, 19337 "min":0 19338 }, 19339 "TransferContactRequest":{ 19340 "type":"structure", 19341 "required":[ 19342 "InstanceId", 19343 "ContactId", 19344 "ContactFlowId" 19345 ], 19346 "members":{ 19347 "InstanceId":{ 19348 "shape":"InstanceId", 19349 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 19350 }, 19351 "ContactId":{ 19352 "shape":"ContactId", 19353 "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. </p>" 19354 }, 19355 "QueueId":{ 19356 "shape":"QueueId", 19357 "documentation":"<p>The identifier for the queue.</p>" 19358 }, 19359 "UserId":{ 19360 "shape":"AgentResourceId", 19361 "documentation":"<p>The identifier for the user. This can be the ID or the ARN of the user.</p>" 19362 }, 19363 "ContactFlowId":{ 19364 "shape":"ContactFlowId", 19365 "documentation":"<p>The identifier of the flow.</p>" 19366 }, 19367 "ClientToken":{ 19368 "shape":"ClientToken", 19369 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 19370 "idempotencyToken":true 19371 } 19372 } 19373 }, 19374 "TransferContactResponse":{ 19375 "type":"structure", 19376 "members":{ 19377 "ContactId":{ 19378 "shape":"ContactId", 19379 "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. </p>" 19380 }, 19381 "ContactArn":{ 19382 "shape":"ARN", 19383 "documentation":"<p>The Amazon Resource Name (ARN) of the contact.</p>" 19384 } 19385 } 19386 }, 19387 "URI":{ 19388 "type":"string", 19389 "max":2000, 19390 "min":1 19391 }, 19392 "Unit":{ 19393 "type":"string", 19394 "enum":[ 19395 "SECONDS", 19396 "COUNT", 19397 "PERCENT" 19398 ] 19399 }, 19400 "UntagContactRequest":{ 19401 "type":"structure", 19402 "required":[ 19403 "ContactId", 19404 "InstanceId", 19405 "TagKeys" 19406 ], 19407 "members":{ 19408 "ContactId":{ 19409 "shape":"ContactId", 19410 "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. </p>", 19411 "location":"uri", 19412 "locationName":"ContactId" 19413 }, 19414 "InstanceId":{ 19415 "shape":"InstanceId", 19416 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 19417 "location":"uri", 19418 "locationName":"InstanceId" 19419 }, 19420 "TagKeys":{ 19421 "shape":"ContactTagKeys", 19422 "documentation":"<p>A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.</p>", 19423 "location":"querystring", 19424 "locationName":"TagKeys" 19425 } 19426 } 19427 }, 19428 "UntagContactResponse":{ 19429 "type":"structure", 19430 "members":{ 19431 } 19432 }, 19433 "UntagResourceRequest":{ 19434 "type":"structure", 19435 "required":[ 19436 "resourceArn", 19437 "tagKeys" 19438 ], 19439 "members":{ 19440 "resourceArn":{ 19441 "shape":"ARN", 19442 "documentation":"<p>The Amazon Resource Name (ARN) of the resource.</p>", 19443 "location":"uri", 19444 "locationName":"resourceArn" 19445 }, 19446 "tagKeys":{ 19447 "shape":"TagKeyList", 19448 "documentation":"<p>The tag keys.</p>", 19449 "location":"querystring", 19450 "locationName":"tagKeys" 19451 } 19452 } 19453 }, 19454 "UpdateAgentStatusDescription":{ 19455 "type":"string", 19456 "max":250, 19457 "min":0 19458 }, 19459 "UpdateAgentStatusRequest":{ 19460 "type":"structure", 19461 "required":[ 19462 "InstanceId", 19463 "AgentStatusId" 19464 ], 19465 "members":{ 19466 "InstanceId":{ 19467 "shape":"InstanceId", 19468 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 19469 "location":"uri", 19470 "locationName":"InstanceId" 19471 }, 19472 "AgentStatusId":{ 19473 "shape":"AgentStatusId", 19474 "documentation":"<p>The identifier of the agent status.</p>", 19475 "location":"uri", 19476 "locationName":"AgentStatusId" 19477 }, 19478 "Name":{ 19479 "shape":"AgentStatusName", 19480 "documentation":"<p>The name of the agent status.</p>" 19481 }, 19482 "Description":{ 19483 "shape":"UpdateAgentStatusDescription", 19484 "documentation":"<p>The description of the agent status.</p>" 19485 }, 19486 "State":{ 19487 "shape":"AgentStatusState", 19488 "documentation":"<p>The state of the agent status.</p>" 19489 }, 19490 "DisplayOrder":{ 19491 "shape":"AgentStatusOrderNumber", 19492 "documentation":"<p>The display order of the agent status.</p>", 19493 "box":true 19494 }, 19495 "ResetOrderNumber":{ 19496 "shape":"Boolean", 19497 "documentation":"<p>A number indicating the reset order of the agent status.</p>" 19498 } 19499 } 19500 }, 19501 "UpdateCaseActionDefinition":{ 19502 "type":"structure", 19503 "required":["Fields"], 19504 "members":{ 19505 "Fields":{ 19506 "shape":"FieldValues", 19507 "documentation":"<p>An array of objects with <code>Field ID</code> and Value data.</p>" 19508 } 19509 }, 19510 "documentation":"<p>The <code>UpdateCase</code> action definition.</p>" 19511 }, 19512 "UpdateContactAttributesRequest":{ 19513 "type":"structure", 19514 "required":[ 19515 "InitialContactId", 19516 "InstanceId", 19517 "Attributes" 19518 ], 19519 "members":{ 19520 "InitialContactId":{ 19521 "shape":"ContactId", 19522 "documentation":"<p>The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.</p>" 19523 }, 19524 "InstanceId":{ 19525 "shape":"InstanceId", 19526 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 19527 }, 19528 "Attributes":{ 19529 "shape":"Attributes", 19530 "documentation":"<p>The Amazon Connect attributes. These attributes can be accessed in flows just like any other contact attributes.</p> <p>You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys can include only alphanumeric, dash, and underscore characters.</p>" 19531 } 19532 } 19533 }, 19534 "UpdateContactAttributesResponse":{ 19535 "type":"structure", 19536 "members":{ 19537 } 19538 }, 19539 "UpdateContactEvaluationRequest":{ 19540 "type":"structure", 19541 "required":[ 19542 "InstanceId", 19543 "EvaluationId" 19544 ], 19545 "members":{ 19546 "InstanceId":{ 19547 "shape":"InstanceId", 19548 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 19549 "location":"uri", 19550 "locationName":"InstanceId" 19551 }, 19552 "EvaluationId":{ 19553 "shape":"ResourceId", 19554 "documentation":"<p>A unique identifier for the contact evaluation.</p>", 19555 "location":"uri", 19556 "locationName":"EvaluationId" 19557 }, 19558 "Answers":{ 19559 "shape":"EvaluationAnswersInputMap", 19560 "documentation":"<p>A map of question identifiers to answer value.</p>" 19561 }, 19562 "Notes":{ 19563 "shape":"EvaluationNotesMap", 19564 "documentation":"<p>A map of question identifiers to note value.</p>" 19565 } 19566 } 19567 }, 19568 "UpdateContactEvaluationResponse":{ 19569 "type":"structure", 19570 "required":[ 19571 "EvaluationId", 19572 "EvaluationArn" 19573 ], 19574 "members":{ 19575 "EvaluationId":{ 19576 "shape":"ResourceId", 19577 "documentation":"<p>A unique identifier for the contact evaluation.</p>" 19578 }, 19579 "EvaluationArn":{ 19580 "shape":"ARN", 19581 "documentation":"<p>The Amazon Resource Name (ARN) for the contact evaluation resource.</p>" 19582 } 19583 } 19584 }, 19585 "UpdateContactFlowContentRequest":{ 19586 "type":"structure", 19587 "required":[ 19588 "InstanceId", 19589 "ContactFlowId", 19590 "Content" 19591 ], 19592 "members":{ 19593 "InstanceId":{ 19594 "shape":"InstanceId", 19595 "documentation":"<p>The identifier of the Amazon Connect instance.</p>", 19596 "location":"uri", 19597 "locationName":"InstanceId" 19598 }, 19599 "ContactFlowId":{ 19600 "shape":"ContactFlowId", 19601 "documentation":"<p>The identifier of the flow.</p>", 19602 "location":"uri", 19603 "locationName":"ContactFlowId" 19604 }, 19605 "Content":{ 19606 "shape":"ContactFlowContent", 19607 "documentation":"<p>The JSON string that represents the content of the flow. For an example, see <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html\">Example flow in Amazon Connect Flow language</a>. </p> <p>Length Constraints: Minimum length of 1. Maximum length of 256000.</p>" 19608 } 19609 } 19610 }, 19611 "UpdateContactFlowContentResponse":{ 19612 "type":"structure", 19613 "members":{ 19614 } 19615 }, 19616 "UpdateContactFlowMetadataRequest":{ 19617 "type":"structure", 19618 "required":[ 19619 "InstanceId", 19620 "ContactFlowId" 19621 ], 19622 "members":{ 19623 "InstanceId":{ 19624 "shape":"InstanceId", 19625 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 19626 "location":"uri", 19627 "locationName":"InstanceId" 19628 }, 19629 "ContactFlowId":{ 19630 "shape":"ContactFlowId", 19631 "documentation":"<p>The identifier of the flow.</p>", 19632 "location":"uri", 19633 "locationName":"ContactFlowId" 19634 }, 19635 "Name":{ 19636 "shape":"ContactFlowName", 19637 "documentation":"<p>The name of the flow.</p>" 19638 }, 19639 "Description":{ 19640 "shape":"ContactFlowDescription", 19641 "documentation":"<p>The description of the flow.</p>" 19642 }, 19643 "ContactFlowState":{ 19644 "shape":"ContactFlowState", 19645 "documentation":"<p>The state of flow.</p>" 19646 } 19647 } 19648 }, 19649 "UpdateContactFlowMetadataResponse":{ 19650 "type":"structure", 19651 "members":{ 19652 } 19653 }, 19654 "UpdateContactFlowModuleContentRequest":{ 19655 "type":"structure", 19656 "required":[ 19657 "InstanceId", 19658 "ContactFlowModuleId", 19659 "Content" 19660 ], 19661 "members":{ 19662 "InstanceId":{ 19663 "shape":"InstanceId", 19664 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 19665 "location":"uri", 19666 "locationName":"InstanceId" 19667 }, 19668 "ContactFlowModuleId":{ 19669 "shape":"ContactFlowModuleId", 19670 "documentation":"<p>The identifier of the flow module.</p>", 19671 "location":"uri", 19672 "locationName":"ContactFlowModuleId" 19673 }, 19674 "Content":{ 19675 "shape":"ContactFlowModuleContent", 19676 "documentation":"<p>The JSON string that represents the content of the flow. For an example, see <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html\">Example flow in Amazon Connect Flow language</a>. </p>" 19677 } 19678 } 19679 }, 19680 "UpdateContactFlowModuleContentResponse":{ 19681 "type":"structure", 19682 "members":{ 19683 } 19684 }, 19685 "UpdateContactFlowModuleMetadataRequest":{ 19686 "type":"structure", 19687 "required":[ 19688 "InstanceId", 19689 "ContactFlowModuleId" 19690 ], 19691 "members":{ 19692 "InstanceId":{ 19693 "shape":"InstanceId", 19694 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 19695 "location":"uri", 19696 "locationName":"InstanceId" 19697 }, 19698 "ContactFlowModuleId":{ 19699 "shape":"ContactFlowModuleId", 19700 "documentation":"<p>The identifier of the flow module.</p>", 19701 "location":"uri", 19702 "locationName":"ContactFlowModuleId" 19703 }, 19704 "Name":{ 19705 "shape":"ContactFlowModuleName", 19706 "documentation":"<p>The name of the flow module.</p>" 19707 }, 19708 "Description":{ 19709 "shape":"ContactFlowModuleDescription", 19710 "documentation":"<p>The description of the flow module.</p>" 19711 }, 19712 "State":{ 19713 "shape":"ContactFlowModuleState", 19714 "documentation":"<p>The state of flow module.</p>" 19715 } 19716 } 19717 }, 19718 "UpdateContactFlowModuleMetadataResponse":{ 19719 "type":"structure", 19720 "members":{ 19721 } 19722 }, 19723 "UpdateContactFlowNameRequest":{ 19724 "type":"structure", 19725 "required":[ 19726 "InstanceId", 19727 "ContactFlowId" 19728 ], 19729 "members":{ 19730 "InstanceId":{ 19731 "shape":"InstanceId", 19732 "documentation":"<p>The identifier of the Amazon Connect instance.</p>", 19733 "location":"uri", 19734 "locationName":"InstanceId" 19735 }, 19736 "ContactFlowId":{ 19737 "shape":"ContactFlowId", 19738 "documentation":"<p>The identifier of the flow.</p>", 19739 "location":"uri", 19740 "locationName":"ContactFlowId" 19741 }, 19742 "Name":{ 19743 "shape":"ContactFlowName", 19744 "documentation":"<p>The name of the flow.</p>" 19745 }, 19746 "Description":{ 19747 "shape":"ContactFlowDescription", 19748 "documentation":"<p>The description of the flow.</p>" 19749 } 19750 } 19751 }, 19752 "UpdateContactFlowNameResponse":{ 19753 "type":"structure", 19754 "members":{ 19755 } 19756 }, 19757 "UpdateContactRequest":{ 19758 "type":"structure", 19759 "required":[ 19760 "InstanceId", 19761 "ContactId" 19762 ], 19763 "members":{ 19764 "InstanceId":{ 19765 "shape":"InstanceId", 19766 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 19767 "location":"uri", 19768 "locationName":"InstanceId" 19769 }, 19770 "ContactId":{ 19771 "shape":"ContactId", 19772 "documentation":"<p>The identifier of the contact. This is the identifier of the contact associated with the first interaction with your contact center.</p>", 19773 "location":"uri", 19774 "locationName":"ContactId" 19775 }, 19776 "Name":{ 19777 "shape":"Name", 19778 "documentation":"<p>The name of the contact.</p>" 19779 }, 19780 "Description":{ 19781 "shape":"Description", 19782 "documentation":"<p>The description of the contact.</p>" 19783 }, 19784 "References":{ 19785 "shape":"ContactReferences", 19786 "documentation":"<p>Well-formed data on contact, shown to agents on Contact Control Panel (CCP).</p>" 19787 } 19788 } 19789 }, 19790 "UpdateContactResponse":{ 19791 "type":"structure", 19792 "members":{ 19793 } 19794 }, 19795 "UpdateContactRoutingDataRequest":{ 19796 "type":"structure", 19797 "required":[ 19798 "InstanceId", 19799 "ContactId" 19800 ], 19801 "members":{ 19802 "InstanceId":{ 19803 "shape":"InstanceId", 19804 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 19805 "location":"uri", 19806 "locationName":"InstanceId" 19807 }, 19808 "ContactId":{ 19809 "shape":"ContactId", 19810 "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. </p>", 19811 "location":"uri", 19812 "locationName":"ContactId" 19813 }, 19814 "QueueTimeAdjustmentSeconds":{ 19815 "shape":"QueueTimeAdjustmentSeconds", 19816 "documentation":"<p>The number of seconds to add or subtract from the contact's routing age. Contacts are routed to agents on a first-come, first-serve basis. This means that changing their amount of time in queue compared to others also changes their position in queue.</p>" 19817 }, 19818 "QueuePriority":{ 19819 "shape":"QueuePriority", 19820 "documentation":"<p>Priority of the contact in the queue. The default priority for new contacts is 5. You can raise the priority of a contact compared to other contacts in the queue by assigning them a higher priority, such as 1 or 2.</p>" 19821 } 19822 } 19823 }, 19824 "UpdateContactRoutingDataResponse":{ 19825 "type":"structure", 19826 "members":{ 19827 } 19828 }, 19829 "UpdateContactScheduleRequest":{ 19830 "type":"structure", 19831 "required":[ 19832 "InstanceId", 19833 "ContactId", 19834 "ScheduledTime" 19835 ], 19836 "members":{ 19837 "InstanceId":{ 19838 "shape":"InstanceId", 19839 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 19840 }, 19841 "ContactId":{ 19842 "shape":"ContactId", 19843 "documentation":"<p>The identifier of the contact.</p>" 19844 }, 19845 "ScheduledTime":{ 19846 "shape":"Timestamp", 19847 "documentation":"<p>The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled time cannot be in the past. It must be within up to 6 days in future. </p>" 19848 } 19849 } 19850 }, 19851 "UpdateContactScheduleResponse":{ 19852 "type":"structure", 19853 "members":{ 19854 } 19855 }, 19856 "UpdateEvaluationFormRequest":{ 19857 "type":"structure", 19858 "required":[ 19859 "InstanceId", 19860 "EvaluationFormId", 19861 "EvaluationFormVersion", 19862 "Title", 19863 "Items" 19864 ], 19865 "members":{ 19866 "InstanceId":{ 19867 "shape":"InstanceId", 19868 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 19869 "location":"uri", 19870 "locationName":"InstanceId" 19871 }, 19872 "EvaluationFormId":{ 19873 "shape":"ResourceId", 19874 "documentation":"<p>The unique identifier for the evaluation form.</p>", 19875 "location":"uri", 19876 "locationName":"EvaluationFormId" 19877 }, 19878 "EvaluationFormVersion":{ 19879 "shape":"VersionNumber", 19880 "documentation":"<p>A version of the evaluation form to update.</p>" 19881 }, 19882 "CreateNewVersion":{ 19883 "shape":"BoxedBoolean", 19884 "documentation":"<p>A flag indicating whether the operation must create a new version.</p>", 19885 "box":true 19886 }, 19887 "Title":{ 19888 "shape":"EvaluationFormTitle", 19889 "documentation":"<p>A title of the evaluation form.</p>" 19890 }, 19891 "Description":{ 19892 "shape":"EvaluationFormDescription", 19893 "documentation":"<p>The description of the evaluation form.</p>" 19894 }, 19895 "Items":{ 19896 "shape":"EvaluationFormItemsList", 19897 "documentation":"<p>Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.</p>" 19898 }, 19899 "ScoringStrategy":{ 19900 "shape":"EvaluationFormScoringStrategy", 19901 "documentation":"<p>A scoring strategy of the evaluation form.</p>" 19902 }, 19903 "ClientToken":{ 19904 "shape":"ClientToken", 19905 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 19906 "idempotencyToken":true 19907 } 19908 } 19909 }, 19910 "UpdateEvaluationFormResponse":{ 19911 "type":"structure", 19912 "required":[ 19913 "EvaluationFormId", 19914 "EvaluationFormArn", 19915 "EvaluationFormVersion" 19916 ], 19917 "members":{ 19918 "EvaluationFormId":{ 19919 "shape":"ResourceId", 19920 "documentation":"<p>The unique identifier for the evaluation form.</p>" 19921 }, 19922 "EvaluationFormArn":{ 19923 "shape":"ARN", 19924 "documentation":"<p>The Amazon Resource Name (ARN) for the contact evaluation resource.</p>" 19925 }, 19926 "EvaluationFormVersion":{ 19927 "shape":"VersionNumber", 19928 "documentation":"<p>The version of the updated evaluation form resource.</p>" 19929 } 19930 } 19931 }, 19932 "UpdateHoursOfOperationDescription":{ 19933 "type":"string", 19934 "max":250, 19935 "min":0 19936 }, 19937 "UpdateHoursOfOperationRequest":{ 19938 "type":"structure", 19939 "required":[ 19940 "InstanceId", 19941 "HoursOfOperationId" 19942 ], 19943 "members":{ 19944 "InstanceId":{ 19945 "shape":"InstanceId", 19946 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 19947 "location":"uri", 19948 "locationName":"InstanceId" 19949 }, 19950 "HoursOfOperationId":{ 19951 "shape":"HoursOfOperationId", 19952 "documentation":"<p>The identifier of the hours of operation.</p>", 19953 "location":"uri", 19954 "locationName":"HoursOfOperationId" 19955 }, 19956 "Name":{ 19957 "shape":"CommonNameLength127", 19958 "documentation":"<p>The name of the hours of operation.</p>" 19959 }, 19960 "Description":{ 19961 "shape":"UpdateHoursOfOperationDescription", 19962 "documentation":"<p>The description of the hours of operation.</p>" 19963 }, 19964 "TimeZone":{ 19965 "shape":"TimeZone", 19966 "documentation":"<p>The time zone of the hours of operation.</p>" 19967 }, 19968 "Config":{ 19969 "shape":"HoursOfOperationConfigList", 19970 "documentation":"<p>Configuration information of the hours of operation.</p>" 19971 } 19972 } 19973 }, 19974 "UpdateInstanceAttributeRequest":{ 19975 "type":"structure", 19976 "required":[ 19977 "InstanceId", 19978 "AttributeType", 19979 "Value" 19980 ], 19981 "members":{ 19982 "InstanceId":{ 19983 "shape":"InstanceId", 19984 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 19985 "location":"uri", 19986 "locationName":"InstanceId" 19987 }, 19988 "AttributeType":{ 19989 "shape":"InstanceAttributeType", 19990 "documentation":"<p>The type of attribute.</p> <note> <p>Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.</p> </note>", 19991 "location":"uri", 19992 "locationName":"AttributeType" 19993 }, 19994 "Value":{ 19995 "shape":"InstanceAttributeValue", 19996 "documentation":"<p>The value for the attribute. Maximum character limit is 100. </p>" 19997 } 19998 } 19999 }, 20000 "UpdateInstanceStorageConfigRequest":{ 20001 "type":"structure", 20002 "required":[ 20003 "InstanceId", 20004 "AssociationId", 20005 "ResourceType", 20006 "StorageConfig" 20007 ], 20008 "members":{ 20009 "InstanceId":{ 20010 "shape":"InstanceId", 20011 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20012 "location":"uri", 20013 "locationName":"InstanceId" 20014 }, 20015 "AssociationId":{ 20016 "shape":"AssociationId", 20017 "documentation":"<p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>", 20018 "location":"uri", 20019 "locationName":"AssociationId" 20020 }, 20021 "ResourceType":{ 20022 "shape":"InstanceStorageResourceType", 20023 "documentation":"<p>A valid resource type.</p>", 20024 "location":"querystring", 20025 "locationName":"resourceType" 20026 }, 20027 "StorageConfig":{"shape":"InstanceStorageConfig"} 20028 } 20029 }, 20030 "UpdateParticipantRoleConfigChannelInfo":{ 20031 "type":"structure", 20032 "members":{ 20033 "Chat":{ 20034 "shape":"ChatParticipantRoleConfig", 20035 "documentation":"<p>Configuration information for the chat participant role.</p>" 20036 } 20037 }, 20038 "documentation":"<p>Configuration information for the chat participant role.</p>", 20039 "union":true 20040 }, 20041 "UpdateParticipantRoleConfigRequest":{ 20042 "type":"structure", 20043 "required":[ 20044 "InstanceId", 20045 "ContactId", 20046 "ChannelConfiguration" 20047 ], 20048 "members":{ 20049 "InstanceId":{ 20050 "shape":"InstanceId", 20051 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20052 "location":"uri", 20053 "locationName":"InstanceId" 20054 }, 20055 "ContactId":{ 20056 "shape":"ContactId", 20057 "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. </p>", 20058 "location":"uri", 20059 "locationName":"ContactId" 20060 }, 20061 "ChannelConfiguration":{ 20062 "shape":"UpdateParticipantRoleConfigChannelInfo", 20063 "documentation":"<p>The Amazon Connect channel you want to configure.</p>" 20064 } 20065 } 20066 }, 20067 "UpdateParticipantRoleConfigResponse":{ 20068 "type":"structure", 20069 "members":{ 20070 } 20071 }, 20072 "UpdatePhoneNumberMetadataRequest":{ 20073 "type":"structure", 20074 "required":["PhoneNumberId"], 20075 "members":{ 20076 "PhoneNumberId":{ 20077 "shape":"PhoneNumberId", 20078 "documentation":"<p>The Amazon Resource Name (ARN) or resource ID of the phone number.</p>", 20079 "location":"uri", 20080 "locationName":"PhoneNumberId" 20081 }, 20082 "PhoneNumberDescription":{ 20083 "shape":"PhoneNumberDescription", 20084 "documentation":"<p>The description of the phone number.</p>" 20085 }, 20086 "ClientToken":{ 20087 "shape":"ClientToken", 20088 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 20089 "idempotencyToken":true 20090 } 20091 } 20092 }, 20093 "UpdatePhoneNumberRequest":{ 20094 "type":"structure", 20095 "required":["PhoneNumberId"], 20096 "members":{ 20097 "PhoneNumberId":{ 20098 "shape":"PhoneNumberId", 20099 "documentation":"<p>A unique identifier for the phone number.</p>", 20100 "location":"uri", 20101 "locationName":"PhoneNumberId" 20102 }, 20103 "TargetArn":{ 20104 "shape":"ARN", 20105 "documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>" 20106 }, 20107 "InstanceId":{ 20108 "shape":"InstanceId", 20109 "documentation":"<p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>" 20110 }, 20111 "ClientToken":{ 20112 "shape":"ClientToken", 20113 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>", 20114 "idempotencyToken":true 20115 } 20116 } 20117 }, 20118 "UpdatePhoneNumberResponse":{ 20119 "type":"structure", 20120 "members":{ 20121 "PhoneNumberId":{ 20122 "shape":"PhoneNumberId", 20123 "documentation":"<p>A unique identifier for the phone number.</p>" 20124 }, 20125 "PhoneNumberArn":{ 20126 "shape":"ARN", 20127 "documentation":"<p>The Amazon Resource Name (ARN) of the phone number.</p>" 20128 } 20129 } 20130 }, 20131 "UpdatePredefinedAttributeRequest":{ 20132 "type":"structure", 20133 "required":[ 20134 "InstanceId", 20135 "Name" 20136 ], 20137 "members":{ 20138 "InstanceId":{ 20139 "shape":"InstanceId", 20140 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.</p>", 20141 "location":"uri", 20142 "locationName":"InstanceId" 20143 }, 20144 "Name":{ 20145 "shape":"PredefinedAttributeName", 20146 "documentation":"<p>The name of the predefined attribute.</p>", 20147 "location":"uri", 20148 "locationName":"Name" 20149 }, 20150 "Values":{ 20151 "shape":"PredefinedAttributeValues", 20152 "documentation":"<p>The values of the predefined attribute.</p>" 20153 } 20154 } 20155 }, 20156 "UpdatePromptRequest":{ 20157 "type":"structure", 20158 "required":[ 20159 "InstanceId", 20160 "PromptId" 20161 ], 20162 "members":{ 20163 "InstanceId":{ 20164 "shape":"InstanceId", 20165 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20166 "location":"uri", 20167 "locationName":"InstanceId" 20168 }, 20169 "PromptId":{ 20170 "shape":"PromptId", 20171 "documentation":"<p>A unique identifier for the prompt.</p>", 20172 "location":"uri", 20173 "locationName":"PromptId" 20174 }, 20175 "Name":{ 20176 "shape":"CommonNameLength127", 20177 "documentation":"<p>The name of the prompt.</p>" 20178 }, 20179 "Description":{ 20180 "shape":"PromptDescription", 20181 "documentation":"<p>A description of the prompt.</p>" 20182 }, 20183 "S3Uri":{ 20184 "shape":"S3Uri", 20185 "documentation":"<p>The URI for the S3 bucket where the prompt is stored. You can provide S3 pre-signed URLs returned by the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_GetPromptFile.html\">GetPromptFile</a> API instead of providing S3 URIs.</p>" 20186 } 20187 } 20188 }, 20189 "UpdatePromptResponse":{ 20190 "type":"structure", 20191 "members":{ 20192 "PromptARN":{ 20193 "shape":"ARN", 20194 "documentation":"<p>The Amazon Resource Name (ARN) of the prompt.</p>" 20195 }, 20196 "PromptId":{ 20197 "shape":"PromptId", 20198 "documentation":"<p>A unique identifier for the prompt.</p>" 20199 } 20200 } 20201 }, 20202 "UpdateQueueHoursOfOperationRequest":{ 20203 "type":"structure", 20204 "required":[ 20205 "InstanceId", 20206 "QueueId", 20207 "HoursOfOperationId" 20208 ], 20209 "members":{ 20210 "InstanceId":{ 20211 "shape":"InstanceId", 20212 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20213 "location":"uri", 20214 "locationName":"InstanceId" 20215 }, 20216 "QueueId":{ 20217 "shape":"QueueId", 20218 "documentation":"<p>The identifier for the queue.</p>", 20219 "location":"uri", 20220 "locationName":"QueueId" 20221 }, 20222 "HoursOfOperationId":{ 20223 "shape":"HoursOfOperationId", 20224 "documentation":"<p>The identifier for the hours of operation.</p>" 20225 } 20226 } 20227 }, 20228 "UpdateQueueMaxContactsRequest":{ 20229 "type":"structure", 20230 "required":[ 20231 "InstanceId", 20232 "QueueId" 20233 ], 20234 "members":{ 20235 "InstanceId":{ 20236 "shape":"InstanceId", 20237 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20238 "location":"uri", 20239 "locationName":"InstanceId" 20240 }, 20241 "QueueId":{ 20242 "shape":"QueueId", 20243 "documentation":"<p>The identifier for the queue.</p>", 20244 "location":"uri", 20245 "locationName":"QueueId" 20246 }, 20247 "MaxContacts":{ 20248 "shape":"QueueMaxContacts", 20249 "documentation":"<p>The maximum number of contacts that can be in the queue before it is considered full.</p>", 20250 "box":true 20251 } 20252 } 20253 }, 20254 "UpdateQueueNameRequest":{ 20255 "type":"structure", 20256 "required":[ 20257 "InstanceId", 20258 "QueueId" 20259 ], 20260 "members":{ 20261 "InstanceId":{ 20262 "shape":"InstanceId", 20263 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20264 "location":"uri", 20265 "locationName":"InstanceId" 20266 }, 20267 "QueueId":{ 20268 "shape":"QueueId", 20269 "documentation":"<p>The identifier for the queue.</p>", 20270 "location":"uri", 20271 "locationName":"QueueId" 20272 }, 20273 "Name":{ 20274 "shape":"CommonNameLength127", 20275 "documentation":"<p>The name of the queue.</p>" 20276 }, 20277 "Description":{ 20278 "shape":"QueueDescription", 20279 "documentation":"<p>The description of the queue.</p>" 20280 } 20281 } 20282 }, 20283 "UpdateQueueOutboundCallerConfigRequest":{ 20284 "type":"structure", 20285 "required":[ 20286 "InstanceId", 20287 "QueueId", 20288 "OutboundCallerConfig" 20289 ], 20290 "members":{ 20291 "InstanceId":{ 20292 "shape":"InstanceId", 20293 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20294 "location":"uri", 20295 "locationName":"InstanceId" 20296 }, 20297 "QueueId":{ 20298 "shape":"QueueId", 20299 "documentation":"<p>The identifier for the queue.</p>", 20300 "location":"uri", 20301 "locationName":"QueueId" 20302 }, 20303 "OutboundCallerConfig":{ 20304 "shape":"OutboundCallerConfig", 20305 "documentation":"<p>The outbound caller ID name, number, and outbound whisper flow.</p>" 20306 } 20307 } 20308 }, 20309 "UpdateQueueStatusRequest":{ 20310 "type":"structure", 20311 "required":[ 20312 "InstanceId", 20313 "QueueId", 20314 "Status" 20315 ], 20316 "members":{ 20317 "InstanceId":{ 20318 "shape":"InstanceId", 20319 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20320 "location":"uri", 20321 "locationName":"InstanceId" 20322 }, 20323 "QueueId":{ 20324 "shape":"QueueId", 20325 "documentation":"<p>The identifier for the queue.</p>", 20326 "location":"uri", 20327 "locationName":"QueueId" 20328 }, 20329 "Status":{ 20330 "shape":"QueueStatus", 20331 "documentation":"<p>The status of the queue.</p>" 20332 } 20333 } 20334 }, 20335 "UpdateQuickConnectConfigRequest":{ 20336 "type":"structure", 20337 "required":[ 20338 "InstanceId", 20339 "QuickConnectId", 20340 "QuickConnectConfig" 20341 ], 20342 "members":{ 20343 "InstanceId":{ 20344 "shape":"InstanceId", 20345 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20346 "location":"uri", 20347 "locationName":"InstanceId" 20348 }, 20349 "QuickConnectId":{ 20350 "shape":"QuickConnectId", 20351 "documentation":"<p>The identifier for the quick connect.</p>", 20352 "location":"uri", 20353 "locationName":"QuickConnectId" 20354 }, 20355 "QuickConnectConfig":{ 20356 "shape":"QuickConnectConfig", 20357 "documentation":"<p>Information about the configuration settings for the quick connect.</p>" 20358 } 20359 } 20360 }, 20361 "UpdateQuickConnectDescription":{ 20362 "type":"string", 20363 "max":250, 20364 "min":0 20365 }, 20366 "UpdateQuickConnectNameRequest":{ 20367 "type":"structure", 20368 "required":[ 20369 "InstanceId", 20370 "QuickConnectId" 20371 ], 20372 "members":{ 20373 "InstanceId":{ 20374 "shape":"InstanceId", 20375 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20376 "location":"uri", 20377 "locationName":"InstanceId" 20378 }, 20379 "QuickConnectId":{ 20380 "shape":"QuickConnectId", 20381 "documentation":"<p>The identifier for the quick connect.</p>", 20382 "location":"uri", 20383 "locationName":"QuickConnectId" 20384 }, 20385 "Name":{ 20386 "shape":"QuickConnectName", 20387 "documentation":"<p>The name of the quick connect.</p>" 20388 }, 20389 "Description":{ 20390 "shape":"UpdateQuickConnectDescription", 20391 "documentation":"<p>The description of the quick connect.</p>" 20392 } 20393 } 20394 }, 20395 "UpdateRoutingProfileAgentAvailabilityTimerRequest":{ 20396 "type":"structure", 20397 "required":[ 20398 "InstanceId", 20399 "RoutingProfileId", 20400 "AgentAvailabilityTimer" 20401 ], 20402 "members":{ 20403 "InstanceId":{ 20404 "shape":"InstanceId", 20405 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20406 "location":"uri", 20407 "locationName":"InstanceId" 20408 }, 20409 "RoutingProfileId":{ 20410 "shape":"RoutingProfileId", 20411 "documentation":"<p>The identifier of the routing profile.</p>", 20412 "location":"uri", 20413 "locationName":"RoutingProfileId" 20414 }, 20415 "AgentAvailabilityTimer":{ 20416 "shape":"AgentAvailabilityTimer", 20417 "documentation":"<p>Whether agents with this routing profile will have their routing order calculated based on <i>time since their last inbound contact</i> or <i>longest idle time</i>. </p>" 20418 } 20419 } 20420 }, 20421 "UpdateRoutingProfileConcurrencyRequest":{ 20422 "type":"structure", 20423 "required":[ 20424 "InstanceId", 20425 "RoutingProfileId", 20426 "MediaConcurrencies" 20427 ], 20428 "members":{ 20429 "InstanceId":{ 20430 "shape":"InstanceId", 20431 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20432 "location":"uri", 20433 "locationName":"InstanceId" 20434 }, 20435 "RoutingProfileId":{ 20436 "shape":"RoutingProfileId", 20437 "documentation":"<p>The identifier of the routing profile.</p>", 20438 "location":"uri", 20439 "locationName":"RoutingProfileId" 20440 }, 20441 "MediaConcurrencies":{ 20442 "shape":"MediaConcurrencies", 20443 "documentation":"<p>The channels that agents can handle in the Contact Control Panel (CCP).</p>" 20444 } 20445 } 20446 }, 20447 "UpdateRoutingProfileDefaultOutboundQueueRequest":{ 20448 "type":"structure", 20449 "required":[ 20450 "InstanceId", 20451 "RoutingProfileId", 20452 "DefaultOutboundQueueId" 20453 ], 20454 "members":{ 20455 "InstanceId":{ 20456 "shape":"InstanceId", 20457 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20458 "location":"uri", 20459 "locationName":"InstanceId" 20460 }, 20461 "RoutingProfileId":{ 20462 "shape":"RoutingProfileId", 20463 "documentation":"<p>The identifier of the routing profile.</p>", 20464 "location":"uri", 20465 "locationName":"RoutingProfileId" 20466 }, 20467 "DefaultOutboundQueueId":{ 20468 "shape":"QueueId", 20469 "documentation":"<p>The identifier for the default outbound queue.</p>" 20470 } 20471 } 20472 }, 20473 "UpdateRoutingProfileNameRequest":{ 20474 "type":"structure", 20475 "required":[ 20476 "InstanceId", 20477 "RoutingProfileId" 20478 ], 20479 "members":{ 20480 "InstanceId":{ 20481 "shape":"InstanceId", 20482 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20483 "location":"uri", 20484 "locationName":"InstanceId" 20485 }, 20486 "RoutingProfileId":{ 20487 "shape":"RoutingProfileId", 20488 "documentation":"<p>The identifier of the routing profile.</p>", 20489 "location":"uri", 20490 "locationName":"RoutingProfileId" 20491 }, 20492 "Name":{ 20493 "shape":"RoutingProfileName", 20494 "documentation":"<p>The name of the routing profile. Must not be more than 127 characters.</p>" 20495 }, 20496 "Description":{ 20497 "shape":"RoutingProfileDescription", 20498 "documentation":"<p>The description of the routing profile. Must not be more than 250 characters.</p>" 20499 } 20500 } 20501 }, 20502 "UpdateRoutingProfileQueuesRequest":{ 20503 "type":"structure", 20504 "required":[ 20505 "InstanceId", 20506 "RoutingProfileId", 20507 "QueueConfigs" 20508 ], 20509 "members":{ 20510 "InstanceId":{ 20511 "shape":"InstanceId", 20512 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20513 "location":"uri", 20514 "locationName":"InstanceId" 20515 }, 20516 "RoutingProfileId":{ 20517 "shape":"RoutingProfileId", 20518 "documentation":"<p>The identifier of the routing profile.</p>", 20519 "location":"uri", 20520 "locationName":"RoutingProfileId" 20521 }, 20522 "QueueConfigs":{ 20523 "shape":"RoutingProfileQueueConfigList", 20524 "documentation":"<p>The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues.</p>" 20525 } 20526 } 20527 }, 20528 "UpdateRuleRequest":{ 20529 "type":"structure", 20530 "required":[ 20531 "RuleId", 20532 "InstanceId", 20533 "Name", 20534 "Function", 20535 "Actions", 20536 "PublishStatus" 20537 ], 20538 "members":{ 20539 "RuleId":{ 20540 "shape":"RuleId", 20541 "documentation":"<p>A unique identifier for the rule.</p>", 20542 "location":"uri", 20543 "locationName":"RuleId" 20544 }, 20545 "InstanceId":{ 20546 "shape":"InstanceId", 20547 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20548 "location":"uri", 20549 "locationName":"InstanceId" 20550 }, 20551 "Name":{ 20552 "shape":"RuleName", 20553 "documentation":"<p>The name of the rule. You can change the name only if <code>TriggerEventSource</code> is one of the following values: <code>OnZendeskTicketCreate</code> | <code>OnZendeskTicketStatusUpdate</code> | <code>OnSalesforceCaseCreate</code> </p>" 20554 }, 20555 "Function":{ 20556 "shape":"RuleFunction", 20557 "documentation":"<p>The conditions of the rule.</p>" 20558 }, 20559 "Actions":{ 20560 "shape":"RuleActions", 20561 "documentation":"<p>A list of actions to be run when the rule is triggered.</p>" 20562 }, 20563 "PublishStatus":{ 20564 "shape":"RulePublishStatus", 20565 "documentation":"<p>The publish status of the rule.</p>" 20566 } 20567 } 20568 }, 20569 "UpdateSecurityProfileRequest":{ 20570 "type":"structure", 20571 "required":[ 20572 "SecurityProfileId", 20573 "InstanceId" 20574 ], 20575 "members":{ 20576 "Description":{ 20577 "shape":"SecurityProfileDescription", 20578 "documentation":"<p>The description of the security profile.</p>" 20579 }, 20580 "Permissions":{ 20581 "shape":"PermissionsList", 20582 "documentation":"<p>The permissions granted to a security profile. For a list of valid permissions, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html\">List of security profile permissions</a>.</p>" 20583 }, 20584 "SecurityProfileId":{ 20585 "shape":"SecurityProfileId", 20586 "documentation":"<p>The identifier for the security profle.</p>", 20587 "location":"uri", 20588 "locationName":"SecurityProfileId" 20589 }, 20590 "InstanceId":{ 20591 "shape":"InstanceId", 20592 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20593 "location":"uri", 20594 "locationName":"InstanceId" 20595 }, 20596 "AllowedAccessControlTags":{ 20597 "shape":"AllowedAccessControlTags", 20598 "documentation":"<p>The list of tags that a security profile uses to restrict access to resources in Amazon Connect.</p>" 20599 }, 20600 "TagRestrictedResources":{ 20601 "shape":"TagRestrictedResourceList", 20602 "documentation":"<p>The list of resources that a security profile applies tag restrictions to in Amazon Connect.</p>" 20603 }, 20604 "Applications":{ 20605 "shape":"Applications", 20606 "documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A list of the third-party application's metadata.</p>" 20607 } 20608 } 20609 }, 20610 "UpdateTaskTemplateRequest":{ 20611 "type":"structure", 20612 "required":[ 20613 "TaskTemplateId", 20614 "InstanceId" 20615 ], 20616 "members":{ 20617 "TaskTemplateId":{ 20618 "shape":"TaskTemplateId", 20619 "documentation":"<p>A unique identifier for the task template.</p>", 20620 "location":"uri", 20621 "locationName":"TaskTemplateId" 20622 }, 20623 "InstanceId":{ 20624 "shape":"InstanceId", 20625 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20626 "location":"uri", 20627 "locationName":"InstanceId" 20628 }, 20629 "Name":{ 20630 "shape":"TaskTemplateName", 20631 "documentation":"<p>The name of the task template.</p>" 20632 }, 20633 "Description":{ 20634 "shape":"TaskTemplateDescription", 20635 "documentation":"<p>The description of the task template.</p>" 20636 }, 20637 "ContactFlowId":{ 20638 "shape":"ContactFlowId", 20639 "documentation":"<p>The identifier of the flow that runs by default when a task is created by referencing this template.</p>" 20640 }, 20641 "Constraints":{ 20642 "shape":"TaskTemplateConstraints", 20643 "documentation":"<p>Constraints that are applicable to the fields listed.</p>" 20644 }, 20645 "Defaults":{ 20646 "shape":"TaskTemplateDefaults", 20647 "documentation":"<p>The default values for fields when a task is created by referencing this template.</p>" 20648 }, 20649 "Status":{ 20650 "shape":"TaskTemplateStatus", 20651 "documentation":"<p>Marks a template as <code>ACTIVE</code> or <code>INACTIVE</code> for a task to refer to it. Tasks can only be created from <code>ACTIVE</code> templates. If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created.</p>" 20652 }, 20653 "Fields":{ 20654 "shape":"TaskTemplateFields", 20655 "documentation":"<p>Fields that are part of the template.</p>" 20656 } 20657 } 20658 }, 20659 "UpdateTaskTemplateResponse":{ 20660 "type":"structure", 20661 "members":{ 20662 "InstanceId":{ 20663 "shape":"InstanceId", 20664 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>" 20665 }, 20666 "Id":{ 20667 "shape":"TaskTemplateId", 20668 "documentation":"<p>The identifier of the task template resource.</p>" 20669 }, 20670 "Arn":{ 20671 "shape":"TaskTemplateArn", 20672 "documentation":"<p>The Amazon Resource Name (ARN) for the task template resource.</p>" 20673 }, 20674 "Name":{ 20675 "shape":"TaskTemplateName", 20676 "documentation":"<p>The name of the task template.</p>" 20677 }, 20678 "Description":{ 20679 "shape":"TaskTemplateDescription", 20680 "documentation":"<p>The description of the task template.</p>" 20681 }, 20682 "ContactFlowId":{ 20683 "shape":"ContactFlowId", 20684 "documentation":"<p>The identifier of the flow that runs by default when a task is created by referencing this template.</p>" 20685 }, 20686 "Constraints":{ 20687 "shape":"TaskTemplateConstraints", 20688 "documentation":"<p>Constraints that are applicable to the fields listed.</p>" 20689 }, 20690 "Defaults":{ 20691 "shape":"TaskTemplateDefaults", 20692 "documentation":"<p>The default values for fields when a task is created by referencing this template.</p>" 20693 }, 20694 "Fields":{ 20695 "shape":"TaskTemplateFields", 20696 "documentation":"<p>Fields that are part of the template.</p>" 20697 }, 20698 "Status":{ 20699 "shape":"TaskTemplateStatus", 20700 "documentation":"<p>Marks a template as <code>ACTIVE</code> or <code>INACTIVE</code> for a task to refer to it. Tasks can only be created from <code>ACTIVE</code> templates. If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created.</p>" 20701 }, 20702 "LastModifiedTime":{ 20703 "shape":"timestamp", 20704 "documentation":"<p>The timestamp when the task template was last modified.</p>" 20705 }, 20706 "CreatedTime":{ 20707 "shape":"timestamp", 20708 "documentation":"<p>The timestamp when the task template was created.</p>" 20709 } 20710 } 20711 }, 20712 "UpdateTrafficDistributionRequest":{ 20713 "type":"structure", 20714 "required":["Id"], 20715 "members":{ 20716 "Id":{ 20717 "shape":"TrafficDistributionGroupIdOrArn", 20718 "documentation":"<p>The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region. </p>", 20719 "location":"uri", 20720 "locationName":"Id" 20721 }, 20722 "TelephonyConfig":{ 20723 "shape":"TelephonyConfig", 20724 "documentation":"<p>The distribution of traffic between the instance and its replica(s).</p>" 20725 }, 20726 "SignInConfig":{ 20727 "shape":"SignInConfig", 20728 "documentation":"<p>The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).</p>" 20729 }, 20730 "AgentConfig":{ 20731 "shape":"AgentConfig", 20732 "documentation":"<p>The distribution of agents between the instance and its replica(s).</p>" 20733 } 20734 } 20735 }, 20736 "UpdateTrafficDistributionResponse":{ 20737 "type":"structure", 20738 "members":{ 20739 } 20740 }, 20741 "UpdateUserHierarchyGroupNameRequest":{ 20742 "type":"structure", 20743 "required":[ 20744 "Name", 20745 "HierarchyGroupId", 20746 "InstanceId" 20747 ], 20748 "members":{ 20749 "Name":{ 20750 "shape":"HierarchyGroupName", 20751 "documentation":"<p>The name of the hierarchy group. Must not be more than 100 characters.</p>" 20752 }, 20753 "HierarchyGroupId":{ 20754 "shape":"HierarchyGroupId", 20755 "documentation":"<p>The identifier of the hierarchy group.</p>", 20756 "location":"uri", 20757 "locationName":"HierarchyGroupId" 20758 }, 20759 "InstanceId":{ 20760 "shape":"InstanceId", 20761 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20762 "location":"uri", 20763 "locationName":"InstanceId" 20764 } 20765 } 20766 }, 20767 "UpdateUserHierarchyRequest":{ 20768 "type":"structure", 20769 "required":[ 20770 "UserId", 20771 "InstanceId" 20772 ], 20773 "members":{ 20774 "HierarchyGroupId":{ 20775 "shape":"HierarchyGroupId", 20776 "documentation":"<p>The identifier of the hierarchy group.</p>" 20777 }, 20778 "UserId":{ 20779 "shape":"UserId", 20780 "documentation":"<p>The identifier of the user account.</p>", 20781 "location":"uri", 20782 "locationName":"UserId" 20783 }, 20784 "InstanceId":{ 20785 "shape":"InstanceId", 20786 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20787 "location":"uri", 20788 "locationName":"InstanceId" 20789 } 20790 } 20791 }, 20792 "UpdateUserHierarchyStructureRequest":{ 20793 "type":"structure", 20794 "required":[ 20795 "HierarchyStructure", 20796 "InstanceId" 20797 ], 20798 "members":{ 20799 "HierarchyStructure":{ 20800 "shape":"HierarchyStructureUpdate", 20801 "documentation":"<p>The hierarchy levels to update.</p>" 20802 }, 20803 "InstanceId":{ 20804 "shape":"InstanceId", 20805 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20806 "location":"uri", 20807 "locationName":"InstanceId" 20808 } 20809 } 20810 }, 20811 "UpdateUserIdentityInfoRequest":{ 20812 "type":"structure", 20813 "required":[ 20814 "IdentityInfo", 20815 "UserId", 20816 "InstanceId" 20817 ], 20818 "members":{ 20819 "IdentityInfo":{ 20820 "shape":"UserIdentityInfo", 20821 "documentation":"<p>The identity information for the user.</p>" 20822 }, 20823 "UserId":{ 20824 "shape":"UserId", 20825 "documentation":"<p>The identifier of the user account.</p>", 20826 "location":"uri", 20827 "locationName":"UserId" 20828 }, 20829 "InstanceId":{ 20830 "shape":"InstanceId", 20831 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20832 "location":"uri", 20833 "locationName":"InstanceId" 20834 } 20835 } 20836 }, 20837 "UpdateUserPhoneConfigRequest":{ 20838 "type":"structure", 20839 "required":[ 20840 "PhoneConfig", 20841 "UserId", 20842 "InstanceId" 20843 ], 20844 "members":{ 20845 "PhoneConfig":{ 20846 "shape":"UserPhoneConfig", 20847 "documentation":"<p>Information about phone configuration settings for the user.</p>" 20848 }, 20849 "UserId":{ 20850 "shape":"UserId", 20851 "documentation":"<p>The identifier of the user account.</p>", 20852 "location":"uri", 20853 "locationName":"UserId" 20854 }, 20855 "InstanceId":{ 20856 "shape":"InstanceId", 20857 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20858 "location":"uri", 20859 "locationName":"InstanceId" 20860 } 20861 } 20862 }, 20863 "UpdateUserProficienciesRequest":{ 20864 "type":"structure", 20865 "required":[ 20866 "InstanceId", 20867 "UserId", 20868 "UserProficiencies" 20869 ], 20870 "members":{ 20871 "InstanceId":{ 20872 "shape":"InstanceId", 20873 "documentation":"<p> The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.</p>", 20874 "location":"uri", 20875 "locationName":"InstanceId" 20876 }, 20877 "UserId":{ 20878 "shape":"UserId", 20879 "documentation":"<p>The identifier of the user account.</p>", 20880 "location":"uri", 20881 "locationName":"UserId" 20882 }, 20883 "UserProficiencies":{ 20884 "shape":"UserProficiencyList", 20885 "documentation":"<p>The proficiencies to be updated for the user. Proficiencies must first be associated to the user. You can do this using AssociateUserProficiencies API.</p>" 20886 } 20887 } 20888 }, 20889 "UpdateUserRoutingProfileRequest":{ 20890 "type":"structure", 20891 "required":[ 20892 "RoutingProfileId", 20893 "UserId", 20894 "InstanceId" 20895 ], 20896 "members":{ 20897 "RoutingProfileId":{ 20898 "shape":"RoutingProfileId", 20899 "documentation":"<p>The identifier of the routing profile for the user.</p>" 20900 }, 20901 "UserId":{ 20902 "shape":"UserId", 20903 "documentation":"<p>The identifier of the user account.</p>", 20904 "location":"uri", 20905 "locationName":"UserId" 20906 }, 20907 "InstanceId":{ 20908 "shape":"InstanceId", 20909 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20910 "location":"uri", 20911 "locationName":"InstanceId" 20912 } 20913 } 20914 }, 20915 "UpdateUserSecurityProfilesRequest":{ 20916 "type":"structure", 20917 "required":[ 20918 "SecurityProfileIds", 20919 "UserId", 20920 "InstanceId" 20921 ], 20922 "members":{ 20923 "SecurityProfileIds":{ 20924 "shape":"SecurityProfileIds", 20925 "documentation":"<p>The identifiers of the security profiles for the user.</p>" 20926 }, 20927 "UserId":{ 20928 "shape":"UserId", 20929 "documentation":"<p>The identifier of the user account.</p>", 20930 "location":"uri", 20931 "locationName":"UserId" 20932 }, 20933 "InstanceId":{ 20934 "shape":"InstanceId", 20935 "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", 20936 "location":"uri", 20937 "locationName":"InstanceId" 20938 } 20939 } 20940 }, 20941 "UpdateViewContentRequest":{ 20942 "type":"structure", 20943 "required":[ 20944 "InstanceId", 20945 "ViewId", 20946 "Status", 20947 "Content" 20948 ], 20949 "members":{ 20950 "InstanceId":{ 20951 "shape":"ViewsInstanceId", 20952 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>", 20953 "location":"uri", 20954 "locationName":"InstanceId" 20955 }, 20956 "ViewId":{ 20957 "shape":"ViewId", 20958 "documentation":"<p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>", 20959 "location":"uri", 20960 "locationName":"ViewId" 20961 }, 20962 "Status":{ 20963 "shape":"ViewStatus", 20964 "documentation":"<p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The <code>PUBLISHED</code> status will initiate validation on the content.</p>" 20965 }, 20966 "Content":{ 20967 "shape":"ViewInputContent", 20968 "documentation":"<p>View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.</p> <p>The total uncompressed content has a maximum file size of 400kB.</p>" 20969 } 20970 } 20971 }, 20972 "UpdateViewContentResponse":{ 20973 "type":"structure", 20974 "members":{ 20975 "View":{ 20976 "shape":"View", 20977 "documentation":"<p>A view resource object. Contains metadata and content necessary to render the view.</p>" 20978 } 20979 } 20980 }, 20981 "UpdateViewMetadataRequest":{ 20982 "type":"structure", 20983 "required":[ 20984 "InstanceId", 20985 "ViewId" 20986 ], 20987 "members":{ 20988 "InstanceId":{ 20989 "shape":"ViewsInstanceId", 20990 "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>", 20991 "location":"uri", 20992 "locationName":"InstanceId" 20993 }, 20994 "ViewId":{ 20995 "shape":"ViewId", 20996 "documentation":"<p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>", 20997 "location":"uri", 20998 "locationName":"ViewId" 20999 }, 21000 "Name":{ 21001 "shape":"ViewName", 21002 "documentation":"<p>The name of the view.</p>" 21003 }, 21004 "Description":{ 21005 "shape":"ViewDescription", 21006 "documentation":"<p>The description of the view.</p>" 21007 } 21008 } 21009 }, 21010 "UpdateViewMetadataResponse":{ 21011 "type":"structure", 21012 "members":{ 21013 } 21014 }, 21015 "Url":{"type":"string"}, 21016 "UrlReference":{ 21017 "type":"structure", 21018 "members":{ 21019 "Name":{ 21020 "shape":"ReferenceKey", 21021 "documentation":"<p>Identifier of the URL reference.</p>" 21022 }, 21023 "Value":{ 21024 "shape":"ReferenceValue", 21025 "documentation":"<p>A valid URL.</p>" 21026 } 21027 }, 21028 "documentation":"<p>The URL reference.</p>" 21029 }, 21030 "UseCase":{ 21031 "type":"structure", 21032 "members":{ 21033 "UseCaseId":{ 21034 "shape":"UseCaseId", 21035 "documentation":"<p>The identifier for the use case.</p>" 21036 }, 21037 "UseCaseArn":{ 21038 "shape":"ARN", 21039 "documentation":"<p>The Amazon Resource Name (ARN) for the use case.</p>" 21040 }, 21041 "UseCaseType":{ 21042 "shape":"UseCaseType", 21043 "documentation":"<p>The type of use case to associate to the integration association. Each integration association can have only one of each use case type.</p>" 21044 } 21045 }, 21046 "documentation":"<p>Contains the use case.</p>" 21047 }, 21048 "UseCaseId":{ 21049 "type":"string", 21050 "max":200, 21051 "min":1 21052 }, 21053 "UseCaseSummaryList":{ 21054 "type":"list", 21055 "member":{"shape":"UseCase"} 21056 }, 21057 "UseCaseType":{ 21058 "type":"string", 21059 "enum":[ 21060 "RULES_EVALUATION", 21061 "CONNECT_CAMPAIGNS" 21062 ] 21063 }, 21064 "User":{ 21065 "type":"structure", 21066 "members":{ 21067 "Id":{ 21068 "shape":"UserId", 21069 "documentation":"<p>The identifier of the user account.</p>" 21070 }, 21071 "Arn":{ 21072 "shape":"ARN", 21073 "documentation":"<p>The Amazon Resource Name (ARN) of the user account.</p>" 21074 }, 21075 "Username":{ 21076 "shape":"AgentUsername", 21077 "documentation":"<p>The user name assigned to the user account.</p>" 21078 }, 21079 "IdentityInfo":{ 21080 "shape":"UserIdentityInfo", 21081 "documentation":"<p>Information about the user identity.</p>" 21082 }, 21083 "PhoneConfig":{ 21084 "shape":"UserPhoneConfig", 21085 "documentation":"<p>Information about the phone configuration for the user.</p>" 21086 }, 21087 "DirectoryUserId":{ 21088 "shape":"DirectoryUserId", 21089 "documentation":"<p>The identifier of the user account in the directory used for identity management.</p>" 21090 }, 21091 "SecurityProfileIds":{ 21092 "shape":"SecurityProfileIds", 21093 "documentation":"<p>The identifiers of the security profiles for the user.</p>" 21094 }, 21095 "RoutingProfileId":{ 21096 "shape":"RoutingProfileId", 21097 "documentation":"<p>The identifier of the routing profile for the user.</p>" 21098 }, 21099 "HierarchyGroupId":{ 21100 "shape":"HierarchyGroupId", 21101 "documentation":"<p>The identifier of the hierarchy group for the user.</p>" 21102 }, 21103 "Tags":{ 21104 "shape":"TagMap", 21105 "documentation":"<p>The tags.</p>" 21106 }, 21107 "LastModifiedTime":{ 21108 "shape":"Timestamp", 21109 "documentation":"<p>The timestamp when this resource was last modified.</p>" 21110 }, 21111 "LastModifiedRegion":{ 21112 "shape":"RegionName", 21113 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 21114 } 21115 }, 21116 "documentation":"<p>Contains information about a user account for an Amazon Connect instance.</p>" 21117 }, 21118 "UserData":{ 21119 "type":"structure", 21120 "members":{ 21121 "User":{ 21122 "shape":"UserReference", 21123 "documentation":"<p>Information about the user for the data that is returned. It contains the <code>resourceId</code> and ARN of the user. </p>" 21124 }, 21125 "RoutingProfile":{ 21126 "shape":"RoutingProfileReference", 21127 "documentation":"<p>Information about the routing profile that is assigned to the user.</p>" 21128 }, 21129 "HierarchyPath":{ 21130 "shape":"HierarchyPathReference", 21131 "documentation":"<p>Contains information about the levels of a hierarchy group assigned to a user.</p>" 21132 }, 21133 "Status":{ 21134 "shape":"AgentStatusReference", 21135 "documentation":"<p>The status of the agent that they manually set in their Contact Control Panel (CCP), or that the supervisor manually changes in the real-time metrics report.</p>" 21136 }, 21137 "AvailableSlotsByChannel":{ 21138 "shape":"ChannelToCountMap", 21139 "documentation":"<p>A map of available slots by channel. The key is a channel name. The value is an integer: the available number of slots. </p>" 21140 }, 21141 "MaxSlotsByChannel":{ 21142 "shape":"ChannelToCountMap", 21143 "documentation":"<p>A map of maximum slots by channel. The key is a channel name. The value is an integer: the maximum number of slots. This is calculated from <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_MediaConcurrency.html\">MediaConcurrency</a> of the <code>RoutingProfile</code> assigned to the agent. </p>" 21144 }, 21145 "ActiveSlotsByChannel":{ 21146 "shape":"ChannelToCountMap", 21147 "documentation":"<p> A map of active slots by channel. The key is a channel name. The value is an integer: the number of active slots. </p>" 21148 }, 21149 "Contacts":{ 21150 "shape":"AgentContactReferenceList", 21151 "documentation":"<p>A list of contact reference information.</p>" 21152 }, 21153 "NextStatus":{ 21154 "shape":"AgentStatusName", 21155 "documentation":"<p>The Next status of the agent.</p>" 21156 } 21157 }, 21158 "documentation":"<p>Data for a user.</p>" 21159 }, 21160 "UserDataFilters":{ 21161 "type":"structure", 21162 "members":{ 21163 "Queues":{ 21164 "shape":"Queues", 21165 "documentation":"<p>A list of up to 100 queues or ARNs.</p>" 21166 }, 21167 "ContactFilter":{ 21168 "shape":"ContactFilter", 21169 "documentation":"<p>A filter for the user data based on the contact information that is associated to the user. It contains a list of contact states. </p>" 21170 }, 21171 "RoutingProfiles":{ 21172 "shape":"RoutingProfiles", 21173 "documentation":"<p>A list of up to 100 routing profile IDs or ARNs.</p>" 21174 }, 21175 "Agents":{ 21176 "shape":"AgentsMinOneMaxHundred", 21177 "documentation":"<p>A list of up to 100 agent IDs or ARNs.</p>" 21178 }, 21179 "UserHierarchyGroups":{ 21180 "shape":"UserDataHierarchyGroups", 21181 "documentation":"<p>A UserHierarchyGroup ID or ARN.</p>" 21182 } 21183 }, 21184 "documentation":"<p>A filter for the user data.</p>" 21185 }, 21186 "UserDataHierarchyGroups":{ 21187 "type":"list", 21188 "member":{"shape":"HierarchyGroupId"}, 21189 "max":1, 21190 "min":1 21191 }, 21192 "UserDataList":{ 21193 "type":"list", 21194 "member":{"shape":"UserData"} 21195 }, 21196 "UserId":{"type":"string"}, 21197 "UserIdList":{ 21198 "type":"list", 21199 "member":{"shape":"UserId"} 21200 }, 21201 "UserIdentityInfo":{ 21202 "type":"structure", 21203 "members":{ 21204 "FirstName":{ 21205 "shape":"AgentFirstName", 21206 "documentation":"<p>The first name. This is required if you are using Amazon Connect or SAML for identity management.</p>" 21207 }, 21208 "LastName":{ 21209 "shape":"AgentLastName", 21210 "documentation":"<p>The last name. This is required if you are using Amazon Connect or SAML for identity management.</p>" 21211 }, 21212 "Email":{ 21213 "shape":"Email", 21214 "documentation":"<p>The email address. If you are using SAML for identity management and include this parameter, an error is returned.</p>" 21215 }, 21216 "SecondaryEmail":{ 21217 "shape":"Email", 21218 "documentation":"<p>The user's secondary email address. If you provide a secondary email, the user receives email notifications - other than password reset notifications - to this email address instead of to their primary email address.</p> <p>Pattern: <code>(?=^.{0,265}$)[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,63}</code> </p>" 21219 }, 21220 "Mobile":{ 21221 "shape":"PhoneNumber", 21222 "documentation":"<p>The user's mobile number.</p>" 21223 } 21224 }, 21225 "documentation":"<p>Contains information about the identity of a user.</p>" 21226 }, 21227 "UserIdentityInfoLite":{ 21228 "type":"structure", 21229 "members":{ 21230 "FirstName":{ 21231 "shape":"AgentFirstName", 21232 "documentation":"<p>The user's first name.</p>" 21233 }, 21234 "LastName":{ 21235 "shape":"AgentLastName", 21236 "documentation":"<p>The user's last name.</p>" 21237 } 21238 }, 21239 "documentation":"<p>The user's first name and last name.</p>" 21240 }, 21241 "UserNotFoundException":{ 21242 "type":"structure", 21243 "members":{ 21244 "Message":{"shape":"Message"} 21245 }, 21246 "documentation":"<p>No user with the specified credentials was found in the Amazon Connect instance.</p>", 21247 "error":{"httpStatusCode":404}, 21248 "exception":true 21249 }, 21250 "UserPhoneConfig":{ 21251 "type":"structure", 21252 "required":["PhoneType"], 21253 "members":{ 21254 "PhoneType":{ 21255 "shape":"PhoneType", 21256 "documentation":"<p>The phone type.</p>" 21257 }, 21258 "AutoAccept":{ 21259 "shape":"AutoAccept", 21260 "documentation":"<p>The Auto accept setting.</p>" 21261 }, 21262 "AfterContactWorkTimeLimit":{ 21263 "shape":"AfterContactWorkTimeLimit", 21264 "documentation":"<p>The After Call Work (ACW) timeout setting, in seconds.</p> <note> <p>When returned by a <code>SearchUsers</code> call, <code>AfterContactWorkTimeLimit</code> is returned in milliseconds. </p> </note>" 21265 }, 21266 "DeskPhoneNumber":{ 21267 "shape":"PhoneNumber", 21268 "documentation":"<p>The phone number for the user's desk phone.</p>" 21269 } 21270 }, 21271 "documentation":"<p>Contains information about the phone configuration settings for a user.</p>" 21272 }, 21273 "UserProficiency":{ 21274 "type":"structure", 21275 "required":[ 21276 "AttributeName", 21277 "AttributeValue", 21278 "Level" 21279 ], 21280 "members":{ 21281 "AttributeName":{ 21282 "shape":"PredefinedAttributeName", 21283 "documentation":"<p>The name of user's proficiency. You must use name of predefined attribute present in the Amazon Connect instance.</p>" 21284 }, 21285 "AttributeValue":{ 21286 "shape":"PredefinedAttributeStringValue", 21287 "documentation":"<p>The value of user's proficiency. You must use value of predefined attribute present in the Amazon Connect instance.</p>" 21288 }, 21289 "Level":{ 21290 "shape":"ProficiencyLevel", 21291 "documentation":"<p>The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.</p>" 21292 } 21293 }, 21294 "documentation":"<p>Information about proficiency of a user.</p>" 21295 }, 21296 "UserProficiencyDisassociate":{ 21297 "type":"structure", 21298 "required":[ 21299 "AttributeName", 21300 "AttributeValue" 21301 ], 21302 "members":{ 21303 "AttributeName":{ 21304 "shape":"PredefinedAttributeName", 21305 "documentation":"<p>The name of user's proficiency.</p>" 21306 }, 21307 "AttributeValue":{ 21308 "shape":"PredefinedAttributeStringValue", 21309 "documentation":"<p>The value of user's proficiency.</p>" 21310 } 21311 }, 21312 "documentation":"<p>Information about proficiency to be disassociated from the user.</p>" 21313 }, 21314 "UserProficiencyDisassociateList":{ 21315 "type":"list", 21316 "member":{"shape":"UserProficiencyDisassociate"} 21317 }, 21318 "UserProficiencyList":{ 21319 "type":"list", 21320 "member":{"shape":"UserProficiency"} 21321 }, 21322 "UserQuickConnectConfig":{ 21323 "type":"structure", 21324 "required":[ 21325 "UserId", 21326 "ContactFlowId" 21327 ], 21328 "members":{ 21329 "UserId":{ 21330 "shape":"UserId", 21331 "documentation":"<p>The identifier of the user.</p>" 21332 }, 21333 "ContactFlowId":{ 21334 "shape":"ContactFlowId", 21335 "documentation":"<p>The identifier of the flow.</p>" 21336 } 21337 }, 21338 "documentation":"<p>Contains information about the quick connect configuration settings for a user. The contact flow must be of type Transfer to Agent.</p>" 21339 }, 21340 "UserReference":{ 21341 "type":"structure", 21342 "members":{ 21343 "Id":{ 21344 "shape":"UserId", 21345 "documentation":"<p>The unique identifier for the user.</p>" 21346 }, 21347 "Arn":{ 21348 "shape":"ARN", 21349 "documentation":"<p>The Amazon Resource Name (ARN) for the user.</p>" 21350 } 21351 }, 21352 "documentation":"<p>Information about the user.</p>" 21353 }, 21354 "UserSearchConditionList":{ 21355 "type":"list", 21356 "member":{"shape":"UserSearchCriteria"} 21357 }, 21358 "UserSearchCriteria":{ 21359 "type":"structure", 21360 "members":{ 21361 "OrConditions":{ 21362 "shape":"UserSearchConditionList", 21363 "documentation":"<p>A list of conditions which would be applied together with an <code>OR</code> condition.</p>" 21364 }, 21365 "AndConditions":{ 21366 "shape":"UserSearchConditionList", 21367 "documentation":"<p>A list of conditions which would be applied together with an <code>AND</code> condition. </p>" 21368 }, 21369 "StringCondition":{ 21370 "shape":"StringCondition", 21371 "documentation":"<p>A leaf node condition which can be used to specify a string condition.</p> <p>The currently supported values for <code>FieldName</code> are <code>username</code>, <code>firstname</code>, <code>lastname</code>, <code>resourceId</code>, <code>routingProfileId</code>, <code>securityProfileId</code>, <code>agentGroupId</code>, and <code>agentGroupPathIds</code>.</p>" 21372 }, 21373 "HierarchyGroupCondition":{ 21374 "shape":"HierarchyGroupCondition", 21375 "documentation":"<p>A leaf node condition which can be used to specify a hierarchy group condition.</p>" 21376 } 21377 }, 21378 "documentation":"<p>The search criteria to be used to return users.</p> <note> <p>The <code>name</code> and <code>description</code> fields support \"contains\" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results. </p> </note>" 21379 }, 21380 "UserSearchFilter":{ 21381 "type":"structure", 21382 "members":{ 21383 "TagFilter":{"shape":"ControlPlaneTagFilter"} 21384 }, 21385 "documentation":"<p>Filters to be applied to search results.</p>" 21386 }, 21387 "UserSearchSummary":{ 21388 "type":"structure", 21389 "members":{ 21390 "Arn":{ 21391 "shape":"ARN", 21392 "documentation":"<p>The Amazon Resource Name (ARN) of the user.</p>" 21393 }, 21394 "DirectoryUserId":{ 21395 "shape":"DirectoryUserId", 21396 "documentation":"<p>The directory identifier of the user.</p>" 21397 }, 21398 "HierarchyGroupId":{ 21399 "shape":"HierarchyGroupId", 21400 "documentation":"<p>The identifier of the user's hierarchy group.</p>" 21401 }, 21402 "Id":{ 21403 "shape":"UserId", 21404 "documentation":"<p>The identifier of the user's summary.</p>" 21405 }, 21406 "IdentityInfo":{ 21407 "shape":"UserIdentityInfoLite", 21408 "documentation":"<p>The user's first name and last name.</p>" 21409 }, 21410 "PhoneConfig":{"shape":"UserPhoneConfig"}, 21411 "RoutingProfileId":{ 21412 "shape":"RoutingProfileId", 21413 "documentation":"<p>The identifier of the user's routing profile.</p>" 21414 }, 21415 "SecurityProfileIds":{ 21416 "shape":"SecurityProfileIds", 21417 "documentation":"<p>The identifiers of the user's security profiles.</p>" 21418 }, 21419 "Tags":{ 21420 "shape":"TagMap", 21421 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 21422 }, 21423 "Username":{ 21424 "shape":"AgentUsername", 21425 "documentation":"<p>The name of the user.</p>" 21426 } 21427 }, 21428 "documentation":"<p>Information about the returned users.</p>" 21429 }, 21430 "UserSearchSummaryList":{ 21431 "type":"list", 21432 "member":{"shape":"UserSearchSummary"} 21433 }, 21434 "UserSummary":{ 21435 "type":"structure", 21436 "members":{ 21437 "Id":{ 21438 "shape":"UserId", 21439 "documentation":"<p>The identifier of the user account.</p>" 21440 }, 21441 "Arn":{ 21442 "shape":"ARN", 21443 "documentation":"<p>The Amazon Resource Name (ARN) of the user account.</p>" 21444 }, 21445 "Username":{ 21446 "shape":"AgentUsername", 21447 "documentation":"<p>The Amazon Connect user name of the user account.</p>" 21448 }, 21449 "LastModifiedTime":{ 21450 "shape":"Timestamp", 21451 "documentation":"<p>The timestamp when this resource was last modified.</p>" 21452 }, 21453 "LastModifiedRegion":{ 21454 "shape":"RegionName", 21455 "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>" 21456 } 21457 }, 21458 "documentation":"<p>Contains summary information about a user.</p>" 21459 }, 21460 "UserSummaryList":{ 21461 "type":"list", 21462 "member":{"shape":"UserSummary"} 21463 }, 21464 "UserTagMap":{ 21465 "type":"map", 21466 "key":{"shape":"String"}, 21467 "value":{"shape":"String"} 21468 }, 21469 "Value":{"type":"double"}, 21470 "VersionNumber":{ 21471 "type":"integer", 21472 "min":1 21473 }, 21474 "VideoCapability":{ 21475 "type":"string", 21476 "enum":["SEND"] 21477 }, 21478 "View":{ 21479 "type":"structure", 21480 "members":{ 21481 "Id":{ 21482 "shape":"ViewId", 21483 "documentation":"<p>The identifier of the view.</p>" 21484 }, 21485 "Arn":{ 21486 "shape":"ARN", 21487 "documentation":"<p>The Amazon Resource Name (ARN) of the view.</p>" 21488 }, 21489 "Name":{ 21490 "shape":"ViewName", 21491 "documentation":"<p>The name of the view.</p>" 21492 }, 21493 "Status":{ 21494 "shape":"ViewStatus", 21495 "documentation":"<p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The <code>PUBLISHED</code> status will initiate validation on the content.</p>" 21496 }, 21497 "Type":{ 21498 "shape":"ViewType", 21499 "documentation":"<p>The type of the view - <code>CUSTOMER_MANAGED</code>.</p>" 21500 }, 21501 "Description":{ 21502 "shape":"ViewDescription", 21503 "documentation":"<p>The description of the view.</p>" 21504 }, 21505 "Version":{ 21506 "shape":"ViewVersion", 21507 "documentation":"<p>Current version of the view.</p>" 21508 }, 21509 "VersionDescription":{ 21510 "shape":"ViewDescription", 21511 "documentation":"<p>The description of the version.</p>" 21512 }, 21513 "Content":{ 21514 "shape":"ViewContent", 21515 "documentation":"<p>View content containing all content necessary to render a view except for runtime input data.</p>" 21516 }, 21517 "Tags":{ 21518 "shape":"TagMap", 21519 "documentation":"<p>The tags associated with the view resource (not specific to view version).</p>" 21520 }, 21521 "CreatedTime":{ 21522 "shape":"Timestamp", 21523 "documentation":"<p>The timestamp of when the view was created.</p>" 21524 }, 21525 "LastModifiedTime":{ 21526 "shape":"Timestamp", 21527 "documentation":"<p>Latest timestamp of the <code>UpdateViewContent</code> or <code>CreateViewVersion</code> operations.</p>" 21528 }, 21529 "ViewContentSha256":{ 21530 "shape":"ViewContentSha256", 21531 "documentation":"<p>Indicates the checksum value of the latest published view content.</p>" 21532 } 21533 }, 21534 "documentation":"<p>A view resource object. Contains metadata and content necessary to render the view.</p>" 21535 }, 21536 "ViewAction":{ 21537 "type":"string", 21538 "max":255, 21539 "min":1, 21540 "pattern":"^([\\p{L}\\p{N}_.:\\/=+\\-@()']+[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@()']*)$", 21541 "sensitive":true 21542 }, 21543 "ViewActions":{ 21544 "type":"list", 21545 "member":{"shape":"ViewAction"} 21546 }, 21547 "ViewContent":{ 21548 "type":"structure", 21549 "members":{ 21550 "InputSchema":{ 21551 "shape":"ViewInputSchema", 21552 "documentation":"<p>The data schema matching data that the view template must be provided to render.</p>" 21553 }, 21554 "Template":{ 21555 "shape":"ViewTemplate", 21556 "documentation":"<p>The view template representing the structure of the view.</p>" 21557 }, 21558 "Actions":{ 21559 "shape":"ViewActions", 21560 "documentation":"<p>A list of possible actions from the view.</p>" 21561 } 21562 }, 21563 "documentation":"<p>View content containing all content necessary to render a view except for runtime input data.</p>" 21564 }, 21565 "ViewContentSha256":{ 21566 "type":"string", 21567 "max":64, 21568 "min":1, 21569 "pattern":"^[a-zA-Z0-9]$" 21570 }, 21571 "ViewDescription":{ 21572 "type":"string", 21573 "max":4096, 21574 "min":1, 21575 "pattern":"^([\\p{L}\\p{N}_.:\\/=+\\-@,()']+[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@,()']*)$" 21576 }, 21577 "ViewId":{ 21578 "type":"string", 21579 "max":500, 21580 "min":1, 21581 "pattern":"^[a-zA-Z0-9\\_\\-:\\/$]+$" 21582 }, 21583 "ViewInputContent":{ 21584 "type":"structure", 21585 "members":{ 21586 "Template":{ 21587 "shape":"ViewTemplate", 21588 "documentation":"<p>The view template representing the structure of the view.</p>" 21589 }, 21590 "Actions":{ 21591 "shape":"ViewActions", 21592 "documentation":"<p>A list of possible actions from the view.</p>" 21593 } 21594 }, 21595 "documentation":"<p>View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.</p>" 21596 }, 21597 "ViewInputSchema":{ 21598 "type":"string", 21599 "sensitive":true 21600 }, 21601 "ViewName":{ 21602 "type":"string", 21603 "max":255, 21604 "min":1, 21605 "pattern":"^([\\p{L}\\p{N}_.:\\/=+\\-@()']+[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@()']*)$", 21606 "sensitive":true 21607 }, 21608 "ViewStatus":{ 21609 "type":"string", 21610 "enum":[ 21611 "PUBLISHED", 21612 "SAVED" 21613 ] 21614 }, 21615 "ViewSummary":{ 21616 "type":"structure", 21617 "members":{ 21618 "Id":{ 21619 "shape":"ViewId", 21620 "documentation":"<p>The identifier of the view.</p>" 21621 }, 21622 "Arn":{ 21623 "shape":"ARN", 21624 "documentation":"<p>The Amazon Resource Name (ARN) of the view.</p>" 21625 }, 21626 "Name":{ 21627 "shape":"ViewName", 21628 "documentation":"<p>The name of the view.</p>" 21629 }, 21630 "Type":{ 21631 "shape":"ViewType", 21632 "documentation":"<p>The type of the view.</p>" 21633 }, 21634 "Status":{ 21635 "shape":"ViewStatus", 21636 "documentation":"<p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The <code>PUBLISHED</code> status will initiate validation on the content.</p>" 21637 }, 21638 "Description":{ 21639 "shape":"ViewDescription", 21640 "documentation":"<p>The description of the view.</p>" 21641 } 21642 }, 21643 "documentation":"<p>A summary of a view's metadata.</p>" 21644 }, 21645 "ViewTemplate":{"type":"string"}, 21646 "ViewType":{ 21647 "type":"string", 21648 "enum":[ 21649 "CUSTOMER_MANAGED", 21650 "AWS_MANAGED" 21651 ] 21652 }, 21653 "ViewVersion":{"type":"integer"}, 21654 "ViewVersionSummary":{ 21655 "type":"structure", 21656 "members":{ 21657 "Id":{ 21658 "shape":"ViewId", 21659 "documentation":"<p>The identifier of the view version.</p>" 21660 }, 21661 "Arn":{ 21662 "shape":"ARN", 21663 "documentation":"<p>The Amazon Resource Name (ARN) of the view version.</p>" 21664 }, 21665 "Description":{ 21666 "shape":"ViewDescription", 21667 "documentation":"<p>The description of the view version.</p>" 21668 }, 21669 "Name":{ 21670 "shape":"ViewName", 21671 "documentation":"<p>The name of the view version.</p>" 21672 }, 21673 "Type":{ 21674 "shape":"ViewType", 21675 "documentation":"<p>The type of the view version.</p>" 21676 }, 21677 "Version":{ 21678 "shape":"ViewVersion", 21679 "documentation":"<p>The sequentially incremented version of the view version.</p>" 21680 }, 21681 "VersionDescription":{ 21682 "shape":"ViewDescription", 21683 "documentation":"<p>The description of the view version.</p>" 21684 } 21685 }, 21686 "documentation":"<p>A summary of a view version's metadata.</p>" 21687 }, 21688 "ViewVersionSummaryList":{ 21689 "type":"list", 21690 "member":{"shape":"ViewVersionSummary"} 21691 }, 21692 "ViewsClientToken":{ 21693 "type":"string", 21694 "max":500, 21695 "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*)$" 21696 }, 21697 "ViewsInstanceId":{ 21698 "type":"string", 21699 "max":100, 21700 "min":1, 21701 "pattern":"^[a-zA-Z0-9\\_\\-:\\/]+$" 21702 }, 21703 "ViewsNextToken":{ 21704 "type":"string", 21705 "max":4096, 21706 "min":1, 21707 "pattern":"^[a-zA-Z0-9=\\/+_.-]+$" 21708 }, 21709 "ViewsSummaryList":{ 21710 "type":"list", 21711 "member":{"shape":"ViewSummary"} 21712 }, 21713 "Vocabulary":{ 21714 "type":"structure", 21715 "required":[ 21716 "Name", 21717 "Id", 21718 "Arn", 21719 "LanguageCode", 21720 "State", 21721 "LastModifiedTime" 21722 ], 21723 "members":{ 21724 "Name":{ 21725 "shape":"VocabularyName", 21726 "documentation":"<p>A unique name of the custom vocabulary.</p>" 21727 }, 21728 "Id":{ 21729 "shape":"VocabularyId", 21730 "documentation":"<p>The identifier of the custom vocabulary.</p>" 21731 }, 21732 "Arn":{ 21733 "shape":"ARN", 21734 "documentation":"<p>The Amazon Resource Name (ARN) of the custom vocabulary.</p>" 21735 }, 21736 "LanguageCode":{ 21737 "shape":"VocabularyLanguageCode", 21738 "documentation":"<p>The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html\">What is Amazon Transcribe?</a> </p>" 21739 }, 21740 "State":{ 21741 "shape":"VocabularyState", 21742 "documentation":"<p>The current state of the custom vocabulary.</p>" 21743 }, 21744 "LastModifiedTime":{ 21745 "shape":"VocabularyLastModifiedTime", 21746 "documentation":"<p>The timestamp when the custom vocabulary was last modified.</p>" 21747 }, 21748 "FailureReason":{ 21749 "shape":"VocabularyFailureReason", 21750 "documentation":"<p>The reason why the custom vocabulary was not created.</p>" 21751 }, 21752 "Content":{ 21753 "shape":"VocabularyContent", 21754 "documentation":"<p>The content of the custom vocabulary in plain-text format with a table of values. Each row in the table represents a word or a phrase, described with <code>Phrase</code>, <code>IPA</code>, <code>SoundsLike</code>, and <code>DisplayAs</code> fields. Separate the fields with TAB characters. For more information, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/custom-vocabulary.html#create-vocabulary-table\">Create a custom vocabulary using a table</a>.</p>" 21755 }, 21756 "Tags":{ 21757 "shape":"TagMap", 21758 "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>" 21759 } 21760 }, 21761 "documentation":"<p>Contains information about a custom vocabulary.</p>" 21762 }, 21763 "VocabularyContent":{ 21764 "type":"string", 21765 "max":60000, 21766 "min":1 21767 }, 21768 "VocabularyFailureReason":{"type":"string"}, 21769 "VocabularyId":{ 21770 "type":"string", 21771 "max":500, 21772 "min":1 21773 }, 21774 "VocabularyLanguageCode":{ 21775 "type":"string", 21776 "enum":[ 21777 "ar-AE", 21778 "de-CH", 21779 "de-DE", 21780 "en-AB", 21781 "en-AU", 21782 "en-GB", 21783 "en-IE", 21784 "en-IN", 21785 "en-US", 21786 "en-WL", 21787 "es-ES", 21788 "es-US", 21789 "fr-CA", 21790 "fr-FR", 21791 "hi-IN", 21792 "it-IT", 21793 "ja-JP", 21794 "ko-KR", 21795 "pt-BR", 21796 "pt-PT", 21797 "zh-CN", 21798 "en-NZ", 21799 "en-ZA" 21800 ] 21801 }, 21802 "VocabularyLastModifiedTime":{"type":"timestamp"}, 21803 "VocabularyName":{ 21804 "type":"string", 21805 "max":140, 21806 "min":1, 21807 "pattern":"^[0-9a-zA-Z._-]+" 21808 }, 21809 "VocabularyNextToken":{ 21810 "type":"string", 21811 "max":131070, 21812 "min":1, 21813 "pattern":".*\\S.*" 21814 }, 21815 "VocabularyState":{ 21816 "type":"string", 21817 "enum":[ 21818 "CREATION_IN_PROGRESS", 21819 "ACTIVE", 21820 "CREATION_FAILED", 21821 "DELETE_IN_PROGRESS" 21822 ] 21823 }, 21824 "VocabularySummary":{ 21825 "type":"structure", 21826 "required":[ 21827 "Name", 21828 "Id", 21829 "Arn", 21830 "LanguageCode", 21831 "State", 21832 "LastModifiedTime" 21833 ], 21834 "members":{ 21835 "Name":{ 21836 "shape":"VocabularyName", 21837 "documentation":"<p>A unique name of the custom vocabulary.</p>" 21838 }, 21839 "Id":{ 21840 "shape":"VocabularyId", 21841 "documentation":"<p>The identifier of the custom vocabulary.</p>" 21842 }, 21843 "Arn":{ 21844 "shape":"ARN", 21845 "documentation":"<p>The Amazon Resource Name (ARN) of the custom vocabulary.</p>" 21846 }, 21847 "LanguageCode":{ 21848 "shape":"VocabularyLanguageCode", 21849 "documentation":"<p>The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html\">What is Amazon Transcribe?</a> </p>" 21850 }, 21851 "State":{ 21852 "shape":"VocabularyState", 21853 "documentation":"<p>The current state of the custom vocabulary.</p>" 21854 }, 21855 "LastModifiedTime":{ 21856 "shape":"VocabularyLastModifiedTime", 21857 "documentation":"<p>The timestamp when the custom vocabulary was last modified.</p>" 21858 }, 21859 "FailureReason":{ 21860 "shape":"VocabularyFailureReason", 21861 "documentation":"<p>The reason why the custom vocabulary was not created.</p>" 21862 } 21863 }, 21864 "documentation":"<p>Contains summary information about the custom vocabulary.</p>" 21865 }, 21866 "VocabularySummaryList":{ 21867 "type":"list", 21868 "member":{"shape":"VocabularySummary"} 21869 }, 21870 "VoiceRecordingConfiguration":{ 21871 "type":"structure", 21872 "members":{ 21873 "VoiceRecordingTrack":{ 21874 "shape":"VoiceRecordingTrack", 21875 "documentation":"<p>Identifies which track is being recorded.</p>" 21876 } 21877 }, 21878 "documentation":"<p>Contains information about the recording configuration settings.</p>" 21879 }, 21880 "VoiceRecordingTrack":{ 21881 "type":"string", 21882 "enum":[ 21883 "FROM_AGENT", 21884 "TO_AGENT", 21885 "ALL" 21886 ] 21887 }, 21888 "WisdomInfo":{ 21889 "type":"structure", 21890 "members":{ 21891 "SessionArn":{ 21892 "shape":"ARN", 21893 "documentation":"<p>The Amazon Resource Name (ARN) of the Wisdom session.</p>" 21894 } 21895 }, 21896 "documentation":"<p>Information about Amazon Connect Wisdom.</p>" 21897 }, 21898 "resourceArnListMaxLimit100":{ 21899 "type":"list", 21900 "member":{"shape":"ARN"}, 21901 "max":100, 21902 "min":1 21903 }, 21904 "timestamp":{"type":"timestamp"} 21905 }, 21906 "documentation":"<p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.</p> <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing. You can also resolve customer issues more efficiently by getting customers in touch with the appropriate agents.</p> <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits to the number of requests that you can make per second. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <p>You can connect programmatically to an Amazon Web Services service by using an endpoint. For a list of Amazon Connect endpoints, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/connect_region.html\">Amazon Connect Endpoints</a>.</p>" 21907} 21908