aws-sdk 2.1364.0 → 2.1365.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/README.md +1 -1
- package/apis/chime-sdk-messaging-2021-05-15.min.json +4 -9
- package/apis/connect-2017-08-08.min.json +1279 -275
- package/apis/connect-2017-08-08.paginators.json +17 -0
- package/apis/datasync-2018-11-09.min.json +782 -113
- package/apis/datasync-2018-11-09.paginators.json +23 -0
- package/apis/ds-2015-04-16.min.json +8 -7
- package/apis/pinpoint-2016-12-01.examples.json +98 -0
- package/apis/pinpoint-2016-12-01.min.json +233 -23
- package/clients/chimesdkmessaging.d.ts +0 -12
- package/clients/connect.d.ts +1119 -89
- package/clients/datasync.d.ts +857 -10
- package/clients/directoryservice.d.ts +7 -2
- package/clients/pinpoint.d.ts +208 -23
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +1299 -278
- package/dist/aws-sdk.min.js +79 -79
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -13,6 +13,47 @@ | |
| 13 13 | 
             
                "uid": "connect-2017-08-08"
         | 
| 14 14 | 
             
              },
         | 
| 15 15 | 
             
              "operations": {
         | 
| 16 | 
            +
                "ActivateEvaluationForm": {
         | 
| 17 | 
            +
                  "http": {
         | 
| 18 | 
            +
                    "requestUri": "/evaluation-forms/{InstanceId}/{EvaluationFormId}/activate"
         | 
| 19 | 
            +
                  },
         | 
| 20 | 
            +
                  "input": {
         | 
| 21 | 
            +
                    "type": "structure",
         | 
| 22 | 
            +
                    "required": [
         | 
| 23 | 
            +
                      "InstanceId",
         | 
| 24 | 
            +
                      "EvaluationFormId",
         | 
| 25 | 
            +
                      "EvaluationFormVersion"
         | 
| 26 | 
            +
                    ],
         | 
| 27 | 
            +
                    "members": {
         | 
| 28 | 
            +
                      "InstanceId": {
         | 
| 29 | 
            +
                        "location": "uri",
         | 
| 30 | 
            +
                        "locationName": "InstanceId"
         | 
| 31 | 
            +
                      },
         | 
| 32 | 
            +
                      "EvaluationFormId": {
         | 
| 33 | 
            +
                        "location": "uri",
         | 
| 34 | 
            +
                        "locationName": "EvaluationFormId"
         | 
| 35 | 
            +
                      },
         | 
| 36 | 
            +
                      "EvaluationFormVersion": {
         | 
| 37 | 
            +
                        "type": "integer"
         | 
| 38 | 
            +
                      }
         | 
| 39 | 
            +
                    }
         | 
| 40 | 
            +
                  },
         | 
| 41 | 
            +
                  "output": {
         | 
| 42 | 
            +
                    "type": "structure",
         | 
| 43 | 
            +
                    "required": [
         | 
| 44 | 
            +
                      "EvaluationFormId",
         | 
| 45 | 
            +
                      "EvaluationFormArn",
         | 
| 46 | 
            +
                      "EvaluationFormVersion"
         | 
| 47 | 
            +
                    ],
         | 
| 48 | 
            +
                    "members": {
         | 
| 49 | 
            +
                      "EvaluationFormId": {},
         | 
| 50 | 
            +
                      "EvaluationFormArn": {},
         | 
| 51 | 
            +
                      "EvaluationFormVersion": {
         | 
| 52 | 
            +
                        "type": "integer"
         | 
| 53 | 
            +
                      }
         | 
| 54 | 
            +
                    }
         | 
| 55 | 
            +
                  }
         | 
| 56 | 
            +
                },
         | 
| 16 57 | 
             
                "AssociateApprovedOrigin": {
         | 
| 17 58 | 
             
                  "http": {
         | 
| 18 59 | 
             
                    "method": "PUT",
         | 
| @@ -49,10 +90,10 @@ | |
| 49 90 | 
             
                        "locationName": "InstanceId"
         | 
| 50 91 | 
             
                      },
         | 
| 51 92 | 
             
                      "LexBot": {
         | 
| 52 | 
            -
                        "shape": " | 
| 93 | 
            +
                        "shape": "Sa"
         | 
| 53 94 | 
             
                      },
         | 
| 54 95 | 
             
                      "LexV2Bot": {
         | 
| 55 | 
            -
                        "shape": " | 
| 96 | 
            +
                        "shape": "Sd"
         | 
| 56 97 | 
             
                      }
         | 
| 57 98 | 
             
                    }
         | 
| 58 99 | 
             
                  }
         | 
| @@ -104,7 +145,7 @@ | |
| 104 145 | 
             
                      },
         | 
| 105 146 | 
             
                      "ResourceType": {},
         | 
| 106 147 | 
             
                      "StorageConfig": {
         | 
| 107 | 
            -
                        "shape": " | 
| 148 | 
            +
                        "shape": "Sl"
         | 
| 108 149 | 
             
                      }
         | 
| 109 150 | 
             
                    }
         | 
| 110 151 | 
             
                  },
         | 
| @@ -152,7 +193,7 @@ | |
| 152 193 | 
             
                        "locationName": "InstanceId"
         | 
| 153 194 | 
             
                      },
         | 
| 154 195 | 
             
                      "LexBot": {
         | 
| 155 | 
            -
                        "shape": " | 
| 196 | 
            +
                        "shape": "Sa"
         | 
| 156 197 | 
             
                      }
         | 
| 157 198 | 
             
                    }
         | 
| 158 199 | 
             
                  }
         | 
| @@ -200,7 +241,7 @@ | |
| 200 241 | 
             
                        "locationName": "QueueId"
         | 
| 201 242 | 
             
                      },
         | 
| 202 243 | 
             
                      "QuickConnectIds": {
         | 
| 203 | 
            -
                        "shape": " | 
| 244 | 
            +
                        "shape": "S17"
         | 
| 204 245 | 
             
                      }
         | 
| 205 246 | 
             
                    }
         | 
| 206 247 | 
             
                  }
         | 
| @@ -226,7 +267,7 @@ | |
| 226 267 | 
             
                        "locationName": "RoutingProfileId"
         | 
| 227 268 | 
             
                      },
         | 
| 228 269 | 
             
                      "QueueConfigs": {
         | 
| 229 | 
            -
                        "shape": " | 
| 270 | 
            +
                        "shape": "S1b"
         | 
| 230 271 | 
             
                      }
         | 
| 231 272 | 
             
                    }
         | 
| 232 273 | 
             
                  }
         | 
| @@ -272,7 +313,7 @@ | |
| 272 313 | 
             
                      "PhoneNumber": {},
         | 
| 273 314 | 
             
                      "PhoneNumberDescription": {},
         | 
| 274 315 | 
             
                      "Tags": {
         | 
| 275 | 
            -
                        "shape": " | 
| 316 | 
            +
                        "shape": "S1n"
         | 
| 276 317 | 
             
                      },
         | 
| 277 318 | 
             
                      "ClientToken": {
         | 
| 278 319 | 
             
                        "idempotencyToken": true
         | 
| @@ -311,7 +352,7 @@ | |
| 311 352 | 
             
                        "type": "integer"
         | 
| 312 353 | 
             
                      },
         | 
| 313 354 | 
             
                      "Tags": {
         | 
| 314 | 
            -
                        "shape": " | 
| 355 | 
            +
                        "shape": "S1n"
         | 
| 315 356 | 
             
                      }
         | 
| 316 357 | 
             
                    }
         | 
| 317 358 | 
             
                  },
         | 
| @@ -346,7 +387,7 @@ | |
| 346 387 | 
             
                      "Description": {},
         | 
| 347 388 | 
             
                      "Content": {},
         | 
| 348 389 | 
             
                      "Tags": {
         | 
| 349 | 
            -
                        "shape": " | 
| 390 | 
            +
                        "shape": "S1n"
         | 
| 350 391 | 
             
                      }
         | 
| 351 392 | 
             
                    }
         | 
| 352 393 | 
             
                  },
         | 
| @@ -379,7 +420,7 @@ | |
| 379 420 | 
             
                      "Description": {},
         | 
| 380 421 | 
             
                      "Content": {},
         | 
| 381 422 | 
             
                      "Tags": {
         | 
| 382 | 
            -
                        "shape": " | 
| 423 | 
            +
                        "shape": "S1n"
         | 
| 383 424 | 
             
                      },
         | 
| 384 425 | 
             
                      "ClientToken": {
         | 
| 385 426 | 
             
                        "idempotencyToken": true
         | 
| @@ -394,6 +435,49 @@ | |
| 394 435 | 
             
                    }
         | 
| 395 436 | 
             
                  }
         | 
| 396 437 | 
             
                },
         | 
| 438 | 
            +
                "CreateEvaluationForm": {
         | 
| 439 | 
            +
                  "http": {
         | 
| 440 | 
            +
                    "method": "PUT",
         | 
| 441 | 
            +
                    "requestUri": "/evaluation-forms/{InstanceId}"
         | 
| 442 | 
            +
                  },
         | 
| 443 | 
            +
                  "input": {
         | 
| 444 | 
            +
                    "type": "structure",
         | 
| 445 | 
            +
                    "required": [
         | 
| 446 | 
            +
                      "InstanceId",
         | 
| 447 | 
            +
                      "Title",
         | 
| 448 | 
            +
                      "Items"
         | 
| 449 | 
            +
                    ],
         | 
| 450 | 
            +
                    "members": {
         | 
| 451 | 
            +
                      "InstanceId": {
         | 
| 452 | 
            +
                        "location": "uri",
         | 
| 453 | 
            +
                        "locationName": "InstanceId"
         | 
| 454 | 
            +
                      },
         | 
| 455 | 
            +
                      "Title": {},
         | 
| 456 | 
            +
                      "Description": {},
         | 
| 457 | 
            +
                      "Items": {
         | 
| 458 | 
            +
                        "shape": "S2e"
         | 
| 459 | 
            +
                      },
         | 
| 460 | 
            +
                      "ScoringStrategy": {
         | 
| 461 | 
            +
                        "shape": "S39"
         | 
| 462 | 
            +
                      },
         | 
| 463 | 
            +
                      "ClientToken": {
         | 
| 464 | 
            +
                        "idempotencyToken": true
         | 
| 465 | 
            +
                      }
         | 
| 466 | 
            +
                    }
         | 
| 467 | 
            +
                  },
         | 
| 468 | 
            +
                  "output": {
         | 
| 469 | 
            +
                    "type": "structure",
         | 
| 470 | 
            +
                    "required": [
         | 
| 471 | 
            +
                      "EvaluationFormId",
         | 
| 472 | 
            +
                      "EvaluationFormArn"
         | 
| 473 | 
            +
                    ],
         | 
| 474 | 
            +
                    "members": {
         | 
| 475 | 
            +
                      "EvaluationFormId": {},
         | 
| 476 | 
            +
                      "EvaluationFormArn": {}
         | 
| 477 | 
            +
                    }
         | 
| 478 | 
            +
                  },
         | 
| 479 | 
            +
                  "idempotent": true
         | 
| 480 | 
            +
                },
         | 
| 397 481 | 
             
                "CreateHoursOfOperation": {
         | 
| 398 482 | 
             
                  "http": {
         | 
| 399 483 | 
             
                    "method": "PUT",
         | 
| @@ -416,10 +500,10 @@ | |
| 416 500 | 
             
                      "Description": {},
         | 
| 417 501 | 
             
                      "TimeZone": {},
         | 
| 418 502 | 
             
                      "Config": {
         | 
| 419 | 
            -
                        "shape": " | 
| 503 | 
            +
                        "shape": "S3h"
         | 
| 420 504 | 
             
                      },
         | 
| 421 505 | 
             
                      "Tags": {
         | 
| 422 | 
            -
                        "shape": " | 
| 506 | 
            +
                        "shape": "S1n"
         | 
| 423 507 | 
             
                      }
         | 
| 424 508 | 
             
                    }
         | 
| 425 509 | 
             
                  },
         | 
| @@ -447,7 +531,7 @@ | |
| 447 531 | 
             
                      "ClientToken": {},
         | 
| 448 532 | 
             
                      "IdentityManagementType": {},
         | 
| 449 533 | 
             
                      "InstanceAlias": {
         | 
| 450 | 
            -
                        "shape": " | 
| 534 | 
            +
                        "shape": "S3r"
         | 
| 451 535 | 
             
                      },
         | 
| 452 536 | 
             
                      "DirectoryId": {},
         | 
| 453 537 | 
             
                      "InboundCallsEnabled": {
         | 
| @@ -489,7 +573,7 @@ | |
| 489 573 | 
             
                      "SourceApplicationName": {},
         | 
| 490 574 | 
             
                      "SourceType": {},
         | 
| 491 575 | 
             
                      "Tags": {
         | 
| 492 | 
            -
                        "shape": " | 
| 576 | 
            +
                        "shape": "S1n"
         | 
| 493 577 | 
             
                      }
         | 
| 494 578 | 
             
                    }
         | 
| 495 579 | 
             
                  },
         | 
| @@ -561,17 +645,17 @@ | |
| 561 645 | 
             
                      "Name": {},
         | 
| 562 646 | 
             
                      "Description": {},
         | 
| 563 647 | 
             
                      "OutboundCallerConfig": {
         | 
| 564 | 
            -
                        "shape": " | 
| 648 | 
            +
                        "shape": "S4f"
         | 
| 565 649 | 
             
                      },
         | 
| 566 650 | 
             
                      "HoursOfOperationId": {},
         | 
| 567 651 | 
             
                      "MaxContacts": {
         | 
| 568 652 | 
             
                        "type": "integer"
         | 
| 569 653 | 
             
                      },
         | 
| 570 654 | 
             
                      "QuickConnectIds": {
         | 
| 571 | 
            -
                        "shape": " | 
| 655 | 
            +
                        "shape": "S17"
         | 
| 572 656 | 
             
                      },
         | 
| 573 657 | 
             
                      "Tags": {
         | 
| 574 | 
            -
                        "shape": " | 
| 658 | 
            +
                        "shape": "S1n"
         | 
| 575 659 | 
             
                      }
         | 
| 576 660 | 
             
                    }
         | 
| 577 661 | 
             
                  },
         | 
| @@ -603,10 +687,10 @@ | |
| 603 687 | 
             
                      "Name": {},
         | 
| 604 688 | 
             
                      "Description": {},
         | 
| 605 689 | 
             
                      "QuickConnectConfig": {
         | 
| 606 | 
            -
                        "shape": " | 
| 690 | 
            +
                        "shape": "S4m"
         | 
| 607 691 | 
             
                      },
         | 
| 608 692 | 
             
                      "Tags": {
         | 
| 609 | 
            -
                        "shape": " | 
| 693 | 
            +
                        "shape": "S1n"
         | 
| 610 694 | 
             
                      }
         | 
| 611 695 | 
             
                    }
         | 
| 612 696 | 
             
                  },
         | 
| @@ -641,13 +725,13 @@ | |
| 641 725 | 
             
                      "Description": {},
         | 
| 642 726 | 
             
                      "DefaultOutboundQueueId": {},
         | 
| 643 727 | 
             
                      "QueueConfigs": {
         | 
| 644 | 
            -
                        "shape": " | 
| 728 | 
            +
                        "shape": "S1b"
         | 
| 645 729 | 
             
                      },
         | 
| 646 730 | 
             
                      "MediaConcurrencies": {
         | 
| 647 | 
            -
                        "shape": " | 
| 731 | 
            +
                        "shape": "S4w"
         | 
| 648 732 | 
             
                      },
         | 
| 649 733 | 
             
                      "Tags": {
         | 
| 650 | 
            -
                        "shape": " | 
| 734 | 
            +
                        "shape": "S1n"
         | 
| 651 735 | 
             
                      }
         | 
| 652 736 | 
             
                    }
         | 
| 653 737 | 
             
                  },
         | 
| @@ -680,11 +764,11 @@ | |
| 680 764 | 
             
                      },
         | 
| 681 765 | 
             
                      "Name": {},
         | 
| 682 766 | 
             
                      "TriggerEventSource": {
         | 
| 683 | 
            -
                        "shape": " | 
| 767 | 
            +
                        "shape": "S54"
         | 
| 684 768 | 
             
                      },
         | 
| 685 769 | 
             
                      "Function": {},
         | 
| 686 770 | 
             
                      "Actions": {
         | 
| 687 | 
            -
                        "shape": " | 
| 771 | 
            +
                        "shape": "S57"
         | 
| 688 772 | 
             
                      },
         | 
| 689 773 | 
             
                      "PublishStatus": {},
         | 
| 690 774 | 
             
                      "ClientToken": {
         | 
| @@ -719,20 +803,20 @@ | |
| 719 803 | 
             
                      "SecurityProfileName": {},
         | 
| 720 804 | 
             
                      "Description": {},
         | 
| 721 805 | 
             
                      "Permissions": {
         | 
| 722 | 
            -
                        "shape": " | 
| 806 | 
            +
                        "shape": "S60"
         | 
| 723 807 | 
             
                      },
         | 
| 724 808 | 
             
                      "InstanceId": {
         | 
| 725 809 | 
             
                        "location": "uri",
         | 
| 726 810 | 
             
                        "locationName": "InstanceId"
         | 
| 727 811 | 
             
                      },
         | 
| 728 812 | 
             
                      "Tags": {
         | 
| 729 | 
            -
                        "shape": " | 
| 813 | 
            +
                        "shape": "S1n"
         | 
| 730 814 | 
             
                      },
         | 
| 731 815 | 
             
                      "AllowedAccessControlTags": {
         | 
| 732 | 
            -
                        "shape": " | 
| 816 | 
            +
                        "shape": "S62"
         | 
| 733 817 | 
             
                      },
         | 
| 734 818 | 
             
                      "TagRestrictedResources": {
         | 
| 735 | 
            -
                        "shape": " | 
| 819 | 
            +
                        "shape": "S65"
         | 
| 736 820 | 
             
                      }
         | 
| 737 821 | 
             
                    }
         | 
| 738 822 | 
             
                  },
         | 
| @@ -765,14 +849,14 @@ | |
| 765 849 | 
             
                      "Description": {},
         | 
| 766 850 | 
             
                      "ContactFlowId": {},
         | 
| 767 851 | 
             
                      "Constraints": {
         | 
| 768 | 
            -
                        "shape": " | 
| 852 | 
            +
                        "shape": "S6c"
         | 
| 769 853 | 
             
                      },
         | 
| 770 854 | 
             
                      "Defaults": {
         | 
| 771 | 
            -
                        "shape": " | 
| 855 | 
            +
                        "shape": "S6l"
         | 
| 772 856 | 
             
                      },
         | 
| 773 857 | 
             
                      "Status": {},
         | 
| 774 858 | 
             
                      "Fields": {
         | 
| 775 | 
            -
                        "shape": " | 
| 859 | 
            +
                        "shape": "S6q"
         | 
| 776 860 | 
             
                      },
         | 
| 777 861 | 
             
                      "ClientToken": {
         | 
| 778 862 | 
             
                        "idempotencyToken": true
         | 
| @@ -810,7 +894,7 @@ | |
| 810 894 | 
             
                        "idempotencyToken": true
         | 
| 811 895 | 
             
                      },
         | 
| 812 896 | 
             
                      "Tags": {
         | 
| 813 | 
            -
                        "shape": " | 
| 897 | 
            +
                        "shape": "S1n"
         | 
| 814 898 | 
             
                      }
         | 
| 815 899 | 
             
                    }
         | 
| 816 900 | 
             
                  },
         | 
| @@ -845,7 +929,7 @@ | |
| 845 929 | 
             
                      },
         | 
| 846 930 | 
             
                      "UseCaseType": {},
         | 
| 847 931 | 
             
                      "Tags": {
         | 
| 848 | 
            -
                        "shape": " | 
| 932 | 
            +
                        "shape": "S1n"
         | 
| 849 933 | 
             
                      }
         | 
| 850 934 | 
             
                    }
         | 
| 851 935 | 
             
                  },
         | 
| @@ -875,14 +959,14 @@ | |
| 875 959 | 
             
                      "Username": {},
         | 
| 876 960 | 
             
                      "Password": {},
         | 
| 877 961 | 
             
                      "IdentityInfo": {
         | 
| 878 | 
            -
                        "shape": " | 
| 962 | 
            +
                        "shape": "S7d"
         | 
| 879 963 | 
             
                      },
         | 
| 880 964 | 
             
                      "PhoneConfig": {
         | 
| 881 | 
            -
                        "shape": " | 
| 965 | 
            +
                        "shape": "S7h"
         | 
| 882 966 | 
             
                      },
         | 
| 883 967 | 
             
                      "DirectoryUserId": {},
         | 
| 884 968 | 
             
                      "SecurityProfileIds": {
         | 
| 885 | 
            -
                        "shape": " | 
| 969 | 
            +
                        "shape": "S7m"
         | 
| 886 970 | 
             
                      },
         | 
| 887 971 | 
             
                      "RoutingProfileId": {},
         | 
| 888 972 | 
             
                      "HierarchyGroupId": {},
         | 
| @@ -891,7 +975,7 @@ | |
| 891 975 | 
             
                        "locationName": "InstanceId"
         | 
| 892 976 | 
             
                      },
         | 
| 893 977 | 
             
                      "Tags": {
         | 
| 894 | 
            -
                        "shape": " | 
| 978 | 
            +
                        "shape": "S1n"
         | 
| 895 979 | 
             
                      }
         | 
| 896 980 | 
             
                    }
         | 
| 897 981 | 
             
                  },
         | 
| @@ -922,7 +1006,7 @@ | |
| 922 1006 | 
             
                        "locationName": "InstanceId"
         | 
| 923 1007 | 
             
                      },
         | 
| 924 1008 | 
             
                      "Tags": {
         | 
| 925 | 
            -
                        "shape": " | 
| 1009 | 
            +
                        "shape": "S1n"
         | 
| 926 1010 | 
             
                      }
         | 
| 927 1011 | 
             
                    }
         | 
| 928 1012 | 
             
                  },
         | 
| @@ -958,7 +1042,7 @@ | |
| 958 1042 | 
             
                      "LanguageCode": {},
         | 
| 959 1043 | 
             
                      "Content": {},
         | 
| 960 1044 | 
             
                      "Tags": {
         | 
| 961 | 
            -
                        "shape": " | 
| 1045 | 
            +
                        "shape": "S1n"
         | 
| 962 1046 | 
             
                      }
         | 
| 963 1047 | 
             
                    }
         | 
| 964 1048 | 
             
                  },
         | 
| @@ -976,6 +1060,70 @@ | |
| 976 1060 | 
             
                    }
         | 
| 977 1061 | 
             
                  }
         | 
| 978 1062 | 
             
                },
         | 
| 1063 | 
            +
                "DeactivateEvaluationForm": {
         | 
| 1064 | 
            +
                  "http": {
         | 
| 1065 | 
            +
                    "requestUri": "/evaluation-forms/{InstanceId}/{EvaluationFormId}/deactivate"
         | 
| 1066 | 
            +
                  },
         | 
| 1067 | 
            +
                  "input": {
         | 
| 1068 | 
            +
                    "type": "structure",
         | 
| 1069 | 
            +
                    "required": [
         | 
| 1070 | 
            +
                      "InstanceId",
         | 
| 1071 | 
            +
                      "EvaluationFormId",
         | 
| 1072 | 
            +
                      "EvaluationFormVersion"
         | 
| 1073 | 
            +
                    ],
         | 
| 1074 | 
            +
                    "members": {
         | 
| 1075 | 
            +
                      "InstanceId": {
         | 
| 1076 | 
            +
                        "location": "uri",
         | 
| 1077 | 
            +
                        "locationName": "InstanceId"
         | 
| 1078 | 
            +
                      },
         | 
| 1079 | 
            +
                      "EvaluationFormId": {
         | 
| 1080 | 
            +
                        "location": "uri",
         | 
| 1081 | 
            +
                        "locationName": "EvaluationFormId"
         | 
| 1082 | 
            +
                      },
         | 
| 1083 | 
            +
                      "EvaluationFormVersion": {
         | 
| 1084 | 
            +
                        "type": "integer"
         | 
| 1085 | 
            +
                      }
         | 
| 1086 | 
            +
                    }
         | 
| 1087 | 
            +
                  },
         | 
| 1088 | 
            +
                  "output": {
         | 
| 1089 | 
            +
                    "type": "structure",
         | 
| 1090 | 
            +
                    "required": [
         | 
| 1091 | 
            +
                      "EvaluationFormId",
         | 
| 1092 | 
            +
                      "EvaluationFormArn",
         | 
| 1093 | 
            +
                      "EvaluationFormVersion"
         | 
| 1094 | 
            +
                    ],
         | 
| 1095 | 
            +
                    "members": {
         | 
| 1096 | 
            +
                      "EvaluationFormId": {},
         | 
| 1097 | 
            +
                      "EvaluationFormArn": {},
         | 
| 1098 | 
            +
                      "EvaluationFormVersion": {
         | 
| 1099 | 
            +
                        "type": "integer"
         | 
| 1100 | 
            +
                      }
         | 
| 1101 | 
            +
                    }
         | 
| 1102 | 
            +
                  }
         | 
| 1103 | 
            +
                },
         | 
| 1104 | 
            +
                "DeleteContactEvaluation": {
         | 
| 1105 | 
            +
                  "http": {
         | 
| 1106 | 
            +
                    "method": "DELETE",
         | 
| 1107 | 
            +
                    "requestUri": "/contact-evaluations/{InstanceId}/{EvaluationId}"
         | 
| 1108 | 
            +
                  },
         | 
| 1109 | 
            +
                  "input": {
         | 
| 1110 | 
            +
                    "type": "structure",
         | 
| 1111 | 
            +
                    "required": [
         | 
| 1112 | 
            +
                      "InstanceId",
         | 
| 1113 | 
            +
                      "EvaluationId"
         | 
| 1114 | 
            +
                    ],
         | 
| 1115 | 
            +
                    "members": {
         | 
| 1116 | 
            +
                      "InstanceId": {
         | 
| 1117 | 
            +
                        "location": "uri",
         | 
| 1118 | 
            +
                        "locationName": "InstanceId"
         | 
| 1119 | 
            +
                      },
         | 
| 1120 | 
            +
                      "EvaluationId": {
         | 
| 1121 | 
            +
                        "location": "uri",
         | 
| 1122 | 
            +
                        "locationName": "EvaluationId"
         | 
| 1123 | 
            +
                      }
         | 
| 1124 | 
            +
                    }
         | 
| 1125 | 
            +
                  }
         | 
| 1126 | 
            +
                },
         | 
| 979 1127 | 
             
                "DeleteContactFlow": {
         | 
| 980 1128 | 
             
                  "http": {
         | 
| 981 1129 | 
             
                    "method": "DELETE",
         | 
| @@ -1030,6 +1178,34 @@ | |
| 1030 1178 | 
             
                    "members": {}
         | 
| 1031 1179 | 
             
                  }
         | 
| 1032 1180 | 
             
                },
         | 
| 1181 | 
            +
                "DeleteEvaluationForm": {
         | 
| 1182 | 
            +
                  "http": {
         | 
| 1183 | 
            +
                    "method": "DELETE",
         | 
| 1184 | 
            +
                    "requestUri": "/evaluation-forms/{InstanceId}/{EvaluationFormId}"
         | 
| 1185 | 
            +
                  },
         | 
| 1186 | 
            +
                  "input": {
         | 
| 1187 | 
            +
                    "type": "structure",
         | 
| 1188 | 
            +
                    "required": [
         | 
| 1189 | 
            +
                      "InstanceId",
         | 
| 1190 | 
            +
                      "EvaluationFormId"
         | 
| 1191 | 
            +
                    ],
         | 
| 1192 | 
            +
                    "members": {
         | 
| 1193 | 
            +
                      "InstanceId": {
         | 
| 1194 | 
            +
                        "location": "uri",
         | 
| 1195 | 
            +
                        "locationName": "InstanceId"
         | 
| 1196 | 
            +
                      },
         | 
| 1197 | 
            +
                      "EvaluationFormId": {
         | 
| 1198 | 
            +
                        "location": "uri",
         | 
| 1199 | 
            +
                        "locationName": "EvaluationFormId"
         | 
| 1200 | 
            +
                      },
         | 
| 1201 | 
            +
                      "EvaluationFormVersion": {
         | 
| 1202 | 
            +
                        "location": "querystring",
         | 
| 1203 | 
            +
                        "locationName": "version",
         | 
| 1204 | 
            +
                        "type": "integer"
         | 
| 1205 | 
            +
                      }
         | 
| 1206 | 
            +
                    }
         | 
| 1207 | 
            +
                  }
         | 
| 1208 | 
            +
                },
         | 
| 1033 1209 | 
             
                "DeleteHoursOfOperation": {
         | 
| 1034 1210 | 
             
                  "http": {
         | 
| 1035 1211 | 
             
                    "method": "DELETE",
         | 
| @@ -1359,7 +1535,7 @@ | |
| 1359 1535 | 
             
                          },
         | 
| 1360 1536 | 
             
                          "State": {},
         | 
| 1361 1537 | 
             
                          "Tags": {
         | 
| 1362 | 
            -
                            "shape": " | 
| 1538 | 
            +
                            "shape": "S1n"
         | 
| 1363 1539 | 
             
                          }
         | 
| 1364 1540 | 
             
                        }
         | 
| 1365 1541 | 
             
                      }
         | 
| @@ -1444,6 +1620,130 @@ | |
| 1444 1620 | 
             
                    }
         | 
| 1445 1621 | 
             
                  }
         | 
| 1446 1622 | 
             
                },
         | 
| 1623 | 
            +
                "DescribeContactEvaluation": {
         | 
| 1624 | 
            +
                  "http": {
         | 
| 1625 | 
            +
                    "method": "GET",
         | 
| 1626 | 
            +
                    "requestUri": "/contact-evaluations/{InstanceId}/{EvaluationId}"
         | 
| 1627 | 
            +
                  },
         | 
| 1628 | 
            +
                  "input": {
         | 
| 1629 | 
            +
                    "type": "structure",
         | 
| 1630 | 
            +
                    "required": [
         | 
| 1631 | 
            +
                      "InstanceId",
         | 
| 1632 | 
            +
                      "EvaluationId"
         | 
| 1633 | 
            +
                    ],
         | 
| 1634 | 
            +
                    "members": {
         | 
| 1635 | 
            +
                      "InstanceId": {
         | 
| 1636 | 
            +
                        "location": "uri",
         | 
| 1637 | 
            +
                        "locationName": "InstanceId"
         | 
| 1638 | 
            +
                      },
         | 
| 1639 | 
            +
                      "EvaluationId": {
         | 
| 1640 | 
            +
                        "location": "uri",
         | 
| 1641 | 
            +
                        "locationName": "EvaluationId"
         | 
| 1642 | 
            +
                      }
         | 
| 1643 | 
            +
                    }
         | 
| 1644 | 
            +
                  },
         | 
| 1645 | 
            +
                  "output": {
         | 
| 1646 | 
            +
                    "type": "structure",
         | 
| 1647 | 
            +
                    "required": [
         | 
| 1648 | 
            +
                      "Evaluation",
         | 
| 1649 | 
            +
                      "EvaluationForm"
         | 
| 1650 | 
            +
                    ],
         | 
| 1651 | 
            +
                    "members": {
         | 
| 1652 | 
            +
                      "Evaluation": {
         | 
| 1653 | 
            +
                        "type": "structure",
         | 
| 1654 | 
            +
                        "required": [
         | 
| 1655 | 
            +
                          "EvaluationId",
         | 
| 1656 | 
            +
                          "EvaluationArn",
         | 
| 1657 | 
            +
                          "Metadata",
         | 
| 1658 | 
            +
                          "Answers",
         | 
| 1659 | 
            +
                          "Notes",
         | 
| 1660 | 
            +
                          "Status",
         | 
| 1661 | 
            +
                          "CreatedTime",
         | 
| 1662 | 
            +
                          "LastModifiedTime"
         | 
| 1663 | 
            +
                        ],
         | 
| 1664 | 
            +
                        "members": {
         | 
| 1665 | 
            +
                          "EvaluationId": {},
         | 
| 1666 | 
            +
                          "EvaluationArn": {},
         | 
| 1667 | 
            +
                          "Metadata": {
         | 
| 1668 | 
            +
                            "type": "structure",
         | 
| 1669 | 
            +
                            "required": [
         | 
| 1670 | 
            +
                              "ContactId",
         | 
| 1671 | 
            +
                              "EvaluatorArn"
         | 
| 1672 | 
            +
                            ],
         | 
| 1673 | 
            +
                            "members": {
         | 
| 1674 | 
            +
                              "ContactId": {},
         | 
| 1675 | 
            +
                              "EvaluatorArn": {},
         | 
| 1676 | 
            +
                              "ContactAgentId": {},
         | 
| 1677 | 
            +
                              "Score": {
         | 
| 1678 | 
            +
                                "shape": "S94"
         | 
| 1679 | 
            +
                              }
         | 
| 1680 | 
            +
                            }
         | 
| 1681 | 
            +
                          },
         | 
| 1682 | 
            +
                          "Answers": {
         | 
| 1683 | 
            +
                            "type": "map",
         | 
| 1684 | 
            +
                            "key": {},
         | 
| 1685 | 
            +
                            "value": {
         | 
| 1686 | 
            +
                              "type": "structure",
         | 
| 1687 | 
            +
                              "members": {
         | 
| 1688 | 
            +
                                "Value": {
         | 
| 1689 | 
            +
                                  "shape": "S98"
         | 
| 1690 | 
            +
                                },
         | 
| 1691 | 
            +
                                "SystemSuggestedValue": {
         | 
| 1692 | 
            +
                                  "shape": "S98"
         | 
| 1693 | 
            +
                                }
         | 
| 1694 | 
            +
                              }
         | 
| 1695 | 
            +
                            }
         | 
| 1696 | 
            +
                          },
         | 
| 1697 | 
            +
                          "Notes": {
         | 
| 1698 | 
            +
                            "shape": "S9b"
         | 
| 1699 | 
            +
                          },
         | 
| 1700 | 
            +
                          "Status": {},
         | 
| 1701 | 
            +
                          "Scores": {
         | 
| 1702 | 
            +
                            "type": "map",
         | 
| 1703 | 
            +
                            "key": {},
         | 
| 1704 | 
            +
                            "value": {
         | 
| 1705 | 
            +
                              "shape": "S94"
         | 
| 1706 | 
            +
                            }
         | 
| 1707 | 
            +
                          },
         | 
| 1708 | 
            +
                          "CreatedTime": {
         | 
| 1709 | 
            +
                            "type": "timestamp"
         | 
| 1710 | 
            +
                          },
         | 
| 1711 | 
            +
                          "LastModifiedTime": {
         | 
| 1712 | 
            +
                            "type": "timestamp"
         | 
| 1713 | 
            +
                          },
         | 
| 1714 | 
            +
                          "Tags": {
         | 
| 1715 | 
            +
                            "shape": "S1n"
         | 
| 1716 | 
            +
                          }
         | 
| 1717 | 
            +
                        }
         | 
| 1718 | 
            +
                      },
         | 
| 1719 | 
            +
                      "EvaluationForm": {
         | 
| 1720 | 
            +
                        "type": "structure",
         | 
| 1721 | 
            +
                        "required": [
         | 
| 1722 | 
            +
                          "EvaluationFormVersion",
         | 
| 1723 | 
            +
                          "EvaluationFormId",
         | 
| 1724 | 
            +
                          "EvaluationFormArn",
         | 
| 1725 | 
            +
                          "Title",
         | 
| 1726 | 
            +
                          "Items"
         | 
| 1727 | 
            +
                        ],
         | 
| 1728 | 
            +
                        "members": {
         | 
| 1729 | 
            +
                          "EvaluationFormVersion": {
         | 
| 1730 | 
            +
                            "type": "integer"
         | 
| 1731 | 
            +
                          },
         | 
| 1732 | 
            +
                          "EvaluationFormId": {},
         | 
| 1733 | 
            +
                          "EvaluationFormArn": {},
         | 
| 1734 | 
            +
                          "Title": {},
         | 
| 1735 | 
            +
                          "Description": {},
         | 
| 1736 | 
            +
                          "Items": {
         | 
| 1737 | 
            +
                            "shape": "S2e"
         | 
| 1738 | 
            +
                          },
         | 
| 1739 | 
            +
                          "ScoringStrategy": {
         | 
| 1740 | 
            +
                            "shape": "S39"
         | 
| 1741 | 
            +
                          }
         | 
| 1742 | 
            +
                        }
         | 
| 1743 | 
            +
                      }
         | 
| 1744 | 
            +
                    }
         | 
| 1745 | 
            +
                  }
         | 
| 1746 | 
            +
                },
         | 
| 1447 1747 | 
             
                "DescribeContactFlow": {
         | 
| 1448 1748 | 
             
                  "http": {
         | 
| 1449 1749 | 
             
                    "method": "GET",
         | 
| @@ -1480,7 +1780,7 @@ | |
| 1480 1780 | 
             
                          "Description": {},
         | 
| 1481 1781 | 
             
                          "Content": {},
         | 
| 1482 1782 | 
             
                          "Tags": {
         | 
| 1483 | 
            -
                            "shape": " | 
| 1783 | 
            +
                            "shape": "S1n"
         | 
| 1484 1784 | 
             
                          }
         | 
| 1485 1785 | 
             
                        }
         | 
| 1486 1786 | 
             
                      }
         | 
| @@ -1523,7 +1823,89 @@ | |
| 1523 1823 | 
             
                          "State": {},
         | 
| 1524 1824 | 
             
                          "Status": {},
         | 
| 1525 1825 | 
             
                          "Tags": {
         | 
| 1526 | 
            -
                            "shape": " | 
| 1826 | 
            +
                            "shape": "S1n"
         | 
| 1827 | 
            +
                          }
         | 
| 1828 | 
            +
                        }
         | 
| 1829 | 
            +
                      }
         | 
| 1830 | 
            +
                    }
         | 
| 1831 | 
            +
                  }
         | 
| 1832 | 
            +
                },
         | 
| 1833 | 
            +
                "DescribeEvaluationForm": {
         | 
| 1834 | 
            +
                  "http": {
         | 
| 1835 | 
            +
                    "method": "GET",
         | 
| 1836 | 
            +
                    "requestUri": "/evaluation-forms/{InstanceId}/{EvaluationFormId}"
         | 
| 1837 | 
            +
                  },
         | 
| 1838 | 
            +
                  "input": {
         | 
| 1839 | 
            +
                    "type": "structure",
         | 
| 1840 | 
            +
                    "required": [
         | 
| 1841 | 
            +
                      "InstanceId",
         | 
| 1842 | 
            +
                      "EvaluationFormId"
         | 
| 1843 | 
            +
                    ],
         | 
| 1844 | 
            +
                    "members": {
         | 
| 1845 | 
            +
                      "InstanceId": {
         | 
| 1846 | 
            +
                        "location": "uri",
         | 
| 1847 | 
            +
                        "locationName": "InstanceId"
         | 
| 1848 | 
            +
                      },
         | 
| 1849 | 
            +
                      "EvaluationFormId": {
         | 
| 1850 | 
            +
                        "location": "uri",
         | 
| 1851 | 
            +
                        "locationName": "EvaluationFormId"
         | 
| 1852 | 
            +
                      },
         | 
| 1853 | 
            +
                      "EvaluationFormVersion": {
         | 
| 1854 | 
            +
                        "location": "querystring",
         | 
| 1855 | 
            +
                        "locationName": "version",
         | 
| 1856 | 
            +
                        "type": "integer"
         | 
| 1857 | 
            +
                      }
         | 
| 1858 | 
            +
                    }
         | 
| 1859 | 
            +
                  },
         | 
| 1860 | 
            +
                  "output": {
         | 
| 1861 | 
            +
                    "type": "structure",
         | 
| 1862 | 
            +
                    "required": [
         | 
| 1863 | 
            +
                      "EvaluationForm"
         | 
| 1864 | 
            +
                    ],
         | 
| 1865 | 
            +
                    "members": {
         | 
| 1866 | 
            +
                      "EvaluationForm": {
         | 
| 1867 | 
            +
                        "type": "structure",
         | 
| 1868 | 
            +
                        "required": [
         | 
| 1869 | 
            +
                          "EvaluationFormId",
         | 
| 1870 | 
            +
                          "EvaluationFormVersion",
         | 
| 1871 | 
            +
                          "Locked",
         | 
| 1872 | 
            +
                          "EvaluationFormArn",
         | 
| 1873 | 
            +
                          "Title",
         | 
| 1874 | 
            +
                          "Status",
         | 
| 1875 | 
            +
                          "Items",
         | 
| 1876 | 
            +
                          "CreatedTime",
         | 
| 1877 | 
            +
                          "CreatedBy",
         | 
| 1878 | 
            +
                          "LastModifiedTime",
         | 
| 1879 | 
            +
                          "LastModifiedBy"
         | 
| 1880 | 
            +
                        ],
         | 
| 1881 | 
            +
                        "members": {
         | 
| 1882 | 
            +
                          "EvaluationFormId": {},
         | 
| 1883 | 
            +
                          "EvaluationFormVersion": {
         | 
| 1884 | 
            +
                            "type": "integer"
         | 
| 1885 | 
            +
                          },
         | 
| 1886 | 
            +
                          "Locked": {
         | 
| 1887 | 
            +
                            "type": "boolean"
         | 
| 1888 | 
            +
                          },
         | 
| 1889 | 
            +
                          "EvaluationFormArn": {},
         | 
| 1890 | 
            +
                          "Title": {},
         | 
| 1891 | 
            +
                          "Description": {},
         | 
| 1892 | 
            +
                          "Status": {},
         | 
| 1893 | 
            +
                          "Items": {
         | 
| 1894 | 
            +
                            "shape": "S2e"
         | 
| 1895 | 
            +
                          },
         | 
| 1896 | 
            +
                          "ScoringStrategy": {
         | 
| 1897 | 
            +
                            "shape": "S39"
         | 
| 1898 | 
            +
                          },
         | 
| 1899 | 
            +
                          "CreatedTime": {
         | 
| 1900 | 
            +
                            "type": "timestamp"
         | 
| 1901 | 
            +
                          },
         | 
| 1902 | 
            +
                          "CreatedBy": {},
         | 
| 1903 | 
            +
                          "LastModifiedTime": {
         | 
| 1904 | 
            +
                            "type": "timestamp"
         | 
| 1905 | 
            +
                          },
         | 
| 1906 | 
            +
                          "LastModifiedBy": {},
         | 
| 1907 | 
            +
                          "Tags": {
         | 
| 1908 | 
            +
                            "shape": "S1n"
         | 
| 1527 1909 | 
             
                          }
         | 
| 1528 1910 | 
             
                        }
         | 
| 1529 1911 | 
             
                      }
         | 
| @@ -1564,10 +1946,10 @@ | |
| 1564 1946 | 
             
                          "Description": {},
         | 
| 1565 1947 | 
             
                          "TimeZone": {},
         | 
| 1566 1948 | 
             
                          "Config": {
         | 
| 1567 | 
            -
                            "shape": " | 
| 1949 | 
            +
                            "shape": "S3h"
         | 
| 1568 1950 | 
             
                          },
         | 
| 1569 1951 | 
             
                          "Tags": {
         | 
| 1570 | 
            -
                            "shape": " | 
| 1952 | 
            +
                            "shape": "S1n"
         | 
| 1571 1953 | 
             
                          }
         | 
| 1572 1954 | 
             
                        }
         | 
| 1573 1955 | 
             
                      }
         | 
| @@ -1601,7 +1983,7 @@ | |
| 1601 1983 | 
             
                          "Arn": {},
         | 
| 1602 1984 | 
             
                          "IdentityManagementType": {},
         | 
| 1603 1985 | 
             
                          "InstanceAlias": {
         | 
| 1604 | 
            -
                            "shape": " | 
| 1986 | 
            +
                            "shape": "S3r"
         | 
| 1605 1987 | 
             
                          },
         | 
| 1606 1988 | 
             
                          "CreatedTime": {
         | 
| 1607 1989 | 
             
                            "type": "timestamp"
         | 
| @@ -1651,7 +2033,7 @@ | |
| 1651 2033 | 
             
                    "type": "structure",
         | 
| 1652 2034 | 
             
                    "members": {
         | 
| 1653 2035 | 
             
                      "Attribute": {
         | 
| 1654 | 
            -
                        "shape": " | 
| 2036 | 
            +
                        "shape": "Sa7"
         | 
| 1655 2037 | 
             
                      }
         | 
| 1656 2038 | 
             
                    }
         | 
| 1657 2039 | 
             
                  }
         | 
| @@ -1687,7 +2069,7 @@ | |
| 1687 2069 | 
             
                    "type": "structure",
         | 
| 1688 2070 | 
             
                    "members": {
         | 
| 1689 2071 | 
             
                      "StorageConfig": {
         | 
| 1690 | 
            -
                        "shape": " | 
| 2072 | 
            +
                        "shape": "Sl"
         | 
| 1691 2073 | 
             
                      }
         | 
| 1692 2074 | 
             
                    }
         | 
| 1693 2075 | 
             
                  }
         | 
| @@ -1723,7 +2105,7 @@ | |
| 1723 2105 | 
             
                          "PhoneNumberDescription": {},
         | 
| 1724 2106 | 
             
                          "TargetArn": {},
         | 
| 1725 2107 | 
             
                          "Tags": {
         | 
| 1726 | 
            -
                            "shape": " | 
| 2108 | 
            +
                            "shape": "S1n"
         | 
| 1727 2109 | 
             
                          },
         | 
| 1728 2110 | 
             
                          "PhoneNumberStatus": {
         | 
| 1729 2111 | 
             
                            "type": "structure",
         | 
| @@ -1763,7 +2145,7 @@ | |
| 1763 2145 | 
             
                    "type": "structure",
         | 
| 1764 2146 | 
             
                    "members": {
         | 
| 1765 2147 | 
             
                      "Queue": {
         | 
| 1766 | 
            -
                        "shape": " | 
| 2148 | 
            +
                        "shape": "Sal"
         | 
| 1767 2149 | 
             
                      }
         | 
| 1768 2150 | 
             
                    }
         | 
| 1769 2151 | 
             
                  }
         | 
| @@ -1801,10 +2183,10 @@ | |
| 1801 2183 | 
             
                          "Name": {},
         | 
| 1802 2184 | 
             
                          "Description": {},
         | 
| 1803 2185 | 
             
                          "QuickConnectConfig": {
         | 
| 1804 | 
            -
                            "shape": " | 
| 2186 | 
            +
                            "shape": "S4m"
         | 
| 1805 2187 | 
             
                          },
         | 
| 1806 2188 | 
             
                          "Tags": {
         | 
| 1807 | 
            -
                            "shape": " | 
| 2189 | 
            +
                            "shape": "S1n"
         | 
| 1808 2190 | 
             
                          }
         | 
| 1809 2191 | 
             
                        }
         | 
| 1810 2192 | 
             
                      }
         | 
| @@ -1837,7 +2219,7 @@ | |
| 1837 2219 | 
             
                    "type": "structure",
         | 
| 1838 2220 | 
             
                    "members": {
         | 
| 1839 2221 | 
             
                      "RoutingProfile": {
         | 
| 1840 | 
            -
                        "shape": " | 
| 2222 | 
            +
                        "shape": "Sas"
         | 
| 1841 2223 | 
             
                      }
         | 
| 1842 2224 | 
             
                    }
         | 
| 1843 2225 | 
             
                  }
         | 
| @@ -1889,11 +2271,11 @@ | |
| 1889 2271 | 
             
                          "RuleId": {},
         | 
| 1890 2272 | 
             
                          "RuleArn": {},
         | 
| 1891 2273 | 
             
                          "TriggerEventSource": {
         | 
| 1892 | 
            -
                            "shape": " | 
| 2274 | 
            +
                            "shape": "S54"
         | 
| 1893 2275 | 
             
                          },
         | 
| 1894 2276 | 
             
                          "Function": {},
         | 
| 1895 2277 | 
             
                          "Actions": {
         | 
| 1896 | 
            -
                            "shape": " | 
| 2278 | 
            +
                            "shape": "S57"
         | 
| 1897 2279 | 
             
                          },
         | 
| 1898 2280 | 
             
                          "PublishStatus": {},
         | 
| 1899 2281 | 
             
                          "CreatedTime": {
         | 
| @@ -1904,7 +2286,7 @@ | |
| 1904 2286 | 
             
                          },
         | 
| 1905 2287 | 
             
                          "LastUpdatedBy": {},
         | 
| 1906 2288 | 
             
                          "Tags": {
         | 
| 1907 | 
            -
                            "shape": " | 
| 2289 | 
            +
                            "shape": "S1n"
         | 
| 1908 2290 | 
             
                          }
         | 
| 1909 2291 | 
             
                        }
         | 
| 1910 2292 | 
             
                      }
         | 
| @@ -1945,13 +2327,13 @@ | |
| 1945 2327 | 
             
                          "SecurityProfileName": {},
         | 
| 1946 2328 | 
             
                          "Description": {},
         | 
| 1947 2329 | 
             
                          "Tags": {
         | 
| 1948 | 
            -
                            "shape": " | 
| 2330 | 
            +
                            "shape": "S1n"
         | 
| 1949 2331 | 
             
                          },
         | 
| 1950 2332 | 
             
                          "AllowedAccessControlTags": {
         | 
| 1951 | 
            -
                            "shape": " | 
| 2333 | 
            +
                            "shape": "S62"
         | 
| 1952 2334 | 
             
                          },
         | 
| 1953 2335 | 
             
                          "TagRestrictedResources": {
         | 
| 1954 | 
            -
                            "shape": " | 
| 2336 | 
            +
                            "shape": "S65"
         | 
| 1955 2337 | 
             
                          }
         | 
| 1956 2338 | 
             
                        }
         | 
| 1957 2339 | 
             
                      }
         | 
| @@ -1988,7 +2370,7 @@ | |
| 1988 2370 | 
             
                          "InstanceArn": {},
         | 
| 1989 2371 | 
             
                          "Status": {},
         | 
| 1990 2372 | 
             
                          "Tags": {
         | 
| 1991 | 
            -
                            "shape": " | 
| 2373 | 
            +
                            "shape": "S1n"
         | 
| 1992 2374 | 
             
                          }
         | 
| 1993 2375 | 
             
                        }
         | 
| 1994 2376 | 
             
                      }
         | 
| @@ -2027,19 +2409,19 @@ | |
| 2027 2409 | 
             
                          "Arn": {},
         | 
| 2028 2410 | 
             
                          "Username": {},
         | 
| 2029 2411 | 
             
                          "IdentityInfo": {
         | 
| 2030 | 
            -
                            "shape": " | 
| 2412 | 
            +
                            "shape": "S7d"
         | 
| 2031 2413 | 
             
                          },
         | 
| 2032 2414 | 
             
                          "PhoneConfig": {
         | 
| 2033 | 
            -
                            "shape": " | 
| 2415 | 
            +
                            "shape": "S7h"
         | 
| 2034 2416 | 
             
                          },
         | 
| 2035 2417 | 
             
                          "DirectoryUserId": {},
         | 
| 2036 2418 | 
             
                          "SecurityProfileIds": {
         | 
| 2037 | 
            -
                            "shape": " | 
| 2419 | 
            +
                            "shape": "S7m"
         | 
| 2038 2420 | 
             
                          },
         | 
| 2039 2421 | 
             
                          "RoutingProfileId": {},
         | 
| 2040 2422 | 
             
                          "HierarchyGroupId": {},
         | 
| 2041 2423 | 
             
                          "Tags": {
         | 
| 2042 | 
            -
                            "shape": " | 
| 2424 | 
            +
                            "shape": "S1n"
         | 
| 2043 2425 | 
             
                          }
         | 
| 2044 2426 | 
             
                        }
         | 
| 2045 2427 | 
             
                      }
         | 
| @@ -2082,24 +2464,24 @@ | |
| 2082 2464 | 
             
                            "type": "structure",
         | 
| 2083 2465 | 
             
                            "members": {
         | 
| 2084 2466 | 
             
                              "LevelOne": {
         | 
| 2085 | 
            -
                                "shape": " | 
| 2467 | 
            +
                                "shape": "Sbe"
         | 
| 2086 2468 | 
             
                              },
         | 
| 2087 2469 | 
             
                              "LevelTwo": {
         | 
| 2088 | 
            -
                                "shape": " | 
| 2470 | 
            +
                                "shape": "Sbe"
         | 
| 2089 2471 | 
             
                              },
         | 
| 2090 2472 | 
             
                              "LevelThree": {
         | 
| 2091 | 
            -
                                "shape": " | 
| 2473 | 
            +
                                "shape": "Sbe"
         | 
| 2092 2474 | 
             
                              },
         | 
| 2093 2475 | 
             
                              "LevelFour": {
         | 
| 2094 | 
            -
                                "shape": " | 
| 2476 | 
            +
                                "shape": "Sbe"
         | 
| 2095 2477 | 
             
                              },
         | 
| 2096 2478 | 
             
                              "LevelFive": {
         | 
| 2097 | 
            -
                                "shape": " | 
| 2479 | 
            +
                                "shape": "Sbe"
         | 
| 2098 2480 | 
             
                              }
         | 
| 2099 2481 | 
             
                            }
         | 
| 2100 2482 | 
             
                          },
         | 
| 2101 2483 | 
             
                          "Tags": {
         | 
| 2102 | 
            -
                            "shape": " | 
| 2484 | 
            +
                            "shape": "S1n"
         | 
| 2103 2485 | 
             
                          }
         | 
| 2104 2486 | 
             
                        }
         | 
| 2105 2487 | 
             
                      }
         | 
| @@ -2130,19 +2512,19 @@ | |
| 2130 2512 | 
             
                        "type": "structure",
         | 
| 2131 2513 | 
             
                        "members": {
         | 
| 2132 2514 | 
             
                          "LevelOne": {
         | 
| 2133 | 
            -
                            "shape": " | 
| 2515 | 
            +
                            "shape": "Sbi"
         | 
| 2134 2516 | 
             
                          },
         | 
| 2135 2517 | 
             
                          "LevelTwo": {
         | 
| 2136 | 
            -
                            "shape": " | 
| 2518 | 
            +
                            "shape": "Sbi"
         | 
| 2137 2519 | 
             
                          },
         | 
| 2138 2520 | 
             
                          "LevelThree": {
         | 
| 2139 | 
            -
                            "shape": " | 
| 2521 | 
            +
                            "shape": "Sbi"
         | 
| 2140 2522 | 
             
                          },
         | 
| 2141 2523 | 
             
                          "LevelFour": {
         | 
| 2142 | 
            -
                            "shape": " | 
| 2524 | 
            +
                            "shape": "Sbi"
         | 
| 2143 2525 | 
             
                          },
         | 
| 2144 2526 | 
             
                          "LevelFive": {
         | 
| 2145 | 
            -
                            "shape": " | 
| 2527 | 
            +
                            "shape": "Sbi"
         | 
| 2146 2528 | 
             
                          }
         | 
| 2147 2529 | 
             
                        }
         | 
| 2148 2530 | 
             
                      }
         | 
| @@ -2199,7 +2581,7 @@ | |
| 2199 2581 | 
             
                          "FailureReason": {},
         | 
| 2200 2582 | 
             
                          "Content": {},
         | 
| 2201 2583 | 
             
                          "Tags": {
         | 
| 2202 | 
            -
                            "shape": " | 
| 2584 | 
            +
                            "shape": "S1n"
         | 
| 2203 2585 | 
             
                          }
         | 
| 2204 2586 | 
             
                        }
         | 
| 2205 2587 | 
             
                      }
         | 
| @@ -2244,10 +2626,10 @@ | |
| 2244 2626 | 
             
                        "locationName": "InstanceId"
         | 
| 2245 2627 | 
             
                      },
         | 
| 2246 2628 | 
             
                      "LexBot": {
         | 
| 2247 | 
            -
                        "shape": " | 
| 2629 | 
            +
                        "shape": "Sa"
         | 
| 2248 2630 | 
             
                      },
         | 
| 2249 2631 | 
             
                      "LexV2Bot": {
         | 
| 2250 | 
            -
                        "shape": " | 
| 2632 | 
            +
                        "shape": "Sd"
         | 
| 2251 2633 | 
             
                      }
         | 
| 2252 2634 | 
             
                    }
         | 
| 2253 2635 | 
             
                  }
         | 
| @@ -2375,7 +2757,7 @@ | |
| 2375 2757 | 
             
                        "locationName": "QueueId"
         | 
| 2376 2758 | 
             
                      },
         | 
| 2377 2759 | 
             
                      "QuickConnectIds": {
         | 
| 2378 | 
            -
                        "shape": " | 
| 2760 | 
            +
                        "shape": "S17"
         | 
| 2379 2761 | 
             
                      }
         | 
| 2380 2762 | 
             
                    }
         | 
| 2381 2763 | 
             
                  }
         | 
| @@ -2403,7 +2785,7 @@ | |
| 2403 2785 | 
             
                      "QueueReferences": {
         | 
| 2404 2786 | 
             
                        "type": "list",
         | 
| 2405 2787 | 
             
                        "member": {
         | 
| 2406 | 
            -
                          "shape": " | 
| 2788 | 
            +
                          "shape": "S1d"
         | 
| 2407 2789 | 
             
                        }
         | 
| 2408 2790 | 
             
                      }
         | 
| 2409 2791 | 
             
                    }
         | 
| @@ -2486,7 +2868,7 @@ | |
| 2486 2868 | 
             
                    "type": "structure",
         | 
| 2487 2869 | 
             
                    "members": {
         | 
| 2488 2870 | 
             
                      "Attributes": {
         | 
| 2489 | 
            -
                        "shape": " | 
| 2871 | 
            +
                        "shape": "Sc3"
         | 
| 2490 2872 | 
             
                      }
         | 
| 2491 2873 | 
             
                    }
         | 
| 2492 2874 | 
             
                  }
         | 
| @@ -2508,15 +2890,15 @@ | |
| 2508 2890 | 
             
                        "locationName": "InstanceId"
         | 
| 2509 2891 | 
             
                      },
         | 
| 2510 2892 | 
             
                      "Filters": {
         | 
| 2511 | 
            -
                        "shape": " | 
| 2893 | 
            +
                        "shape": "Sc7"
         | 
| 2512 2894 | 
             
                      },
         | 
| 2513 2895 | 
             
                      "Groupings": {
         | 
| 2514 | 
            -
                        "shape": " | 
| 2896 | 
            +
                        "shape": "Scb"
         | 
| 2515 2897 | 
             
                      },
         | 
| 2516 2898 | 
             
                      "CurrentMetrics": {
         | 
| 2517 2899 | 
             
                        "type": "list",
         | 
| 2518 2900 | 
             
                        "member": {
         | 
| 2519 | 
            -
                          "shape": " | 
| 2901 | 
            +
                          "shape": "Sce"
         | 
| 2520 2902 | 
             
                        }
         | 
| 2521 2903 | 
             
                      },
         | 
| 2522 2904 | 
             
                      "NextToken": {},
         | 
| @@ -2545,7 +2927,7 @@ | |
| 2545 2927 | 
             
                          "type": "structure",
         | 
| 2546 2928 | 
             
                          "members": {
         | 
| 2547 2929 | 
             
                            "Dimensions": {
         | 
| 2548 | 
            -
                              "shape": " | 
| 2930 | 
            +
                              "shape": "Scp"
         | 
| 2549 2931 | 
             
                            },
         | 
| 2550 2932 | 
             
                            "Collections": {
         | 
| 2551 2933 | 
             
                              "type": "list",
         | 
| @@ -2553,7 +2935,7 @@ | |
| 2553 2935 | 
             
                                "type": "structure",
         | 
| 2554 2936 | 
             
                                "members": {
         | 
| 2555 2937 | 
             
                                  "Metric": {
         | 
| 2556 | 
            -
                                    "shape": " | 
| 2938 | 
            +
                                    "shape": "Sce"
         | 
| 2557 2939 | 
             
                                  },
         | 
| 2558 2940 | 
             
                                  "Value": {
         | 
| 2559 2941 | 
             
                                    "type": "double"
         | 
| @@ -2592,7 +2974,7 @@ | |
| 2592 2974 | 
             
                        "type": "structure",
         | 
| 2593 2975 | 
             
                        "members": {
         | 
| 2594 2976 | 
             
                          "Queues": {
         | 
| 2595 | 
            -
                            "shape": " | 
| 2977 | 
            +
                            "shape": "Sc8"
         | 
| 2596 2978 | 
             
                          },
         | 
| 2597 2979 | 
             
                          "ContactFilter": {
         | 
| 2598 2980 | 
             
                            "type": "structure",
         | 
| @@ -2604,7 +2986,7 @@ | |
| 2604 2986 | 
             
                            }
         | 
| 2605 2987 | 
             
                          },
         | 
| 2606 2988 | 
             
                          "RoutingProfiles": {
         | 
| 2607 | 
            -
                            "shape": " | 
| 2989 | 
            +
                            "shape": "Sca"
         | 
| 2608 2990 | 
             
                          },
         | 
| 2609 2991 | 
             
                          "Agents": {
         | 
| 2610 2992 | 
             
                            "type": "list",
         | 
| @@ -2639,25 +3021,25 @@ | |
| 2639 3021 | 
             
                              }
         | 
| 2640 3022 | 
             
                            },
         | 
| 2641 3023 | 
             
                            "RoutingProfile": {
         | 
| 2642 | 
            -
                              "shape": " | 
| 3024 | 
            +
                              "shape": "Scr"
         | 
| 2643 3025 | 
             
                            },
         | 
| 2644 3026 | 
             
                            "HierarchyPath": {
         | 
| 2645 3027 | 
             
                              "type": "structure",
         | 
| 2646 3028 | 
             
                              "members": {
         | 
| 2647 3029 | 
             
                                "LevelOne": {
         | 
| 2648 | 
            -
                                  "shape": " | 
| 3030 | 
            +
                                  "shape": "Sd8"
         | 
| 2649 3031 | 
             
                                },
         | 
| 2650 3032 | 
             
                                "LevelTwo": {
         | 
| 2651 | 
            -
                                  "shape": " | 
| 3033 | 
            +
                                  "shape": "Sd8"
         | 
| 2652 3034 | 
             
                                },
         | 
| 2653 3035 | 
             
                                "LevelThree": {
         | 
| 2654 | 
            -
                                  "shape": " | 
| 3036 | 
            +
                                  "shape": "Sd8"
         | 
| 2655 3037 | 
             
                                },
         | 
| 2656 3038 | 
             
                                "LevelFour": {
         | 
| 2657 | 
            -
                                  "shape": " | 
| 3039 | 
            +
                                  "shape": "Sd8"
         | 
| 2658 3040 | 
             
                                },
         | 
| 2659 3041 | 
             
                                "LevelFive": {
         | 
| 2660 | 
            -
                                  "shape": " | 
| 3042 | 
            +
                                  "shape": "Sd8"
         | 
| 2661 3043 | 
             
                                }
         | 
| 2662 3044 | 
             
                              }
         | 
| 2663 3045 | 
             
                            },
         | 
| @@ -2672,13 +3054,13 @@ | |
| 2672 3054 | 
             
                              }
         | 
| 2673 3055 | 
             
                            },
         | 
| 2674 3056 | 
             
                            "AvailableSlotsByChannel": {
         | 
| 2675 | 
            -
                              "shape": " | 
| 3057 | 
            +
                              "shape": "Sda"
         | 
| 2676 3058 | 
             
                            },
         | 
| 2677 3059 | 
             
                            "MaxSlotsByChannel": {
         | 
| 2678 | 
            -
                              "shape": " | 
| 3060 | 
            +
                              "shape": "Sda"
         | 
| 2679 3061 | 
             
                            },
         | 
| 2680 3062 | 
             
                            "ActiveSlotsByChannel": {
         | 
| 2681 | 
            -
                              "shape": " | 
| 3063 | 
            +
                              "shape": "Sda"
         | 
| 2682 3064 | 
             
                            },
         | 
| 2683 3065 | 
             
                            "Contacts": {
         | 
| 2684 3066 | 
             
                              "type": "list",
         | 
| @@ -2696,7 +3078,7 @@ | |
| 2696 3078 | 
             
                                    "type": "timestamp"
         | 
| 2697 3079 | 
             
                                  },
         | 
| 2698 3080 | 
             
                                  "Queue": {
         | 
| 2699 | 
            -
                                    "shape": " | 
| 3081 | 
            +
                                    "shape": "Scq"
         | 
| 2700 3082 | 
             
                                  }
         | 
| 2701 3083 | 
             
                                }
         | 
| 2702 3084 | 
             
                              }
         | 
| @@ -2735,13 +3117,13 @@ | |
| 2735 3117 | 
             
                        "type": "structure",
         | 
| 2736 3118 | 
             
                        "members": {
         | 
| 2737 3119 | 
             
                          "AccessToken": {
         | 
| 2738 | 
            -
                            "shape": " | 
| 3120 | 
            +
                            "shape": "Sdh"
         | 
| 2739 3121 | 
             
                          },
         | 
| 2740 3122 | 
             
                          "AccessTokenExpiration": {
         | 
| 2741 3123 | 
             
                            "type": "timestamp"
         | 
| 2742 3124 | 
             
                          },
         | 
| 2743 3125 | 
             
                          "RefreshToken": {
         | 
| 2744 | 
            -
                            "shape": " | 
| 3126 | 
            +
                            "shape": "Sdh"
         | 
| 2745 3127 | 
             
                          },
         | 
| 2746 3128 | 
             
                          "RefreshTokenExpiration": {
         | 
| 2747 3129 | 
             
                            "type": "timestamp"
         | 
| @@ -2779,15 +3161,15 @@ | |
| 2779 3161 | 
             
                        "type": "timestamp"
         | 
| 2780 3162 | 
             
                      },
         | 
| 2781 3163 | 
             
                      "Filters": {
         | 
| 2782 | 
            -
                        "shape": " | 
| 3164 | 
            +
                        "shape": "Sc7"
         | 
| 2783 3165 | 
             
                      },
         | 
| 2784 3166 | 
             
                      "Groupings": {
         | 
| 2785 | 
            -
                        "shape": " | 
| 3167 | 
            +
                        "shape": "Scb"
         | 
| 2786 3168 | 
             
                      },
         | 
| 2787 3169 | 
             
                      "HistoricalMetrics": {
         | 
| 2788 3170 | 
             
                        "type": "list",
         | 
| 2789 3171 | 
             
                        "member": {
         | 
| 2790 | 
            -
                          "shape": " | 
| 3172 | 
            +
                          "shape": "Sdl"
         | 
| 2791 3173 | 
             
                        }
         | 
| 2792 3174 | 
             
                      },
         | 
| 2793 3175 | 
             
                      "NextToken": {},
         | 
| @@ -2806,7 +3188,7 @@ | |
| 2806 3188 | 
             
                          "type": "structure",
         | 
| 2807 3189 | 
             
                          "members": {
         | 
| 2808 3190 | 
             
                            "Dimensions": {
         | 
| 2809 | 
            -
                              "shape": " | 
| 3191 | 
            +
                              "shape": "Scp"
         | 
| 2810 3192 | 
             
                            },
         | 
| 2811 3193 | 
             
                            "Collections": {
         | 
| 2812 3194 | 
             
                              "type": "list",
         | 
| @@ -2814,7 +3196,7 @@ | |
| 2814 3196 | 
             
                                "type": "structure",
         | 
| 2815 3197 | 
             
                                "members": {
         | 
| 2816 3198 | 
             
                                  "Metric": {
         | 
| 2817 | 
            -
                                    "shape": " | 
| 3199 | 
            +
                                    "shape": "Sdl"
         | 
| 2818 3200 | 
             
                                  },
         | 
| 2819 3201 | 
             
                                  "Value": {
         | 
| 2820 3202 | 
             
                                    "type": "double"
         | 
| @@ -2869,7 +3251,7 @@ | |
| 2869 3251 | 
             
                      "Metrics": {
         | 
| 2870 3252 | 
             
                        "type": "list",
         | 
| 2871 3253 | 
             
                        "member": {
         | 
| 2872 | 
            -
                          "shape": " | 
| 3254 | 
            +
                          "shape": "Se4"
         | 
| 2873 3255 | 
             
                        }
         | 
| 2874 3256 | 
             
                      },
         | 
| 2875 3257 | 
             
                      "NextToken": {},
         | 
| @@ -2898,7 +3280,7 @@ | |
| 2898 3280 | 
             
                                "type": "structure",
         | 
| 2899 3281 | 
             
                                "members": {
         | 
| 2900 3282 | 
             
                                  "Metric": {
         | 
| 2901 | 
            -
                                    "shape": " | 
| 3283 | 
            +
                                    "shape": "Se4"
         | 
| 2902 3284 | 
             
                                  },
         | 
| 2903 3285 | 
             
                                  "Value": {
         | 
| 2904 3286 | 
             
                                    "type": "double"
         | 
| @@ -2953,13 +3335,13 @@ | |
| 2953 3335 | 
             
                      "Description": {},
         | 
| 2954 3336 | 
             
                      "ContactFlowId": {},
         | 
| 2955 3337 | 
             
                      "Constraints": {
         | 
| 2956 | 
            -
                        "shape": " | 
| 3338 | 
            +
                        "shape": "S6c"
         | 
| 2957 3339 | 
             
                      },
         | 
| 2958 3340 | 
             
                      "Defaults": {
         | 
| 2959 | 
            -
                        "shape": " | 
| 3341 | 
            +
                        "shape": "S6l"
         | 
| 2960 3342 | 
             
                      },
         | 
| 2961 3343 | 
             
                      "Fields": {
         | 
| 2962 | 
            -
                        "shape": " | 
| 3344 | 
            +
                        "shape": "S6q"
         | 
| 2963 3345 | 
             
                      },
         | 
| 2964 3346 | 
             
                      "Status": {},
         | 
| 2965 3347 | 
             
                      "LastModifiedTime": {
         | 
| @@ -2969,7 +3351,7 @@ | |
| 2969 3351 | 
             
                        "type": "timestamp"
         | 
| 2970 3352 | 
             
                      },
         | 
| 2971 3353 | 
             
                      "Tags": {
         | 
| 2972 | 
            -
                        "shape": " | 
| 3354 | 
            +
                        "shape": "S1n"
         | 
| 2973 3355 | 
             
                      }
         | 
| 2974 3356 | 
             
                    }
         | 
| 2975 3357 | 
             
                  }
         | 
| @@ -2995,7 +3377,7 @@ | |
| 2995 3377 | 
             
                    "type": "structure",
         | 
| 2996 3378 | 
             
                    "members": {
         | 
| 2997 3379 | 
             
                      "TelephonyConfig": {
         | 
| 2998 | 
            -
                        "shape": " | 
| 3380 | 
            +
                        "shape": "Sep"
         | 
| 2999 3381 | 
             
                      },
         | 
| 3000 3382 | 
             
                      "Id": {},
         | 
| 3001 3383 | 
             
                      "Arn": {}
         | 
| @@ -3130,10 +3512,79 @@ | |
| 3130 3512 | 
             
                          "type": "structure",
         | 
| 3131 3513 | 
             
                          "members": {
         | 
| 3132 3514 | 
             
                            "LexBot": {
         | 
| 3133 | 
            -
                              "shape": " | 
| 3515 | 
            +
                              "shape": "Sa"
         | 
| 3134 3516 | 
             
                            },
         | 
| 3135 3517 | 
             
                            "LexV2Bot": {
         | 
| 3136 | 
            -
                              "shape": " | 
| 3518 | 
            +
                              "shape": "Sd"
         | 
| 3519 | 
            +
                            }
         | 
| 3520 | 
            +
                          }
         | 
| 3521 | 
            +
                        }
         | 
| 3522 | 
            +
                      },
         | 
| 3523 | 
            +
                      "NextToken": {}
         | 
| 3524 | 
            +
                    }
         | 
| 3525 | 
            +
                  }
         | 
| 3526 | 
            +
                },
         | 
| 3527 | 
            +
                "ListContactEvaluations": {
         | 
| 3528 | 
            +
                  "http": {
         | 
| 3529 | 
            +
                    "method": "GET",
         | 
| 3530 | 
            +
                    "requestUri": "/contact-evaluations/{InstanceId}"
         | 
| 3531 | 
            +
                  },
         | 
| 3532 | 
            +
                  "input": {
         | 
| 3533 | 
            +
                    "type": "structure",
         | 
| 3534 | 
            +
                    "required": [
         | 
| 3535 | 
            +
                      "InstanceId",
         | 
| 3536 | 
            +
                      "ContactId"
         | 
| 3537 | 
            +
                    ],
         | 
| 3538 | 
            +
                    "members": {
         | 
| 3539 | 
            +
                      "InstanceId": {
         | 
| 3540 | 
            +
                        "location": "uri",
         | 
| 3541 | 
            +
                        "locationName": "InstanceId"
         | 
| 3542 | 
            +
                      },
         | 
| 3543 | 
            +
                      "ContactId": {
         | 
| 3544 | 
            +
                        "location": "querystring",
         | 
| 3545 | 
            +
                        "locationName": "contactId"
         | 
| 3546 | 
            +
                      },
         | 
| 3547 | 
            +
                      "NextToken": {
         | 
| 3548 | 
            +
                        "location": "querystring",
         | 
| 3549 | 
            +
                        "locationName": "nextToken"
         | 
| 3550 | 
            +
                      }
         | 
| 3551 | 
            +
                    }
         | 
| 3552 | 
            +
                  },
         | 
| 3553 | 
            +
                  "output": {
         | 
| 3554 | 
            +
                    "type": "structure",
         | 
| 3555 | 
            +
                    "required": [
         | 
| 3556 | 
            +
                      "EvaluationSummaryList"
         | 
| 3557 | 
            +
                    ],
         | 
| 3558 | 
            +
                    "members": {
         | 
| 3559 | 
            +
                      "EvaluationSummaryList": {
         | 
| 3560 | 
            +
                        "type": "list",
         | 
| 3561 | 
            +
                        "member": {
         | 
| 3562 | 
            +
                          "type": "structure",
         | 
| 3563 | 
            +
                          "required": [
         | 
| 3564 | 
            +
                            "EvaluationId",
         | 
| 3565 | 
            +
                            "EvaluationArn",
         | 
| 3566 | 
            +
                            "EvaluationFormTitle",
         | 
| 3567 | 
            +
                            "EvaluationFormId",
         | 
| 3568 | 
            +
                            "Status",
         | 
| 3569 | 
            +
                            "EvaluatorArn",
         | 
| 3570 | 
            +
                            "CreatedTime",
         | 
| 3571 | 
            +
                            "LastModifiedTime"
         | 
| 3572 | 
            +
                          ],
         | 
| 3573 | 
            +
                          "members": {
         | 
| 3574 | 
            +
                            "EvaluationId": {},
         | 
| 3575 | 
            +
                            "EvaluationArn": {},
         | 
| 3576 | 
            +
                            "EvaluationFormTitle": {},
         | 
| 3577 | 
            +
                            "EvaluationFormId": {},
         | 
| 3578 | 
            +
                            "Status": {},
         | 
| 3579 | 
            +
                            "EvaluatorArn": {},
         | 
| 3580 | 
            +
                            "Score": {
         | 
| 3581 | 
            +
                              "shape": "S94"
         | 
| 3582 | 
            +
                            },
         | 
| 3583 | 
            +
                            "CreatedTime": {
         | 
| 3584 | 
            +
                              "type": "timestamp"
         | 
| 3585 | 
            +
                            },
         | 
| 3586 | 
            +
                            "LastModifiedTime": {
         | 
| 3587 | 
            +
                              "type": "timestamp"
         | 
| 3137 3588 | 
             
                            }
         | 
| 3138 3589 | 
             
                          }
         | 
| 3139 3590 | 
             
                        }
         | 
| @@ -3384,6 +3835,158 @@ | |
| 3384 3835 | 
             
                    }
         | 
| 3385 3836 | 
             
                  }
         | 
| 3386 3837 | 
             
                },
         | 
| 3838 | 
            +
                "ListEvaluationFormVersions": {
         | 
| 3839 | 
            +
                  "http": {
         | 
| 3840 | 
            +
                    "method": "GET",
         | 
| 3841 | 
            +
                    "requestUri": "/evaluation-forms/{InstanceId}/{EvaluationFormId}/versions"
         | 
| 3842 | 
            +
                  },
         | 
| 3843 | 
            +
                  "input": {
         | 
| 3844 | 
            +
                    "type": "structure",
         | 
| 3845 | 
            +
                    "required": [
         | 
| 3846 | 
            +
                      "InstanceId",
         | 
| 3847 | 
            +
                      "EvaluationFormId"
         | 
| 3848 | 
            +
                    ],
         | 
| 3849 | 
            +
                    "members": {
         | 
| 3850 | 
            +
                      "InstanceId": {
         | 
| 3851 | 
            +
                        "location": "uri",
         | 
| 3852 | 
            +
                        "locationName": "InstanceId"
         | 
| 3853 | 
            +
                      },
         | 
| 3854 | 
            +
                      "EvaluationFormId": {
         | 
| 3855 | 
            +
                        "location": "uri",
         | 
| 3856 | 
            +
                        "locationName": "EvaluationFormId"
         | 
| 3857 | 
            +
                      },
         | 
| 3858 | 
            +
                      "MaxResults": {
         | 
| 3859 | 
            +
                        "location": "querystring",
         | 
| 3860 | 
            +
                        "locationName": "maxResults",
         | 
| 3861 | 
            +
                        "type": "integer"
         | 
| 3862 | 
            +
                      },
         | 
| 3863 | 
            +
                      "NextToken": {
         | 
| 3864 | 
            +
                        "location": "querystring",
         | 
| 3865 | 
            +
                        "locationName": "nextToken"
         | 
| 3866 | 
            +
                      }
         | 
| 3867 | 
            +
                    }
         | 
| 3868 | 
            +
                  },
         | 
| 3869 | 
            +
                  "output": {
         | 
| 3870 | 
            +
                    "type": "structure",
         | 
| 3871 | 
            +
                    "required": [
         | 
| 3872 | 
            +
                      "EvaluationFormVersionSummaryList"
         | 
| 3873 | 
            +
                    ],
         | 
| 3874 | 
            +
                    "members": {
         | 
| 3875 | 
            +
                      "EvaluationFormVersionSummaryList": {
         | 
| 3876 | 
            +
                        "type": "list",
         | 
| 3877 | 
            +
                        "member": {
         | 
| 3878 | 
            +
                          "type": "structure",
         | 
| 3879 | 
            +
                          "required": [
         | 
| 3880 | 
            +
                            "EvaluationFormArn",
         | 
| 3881 | 
            +
                            "EvaluationFormId",
         | 
| 3882 | 
            +
                            "EvaluationFormVersion",
         | 
| 3883 | 
            +
                            "Locked",
         | 
| 3884 | 
            +
                            "Status",
         | 
| 3885 | 
            +
                            "CreatedTime",
         | 
| 3886 | 
            +
                            "CreatedBy",
         | 
| 3887 | 
            +
                            "LastModifiedTime",
         | 
| 3888 | 
            +
                            "LastModifiedBy"
         | 
| 3889 | 
            +
                          ],
         | 
| 3890 | 
            +
                          "members": {
         | 
| 3891 | 
            +
                            "EvaluationFormArn": {},
         | 
| 3892 | 
            +
                            "EvaluationFormId": {},
         | 
| 3893 | 
            +
                            "EvaluationFormVersion": {
         | 
| 3894 | 
            +
                              "type": "integer"
         | 
| 3895 | 
            +
                            },
         | 
| 3896 | 
            +
                            "Locked": {
         | 
| 3897 | 
            +
                              "type": "boolean"
         | 
| 3898 | 
            +
                            },
         | 
| 3899 | 
            +
                            "Status": {},
         | 
| 3900 | 
            +
                            "CreatedTime": {
         | 
| 3901 | 
            +
                              "type": "timestamp"
         | 
| 3902 | 
            +
                            },
         | 
| 3903 | 
            +
                            "CreatedBy": {},
         | 
| 3904 | 
            +
                            "LastModifiedTime": {
         | 
| 3905 | 
            +
                              "type": "timestamp"
         | 
| 3906 | 
            +
                            },
         | 
| 3907 | 
            +
                            "LastModifiedBy": {}
         | 
| 3908 | 
            +
                          }
         | 
| 3909 | 
            +
                        }
         | 
| 3910 | 
            +
                      },
         | 
| 3911 | 
            +
                      "NextToken": {}
         | 
| 3912 | 
            +
                    }
         | 
| 3913 | 
            +
                  }
         | 
| 3914 | 
            +
                },
         | 
| 3915 | 
            +
                "ListEvaluationForms": {
         | 
| 3916 | 
            +
                  "http": {
         | 
| 3917 | 
            +
                    "method": "GET",
         | 
| 3918 | 
            +
                    "requestUri": "/evaluation-forms/{InstanceId}"
         | 
| 3919 | 
            +
                  },
         | 
| 3920 | 
            +
                  "input": {
         | 
| 3921 | 
            +
                    "type": "structure",
         | 
| 3922 | 
            +
                    "required": [
         | 
| 3923 | 
            +
                      "InstanceId"
         | 
| 3924 | 
            +
                    ],
         | 
| 3925 | 
            +
                    "members": {
         | 
| 3926 | 
            +
                      "InstanceId": {
         | 
| 3927 | 
            +
                        "location": "uri",
         | 
| 3928 | 
            +
                        "locationName": "InstanceId"
         | 
| 3929 | 
            +
                      },
         | 
| 3930 | 
            +
                      "MaxResults": {
         | 
| 3931 | 
            +
                        "location": "querystring",
         | 
| 3932 | 
            +
                        "locationName": "maxResults",
         | 
| 3933 | 
            +
                        "type": "integer"
         | 
| 3934 | 
            +
                      },
         | 
| 3935 | 
            +
                      "NextToken": {
         | 
| 3936 | 
            +
                        "location": "querystring",
         | 
| 3937 | 
            +
                        "locationName": "nextToken"
         | 
| 3938 | 
            +
                      }
         | 
| 3939 | 
            +
                    }
         | 
| 3940 | 
            +
                  },
         | 
| 3941 | 
            +
                  "output": {
         | 
| 3942 | 
            +
                    "type": "structure",
         | 
| 3943 | 
            +
                    "required": [
         | 
| 3944 | 
            +
                      "EvaluationFormSummaryList"
         | 
| 3945 | 
            +
                    ],
         | 
| 3946 | 
            +
                    "members": {
         | 
| 3947 | 
            +
                      "EvaluationFormSummaryList": {
         | 
| 3948 | 
            +
                        "type": "list",
         | 
| 3949 | 
            +
                        "member": {
         | 
| 3950 | 
            +
                          "type": "structure",
         | 
| 3951 | 
            +
                          "required": [
         | 
| 3952 | 
            +
                            "EvaluationFormId",
         | 
| 3953 | 
            +
                            "EvaluationFormArn",
         | 
| 3954 | 
            +
                            "Title",
         | 
| 3955 | 
            +
                            "CreatedTime",
         | 
| 3956 | 
            +
                            "CreatedBy",
         | 
| 3957 | 
            +
                            "LastModifiedTime",
         | 
| 3958 | 
            +
                            "LastModifiedBy",
         | 
| 3959 | 
            +
                            "LatestVersion"
         | 
| 3960 | 
            +
                          ],
         | 
| 3961 | 
            +
                          "members": {
         | 
| 3962 | 
            +
                            "EvaluationFormId": {},
         | 
| 3963 | 
            +
                            "EvaluationFormArn": {},
         | 
| 3964 | 
            +
                            "Title": {},
         | 
| 3965 | 
            +
                            "CreatedTime": {
         | 
| 3966 | 
            +
                              "type": "timestamp"
         | 
| 3967 | 
            +
                            },
         | 
| 3968 | 
            +
                            "CreatedBy": {},
         | 
| 3969 | 
            +
                            "LastModifiedTime": {
         | 
| 3970 | 
            +
                              "type": "timestamp"
         | 
| 3971 | 
            +
                            },
         | 
| 3972 | 
            +
                            "LastModifiedBy": {},
         | 
| 3973 | 
            +
                            "LastActivatedTime": {
         | 
| 3974 | 
            +
                              "type": "timestamp"
         | 
| 3975 | 
            +
                            },
         | 
| 3976 | 
            +
                            "LastActivatedBy": {},
         | 
| 3977 | 
            +
                            "LatestVersion": {
         | 
| 3978 | 
            +
                              "type": "integer"
         | 
| 3979 | 
            +
                            },
         | 
| 3980 | 
            +
                            "ActiveVersion": {
         | 
| 3981 | 
            +
                              "type": "integer"
         | 
| 3982 | 
            +
                            }
         | 
| 3983 | 
            +
                          }
         | 
| 3984 | 
            +
                        }
         | 
| 3985 | 
            +
                      },
         | 
| 3986 | 
            +
                      "NextToken": {}
         | 
| 3987 | 
            +
                    }
         | 
| 3988 | 
            +
                  }
         | 
| 3989 | 
            +
                },
         | 
| 3387 3990 | 
             
                "ListHoursOfOperations": {
         | 
| 3388 3991 | 
             
                  "http": {
         | 
| 3389 3992 | 
             
                    "method": "GET",
         | 
| @@ -3460,7 +4063,7 @@ | |
| 3460 4063 | 
             
                      "Attributes": {
         | 
| 3461 4064 | 
             
                        "type": "list",
         | 
| 3462 4065 | 
             
                        "member": {
         | 
| 3463 | 
            -
                          "shape": " | 
| 4066 | 
            +
                          "shape": "Sa7"
         | 
| 3464 4067 | 
             
                        }
         | 
| 3465 4068 | 
             
                      },
         | 
| 3466 4069 | 
             
                      "NextToken": {}
         | 
| @@ -3504,7 +4107,7 @@ | |
| 3504 4107 | 
             
                      "StorageConfigs": {
         | 
| 3505 4108 | 
             
                        "type": "list",
         | 
| 3506 4109 | 
             
                        "member": {
         | 
| 3507 | 
            -
                          "shape": " | 
| 4110 | 
            +
                          "shape": "Sl"
         | 
| 3508 4111 | 
             
                        }
         | 
| 3509 4112 | 
             
                      },
         | 
| 3510 4113 | 
             
                      "NextToken": {}
         | 
| @@ -3542,7 +4145,7 @@ | |
| 3542 4145 | 
             
                            "Arn": {},
         | 
| 3543 4146 | 
             
                            "IdentityManagementType": {},
         | 
| 3544 4147 | 
             
                            "InstanceAlias": {
         | 
| 3545 | 
            -
                              "shape": " | 
| 4148 | 
            +
                              "shape": "S3r"
         | 
| 3546 4149 | 
             
                            },
         | 
| 3547 4150 | 
             
                            "CreatedTime": {
         | 
| 3548 4151 | 
             
                              "type": "timestamp"
         | 
| @@ -3684,7 +4287,7 @@ | |
| 3684 4287 | 
             
                      "LexBots": {
         | 
| 3685 4288 | 
             
                        "type": "list",
         | 
| 3686 4289 | 
             
                        "member": {
         | 
| 3687 | 
            -
                          "shape": " | 
| 4290 | 
            +
                          "shape": "Sa"
         | 
| 3688 4291 | 
             
                        }
         | 
| 3689 4292 | 
             
                      },
         | 
| 3690 4293 | 
             
                      "NextToken": {}
         | 
| @@ -3707,12 +4310,12 @@ | |
| 3707 4310 | 
             
                        "locationName": "InstanceId"
         | 
| 3708 4311 | 
             
                      },
         | 
| 3709 4312 | 
             
                      "PhoneNumberTypes": {
         | 
| 3710 | 
            -
                        "shape": " | 
| 4313 | 
            +
                        "shape": "Sh3",
         | 
| 3711 4314 | 
             
                        "location": "querystring",
         | 
| 3712 4315 | 
             
                        "locationName": "phoneNumberTypes"
         | 
| 3713 4316 | 
             
                      },
         | 
| 3714 4317 | 
             
                      "PhoneNumberCountryCodes": {
         | 
| 3715 | 
            -
                        "shape": " | 
| 4318 | 
            +
                        "shape": "Sh4",
         | 
| 3716 4319 | 
             
                        "location": "querystring",
         | 
| 3717 4320 | 
             
                        "locationName": "phoneNumberCountryCodes"
         | 
| 3718 4321 | 
             
                      },
         | 
| @@ -3760,10 +4363,10 @@ | |
| 3760 4363 | 
             
                      },
         | 
| 3761 4364 | 
             
                      "NextToken": {},
         | 
| 3762 4365 | 
             
                      "PhoneNumberCountryCodes": {
         | 
| 3763 | 
            -
                        "shape": " | 
| 4366 | 
            +
                        "shape": "Sh4"
         | 
| 3764 4367 | 
             
                      },
         | 
| 3765 4368 | 
             
                      "PhoneNumberTypes": {
         | 
| 3766 | 
            -
                        "shape": " | 
| 4369 | 
            +
                        "shape": "Sh3"
         | 
| 3767 4370 | 
             
                      },
         | 
| 3768 4371 | 
             
                      "PhoneNumberPrefix": {}
         | 
| 3769 4372 | 
             
                    }
         | 
| @@ -3869,7 +4472,7 @@ | |
| 3869 4472 | 
             
                    "members": {
         | 
| 3870 4473 | 
             
                      "NextToken": {},
         | 
| 3871 4474 | 
             
                      "QuickConnectSummaryList": {
         | 
| 3872 | 
            -
                        "shape": " | 
| 4475 | 
            +
                        "shape": "Shm"
         | 
| 3873 4476 | 
             
                      }
         | 
| 3874 4477 | 
             
                    }
         | 
| 3875 4478 | 
             
                  }
         | 
| @@ -3961,7 +4564,7 @@ | |
| 3961 4564 | 
             
                    "type": "structure",
         | 
| 3962 4565 | 
             
                    "members": {
         | 
| 3963 4566 | 
             
                      "QuickConnectSummaryList": {
         | 
| 3964 | 
            -
                        "shape": " | 
| 4567 | 
            +
                        "shape": "Shm"
         | 
| 3965 4568 | 
             
                      },
         | 
| 3966 4569 | 
             
                      "NextToken": {}
         | 
| 3967 4570 | 
             
                    }
         | 
| @@ -4241,7 +4844,7 @@ | |
| 4241 4844 | 
             
                    "type": "structure",
         | 
| 4242 4845 | 
             
                    "members": {
         | 
| 4243 4846 | 
             
                      "Permissions": {
         | 
| 4244 | 
            -
                        "shape": " | 
| 4847 | 
            +
                        "shape": "S60"
         | 
| 4245 4848 | 
             
                      },
         | 
| 4246 4849 | 
             
                      "NextToken": {}
         | 
| 4247 4850 | 
             
                    }
         | 
| @@ -4312,7 +4915,7 @@ | |
| 4312 4915 | 
             
                    "type": "structure",
         | 
| 4313 4916 | 
             
                    "members": {
         | 
| 4314 4917 | 
             
                      "tags": {
         | 
| 4315 | 
            -
                        "shape": " | 
| 4918 | 
            +
                        "shape": "S1n"
         | 
| 4316 4919 | 
             
                      }
         | 
| 4317 4920 | 
             
                    }
         | 
| 4318 4921 | 
             
                  }
         | 
| @@ -4501,7 +5104,7 @@ | |
| 4501 5104 | 
             
                      "UserHierarchyGroupSummaryList": {
         | 
| 4502 5105 | 
             
                        "type": "list",
         | 
| 4503 5106 | 
             
                        "member": {
         | 
| 4504 | 
            -
                          "shape": " | 
| 5107 | 
            +
                          "shape": "Sbe"
         | 
| 4505 5108 | 
             
                        }
         | 
| 4506 5109 | 
             
                      },
         | 
| 4507 5110 | 
             
                      "NextToken": {}
         | 
| @@ -4657,7 +5260,7 @@ | |
| 4657 5260 | 
             
                        "idempotencyToken": true
         | 
| 4658 5261 | 
             
                      },
         | 
| 4659 5262 | 
             
                      "ReplicaAlias": {
         | 
| 4660 | 
            -
                        "shape": " | 
| 5263 | 
            +
                        "shape": "S3r"
         | 
| 4661 5264 | 
             
                      }
         | 
| 4662 5265 | 
             
                    }
         | 
| 4663 5266 | 
             
                  },
         | 
| @@ -4750,12 +5353,12 @@ | |
| 4750 5353 | 
             
                        "type": "structure",
         | 
| 4751 5354 | 
             
                        "members": {
         | 
| 4752 5355 | 
             
                          "TagFilter": {
         | 
| 4753 | 
            -
                            "shape": " | 
| 5356 | 
            +
                            "shape": "Sjq"
         | 
| 4754 5357 | 
             
                          }
         | 
| 4755 5358 | 
             
                        }
         | 
| 4756 5359 | 
             
                      },
         | 
| 4757 5360 | 
             
                      "SearchCriteria": {
         | 
| 4758 | 
            -
                        "shape": " | 
| 5361 | 
            +
                        "shape": "Sju"
         | 
| 4759 5362 | 
             
                      }
         | 
| 4760 5363 | 
             
                    }
         | 
| 4761 5364 | 
             
                  },
         | 
| @@ -4765,7 +5368,7 @@ | |
| 4765 5368 | 
             
                      "Queues": {
         | 
| 4766 5369 | 
             
                        "type": "list",
         | 
| 4767 5370 | 
             
                        "member": {
         | 
| 4768 | 
            -
                          "shape": " | 
| 5371 | 
            +
                          "shape": "Sal"
         | 
| 4769 5372 | 
             
                        }
         | 
| 4770 5373 | 
             
                      },
         | 
| 4771 5374 | 
             
                      "NextToken": {},
         | 
| @@ -4794,12 +5397,12 @@ | |
| 4794 5397 | 
             
                        "type": "structure",
         | 
| 4795 5398 | 
             
                        "members": {
         | 
| 4796 5399 | 
             
                          "TagFilter": {
         | 
| 4797 | 
            -
                            "shape": " | 
| 5400 | 
            +
                            "shape": "Sjq"
         | 
| 4798 5401 | 
             
                          }
         | 
| 4799 5402 | 
             
                        }
         | 
| 4800 5403 | 
             
                      },
         | 
| 4801 5404 | 
             
                      "SearchCriteria": {
         | 
| 4802 | 
            -
                        "shape": " | 
| 5405 | 
            +
                        "shape": "Sk3"
         | 
| 4803 5406 | 
             
                      }
         | 
| 4804 5407 | 
             
                    }
         | 
| 4805 5408 | 
             
                  },
         | 
| @@ -4809,7 +5412,7 @@ | |
| 4809 5412 | 
             
                      "RoutingProfiles": {
         | 
| 4810 5413 | 
             
                        "type": "list",
         | 
| 4811 5414 | 
             
                        "member": {
         | 
| 4812 | 
            -
                          "shape": " | 
| 5415 | 
            +
                          "shape": "Sas"
         | 
| 4813 5416 | 
             
                        }
         | 
| 4814 5417 | 
             
                      },
         | 
| 4815 5418 | 
             
                      "NextToken": {},
         | 
| @@ -4835,13 +5438,13 @@ | |
| 4835 5438 | 
             
                        "type": "integer"
         | 
| 4836 5439 | 
             
                      },
         | 
| 4837 5440 | 
             
                      "SearchCriteria": {
         | 
| 4838 | 
            -
                        "shape": " | 
| 5441 | 
            +
                        "shape": "Sk8"
         | 
| 4839 5442 | 
             
                      },
         | 
| 4840 5443 | 
             
                      "SearchFilter": {
         | 
| 4841 5444 | 
             
                        "type": "structure",
         | 
| 4842 5445 | 
             
                        "members": {
         | 
| 4843 5446 | 
             
                          "TagFilter": {
         | 
| 4844 | 
            -
                            "shape": " | 
| 5447 | 
            +
                            "shape": "Sjq"
         | 
| 4845 5448 | 
             
                          }
         | 
| 4846 5449 | 
             
                        }
         | 
| 4847 5450 | 
             
                      }
         | 
| @@ -4861,7 +5464,7 @@ | |
| 4861 5464 | 
             
                            "SecurityProfileName": {},
         | 
| 4862 5465 | 
             
                            "Description": {},
         | 
| 4863 5466 | 
             
                            "Tags": {
         | 
| 4864 | 
            -
                              "shape": " | 
| 5467 | 
            +
                              "shape": "S1n"
         | 
| 4865 5468 | 
             
                            }
         | 
| 4866 5469 | 
             
                          }
         | 
| 4867 5470 | 
             
                        }
         | 
| @@ -4889,12 +5492,12 @@ | |
| 4889 5492 | 
             
                        "type": "structure",
         | 
| 4890 5493 | 
             
                        "members": {
         | 
| 4891 5494 | 
             
                          "TagFilter": {
         | 
| 4892 | 
            -
                            "shape": " | 
| 5495 | 
            +
                            "shape": "Sjq"
         | 
| 4893 5496 | 
             
                          }
         | 
| 4894 5497 | 
             
                        }
         | 
| 4895 5498 | 
             
                      },
         | 
| 4896 5499 | 
             
                      "SearchCriteria": {
         | 
| 4897 | 
            -
                        "shape": " | 
| 5500 | 
            +
                        "shape": "Skg"
         | 
| 4898 5501 | 
             
                      }
         | 
| 4899 5502 | 
             
                    }
         | 
| 4900 5503 | 
             
                  },
         | 
| @@ -4918,14 +5521,14 @@ | |
| 4918 5521 | 
             
                              }
         | 
| 4919 5522 | 
             
                            },
         | 
| 4920 5523 | 
             
                            "PhoneConfig": {
         | 
| 4921 | 
            -
                              "shape": " | 
| 5524 | 
            +
                              "shape": "S7h"
         | 
| 4922 5525 | 
             
                            },
         | 
| 4923 5526 | 
             
                            "RoutingProfileId": {},
         | 
| 4924 5527 | 
             
                            "SecurityProfileIds": {
         | 
| 4925 | 
            -
                              "shape": " | 
| 5528 | 
            +
                              "shape": "S7m"
         | 
| 4926 5529 | 
             
                            },
         | 
| 4927 5530 | 
             
                            "Tags": {
         | 
| 4928 | 
            -
                              "shape": " | 
| 5531 | 
            +
                              "shape": "S1n"
         | 
| 4929 5532 | 
             
                            },
         | 
| 4930 5533 | 
             
                            "Username": {}
         | 
| 4931 5534 | 
             
                          }
         | 
| @@ -5009,7 +5612,7 @@ | |
| 5009 5612 | 
             
                      "InstanceId": {},
         | 
| 5010 5613 | 
             
                      "ContactFlowId": {},
         | 
| 5011 5614 | 
             
                      "Attributes": {
         | 
| 5012 | 
            -
                        "shape": " | 
| 5615 | 
            +
                        "shape": "Sc3"
         | 
| 5013 5616 | 
             
                      },
         | 
| 5014 5617 | 
             
                      "ParticipantDetails": {
         | 
| 5015 5618 | 
             
                        "type": "structure",
         | 
| @@ -5061,6 +5664,43 @@ | |
| 5061 5664 | 
             
                    }
         | 
| 5062 5665 | 
             
                  }
         | 
| 5063 5666 | 
             
                },
         | 
| 5667 | 
            +
                "StartContactEvaluation": {
         | 
| 5668 | 
            +
                  "http": {
         | 
| 5669 | 
            +
                    "method": "PUT",
         | 
| 5670 | 
            +
                    "requestUri": "/contact-evaluations/{InstanceId}"
         | 
| 5671 | 
            +
                  },
         | 
| 5672 | 
            +
                  "input": {
         | 
| 5673 | 
            +
                    "type": "structure",
         | 
| 5674 | 
            +
                    "required": [
         | 
| 5675 | 
            +
                      "InstanceId",
         | 
| 5676 | 
            +
                      "ContactId",
         | 
| 5677 | 
            +
                      "EvaluationFormId"
         | 
| 5678 | 
            +
                    ],
         | 
| 5679 | 
            +
                    "members": {
         | 
| 5680 | 
            +
                      "InstanceId": {
         | 
| 5681 | 
            +
                        "location": "uri",
         | 
| 5682 | 
            +
                        "locationName": "InstanceId"
         | 
| 5683 | 
            +
                      },
         | 
| 5684 | 
            +
                      "ContactId": {},
         | 
| 5685 | 
            +
                      "EvaluationFormId": {},
         | 
| 5686 | 
            +
                      "ClientToken": {
         | 
| 5687 | 
            +
                        "idempotencyToken": true
         | 
| 5688 | 
            +
                      }
         | 
| 5689 | 
            +
                    }
         | 
| 5690 | 
            +
                  },
         | 
| 5691 | 
            +
                  "output": {
         | 
| 5692 | 
            +
                    "type": "structure",
         | 
| 5693 | 
            +
                    "required": [
         | 
| 5694 | 
            +
                      "EvaluationId",
         | 
| 5695 | 
            +
                      "EvaluationArn"
         | 
| 5696 | 
            +
                    ],
         | 
| 5697 | 
            +
                    "members": {
         | 
| 5698 | 
            +
                      "EvaluationId": {},
         | 
| 5699 | 
            +
                      "EvaluationArn": {}
         | 
| 5700 | 
            +
                    }
         | 
| 5701 | 
            +
                  },
         | 
| 5702 | 
            +
                  "idempotent": true
         | 
| 5703 | 
            +
                },
         | 
| 5064 5704 | 
             
                "StartContactRecording": {
         | 
| 5065 5705 | 
             
                  "http": {
         | 
| 5066 5706 | 
             
                    "requestUri": "/contact/start-recording"
         | 
| @@ -5151,7 +5791,7 @@ | |
| 5151 5791 | 
             
                      "SourcePhoneNumber": {},
         | 
| 5152 5792 | 
             
                      "QueueId": {},
         | 
| 5153 5793 | 
             
                      "Attributes": {
         | 
| 5154 | 
            -
                        "shape": " | 
| 5794 | 
            +
                        "shape": "Sc3"
         | 
| 5155 5795 | 
             
                      },
         | 
| 5156 5796 | 
             
                      "AnswerMachineDetectionConfig": {
         | 
| 5157 5797 | 
             
                        "type": "structure",
         | 
| @@ -5191,11 +5831,11 @@ | |
| 5191 5831 | 
             
                      "PreviousContactId": {},
         | 
| 5192 5832 | 
             
                      "ContactFlowId": {},
         | 
| 5193 5833 | 
             
                      "Attributes": {
         | 
| 5194 | 
            -
                        "shape": " | 
| 5834 | 
            +
                        "shape": "Sc3"
         | 
| 5195 5835 | 
             
                      },
         | 
| 5196 5836 | 
             
                      "Name": {},
         | 
| 5197 5837 | 
             
                      "References": {
         | 
| 5198 | 
            -
                        "shape": " | 
| 5838 | 
            +
                        "shape": "S5d"
         | 
| 5199 5839 | 
             
                      },
         | 
| 5200 5840 | 
             
                      "Description": {},
         | 
| 5201 5841 | 
             
                      "ClientToken": {
         | 
| @@ -5280,6 +5920,45 @@ | |
| 5280 5920 | 
             
                    "members": {}
         | 
| 5281 5921 | 
             
                  }
         | 
| 5282 5922 | 
             
                },
         | 
| 5923 | 
            +
                "SubmitContactEvaluation": {
         | 
| 5924 | 
            +
                  "http": {
         | 
| 5925 | 
            +
                    "requestUri": "/contact-evaluations/{InstanceId}/{EvaluationId}/submit"
         | 
| 5926 | 
            +
                  },
         | 
| 5927 | 
            +
                  "input": {
         | 
| 5928 | 
            +
                    "type": "structure",
         | 
| 5929 | 
            +
                    "required": [
         | 
| 5930 | 
            +
                      "InstanceId",
         | 
| 5931 | 
            +
                      "EvaluationId"
         | 
| 5932 | 
            +
                    ],
         | 
| 5933 | 
            +
                    "members": {
         | 
| 5934 | 
            +
                      "InstanceId": {
         | 
| 5935 | 
            +
                        "location": "uri",
         | 
| 5936 | 
            +
                        "locationName": "InstanceId"
         | 
| 5937 | 
            +
                      },
         | 
| 5938 | 
            +
                      "EvaluationId": {
         | 
| 5939 | 
            +
                        "location": "uri",
         | 
| 5940 | 
            +
                        "locationName": "EvaluationId"
         | 
| 5941 | 
            +
                      },
         | 
| 5942 | 
            +
                      "Answers": {
         | 
| 5943 | 
            +
                        "shape": "Sls"
         | 
| 5944 | 
            +
                      },
         | 
| 5945 | 
            +
                      "Notes": {
         | 
| 5946 | 
            +
                        "shape": "S9b"
         | 
| 5947 | 
            +
                      }
         | 
| 5948 | 
            +
                    }
         | 
| 5949 | 
            +
                  },
         | 
| 5950 | 
            +
                  "output": {
         | 
| 5951 | 
            +
                    "type": "structure",
         | 
| 5952 | 
            +
                    "required": [
         | 
| 5953 | 
            +
                      "EvaluationId",
         | 
| 5954 | 
            +
                      "EvaluationArn"
         | 
| 5955 | 
            +
                    ],
         | 
| 5956 | 
            +
                    "members": {
         | 
| 5957 | 
            +
                      "EvaluationId": {},
         | 
| 5958 | 
            +
                      "EvaluationArn": {}
         | 
| 5959 | 
            +
                    }
         | 
| 5960 | 
            +
                  }
         | 
| 5961 | 
            +
                },
         | 
| 5283 5962 | 
             
                "SuspendContactRecording": {
         | 
| 5284 5963 | 
             
                  "http": {
         | 
| 5285 5964 | 
             
                    "requestUri": "/contact/suspend-recording"
         | 
| @@ -5318,7 +5997,7 @@ | |
| 5318 5997 | 
             
                        "locationName": "resourceArn"
         | 
| 5319 5998 | 
             
                      },
         | 
| 5320 5999 | 
             
                      "tags": {
         | 
| 5321 | 
            -
                        "shape": " | 
| 6000 | 
            +
                        "shape": "S1n"
         | 
| 5322 6001 | 
             
                      }
         | 
| 5323 6002 | 
             
                    }
         | 
| 5324 6003 | 
             
                  }
         | 
| @@ -5431,7 +6110,7 @@ | |
| 5431 6110 | 
             
                      "Name": {},
         | 
| 5432 6111 | 
             
                      "Description": {},
         | 
| 5433 6112 | 
             
                      "References": {
         | 
| 5434 | 
            -
                        "shape": " | 
| 6113 | 
            +
                        "shape": "S5d"
         | 
| 5435 6114 | 
             
                      }
         | 
| 5436 6115 | 
             
                    }
         | 
| 5437 6116 | 
             
                  },
         | 
| @@ -5455,7 +6134,7 @@ | |
| 5455 6134 | 
             
                      "InitialContactId": {},
         | 
| 5456 6135 | 
             
                      "InstanceId": {},
         | 
| 5457 6136 | 
             
                      "Attributes": {
         | 
| 5458 | 
            -
                        "shape": " | 
| 6137 | 
            +
                        "shape": "Sc3"
         | 
| 5459 6138 | 
             
                      }
         | 
| 5460 6139 | 
             
                    }
         | 
| 5461 6140 | 
             
                  },
         | 
| @@ -5464,6 +6143,45 @@ | |
| 5464 6143 | 
             
                    "members": {}
         | 
| 5465 6144 | 
             
                  }
         | 
| 5466 6145 | 
             
                },
         | 
| 6146 | 
            +
                "UpdateContactEvaluation": {
         | 
| 6147 | 
            +
                  "http": {
         | 
| 6148 | 
            +
                    "requestUri": "/contact-evaluations/{InstanceId}/{EvaluationId}"
         | 
| 6149 | 
            +
                  },
         | 
| 6150 | 
            +
                  "input": {
         | 
| 6151 | 
            +
                    "type": "structure",
         | 
| 6152 | 
            +
                    "required": [
         | 
| 6153 | 
            +
                      "InstanceId",
         | 
| 6154 | 
            +
                      "EvaluationId"
         | 
| 6155 | 
            +
                    ],
         | 
| 6156 | 
            +
                    "members": {
         | 
| 6157 | 
            +
                      "InstanceId": {
         | 
| 6158 | 
            +
                        "location": "uri",
         | 
| 6159 | 
            +
                        "locationName": "InstanceId"
         | 
| 6160 | 
            +
                      },
         | 
| 6161 | 
            +
                      "EvaluationId": {
         | 
| 6162 | 
            +
                        "location": "uri",
         | 
| 6163 | 
            +
                        "locationName": "EvaluationId"
         | 
| 6164 | 
            +
                      },
         | 
| 6165 | 
            +
                      "Answers": {
         | 
| 6166 | 
            +
                        "shape": "Sls"
         | 
| 6167 | 
            +
                      },
         | 
| 6168 | 
            +
                      "Notes": {
         | 
| 6169 | 
            +
                        "shape": "S9b"
         | 
| 6170 | 
            +
                      }
         | 
| 6171 | 
            +
                    }
         | 
| 6172 | 
            +
                  },
         | 
| 6173 | 
            +
                  "output": {
         | 
| 6174 | 
            +
                    "type": "structure",
         | 
| 6175 | 
            +
                    "required": [
         | 
| 6176 | 
            +
                      "EvaluationId",
         | 
| 6177 | 
            +
                      "EvaluationArn"
         | 
| 6178 | 
            +
                    ],
         | 
| 6179 | 
            +
                    "members": {
         | 
| 6180 | 
            +
                      "EvaluationId": {},
         | 
| 6181 | 
            +
                      "EvaluationArn": {}
         | 
| 6182 | 
            +
                    }
         | 
| 6183 | 
            +
                  }
         | 
| 6184 | 
            +
                },
         | 
| 5467 6185 | 
             
                "UpdateContactFlowContent": {
         | 
| 5468 6186 | 
             
                  "http": {
         | 
| 5469 6187 | 
             
                    "requestUri": "/contact-flows/{InstanceId}/{ContactFlowId}/content"
         | 
| @@ -5630,6 +6348,65 @@ | |
| 5630 6348 | 
             
                    "members": {}
         | 
| 5631 6349 | 
             
                  }
         | 
| 5632 6350 | 
             
                },
         | 
| 6351 | 
            +
                "UpdateEvaluationForm": {
         | 
| 6352 | 
            +
                  "http": {
         | 
| 6353 | 
            +
                    "method": "PUT",
         | 
| 6354 | 
            +
                    "requestUri": "/evaluation-forms/{InstanceId}/{EvaluationFormId}"
         | 
| 6355 | 
            +
                  },
         | 
| 6356 | 
            +
                  "input": {
         | 
| 6357 | 
            +
                    "type": "structure",
         | 
| 6358 | 
            +
                    "required": [
         | 
| 6359 | 
            +
                      "InstanceId",
         | 
| 6360 | 
            +
                      "EvaluationFormId",
         | 
| 6361 | 
            +
                      "EvaluationFormVersion",
         | 
| 6362 | 
            +
                      "Title",
         | 
| 6363 | 
            +
                      "Items"
         | 
| 6364 | 
            +
                    ],
         | 
| 6365 | 
            +
                    "members": {
         | 
| 6366 | 
            +
                      "InstanceId": {
         | 
| 6367 | 
            +
                        "location": "uri",
         | 
| 6368 | 
            +
                        "locationName": "InstanceId"
         | 
| 6369 | 
            +
                      },
         | 
| 6370 | 
            +
                      "EvaluationFormId": {
         | 
| 6371 | 
            +
                        "location": "uri",
         | 
| 6372 | 
            +
                        "locationName": "EvaluationFormId"
         | 
| 6373 | 
            +
                      },
         | 
| 6374 | 
            +
                      "EvaluationFormVersion": {
         | 
| 6375 | 
            +
                        "type": "integer"
         | 
| 6376 | 
            +
                      },
         | 
| 6377 | 
            +
                      "CreateNewVersion": {
         | 
| 6378 | 
            +
                        "type": "boolean"
         | 
| 6379 | 
            +
                      },
         | 
| 6380 | 
            +
                      "Title": {},
         | 
| 6381 | 
            +
                      "Description": {},
         | 
| 6382 | 
            +
                      "Items": {
         | 
| 6383 | 
            +
                        "shape": "S2e"
         | 
| 6384 | 
            +
                      },
         | 
| 6385 | 
            +
                      "ScoringStrategy": {
         | 
| 6386 | 
            +
                        "shape": "S39"
         | 
| 6387 | 
            +
                      },
         | 
| 6388 | 
            +
                      "ClientToken": {
         | 
| 6389 | 
            +
                        "idempotencyToken": true
         | 
| 6390 | 
            +
                      }
         | 
| 6391 | 
            +
                    }
         | 
| 6392 | 
            +
                  },
         | 
| 6393 | 
            +
                  "output": {
         | 
| 6394 | 
            +
                    "type": "structure",
         | 
| 6395 | 
            +
                    "required": [
         | 
| 6396 | 
            +
                      "EvaluationFormId",
         | 
| 6397 | 
            +
                      "EvaluationFormArn",
         | 
| 6398 | 
            +
                      "EvaluationFormVersion"
         | 
| 6399 | 
            +
                    ],
         | 
| 6400 | 
            +
                    "members": {
         | 
| 6401 | 
            +
                      "EvaluationFormId": {},
         | 
| 6402 | 
            +
                      "EvaluationFormArn": {},
         | 
| 6403 | 
            +
                      "EvaluationFormVersion": {
         | 
| 6404 | 
            +
                        "type": "integer"
         | 
| 6405 | 
            +
                      }
         | 
| 6406 | 
            +
                    }
         | 
| 6407 | 
            +
                  },
         | 
| 6408 | 
            +
                  "idempotent": true
         | 
| 6409 | 
            +
                },
         | 
| 5633 6410 | 
             
                "UpdateHoursOfOperation": {
         | 
| 5634 6411 | 
             
                  "http": {
         | 
| 5635 6412 | 
             
                    "requestUri": "/hours-of-operations/{InstanceId}/{HoursOfOperationId}"
         | 
| @@ -5653,7 +6430,7 @@ | |
| 5653 6430 | 
             
                      "Description": {},
         | 
| 5654 6431 | 
             
                      "TimeZone": {},
         | 
| 5655 6432 | 
             
                      "Config": {
         | 
| 5656 | 
            -
                        "shape": " | 
| 6433 | 
            +
                        "shape": "S3h"
         | 
| 5657 6434 | 
             
                      }
         | 
| 5658 6435 | 
             
                    }
         | 
| 5659 6436 | 
             
                  }
         | 
| @@ -5708,7 +6485,7 @@ | |
| 5708 6485 | 
             
                        "locationName": "resourceType"
         | 
| 5709 6486 | 
             
                      },
         | 
| 5710 6487 | 
             
                      "StorageConfig": {
         | 
| 5711 | 
            -
                        "shape": " | 
| 6488 | 
            +
                        "shape": "Sl"
         | 
| 5712 6489 | 
             
                      }
         | 
| 5713 6490 | 
             
                    }
         | 
| 5714 6491 | 
             
                  }
         | 
| @@ -5904,7 +6681,7 @@ | |
| 5904 6681 | 
             
                        "locationName": "QueueId"
         | 
| 5905 6682 | 
             
                      },
         | 
| 5906 6683 | 
             
                      "OutboundCallerConfig": {
         | 
| 5907 | 
            -
                        "shape": " | 
| 6684 | 
            +
                        "shape": "S4f"
         | 
| 5908 6685 | 
             
                      }
         | 
| 5909 6686 | 
             
                    }
         | 
| 5910 6687 | 
             
                  }
         | 
| @@ -5954,7 +6731,7 @@ | |
| 5954 6731 | 
             
                        "locationName": "QuickConnectId"
         | 
| 5955 6732 | 
             
                      },
         | 
| 5956 6733 | 
             
                      "QuickConnectConfig": {
         | 
| 5957 | 
            -
                        "shape": " | 
| 6734 | 
            +
                        "shape": "S4m"
         | 
| 5958 6735 | 
             
                      }
         | 
| 5959 6736 | 
             
                    }
         | 
| 5960 6737 | 
             
                  }
         | 
| @@ -6004,7 +6781,7 @@ | |
| 6004 6781 | 
             
                        "locationName": "RoutingProfileId"
         | 
| 6005 6782 | 
             
                      },
         | 
| 6006 6783 | 
             
                      "MediaConcurrencies": {
         | 
| 6007 | 
            -
                        "shape": " | 
| 6784 | 
            +
                        "shape": "S4w"
         | 
| 6008 6785 | 
             
                      }
         | 
| 6009 6786 | 
             
                    }
         | 
| 6010 6787 | 
             
                  }
         | 
| @@ -6078,7 +6855,7 @@ | |
| 6078 6855 | 
             
                        "locationName": "RoutingProfileId"
         | 
| 6079 6856 | 
             
                      },
         | 
| 6080 6857 | 
             
                      "QueueConfigs": {
         | 
| 6081 | 
            -
                        "shape": " | 
| 6858 | 
            +
                        "shape": "S1b"
         | 
| 6082 6859 | 
             
                      }
         | 
| 6083 6860 | 
             
                    }
         | 
| 6084 6861 | 
             
                  }
         | 
| @@ -6110,7 +6887,7 @@ | |
| 6110 6887 | 
             
                      "Name": {},
         | 
| 6111 6888 | 
             
                      "Function": {},
         | 
| 6112 6889 | 
             
                      "Actions": {
         | 
| 6113 | 
            -
                        "shape": " | 
| 6890 | 
            +
                        "shape": "S57"
         | 
| 6114 6891 | 
             
                      },
         | 
| 6115 6892 | 
             
                      "PublishStatus": {}
         | 
| 6116 6893 | 
             
                    }
         | 
| @@ -6129,7 +6906,7 @@ | |
| 6129 6906 | 
             
                    "members": {
         | 
| 6130 6907 | 
             
                      "Description": {},
         | 
| 6131 6908 | 
             
                      "Permissions": {
         | 
| 6132 | 
            -
                        "shape": " | 
| 6909 | 
            +
                        "shape": "S60"
         | 
| 6133 6910 | 
             
                      },
         | 
| 6134 6911 | 
             
                      "SecurityProfileId": {
         | 
| 6135 6912 | 
             
                        "location": "uri",
         | 
| @@ -6140,10 +6917,10 @@ | |
| 6140 6917 | 
             
                        "locationName": "InstanceId"
         | 
| 6141 6918 | 
             
                      },
         | 
| 6142 6919 | 
             
                      "AllowedAccessControlTags": {
         | 
| 6143 | 
            -
                        "shape": " | 
| 6920 | 
            +
                        "shape": "S62"
         | 
| 6144 6921 | 
             
                      },
         | 
| 6145 6922 | 
             
                      "TagRestrictedResources": {
         | 
| 6146 | 
            -
                        "shape": " | 
| 6923 | 
            +
                        "shape": "S65"
         | 
| 6147 6924 | 
             
                      }
         | 
| 6148 6925 | 
             
                    }
         | 
| 6149 6926 | 
             
                  }
         | 
| @@ -6171,14 +6948,14 @@ | |
| 6171 6948 | 
             
                      "Description": {},
         | 
| 6172 6949 | 
             
                      "ContactFlowId": {},
         | 
| 6173 6950 | 
             
                      "Constraints": {
         | 
| 6174 | 
            -
                        "shape": " | 
| 6951 | 
            +
                        "shape": "S6c"
         | 
| 6175 6952 | 
             
                      },
         | 
| 6176 6953 | 
             
                      "Defaults": {
         | 
| 6177 | 
            -
                        "shape": " | 
| 6954 | 
            +
                        "shape": "S6l"
         | 
| 6178 6955 | 
             
                      },
         | 
| 6179 6956 | 
             
                      "Status": {},
         | 
| 6180 6957 | 
             
                      "Fields": {
         | 
| 6181 | 
            -
                        "shape": " | 
| 6958 | 
            +
                        "shape": "S6q"
         | 
| 6182 6959 | 
             
                      }
         | 
| 6183 6960 | 
             
                    }
         | 
| 6184 6961 | 
             
                  },
         | 
| @@ -6192,13 +6969,13 @@ | |
| 6192 6969 | 
             
                      "Description": {},
         | 
| 6193 6970 | 
             
                      "ContactFlowId": {},
         | 
| 6194 6971 | 
             
                      "Constraints": {
         | 
| 6195 | 
            -
                        "shape": " | 
| 6972 | 
            +
                        "shape": "S6c"
         | 
| 6196 6973 | 
             
                      },
         | 
| 6197 6974 | 
             
                      "Defaults": {
         | 
| 6198 | 
            -
                        "shape": " | 
| 6975 | 
            +
                        "shape": "S6l"
         | 
| 6199 6976 | 
             
                      },
         | 
| 6200 6977 | 
             
                      "Fields": {
         | 
| 6201 | 
            -
                        "shape": " | 
| 6978 | 
            +
                        "shape": "S6q"
         | 
| 6202 6979 | 
             
                      },
         | 
| 6203 6980 | 
             
                      "Status": {},
         | 
| 6204 6981 | 
             
                      "LastModifiedTime": {
         | 
| @@ -6226,7 +7003,7 @@ | |
| 6226 7003 | 
             
                        "locationName": "Id"
         | 
| 6227 7004 | 
             
                      },
         | 
| 6228 7005 | 
             
                      "TelephonyConfig": {
         | 
| 6229 | 
            -
                        "shape": " | 
| 7006 | 
            +
                        "shape": "Sep"
         | 
| 6230 7007 | 
             
                      }
         | 
| 6231 7008 | 
             
                    }
         | 
| 6232 7009 | 
             
                  },
         | 
| @@ -6297,19 +7074,19 @@ | |
| 6297 7074 | 
             
                        "type": "structure",
         | 
| 6298 7075 | 
             
                        "members": {
         | 
| 6299 7076 | 
             
                          "LevelOne": {
         | 
| 6300 | 
            -
                            "shape": " | 
| 7077 | 
            +
                            "shape": "Sns"
         | 
| 6301 7078 | 
             
                          },
         | 
| 6302 7079 | 
             
                          "LevelTwo": {
         | 
| 6303 | 
            -
                            "shape": " | 
| 7080 | 
            +
                            "shape": "Sns"
         | 
| 6304 7081 | 
             
                          },
         | 
| 6305 7082 | 
             
                          "LevelThree": {
         | 
| 6306 | 
            -
                            "shape": " | 
| 7083 | 
            +
                            "shape": "Sns"
         | 
| 6307 7084 | 
             
                          },
         | 
| 6308 7085 | 
             
                          "LevelFour": {
         | 
| 6309 | 
            -
                            "shape": " | 
| 7086 | 
            +
                            "shape": "Sns"
         | 
| 6310 7087 | 
             
                          },
         | 
| 6311 7088 | 
             
                          "LevelFive": {
         | 
| 6312 | 
            -
                            "shape": " | 
| 7089 | 
            +
                            "shape": "Sns"
         | 
| 6313 7090 | 
             
                          }
         | 
| 6314 7091 | 
             
                        }
         | 
| 6315 7092 | 
             
                      },
         | 
| @@ -6333,7 +7110,7 @@ | |
| 6333 7110 | 
             
                    ],
         | 
| 6334 7111 | 
             
                    "members": {
         | 
| 6335 7112 | 
             
                      "IdentityInfo": {
         | 
| 6336 | 
            -
                        "shape": " | 
| 7113 | 
            +
                        "shape": "S7d"
         | 
| 6337 7114 | 
             
                      },
         | 
| 6338 7115 | 
             
                      "UserId": {
         | 
| 6339 7116 | 
             
                        "location": "uri",
         | 
| @@ -6359,7 +7136,7 @@ | |
| 6359 7136 | 
             
                    ],
         | 
| 6360 7137 | 
             
                    "members": {
         | 
| 6361 7138 | 
             
                      "PhoneConfig": {
         | 
| 6362 | 
            -
                        "shape": " | 
| 7139 | 
            +
                        "shape": "S7h"
         | 
| 6363 7140 | 
             
                      },
         | 
| 6364 7141 | 
             
                      "UserId": {
         | 
| 6365 7142 | 
             
                        "location": "uri",
         | 
| @@ -6409,7 +7186,7 @@ | |
| 6409 7186 | 
             
                    ],
         | 
| 6410 7187 | 
             
                    "members": {
         | 
| 6411 7188 | 
             
                      "SecurityProfileIds": {
         | 
| 6412 | 
            -
                        "shape": " | 
| 7189 | 
            +
                        "shape": "S7m"
         | 
| 6413 7190 | 
             
                      },
         | 
| 6414 7191 | 
             
                      "UserId": {
         | 
| 6415 7192 | 
             
                        "location": "uri",
         | 
| @@ -6424,7 +7201,7 @@ | |
| 6424 7201 | 
             
                }
         | 
| 6425 7202 | 
             
              },
         | 
| 6426 7203 | 
             
              "shapes": {
         | 
| 6427 | 
            -
                " | 
| 7204 | 
            +
                "Sa": {
         | 
| 6428 7205 | 
             
                  "type": "structure",
         | 
| 6429 7206 | 
             
                  "required": [
         | 
| 6430 7207 | 
             
                    "Name",
         | 
| @@ -6435,13 +7212,13 @@ | |
| 6435 7212 | 
             
                    "LexRegion": {}
         | 
| 6436 7213 | 
             
                  }
         | 
| 6437 7214 | 
             
                },
         | 
| 6438 | 
            -
                " | 
| 7215 | 
            +
                "Sd": {
         | 
| 6439 7216 | 
             
                  "type": "structure",
         | 
| 6440 7217 | 
             
                  "members": {
         | 
| 6441 7218 | 
             
                    "AliasArn": {}
         | 
| 6442 7219 | 
             
                  }
         | 
| 6443 7220 | 
             
                },
         | 
| 6444 | 
            -
                " | 
| 7221 | 
            +
                "Sl": {
         | 
| 6445 7222 | 
             
                  "type": "structure",
         | 
| 6446 7223 | 
             
                  "required": [
         | 
| 6447 7224 | 
             
                    "StorageType"
         | 
| @@ -6459,7 +7236,7 @@ | |
| 6459 7236 | 
             
                        "BucketName": {},
         | 
| 6460 7237 | 
             
                        "BucketPrefix": {},
         | 
| 6461 7238 | 
             
                        "EncryptionConfig": {
         | 
| 6462 | 
            -
                          "shape": " | 
| 7239 | 
            +
                          "shape": "Sr"
         | 
| 6463 7240 | 
             
                        }
         | 
| 6464 7241 | 
             
                      }
         | 
| 6465 7242 | 
             
                    },
         | 
| @@ -6476,7 +7253,7 @@ | |
| 6476 7253 | 
             
                          "type": "integer"
         | 
| 6477 7254 | 
             
                        },
         | 
| 6478 7255 | 
             
                        "EncryptionConfig": {
         | 
| 6479 | 
            -
                          "shape": " | 
| 7256 | 
            +
                          "shape": "Sr"
         | 
| 6480 7257 | 
             
                        }
         | 
| 6481 7258 | 
             
                      }
         | 
| 6482 7259 | 
             
                    },
         | 
| @@ -6500,7 +7277,7 @@ | |
| 6500 7277 | 
             
                    }
         | 
| 6501 7278 | 
             
                  }
         | 
| 6502 7279 | 
             
                },
         | 
| 6503 | 
            -
                " | 
| 7280 | 
            +
                "Sr": {
         | 
| 6504 7281 | 
             
                  "type": "structure",
         | 
| 6505 7282 | 
             
                  "required": [
         | 
| 6506 7283 | 
             
                    "EncryptionType",
         | 
| @@ -6511,11 +7288,11 @@ | |
| 6511 7288 | 
             
                    "KeyId": {}
         | 
| 6512 7289 | 
             
                  }
         | 
| 6513 7290 | 
             
                },
         | 
| 6514 | 
            -
                " | 
| 7291 | 
            +
                "S17": {
         | 
| 6515 7292 | 
             
                  "type": "list",
         | 
| 6516 7293 | 
             
                  "member": {}
         | 
| 6517 7294 | 
             
                },
         | 
| 6518 | 
            -
                " | 
| 7295 | 
            +
                "S1b": {
         | 
| 6519 7296 | 
             
                  "type": "list",
         | 
| 6520 7297 | 
             
                  "member": {
         | 
| 6521 7298 | 
             
                    "type": "structure",
         | 
| @@ -6526,7 +7303,7 @@ | |
| 6526 7303 | 
             
                    ],
         | 
| 6527 7304 | 
             
                    "members": {
         | 
| 6528 7305 | 
             
                      "QueueReference": {
         | 
| 6529 | 
            -
                        "shape": " | 
| 7306 | 
            +
                        "shape": "S1d"
         | 
| 6530 7307 | 
             
                      },
         | 
| 6531 7308 | 
             
                      "Priority": {
         | 
| 6532 7309 | 
             
                        "type": "integer"
         | 
| @@ -6537,7 +7314,7 @@ | |
| 6537 7314 | 
             
                    }
         | 
| 6538 7315 | 
             
                  }
         | 
| 6539 7316 | 
             
                },
         | 
| 6540 | 
            -
                " | 
| 7317 | 
            +
                "S1d": {
         | 
| 6541 7318 | 
             
                  "type": "structure",
         | 
| 6542 7319 | 
             
                  "required": [
         | 
| 6543 7320 | 
             
                    "QueueId",
         | 
| @@ -6548,12 +7325,190 @@ | |
| 6548 7325 | 
             
                    "Channel": {}
         | 
| 6549 7326 | 
             
                  }
         | 
| 6550 7327 | 
             
                },
         | 
| 6551 | 
            -
                " | 
| 7328 | 
            +
                "S1n": {
         | 
| 6552 7329 | 
             
                  "type": "map",
         | 
| 6553 7330 | 
             
                  "key": {},
         | 
| 6554 7331 | 
             
                  "value": {}
         | 
| 6555 7332 | 
             
                },
         | 
| 6556 | 
            -
                " | 
| 7333 | 
            +
                "S2e": {
         | 
| 7334 | 
            +
                  "type": "list",
         | 
| 7335 | 
            +
                  "member": {
         | 
| 7336 | 
            +
                    "type": "structure",
         | 
| 7337 | 
            +
                    "members": {
         | 
| 7338 | 
            +
                      "Section": {
         | 
| 7339 | 
            +
                        "type": "structure",
         | 
| 7340 | 
            +
                        "required": [
         | 
| 7341 | 
            +
                          "Title",
         | 
| 7342 | 
            +
                          "RefId"
         | 
| 7343 | 
            +
                        ],
         | 
| 7344 | 
            +
                        "members": {
         | 
| 7345 | 
            +
                          "Title": {},
         | 
| 7346 | 
            +
                          "RefId": {},
         | 
| 7347 | 
            +
                          "Instructions": {},
         | 
| 7348 | 
            +
                          "Items": {
         | 
| 7349 | 
            +
                            "shape": "S2e"
         | 
| 7350 | 
            +
                          },
         | 
| 7351 | 
            +
                          "Weight": {
         | 
| 7352 | 
            +
                            "type": "double"
         | 
| 7353 | 
            +
                          }
         | 
| 7354 | 
            +
                        }
         | 
| 7355 | 
            +
                      },
         | 
| 7356 | 
            +
                      "Question": {
         | 
| 7357 | 
            +
                        "type": "structure",
         | 
| 7358 | 
            +
                        "required": [
         | 
| 7359 | 
            +
                          "Title",
         | 
| 7360 | 
            +
                          "RefId",
         | 
| 7361 | 
            +
                          "QuestionType"
         | 
| 7362 | 
            +
                        ],
         | 
| 7363 | 
            +
                        "members": {
         | 
| 7364 | 
            +
                          "Title": {},
         | 
| 7365 | 
            +
                          "Instructions": {},
         | 
| 7366 | 
            +
                          "RefId": {},
         | 
| 7367 | 
            +
                          "NotApplicableEnabled": {
         | 
| 7368 | 
            +
                            "type": "boolean"
         | 
| 7369 | 
            +
                          },
         | 
| 7370 | 
            +
                          "QuestionType": {},
         | 
| 7371 | 
            +
                          "QuestionTypeProperties": {
         | 
| 7372 | 
            +
                            "type": "structure",
         | 
| 7373 | 
            +
                            "members": {
         | 
| 7374 | 
            +
                              "Numeric": {
         | 
| 7375 | 
            +
                                "type": "structure",
         | 
| 7376 | 
            +
                                "required": [
         | 
| 7377 | 
            +
                                  "MinValue",
         | 
| 7378 | 
            +
                                  "MaxValue"
         | 
| 7379 | 
            +
                                ],
         | 
| 7380 | 
            +
                                "members": {
         | 
| 7381 | 
            +
                                  "MinValue": {
         | 
| 7382 | 
            +
                                    "type": "integer"
         | 
| 7383 | 
            +
                                  },
         | 
| 7384 | 
            +
                                  "MaxValue": {
         | 
| 7385 | 
            +
                                    "type": "integer"
         | 
| 7386 | 
            +
                                  },
         | 
| 7387 | 
            +
                                  "Options": {
         | 
| 7388 | 
            +
                                    "type": "list",
         | 
| 7389 | 
            +
                                    "member": {
         | 
| 7390 | 
            +
                                      "type": "structure",
         | 
| 7391 | 
            +
                                      "required": [
         | 
| 7392 | 
            +
                                        "MinValue",
         | 
| 7393 | 
            +
                                        "MaxValue"
         | 
| 7394 | 
            +
                                      ],
         | 
| 7395 | 
            +
                                      "members": {
         | 
| 7396 | 
            +
                                        "MinValue": {
         | 
| 7397 | 
            +
                                          "type": "integer"
         | 
| 7398 | 
            +
                                        },
         | 
| 7399 | 
            +
                                        "MaxValue": {
         | 
| 7400 | 
            +
                                          "type": "integer"
         | 
| 7401 | 
            +
                                        },
         | 
| 7402 | 
            +
                                        "Score": {
         | 
| 7403 | 
            +
                                          "type": "integer"
         | 
| 7404 | 
            +
                                        },
         | 
| 7405 | 
            +
                                        "AutomaticFail": {
         | 
| 7406 | 
            +
                                          "type": "boolean"
         | 
| 7407 | 
            +
                                        }
         | 
| 7408 | 
            +
                                      }
         | 
| 7409 | 
            +
                                    }
         | 
| 7410 | 
            +
                                  },
         | 
| 7411 | 
            +
                                  "Automation": {
         | 
| 7412 | 
            +
                                    "type": "structure",
         | 
| 7413 | 
            +
                                    "members": {
         | 
| 7414 | 
            +
                                      "PropertyValue": {
         | 
| 7415 | 
            +
                                        "type": "structure",
         | 
| 7416 | 
            +
                                        "required": [
         | 
| 7417 | 
            +
                                          "Label"
         | 
| 7418 | 
            +
                                        ],
         | 
| 7419 | 
            +
                                        "members": {
         | 
| 7420 | 
            +
                                          "Label": {}
         | 
| 7421 | 
            +
                                        }
         | 
| 7422 | 
            +
                                      }
         | 
| 7423 | 
            +
                                    },
         | 
| 7424 | 
            +
                                    "union": true
         | 
| 7425 | 
            +
                                  }
         | 
| 7426 | 
            +
                                }
         | 
| 7427 | 
            +
                              },
         | 
| 7428 | 
            +
                              "SingleSelect": {
         | 
| 7429 | 
            +
                                "type": "structure",
         | 
| 7430 | 
            +
                                "required": [
         | 
| 7431 | 
            +
                                  "Options"
         | 
| 7432 | 
            +
                                ],
         | 
| 7433 | 
            +
                                "members": {
         | 
| 7434 | 
            +
                                  "Options": {
         | 
| 7435 | 
            +
                                    "type": "list",
         | 
| 7436 | 
            +
                                    "member": {
         | 
| 7437 | 
            +
                                      "type": "structure",
         | 
| 7438 | 
            +
                                      "required": [
         | 
| 7439 | 
            +
                                        "RefId",
         | 
| 7440 | 
            +
                                        "Text"
         | 
| 7441 | 
            +
                                      ],
         | 
| 7442 | 
            +
                                      "members": {
         | 
| 7443 | 
            +
                                        "RefId": {},
         | 
| 7444 | 
            +
                                        "Text": {},
         | 
| 7445 | 
            +
                                        "Score": {
         | 
| 7446 | 
            +
                                          "type": "integer"
         | 
| 7447 | 
            +
                                        },
         | 
| 7448 | 
            +
                                        "AutomaticFail": {
         | 
| 7449 | 
            +
                                          "type": "boolean"
         | 
| 7450 | 
            +
                                        }
         | 
| 7451 | 
            +
                                      }
         | 
| 7452 | 
            +
                                    }
         | 
| 7453 | 
            +
                                  },
         | 
| 7454 | 
            +
                                  "DisplayAs": {},
         | 
| 7455 | 
            +
                                  "Automation": {
         | 
| 7456 | 
            +
                                    "type": "structure",
         | 
| 7457 | 
            +
                                    "required": [
         | 
| 7458 | 
            +
                                      "Options"
         | 
| 7459 | 
            +
                                    ],
         | 
| 7460 | 
            +
                                    "members": {
         | 
| 7461 | 
            +
                                      "Options": {
         | 
| 7462 | 
            +
                                        "type": "list",
         | 
| 7463 | 
            +
                                        "member": {
         | 
| 7464 | 
            +
                                          "type": "structure",
         | 
| 7465 | 
            +
                                          "members": {
         | 
| 7466 | 
            +
                                            "RuleCategory": {
         | 
| 7467 | 
            +
                                              "type": "structure",
         | 
| 7468 | 
            +
                                              "required": [
         | 
| 7469 | 
            +
                                                "Category",
         | 
| 7470 | 
            +
                                                "Condition",
         | 
| 7471 | 
            +
                                                "OptionRefId"
         | 
| 7472 | 
            +
                                              ],
         | 
| 7473 | 
            +
                                              "members": {
         | 
| 7474 | 
            +
                                                "Category": {},
         | 
| 7475 | 
            +
                                                "Condition": {},
         | 
| 7476 | 
            +
                                                "OptionRefId": {}
         | 
| 7477 | 
            +
                                              }
         | 
| 7478 | 
            +
                                            }
         | 
| 7479 | 
            +
                                          },
         | 
| 7480 | 
            +
                                          "union": true
         | 
| 7481 | 
            +
                                        }
         | 
| 7482 | 
            +
                                      },
         | 
| 7483 | 
            +
                                      "DefaultOptionRefId": {}
         | 
| 7484 | 
            +
                                    }
         | 
| 7485 | 
            +
                                  }
         | 
| 7486 | 
            +
                                }
         | 
| 7487 | 
            +
                              }
         | 
| 7488 | 
            +
                            },
         | 
| 7489 | 
            +
                            "union": true
         | 
| 7490 | 
            +
                          },
         | 
| 7491 | 
            +
                          "Weight": {
         | 
| 7492 | 
            +
                            "type": "double"
         | 
| 7493 | 
            +
                          }
         | 
| 7494 | 
            +
                        }
         | 
| 7495 | 
            +
                      }
         | 
| 7496 | 
            +
                    },
         | 
| 7497 | 
            +
                    "union": true
         | 
| 7498 | 
            +
                  }
         | 
| 7499 | 
            +
                },
         | 
| 7500 | 
            +
                "S39": {
         | 
| 7501 | 
            +
                  "type": "structure",
         | 
| 7502 | 
            +
                  "required": [
         | 
| 7503 | 
            +
                    "Mode",
         | 
| 7504 | 
            +
                    "Status"
         | 
| 7505 | 
            +
                  ],
         | 
| 7506 | 
            +
                  "members": {
         | 
| 7507 | 
            +
                    "Mode": {},
         | 
| 7508 | 
            +
                    "Status": {}
         | 
| 7509 | 
            +
                  }
         | 
| 7510 | 
            +
                },
         | 
| 7511 | 
            +
                "S3h": {
         | 
| 6557 7512 | 
             
                  "type": "list",
         | 
| 6558 7513 | 
             
                  "member": {
         | 
| 6559 7514 | 
             
                    "type": "structure",
         | 
| @@ -6565,15 +7520,15 @@ | |
| 6565 7520 | 
             
                    "members": {
         | 
| 6566 7521 | 
             
                      "Day": {},
         | 
| 6567 7522 | 
             
                      "StartTime": {
         | 
| 6568 | 
            -
                        "shape": " | 
| 7523 | 
            +
                        "shape": "S3k"
         | 
| 6569 7524 | 
             
                      },
         | 
| 6570 7525 | 
             
                      "EndTime": {
         | 
| 6571 | 
            -
                        "shape": " | 
| 7526 | 
            +
                        "shape": "S3k"
         | 
| 6572 7527 | 
             
                      }
         | 
| 6573 7528 | 
             
                    }
         | 
| 6574 7529 | 
             
                  }
         | 
| 6575 7530 | 
             
                },
         | 
| 6576 | 
            -
                " | 
| 7531 | 
            +
                "S3k": {
         | 
| 6577 7532 | 
             
                  "type": "structure",
         | 
| 6578 7533 | 
             
                  "required": [
         | 
| 6579 7534 | 
             
                    "Hours",
         | 
| @@ -6588,11 +7543,11 @@ | |
| 6588 7543 | 
             
                    }
         | 
| 6589 7544 | 
             
                  }
         | 
| 6590 7545 | 
             
                },
         | 
| 6591 | 
            -
                " | 
| 7546 | 
            +
                "S3r": {
         | 
| 6592 7547 | 
             
                  "type": "string",
         | 
| 6593 7548 | 
             
                  "sensitive": true
         | 
| 6594 7549 | 
             
                },
         | 
| 6595 | 
            -
                " | 
| 7550 | 
            +
                "S4f": {
         | 
| 6596 7551 | 
             
                  "type": "structure",
         | 
| 6597 7552 | 
             
                  "members": {
         | 
| 6598 7553 | 
             
                    "OutboundCallerIdName": {},
         | 
| @@ -6600,7 +7555,7 @@ | |
| 6600 7555 | 
             
                    "OutboundFlowId": {}
         | 
| 6601 7556 | 
             
                  }
         | 
| 6602 7557 | 
             
                },
         | 
| 6603 | 
            -
                " | 
| 7558 | 
            +
                "S4m": {
         | 
| 6604 7559 | 
             
                  "type": "structure",
         | 
| 6605 7560 | 
             
                  "required": [
         | 
| 6606 7561 | 
             
                    "QuickConnectType"
         | 
| @@ -6640,7 +7595,7 @@ | |
| 6640 7595 | 
             
                    }
         | 
| 6641 7596 | 
             
                  }
         | 
| 6642 7597 | 
             
                },
         | 
| 6643 | 
            -
                " | 
| 7598 | 
            +
                "S4w": {
         | 
| 6644 7599 | 
             
                  "type": "list",
         | 
| 6645 7600 | 
             
                  "member": {
         | 
| 6646 7601 | 
             
                    "type": "structure",
         | 
| @@ -6665,7 +7620,7 @@ | |
| 6665 7620 | 
             
                    }
         | 
| 6666 7621 | 
             
                  }
         | 
| 6667 7622 | 
             
                },
         | 
| 6668 | 
            -
                " | 
| 7623 | 
            +
                "S54": {
         | 
| 6669 7624 | 
             
                  "type": "structure",
         | 
| 6670 7625 | 
             
                  "required": [
         | 
| 6671 7626 | 
             
                    "EventSourceName"
         | 
| @@ -6675,7 +7630,7 @@ | |
| 6675 7630 | 
             
                    "IntegrationAssociationId": {}
         | 
| 6676 7631 | 
             
                  }
         | 
| 6677 7632 | 
             
                },
         | 
| 6678 | 
            -
                " | 
| 7633 | 
            +
                "S57": {
         | 
| 6679 7634 | 
             
                  "type": "list",
         | 
| 6680 7635 | 
             
                  "member": {
         | 
| 6681 7636 | 
             
                    "type": "structure",
         | 
| @@ -6695,7 +7650,7 @@ | |
| 6695 7650 | 
             
                          "Description": {},
         | 
| 6696 7651 | 
             
                          "ContactFlowId": {},
         | 
| 6697 7652 | 
             
                          "References": {
         | 
| 6698 | 
            -
                            "shape": " | 
| 7653 | 
            +
                            "shape": "S5d"
         | 
| 6699 7654 | 
             
                          }
         | 
| 6700 7655 | 
             
                        }
         | 
| 6701 7656 | 
             
                      },
         | 
| @@ -6744,7 +7699,7 @@ | |
| 6744 7699 | 
             
                    }
         | 
| 6745 7700 | 
             
                  }
         | 
| 6746 7701 | 
             
                },
         | 
| 6747 | 
            -
                " | 
| 7702 | 
            +
                "S5d": {
         | 
| 6748 7703 | 
             
                  "type": "map",
         | 
| 6749 7704 | 
             
                  "key": {},
         | 
| 6750 7705 | 
             
                  "value": {
         | 
| @@ -6759,20 +7714,20 @@ | |
| 6759 7714 | 
             
                    }
         | 
| 6760 7715 | 
             
                  }
         | 
| 6761 7716 | 
             
                },
         | 
| 6762 | 
            -
                " | 
| 7717 | 
            +
                "S60": {
         | 
| 6763 7718 | 
             
                  "type": "list",
         | 
| 6764 7719 | 
             
                  "member": {}
         | 
| 6765 7720 | 
             
                },
         | 
| 6766 | 
            -
                " | 
| 7721 | 
            +
                "S62": {
         | 
| 6767 7722 | 
             
                  "type": "map",
         | 
| 6768 7723 | 
             
                  "key": {},
         | 
| 6769 7724 | 
             
                  "value": {}
         | 
| 6770 7725 | 
             
                },
         | 
| 6771 | 
            -
                " | 
| 7726 | 
            +
                "S65": {
         | 
| 6772 7727 | 
             
                  "type": "list",
         | 
| 6773 7728 | 
             
                  "member": {}
         | 
| 6774 7729 | 
             
                },
         | 
| 6775 | 
            -
                " | 
| 7730 | 
            +
                "S6c": {
         | 
| 6776 7731 | 
             
                  "type": "structure",
         | 
| 6777 7732 | 
             
                  "members": {
         | 
| 6778 7733 | 
             
                    "RequiredFields": {
         | 
| @@ -6781,7 +7736,7 @@ | |
| 6781 7736 | 
             
                        "type": "structure",
         | 
| 6782 7737 | 
             
                        "members": {
         | 
| 6783 7738 | 
             
                          "Id": {
         | 
| 6784 | 
            -
                            "shape": " | 
| 7739 | 
            +
                            "shape": "S6f"
         | 
| 6785 7740 | 
             
                          }
         | 
| 6786 7741 | 
             
                        }
         | 
| 6787 7742 | 
             
                      }
         | 
| @@ -6792,7 +7747,7 @@ | |
| 6792 7747 | 
             
                        "type": "structure",
         | 
| 6793 7748 | 
             
                        "members": {
         | 
| 6794 7749 | 
             
                          "Id": {
         | 
| 6795 | 
            -
                            "shape": " | 
| 7750 | 
            +
                            "shape": "S6f"
         | 
| 6796 7751 | 
             
                          }
         | 
| 6797 7752 | 
             
                        }
         | 
| 6798 7753 | 
             
                      }
         | 
| @@ -6803,20 +7758,20 @@ | |
| 6803 7758 | 
             
                        "type": "structure",
         | 
| 6804 7759 | 
             
                        "members": {
         | 
| 6805 7760 | 
             
                          "Id": {
         | 
| 6806 | 
            -
                            "shape": " | 
| 7761 | 
            +
                            "shape": "S6f"
         | 
| 6807 7762 | 
             
                          }
         | 
| 6808 7763 | 
             
                        }
         | 
| 6809 7764 | 
             
                      }
         | 
| 6810 7765 | 
             
                    }
         | 
| 6811 7766 | 
             
                  }
         | 
| 6812 7767 | 
             
                },
         | 
| 6813 | 
            -
                " | 
| 7768 | 
            +
                "S6f": {
         | 
| 6814 7769 | 
             
                  "type": "structure",
         | 
| 6815 7770 | 
             
                  "members": {
         | 
| 6816 7771 | 
             
                    "Name": {}
         | 
| 6817 7772 | 
             
                  }
         | 
| 6818 7773 | 
             
                },
         | 
| 6819 | 
            -
                " | 
| 7774 | 
            +
                "S6l": {
         | 
| 6820 7775 | 
             
                  "type": "structure",
         | 
| 6821 7776 | 
             
                  "members": {
         | 
| 6822 7777 | 
             
                    "DefaultFieldValues": {
         | 
| @@ -6825,7 +7780,7 @@ | |
| 6825 7780 | 
             
                        "type": "structure",
         | 
| 6826 7781 | 
             
                        "members": {
         | 
| 6827 7782 | 
             
                          "Id": {
         | 
| 6828 | 
            -
                            "shape": " | 
| 7783 | 
            +
                            "shape": "S6f"
         | 
| 6829 7784 | 
             
                          },
         | 
| 6830 7785 | 
             
                          "DefaultValue": {}
         | 
| 6831 7786 | 
             
                        }
         | 
| @@ -6833,7 +7788,7 @@ | |
| 6833 7788 | 
             
                    }
         | 
| 6834 7789 | 
             
                  }
         | 
| 6835 7790 | 
             
                },
         | 
| 6836 | 
            -
                " | 
| 7791 | 
            +
                "S6q": {
         | 
| 6837 7792 | 
             
                  "type": "list",
         | 
| 6838 7793 | 
             
                  "member": {
         | 
| 6839 7794 | 
             
                    "type": "structure",
         | 
| @@ -6842,7 +7797,7 @@ | |
| 6842 7797 | 
             
                    ],
         | 
| 6843 7798 | 
             
                    "members": {
         | 
| 6844 7799 | 
             
                      "Id": {
         | 
| 6845 | 
            -
                        "shape": " | 
| 7800 | 
            +
                        "shape": "S6f"
         | 
| 6846 7801 | 
             
                      },
         | 
| 6847 7802 | 
             
                      "Description": {},
         | 
| 6848 7803 | 
             
                      "Type": {},
         | 
| @@ -6853,7 +7808,7 @@ | |
| 6853 7808 | 
             
                    }
         | 
| 6854 7809 | 
             
                  }
         | 
| 6855 7810 | 
             
                },
         | 
| 6856 | 
            -
                " | 
| 7811 | 
            +
                "S7d": {
         | 
| 6857 7812 | 
             
                  "type": "structure",
         | 
| 6858 7813 | 
             
                  "members": {
         | 
| 6859 7814 | 
             
                    "FirstName": {},
         | 
| @@ -6863,7 +7818,7 @@ | |
| 6863 7818 | 
             
                    "Mobile": {}
         | 
| 6864 7819 | 
             
                  }
         | 
| 6865 7820 | 
             
                },
         | 
| 6866 | 
            -
                " | 
| 7821 | 
            +
                "S7h": {
         | 
| 6867 7822 | 
             
                  "type": "structure",
         | 
| 6868 7823 | 
             
                  "required": [
         | 
| 6869 7824 | 
             
                    "PhoneType"
         | 
| @@ -6879,18 +7834,55 @@ | |
| 6879 7834 | 
             
                    "DeskPhoneNumber": {}
         | 
| 6880 7835 | 
             
                  }
         | 
| 6881 7836 | 
             
                },
         | 
| 6882 | 
            -
                " | 
| 7837 | 
            +
                "S7m": {
         | 
| 6883 7838 | 
             
                  "type": "list",
         | 
| 6884 7839 | 
             
                  "member": {}
         | 
| 6885 7840 | 
             
                },
         | 
| 6886 | 
            -
                " | 
| 7841 | 
            +
                "S94": {
         | 
| 7842 | 
            +
                  "type": "structure",
         | 
| 7843 | 
            +
                  "members": {
         | 
| 7844 | 
            +
                    "Percentage": {
         | 
| 7845 | 
            +
                      "type": "double"
         | 
| 7846 | 
            +
                    },
         | 
| 7847 | 
            +
                    "NotApplicable": {
         | 
| 7848 | 
            +
                      "type": "boolean"
         | 
| 7849 | 
            +
                    },
         | 
| 7850 | 
            +
                    "AutomaticFail": {
         | 
| 7851 | 
            +
                      "type": "boolean"
         | 
| 7852 | 
            +
                    }
         | 
| 7853 | 
            +
                  }
         | 
| 7854 | 
            +
                },
         | 
| 7855 | 
            +
                "S98": {
         | 
| 7856 | 
            +
                  "type": "structure",
         | 
| 7857 | 
            +
                  "members": {
         | 
| 7858 | 
            +
                    "StringValue": {},
         | 
| 7859 | 
            +
                    "NumericValue": {
         | 
| 7860 | 
            +
                      "type": "double"
         | 
| 7861 | 
            +
                    },
         | 
| 7862 | 
            +
                    "NotApplicable": {
         | 
| 7863 | 
            +
                      "type": "boolean"
         | 
| 7864 | 
            +
                    }
         | 
| 7865 | 
            +
                  },
         | 
| 7866 | 
            +
                  "union": true
         | 
| 7867 | 
            +
                },
         | 
| 7868 | 
            +
                "S9b": {
         | 
| 7869 | 
            +
                  "type": "map",
         | 
| 7870 | 
            +
                  "key": {},
         | 
| 7871 | 
            +
                  "value": {
         | 
| 7872 | 
            +
                    "type": "structure",
         | 
| 7873 | 
            +
                    "members": {
         | 
| 7874 | 
            +
                      "Value": {}
         | 
| 7875 | 
            +
                    }
         | 
| 7876 | 
            +
                  }
         | 
| 7877 | 
            +
                },
         | 
| 7878 | 
            +
                "Sa7": {
         | 
| 6887 7879 | 
             
                  "type": "structure",
         | 
| 6888 7880 | 
             
                  "members": {
         | 
| 6889 7881 | 
             
                    "AttributeType": {},
         | 
| 6890 7882 | 
             
                    "Value": {}
         | 
| 6891 7883 | 
             
                  }
         | 
| 6892 7884 | 
             
                },
         | 
| 6893 | 
            -
                " | 
| 7885 | 
            +
                "Sal": {
         | 
| 6894 7886 | 
             
                  "type": "structure",
         | 
| 6895 7887 | 
             
                  "members": {
         | 
| 6896 7888 | 
             
                    "Name": {},
         | 
| @@ -6898,7 +7890,7 @@ | |
| 6898 7890 | 
             
                    "QueueId": {},
         | 
| 6899 7891 | 
             
                    "Description": {},
         | 
| 6900 7892 | 
             
                    "OutboundCallerConfig": {
         | 
| 6901 | 
            -
                      "shape": " | 
| 7893 | 
            +
                      "shape": "S4f"
         | 
| 6902 7894 | 
             
                    },
         | 
| 6903 7895 | 
             
                    "HoursOfOperationId": {},
         | 
| 6904 7896 | 
             
                    "MaxContacts": {
         | 
| @@ -6906,11 +7898,11 @@ | |
| 6906 7898 | 
             
                    },
         | 
| 6907 7899 | 
             
                    "Status": {},
         | 
| 6908 7900 | 
             
                    "Tags": {
         | 
| 6909 | 
            -
                      "shape": " | 
| 7901 | 
            +
                      "shape": "S1n"
         | 
| 6910 7902 | 
             
                    }
         | 
| 6911 7903 | 
             
                  }
         | 
| 6912 7904 | 
             
                },
         | 
| 6913 | 
            -
                " | 
| 7905 | 
            +
                "Sas": {
         | 
| 6914 7906 | 
             
                  "type": "structure",
         | 
| 6915 7907 | 
             
                  "members": {
         | 
| 6916 7908 | 
             
                    "InstanceId": {},
         | 
| @@ -6919,11 +7911,11 @@ | |
| 6919 7911 | 
             
                    "RoutingProfileId": {},
         | 
| 6920 7912 | 
             
                    "Description": {},
         | 
| 6921 7913 | 
             
                    "MediaConcurrencies": {
         | 
| 6922 | 
            -
                      "shape": " | 
| 7914 | 
            +
                      "shape": "S4w"
         | 
| 6923 7915 | 
             
                    },
         | 
| 6924 7916 | 
             
                    "DefaultOutboundQueueId": {},
         | 
| 6925 7917 | 
             
                    "Tags": {
         | 
| 6926 | 
            -
                      "shape": " | 
| 7918 | 
            +
                      "shape": "S1n"
         | 
| 6927 7919 | 
             
                    },
         | 
| 6928 7920 | 
             
                    "NumberOfAssociatedQueues": {
         | 
| 6929 7921 | 
             
                      "type": "long"
         | 
| @@ -6933,7 +7925,7 @@ | |
| 6933 7925 | 
             
                    }
         | 
| 6934 7926 | 
             
                  }
         | 
| 6935 7927 | 
             
                },
         | 
| 6936 | 
            -
                " | 
| 7928 | 
            +
                "Sbe": {
         | 
| 6937 7929 | 
             
                  "type": "structure",
         | 
| 6938 7930 | 
             
                  "members": {
         | 
| 6939 7931 | 
             
                    "Id": {},
         | 
| @@ -6941,7 +7933,7 @@ | |
| 6941 7933 | 
             
                    "Name": {}
         | 
| 6942 7934 | 
             
                  }
         | 
| 6943 7935 | 
             
                },
         | 
| 6944 | 
            -
                " | 
| 7936 | 
            +
                "Sbi": {
         | 
| 6945 7937 | 
             
                  "type": "structure",
         | 
| 6946 7938 | 
             
                  "members": {
         | 
| 6947 7939 | 
             
                    "Id": {},
         | 
| @@ -6949,90 +7941,90 @@ | |
| 6949 7941 | 
             
                    "Name": {}
         | 
| 6950 7942 | 
             
                  }
         | 
| 6951 7943 | 
             
                },
         | 
| 6952 | 
            -
                " | 
| 7944 | 
            +
                "Sc3": {
         | 
| 6953 7945 | 
             
                  "type": "map",
         | 
| 6954 7946 | 
             
                  "key": {},
         | 
| 6955 7947 | 
             
                  "value": {}
         | 
| 6956 7948 | 
             
                },
         | 
| 6957 | 
            -
                " | 
| 7949 | 
            +
                "Sc7": {
         | 
| 6958 7950 | 
             
                  "type": "structure",
         | 
| 6959 7951 | 
             
                  "members": {
         | 
| 6960 7952 | 
             
                    "Queues": {
         | 
| 6961 | 
            -
                      "shape": " | 
| 7953 | 
            +
                      "shape": "Sc8"
         | 
| 6962 7954 | 
             
                    },
         | 
| 6963 7955 | 
             
                    "Channels": {
         | 
| 6964 7956 | 
             
                      "type": "list",
         | 
| 6965 7957 | 
             
                      "member": {}
         | 
| 6966 7958 | 
             
                    },
         | 
| 6967 7959 | 
             
                    "RoutingProfiles": {
         | 
| 6968 | 
            -
                      "shape": " | 
| 7960 | 
            +
                      "shape": "Sca"
         | 
| 6969 7961 | 
             
                    }
         | 
| 6970 7962 | 
             
                  }
         | 
| 6971 7963 | 
             
                },
         | 
| 6972 | 
            -
                " | 
| 7964 | 
            +
                "Sc8": {
         | 
| 6973 7965 | 
             
                  "type": "list",
         | 
| 6974 7966 | 
             
                  "member": {}
         | 
| 6975 7967 | 
             
                },
         | 
| 6976 | 
            -
                " | 
| 7968 | 
            +
                "Sca": {
         | 
| 6977 7969 | 
             
                  "type": "list",
         | 
| 6978 7970 | 
             
                  "member": {}
         | 
| 6979 7971 | 
             
                },
         | 
| 6980 | 
            -
                " | 
| 7972 | 
            +
                "Scb": {
         | 
| 6981 7973 | 
             
                  "type": "list",
         | 
| 6982 7974 | 
             
                  "member": {}
         | 
| 6983 7975 | 
             
                },
         | 
| 6984 | 
            -
                " | 
| 7976 | 
            +
                "Sce": {
         | 
| 6985 7977 | 
             
                  "type": "structure",
         | 
| 6986 7978 | 
             
                  "members": {
         | 
| 6987 7979 | 
             
                    "Name": {},
         | 
| 6988 7980 | 
             
                    "Unit": {}
         | 
| 6989 7981 | 
             
                  }
         | 
| 6990 7982 | 
             
                },
         | 
| 6991 | 
            -
                " | 
| 7983 | 
            +
                "Scp": {
         | 
| 6992 7984 | 
             
                  "type": "structure",
         | 
| 6993 7985 | 
             
                  "members": {
         | 
| 6994 7986 | 
             
                    "Queue": {
         | 
| 6995 | 
            -
                      "shape": " | 
| 7987 | 
            +
                      "shape": "Scq"
         | 
| 6996 7988 | 
             
                    },
         | 
| 6997 7989 | 
             
                    "Channel": {},
         | 
| 6998 7990 | 
             
                    "RoutingProfile": {
         | 
| 6999 | 
            -
                      "shape": " | 
| 7991 | 
            +
                      "shape": "Scr"
         | 
| 7000 7992 | 
             
                    }
         | 
| 7001 7993 | 
             
                  }
         | 
| 7002 7994 | 
             
                },
         | 
| 7003 | 
            -
                " | 
| 7995 | 
            +
                "Scq": {
         | 
| 7004 7996 | 
             
                  "type": "structure",
         | 
| 7005 7997 | 
             
                  "members": {
         | 
| 7006 7998 | 
             
                    "Id": {},
         | 
| 7007 7999 | 
             
                    "Arn": {}
         | 
| 7008 8000 | 
             
                  }
         | 
| 7009 8001 | 
             
                },
         | 
| 7010 | 
            -
                " | 
| 8002 | 
            +
                "Scr": {
         | 
| 7011 8003 | 
             
                  "type": "structure",
         | 
| 7012 8004 | 
             
                  "members": {
         | 
| 7013 8005 | 
             
                    "Id": {},
         | 
| 7014 8006 | 
             
                    "Arn": {}
         | 
| 7015 8007 | 
             
                  }
         | 
| 7016 8008 | 
             
                },
         | 
| 7017 | 
            -
                " | 
| 8009 | 
            +
                "Sd8": {
         | 
| 7018 8010 | 
             
                  "type": "structure",
         | 
| 7019 8011 | 
             
                  "members": {
         | 
| 7020 8012 | 
             
                    "Id": {},
         | 
| 7021 8013 | 
             
                    "Arn": {}
         | 
| 7022 8014 | 
             
                  }
         | 
| 7023 8015 | 
             
                },
         | 
| 7024 | 
            -
                " | 
| 8016 | 
            +
                "Sda": {
         | 
| 7025 8017 | 
             
                  "type": "map",
         | 
| 7026 8018 | 
             
                  "key": {},
         | 
| 7027 8019 | 
             
                  "value": {
         | 
| 7028 8020 | 
             
                    "type": "integer"
         | 
| 7029 8021 | 
             
                  }
         | 
| 7030 8022 | 
             
                },
         | 
| 7031 | 
            -
                " | 
| 8023 | 
            +
                "Sdh": {
         | 
| 7032 8024 | 
             
                  "type": "string",
         | 
| 7033 8025 | 
             
                  "sensitive": true
         | 
| 7034 8026 | 
             
                },
         | 
| 7035 | 
            -
                " | 
| 8027 | 
            +
                "Sdl": {
         | 
| 7036 8028 | 
             
                  "type": "structure",
         | 
| 7037 8029 | 
             
                  "members": {
         | 
| 7038 8030 | 
             
                    "Name": {},
         | 
| @@ -7049,7 +8041,7 @@ | |
| 7049 8041 | 
             
                    "Unit": {}
         | 
| 7050 8042 | 
             
                  }
         | 
| 7051 8043 | 
             
                },
         | 
| 7052 | 
            -
                " | 
| 8044 | 
            +
                "Se4": {
         | 
| 7053 8045 | 
             
                  "type": "structure",
         | 
| 7054 8046 | 
             
                  "members": {
         | 
| 7055 8047 | 
             
                    "Name": {},
         | 
| @@ -7080,7 +8072,7 @@ | |
| 7080 8072 | 
             
                    }
         | 
| 7081 8073 | 
             
                  }
         | 
| 7082 8074 | 
             
                },
         | 
| 7083 | 
            -
                " | 
| 8075 | 
            +
                "Sep": {
         | 
| 7084 8076 | 
             
                  "type": "structure",
         | 
| 7085 8077 | 
             
                  "required": [
         | 
| 7086 8078 | 
             
                    "Distributions"
         | 
| @@ -7104,15 +8096,15 @@ | |
| 7104 8096 | 
             
                    }
         | 
| 7105 8097 | 
             
                  }
         | 
| 7106 8098 | 
             
                },
         | 
| 7107 | 
            -
                " | 
| 8099 | 
            +
                "Sh3": {
         | 
| 7108 8100 | 
             
                  "type": "list",
         | 
| 7109 8101 | 
             
                  "member": {}
         | 
| 7110 8102 | 
             
                },
         | 
| 7111 | 
            -
                " | 
| 8103 | 
            +
                "Sh4": {
         | 
| 7112 8104 | 
             
                  "type": "list",
         | 
| 7113 8105 | 
             
                  "member": {}
         | 
| 7114 8106 | 
             
                },
         | 
| 7115 | 
            -
                " | 
| 8107 | 
            +
                "Shm": {
         | 
| 7116 8108 | 
             
                  "type": "list",
         | 
| 7117 8109 | 
             
                  "member": {
         | 
| 7118 8110 | 
             
                    "type": "structure",
         | 
| @@ -7124,58 +8116,58 @@ | |
| 7124 8116 | 
             
                    }
         | 
| 7125 8117 | 
             
                  }
         | 
| 7126 8118 | 
             
                },
         | 
| 7127 | 
            -
                " | 
| 8119 | 
            +
                "Sjq": {
         | 
| 7128 8120 | 
             
                  "type": "structure",
         | 
| 7129 8121 | 
             
                  "members": {
         | 
| 7130 8122 | 
             
                    "OrConditions": {
         | 
| 7131 8123 | 
             
                      "type": "list",
         | 
| 7132 8124 | 
             
                      "member": {
         | 
| 7133 | 
            -
                        "shape": " | 
| 8125 | 
            +
                        "shape": "Sjs"
         | 
| 7134 8126 | 
             
                      }
         | 
| 7135 8127 | 
             
                    },
         | 
| 7136 8128 | 
             
                    "AndConditions": {
         | 
| 7137 | 
            -
                      "shape": " | 
| 8129 | 
            +
                      "shape": "Sjs"
         | 
| 7138 8130 | 
             
                    },
         | 
| 7139 8131 | 
             
                    "TagCondition": {
         | 
| 7140 | 
            -
                      "shape": " | 
| 8132 | 
            +
                      "shape": "Sjt"
         | 
| 7141 8133 | 
             
                    }
         | 
| 7142 8134 | 
             
                  }
         | 
| 7143 8135 | 
             
                },
         | 
| 7144 | 
            -
                " | 
| 8136 | 
            +
                "Sjs": {
         | 
| 7145 8137 | 
             
                  "type": "list",
         | 
| 7146 8138 | 
             
                  "member": {
         | 
| 7147 | 
            -
                    "shape": " | 
| 8139 | 
            +
                    "shape": "Sjt"
         | 
| 7148 8140 | 
             
                  }
         | 
| 7149 8141 | 
             
                },
         | 
| 7150 | 
            -
                " | 
| 8142 | 
            +
                "Sjt": {
         | 
| 7151 8143 | 
             
                  "type": "structure",
         | 
| 7152 8144 | 
             
                  "members": {
         | 
| 7153 8145 | 
             
                    "TagKey": {},
         | 
| 7154 8146 | 
             
                    "TagValue": {}
         | 
| 7155 8147 | 
             
                  }
         | 
| 7156 8148 | 
             
                },
         | 
| 7157 | 
            -
                " | 
| 8149 | 
            +
                "Sju": {
         | 
| 7158 8150 | 
             
                  "type": "structure",
         | 
| 7159 8151 | 
             
                  "members": {
         | 
| 7160 8152 | 
             
                    "OrConditions": {
         | 
| 7161 | 
            -
                      "shape": " | 
| 8153 | 
            +
                      "shape": "Sjv"
         | 
| 7162 8154 | 
             
                    },
         | 
| 7163 8155 | 
             
                    "AndConditions": {
         | 
| 7164 | 
            -
                      "shape": " | 
| 8156 | 
            +
                      "shape": "Sjv"
         | 
| 7165 8157 | 
             
                    },
         | 
| 7166 8158 | 
             
                    "StringCondition": {
         | 
| 7167 | 
            -
                      "shape": " | 
| 8159 | 
            +
                      "shape": "Sjw"
         | 
| 7168 8160 | 
             
                    },
         | 
| 7169 8161 | 
             
                    "QueueTypeCondition": {}
         | 
| 7170 8162 | 
             
                  }
         | 
| 7171 8163 | 
             
                },
         | 
| 7172 | 
            -
                " | 
| 8164 | 
            +
                "Sjv": {
         | 
| 7173 8165 | 
             
                  "type": "list",
         | 
| 7174 8166 | 
             
                  "member": {
         | 
| 7175 | 
            -
                    "shape": " | 
| 8167 | 
            +
                    "shape": "Sju"
         | 
| 7176 8168 | 
             
                  }
         | 
| 7177 8169 | 
             
                },
         | 
| 7178 | 
            -
                " | 
| 8170 | 
            +
                "Sjw": {
         | 
| 7179 8171 | 
             
                  "type": "structure",
         | 
| 7180 8172 | 
             
                  "members": {
         | 
| 7181 8173 | 
             
                    "FieldName": {},
         | 
| @@ -7183,57 +8175,57 @@ | |
| 7183 8175 | 
             
                    "ComparisonType": {}
         | 
| 7184 8176 | 
             
                  }
         | 
| 7185 8177 | 
             
                },
         | 
| 7186 | 
            -
                " | 
| 8178 | 
            +
                "Sk3": {
         | 
| 7187 8179 | 
             
                  "type": "structure",
         | 
| 7188 8180 | 
             
                  "members": {
         | 
| 7189 8181 | 
             
                    "OrConditions": {
         | 
| 7190 | 
            -
                      "shape": " | 
| 8182 | 
            +
                      "shape": "Sk4"
         | 
| 7191 8183 | 
             
                    },
         | 
| 7192 8184 | 
             
                    "AndConditions": {
         | 
| 7193 | 
            -
                      "shape": " | 
| 8185 | 
            +
                      "shape": "Sk4"
         | 
| 7194 8186 | 
             
                    },
         | 
| 7195 8187 | 
             
                    "StringCondition": {
         | 
| 7196 | 
            -
                      "shape": " | 
| 8188 | 
            +
                      "shape": "Sjw"
         | 
| 7197 8189 | 
             
                    }
         | 
| 7198 8190 | 
             
                  }
         | 
| 7199 8191 | 
             
                },
         | 
| 7200 | 
            -
                " | 
| 8192 | 
            +
                "Sk4": {
         | 
| 7201 8193 | 
             
                  "type": "list",
         | 
| 7202 8194 | 
             
                  "member": {
         | 
| 7203 | 
            -
                    "shape": " | 
| 8195 | 
            +
                    "shape": "Sk3"
         | 
| 7204 8196 | 
             
                  }
         | 
| 7205 8197 | 
             
                },
         | 
| 7206 | 
            -
                " | 
| 8198 | 
            +
                "Sk8": {
         | 
| 7207 8199 | 
             
                  "type": "structure",
         | 
| 7208 8200 | 
             
                  "members": {
         | 
| 7209 8201 | 
             
                    "OrConditions": {
         | 
| 7210 | 
            -
                      "shape": " | 
| 8202 | 
            +
                      "shape": "Sk9"
         | 
| 7211 8203 | 
             
                    },
         | 
| 7212 8204 | 
             
                    "AndConditions": {
         | 
| 7213 | 
            -
                      "shape": " | 
| 8205 | 
            +
                      "shape": "Sk9"
         | 
| 7214 8206 | 
             
                    },
         | 
| 7215 8207 | 
             
                    "StringCondition": {
         | 
| 7216 | 
            -
                      "shape": " | 
| 8208 | 
            +
                      "shape": "Sjw"
         | 
| 7217 8209 | 
             
                    }
         | 
| 7218 8210 | 
             
                  }
         | 
| 7219 8211 | 
             
                },
         | 
| 7220 | 
            -
                " | 
| 8212 | 
            +
                "Sk9": {
         | 
| 7221 8213 | 
             
                  "type": "list",
         | 
| 7222 8214 | 
             
                  "member": {
         | 
| 7223 | 
            -
                    "shape": " | 
| 8215 | 
            +
                    "shape": "Sk8"
         | 
| 7224 8216 | 
             
                  }
         | 
| 7225 8217 | 
             
                },
         | 
| 7226 | 
            -
                " | 
| 8218 | 
            +
                "Skg": {
         | 
| 7227 8219 | 
             
                  "type": "structure",
         | 
| 7228 8220 | 
             
                  "members": {
         | 
| 7229 8221 | 
             
                    "OrConditions": {
         | 
| 7230 | 
            -
                      "shape": " | 
| 8222 | 
            +
                      "shape": "Skh"
         | 
| 7231 8223 | 
             
                    },
         | 
| 7232 8224 | 
             
                    "AndConditions": {
         | 
| 7233 | 
            -
                      "shape": " | 
| 8225 | 
            +
                      "shape": "Skh"
         | 
| 7234 8226 | 
             
                    },
         | 
| 7235 8227 | 
             
                    "StringCondition": {
         | 
| 7236 | 
            -
                      "shape": " | 
| 8228 | 
            +
                      "shape": "Sjw"
         | 
| 7237 8229 | 
             
                    },
         | 
| 7238 8230 | 
             
                    "HierarchyGroupCondition": {
         | 
| 7239 8231 | 
             
                      "type": "structure",
         | 
| @@ -7244,13 +8236,25 @@ | |
| 7244 8236 | 
             
                    }
         | 
| 7245 8237 | 
             
                  }
         | 
| 7246 8238 | 
             
                },
         | 
| 7247 | 
            -
                " | 
| 8239 | 
            +
                "Skh": {
         | 
| 7248 8240 | 
             
                  "type": "list",
         | 
| 7249 8241 | 
             
                  "member": {
         | 
| 7250 | 
            -
                    "shape": " | 
| 8242 | 
            +
                    "shape": "Skg"
         | 
| 8243 | 
            +
                  }
         | 
| 8244 | 
            +
                },
         | 
| 8245 | 
            +
                "Sls": {
         | 
| 8246 | 
            +
                  "type": "map",
         | 
| 8247 | 
            +
                  "key": {},
         | 
| 8248 | 
            +
                  "value": {
         | 
| 8249 | 
            +
                    "type": "structure",
         | 
| 8250 | 
            +
                    "members": {
         | 
| 8251 | 
            +
                      "Value": {
         | 
| 8252 | 
            +
                        "shape": "S98"
         | 
| 8253 | 
            +
                      }
         | 
| 8254 | 
            +
                    }
         | 
| 7251 8255 | 
             
                  }
         | 
| 7252 8256 | 
             
                },
         | 
| 7253 | 
            -
                " | 
| 8257 | 
            +
                "Sns": {
         | 
| 7254 8258 | 
             
                  "type": "structure",
         | 
| 7255 8259 | 
             
                  "required": [
         | 
| 7256 8260 | 
             
                    "Name"
         |