chime-2018-05-01.min.json
   1  {
   2    "version": "2.0",
   3    "metadata": {
   4      "apiVersion": "2018-05-01",
   5      "endpointPrefix": "chime",
   6      "protocol": "rest-json",
   7      "serviceFullName": "Amazon Chime",
   8      "serviceId": "Chime",
   9      "signatureVersion": "v4",
  10      "uid": "chime-2018-05-01"
  11    },
  12    "operations": {
  13      "AssociatePhoneNumberWithUser": {
  14        "http": {
  15          "requestUri": "/accounts/{accountId}/users/{userId}?operation=associate-phone-number",
  16          "responseCode": 200
  17        },
  18        "input": {
  19          "type": "structure",
  20          "required": [
  21            "AccountId",
  22            "UserId",
  23            "E164PhoneNumber"
  24          ],
  25          "members": {
  26            "AccountId": {
  27              "location": "uri",
  28              "locationName": "accountId"
  29            },
  30            "UserId": {
  31              "location": "uri",
  32              "locationName": "userId"
  33            },
  34            "E164PhoneNumber": {
  35              "shape": "S3"
  36            }
  37          }
  38        },
  39        "output": {
  40          "type": "structure",
  41          "members": {}
  42        }
  43      },
  44      "AssociatePhoneNumbersWithVoiceConnector": {
  45        "http": {
  46          "requestUri": "/voice-connectors/{voiceConnectorId}?operation=associate-phone-numbers",
  47          "responseCode": 200
  48        },
  49        "input": {
  50          "type": "structure",
  51          "required": [
  52            "VoiceConnectorId",
  53            "E164PhoneNumbers"
  54          ],
  55          "members": {
  56            "VoiceConnectorId": {
  57              "location": "uri",
  58              "locationName": "voiceConnectorId"
  59            },
  60            "E164PhoneNumbers": {
  61              "shape": "S7"
  62            },
  63            "ForceAssociate": {
  64              "type": "boolean"
  65            }
  66          }
  67        },
  68        "output": {
  69          "type": "structure",
  70          "members": {
  71            "PhoneNumberErrors": {
  72              "shape": "Sa"
  73            }
  74          }
  75        }
  76      },
  77      "AssociatePhoneNumbersWithVoiceConnectorGroup": {
  78        "http": {
  79          "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}?operation=associate-phone-numbers",
  80          "responseCode": 200
  81        },
  82        "input": {
  83          "type": "structure",
  84          "required": [
  85            "VoiceConnectorGroupId",
  86            "E164PhoneNumbers"
  87          ],
  88          "members": {
  89            "VoiceConnectorGroupId": {
  90              "location": "uri",
  91              "locationName": "voiceConnectorGroupId"
  92            },
  93            "E164PhoneNumbers": {
  94              "shape": "S7"
  95            },
  96            "ForceAssociate": {
  97              "type": "boolean"
  98            }
  99          }
 100        },
 101        "output": {
 102          "type": "structure",
 103          "members": {
 104            "PhoneNumberErrors": {
 105              "shape": "Sa"
 106            }
 107          }
 108        }
 109      },
 110      "AssociateSigninDelegateGroupsWithAccount": {
 111        "http": {
 112          "requestUri": "/accounts/{accountId}?operation=associate-signin-delegate-groups",
 113          "responseCode": 200
 114        },
 115        "input": {
 116          "type": "structure",
 117          "required": [
 118            "AccountId",
 119            "SigninDelegateGroups"
 120          ],
 121          "members": {
 122            "AccountId": {
 123              "location": "uri",
 124              "locationName": "accountId"
 125            },
 126            "SigninDelegateGroups": {
 127              "shape": "Sg"
 128            }
 129          }
 130        },
 131        "output": {
 132          "type": "structure",
 133          "members": {}
 134        }
 135      },
 136      "BatchCreateAttendee": {
 137        "http": {
 138          "requestUri": "/meetings/{meetingId}/attendees?operation=batch-create",
 139          "responseCode": 201
 140        },
 141        "input": {
 142          "type": "structure",
 143          "required": [
 144            "MeetingId",
 145            "Attendees"
 146          ],
 147          "members": {
 148            "MeetingId": {
 149              "location": "uri",
 150              "locationName": "meetingId"
 151            },
 152            "Attendees": {
 153              "type": "list",
 154              "member": {
 155                "shape": "Sm"
 156              }
 157            }
 158          }
 159        },
 160        "output": {
 161          "type": "structure",
 162          "members": {
 163            "Attendees": {
 164              "shape": "St"
 165            },
 166            "Errors": {
 167              "shape": "Sw"
 168            }
 169          }
 170        }
 171      },
 172      "BatchCreateChannelMembership": {
 173        "http": {
 174          "requestUri": "/channels/{channelArn}/memberships?operation=batch-create",
 175          "responseCode": 200
 176        },
 177        "input": {
 178          "type": "structure",
 179          "required": [
 180            "ChannelArn",
 181            "MemberArns"
 182          ],
 183          "members": {
 184            "ChannelArn": {
 185              "location": "uri",
 186              "locationName": "channelArn"
 187            },
 188            "Type": {},
 189            "MemberArns": {
 190              "type": "list",
 191              "member": {}
 192            },
 193            "ChimeBearer": {
 194              "location": "header",
 195              "locationName": "x-amz-chime-bearer"
 196            }
 197          }
 198        },
 199        "output": {
 200          "type": "structure",
 201          "members": {
 202            "BatchChannelMemberships": {
 203              "type": "structure",
 204              "members": {
 205                "InvitedBy": {
 206                  "shape": "S14"
 207                },
 208                "Type": {},
 209                "Members": {
 210                  "type": "list",
 211                  "member": {
 212                    "shape": "S14"
 213                  }
 214                },
 215                "ChannelArn": {}
 216              }
 217            },
 218            "Errors": {
 219              "type": "list",
 220              "member": {
 221                "type": "structure",
 222                "members": {
 223                  "MemberArn": {},
 224                  "ErrorCode": {},
 225                  "ErrorMessage": {}
 226                }
 227              }
 228            }
 229          }
 230        },
 231        "endpoint": {
 232          "hostPrefix": "messaging-"
 233        }
 234      },
 235      "BatchCreateRoomMembership": {
 236        "http": {
 237          "requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships?operation=batch-create",
 238          "responseCode": 201
 239        },
 240        "input": {
 241          "type": "structure",
 242          "required": [
 243            "AccountId",
 244            "RoomId",
 245            "MembershipItemList"
 246          ],
 247          "members": {
 248            "AccountId": {
 249              "location": "uri",
 250              "locationName": "accountId"
 251            },
 252            "RoomId": {
 253              "location": "uri",
 254              "locationName": "roomId"
 255            },
 256            "MembershipItemList": {
 257              "type": "list",
 258              "member": {
 259                "type": "structure",
 260                "members": {
 261                  "MemberId": {},
 262                  "Role": {}
 263                }
 264              }
 265            }
 266          }
 267        },
 268        "output": {
 269          "type": "structure",
 270          "members": {
 271            "Errors": {
 272              "type": "list",
 273              "member": {
 274                "type": "structure",
 275                "members": {
 276                  "MemberId": {},
 277                  "ErrorCode": {},
 278                  "ErrorMessage": {}
 279                }
 280              }
 281            }
 282          }
 283        }
 284      },
 285      "BatchDeletePhoneNumber": {
 286        "http": {
 287          "requestUri": "/phone-numbers?operation=batch-delete",
 288          "responseCode": 200
 289        },
 290        "input": {
 291          "type": "structure",
 292          "required": [
 293            "PhoneNumberIds"
 294          ],
 295          "members": {
 296            "PhoneNumberIds": {
 297              "shape": "S1h"
 298            }
 299          }
 300        },
 301        "output": {
 302          "type": "structure",
 303          "members": {
 304            "PhoneNumberErrors": {
 305              "shape": "Sa"
 306            }
 307          }
 308        }
 309      },
 310      "BatchSuspendUser": {
 311        "http": {
 312          "requestUri": "/accounts/{accountId}/users?operation=suspend",
 313          "responseCode": 200
 314        },
 315        "input": {
 316          "type": "structure",
 317          "required": [
 318            "AccountId",
 319            "UserIdList"
 320          ],
 321          "members": {
 322            "AccountId": {
 323              "location": "uri",
 324              "locationName": "accountId"
 325            },
 326            "UserIdList": {
 327              "shape": "S1k"
 328            }
 329          }
 330        },
 331        "output": {
 332          "type": "structure",
 333          "members": {
 334            "UserErrors": {
 335              "shape": "S1m"
 336            }
 337          }
 338        }
 339      },
 340      "BatchUnsuspendUser": {
 341        "http": {
 342          "requestUri": "/accounts/{accountId}/users?operation=unsuspend",
 343          "responseCode": 200
 344        },
 345        "input": {
 346          "type": "structure",
 347          "required": [
 348            "AccountId",
 349            "UserIdList"
 350          ],
 351          "members": {
 352            "AccountId": {
 353              "location": "uri",
 354              "locationName": "accountId"
 355            },
 356            "UserIdList": {
 357              "shape": "S1k"
 358            }
 359          }
 360        },
 361        "output": {
 362          "type": "structure",
 363          "members": {
 364            "UserErrors": {
 365              "shape": "S1m"
 366            }
 367          }
 368        }
 369      },
 370      "BatchUpdatePhoneNumber": {
 371        "http": {
 372          "requestUri": "/phone-numbers?operation=batch-update",
 373          "responseCode": 200
 374        },
 375        "input": {
 376          "type": "structure",
 377          "required": [
 378            "UpdatePhoneNumberRequestItems"
 379          ],
 380          "members": {
 381            "UpdatePhoneNumberRequestItems": {
 382              "type": "list",
 383              "member": {
 384                "type": "structure",
 385                "required": [
 386                  "PhoneNumberId"
 387                ],
 388                "members": {
 389                  "PhoneNumberId": {},
 390                  "ProductType": {},
 391                  "CallingName": {
 392                    "shape": "S1u"
 393                  }
 394                }
 395              }
 396            }
 397          }
 398        },
 399        "output": {
 400          "type": "structure",
 401          "members": {
 402            "PhoneNumberErrors": {
 403              "shape": "Sa"
 404            }
 405          }
 406        }
 407      },
 408      "BatchUpdateUser": {
 409        "http": {
 410          "requestUri": "/accounts/{accountId}/users",
 411          "responseCode": 200
 412        },
 413        "input": {
 414          "type": "structure",
 415          "required": [
 416            "AccountId",
 417            "UpdateUserRequestItems"
 418          ],
 419          "members": {
 420            "AccountId": {
 421              "location": "uri",
 422              "locationName": "accountId"
 423            },
 424            "UpdateUserRequestItems": {
 425              "type": "list",
 426              "member": {
 427                "type": "structure",
 428                "required": [
 429                  "UserId"
 430                ],
 431                "members": {
 432                  "UserId": {},
 433                  "LicenseType": {},
 434                  "UserType": {},
 435                  "AlexaForBusinessMetadata": {
 436                    "shape": "S21"
 437                  }
 438                }
 439              }
 440            }
 441          }
 442        },
 443        "output": {
 444          "type": "structure",
 445          "members": {
 446            "UserErrors": {
 447              "shape": "S1m"
 448            }
 449          }
 450        }
 451      },
 452      "CreateAccount": {
 453        "http": {
 454          "requestUri": "/accounts",
 455          "responseCode": 201
 456        },
 457        "input": {
 458          "type": "structure",
 459          "required": [
 460            "Name"
 461          ],
 462          "members": {
 463            "Name": {}
 464          }
 465        },
 466        "output": {
 467          "type": "structure",
 468          "members": {
 469            "Account": {
 470              "shape": "S28"
 471            }
 472          }
 473        }
 474      },
 475      "CreateAppInstance": {
 476        "http": {
 477          "requestUri": "/app-instances",
 478          "responseCode": 201
 479        },
 480        "input": {
 481          "type": "structure",
 482          "required": [
 483            "Name",
 484            "ClientRequestToken"
 485          ],
 486          "members": {
 487            "Name": {
 488              "shape": "S2e"
 489            },
 490            "Metadata": {
 491              "shape": "S2f"
 492            },
 493            "ClientRequestToken": {
 494              "shape": "S2g",
 495              "idempotencyToken": true
 496            },
 497            "Tags": {
 498              "shape": "S2h"
 499            }
 500          }
 501        },
 502        "output": {
 503          "type": "structure",
 504          "members": {
 505            "AppInstanceArn": {}
 506          }
 507        },
 508        "endpoint": {
 509          "hostPrefix": "identity-"
 510        }
 511      },
 512      "CreateAppInstanceAdmin": {
 513        "http": {
 514          "requestUri": "/app-instances/{appInstanceArn}/admins",
 515          "responseCode": 201
 516        },
 517        "input": {
 518          "type": "structure",
 519          "required": [
 520            "AppInstanceAdminArn",
 521            "AppInstanceArn"
 522          ],
 523          "members": {
 524            "AppInstanceAdminArn": {},
 525            "AppInstanceArn": {
 526              "location": "uri",
 527              "locationName": "appInstanceArn"
 528            }
 529          }
 530        },
 531        "output": {
 532          "type": "structure",
 533          "members": {
 534            "AppInstanceAdmin": {
 535              "shape": "S14"
 536            },
 537            "AppInstanceArn": {}
 538          }
 539        },
 540        "endpoint": {
 541          "hostPrefix": "identity-"
 542        }
 543      },
 544      "CreateAppInstanceUser": {
 545        "http": {
 546          "requestUri": "/app-instance-users",
 547          "responseCode": 201
 548        },
 549        "input": {
 550          "type": "structure",
 551          "required": [
 552            "AppInstanceArn",
 553            "AppInstanceUserId",
 554            "Name",
 555            "ClientRequestToken"
 556          ],
 557          "members": {
 558            "AppInstanceArn": {},
 559            "AppInstanceUserId": {
 560              "type": "string",
 561              "sensitive": true
 562            },
 563            "Name": {
 564              "shape": "S2n"
 565            },
 566            "Metadata": {
 567              "shape": "S2f"
 568            },
 569            "ClientRequestToken": {
 570              "shape": "S2g",
 571              "idempotencyToken": true
 572            },
 573            "Tags": {
 574              "shape": "S2h"
 575            }
 576          }
 577        },
 578        "output": {
 579          "type": "structure",
 580          "members": {
 581            "AppInstanceUserArn": {}
 582          }
 583        },
 584        "endpoint": {
 585          "hostPrefix": "identity-"
 586        }
 587      },
 588      "CreateAttendee": {
 589        "http": {
 590          "requestUri": "/meetings/{meetingId}/attendees",
 591          "responseCode": 201
 592        },
 593        "input": {
 594          "type": "structure",
 595          "required": [
 596            "MeetingId",
 597            "ExternalUserId"
 598          ],
 599          "members": {
 600            "MeetingId": {
 601              "location": "uri",
 602              "locationName": "meetingId"
 603            },
 604            "ExternalUserId": {
 605              "shape": "Sn"
 606            },
 607            "Tags": {
 608              "shape": "So"
 609            }
 610          }
 611        },
 612        "output": {
 613          "type": "structure",
 614          "members": {
 615            "Attendee": {
 616              "shape": "Su"
 617            }
 618          }
 619        }
 620      },
 621      "CreateBot": {
 622        "http": {
 623          "requestUri": "/accounts/{accountId}/bots",
 624          "responseCode": 201
 625        },
 626        "input": {
 627          "type": "structure",
 628          "required": [
 629            "DisplayName",
 630            "AccountId"
 631          ],
 632          "members": {
 633            "AccountId": {
 634              "location": "uri",
 635              "locationName": "accountId"
 636            },
 637            "DisplayName": {
 638              "shape": "S23"
 639            },
 640            "Domain": {}
 641          }
 642        },
 643        "output": {
 644          "type": "structure",
 645          "members": {
 646            "Bot": {
 647              "shape": "S2t"
 648            }
 649          }
 650        }
 651      },
 652      "CreateChannel": {
 653        "http": {
 654          "requestUri": "/channels",
 655          "responseCode": 201
 656        },
 657        "input": {
 658          "type": "structure",
 659          "required": [
 660            "AppInstanceArn",
 661            "Name",
 662            "ClientRequestToken"
 663          ],
 664          "members": {
 665            "AppInstanceArn": {},
 666            "Name": {
 667              "shape": "S2e"
 668            },
 669            "Mode": {},
 670            "Privacy": {},
 671            "Metadata": {
 672              "shape": "S2f"
 673            },
 674            "ClientRequestToken": {
 675              "shape": "S2g",
 676              "idempotencyToken": true
 677            },
 678            "Tags": {
 679              "shape": "S2h"
 680            },
 681            "ChimeBearer": {
 682              "location": "header",
 683              "locationName": "x-amz-chime-bearer"
 684            }
 685          }
 686        },
 687        "output": {
 688          "type": "structure",
 689          "members": {
 690            "ChannelArn": {}
 691          }
 692        },
 693        "endpoint": {
 694          "hostPrefix": "messaging-"
 695        }
 696      },
 697      "CreateChannelBan": {
 698        "http": {
 699          "requestUri": "/channels/{channelArn}/bans",
 700          "responseCode": 201
 701        },
 702        "input": {
 703          "type": "structure",
 704          "required": [
 705            "ChannelArn",
 706            "MemberArn"
 707          ],
 708          "members": {
 709            "ChannelArn": {
 710              "location": "uri",
 711              "locationName": "channelArn"
 712            },
 713            "MemberArn": {},
 714            "ChimeBearer": {
 715              "location": "header",
 716              "locationName": "x-amz-chime-bearer"
 717            }
 718          }
 719        },
 720        "output": {
 721          "type": "structure",
 722          "members": {
 723            "ChannelArn": {},
 724            "Member": {
 725              "shape": "S14"
 726            }
 727          }
 728        },
 729        "endpoint": {
 730          "hostPrefix": "messaging-"
 731        }
 732      },
 733      "CreateChannelMembership": {
 734        "http": {
 735          "requestUri": "/channels/{channelArn}/memberships",
 736          "responseCode": 201
 737        },
 738        "input": {
 739          "type": "structure",
 740          "required": [
 741            "ChannelArn",
 742            "MemberArn",
 743            "Type"
 744          ],
 745          "members": {
 746            "ChannelArn": {
 747              "location": "uri",
 748              "locationName": "channelArn"
 749            },
 750            "MemberArn": {},
 751            "Type": {},
 752            "ChimeBearer": {
 753              "location": "header",
 754              "locationName": "x-amz-chime-bearer"
 755            }
 756          }
 757        },
 758        "output": {
 759          "type": "structure",
 760          "members": {
 761            "ChannelArn": {},
 762            "Member": {
 763              "shape": "S14"
 764            }
 765          }
 766        },
 767        "endpoint": {
 768          "hostPrefix": "messaging-"
 769        }
 770      },
 771      "CreateChannelModerator": {
 772        "http": {
 773          "requestUri": "/channels/{channelArn}/moderators",
 774          "responseCode": 201
 775        },
 776        "input": {
 777          "type": "structure",
 778          "required": [
 779            "ChannelArn",
 780            "ChannelModeratorArn"
 781          ],
 782          "members": {
 783            "ChannelArn": {
 784              "location": "uri",
 785              "locationName": "channelArn"
 786            },
 787            "ChannelModeratorArn": {},
 788            "ChimeBearer": {
 789              "location": "header",
 790              "locationName": "x-amz-chime-bearer"
 791            }
 792          }
 793        },
 794        "output": {
 795          "type": "structure",
 796          "members": {
 797            "ChannelArn": {},
 798            "ChannelModerator": {
 799              "shape": "S14"
 800            }
 801          }
 802        },
 803        "endpoint": {
 804          "hostPrefix": "messaging-"
 805        }
 806      },
 807      "CreateMediaCapturePipeline": {
 808        "http": {
 809          "requestUri": "/media-capture-pipelines",
 810          "responseCode": 201
 811        },
 812        "input": {
 813          "type": "structure",
 814          "required": [
 815            "SourceType",
 816            "SourceArn",
 817            "SinkType",
 818            "SinkArn"
 819          ],
 820          "members": {
 821            "SourceType": {},
 822            "SourceArn": {
 823              "shape": "S37"
 824            },
 825            "SinkType": {},
 826            "SinkArn": {
 827              "shape": "S37"
 828            },
 829            "ClientRequestToken": {
 830              "shape": "S2g",
 831              "idempotencyToken": true
 832            }
 833          }
 834        },
 835        "output": {
 836          "type": "structure",
 837          "members": {
 838            "MediaCapturePipeline": {
 839              "shape": "S3a"
 840            }
 841          }
 842        }
 843      },
 844      "CreateMeeting": {
 845        "http": {
 846          "requestUri": "/meetings",
 847          "responseCode": 201
 848        },
 849        "input": {
 850          "type": "structure",
 851          "required": [
 852            "ClientRequestToken"
 853          ],
 854          "members": {
 855            "ClientRequestToken": {
 856              "shape": "S2g",
 857              "idempotencyToken": true
 858            },
 859            "ExternalMeetingId": {
 860              "shape": "S3d"
 861            },
 862            "MeetingHostId": {
 863              "shape": "Sn"
 864            },
 865            "MediaRegion": {},
 866            "Tags": {
 867              "shape": "S3e"
 868            },
 869            "NotificationsConfiguration": {
 870              "shape": "S3f"
 871            }
 872          }
 873        },
 874        "output": {
 875          "type": "structure",
 876          "members": {
 877            "Meeting": {
 878              "shape": "S3h"
 879            }
 880          }
 881        }
 882      },
 883      "CreateMeetingDialOut": {
 884        "http": {
 885          "requestUri": "/meetings/{meetingId}/dial-outs",
 886          "responseCode": 201
 887        },
 888        "input": {
 889          "type": "structure",
 890          "required": [
 891            "MeetingId",
 892            "FromPhoneNumber",
 893            "ToPhoneNumber",
 894            "JoinToken"
 895          ],
 896          "members": {
 897            "MeetingId": {
 898              "location": "uri",
 899              "locationName": "meetingId"
 900            },
 901            "FromPhoneNumber": {
 902              "shape": "S3"
 903            },
 904            "ToPhoneNumber": {
 905              "shape": "S3"
 906            },
 907            "JoinToken": {
 908              "shape": "Sv"
 909            }
 910          }
 911        },
 912        "output": {
 913          "type": "structure",
 914          "members": {
 915            "TransactionId": {}
 916          }
 917        }
 918      },
 919      "CreateMeetingWithAttendees": {
 920        "http": {
 921          "requestUri": "/meetings?operation=create-attendees",
 922          "responseCode": 201
 923        },
 924        "input": {
 925          "type": "structure",
 926          "required": [
 927            "ClientRequestToken"
 928          ],
 929          "members": {
 930            "ClientRequestToken": {
 931              "shape": "S2g",
 932              "idempotencyToken": true
 933            },
 934            "ExternalMeetingId": {
 935              "shape": "S3d"
 936            },
 937            "MeetingHostId": {
 938              "shape": "Sn"
 939            },
 940            "MediaRegion": {},
 941            "Tags": {
 942              "shape": "S3e"
 943            },
 944            "NotificationsConfiguration": {
 945              "shape": "S3f"
 946            },
 947            "Attendees": {
 948              "type": "list",
 949              "member": {
 950                "shape": "Sm"
 951              }
 952            }
 953          }
 954        },
 955        "output": {
 956          "type": "structure",
 957          "members": {
 958            "Meeting": {
 959              "shape": "S3h"
 960            },
 961            "Attendees": {
 962              "shape": "St"
 963            },
 964            "Errors": {
 965              "shape": "Sw"
 966            }
 967          }
 968        }
 969      },
 970      "CreatePhoneNumberOrder": {
 971        "http": {
 972          "requestUri": "/phone-number-orders",
 973          "responseCode": 201
 974        },
 975        "input": {
 976          "type": "structure",
 977          "required": [
 978            "ProductType",
 979            "E164PhoneNumbers"
 980          ],
 981          "members": {
 982            "ProductType": {},
 983            "E164PhoneNumbers": {
 984              "shape": "S7"
 985            }
 986          }
 987        },
 988        "output": {
 989          "type": "structure",
 990          "members": {
 991            "PhoneNumberOrder": {
 992              "shape": "S3r"
 993            }
 994          }
 995        }
 996      },
 997      "CreateProxySession": {
 998        "http": {
 999          "requestUri": "/voice-connectors/{voiceConnectorId}/proxy-sessions",
1000          "responseCode": 201
1001        },
1002        "input": {
1003          "type": "structure",
1004          "required": [
1005            "ParticipantPhoneNumbers",
1006            "Capabilities",
1007            "VoiceConnectorId"
1008          ],
1009          "members": {
1010            "VoiceConnectorId": {
1011              "location": "uri",
1012              "locationName": "voiceConnectorId"
1013            },
1014            "ParticipantPhoneNumbers": {
1015              "type": "list",
1016              "member": {
1017                "shape": "S3"
1018              }
1019            },
1020            "Name": {
1021              "type": "string",
1022              "sensitive": true
1023            },
1024            "ExpiryMinutes": {
1025              "type": "integer"
1026            },
1027            "Capabilities": {
1028              "shape": "S41"
1029            },
1030            "NumberSelectionBehavior": {},
1031            "GeoMatchLevel": {},
1032            "GeoMatchParams": {
1033              "shape": "S45"
1034            }
1035          }
1036        },
1037        "output": {
1038          "type": "structure",
1039          "members": {
1040            "ProxySession": {
1041              "shape": "S49"
1042            }
1043          }
1044        }
1045      },
1046      "CreateRoom": {
1047        "http": {
1048          "requestUri": "/accounts/{accountId}/rooms",
1049          "responseCode": 201
1050        },
1051        "input": {
1052          "type": "structure",
1053          "required": [
1054            "AccountId",
1055            "Name"
1056          ],
1057          "members": {
1058            "AccountId": {
1059              "location": "uri",
1060              "locationName": "accountId"
1061            },
1062            "Name": {
1063              "shape": "S23"
1064            },
1065            "ClientRequestToken": {
1066              "shape": "S2g",
1067              "idempotencyToken": true
1068            }
1069          }
1070        },
1071        "output": {
1072          "type": "structure",
1073          "members": {
1074            "Room": {
1075              "shape": "S4g"
1076            }
1077          }
1078        }
1079      },
1080      "CreateRoomMembership": {
1081        "http": {
1082          "requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships",
1083          "responseCode": 201
1084        },
1085        "input": {
1086          "type": "structure",
1087          "required": [
1088            "AccountId",
1089            "RoomId",
1090            "MemberId"
1091          ],
1092          "members": {
1093            "AccountId": {
1094              "location": "uri",
1095              "locationName": "accountId"
1096            },
1097            "RoomId": {
1098              "location": "uri",
1099              "locationName": "roomId"
1100            },
1101            "MemberId": {},
1102            "Role": {}
1103          }
1104        },
1105        "output": {
1106          "type": "structure",
1107          "members": {
1108            "RoomMembership": {
1109              "shape": "S4j"
1110            }
1111          }
1112        }
1113      },
1114      "CreateSipMediaApplication": {
1115        "http": {
1116          "requestUri": "/sip-media-applications",
1117          "responseCode": 201
1118        },
1119        "input": {
1120          "type": "structure",
1121          "required": [
1122            "AwsRegion",
1123            "Name",
1124            "Endpoints"
1125          ],
1126          "members": {
1127            "AwsRegion": {},
1128            "Name": {},
1129            "Endpoints": {
1130              "shape": "S4o"
1131            }
1132          }
1133        },
1134        "output": {
1135          "type": "structure",
1136          "members": {
1137            "SipMediaApplication": {
1138              "shape": "S4s"
1139            }
1140          }
1141        }
1142      },
1143      "CreateSipMediaApplicationCall": {
1144        "http": {
1145          "requestUri": "/sip-media-applications/{sipMediaApplicationId}/calls",
1146          "responseCode": 201
1147        },
1148        "input": {
1149          "type": "structure",
1150          "required": [
1151            "FromPhoneNumber",
1152            "ToPhoneNumber",
1153            "SipMediaApplicationId"
1154          ],
1155          "members": {
1156            "FromPhoneNumber": {
1157              "shape": "S3"
1158            },
1159            "ToPhoneNumber": {
1160              "shape": "S3"
1161            },
1162            "SipMediaApplicationId": {
1163              "location": "uri",
1164              "locationName": "sipMediaApplicationId"
1165            }
1166          }
1167        },
1168        "output": {
1169          "type": "structure",
1170          "members": {
1171            "SipMediaApplicationCall": {
1172              "shape": "S4v"
1173            }
1174          }
1175        }
1176      },
1177      "CreateSipRule": {
1178        "http": {
1179          "requestUri": "/sip-rules",
1180          "responseCode": 201
1181        },
1182        "input": {
1183          "type": "structure",
1184          "required": [
1185            "Name",
1186            "TriggerType",
1187            "TriggerValue",
1188            "TargetApplications"
1189          ],
1190          "members": {
1191            "Name": {},
1192            "TriggerType": {},
1193            "TriggerValue": {},
1194            "Disabled": {
1195              "type": "boolean"
1196            },
1197            "TargetApplications": {
1198              "shape": "S4z"
1199            }
1200          }
1201        },
1202        "output": {
1203          "type": "structure",
1204          "members": {
1205            "SipRule": {
1206              "shape": "S53"
1207            }
1208          }
1209        }
1210      },
1211      "CreateUser": {
1212        "http": {
1213          "requestUri": "/accounts/{accountId}/users?operation=create",
1214          "responseCode": 201
1215        },
1216        "input": {
1217          "type": "structure",
1218          "required": [
1219            "AccountId"
1220          ],
1221          "members": {
1222            "AccountId": {
1223              "location": "uri",
1224              "locationName": "accountId"
1225            },
1226            "Username": {},
1227            "Email": {
1228              "shape": "S55"
1229            },
1230            "UserType": {}
1231          }
1232        },
1233        "output": {
1234          "type": "structure",
1235          "members": {
1236            "User": {
1237              "shape": "S57"
1238            }
1239          }
1240        }
1241      },
1242      "CreateVoiceConnector": {
1243        "http": {
1244          "requestUri": "/voice-connectors",
1245          "responseCode": 201
1246        },
1247        "input": {
1248          "type": "structure",
1249          "required": [
1250            "Name",
1251            "RequireEncryption"
1252          ],
1253          "members": {
1254            "Name": {},
1255            "AwsRegion": {},
1256            "RequireEncryption": {
1257              "type": "boolean"
1258            }
1259          }
1260        },
1261        "output": {
1262          "type": "structure",
1263          "members": {
1264            "VoiceConnector": {
1265              "shape": "S5e"
1266            }
1267          }
1268        }
1269      },
1270      "CreateVoiceConnectorGroup": {
1271        "http": {
1272          "requestUri": "/voice-connector-groups",
1273          "responseCode": 201
1274        },
1275        "input": {
1276          "type": "structure",
1277          "required": [
1278            "Name"
1279          ],
1280          "members": {
1281            "Name": {},
1282            "VoiceConnectorItems": {
1283              "shape": "S5h"
1284            }
1285          }
1286        },
1287        "output": {
1288          "type": "structure",
1289          "members": {
1290            "VoiceConnectorGroup": {
1291              "shape": "S5l"
1292            }
1293          }
1294        }
1295      },
1296      "DeleteAccount": {
1297        "http": {
1298          "method": "DELETE",
1299          "requestUri": "/accounts/{accountId}",
1300          "responseCode": 204
1301        },
1302        "input": {
1303          "type": "structure",
1304          "required": [
1305            "AccountId"
1306          ],
1307          "members": {
1308            "AccountId": {
1309              "location": "uri",
1310              "locationName": "accountId"
1311            }
1312          }
1313        },
1314        "output": {
1315          "type": "structure",
1316          "members": {}
1317        }
1318      },
1319      "DeleteAppInstance": {
1320        "http": {
1321          "method": "DELETE",
1322          "requestUri": "/app-instances/{appInstanceArn}",
1323          "responseCode": 204
1324        },
1325        "input": {
1326          "type": "structure",
1327          "required": [
1328            "AppInstanceArn"
1329          ],
1330          "members": {
1331            "AppInstanceArn": {
1332              "location": "uri",
1333              "locationName": "appInstanceArn"
1334            }
1335          }
1336        },
1337        "endpoint": {
1338          "hostPrefix": "identity-"
1339        }
1340      },
1341      "DeleteAppInstanceAdmin": {
1342        "http": {
1343          "method": "DELETE",
1344          "requestUri": "/app-instances/{appInstanceArn}/admins/{appInstanceAdminArn}",
1345          "responseCode": 204
1346        },
1347        "input": {
1348          "type": "structure",
1349          "required": [
1350            "AppInstanceAdminArn",
1351            "AppInstanceArn"
1352          ],
1353          "members": {
1354            "AppInstanceAdminArn": {
1355              "location": "uri",
1356              "locationName": "appInstanceAdminArn"
1357            },
1358            "AppInstanceArn": {
1359              "location": "uri",
1360              "locationName": "appInstanceArn"
1361            }
1362          }
1363        },
1364        "endpoint": {
1365          "hostPrefix": "identity-"
1366        }
1367      },
1368      "DeleteAppInstanceStreamingConfigurations": {
1369        "http": {
1370          "method": "DELETE",
1371          "requestUri": "/app-instances/{appInstanceArn}/streaming-configurations",
1372          "responseCode": 204
1373        },
1374        "input": {
1375          "type": "structure",
1376          "required": [
1377            "AppInstanceArn"
1378          ],
1379          "members": {
1380            "AppInstanceArn": {
1381              "location": "uri",
1382              "locationName": "appInstanceArn"
1383            }
1384          }
1385        }
1386      },
1387      "DeleteAppInstanceUser": {
1388        "http": {
1389          "method": "DELETE",
1390          "requestUri": "/app-instance-users/{appInstanceUserArn}",
1391          "responseCode": 204
1392        },
1393        "input": {
1394          "type": "structure",
1395          "required": [
1396            "AppInstanceUserArn"
1397          ],
1398          "members": {
1399            "AppInstanceUserArn": {
1400              "location": "uri",
1401              "locationName": "appInstanceUserArn"
1402            }
1403          }
1404        },
1405        "endpoint": {
1406          "hostPrefix": "identity-"
1407        }
1408      },
1409      "DeleteAttendee": {
1410        "http": {
1411          "method": "DELETE",
1412          "requestUri": "/meetings/{meetingId}/attendees/{attendeeId}",
1413          "responseCode": 204
1414        },
1415        "input": {
1416          "type": "structure",
1417          "required": [
1418            "MeetingId",
1419            "AttendeeId"
1420          ],
1421          "members": {
1422            "MeetingId": {
1423              "location": "uri",
1424              "locationName": "meetingId"
1425            },
1426            "AttendeeId": {
1427              "location": "uri",
1428              "locationName": "attendeeId"
1429            }
1430          }
1431        }
1432      },
1433      "DeleteChannel": {
1434        "http": {
1435          "method": "DELETE",
1436          "requestUri": "/channels/{channelArn}",
1437          "responseCode": 204
1438        },
1439        "input": {
1440          "type": "structure",
1441          "required": [
1442            "ChannelArn"
1443          ],
1444          "members": {
1445            "ChannelArn": {
1446              "location": "uri",
1447              "locationName": "channelArn"
1448            },
1449            "ChimeBearer": {
1450              "location": "header",
1451              "locationName": "x-amz-chime-bearer"
1452            }
1453          }
1454        },
1455        "endpoint": {
1456          "hostPrefix": "messaging-"
1457        }
1458      },
1459      "DeleteChannelBan": {
1460        "http": {
1461          "method": "DELETE",
1462          "requestUri": "/channels/{channelArn}/bans/{memberArn}",
1463          "responseCode": 204
1464        },
1465        "input": {
1466          "type": "structure",
1467          "required": [
1468            "ChannelArn",
1469            "MemberArn"
1470          ],
1471          "members": {
1472            "ChannelArn": {
1473              "location": "uri",
1474              "locationName": "channelArn"
1475            },
1476            "MemberArn": {
1477              "location": "uri",
1478              "locationName": "memberArn"
1479            },
1480            "ChimeBearer": {
1481              "location": "header",
1482              "locationName": "x-amz-chime-bearer"
1483            }
1484          }
1485        },
1486        "endpoint": {
1487          "hostPrefix": "messaging-"
1488        }
1489      },
1490      "DeleteChannelMembership": {
1491        "http": {
1492          "method": "DELETE",
1493          "requestUri": "/channels/{channelArn}/memberships/{memberArn}",
1494          "responseCode": 204
1495        },
1496        "input": {
1497          "type": "structure",
1498          "required": [
1499            "ChannelArn",
1500            "MemberArn"
1501          ],
1502          "members": {
1503            "ChannelArn": {
1504              "location": "uri",
1505              "locationName": "channelArn"
1506            },
1507            "MemberArn": {
1508              "location": "uri",
1509              "locationName": "memberArn"
1510            },
1511            "ChimeBearer": {
1512              "location": "header",
1513              "locationName": "x-amz-chime-bearer"
1514            }
1515          }
1516        },
1517        "endpoint": {
1518          "hostPrefix": "messaging-"
1519        }
1520      },
1521      "DeleteChannelMessage": {
1522        "http": {
1523          "method": "DELETE",
1524          "requestUri": "/channels/{channelArn}/messages/{messageId}",
1525          "responseCode": 204
1526        },
1527        "input": {
1528          "type": "structure",
1529          "required": [
1530            "ChannelArn",
1531            "MessageId"
1532          ],
1533          "members": {
1534            "ChannelArn": {
1535              "location": "uri",
1536              "locationName": "channelArn"
1537            },
1538            "MessageId": {
1539              "location": "uri",
1540              "locationName": "messageId"
1541            },
1542            "ChimeBearer": {
1543              "location": "header",
1544              "locationName": "x-amz-chime-bearer"
1545            }
1546          }
1547        },
1548        "endpoint": {
1549          "hostPrefix": "messaging-"
1550        }
1551      },
1552      "DeleteChannelModerator": {
1553        "http": {
1554          "method": "DELETE",
1555          "requestUri": "/channels/{channelArn}/moderators/{channelModeratorArn}",
1556          "responseCode": 204
1557        },
1558        "input": {
1559          "type": "structure",
1560          "required": [
1561            "ChannelArn",
1562            "ChannelModeratorArn"
1563          ],
1564          "members": {
1565            "ChannelArn": {
1566              "location": "uri",
1567              "locationName": "channelArn"
1568            },
1569            "ChannelModeratorArn": {
1570              "location": "uri",
1571              "locationName": "channelModeratorArn"
1572            },
1573            "ChimeBearer": {
1574              "location": "header",
1575              "locationName": "x-amz-chime-bearer"
1576            }
1577          }
1578        },
1579        "endpoint": {
1580          "hostPrefix": "messaging-"
1581        }
1582      },
1583      "DeleteEventsConfiguration": {
1584        "http": {
1585          "method": "DELETE",
1586          "requestUri": "/accounts/{accountId}/bots/{botId}/events-configuration",
1587          "responseCode": 204
1588        },
1589        "input": {
1590          "type": "structure",
1591          "required": [
1592            "AccountId",
1593            "BotId"
1594          ],
1595          "members": {
1596            "AccountId": {
1597              "location": "uri",
1598              "locationName": "accountId"
1599            },
1600            "BotId": {
1601              "location": "uri",
1602              "locationName": "botId"
1603            }
1604          }
1605        }
1606      },
1607      "DeleteMediaCapturePipeline": {
1608        "http": {
1609          "method": "DELETE",
1610          "requestUri": "/media-capture-pipelines/{mediaPipelineId}",
1611          "responseCode": 204
1612        },
1613        "input": {
1614          "type": "structure",
1615          "required": [
1616            "MediaPipelineId"
1617          ],
1618          "members": {
1619            "MediaPipelineId": {
1620              "location": "uri",
1621              "locationName": "mediaPipelineId"
1622            }
1623          }
1624        }
1625      },
1626      "DeleteMeeting": {
1627        "http": {
1628          "method": "DELETE",
1629          "requestUri": "/meetings/{meetingId}",
1630          "responseCode": 204
1631        },
1632        "input": {
1633          "type": "structure",
1634          "required": [
1635            "MeetingId"
1636          ],
1637          "members": {
1638            "MeetingId": {
1639              "location": "uri",
1640              "locationName": "meetingId"
1641            }
1642          }
1643        }
1644      },
1645      "DeletePhoneNumber": {
1646        "http": {
1647          "method": "DELETE",
1648          "requestUri": "/phone-numbers/{phoneNumberId}",
1649          "responseCode": 204
1650        },
1651        "input": {
1652          "type": "structure",
1653          "required": [
1654            "PhoneNumberId"
1655          ],
1656          "members": {
1657            "PhoneNumberId": {
1658              "location": "uri",
1659              "locationName": "phoneNumberId"
1660            }
1661          }
1662        }
1663      },
1664      "DeleteProxySession": {
1665        "http": {
1666          "method": "DELETE",
1667          "requestUri": "/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}",
1668          "responseCode": 204
1669        },
1670        "input": {
1671          "type": "structure",
1672          "required": [
1673            "VoiceConnectorId",
1674            "ProxySessionId"
1675          ],
1676          "members": {
1677            "VoiceConnectorId": {
1678              "location": "uri",
1679              "locationName": "voiceConnectorId"
1680            },
1681            "ProxySessionId": {
1682              "location": "uri",
1683              "locationName": "proxySessionId"
1684            }
1685          }
1686        }
1687      },
1688      "DeleteRoom": {
1689        "http": {
1690          "method": "DELETE",
1691          "requestUri": "/accounts/{accountId}/rooms/{roomId}",
1692          "responseCode": 204
1693        },
1694        "input": {
1695          "type": "structure",
1696          "required": [
1697            "AccountId",
1698            "RoomId"
1699          ],
1700          "members": {
1701            "AccountId": {
1702              "location": "uri",
1703              "locationName": "accountId"
1704            },
1705            "RoomId": {
1706              "location": "uri",
1707              "locationName": "roomId"
1708            }
1709          }
1710        }
1711      },
1712      "DeleteRoomMembership": {
1713        "http": {
1714          "method": "DELETE",
1715          "requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships/{memberId}",
1716          "responseCode": 204
1717        },
1718        "input": {
1719          "type": "structure",
1720          "required": [
1721            "AccountId",
1722            "RoomId",
1723            "MemberId"
1724          ],
1725          "members": {
1726            "AccountId": {
1727              "location": "uri",
1728              "locationName": "accountId"
1729            },
1730            "RoomId": {
1731              "location": "uri",
1732              "locationName": "roomId"
1733            },
1734            "MemberId": {
1735              "location": "uri",
1736              "locationName": "memberId"
1737            }
1738          }
1739        }
1740      },
1741      "DeleteSipMediaApplication": {
1742        "http": {
1743          "method": "DELETE",
1744          "requestUri": "/sip-media-applications/{sipMediaApplicationId}",
1745          "responseCode": 204
1746        },
1747        "input": {
1748          "type": "structure",
1749          "required": [
1750            "SipMediaApplicationId"
1751          ],
1752          "members": {
1753            "SipMediaApplicationId": {
1754              "location": "uri",
1755              "locationName": "sipMediaApplicationId"
1756            }
1757          }
1758        }
1759      },
1760      "DeleteSipRule": {
1761        "http": {
1762          "method": "DELETE",
1763          "requestUri": "/sip-rules/{sipRuleId}",
1764          "responseCode": 204
1765        },
1766        "input": {
1767          "type": "structure",
1768          "required": [
1769            "SipRuleId"
1770          ],
1771          "members": {
1772            "SipRuleId": {
1773              "location": "uri",
1774              "locationName": "sipRuleId"
1775            }
1776          }
1777        }
1778      },
1779      "DeleteVoiceConnector": {
1780        "http": {
1781          "method": "DELETE",
1782          "requestUri": "/voice-connectors/{voiceConnectorId}",
1783          "responseCode": 204
1784        },
1785        "input": {
1786          "type": "structure",
1787          "required": [
1788            "VoiceConnectorId"
1789          ],
1790          "members": {
1791            "VoiceConnectorId": {
1792              "location": "uri",
1793              "locationName": "voiceConnectorId"
1794            }
1795          }
1796        }
1797      },
1798      "DeleteVoiceConnectorEmergencyCallingConfiguration": {
1799        "http": {
1800          "method": "DELETE",
1801          "requestUri": "/voice-connectors/{voiceConnectorId}/emergency-calling-configuration",
1802          "responseCode": 204
1803        },
1804        "input": {
1805          "type": "structure",
1806          "required": [
1807            "VoiceConnectorId"
1808          ],
1809          "members": {
1810            "VoiceConnectorId": {
1811              "location": "uri",
1812              "locationName": "voiceConnectorId"
1813            }
1814          }
1815        }
1816      },
1817      "DeleteVoiceConnectorGroup": {
1818        "http": {
1819          "method": "DELETE",
1820          "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}",
1821          "responseCode": 204
1822        },
1823        "input": {
1824          "type": "structure",
1825          "required": [
1826            "VoiceConnectorGroupId"
1827          ],
1828          "members": {
1829            "VoiceConnectorGroupId": {
1830              "location": "uri",
1831              "locationName": "voiceConnectorGroupId"
1832            }
1833          }
1834        }
1835      },
1836      "DeleteVoiceConnectorOrigination": {
1837        "http": {
1838          "method": "DELETE",
1839          "requestUri": "/voice-connectors/{voiceConnectorId}/origination",
1840          "responseCode": 204
1841        },
1842        "input": {
1843          "type": "structure",
1844          "required": [
1845            "VoiceConnectorId"
1846          ],
1847          "members": {
1848            "VoiceConnectorId": {
1849              "location": "uri",
1850              "locationName": "voiceConnectorId"
1851            }
1852          }
1853        }
1854      },
1855      "DeleteVoiceConnectorProxy": {
1856        "http": {
1857          "method": "DELETE",
1858          "requestUri": "/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy",
1859          "responseCode": 204
1860        },
1861        "input": {
1862          "type": "structure",
1863          "required": [
1864            "VoiceConnectorId"
1865          ],
1866          "members": {
1867            "VoiceConnectorId": {
1868              "location": "uri",
1869              "locationName": "voiceConnectorId"
1870            }
1871          }
1872        }
1873      },
1874      "DeleteVoiceConnectorStreamingConfiguration": {
1875        "http": {
1876          "method": "DELETE",
1877          "requestUri": "/voice-connectors/{voiceConnectorId}/streaming-configuration",
1878          "responseCode": 204
1879        },
1880        "input": {
1881          "type": "structure",
1882          "required": [
1883            "VoiceConnectorId"
1884          ],
1885          "members": {
1886            "VoiceConnectorId": {
1887              "location": "uri",
1888              "locationName": "voiceConnectorId"
1889            }
1890          }
1891        }
1892      },
1893      "DeleteVoiceConnectorTermination": {
1894        "http": {
1895          "method": "DELETE",
1896          "requestUri": "/voice-connectors/{voiceConnectorId}/termination",
1897          "responseCode": 204
1898        },
1899        "input": {
1900          "type": "structure",
1901          "required": [
1902            "VoiceConnectorId"
1903          ],
1904          "members": {
1905            "VoiceConnectorId": {
1906              "location": "uri",
1907              "locationName": "voiceConnectorId"
1908            }
1909          }
1910        }
1911      },
1912      "DeleteVoiceConnectorTerminationCredentials": {
1913        "http": {
1914          "requestUri": "/voice-connectors/{voiceConnectorId}/termination/credentials?operation=delete",
1915          "responseCode": 204
1916        },
1917        "input": {
1918          "type": "structure",
1919          "required": [
1920            "Usernames",
1921            "VoiceConnectorId"
1922          ],
1923          "members": {
1924            "VoiceConnectorId": {
1925              "location": "uri",
1926              "locationName": "voiceConnectorId"
1927            },
1928            "Usernames": {
1929              "shape": "S6g"
1930            }
1931          }
1932        }
1933      },
1934      "DescribeAppInstance": {
1935        "http": {
1936          "method": "GET",
1937          "requestUri": "/app-instances/{appInstanceArn}",
1938          "responseCode": 200
1939        },
1940        "input": {
1941          "type": "structure",
1942          "required": [
1943            "AppInstanceArn"
1944          ],
1945          "members": {
1946            "AppInstanceArn": {
1947              "location": "uri",
1948              "locationName": "appInstanceArn"
1949            }
1950          }
1951        },
1952        "output": {
1953          "type": "structure",
1954          "members": {
1955            "AppInstance": {
1956              "type": "structure",
1957              "members": {
1958                "AppInstanceArn": {},
1959                "Name": {
1960                  "shape": "S2e"
1961                },
1962                "Metadata": {
1963                  "shape": "S2f"
1964                },
1965                "CreatedTimestamp": {
1966                  "type": "timestamp"
1967                },
1968                "LastUpdatedTimestamp": {
1969                  "type": "timestamp"
1970                }
1971              }
1972            }
1973          }
1974        },
1975        "endpoint": {
1976          "hostPrefix": "identity-"
1977        }
1978      },
1979      "DescribeAppInstanceAdmin": {
1980        "http": {
1981          "method": "GET",
1982          "requestUri": "/app-instances/{appInstanceArn}/admins/{appInstanceAdminArn}",
1983          "responseCode": 200
1984        },
1985        "input": {
1986          "type": "structure",
1987          "required": [
1988            "AppInstanceAdminArn",
1989            "AppInstanceArn"
1990          ],
1991          "members": {
1992            "AppInstanceAdminArn": {
1993              "location": "uri",
1994              "locationName": "appInstanceAdminArn"
1995            },
1996            "AppInstanceArn": {
1997              "location": "uri",
1998              "locationName": "appInstanceArn"
1999            }
2000          }
2001        },
2002        "output": {
2003          "type": "structure",
2004          "members": {
2005            "AppInstanceAdmin": {
2006              "type": "structure",
2007              "members": {
2008                "Admin": {
2009                  "shape": "S14"
2010                },
2011                "AppInstanceArn": {},
2012                "CreatedTimestamp": {
2013                  "type": "timestamp"
2014                }
2015              }
2016            }
2017          }
2018        },
2019        "endpoint": {
2020          "hostPrefix": "identity-"
2021        }
2022      },
2023      "DescribeAppInstanceUser": {
2024        "http": {
2025          "method": "GET",
2026          "requestUri": "/app-instance-users/{appInstanceUserArn}",
2027          "responseCode": 200
2028        },
2029        "input": {
2030          "type": "structure",
2031          "required": [
2032            "AppInstanceUserArn"
2033          ],
2034          "members": {
2035            "AppInstanceUserArn": {
2036              "location": "uri",
2037              "locationName": "appInstanceUserArn"
2038            }
2039          }
2040        },
2041        "output": {
2042          "type": "structure",
2043          "members": {
2044            "AppInstanceUser": {
2045              "type": "structure",
2046              "members": {
2047                "AppInstanceUserArn": {},
2048                "Name": {
2049                  "shape": "S2n"
2050                },
2051                "CreatedTimestamp": {
2052                  "type": "timestamp"
2053                },
2054                "Metadata": {
2055                  "shape": "S2f"
2056                },
2057                "LastUpdatedTimestamp": {
2058                  "type": "timestamp"
2059                }
2060              }
2061            }
2062          }
2063        },
2064        "endpoint": {
2065          "hostPrefix": "identity-"
2066        }
2067      },
2068      "DescribeChannel": {
2069        "http": {
2070          "method": "GET",
2071          "requestUri": "/channels/{channelArn}",
2072          "responseCode": 200
2073        },
2074        "input": {
2075          "type": "structure",
2076          "required": [
2077            "ChannelArn"
2078          ],
2079          "members": {
2080            "ChannelArn": {
2081              "location": "uri",
2082              "locationName": "channelArn"
2083            },
2084            "ChimeBearer": {
2085              "location": "header",
2086              "locationName": "x-amz-chime-bearer"
2087            }
2088          }
2089        },
2090        "output": {
2091          "type": "structure",
2092          "members": {
2093            "Channel": {
2094              "type": "structure",
2095              "members": {
2096                "Name": {
2097                  "shape": "S2e"
2098                },
2099                "ChannelArn": {},
2100                "Mode": {},
2101                "Privacy": {},
2102                "Metadata": {
2103                  "shape": "S2f"
2104                },
2105                "CreatedBy": {
2106                  "shape": "S14"
2107                },
2108                "CreatedTimestamp": {
2109                  "type": "timestamp"
2110                },
2111                "LastMessageTimestamp": {
2112                  "type": "timestamp"
2113                },
2114                "LastUpdatedTimestamp": {
2115                  "type": "timestamp"
2116                }
2117              }
2118            }
2119          }
2120        },
2121        "endpoint": {
2122          "hostPrefix": "messaging-"
2123        }
2124      },
2125      "DescribeChannelBan": {
2126        "http": {
2127          "method": "GET",
2128          "requestUri": "/channels/{channelArn}/bans/{memberArn}",
2129          "responseCode": 200
2130        },
2131        "input": {
2132          "type": "structure",
2133          "required": [
2134            "ChannelArn",
2135            "MemberArn"
2136          ],
2137          "members": {
2138            "ChannelArn": {
2139              "location": "uri",
2140              "locationName": "channelArn"
2141            },
2142            "MemberArn": {
2143              "location": "uri",
2144              "locationName": "memberArn"
2145            },
2146            "ChimeBearer": {
2147              "location": "header",
2148              "locationName": "x-amz-chime-bearer"
2149            }
2150          }
2151        },
2152        "output": {
2153          "type": "structure",
2154          "members": {
2155            "ChannelBan": {
2156              "type": "structure",
2157              "members": {
2158                "Member": {
2159                  "shape": "S14"
2160                },
2161                "ChannelArn": {},
2162                "CreatedTimestamp": {
2163                  "type": "timestamp"
2164                },
2165                "CreatedBy": {
2166                  "shape": "S14"
2167                }
2168              }
2169            }
2170          }
2171        },
2172        "endpoint": {
2173          "hostPrefix": "messaging-"
2174        }
2175      },
2176      "DescribeChannelMembership": {
2177        "http": {
2178          "method": "GET",
2179          "requestUri": "/channels/{channelArn}/memberships/{memberArn}",
2180          "responseCode": 200
2181        },
2182        "input": {
2183          "type": "structure",
2184          "required": [
2185            "ChannelArn",
2186            "MemberArn"
2187          ],
2188          "members": {
2189            "ChannelArn": {
2190              "location": "uri",
2191              "locationName": "channelArn"
2192            },
2193            "MemberArn": {
2194              "location": "uri",
2195              "locationName": "memberArn"
2196            },
2197            "ChimeBearer": {
2198              "location": "header",
2199              "locationName": "x-amz-chime-bearer"
2200            }
2201          }
2202        },
2203        "output": {
2204          "type": "structure",
2205          "members": {
2206            "ChannelMembership": {
2207              "type": "structure",
2208              "members": {
2209                "InvitedBy": {
2210                  "shape": "S14"
2211                },
2212                "Type": {},
2213                "Member": {
2214                  "shape": "S14"
2215                },
2216                "ChannelArn": {},
2217                "CreatedTimestamp": {
2218                  "type": "timestamp"
2219                },
2220                "LastUpdatedTimestamp": {
2221                  "type": "timestamp"
2222                }
2223              }
2224            }
2225          }
2226        },
2227        "endpoint": {
2228          "hostPrefix": "messaging-"
2229        }
2230      },
2231      "DescribeChannelMembershipForAppInstanceUser": {
2232        "http": {
2233          "method": "GET",
2234          "requestUri": "/channels/{channelArn}?scope=app-instance-user-membership",
2235          "responseCode": 200
2236        },
2237        "input": {
2238          "type": "structure",
2239          "required": [
2240            "ChannelArn",
2241            "AppInstanceUserArn"
2242          ],
2243          "members": {
2244            "ChannelArn": {
2245              "location": "uri",
2246              "locationName": "channelArn"
2247            },
2248            "AppInstanceUserArn": {
2249              "location": "querystring",
2250              "locationName": "app-instance-user-arn"
2251            },
2252            "ChimeBearer": {
2253              "location": "header",
2254              "locationName": "x-amz-chime-bearer"
2255            }
2256          }
2257        },
2258        "output": {
2259          "type": "structure",
2260          "members": {
2261            "ChannelMembership": {
2262              "shape": "S72"
2263            }
2264          }
2265        },
2266        "endpoint": {
2267          "hostPrefix": "messaging-"
2268        }
2269      },
2270      "DescribeChannelModeratedByAppInstanceUser": {
2271        "http": {
2272          "method": "GET",
2273          "requestUri": "/channels/{channelArn}?scope=app-instance-user-moderated-channel",
2274          "responseCode": 200
2275        },
2276        "input": {
2277          "type": "structure",
2278          "required": [
2279            "ChannelArn",
2280            "AppInstanceUserArn"
2281          ],
2282          "members": {
2283            "ChannelArn": {
2284              "location": "uri",
2285              "locationName": "channelArn"
2286            },
2287            "AppInstanceUserArn": {
2288              "location": "querystring",
2289              "locationName": "app-instance-user-arn"
2290            },
2291            "ChimeBearer": {
2292              "location": "header",
2293              "locationName": "x-amz-chime-bearer"
2294            }
2295          }
2296        },
2297        "output": {
2298          "type": "structure",
2299          "members": {
2300            "Channel": {
2301              "shape": "S77"
2302            }
2303          }
2304        },
2305        "endpoint": {
2306          "hostPrefix": "messaging-"
2307        }
2308      },
2309      "DescribeChannelModerator": {
2310        "http": {
2311          "method": "GET",
2312          "requestUri": "/channels/{channelArn}/moderators/{channelModeratorArn}",
2313          "responseCode": 200
2314        },
2315        "input": {
2316          "type": "structure",
2317          "required": [
2318            "ChannelArn",
2319            "ChannelModeratorArn"
2320          ],
2321          "members": {
2322            "ChannelArn": {
2323              "location": "uri",
2324              "locationName": "channelArn"
2325            },
2326            "ChannelModeratorArn": {
2327              "location": "uri",
2328              "locationName": "channelModeratorArn"
2329            },
2330            "ChimeBearer": {
2331              "location": "header",
2332              "locationName": "x-amz-chime-bearer"
2333            }
2334          }
2335        },
2336        "output": {
2337          "type": "structure",
2338          "members": {
2339            "ChannelModerator": {
2340              "type": "structure",
2341              "members": {
2342                "Moderator": {
2343                  "shape": "S14"
2344                },
2345                "ChannelArn": {},
2346                "CreatedTimestamp": {
2347                  "type": "timestamp"
2348                },
2349                "CreatedBy": {
2350                  "shape": "S14"
2351                }
2352              }
2353            }
2354          }
2355        },
2356        "endpoint": {
2357          "hostPrefix": "messaging-"
2358        }
2359      },
2360      "DisassociatePhoneNumberFromUser": {
2361        "http": {
2362          "requestUri": "/accounts/{accountId}/users/{userId}?operation=disassociate-phone-number",
2363          "responseCode": 200
2364        },
2365        "input": {
2366          "type": "structure",
2367          "required": [
2368            "AccountId",
2369            "UserId"
2370          ],
2371          "members": {
2372            "AccountId": {
2373              "location": "uri",
2374              "locationName": "accountId"
2375            },
2376            "UserId": {
2377              "location": "uri",
2378              "locationName": "userId"
2379            }
2380          }
2381        },
2382        "output": {
2383          "type": "structure",
2384          "members": {}
2385        }
2386      },
2387      "DisassociatePhoneNumbersFromVoiceConnector": {
2388        "http": {
2389          "requestUri": "/voice-connectors/{voiceConnectorId}?operation=disassociate-phone-numbers",
2390          "responseCode": 200
2391        },
2392        "input": {
2393          "type": "structure",
2394          "required": [
2395            "VoiceConnectorId",
2396            "E164PhoneNumbers"
2397          ],
2398          "members": {
2399            "VoiceConnectorId": {
2400              "location": "uri",
2401              "locationName": "voiceConnectorId"
2402            },
2403            "E164PhoneNumbers": {
2404              "shape": "S7"
2405            }
2406          }
2407        },
2408        "output": {
2409          "type": "structure",
2410          "members": {
2411            "PhoneNumberErrors": {
2412              "shape": "Sa"
2413            }
2414          }
2415        }
2416      },
2417      "DisassociatePhoneNumbersFromVoiceConnectorGroup": {
2418        "http": {
2419          "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}?operation=disassociate-phone-numbers",
2420          "responseCode": 200
2421        },
2422        "input": {
2423          "type": "structure",
2424          "required": [
2425            "VoiceConnectorGroupId",
2426            "E164PhoneNumbers"
2427          ],
2428          "members": {
2429            "VoiceConnectorGroupId": {
2430              "location": "uri",
2431              "locationName": "voiceConnectorGroupId"
2432            },
2433            "E164PhoneNumbers": {
2434              "shape": "S7"
2435            }
2436          }
2437        },
2438        "output": {
2439          "type": "structure",
2440          "members": {
2441            "PhoneNumberErrors": {
2442              "shape": "Sa"
2443            }
2444          }
2445        }
2446      },
2447      "DisassociateSigninDelegateGroupsFromAccount": {
2448        "http": {
2449          "requestUri": "/accounts/{accountId}?operation=disassociate-signin-delegate-groups",
2450          "responseCode": 200
2451        },
2452        "input": {
2453          "type": "structure",
2454          "required": [
2455            "AccountId",
2456            "GroupNames"
2457          ],
2458          "members": {
2459            "AccountId": {
2460              "location": "uri",
2461              "locationName": "accountId"
2462            },
2463            "GroupNames": {
2464              "shape": "S1h"
2465            }
2466          }
2467        },
2468        "output": {
2469          "type": "structure",
2470          "members": {}
2471        }
2472      },
2473      "GetAccount": {
2474        "http": {
2475          "method": "GET",
2476          "requestUri": "/accounts/{accountId}"
2477        },
2478        "input": {
2479          "type": "structure",
2480          "required": [
2481            "AccountId"
2482          ],
2483          "members": {
2484            "AccountId": {
2485              "location": "uri",
2486              "locationName": "accountId"
2487            }
2488          }
2489        },
2490        "output": {
2491          "type": "structure",
2492          "members": {
2493            "Account": {
2494              "shape": "S28"
2495            }
2496          }
2497        }
2498      },
2499      "GetAccountSettings": {
2500        "http": {
2501          "method": "GET",
2502          "requestUri": "/accounts/{accountId}/settings"
2503        },
2504        "input": {
2505          "type": "structure",
2506          "required": [
2507            "AccountId"
2508          ],
2509          "members": {
2510            "AccountId": {
2511              "location": "uri",
2512              "locationName": "accountId"
2513            }
2514          }
2515        },
2516        "output": {
2517          "type": "structure",
2518          "members": {
2519            "AccountSettings": {
2520              "shape": "S7n"
2521            }
2522          }
2523        }
2524      },
2525      "GetAppInstanceRetentionSettings": {
2526        "http": {
2527          "method": "GET",
2528          "requestUri": "/app-instances/{appInstanceArn}/retention-settings",
2529          "responseCode": 200
2530        },
2531        "input": {
2532          "type": "structure",
2533          "required": [
2534            "AppInstanceArn"
2535          ],
2536          "members": {
2537            "AppInstanceArn": {
2538              "location": "uri",
2539              "locationName": "appInstanceArn"
2540            }
2541          }
2542        },
2543        "output": {
2544          "type": "structure",
2545          "members": {
2546            "AppInstanceRetentionSettings": {
2547              "shape": "S7q"
2548            },
2549            "InitiateDeletionTimestamp": {
2550              "type": "timestamp"
2551            }
2552          }
2553        },
2554        "endpoint": {
2555          "hostPrefix": "identity-"
2556        }
2557      },
2558      "GetAppInstanceStreamingConfigurations": {
2559        "http": {
2560          "method": "GET",
2561          "requestUri": "/app-instances/{appInstanceArn}/streaming-configurations",
2562          "responseCode": 200
2563        },
2564        "input": {
2565          "type": "structure",
2566          "required": [
2567            "AppInstanceArn"
2568          ],
2569          "members": {
2570            "AppInstanceArn": {
2571              "location": "uri",
2572              "locationName": "appInstanceArn"
2573            }
2574          }
2575        },
2576        "output": {
2577          "type": "structure",
2578          "members": {
2579            "AppInstanceStreamingConfigurations": {
2580              "shape": "S7v"
2581            }
2582          }
2583        }
2584      },
2585      "GetAttendee": {
2586        "http": {
2587          "method": "GET",
2588          "requestUri": "/meetings/{meetingId}/attendees/{attendeeId}",
2589          "responseCode": 200
2590        },
2591        "input": {
2592          "type": "structure",
2593          "required": [
2594            "MeetingId",
2595            "AttendeeId"
2596          ],
2597          "members": {
2598            "MeetingId": {
2599              "location": "uri",
2600              "locationName": "meetingId"
2601            },
2602            "AttendeeId": {
2603              "location": "uri",
2604              "locationName": "attendeeId"
2605            }
2606          }
2607        },
2608        "output": {
2609          "type": "structure",
2610          "members": {
2611            "Attendee": {
2612              "shape": "Su"
2613            }
2614          }
2615        }
2616      },
2617      "GetBot": {
2618        "http": {
2619          "method": "GET",
2620          "requestUri": "/accounts/{accountId}/bots/{botId}",
2621          "responseCode": 200
2622        },
2623        "input": {
2624          "type": "structure",
2625          "required": [
2626            "AccountId",
2627            "BotId"
2628          ],
2629          "members": {
2630            "AccountId": {
2631              "location": "uri",
2632              "locationName": "accountId"
2633            },
2634            "BotId": {
2635              "location": "uri",
2636              "locationName": "botId"
2637            }
2638          }
2639        },
2640        "output": {
2641          "type": "structure",
2642          "members": {
2643            "Bot": {
2644              "shape": "S2t"
2645            }
2646          }
2647        }
2648      },
2649      "GetChannelMessage": {
2650        "http": {
2651          "method": "GET",
2652          "requestUri": "/channels/{channelArn}/messages/{messageId}",
2653          "responseCode": 200
2654        },
2655        "input": {
2656          "type": "structure",
2657          "required": [
2658            "ChannelArn",
2659            "MessageId"
2660          ],
2661          "members": {
2662            "ChannelArn": {
2663              "location": "uri",
2664              "locationName": "channelArn"
2665            },
2666            "MessageId": {
2667              "location": "uri",
2668              "locationName": "messageId"
2669            },
2670            "ChimeBearer": {
2671              "location": "header",
2672              "locationName": "x-amz-chime-bearer"
2673            }
2674          }
2675        },
2676        "output": {
2677          "type": "structure",
2678          "members": {
2679            "ChannelMessage": {
2680              "type": "structure",
2681              "members": {
2682                "ChannelArn": {},
2683                "MessageId": {},
2684                "Content": {
2685                  "shape": "S85"
2686                },
2687                "Metadata": {
2688                  "shape": "S2f"
2689                },
2690                "Type": {},
2691                "CreatedTimestamp": {
2692                  "type": "timestamp"
2693                },
2694                "LastEditedTimestamp": {
2695                  "type": "timestamp"
2696                },
2697                "LastUpdatedTimestamp": {
2698                  "type": "timestamp"
2699                },
2700                "Sender": {
2701                  "shape": "S14"
2702                },
2703                "Redacted": {
2704                  "type": "boolean"
2705                },
2706                "Persistence": {}
2707              }
2708            }
2709          }
2710        },
2711        "endpoint": {
2712          "hostPrefix": "messaging-"
2713        }
2714      },
2715      "GetEventsConfiguration": {
2716        "http": {
2717          "method": "GET",
2718          "requestUri": "/accounts/{accountId}/bots/{botId}/events-configuration",
2719          "responseCode": 200
2720        },
2721        "input": {
2722          "type": "structure",
2723          "required": [
2724            "AccountId",
2725            "BotId"
2726          ],
2727          "members": {
2728            "AccountId": {
2729              "location": "uri",
2730              "locationName": "accountId"
2731            },
2732            "BotId": {
2733              "location": "uri",
2734              "locationName": "botId"
2735            }
2736          }
2737        },
2738        "output": {
2739          "type": "structure",
2740          "members": {
2741            "EventsConfiguration": {
2742              "shape": "S8b"
2743            }
2744          }
2745        }
2746      },
2747      "GetGlobalSettings": {
2748        "http": {
2749          "method": "GET",
2750          "requestUri": "/settings",
2751          "responseCode": 200
2752        },
2753        "output": {
2754          "type": "structure",
2755          "members": {
2756            "BusinessCalling": {
2757              "shape": "S8d"
2758            },
2759            "VoiceConnector": {
2760              "shape": "S8e"
2761            }
2762          }
2763        }
2764      },
2765      "GetMediaCapturePipeline": {
2766        "http": {
2767          "method": "GET",
2768          "requestUri": "/media-capture-pipelines/{mediaPipelineId}",
2769          "responseCode": 200
2770        },
2771        "input": {
2772          "type": "structure",
2773          "required": [
2774            "MediaPipelineId"
2775          ],
2776          "members": {
2777            "MediaPipelineId": {
2778              "location": "uri",
2779              "locationName": "mediaPipelineId"
2780            }
2781          }
2782        },
2783        "output": {
2784          "type": "structure",
2785          "members": {
2786            "MediaCapturePipeline": {
2787              "shape": "S3a"
2788            }
2789          }
2790        }
2791      },
2792      "GetMeeting": {
2793        "http": {
2794          "method": "GET",
2795          "requestUri": "/meetings/{meetingId}",
2796          "responseCode": 200
2797        },
2798        "input": {
2799          "type": "structure",
2800          "required": [
2801            "MeetingId"
2802          ],
2803          "members": {
2804            "MeetingId": {
2805              "location": "uri",
2806              "locationName": "meetingId"
2807            }
2808          }
2809        },
2810        "output": {
2811          "type": "structure",
2812          "members": {
2813            "Meeting": {
2814              "shape": "S3h"
2815            }
2816          }
2817        }
2818      },
2819      "GetMessagingSessionEndpoint": {
2820        "http": {
2821          "method": "GET",
2822          "requestUri": "/endpoints/messaging-session",
2823          "responseCode": 200
2824        },
2825        "input": {
2826          "type": "structure",
2827          "members": {}
2828        },
2829        "output": {
2830          "type": "structure",
2831          "members": {
2832            "Endpoint": {
2833              "type": "structure",
2834              "members": {
2835                "Url": {}
2836              }
2837            }
2838          }
2839        },
2840        "endpoint": {
2841          "hostPrefix": "messaging-"
2842        }
2843      },
2844      "GetPhoneNumber": {
2845        "http": {
2846          "method": "GET",
2847          "requestUri": "/phone-numbers/{phoneNumberId}"
2848        },
2849        "input": {
2850          "type": "structure",
2851          "required": [
2852            "PhoneNumberId"
2853          ],
2854          "members": {
2855            "PhoneNumberId": {
2856              "location": "uri",
2857              "locationName": "phoneNumberId"
2858            }
2859          }
2860        },
2861        "output": {
2862          "type": "structure",
2863          "members": {
2864            "PhoneNumber": {
2865              "shape": "S8p"
2866            }
2867          }
2868        }
2869      },
2870      "GetPhoneNumberOrder": {
2871        "http": {
2872          "method": "GET",
2873          "requestUri": "/phone-number-orders/{phoneNumberOrderId}",
2874          "responseCode": 200
2875        },
2876        "input": {
2877          "type": "structure",
2878          "required": [
2879            "PhoneNumberOrderId"
2880          ],
2881          "members": {
2882            "PhoneNumberOrderId": {
2883              "location": "uri",
2884              "locationName": "phoneNumberOrderId"
2885            }
2886          }
2887        },
2888        "output": {
2889          "type": "structure",
2890          "members": {
2891            "PhoneNumberOrder": {
2892              "shape": "S3r"
2893            }
2894          }
2895        }
2896      },
2897      "GetPhoneNumberSettings": {
2898        "http": {
2899          "method": "GET",
2900          "requestUri": "/settings/phone-number",
2901          "responseCode": 200
2902        },
2903        "output": {
2904          "type": "structure",
2905          "members": {
2906            "CallingName": {
2907              "shape": "S1u"
2908            },
2909            "CallingNameUpdatedTimestamp": {
2910              "shape": "S2a"
2911            }
2912          }
2913        }
2914      },
2915      "GetProxySession": {
2916        "http": {
2917          "method": "GET",
2918          "requestUri": "/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}",
2919          "responseCode": 200
2920        },
2921        "input": {
2922          "type": "structure",
2923          "required": [
2924            "VoiceConnectorId",
2925            "ProxySessionId"
2926          ],
2927          "members": {
2928            "VoiceConnectorId": {
2929              "location": "uri",
2930              "locationName": "voiceConnectorId"
2931            },
2932            "ProxySessionId": {
2933              "location": "uri",
2934              "locationName": "proxySessionId"
2935            }
2936          }
2937        },
2938        "output": {
2939          "type": "structure",
2940          "members": {
2941            "ProxySession": {
2942              "shape": "S49"
2943            }
2944          }
2945        }
2946      },
2947      "GetRetentionSettings": {
2948        "http": {
2949          "method": "GET",
2950          "requestUri": "/accounts/{accountId}/retention-settings"
2951        },
2952        "input": {
2953          "type": "structure",
2954          "required": [
2955            "AccountId"
2956          ],
2957          "members": {
2958            "AccountId": {
2959              "location": "uri",
2960              "locationName": "accountId"
2961            }
2962          }
2963        },
2964        "output": {
2965          "type": "structure",
2966          "members": {
2967            "RetentionSettings": {
2968              "shape": "S95"
2969            },
2970            "InitiateDeletionTimestamp": {
2971              "shape": "S2a"
2972            }
2973          }
2974        }
2975      },
2976      "GetRoom": {
2977        "http": {
2978          "method": "GET",
2979          "requestUri": "/accounts/{accountId}/rooms/{roomId}",
2980          "responseCode": 200
2981        },
2982        "input": {
2983          "type": "structure",
2984          "required": [
2985            "AccountId",
2986            "RoomId"
2987          ],
2988          "members": {
2989            "AccountId": {
2990              "location": "uri",
2991              "locationName": "accountId"
2992            },
2993            "RoomId": {
2994              "location": "uri",
2995              "locationName": "roomId"
2996            }
2997          }
2998        },
2999        "output": {
3000          "type": "structure",
3001          "members": {
3002            "Room": {
3003              "shape": "S4g"
3004            }
3005          }
3006        }
3007      },
3008      "GetSipMediaApplication": {
3009        "http": {
3010          "method": "GET",
3011          "requestUri": "/sip-media-applications/{sipMediaApplicationId}",
3012          "responseCode": 200
3013        },
3014        "input": {
3015          "type": "structure",
3016          "required": [
3017            "SipMediaApplicationId"
3018          ],
3019          "members": {
3020            "SipMediaApplicationId": {
3021              "location": "uri",
3022              "locationName": "sipMediaApplicationId"
3023            }
3024          }
3025        },
3026        "output": {
3027          "type": "structure",
3028          "members": {
3029            "SipMediaApplication": {
3030              "shape": "S4s"
3031            }
3032          }
3033        }
3034      },
3035      "GetSipMediaApplicationLoggingConfiguration": {
3036        "http": {
3037          "method": "GET",
3038          "requestUri": "/sip-media-applications/{sipMediaApplicationId}/logging-configuration",
3039          "responseCode": 200
3040        },
3041        "input": {
3042          "type": "structure",
3043          "required": [
3044            "SipMediaApplicationId"
3045          ],
3046          "members": {
3047            "SipMediaApplicationId": {
3048              "location": "uri",
3049              "locationName": "sipMediaApplicationId"
3050            }
3051          }
3052        },
3053        "output": {
3054          "type": "structure",
3055          "members": {
3056            "SipMediaApplicationLoggingConfiguration": {
3057              "shape": "S9e"
3058            }
3059          }
3060        }
3061      },
3062      "GetSipRule": {
3063        "http": {
3064          "method": "GET",
3065          "requestUri": "/sip-rules/{sipRuleId}",
3066          "responseCode": 200
3067        },
3068        "input": {
3069          "type": "structure",
3070          "required": [
3071            "SipRuleId"
3072          ],
3073          "members": {
3074            "SipRuleId": {
3075              "location": "uri",
3076              "locationName": "sipRuleId"
3077            }
3078          }
3079        },
3080        "output": {
3081          "type": "structure",
3082          "members": {
3083            "SipRule": {
3084              "shape": "S53"
3085            }
3086          }
3087        }
3088      },
3089      "GetUser": {
3090        "http": {
3091          "method": "GET",
3092          "requestUri": "/accounts/{accountId}/users/{userId}",
3093          "responseCode": 200
3094        },
3095        "input": {
3096          "type": "structure",
3097          "required": [
3098            "AccountId",
3099            "UserId"
3100          ],
3101          "members": {
3102            "AccountId": {
3103              "location": "uri",
3104              "locationName": "accountId"
3105            },
3106            "UserId": {
3107              "location": "uri",
3108              "locationName": "userId"
3109            }
3110          }
3111        },
3112        "output": {
3113          "type": "structure",
3114          "members": {
3115            "User": {
3116              "shape": "S57"
3117            }
3118          }
3119        }
3120      },
3121      "GetUserSettings": {
3122        "http": {
3123          "method": "GET",
3124          "requestUri": "/accounts/{accountId}/users/{userId}/settings",
3125          "responseCode": 200
3126        },
3127        "input": {
3128          "type": "structure",
3129          "required": [
3130            "AccountId",
3131            "UserId"
3132          ],
3133          "members": {
3134            "AccountId": {
3135              "location": "uri",
3136              "locationName": "accountId"
3137            },
3138            "UserId": {
3139              "location": "uri",
3140              "locationName": "userId"
3141            }
3142          }
3143        },
3144        "output": {
3145          "type": "structure",
3146          "members": {
3147            "UserSettings": {
3148              "shape": "S9l"
3149            }
3150          }
3151        }
3152      },
3153      "GetVoiceConnector": {
3154        "http": {
3155          "method": "GET",
3156          "requestUri": "/voice-connectors/{voiceConnectorId}",
3157          "responseCode": 200
3158        },
3159        "input": {
3160          "type": "structure",
3161          "required": [
3162            "VoiceConnectorId"
3163          ],
3164          "members": {
3165            "VoiceConnectorId": {
3166              "location": "uri",
3167              "locationName": "voiceConnectorId"
3168            }
3169          }
3170        },
3171        "output": {
3172          "type": "structure",
3173          "members": {
3174            "VoiceConnector": {
3175              "shape": "S5e"
3176            }
3177          }
3178        }
3179      },
3180      "GetVoiceConnectorEmergencyCallingConfiguration": {
3181        "http": {
3182          "method": "GET",
3183          "requestUri": "/voice-connectors/{voiceConnectorId}/emergency-calling-configuration",
3184          "responseCode": 200
3185        },
3186        "input": {
3187          "type": "structure",
3188          "required": [
3189            "VoiceConnectorId"
3190          ],
3191          "members": {
3192            "VoiceConnectorId": {
3193              "location": "uri",
3194              "locationName": "voiceConnectorId"
3195            }
3196          }
3197        },
3198        "output": {
3199          "type": "structure",
3200          "members": {
3201            "EmergencyCallingConfiguration": {
3202              "shape": "S9r"
3203            }
3204          }
3205        }
3206      },
3207      "GetVoiceConnectorGroup": {
3208        "http": {
3209          "method": "GET",
3210          "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}",
3211          "responseCode": 200
3212        },
3213        "input": {
3214          "type": "structure",
3215          "required": [
3216            "VoiceConnectorGroupId"
3217          ],
3218          "members": {
3219            "VoiceConnectorGroupId": {
3220              "location": "uri",
3221              "locationName": "voiceConnectorGroupId"
3222            }
3223          }
3224        },
3225        "output": {
3226          "type": "structure",
3227          "members": {
3228            "VoiceConnectorGroup": {
3229              "shape": "S5l"
3230            }
3231          }
3232        }
3233      },
3234      "GetVoiceConnectorLoggingConfiguration": {
3235        "http": {
3236          "method": "GET",
3237          "requestUri": "/voice-connectors/{voiceConnectorId}/logging-configuration",
3238          "responseCode": 200
3239        },
3240        "input": {
3241          "type": "structure",
3242          "required": [
3243            "VoiceConnectorId"
3244          ],
3245          "members": {
3246            "VoiceConnectorId": {
3247              "location": "uri",
3248              "locationName": "voiceConnectorId"
3249            }
3250          }
3251        },
3252        "output": {
3253          "type": "structure",
3254          "members": {
3255            "LoggingConfiguration": {
3256              "shape": "S9y"
3257            }
3258          }
3259        }
3260      },
3261      "GetVoiceConnectorOrigination": {
3262        "http": {
3263          "method": "GET",
3264          "requestUri": "/voice-connectors/{voiceConnectorId}/origination",
3265          "responseCode": 200
3266        },
3267        "input": {
3268          "type": "structure",
3269          "required": [
3270            "VoiceConnectorId"
3271          ],
3272          "members": {
3273            "VoiceConnectorId": {
3274              "location": "uri",
3275              "locationName": "voiceConnectorId"
3276            }
3277          }
3278        },
3279        "output": {
3280          "type": "structure",
3281          "members": {
3282            "Origination": {
3283              "shape": "Sa1"
3284            }
3285          }
3286        }
3287      },
3288      "GetVoiceConnectorProxy": {
3289        "http": {
3290          "method": "GET",
3291          "requestUri": "/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy",
3292          "responseCode": 200
3293        },
3294        "input": {
3295          "type": "structure",
3296          "required": [
3297            "VoiceConnectorId"
3298          ],
3299          "members": {
3300            "VoiceConnectorId": {
3301              "location": "uri",
3302              "locationName": "voiceConnectorId"
3303            }
3304          }
3305        },
3306        "output": {
3307          "type": "structure",
3308          "members": {
3309            "Proxy": {
3310              "shape": "Saa"
3311            }
3312          }
3313        }
3314      },
3315      "GetVoiceConnectorStreamingConfiguration": {
3316        "http": {
3317          "method": "GET",
3318          "requestUri": "/voice-connectors/{voiceConnectorId}/streaming-configuration",
3319          "responseCode": 200
3320        },
3321        "input": {
3322          "type": "structure",
3323          "required": [
3324            "VoiceConnectorId"
3325          ],
3326          "members": {
3327            "VoiceConnectorId": {
3328              "location": "uri",
3329              "locationName": "voiceConnectorId"
3330            }
3331          }
3332        },
3333        "output": {
3334          "type": "structure",
3335          "members": {
3336            "StreamingConfiguration": {
3337              "shape": "Saf"
3338            }
3339          }
3340        }
3341      },
3342      "GetVoiceConnectorTermination": {
3343        "http": {
3344          "method": "GET",
3345          "requestUri": "/voice-connectors/{voiceConnectorId}/termination",
3346          "responseCode": 200
3347        },
3348        "input": {
3349          "type": "structure",
3350          "required": [
3351            "VoiceConnectorId"
3352          ],
3353          "members": {
3354            "VoiceConnectorId": {
3355              "location": "uri",
3356              "locationName": "voiceConnectorId"
3357            }
3358          }
3359        },
3360        "output": {
3361          "type": "structure",
3362          "members": {
3363            "Termination": {
3364              "shape": "Sam"
3365            }
3366          }
3367        }
3368      },
3369      "GetVoiceConnectorTerminationHealth": {
3370        "http": {
3371          "method": "GET",
3372          "requestUri": "/voice-connectors/{voiceConnectorId}/termination/health",
3373          "responseCode": 200
3374        },
3375        "input": {
3376          "type": "structure",
3377          "required": [
3378            "VoiceConnectorId"
3379          ],
3380          "members": {
3381            "VoiceConnectorId": {
3382              "location": "uri",
3383              "locationName": "voiceConnectorId"
3384            }
3385          }
3386        },
3387        "output": {
3388          "type": "structure",
3389          "members": {
3390            "TerminationHealth": {
3391              "type": "structure",
3392              "members": {
3393                "Timestamp": {
3394                  "shape": "S2a"
3395                },
3396                "Source": {}
3397              }
3398            }
3399          }
3400        }
3401      },
3402      "InviteUsers": {
3403        "http": {
3404          "requestUri": "/accounts/{accountId}/users?operation=add",
3405          "responseCode": 201
3406        },
3407        "input": {
3408          "type": "structure",
3409          "required": [
3410            "AccountId",
3411            "UserEmailList"
3412          ],
3413          "members": {
3414            "AccountId": {
3415              "location": "uri",
3416              "locationName": "accountId"
3417            },
3418            "UserEmailList": {
3419              "type": "list",
3420              "member": {
3421                "shape": "S55"
3422              }
3423            },
3424            "UserType": {}
3425          }
3426        },
3427        "output": {
3428          "type": "structure",
3429          "members": {
3430            "Invites": {
3431              "type": "list",
3432              "member": {
3433                "type": "structure",
3434                "members": {
3435                  "InviteId": {},
3436                  "Status": {},
3437                  "EmailAddress": {
3438                    "shape": "S55"
3439                  },
3440                  "EmailStatus": {}
3441                }
3442              }
3443            }
3444          }
3445        }
3446      },
3447      "ListAccounts": {
3448        "http": {
3449          "method": "GET",
3450          "requestUri": "/accounts"
3451        },
3452        "input": {
3453          "type": "structure",
3454          "members": {
3455            "Name": {
3456              "location": "querystring",
3457              "locationName": "name"
3458            },
3459            "UserEmail": {
3460              "shape": "S55",
3461              "location": "querystring",
3462              "locationName": "user-email"
3463            },
3464            "NextToken": {
3465              "location": "querystring",
3466              "locationName": "next-token"
3467            },
3468            "MaxResults": {
3469              "location": "querystring",
3470              "locationName": "max-results",
3471              "type": "integer"
3472            }
3473          }
3474        },
3475        "output": {
3476          "type": "structure",
3477          "members": {
3478            "Accounts": {
3479              "type": "list",
3480              "member": {
3481                "shape": "S28"
3482              }
3483            },
3484            "NextToken": {}
3485          }
3486        }
3487      },
3488      "ListAppInstanceAdmins": {
3489        "http": {
3490          "method": "GET",
3491          "requestUri": "/app-instances/{appInstanceArn}/admins",
3492          "responseCode": 200
3493        },
3494        "input": {
3495          "type": "structure",
3496          "required": [
3497            "AppInstanceArn"
3498          ],
3499          "members": {
3500            "AppInstanceArn": {
3501              "location": "uri",
3502              "locationName": "appInstanceArn"
3503            },
3504            "MaxResults": {
3505              "location": "querystring",
3506              "locationName": "max-results",
3507              "type": "integer"
3508            },
3509            "NextToken": {
3510              "shape": "Sb5",
3511              "location": "querystring",
3512              "locationName": "next-token"
3513            }
3514          }
3515        },
3516        "output": {
3517          "type": "structure",
3518          "members": {
3519            "AppInstanceArn": {},
3520            "AppInstanceAdmins": {
3521              "type": "list",
3522              "member": {
3523                "type": "structure",
3524                "members": {
3525                  "Admin": {
3526                    "shape": "S14"
3527                  }
3528                }
3529              }
3530            },
3531            "NextToken": {
3532              "shape": "Sb5"
3533            }
3534          }
3535        },
3536        "endpoint": {
3537          "hostPrefix": "identity-"
3538        }
3539      },
3540      "ListAppInstanceUsers": {
3541        "http": {
3542          "method": "GET",
3543          "requestUri": "/app-instance-users",
3544          "responseCode": 200
3545        },
3546        "input": {
3547          "type": "structure",
3548          "required": [
3549            "AppInstanceArn"
3550          ],
3551          "members": {
3552            "AppInstanceArn": {
3553              "location": "querystring",
3554              "locationName": "app-instance-arn"
3555            },
3556            "MaxResults": {
3557              "location": "querystring",
3558              "locationName": "max-results",
3559              "type": "integer"
3560            },
3561            "NextToken": {
3562              "shape": "Sb5",
3563              "location": "querystring",
3564              "locationName": "next-token"
3565            }
3566          }
3567        },
3568        "output": {
3569          "type": "structure",
3570          "members": {
3571            "AppInstanceArn": {},
3572            "AppInstanceUsers": {
3573              "type": "list",
3574              "member": {
3575                "type": "structure",
3576                "members": {
3577                  "AppInstanceUserArn": {},
3578                  "Name": {
3579                    "shape": "S2n"
3580                  },
3581                  "Metadata": {
3582                    "shape": "S2f"
3583                  }
3584                }
3585              }
3586            },
3587            "NextToken": {
3588              "shape": "Sb5"
3589            }
3590          }
3591        },
3592        "endpoint": {
3593          "hostPrefix": "identity-"
3594        }
3595      },
3596      "ListAppInstances": {
3597        "http": {
3598          "method": "GET",
3599          "requestUri": "/app-instances",
3600          "responseCode": 200
3601        },
3602        "input": {
3603          "type": "structure",
3604          "members": {
3605            "MaxResults": {
3606              "location": "querystring",
3607              "locationName": "max-results",
3608              "type": "integer"
3609            },
3610            "NextToken": {
3611              "shape": "Sb5",
3612              "location": "querystring",
3613              "locationName": "next-token"
3614            }
3615          }
3616        },
3617        "output": {
3618          "type": "structure",
3619          "members": {
3620            "AppInstances": {
3621              "type": "list",
3622              "member": {
3623                "type": "structure",
3624                "members": {
3625                  "AppInstanceArn": {},
3626                  "Name": {
3627                    "shape": "S2e"
3628                  },
3629                  "Metadata": {
3630                    "shape": "S2f"
3631                  }
3632                }
3633              }
3634            },
3635            "NextToken": {
3636              "shape": "Sb5"
3637            }
3638          }
3639        },
3640        "endpoint": {
3641          "hostPrefix": "identity-"
3642        }
3643      },
3644      "ListAttendeeTags": {
3645        "http": {
3646          "method": "GET",
3647          "requestUri": "/meetings/{meetingId}/attendees/{attendeeId}/tags",
3648          "responseCode": 200
3649        },
3650        "input": {
3651          "type": "structure",
3652          "required": [
3653            "MeetingId",
3654            "AttendeeId"
3655          ],
3656          "members": {
3657            "MeetingId": {
3658              "location": "uri",
3659              "locationName": "meetingId"
3660            },
3661            "AttendeeId": {
3662              "location": "uri",
3663              "locationName": "attendeeId"
3664            }
3665          }
3666        },
3667        "output": {
3668          "type": "structure",
3669          "members": {
3670            "Tags": {
3671              "shape": "S2h"
3672            }
3673          }
3674        }
3675      },
3676      "ListAttendees": {
3677        "http": {
3678          "method": "GET",
3679          "requestUri": "/meetings/{meetingId}/attendees",
3680          "responseCode": 200
3681        },
3682        "input": {
3683          "type": "structure",
3684          "required": [
3685            "MeetingId"
3686          ],
3687          "members": {
3688            "MeetingId": {
3689              "location": "uri",
3690              "locationName": "meetingId"
3691            },
3692            "NextToken": {
3693              "location": "querystring",
3694              "locationName": "next-token"
3695            },
3696            "MaxResults": {
3697              "location": "querystring",
3698              "locationName": "max-results",
3699              "type": "integer"
3700            }
3701          }
3702        },
3703        "output": {
3704          "type": "structure",
3705          "members": {
3706            "Attendees": {
3707              "shape": "St"
3708            },
3709            "NextToken": {}
3710          }
3711        }
3712      },
3713      "ListBots": {
3714        "http": {
3715          "method": "GET",
3716          "requestUri": "/accounts/{accountId}/bots",
3717          "responseCode": 200
3718        },
3719        "input": {
3720          "type": "structure",
3721          "required": [
3722            "AccountId"
3723          ],
3724          "members": {
3725            "AccountId": {
3726              "location": "uri",
3727              "locationName": "accountId"
3728            },
3729            "MaxResults": {
3730              "location": "querystring",
3731              "locationName": "max-results",
3732              "type": "integer"
3733            },
3734            "NextToken": {
3735              "location": "querystring",
3736              "locationName": "next-token"
3737            }
3738          }
3739        },
3740        "output": {
3741          "type": "structure",
3742          "members": {
3743            "Bots": {
3744              "type": "list",
3745              "member": {
3746                "shape": "S2t"
3747              }
3748            },
3749            "NextToken": {}
3750          }
3751        }
3752      },
3753      "ListChannelBans": {
3754        "http": {
3755          "method": "GET",
3756          "requestUri": "/channels/{channelArn}/bans",
3757          "responseCode": 200
3758        },
3759        "input": {
3760          "type": "structure",
3761          "required": [
3762            "ChannelArn"
3763          ],
3764          "members": {
3765            "ChannelArn": {
3766              "location": "uri",
3767              "locationName": "channelArn"
3768            },
3769            "MaxResults": {
3770              "location": "querystring",
3771              "locationName": "max-results",
3772              "type": "integer"
3773            },
3774            "NextToken": {
3775              "shape": "Sb5",
3776              "location": "querystring",
3777              "locationName": "next-token"
3778            },
3779            "ChimeBearer": {
3780              "location": "header",
3781              "locationName": "x-amz-chime-bearer"
3782            }
3783          }
3784        },
3785        "output": {
3786          "type": "structure",
3787          "members": {
3788            "ChannelArn": {},
3789            "NextToken": {
3790              "shape": "Sb5"
3791            },
3792            "ChannelBans": {
3793              "type": "list",
3794              "member": {
3795                "type": "structure",
3796                "members": {
3797                  "Member": {
3798                    "shape": "S14"
3799                  }
3800                }
3801              }
3802            }
3803          }
3804        },
3805        "endpoint": {
3806          "hostPrefix": "messaging-"
3807        }
3808      },
3809      "ListChannelMemberships": {
3810        "http": {
3811          "method": "GET",
3812          "requestUri": "/channels/{channelArn}/memberships",
3813          "responseCode": 200
3814        },
3815        "input": {
3816          "type": "structure",
3817          "required": [
3818            "ChannelArn"
3819          ],
3820          "members": {
3821            "ChannelArn": {
3822              "location": "uri",
3823              "locationName": "channelArn"
3824            },
3825            "Type": {
3826              "location": "querystring",
3827              "locationName": "type"
3828            },
3829            "MaxResults": {
3830              "location": "querystring",
3831              "locationName": "max-results",
3832              "type": "integer"
3833            },
3834            "NextToken": {
3835              "shape": "Sb5",
3836              "location": "querystring",
3837              "locationName": "next-token"
3838            },
3839            "ChimeBearer": {
3840              "location": "header",
3841              "locationName": "x-amz-chime-bearer"
3842            }
3843          }
3844        },
3845        "output": {
3846          "type": "structure",
3847          "members": {
3848            "ChannelArn": {},
3849            "ChannelMemberships": {
3850              "type": "list",
3851              "member": {
3852                "type": "structure",
3853                "members": {
3854                  "Member": {
3855                    "shape": "S14"
3856                  }
3857                }
3858              }
3859            },
3860            "NextToken": {
3861              "shape": "Sb5"
3862            }
3863          }
3864        },
3865        "endpoint": {
3866          "hostPrefix": "messaging-"
3867        }
3868      },
3869      "ListChannelMembershipsForAppInstanceUser": {
3870        "http": {
3871          "method": "GET",
3872          "requestUri": "/channels?scope=app-instance-user-memberships",
3873          "responseCode": 200
3874        },
3875        "input": {
3876          "type": "structure",
3877          "members": {
3878            "AppInstanceUserArn": {
3879              "location": "querystring",
3880              "locationName": "app-instance-user-arn"
3881            },
3882            "MaxResults": {
3883              "location": "querystring",
3884              "locationName": "max-results",
3885              "type": "integer"
3886            },
3887            "NextToken": {
3888              "shape": "Sb5",
3889              "location": "querystring",
3890              "locationName": "next-token"
3891            },
3892            "ChimeBearer": {
3893              "location": "header",
3894              "locationName": "x-amz-chime-bearer"
3895            }
3896          }
3897        },
3898        "output": {
3899          "type": "structure",
3900          "members": {
3901            "ChannelMemberships": {
3902              "type": "list",
3903              "member": {
3904                "shape": "S72"
3905              }
3906            },
3907            "NextToken": {
3908              "shape": "Sb5"
3909            }
3910          }
3911        },
3912        "endpoint": {
3913          "hostPrefix": "messaging-"
3914        }
3915      },
3916      "ListChannelMessages": {
3917        "http": {
3918          "method": "GET",
3919          "requestUri": "/channels/{channelArn}/messages",
3920          "responseCode": 200
3921        },
3922        "input": {
3923          "type": "structure",
3924          "required": [
3925            "ChannelArn"
3926          ],
3927          "members": {
3928            "ChannelArn": {
3929              "location": "uri",
3930              "locationName": "channelArn"
3931            },
3932            "SortOrder": {
3933              "location": "querystring",
3934              "locationName": "sort-order"
3935            },
3936            "NotBefore": {
3937              "location": "querystring",
3938              "locationName": "not-before",
3939              "type": "timestamp"
3940            },
3941            "NotAfter": {
3942              "location": "querystring",
3943              "locationName": "not-after",
3944              "type": "timestamp"
3945            },
3946            "MaxResults": {
3947              "location": "querystring",
3948              "locationName": "max-results",
3949              "type": "integer"
3950            },
3951            "NextToken": {
3952              "shape": "Sb5",
3953              "location": "querystring",
3954              "locationName": "next-token"
3955            },
3956            "ChimeBearer": {
3957              "location": "header",
3958              "locationName": "x-amz-chime-bearer"
3959            }
3960          }
3961        },
3962        "output": {
3963          "type": "structure",
3964          "members": {
3965            "ChannelArn": {},
3966            "NextToken": {
3967              "shape": "Sb5"
3968            },
3969            "ChannelMessages": {
3970              "type": "list",
3971              "member": {
3972                "type": "structure",
3973                "members": {
3974                  "MessageId": {},
3975                  "Content": {
3976                    "shape": "S85"
3977                  },
3978                  "Metadata": {
3979                    "shape": "S2f"
3980                  },
3981                  "Type": {},
3982                  "CreatedTimestamp": {
3983                    "type": "timestamp"
3984                  },
3985                  "LastUpdatedTimestamp": {
3986                    "type": "timestamp"
3987                  },
3988                  "LastEditedTimestamp": {
3989                    "type": "timestamp"
3990                  },
3991                  "Sender": {
3992                    "shape": "S14"
3993                  },
3994                  "Redacted": {
3995                    "type": "boolean"
3996                  }
3997                }
3998              }
3999            }
4000          }
4001        },
4002        "endpoint": {
4003          "hostPrefix": "messaging-"
4004        }
4005      },
4006      "ListChannelModerators": {
4007        "http": {
4008          "method": "GET",
4009          "requestUri": "/channels/{channelArn}/moderators",
4010          "responseCode": 200
4011        },
4012        "input": {
4013          "type": "structure",
4014          "required": [
4015            "ChannelArn"
4016          ],
4017          "members": {
4018            "ChannelArn": {
4019              "location": "uri",
4020              "locationName": "channelArn"
4021            },
4022            "MaxResults": {
4023              "location": "querystring",
4024              "locationName": "max-results",
4025              "type": "integer"
4026            },
4027            "NextToken": {
4028              "shape": "Sb5",
4029              "location": "querystring",
4030              "locationName": "next-token"
4031            },
4032            "ChimeBearer": {
4033              "location": "header",
4034              "locationName": "x-amz-chime-bearer"
4035            }
4036          }
4037        },
4038        "output": {
4039          "type": "structure",
4040          "members": {
4041            "ChannelArn": {},
4042            "NextToken": {
4043              "shape": "Sb5"
4044            },
4045            "ChannelModerators": {
4046              "type": "list",
4047              "member": {
4048                "type": "structure",
4049                "members": {
4050                  "Moderator": {
4051                    "shape": "S14"
4052                  }
4053                }
4054              }
4055            }
4056          }
4057        },
4058        "endpoint": {
4059          "hostPrefix": "messaging-"
4060        }
4061      },
4062      "ListChannels": {
4063        "http": {
4064          "method": "GET",
4065          "requestUri": "/channels",
4066          "responseCode": 200
4067        },
4068        "input": {
4069          "type": "structure",
4070          "required": [
4071            "AppInstanceArn"
4072          ],
4073          "members": {
4074            "AppInstanceArn": {
4075              "location": "querystring",
4076              "locationName": "app-instance-arn"
4077            },
4078            "Privacy": {
4079              "location": "querystring",
4080              "locationName": "privacy"
4081            },
4082            "MaxResults": {
4083              "location": "querystring",
4084              "locationName": "max-results",
4085              "type": "integer"
4086            },
4087            "NextToken": {
4088              "shape": "Sb5",
4089              "location": "querystring",
4090              "locationName": "next-token"
4091            },
4092            "ChimeBearer": {
4093              "location": "header",
4094              "locationName": "x-amz-chime-bearer"
4095            }
4096          }
4097        },
4098        "output": {
4099          "type": "structure",
4100          "members": {
4101            "Channels": {
4102              "type": "list",
4103              "member": {
4104                "shape": "S73"
4105              }
4106            },
4107            "NextToken": {
4108              "shape": "Sb5"
4109            }
4110          }
4111        },
4112        "endpoint": {
4113          "hostPrefix": "messaging-"
4114        }
4115      },
4116      "ListChannelsModeratedByAppInstanceUser": {
4117        "http": {
4118          "method": "GET",
4119          "requestUri": "/channels?scope=app-instance-user-moderated-channels",
4120          "responseCode": 200
4121        },
4122        "input": {
4123          "type": "structure",
4124          "members": {
4125            "AppInstanceUserArn": {
4126              "location": "querystring",
4127              "locationName": "app-instance-user-arn"
4128            },
4129            "MaxResults": {
4130              "location": "querystring",
4131              "locationName": "max-results",
4132              "type": "integer"
4133            },
4134            "NextToken": {
4135              "shape": "Sb5",
4136              "location": "querystring",
4137              "locationName": "next-token"
4138            },
4139            "ChimeBearer": {
4140              "location": "header",
4141              "locationName": "x-amz-chime-bearer"
4142            }
4143          }
4144        },
4145        "output": {
4146          "type": "structure",
4147          "members": {
4148            "Channels": {
4149              "type": "list",
4150              "member": {
4151                "shape": "S77"
4152              }
4153            },
4154            "NextToken": {
4155              "shape": "Sb5"
4156            }
4157          }
4158        },
4159        "endpoint": {
4160          "hostPrefix": "messaging-"
4161        }
4162      },
4163      "ListMediaCapturePipelines": {
4164        "http": {
4165          "method": "GET",
4166          "requestUri": "/media-capture-pipelines",
4167          "responseCode": 200
4168        },
4169        "input": {
4170          "type": "structure",
4171          "members": {
4172            "NextToken": {
4173              "location": "querystring",
4174              "locationName": "next-token"
4175            },
4176            "MaxResults": {
4177              "location": "querystring",
4178              "locationName": "max-results",
4179              "type": "integer"
4180            }
4181          }
4182        },
4183        "output": {
4184          "type": "structure",
4185          "members": {
4186            "MediaCapturePipelines": {
4187              "type": "list",
4188              "member": {
4189                "shape": "S3a"
4190              }
4191            },
4192            "NextToken": {}
4193          }
4194        }
4195      },
4196      "ListMeetingTags": {
4197        "http": {
4198          "method": "GET",
4199          "requestUri": "/meetings/{meetingId}/tags",
4200          "responseCode": 200
4201        },
4202        "input": {
4203          "type": "structure",
4204          "required": [
4205            "MeetingId"
4206          ],
4207          "members": {
4208            "MeetingId": {
4209              "location": "uri",
4210              "locationName": "meetingId"
4211            }
4212          }
4213        },
4214        "output": {
4215          "type": "structure",
4216          "members": {
4217            "Tags": {
4218              "shape": "S2h"
4219            }
4220          }
4221        }
4222      },
4223      "ListMeetings": {
4224        "http": {
4225          "method": "GET",
4226          "requestUri": "/meetings",
4227          "responseCode": 200
4228        },
4229        "input": {
4230          "type": "structure",
4231          "members": {
4232            "NextToken": {
4233              "location": "querystring",
4234              "locationName": "next-token"
4235            },
4236            "MaxResults": {
4237              "location": "querystring",
4238              "locationName": "max-results",
4239              "type": "integer"
4240            }
4241          }
4242        },
4243        "output": {
4244          "type": "structure",
4245          "members": {
4246            "Meetings": {
4247              "type": "list",
4248              "member": {
4249                "shape": "S3h"
4250              }
4251            },
4252            "NextToken": {}
4253          }
4254        }
4255      },
4256      "ListPhoneNumberOrders": {
4257        "http": {
4258          "method": "GET",
4259          "requestUri": "/phone-number-orders",
4260          "responseCode": 200
4261        },
4262        "input": {
4263          "type": "structure",
4264          "members": {
4265            "NextToken": {
4266              "location": "querystring",
4267              "locationName": "next-token"
4268            },
4269            "MaxResults": {
4270              "location": "querystring",
4271              "locationName": "max-results",
4272              "type": "integer"
4273            }
4274          }
4275        },
4276        "output": {
4277          "type": "structure",
4278          "members": {
4279            "PhoneNumberOrders": {
4280              "type": "list",
4281              "member": {
4282                "shape": "S3r"
4283              }
4284            },
4285            "NextToken": {}
4286          }
4287        }
4288      },
4289      "ListPhoneNumbers": {
4290        "http": {
4291          "method": "GET",
4292          "requestUri": "/phone-numbers"
4293        },
4294        "input": {
4295          "type": "structure",
4296          "members": {
4297            "Status": {
4298              "location": "querystring",
4299              "locationName": "status"
4300            },
4301            "ProductType": {
4302              "location": "querystring",
4303              "locationName": "product-type"
4304            },
4305            "FilterName": {
4306              "location": "querystring",
4307              "locationName": "filter-name"
4308            },
4309            "FilterValue": {
4310              "location": "querystring",
4311              "locationName": "filter-value"
4312            },
4313            "MaxResults": {
4314              "location": "querystring",
4315              "locationName": "max-results",
4316              "type": "integer"
4317            },
4318            "NextToken": {
4319              "location": "querystring",
4320              "locationName": "next-token"
4321            }
4322          }
4323        },
4324        "output": {
4325          "type": "structure",
4326          "members": {
4327            "PhoneNumbers": {
4328              "type": "list",
4329              "member": {
4330                "shape": "S8p"
4331              }
4332            },
4333            "NextToken": {}
4334          }
4335        }
4336      },
4337      "ListProxySessions": {
4338        "http": {
4339          "method": "GET",
4340          "requestUri": "/voice-connectors/{voiceConnectorId}/proxy-sessions",
4341          "responseCode": 200
4342        },
4343        "input": {
4344          "type": "structure",
4345          "required": [
4346            "VoiceConnectorId"
4347          ],
4348          "members": {
4349            "VoiceConnectorId": {
4350              "location": "uri",
4351              "locationName": "voiceConnectorId"
4352            },
4353            "Status": {
4354              "location": "querystring",
4355              "locationName": "status"
4356            },
4357            "NextToken": {
4358              "location": "querystring",
4359              "locationName": "next-token"
4360            },
4361            "MaxResults": {
4362              "location": "querystring",
4363              "locationName": "max-results",
4364              "type": "integer"
4365            }
4366          }
4367        },
4368        "output": {
4369          "type": "structure",
4370          "members": {
4371            "ProxySessions": {
4372              "type": "list",
4373              "member": {
4374                "shape": "S49"
4375              }
4376            },
4377            "NextToken": {}
4378          }
4379        }
4380      },
4381      "ListRoomMemberships": {
4382        "http": {
4383          "method": "GET",
4384          "requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships",
4385          "responseCode": 200
4386        },
4387        "input": {
4388          "type": "structure",
4389          "required": [
4390            "AccountId",
4391            "RoomId"
4392          ],
4393          "members": {
4394            "AccountId": {
4395              "location": "uri",
4396              "locationName": "accountId"
4397            },
4398            "RoomId": {
4399              "location": "uri",
4400              "locationName": "roomId"
4401            },
4402            "MaxResults": {
4403              "location": "querystring",
4404              "locationName": "max-results",
4405              "type": "integer"
4406            },
4407            "NextToken": {
4408              "location": "querystring",
4409              "locationName": "next-token"
4410            }
4411          }
4412        },
4413        "output": {
4414          "type": "structure",
4415          "members": {
4416            "RoomMemberships": {
4417              "type": "list",
4418              "member": {
4419                "shape": "S4j"
4420              }
4421            },
4422            "NextToken": {}
4423          }
4424        }
4425      },
4426      "ListRooms": {
4427        "http": {
4428          "method": "GET",
4429          "requestUri": "/accounts/{accountId}/rooms",
4430          "responseCode": 200
4431        },
4432        "input": {
4433          "type": "structure",
4434          "required": [
4435            "AccountId"
4436          ],
4437          "members": {
4438            "AccountId": {
4439              "location": "uri",
4440              "locationName": "accountId"
4441            },
4442            "MemberId": {
4443              "location": "querystring",
4444              "locationName": "member-id"
4445            },
4446            "MaxResults": {
4447              "location": "querystring",
4448              "locationName": "max-results",
4449              "type": "integer"
4450            },
4451            "NextToken": {
4452              "location": "querystring",
4453              "locationName": "next-token"
4454            }
4455          }
4456        },
4457        "output": {
4458          "type": "structure",
4459          "members": {
4460            "Rooms": {
4461              "type": "list",
4462              "member": {
4463                "shape": "S4g"
4464              }
4465            },
4466            "NextToken": {}
4467          }
4468        }
4469      },
4470      "ListSipMediaApplications": {
4471        "http": {
4472          "method": "GET",
4473          "requestUri": "/sip-media-applications",
4474          "responseCode": 200
4475        },
4476        "input": {
4477          "type": "structure",
4478          "members": {
4479            "MaxResults": {
4480              "location": "querystring",
4481              "locationName": "max-results",
4482              "type": "integer"
4483            },
4484            "NextToken": {
4485              "location": "querystring",
4486              "locationName": "next-token"
4487            }
4488          }
4489        },
4490        "output": {
4491          "type": "structure",
4492          "members": {
4493            "SipMediaApplications": {
4494              "type": "list",
4495              "member": {
4496                "shape": "S4s"
4497              }
4498            },
4499            "NextToken": {}
4500          }
4501        }
4502      },
4503      "ListSipRules": {
4504        "http": {
4505          "method": "GET",
4506          "requestUri": "/sip-rules",
4507          "responseCode": 200
4508        },
4509        "input": {
4510          "type": "structure",
4511          "members": {
4512            "SipMediaApplicationId": {
4513              "location": "querystring",
4514              "locationName": "sip-media-application"
4515            },
4516            "MaxResults": {
4517              "location": "querystring",
4518              "locationName": "max-results",
4519              "type": "integer"
4520            },
4521            "NextToken": {
4522              "location": "querystring",
4523              "locationName": "next-token"
4524            }
4525          }
4526        },
4527        "output": {
4528          "type": "structure",
4529          "members": {
4530            "SipRules": {
4531              "type": "list",
4532              "member": {
4533                "shape": "S53"
4534              }
4535            },
4536            "NextToken": {}
4537          }
4538        }
4539      },
4540      "ListSupportedPhoneNumberCountries": {
4541        "http": {
4542          "method": "GET",
4543          "requestUri": "/phone-number-countries",
4544          "responseCode": 200
4545        },
4546        "input": {
4547          "type": "structure",
4548          "required": [
4549            "ProductType"
4550          ],
4551          "members": {
4552            "ProductType": {
4553              "location": "querystring",
4554              "locationName": "product-type"
4555            }
4556          }
4557        },
4558        "output": {
4559          "type": "structure",
4560          "members": {
4561            "PhoneNumberCountries": {
4562              "type": "list",
4563              "member": {
4564                "type": "structure",
4565                "members": {
4566                  "CountryCode": {},
4567                  "SupportedPhoneNumberTypes": {
4568                    "type": "list",
4569                    "member": {}
4570                  }
4571                }
4572              }
4573            }
4574          }
4575        }
4576      },
4577      "ListTagsForResource": {
4578        "http": {
4579          "method": "GET",
4580          "requestUri": "/tags"
4581        },
4582        "input": {
4583          "type": "structure",
4584          "required": [
4585            "ResourceARN"
4586          ],
4587          "members": {
4588            "ResourceARN": {
4589              "shape": "S37",
4590              "location": "querystring",
4591              "locationName": "arn"
4592            }
4593          }
4594        },
4595        "output": {
4596          "type": "structure",
4597          "members": {
4598            "Tags": {
4599              "shape": "S2h"
4600            }
4601          }
4602        }
4603      },
4604      "ListUsers": {
4605        "http": {
4606          "method": "GET",
4607          "requestUri": "/accounts/{accountId}/users",
4608          "responseCode": 200
4609        },
4610        "input": {
4611          "type": "structure",
4612          "required": [
4613            "AccountId"
4614          ],
4615          "members": {
4616            "AccountId": {
4617              "location": "uri",
4618              "locationName": "accountId"
4619            },
4620            "UserEmail": {
4621              "shape": "S55",
4622              "location": "querystring",
4623              "locationName": "user-email"
4624            },
4625            "UserType": {
4626              "location": "querystring",
4627              "locationName": "user-type"
4628            },
4629            "MaxResults": {
4630              "location": "querystring",
4631              "locationName": "max-results",
4632              "type": "integer"
4633            },
4634            "NextToken": {
4635              "location": "querystring",
4636              "locationName": "next-token"
4637            }
4638          }
4639        },
4640        "output": {
4641          "type": "structure",
4642          "members": {
4643            "Users": {
4644              "type": "list",
4645              "member": {
4646                "shape": "S57"
4647              }
4648            },
4649            "NextToken": {}
4650          }
4651        }
4652      },
4653      "ListVoiceConnectorGroups": {
4654        "http": {
4655          "method": "GET",
4656          "requestUri": "/voice-connector-groups",
4657          "responseCode": 200
4658        },
4659        "input": {
4660          "type": "structure",
4661          "members": {
4662            "NextToken": {
4663              "location": "querystring",
4664              "locationName": "next-token"
4665            },
4666            "MaxResults": {
4667              "location": "querystring",
4668              "locationName": "max-results",
4669              "type": "integer"
4670            }
4671          }
4672        },
4673        "output": {
4674          "type": "structure",
4675          "members": {
4676            "VoiceConnectorGroups": {
4677              "type": "list",
4678              "member": {
4679                "shape": "S5l"
4680              }
4681            },
4682            "NextToken": {}
4683          }
4684        }
4685      },
4686      "ListVoiceConnectorTerminationCredentials": {
4687        "http": {
4688          "method": "GET",
4689          "requestUri": "/voice-connectors/{voiceConnectorId}/termination/credentials",
4690          "responseCode": 200
4691        },
4692        "input": {
4693          "type": "structure",
4694          "required": [
4695            "VoiceConnectorId"
4696          ],
4697          "members": {
4698            "VoiceConnectorId": {
4699              "location": "uri",
4700              "locationName": "voiceConnectorId"
4701            }
4702          }
4703        },
4704        "output": {
4705          "type": "structure",
4706          "members": {
4707            "Usernames": {
4708              "shape": "S6g"
4709            }
4710          }
4711        }
4712      },
4713      "ListVoiceConnectors": {
4714        "http": {
4715          "method": "GET",
4716          "requestUri": "/voice-connectors",
4717          "responseCode": 200
4718        },
4719        "input": {
4720          "type": "structure",
4721          "members": {
4722            "NextToken": {
4723              "location": "querystring",
4724              "locationName": "next-token"
4725            },
4726            "MaxResults": {
4727              "location": "querystring",
4728              "locationName": "max-results",
4729              "type": "integer"
4730            }
4731          }
4732        },
4733        "output": {
4734          "type": "structure",
4735          "members": {
4736            "VoiceConnectors": {
4737              "type": "list",
4738              "member": {
4739                "shape": "S5e"
4740              }
4741            },
4742            "NextToken": {}
4743          }
4744        }
4745      },
4746      "LogoutUser": {
4747        "http": {
4748          "requestUri": "/accounts/{accountId}/users/{userId}?operation=logout",
4749          "responseCode": 204
4750        },
4751        "input": {
4752          "type": "structure",
4753          "required": [
4754            "AccountId",
4755            "UserId"
4756          ],
4757          "members": {
4758            "AccountId": {
4759              "location": "uri",
4760              "locationName": "accountId"
4761            },
4762            "UserId": {
4763              "location": "uri",
4764              "locationName": "userId"
4765            }
4766          }
4767        },
4768        "output": {
4769          "type": "structure",
4770          "members": {}
4771        }
4772      },
4773      "PutAppInstanceRetentionSettings": {
4774        "http": {
4775          "method": "PUT",
4776          "requestUri": "/app-instances/{appInstanceArn}/retention-settings",
4777          "responseCode": 200
4778        },
4779        "input": {
4780          "type": "structure",
4781          "required": [
4782            "AppInstanceArn",
4783            "AppInstanceRetentionSettings"
4784          ],
4785          "members": {
4786            "AppInstanceArn": {
4787              "location": "uri",
4788              "locationName": "appInstanceArn"
4789            },
4790            "AppInstanceRetentionSettings": {
4791              "shape": "S7q"
4792            }
4793          }
4794        },
4795        "output": {
4796          "type": "structure",
4797          "members": {
4798            "AppInstanceRetentionSettings": {
4799              "shape": "S7q"
4800            },
4801            "InitiateDeletionTimestamp": {
4802              "type": "timestamp"
4803            }
4804          }
4805        },
4806        "endpoint": {
4807          "hostPrefix": "identity-"
4808        }
4809      },
4810      "PutAppInstanceStreamingConfigurations": {
4811        "http": {
4812          "method": "PUT",
4813          "requestUri": "/app-instances/{appInstanceArn}/streaming-configurations",
4814          "responseCode": 200
4815        },
4816        "input": {
4817          "type": "structure",
4818          "required": [
4819            "AppInstanceArn",
4820            "AppInstanceStreamingConfigurations"
4821          ],
4822          "members": {
4823            "AppInstanceArn": {
4824              "location": "uri",
4825              "locationName": "appInstanceArn"
4826            },
4827            "AppInstanceStreamingConfigurations": {
4828              "shape": "S7v"
4829            }
4830          }
4831        },
4832        "output": {
4833          "type": "structure",
4834          "members": {
4835            "AppInstanceStreamingConfigurations": {
4836              "shape": "S7v"
4837            }
4838          }
4839        }
4840      },
4841      "PutEventsConfiguration": {
4842        "http": {
4843          "method": "PUT",
4844          "requestUri": "/accounts/{accountId}/bots/{botId}/events-configuration",
4845          "responseCode": 201
4846        },
4847        "input": {
4848          "type": "structure",
4849          "required": [
4850            "AccountId",
4851            "BotId"
4852          ],
4853          "members": {
4854            "AccountId": {
4855              "location": "uri",
4856              "locationName": "accountId"
4857            },
4858            "BotId": {
4859              "location": "uri",
4860              "locationName": "botId"
4861            },
4862            "OutboundEventsHTTPSEndpoint": {
4863              "shape": "S23"
4864            },
4865            "LambdaFunctionArn": {
4866              "shape": "S23"
4867            }
4868          }
4869        },
4870        "output": {
4871          "type": "structure",
4872          "members": {
4873            "EventsConfiguration": {
4874              "shape": "S8b"
4875            }
4876          }
4877        }
4878      },
4879      "PutRetentionSettings": {
4880        "http": {
4881          "method": "PUT",
4882          "requestUri": "/accounts/{accountId}/retention-settings",
4883          "responseCode": 204
4884        },
4885        "input": {
4886          "type": "structure",
4887          "required": [
4888            "AccountId",
4889            "RetentionSettings"
4890          ],
4891          "members": {
4892            "AccountId": {
4893              "location": "uri",
4894              "locationName": "accountId"
4895            },
4896            "RetentionSettings": {
4897              "shape": "S95"
4898            }
4899          }
4900        },
4901        "output": {
4902          "type": "structure",
4903          "members": {
4904            "RetentionSettings": {
4905              "shape": "S95"
4906            },
4907            "InitiateDeletionTimestamp": {
4908              "shape": "S2a"
4909            }
4910          }
4911        }
4912      },
4913      "PutSipMediaApplicationLoggingConfiguration": {
4914        "http": {
4915          "method": "PUT",
4916          "requestUri": "/sip-media-applications/{sipMediaApplicationId}/logging-configuration",
4917          "responseCode": 200
4918        },
4919        "input": {
4920          "type": "structure",
4921          "required": [
4922            "SipMediaApplicationId"
4923          ],
4924          "members": {
4925            "SipMediaApplicationId": {
4926              "location": "uri",
4927              "locationName": "sipMediaApplicationId"
4928            },
4929            "SipMediaApplicationLoggingConfiguration": {
4930              "shape": "S9e"
4931            }
4932          }
4933        },
4934        "output": {
4935          "type": "structure",
4936          "members": {
4937            "SipMediaApplicationLoggingConfiguration": {
4938              "shape": "S9e"
4939            }
4940          }
4941        }
4942      },
4943      "PutVoiceConnectorEmergencyCallingConfiguration": {
4944        "http": {
4945          "method": "PUT",
4946          "requestUri": "/voice-connectors/{voiceConnectorId}/emergency-calling-configuration",
4947          "responseCode": 200
4948        },
4949        "input": {
4950          "type": "structure",
4951          "required": [
4952            "VoiceConnectorId",
4953            "EmergencyCallingConfiguration"
4954          ],
4955          "members": {
4956            "VoiceConnectorId": {
4957              "location": "uri",
4958              "locationName": "voiceConnectorId"
4959            },
4960            "EmergencyCallingConfiguration": {
4961              "shape": "S9r"
4962            }
4963          }
4964        },
4965        "output": {
4966          "type": "structure",
4967          "members": {
4968            "EmergencyCallingConfiguration": {
4969              "shape": "S9r"
4970            }
4971          }
4972        }
4973      },
4974      "PutVoiceConnectorLoggingConfiguration": {
4975        "http": {
4976          "method": "PUT",
4977          "requestUri": "/voice-connectors/{voiceConnectorId}/logging-configuration",
4978          "responseCode": 200
4979        },
4980        "input": {
4981          "type": "structure",
4982          "required": [
4983            "VoiceConnectorId",
4984            "LoggingConfiguration"
4985          ],
4986          "members": {
4987            "VoiceConnectorId": {
4988              "location": "uri",
4989              "locationName": "voiceConnectorId"
4990            },
4991            "LoggingConfiguration": {
4992              "shape": "S9y"
4993            }
4994          }
4995        },
4996        "output": {
4997          "type": "structure",
4998          "members": {
4999            "LoggingConfiguration": {
5000              "shape": "S9y"
5001            }
5002          }
5003        }
5004      },
5005      "PutVoiceConnectorOrigination": {
5006        "http": {
5007          "method": "PUT",
5008          "requestUri": "/voice-connectors/{voiceConnectorId}/origination",
5009          "responseCode": 200
5010        },
5011        "input": {
5012          "type": "structure",
5013          "required": [
5014            "VoiceConnectorId",
5015            "Origination"
5016          ],
5017          "members": {
5018            "VoiceConnectorId": {
5019              "location": "uri",
5020              "locationName": "voiceConnectorId"
5021            },
5022            "Origination": {
5023              "shape": "Sa1"
5024            }
5025          }
5026        },
5027        "output": {
5028          "type": "structure",
5029          "members": {
5030            "Origination": {
5031              "shape": "Sa1"
5032            }
5033          }
5034        }
5035      },
5036      "PutVoiceConnectorProxy": {
5037        "http": {
5038          "method": "PUT",
5039          "requestUri": "/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy"
5040        },
5041        "input": {
5042          "type": "structure",
5043          "required": [
5044            "DefaultSessionExpiryMinutes",
5045            "PhoneNumberPoolCountries",
5046            "VoiceConnectorId"
5047          ],
5048          "members": {
5049            "VoiceConnectorId": {
5050              "location": "uri",
5051              "locationName": "voiceConnectorId"
5052            },
5053            "DefaultSessionExpiryMinutes": {
5054              "type": "integer"
5055            },
5056            "PhoneNumberPoolCountries": {
5057              "type": "list",
5058              "member": {}
5059            },
5060            "FallBackPhoneNumber": {
5061              "shape": "S3"
5062            },
5063            "Disabled": {
5064              "type": "boolean"
5065            }
5066          }
5067        },
5068        "output": {
5069          "type": "structure",
5070          "members": {
5071            "Proxy": {
5072              "shape": "Saa"
5073            }
5074          }
5075        }
5076      },
5077      "PutVoiceConnectorStreamingConfiguration": {
5078        "http": {
5079          "method": "PUT",
5080          "requestUri": "/voice-connectors/{voiceConnectorId}/streaming-configuration",
5081          "responseCode": 200
5082        },
5083        "input": {
5084          "type": "structure",
5085          "required": [
5086            "VoiceConnectorId",
5087            "StreamingConfiguration"
5088          ],
5089          "members": {
5090            "VoiceConnectorId": {
5091              "location": "uri",
5092              "locationName": "voiceConnectorId"
5093            },
5094            "StreamingConfiguration": {
5095              "shape": "Saf"
5096            }
5097          }
5098        },
5099        "output": {
5100          "type": "structure",
5101          "members": {
5102            "StreamingConfiguration": {
5103              "shape": "Saf"
5104            }
5105          }
5106        }
5107      },
5108      "PutVoiceConnectorTermination": {
5109        "http": {
5110          "method": "PUT",
5111          "requestUri": "/voice-connectors/{voiceConnectorId}/termination",
5112          "responseCode": 200
5113        },
5114        "input": {
5115          "type": "structure",
5116          "required": [
5117            "VoiceConnectorId",
5118            "Termination"
5119          ],
5120          "members": {
5121            "VoiceConnectorId": {
5122              "location": "uri",
5123              "locationName": "voiceConnectorId"
5124            },
5125            "Termination": {
5126              "shape": "Sam"
5127            }
5128          }
5129        },
5130        "output": {
5131          "type": "structure",
5132          "members": {
5133            "Termination": {
5134              "shape": "Sam"
5135            }
5136          }
5137        }
5138      },
5139      "PutVoiceConnectorTerminationCredentials": {
5140        "http": {
5141          "requestUri": "/voice-connectors/{voiceConnectorId}/termination/credentials?operation=put",
5142          "responseCode": 204
5143        },
5144        "input": {
5145          "type": "structure",
5146          "required": [
5147            "VoiceConnectorId"
5148          ],
5149          "members": {
5150            "VoiceConnectorId": {
5151              "location": "uri",
5152              "locationName": "voiceConnectorId"
5153            },
5154            "Credentials": {
5155              "type": "list",
5156              "member": {
5157                "type": "structure",
5158                "members": {
5159                  "Username": {
5160                    "shape": "S23"
5161                  },
5162                  "Password": {
5163                    "shape": "S23"
5164                  }
5165                }
5166              }
5167            }
5168          }
5169        }
5170      },
5171      "RedactChannelMessage": {
5172        "http": {
5173          "requestUri": "/channels/{channelArn}/messages/{messageId}?operation=redact",
5174          "responseCode": 200
5175        },
5176        "input": {
5177          "type": "structure",
5178          "required": [
5179            "ChannelArn",
5180            "MessageId"
5181          ],
5182          "members": {
5183            "ChannelArn": {
5184              "location": "uri",
5185              "locationName": "channelArn"
5186            },
5187            "MessageId": {
5188              "location": "uri",
5189              "locationName": "messageId"
5190            },
5191            "ChimeBearer": {
5192              "location": "header",
5193              "locationName": "x-amz-chime-bearer"
5194            }
5195          }
5196        },
5197        "output": {
5198          "type": "structure",
5199          "members": {
5200            "ChannelArn": {},
5201            "MessageId": {}
5202          }
5203        },
5204        "endpoint": {
5205          "hostPrefix": "messaging-"
5206        }
5207      },
5208      "RedactConversationMessage": {
5209        "http": {
5210          "requestUri": "/accounts/{accountId}/conversations/{conversationId}/messages/{messageId}?operation=redact",
5211          "responseCode": 200
5212        },
5213        "input": {
5214          "type": "structure",
5215          "required": [
5216            "AccountId",
5217            "ConversationId",
5218            "MessageId"
5219          ],
5220          "members": {
5221            "AccountId": {
5222              "location": "uri",
5223              "locationName": "accountId"
5224            },
5225            "ConversationId": {
5226              "location": "uri",
5227              "locationName": "conversationId"
5228            },
5229            "MessageId": {
5230              "location": "uri",
5231              "locationName": "messageId"
5232            }
5233          }
5234        },
5235        "output": {
5236          "type": "structure",
5237          "members": {}
5238        }
5239      },
5240      "RedactRoomMessage": {
5241        "http": {
5242          "requestUri": "/accounts/{accountId}/rooms/{roomId}/messages/{messageId}?operation=redact",
5243          "responseCode": 200
5244        },
5245        "input": {
5246          "type": "structure",
5247          "required": [
5248            "AccountId",
5249            "RoomId",
5250            "MessageId"
5251          ],
5252          "members": {
5253            "AccountId": {
5254              "location": "uri",
5255              "locationName": "accountId"
5256            },
5257            "RoomId": {
5258              "location": "uri",
5259              "locationName": "roomId"
5260            },
5261            "MessageId": {
5262              "location": "uri",
5263              "locationName": "messageId"
5264            }
5265          }
5266        },
5267        "output": {
5268          "type": "structure",
5269          "members": {}
5270        }
5271      },
5272      "RegenerateSecurityToken": {
5273        "http": {
5274          "requestUri": "/accounts/{accountId}/bots/{botId}?operation=regenerate-security-token",
5275          "responseCode": 200
5276        },
5277        "input": {
5278          "type": "structure",
5279          "required": [
5280            "AccountId",
5281            "BotId"
5282          ],
5283          "members": {
5284            "AccountId": {
5285              "location": "uri",
5286              "locationName": "accountId"
5287            },
5288            "BotId": {
5289              "location": "uri",
5290              "locationName": "botId"
5291            }
5292          }
5293        },
5294        "output": {
5295          "type": "structure",
5296          "members": {
5297            "Bot": {
5298              "shape": "S2t"
5299            }
5300          }
5301        }
5302      },
5303      "ResetPersonalPIN": {
5304        "http": {
5305          "requestUri": "/accounts/{accountId}/users/{userId}?operation=reset-personal-pin",
5306          "responseCode": 200
5307        },
5308        "input": {
5309          "type": "structure",
5310          "required": [
5311            "AccountId",
5312            "UserId"
5313          ],
5314          "members": {
5315            "AccountId": {
5316              "location": "uri",
5317              "locationName": "accountId"
5318            },
5319            "UserId": {
5320              "location": "uri",
5321              "locationName": "userId"
5322            }
5323          }
5324        },
5325        "output": {
5326          "type": "structure",
5327          "members": {
5328            "User": {
5329              "shape": "S57"
5330            }
5331          }
5332        }
5333      },
5334      "RestorePhoneNumber": {
5335        "http": {
5336          "requestUri": "/phone-numbers/{phoneNumberId}?operation=restore",
5337          "responseCode": 200
5338        },
5339        "input": {
5340          "type": "structure",
5341          "required": [
5342            "PhoneNumberId"
5343          ],
5344          "members": {
5345            "PhoneNumberId": {
5346              "location": "uri",
5347              "locationName": "phoneNumberId"
5348            }
5349          }
5350        },
5351        "output": {
5352          "type": "structure",
5353          "members": {
5354            "PhoneNumber": {
5355              "shape": "S8p"
5356            }
5357          }
5358        }
5359      },
5360      "SearchAvailablePhoneNumbers": {
5361        "http": {
5362          "method": "GET",
5363          "requestUri": "/search?type=phone-numbers"
5364        },
5365        "input": {
5366          "type": "structure",
5367          "members": {
5368            "AreaCode": {
5369              "location": "querystring",
5370              "locationName": "area-code"
5371            },
5372            "City": {
5373              "location": "querystring",
5374              "locationName": "city"
5375            },
5376            "Country": {
5377              "location": "querystring",
5378              "locationName": "country"
5379            },
5380            "State": {
5381              "location": "querystring",
5382              "locationName": "state"
5383            },
5384            "TollFreePrefix": {
5385              "location": "querystring",
5386              "locationName": "toll-free-prefix"
5387            },
5388            "PhoneNumberType": {
5389              "location": "querystring",
5390              "locationName": "phone-number-type"
5391            },
5392            "MaxResults": {
5393              "location": "querystring",
5394              "locationName": "max-results",
5395              "type": "integer"
5396            },
5397            "NextToken": {
5398              "location": "querystring",
5399              "locationName": "next-token"
5400            }
5401          }
5402        },
5403        "output": {
5404          "type": "structure",
5405          "members": {
5406            "E164PhoneNumbers": {
5407              "shape": "S7"
5408            },
5409            "NextToken": {}
5410          }
5411        }
5412      },
5413      "SendChannelMessage": {
5414        "http": {
5415          "requestUri": "/channels/{channelArn}/messages",
5416          "responseCode": 201
5417        },
5418        "input": {
5419          "type": "structure",
5420          "required": [
5421            "ChannelArn",
5422            "Content",
5423            "Type",
5424            "Persistence",
5425            "ClientRequestToken"
5426          ],
5427          "members": {
5428            "ChannelArn": {
5429              "location": "uri",
5430              "locationName": "channelArn"
5431            },
5432            "Content": {
5433              "type": "string",
5434              "sensitive": true
5435            },
5436            "Type": {},
5437            "Persistence": {},
5438            "Metadata": {
5439              "shape": "S2f"
5440            },
5441            "ClientRequestToken": {
5442              "shape": "S2g",
5443              "idempotencyToken": true
5444            },
5445            "ChimeBearer": {
5446              "location": "header",
5447              "locationName": "x-amz-chime-bearer"
5448            }
5449          }
5450        },
5451        "output": {
5452          "type": "structure",
5453          "members": {
5454            "ChannelArn": {},
5455            "MessageId": {}
5456          }
5457        },
5458        "endpoint": {
5459          "hostPrefix": "messaging-"
5460        }
5461      },
5462      "StartMeetingTranscription": {
5463        "http": {
5464          "requestUri": "/meetings/{meetingId}/transcription?operation=start",
5465          "responseCode": 200
5466        },
5467        "input": {
5468          "type": "structure",
5469          "required": [
5470            "MeetingId",
5471            "TranscriptionConfiguration"
5472          ],
5473          "members": {
5474            "MeetingId": {
5475              "location": "uri",
5476              "locationName": "meetingId"
5477            },
5478            "TranscriptionConfiguration": {
5479              "type": "structure",
5480              "members": {
5481                "EngineTranscribeSettings": {
5482                  "type": "structure",
5483                  "required": [
5484                    "LanguageCode"
5485                  ],
5486                  "members": {
5487                    "LanguageCode": {},
5488                    "VocabularyFilterMethod": {},
5489                    "VocabularyFilterName": {},
5490                    "VocabularyName": {},
5491                    "Region": {}
5492                  }
5493                },
5494                "EngineTranscribeMedicalSettings": {
5495                  "type": "structure",
5496                  "required": [
5497                    "LanguageCode",
5498                    "Specialty",
5499                    "Type"
5500                  ],
5501                  "members": {
5502                    "LanguageCode": {},
5503                    "Specialty": {},
5504                    "Type": {},
5505                    "VocabularyName": {},
5506                    "Region": {}
5507                  }
5508                }
5509              }
5510            }
5511          }
5512        },
5513        "output": {
5514          "type": "structure",
5515          "members": {}
5516        }
5517      },
5518      "StopMeetingTranscription": {
5519        "http": {
5520          "requestUri": "/meetings/{meetingId}/transcription?operation=stop",
5521          "responseCode": 200
5522        },
5523        "input": {
5524          "type": "structure",
5525          "required": [
5526            "MeetingId"
5527          ],
5528          "members": {
5529            "MeetingId": {
5530              "location": "uri",
5531              "locationName": "meetingId"
5532            }
5533          }
5534        },
5535        "output": {
5536          "type": "structure",
5537          "members": {}
5538        }
5539      },
5540      "TagAttendee": {
5541        "http": {
5542          "requestUri": "/meetings/{meetingId}/attendees/{attendeeId}/tags?operation=add",
5543          "responseCode": 204
5544        },
5545        "input": {
5546          "type": "structure",
5547          "required": [
5548            "MeetingId",
5549            "AttendeeId",
5550            "Tags"
5551          ],
5552          "members": {
5553            "MeetingId": {
5554              "location": "uri",
5555              "locationName": "meetingId"
5556            },
5557            "AttendeeId": {
5558              "location": "uri",
5559              "locationName": "attendeeId"
5560            },
5561            "Tags": {
5562              "shape": "So"
5563            }
5564          }
5565        }
5566      },
5567      "TagMeeting": {
5568        "http": {
5569          "requestUri": "/meetings/{meetingId}/tags?operation=add",
5570          "responseCode": 204
5571        },
5572        "input": {
5573          "type": "structure",
5574          "required": [
5575            "MeetingId",
5576            "Tags"
5577          ],
5578          "members": {
5579            "MeetingId": {
5580              "location": "uri",
5581              "locationName": "meetingId"
5582            },
5583            "Tags": {
5584              "shape": "S3e"
5585            }
5586          }
5587        }
5588      },
5589      "TagResource": {
5590        "http": {
5591          "requestUri": "/tags?operation=tag-resource",
5592          "responseCode": 204
5593        },
5594        "input": {
5595          "type": "structure",
5596          "required": [
5597            "ResourceARN",
5598            "Tags"
5599          ],
5600          "members": {
5601            "ResourceARN": {
5602              "shape": "S37"
5603            },
5604            "Tags": {
5605              "shape": "S2h"
5606            }
5607          }
5608        }
5609      },
5610      "UntagAttendee": {
5611        "http": {
5612          "requestUri": "/meetings/{meetingId}/attendees/{attendeeId}/tags?operation=delete",
5613          "responseCode": 204
5614        },
5615        "input": {
5616          "type": "structure",
5617          "required": [
5618            "MeetingId",
5619            "TagKeys",
5620            "AttendeeId"
5621          ],
5622          "members": {
5623            "MeetingId": {
5624              "location": "uri",
5625              "locationName": "meetingId"
5626            },
5627            "AttendeeId": {
5628              "location": "uri",
5629              "locationName": "attendeeId"
5630            },
5631            "TagKeys": {
5632              "type": "list",
5633              "member": {
5634                "shape": "Sq"
5635              }
5636            }
5637          }
5638        }
5639      },
5640      "UntagMeeting": {
5641        "http": {
5642          "requestUri": "/meetings/{meetingId}/tags?operation=delete",
5643          "responseCode": 204
5644        },
5645        "input": {
5646          "type": "structure",
5647          "required": [
5648            "MeetingId",
5649            "TagKeys"
5650          ],
5651          "members": {
5652            "MeetingId": {
5653              "location": "uri",
5654              "locationName": "meetingId"
5655            },
5656            "TagKeys": {
5657              "type": "list",
5658              "member": {
5659                "shape": "Sq"
5660              }
5661            }
5662          }
5663        }
5664      },
5665      "UntagResource": {
5666        "http": {
5667          "requestUri": "/tags?operation=untag-resource",
5668          "responseCode": 204
5669        },
5670        "input": {
5671          "type": "structure",
5672          "required": [
5673            "ResourceARN",
5674            "TagKeys"
5675          ],
5676          "members": {
5677            "ResourceARN": {
5678              "shape": "S37"
5679            },
5680            "TagKeys": {
5681              "type": "list",
5682              "member": {
5683                "shape": "Sq"
5684              }
5685            }
5686          }
5687        }
5688      },
5689      "UpdateAccount": {
5690        "http": {
5691          "requestUri": "/accounts/{accountId}",
5692          "responseCode": 200
5693        },
5694        "input": {
5695          "type": "structure",
5696          "required": [
5697            "AccountId"
5698          ],
5699          "members": {
5700            "AccountId": {
5701              "location": "uri",
5702              "locationName": "accountId"
5703            },
5704            "Name": {},
5705            "DefaultLicense": {}
5706          }
5707        },
5708        "output": {
5709          "type": "structure",
5710          "members": {
5711            "Account": {
5712              "shape": "S28"
5713            }
5714          }
5715        }
5716      },
5717      "UpdateAccountSettings": {
5718        "http": {
5719          "method": "PUT",
5720          "requestUri": "/accounts/{accountId}/settings",
5721          "responseCode": 204
5722        },
5723        "input": {
5724          "type": "structure",
5725          "required": [
5726            "AccountId",
5727            "AccountSettings"
5728          ],
5729          "members": {
5730            "AccountId": {
5731              "location": "uri",
5732              "locationName": "accountId"
5733            },
5734            "AccountSettings": {
5735              "shape": "S7n"
5736            }
5737          }
5738        },
5739        "output": {
5740          "type": "structure",
5741          "members": {}
5742        }
5743      },
5744      "UpdateAppInstance": {
5745        "http": {
5746          "method": "PUT",
5747          "requestUri": "/app-instances/{appInstanceArn}",
5748          "responseCode": 200
5749        },
5750        "input": {
5751          "type": "structure",
5752          "required": [
5753            "AppInstanceArn",
5754            "Name"
5755          ],
5756          "members": {
5757            "AppInstanceArn": {
5758              "location": "uri",
5759              "locationName": "appInstanceArn"
5760            },
5761            "Name": {
5762              "shape": "S2e"
5763            },
5764            "Metadata": {
5765              "shape": "S2f"
5766            }
5767          }
5768        },
5769        "output": {
5770          "type": "structure",
5771          "members": {
5772            "AppInstanceArn": {}
5773          }
5774        },
5775        "endpoint": {
5776          "hostPrefix": "identity-"
5777        }
5778      },
5779      "UpdateAppInstanceUser": {
5780        "http": {
5781          "method": "PUT",
5782          "requestUri": "/app-instance-users/{appInstanceUserArn}",
5783          "responseCode": 200
5784        },
5785        "input": {
5786          "type": "structure",
5787          "required": [
5788            "AppInstanceUserArn",
5789            "Name"
5790          ],
5791          "members": {
5792            "AppInstanceUserArn": {
5793              "location": "uri",
5794              "locationName": "appInstanceUserArn"
5795            },
5796            "Name": {
5797              "shape": "S2n"
5798            },
5799            "Metadata": {
5800              "shape": "S2f"
5801            }
5802          }
5803        },
5804        "output": {
5805          "type": "structure",
5806          "members": {
5807            "AppInstanceUserArn": {}
5808          }
5809        },
5810        "endpoint": {
5811          "hostPrefix": "identity-"
5812        }
5813      },
5814      "UpdateBot": {
5815        "http": {
5816          "requestUri": "/accounts/{accountId}/bots/{botId}",
5817          "responseCode": 200
5818        },
5819        "input": {
5820          "type": "structure",
5821          "required": [
5822            "AccountId",
5823            "BotId"
5824          ],
5825          "members": {
5826            "AccountId": {
5827              "location": "uri",
5828              "locationName": "accountId"
5829            },
5830            "BotId": {
5831              "location": "uri",
5832              "locationName": "botId"
5833            },
5834            "Disabled": {
5835              "type": "boolean"
5836            }
5837          }
5838        },
5839        "output": {
5840          "type": "structure",
5841          "members": {
5842            "Bot": {
5843              "shape": "S2t"
5844            }
5845          }
5846        }
5847      },
5848      "UpdateChannel": {
5849        "http": {
5850          "method": "PUT",
5851          "requestUri": "/channels/{channelArn}",
5852          "responseCode": 200
5853        },
5854        "input": {
5855          "type": "structure",
5856          "required": [
5857            "ChannelArn",
5858            "Name",
5859            "Mode"
5860          ],
5861          "members": {
5862            "ChannelArn": {
5863              "location": "uri",
5864              "locationName": "channelArn"
5865            },
5866            "Name": {
5867              "shape": "S2e"
5868            },
5869            "Mode": {},
5870            "Metadata": {
5871              "shape": "S2f"
5872            },
5873            "ChimeBearer": {
5874              "location": "header",
5875              "locationName": "x-amz-chime-bearer"
5876            }
5877          }
5878        },
5879        "output": {
5880          "type": "structure",
5881          "members": {
5882            "ChannelArn": {}
5883          }
5884        },
5885        "endpoint": {
5886          "hostPrefix": "messaging-"
5887        }
5888      },
5889      "UpdateChannelMessage": {
5890        "http": {
5891          "method": "PUT",
5892          "requestUri": "/channels/{channelArn}/messages/{messageId}",
5893          "responseCode": 200
5894        },
5895        "input": {
5896          "type": "structure",
5897          "required": [
5898            "ChannelArn",
5899            "MessageId"
5900          ],
5901          "members": {
5902            "ChannelArn": {
5903              "location": "uri",
5904              "locationName": "channelArn"
5905            },
5906            "MessageId": {
5907              "location": "uri",
5908              "locationName": "messageId"
5909            },
5910            "Content": {
5911              "shape": "S85"
5912            },
5913            "Metadata": {
5914              "shape": "S2f"
5915            },
5916            "ChimeBearer": {
5917              "location": "header",
5918              "locationName": "x-amz-chime-bearer"
5919            }
5920          }
5921        },
5922        "output": {
5923          "type": "structure",
5924          "members": {
5925            "ChannelArn": {},
5926            "MessageId": {}
5927          }
5928        },
5929        "endpoint": {
5930          "hostPrefix": "messaging-"
5931        }
5932      },
5933      "UpdateChannelReadMarker": {
5934        "http": {
5935          "method": "PUT",
5936          "requestUri": "/channels/{channelArn}/readMarker",
5937          "responseCode": 200
5938        },
5939        "input": {
5940          "type": "structure",
5941          "required": [
5942            "ChannelArn"
5943          ],
5944          "members": {
5945            "ChannelArn": {
5946              "location": "uri",
5947              "locationName": "channelArn"
5948            },
5949            "ChimeBearer": {
5950              "location": "header",
5951              "locationName": "x-amz-chime-bearer"
5952            }
5953          }
5954        },
5955        "output": {
5956          "type": "structure",
5957          "members": {
5958            "ChannelArn": {}
5959          }
5960        },
5961        "endpoint": {
5962          "hostPrefix": "messaging-"
5963        }
5964      },
5965      "UpdateGlobalSettings": {
5966        "http": {
5967          "method": "PUT",
5968          "requestUri": "/settings",
5969          "responseCode": 204
5970        },
5971        "input": {
5972          "type": "structure",
5973          "required": [
5974            "BusinessCalling",
5975            "VoiceConnector"
5976          ],
5977          "members": {
5978            "BusinessCalling": {
5979              "shape": "S8d"
5980            },
5981            "VoiceConnector": {
5982              "shape": "S8e"
5983            }
5984          }
5985        }
5986      },
5987      "UpdatePhoneNumber": {
5988        "http": {
5989          "requestUri": "/phone-numbers/{phoneNumberId}",
5990          "responseCode": 200
5991        },
5992        "input": {
5993          "type": "structure",
5994          "required": [
5995            "PhoneNumberId"
5996          ],
5997          "members": {
5998            "PhoneNumberId": {
5999              "location": "uri",
6000              "locationName": "phoneNumberId"
6001            },
6002            "ProductType": {},
6003            "CallingName": {
6004              "shape": "S1u"
6005            }
6006          }
6007        },
6008        "output": {
6009          "type": "structure",
6010          "members": {
6011            "PhoneNumber": {
6012              "shape": "S8p"
6013            }
6014          }
6015        }
6016      },
6017      "UpdatePhoneNumberSettings": {
6018        "http": {
6019          "method": "PUT",
6020          "requestUri": "/settings/phone-number",
6021          "responseCode": 204
6022        },
6023        "input": {
6024          "type": "structure",
6025          "required": [
6026            "CallingName"
6027          ],
6028          "members": {
6029            "CallingName": {
6030              "shape": "S1u"
6031            }
6032          }
6033        }
6034      },
6035      "UpdateProxySession": {
6036        "http": {
6037          "requestUri": "/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}",
6038          "responseCode": 201
6039        },
6040        "input": {
6041          "type": "structure",
6042          "required": [
6043            "Capabilities",
6044            "VoiceConnectorId",
6045            "ProxySessionId"
6046          ],
6047          "members": {
6048            "VoiceConnectorId": {
6049              "location": "uri",
6050              "locationName": "voiceConnectorId"
6051            },
6052            "ProxySessionId": {
6053              "location": "uri",
6054              "locationName": "proxySessionId"
6055            },
6056            "Capabilities": {
6057              "shape": "S41"
6058            },
6059            "ExpiryMinutes": {
6060              "type": "integer"
6061            }
6062          }
6063        },
6064        "output": {
6065          "type": "structure",
6066          "members": {
6067            "ProxySession": {
6068              "shape": "S49"
6069            }
6070          }
6071        }
6072      },
6073      "UpdateRoom": {
6074        "http": {
6075          "requestUri": "/accounts/{accountId}/rooms/{roomId}",
6076          "responseCode": 200
6077        },
6078        "input": {
6079          "type": "structure",
6080          "required": [
6081            "AccountId",
6082            "RoomId"
6083          ],
6084          "members": {
6085            "AccountId": {
6086              "location": "uri",
6087              "locationName": "accountId"
6088            },
6089            "RoomId": {
6090              "location": "uri",
6091              "locationName": "roomId"
6092            },
6093            "Name": {
6094              "shape": "S23"
6095            }
6096          }
6097        },
6098        "output": {
6099          "type": "structure",
6100          "members": {
6101            "Room": {
6102              "shape": "S4g"
6103            }
6104          }
6105        }
6106      },
6107      "UpdateRoomMembership": {
6108        "http": {
6109          "requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships/{memberId}",
6110          "responseCode": 200
6111        },
6112        "input": {
6113          "type": "structure",
6114          "required": [
6115            "AccountId",
6116            "RoomId",
6117            "MemberId"
6118          ],
6119          "members": {
6120            "AccountId": {
6121              "location": "uri",
6122              "locationName": "accountId"
6123            },
6124            "RoomId": {
6125              "location": "uri",
6126              "locationName": "roomId"
6127            },
6128            "MemberId": {
6129              "location": "uri",
6130              "locationName": "memberId"
6131            },
6132            "Role": {}
6133          }
6134        },
6135        "output": {
6136          "type": "structure",
6137          "members": {
6138            "RoomMembership": {
6139              "shape": "S4j"
6140            }
6141          }
6142        }
6143      },
6144      "UpdateSipMediaApplication": {
6145        "http": {
6146          "method": "PUT",
6147          "requestUri": "/sip-media-applications/{sipMediaApplicationId}",
6148          "responseCode": 200
6149        },
6150        "input": {
6151          "type": "structure",
6152          "required": [
6153            "SipMediaApplicationId"
6154          ],
6155          "members": {
6156            "SipMediaApplicationId": {
6157              "location": "uri",
6158              "locationName": "sipMediaApplicationId"
6159            },
6160            "Name": {},
6161            "Endpoints": {
6162              "shape": "S4o"
6163            }
6164          }
6165        },
6166        "output": {
6167          "type": "structure",
6168          "members": {
6169            "SipMediaApplication": {
6170              "shape": "S4s"
6171            }
6172          }
6173        }
6174      },
6175      "UpdateSipMediaApplicationCall": {
6176        "http": {
6177          "requestUri": "/sip-media-applications/{sipMediaApplicationId}/calls/{transactionId}",
6178          "responseCode": 202
6179        },
6180        "input": {
6181          "type": "structure",
6182          "required": [
6183            "SipMediaApplicationId",
6184            "TransactionId",
6185            "Arguments"
6186          ],
6187          "members": {
6188            "SipMediaApplicationId": {
6189              "location": "uri",
6190              "locationName": "sipMediaApplicationId"
6191            },
6192            "TransactionId": {
6193              "location": "uri",
6194              "locationName": "transactionId"
6195            },
6196            "Arguments": {
6197              "type": "map",
6198              "key": {
6199                "shape": "S23"
6200              },
6201              "value": {
6202                "shape": "S23"
6203              }
6204            }
6205          }
6206        },
6207        "output": {
6208          "type": "structure",
6209          "members": {
6210            "SipMediaApplicationCall": {
6211              "shape": "S4v"
6212            }
6213          }
6214        }
6215      },
6216      "UpdateSipRule": {
6217        "http": {
6218          "method": "PUT",
6219          "requestUri": "/sip-rules/{sipRuleId}",
6220          "responseCode": 202
6221        },
6222        "input": {
6223          "type": "structure",
6224          "required": [
6225            "SipRuleId",
6226            "Name"
6227          ],
6228          "members": {
6229            "SipRuleId": {
6230              "location": "uri",
6231              "locationName": "sipRuleId"
6232            },
6233            "Name": {},
6234            "Disabled": {
6235              "type": "boolean"
6236            },
6237            "TargetApplications": {
6238              "shape": "S4z"
6239            }
6240          }
6241        },
6242        "output": {
6243          "type": "structure",
6244          "members": {
6245            "SipRule": {
6246              "shape": "S53"
6247            }
6248          }
6249        }
6250      },
6251      "UpdateUser": {
6252        "http": {
6253          "requestUri": "/accounts/{accountId}/users/{userId}",
6254          "responseCode": 200
6255        },
6256        "input": {
6257          "type": "structure",
6258          "required": [
6259            "AccountId",
6260            "UserId"
6261          ],
6262          "members": {
6263            "AccountId": {
6264              "location": "uri",
6265              "locationName": "accountId"
6266            },
6267            "UserId": {
6268              "location": "uri",
6269              "locationName": "userId"
6270            },
6271            "LicenseType": {},
6272            "UserType": {},
6273            "AlexaForBusinessMetadata": {
6274              "shape": "S21"
6275            }
6276          }
6277        },
6278        "output": {
6279          "type": "structure",
6280          "members": {
6281            "User": {
6282              "shape": "S57"
6283            }
6284          }
6285        }
6286      },
6287      "UpdateUserSettings": {
6288        "http": {
6289          "method": "PUT",
6290          "requestUri": "/accounts/{accountId}/users/{userId}/settings",
6291          "responseCode": 204
6292        },
6293        "input": {
6294          "type": "structure",
6295          "required": [
6296            "AccountId",
6297            "UserId",
6298            "UserSettings"
6299          ],
6300          "members": {
6301            "AccountId": {
6302              "location": "uri",
6303              "locationName": "accountId"
6304            },
6305            "UserId": {
6306              "location": "uri",
6307              "locationName": "userId"
6308            },
6309            "UserSettings": {
6310              "shape": "S9l"
6311            }
6312          }
6313        }
6314      },
6315      "UpdateVoiceConnector": {
6316        "http": {
6317          "method": "PUT",
6318          "requestUri": "/voice-connectors/{voiceConnectorId}",
6319          "responseCode": 200
6320        },
6321        "input": {
6322          "type": "structure",
6323          "required": [
6324            "VoiceConnectorId",
6325            "Name",
6326            "RequireEncryption"
6327          ],
6328          "members": {
6329            "VoiceConnectorId": {
6330              "location": "uri",
6331              "locationName": "voiceConnectorId"
6332            },
6333            "Name": {},
6334            "RequireEncryption": {
6335              "type": "boolean"
6336            }
6337          }
6338        },
6339        "output": {
6340          "type": "structure",
6341          "members": {
6342            "VoiceConnector": {
6343              "shape": "S5e"
6344            }
6345          }
6346        }
6347      },
6348      "UpdateVoiceConnectorGroup": {
6349        "http": {
6350          "method": "PUT",
6351          "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}",
6352          "responseCode": 202
6353        },
6354        "input": {
6355          "type": "structure",
6356          "required": [
6357            "VoiceConnectorGroupId",
6358            "Name",
6359            "VoiceConnectorItems"
6360          ],
6361          "members": {
6362            "VoiceConnectorGroupId": {
6363              "location": "uri",
6364              "locationName": "voiceConnectorGroupId"
6365            },
6366            "Name": {},
6367            "VoiceConnectorItems": {
6368              "shape": "S5h"
6369            }
6370          }
6371        },
6372        "output": {
6373          "type": "structure",
6374          "members": {
6375            "VoiceConnectorGroup": {
6376              "shape": "S5l"
6377            }
6378          }
6379        }
6380      }
6381    },
6382    "shapes": {
6383      "S3": {
6384        "type": "string",
6385        "sensitive": true
6386      },
6387      "S7": {
6388        "type": "list",
6389        "member": {
6390          "shape": "S3"
6391        }
6392      },
6393      "Sa": {
6394        "type": "list",
6395        "member": {
6396          "type": "structure",
6397          "members": {
6398            "PhoneNumberId": {},
6399            "ErrorCode": {},
6400            "ErrorMessage": {}
6401          }
6402        }
6403      },
6404      "Sg": {
6405        "type": "list",
6406        "member": {
6407          "type": "structure",
6408          "members": {
6409            "GroupName": {}
6410          }
6411        }
6412      },
6413      "Sm": {
6414        "type": "structure",
6415        "required": [
6416          "ExternalUserId"
6417        ],
6418        "members": {
6419          "ExternalUserId": {
6420            "shape": "Sn"
6421          },
6422          "Tags": {
6423            "shape": "So"
6424          }
6425        }
6426      },
6427      "Sn": {
6428        "type": "string",
6429        "sensitive": true
6430      },
6431      "So": {
6432        "type": "list",
6433        "member": {
6434          "shape": "Sp"
6435        }
6436      },
6437      "Sp": {
6438        "type": "structure",
6439        "required": [
6440          "Key",
6441          "Value"
6442        ],
6443        "members": {
6444          "Key": {
6445            "shape": "Sq"
6446          },
6447          "Value": {
6448            "type": "string",
6449            "sensitive": true
6450          }
6451        }
6452      },
6453      "Sq": {
6454        "type": "string",
6455        "sensitive": true
6456      },
6457      "St": {
6458        "type": "list",
6459        "member": {
6460          "shape": "Su"
6461        }
6462      },
6463      "Su": {
6464        "type": "structure",
6465        "members": {
6466          "ExternalUserId": {
6467            "shape": "Sn"
6468          },
6469          "AttendeeId": {},
6470          "JoinToken": {
6471            "shape": "Sv"
6472          }
6473        }
6474      },
6475      "Sv": {
6476        "type": "string",
6477        "sensitive": true
6478      },
6479      "Sw": {
6480        "type": "list",
6481        "member": {
6482          "type": "structure",
6483          "members": {
6484            "ExternalUserId": {
6485              "shape": "Sn"
6486            },
6487            "ErrorCode": {},
6488            "ErrorMessage": {}
6489          }
6490        }
6491      },
6492      "S14": {
6493        "type": "structure",
6494        "members": {
6495          "Arn": {},
6496          "Name": {
6497            "type": "string",
6498            "sensitive": true
6499          }
6500        }
6501      },
6502      "S1h": {
6503        "type": "list",
6504        "member": {}
6505      },
6506      "S1k": {
6507        "type": "list",
6508        "member": {}
6509      },
6510      "S1m": {
6511        "type": "list",
6512        "member": {
6513          "type": "structure",
6514          "members": {
6515            "UserId": {},
6516            "ErrorCode": {},
6517            "ErrorMessage": {}
6518          }
6519        }
6520      },
6521      "S1u": {
6522        "type": "string",
6523        "sensitive": true
6524      },
6525      "S21": {
6526        "type": "structure",
6527        "members": {
6528          "IsAlexaForBusinessEnabled": {
6529            "type": "boolean"
6530          },
6531          "AlexaForBusinessRoomArn": {
6532            "shape": "S23"
6533          }
6534        }
6535      },
6536      "S23": {
6537        "type": "string",
6538        "sensitive": true
6539      },
6540      "S28": {
6541        "type": "structure",
6542        "required": [
6543          "AwsAccountId",
6544          "AccountId",
6545          "Name"
6546        ],
6547        "members": {
6548          "AwsAccountId": {},
6549          "AccountId": {},
6550          "Name": {},
6551          "AccountType": {},
6552          "CreatedTimestamp": {
6553            "shape": "S2a"
6554          },
6555          "DefaultLicense": {},
6556          "SupportedLicenses": {
6557            "type": "list",
6558            "member": {}
6559          },
6560          "AccountStatus": {},
6561          "SigninDelegateGroups": {
6562            "shape": "Sg"
6563          }
6564        }
6565      },
6566      "S2a": {
6567        "type": "timestamp",
6568        "timestampFormat": "iso8601"
6569      },
6570      "S2e": {
6571        "type": "string",
6572        "sensitive": true
6573      },
6574      "S2f": {
6575        "type": "string",
6576        "sensitive": true
6577      },
6578      "S2g": {
6579        "type": "string",
6580        "sensitive": true
6581      },
6582      "S2h": {
6583        "type": "list",
6584        "member": {
6585          "shape": "Sp"
6586        }
6587      },
6588      "S2n": {
6589        "type": "string",
6590        "sensitive": true
6591      },
6592      "S2t": {
6593        "type": "structure",
6594        "members": {
6595          "BotId": {},
6596          "UserId": {},
6597          "DisplayName": {
6598            "shape": "S23"
6599          },
6600          "BotType": {},
6601          "Disabled": {
6602            "type": "boolean"
6603          },
6604          "CreatedTimestamp": {
6605            "shape": "S2a"
6606          },
6607          "UpdatedTimestamp": {
6608            "shape": "S2a"
6609          },
6610          "BotEmail": {
6611            "shape": "S23"
6612          },
6613          "SecurityToken": {
6614            "shape": "S23"
6615          }
6616        }
6617      },
6618      "S37": {
6619        "type": "string",
6620        "sensitive": true
6621      },
6622      "S3a": {
6623        "type": "structure",
6624        "members": {
6625          "MediaPipelineId": {},
6626          "SourceType": {},
6627          "SourceArn": {
6628            "shape": "S37"
6629          },
6630          "Status": {},
6631          "SinkType": {},
6632          "SinkArn": {
6633            "shape": "S37"
6634          },
6635          "CreatedTimestamp": {
6636            "shape": "S2a"
6637          },
6638          "UpdatedTimestamp": {
6639            "shape": "S2a"
6640          }
6641        }
6642      },
6643      "S3d": {
6644        "type": "string",
6645        "sensitive": true
6646      },
6647      "S3e": {
6648        "type": "list",
6649        "member": {
6650          "shape": "Sp"
6651        }
6652      },
6653      "S3f": {
6654        "type": "structure",
6655        "members": {
6656          "SnsTopicArn": {
6657            "shape": "S37"
6658          },
6659          "SqsQueueArn": {
6660            "shape": "S37"
6661          }
6662        }
6663      },
6664      "S3h": {
6665        "type": "structure",
6666        "members": {
6667          "MeetingId": {},
6668          "ExternalMeetingId": {
6669            "shape": "S3d"
6670          },
6671          "MediaPlacement": {
6672            "type": "structure",
6673            "members": {
6674              "AudioHostUrl": {},
6675              "AudioFallbackUrl": {},
6676              "ScreenDataUrl": {},
6677              "ScreenSharingUrl": {},
6678              "ScreenViewingUrl": {},
6679              "SignalingUrl": {},
6680              "TurnControlUrl": {},
6681              "EventIngestionUrl": {}
6682            }
6683          },
6684          "MediaRegion": {}
6685        }
6686      },
6687      "S3r": {
6688        "type": "structure",
6689        "members": {
6690          "PhoneNumberOrderId": {},
6691          "ProductType": {},
6692          "Status": {},
6693          "OrderedPhoneNumbers": {
6694            "type": "list",
6695            "member": {
6696              "type": "structure",
6697              "members": {
6698                "E164PhoneNumber": {
6699                  "shape": "S3"
6700                },
6701                "Status": {}
6702              }
6703            }
6704          },
6705          "CreatedTimestamp": {
6706            "shape": "S2a"
6707          },
6708          "UpdatedTimestamp": {
6709            "shape": "S2a"
6710          }
6711        }
6712      },
6713      "S41": {
6714        "type": "list",
6715        "member": {}
6716      },
6717      "S45": {
6718        "type": "structure",
6719        "required": [
6720          "Country",
6721          "AreaCode"
6722        ],
6723        "members": {
6724          "Country": {},
6725          "AreaCode": {}
6726        }
6727      },
6728      "S49": {
6729        "type": "structure",
6730        "members": {
6731          "VoiceConnectorId": {},
6732          "ProxySessionId": {},
6733          "Name": {},
6734          "Status": {},
6735          "ExpiryMinutes": {
6736            "type": "integer"
6737          },
6738          "Capabilities": {
6739            "shape": "S41"
6740          },
6741          "CreatedTimestamp": {
6742            "shape": "S2a"
6743          },
6744          "UpdatedTimestamp": {
6745            "shape": "S2a"
6746          },
6747          "EndedTimestamp": {
6748            "shape": "S2a"
6749          },
6750          "Participants": {
6751            "type": "list",
6752            "member": {
6753              "type": "structure",
6754              "members": {
6755                "PhoneNumber": {
6756                  "shape": "S3"
6757                },
6758                "ProxyPhoneNumber": {
6759                  "shape": "S3"
6760                }
6761              }
6762            }
6763          },
6764          "NumberSelectionBehavior": {},
6765          "GeoMatchLevel": {},
6766          "GeoMatchParams": {
6767            "shape": "S45"
6768          }
6769        }
6770      },
6771      "S4g": {
6772        "type": "structure",
6773        "members": {
6774          "RoomId": {},
6775          "Name": {
6776            "shape": "S23"
6777          },
6778          "AccountId": {},
6779          "CreatedBy": {},
6780          "CreatedTimestamp": {
6781            "shape": "S2a"
6782          },
6783          "UpdatedTimestamp": {
6784            "shape": "S2a"
6785          }
6786        }
6787      },
6788      "S4j": {
6789        "type": "structure",
6790        "members": {
6791          "RoomId": {},
6792          "Member": {
6793            "type": "structure",
6794            "members": {
6795              "MemberId": {},
6796              "MemberType": {},
6797              "Email": {
6798                "shape": "S23"
6799              },
6800              "FullName": {
6801                "shape": "S23"
6802              },
6803              "AccountId": {}
6804            }
6805          },
6806          "Role": {},
6807          "InvitedBy": {},
6808          "UpdatedTimestamp": {
6809            "shape": "S2a"
6810          }
6811        }
6812      },
6813      "S4o": {
6814        "type": "list",
6815        "member": {
6816          "type": "structure",
6817          "members": {
6818            "LambdaArn": {
6819              "type": "string",
6820              "sensitive": true
6821            }
6822          }
6823        }
6824      },
6825      "S4s": {
6826        "type": "structure",
6827        "members": {
6828          "SipMediaApplicationId": {},
6829          "AwsRegion": {},
6830          "Name": {},
6831          "Endpoints": {
6832            "shape": "S4o"
6833          },
6834          "CreatedTimestamp": {
6835            "shape": "S2a"
6836          },
6837          "UpdatedTimestamp": {
6838            "shape": "S2a"
6839          }
6840        }
6841      },
6842      "S4v": {
6843        "type": "structure",
6844        "members": {
6845          "TransactionId": {}
6846        }
6847      },
6848      "S4z": {
6849        "type": "list",
6850        "member": {
6851          "type": "structure",
6852          "members": {
6853            "SipMediaApplicationId": {},
6854            "Priority": {
6855              "type": "integer"
6856            },
6857            "AwsRegion": {}
6858          }
6859        }
6860      },
6861      "S53": {
6862        "type": "structure",
6863        "members": {
6864          "SipRuleId": {},
6865          "Name": {},
6866          "Disabled": {
6867            "type": "boolean"
6868          },
6869          "TriggerType": {},
6870          "TriggerValue": {},
6871          "TargetApplications": {
6872            "shape": "S4z"
6873          },
6874          "CreatedTimestamp": {
6875            "shape": "S2a"
6876          },
6877          "UpdatedTimestamp": {
6878            "shape": "S2a"
6879          }
6880        }
6881      },
6882      "S55": {
6883        "type": "string",
6884        "sensitive": true
6885      },
6886      "S57": {
6887        "type": "structure",
6888        "required": [
6889          "UserId"
6890        ],
6891        "members": {
6892          "UserId": {},
6893          "AccountId": {},
6894          "PrimaryEmail": {
6895            "shape": "S55"
6896          },
6897          "PrimaryProvisionedNumber": {
6898            "shape": "S23"
6899          },
6900          "DisplayName": {
6901            "shape": "S23"
6902          },
6903          "LicenseType": {},
6904          "UserType": {},
6905          "UserRegistrationStatus": {},
6906          "UserInvitationStatus": {},
6907          "RegisteredOn": {
6908            "shape": "S2a"
6909          },
6910          "InvitedOn": {
6911            "shape": "S2a"
6912          },
6913          "AlexaForBusinessMetadata": {
6914            "shape": "S21"
6915          },
6916          "PersonalPIN": {}
6917        }
6918      },
6919      "S5e": {
6920        "type": "structure",
6921        "members": {
6922          "VoiceConnectorId": {},
6923          "AwsRegion": {},
6924          "Name": {},
6925          "OutboundHostName": {},
6926          "RequireEncryption": {
6927            "type": "boolean"
6928          },
6929          "CreatedTimestamp": {
6930            "shape": "S2a"
6931          },
6932          "UpdatedTimestamp": {
6933            "shape": "S2a"
6934          }
6935        }
6936      },
6937      "S5h": {
6938        "type": "list",
6939        "member": {
6940          "type": "structure",
6941          "required": [
6942            "VoiceConnectorId",
6943            "Priority"
6944          ],
6945          "members": {
6946            "VoiceConnectorId": {},
6947            "Priority": {
6948              "type": "integer"
6949            }
6950          }
6951        }
6952      },
6953      "S5l": {
6954        "type": "structure",
6955        "members": {
6956          "VoiceConnectorGroupId": {},
6957          "Name": {},
6958          "VoiceConnectorItems": {
6959            "shape": "S5h"
6960          },
6961          "CreatedTimestamp": {
6962            "shape": "S2a"
6963          },
6964          "UpdatedTimestamp": {
6965            "shape": "S2a"
6966          }
6967        }
6968      },
6969      "S6g": {
6970        "type": "list",
6971        "member": {
6972          "shape": "S23"
6973        }
6974      },
6975      "S72": {
6976        "type": "structure",
6977        "members": {
6978          "ChannelSummary": {
6979            "shape": "S73"
6980          },
6981          "AppInstanceUserMembershipSummary": {
6982            "type": "structure",
6983            "members": {
6984              "Type": {},
6985              "ReadMarkerTimestamp": {
6986                "type": "timestamp"
6987              }
6988            }
6989          }
6990        }
6991      },
6992      "S73": {
6993        "type": "structure",
6994        "members": {
6995          "Name": {
6996            "shape": "S2e"
6997          },
6998          "ChannelArn": {},
6999          "Mode": {},
7000          "Privacy": {},
7001          "Metadata": {
7002            "shape": "S2f"
7003          },
7004          "LastMessageTimestamp": {
7005            "type": "timestamp"
7006          }
7007        }
7008      },
7009      "S77": {
7010        "type": "structure",
7011        "members": {
7012          "ChannelSummary": {
7013            "shape": "S73"
7014          }
7015        }
7016      },
7017      "S7n": {
7018        "type": "structure",
7019        "members": {
7020          "DisableRemoteControl": {
7021            "type": "boolean"
7022          },
7023          "EnableDialOut": {
7024            "type": "boolean"
7025          }
7026        }
7027      },
7028      "S7q": {
7029        "type": "structure",
7030        "members": {
7031          "ChannelRetentionSettings": {
7032            "type": "structure",
7033            "members": {
7034              "RetentionDays": {
7035                "type": "integer"
7036              }
7037            }
7038          }
7039        }
7040      },
7041      "S7v": {
7042        "type": "list",
7043        "member": {
7044          "type": "structure",
7045          "required": [
7046            "AppInstanceDataType",
7047            "ResourceArn"
7048          ],
7049          "members": {
7050            "AppInstanceDataType": {},
7051            "ResourceArn": {
7052              "shape": "S37"
7053            }
7054          }
7055        }
7056      },
7057      "S85": {
7058        "type": "string",
7059        "sensitive": true
7060      },
7061      "S8b": {
7062        "type": "structure",
7063        "members": {
7064          "BotId": {},
7065          "OutboundEventsHTTPSEndpoint": {
7066            "shape": "S23"
7067          },
7068          "LambdaFunctionArn": {
7069            "shape": "S23"
7070          }
7071        }
7072      },
7073      "S8d": {
7074        "type": "structure",
7075        "members": {
7076          "CdrBucket": {}
7077        }
7078      },
7079      "S8e": {
7080        "type": "structure",
7081        "members": {
7082          "CdrBucket": {}
7083        }
7084      },
7085      "S8p": {
7086        "type": "structure",
7087        "members": {
7088          "PhoneNumberId": {},
7089          "E164PhoneNumber": {
7090            "shape": "S3"
7091          },
7092          "Country": {},
7093          "Type": {},
7094          "ProductType": {},
7095          "Status": {},
7096          "Capabilities": {
7097            "type": "structure",
7098            "members": {
7099              "InboundCall": {
7100                "type": "boolean"
7101              },
7102              "OutboundCall": {
7103                "type": "boolean"
7104              },
7105              "InboundSMS": {
7106                "type": "boolean"
7107              },
7108              "OutboundSMS": {
7109                "type": "boolean"
7110              },
7111              "InboundMMS": {
7112                "type": "boolean"
7113              },
7114              "OutboundMMS": {
7115                "type": "boolean"
7116              }
7117            }
7118          },
7119          "Associations": {
7120            "type": "list",
7121            "member": {
7122              "type": "structure",
7123              "members": {
7124                "Value": {},
7125                "Name": {},
7126                "AssociatedTimestamp": {
7127                  "shape": "S2a"
7128                }
7129              }
7130            }
7131          },
7132          "CallingName": {
7133            "shape": "S1u"
7134          },
7135          "CallingNameStatus": {},
7136          "CreatedTimestamp": {
7137            "shape": "S2a"
7138          },
7139          "UpdatedTimestamp": {
7140            "shape": "S2a"
7141          },
7142          "DeletionTimestamp": {
7143            "shape": "S2a"
7144          }
7145        }
7146      },
7147      "S95": {
7148        "type": "structure",
7149        "members": {
7150          "RoomRetentionSettings": {
7151            "type": "structure",
7152            "members": {
7153              "RetentionDays": {
7154                "type": "integer"
7155              }
7156            }
7157          },
7158          "ConversationRetentionSettings": {
7159            "type": "structure",
7160            "members": {
7161              "RetentionDays": {
7162                "type": "integer"
7163              }
7164            }
7165          }
7166        }
7167      },
7168      "S9e": {
7169        "type": "structure",
7170        "members": {
7171          "EnableSipMediaApplicationMessageLogs": {
7172            "type": "boolean"
7173          }
7174        }
7175      },
7176      "S9l": {
7177        "type": "structure",
7178        "required": [
7179          "Telephony"
7180        ],
7181        "members": {
7182          "Telephony": {
7183            "type": "structure",
7184            "required": [
7185              "InboundCalling",
7186              "OutboundCalling",
7187              "SMS"
7188            ],
7189            "members": {
7190              "InboundCalling": {
7191                "type": "boolean"
7192              },
7193              "OutboundCalling": {
7194                "type": "boolean"
7195              },
7196              "SMS": {
7197                "type": "boolean"
7198              }
7199            }
7200          }
7201        }
7202      },
7203      "S9r": {
7204        "type": "structure",
7205        "members": {
7206          "DNIS": {
7207            "type": "list",
7208            "member": {
7209              "type": "structure",
7210              "required": [
7211                "EmergencyPhoneNumber",
7212                "CallingCountry"
7213              ],
7214              "members": {
7215                "EmergencyPhoneNumber": {
7216                  "shape": "S3"
7217                },
7218                "TestPhoneNumber": {
7219                  "shape": "S3"
7220                },
7221                "CallingCountry": {}
7222              }
7223            }
7224          }
7225        }
7226      },
7227      "S9y": {
7228        "type": "structure",
7229        "members": {
7230          "EnableSIPLogs": {
7231            "type": "boolean"
7232          }
7233        }
7234      },
7235      "Sa1": {
7236        "type": "structure",
7237        "members": {
7238          "Routes": {
7239            "type": "list",
7240            "member": {
7241              "type": "structure",
7242              "members": {
7243                "Host": {},
7244                "Port": {
7245                  "type": "integer"
7246                },
7247                "Protocol": {},
7248                "Priority": {
7249                  "type": "integer"
7250                },
7251                "Weight": {
7252                  "type": "integer"
7253                }
7254              }
7255            }
7256          },
7257          "Disabled": {
7258            "type": "boolean"
7259          }
7260        }
7261      },
7262      "Saa": {
7263        "type": "structure",
7264        "members": {
7265          "DefaultSessionExpiryMinutes": {
7266            "type": "integer"
7267          },
7268          "Disabled": {
7269            "type": "boolean"
7270          },
7271          "FallBackPhoneNumber": {
7272            "shape": "S3"
7273          },
7274          "PhoneNumberCountries": {
7275            "shape": "Sac"
7276          }
7277        }
7278      },
7279      "Sac": {
7280        "type": "list",
7281        "member": {}
7282      },
7283      "Saf": {
7284        "type": "structure",
7285        "required": [
7286          "DataRetentionInHours"
7287        ],
7288        "members": {
7289          "DataRetentionInHours": {
7290            "type": "integer"
7291          },
7292          "Disabled": {
7293            "type": "boolean"
7294          },
7295          "StreamingNotificationTargets": {
7296            "type": "list",
7297            "member": {
7298              "type": "structure",
7299              "required": [
7300                "NotificationTarget"
7301              ],
7302              "members": {
7303                "NotificationTarget": {}
7304              }
7305            }
7306          }
7307        }
7308      },
7309      "Sam": {
7310        "type": "structure",
7311        "members": {
7312          "CpsLimit": {
7313            "type": "integer"
7314          },
7315          "DefaultPhoneNumber": {
7316            "shape": "S3"
7317          },
7318          "CallingRegions": {
7319            "type": "list",
7320            "member": {}
7321          },
7322          "CidrAllowedList": {
7323            "shape": "Sac"
7324          },
7325          "Disabled": {
7326            "type": "boolean"
7327          }
7328        }
7329      },
7330      "Sb5": {
7331        "type": "string",
7332        "sensitive": true
7333      }
7334    }
7335  }