aws-sdk 2.1357.0 → 2.1358.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -1
- package/README.md +1 -1
- package/apis/chime-sdk-voice-2022-08-03.min.json +93 -86
- package/apis/mediaconnect-2018-11-14.min.json +1604 -287
- package/apis/mediaconnect-2018-11-14.paginators.json +18 -0
- package/clients/chimesdkvoice.d.ts +15 -3
- package/clients/mediaconnect.d.ts +1008 -19
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
    
        package/CHANGELOG.md
    CHANGED
    
    | @@ -1,7 +1,11 @@ | |
| 1 1 | 
             
            # Changelog for AWS SDK for JavaScript
         | 
| 2 | 
            -
            <!--LATEST=2. | 
| 2 | 
            +
            <!--LATEST=2.1358.0-->
         | 
| 3 3 | 
             
            <!--ENTRYINSERT-->
         | 
| 4 4 |  | 
| 5 | 
            +
            ## 2.1358.0
         | 
| 6 | 
            +
            * feature: ChimeSDKVoice: This release adds tagging support for Voice Connectors and SIP Media Applications
         | 
| 7 | 
            +
            * feature: MediaConnect: Gateway is a new feature of AWS Elemental MediaConnect. Gateway allows the deployment of on-premises resources for the purpose of transporting live video to and from the AWS Cloud.
         | 
| 8 | 
            +
             | 
| 5 9 | 
             
            ## 2.1357.0
         | 
| 6 10 | 
             
            * feature: GroundStation: AWS Ground Station Wideband DigIF GA Release
         | 
| 7 11 |  | 
    
        package/README.md
    CHANGED
    
    | @@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; | |
| 70 70 | 
             
            To use the SDK in the browser, simply add the following script tag to your
         | 
| 71 71 | 
             
            HTML pages:
         | 
| 72 72 |  | 
| 73 | 
            -
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2. | 
| 73 | 
            +
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1358.0.min.js"></script>
         | 
| 74 74 |  | 
| 75 75 | 
             
            You can also build a custom browser SDK with your specified set of AWS services.
         | 
| 76 76 | 
             
            This can allow you to reduce the SDK's size, specify different API versions of
         | 
| @@ -236,6 +236,9 @@ | |
| 236 236 | 
             
                      "Name": {},
         | 
| 237 237 | 
             
                      "Endpoints": {
         | 
| 238 238 | 
             
                        "shape": "S1h"
         | 
| 239 | 
            +
                      },
         | 
| 240 | 
            +
                      "Tags": {
         | 
| 241 | 
            +
                        "shape": "S1k"
         | 
| 239 242 | 
             
                      }
         | 
| 240 243 | 
             
                    }
         | 
| 241 244 | 
             
                  },
         | 
| @@ -243,7 +246,7 @@ | |
| 243 246 | 
             
                    "type": "structure",
         | 
| 244 247 | 
             
                    "members": {
         | 
| 245 248 | 
             
                      "SipMediaApplication": {
         | 
| 246 | 
            -
                        "shape": " | 
| 249 | 
            +
                        "shape": "S1p"
         | 
| 247 250 | 
             
                      }
         | 
| 248 251 | 
             
                    }
         | 
| 249 252 | 
             
                  }
         | 
| @@ -274,19 +277,19 @@ | |
| 274 277 | 
             
                      "SipHeaders": {
         | 
| 275 278 | 
             
                        "type": "map",
         | 
| 276 279 | 
             
                        "key": {
         | 
| 277 | 
            -
                          "shape": " | 
| 280 | 
            +
                          "shape": "S1s"
         | 
| 278 281 | 
             
                        },
         | 
| 279 282 | 
             
                        "value": {
         | 
| 280 | 
            -
                          "shape": " | 
| 283 | 
            +
                          "shape": "S1s"
         | 
| 281 284 | 
             
                        }
         | 
| 282 285 | 
             
                      },
         | 
| 283 286 | 
             
                      "ArgumentsMap": {
         | 
| 284 287 | 
             
                        "type": "map",
         | 
| 285 288 | 
             
                        "key": {
         | 
| 286 | 
            -
                          "shape": " | 
| 289 | 
            +
                          "shape": "S1s"
         | 
| 287 290 | 
             
                        },
         | 
| 288 291 | 
             
                        "value": {
         | 
| 289 | 
            -
                          "shape": " | 
| 292 | 
            +
                          "shape": "S1s"
         | 
| 290 293 | 
             
                        }
         | 
| 291 294 | 
             
                      }
         | 
| 292 295 | 
             
                    }
         | 
| @@ -295,7 +298,7 @@ | |
| 295 298 | 
             
                    "type": "structure",
         | 
| 296 299 | 
             
                    "members": {
         | 
| 297 300 | 
             
                      "SipMediaApplicationCall": {
         | 
| 298 | 
            -
                        "shape": " | 
| 301 | 
            +
                        "shape": "S1v"
         | 
| 299 302 | 
             
                      }
         | 
| 300 303 | 
             
                    }
         | 
| 301 304 | 
             
                  }
         | 
| @@ -320,7 +323,7 @@ | |
| 320 323 | 
             
                        "type": "boolean"
         | 
| 321 324 | 
             
                      },
         | 
| 322 325 | 
             
                      "TargetApplications": {
         | 
| 323 | 
            -
                        "shape": " | 
| 326 | 
            +
                        "shape": "S1z"
         | 
| 324 327 | 
             
                      }
         | 
| 325 328 | 
             
                    }
         | 
| 326 329 | 
             
                  },
         | 
| @@ -328,7 +331,7 @@ | |
| 328 331 | 
             
                    "type": "structure",
         | 
| 329 332 | 
             
                    "members": {
         | 
| 330 333 | 
             
                      "SipRule": {
         | 
| 331 | 
            -
                        "shape": " | 
| 334 | 
            +
                        "shape": "S23"
         | 
| 332 335 | 
             
                      }
         | 
| 333 336 | 
             
                    }
         | 
| 334 337 | 
             
                  }
         | 
| @@ -349,6 +352,9 @@ | |
| 349 352 | 
             
                      "AwsRegion": {},
         | 
| 350 353 | 
             
                      "RequireEncryption": {
         | 
| 351 354 | 
             
                        "type": "boolean"
         | 
| 355 | 
            +
                      },
         | 
| 356 | 
            +
                      "Tags": {
         | 
| 357 | 
            +
                        "shape": "S1k"
         | 
| 352 358 | 
             
                      }
         | 
| 353 359 | 
             
                    }
         | 
| 354 360 | 
             
                  },
         | 
| @@ -356,7 +362,7 @@ | |
| 356 362 | 
             
                    "type": "structure",
         | 
| 357 363 | 
             
                    "members": {
         | 
| 358 364 | 
             
                      "VoiceConnector": {
         | 
| 359 | 
            -
                        "shape": " | 
| 365 | 
            +
                        "shape": "S29"
         | 
| 360 366 | 
             
                      }
         | 
| 361 367 | 
             
                    }
         | 
| 362 368 | 
             
                  }
         | 
| @@ -374,7 +380,7 @@ | |
| 374 380 | 
             
                    "members": {
         | 
| 375 381 | 
             
                      "Name": {},
         | 
| 376 382 | 
             
                      "VoiceConnectorItems": {
         | 
| 377 | 
            -
                        "shape": " | 
| 383 | 
            +
                        "shape": "S2c"
         | 
| 378 384 | 
             
                      }
         | 
| 379 385 | 
             
                    }
         | 
| 380 386 | 
             
                  },
         | 
| @@ -382,7 +388,7 @@ | |
| 382 388 | 
             
                    "type": "structure",
         | 
| 383 389 | 
             
                    "members": {
         | 
| 384 390 | 
             
                      "VoiceConnectorGroup": {
         | 
| 385 | 
            -
                        "shape": " | 
| 391 | 
            +
                        "shape": "S2g"
         | 
| 386 392 | 
             
                      }
         | 
| 387 393 | 
             
                    }
         | 
| 388 394 | 
             
                  }
         | 
| @@ -405,7 +411,7 @@ | |
| 405 411 | 
             
                    "type": "structure",
         | 
| 406 412 | 
             
                    "members": {
         | 
| 407 413 | 
             
                      "VoiceProfile": {
         | 
| 408 | 
            -
                        "shape": " | 
| 414 | 
            +
                        "shape": "S2k"
         | 
| 409 415 | 
             
                      }
         | 
| 410 416 | 
             
                    }
         | 
| 411 417 | 
             
                  }
         | 
| @@ -425,11 +431,11 @@ | |
| 425 431 | 
             
                      "Name": {},
         | 
| 426 432 | 
             
                      "Description": {},
         | 
| 427 433 | 
             
                      "ServerSideEncryptionConfiguration": {
         | 
| 428 | 
            -
                        "shape": " | 
| 434 | 
            +
                        "shape": "S2p"
         | 
| 429 435 | 
             
                      },
         | 
| 430 436 | 
             
                      "ClientRequestToken": {},
         | 
| 431 437 | 
             
                      "Tags": {
         | 
| 432 | 
            -
                        "shape": " | 
| 438 | 
            +
                        "shape": "S1k"
         | 
| 433 439 | 
             
                      }
         | 
| 434 440 | 
             
                    }
         | 
| 435 441 | 
             
                  },
         | 
| @@ -918,7 +924,7 @@ | |
| 918 924 | 
             
                    "type": "structure",
         | 
| 919 925 | 
             
                    "members": {
         | 
| 920 926 | 
             
                      "SipMediaApplication": {
         | 
| 921 | 
            -
                        "shape": " | 
| 927 | 
            +
                        "shape": "S1p"
         | 
| 922 928 | 
             
                      }
         | 
| 923 929 | 
             
                    }
         | 
| 924 930 | 
             
                  }
         | 
| @@ -999,7 +1005,7 @@ | |
| 999 1005 | 
             
                    "type": "structure",
         | 
| 1000 1006 | 
             
                    "members": {
         | 
| 1001 1007 | 
             
                      "SipRule": {
         | 
| 1002 | 
            -
                        "shape": " | 
| 1008 | 
            +
                        "shape": "S23"
         | 
| 1003 1009 | 
             
                      }
         | 
| 1004 1010 | 
             
                    }
         | 
| 1005 1011 | 
             
                  }
         | 
| @@ -1058,7 +1064,7 @@ | |
| 1058 1064 | 
             
                    "type": "structure",
         | 
| 1059 1065 | 
             
                    "members": {
         | 
| 1060 1066 | 
             
                      "VoiceConnector": {
         | 
| 1061 | 
            -
                        "shape": " | 
| 1067 | 
            +
                        "shape": "S29"
         | 
| 1062 1068 | 
             
                      }
         | 
| 1063 1069 | 
             
                    }
         | 
| 1064 1070 | 
             
                  }
         | 
| @@ -1112,7 +1118,7 @@ | |
| 1112 1118 | 
             
                    "type": "structure",
         | 
| 1113 1119 | 
             
                    "members": {
         | 
| 1114 1120 | 
             
                      "VoiceConnectorGroup": {
         | 
| 1115 | 
            -
                        "shape": " | 
| 1121 | 
            +
                        "shape": "S2g"
         | 
| 1116 1122 | 
             
                      }
         | 
| 1117 1123 | 
             
                    }
         | 
| 1118 1124 | 
             
                  }
         | 
| @@ -1307,7 +1313,7 @@ | |
| 1307 1313 | 
             
                    "type": "structure",
         | 
| 1308 1314 | 
             
                    "members": {
         | 
| 1309 1315 | 
             
                      "VoiceProfile": {
         | 
| 1310 | 
            -
                        "shape": " | 
| 1316 | 
            +
                        "shape": "S2k"
         | 
| 1311 1317 | 
             
                      }
         | 
| 1312 1318 | 
             
                    }
         | 
| 1313 1319 | 
             
                  }
         | 
| @@ -1544,7 +1550,7 @@ | |
| 1544 1550 | 
             
                      "SipMediaApplications": {
         | 
| 1545 1551 | 
             
                        "type": "list",
         | 
| 1546 1552 | 
             
                        "member": {
         | 
| 1547 | 
            -
                          "shape": " | 
| 1553 | 
            +
                          "shape": "S1p"
         | 
| 1548 1554 | 
             
                        }
         | 
| 1549 1555 | 
             
                      },
         | 
| 1550 1556 | 
             
                      "NextToken": {}
         | 
| @@ -1581,7 +1587,7 @@ | |
| 1581 1587 | 
             
                      "SipRules": {
         | 
| 1582 1588 | 
             
                        "type": "list",
         | 
| 1583 1589 | 
             
                        "member": {
         | 
| 1584 | 
            -
                          "shape": " | 
| 1590 | 
            +
                          "shape": "S23"
         | 
| 1585 1591 | 
             
                        }
         | 
| 1586 1592 | 
             
                      },
         | 
| 1587 1593 | 
             
                      "NextToken": {}
         | 
| @@ -1637,7 +1643,7 @@ | |
| 1637 1643 | 
             
                    ],
         | 
| 1638 1644 | 
             
                    "members": {
         | 
| 1639 1645 | 
             
                      "ResourceARN": {
         | 
| 1640 | 
            -
                        "shape": " | 
| 1646 | 
            +
                        "shape": "S2l",
         | 
| 1641 1647 | 
             
                        "location": "querystring",
         | 
| 1642 1648 | 
             
                        "locationName": "arn"
         | 
| 1643 1649 | 
             
                      }
         | 
| @@ -1647,7 +1653,7 @@ | |
| 1647 1653 | 
             
                    "type": "structure",
         | 
| 1648 1654 | 
             
                    "members": {
         | 
| 1649 1655 | 
             
                      "Tags": {
         | 
| 1650 | 
            -
                        "shape": " | 
| 1656 | 
            +
                        "shape": "S1k"
         | 
| 1651 1657 | 
             
                      }
         | 
| 1652 1658 | 
             
                    }
         | 
| 1653 1659 | 
             
                  }
         | 
| @@ -1678,7 +1684,7 @@ | |
| 1678 1684 | 
             
                      "VoiceConnectorGroups": {
         | 
| 1679 1685 | 
             
                        "type": "list",
         | 
| 1680 1686 | 
             
                        "member": {
         | 
| 1681 | 
            -
                          "shape": " | 
| 1687 | 
            +
                          "shape": "S2g"
         | 
| 1682 1688 | 
             
                        }
         | 
| 1683 1689 | 
             
                      },
         | 
| 1684 1690 | 
             
                      "NextToken": {}
         | 
| @@ -1738,7 +1744,7 @@ | |
| 1738 1744 | 
             
                      "VoiceConnectors": {
         | 
| 1739 1745 | 
             
                        "type": "list",
         | 
| 1740 1746 | 
             
                        "member": {
         | 
| 1741 | 
            -
                          "shape": " | 
| 1747 | 
            +
                          "shape": "S29"
         | 
| 1742 1748 | 
             
                        }
         | 
| 1743 1749 | 
             
                      },
         | 
| 1744 1750 | 
             
                      "NextToken": {}
         | 
| @@ -1775,7 +1781,7 @@ | |
| 1775 1781 | 
             
                          "members": {
         | 
| 1776 1782 | 
             
                            "VoiceProfileDomainId": {},
         | 
| 1777 1783 | 
             
                            "VoiceProfileDomainArn": {
         | 
| 1778 | 
            -
                              "shape": " | 
| 1784 | 
            +
                              "shape": "S2l"
         | 
| 1779 1785 | 
             
                            },
         | 
| 1780 1786 | 
             
                            "Name": {},
         | 
| 1781 1787 | 
             
                            "Description": {},
         | 
| @@ -1829,7 +1835,7 @@ | |
| 1829 1835 | 
             
                          "members": {
         | 
| 1830 1836 | 
             
                            "VoiceProfileId": {},
         | 
| 1831 1837 | 
             
                            "VoiceProfileArn": {
         | 
| 1832 | 
            -
                              "shape": " | 
| 1838 | 
            +
                              "shape": "S2l"
         | 
| 1833 1839 | 
             
                            },
         | 
| 1834 1840 | 
             
                            "VoiceProfileDomainId": {},
         | 
| 1835 1841 | 
             
                            "CreatedTimestamp": {
         | 
| @@ -2125,10 +2131,10 @@ | |
| 2125 2131 | 
             
                          "type": "structure",
         | 
| 2126 2132 | 
             
                          "members": {
         | 
| 2127 2133 | 
             
                            "Username": {
         | 
| 2128 | 
            -
                              "shape": " | 
| 2134 | 
            +
                              "shape": "S1s"
         | 
| 2129 2135 | 
             
                            },
         | 
| 2130 2136 | 
             
                            "Password": {
         | 
| 2131 | 
            -
                              "shape": " | 
| 2137 | 
            +
                              "shape": "S1s"
         | 
| 2132 2138 | 
             
                            }
         | 
| 2133 2139 | 
             
                          }
         | 
| 2134 2140 | 
             
                        }
         | 
| @@ -2337,10 +2343,10 @@ | |
| 2337 2343 | 
             
                    ],
         | 
| 2338 2344 | 
             
                    "members": {
         | 
| 2339 2345 | 
             
                      "ResourceARN": {
         | 
| 2340 | 
            -
                        "shape": " | 
| 2346 | 
            +
                        "shape": "S2l"
         | 
| 2341 2347 | 
             
                      },
         | 
| 2342 2348 | 
             
                      "Tags": {
         | 
| 2343 | 
            -
                        "shape": " | 
| 2349 | 
            +
                        "shape": "S1k"
         | 
| 2344 2350 | 
             
                      }
         | 
| 2345 2351 | 
             
                    }
         | 
| 2346 2352 | 
             
                  }
         | 
| @@ -2358,12 +2364,12 @@ | |
| 2358 2364 | 
             
                    ],
         | 
| 2359 2365 | 
             
                    "members": {
         | 
| 2360 2366 | 
             
                      "ResourceARN": {
         | 
| 2361 | 
            -
                        "shape": " | 
| 2367 | 
            +
                        "shape": "S2l"
         | 
| 2362 2368 | 
             
                      },
         | 
| 2363 2369 | 
             
                      "TagKeys": {
         | 
| 2364 2370 | 
             
                        "type": "list",
         | 
| 2365 2371 | 
             
                        "member": {
         | 
| 2366 | 
            -
                          "shape": " | 
| 2372 | 
            +
                          "shape": "S1m"
         | 
| 2367 2373 | 
             
                        }
         | 
| 2368 2374 | 
             
                      }
         | 
| 2369 2375 | 
             
                    }
         | 
| @@ -2497,7 +2503,7 @@ | |
| 2497 2503 | 
             
                    "type": "structure",
         | 
| 2498 2504 | 
             
                    "members": {
         | 
| 2499 2505 | 
             
                      "SipMediaApplication": {
         | 
| 2500 | 
            -
                        "shape": " | 
| 2506 | 
            +
                        "shape": "S1p"
         | 
| 2501 2507 | 
             
                      }
         | 
| 2502 2508 | 
             
                    }
         | 
| 2503 2509 | 
             
                  }
         | 
| @@ -2526,10 +2532,10 @@ | |
| 2526 2532 | 
             
                      "Arguments": {
         | 
| 2527 2533 | 
             
                        "type": "map",
         | 
| 2528 2534 | 
             
                        "key": {
         | 
| 2529 | 
            -
                          "shape": " | 
| 2535 | 
            +
                          "shape": "S1s"
         | 
| 2530 2536 | 
             
                        },
         | 
| 2531 2537 | 
             
                        "value": {
         | 
| 2532 | 
            -
                          "shape": " | 
| 2538 | 
            +
                          "shape": "S1s"
         | 
| 2533 2539 | 
             
                        }
         | 
| 2534 2540 | 
             
                      }
         | 
| 2535 2541 | 
             
                    }
         | 
| @@ -2538,7 +2544,7 @@ | |
| 2538 2544 | 
             
                    "type": "structure",
         | 
| 2539 2545 | 
             
                    "members": {
         | 
| 2540 2546 | 
             
                      "SipMediaApplicationCall": {
         | 
| 2541 | 
            -
                        "shape": " | 
| 2547 | 
            +
                        "shape": "S1v"
         | 
| 2542 2548 | 
             
                      }
         | 
| 2543 2549 | 
             
                    }
         | 
| 2544 2550 | 
             
                  }
         | 
| @@ -2565,7 +2571,7 @@ | |
| 2565 2571 | 
             
                        "type": "boolean"
         | 
| 2566 2572 | 
             
                      },
         | 
| 2567 2573 | 
             
                      "TargetApplications": {
         | 
| 2568 | 
            -
                        "shape": " | 
| 2574 | 
            +
                        "shape": "S1z"
         | 
| 2569 2575 | 
             
                      }
         | 
| 2570 2576 | 
             
                    }
         | 
| 2571 2577 | 
             
                  },
         | 
| @@ -2573,7 +2579,7 @@ | |
| 2573 2579 | 
             
                    "type": "structure",
         | 
| 2574 2580 | 
             
                    "members": {
         | 
| 2575 2581 | 
             
                      "SipRule": {
         | 
| 2576 | 
            -
                        "shape": " | 
| 2582 | 
            +
                        "shape": "S23"
         | 
| 2577 2583 | 
             
                      }
         | 
| 2578 2584 | 
             
                    }
         | 
| 2579 2585 | 
             
                  }
         | 
| @@ -2606,7 +2612,7 @@ | |
| 2606 2612 | 
             
                    "type": "structure",
         | 
| 2607 2613 | 
             
                    "members": {
         | 
| 2608 2614 | 
             
                      "VoiceConnector": {
         | 
| 2609 | 
            -
                        "shape": " | 
| 2615 | 
            +
                        "shape": "S29"
         | 
| 2610 2616 | 
             
                      }
         | 
| 2611 2617 | 
             
                    }
         | 
| 2612 2618 | 
             
                  }
         | 
| @@ -2631,7 +2637,7 @@ | |
| 2631 2637 | 
             
                      },
         | 
| 2632 2638 | 
             
                      "Name": {},
         | 
| 2633 2639 | 
             
                      "VoiceConnectorItems": {
         | 
| 2634 | 
            -
                        "shape": " | 
| 2640 | 
            +
                        "shape": "S2c"
         | 
| 2635 2641 | 
             
                      }
         | 
| 2636 2642 | 
             
                    }
         | 
| 2637 2643 | 
             
                  },
         | 
| @@ -2639,7 +2645,7 @@ | |
| 2639 2645 | 
             
                    "type": "structure",
         | 
| 2640 2646 | 
             
                    "members": {
         | 
| 2641 2647 | 
             
                      "VoiceConnectorGroup": {
         | 
| 2642 | 
            -
                        "shape": " | 
| 2648 | 
            +
                        "shape": "S2g"
         | 
| 2643 2649 | 
             
                      }
         | 
| 2644 2650 | 
             
                    }
         | 
| 2645 2651 | 
             
                  }
         | 
| @@ -2668,7 +2674,7 @@ | |
| 2668 2674 | 
             
                    "type": "structure",
         | 
| 2669 2675 | 
             
                    "members": {
         | 
| 2670 2676 | 
             
                      "VoiceProfile": {
         | 
| 2671 | 
            -
                        "shape": " | 
| 2677 | 
            +
                        "shape": "S2k"
         | 
| 2672 2678 | 
             
                      }
         | 
| 2673 2679 | 
             
                    }
         | 
| 2674 2680 | 
             
                  }
         | 
| @@ -2948,7 +2954,30 @@ | |
| 2948 2954 | 
             
                    }
         | 
| 2949 2955 | 
             
                  }
         | 
| 2950 2956 | 
             
                },
         | 
| 2951 | 
            -
                " | 
| 2957 | 
            +
                "S1k": {
         | 
| 2958 | 
            +
                  "type": "list",
         | 
| 2959 | 
            +
                  "member": {
         | 
| 2960 | 
            +
                    "type": "structure",
         | 
| 2961 | 
            +
                    "required": [
         | 
| 2962 | 
            +
                      "Key",
         | 
| 2963 | 
            +
                      "Value"
         | 
| 2964 | 
            +
                    ],
         | 
| 2965 | 
            +
                    "members": {
         | 
| 2966 | 
            +
                      "Key": {
         | 
| 2967 | 
            +
                        "shape": "S1m"
         | 
| 2968 | 
            +
                      },
         | 
| 2969 | 
            +
                      "Value": {
         | 
| 2970 | 
            +
                        "type": "string",
         | 
| 2971 | 
            +
                        "sensitive": true
         | 
| 2972 | 
            +
                      }
         | 
| 2973 | 
            +
                    }
         | 
| 2974 | 
            +
                  }
         | 
| 2975 | 
            +
                },
         | 
| 2976 | 
            +
                "S1m": {
         | 
| 2977 | 
            +
                  "type": "string",
         | 
| 2978 | 
            +
                  "sensitive": true
         | 
| 2979 | 
            +
                },
         | 
| 2980 | 
            +
                "S1p": {
         | 
| 2952 2981 | 
             
                  "type": "structure",
         | 
| 2953 2982 | 
             
                  "members": {
         | 
| 2954 2983 | 
             
                    "SipMediaApplicationId": {},
         | 
| @@ -2962,20 +2991,21 @@ | |
| 2962 2991 | 
             
                    },
         | 
| 2963 2992 | 
             
                    "UpdatedTimestamp": {
         | 
| 2964 2993 | 
             
                      "shape": "Sw"
         | 
| 2965 | 
            -
                    }
         | 
| 2994 | 
            +
                    },
         | 
| 2995 | 
            +
                    "SipMediaApplicationArn": {}
         | 
| 2966 2996 | 
             
                  }
         | 
| 2967 2997 | 
             
                },
         | 
| 2968 | 
            -
                " | 
| 2998 | 
            +
                "S1s": {
         | 
| 2969 2999 | 
             
                  "type": "string",
         | 
| 2970 3000 | 
             
                  "sensitive": true
         | 
| 2971 3001 | 
             
                },
         | 
| 2972 | 
            -
                " | 
| 3002 | 
            +
                "S1v": {
         | 
| 2973 3003 | 
             
                  "type": "structure",
         | 
| 2974 3004 | 
             
                  "members": {
         | 
| 2975 3005 | 
             
                    "TransactionId": {}
         | 
| 2976 3006 | 
             
                  }
         | 
| 2977 3007 | 
             
                },
         | 
| 2978 | 
            -
                " | 
| 3008 | 
            +
                "S1z": {
         | 
| 2979 3009 | 
             
                  "type": "list",
         | 
| 2980 3010 | 
             
                  "member": {
         | 
| 2981 3011 | 
             
                    "type": "structure",
         | 
| @@ -2988,7 +3018,7 @@ | |
| 2988 3018 | 
             
                    }
         | 
| 2989 3019 | 
             
                  }
         | 
| 2990 3020 | 
             
                },
         | 
| 2991 | 
            -
                " | 
| 3021 | 
            +
                "S23": {
         | 
| 2992 3022 | 
             
                  "type": "structure",
         | 
| 2993 3023 | 
             
                  "members": {
         | 
| 2994 3024 | 
             
                    "SipRuleId": {},
         | 
| @@ -2999,7 +3029,7 @@ | |
| 2999 3029 | 
             
                    "TriggerType": {},
         | 
| 3000 3030 | 
             
                    "TriggerValue": {},
         | 
| 3001 3031 | 
             
                    "TargetApplications": {
         | 
| 3002 | 
            -
                      "shape": " | 
| 3032 | 
            +
                      "shape": "S1z"
         | 
| 3003 3033 | 
             
                    },
         | 
| 3004 3034 | 
             
                    "CreatedTimestamp": {
         | 
| 3005 3035 | 
             
                      "shape": "Sw"
         | 
| @@ -3009,7 +3039,7 @@ | |
| 3009 3039 | 
             
                    }
         | 
| 3010 3040 | 
             
                  }
         | 
| 3011 3041 | 
             
                },
         | 
| 3012 | 
            -
                " | 
| 3042 | 
            +
                "S29": {
         | 
| 3013 3043 | 
             
                  "type": "structure",
         | 
| 3014 3044 | 
             
                  "members": {
         | 
| 3015 3045 | 
             
                    "VoiceConnectorId": {},
         | 
| @@ -3028,7 +3058,7 @@ | |
| 3028 3058 | 
             
                    "VoiceConnectorArn": {}
         | 
| 3029 3059 | 
             
                  }
         | 
| 3030 3060 | 
             
                },
         | 
| 3031 | 
            -
                " | 
| 3061 | 
            +
                "S2c": {
         | 
| 3032 3062 | 
             
                  "type": "list",
         | 
| 3033 3063 | 
             
                  "member": {
         | 
| 3034 3064 | 
             
                    "type": "structure",
         | 
| @@ -3044,13 +3074,13 @@ | |
| 3044 3074 | 
             
                    }
         | 
| 3045 3075 | 
             
                  }
         | 
| 3046 3076 | 
             
                },
         | 
| 3047 | 
            -
                " | 
| 3077 | 
            +
                "S2g": {
         | 
| 3048 3078 | 
             
                  "type": "structure",
         | 
| 3049 3079 | 
             
                  "members": {
         | 
| 3050 3080 | 
             
                    "VoiceConnectorGroupId": {},
         | 
| 3051 3081 | 
             
                    "Name": {},
         | 
| 3052 3082 | 
             
                    "VoiceConnectorItems": {
         | 
| 3053 | 
            -
                      "shape": " | 
| 3083 | 
            +
                      "shape": "S2c"
         | 
| 3054 3084 | 
             
                    },
         | 
| 3055 3085 | 
             
                    "CreatedTimestamp": {
         | 
| 3056 3086 | 
             
                      "shape": "Sw"
         | 
| @@ -3061,12 +3091,12 @@ | |
| 3061 3091 | 
             
                    "VoiceConnectorGroupArn": {}
         | 
| 3062 3092 | 
             
                  }
         | 
| 3063 3093 | 
             
                },
         | 
| 3064 | 
            -
                " | 
| 3094 | 
            +
                "S2k": {
         | 
| 3065 3095 | 
             
                  "type": "structure",
         | 
| 3066 3096 | 
             
                  "members": {
         | 
| 3067 3097 | 
             
                    "VoiceProfileId": {},
         | 
| 3068 3098 | 
             
                    "VoiceProfileArn": {
         | 
| 3069 | 
            -
                      "shape": " | 
| 3099 | 
            +
                      "shape": "S2l"
         | 
| 3070 3100 | 
             
                    },
         | 
| 3071 3101 | 
             
                    "VoiceProfileDomainId": {},
         | 
| 3072 3102 | 
             
                    "CreatedTimestamp": {
         | 
| @@ -3080,55 +3110,32 @@ | |
| 3080 3110 | 
             
                    }
         | 
| 3081 3111 | 
             
                  }
         | 
| 3082 3112 | 
             
                },
         | 
| 3083 | 
            -
                " | 
| 3113 | 
            +
                "S2l": {
         | 
| 3084 3114 | 
             
                  "type": "string",
         | 
| 3085 3115 | 
             
                  "sensitive": true
         | 
| 3086 3116 | 
             
                },
         | 
| 3087 | 
            -
                " | 
| 3117 | 
            +
                "S2p": {
         | 
| 3088 3118 | 
             
                  "type": "structure",
         | 
| 3089 3119 | 
             
                  "required": [
         | 
| 3090 3120 | 
             
                    "KmsKeyArn"
         | 
| 3091 3121 | 
             
                  ],
         | 
| 3092 3122 | 
             
                  "members": {
         | 
| 3093 3123 | 
             
                    "KmsKeyArn": {
         | 
| 3094 | 
            -
                      "shape": " | 
| 3095 | 
            -
                    }
         | 
| 3096 | 
            -
                  }
         | 
| 3097 | 
            -
                },
         | 
| 3098 | 
            -
                "S2n": {
         | 
| 3099 | 
            -
                  "type": "list",
         | 
| 3100 | 
            -
                  "member": {
         | 
| 3101 | 
            -
                    "type": "structure",
         | 
| 3102 | 
            -
                    "required": [
         | 
| 3103 | 
            -
                      "Key",
         | 
| 3104 | 
            -
                      "Value"
         | 
| 3105 | 
            -
                    ],
         | 
| 3106 | 
            -
                    "members": {
         | 
| 3107 | 
            -
                      "Key": {
         | 
| 3108 | 
            -
                        "shape": "S2p"
         | 
| 3109 | 
            -
                      },
         | 
| 3110 | 
            -
                      "Value": {
         | 
| 3111 | 
            -
                        "type": "string",
         | 
| 3112 | 
            -
                        "sensitive": true
         | 
| 3113 | 
            -
                      }
         | 
| 3124 | 
            +
                      "shape": "S2l"
         | 
| 3114 3125 | 
             
                    }
         | 
| 3115 3126 | 
             
                  }
         | 
| 3116 3127 | 
             
                },
         | 
| 3117 | 
            -
                "S2p": {
         | 
| 3118 | 
            -
                  "type": "string",
         | 
| 3119 | 
            -
                  "sensitive": true
         | 
| 3120 | 
            -
                },
         | 
| 3121 3128 | 
             
                "S2s": {
         | 
| 3122 3129 | 
             
                  "type": "structure",
         | 
| 3123 3130 | 
             
                  "members": {
         | 
| 3124 3131 | 
             
                    "VoiceProfileDomainId": {},
         | 
| 3125 3132 | 
             
                    "VoiceProfileDomainArn": {
         | 
| 3126 | 
            -
                      "shape": " | 
| 3133 | 
            +
                      "shape": "S2l"
         | 
| 3127 3134 | 
             
                    },
         | 
| 3128 3135 | 
             
                    "Name": {},
         | 
| 3129 3136 | 
             
                    "Description": {},
         | 
| 3130 3137 | 
             
                    "ServerSideEncryptionConfiguration": {
         | 
| 3131 | 
            -
                      "shape": " | 
| 3138 | 
            +
                      "shape": "S2p"
         | 
| 3132 3139 | 
             
                    },
         | 
| 3133 3140 | 
             
                    "CreatedTimestamp": {
         | 
| 3134 3141 | 
             
                      "shape": "Sw"
         | 
| @@ -3141,7 +3148,7 @@ | |
| 3141 3148 | 
             
                "S35": {
         | 
| 3142 3149 | 
             
                  "type": "list",
         | 
| 3143 3150 | 
             
                  "member": {
         | 
| 3144 | 
            -
                    "shape": " | 
| 3151 | 
            +
                    "shape": "S1s"
         | 
| 3145 3152 | 
             
                  }
         | 
| 3146 3153 | 
             
                },
         | 
| 3147 3154 | 
             
                "S3d": {
         | 
| @@ -3400,7 +3407,7 @@ | |
| 3400 3407 | 
             
                          "type": "boolean"
         | 
| 3401 3408 | 
             
                        },
         | 
| 3402 3409 | 
             
                        "ConfigurationArn": {
         | 
| 3403 | 
            -
                          "shape": " | 
| 3410 | 
            +
                          "shape": "S2l"
         | 
| 3404 3411 | 
             
                        }
         | 
| 3405 3412 | 
             
                      }
         | 
| 3406 3413 | 
             
                    }
         |